@charset "utf-8";

.inner {margin:0 auto; max-width:1720px;}


header{background-color: #005BAC; position: absolute; width:100%; z-index: 103; top:0;}
header > .inner {max-width:1720px; width:100%; margin:0 auto;}
/* Header Top */
header .top-head {background:#F5F5F5;}
header .top-head .inner{display: flex; justify-content: space-between;}
header .top-head .top-left a {display: inline-block; font-size: 14px; font-family: 'HG Regular'; color:#666; padding-right: 15px; margin-right: 15px; position: relative; height:35px; display: flex; align-items: center; justify-content: center;}
header .top-head .top-left a::after {content:''; width:1px; height:11px; background:rgba(0,0,0,0.2); position: absolute; right:0; top:50%; margin-top:-5px;}
header .top-head .top-left li:last-child a::after {display: none;}
header .top-left ul{display: flex;}
/* 로그인/아웃 */
header .top-right {display: flex; align-items: center; font-size: 0;}
header .top-right a {font-size: 14px; color:#666; font-family: 'HG Regular'; padding:5px 15px; height:35px; display: flex; align-items: center; justify-content: center;}
header .top-right button{font-size: 14px; color:#666; font-family: 'HG Regular'; padding:5px 15px 5px 0; height:35px; display: flex; align-items: center; justify-content: center;}n
header .top-right .sign {position: relative;}
header .top-right .sign::after {content:''; width:1px; height:11px; background:rgba(0,0,0,0.2); position: absolute; right:0; top:50%; margin-top:-5px;}

/* 언어선택 */
header .top-right .lang {position: relative; margin-left: 15px;}
header .top-right .lang button {position: relative;}
header .top-right .lang button::before {content:''; width:17px; height:18px; background:url('../../images/common/google-lang.png') no-repeat center; display: inline-block; margin-right: 10px; vertical-align: bottom; }
header .top-right .lang button::after {content:''; width:7px; height:5px; background:url('../../images/common/lang-arrw.png') no-repeat center; position:absolute; right:0; top:50%; margin-top:-3px; transition:transform .3s;}
header .top-right .lang.on button::after {transform:rotate(180deg)}

.header-language-list {position: absolute; width:100%; top:calc(100% - 10px); left:0; text-align: left; z-index: 111; max-height:0px; transition:max-height .3s; overflow:hidden;}
.header-language-list::before {content:''; width: 0; height: 0; border-top:5px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid rgba(0,0,0,0.6); position: absolute; right:50%; margin-right: -5px; top:0;}
.header-language-list ul {padding:10px 0; margin-top: 10px; position: relative;background:rgba(0,0,0,0.6); border-radius:10px;}
.header-language-list a {display: block; height:auto !important; padding:4px 15px !important; font-size: 12px !important; font-family: 'HG Regular' !important; text-align: center;}
.header-language-list a span {color:#fff !important; background: linear-gradient(to bottom, transparent 95%, #FFC600 0) left center no-repeat; background-size:0; transition: .5s; transition-property: background-size, color;}
.header-language-list a:hover span{background-size:100% auto; color:#FFC600 !important; }
.header-language-list.on {max-height:100px;}
/* Head */
.head .inner {display: flex; align-items: center;}
/* Header Logo */
header .logo-wrap {display: flex; align-items: center;}
header .logo-wrap a {margin-right: 10px; display: inline-block; position: relative;}
/* header .logo-wrap a::after{content:''; width:1px; height:25px; background:rgba(255,255,255,0.2); position: absolute; right:0; top:24px;} */
header .logo-wrap span {display: inline-block; font-size: 18px; font-family: 'HG Medium'; color:#fff; margin-top: 12px;}
header .logo.color {display: none;}
/* Header Gnb */
.head .navi {flex:1; text-align:right;}
.head .li_1 {display: inline-block;}
.head .li_1:last-child {display: none;}
.head .a_1 {font-family: 'HG Regular'; font-size: 22px; color:#fff; padding:0px 37px; display: inline-block;}
.head .a_1 span {padding: 34px 0; display: inline-block; position: relative;}
.head .a_1:hover span {color:#042E6F;}
.head .a_1 span::after {content:''; width:0%; height:4px; background:#042E6F; position: absolute; bottom:0; left:0; transition: .5s;}
.head .a_1:hover span::after {width:100%;}
.head .div_2 {overflow: hidden; position: absolute; left: 50%; top: 100%; z-index: 110; width: 100%; max-height: 900px; min-height: 305px; background: #fff; text-align: left; opacity: 0; visibility: hidden; transition: opacity 0s, visibility 0s; transform: translate(-50%, 0);}
.head .div_2.on {opacity: 1; border-top: 1px solid #CCCCCC; visibility: visible; transition: opacity 0.5s, visibility 0.5s;}
.head .div_2::after {content: ""; position: absolute; left: 50%; top: 0px; z-index: -1; width: 490px; height: 100%; margin-left: -50.4%; background:#005BAC url('../../images/common/gnb-obj.png') no-repeat right 40px bottom 40px;}
.head .div_2 .inner {display: flex; justify-content: space-between; align-items: flex-start; max-width: 1720px;}
.head .div_2 .title {flex-shrink: 0; width: 380px;}
.head .div_2 .title strong {position: relative; display: inline-block; font-family: 'HG Medium'; margin-top: 10px; font-size: 30px; color: #fff;}
.head .div_2 .title p {font-family: 'HG Regular'; font-size: 20px; color: rgba(255,255,255,0.6); margin-top: 35px;}
.head .div_2 .ul_2 {overflow: hidden; position: relative; flex-grow: 1; display: flex; flex-wrap: wrap; margin: 0 auto; padding-bottom: 40px; padding-top: 20px; padding-left: 40px; margin:0 -15px;}
.head .div_2 .li_2 {position: relative; display: inline-block; width: 25%; margin-top: 20px; padding: 0 15px; vertical-align: top;}
.head .div_2 .a_2 {position: relative; display: flex; align-items: center; min-height: 50px; padding: 0 45px 0 30px; border: 1px solid #ccc; border-radius: 10px; font-family: "HG Regular"; font-size: 17px; text-align: left; line-height: 1; color: #333333; transition: all 0.3s; overflow:hidden;}
.head .div_2 .a_2::before {content:''; width:10px; height:100%; background:#ccc; position: absolute; left:0; top:0;}
.head .div_2 .a_2:hover::before {background:#042E6F;}
.head .div_2 .a_2.plus {position: relative;}
/* .head .div_2 .a_2.plus::after {content: ''; position: absolute; right: 20px; top: 20px; width: 11px; height: 7px; background: url('../../images/common/arr-a2.png') no-repeat center top / cover;} */
.head .div_2 .a_2.plus:hover::after {background-position: center bottom;}
.head .div_2 .a_2[target=_blank]::after {content: ''; position: absolute; right: 30px; top: 17px; width: 15px; height: 15px; background: url('../../images/common/ic-a2-blank.png') no-repeat center top; }
.head .div_2 .a_2[target=_blank]:hover::after {background-position: center bottom;}
.head .div_2 .a_2._active,
.head .div_2 .a_2.line,
.head .div_2 .li_2:hover .a_2 {color: #042E6F; font-family: 'HG Medium';}
.head .div_2 .li_2:hover .a_2::before {background:#042E6F;}

.head .div_3 {padding:0 30px; position: relative; margin-top: 10px;}
.head .div_3 .a_3 {padding:6px 0 6px 22px; position: relative; font-size: 15px; color:#888; font-family: 'HG Regular'; display: inline-block;}
.head .div_3 .a_3:hover {color:#00B6AD; font-family: 'HG Medium';}

.head .div_3 .a_3::before {content:''; width:12px; height:5px; background:url('../../images/common/a-3-arrw.png') no-repeat center; position: absolute; top:14px; left:0;} 
.head .div_3 .a_3[target=_blank]::after {content: ''; display: inline-block; width: 13px; height: 13px; background: url('../../images/common/ic-a3-blank.png') no-repeat center top; margin-left: 10px; vertical-align: middle;}

/* Header Util */
.head .util {display: flex; align-items: center; margin-left: 20px;}
.head .util > ul {display: flex;}
.head .util button,
.head .util a {width:30px; height:45px; text-indent: -9999px; display: inline-block;}
.head .util .popup {background:url('../../images/common/popup.png') no-repeat center; position: relative;}
.head .util .total {width:15px; height:15px; background:#E63946; border-radius:50%; position: absolute; right:0px; top:8px; font-size: 9px; color:#fff; font-family: 'Gmarket Medium'; text-indent: 0; display: flex; align-items: center; justify-content: center;}
.head .util .sitemap {background:url('../../images/common/menu.png') no-repeat center; margin-left: 28px;}

/* Header hover */
@media screen and (min-width:1200px) {
    header:hover {background:#fff;}
    header:hover .top-right a,
    header:hover .top-right button {color:#666;}
    header:hover .logo-wrap span {color:#666;}
    header:hover .logo-wrap a::after {background:#ccc;}
    header:hover .logo.white {display: none;}
    header:hover .logo.color {display: block;}
    header:hover .head .a_1 {color:#222;}
    header:hover .head .div_2 {border-top:1px solid rgba(0,0,0,0.2)}
    header:hover .head .util .popup {background:url('../../images/common/popup-on.png') no-repeat center}
    header:hover .head .util .sitemap {background:url('../../images/common/menu-on.png') no-repeat center}
    header:hover .top-right .sign::after {background:rgba(0,0,0,0.2);}
}

.head .mobile-navi {display: none;}
.btn-gnb-close {display: none;}
.btn-gnb-open {display: none !important;} 
@media screen and (max-width:1920px) {
    .head .div_2 .title {width:420px;}
}
@media screen and (max-width:1800px) {
    .head .inner {padding:0 20px;}
    
    /* gnb */
    .head .a_1 {padding: 0 20px;}

    .head .div_2 .title {display: none;}
    .head .div_2::after {display: none;}
    .head .div_2 .ul_2 {padding-left: 0; margin:0;}

}
@media screen and (max-width:1500px) {
    header .logo-wrap a {padding-right: 10px;margin-right: 10px;}
    header .logo-wrap a::after {display: none;}
    header .logo-wrap span {font-size: 16px; align-self: center;}

    .head .a_1 {font-size: 17px; padding: 0 15px;}
}
@media screen and (max-width:1200px) {
    header {position: fixed;}
    header .top-head {display: none;}
    .head .inner {justify-content: space-between; height:70px; padding:0 40px;}
    header .logo-wrap a {padding-right: 0; margin-right: 10px;}
    header .logo-wrap span {font-size: 18px;}

    /* header.scrolled {background:#fff;}
    header.scrolled .logo-wrap span {color:#666;}
    header.scrolled .logo.white {display: none;}
    header.scrolled .logo.color {display: block;}
    header.scrolled .head .util .popup {background:url('../../images/common/popup-on.png') no-repeat center}
    header.scrolled .head .util .sitemap {background:url('../../images/common/menu-on.png') no-repeat center} */


    .head .mobile-navi {display: block;}

    .head .mobile-navi .top {background: #fff; height:70px; display: flex; align-items: center; padding:0 30px;}
    .head .mobile-navi .logo a {display: flex; align-items: center;}
    .head .mobile-navi .top span {color:#042E6F; display: inline-block; font-family: 'HG Medium'; font-size: 15px; margin-top: 10px; margin-left: 8px;}
    .head .mobile-navi .m-util {display: flex; background:#042E6F; font-size: 0; padding:0 15px;}
    .head .m-util a,
    .head .m-util button {color:#fff; font-family: 'HG Regular'; font-size: 13px;line-height: 40px; padding:0 20px; display: inline-block;}
    /* 언어선택 */
    .head .m-util .lang {margin-left: 20px;}
    .head .m-util .lang button {position: relative; padding-left: 0;}
    .head .m-util .lang a {line-height: unset; width:100%;}
    .head .m-util .lang button::before {content:''; width:17px; height:18px; background:url('../../images/common/google-lang.png') no-repeat center; display: inline-block; margin-right: 10px; vertical-align: middle; }
    .head .m-util .lang button::after {content:''; width:7px; height:5px; background:url('../../images/common/lang-arrw-w.png') no-repeat center; position:absolute; right:0; top:50%; margin-top:-3px; transition: transform .3s;}
    .head .m-util .lang.on button::after {transform:rotate(180deg)}
    .head .m-util > div {position: relative;}
    .head .m-util > div::after {content:''; width:1px; height:11px; background:rgba(255,255,255,0.3); position: absolute; top:50%; margin-top:-5px; right:0;}
    .head .m-util > div:last-child::after {display: none;}

    .head .menuUItop {height:100%;}
    .head .navi {position: fixed; right:-100%; top:0px; z-index: 1; width:100%; max-width:50%; height:100%; padding:0; background:#313133; opacity:1; transition: all .55s cubic-bezier(0.7,0,0.3,1); text-align:left;}
    .head.on .navi {right:0%;}
    .head .div_1 {height: 100%;}
    .head .div_1 .ul_1 {padding-top: 12px; position: relative; height:100%;}
    .head .li_1 {width:100%; display: block;}
    .head .a_1 {width:39%; font-size: 16px; padding:0 0 0 30px; font-family: 'HG Medium';}
    .head .a_1 span{color:#9E9E9E; padding:10px 0;}
    .head .a_1.on span,
  	.head .a_1._active span,
    .head .a_1:hover span{color:#fff;}
    .head .a_1 span::after {display: none;}

    header.scrolled .head .div_2,
    header:hover .head .div_2,
    .head .div_2.on {border-top:0; background: #fff;}
    .head .div_2 {left:unset; top:0; right:0; max-width:calc(100% - 39%); transform: unset; border-top:0; height:100%;}
    .head .div_2 .inner {padding:0;}
    .head .div_2 .ul_2 {padding:0; }
    .head .div_2 .li_2 {width:100%; padding:0; margin-top: 0; border-bottom:1px solid #ddd;}
    .head .div_2 .a_2 {border:0; border-radius:0; min-height:unset; color:#000; font-size: 14px; font-family: 'HG Medium'; padding:16px 25px; background: #fff;}
    .head .div_2 .a_2.plus::after {content:''; width:14px; height:8px; background:url('../../images/common/a-2-arrw.png') no-repeat center; position: absolute; right:20px; top:50%; margin-top:-4px;}
    .head .div_2 .a_2.plus:hover::after,
    .head .div_2 .a_2.on::after {background:url('../../images/common/a-2-arrw-w.png') no-repeat center;}
    .head .div_2 .li_2:hover .a_2 {color:#fff; background:#0067B3;}
    .head .div_2 .a_2.on {background:#0067B3; color:#fff;}
    .head .div_2 .a_2::before {display: none;}
    .head .div_2 .a_2[target=_blank]::after {right:20px;}
    .head .div_2 .a_2:hover[target=_blank]::after {display: block; background:url('../../images/common/ic-a2-blank-w.png') no-repeat center; transition:.3s;}

    .head .div_3 {margin-top: 0; padding: 0; background:#F5F5F5; max-height:0px; overflow:hidden; transition:.55s;}
    .head .div_3 .ul_3 {padding:10px 0;}
    .head .div_3.on {max-height:500px;}
    .head .div_3 .a_3 {padding:0; font-size: 13px; padding:3px 25px;}
    .head .div_3 .a_3:hover,
    .head .div_3 .a_3.on {color:#0067B3; font-family: 'HG Regular';}
    .head .div_3 .a_3::before {display: none;}

    .head .util .sitemap a {display: none;}
    .btn-gnb-open {display: block !important;}
    .btn-gnb-close {display: block; width:80px; height:70px; background:url('../../images/common/mobile-navi-close.png') no-repeat center; display: inline-block; text-indent: -9999px; position: absolute; right:0; top:0;}

    .black-bg.on {overflow:visible; width:100%; height:100%; background:rgba(0,0,0,0.5); position: fixed; top:0; left:0; z-index: 0;}
}
@media screen and (max-width:950px) {
    .head .navi {max-width:80%;}
}
@media screen and (max-width:768px) {
    .head .inner {padding:0 20px;}
    .head .navi {max-width:100%;}
    .head .util .sitemap {margin-left: 10px;}
}

/* sub visual */
.wrap-sub-visual{position: relative; display: table; width: 100%; background: url(../../images/sub/sub_visual.jpg) no-repeat center center / cover; height: 600px; z-index: 3;}
.wrap-sub-visual .wrap-sub-cell{display: table-cell; vertical-align: middle; text-align: center; position: relative;}
.wrap-sub-visual .wrap-sub-cell > .container{max-width: 1630px; padding: 0 30px; width: 100%; margin: 0 auto; position: relative;}
.wrap-sub-visual .wrap-sub-cell .slogan{margin-top: 24px;}
.wrap-sub-visual .wrap-sub-cell .slogan-big{font-family: "SBA Medium"; font-size: 50px; color: white; display: block; text-shadow: 3px 0 7px rgba(0,0,0,.35);}
.wrap-sub-visual .wrap-sub-cell .slogan p{font-size: 16px; line-height: 25px; letter-spacing: .025em; color: white; margin-top: 5px;}
.wrap-sub-visual .page-move{position: absolute; left: 0; top: 50%; margin-top: -35px; width: 100%; height: 0;}
.wrap-sub-visual .page-move a{position: relative; display: block; width: 50px; height: 50px; border: 2px solid white; border-radius: 50%; opacity: .5;}
.wrap-sub-visual .page-move a span{font-size: 0;}
.wrap-sub-visual .page-move a.prev{float: left; }
.wrap-sub-visual .page-move a.prev::after{content:""; display: block; position: absolute; left: 18px; top: 50%; margin-top: -4px; width: 12px; height: 9px; background: url(../../images/sub/page_move_prev.png) no-repeat left center; transition: width .3s;}
.wrap-sub-visual .page-move a.next{float: right}
.wrap-sub-visual .page-move a.next::after{content:""; display: block; position: absolute; right: 18px; top: 50%; margin-top: -4px; width: 12px; height: 9px; background: url(../../images/sub/page_move_next.png) no-repeat right center; transition: width .3s;}
.wrap-sub-navi{position: absolute; left: 0; bottom: -1px; width: 100%;}
.wrap-sub-navi .container{max-width: 1600px; margin: 0 auto; width: 100%; background-color: white; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 33px;}
.wrap-sub-navi .sub-navi{position: relative; flex-grow: 1;}
.wrap-sub-navi .sub-navi > ul{display: flex; flex-wrap: wrap;}
.wrap-sub-navi .sub-navi > ul > li{position: relative; min-width: 250px; display: none; }
.wrap-sub-navi .sub-navi > ul > li.on{display: block;}
.wrap-sub-navi .sub-navi > ul > li.home{width: 88px; display: block;  position: relative; min-width:auto;}
.wrap-sub-navi .sub-navi > ul > li.home::after{content:""; display: block; position: absolute; width: 40px; height: 1px; background-color: #b2b2b2; right: 0; top: 50%; margin-top: -.5px;}
.wrap-sub-navi .sub-navi > ul > li.home a{height: 80px; background: url(../../images/sub/sub_home.png) no-repeat left center; display: block; text-indent: -9999px;display: block;}
.wrap-sub-navi .sub-navi > ul > li > .inner{position: relative; height: 100%;}
.wrap-sub-navi .sub-navi > ul > li > .inner::after{content:""; display: block; position: absolute; right: 0; top: 50%; margin-top: -5px; width: 1px; height: 10px; background-color: #b2b2b2;}
.wrap-sub-navi .sub-navi > ul > li > .inner.last::after{display: none;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button{text-align: left; font-size: 17px; color: #515151; font-family: "SBA Light"; transition: color .3s; padding: 0 60px 0 28px; width: 100%; background-repeat: no-repeat; background-position: right 31px center; background-image: url(../../images/sub/select_arrow_black.png); position: relative; height: 100%;}
.wrap-sub-navi .sub-navi > ul > li > .inner.last > button{color: #1174ff;}
.wrap-sub-navi .sub-navi .navUl{position: absolute; width: 100%; top: 100%; left: 0; overflow: hidden; max-height: 0; overflow-y: auto; z-index:2;}
.wrap-sub-navi .sub-navi .navUl.on{max-height: 261px; box-shadow: 0 0 15px rgba(0,0,0,.1); background-color: white;}
.wrap-sub-navi .sub-navi .navUl > a{color: #333333; font-size: 15px; line-height: 30px; font-family: "SBA Light"; width: 100%; display: block; padding: 12px 30px 8px; position: relative; transition: all .2s; text-align: left; background-repeat: no-repeat; background-position: right 25px center;}
.wrap-sub-navi .sub-util{position: relative;}
.wrap-sub-navi .sub-util > ul{display: flex;}
.wrap-sub-navi .sub-util > ul > li{position: relative;}
.wrap-sub-navi .sub-util > ul > li::before{content:""; display: block; position: absolute; right: 0; top: 50%; width: 1px; height: 10px; margin-top: -5px; background-color: #b2b2b2;}
.wrap-sub-navi .sub-util > ul > li:last-child::before{display: none;}
.wrap-sub-navi .sub-util > ul > li > button{width: 75px; height: 80px; text-indent: -9999px;}
.wrap-sub-navi .sub-util .box-sub-favo{opacity: 0; overflow: hidden; position: absolute; border: 1px solid #cacaca; right: -105px; top: 100%; width: 260px; background-color: #fff; transition: all .5s; max-height: 0; visibility: hidden;}
.wrap-sub-navi .sub-util .box-sub-favo.on{opacity: 1; max-height: 1000px; visibility: visible;}
.wrap-sub-navi .sub-util .box-sub-favo .title{border-bottom: 1px solid #cacaca;}
.wrap-sub-navi .sub-util .box-sub-favo > strong{display: block; font-family: "SBA Light"; color: #2a2a2a; font-size: 14px; padding: 16px 20px 12px; text-align: left;}
.wrap-sub-navi .sub-util .box-sub-favo .close{text-indent: -9999px; position: absolute; right: 0; top: 0; width: 50px; height: 50px; background: url(../../images/sub/share_exit.png) no-repeat center center;}
.wrap-sub-navi .sub-util .box-sub-favo .faviriteTitle-box{background-color: #f0f0f0; padding: 17px 0 20px}
.wrap-sub-navi .sub-util .box-sub-favo .favoriteTitle{line-height: 1;}
.wrap-sub-navi .sub-util .box-sub-favo .favoriteTitle strong{font-size: 14px; line-height: 20px; font-family: "SBA Light"; color: #464444; letter-spacing: .01em;}
.wrap-sub-navi .sub-util .box-sub-favo .add{background: #1174ff url(../../images/sub/share_more.png) no-repeat right 15px center; border-radius: 5px; color: white; font-size: 12px; font-family: "SBA Light"; padding: 8.5px 39px 6.5px 17px; margin-top: 7px;}
.wrap-sub-navi .sub-util .box-sub-favo #favoriteList li{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 5.5px 19px 7.5px 21px;}
.wrap-sub-navi .sub-util .box-sub-favo #favoriteList li a{display: block;}
.wrap-sub-navi .sub-util .box-sub-favo #favoriteList li a span{display: none;}
.wrap-sub-navi .sub-util .box-sub-favo #favoriteList li a strong{font-size: 14px; color: #333333; font-family: "SBA Light";}
.wrap-sub-navi .sub-util .box-sub-favo #favoriteList li .del{width: 13px; height: 13px; text-indent: -9999px; background: url(../../images/sub/share_delete.png) no-repeat left top; margin-top: 6.5px;}
.wrap-sub-navi .sub-util .box-sub-favo .control{padding: 20px 0 19px; border-top: 1px solid #cacaca;}
.wrap-sub-navi .sub-util .box-sub-favo .control .reset{border-radius: 5px; border: 1px solid #50555d; font-size: 12px; font-family: "SBA Light"; padding: 7px 22px 5px; display: inline-block;}
.wrap-sub-navi .sub-util .box-sub-share{opacity: 0; position: absolute; right: 0; top: 100%; transition: all .5s; background-color: white; padding: 10px 0 0; border: 1px solid #cacaca; width: 60px; max-height: 0; visibility: hidden;}
.wrap-sub-navi .sub-util .box-sub-share.on{opacity: 1; max-height: 1000px; visibility: visible;}
.wrap-sub-navi .sub-util .box-sub-share li{margin-bottom: 7px;}
.wrap-sub-navi .sub-util .box-sub-share li:last-child{margin-bottom: 0;}
.wrap-sub-navi .sub-util .box-sub-share ul button{position: relative; display: block; width: 37px; height: 37px; border-radius: 50%; text-indent: -9999px; margin: 0 auto;}
.wrap-sub-navi .sub-util .box-sub-share ul button.fb{background: url(../../images/sub/fb_logo.png) no-repeat center center / cover;}
.wrap-sub-navi .sub-util .box-sub-share ul button.tw{background: url(../../images/sub/tw_logo.png) no-repeat center center / cover;}
.wrap-sub-navi .sub-util .box-sub-share ul button.insta{background: url(../../images/sub/insta_logo.png) no-repeat center center / cover;}
.wrap-sub-navi .sub-util .box-sub-share ul button.blog{background: url(../../images/sub/blog_logo.png) no-repeat center center / cover;}
.wrap-sub-navi .sub-util .box-sub-share ul button.addr{background: url(../../images/sub/url_logo.png) no-repeat center center / cover;}
.wrap-sub-navi .sub-util .box-sub-share > .close{background: #2c2d2f url(../../images/sub/share_exit_white.png) no-repeat center center; text-indent: -9999px; display: block; width: calc(100% + 2px); position: relative; left: -1px; bottom: -1px; padding: 13px 0; margin-top: 8px;}
.wrap-sub-navi .sub-util .sub-print{background: url(../../images/sub/sub_print.png) no-repeat 50% 50%;}
.wrap-sub-navi .sub-util .sub-favo{background: url(../../images/sub/sub_favo.png) no-repeat 50% 50%;}
.wrap-sub-navi .sub-util .sub-share{background: url(../../images/sub/sub_share.png) no-repeat 50% 50%;}

/* hover */
.wrap-sub-visual .page-move a:hover{opacity: 1;}
.wrap-sub-visual .page-move a.prev:hover::after,
.wrap-sub-visual .page-move a.next:hover::after{width: 47px;}
.wrap-sub-navi .sub-navi .navUl > a:hover,
.wrap-sub-navi .sub-navi .navUl > a._active{color: white; background-color: #1174ff; background-image: url(../../images/sub/sub_navi_arrow.png); background-position: right 20px center;}

.sub .wrap_contents {padding-top: 51px}
.sub .wrap_contents .wrap-page-title {text-align: center;margin-bottom: 55px;}
.sub .wrap_contents .wrap-page-title h1 {text-align: center;display: inline-block;font-size: 40px;color: #000000;font-family: "SBA Medium";background: url(../../images/sub/title_logo.png) no-repeat top center;padding-top: 16px;}
.sub .wrap_contents > .container {max-width: 1560px;margin: 0 auto;padding: 0 30px;}
@media screen and (max-width: 1200px) {
    .sub .wrap_contents {padding-top: 50px;}
    .sub .wrap_contents .wrap-page-title {margin-bottom: 50px;}
    .sub .wrap_contents .wrap-page-title h1 {font-size: 36px;}
}

@media screen and (max-width: 768px) {
    .sub .wrap_contents {padding-top: 30px;}
    .sub .wrap_contents .wrap-page-title {margin-bottom: 30px;}
    .sub .wrap_contents .wrap-page-title h1 {font-size: 32px;padding-top: 30px;}
    .sub .wrap_contents > .container {padding: 0 20px;}
}
@media screen and (max-width: 1660px) {
    .wrap-sub-visual .page-move{left: 20px; width: calc(100% - 40px);}
}
@media screen and (max-width: 1200px) {
    .wrap-sub-navi .container{margin: 0 40px; width: calc(100% - 80px); padding-right: 0;}
    .wrap-sub-visual{height: 400px;}
    .wrap-sub-visual .page-move{margin-top: -24px;}
    .wrap-sub-visual .wrap-sub-cell .slogan{margin-top: 0;}
    .wrap-sub-visual .wrap-sub-cell .slogan-big{font-size: 50px;}
    .wrap-sub-visual .wrap-sub-cell .slogan p{font-size: 16px; line-height: 25px;}
    .wrap-sub-navi .sub-navi > ul{flex-wrap: nowrap;}
    .wrap-sub-navi .sub-navi > ul > li{max-width: 201px; min-width:auto;}
    .wrap-sub-navi .sub-navi > ul > li.home{width: 68px;}
    .wrap-sub-navi .sub-navi > ul > li.home a{height: 60px;}
    .wrap-sub-navi .sub-navi > ul > li.home::after{width: 20px;}
    .wrap-sub-navi .sub-navi > ul > li > .inner > button{font-size: 17px; background-position: right 20px center; padding: 0 60px 0 20px;}
    .wrap-sub-navi .sub-util > ul > li:first-child,
    .wrap-sub-navi .sub-util > ul > li:nth-child(2){display: none;}
    .wrap-sub-navi .sub-util > ul > li > button{width: 60px; height: 60px;}
    .wrap-sub-navi .sub-util .sub-share{background-position: left 7px center;}
    .wrap-sub-navi .sub-navi .navUl > a{font-size: 14px; line-height: 25px; padding: 10px 20px 8px; background-position: right 20px center;}
    .wrap-sub-navi .sub-navi .navUl > a:hover,
    .wrap-sub-navi .sub-navi .navUl > a._active{background-position: right 25px center;}
}

@media screen and (max-width: 768px) {
	 .wrap-sub-navi {bottom:-1px;}
    .wrap-sub-navi .container{width: calc(100% - 40px); margin: 0 20px; padding: 0 0 0 14px;}
    .wrap-sub-visual{height: 390px;}
    .wrap-sub-visual .wrap-sub-cell > .container{padding: 0 20px;}
    .wrap-sub-visual .slogan{margin-top: 70px;}
    .wrap-sub-visual .wrap-sub-cell .slogan-big{font-size: 34px;}
    .wrap-sub-visual .wrap-sub-cell .slogan p{font-size: 15px; line-height: 23px; padding: 0 100px;}
    .wrap-sub-visual .page-move{margin-top: -18px;}
    .wrap-sub-navi .sub-navi > ul{align-items: center;}
    .wrap-sub-navi .sub-navi > ul > li.home{height: 50px; width: 19px;}
    .wrap-sub-navi .sub-navi > ul > li.home::after{display: none;}
    .wrap-sub-navi .sub-navi > ul > li.home a{height: 47px; background-position: center center; width: 19px; background-size: 19px;}
    .wrap-sub-navi .sub-navi > ul > li{width: auto; flex-shrink: 0; height: 50px;}
    .wrap-sub-navi .sub-util > ul > li:nth-child(2){display: none;}
    .wrap-sub-navi .sub-util > ul > li > button{height: 50px; width: 32px;}
    .wrap-sub-navi .sub-navi > ul > li > .inner > button{padding: 0 16px 0 15px; background: none; font-size: 14px;}
    .wrap-sub-navi .sub-util .sub-share{background-size: 17px; background-position: left center;}
    .wrap-sub-navi .sub-navi .navUl{width: 200px;}
    .wrap-sub-navi .sub-navi .navUl > a{padding: 5px 10px 3px; background-position: right 10px center;}
    .wrap-sub-navi .sub-navi .navUl > a:hover,
    .wrap-sub-navi .sub-navi .navUl > a._active{background-position: right 15px center;}
}
/* sub visual */




footer {position: relative; background: #111; }
.sub footer {margin-top: 100px;}
footer .inner {max-width:1720px; width:100%; margin:0 auto; position: relative;}
footer .top {padding:24px 0; display: flex; justify-content: space-between;}
footer .logo {display: flex; align-items: center;}
footer .logo img {margin-right: 10px;}
footer .logo span {color:#fff; display: inline-block; font-size: 18px; font-family: 'HG Medium'; margin-top: 15px;}
footer .footer-link {display: flex; align-items: center;}
footer .footer-link > ul {display: flex; gap:40px; align-items: center;}
footer .footer-link li a {color:#fff; font-family: 'HG Regular'; font-size: 16px; line-height: 30px;}
footer .footer-link .privacy {color:#21E8FF; text-decoration: underline;}
footer .footer-link li a:not(.privacy) {background: linear-gradient(to bottom, transparent 95%, rgba(255,255,255,1) 0) left center no-repeat; background-size:0; transition: background-size .5s;}
footer .footer-link li a:not(.privacy):hover {background-size:100% auto;}

footer .bottom {padding:40px 0 36px 0; border-top:1px solid rgba(255,255,255,0.2);display: flex; justify-content: space-between;}
footer .addr p{font-family: 'HG Medium'; color:#BFBFBF; line-height: 30px; font-size: 14px;}
footer .addr p span {margin-right: 15px;}
footer .addr .copyright {line-height: 40px; color:rgba(255,255,255,0.2); font-family: 'HG Regular'; font-size: 14px;}
footer .sites-link {display: flex;}
footer .footer-sns ul {display: flex; margin-left: 30px;}
footer .footer-sns li {width:40px; height:40px; background:rgba(255,255,255,0.1); border-radius:50%; margin-left: 10px;}
footer .footer-sns li a {text-indent: -9999px; display: inline-block; width: 100%; height: 100%;}
footer .footer-sns li .fb {background:url('../../images/common/footer-fb.png') no-repeat center;}
footer .footer-sns li .bl {background:url('../../images/common/footer-blog.png') no-repeat center;}
footer .footer-sns li .yt {background:url('../../images/common/footer-youtube.png') no-repeat center;}
footer .footer-sns li .ins {background:url('../../images/common/footer-insta.png') no-repeat center;}

footer .family-site {width:220px; border-bottom:2px solid #fff; align-self: start; font-size: 0; position: relative;}
footer .family-site .openLinkList {color:#fff; font-family: 'HG Regular'; display: inline-block; width:100%; font-size: 16px; padding-bottom: 20px; line-height: 1; position: relative;}
footer .family-site .openLinkList::after {content:''; width:15px; height:9px; background:url('../../images/common/family-arrw.png') no-repeat center; position: absolute; right:0; top:0; transition: transform .3s;}
footer .family-site .openLinkList.on::after {transform:rotate(180deg)}
footer .family-site .list {position: absolute; overflow:hidden; left:0; bottom:calc(100% + 15px); max-height:0px; background: #292929; transition:max-height .3s; width:100%;  margin-right: 10px;}
footer .family-site .list.on {max-height:205px; padding:10px 0;}
footer .family-site .list .scroll-box {max-height:185px;}
/* footer .family-site .list::-webkit-scrollbar {width:25px; height:25px; border-radius:50px;}
footer .family-site .list::-webkit-scrollbar-thumb {background:#999; border-radius:50px; border:10px solid #292929;}
footer .family-site .list::-webkit-scrollbar-track {background-color:#292929;border-radius:50px;} */
footer .family-site .list a {color:#B9B9B9; font-family: 'HG Regular'; font-size: 15px; padding:4px 15px; width:100%; display: block;}
footer .family-site .list a span {background:linear-gradient(to bottom, transparent 95%, rgba(255,255,255,1) 0) left center no-repeat; background-size:0; transition: background-size .5s;}
footer .family-site .list a:hover {color:#fff;}
footer .family-site .list a:hover span { background-size:100% auto;}

@media screen and (max-width:1800px) {
    footer .inner {padding:0 20px;}
}
@media screen and (max-width:1350px) {
    footer .footer-link > ul {gap:10px;}
}
@media screen and (max-width:1200px) {
    footer .inner {padding:0 40px;}
    footer .logo {display: none;}
    footer .footer-link > ul {gap:5px 45px; flex-wrap:wrap;}
    footer .bottom {flex-direction: column; padding:25px 0 40px 0;}
    footer .sites-link {flex-direction: unset; margin-top: 25px;}
    footer .family-site {margin-left: 0; }
}
@media screen and (max-width:768px) {
    footer .inner {padding:0 20px;}
    footer .top {padding:12px 0;}
    footer .footer-link > ul {gap:0 30px;}
    footer .footer-link li a {font-size: 14px;}
    footer .bottom {padding:15px 0 105px;}
}

.top-btn {width:50px; height:50px; position: fixed; right:25px; bottom:-100px; transition:.75s; z-index: 102;}
.top-btn.on {bottom:20px;}
.top-btn button {text-indent: -9999px; display: inline-block; background: url('../../images/common/top.png') no-repeat center; width:50px; height:50px; border-radius:50%;}

.clear-fix::after {content:''; clear:both; display: block; zoom:1;}

@media screen and (min-width:1921px) {
    header .top-head .inner {max-width:unset; padding:0 100px;}
    .head .inner {max-width:unset; padding:0 100px;}
    .head .navi {text-align: center;}
    .head .div_2 .inner {max-width:unset;}
    .head .div_2 .title {width:430px;}
    footer .inner {max-width:unset; padding:0 100px; }
}