/* 임시 */
body{width:100%;margin:0 auto;}

/* COLOR */
html body .txt_green{color:#4a7c36;}
html body .txt_blue{color:#124d80;}
html body .txt_blue_02{color:#9ab1c7}
html body .txt_skyBlue{color:#009cc9;}
html body .txt_skyBlue_02{color:#43abe3;}
html body .txt_purple{color:#6e6091}
html body .txt_pink{color:#ed1848}
html body .txt_pink_02{color:#ec008c }
html body .txt_lightOrange{color:#f5892d}
html body .txt_yellow{color:#edd72c}
html body .txt_orange{color:#f5892d}
html body .txt_beige{color:#efbe6b}
html body .txt_red{color:#d73239}
html body .txt_white{color:#fff}

/* COOMMON */
.header_wrap{position:relative;z-index:900;}
.lnb_wrap{position:relative;z-index:500;}

/* HEADER */
.header{position:relative;height:54px;background-color:#124d80;text-align:center;}
.header .logo{position:relative;left:50%;width:89px;height:54px;margin-left:-44.5px;}
.header .logo a{display:inline-block;width:100%;height:54px;background:url(/ko/m/img/common/logo.png) 0 50% no-repeat;background-size:89px 15px;text-indent:-9999px;}

/* NAV BUTTON */
.btn_menu{position:absolute;top:0;left:0;width:54px;height:54px;background:url(/ko/m/img/common/icon_menu.png) 50% 50% no-repeat;background-size:35%;text-indent:-9999px;}
.nav .btn_gnb_close{display:block;position:absolute;right:0;top:0;width:54px;height:54px;background:url(/ko/m/img/common/btn_gnb_close.png) 50% 50% no-repeat;background-size:18px 18px;text-indent:-9999px;}

/* TNB */
.header .tnb{position:absolute;top:20px;right:15px;height:14px;}
.header .tnb a{display:inline-block;}
.header .tnb .btn_link{font-size:11px;color:#fff;}
.header .tnb .btn_link:after{display:inline-block;position:relative;top:3px;content:'';width:1px;height:12px;margin-left:12px;background-color:#5a83a6}
.header .tnb .btn_sch{width:14px;height:14px;margin-left:7px;background:url(/ko/m/img/common/icon_sch.png) 0 0 no-repeat;background-size:100%;text-indent:-9999px;}

/* GNB */
.nav{overflow-y:auto;display:none;position:fixed;left:0;right:0;top:0;bottom:0;z-index:9000;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.75)}
.gnb{width:calc( 100% - 54px );height:100%;background-color:#fff;text-align:center;}
.gnb .gnb_logo{display:inline-block;width:89px;height:54px;background:url(/ko/m/img/common/logo_on.png) 50% 50% no-repeat;background-size:89px 15px;text-indent:-9999px;}

.gnb_list{width:100%;border-top:1px solid #c2c2c2;text-align:left;}
.gnb_list > li{border-bottom:1px solid #c2c2c2;}
.gnb_list > li.on{border-bottom:none;;}
.gnb_list > li > a{display:block;padding:20px;background:#fff url(/ko/m/img/common/icon_gnb_arrow.png) calc( 100% - 18px ) 50% no-repeat;background-size:20px 10px;font-size:17px;color:#333;box-sizing:border-box;}
.gnb_list > li.on > a{background:#124d80 url(/ko/m/img/common/icon_gnb_arrow_on.png) calc( 100% - 18px ) 50% no-repeat;background-size:20px 10px;color:#fff;}

.gnb_dep2{display:none;font-size:0;background-color:#f4f4f4;}
.gnb_dep2:after{display:block;content:'';clear:both;}
.gnb_dep2 li{float:left;display:block;width:50%;border-bottom:1px solid #c2c2c2;box-sizing:border-box}
.gnb_dep2 li:nth-child(odd){border-right:1px solid #c2c2c2}
.gnb_dep2 li a{display:block;width:100%;height:57px;padding:0 10px;font-size:15px;color:#6e6e6e;box-sizing:border-box;line-height:57px;letter-spacing:-0.1em;}
.gnb_dep2 li span{display:block;width:100%;height:57px;}

/* FOOTER */
.footer{padding:0 5% 50px;background-color:#7e7e82;box-sizing:border-box;text-align:center;}
.footer .f_logo{margin-bottom:20px;padding:20px;background:url(/ko/m/img/common/f_logo.png) 50% 50% no-repeat;background-size:89px 15px;border-bottom:1px solid #98989b;text-indent:-9999px;}
.footer .f_txt, .footer .f_txt span, .footer .f_txt a{font-size:12px;color:#c8c8c8;line-height:1.6;letter-spacing:-0.05em}
.footer .f_txt p:last-child{margin-top:20px;}
.footer .f_txt span{margin-right:10px;}
.footer .f_btn_wrap{width:100%;margin:18px 0;}
.footer .f_btn_wrap .btn_service{display:inline-block;padding:10px 15px;padding-right:33px;background:#2c2c2c url(/ko/m/img/common/btn_f_service.png) calc( 100% - 15px ) 50% no-repeat;background-size:5px 9px;color:#fff;font-size:12px;box-sizing:border-box;}
.footer .copy{font-size:11px;color:#c8c8c8;}

.f_sns{font-size:0;}
.f_sns li{display:inline-block;margin:18px 5px;text-indent:-9999px;width:34px;height:33px;}
.f_sns li a{display:block;width:100%;height:100%;background-size:100%;}
.f_sns .blog a{background-image:url(/ko/m/img/common/icon_naverBlog.png);}
.f_sns .whtie a{background-image:url(/ko/m/img/common/icon_naverWhtie.png);}
.f_sns .facebook a{background-image:url(/ko/m/img/common/icon_facebook.png);}
.f_sns .instagram a{background-image:url(/ko/m/img/common/icon_instagram.png);}
.f_sns .youtube a{background-image:url(/ko/m/img/common/icon_youtube.png);}

/* LNB */
.lnb{position:relative;z-index:1000;width:100%;border-bottom:1px solid #c0c0c0;background-color:#fff}
.lnb_list > li{float:left;height:40px;line-height:40px;border-right:1px solid #c0c0c0;box-sizing:border-box}
.lnb_list > li.home{width:40px;}
.lnb_list > li.list{width:calc( 50% - 40px );}
.lnb_list > li > a{display:block;}
.lnb_list > li.home > a{width:40px;background:url(/ko/m/img/common/icon_lnb_home.png) 50% 50% no-repeat;background-size:19px 17px;text-indent:-9999px;}
.lnb_list > li.list > button{}
.lnb_list > li.list > button{display:block;width:100%;height:100%;padding:0 30px 0 10px;background:url(/ko/m/img/common/icon_lnb_arrow.png) calc( 100% - 10px ) 50% no-repeat;background-size:10px 5px;text-align:left;font-size:12px;color:#000;}
.lnb_list:after { display:block; content:""; clear:both; }

.lnb_dep2{display:none;width:calc( 100% + 2px );position:relative;left:-1px;border:1px solid #c0c0c0;background-color:#fff;box-sizing:border-box}
.lnb_dep2 li{border-bottom:1px solid #c0c0c0}
.lnb_dep2 li:last-child{border-bottom:none;}
.lnb_dep2 li > a{display:block;padding:0 10px;font-size:12px;color:#555}
