@charset "utf-8";

/********************
HEADER
********************/
header{border-bottom: 1px solid rgba(255,255,255,0.3);z-index:11;width:100%;position:fixed;top:0;left:0;}
.main header{animation-name:head_text_1;animation-duration:2s;animation-fill-mode:forwards;opacity:0;top:-100px;}
@keyframes head_text_1{
  0%{}
  100%{opacity:1;top:0;}
}

.wrap-header{display:flex;align-items:center;justify-content: space-between;;transition: all ease .2s;}

.head-logo{padding-left:20px;margin-right:auto;display:flex;align-items:center;}
.head-logo a{display:flex;align-items:center;}
.head-logo img{max-width:40px;display:inline-block;margin-right:20px;}
.head-logo span{font-size:37px;color:#FFF;font-family: 'NH Medium';line-height:1;display:inline-block;}
.head-logo .logo_y{display:none;}

.head-m-top,
.btn-mgnb-close{display:none;}

.head-util{width: 500px;display:flex;align-items:center;justify-content:flex-end;transition: all ease .2s;}
.head-links{display:flex;align-items:center;display:none}
.head-links a{display:block;margin-left:20px;line-height:1;}
.head-links .b{display:none;}
.head-top{margin-right:25px;display: flex;align-items: center;}
.head-top #_globalUl{display:flex;align-items:center;}
.head-top #_globalUl li{padding:0 !important;background:none !important;float:unset !important;display:flex;align-items:center;}
.head-top #_globalUl li + li::before{margin:0 15px;width:1px;height: 12px;background: url(../../images/common/top-dot.png) no-repeat center;content:"";display:block;}
.head-top #_globalUl a{font-size: 16px;color:#FFF;font-family: 'Dream Light';line-height:1;display:block;}
.head-top #_globalUl .goToHome::before{display:none;}
.head-top #_globalUl .goToHome a{width:15px;height:15px;text-indent:-9999px;background:url(../../images/common/home_1_w.png) no-repeat center;}
.head-top #_globalUl .sign{}
.head-top #_globalUl .membership{}

.head-sitemap{width:100px;height:100px;}
.head-sitemap a{background: #1ead4c url(../../images/common/menu_w.png) no-repeat center;width:100%;height:100%;text-indent:-9999px;display:block;}
.btn-mgnb{display:none;}

.fix header{background:#FFF;border:1px solid #EEE;}
.fix .head-logo span{color:#28a444;}
.fix .head-logo .logo_w{display:none;}
.fix .head-logo .logo_y{display:block;}
.fix .head-top #_globalUl li::before{background:rgba(0,0,0,0.4);}
.fix .head-top #_globalUl a{color:#000;}
.fix .head-top #_globalUl .goToHome a{background:url(../../images/common/home_1_b.png) no-repeat center;}
.fix .head-sitemap{border-color:rgba(0,0,0,0.1);}
.fix .head-sitemap a{background:url(../../images/common/menu_b.png) no-repeat center;}

.wrap-header.animated .head-logo .logo_w{display:none;}
.wrap-header.animated .head-logo .logo_y{display:block;}
.wrap-header.animated{background:#fff;}
.wrap-header.animated .head-logo a span{color:#1ead4c;}
.wrap-header.animated .head-top #_globalUl a{color:#212121;}
.wrap-header.animated .head-links .w{display:none;}
.wrap-header.animated .head-links .b{display:block;}
.wrap-header.animated .head-top #_globalUl li::before{background:#999;}

/********************
MAIN NAVIGATION
********************/
@media all and (min-width:1024px){


  .menuUItop{}
  .menuUItop .div_1{}
  .menuUItop .ul_1{display:flex;justify-content:flex-end;}
  .menuUItop .li_1{position:relative;}
  .menuUItop .li_1:nth-last-child(2),
  .menuUItop .li_1:last-child{display:none;}
  .menuUItop .a_1{width:100%;height:100px;font-size: 23px;color:#FFF;line-height:1;font-family: 'Dream Regular';padding: 0 55px;display:flex;align-items:center;justify-content:center;position:relative;}

  .menuUItop .div_2{background:#005470;padding:25px;margin-top:-20px;width:100%;position:absolute;display:none;}
  .menuUItop .div_2.on{display:block;}
  .menuUItop .ul_2{}
  .menuUItop .li_2{}
  .menuUItop .a_2{font-size:17px;color:rgb(255,255,255,1);line-height:1;font-family:'Dream Regular';padding:3px 0;display:inline-block;}
  .menuUItop .a_2::after{width:0;height:2px;margin-top:5px;background:rgb(255,255,255,0.5);transition:0.5s;content:"";display:block;}

  .menuUItop .a_2:hover,
  .menuUItop .a_2._active{color:rgb(255,255,255,0.7);}
  .menuUItop .a_2:hover::after,
  .menuUItop .a_2._active::after{width:100%;}

  .wrap-header.animated .menuUItop .a_1{color:#212121;}

  .menuUItop .div_3{display:none;}
}


@media all and (min-width:1024px) and (max-width:1800px){
  .head-links a:nth-child(1){margin-left:0;}
  .menuUItop .a_1{font-size:20px;padding:0 55px;}
}

@media all and (min-width:1024px) and (max-width:1640px){
  header{padding-top: 45px;}
  .head-util{position:absolute;top:0;right:0;width:100%;padding: 0;}
  .wrap-header.animated .head-util{background:#fff;}
  .head-sitemap{width: 45px;height: 45px;}
  .head-sitemap a{background-size: 15px;/* background-color: rgba(0,0,0,0); */}
  .menuUItop .a_1{width:100%;height:75px;}
  .head-top{margin-top: 5px;}
}
@media all and (min-width:1024px) and (max-width:1440px){
  .head-logo img{max-width:30px;margin-right:10px;}
  .head-logo span{font-size:30px;}
  .menuUItop .a_1{font-size:20px;}
}
@media all and (max-width:1023px){
  .head-logo img{max-width:30px;margin-right:10px;}
  .head-logo span{font-size:30px;}
  .head-util{width:unset;}
  .head-top,
  .head-sitemap{display:none;}
  .btn-mgnb{display:block;text-indent:-9999px;width: 70px;height: 70px;background:url(../../images/common/menu_w.png) no-repeat center;cursor: pointer;}
  .wrap-header.animated .btn-mgnb{background:#1ead4c url(../../images/common/menu_w.png) no-repeat center;}
  .btn-mgnb button{display:block;text-indent:-9999px;width:100%;height:100%;}
  .head-navi{display:none;position:fixed;top:0;top:0;width:50%;height:100vh;background:#666;}
  .head-navi.on{display:block;}
  .head-navi::before{position:fixed;left:0;top:0;width:100%;height:100vh;background:rgb(0,0,0,0.7);content:"";display: none;}
  .head-m-top,
  #_globalNavi,
  .btn-mgnb{position:relative;}

  .wrap-top {display: none;}
  .wrap-header.on .logo_w{display:none;}
  .wrap-header.on .logo_y{display: inline-block;}
  .wrap-header .head-logo img{width:25px;}
  .wrap-header.on .head-logo span{color:#1ead4c;}
  .wrap-header .head-logo span{}
  .head-m-top {display: block; background: #023894;}
  .head-m-top .gnb-top-sns {float: right; padding-right: 20px; margin-top: 7px;}
  .btn-mgnb-close{display:block;}

  .wrap-header {position: absolute;padding: 0;width: 100%;height: auto;z-index: 1001;border-bottom: 1px solid rgba(255, 255, 255, 0.4);}
  .wrap-header.animated {/* background: #fff; *//* border-bottom: 1px solid #ddd; *//* transition: background 0.5s; */}
  .wrap-header .head-util {right: 20px;}
  .wrap-header .container > div .head-sitemap,
  .wrap-header .container > div .head-global,
  .wrap-header .container > div .head-uhs {display:none;}
  .wrap-header .container > div .btn-mgnb {float: left; display: block;}
  .wrap-header .btn-mgnb button {display: inline-block;text-indent: -9999px;width: 30px;height: 24px;background: url("../../images/common/m_menu.png") no-repeat center center;}
  .wrap-header.animated .btn-mgnb button {background: url("../../images/common/m_menu_on.png") no-repeat center center;}

  .wrap-header .btn-mgnb-close.on {display:block; position:absolute; right: 20px; top:25px;  width:19px; height:19px; background:url('../../images/common/ic-navi-close.png') no-repeat center center;}
  .wrap-header .btn-mgnb-close button {text-indent:-9999px; display:block; width:100%; height:100%;}
  .wrap-header .mobile-global.on {display:block; position:absolute; left:0px; top:40%;}
  .wrap-header .mobile-global a {display:block; text-align:left; font-size:14px; color:#a6acbd; padding:0 0 0 20px; margin:0 0 10px 0}

  .wrap-header .head-logo {margin-top: 0; z-index: 1000; width: auto;}
  .wrap-header .head-logo a {width: auto;height: auto;background: url("../../images/common/logo_m.png") no-repeat center;transition: background 0.5s;display: flex;}
  .wrap-header.animated .head-logo a, .wrap-header.on .head-logo a {background: url("../../images/common/logo_m_on.png") no-repeat center;}

  .wrap-header .head-navi {position:fixed;top:0px;right:-100%;z-index: 100;width:100%;height: 100%;padding: 0;padding-top: 70px;background: #fff;opacity: 0;transition: right 0.55s cubic-bezier(0.7, 0, 0.3, 1) , opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
  .wrap-header .head-navi.on {right: 0; opacity: 1;}
  .wrap-header .head-navi .menuUItop {position: relative;height: 100%;}
  .wrap-header .head-navi .menuUItop::before {content: ""; position: absolute; width: 34%; height: 100%; left: 0; top: 0; background: #133063;}
  .wrap-header .head-navi .logo-mobile {display: block; padding: 20px 0 0 20px; text-align: left;}
  .wrap-header .head-navi .div_1 {}
  .wrap-header .head-navi .li_1 {position: static;display: block;width: 100%;padding:0px;float: left;}
  .wrap-header .head-navi .a_1 {display: block;  line-height: 1.5; width: 34%; height: auto; padding: 12px 0 12px 15px; text-align: left; font-size: 18px; color: #fff; font-family:'Dream Regular',sans-serif;}
  .wrap-header .head-navi .a_1 span{position:relative;}
  .wrap-header .head-navi .a_1:after {display:none;}
  .wrap-header .head-navi .a_1:hover {color:#fff;}
  .wrap-header .head-navi .a_1.on span:after {display:none;}
  .wrap-header .head-navi .a_1.on span:before {display:none;}
  .wrap-header .head-navi .a_1.on {color:#ffc012;}
  .wrap-header .head-navi .ul_2 {border: 0; padding:0;}
  .wrap-header .head-navi .li_2 {display:block; border:0px; padding:0px;}
  .wrap-header .head-navi .li_2 .a_2:after {display:none;}
  .wrap-header .head-navi .a_2 {display: block;padding: 10px 15px 10px 20px;margin:0;font-size: 18px;color: #000000;font-family:'Dream Regular',sans-serif;transition: none;position: relative;}
  .wrap-header .head-navi .a_2.plus {position: relative; background:url('../../images/common/arrow_a2.png') no-repeat 94% center}
  .wrap-header .head-navi .a_2.plus.on {background:#709EED; color:#fff;}
  .wrap-header .head-navi .a_2[target=_blank] span:before {top:6px;}
  .wrap-header .head-navi .a_2:hover span:after {display: none;}
  .wrap-header .head-navi .div_2 {width:66% !important;right:0px;left: auto;transition-property:none;transform: none;min-width: auto;overflow: hidden;z-index: 100;text-align: left;/* transition: all .75s cubic-bezier(0.7, 0, 0.3, 1); */position: absolute;display: none;}
  .wrap-header .head-navi .div_2.on {top:0px;max-height: none;height:100%;background:#fff;transition-property: none;z-index: 101;display:block;padding-top: 10px;}
  .wrap-header .head-navi .div_2 .container {padding: 0px;}
  .wrap-header .head-navi .ul_3 {padding:5px 0; border-bottom: 1px solid #DDDDDD;}
  .wrap-header .head-navi .li_3 {position:relative; margin: 0px;}
  .wrap-header .head-navi .a_3 {color:#666666; display:block; padding:6px 0 6px 20px; font-size:13px; font-family:'Dream Regular',sans-serif;}
  .wrap-header .head-navi .a_3[target=_blank] {position:relative;}
  .wrap-header .head-navi .a_3[target=_blank]:before {content:''; position:absolute; left:110%; top:10px; width:10px; height:10px; background:url('../../images/common/ico_blank.png') no-repeat center center;}
  .wrap-header .head-navi .a_3:hover {color:#2462cb;}
  .wrap-header .head-navi .a_3._active {color:#2462cb;}
  .wrap-header .head-navi .div_3 {display:block; overflow:hidden; max-height:0px; transition:all 0.25s cubic-bezier(0.7, 0, 0.3, 1); background: #F5F5F5;}
  .wrap-header .head-navi .div_3.on {max-height: 500px; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
  .wrap-header .head-navi .title {display:none;}
  .wrap-header .head-navi .close {display:none}
  .wrap-header .head-util .btn-share {display:none;}
  .black-bg {display:none; position:fixed; width:100%; height:100%; left:0px; top:0px; background:rgba(0,0,0,0.6); z-index:998;}
  .black-bg.on {display:none;}

  #_globalNavi #_globalUl{padding:10px 30px;}
  #_globalNavi #_globalUl a{color:#fff;font-family:'Dream Regular';font-size: 15px;}
}

.wrap-sub-visual {position:relative; background:url('../../images/common/sub-visual1.jpg') no-repeat top center; background-size:cover !important; display:table; width:100%;}
.wrap-sub-visual.m1 {background:url('../../images/common/sub-visual1.jpg') no-repeat top center; }
.wrap-sub-visual.m2 {background:url('../../images/common/sub-visual2.jpg') no-repeat top center; }
.wrap-sub-visual.m3 {background:url('../../images/common/sub-visual3.jpg') no-repeat top center; }
.wrap-sub-visual.m4 {background:url('../../images/common/sub-visual4.jpg') no-repeat top center; }
.wrap-sub-visual.m5 {background:url('../../images/common/sub-visual5.jpg') no-repeat top center; }
.wrap-sub-visual.m6 {background:url('../../images/common/sub-visual6.jpg') no-repeat top center; }
.wrap-sub-visual.m7 {background:url('../../images/common/sub-visual7.jpg') no-repeat top center; }
.wrap-sub-visual.m8 {background:url('../../images/common/sub-visual8.jpg') no-repeat top center; }
.wrap-sub-visual.m9 {background:url('../../images/common/sub-visual9.jpg') no-repeat top center; }
.wrap-sub-visual.m10 {background:url('../../images/common/sub-visual10.jpg') no-repeat top center; }
.wrap-sub-visual:after {content:''; position:absolute; left:0px; top:0px; width:100%; height:100%; background:url('../../images/common/pattern.png');}
.wrap-sub-visual .wrap-sub-cell {display:table-cell;height: 350px;text-align: left;vertical-align: middle;color:#fff;}
.wrap-sub-visual .container {position:relative;z-index:1;max-width: 1440px;margin: 0 auto;}
.wrap-sub-visual .slogan {margin: 60px 0 0 0;}
.wrap-sub-visual .slogan-big {font-family: 'Noto Bold';position:relative;display:inline-block;font-size: 50px;line-height:1.2;vertical-align: middle;}
.wrap-sub-visual .slogan-small {position: relative;font-size: 18px;line-height: 26px;font-family: 'Noto Regular';display: inline-block;vertical-align: middle;padding-left: 60px;padding-top: 5px;}
.wrap-sub-visual .page-move {position:absolute; left:0px; top:30px; width:100%; height:0px;}
.wrap-sub-visual .page-move a {position:relative; display:block; width:70px; height:70px; border:1px solid rgba(255,255,255,0.5); border-radius:100%;}
.wrap-sub-visual .page-move a.prev {float:left; background:url('../../images/common/ico_prev_menu.png') no-repeat left center; transition:background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-visual .page-move a:hover.prev {background-position:right center; transition:background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrap-sub-visual .page-move a.next {float:right; background:url('../../images/common/ico_next_menu.png') no-repeat right center; transition:background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-visual .page-move a:hover.next {background-position:left center; transition:background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrap-sub-visual .page-move a span {position:absolute;}
.wrap-sub-visual .page-move a.prev span {position:absolute; left:90%; top:50%; opacity:0; margin:0 0 0 30px; white-space:nowrap; color:rgba(255,255,255,0.5); transform: translate(0,-50%); transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrap-sub-visual .page-move a:hover.prev span {opacity:1; left:100%; transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrap-sub-visual .page-move a.prev span:after {content:''; position:absolute; left:0px; bottom:-5px; width:0%; height:1px; background:rgba(255,255,255,0.5);  transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-visual .page-move a:hover.prev span:after {width:100%; transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrap-sub-visual .page-move a.next span {position:absolute; right:90%; top:50%; opacity:0; margin:0 30px 0 0; white-space:nowrap; color:rgba(255,255,255,0.5); transform: translate(0,-50%); transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrap-sub-visual .page-move a:hover.next span {opacity:1; right:100%; transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrap-sub-visual .page-move a.next span:after {content:''; position:absolute; right:0px; bottom:-5px; width:0%; height:1px; background:rgba(255,255,255,0.5);  transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-visual .page-move a:hover.next span:after {width:100%; transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }

@media all and (max-width:1440px) {
  .wrap-sub-visual .container{padding:0 25px;}
}

@media all and (max-width:1023px) {
  .wrap-sub-visual .wrap-sub-cell {height:330px;}
  .wrap-sub-visual .slogan-big{font-size:38px;}
  .wrap-sub-visual .slogan-small{padding-left:25px;font-size:17px;}
}

@media all and (max-width:768px) {
  .wrap-sub-visual .slogan {margin: 30px 0 0 0;}
  .wrap-sub-visual .wrap-sub-cell {height:210px;text-align: center;}
  .wrap-sub-visual .slogan-big {font-size: 26px;}
  .wrap-sub-visual .slogan-small {display: none;}
}

.wrap-sub-navi {position:relative;z-index: 9;max-width: 1440px;margin: -70px auto 0;}
.wrap-sub-navi .container {position:relative;max-width:1440px;margin: 0 auto;height: 70px;}
.wrap-sub-navi .sub-navi {width: calc(100% - 100px);}
.wrap-sub-navi .sub-navi > ul::after {content: ""; display: block; clear: both;}
.wrap-sub-navi .sub-navi > ul > li:nth-child(1){padding-left:0;}
.wrap-sub-navi .sub-navi > ul > li {position:relative; float:left; padding: 0 0 0 20px;}
.wrap-sub-navi .sub-navi > ul > li.on::after {content: ""; position: absolute; width: 1px; height: 9px; background: #B5B5B5; right: 0; top: 50%; margin-top: -4.5px;}
.wrap-sub-navi .sub-navi > ul > li > a, .wrap-sub-navi .sub-navi > ul > li > .inner > button {display:block;color: #fff;font-size: 20px;height: 70px;line-height: 70px;font-family: 'Noto Regular';}
.wrap-sub-navi .sub-navi > ul > li > .inner > button {min-width: 180px;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button {position: relative; width:100%; text-align:left; padding:0 40px 0 0 ; }
.wrap-sub-navi .sub-navi > ul > li > .inner > button span {display: block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button::after {content: "";position: absolute;width: 10px;height: 6px;background: url("../../images/common/sub-nav-arrow.png") no-repeat;right: 16px;top: 50%;margin-top: -3.5px;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button:hover {color:#ffe37c;}
.wrap-sub-navi .sub-navi .navUl {overflow:hidden;max-height:0px;opacity:0;position:absolute;left:0px;top:100%;width: 100%;min-width: 170px;margin:0px 0 0 0;}
.wrap-sub-navi .sub-navi .navUl.on {overflow:hidden;max-height:10000px;opacity:1;background:#fff;transition: max-height 1s cubic-bezier(0.7, 0, 0.3, 1);border: 1px solid #ddd;}
.wrap-sub-navi .sub-navi .navUl a {display:block; padding:10px 15px; color:#797979; word-break: keep-all; font-size: 16px;font-family:'Noto Light';}
.wrap-sub-navi .sub-navi .navUl a:hover {color:#008395;font-family:'Noto DemiLight';}

.wrap-sub-navi .sub-util {position:absolute; right:0px; top:0px;}
.wrap-sub-navi .sub-util > ul > li {float:left; position:relative;}
.wrap-sub-navi .sub-util > ul > li > button {width:65px;height: 70px;text-indent:-9999px;}
.wrap-sub-navi .sub-util .sub-favo { background: url('../../images/common/ico_favo.png') no-repeat center center; transition:background 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .sub-favo:hover, .wrap-sub-navi .sub-util .sub-favo.on {background: url('../../images/common/ico_favo_ov.png') no-repeat center center;}
.wrap-sub-navi .sub-util .sub-share { background: url('../../images/common/ico_sns.png') no-repeat center center; transition:background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .sub-share:hover.wrap-sub-navi .sub-util .box-sub-share {transition:background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .sub-print { background: url('../../images/common/ico_print.png') no-repeat center center; transition:background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .sub-print:hover {transition:background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}

.wrap-sub-navi .sub-util .box-sub-favo {opacity:0;overflow:hidden;max-height:0px;position:absolute;border: 1px solid #d2d2d2;right:-65px;top:100%;width:260px;background:#fff;transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);z-index: 5;}
.wrap-sub-navi .sub-util .box-sub-favo.on {opacity:1; max-height:1000px; transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .box-sub-favo  > strong {display:block;padding: 18px 20px;border-bottom: 1px solid #d2d2d2;font-size: 16px;font-family: 'Noto Regular';}
.wrap-sub-navi .sub-util .box-sub-favo ul li {position: relative; padding: 10px 40px 10px 20px;}
.wrap-sub-navi .sub-util .box-sub-favo ul li:hover a {color:#00307f;text-decoration:underline;}
.wrap-sub-navi .sub-util .box-sub-favo ul li a {display: inline-block;vertical-align: middle;font-size: 14px;color: #666;}
.wrap-sub-navi .sub-util .box-sub-favo ul li a span {display:none;}
.wrap-sub-navi .sub-util .box-sub-favo .close {position:absolute;right:0px;top:0px;width: 60px;height: 60px;background:url('../../images/common/btn_favo_close.png') no-repeat center center;text-indent:-9999px;}
.wrap-sub-navi .sub-util .box-sub-favo .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .box-sub-favo .del {width:17px;height:17px;background:url('../../images/common/btn-favo-del.png') no-repeat center center;text-indent:-9999px;display: inline-block;vertical-align: middle;margin-right: 5px;}
.wrap-sub-navi .sub-util .box-sub-favo .favo-content-box{background-color: #F0F0F0; text-align: center; padding: 10px 0;}
.wrap-sub-navi .sub-util .box-sub-favo .favo-content-box strong{display: block; font-size: 13px; line-height: 20px; padding: 0 10px; word-break: keep-all;}
.wrap-sub-navi .sub-util .box-sub-favo .favo-content-box .add{border-radius: 5px; color: white; display: inline-block; font-size: 12px; padding: 5px 35px 5px 15px; background: #0146b9 url("../../images/common/menu-more.png") no-repeat right 15px center; margin-top: 10px;}
.wrap-sub-navi .sub-util .box-sub-favo .list{border-bottom: 1px solid #cdcdcd;}
.wrap-sub-navi .sub-util .box-sub-favo .list ul {border-top: 1px solid #CDCDCD;padding: 15px 0;}
.wrap-sub-navi .sub-util .box-sub-favo .btns{display:flex;width:100%;}
.wrap-sub-navi .sub-util .box-sub-favo .btns button{font-size:14px;padding:15px 0;border:0;}
.wrap-sub-navi .sub-util .box-sub-favo .add{background:#1f303e;color:#fff;width:100%;}
.wrap-sub-navi .sub-util .box-sub-favo .reset{background:#4f5f6c;color:#fff;width:100%;}

.wrap-sub-navi .sub-util .box-sub-share {overflow: hidden;position: absolute;left: -9999px;top: 70px;width: 50px;max-height: 0px;padding: 5px;background: #fff;border: 1px solid #CECECE;transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);opacity: 0;z-index: 5;box-sizing: border-box;}
.wrap-sub-navi .sub-util .box-sub-share.on {left: 50%;margin-left: -25px;right: 0px;max-height: 1000px;transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);opacity: 1;}
.wrap-sub-navi .sub-util .box-sub-share strong {display: inline-block; margin-right: 10px; font-weight: 400; font-size: 14px; color: #2a2a2a;}
.wrap-sub-navi .sub-util .box-sub-share .close {width: 36px;height: 36px;background: url('../../images/common/btn_favo_close.png') no-repeat center center;transform: rotate( 0deg );text-indent: -9999px;}
.wrap-sub-navi .sub-util .box-sub-share .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .box-sub-share ul {}
.wrap-sub-navi .sub-util .box-sub-share ul li {/* display: inline-block; */text-align: center;}
.wrap-sub-navi .sub-util .box-sub-share ul button {display: inline-block;width: 35px;height: 35px;text-indent: -9999px;}
.wrap-sub-navi .sub-util .box-sub-share ul button.fb {background: url("../../images/common/ic_sns_facebook.png") no-repeat center;}
.wrap-sub-navi .sub-util .box-sub-share ul button.tw {background: url("../../images/common/ic_sns_twit.png") no-repeat center;}
.wrap-sub-navi .sub-util .box-sub-share ul button.kakao {background: url("../../images/common/ic_sns_kkostory.png") no-repeat center;}
.wrap-sub-navi .sub-util .box-sub-share ul button.blog {background: url("../../images/common/ic_sns_blog.png") no-repeat center;}
.wrap-sub-navi .sub-util .box-sub-share ul button.addr {width: auto;height: auto;font-family:'S-CoreDream-6Bold';text-indent: 0;color: #4b4b4b;}


@media all and (max-width: 1600px){
  .wrap-sub-navi .sub-util {right: -20px;}
}

@media all and (max-width: 1440px){
  .wrap-sub-navi .sub-util {right: 0px;}
}

@media all and (max-width: 1023px){
  .wrap-sub-navi .sub-navi .home {padding-right: 0;}
  .wrap-sub-navi .sub-navi .home::after {display: none;}
  .wrap-sub-navi .sub-navi .home a {font-size: 0;}
}

@media all and (max-width: 768px) {
  .wrap-sub-navi {margin: -40px auto 0;}
  .wrap-sub-navi:after{content:"";position:absolute;top:0;bottom: 0;left:0;right:0;background: rgba(0,0,0,0.2);}  
  .wrap-sub-navi .container {height: auto;padding:0 25px;z-index: 1;}
  .wrap-sub-navi .sub-navi {padding-right: 90px; width: auto;}
  .wrap-sub-navi .sub-navi .home {display: none;}
  .wrap-sub-navi .sub-navi > ul::after {content: ""; display: block; clear: both;}
  .wrap-sub-navi .sub-navi > ul > li {padding: 0; padding-left: 17px; width: auto;}
  .wrap-sub-navi .sub-navi > ul > li:nth-child(2) {background: url('../../images/common/sub-navi-home.png') no-repeat left center; background-size: auto 11px;}
  .wrap-sub-navi .sub-navi > ul > li > a, .wrap-sub-navi .sub-navi > ul > li > .inner > button {height: 40px; font-size: 13px; line-height: 20px; min-width: auto;}
  .wrap-sub-navi .sub-navi > ul > li > .inner {overflow: hidden;}
  .wrap-sub-navi .sub-navi > ul > li > .inner > button {padding: 0;padding-right: 20px;font-size: 16px;}
  .wrap-sub-navi .sub-navi > ul > li > .inner > button::after {right: 0;}
  .wrap-sub-navi .sub-navi > ul > li > .inner > button span {width: 100%; height: 40px; vertical-align: middle; overflow: hidden; line-height: 40px;}
  .wrap-sub-navi .sub-navi > ul > li.on::after {display: none;}
  .wrap-sub-navi .sub-navi .navUl {top: 100%; z-index: 10; width: 100%;  min-width: 90px;}
  .wrap-sub-navi .sub-navi .navUl a {font-size: 15px;color:#333}

  .wrap-sub-navi .sub-util {right: 10px;}
  .wrap-sub-navi .sub-util > ul > li::after {height: 15px; margin-top: -7.5px;}
  .wrap-sub-navi .sub-util > ul > li:last-child {display: none;}
  .wrap-sub-navi .sub-util > ul > li > button {width: 45px; height: 40px;}
  .wrap-sub-navi .sub-util .sub-share {background-size: auto 20px;}
  .wrap-sub-navi .sub-util .sub-favo, .wrap-sub-navi .sub-util .sub-favo:hover, .wrap-sub-navi .sub-util .sub-favo.on {background-size: auto 20px;}
  .wrap-sub-navi .sub-util .box-sub-favo {right: 0;}
  .wrap-sub-navi .sub-util .box-sub-share {top: 100%;margin-top: 0;}
}


.wrap-contents{padding:50px 0 100px;min-height:500px;}
.wrap-contents .container{max-width:1440px;margin:0 auto;}

/* Footer */
footer {background-color: #151515;margin: 0 auto;}
footer .inner {padding: 34px 0 48px;max-width:1600px;margin:0 auto;}
footer .bottom-menu {position: relative;margin: 3px 20px 70px;}
footer .bottom-menu::before {content: "";position: absolute;left: 0;bottom: -35px;width: 100%;height: 1px;opacity: 0.3;background-color: #fff;}
footer .bottom-menu ul::after {content: "";display: block;clear: both;}
footer .bottom-menu li {float: left;position: relative;}
footer .bottom-menu ul li::after {content: "";position: absolute;right: -20px;top: 50%;margin-top: -5.5px;width: 2px;height: 11px;background-image: url("../../images/main/footer-dot.png");background-repeat: no-repeat;background-size: contain;background-position: center;}
footer .bottom-menu ul li:last-child::after {display: none;}
footer .bottom-menu li {margin-right: 40px;}
footer .bottom-menu li a {display: block;letter-spacing: -0.03em;line-height: 1.5;color: #fff;transition: 0.2s;font-family: "Dream Regular";}
footer .bottom-menu li:nth-child(2) a{color:#1ead4c}
footer .bottom-menu li:hover a {color: #1ead4c;}
footer .footer-info {}
footer .footer-info .footer-logo{margin: 0 50px 0 9px;float: left;display: flex;align-items: center;}
footer .footer-info .footer-logo img{margin-right:10px;}
footer .footer-info .footer-logo span{font-size: 40px;color:#828282;font-family:'NH Medium';line-height: 38px;display:inline-block;/* line-height: .9; */}

footer .footer-info .address span {display: inline-block;margin-right: 20px;letter-spacing: -0.03em;line-height: 1.5;color: #fff;font-family: "Dream Regular";}
footer .footer-info .copy p {margin-top: 7px;color: #fff;opacity: 0.6;letter-spacing: -0.03em;line-height: 1.5;}


@media (max-width: 1024px) {
footer .footer-info .footer-logo{margin: 0 0 20px 0;float: unset;}
  }

@media (max-width: 768px) {
  footer .bottom-menu {text-align: center;}
  footer .bottom-menu ul {display: inline-block;}
  footer .bottom-menu li {margin-right: 30px;float: none;display: inline-block;margin-left: 0;margin-right: 0;padding-right: 10px;}
  footer .bottom-menu ul li::after {right: -16px;display: none;}
  footer .bottom-menu li a {font-size: 15px;}
  footer .bottom-menu li:nth-child(3) {margin-right: 0;}
  footer .bottom-menu li:nth-child(3)::after {display: none;}
  footer .bottom-menu li:nth-child(4) {clear: both;margin-left: 100px;}
  footer .bottom-menu li:last-child {margin-left: 30px;}
  footer .bottom-menu li:nth-last-child(-n + 2) {margin-right: 0;margin-top: 10px;margin-left: 0;}
  footer .footer-info{text-align: center;}
  footer .footer-info .footer-logo{justify-content: center;}
footer .footer-info .footer-logo img{width: 30px;}
footer .footer-info .footer-logo span{font-size: 30px;}
  footer .footer-info .address span {display: block;font-size: 15px;margin-right: 0;}
  footer .footer-info .copy p {font-size: 14px;}
}

.top-button{width:60px;height:60px;border-radius:100%;background:#084f51 url(../../images/common/goTop.png) no-repeat center;right:15px;bottom:0;opacity:0;transition:0.5s;position:fixed;display:block;text-indent:-9999px;z-index:9;}
.top-button.fix{bottom:100px;opacity:1;}
@media all and (min-width:1024px){
  .top-button:hover{box-shadow:3px 3px 5px rgba(0,0,0,0.2);}
}

