@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

.notosanskr * { 
    font-family: 'Noto Sans KR', sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

a {
    text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    width:100%;
    /* height:100%; */
    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    overflow-x: hidden;
}

.br840 {
    display: none;
}





/* skipToContent */
#skipToContent { position:relative;} 
#skipToContent a { display:block; height:1px; width:1px; margin-bottom:-1px; overflow:hidden; text-align:center; color:#000; white-space:nowrap;} 
#skipToContent a:focus, 
#skipToContent a:active { height:auto; width:100%; padding:5px; margin-bottom:10px;}


.wrap {
    width:100%; 
    position:relative;
    overflow:hidden;
    z-index:1
} 


/* mobile Header */
header.mobile {
    display: none;
    box-shadow: 0;
}

.mhdWrap {
    width:100%;
    margin:2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.mlogo {
    width:600px;
    margin-left:4%;
}

.mlogo > a > img {
    display: block;
    width:100%;
}


.open_bt {
    display: block;
    background-color: #cdcdcd;
    padding:1% 1.1%;
    padding:4%;
    background-image: url('/new/en/img/menu.png');
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}


.close_bt {
    display: block;
    margin:0 1%;
    background-image: url('/new/en/img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    padding:4%;
}


/* lnb */
#ck_btm { 
    display: none;
}

#ck_btm:checked ~ #lnb { 
    left:0;
}

#lnb {
    width: 100%;
    height:100%;
    position:fixed;
    left:-100%;
    z-index: 9999;
    background-color:rgba(255,255,255,0.8);
	
}

#lnb h2 {
    margin:3%;
    display: flex;
    flex-direction: row;
    justify-content:right;
}

.mlang {
    display: flex;
    margin:1% 15% 0.8% auto;
}

.mlang a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right:15%;
    padding:0 10%;
    background-color: #fff;
    font-size: 0.8em;
    color:#444;
    border:3px solid #a9a9a9;
    border-radius: 100px;
}

.mlang a:hover {
    color:#d20a0a;
    background-color: #a9a9a9;
}

.mlang a.active {
    color:#d20a0a;
    background-color: #a9a9a9;
}


#lnb > ul {}

#lnb > ul > li { 
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#lnb > ul > li > a {
    display: block;
    padding: 2% 5%; 
    font-size: 1.3em;
    font-weight:500;
    background:#2d4971 url('/new/en/img/more_left.png') no-repeat center right 5%;
    background-size: 5%;
    color:#fff;	
}

#lnb > ul > li.on > a {
    color: #fff; 
    background:#2d4971 url('/new/en/img/more_down.png') no-repeat center right 5%;
    background-size: 5%;
   
}

#lnb > ul > li ul {
    display: none;
}

#lnb > ul > li > ul > li > a {
    display: block;
    padding: 1% 7%;
    font-size: 1.2em;
    font-weight:500;
    background: #bdbdbd;
    background-color: #bdbdbd; 
    border-top:1px solid #fff;
    color: #222; 
    background:#bdbdbd url('/new/en/img/plus2.png') no-repeat center right 7%;
    background-size: 4%;
    transition: all 0.35s;	
}

#lnb > ul > li > ul > li.on > a {
    color:#2d4971;
}

#lnb > ul > li > ul li ul {
    display: none;
    background-color: #fff;
    padding:1% 0 2% 0;
}

#lnb > ul > li > ul li li a {
    display: block;
    padding:0.5% 10%;
    color: #7f7f7f; 
    font-size: 1em;
    font-weight:500;
    background-color: #ffffff;
}

#lnb > ul > li > ul > li li a:hover {
    color: #000;
}

#lnb > ul li.noDepth a {
    background-image: none !important;
}







/* PC Header */
header.pc {
    width:100%;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:999;
    border-bottom:1px solid #ccc;
}


.hdWrap {
    /* position:relative; */
    max-width: 1600px;
    height:90px; 
    margin:0 auto;	
} 

.logo {
    width:540px;
    float:left;
    position: relative;
    top:15%;
}

.logo > a > img {
    display: block;
    width:100%;
}

.gnb {
    overflow:hidden;
    position: relative;
    top:31%;
    margin:0 10% 0 45%;
} 

.gnb > ul > li{
    width:180px;
    float:left;
    text-align:center;
    font-size:1.3em;
    font-weight:700;
    color:#3f3f3f;
    transition: all 0.35s;
}

.gnb > ul > li:hover {
    color:#19509d
} 

.lang {
    position: relative;
    top:-2%;
    display: flex;
    float:right;
    justify-content: flex-end;
} 

.lang a {
    width:40px;
    padding:3px 5px 6px 5px;
    text-align: center;
    border:3px solid #a9a9a9; 
    border-radius: 100px;
    font-size:0.8em;
    font-weight: 700;
    color:#000;
    transition: all 0.35s;
}

.lang a.eng {
    margin-right:20px;
}

.lang a:hover {
    background-color: #a9a9a9;
    color:#d20a0a
}

.lang a.active {
    background-color: #a9a9a9;
    color:#d20a0a
}


.side { 
    display: none;
    overflow:hidden; 
    width:100%; 
    height:100%;  
    background-color:rgba(255,255,255,0.9);
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
} 

.side ul{ 
    margin:0 10% 0 46%; 
    padding:0;
} 

.side ul li{ 
    width:180px;
    height:200px; /* gnb 배경 높이*/
    padding:2% 0 0 0;
    float:left; 
    border-right:1px solid #d4d4d4;
    transition: all 0.35s;
} 

.side ul li:nth-child(2){  width:250px; } 
.gnb ul li:nth-child(2){  width:250px;  }	

.side ul li:first-child{ 
    border-left:1px solid #d4d4d4;
}


.side ul li a { 
    display:block; 
    padding:2% 15%;
    font-size:0.8em;
    font-weight: 400;
    text-align:left; 
    color:#666;
    transition: all 0.35s;
	
}

.side ul li:hover {
    background-color:#e8eef5;
} 

.side ul li a:hover {
    text-decoration: underline;
}







/* footer */
footer {
    border-top:1px solid #ccc;
}

.ftWrap {
    max-width: 1600px;
    margin:0 auto;
    padding:3% 0;
}

.ftWrap  > p {
    line-height: 2;
    font-size:0.9em;
    font-weight:500;
}




/* responsive */  
@media screen and (max-width: 1800px) {
    .hdWrap {
        margin:0 5%;
    } 

    .gnb {
        margin:0 10% 0 50%;
    } 

    .gnb > ul > li{
        width:150px;
        font-size:1.2em;
		
    }
    
    .side ul{ 
        margin:0 10% 0 50%; 
    } 
    
    .side ul li{ 
        width:150px;
        height:180px;
    }

    .ftWrap {
        margin:0 5%;
    }    
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1570px) {
}

@media screen and (max-width: 1440px) { 
}

@media screen and (max-width: 1300px) {
    .hdWrap {
        margin:0 2%;
    }

    .logo {
        width:450px;
        top:28%;
    }
    
    .gnb {
        margin:0 10% 0 40%;	
    } 

    .gnb > ul > li{
        width:170px;
        font-size:1.4em;
    }

    .side ul{ 
        margin:0 10% 0 40%; 
        height:200px;
    } 
    
    .side ul li{ 
        width:170px;
        font-size:1;
		
    }

    .side ul li a { 
        font-size:1.1em;
    }

}

@media screen and (max-width: 1112px) {

    /* 헤더 CSS */
    header.pc {
        display: none;
    }

    header.mobile {
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index:100;
        border-bottom:1px solid #ccc;
        width:100%;
        background:rgba(255,255,255,1) !important;
    }
    
    .conWrap {
        margin-top:15%;
    } 
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 840px) {
    .br840 {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .mlogo > a > img {
        width:90%;
    }

    .open_bt {
        background-size: 60%;
    }
}

@media screen and (max-width: 651px) {
}

@media screen and (max-width: 501px) {
    header.mobile {
        padding:3% 1%;
    }
        
    .ftWrap {
        margin:0%;
        padding:5%;
    }

    .ftWrap  > p {
        line-height: 1.8;
        font-size:0.8em;
    }
    


}

@media screen and (max-width: 414px) {
    #lnb h2 {
        margin:3%;
        display: flex;
        flex-direction: row;
        justify-content:right;
    }

    .mlang a {
        font-size: 0.6em;
    }

    #lnb > ul > li > a {
        font-size: 1.1em;
    }
    #lnb > ul > li > ul > li > a {
        font-size: 1em;    
        padding: 2% 7%;
    }

    #lnb > ul > li > ul li li a {
        font-size: 0.9em;
    }

}

@media screen and (max-width: 390px) {
  
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}



.m-btm0 {margin-bottom: 0px !important;}
.m-btm10 {margin-bottom: 10px !important;}
.m-btm20 {margin-bottom: 20px !important;}
.m-btm30 {margin-bottom: 30px !important;}
.m-btm35 {margin-bottom: 35px !important;}
.m-btm40 {margin-bottom: 40px !important;}
.m-top-10 {margin-top: -10px !important;}
.m-top-20 {margin-top: -20px !important;}
.m-top-30 {margin-top: -30px !important;}
.m-top5 {margin-top: 5px !important;}
.m-top10 {margin-top: 10px !important;}
.m-top15 {margin-top: 15px !important;}
.m-top20 {margin-top: 20px !important;}
.m-top30 {margin-top: 30px !important;}
.m-top40 {margin-top: 40px !important;}
.m-top50 {margin-top: 50px !important;}
.m-top60 {margin-top: 60px !important;}
.m-top100 {margin-top: 100px !important;}
.m-top110 {margin-top: 110px !important;}


.m-left-10 {margin-left: -10px !important;}
.m-left-20 {margin-left: -20px !important;}
.m-left10 {margin-left: 10px !important;}
.m-left20 {margin-left: 20px !important;}
.m-left25 {margin-left: 25px !important;}
.m-left30 {margin-left: 30px !important;}
.m-left40 {margin-left: 40px !important;}
.m-right10 {margin-right: 10px !important;}
.m-right14 {margin-right: 14px !important;}
.m-right20 {margin-right: 20px !important;}
.p-left10 {padding-left: 10px !important;}
.p-left20 {padding-left: 20px !important;}
.p-right10 {padding-right: 10px !important;}
.p-right20 {padding-right: 20px !important;}
.p-top20 {padding-top: 20px !important;}
.p-btm50 {padding-bottom: 50px !important;}