@charset "utf-8";

body{overflow: hidden;}
.doc{font-size: 16px;}
.box1{ width:1350px; max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

/*header*/
#header{z-index: 200; position: fixed; top: 0; left: 0; width:100%; background-color:#fff;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo img{display:block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 30px; position: relative;}
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.125em; line-height: inherit; font-weight:400; color:#222; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 160px; border: 1px solid #ddd; border-top:0; margin-top:-2px; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; overflow:hidden; opacity:0 }
#header .gnb_wrap .gnb .depth1 > ul:after{content: ""; position: absolute; left: 0; top: -2px; width: 100%; height:5px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; border-top: 1px dotted #ddd; font-weight:400; padding: 15px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{background: #f5f5f5;}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1:hover > ul:after{transform: scaleX(1);}

/*검색*/
#header .hd_sch_btn{font-size:1.125em; color:#fff; cursor: pointer;}
#header .hd_sch_btn.on .xi:before{content:'\e921';}
#header .hd_sch_wr #hd_sch{border:1px solid rgba(255,255,255,.8); border-radius: 50px; position: relative; width:240px; overflow: hidden;}
#header .hd_sch_wr #hd_sch #sch_stx{border:0; background:transparent; color:#fff; width:100%; height: 45px; padding:5px 55px 5px 20px; font-size:.95em; box-sizing: border-box;}
#header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:rgba(255,255,255,.8)!important;}
#header .hd_sch_wr #hd_sch button{border:0; background-color:var(--mainColor); width:38px; height: 38px; color:#fff; position: absolute; top:50%; transform: translateY(-50%); right:4px; border-radius: 50%; font-size:.9em;}

/*회원*/
#header .hd_login{margin-left:20px;}
#header .hd_login > li a{color:#555; margin-left:15px; font-weight: 300;}
#header .hd_login > li:first-child a{margin-left:0px;}
#header .hd_login > li .xi{vertical-align: baseline; margin-right:4px;}

/*전체메뉴버튼*/
#header .btn_gnb{width:30px; height: 30px; position: relative; z-index: 10000; margin-left:25px;}
#header .btn_gnb .a_rd{width:10px; height: 10px; background-color: #666; border-radius: 50%;}
#header .btn_gnb .a_rd.a1{position: absolute; top: 0; left: 0; transition:.3s;}
#header .btn_gnb .a_rd.a2{position: absolute; top: 0; right: 0; background-color:var(--mainColor)!important; transition:.3s;}
#header .btn_gnb .a_rd.a3{position: absolute; bottom: 0; left: 0; transition:.3s; }
#header .btn_gnb .a_rd.a4{position: absolute; bottom: 0; right: 0; transition:.3s; }

#header .btn_gnb:hover .a_rd.a1,
#header .btn_gnb:hover .a_rd.a4{display:none;}
#header .btn_gnb:hover .a_rd.a2,
#header .btn_gnb:hover .a_rd.a3{width:100%; border-radius: 50px;}

#header .btn_gnb.on .a_rd.a1,
#header .btn_gnb.on .a_rd.a4{display:none;}
#header .btn_gnb.on .a_rd.a2{width:100%; border-radius: 50px;}
#header .btn_gnb.on .a_rd.a3{width:100%; border-radius: 50px; background-color: #666;}



/*탑버튼*/
.qk_list{position:fixed; bottom:15px; right:15px; z-index: 800;}
.qk_list > li a{display:block; width:50px; height: 50px; line-height: 50px; border-radius: 50%; font-size:1.25em; text-align: center; margin-top:3px; transition: .3s;}
.qk_list > li a:hover{box-shadow: 3px 3px 7px rgba(0,0,0,0.15);}
.qk_list > li.top_btn a{background-color:#333; color:#fff;}
.qk_list > li.kakao_btn a{background-color:#fae100; color:#3c1e1e;}
.qk_list > li.blog_btn a{background-color:#03c75a; color:#fff;}
.qk_list > li.yout_btn a{background-color:#ff0033; color:#fff;}
.qk_list > li.inst_btn a{background-image:linear-gradient(120deg, #574dc0, #c93b99, #ff942a); color:#fff;}

/*footer*/
#footer{background-color:#111; padding:45px 0 25px; margin-top:8em; text-align: center;}
#footer .f_logo{margin-bottom: 15px;}
#footer .f_logo p{color: #fff; margin-bottom: 10px; opacity: .6;}
#footer .f_menu{margin-bottom:20px;}
#footer .f_menu > li a{color:#fff; opacity: .7; margin-right:30px;}
#footer .f_menu > li a:hover{opacity: .9;}
#footer .f_menu > li:last-child a{margin-right:0px;}
#footer .f_info{width: 54%; margin: 0 auto;}
#footer .f_info > li{color:#fff; opacity: .6; font-weight: 300; margin-right:30px; font-size:.938em;} 
#footer .f_copy{font-size:.875em; color:#fff; opacity: .4; margin-top:20px; letter-spacing: 1px; font-weight: 200;}


/*서브 비주얼*/
.sub_v_wrap{position: relative;}
#sub_visual{height:430px; position: relative; overflow: hidden;}
#sub_visual .bgfix{position:absolute; top: 0; left:0; width:100%; height: 100%; transform: scale(1.15); transition-timing-function: ease-in-out; transition: 1s;}
#sub_visual .sub_v_tit{ font-weight: 700; text-align:center; font-size:3.625em; color:#fff; position: relative; z-index: 10; margin-right:3em; opacity:0; transition:1s;}
.load #sub_visual .bgfix{transform: scale(1);}
.load #sub_visual .sub_v_tit{margin-right:0; opacity:1}

#sub_visual.sub10 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub20 .bgfix{background-image:url(../img/sub/sub_v_02.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_03.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_04.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_05.jpg);}

/*snb*/
#snb { position: absolute; bottom:4em; left:50%; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 1.5s; width:96%;}
#snb .snb_list .sdp1 a{display:block; width:55px; height: 55px; line-height: 55px; border-radius: 50%; text-align:center; background-color:var(--mainColor); color:#fff; font-size:1.125em;}
#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last{position: relative; width:250px; border-bottom:1px solid rgba(255,255,255,.3);padding:15px 20px; margin-left:20px; cursor: pointer; box-sizing: border-box;}
#snb .snb_list .last{cursor: default;}
#snb .snb_list .sdp_tt{ color:#fff; font-size:1.125em; font-weight: 500; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#snb .snb_list .sdp_tt:before{content:'\e943'; font-family: 'xeicon'; position: absolute; top: 50%; right:20px; transform: translateY(-50%); font-size:.938em;}
#snb .snb_list .last .sdp_tt:before{display:none;}
#snb .snb_list .sdp_list_wrap{ max-height: 0px; position: absolute; top: 75px; left: 0;  width: 100%;  background: #fff; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 10; transition: .3s; transition-timing-function: ease-in-out; opacity: 0; overflow: hidden;}
#snb .snb_list .Aon .sdp_list_wrap{ max-height: 1000px; opacity: 1;}
#snb .snb_list .sdp_list{ padding: 25px; }
#snb .snb_list .sdp_list > li{margin-bottom:7px;}
#snb .snb_list .sdp_list > li:last-child{margin-bottom:0;}
#snb .snb_list .sdp_list > li a{color:#777; font-size:1.05em;}
#snb .snb_list .sdp_list > li.on a{color:var(--mainColor); font-weight: 500;}
.load #snb{ opacity: 1;}

/*컨텐츠 페이지*/
.ctt_admin{display:none;}/*관리자 내용수정 버튼*/
#ctt header{display:none;}/*컨텐츠 페이지 타이틀 header*/

/*컨텐츠 타이틀*/
.container_title{font-weight: 200; font-size: 2.125em; padding-top: 35px; margin: 55px 0; text-align: center; position: relative;}
.container_title:before{content:''; width:1px; height: 26px; visibility: hidden; transition: .8s; transition-timing-function: ease-in-out; transform: scaleY(0); transform-origin: left top; background: #222; position: absolute; top: 0; left: 50%;}
.load .container_title:before{transform: scaleY(1); visibility: visible;} 

/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
.agree_box .in_con .agree_wrap span{ display: block;}


/*=================================================================main============================================================*/

/*메인 비주얼*/
.mainSlider{position:relative;}
.mainSlider .el{ height:100vh; position:relative; overflow:hidden}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; transform:scale(1.2,1.2); transition-delay:1s}
.mainSlider .slogan{ position:absolute; top:50%; left:50%; transform: translate(-50%, -60%); color:#fff; text-align: center}
.mainSlider .slogan .t1{ font-size:3.875em; display:block; transform:translateY(1em); font-weight: 800; opacity:0; margin-bottom: 5px; line-height: 1.2;}
.mainSlider .slogan .t2{ font-size:1.75em; font-weight: 500; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:40px; position: relative; display: inline-block; }
.mainSlider .slogan .t2 img{display: inline-block; margin-bottom: -10px;}
.mainSlider .slogan .t3{ font-size:1.25em; font-weight: 300; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:30px;}
.mainSlider .el.swiper-slide-active .bg{ transform:scale(1); transition:2s; transition-delay:0; transition-timing-function:ease-in}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1s}
.mainSlider .el.swiper-slide-active .slogan .t3{ transform:translateY(0); opacity:.8; transition:1s; transition-delay:1.5s}

.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:120px; height:auto; margin: 0 20px 0 0; border-radius: 0; opacity: .4; background:transparent; color:#fff; border-bottom:2px solid #fff; padding-bottom:5px;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{opacity: 1;}
.scroll_wrap{position: absolute; bottom: 0; left:0;width:100%; z-index: 10;}
.scroll_wrap .mainSlide_scroll{ color: #fff; font-size: 0.85em; text-align: center; letter-spacing: 4px; font-weight: 200;}
.scroll_wrap .mainSlide_scroll_bar{ width: 1px; height: 35px; background: #fff; margin: 5px auto 0; position: relative;}
.scroll_wrap .scroll_bar {width:5px; height: 5px; background: #fff; animation: box-ani 2s linear infinite backwards; margin-left:-5px; border-radius: 50%;}

@keyframes box-ani { 
0% {transform: translate(50%, 0);} 
100% {transform: translate(50%, 53px);}
}


/*메인 샘플용 css*/
.main_section{padding:7em 0;}
.main_section_bg{background-color: #f9f9f9;}
.main_tit{ margin-bottom: 25px;}
.main_tit .in_tt{ font-size:2.125em; font-weight: 600; color:#222; line-height: 1.3;}
.main_more{text-align:center;}
.main_more a{display: inline-block; padding:13px 50px; border:1px solid #ccc; transition: .3s; color:#888; font-size:1.125em; border-radius: 50px; margin-top: 40px;}
.main_more a:hover{border-color:var(--maincolor); background-color:var(--mainColor); color:#fff;}

.more_btn{text-align: right; position: absolute; bottom: 0; right: 0;}
.more_btn a{display: inline-block; font-size: .937em; color: #666; padding: 6px 20px; margin-top: 30px; border: 1px solid #ddd; border-radius: 30px; transition: .3s;}
.more_btn a .xi{font-size: .937em; margin-left: 5px;}
.more_btn a:hover{background: var(--mainColor); border-color: var(--mainColor); color: #fff;}


.main_qk{margin-top:100px;}
.main_qk .main_qk_list{margin-right:-20px;}
.main_qk .main_qk_list > li{width:calc(100% / 8);}
.main_qk .main_qk_list > li .in{display:block; text-align:center; margin-right:20px;}
.main_qk .main_qk_list > li .in .icon_z{background-color: var(--subColor); height: 150px; border-radius: 15px; margin-bottom: 15px;}
.main_qk .main_qk_list > li .in .tx{font-size:1.125em;}

.main_notice{margin-top:100px; position: relative; padding-top:100px;}
.main_notice:before{content:''; width:100%; height:60%; background-color: #f9f9f9; position: absolute; top: 0; left: 0;}
.main_notice .tit_box{margin-bottom:40px;}
.main_notice .more_btn{position: relative;}
.tab_idx > li{}
.tab_idx > li a{font-size: 1em; font-weight: 500; color: #999; background-color: #fff; margin-left:3px; margin-bottom:3px; position: relative; display: block; padding:6px 15px; border-radius: 50px; border:1px solid #ddd; transition: .3s; }
.tab_idx > li.on a{color: #fff; background-color:#333; border-color:#333;}
.tab_idx > li a:hover{border-color:#666;}
.la_gall_wrap{min-height: 420px;}
.main_notice .la_gall_wrap .la_gall_slide .slide_li .in{padding: 10px; border: 1px solid #ddd; border-radius: var(--item_r); background: #fff; margin-right: 15px;}
.main_notice .la_gall_wrap .la_gall_slide .slide_li .in .in_img .new_icon{position: absolute; top: 10px; right: 10px; color: #fff; background: var(--mainColor); border-radius: 30px; padding: 2px 10px; font-size: .875em; z-index: 10;}


.main_board{margin-top:80px;}
.main_board .ifm_box{width: 50%; padding-right:45px; position: relative; padding-bottom: 40px;}
.main_board .sponsor_box{width: 50%; padding-left:45px; position: relative;}
.main_board .tab_idx{position: absolute; top: 0; right: 0; width: 80%;}

.main_txt{font-size:8em; color:#f9f9f9; font-weight: 800; width:3000px; text-transform: uppercase;}

.main_cal{margin-top:-55px; padding:100px 0;}
.bo_calendar{width:50%;}
.bo_calendar .move_calendar_box { margin-bottom: 20px;}
.bo_calendar .move_calendar li.cal_btn a{display:block; width:45px; height: 45px; line-height: 45px; border-radius: 50%; background-color: #eee; color:#666; text-align: center; transition: .3s;}
.bo_calendar .move_calendar li.cal_btn a:hover{background-color:var(--mainColor); color:#fff;}
.bo_calendar .move_calendar li.month { width: 280px; font-size:1.825em; font-weight: 700;}

.bo_calendar .calendar_td{ vertical-align: baseline; padding:4px;}
.bo_calendar .calendar_td .cal_date{display:block; width:100%; text-align: center; margin-bottom: 5px;}
.bo_calendar .calendar_td .cal_date > span{display: block; width:100%; background-color:#f5f5f5; border-radius: 5px; padding:2px; font-size:.938em;}
.bo_calendar .calendar_td .cal_date .thisDate{background-color: var(--mainColor); color:#fff; }
.bo_calendar .calendar_td .cal_con{min-height:35px;}
.bo_calendar .calendar_td .cal_sc_list{padding:0 2px;}
.bo_calendar .calendar_td .cal_sc_list .cal_sc{display:block; font-size:.938em; position: relative; padding-left:10px;}
.bo_calendar .calendar_td .cal_sc_list .cal_sc:before{content:''; width:3px; height: 3px; border-radius: 50%; background-color:var(--mainColor); position: absolute; top: 10px; left: 0;}
.bo_calendar .calendar_td .cal_sc_list .cal_sc:hover{color:var(--mainColor);}

.bo_calendar .calendar_td.beforeMonth,
.bo_calendar .calendar_td.afterMonth{background:#eee; border:1px solid #bbb;}
.bo_calendar .calendar_td.beforeMonth .cal_date > span,
.bo_calendar .calendar_td.afterMonth .cal_date > span{opacity: .5; background-color: transparent;}

.main_cal .bo_cal_list{width:50%; padding-left:45px; padding-top: 65px;}
.main_cal .bo_cal_list .in_cont{background-color: #f9f9f9; border: 3px solid #ddd;  border-radius: 10px; height: 100%; padding: .5em;}
.main_cal .bo_cal_list .in_cont .in{background-color: #fff; height: 100%; border-radius: 10px; border:1px dashed #cfd8e2; padding:30px;}
.main_cal .bo_cal_list .in_cont .in .bc_tit{font-size:1.45em; font-weight: 500; margin-bottom:25px; border-bottom:1px solid #eee; padding-bottom: 20px;}
.main_cal .bo_cal_list .in_cont .in .bc_cont{color:#333;}


.defi_table{border-collapse:separate; border-spacing:.5em; background-color: #f9f9f9; border:3px solid #ddd; border-radius: 10px;}
.defi_table th,
.defi_table td{padding:.5em .3em; border:1px solid transparent; border-radius:10px; letter-spacing: -.5px}
.defi_table th{color:#333;}
.defi_table td{background:#fff; border-style:dashed; border-color:#cfd8e2; color:#333;}
.defi_table .bg1{ background:#eee; border:1px solid #bbb;}
.defi_table .bg2{ background:var(--mainColor); color:#fff;}
.defi_table .bg3{ background: #ffa22e; border:1px solid #ffa22e; color:#fff;}
.defi_table .bg4{ border:1px solid #bbb;}
.defi_table .bg5{ background-color: #bae3f9; border:1px solid #bae3f9;}
.defi_table .bg6{color:#888;}
.defi_table .bg7{background: #f4f4fd; border: 1px solid #c0c0d9; color:#333;}


.main_yout{padding:100px 0;}
.main_yout .main_tit .in_tt{color:#fff;}

.main_loc{margin-top:100px;}
.main_loc .map_wrap{width:100%;}
.main_loc .map_wrap .root_daum_roughmap_landing{border-radius: var(--item_r); overflow: hidden;}
.root_daum_roughmap .cont,
.wrap_controllers{display:none;}




/*===========================================================sub===========================================================*/

/**/
/*.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 20%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx > li > a:hover,
.tab_idx > li.on > a{ box-shadow:0 0 1em .125em rgba(0,0,0,.1); color:var(--mainColor); border-color:var(--mainColor)}
*/

/**/
.nm_page_tt{font-size:1.5em; text-align: center; margin:80px auto 30px;}
.nm_page_tt .nmb{width:50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: var(--mainColor); display: inline-block; color:#fff; margin-right:5px;}
.page_tt{font-size:1.825em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 300;}
.page_stx{font-size:1em; font-weight: 300;}
/**/
.dot_list{padding: 0!important; margin: 0!important; text-align: left;}
.dot_list > li{line-height: 1.8; font-size: 1em; color: #222; position: relative; padding-left: 10px;}
.dot_list > li:before{content: ''; display: block; width: 3px; height: 3px; background: #bbb; border-radius: 50%; position: absolute; top: 10px; left: 0;}
.table_st{table-layout:fixed; border-top: 2px solid var(--mainColor); margin-top: 20px; margin-bottom: 10px;}
.table_st th, 
.table_st td{padding: .7em 1em; border: 1px solid #ddd; text-align: center; line-height: 1.6;}
.table_st th{color:#222; background-color:#f9f9f9; font-size:1em; font-weight: 500;}
.table_st td{color:#333;}
.table_st .co_1{background: #f9f9f9;}
.table_st .co_2{background: var(--mainColor); color: #fff;}
.table_info{display: none;}
 

.org_wrap .in_box{ margin-bottom: 2em;}

.res_wrap .page_stt{margin-top: 4em;}	
.res_wrap .ti{font-size: 1.125em; font-weight: 600; margin-left: 20px; margin-top: 30px; margin-bottom: 5px; position: relative;}
.res_wrap .ti:before{content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--mainColor); position: absolute; top: 10px; left: -15px;}
.res_wrap .img_box{margin-top: 10px;}
.res_wrap .img_box img{border-radius: var(--item_r); overflow: hidden;}
.res_wrap .list_box{padding: 20px; margin-top: 10px; margin-bottom: 20px; background: #f9f9f9; border-radius: var(--item_r); line-height: 1.6;}
.res_wrap span{color: #999; margin-top: 5px; display: block;}
.res_wrap .link_btn{font-size: 1.125em; font-weight: 600; color: #00b0ad; text-decoration: underline;}
.res_wrap .link_btn:hover{color:#139794 ;}
.res_wrap .res_btn{text-align: center;}
.res_wrap .res_btn a{font-size: 1.125em; font-weight: 600; color: #fff; margin-top: 4em; display: inline-block; padding: 15px 30px; background: var(--mainColor); border-radius: var(--bor_r); transition: .3s;}
.res_wrap .res_btn a:hover{background: #139794;}



/*sub*/
.about_04_02 .intro_tit{ padding:8em 0 9em; background-image: url(../img/sub/about_bg.jpg); background-color: #aaa; margin-bottom: -8em;}	
.about_04_02 .intro_tit .in_tt { font-size:4em; font-weight: 900; line-height: 1.2; text-align: center;}
.about_04_02 .intro_tit .in_tt .t1{ color: #fff; font-style: italic; margin-bottom:5px;}
.about_04_02 .intro_tit .in_tt .t2{ color: transparent; -webkit-text-stroke: 1px #fff; font-style: italic;}
.about_04_02 .intro_box{background-color:#fff; padding:6.5em 5em; box-sizing: border-box; margin-top:30px; text-align: center; border-radius: var(--item_r);}
.about_04_02 .intro_box .page_tt{ margin-bottom:30px;}
.about_04_02 .intro_box .page_tx{ margin-top: 20px;}
.about_04_02 .intro_box .intro_name{ margin-top: 55px; font-weight: 500; font-size:1.15em;}


/*공지사항*/
#bo_gall .gall_li .gall_box{border-radius: var(--bor_r);}

/*게시판*/
#bo_cate ul li{padding:0 2.5px 2.5px;}



