@charset "utf-8";
/*header */

/******************/
/* 메인 css */
/******************/


html{scroll-padding-top: 100px }

/* 상단 배너 */
.banner__notice-wrap{overflow:hidden;position:relative;z-index:110;background:#29272b;font-size:0;text-align:center}
.banner__notice-wrap .inner{position:absolute;top:0;left:50%;width:1240px;height:100%;transform:translate(-50%,0)}
.banner__notice-wrap a{display:block;width:100%;height:100%}
.banner__controller{position:absolute;top:0;right:0;width:40px;height:auto}
.banner__controller .banner__close{font-size:18px;color:#fff}
.banner__controller .banner__close:before{width:33px;height:33px;background-position:-251px -90px;content:''}
.banner{display:block;margin:0 auto}
.banner_mobile{display:none}
.banner__content .input_check_wrap{position:absolute;right:0;bottom:5px;}
.banner__content .input_check_wrap .input_check{left:auto;right:0;}
.banner__content .input_check_wrap .input_check+label{padding-right:25px;font-size:15px;color:#fff;}
.banner__content .input_check_wrap .input_check+label:before{position:absolute;right:0;margin:0;}
@media screen and (max-width:1239px){
    .banner__notice-wrap .inner{width:100%}
    .banner__controller .banner__close{font-size:1px;color:transparent}
}
@media screen and (max-width:767px){
    .banner{display:none}
    .banner_mobile{display:block;width:100%}
}
/* 상단 영역 */
.main .header-wrap{position:relative;z-index:100}
.main .header{width:100%;background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box}
.main .header__inner-top{position:relative;z-index:1100;min-height:100px;margin:0 auto;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.main .header__inner-top:after{display:block;clear:both;content:''}
.main .header__inner-top{padding-top:26px;}
.main .header__inner-top .header__inner{position:relative;max-width:1240px;margin:0 auto;}

@media screen and (max-width:1239px){
	.main .header__inner-top{padding-top:50px;}
}

/* 상단 로고 */
.main .logo{display:block;text-align:left;}
.main .logo a{display:inline-block;height:100%}
.main .logo .sp_layout{width:255px;height:46px;background-position:0 0;}

/* 상단 검색 */
.main .header .search-form-wrap{display:none}

/* 상단 유틸 */
.main .header__utils-wrap{position:absolute;top:50%;right:0;transform:translateY(-50%);}
.main .header__utils{padding:0;font-size:0;text-align:right}
.main .header__utils .item{display:inline-block;margin-left:4px;font-size:15px;color:#565656;line-height:28px}
.main .header__utils .item:first-child{margin:0}
.main .header__utils .item .name{color:#3591dc;}
.main .header__utils .item a{display:block;padding:0 5px}
.main .header__utils .item .login{padding:0 5px;color:#3591dc}
.main .header__utils .item .logout{display:inline-block;padding:0;color:#888}
.main .header__utils .utils-set{display:inline-block;position:relative;width:105px;height:28px;margin-left:3px;border:1px solid #d4d4d4;box-sizing:border-box;-webkit-box-sizing:border-box}
.main .header__utils .utils-set .num{display:inline-block;width:100%;font-size:13px;font-weight:400;text-align:center;vertical-align:top}
.main .header__utils .utils-set button{position:absolute;top:0}
.main .header__utils .utils-set button .sp_layout{width:26px;height:26px}
.main .header__utils .zoomin{left:0;border-right:1px solid #d4d4d4}
.main .header__utils .zoomin .sp_layout{background-position:-299px -62px}
.main .header__utils .zoomout{right:0;border-left:1px solid #d4d4d4}
.main .header__utils .zoomout .sp_layout{background-position:-327px -62px}
.main .header__utils .item-set-wrap+.item-language{margin-left:4px}
.main .header__utils .item-language{position:relative;margin-top:1px;margin-left:-1px;color:#565656;line-height:26px}
.main .header__utils .item-language:before{display:inline-block;position:absolute;top:50%;left:4px;width:1px;height:10px;background:#929292;transform:translateY(-50%);content:'';}
.main .header__utils .item-language a{padding:0 14px}
.main .header__utils .item-language.is_item_closed{color:#494949;background:url(/resource/templete/nl/img/main/english_arrow.png) right center no-repeat;}

@media screen and (max-width:1239px){
	.main .header__utils-wrap{top:-20px;}
}
/* 하단 영역 */
.main .header__inner-bottom{position:relative;z-index:1000;width:100%;background:#fff;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.main .header__inner-bottom:after{display:block;clear:both;content:''}
.main .menu_bg {display:none;position:absolute;top:100%;left:0;width:100%;min-height:190px;margin-top:-1px;border-top:1px solid #8195a1;border-bottom:1px solid #8195a1;background:#f4f7f9}
.main .header__inner-bottom:before{position:absolute;top:74px;left:0;width:100%;border-bottom:1px solid #dcdcdc;content:''}
.main .menu_bg:before {display:block;content:'';width:100%;height:3000px;background:rgba(0,0,0, 0.7);position:absolute;left:0;top:0px;z-index:-1000;}


@media (min-width:768px) and (max-width:1239px){
    .main .header__utils{margin:0}
    .main .header__inner-bottom:before{top:98px;}
    .main .header__inner-bottom.is_fixed{padding-top:0}
    .main .header__inner-bottom.is_fixed .logo{display:none}
    .main .header__inner-bottom.is_fixed:before{top:98px}
}
@media screen and (max-width:767px){
    .main .header__inner-top{min-width:auto;max-width:none;z-index:1000;width:100%;min-height:auto;padding:15px;text-align:center}
    .main .header__inner-top .header__inner{max-width:none;margin:0}

    .main .logo{position:fixed;top:12px;left:50%;z-index:0;width:146px;height:34px;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .main em.logo {position:static}
    .main .logo .sp_layout{height:27px;width:146px;background-position:0 0;}

    .main .header .search-form-wrap{display:block;width:80%;margin-top:42px}
    .main .header .search-form_group{position:relative;height:42px;border:2px solid #165698;box-sizing:content-box;-webkit-box-sizing:content-box}
    .main .header .search-text-wrap{position:relative;height:100%;margin-right:82px}
    .main .header .input-text-wrap{display:inline-block;width:100%;height:100%;border:0;background:#fff;box-sizing:border-box}
    .main .header .input-text-wrap label{position:absolute;top:50%;left:10px;font-size:13px;color:#656565;letter-spacing:-1.5px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%)}
    .main .header .input-text{width:100%;height:100%;padding:9px 10px;font-size:16px;color:#949494;box-sizing:border-box;-webkit-box-sizing:border-box}
    .main .header .search-btn-wrap{position:absolute;top:0;right:0;height:100%}
    .main .header .btn-worldword{width:38px;height:100%;background:#fff}
    .main .header .sp-worldword{width:27px;height:18px;background-position:-136px -106px}
    .main .header .btn-search{width:45px;height:100%;background:#165698;text-align:center}
    .main .header .sp-search{width:20px;height:20px;background-position:-175px 0}

    .main .header__utils-wrap{display:none}

    .main .header__inner-bottom{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}
    .main .header__inner-bottom:before{display:none}
    .main .header__inner-bottom{height:0}
}
.header__inner-bottom.is_fixed {background:#0b2b4c;position:fixed;top:0;left:0;}
.header__inner-bottom.is_fixed .menu-gnb-depth1__item .depth {color: #fff;}
/******************/
/* 서브 css */
/******************/

/* 상단 영역 */
.sub .header-wrap{position:relative;z-index:100}
.sub .header{width:100%;background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box}
.sub .header.is_fixed {position:fixed;top:0;left:0;width:100%;}

.sub .header__inner-top{position:relative;z-index:1100;min-height:100px;margin:0 auto;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.sub .header__inner-top:after{display:block;clear:both;content:''}
.sub .header__inner-top{min-height:54px;background:#144f7b}
.sub .header__inner-top .header__inner{max-width:1240px;margin:0 auto}

/* 상단 로고 */
.sub .header__inner-top .logo{float:left}
.sub .header__inner-top .logo a{display:block;width:100%;height:100%;padding:11px 0 2px}
.sub .header__inner-top .logo .sp_layout{width:246px;height:33px;background:url("/resource/templete/ne/common/img/common/header_logo_sub.png");}

/* 상단 검색 */
.sub .header .header__utility{position:relative}
.sub .header .wide-search-wrap{width:100%;max-height:161px;padding:30px 0;background: #1a1e23 50% 0 no-repeat;}
.sub .header .wide-search-wrap.wide-search-type-1{background-image: url(/resource/templete/nl/common/img/common/bg_search_1.png);}
.sub .header .wide-search-wrap.wide-search-type-2{background-image: url(/resource/templete/nl/common/img/common/bg_search_2.png);}
.sub .header .wide-search-wrap.wide-search-type-3{background-image: url(/resource/templete/nl/common/img/common/bg_search_3.png);}
.sub .header .wide-search-wrap.wide-search-type-4{background-image: url(/resource/templete/nl/common/img/common/bg_search_4.png);}
.sub .header .wide-search-wrap.wide-search-type-5{background-image: url(/resource/templete/nl/common/img/common/bg_search_5.png);}
.sub .header .search-form-wrap {width:100%;}
.sub .header .search-form-fixwd {max-width: 1240px;margin: 0 auto;position: relative;}
.sub .header .search-form__inner{width:1004px;height:71px;margin:0 auto;background:#fff}
.sub .header .search-form_group{position:relative;width:100%;height:71px;margin:0 auto;font-size:0;box-sizing:border-box;-webkit-box-sizing:border-box;border: 2px solid #165698;color: black;}
.sub .header .search-text-wrap{position:relative;height:100%;margin-right:125px}
.sub .header .input-text-wrap{display:inline-block;width:100%;height:100%;border:0;background:#fff;box-sizing:border-box}
.sub .header .input-text-wrap label{position:absolute;top:50%;left:30px;font-size:20px;color:#666d73;letter-spacing:-1.5px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);padding-left:10px;}
.sub .header .input-text-wrap label:before{display: inline-block;position: absolute;top: 50%;left: 0; transform: translateY(-50%);width: 2px;height: 20px; background: #165698;content: '';}
.sub .header .search-btn-wrap{position:absolute;top:0;right:0;height:100%}
.sub .header .input-text{width:100%;height:100%;padding:10px 30px;font-size:20px;color:#666d73;box-sizing:border-box;-webkit-box-sizing:border-box}
.sub .header .btn-worldword{display:inline-block;width:47px;height:100%;text-align:right}
.sub .header .sp-worldword{width:26px;height:17px;background-position:-271px -71px}
.sub .header .btn-search{display:inline-block;width:78px;height:100%;border:0;text-align:center}
.sub .header .sp-search{width:28px;height:28px;margin-left:-3px;background-position:-286px -90px}

@media screen and (max-width:767px){
	.sub .header .input-text-wrap label{left:0;}
	.sub .header .input-text{padding:10px 0;}
	.sub .header-wrap{}
}
/* 상단 유틸 */
.sub .header__utils-wrap{overflow:hidden;padding:12px 0 13px}
.sub .header__utils{padding:0;font-size:0;text-align:right}
.sub .header__utils .item{display:inline-block;margin-left:4px;font-size:15px;color:#fff;line-height:28px}
.sub .header__utils .item:first-child{margin:0}
.sub .header__utils .item:NTH-LAST-CHILD(2){background:url(/resource/templete/nl/common/img/common/header_last_border.png) right center no-repeat;}
.sub .header__utils .item:NTH-LAST-CHILD(2) a{padding:0px 11px 0px 8px;}
.sub .header__utils .item a{display:block;padding:0 8px}
.header__utils .item a:hover {text-decoration:underline;}
.sub .header__utils .item .login{padding:0 12px;}
.sub .header__utils .item .name{color:#9debff}
.sub .header__utils .item .name+span{color:#9debff}
/* 로그인아이디 말줄임필요한 경우 .header__utils .item .name{overflow:hidden;display:inline-block;max-width:80px;vertical-align:top;text-overflow:ellipsis;white-space:nowrap} */
.sub .header__utils .item .logout{display:inline-block;}
.sub .header__utils .item-set-wrap{position:relative;margin-left:10px;padding-left:18px;color:#a6d8fe;line-height:26px}
.sub .header__utils .item-set-wrap:before{position:absolute;top:7px;left:0;;width:1px;height:15px;margin-right:18px;background:#437295;content:''}
.sub .header__utils .utils-set{display:inline-block;position:relative;width:83px;height:26px;border:1px solid #2f71a3}
.sub .header__utils .utils-set .num{display:inline-block;width:100%;font-size:13px;font-weight:400;text-align:center;vertical-align:top}
.sub .header__utils .utils-set button{position:absolute;top:0}
.sub .header__utils .utils-set button .sp_layout{width:26px;height:26px}
.sub .header__utils .zoomin{right:0}
.sub .header__utils .zoomin .sp_layout{background-position:-214px -62px}
.sub .header__utils .zoomout{left:0}
.sub .header__utils .zoomout .sp_layout{background-position:-242px -62px}
.sub .header__utils .item-set-wrap+.item-language{margin-left:4px}
.sub .header__utils .item-language{margin:0;}
.sub .header__utils .item-language a{padding:0 11px}
.sub .header__utils .item-language.is_item_closed{background:url(/resource/templete/nl/common/img/common/header_last_arrow.png) right center no-repeat;}

/* 하단 영역 */
.sub .header__inner-bottom{position:relative;z-index:1000;width:100%;background:#fff;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.sub .header__inner-bottom:after{display:block;clear:both;content:''}
.sub .menu_bg{display:none;position:absolute;top:100%;left:0;width:100%;min-height:180px;margin-top:-1px;border-top:1px solid #8195a1;border-bottom:1px solid #8195a1;background:#f4f7f9}
/* .sub .header__inner-bottom:before{position:absolute;top:104px;left:0;width:100%;border-bottom:1px solid #4882ae;content:''} */
.sub .menu-gnb-wrap{margin-left:0;margin-top:0}

@media screen and (max-width:767px){
    .sub .header__inner-bottom{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}
    .sub .header__inner-bottom:before{display:none}
    .sub .header__inner-bottom{height:auto;margin-top:0}
}

@media screen and (max-width:1024px){
    .sub .header .search-form__inner{width:70rem}
}

@media (min-width:768px) and (max-width:1239px){
    .sub .header__inner-bottom{margin-top:0}
    /* .sub .header-wrap{padding-bottom:320px}
    .sub .header{position:fixed;top:0;left:0} */
    .sub .header__utils .item-set-wrap{display:none}
}

    .sub .header__inner-top .logo  .fixed-logo1 {display:none;}
     .sub .header__inner-top .logo .sp_layout {display:block;}

@media screen and (max-width:767px){
    .sub .header__inner-top{min-width:auto;max-width:none;z-index:1;width:100%;padding:12px 15px 9px;background:#fff;text-align:center}
    .sub .header__inner-top .header__inner{max-width:none;}

    .sub .header__inner-top .logo {display:inline-block;float:none;position:relative;z-index:110;width:160px;height:34px;margin:0 auto}
    .sub .header__inner-top .logo  .fixed-logo1 {display:block;}
    .sub .header__inner-top .logo .sp_layout {width:146px;height:34px;background-position:0 0;display: none;}
    .sub .header__inner-top .logo a{padding:0}

    .sub .header .search-form-wrap{display:none}
    .sub .header .wide-search-wrap{display:none}

    .sub .header__utils-wrap{display:none}
}



/* 메인/서브 공통 */

.header .keyboard-wrapper{display:block;position:relative;width:100%;}
.no_view .header .keyboard-wrapper{z-index:1200}

/* 다국어입력기 (as-is css sync) */
.worldword-wrap{display:none;position:absolute;z-index:30;width:659px;padding:10px 18px 18px 17px;border:1px solid #cdcdcd;background:#f1f1f1;box-sizing:border-box;-webkit-box-sizing:border-box}
.worldword-wrap .worldword-title{overflow:hidden;color:#333;line-height:35px}
.worldword-wrap .worldword{overflow:hidden;width:100%;margin-top:20px}
.worldword-wrap .worldword .language{overflow:hidden;width:100%;;border:1px solid #999;background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box}
.worldword-wrap .language li{float:left;width:155px;margin:0;padding:0;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;box-sizing:border-box;-webkit-box-sizing:border-box}
.worldword-wrap .language li:nth-child(4n){border-right:0}
.worldword-wrap .language li a{display:block;width:100%;height:30px;margin:0;padding:0;font-size:12px;font-weight:700;text-align:center;line-height:30px;background:none}
.worldword-wrap .language li a:hover,
.worldword-wrap .language li a:focus{text-decoration:underline}
.worldword-wrap .language li a.selected{color:#ffcc00;background:#333}
.worldword-wrap .language-contents{overflow:hidden;width:100%;height:212px;padding:15px;border:1px solid #cdcdce;background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box}
.worldword-wrap .language-contents ul{overflow:hidden}
.worldword-wrap .language-contents ul li{float:left;width:30px;height:30px;margin:0}
.worldword-wrap .language-contents ul li a{display:block;width:100%;margin:0;padding:0;color:#666; font-size:12px;text-align:center;line-height:28px;border:1px solid #e8e8e8;background:none}
.worldword-wrap .language-contents ul li a:hover,
.worldword-wrap .language-contents ul li a:focus{color:#fff;font-size:14px;text-decoration:none;font-weight:700;background:#0066cc}
.worldword-wrap .worldword-close{position:absolute;top:5px;right:10px;width:45px;height:45px}
.worldword-wrap .worldword-close .sp_layout{width:35px;height:35px;background-position:-214px -90px}

@media screen and (max-width:767px){
    .worldword-wrap .worldword{margin-top:10px}
    .worldword-wrap .worldword .language li{width:50%}
    .worldword-wrap .worldword .language-contents{overflow-y:auto;height:auto;max-height:140px}
    .worldword-wrap .worldword-close{top:0;right:0}
    .worldword-wrap .worldword-close .sp_layout{width:23px;height:23px;background-position:-155px -82px}
}
@media screen and (max-width:720px){
    .worldword-wrap{width:auto}
    .main .worldword-wrap {width: 315px;right: -359px;top:-55px;}
    .search-btn-wrap .worldword-wrap{right: -359px;top:-55px;}
}
@media screen and (max-width:640px){
    .search-btn-wrap .worldword-wrap{width:500px}
}
@media screen and (max-width:480px){
    .search-btn-wrap .worldword-wrap{width:344px}
}
@media screen and (max-width:360px){
    .search-btn-wrap .worldword-wrap{width:288px}
}


.sub .header .wide-search-wrap .search-form-wrap .fixed-logo  {display:none;}
.sub .header .wide-search-wrap.fixed_list{position:fixed;top:0px;width:100%;max-width:100%;background:none;padding:0px 0px;border-bottom:1px solid #dcdcdc;background: rgba(255,255,255,0.95); z-index: 999;box-shadow:0 0 10px #000;}
.sub .header .wide-search-wrap.fixed_list .search-form-wrap {position: relative;z-index:999;}
.sub .header .wide-search-wrap.fixed_list .search-form-wrap .fixed-logo {display:block;position:absolute;left:10px;top:10px;}
.sub .header .wide-search-wrap.fixed_list .search-form-wrap .fixed-logo img {height:45px;}
.sub .header .wide-search-wrap.fixed_list .search-form__inner{width:47%;margin-left:53%;height:auto;padding:13px 0px;box-sizing:border-box;}
.sub .header .wide-search-wrap.fixed_list .search-form__inner > form{float:left;}
.sub .header .wide-search-wrap.fixed_list .search-form_group{border:2px solid #a6a6a6;height:auto;width:520px;}
.sub .header .wide-search-wrap.fixed_list .search-text-wrap .input-text{padding:5px 30px;}
.sub .header .wide-search-wrap.fixed_list .search-btn-wrap .btn_arrow{display:none;}

.sub .header .wide-search-wrap.fixed_list .sp-worldword{width:26px;height:20px;background:url(/resource/templete/nl/common/img/common/keyboard.png) no-repeat}
.sub .header .wide-search-wrap.fixed_list .btn-search{display:inline-block;width:45px;height:100%;border:0;text-align:center}
.sub .header .wide-search-wrap.fixed_list .sp-search{width:28px;height:28px;margin-left:-3px;background:url(/resource/templete/nl/common/img/common/search.png) center center no-repeat;}
.sub .header .wide-search-wrap.fixed_list .input-text-wrap label{padding-left:0px;font-size:16px;}
.sub .header .wide-search-wrap.fixed_list .input-text-wrap label:before{display:none;padding:0;}

@media screen and (max-width:1200px){
	.sub .header .wide-search-wrap.fixed_list .search-form__inner{min-width:600px;margin:0 auto 0px 28%;;}
	.sub .header .wide-search-wrap.fixed_list .search-form-wrap{background-position: 10% center;}
}

.fixed_list .menu-tool-wrap.menu-tool-gray {display:block;}
.fixed_list .menu-tool-wrap.menu-tool-gray.on .btn-open-pc .sp_layout{background-image:none;}

@media screen and (min-width:767px){
	/* .sub_fixed .menu-tool-gray .btn-open{display:none;} */
	.sub_fixed .menu-tool-gray .btn-open{display:block;}
	.sub_fixed .menu-tool-wrap .btn-open-pc{margin-top:0px;}
	.sub_fixed .menu-tool-wrap .btn-open-pc-1{display:none;}
	.sub_fixed .menu-tool-wrap .btn-open-pc-2{display:inline-block;}
	.sub_fixed .menu-tool-wrap .btn-open-pc .sp_layout{width:44px;height:40px;background:url("/resource/templete/nl/common/img/common/menubar.png") center center no-repeat; border:1px solid #a6a6a6;}
	.sub_fixed .menu-tool-wrap .btn-open-pc.on .sp_layout{background-image:url("/resource/templete/nl/common/img/common/btn_close.png");}


    .main .menu-tool-wrap .btn-open-pc{bottom:65px}
    .sub .menu-tool-wrap .btn-open-pc{bottom:100%}

    .suv .menu-tool-wrap .btn-open{display:block;}
}
/* @media screen and (max-width:767px){
	.sub_fixed .menu-tool-gray .btn-open{display:block;}
    .menu-tool-wrap .btn-open-pc{position:absolute;left:0;z-index:10;margin:0;padding:17px 18px}
    .menu-tool-wrap .btn-open-pc .sp_layout{width:25px;height:16px;background-position:-148px 0}

} */

.gray-gnb-wrap{display:none;position:absolute;top:69px;left:0;width:100%;border-bottom:1px solid #ddd;background:#fff;}
.gray-gnb-wrap.on{display:block;}
.gray-gnb-wrap .gray-gnb{max-width:1240px;height:74px;margin:0 auto;}
.gray-gnb-wrap .menu-gnb-depth2{top:101%;}
.sub .gray_menu_bg{position:absolute;top:100%;left:0;width:100%;min-height:220px;margin-top:-1px;border-top:1px solid #8195a1;border-bottom:1px solid #8195a1;background:#f4f7f9;}
.sub .gray_menu_bg:after {display:block;content:'';width:100%;height:3000px;background:rgba(0,0,0, 0.7);position:absolute;left:0;top:0px;z-index:-1000;}

@media screen and (min-width: 767px) {
.fixed_list .menu-tool-wrap .btn-open-pc .sp_layout {width: 44px;height: 40px;background: url(/resource/templete/nl/common/img/common/menubar.png) center center no-repeat; border: 1px solid #a6a6a6;}
.fixed_list .menu-tool-wrap .btn-open-pc.on .sp_layout {background-image: url(/resource/templete/nl/common/img/common/btn_close.png);}
.fixed_list .menu-tool-gray .btn-open {display: none;}
}



/* gnb */

.header__inner-gnb{max-width:1240px;height:70px;margin:0 auto;font-size:0}
.menu-gnb-wrap{float:left;position: relative;float: left;z-index: 9999;/* margin-left:406px;margin-top:-70px  */}
.menu-gnb-depth1{position:relative;width:100%;}
.menu-gnb-depth1:after{display:block;clear:both;content:''}
.menu-gnb-depth1__item{float:left;max-width:248px;width:248px;}
.menu-gnb-depth1__item.url_active .depth span{background:#165698;color:#fff;}
.menu-gnb-depth1__item .depth{display:block;height:100%;padding:23px;font-size:22px;font-weight:700;color:#303030;text-align:center}
.menu-gnb-depth1__item .depth span{padding:7px 16px 8px 17px;border-radius:1px;}
.menu-gnb-depth1__item .depth.active span{background:#165698;color:#fff;}
.menu-gnb-depth1__item .title_wrap{display:none;position:absolute;top:100%;left:0;width:250px;padding-top:26px;font-size:44px;color:#87aeca;line-height:1.1}
.menu-gnb-depth1__item.on .depth span {background: #165698;color: #fff;}
.menu-gnb-depth1__item.depth1-current--active > a { border-bottom : 3px solid #165698 }
.menu-gnb-depth1__item.depth1-current--active > a span {
    background: #165698;
    color: #fff;
}
.sub .menu-gnb-depth1__item .title_wrap{left:0;z-index:1;}
.menu-gnb-depth1__item .title_wrap:before{position:absolute;left:0;bottom:-34px;width:50px;height:3px;background:#87aeca;content:'';}
.menu-gnb-depth1__item .title_wrap strong{font-weight:700;}
.menu-gnb-depth2{display:none;position:absolute;top:100%;left: 0;width: 20%;padding: 26px 0 36px 0;border-right: 1px solid #ccc;border-left: 0px solid #f4f7f9;/*background:#f4f7f9;*/font-size:0;box-sizing:border-box;-webkit-box-sizing:border-box;}
.menu-gnb-depth1__item:nth-child(5) .menu-gnb-depth2{left: 80%;border-right: 0px solid #ccc;}
.menu-gnb-depth1__item:nth-child(4) .menu-gnb-depth2{left: 60%;}
.menu-gnb-depth1__item:nth-child(3) .menu-gnb-depth2{left: 40%;}
.menu-gnb-depth1__item:nth-child(2) .menu-gnb-depth2{left: 20%;}
.menu-gnb-depth2__item{display:inline-block;width: 100%;margin-top: 0;padding: 5px 40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.menu-gnb-depth2__item a{display:inline-block;padding:4px 0;font-size:15px;color:#000;box-sizing:border-box;-webkit-box-sizing:border-box}
.menu-gnb-depth1__item .gnb-depth2--active a, .menu-gnb-depth2__item a.sel_active{position:relative;color:#3591dc;}
.menu-gnb-depth1__item .gnb-depth2--active a:after, .menu-gnb-depth2__item a.sel_active:after{position:absolute;left:0;bottom:0;width:100%;height:100%;border-bottom: 2px solid #3591dc;transform: scaleX(0);-webkit-transform: scaleX(0);transition: transform 0.3s;-webkit-transition: transform 0.3s;content: '';}
.menu-gnb-depth1__item .gnb-depth2--active.hover a:after {background:none;transform: scaleX(1);-webkit-transform: scaleX(1);}

@media (min-width:768px) and (max-width:1239px){
    .header__inner-gnb{text-align:center;}
    .menu-gnb-wrap{width:93%;margin-top:0;margin-left:0}
    .sub .menu-gnb-depth1__item .depth{padding:38px 0}
    .menu-gnb-depth1__item{max-width:none;width:20%}
    .menu-gnb-depth1__item .depth{padding:38px 2px;font-size:1.8rem;letter-spacing:-1px;text-align:center;}
    .menu-gnb-depth1__item .title_wrap{left:2%;width:30%;font-size:3.4rem;text-align:left;}
    .menu-gnb-depth1__item .title_wrap:before{bottom:-30px;}
    .menu-gnb-depth2{/*left:32%;width:70%;*/text-align:left;}
    .menu-gnb-depth2__item a{font-size:1.6rem}
}

@media screen and (max-width:767px){
    .header__inner-gnb{max-width:none;width:100%;height:auto;box-sizing:border-box;-webkit-box-sizing:border-box}
    .menu-gnb-wrap{display:none}
}

/* .gray-gnb .menu-gnb-depth1__item {display:none;}
.gray-gnb .menu-gnb-depth1__item.active  {display:block;} */

/* .gray-gnb-depth1__item.active .title_wrap,
.gray-gnb-depth1__item.active .gray-gnb-depth2 {display:block;} */




.gray-gnb-wrap{position: absolute;z-index: 9999;/* margin-left:406px;margin-top:-70px  */}
.gray-gnb-depth1{position:relative;width:100%;}
.gray-gnb-depth1:after{display:block;clear:both;content:''}
.gray-gnb-depth1__item{float:left;max-width:248px;width:248px;}
.gray-gnb-depth1__item .depth span{padding: 7px 16px 8px 17px;border-radius: 1px;}
.gray-gnb-depth1__item.url_active .depth span{background:#165698;color:#fff;}
.gray-gnb-depth1__item--hover .depth span{background: #165698;color: #fff;}
.gray-gnb-depth1__item .depth{display:block;height:100%;padding:23px;font-size:22px;font-weight:700;color:#303030;text-align:center}
.gray-gnb-depth1__item .title_wrap{display:none;position:absolute;top:100%;left:0;width:250px;padding-top:26px;font-size:44px;color:#87aeca;line-height:1.1}
.gray-gnb-depth1__item.on .depth span {background: #165698;color: #fff;}
.sub .gray-gnb-depth1__item .title_wrap{left:0;z-index:1;}
.gray-gnb-depth1__item .title_wrap:before{position:absolute;left:0;bottom:-34px;width:50px;height:3px;background:#87aeca;content:'';}
.gray-gnb-depth1__item .title_wrap strong{font-weight:700;}

.gray-gnb-depth2{display:none;position:absolute;top:100%;left: 0;width: 20%;padding: 26px 0 36px 0;border-right: 1px solid #ccc;border-left: 0px solid #f4f7f9;/*background:#f4f7f9;*/font-size:0;box-sizing:border-box;-webkit-box-sizing:border-box;}
.gray-gnb-depth1__item:nth-child(5) .gray-gnb-depth2{left: 80%;border-right: 0px solid #ccc;}
.gray-gnb-depth1__item:nth-child(4) .gray-gnb-depth2{left: 60%;}
.gray-gnb-depth1__item:nth-child(3) .gray-gnb-depth2{left: 40%;}
.gray-gnb-depth1__item:nth-child(2) .gray-gnb-depth2{left: 20%;}
.gray-gnb-depth2__item{display:inline-block;width: 100%;margin-top: 0;padding: 5px 40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.gray-gnb-depth2__item a{display:inline-block;padding:4px 0;font-size:15px;color:#000;box-sizing:border-box;-webkit-box-sizing:border-box}
.gray-gnb-depth1__item .gnb-depth2--active a, .gray-gnb-depth2__item a.sel_active{position:relative;color:#3591dc;}
.gray-gnb-depth1__item .gnb-depth2--active a:after, .gray-gnb-depth2__item a.sel_active:after{position:absolute;left:0;bottom:0;width:100%;height:100%;border-bottom: 2px solid #3591dc;transform: scaleX(0);-webkit-transform: scaleX(0);transition: transform 0.3s;-webkit-transition: transform 0.3s;content: '';}
.gray-gnb-depth1__item .gnb-depth2--active.hover a:after {background:none;transform: scaleX(1);-webkit-transform: scaleX(1);}


.menu_bg:before {
    display: block;
    content: '';
    width: 100%;
    height: 3000px;
    background: rgba(0,0,0, 0.7);
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1000;
}


/* allmenu */

/* allmenu button */
.menu-tool-wrap{display:none;height:100%;text-align:right;white-space:nowrap}
.menu-tool-wrap .btn-open{margin-top:28px}
.menu-tool-wrap .btn-open .sp_layout{width:52px;height:47px;background-position:-257px 0}

.no_scroll{overflow:hidden;width:100%;height:100%}
body.no_scroll{overflow:hidden;height:100%}

@media (min-width:768px) and (max-width:1239px){
    .menu-tool-wrap{margin-top:0}
}
@media screen and (max-width:767px){
    .menu-tool-wrap{text-align:left;white-space:normal}
    .menu-tool-wrap .btn-open{position:absolute;left:0;z-index:10;margin:0;padding:17px 18px}
    .menu-tool-wrap .btn-open .sp_layout{width:25px;height:16px;background-position:-148px 0}
    .main .menu-tool-wrap .btn-open{bottom:62px}
    .sub .menu-tool-wrap .btn-open{bottom:100%}
    .menu-tool-wrap{display:block;}
}

/* allmenu */
.menu-all-wrap{display:none;position:absolute;top:100%;left:0;width:100%;height:0;padding:37px 0;background:#fff;opacity:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.menu-all-inner{overflow:hidden;position:relative;max-width:1240px;height:100%;margin:0 auto;border-bottom:1px solid #dedede;white-space:normal;}
.menu-all-wrap .title{margin-bottom:37px;font-size:27px;font-weight:700;color:#393d40;text-align:center;line-height:35px}
.menu-all-wrap .btn-close{overflow:hidden;position:absolute;top:0;right:0;padding:12px}
.menu-all-wrap .sp-close{width:35px;height:35px;background-position:-214px -90px}

.menu-all-depth1{font-size:0;text-align:left}
.menu-all-depth1__item{position:relative;vertical-align:top;box-sizing:border-box;-webkit-box-sizing:border-box}
.menu-all-depth1__item--kor{display:none}
.menu-all-depth1__item .depth1{display:block;width:225px;margin-right:20px;padding:22px 0 21px;background:#184881 no-repeat 50% 50%;font-size:20px;font-weight:700;color:#fff;text-align:center;}
.menu-all-depth1__item:nth-child(1) .depth1,
.menu-all-depth1__item:nth-child(6) .depth1{background-image:url(/resource/templete/ne/img/sub/bg_depth1_1.png);}
.menu-all-depth1__item:nth-child(2) .depth1,
.menu-all-depth1__item:nth-child(7) .depth1{background-image:url(/resource/templete/ne/img/sub/bg_depth1_2.png);}
.menu-all-depth1__item:nth-child(3) .depth1{background-image:url(/resource/templete/ne/img/sub/bg_depth1_3.png);}
.menu-all-depth1__item:nth-child(4) .depth1{background-image:url(/resource/templete/ne/img/sub/bg_depth1_4.png);}
.menu-all-depth1__item:nth-child(5) .depth1{background-image:url(/resource/templete/ne/img/sub/bg_depth1_5.png);}
.menu-all-depth2__item{display:inline-block;width:20%;font-size:15px;line-height:1.4;}
.menu-all-depth2__item .depth{display:block;position:relative;padding:12px 10px 12px 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.menu-all-depth2__item .depth:before{position:absolute;top:22px;left:0;width:2px;height:2px;background:#003964;content:'';}

.menu-all-depth3{margin-top:7px;padding:14px 0 8px;border-top:1px solid #dedede}
.menu-all-depth3__item{padding:5px 9px}
.menu-all-depth3__item .depth{display:block;position:relative;padding:0 15px;font-size:15px;font-weight:400;color:#393d40}
.menu-all-depth3__item .depth:before{position:absolute;top:9px;left:6px;width:2px;height:2px;background:#003964;content:''}

.menu-all-depth4{display:none;padding:12px 14px}
.menu-all-depth4__item .depth{display:block;position:relative;padding:5px 15px;font-size:15px;font-weight:400;color:#6e7173}
.menu-all-depth4__item .depth:before{position:absolute;top:13px;left:4px;width:3px;height:1px;background:#5f7b90;content:''}
.depth1-title{display:none}

.menu-all-inner--scrollbox{height:100%}
.menu-all-inner--scroll{position:relative}

@media (min-width:768px) and (max-width:1239px){
    .menu-all-depth4{padding:12px 7px}
}

@media screen and (max-width:767px){
    .all_menu_wrap .all_menu_1depth_title{width:100%;padding:16px 0 17px;}
    .all_menu_wrap .all_menu_2depth{margin:14px 0 20px}
    .all_menu_wrap .all_menu_2depth_item{width:50%}
    .all_menu_wrap .all_menu_2depth_item a{padding:6px 8px}
    .all_menu_wrap .all_menu_2depth_item a:before{top:16px}
}

@media screen and (max-width:767px){
    .menu-all-wrap{position:fixed;top:0;left:-100%;z-index:100;height:100% !important;padding:0;opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    /* .menu-all-wrap.menu-all--opened{left:0} */
    .menu-all-inner{max-width:none;height:100%;}

    .menu-all-inner--scroll{height:100%;padding-top:240px;box-sizing:border-box;-webkit-box-sizing:border-box}
    .menu-all-wrap .title{margin:0;padding:0;font-size:1px;color:transparent;line-height:0}
    .menu-all-wrap .btn-close{top:0;z-index:210;padding:15px}
    .menu-all-wrap .sp-close{width:23px;height:23px;background-position:-155px -82px}

    .depth1-title{display:block;margin-top:25px;font-size:2.1rem;font-weight:700;color:#000}
    .menu-all-depth1{position:relative;height:100%;overflow-y:auto;background:#f4f4f4}
    .menu-all-depth1__item{position:static;width:100%;margin:0;border:0}
    .menu-all-depth1__item--kor{display:block}
    .menu-all-depth1__item .depth1{display:inline-block;width:33.28125%;padding:5px 0;background:transparent;border-bottom:1px solid #c0c9cd;font-size:1.8rem;color:#000;text-align:center;line-height:25px}
    .menu-all-depth1__item:nth-child(1) .depth1,
    .menu-all-depth1__item:nth-child(6) .depth1,
    .menu-all-depth1__item:nth-child(2) .depth1,
    .menu-all-depth1__item:nth-child(7) .depth1,
    .menu-all-depth1__item:nth-child(3) .depth1,
    .menu-all-depth1__item:nth-child(4) .depth1,
    .menu-all-depth1__item:nth-child(5) .depth1{background-image:none;}
    .menu-all-depth1-category{display:none;overflow:hidden;overflow-y:auto;position:fixed;top:240px;bottom:0;left:33.28125%;width:66.71875%;padding:0 20px;border-left:1px solid #c0c9cd;background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box}
    .depth1--selected .depth1{position:relative;background:#fff;color:#0076d0}
    .depth1--selected .depth1:after{position:absolute;top:0;right:-1px;z-index:1;width:1px;height:100%;background:#fff;content:''}
    .depth1--selected .menu-all-depth1-category{display:block}
    .menu-all-depth3, .menu-all-depth4{display:none;margin:0;padding:0}
    .depth1--selected .depth2--selected .menu-all-depth3{display:block}

    .menu-all-depth2{margin-top:15px;border-bottom:1px solid #dce3e6}
    .menu-all-depth2__item{display:block;width:100%;padding:0;border-top:1px solid #dce3e6}
    .menu-all-depth2__item .depth{position:relative;padding:9px 7px;font-size:1.8rem;font-weight:400;color:#201f1f}
    .menu-all-depth2__item .depth:before{display:none;}
    .menu-all-depth2__item .depth2[aria-expanded]:after{position:absolute;top:20px;right:0;width:8px;height:5px;transition:transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;transform:rotate(0);content:''}
    .menu-all-depth2__item .depth2[aria-expanded="false"]:after{background-position:-175px -53px;}
    .menu-all-depth2__item .depth2[aria-expanded="true"], .menu-all-depth2 .is_selected > a{color:#197ac4}
    .menu-all-depth2__item .depth2[aria-expanded="true"]:after{background-position:-185px -53px}

    .menu-all-depth3__item{padding:4px 11px}
    .menu-all-depth3__item .depth3:before{display:block;position:absolute;top:9px;left:0;width:4px;height:4px;background:#003964;content:''}
    .menu-all-depth3__item .depth3{padding:0 11px;font-size:1.7rem}
    .menu-all-depth3__item .depth3:after{position:absolute;top:8px;right:0;width:8px;height:5px;transition:transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;transform:rotate(0);content:''}
    .menu-all-depth3__item .depth3[aria-expanded="false"]:after{background-position:-175px -53px;}
    .menu-all-depth3__item .depth3[aria-expanded="true"]{font-weight:700}
    .menu-all-depth3__item .depth3[aria-expanded="true"]:after{background-position:-185px -53px}

    .menu-all-depth4{display:none;margin:0;padding:0}
}


/* allmeanu utils */
.header__utils-wrap--mobile{display:none}
@media screen and (max-width:767px){
    .header__utils-wrap--mobile{display:block;position:absolute;top:0;left:0;z-index:200;width:100%;background:#003964;text-align:left;transition:all .5s}
    .header__utils-wrap--mobile .logo{display:inline-block;top:12px;left:15px;width:156px;height:30px;text-align:left;-ms-transform:none;-webkit-transform:none;transform:none;}
    .header__utils-wrap--mobile .logo .sp_layout{height:30px;width:156px;background-position:0 -138px;}
    .header__utils-wrap--mobile .personal-wrap{width:100%;padding:15px 4.6875% 35px;box-sizing:border-box;-webkit-box-sizing:border-box;}
    .personal-wrap .login-bx{height:93px;margin-top:17px;border:1px solid #114f7d;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box}
    .personal-wrap .login-bx:after{display:inline-block;height:100%;vertical-align:middle;content:''}
    .personal-wrap .login-bx .text{display:inline-block;position:relative;padding:22px 0 22px 45px;font-size:1.9rem;font-weight:500;color:#fff;text-align:left}
    .personal-wrap .login-bx .text:before{position:absolute;top:50%;left:0;width:32px;height:30px;margin-top:-15px;background-position:-102px -106px;content:''}
    .personal-wrap .login{display:block;width:100%;height:35px;margin-top:15px;font-size:1.8rem;color:#fff;background:#197ac4;text-align:center;line-height:35px}
    .personal__login{display:inline-block;font-size:1.8rem;color:#fff}
    .personal__login .name{overflow:hidden;display:inline-block;text-decoration:underline;max-width:100px;vertical-align:top;text-overflow:ellipsis;white-space:nowrap}
    .personal__login .logout{display:inline-block;padding:0 12px;font-weight:400;/*background:#00233e;*/line-height:24px}
    .personal__info .my-library{display:block;width:100%;height:32px;margin-top:33px;font-size:1.8rem;color:#fff;border:1px solid #114f7d;text-align:center;line-height:32px;;box-sizing:border-box;-webkit-box-sizing:border-box}
    .personal__info .my-library:after{display:inline-block;width:7px;height:11px;margin:10px 0 0 10px;background-position:-175px -40px;content:''}
    .personal__info .my-library__list{margin:43px 0 10px;font-size:0}
    .personal__info .my-library__item{display:inline-block;position:relative;width:33.33%}
    .personal__info .my-library__item:before{position:absolute;top:0;left:0;width:1px;height:100%;border-right:1px solid #002c4d;border-left:1px solid #114f7d;content:''}
    .personal__info .my-library__item:first-child:before{display:none}
    .personal__info .my-library__item a{display:block;width:100%;height:100%;text-align:center}
    .personal__info .my-library__item .num{display:block;font-size:2rem;color:#bbfff6;line-height:1.2}
    .personal__info .my-library__item .text{display:block;margin-top:4px;font-size:1.6rem;font-weight:400;color:#bbe2ff}
    .my-library__menu{margin-top:15px;font-size:0}
    .my-library__menu a{display:inline-block;width:48.9655%;height:35px;margin-left:2.0689%;background:#197ac4;font-size:1.6rem;color:#fff;text-align:center;vertical-align:middle;line-height:35px}
    .my-library__menu a:before{vertical-align:middle;content:''}
    .my-library__menu a:first-child{margin:0}
    .my-library__menu .my-scrap:before{width:14px;height:15px;margin-top:-4px;margin-right:8px;background-position:-158px -64px}
    .my-library__menu .my-cardqr:before{width:15px;height:15px;margin-top:-4px;margin-right:4px;background-position:-174px -64px}
}
@media screen and (max-width:429px){
	.personal__info .my-library__list {margin:33px 0 0}
}


/* footer  */
.footer-logo .sp_logo,
.footer-sns__item a .ico
{display:inline-block;overflow:hidden;background:url(/resource/templete/ne/common/img/common/layout.png) 0 0 no-repeat;font-size:5px;color:transparent;vertical-align:top}

@media screen and (max-width:1024px){
    .main .footer-logo .sp_logo,
    .main .footer-sns__item a .ico,
    .main .footer-util__item:after
    {display:inline-block;overflow:hidden;background:url(/resource/templete/ne/common/img/common/layout_m.png) 0 0 no-repeat;background-size:200px auto;font-size:5px;color:transparent;vertical-align:top}
}
@media screen and (max-width:767px) {
    .sub .footer-logo .sp_logo,
    .sub .footer-sns__item a .ico,
    .sub .footer-util__item:after
    {display:inline-block;overflow:hidden;background:url(/resource/templete/ne/common/img/common/layout_m.png) 0 0 no-repeat;background-size:200px auto;font-size:5px;color:transparent;vertical-align:top}
}

.footer{background:#f1f1f1}
.footer__inner-top{background:#4a5862}
.footer__inner-top .inner{max-width:1240px;margin:0 auto}
.footer__inner-top .inner:after{display:block;clear:both;content:''}
.footer__inner-bottom{max-width:1240px;margin:0 auto;padding:20px 0 46px}
.footer__inner-bottom .inner:after{display:block;clear:both;content:''}

/* quick page list */
.main .footer_page_wrap{border-top:1px solid #e9e9e9;background:#f6f6f6}
.main .footer_page_wrap .inner{max-width:1240px;margin:0 auto}
.main .footer_page_wrap .footer_page_list{padding:60px 0 70px;font-size:0}
.main .footer_page_wrap .footer_page_item{display:inline-block;position:relative;width:33.33%;padding-left:65px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.main .footer_page_wrap .footer_page_item:first-child{padding-left:0;}
.main .footer_page_wrap .footer_page_item:before{position:absolute;top:0;right:0;width:1px;height:296px;background:#dadada;content:'';}
.main .footer_page_wrap .footer_page_item:last-child:before{display:none}
.main .footer_page_wrap .title{display:block;position:relative;padding-bottom:24px;font-size:24px;font-weight:700;color:#44484c}
.main .footer_page_wrap .title:before{position:absolute;left:0;bottom:0;width:40px;height:2px;background:#8b8e90;content:'';}
.main .footer_page_wrap .inner_list{margin-top:20px}
.main .footer_page_wrap .inner_item{margin-top:10px;font-size:15px;color:#44484c}
.main .footer_page_wrap .inner_item:first-child{margin-top:0}
.sub .footer_page_wrap{display:none;}
@media (min-width:768px) and (max-width:1239px){
    .main .footer_page_wrap .footer_page_item{padding-left:24px;}
    .main .footer_page_wrap .title{padding-bottom:20px;font-size:2.2rem}
}
@media (max-width:767px){
    .main .footer_page_wrap{display:none;}
}

/* 안내 영역 */
.footer-util__list{float:left;font-size:0}
.footer-util__item{display:inline-block;position:relative;margin:16px 17px 16px 0;padding-right:18px;font-size:17px;color:#fff}
.footer-util__item span{padding-left:12px;opacity:.7}
.footer-util__item span a{margin-left:8px;font-weight:400}
.footer-util__item span a:first-child{margin-right:17px;}
.footer-util__item .point{color:#ffc177}
.footer-util__item:before{position:absolute;top:50%;right:0;width:1px;height:18px;background:#717e87;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);content:''}
.footer-util__item:last-child{margin-right:0;padding-right:0}
.footer-util__item:last-child:before{display:none}

/* 안내 영역 */
.footer-sns__list{float:right;font-size:0}
.footer-sns__item{display:inline-block;}
.footer-sns__item:first-child{margin-left:0}
.footer-sns__item a{display:block;padding:12px 5px 17px}
.footer-sns__item a .ico{width:25px;height:25px}
.footer-sns__item .instagram .ico{background-position:0 -161px}
.footer-sns__item .blog .ico{background-position:-27px -161px}
.footer-sns__item .facebook .ico{background-position:-54px -161px}
.footer-sns__item .twitter .ico{background-position:-81px -161px}
.footer-sns__item .youtube .ico{background-position:-108px -161px}

/* 정책, 법령 */
.policy-wrap{float:left}
.policy-wrap .policy__list{font-size:0}
.policy-wrap .policy__item{display:inline-block;margin-right:14px;font-size:15px;font-weight:400;color:#000}
.policy-wrap .policy__item a{display:block;width:100%;height:100%;padding:8px 10px 9px;box-sizing:border-box;-webkit-box-sizing:border-box}
.policy-wrap .policy__item:first-child a{padding-left:0}

.mo_policy-wrap{display:none;}

/* 유관사이트 */
.family-wrap{overflow:hidden;text-align:right}
.family-wrap .family-select-wrap{width:223px;height:36px;padding:0 18px 0 14px;background:#fff url(/resource/templete/ne/common/img/common/arrow_down.png) 100% 50% no-repeat;font-size:15px;color:#000;vertical-align:middle;box-sizing:border-box;-webkit-box-sizing:border-box}
.family-wrap .site-go{height:36px;padding:0 10px;font-size:15px;color:#fff;background:#7d7d7d;}
.ie9 .family-wrap .family-select-wrap{padding:4px 0}
.ie9 .family-wrap .family-select-wrap:after{display:none}

.info-wrap{position:relative;margin-top:26px;padding-left:250px;}
.footer-logo{position:absolute;top:3px;left:1px;width:250px;height:50px;vertical-align:top;}
.footer-logo .sp_logo{height:40px;width:212px;background-position:0 -62px;}

.contact__list{float:left;margin:-12px 0 0 30px}
.contact__item{margin-top:4px;font-size:15px;font-weight:400;color:#515151}
.contact__item:first-child{margin-top:0}
.contact__item.copyright{margin-top:14px;font-weight:500}
.footer__item-contact{margin-left:12px}
.footer__item-contact:first-child{margin-left:0}
.footer__item-rights{font-weight:500}

.certificate__list{overflow:hidden;font-size:0;text-align:right}
.certificate__list .certificate__item{display:inline-block;margin-left:16px}
.certificate__list .certificate__item:first-child{margin:0}
.certificate__list .certificate__item>a{display:block;width:100%;height:100%}
.certificate__list .item--wa{width:68px}
.certificate__list .item--open{width:77px}
.certificate__list .item--isms{width:43px}
.certificate__list .item--qrcode{width:45px}

/* 메인페이지 */
@media screen and (max-width:1024px){
    .main .footer__inner-top{position:relative;}
    .main .footer__inner-top .inner{max-width:none;width:100%;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    .main .footer__inner-bottom{position:relative;max-width:none;padding:118px 15px 65px}

    .main .policy-wrap{display:none}
    .main .mo_policy-wrap{display:block;width:100%;margin-top:20px;font-size:0;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;}
    .main .mo_policy-wrap .policy-select-wrap{width:75%;height:36px;padding:0 18px 0 14px;background:#fff url(/resource/templete/ne/common/img/common/arrow_down.png) 100% 50% no-repeat;font-size:15px;color:#000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
    .main .mo_policy-wrap .site-go{width:25%;height:36px;padding:0 10px;font-size:15px;color:#fff;background:#7d7d7d;}

    .main .family-wrap{margin-top:10px;font-size:0;text-align:center}
    .main .family-wrap .family-select-wrap{width:75%}
    .main .family-wrap .site-go{width:25%}

    .main .info-wrap{position:static;margin-top:13px;padding:0}
    .main .contact__list{float:none;margin:0;text-align:center}
    .main .contact__item{font-size:1.4rem;word-break:keep-all;}
    .main .contact__item a{display:inline-block;text-decoration:underline}

    .main .footer-util__list{float:none}
    .main .footer-util__item{margin:8px 8px 8px 0;font-size:1.5rem}

    .main .footer-sns__list{float:none;position:absolute;left:50%;bottom:-118px;z-index:1;width:100%;margin-left:-50%;text-align:center}
    .main .footer-sns__item a .ico{width:29px;height:29px}

    .main .footer-logo{top:20px;left:50%;width:186px;height:37px;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .main .footer-logo .sp_logo{height:30px;width:156px;background-position:0 -36px;}
    .main .footer-sns__item .instagram .ico{background-position:0 -75px}
    .main .footer-sns__item .blog .ico{background-position:-31px -75px}
    .main .footer-sns__item .facebook .ico{background-position:-62px -75px}
    .main .footer-sns__item .twitter .ico{background-position:-93px -75px}
    .main .footer-sns__item .youtube .ico{background-position:-124px -75px}

    .main .certificate__list{margin-top:20px;padding-top:20px;border-top:1px solid #d2d2d2;text-align:center}

}
@media (max-width:767px){
    .main .footer-util__item{font-size:1.8rem;}
    .main .footer-util__item.contact,.main .footer-util__item.sitemap{display:none;}
}
/* 서브페이지 */
@media (min-width:768px) and (max-width:1239px){
    .sub .footer{min-width:1240px}
    .sub .footer__inner-top{padding:0 30px}
    .sub .footer__inner-bottom{padding:20px 30px 46px}
}

@media screen and (max-width:767px){
    .sub .footer__inner-top{position:relative;}
    .sub .footer__inner-top .inner{max-width:none;width:100%;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    .sub .footer__inner-bottom{position:relative;max-width:none;padding:118px 15px 65px}

    .sub .policy-wrap{display:none}
    .sub .mo_policy-wrap{display:block;width:100%;margin-top:20px;font-size:0;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;}
    .sub .mo_policy-wrap .policy-select-wrap{width:75%;height:36px;padding:0 18px 0 14px;background:#fff url(/resource/templete/ne/common/img/common/arrow_down.png) 100% 50% no-repeat;font-size:15px;color:#000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
    .sub .mo_policy-wrap .site-go{width:25%;height:36px;padding:0 10px;font-size:15px;color:#fff;background:#7d7d7d;}

    .sub .family-wrap{margin-top:10px;font-size:0;text-align:center}
    .sub .family-wrap .family-select-wrap{width:75%}
    .sub .family-wrap .site-go{width:25%}

    .sub .info-wrap{position:static;margin-top:13px;padding:0}
    .sub .contact__list{float:none;margin:0;text-align:center}
    .sub .contact__item{font-size:1.4rem;word-break:keep-all;}
    .sub .contact__item a{display:inline-block;text-decoration:underline}

    .sub .footer-util__list{float:none}
    .sub .footer-util__item{margin:8px 8px 8px 0;font-size:1.8rem;}
    .sub .footer-util__item.contact,.sub .footer-util__item.sitemap{display:none;}
    .sub .footer-sns__list{float:none;position:absolute;left:50%;z-index:10;bottom:-118px;width:100%;margin-left:-50%;text-align:center}
    .sub .footer-sns__item a .ico{width:29px;height:29px}

    .sub .footer-logo{top:20px;left:50%;width:154px;height:32px;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .sub .footer-logo .sp_logo{height:37px;width:156px;background-position:0 -36px;}
    .sub .footer-sns__item .instagram .ico{background-position:0 -75px}
    .sub .footer-sns__item .blog .ico{background-position:-31px -75px}
    .sub .footer-sns__item .facebook .ico{background-position:-62px -75px}
    .sub .footer-sns__item .twitter .ico{background-position:-93px -75px}
    .sub .footer-sns__item .youtube .ico{background-position:-124px -75px}

    .sub .certificate__list{margin-top:20px;padding-top:20px;border-top:1px solid #d2d2d2;text-align:center}
}



/* sub */
.sub .container{padding:37px 0 57px}
.sub .contents{overflow:hidden;max-width:1240px;margin:0 auto}
.sub .contents:after{display:inline-block;clear:both;content:''}
.sub_contents{overflow:hidden}
.content_wrap{margin-top:36px}

@media (min-width:768px) and (max-width:1239px){
    .sub .contents{min-width:1240px;max-width:none}
}
@media screen and (max-width:767px){
    .sub .container{padding:15px}
    .content_info{display:none}
    .menu-wrap{display:none}
    .content_wrap{margin:0}
}
/* sub :: lnb */
.lnb:after{display:block;clear:both;content:''}
.lnb{position:relative;float:left;;width:235px;min-height:1200px;margin-right:32px}
.lnb_title{position:relative;display:block;width:100%;min-height:109px;padding:36px 5px;border-bottom:1px solid #fff;background:#16488a url(/resource/templete/ne/common/img/common/lnb_bg.png) 0 0 repeat;font-size:26px;font-weight:500;color:#fff;text-align:center;letter-spacing:-2px;line-height:1.3;box-sizing:border-box;-webkit-box-sizing:border-box}
.menu-lnb{margin-top:15px}
.menu-lnb__item>a{position:relative;display:block;width:100%;min-height:55px;margin-top:-1px;padding:17px 33px 17px 14px;border-top: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;border-top-color:#c4c4c4;font-size:16px;color:#282828;font-weight:700;text-align:left;line-height:1.3;box-sizing:border-box;-webkit-box-sizing:border-box}
.menu-lnb__item:first-child>a{margin:0}
.menu-lnb__sub{display:none;padding:15px 20px 21px 20px;border:1px solid #dcdcdc;border-right:0;border-left:0;border-top:0;border-bottom:0;background:#fff}
.menu-lnb__sub:last-child{border-bottom:1px solid #dcdcdc}
.menu-lnb__sub__item{width:100%;margin-top:2px}
.menu-lnb__sub__item:first-child{margin:0}
.menu-lnb__sub__item.is_lnb_opened a{color:#3980b2}
.menu-lnb__sub__item.is_lnb_opened a:after{width:5px;height:10px;margin:5px 0 0 10px;background-position:-264px -49px;content:''}
.menu-lnb__sub__item a{display:block;position:relative;padding:4px 0px 4px 8px;font-size:15px;font-weight:700;color:#8b8b8b}
.menu-lnb__sub__item a:before{position:absolute;top:12px;left:-1px;width:2px;height:2px;background:#003964;content:''}
.menu-lnb__sub__item a:hover,.menu-lnb__sub__item a:focus{color:#3980b2}
.menu-lnb__sub__item a:hover:after{width:5px;height:10px;margin:5px 0 0 10px;background-position:-264px -49px;content:''}
.menu-lnb__sub__item a:focus:after{width:5px;height:10px;margin:5px 0 0 10px;background-position:-264px -49px;content:''}
.menu-lnb__item>a.is_lnb__sub--opened{background-color:#3980b2;color:#fff}
.is-sub__items:after{    position: absolute; top: 23px; right: 13px;width: 10px; height: 10px; background: url(/resource/templete/nl/common/img/common/lnb_open.png) 0 0 no-repeat;content: '';}
/* .is-sub__items.is_lnb__sub--opened:after{background-position:-157px -161px} */
.is_lnb--opened>a{border:0;background:#3465a7;color:#fff}
.is_lnb--opened>a:hover{color:#fff}
.is_lnb--opened .is-sub__items:after{background-position:-157px -161px}
.is_lnb2_opened a{color:#3980b2}
.menu-lnb__item.is_lnb--opened>a:after{width: 10px;height: 10px; margin: 5px 0 0 10px; background: url(/resource/templete/nl/common/img/common/lnb_close.png) 0 0 no-repeat;content: '';}
@media screen and (max-width:767px){
    .lnb{display:none}
}

/* sub :: depth menu */
.content_info{overflow:hidden;min-height:108px;border-bottom:1px solid #dcdcdc;box-sizing:border-box;-webkit-box-sizing:border-box}
.content_info:after{display:block;clear:both;content:''}
.content_info .breadcrumbs{margin-top:3px}
.content_info .title{float:left;max-width:87%;margin:15px 0 22px;font-size:26px;font-weight:700;color:#3a3a3a;word-break:keep-all}


/* menu setting */
.menu__set{position:relative;margin-top:22px;font-size:0;text-align:right}
.menu__set a{display:inline-block;width:32px;height:32px;margin-left:5px;font-size:15px;font-weight:400;border:1px solid #4a5d78;;background:#4a5d78;color:#474747;text-align:center;line-height:32px;border-radius:50%;-webkit-border-radius:50%;box-sizing:border-box;-webkit-box-sizing:border-box}
.menu__set a:first-child{margin-left:0}
.menu__set a:before{margin-top:7px;content:''}
.menu__set .menu__set-print:before{width:16px;height:16px;background-position:-339px 0}
.menu__set .menu__set-scrap:before{width: 15px; height: 15px;background: url(/resource/templete/nl/common/img/common/menu-scrap.png) 0 0 no-repeat;}
.menu__set .menu__set-share:before{width:15px;height:17px;background-position:-349px -18px}
.menu__set .menu-sns{display:none;position:absolute;top:100%;right:0;z-index:10}
.menu__set .menu-sns.is_sns_opened{display:block}
.menu-sns .menu__list-sns{display:inline-block;}
.menu-sns .menu__item-sns{display:inline-block;}
.menu-sns .menu__item-sns a{border:0;background:#fff}
.menu-sns .menu__item-sns a:before{display:none}
.menu-sns .menu__item-sns .sp_layout{width:25px;height:25px;vertical-align:middle;}
.menu-sns  .instagram .sp_layout{background-position:0 -161px}
.menu-sns  .blog .sp_layout{background-position:-27px -161px}
.menu-sns  .facebook .sp_layout{background-position:-54px -161px}
.menu-sns  .twitter .sp_layout{background-position:-81px -161px}
.menu-sns  .youtube .sp_layout{background-position:-108px -161px}
.menu-sns_close{margin-top:2px;padding:6px;background-color:#4a5d78}
.menu-sns_close .sp{width:18px;height:18px;background-position:-211px 0}
/* depth4 */
.menu-wrap{clear:left;margin:48px 0 -1px}
.depth4-menu-wrap{overflow:hidden;position:relative;}
.depth4-menu__list{overflow:hidden;border-bottom:1px solid #dcdcdc}
.depth4-menu__list .depth4-menu__item{float:left;width:20%;height:55px}
.depth4-menu__list .depth4-menu__item.depth4-menu__flow{width:33.3%;}
.depth4-menu__list .depth4-menu__item a{display:table;position:relative;width:100%;height:100%;border:1px solid #dcdcdc;border-bottom:0;background:#fdfdfd;text-align:center;table-layout:fixed;box-sizing:border-box;-webkit-box-sizing:border-box}
.depth4-menu__list .depth4-menu__item~.depth4-menu__item > a{border-left:0 !important}
/* .depth4-menu__list .depth4-menu__item:nth-child(5n+1)> a{border:1px solid #dcdcdc}
.depth4-menu__list .depth4-menu__item:nth-child(n+5)~.depth4-menu__item a{border-top:0}
.depth4-menu__list .depth4-menu__item:nth-child(5n+1).is_selected > a {border-color:#5ca2d4} */
.depth4-menu__list .depth4_menu_title{display:table-cell;width:100%;height:100%;padding:0 5px;font-size:15px;font-weight:700;color:#525252;vertical-align:middle;word-break:keep-all;}
.depth4-menu__list .is_selected a{border:#697a89 solid 1px;background:#697a89}
.depth4-menu__list .is_selected .depth4_menu_title{color:#fff;border: #144F7B solid 1px;background: #144F7B; text-decoration : underline}
.depth4-menu__list a:hover,.depth4-menu__list a:focus{border:#547fe0 solid 1px;border-right:#547fe0 solid 1px !important;background:#547fe0}
.depth4-menu__list a:hover .depth4_menu_title,.depth4-menu__list a:focus .depth4_menu_title{color:#fff}
.menu-wrap .depth4_frame{margin:0 30px}
.menu-wrap .bx-controls{position:absolute;top:0;width:93.84615%}
.menu-wrap .bx-controls-direction a{position:absolute;top:0;width:30px;height:55px}
.menu-wrap .depth4_frame .bx-prev{left:-30px;background:url(/resource/templete/nl/common/img/common/left-arrow-white.png) center center no-repeat;background-size: 95% 100%;}
.menu-wrap .depth4_frame .bx-next{right:-30px;background:url(/resource/templete/nl/common/img/common/right-arrow-white.png) 0 0 no-repeat;}
.menu-wrap .bx-viewport>.depth4-menu__list{border:0}
.menu-wrap .bx-viewport>.depth4-menu__list .depth4-menu__item a{border-bottom:1px solid #dcdcdc}
/* depth5 */
.depth5-menu-wrap{margin-top:21px}
.depth5-menu__list{border-bottom:1px solid #c8d0d5;font-size:0}
.depth5-menu__item{display:inline-block;position:relative;margin:0 20px 8px 0}
.depth5-menu__item:first-child{margin-left:0}
.depth5-menu__item:first-child:before{display:none}
.depth5-menu__item:before{position:absolute;top:50%;left:-9px;width:1px;height:16px;margin-top:-10px;background:#e5e5e5;vertical-align:middle;content:''}
.depth5-menu__item a{display:block;position:relative;padding:0 6px;line-height:22px}
.depth5-menu__item a:after{position:absolute;left:0;bottom:0;width:100%;height:100%;border-bottom:2px solid #3f8fc8;transform:scaleX(0);-webkit-transform:scaleX(0);transition:transform 0.3s;-webkit-transition:transform 0.3s;content:''}
.depth5_menu_title{font-size:15px;color:#666;letter-spacing:-2px;}
.depth5-menu__item.is_selected .depth5_menu_title{font-weight:700;color:#3f8fc8}
.depth5-menu__item.is_selected a:after,
.depth5-menu__item a:hover:after,
.depth5-menu__item a:focus:after
{transform:scaleX(1);-webkit-transform:scaleX(1)}
.depth5-menu__list a:hover .depth5_menu_title,
.depth5-menu__list a:focus .depth5_menu_title
{color:#3f8fc8}

/* depth3~5 only mobile  */
.menu-wrap--mobile{display:none}

@media screen and (max-width:767px){
    .menu-wrap--mobile{display:block;position:relative;height:auto}
    .menu-wrap--mobile .depth3__menu-wrap{overflow:hidden;height:52px;padding:0 15px;font-size:0;background:#003964}
    .menu-wrap--mobile .btn-back{position:absolute;top:0;left:15px;height:52px;padding:18px 15px 0 0;box-sizing:border-box;-webkit-box-sizing:border-box}
    .menu-wrap--mobile .sp-back{width:9px;height:16px;background-position:-158px -29px}
    .menu-wrap--mobile .title{overflow:hidden;display:block;max-width:100%;height:100%;padding-left:20px;font-size:2rem;font-weight:500;color:#fff;text-align:center;line-height:5.2rem;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;-webkit-box-sizing:border-box}
    .menu-wrap--mobile .title:after{display:inline-block;height:100%;vertical-align:middle;content:''}
    /* depth4 */
    .menu-wrap--mobile .depth4-menu-wrap{margin:0;background:#fff;font-size:0;white-space:nowrap}
    .menu-wrap--mobile .depth4-menu__list{height:100%;border-bottom:1px solid #cdcdcd;box-sizing:border-box;-webkit-box-sizing:border-box}
    .menu-wrap--mobile .depth4-menu__item{display:inline-block;float:none;width:auto;height:4.4rem;margin-left:15px;box-sizing:border-box;-webkit-box-sizing:border-box}
    /* .menu-wrap--mobile .depth4-menu__item[aria-hidden="false"]:before{position:absolute;bottom:1px;left:0;width:100%;border-bottom:2px solid #3980b2;content:''} */
    .menu-wrap--mobile .depth4-menu__item[aria-hidden="false"]:before{display:none}
    .menu-wrap--mobile .depth4-menu__item[aria-hidden="false"] .depth4_menu_title{color:#494949}
    .menu-wrap--mobile .depth4-menu__item a{display:inline-block;position:static;width:auto;height:100%;padding:0 10px;border:0;background:0;text-align:left;table-layout:initial}
    .menu-wrap--mobile .depth4-menu__item a:after{display:inline-block;position:static;top:auto;right:auto;left:auto;bottom:auto;height:100%;border:0;vertical-align:middle;content:''}
    .menu-wrap--mobile .depth4-menu__item~.depth4-menu__item > a{border:0}
    .menu-wrap--mobile .depth4-menu__item:nth-child(5n+1)> a{border:0}
    .menu-wrap--mobile .depth4_menu_title{display:inline-block;width:auto;height:auto;font-size:1.9rem;font-weight:500}
    .menu-wrap--mobile .is_selected .depth4_menu_title{color:#494949}
    .depth4-menu__list a:hover,.depth4-menu__list a:focus{border:0;background:inherit}
    .depth4-menu__list a:hover .depth4_menu_title,.depth4-menu__list a:focus .depth4_menu_title{color:#494949}
    .menu-wrap--mobile .depth4-menu__item.is_selected{border-bottom:2px solid #3980b2}
    .menu-wrap--mobile .depth4-menu__item.is_selected .depth4_menu_title{color:#3980b2}
    /* depth5 */
    .menu-wrap--mobile .depth5-menu__list{overflow:hidden;white-space:nowrap}
    .menu-wrap--mobile .depth5-menu__item.is_selected{border:0}
    .menu-wrap--mobile .depth5-menu__item.is_selected .depth4_menu_title{color:#494949}
    .menu-wrap--mobile .depth5-menu-wrap{overflow:hidden;margin:0;background:#f5f5f5;white-space:nowrap}
    .menu-wrap--mobile .depth5-menu__item{width:auto;height:4.4rem;margin-right:0;margin-left:18px}
    .menu-wrap--mobile .depth5-menu__item:first-child{margin-left:15px}
    .menu-wrap--mobile .depth5-menu__item a{width:auto;height:100%;border:0;line-height:initial}
    .menu-wrap--mobile .depth5-menu__item a:after{display:inline-block;position:static;left:auto;bottom:auto;width:auto;transform:none;height:100%;vertical-align:middle;content:''}
    .menu-wrap--mobile .depth5-menu__item:before{display:none}
    .menu-wrap--mobile .depth5_menu_title{display:inline-block;width:auto;height:auto;font-size:1.8rem;font-weight:400;color:#000;vertical-align:middle}
    .menu-wrap--mobile .depth5-menu__item.is_selected a{border:0}
    .menu-wrap--mobile .depth5-menu__item.is_selected .depth5_menu_title,
    .menu-wrap--mobile .depth5-menu__list a:hover,
    .menu-wrap--mobile .depth5-menu__list a:hover .depth5_menu_title,
    .menu-wrap--mobile .depth5-menu__list a:focus{border:0;color:#000}
    /* .menu-wrap--mobile .depth5-menu__item[aria-hidden="false"] .depth5_menu_title{background:#5799c7;color:#fff} */
    .menu-wrap--mobile .depth5-menu__item.is_selected .depth5_menu_title{padding:0 5px;background:#5799c7;font-weight:500;color:#fff}
}

/* 자동완성 레이어 */
.autocomplete_layer{display:none;position:absolute;top:97%;left:0;z-index:20;width:100%;background:#fff;}
.is_expanded{display:block;}
.autocomplete_wrap{overflow:hidden;position:relative;border:1px solid #bec8d8;}
.autocomplete_wrap .result_list{padding:5px 0;text-align:left;}
.autocomplete_wrap .result_list li{overflow:hidden;font-size:20px;color:#797979;line-height:46px;vertical-align:top;}
.autocomplete_wrap .result_list li.auto_on{background-color:#f9fafc}
.autocomplete_wrap .result_list a{/* display:block; */overflow:hidden;width:100%;height:100%;padding:0 26px;box-sizing:border-box;-webkit-box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;}
.autocomplete_wrap .result_list a:hover{background-color:#f9fafc}
.autocomplete_wrap .result_list strong{font-weight:700;color:#4086b6}
.autocomplete_wrap .btn_wrap{margin:0;padding:0 17px;border:1px solid #dee2e9;border-width:1px 0 0;background:#f3f3f3;text-align:right;}
.autocomplete_wrap .autocomplete_close{height:46px;font-size:18px;color:#5b5b5b}
.search-btn-wrap .btn_arrow{display:inline-block;width:36px;padding:31px 0;box-sizing:border-box;-webkit-box-sizing:border-box;}
.search-btn-wrap .btn_arrow .arrow_fold{width:14px;height:7px;background: url(/resource/templete/ne/common/img/common/arrow_fold_bot.png) no-repeat;}
.search-btn-wrap .btn_arrow.is_fold .arrow_fold{background: url(/resource/templete/ne/common/img/common/arrow_fold_top.png) no-repeat;}
@media screen and (max-width:767px){
    .autocomplete_wrap .result_list li{font-size:1.4rem;line-height:25px}
    .autocomplete_wrap .result_list a{padding:0 10px}
    .autocomplete_wrap .btn_wrap{padding:0 10px}
    .autocomplete_wrap .autocomplete_close{height:25px;font-size:1.4rem}
    .search-btn-wrap .btn_arrow{display:none}
}

/* 새창 span */
.new_win {
    padding: 0 3px;
    margin: 0 0 0 2px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #666;
    font-size: 0.8em;
}
