@charset "utf-8";
/* CSS Document */

/* 라이브러리 */
.con { margin:0 auto; }
.img-box > img { width:100%;display:block; }

.row::after {
    content:"";
    display:block;
    clear:both;
}

.cell {
    float:left;
    box-sizing:border-box;
}

.cell-right {
    float:right;
    box-sizing:border-box;
}

.margin-0-auto { margin:0 auto; }
.block { display:block; }
.inline-block { display:inline-block; }
.text-align-center { text-align:center; }
.line-height-0-ch-only { line-height:0; }

.line-height-0-ch-only > * { line-height:normal; }
.relative { position:relative; }

.absolute-left {
    position:absolute;
    left:0;
}
.absolute-right { position:absolute; right:0; }

.absolute-middle {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.width-100p { width:100%; }

.table {
    display:table;
}

.table-cell { display:table-cell; }

.vertical-align-top { vertical-align:top; }
.vertical-align-middle { vertical-align:middle; }
.vertical-align-bottom {
    vertical-align:bottom;
}

.con { /*max-width:1150px;*/max-width:100%; }
.con-min-width { min-width:320px; }

html, body { overflow-x:hidden; }

.top-bar {
	width:100%;
	height:150px;
    position:fixed;
    top:0;
    left:0;
    display:block;
    transition:height 0.3s, top 0.3s, left 0.3s, right 0.3s;
    overflow-y:hidden;
	z-index:100;
	border-bottom:1px solid #eee;
}

html.not-scroll-top-0 .top-bar {
    top:0;
    left:0;
    right:0;
}



.top-bar > .sub-menu-bar-bg::after {
    content:"";
    position:absolute;
    top:80px;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    /*background:rgba(250,250,250,0.98);*/
	 transition:all 0.2s;
}
/*.top-bar > .sub-menu-bar-bg::before { 
	content:""; 
    width: 100%;
    height: 2px;
    background: #21b1ef;
    display: block;	
}*/

.top-bar > .menu-box-1-bg::after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:80px;
	border-bottom: 1px solid #eeeeee;
    /*background-color:#fff;*/
    z-index:-1;
	transition:all 0.2s;
    
}
.top-bar > .menu-box-1 ul > li { position:relative;}
.top-bar > .menu-box-1 > ul ul {
    position:absolute;
    top:100%;
    left:0;
	width:100%;
	padding-top: 25px;
	height: 195px;
    /*border-right: 1px solid #eee;*/
}
/*.top-bar > .menu-box-1 > ul li:first-child ul { border-left:1px solid #eee; }*/
.top-bar > .menu-box-1 ul > li > ul > li > a { font-family:'NEXON Lv2 Gothic'; letter-spacing: -1px; font-size:18px; padding:8px 0; color:#545454;}/*2뎁스메뉴 padding값*/
.top-bar > .menu-box-1 ul > .cell > a { /*1뎁스(메인메뉴)메뉴 padding값*/
	font-family:'NEXON Lv2 Gothic'; 
	letter-spacing: -1px;
    font-weight: normal;
    font-size: 21px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 74px; /*80*/
	color:#fff;
}

/*----- 메뉴 마우스 hover 했을때 효과 -----*/
.top-bar:hover { height:450px; }
.top-bar:hover .sub-menu-bar-bg::after { background:rgba(250,250,250,0.98); transition:all 0.2s; }
.top-bar:hover .menu-box-1-bg::after { background-color: #fff; transition:all 0.2s; }
.top-bar:hover .menu-box-1 ul > .cell > a { color:#131313!important; transition:all 0.2s; }
.top-bar:hover .t2d_toplogo a img { filter: invert(90%) sepia(50%) saturate(15%) hue-rotate(314deg) brightness(102%) contrast(92%); }

#header_wrap nav { 
	width:80%; 
	margin:0 auto; 
	position:relative; 
    max-width: 1640px;
} 
#t2d_header .t2d_toplogo { 
    width: 100%;
    display: block;
    height: 80px;
}
#t2d_header .t2d_toplogo a { 
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 0;
}
#header_wrap nav > ul { 
    width: 100%;
    min-width: 640px;
    height: 70px;
    display: flex;
}
#header_wrap nav > ul > li { 
	flex:1;
}

.moblie_menu { display:none; }


/*----*/

header#header{
    position: sticky;
    top: 0;
    left: 0;
	background-color: rgba(255,255,255,0.95);
    text-align: center;
}
a#title{
    display: none;
    font-size: 28px; 
}
div#wrap{
    position: relative;
}

div#slide_bg{
    display: none;
    position: fixed;
    top: 0;
    left: -50%;
    height: 100%;
    width: 50%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}

div#slide_menu{
    display: none;
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    margin-left: +300px;
    height: 100%;
    padding-top: 60px;
    background-color: #fdfdfd;
    z-index: 100;
}
a#close_btn{
    position: absolute;
    top: 25px;
    left: 20px;
    width: 30px;
    height: 30px;
}

ul.nav_mian, ul.m_nav, ul.m_nav_sub{
    text-align: left;
    list-style: none;
    padding-left: 0;
}

ul.nav_mian>li{
    display: inline-block;
    font-size: 0;
    margin: -2.9px;
}

.nav_title a, .nav_sub a{
    display: inline-block;
    padding: 8px 20px;
    width: 150px;
    transition: 0.3s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
 
ul.nav_sub{
    display: none;
    list-style: none;
    padding-left: 0;
    position: absolute;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.m_nav_sub{
 /*    display: none; */ 
    display: block;  

}

.m_nav_title a{
    display: inline-block;
    width: 100%;
    padding: 17px 23px;
    font-size: 16px;
	font-weight: 600;
}

.m_nav_title a.on{
/*color:#508fde; */
}

.m_nav_sub li.on a{
	color:#508fde;
}

.m_nav_sub a{
    background-color: #fff;
	color:#929292;
	font-size:15px;
	padding:10px 0 5px 25px;
	font-weight: 500!important;
}

div#content{
    max-width: 1000px;
    background-color: #eeeeee;
}

div#burgerbtn{
    display: none;
    position: absolute;
    top: 24px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/*-------------------- 서브메뉴 --------------------*/
.t2d_subpage_menu { width:100%; border-bottom:1px solid #eeeeee; }
.t2d_submenubox {
    width: 70%;
	height:60px;
    margin: 0 auto;
	background:#fff;
}
.t2d_submenubox > div { display:inline-block; text-align: center; float: left; line-height: 64px; }
.t2d_mennu_mainhome { width:15%; position:relative; }
.t2d_mennu_mainhome::before {  
	content: "";
    width: 1px;
    height: 60px;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
	box-sizing:border-box;
}
.t2d_mennu_mainhome::after {  
	content: "";
    width: 1px;
    height: 60px;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
	box-sizing:border-box;
}

.t2d_mennu_mainhome a { color:#545454; font-size: 16px; }
.t2d_mennu_mainhome a i { padding-right:6px; color:#545454; }

.t2d_current_page { width:15%;position:relative; }
.t2d_current_page::before {
    content: "";
    width: 1px;
    height: 60px;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    box-sizing: border-box;
}
.t2d_current_page a { color:#545454; font-size: 16px; }


.t2d_dropdown { width:25%; }
.t2d_dropbtn {
	width:100%;
	height: 60px;
	line-height: 64px;
  	background:#fe952f;
	background-size: 4%;
  	color: white;
  	font-size: 16px;
  	border: none;
	transition:all 0.1s;
	padding-right:25px;
}
.t2d_dropbtn i {
    position: absolute;
	top: 22px;
    right: 25px;
    color: #fff;	 
}
.t2d_dropdown {
 position: relative;
  display: inline-block;
}
 
.t2d_dropdown-content {
  display: none;
  width: 100%;
  position: absolute;
  background-color: #f7f7f7;
  min-width: 160px;
  z-index: 1;
  text-align: left;
} 
.t2d_dropdown-content a {
    color: black;
    padding: 0 16px;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
    border-bottom: 1px dashed #eaeaea;
}
.t2d_dropdown-content a:last-child { border-bottom:none; } 
 
.t2d_dropdown-content a:hover {background-color: #f1f1f1;}
 
.t2d_dropdown:hover .t2d_dropdown-content {display: block;}
 
.t2d_dropdown:hover .t2d_dropbtn {
	background:#ff8916;
	background-size: 4%;	
}



/*언어*/
.pc_menu .langbox{
    position: absolute;
    top: 18%;
    right: 5%;
    z-index: 1000;
}

.langbox .down_btn {
    text-align: center;
    width: 110px;
    height: 32px;
    border: 1px solid  #c9c7c7;
    border-radius: 32px;
    float: left;
    margin-left: 8px;

}

.langbox .down_btn:hover{border: 1px solid #c30e23; background:#c30e23 ; transition:0.5s; }

.langbox .down_btn a {
    font-weight: 500;
    color:  #c9c7c7 !important;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 15px 0 15px;
    font-family: 'Poppins', 'Noto Sans KR' !important;
    text-decoration: none !important;
    line-height: 22px;
}


@media screen and (max-width: 1600px){
#header_wrap nav { width:94%; } 

/*-------------------- 서브메뉴 --------------------*/
.t2d_submenubox { width:100%;}


}
@media screen and (max-width: 1200px){
header#header { 
    width: 100%;
    margin: 0 auto;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.menu_box { displaY:none; }
	
 ul.nav_mian{
  display: none;  
}
a#title{
    display: block;
	padding:17px 0;
}
a#title img { width:200px; }
div#burgerbtn{
    display: block;
}
div#slide_menu{
    display: block;
}
div#slide_bg{
    display: block; 
}

/*-------------------- 서브메뉴 --------------------*/
.t2d_current_page { width:30%; }
.t2d_dropdown { width:55%; }
#t2d_sub_content { width:96%; } 
.t2d_board_list .t2d_vcontainer .t2d_current ul li { width:48%; }
.t2d_subpage_content .t2d_sub_dtitle { margin-bottom:40px; }
 
}

@media all and (max-width: 665px) { 


/*언어*/
#slide_menu .langbox{
    /*margin-right: 10%;
    float: right;*/
    display:inline-block;
        
    }

    
.langbox .down_btn {
    text-align: center;
    width: 50px;
    height: 32px;
    border: 1px solid  #c9c7c7;
    border-radius: 10px;
    
    margin-left: 8px;

}

.langbox .down_btn:hover{border: 1px solid #c30e23; background:#c30e23 ; transition:0.5s; }

.langbox .down_btn a {
    font-weight: 500;
    color:  #c9c7c7 !important;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 10px 0 10px;
    font-family: 'Poppins', 'Noto Sans KR' !important;
    text-decoration: none !important;
    line-height: 22px;
}


/*-------------------- 서브메뉴 --------------------*/
.t2d_mennu_mainhome { display: none!important; }
.t2d_current_page { display: none!important; }
.t2d_dropdown { width:100%; }
.t2d_dropdown .t2d_dropbtn { margin-right: 0%; }

.t2d_subpage_content .t2d_sub_dtitle h3 { font-size:20px; }
.t2d_subpage_content .t2d_sub_dtitle h3::before {
	background: url(/index/img/subpagetitle_icon.png) left 5px no-repeat;
	background-size: 80%;	
}

}