@charset "utf-8";

/**/
#wrap.green{}
#wrap.green .btn_03{border-color:#008000 !important;background-color:#008000 !important;color:#ffffff !important;}
#wrap.green #header .aside{background:#008000 !important;}
#wrap.green #header .aside .tool button{background:#006800 !important;}

#wrap.blue{}
#wrap.blue .btn_03{border-color:#4171e3 !important;background-color:#4171e3 !important;color:#ffffff !important;}
#wrap.blue #header .aside{background:#4171e3 !important;}
#wrap.blue #header .aside .tool button{background:#4171e3 !important;}

#wrap.yellow{}
#wrap.yellow .btn_03{border-color:#ffff00 !important;background-color:#ffff00 !important;color:#333333 !important;}
#wrap.yellow #header .aside{background:#ffff00 !important;}
#wrap.yellow #header .aside .gnb .depth1 .da1{color:#333333;}
#wrap.yellow #header .aside .tool button{background:#fff38a !important;}
#wrap.yellow #header .aside .tool button img{filter:brightness(0)}

#wrap.red{}
#wrap.red .btn_03{border-color:#ff0000 !important;background-color:#ff0000 !important;color:#ffffff !important;}
#wrap.red #header .aside{background:#ff0000 !important;}
#wrap.red #header .aside .tool button{background:#ff0000 !important;}

#wrap.purple{}
#wrap.purple .btn_03{border-color:#800080 !important;background-color:#800080 !important;color:#ffffff !important;}
#wrap.purple #header .aside{background:#800080 !important;}
#wrap.purple #header .aside .tool button{background:#800080 !important;}

/**/
#wrap{background:#F5F7FD;}
#wrap .wrap{margin:0 auto;width:1100px;max-width:100%}
#wrap .btn_01{border-color:#5D5E6D !important;background-color:#5D5E6D !important;color:#ffffff !important;}
#wrap .btn_02{border-color:#A9AABB !important;background-color:#A9AABB !important;color:#ffffff !important;}
#wrap .btn_03{border-color:#4171e3 !important;background-color:#4171e3 !important;color:#ffffff !important;}
#wrap .btn_04{border-color:#E6E6EA !important;background-color:#FFFFFF !important;color:#5E5E5E !important;}
#wrap .lt-mobile{display:none !important;}

#wrap .checkbox{display:flex;align-items:center;cursor:pointer;}
#wrap .checkbox input{display:none;}
#wrap .checkbox input ~ i{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex:0 0 auto;border-radius:3px;border:1px solid #d9d9d9;margin-right:4px;}
#wrap .checkbox input ~ span{font-size:14px;color:#898989;}
#wrap .checkbox input:checked ~ i{}
#wrap .checkbox input:checked ~ i:before{content:'';display:block;width:6px;height:3px;border-left:1px solid #4171e3;border-bottom:1px solid #4171e3;transform:rotate(45deg);}
#wrap .radiobox{display:flex;align-items:center;cursor:pointer;}
#wrap .radiobox input{display:none;}
#wrap .radiobox input ~ i{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex:0 0 auto;border-radius:14px;border:1px solid #d9d9d9;margin-right:10px;}
#wrap .radiobox input ~ span{font-size:14px;color:#898989;}
#wrap .radiobox input:checked ~ i{}
#wrap .radiobox input:checked ~ i:before{content:'';display:block;width:8px;height:8px;border-radius:5px;background:#4171e3;}

#theme{position:sticky;top:0;left:0;z-index:111;width:100%;height:60px;padding:10px 50px;display:flex;background:#efefef;align-items:center;}
#theme .tit{font-size:16px;font-weight:bold;color:#333;flex:0 0 auto;margin-right:50px;}
#theme .kakao{}
#theme .kakao a{border:1px solid #333;padding:5px 12px;background:#fff;font-size:14px;color:#333;}
#theme .color{display:flex;align-items:center;justify-content:flex-end;margin:0 0 0 auto;gap:5px;}
#theme .color a{border-radius:5px;padding:0 20px;height:36px;font-size:14px;line-height:36px;display:flex;align-items:center;justify-content:center;}
#theme .color a:nth-child(1){background:green;color:#ffffff;}
#theme .color a:nth-child(2){background:blue;color:#ffffff;}
#theme .color a:nth-child(3){background:yellow;color:#000000;}
#theme .color a:nth-child(4){background:red;color:#ffffff;}
#theme .color a:nth-child(5){background:purple;color:#ffffff;}
#theme .dev{display:flex;align-items:center;justify-content:flex-end;margin:0 0 0 60px;gap:5px;}
#theme .dev a{padding:4px;border-radius:4px;width:32px;height:32px;}
#theme .dev a img{width:100%;height:auto;}
#theme .dev a:nth-child(1){background:#333333;}
#theme .dev a:nth-child(2){background:#4171e3;}
#theme ~ #header.fixed{top:60px;}

/**/
#header{position:absolute;z-index:101;width:100%;background:transparent;}
#header .header{position:relative;z-index:5;background:#F5F7FD;}
#header .header .wrap{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;height:85px;}
#header .header .logo{position:absolute;top: 50%;left:0;z-index:11;transform: translateY(-50%);}
#header .header .logo a{display:block;line-height:30px;font-size:25px;font-weight:700;color:#4171e3;text-transform:uppercase;}
#header .header .logo img{width:auto;height:30px;}
#header .header .search{}
#header .header .search form{position:relative;}
#header .header .search input{padding:0 46px 0 19px;max-width:100%;width:528px;height:42px;border-radius:25px;background-color:#ffffff;border:1px solid #e5e5e5;font-size:14px;}
#header .header .search input:focus{border-color:#eee;}
#header .header .search input:focus ~ .tooltip{opacity:1;visibility:visible;}
#header .header .search button{position:absolute;top:7px;right:9px;width:28px;height:28px;border-radius:28px;background:#4171e3;display:flex;align-items:center;justify-content:center;}
#header .header .menu{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;gap:20px;}
#header .header .menu ul{display:flex;}
#header .header .menu ul > li{position:relative;display:flex;align-items:center;}
#header .header .menu ul > li + li{margin-left:10px;padding-left:10px;}
#header .header .menu ul > li + li:Before{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:16px;background:#ddd;}
#header .header .menu ul > li a{font-size:14px;font-weight:400;color:#4f4f4f;white-space:nowrap;}
#header .header .menu ul > li a:hover{text-decoration:underline;}
#header .header .menu ul > li a:hover .tooltip{opacity:1;visibility:visible;}
#header .aside{position:relative;z-index:6;width:100%;background:#4171e3;}
#header .aside .wrap{display:flex;align-items:center;justify-content:space-between;height:55px;}
#header .aside .mobile{display:none;}
#header .aside .visit{display:none;}
#header .aside .gnb{flex:1;}
#header .aside .gnb .depth1{display:flex;align-items:center;}
#header .aside .gnb .depth1 .dl1{position:relative;}
#header .aside .gnb .depth1 .da1{position:relative;display: block;padding: 0 20px;line-height: 55px;color: #ffffff;font-size: 16px;font-weight: 700;text-align: center;}
#header .aside .gnb .depth2{position:absolute;top:35px;left:-10px;width:154px;padding:10px 15px;border-radius:8px;background:#fff;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);transition: all .4s, visibility 0.2s;opacity:0;visibility:hidden;}
#header .aside .gnb .depth2 .dl2{}
#header .aside .gnb .depth2 .da2{display: block;padding: 0 10px;line-height: 26px;font-size: 14px;}
#header .aside .gnb .depth2 .da2:hover{font-weight:700;color:#000;}
#header .aside .gnb .depth1 .dl1.on .depth2{top:45px;opacity:1;visibility:visible;}
#header .aside .tool{display:flex;gap:10px;align-items:center;}
#header .aside .tool button{display: flex;align-items: center;justify-content:center;width:32px;height:32px;border-radius:5px;background:#4171e3;}
#header .aside .tool button:hover{background:rgb(255 255 255 / 0.2);}
#header .aside .tool .homeBtn{}
#header .aside .tool .darkmodeBtn{}
#header .aside .tool .allmenuBtn{background:rgb(255 255 255 / 0.2);}
#header .aside .fixed{position:fixed;top:0;background:#ffffff;box-shadow:1px 1px 4px rgba(0,0,0,0.1);}
#header .aside .fixed .menu{display:none;}
#header .aside .fixed .tool .darkmodeBtn{display:none;}
#header.fixed{position:fixed;top:0;}
#header.fixed .header{display:none;}

/**/
#dimmed{position:fixed;top:0;left:0;width:100%;height:100%;background-color: rgba(0, 0, 0, 0.70);z-index:103;opacity:0;visibility:hidden;transition:all 0.35s;display:none !important;}
#dimmed.active{opacity:1;visibility:visible;}

/**/
#darkmode{position:fixed;bottom:16px;right:20px;z-index:103;display:flex;align-items:center;justify-content:center;background-color: rgba(0, 0, 0, 0.30);padding:0 10px;height:26px;border-radius:20px;gap:6px;color:#fff;font-size:13px;}

/**/
#footer{position:relative;}
#footer .fnb{padding:60px 0;background:#3D3E48;}
#footer .fnb .depth1{display:flex;justify-content:space-between;}
#footer .fnb .depth1 .dl1{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;}
#footer .fnb .depth1 .da1{position:relative;display:flex;align-items:center;justify-content:center;margin:0 0 15px 0;line-height:18px;font-size:16px;font-weight:700;color:#fff;white-space:nowrap;}
#footer .fnb .depth1 .da1:hover{text-decoration:underline}
#footer .fnb .depth2{}
#footer .fnb .depth2 .dl2{}
#footer .fnb .depth2 .dl2 + .dl2{margin-top:16px;}
#footer .fnb .depth2 .da2{position:relative;display:flex;align-items:center;justify-content:center;line-height:15px;font-size:14px;color: rgb(255 255 255);white-space:nowrap;}
#footer .fnb .depth2 .da2:hover{text-decoration:underline}
#footer .footer{padding:30px 0;background:#30313B;}
#footer .footer .wrap{position:relative;}
#footer .footer .link{display:flex;align-items:center;margin-bottom:45px;}
#footer .footer .link a{display:block;line-height:17px;font-size:14px;font-weight:500;color:rgb(255 255 255);}
#footer .footer .link a + a{margin-left:28px;}
#footer .footer .link a:hover{color:#ffffff;}
#footer .footer .address{display:flex;flex-direction:column;gap:6px;line-height:27px;font-size:15px;font-weight:300;color: rgb(255 255 255 / 0.9)}
#footer .footer .address > div{display:flex;}
#footer .footer .address > div > span{display:flex;align-items:center;}
#footer .footer .address > div > span:after{content:'';margin:0 8px;width:1px;height:8px;background:rgb(255 255 255 / 0.3);}
#footer .footer .address > div > span:last-child:after{display:none;}
#footer .footer .copyright{margin-top:35px;line-height:27px;font-size:11px;font-weight:300;color:rgb(255 255 255 / 0.6);}
#footer .footer .social{position:absolute;top:0;right:0;}
#footer .footer .social ul{display:flex;gap:23px;justify-content:flex-end;}
#footer .footer .social li{}
#footer .footer .social li a{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;}

/**/
#container{padding-top:140px;min-height:calc(100vh - 140px);}
#container .wrap{display:flex;align-items:flex-start;justify-content:flex-start;padding:25px 0;}
#container .aside{flex:0 0 166px;width:166px;margin:0 20px 0 0;}
#container .aside .depth1{}
#container .aside .depth1 .dl1{padding:0 16px 22px 0}
#container .aside .depth1 .dl1.active{padding-bottom:0;}
#container .aside .depth1 .dl1.active .da1:after{transform:rotate(180deg);}
#container .aside .depth1 .dl1.active .depth2{display:none;}
#container .aside .depth1 .dl1 + .dl1{padding-top:22px;border-top:1px solid rgb(0 0 0 / 0.05)}
#container .aside .depth1 .da1{display:flex;align-items:center;justify-content:space-between;width:100%;height:20px;line-height:20px;font-size:17px;font-weight:700;color:#333333;margin-bottom:20px;}
#container .aside .depth1 .da1:after{content:'';width:14px;height:14px;flex:0 0 auto;background:url("../images/aside_dropdown.png") no-repeat 50% 50% / contain;}
#container .aside .depth2{}
#container .aside .depth2 .dl2{}
#container .aside .depth2 .dl2 + .dl2{margin-top:15px;}
#container .aside .depth2 .da2{display:flex;align-items:center;line-height:17px;font-size:14px;color:#a6a6a6;}
#container .aside .depth2 .da2:hover{color:#333333;}
#container .container{flex:1 1;width:100%;max-width: 649px;}
#container .sidebar{flex:0 0 250px;width:250px;margin:0 0 0 15px;}
#container .sidebar .outlogin{position:relative;margin:0 0 20px;padding:20px;border-radius:10px;background:#ffffff;box-shadow:0 0 12px rgba(0 0 0 / 8%);}
#container .sidebar .outlogin form{display:flex;flex-direction:column;}
#container .sidebar .outlogin form input[type="text"],
#container .sidebar .outlogin form input[type="password"]{display:flex;width:100%;height:35px;border-radius:5px;border:1px solid rgb(0 0 0 / 0.1);background:#ffffff;font-size:14px;margin-bottom:4px;}
#container .sidebar .outlogin form button[type="submit"]{display:flex;width:100%;align-items:center;justify-content:center;height:38px;font-size:14px;font-weight:400;color:#ffffff;}
#container .sidebar .outlogin form .tool{margin-top:4px;display:flex;align-items:center;justify-content:space-between;}
#container .sidebar .outlogin form .link{}
#container .sidebar .outlogin form .link a{display:block;font-size:14px;color:#898989;}
#container .sidebar .banner{position:relative;margin:0 0 20px;border-radius:10px;overflow:hidden;box-shadow:0 0 12px rgba(0 0 0 / 8%);}
#container .sidebar .banner a{display:block;}
#container .sidebar .banner a img{display:block;width:100%;height:100%;object-fit:cover;}
#container .sidebar .banner .banner-prev{position:absolute;bottom:10px;right:35px;width:20px;height:20px;border-radius:3px;background:rgb(255 255 255 / 0.2);z-index:2;display:flex;align-items:center;justify-content:center;}
#container .sidebar .banner .banner-next{position:absolute;bottom:10px;right:10px;width:20px;height:20px;border-radius:3px;background:rgb(255 255 255 / 0.2);z-index:2;display:flex;align-items:center;justify-content:center;}
#container .sidebar .survey{position:relative;margin:0 0 20px;border-radius:10px;background:#ffffff;overflow:hidden;box-shadow:0 0 12px rgba(0 0 0 / 8%);}
#container .sidebar .survey .title{display:flex;align-items:center;padding:10px 15px;background:#4171e3;line-height:20px;font-size:16px;font-weight:700;color:#ffffff;}
#container .sidebar .survey .title:before{content:'';flex:0 0 auto;width:20px;height:20px;background:url("../images/survey.png") no-repeat 50% 50% / contain;margin-right:7px;}
#container .sidebar .survey .cont{padding:18px 20px;}
#container .sidebar .survey .cont .tit{line-height:18px;font-size:15px;font-weight:700;color:#4171e3;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgb(0 0 0 / 0.1);}
#container .sidebar .survey .cont .txt{display:flex;flex-direction:column;gap:15px;}
#container .sidebar .survey .cont .btn{margin-top:20px;display:flex;align-items:center;gap:6px;}
#container .sidebar .survey .cont .btn a{display:flex;align-items:center;flex:1;justify-content:center;height:31px;border-radius:4px;font-size:13px;font-weight:600;color:#ffffff;}
#container .sidebar .point{}
#container .sidebar .point ul{}
#container .sidebar .point li{display:flex;align-items:center;margin-bottom:15px;}
#container .sidebar .point li:last-child{margin-bottom:0;}
#container .sidebar .point li .num{flex:0 0 auto;width:17px;height:17px;display:flex;align-items:center;justify-content:center;border-radius:17px;background:#d3d3d3;font-size:10px;font-weight:900;color:#ffffff;margin-right:10px;}
#container .sidebar .point li .txt{flex:1;display:flex;align-items:center;gap:10px;line-height:17px;font-size:14px;color:#a6a6a6;}
#container .sidebar .point li .grade{flex:0 0 auto;line-height:17px;font-size:14px;color:#a6a6a6;}
#container .sidebar .point li:nth-child(1){}
#container .sidebar .point li:nth-child(1) .num{background:#4171e3;color:#ffffff;}
#container .sidebar .point li:nth-child(1) .txt{color:#4171e3;}
#container .sidebar .point li:nth-child(1) .txt:after{content:'';width:16px;height:10px;background:url("../images/rank_01.png") no-repeat 50% 50%/ contain;}
#container .sidebar .point li:nth-child(2){}
#container .sidebar .point li:nth-child(2) .num{background:#9C9C9C;color:#ffffff;}
#container .sidebar .point li:nth-child(2) .txt:after{content:'';width:16px;height:10px;background:url("../images/rank_02.png") no-repeat 50% 50%/ contain;}
#container .sidebar .point li:nth-child(3){}
#container .sidebar .point li:nth-child(3) .num{background:#9C9C9C;color:#ffffff;}
#container .sidebar .point li:nth-child(3) .txt:after{content:'';width:16px;height:10px;background:url("../images/rank_03.png") no-repeat 50% 50%/ contain;}
#container .sidebar .section{position:relative;margin:0 0 20px;padding:20px;border-radius:10px;background:#ffffff;box-shadow:0 0 12px rgba(0 0 0 / 8%);}
#container .sidebar .title{margin-bottom:20px;line-height:20px;font-size:16px;font-weight:700;color:#333333;}
#container .sidebar .more{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;}
#container .sidebar .more a{line-height:20px;font-size:16px;font-weight:700;color:#333333;}
#container .sidebar .button{margin-top:20px;}
#container .sidebar .button a{display:flex;align-items:center;justify-content:center;text-align:center;height:36px;width:100%;border-radius:16.5px;border:1px solid #e6e6ea;font-size:13px;font-weight:500;color:#5e5e5e;}
#container .sidebar .board{}
#container .sidebar .board ul{}
#container .sidebar .board li{margin-bottom:10px;display:flex;align-items:center;}
#container .sidebar .board li:last-child{margin-bottom:0;}
#container .sidebar .board li a{display:block;white-space:nowrap;line-height:18px;font-size:14px;color:#898989;text-overflow:ellipsis;overflow:hidden;flex:1;}
#container .sidebar .board li a:hover{color:#333333;}
#container .sidebar .board li .zzimBtn{display:flex;width:12px;height:12px;align-items:center;background:url("../images/zzim_off.png") no-repeat 50% 50% / contain;flex:0 0 auto;margin-left:10px;}
#container .sidebar .board li .zzimBtn.active{background:url("../images/zzim_on.png") no-repeat 50% 50% / contain;}
#container .sidebar .free{}
#container .sidebar .free ul{display:flex;flex-wrap:wrap;gap:10px;}
#container .sidebar .free li{position:relative;width:calc(50% - 5px);display:flex;align-items:center;}
#container .sidebar .free li .image{display:block;width:100%;height:100%;border-radius:5px;overflow:hidden;background:#d1d1d1;aspect-ratio:100 / 64;}
#container .sidebar .free li .image img{display:block;width:100%;height:100%;object-fit:cover;}
#container .sidebar .free li .zzimBtn{position:absolute;top:10px;left:10px;display:flex;width:12px;height:12px;align-items:center;background:url("../images/zzim_off.png") no-repeat 50% 50% / contain;flex:0 0 auto;}
#container .sidebar .free li .zzimBtn.active{background:url("../images/zzim_on.png") no-repeat 50% 50% / contain;}
#container .sidebar .free li .commentBtn{position:absolute;bottom:10px;right:10px;display:flex;height:12px;align-items:center;line-height:12px;font-size:10px;font-weight:bold;color:#ffffff;}
#container .sidebar .free li .commentBtn:before{content:'';width:12px;height:12px;margin-right:5px;flex:0 0 auto;background:url("../images/comment.png") no-repeat 50% 50% / contain;}


/**/
#sidemenu{position:fixed;z-index:102;bottom:16px;right:16px;display:flex;flex-direction:column;gap:10px;}
#sidemenu a{display:flex;align-items:center;justify-content:center;width:53px;height:53px;border-radius:53px;background:#4171e3;font-size:16px;font-weight:700;color:#ffffff;box-shadow:0 7px 11px rgb(0 0 0 / 37%);flex:0 0 auto;l}
#sidemenu a img{max-width:27px;}

/**/
#main{}
#main .content{flex:1;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;}
#main .content > .lt{flex:1;}
#main .content > .rt{flex:0 0 250px;width:250px;}
#main .flex{display:flex;gap:20px;margin-bottom:20px;}
#main .idea{height:500px;flex:1;padding:20px;border-radius:10px;background:#016fea;}
#main .idea .title{min-height: 86px;padding-left: 72px;background:url("../images/bg_msidea.png") no-repeat;font-size: 25px;color: #fff;}
#main .idea .title span{display: block;font-size: 14px;font-weight: normal;letter-spacing: -1px;}
#main .idea .cont{margin-top:16px;}
#main .idea .cont ul{}
#main .idea .cont li{}
#main .idea .cont li + li{margin-top:12px;}
#main .idea .cont li a{border-radius:10px;padding:10px;background:#fff;overflow:hidden;display:flex;align-items:center;}
#main .idea .cont li .img{flex:0 0 auto;width:24%;}
#main .idea .cont li .img img{width:100%;height:auto;aspect-ratio:75/96;}
#main .idea .cont li .con{flex:1;padding-left:2%;width:76%;}
#main .idea .cont li .con .tit{display: block;overflow: hidden;font-size: 15px;color: #222;text-overflow: ellipsis;white-space: nowrap;}
#main .idea .cont li .con .txt{display: block;overflow: hidden;font-size:13px;margin: 5px 0;color: #999;}
#main .idea .cont li .con .inf{display:flex;gap:4px;}
#main .idea .cont li .con .inf span{font-size: 12px;font-weight: 600;}
#main .idea .cont li .con .inf span.day{color: #ff3e7d;}
#main .idea .cont li .con .inf span.read{color: #666;}
#main .visual{flex:1;overflow:hidden;}
#main .visual ul{}
#main .visual li{}
#main .visual a{display:block;border-radius:10px;overflow:hidden;background:#d1d1d1;width:100%;height:500px;aspect-ratio:325 / 85}
#main .visual img{width:100%;height:100%;object-fit:cover;}
#main .notice{margin-bottom:20px;}
#main .notice dl{display:flex;align-items:Center;height:36px;background:#ffffff;}
#main .notice dt{margin-right: 10px;padding-left: 35px;background: url("../images/bg_msnotice.png") no-repeat 10px 6px;font-size: 12px;font-weight:bold;line-height: 30px;font-family: '맑은 고딕', 'malgun gothic';}
#main .notice dd{flex:1;}
#main .notice dd a{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size: 12px;line-height: 30px;font-family: '맑은 고딕', 'malgun gothic';color:#666;}
#main .notice dd a.more{margin:0 20px;font-size:10px;}
#main .notice dd:last-child{flex:0 0 auto;}
#main .exhi{margin-bottom:20px;display:flex;align-items:center;overflow: hidden;position: relative;height: 40px;background: #016fea;line-height: 40px;}
#main .exhi .tit{margin-left: 20px;font-size: 18px;font-weight: normal;color: #fff;white-space:nowrap;}
#main .exhi .tab{flex:1;justify-content:flex-end;display:flex;gap:10px;}
#main .exhi .tab button{font-size:12px;color: #96caff;white-space:nowrap;font-family: '맑은 고딕', 'malgun gothic'}
#main .exhi .tab button.on,
#main .exhi .tab button:hover{color:#fff;}
#main .exhi .act{flex:0 0 auto;margin-left:20px;}
#main .exhi .act a{height:40px;background:#013aae;padding:0 10px;display:flex;align-items:center;font-size:14px;color:#fff;}
#main .video{position:relative;margin-bottom:20px;}
#main .video .title{margin-bottom:20px;line-height:20px;font-size:16px;font-weight:700;color:#333333;}
#main .video .more{position:absolute;top:0;right:0;}
#main .video .more a{display:flex;width:20px;height:20px;align-items:center;justify-content:center;}
#main .video .list{}
#main .video .list ul{display:flex;gap:6px;}
#main .video .list li{position:relative;width:calc(20% - 4.79px);}
#main .video .list li .num{position:absolute;z-index:2;top:0;left:0;font-size:33px;font-weight:900;color:#ffffff;padding:0 10px;text-shadow:4px 4px 6px rgb(0 0 0 / 25%);}
#main .video .list li .img{position:relative;z-index:1;border-radius:10px;overflow:hidden;aspect-ratio:125 / 82;background:#d1d1d1;}
#main .video .list li .img img{display:block;width:100%;height:100%;object-fit:cover;}
#main .video .list li .img .time{position:absolute;bottom:10px;right:10px;z-index:2;display:flex;align-items:center;justify-content:center;height:15px;padding:0 5px;border-radius:2px;background:rgb(0 0 0 / 0.6);color:#ffffff;font-size:10px;font-weight:500;}
#main .video .list li .txt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:9px;line-height:16px;font-size:12px;font-weight:500;color:#282828;}
#main .banner{margin-bottom:20px;overflow:hidden;}
#main .banner img{max-width:100%;height:100%;object-fit:cover;border-radius:10px;}
#main .board{}
#main .board table{border-collapse:collapse;}
#main .board table *{font-family: '맑은 고딕', 'malgun gothic';}
#main .board table thead{}
#main .board table thead tr{height:50px;font-size:14px;font-weight:500;text-align:center;white-space:nowrap}
#main .board table thead th{background:#ededed;}
#main .board table tbody{}
#main .board table tbody tr{background:#ffffff;font-size:13px;text-align:center;font-weight:400;}
#main .board table tbody tr:nth-child(even){background:#ededed}
#main .board table tbody td{border-bottom:1px solid #e8e8e8;}
#main .board table tbody td .tit{padding:10px 30px;}
#main .board table tbody td .tit a{color:#333333;font-size:13px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .board table tbody td .tit .sub-tit{font-size:13px;color:#999;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .board table tbody td .organ{padding:10px;font-size:13px;color:#666;white-space:nowrap;}
#main .board table tbody td .day{padding:10px;font-size:13px;color:#666;white-space:nowrap;}
#main .board table tbody td .day .dday{display:flex;align-items:center;justify-content:center;width:55px;height:20px;margin:0 auto;border-radius:5px;color:#fff;line-height:20px;font-size:11px;}
#main .board table tbody td .day .dday.soon{background:#d7031c;}
#main .board table tbody td .day .dday.ing{background:#d7b203;}
#main .board table tbody td .read{padding:10px;font-size:13px;color:#666;white-space:nowrap;}
#main .latest{display:flex;flex-wrap:wrap;gap:12px 20px;margin-bottom:20px;}
#main .latest .board{position:relative;width:calc(50% - 10px);border-radius:10px;overflow:hidden;background:#ffffff;}
#main .latest .board .title{padding:12px 16px;line-height:20px;font-size:16px;font-weight:700;color:#ffffff;display:flex;gap:20px;background:#5D5E6D;}
#main .latest .board .title button{line-height:20px;font-size:16px;font-weight:400;color:#ffffff;opacity:0.7;}
#main .latest .board .title button.active{font-weight:700;opacity:1;}
#main .latest .board .more{position:absolute;top:12px;right:16px}
#main .latest .board .more a{display:flex;width:20px;height:20px;align-items:center;justify-content:center;}
#main .latest .board .tabs-cont{padding:20px;display:none;}
#main .latest .board .tabs-cont.active{display:block}
#main .latest .board .tabs-cont ul{}
#main .latest .board .tabs-cont li{margin-bottom:10px;}
#main .latest .board .tabs-cont li:last-child{margin-bottom:0;}
#main .latest .board .tabs-cont li a{display:flex;}
#main .latest .board .tabs-cont li .text{flex:1;display:flex;align-items:center;line-height:18px;font-size:13px;color:#5e5e5e;}
#main .latest .board .tabs-cont li .text span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .tabs-cont li .text .cmt{font-size:13px;color:#4171e3;}
#main .latest .board .tabs-cont li .date{flex:0 0 auto;line-hieght:18px;font-size:13px;color:#5e5e5e;opacity:0.6;}
#main .latest .board .gall{padding:20px;}
#main .latest .board .gall ul{}
#main .latest .board .gall li{margin-bottom:10px;}
#main .latest .board .gall li:last-child{margin-bottom:0;}
#main .latest .board .gall li .con{display:flex;}
#main .latest .board .gall li .img{flex:0 0 auto;width:108px;height:auto;aspect-ratio:108 / 69;border-radius:5px;overflow:hidden;background:#d1d1d1;}
#main .latest .board .gall li .img img{width:100%;height:100%;object-fit:cover;display:block;}
#main .latest .board .gall li .txt{flex:1;padding-left:12px;display:flex;flex-direction:column;gap:6px;}
#main .latest .board .gall li .txt .t_title{line-height:18px;font-size:13px;font-weight:bold;color:#000000;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .gall li .txt .t_text{line-height:16px;font-size:12px;color:#000000;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .gall li .txt .t_date{line-height:16px;font-size:10px;color:#000000;opacity:0.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .view_best{padding:20px;}
#main .latest .board .view_best ul{display:flex;flex-wrap:wrap;gap:10px;}
#main .latest .board .view_best li{width:calc(50% - 5px);}
#main .latest .board .view_best li:last-child{margin-bottom:0;}
#main .latest .board .view_best li .con{display:flex;flex-direction:column;}
#main .latest .board .view_best li .img{flex:0 0 auto;width:100%;height:auto;aspect-ratio:108 / 69;border-radius:5px;overflow:hidden;background:#d1d1d1;}
#main .latest .board .view_best li .img img{max-width:100%;height:100%;object-fit:cover;display:block;}
#main .latest .board .view_best li .txt{flex:1;padding-top:12px;display:flex;flex-direction:column;gap:6px;}
#main .latest .board .view_best li .txt .t_title{line-height:18px;font-size:13px;font-weight:bold;color:#000000;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .view_best li .txt .t_text{line-height:16px;font-size:12px;color:#000000;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .view_best li .txt .t_date{line-height:16px;font-size:10px;color:#000000;opacity:0.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .reco_best{padding:20px;}
#main .latest .board .reco_best ul{}
#main .latest .board .reco_best li{margin-bottom:10px;}
#main .latest .board .reco_best li:last-child{margin-bottom:0;}
#main .latest .board .reco_best li a{display:flex;}
#main .latest .board .reco_best li .num{flex:0 0 auto;margin-right:10px;width:10px;font-size:14px;text-align:left;color:#5e5e5e;}
#main .latest .board .reco_best li .text{flex:1;display:flex;align-items:center;line-height:18px;font-size:13px;color:#5e5e5e;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .reco_best li .text span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .latest .board .reco_best li .text .cmt{font-size:13px;color:#4171e3;}
#main .latest .board .reco_best li .date{flex:0 0 auto;line-height:18px;font-size:13px;color:#5e5e5e;opacity:0.6;}
#main .section{position:relative;margin:0 0 20px;padding:20px;border-radius:10px;background:#ffffff;}
#main .section.section_01{padding:0;border-radius:0;background:transparent;}
#main .section.section_01 .more{top:0;right:10px;}
#main .section.section_02{}
#main .section.section_02 .tabs{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;gap:16px;}
#main .section.section_02 .tabs button{line-height:20px;font-size:14px;color:#5b5b5b;}
#main .section.section_02 .tabs button.active{font-weight:700;color:#4171e3;}
#main .section.section_02 .tabs-cont{display:none;}
#main .section.section_02 .tabs-cont.active{display:block;}
#main .section .title{margin-bottom:20px;line-height:20px;font-size:16px;font-weight:700;color:#333333;}
#main .section .more{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;}
#main .section .more a{line-height:20px;font-size:16px;font-weight:700;color:#333333;}
#main .section .button{margin-top:20px;}
#main .section .button a{display:flex;align-items:center;justify-content:center;text-align:center;height:36px;width:100%;border-radius:16.5px;border:1px solid #e6e6ea;font-size:13px;font-weight:500;color:#5e5e5e;}
#main .section .free_gall{}
#main .section .free_gall ul{display:grid;gap:0;grid-template-columns: 320px 1fr 1fr;border-radius:10px;overflow:hidden;}
#main .section .free_gall li{}
#main .section .free_gall li:nth-child(1){grid-column-start: 1;grid-column-end: 2;grid-row-start: 1;grid-row-end: 3;}
#main .section .free_gall li:nth-child(1) .img{aspect-ratio:320/200;}
#main .section .free_gall li:nth-child(1) .txt{padding:15px;}
#main .section .free_gall li a{position:relative;display:block;}
#main .section .free_gall li .img{width:100%;height:auto;aspect-ratio:165/100;overflow:hidden;background:#d1d1d1;}
#main .section .free_gall li .img img{width:100%;height:100%;object-fit:cover;}
#main .section .free_gall li .txt{position:absolute;bottom:0;left:0;padding:10px 15px;line-height:14px;font-size:10px;font-weight:700;color:#ffffff}
#main .section .rank{}
#main .section .rank ul{display:flex;flex-wrap:wrap;gap:20px 0;}
#main .section .rank li{position:relative;width:50%;}
#main .section .rank li .box{display:flex;}
#main .section .rank li .num{flex:0 0 auto;width:28px;line-height:30px;font-size:25px;font-weight:900;color:#000;text-align:left;}
#main .section .rank li .img{width:72px;height:72px;border-radius:5px;overflow:hidden;background:#d1d1d1;}
#main .section .rank li .img img{display:block;width:100%;height:100%;object-fit:cover;}
#main .section .rank li .con{display:flex;flex:1;flex-direction:column;padding-left:12px;justify-content:center;gap:6px;}
#main .section .rank li .con .tit{line-height:18px;font-size:12px;font-weight:700;color:#000;}
#main .section .rank li .con .txt{line-height:16px;font-size:10px;font-weight:500;color:#000;}
#main .section .rank li .con .date{line-height:16px;font-size:9px;font-weight:300;color:rgb(0 0 0 / 0.5);}
#main .section .stock{}
#main .section .stock ul{display:flex;gap:14px;}
#main .section .stock li{position:relative;width:calc(33.33% - 9.33px);}
#main .section .stock li .img{border-radius:10px;overflow:hidden;background:#d1d1d1;}
#main .section .stock li .img a{display:block;}
#main .section .stock li .img img{display:block;width:100%;height:100%;object-fit:cover;}
#main .section .stock li .zzimBtn{position:absolute;bottom:15px;left:15px;display:flex;width:12px;height:12px;align-items:center;background:url("../images/zzim_off.png") no-repeat 50% 50% / contain;flex:0 0 auto;}
#main .section .stock li .zzimBtn.active{background:url("../images/zzim_on.png") no-repeat 50% 50% / contain;}
#main .section .stock li .commentBtn{position:absolute;bottom:15px;right:15px;display:flex;height:12px;align-items:center;line-height:12px;font-size:10px;font-weight:bold;color:#ffffff;}
#main .section .stock li .commentBtn:before{content:'';width:12px;height:12px;margin-right:5px;flex:0 0 auto;background:url("../images/comment.png") no-repeat 50% 50% / contain;}
#main .section .view_best{}
#main .section .view_best ul{}
#main .section .view_best li{margin-bottom:10px;}
#main .section .view_best li:last-child{margin-bottom:0;}
#main .section .view_best li a{display:flex;}
#main .section .view_best li .num{flex:0 0 20px;width:20px;font-size:14px;font-weight:500;color:#5e5e5e;}
#main .section .view_best li .text{flex:1;display:flex;align-items:center;line-height:18px;font-size:13px;color:#5e5e5e;}
#main .section .view_best li .text span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
#main .section .view_best li .text .cmt{margin-left:4px;font-size:13px;color:#4171e3;}
#main .section .view_best li .text .like{margin-left:4px;display:flex;width:12px;height:12px;align-items:center;background:url("../images/zzim_on.png") no-repeat 50% 50% / contain;flex:0 0 auto;}
#main .section .view_best li .date{flex:0 0 auto;line-hieght:18px;font-size:13px;color:#5e5e5e;opacity:0.6;}


@media (max-width: 1024px) {

    #theme{position:sticky;top:0;left:0;z-index:111;width:100%;height:60px;padding:10px 20px;display:flex;background:#efefef;align-items:center;}
    #theme .tit{font-size:10px;font-weight:bold;color:#333;flex:0 0 auto;margin-right:1px;display:none;}
    #theme .kakao{}
    #theme .kakao a{display:block;border:1px solid #333;padding:4px;background:#fff;font-size:10px;color:#333;}
    #theme .color{display:flex;align-items:center;justify-content:flex-end;margin:0 0 0 auto;gap:5px;}
    #theme .color a{border-radius:5px;padding:0 2px;height:24px;font-size:10px;line-height:24px;display:flex;align-items:center;justify-content:center;white-space:nowrap;}
    #theme .color a:nth-child(1){background:green;color:#ffffff;}
    #theme .color a:nth-child(2){background:blue;color:#ffffff;}
    #theme .color a:nth-child(3){background:yellow;color:#000000;}
    #theme .color a:nth-child(4){background:red;color:#ffffff;}
    #theme .color a:nth-child(5){background:purple;color:#ffffff;}
    #theme .dev{display:flex;align-items:center;justify-content:flex-end;margin:0 0 0 5px;gap:5px;}
    #theme .dev a{display:flex;align-items:center;justify-content:center;border-radius:4px;width:20px;height:20px;}
    #theme .dev a img{width:100%;height:auto;}
    #theme .dev a:nth-child(1){background:#333333;}
    #theme .dev a:nth-child(2){background:#4171e3;}
    #theme ~ #header.fixed{top:60px;}

    #wrap{}
    #wrap .lt-desktop{display:none !important;}
    #wrap .lt-mobile{display:block !important;}

    #header{}
    #header.expend .header{background:#ffffff;}
    #header .header{}
    #header .header .wrap{padding:0 16px;height:auto;flex-direction:column;}
    #header .header .logo{position:relative;top:0;left:0;width:100%;height:70px;display:flex;align-items:center;justify-content:flex-start;}
    #header .header .logo a{}
    #header .header .search{padding:3px 0 20px;width:100%;}
    #header .header .search form{}
    #header .header .search input{width:100%;}
    #header .header .menu{display:none;}
    #header .header .allmenu{position:absolute;z-index:12;top:17px;right:16px;width:36px;height:36px;border-radius:5px;background:rgb(65 113 227 / 20%);cursor:pointer;}
    #header .header .allmenu.active{}
    #header .header .allmenu:before{content:'';position:absolute;top:50%;left:50%;width:20px;height:18px;background:url("../images/menu_expend.png") no-repeat 50% 50% / contain;transform:translate(-50%,-50%);}
    #header .header .allmenu.active:before{width:16px;height:16px;background:url("../images/menu_expend_close.png") no-repeat 50% 50% / contain;}
    #header .aside{position:fixed;top:135px;left:0;width:100%;height:calc(100vh - 135px);overflow-y:auto;background:#ffffff;opacity:0;visibility:hidden;padding:0 16px;display:none;}
    #header .aside.active{opacity:1;visibility:visible;display:block;}
    #header .aside .wrap{flex-direction:column;height:100%;justify-content:stretch;gap:10px;}
    #header .aside .gnb{width:100%;}
    #header .aside .gnb .depth1{display:flex;flex-direction:column;align-items:stretch;gap:25px;}
    #header .aside .gnb .depth1 .gnb_al_li_plus{}
    #header .aside .gnb .depth1 .gnb_al_li_plus .da1{padding:0;width:100%;line-height:20px;font-size:17px;font-weight:700;color:#333333;text-align:left;}
    #header .aside .gnb .depth1 .gnb_al_li_plus .da1:after{content:'';position:absolute;top:0;right:0;width:20px;height:20px;background:url("../images/gnb_arrow_bottom.png") no-repeat 50% 50% / contain;}
    #header .aside .gnb .depth1 .gnb_al_li_plus.active .da1{}
    #header .aside .gnb .depth1 .gnb_al_li_plus.active .da1:after{transform:rotate(180deg);}
    #header .aside .gnb .depth1 .gnb_al_li_plus.active .depth2{display:flex;width:100%;margin-top:20px;padding:0;opacity:1;visibility:visible;box-shadow:none;}
    #header .aside .gnb .depth2{position:relative;top:0;left:0;display:none;flex-direction:column;gap:15px;}
    #header .aside .gnb .depth2 .dl2{}
    #header .aside .gnb .depth2 .da2{padding:0;width:100%;line-height:17px;font-size:14px;font-weight:400;color:#a7a7a7;text-align:left;}
    #header .aside .visit{flex:0 0 auto;display:block !important;width:100%;padding:20px;margin:40px 0 0 0;border:1px solid #e8e8e8;border-radius:10px;}
    #header .aside .visit .tit{}
    #header .aside .visit .tit h2{position:relative;margin-bottom:0;line-height:20px;font-size:17px;font-weight:700;color:#333333;cursor:pointer;}
    #header .aside .visit .tit h2:after{content:'';position:absolute;top:0;right:0;width:20px;height:20px;background:url("../images/gnb_arrow_bottom.png") no-repeat 50% 50% / contain;}
    #header .aside .visit .con{margin-top:20px;flex-direction:column;display:none;}
    #header .aside .visit .con dl{display:flex;}
    #header .aside .visit .con dl + dl{margin-top:10px;}
    #header .aside .visit .con dl dt{width:50%;line-height:17px;font-size:14px;color:#a6a6a6;text-align:left;display:flex;align-items:center;}
    #header .aside .visit .con dl dt span{flex:0 0 auto;margin-right:10px;width:12px;height:12px;background:url("../images/visit_person.png") no-repeat 50% 50% / contain;}
    #header .aside .visit .con dl dd{width:50%;line-height:17px;font-size:14px;color:#a6a6a6;text-align:right;}
    #header .aside .visit .con dl.total{margin-top:15px;padding-top:15px;padding-bottom:7px;border-top:1px solid rgb(0 0 0 / 5%);}
    #header .aside .visit .con dl.total dt{font-size:14px;font-weight:700;color:#000000;}
    #header .aside .visit .con dl.total dt span{display:none;}
    #header .aside .visit .con dl.total dd{font-size:14px;font-weight:700;color:#000000;}
    #header .aside .visit.active{}
    #header .aside .visit.active .tit{}
    #header .aside .visit.active .tit h2{}
    #header .aside .visit.active .tit h2:after{transform:rotate(180deg);}
    #header .aside .visit.active .con{display:flex;}
    #header .aside .mobile{flex:0 0 auto;display:flex !important;width:100%;gap:9px;padding-bottom:20px;}
    #header .aside .mobile a{flex:1;display:flex;align-items:center;justify-content:center;height:44px;border:1px solid transparent;font-size:15px;font-weight:500;color:#000;border-radius:5px;}
    #header .aside .mobile a.btn_01{background-color:#4171E3 !important;border-color:#4171E3 !important;color:#FFFFFF !important;}
    #header .aside .mobile a.btn_02{background-color:#FFFFFF !important;border-color:#E6E6EA !important;color:#5E5E5E !important;}

    /**/
    #container{}
    #container .aside{display:none;}
    #container .sidebar{display:none;}
    #container .container{padding:0 16px}
    #container .wrap{padding:0;flex-direction:column;}


    /**/
    #footer{}
    #footer .fnb{display:none;}
    #footer .footer{padding:16px 16px 24px;}
    #footer .footer .link{margin:0 -16px 52px;padding:0 16px;overflow-x:auto;}
    #footer .footer .link::-webkit-scrollbar {display: none;}
    #footer .footer .link a{white-space:nowrap;font-size:13px;color:#fff;}
    #footer .footer .address{gap:0;}
    #footer .footer .address div{flex-wrap:wrap;flex-direction:row;}
    #footer .footer .address div span{line-height:27px;font-size:13px;font-weight:300;color:rgb(255 255 255 / 90%);}
    #footer .footer .social{margin-top:42px;display:flex;align-items:center;justify-content:center;position:relative;bottom:0;left:0;right:0;width:100%;}

    /**/
    #sidemenu{position:sticky;height:0;width:auto;justify-content:flex-end;align-items:flex-end;padding:0 16px 16px;}

    /**/
    #main{padding-bottom:140px;overflow:hidden;width:100%;display:flex;flex-direction:column;max-width: 100vw;}
    #main .flex{flex-direction:column;}
    #main .video{}
    #main .video .list{}
    #main .video .list ul{padding:0 16px;margin:0 -16px;overflow-x:auto;}
    #main .video .list ul::-webkit-scrollbar {display: none;}
    #main .video .list li{flex:0 0 auto;width:36.66vw;}
    #main .latest{}
    #main .latest .board{width:100%;}
    #main .section{}
    #main .section .free_gall{}
    #main .section .free_gall ul{display:flex;flex-wrap:wrap;gap:15px 10px;}
    #main .section .free_gall li:nth-child(1){width:100%;}
    #main .section .free_gall li:nth-child(1) .txt{padding:10px 0 0;line-height:16px;font-size:15px;font-weight:500;color:#000000;-webkit-line-clamp:1;}
    #main .section .free_gall li{width:calc(50% - 5px);}
    #main .section .free_gall li .img{border-radius:10px;overflow:hidden;}
    #main .section .free_gall li .txt{position:relative;bottom:0;left:0;width:100%;padding:10px 15px 0;line-height:16px;font-size:12px;font-weight:500;color:#000000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
    #main .section .rank{}
    #main .section .rank ul{gap:15px 0;}
    #main .section .rank li{width:100%;}
    #main .section .rank li .num{position:absolute;top:6px;left:5px;width:15px;height:15px;border-radius:15px;background:#4171e3;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:15px;}
    #main .section .stock{}
    #main .section .stock ul{padding:0 16px;margin:0 -16px;overflow-x:auto;}
    #main .section .stock ul::-webkit-scrollbar {display: none;}
    #main .section .stock li{flex:0 0 auto;width:36.66vw;}
    #main .section .stock li .zzimBtn{bottom:10px;left:10px;}
    #main .section .stock li .commentBtn{bottom:10px;right:10px;}
    #main .exhi{display:flex;flex-direction:column;height:auto;background:transparent;}
    #main .exhi .tit{display:none;}
    #main .exhi .tab{background: #016fea;height:40px;align-items:center;flex:0 0 auto;width:100%;justify-content:center;}
    #main .exhi .tab button{font-size:12px;color: #96caff;white-space:nowrap;font-family: '맑은 고딕', 'malgun gothic'}
    #main .exhi .tab button.on,
    #main .exhi .tab button:hover{color:#fff;}
    #main .exhi .act{margin-top:10px;margin-left:0;width:100%;}
    #main .exhi .act a{width:100%;text-align:center;justify-content:center;}
    #main .board{}
    #main .board table{display:block;}
    #main .board table thead{display:none;}
    #main .board table tbody{display:flex;flex-direction:column;}
    #main .board table tbody tr{display:flex;flex-wrap:wrap;}
    #main .board table tbody td{border:0;}
    #main .board table tbody td:nth-child(1){order:1;width:75%;}
    #main .board table tbody td:nth-child(2){order:3;width:50%;}
    #main .board table tbody td:nth-child(3){order:2;width:25%;}
    #main .board table tbody td:nth-child(4){order:4;width:50%;}
    #main .board table tbody td .tit{padding:10px;text-align:left;}
    #main .board table tbody td .tit a{color:#333333;font-size:12px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
    #main .board table tbody td .tit .sub-tit{font-size:11px;color:#999;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
    #main .board table tbody td .organ{padding:5px 10px;font-size:13px;color:#666;white-space:nowrap;text-align:left;}
    #main .board table tbody td .organ:before{content:'주최사 : ';color:#000;font-weight:bold;}
    #main .board table tbody td .day{padding:10px 20px 10px 10px;font-size:13px;color:#666;white-space:nowrap;}
    #main .board table tbody td .day .dday{display:flex;align-items:center;justify-content:center;width:100%;height:20px;margin:0 auto;border-radius:5px;color:#fff;line-height:20px;font-size:11px;}
    #main .board table tbody td .day .dday.soon{background:#d7031c;}
    #main .board table tbody td .day .dday.ing{background:#d7b203;}
    #main .board table tbody td .read{padding:5px 10px;;font-size:13px;color:#666;white-space:nowrap;text-align:right;}
    #main .board table tbody td .read:before{content:'조회수 : ';color:#000;font-weight:bold;}
}


