@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/*Common*/
*{margin:0;padding:0}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#555;
	font-family:"Inter","Noto Sans KR","돋움",dotum,sans-serif;
	font-size:17px;font-weight:normal;
	/* line-height:1.4em; */
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button{border:none;outline:none;background: transparent;}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}

/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}

.font1{font-family:"Noto Sans KR";}
.font2{font-family:"Montserrat";}

.en{font-family:"Inter" !important;}

#wrap{overflow:hidden;}
.innerwrap{max-width:1230px;width:94%;margin:0 auto;}




/* header */
#header{position:fixed;left:0;top:0;z-index:1000;width:100%;}
.head{width:100%;}
.head .innerwrap{display:flex;flex-direction: column; justify-content:space-between;position:relative;height:100px;}
.head .innerwrap .bot{display: flex;justify-content: space-between;}
.head .innerwrap .bot h1{}
.head .innerwrap .bot h1 a{
	display:block;
	width:181px;height:45px;
	background:url(/images/common/logo1.png) no-repeat;
	text-indent:-9999px;
	transform: translateY(-8px);
}
.head .innerwrap .bot nav{
	box-sizing:border-box;
}
.head .innerwrap .bot nav>ul{display:flex;}
.head .innerwrap .bot nav>ul>li{margin-right:90px;}
.head .innerwrap .bot nav>ul>li:last-child{margin-right: 22px;}
.head .innerwrap .bot nav>ul>li>a{display:inline-block;position: relative;font-size:18px;color:#fff;line-height:56px;font-weight: 600;font-family: "Inter";}
.head .innerwrap .bot nav>ul>li>a:before{
position: absolute;content:'';background: #41aff2;height:2px;width:100%;bottom:13px;left:0;width:0;/* transition:all 0.1s; */transform-origin:center center;
}
.head .innerwrap .bot nav>ul>li.on>a:before{transform-origin:center center;/* transition:all 0.1s; */width:100%;}
/*nav-container*/
.head .innerwrap .bot nav>ul>li>.nav-container{
width:100%;max-width:1230px;position:absolute;
top:6.2rem;right:0;background: #f4f5f7;box-sizing:border-box;padding:20px 20px;overflow:hidden;
border-radius:8px;display:flex;color:#656565;z-index:100 !important;height:500px;
display: none;
}


.head .innerwrap .bot nav>ul>li>.nav-container .row{
width:100%;box-sizing:border-box;
display:flex;flex-wrap:wrap;align-items:start;margin-right:-15px;margin-left:-9px;
max-height:500px;height:100%;
}

.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left{
    position: relative;box-sizing:border-box;
    width: 75%;
    padding-right: 15px;
	padding-top:0px;
    padding-left: 15px;
	max-width:75%;
	/* min-height:24rem; */
	min-height:100%;
}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left:before{
position: absolute;content:'';background: transparent;width:32.5%;top:0;left:0;height:100%;
border-right: 0.0625rem solid #d8d8d8;/* max-width:calc(100% - 20px); */
}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left:after{
position: absolute;content:'';background: transparent;width:33.33%;top:0;right:0;height:100%;
border-left: 0.0625rem solid #d8d8d8;
}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li{margin-bottom: 1rem;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li .arr{display: block;width:100%;position: relative;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li .arr:before{
position: absolute;content:'';width:5px;height:8px;left:96%;/* top:50%;transform:translateY(-50%); */top:10px;
background: url(/images/common/nav_arr.png)no-repeat center;background-size:cover;
}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li .arr:hover:before{
background: url(/images/common/nav_arr_hover.png)no-repeat center;background-size:cover;
}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li a{width:100%;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li a.point-none{cursor:default;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1>.dropdown{width:100%;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1 a>span{display: inline-block;position: relative;
font-size:1rem;line-height:1.65rem;color:#656565;letter-spacing: -0.05em;
font-weight: 500;font-family: "Inter", sans-serif;/* white-space:nowrap; */}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1:hover>div>a>span{color:#004a9c;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1.on>div>a>span{color:#004a9c;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1.on>div>.arr:before{
background: url(/images/common/nav_arr_hover.png)no-repeat center;background-size:cover;
}

/* .head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1 a>span:after{
position: absolute;content:'>';right:-40px;top:50%;transform:translateY(-50%);
} */

.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li:hover>a>span:before{width:100%;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li:hover>.dropdown>a>span:before{width:100%;transition:width 0.1s;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li:hover>a{color:#333;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth1-list{}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth1-list>.depth1{max-width:calc(33.3333% - 20px) !important;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth1-list>.depth1 .dropdown .depth2-list{
position:absolute;
padding-left:15px;
margin-left: 0.125rem;
background: transparent;
border-radius: 0;
height: auto;
left: 33% !important;
/* max-width: 35% !important; */
max-width: calc(100% - 20px) !important;
min-height: 100%;
top: 0px !important;
transform: none !important;
/* width: 18.125rem; */
width: 33%;
z-index:100 !important;
box-sizing:border-box;
display: none;
}
/*li.on*/
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1.on{}
/* .head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth1.on .dropdown .depth2-list{display: block;} */

.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth1-list>.depth1 .dropdown .depth2-list>.depth2{}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth2-list>.depth2>a>span{font-weight:500;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth2-list>.depth2:hover>a>span{color:#004a9c;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth2-list .depth2>.depth3-list{
background: transparent;z-index:100 !important;
position:absolute;padding-left:15px;margin-left: 0.125rem;top: 0px !important;transform: none !important;border-radius: 0;
height:auto;border:0 !important;left:100% !important;max-width:calc(100% - 20px) !important;width:15.625rem !important;
box-sizing:border-box;
display: none;
}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth2-list .depth2>.depth3-list .depth3{}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth2-list .depth2>.depth3-list .depth3:hover>a>span{color:#004a9c;}

.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right{
border-left:1px solid rgba(0,0,0,0.1);box-sizing:border-box;padding-top:0px;
width:25%;padding-left:15px;max-width:25%;/* min-height:24rem; */min-height:100%;
}

.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-right-wrap{display: none;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-right-wrap:first-child{display: block;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-img-wrap{width:100%;border-radius:8px;
overflow:hidden;min-height:182px;margin-bottom: 1rem;background: #ddd;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-img-wrap>img{width:100%;max-width:100%;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-txt-wrap{}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-txt-wrap h5{font-weight: bold;font-size:1.25rem;line-height: 1.25;color:#333;margin-bottom: 10px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-txt-wrap p{font-weight:400;font-size:1rem;color:#656565;line-height: 1.25rem;}

/* .head .innerwrap .bot nav>ul>li.on>.nav-container{display: block;} */



/*head gnb*/
.head .innerwrap .gnb.pc{display:flex; justify-content: flex-end; margin-top: 14px; height: 30px; width:100%;}
.head .innerwrap .gnb.tm{display: none;}
.head .innerwrap .gnb .language{display:flex;align-items:center; margin-right: 55px;position: relative;}
.head .innerwrap .gnb .language .thisLang{
	position:relative;
	font-family: "Inter";
	padding:0 5px 0 28px;margin-right:5px;
	font-size:12px;color:#fff;font-weight:bold;line-height:20px;
	background:url(/images/common/lang_icon.png) no-repeat left top;
}
.head .innerwrap .gnb .language .thisLang:after{
	display:block;content:"";
	width:1px;height:15px;
	background:rgba(255,255,255,0.4);
	position:absolute;right:0;top:2px;
}
.head .innerwrap .gnb .language .sel{}
.head .innerwrap .gnb .language .sel>a{
font-family: "Inter";
	display:block;
	position:relative;
	padding-right:12px;line-height:20px;
	font-size:12px;color:#fff;font-weight:bold;
}
.head .innerwrap .gnb .language .sel>a:after{
	display:block;content:"";
	width:7px;height:4px;
	background:url(/images/common/lang_sel.png) no-repeat;
	position:absolute;right:0;top:50%;margin-top:-2px;
}
.head .innerwrap .gnb .language .langlist{
box-sizing:border-box;padding:5px 0;
position: absolute;top:43px;right:0;background: #ffffff;border-radius:10px;z-index:100;
height:auto;right:-130px;width:190px;display: none;}
.head .innerwrap .gnb .language .langlist.show{display: block;}
.head .innerwrap .gnb .language .langlist:before{
position: absolute;content:'';
top:-8px;left:26%;
width: 16px;
height: 8px;
background: url(/images/common/gnb_icon.png)no-repeat center;
}
.head .innerwrap .gnb .language .langlist>a{
display: block;width:92%;margin:0 auto;box-sizing:border-box;padding:5px 12px;font-size:14px;font-weight: 400;
/* font-family: 'Lato'; */color:#333333;}
.head .innerwrap .gnb .language .langlist>a:first-child {display: block;border-bottom:1px solid #e5e5e5;}
.head .innerwrap .gnb .language .langlist>a.on>span{font-family: "Inter", sans-serif;color:#004a9c;font-weight: 500;}
.head .innerwrap .gnb .language .langlist>a>span{font-family: "Inter", sans-serif;color:#333333;font-weight: 500;}
.head .innerwrap .gnb>a{
font-family: "Inter";
	display:flex;align-items:center;justify-content:center;
	position: relative;overflow:hidden;
	width:98px;height:30px;
	box-sizing:border-box;
	border:1px solid #fff;border-radius:8px;
	font-size:12px;color:#fff;font-weight:bold;text-align:center;
	
}

.head .innerwrap .gnb>a:hover{
background: #fff;
color:#004a9c;
}

.wht .head .innerwrap .gnb>a:hover{
background: #004a9c;
color:#fff;
}

.on .head{background: #004a9c;transition:all 0.1s;}
.active .head{background: #004a9c;transition:all 0.1s;}
/*header type2*/
.wht .head{background: #ffffff;border-bottom:1px solid #e5e5e5;transition:all 0.1s;}
.wht .head .innerwrap .bot h1 a{
    display: block;
    width: 181px;
    height: 45px;
    background: url(/images/common/logo2.png) no-repeat;
    text-indent: -9999px;
    transform: translateY(-8px);
}
.wht .head .innerwrap .bot nav>ul>li>a{color:#222;}
.wht .head .innerwrap .gnb .language .sel>a{color:#004a9c;}
.wht .head .innerwrap .gnb .language .sel>a:after{
display: block;
    content: "";
    width: 7px;
    height: 4px;
    background: url(/images/common/lang_sel2.jpg) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.wht .head .innerwrap .gnb .language .thisLang{color:#004a9c;background: url(/images/common/lang_icon2.jpg) no-repeat left top;}
.wht .head .innerwrap .gnb .language .thisLang:after{background: rgba(0,78,162,0.4);}
.wht .head .innerwrap .gnb>a{border:1px solid #004a9c;color:#004a9c;}

/*allmenu*/
.allmenu{
	display:none;
	position:fixed;left:0;top:0;z-index:3000;
	width:100%;height:100vh;overflow:hidden;overflow-y:auto;
	box-sizing:border-box;background: #f4f5f7;padding:6%;
}
.allmenu .allmenuwrap br{display: none;}
.allmenu .allmenuwrap{width:100%;height:100%;}
.allmenu .allmenuwrap .cbtn{margin-top: 4vh;display: block;width:100%;box-sizing:border-box;border-radius:8px;border:1px solid #004ea2;
padding:12px 0;text-align: center;}
.allmenu .allmenuwrap .cbtn>span{text-align: center;color:#004ea2;font-size:17px;font-family: "Inter";font-weight: bold;}
.allmenu .allmenuwrap>ul{display: block;}
.allmenu .allmenuwrap>ul>li{width:100%;position: relative;box-sizing:border-box;padding:32px 0;border-bottom:1px solid rgba(0,0,0,0.1);}
.allmenu .allmenuwrap>ul>li>a{position: relative;font-size:30px;font-weight: 600;color:#000;display: block;font-family: "Inter";color:#656565;}
.allmenu .allmenuwrap>ul>li>a:before{
position: absolute;content:'';width:8px;height:12px;right:15px;top:50%;
background: url(/images/common/nav_arr.png)no-repeat center;transform:rotate(90deg) translateY(-50%);
}
.allmenu .allmenuwrap>ul>li.on>a:before{
position: absolute;content:'';width:8px;height:12px;right:5%;top:50%;
background: url(/images/common/nav_arr_hover.png)no-repeat center / cover;
transform:rotate(270deg) translateY(-50%);right:4px;
}
.allmenu .allmenuwrap>ul>li>ul{margin-top: 20px;}
.allmenu .allmenuwrap>ul>li .sub-menu-container-list{box-sizing:border-box;padding-top: 20px;border-top:1px solid rgba(0,0,0,0.1);
display: none;}
.allmenu .allmenuwrap>ul>li>ul>li{box-sizing:border-box;padding-left: 8px;margin-bottom: 20px;}
.allmenu .allmenuwrap>ul>li>ul>li:last-child{margin-bottom: 0;}
.allmenu .allmenuwrap>ul>li>ul>li>a{display: block;}
.allmenu .allmenuwrap>ul>li>ul>li>a>span{display: block;font-size:20px;color:#656565;font-weight: 500;}
.allmenu .allmenuwrap>ul>li>ul>li.on>a>span{color:#004a9c;font-size:20px;font-weight: 500;}

.allmenu .allmenuwrap>ul>li>ul>li>ul{margin-top:20px;display: none;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li{padding-left:12px;position: relative;margin-bottom: 10px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>a{display: block;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>a>span{color:#656565;font-size:16px;font-weight: 500;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li.on>a>span{color:#004a9c;font-weight: 500;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>ul{margin-top: 14px;width:100%;box-sizing:border-box;display: none;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>ul>li{margin-bottom: 3px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>ul>li>a{display: block;padding-left: 15px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>ul>li>a>span{color:#656565;font-size:14px;font-weight: 400;}

.allmenu .allmenuwrap li > .arr{display: block;width:100%;position: relative;}
.allmenu .allmenuwrap li > .arr:before{
position: absolute;content:'';width:5px;height:8px;right:16px;top:50%;
background: url(/images/common/nav_arr.png)no-repeat center / cover;transform:rotate(90deg) translateY(-50%);
}
.allmenu .allmenuwrap li.on > .arr:before{
background: url(/images/common/nav_arr_hover.png)no-repeat center / cover;
transform:rotate(270deg) translateY(-50%);right:8px;
}

#topbtn{
    align-items: center;
    /* background-color: #fff; */
    /* border-radius: 2.78125rem; */
    bottom: 0;
    /* box-shadow: 0 0.0625rem 0.5rem 0.1875rem rgba(190,189,190,.5); */
    cursor: pointer;
   /* display: none; */
   opacity:0;
    /* height: 4.375rem; */
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1.5rem 1.5rem 0;
    position: fixed;
	display: flex;
    right: 0;
    /* width: 4.375rem; */
	width: 78px;height: 78px;
    z-index: 9999;
}
#topbtn.show{opacity:1 !important;}
#topbtn img{max-width:100%;object-fit:contain;}
@media screen and (max-width:768px){
#topbtn{width: 60px;height: 60px; margin: 0 1.5rem 3rem 0;}

}

/* footer */
#footer{background: #004a9c;}
#footer * {font-family:"Noto Sans KR", "Inter",  sans-serif;}
.foot{padding:50px 0 30px;}
.foot .innerwrap{position:relative;z-index:20;}
.foot .innerwrap h1{}
.foot .innerwrap .fm{display:flex;margin:15px 0 160px;}
.foot .innerwrap .fm li{margin-right:55px;}
.foot .innerwrap .fm li a{font-family:"Inter" !important;font-size:16px;color:#fff;font-weight:600;}
.foot .innerwrap .rightarea{position:absolute;right:0;top:0;width:380px;}
.foot .innerwrap .rightarea ul{display:flex;}
.foot .innerwrap .rightarea ul li{margin-right:15px;}
.foot .innerwrap .rightarea dl{margin:40px 0 0;}
.foot .innerwrap .rightarea dl dt{margin:0 0 20px;font-size:16px;color:#fff;font-weight:600;font-family: "Inter" !important;}
.foot .innerwrap .rightarea dl dd, .foot .innerwrap .rightarea dl dd>a{font-size:16px;color:rgba(255,255,255,0.8);font-weight:400;line-height:1.5em;text-decoration:none;}
.foot .innerwrap .lang{display:flex;align-items:center;position:absolute;right:0;bottom:0;}
.foot .innerwrap .lang li{
	position:relative;	
	font-size:15px;color:rgba(255,255,255,0.8);font-weight:600;
}
.foot .innerwrap .lang li a{font-size:15px;color:rgba(255,255,255,0.8);font-weight:600;}
.foot .innerwrap .lang li:nth-child(1){padding-right:10px;margin-right:10px;}
.foot .innerwrap .lang li:nth-child(1):after{
	display:block;content:"";
	width:1px;height:14px;
	background:rgba(255,255,255,0.5);
	position:absolute;right:0;top:3px;
}
.foot .innerwrap .copy{font-size:15px;color:rgba(255,255,255,0.8);font-weight:400;}

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

.head .innerwrap .bot nav>ul>li>.nav-container{padding:15px 20px;height:420px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth1-list>.depth1 .dropdown .depth2-list{padding-left: 10px;width:33%;
max-width:33%;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1 a>span{font-size:15px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li .arr:before{background-size:cover;width:5px;height:8px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left li.depth1.on>div>.arr:before{background-size:cover;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-left .depth2-list .depth2>.depth3-list{padding-left: 10px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-img-wrap{margin-bottom: 18px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-img-wrap{display: flex;align-items:center;justify-content:center;
min-height:120px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-img-wrap img{width:100%;height:100%;object-fit:cover;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-txt-wrap h5{font-size:17px;margin-bottom: 12px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right .nav-txt-wrap p{font-size:13px;}
.head .innerwrap .bot nav>ul>li>.nav-container .row .nav-menu-right{width:25%;padding-left: 10px;}
}



@media screen and (max-width:1024px){
#footer{background: #004a9c;}
	#footer * {font-family:"Noto Sans KR", "Inter", sans-serif;}
	.foot{padding:50px 0 30px;}
	.foot .innerwrap{position:relative;}
	.foot .innerwrap h1{}
	.foot .innerwrap .fm{display:flex;margin:15px 0 50px;}
	.foot .innerwrap .fm li{margin-right:55px;}
	.foot .innerwrap .fm li a{font-family:"Noto Sans KR";font-size:16px;color:#fff;font-weight:500;}
	.foot .innerwrap .rightarea{width:100%;position: static;margin-bottom: 40px;display: flex;flex-direction:row-reverse;
	justify-content:space-between;;align-items:start;}
	.foot .innerwrap .rightarea ul{display:flex;}
	.foot .innerwrap .rightarea ul li{margin-right:15px;}
	.foot .innerwrap .rightarea ul li:last-child{margin-right:0px;}
	.foot .innerwrap .rightarea dl{margin:0px 0 0;}
	.foot .innerwrap .rightarea dl dt{margin:0 0 20px;font-size:16px;color:#fff;font-weight:600;}
	.foot .innerwrap .rightarea dl dd, .foot .innerwrap .rightarea dl dd>a{font-size:16px;color:rgba(255,255,255,0.8);font-weight:400;line-height:1.5em;}
	.foot .innerwrap .lang{display:flex;align-items:center;position:absolute;right:0;bottom:0;}
	.foot .innerwrap .lang li{
		position:relative;	
		font-size:15px;color:rgba(255,255,255,0.8);font-weight:600;
	}
	.foot .innerwrap .lang li:nth-child(1){padding-right:10px;margin-right:10px;}
	.foot .innerwrap .lang li:nth-child(1):after{
		display:block;content:"";
		width:1px;height:14px;
		background:rgba(255,255,255,0.5);
		position:absolute;right:0;top:3px;
	}
	.foot .innerwrap .copy{font-size:15px;color:rgba(255,255,255,0.8);font-weight:400;}
}

@media screen and (max-width:990px){
.head .innerwrap{display: flex;justify-content:space-between;align-items:center;flex-direction:row;height:100px;}
.head .innerwrap .bot h1 a{
	display:block;
	width:165px;height:41px;
	background:url(/images/common/logo1.png) no-repeat;
	background-size:cover;
	text-indent:-9999px;
	transform: translateY(-8px);
}
.head .innerwrap .bot nav{display: none !important;}
.head .innerwrap .bot nav>ul>li>.nav-container{display: none !important;}
.head .innerwrap .gnb.pc{display: none;}
.head .innerwrap .gnb.tm{display: block;display: flex;align-items:center;}
.head .innerwrap .gnb .language{position: relative;margin-right: 45px;}
.head .innerwrap .gnb .language .langlist{top:58px;width:54px;right:-5px;}
.head .innerwrap .gnb .language .langlist:before{left:50%;transform:translateX(-50%);}
.head .innerwrap .gnb .language .langlist>a{text-align: center;}
.head .gnb>.hbtn{
	position: relative;
	z-index: 5000;
	width: 40px;
	height: 28px;
}
.head .gnb>.hbtn>div{
	width:100%;height:4px;
	margin-bottom: 8px;
	background: #fff;
}

.head .gnb>.hbtn.on>div{
	width:100%;height:4px;
	margin-bottom: 8px;
	background: #000;
}
.head .gnb>.hbtn.on>div:nth-child(1){transform:rotate(45deg) translateY(11px);margin-bottom: 0;}
.head .gnb>.hbtn.on>div:nth-child(2){width:0;}
.head .gnb>.hbtn.on>div:nth-child(3){transform:rotate(-45deg)  translateY(-11px);margin-bottom: 0;}
.wht .head .gnb>.hbtn.on>div:nth-child(1){transform:rotate(45deg) translateY(11px);margin-bottom: 0;}
.wht .head .gnb>.hbtn.on>div:nth-child(2){width:0;}
.wht .head .gnb>.hbtn.on>div:nth-child(3){transform:rotate(-45deg)  translateY(-11px);margin-bottom: 0;}

	.head .gnb>.hbtn>div:last-child{margin-bottom: 0;}
	.head .innerwrap .gnb .language .thisLang{text-indent:-9999px;padding:0;width:32px;height:32px;
	background: url(/images/common/lang_m_icon.png)no-repeat center / cover;}
	.head .innerwrap .gnb .language .thisLang:after{width:0;}
	.head .innerwrap .gnb .language .sel{position: absolute;left:0;width:100%;top:40px;display: none;}
	

	.wht .head{background: #ffffff;border-bottom:1px solid #e5e5e5;transition:all 0.1s;}
	.wht .head .innerwrap .bot h1 a{
		display: block;
		width: 164px;
		height: 41px;
		background: url(/images/common/logo2.png) no-repeat;
		background-size:cover ;
		text-indent: -9999px;
		transform: translateY(-8px);
	}
	.wht .head .innerwrap .gnb .language .sel>a:after{
	display: block;
		content: "";
		width: 7px;
		height: 4px;
		background: url(/images/common/lang_sel2.jpg) no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -2px;
	}
	.wht .head .innerwrap .gnb .language .thisLang{width:32px;height:32px;
	color:#004a9c;background: url(/images/common/lang_m_icon2.png) no-repeat center / cover;}
	.wht .head .innerwrap .gnb .language .thisLang:after{background: rgba(0,78,162,0.4);}
	.wht .head .innerwrap .gnb>a{border:1px solid #004a9c;color:#004a9c;}
	.wht .head .gnb>.hbtn>div{background: #004a9c;}

}


@media screen and (max-width:768px){
.head .innerwrap{height:100px;}
.head .innerwrap .bot h1 a{width:149px;height:37px;}
.head .innerwrap .gnb.tm{}
.head .innerwrap .gnb .language{margin-right: 20px;}
.head .innerwrap .gnb .language .thisLang{width:26px;height:26px;}
.head .innerwrap .gnb .language .langlist{top:50px;width:54px;right:-8px;}
.head .innerwrap .gnb .language .langlist:before{left:50%;transform:translateX(-50%);}
.head .innerwrap .gnb .language .langlist>a{text-align: center;}
.head .gnb>.hbtn{width:32px;height:26px;}
.head .gnb>.hbtn>div{height:2px;margin-bottom: 6px;}

.wht .head .innerwrap .bot h1 a{width:149px;height:37px;}
.wht .head .innerwrap .gnb .language .thisLang{width:26px;height:26px;}
.wht .head .gnb>.hbtn{width:32px;height:26px;}
.wht .head .gnb>.hbtn>div{height:4px;margin-bottom: 6px;}

.head .gnb>.hbtn.on>div:nth-child(1){transform:rotate(45deg) translateY(11px);margin-bottom: 0;}
.head .gnb>.hbtn.on>div:nth-child(2){width:0;}
.head .gnb>.hbtn.on>div:nth-child(3){transform:rotate(-45deg)  translateY(-11px);margin-bottom: 0;}
.wht .head .gnb>.hbtn.on>div:nth-child(1){transform:rotate(45deg) translateY(7px);margin-bottom: 0;}
.wht .head .gnb>.hbtn.on>div:nth-child(2){width:0;}
.wht .head .gnb>.hbtn.on>div:nth-child(3){transform:rotate(-45deg)  translateY(-7px);margin-bottom: 0;}


.allmenu{padding-top:90px;}
.allmenu .allmenuwrap>ul>li{padding: 20px 0;}
.allmenu .allmenuwrap>ul>li>a{font-size:22px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul{margin-top: 12px;}
.allmenu .allmenuwrap>ul>li>ul>li>a>span, .allmenu .allmenuwrap>ul>li>ul>li.on>a>span{font-size:16px;}
.allmenu .allmenuwrap>ul>li>ul>li{margin-bottom: 15px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>a>span{font-size:14px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>ul>li>a>span{font-size:12px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>ul>li>a{padding-left: 8px;}
.allmenu .allmenuwrap{height:auto;}



.foot{padding:6% 0 4%;overflow-x:hidden !important;}
	.foot .innerwrap{position:relative;}
	.foot .innerwrap h1{width:135px;height:36px;}
	.foot .innerwrap h1 img{width:100%;height:100%;object-fit:cover;}
	.foot .innerwrap .fm{display:flex;align-items:start;margin:15px 0 30px;}
	.foot .innerwrap .fm li{margin-right: 6%;box-sizing:border-box;}
	.foot .innerwrap .fm li a{font-family:"Noto Sans KR";font-size:13px;color:#fff;font-weight:500;}
	.foot .innerwrap .rightarea{width:100%;position: static;margin-bottom: 30px;display: flex;flex-direction:row-reverse;
	justify-content:space-between;;align-items:start;}
	.foot .innerwrap .rightarea ul{display:flex;}
	.foot .innerwrap .rightarea ul li{margin-right:10px;}
	.foot .innerwrap .rightarea dl{margin:0px 0 0;}
	.foot .innerwrap .rightarea dl dt{margin:0 0 12px;font-size:13px;color:#fff;font-weight:600;}
	.foot .innerwrap .rightarea dl dd, .foot .innerwrap .rightarea dl dd>a{font-size:13px;color:rgba(255,255,255,0.8);font-weight:400;line-height:1.5em;}
	.foot .innerwrap .lang{display:flex;align-items:center;position:absolute;right:1px;bottom:0;}
	.foot .innerwrap .lang li{
		position:relative;	
		font-size:12px;color:rgba(255,255,255,0.8);font-weight:600;
	}
	.foot .innerwrap .lang li:nth-child(1){padding-right:10px;margin-right:10px;}
	.foot .innerwrap .lang li:nth-child(1):after{
		display:block;content:"";
		width:1px;height:14px;
		background:rgba(255,255,255,0.5);
		position:absolute;right:0;top:3px;
	}
	.foot .innerwrap .copy{width:calc(100% - 120px);font-size:12px;color:rgba(255,255,255,0.8);font-weight:400;}
}