@charset "utf-8";

/* ===================================
	layout
 =================================== */
body.js-fixed {position:fixed; width:100%;}
.wrap {position:relative; min-width:320px; overflow:hidden;}

.header__top {background-color:#f2f4f5; position:relative; z-index:1001;}
.header__top.js-open-m {z-index:998;}
.header__top-wrap {padding:0 50px; margin:0 auto;}
.header__top-wrap:after {content:''; display:block; clear:both;}

/*상단 패밀리사이트*/
.header__family {float: left; padding: 9px 0 0 0;}
.header__family .list {font-size: 0;}
.header__family .item {display: inline-block; min-width: 180px;}
.header__family .item a {display: block; color: #fff; font-weight: 500; background: #276fc5;text-align: center; line-height: 38px; padding: 0 24px; border-radius: 15px 15px 0 0; position: relative; border: 2px solid #276fc5; border-bottom: 0; transition: color 0.3s ease-in-out, background 0.3s ease-in-out;}
.header__family .item.item2 a {background: #4eabaa; border-color: #4eabaa;}
.header__family .item.item3 a {background: #89bb1a; border-color: #89bb1a;}
.header__family .item.item4 a {background: #f5752f; border-color: #f5752f;}
.header__family .item a span {display: inline-block; line-height: 1.3; font-size: 16px;}
.header__family .item a::after {content: "";display: block; position: absolute; width: 6px; height: 6px; border-radius: 10px; background: #276fc5; opacity: 0; bottom: 100%; left: 50%; transform: translateX(-50%);transition: all 0.3s ease-in-out;}
.header__family .item.item2 a::after {background: #4eabaa;}
.header__family .item.item3 a::after {background: #89bb1a;}
.header__family .item.item4 a::after {background:#f5752f;}

.header__family .item a:hover,
.header__family .item.is-active a {background: #fff; color: #276fc5; border: 2px solid #276fc5; border-bottom: 0;}
.header__family .item.item2 a:hover,
.header__family .item.item2.is-active a {color: #4eabaa; border-color: #4eabaa;}
.header__family .item.item3 a:hover,
.header__family .item.item3.is-active a {color: #89bb1a; border-color: #89bb1a;}
.header__family .item.item4 a:hover,
.header__family .item.item4.is-active a {color:#f5752f; border-color:#f5752f;}
.header__family .item a:hover::after,
.header__family .item.is-active a::after {opacity: 1; bottom: -4px;}


/*상단 유틸*/
.header__util {float:right;display: flex;align-items: center;height: 50px;gap: 60px;}

.header__login {display: inline-block;}
.header__login .list {font-size: 0;}
.header__login .item {display: inline-block;}
.header__login .item + .item {margin-left: 40px;}
.header__login .item a {display: block;font-size: 16px;color: #222;padding: 0 0 0 20px;background-repeat: no-repeat;background-position: 0 50%;line-height: 18px;transition: color 0.3s ease-in-out;}
.header__login .item a:hover {color: #89bb1a;}
.header__login .item.login a {background-image: url("../images/common/ico_login.png");}
.header__login .item.logout a {background-image: url("../images/common/ico_logout.png");}
.header__login .item.mypage a {background-image: url("../images/common/ico_user.png");}

/*상단 SNS*/
.header__sns {display: inline-block;}
.header__sns .list {font-size: 0;}
.header__sns .item {display: inline-block;}
.header__sns .item + .item {margin-left: 10px;}
.header__sns .item a {display: block;background-repeat: no-repeat;background-position: 50% 0;height: 22px;width: 22px;text-indent: -8888888px;transition: background-position 0.3s ease-in-out;overflow: hidden;}
.header__sns .item a:hover {background-position: 50% -22px;}
.header__sns .item.youtube a {background-image: url("../images/common/ico_sns01.png");}
.header__sns .item.facebook a {background-image: url("../images/common/ico_sns02.png");}
.header__sns .item.band a {background-image: url("../images/common/ico_sns04.png");}
.header__sns .item.instar a {background-image: url("../images/common/ico_sns03.png");}
.header__sns .item.twitter a {background-image: url("../images/common/ico_sns05.png");}

@media only screen and (max-width: 1440px) {
	.header__top-wrap {padding:0 20px;}
	.header__util {gap: 30px;}
}
@media only screen and (max-width: 1200px) {
	.header__family .item {min-width: 140px;}
	.header__family .item a {padding: 0 15px;}
	.header__family .item a span {font-size: 15px;}
	.header__util {gap: 10px;}
	.header__login .item + .item {margin-left: 20px;}
	.header__login .item a {font-size: 14px;}
}
@media only screen and (max-width: 1024px) {
	.header__util{display: none;}
	.header__family {float:none; padding:5px 0 0 0; text-align:center;}
	.header__family .item {min-width:100px;}
	.header__family .item a {line-height:33px; border-radius:10px 10px 0 0; }
}
@media only screen and (max-width: 768px) {
	.header__family{display: none;}
}



/*★★★★★header★★★★★*/
.header-wrap {width:100%; position:relative; z-index:999; transition: all 0.3s ease-in-out; background-color:rgba(255, 255, 255, 1); border-bottom-color:rgba(234, 234, 234, 1); border-bottom-width:1px; border-bottom-style:solid; }
.header-inner { text-align:center; position:relative;}

.header-logo {position:absolute; left:50px;top:50%; transform:translateY(-50%); width:478px; height:46px; z-index:1001;}
.header-logo a {display:block; width:100%; height:100%; background:url('../images/common/top_logo.png') no-repeat 0 50%; overflow:hidden; text-indent:-9999px; text-align:left; background-size:100%;}


/*GNB*/
.gnb {transition: all 0.3s ease-in-out; position:relative; z-index:1000; text-align:right; }
.gnb:after {content:''; display:block; background-color:#fff; position:absolute;left:0; top:111px; height:0; width:100%;transition: all 0.3s ease-in-out;}
.gnb.js-open-d:after {height:80px;}

.gnb-wrap {font-size:0; display:block; margin:0 auto; max-width: 1440px; }
.gnb-1dep{display:inline-block; vertical-align:middle;  position:relative;  transition: all 0.3s ease-in-out; }
.gnb-1dep:before {content: ''; position: absolute; left: -3px; top: 50%; width:6px; height:6px; border-radius: 50%; transform: translate(0, -50%); background:#222; transition: all 0.3s ease-in-out; font-size:0; opacity:1;z-index:1001; display:none;}
.gnb-1dep:first-child::before {display:none;}

.gnb-1dep > a {display:block; line-height:110px; padding:0 25px;  text-transform: uppercase;position:relative;  box-sizing: border-box;}
.gnb-1dep > a:after {content:''; display:block; height:4px; width:100%; position:absolute; bottom:0; left:50%;background-color:#ed7533; transform:translate(-50%, 50%); z-index:10;width:0; opacity:0; transition: all 0.3s ease-in-out;}
.gnb-1dep.js-open-d > a:after {width:100%; opacity: 1;}

.gnb-1dep > a span{color:rgba(34, 34, 34, 1); display:inline-block; line-height:1.3; font-size:20px; font-weight:700;}
.gnb-1dep.js-open-d > a span {color:rgba(34, 34, 34, 1);}

.gnb-2dep {max-height:0; overflow:hidden; position:absolute;  top:80px; left:50%; transform:translateX(-50%); transition: all 0.3s ease-in-out; z-index:1000; white-space: nowrap;}

.gnb-1dep:first-child .gnb-2dep {transform: translateX(-30%);}
.gnb-1dep:nth-last-child(2) .gnb-2dep {left:auto; right: -100%; transform: none;}
.gnb-1dep:last-child .gnb-2dep {left:auto; right:0; transform: translateX(0);}

.gnb-2dep > li {display:inline-block; line-height:80px; vertical-align:middle;}
.gnb-2dep > li > a {display:inline-block; padding:0 20px; font-size:18px; color:#666;  line-height:1.3; text-align:left; transition: all 0.3s ease-in-out;}
.gnb-2dep > li > a:hover { color:#ed7533; }

.gnb-1dep.js-open-d .gnb-2dep{max-height:80px; top:111px; transition: all 0.1s ease-in-out;}

.gnb-3dep {display:none;}

.header-wrap.js-fixed,
.header-wrap.js-open-d {border-bottom-color:rgba(234, 234, 234, 1); }
.header-wrap.js-fixed {position:fixed; top:0; left:0; }

.gnb-inner-util {display:none;}

.gnb-dimmed{position:fixed; top:162px; left:0; z-index:1001; width:100%; height:100%; background-color:rgba(0, 0, 0, .4);display:none;}
.gnb-dimmed.js-open-d { top:162px;display:block;z-index:999;}

.gnb__family,
.gnb__sns {display:none;}

@media only screen and (max-width: 1700px) {
	.gnb-wrap {padding:0 150px 0 0;}
}
@media only screen and (max-width: 1440px) {
	.header-logo {left:20px;}
	.gnb-wrap {padding:0 120px 0 0;}
}
@media only screen and (max-width: 1280px) {
	.header-logo {width:400px;}
	.gnb.js-open-d:after {height:60px;}

	.gnb-1dep > a {padding:0 15px;}
	.gnb-1dep > a span {font-size:18px;}

	.gnb-2dep > li {line-height:60px;}
	.gnb-2dep > li > a {font-size:16px; padding:0 10px}
}
@media only screen and (max-width: 1100px) {
	.header-logo {width:350px; height: 40px;}
	.gnb-1dep > a span {font-size:17px;}
}
@media only screen and (max-width: 1024px) {
	.header-wrap {min-width:400px; height:60px;background-color:rgba(255, 255, 255, 1); border-bottom-color:rgba(234, 234, 234, 1);  }
	.header-inner {height:60px; text-align:left;}
	.header-wrap.js-fixed .gnb:before,
	.header-wrap.js-fixed .gnb:after {display:none;}

	.header-logo {max-width: calc(100% - 140px);}
	
	/*GNB*/
	.gnb {width:320px; height:100%; background:#fff; display:block; position:fixed; z-index:1002; top:0px; right:-100%;transition: all 0.3s ease-in-out; overflow-y:auto; text-align:left; }
	.gnb-wrap {margin:0; width:100%; padding:0;}
	.gnb.js-open-m {right:0;transition: all 0.3s ease-in-out; overflow-y:auto;}

	.gnb-1dep{display:block; font-size:0; height:auto; position:relative; border-bottom: 1px solid #ccc; width:100%; max-width:100%; }
	.gnb-1dep:before {display:none;}
	.gnb-1dep > a {display:block; line-height:50px; padding:0 20px; color:#000; text-transform: none; margin:0;}
	.gnb-1dep > a span {font-size:18px; line-height: 1.3; display:inline-block;}

	.gnb-1dep > a:hover,
	.gnb-1dep.js-open-m > a{color:#000 !important;}
	.gnb-1dep > a:after {position: absolute; top: 20px; left:auto; right: 16px; width: 10px; height: 10px; border-width: 0 0 1px 1px; border-style: solid; border-color: #000; content: '';  transition: all 0.3s ease-in-out;  transform: rotate(-135deg); opacity: 1; background:transparent;}
	.gnb-1dep.js-open-m > a:after {top:20px;transition: all 0.3s ease-in-out; transform: rotate(-135deg);}
	.gnb-1dep > a.is-2depth-m:after {position: absolute; top: 16px; right: 16px; width: 10px; height: 10px; border-width: 0 0 1px 1px; border-style: solid; border-color: #000; content: '';  transition: all 0.3s ease-in-out;  transform: rotate(-45deg);}
	.gnb-1dep.js-open-m > a.is-2depth-m:after {top:22px;transition: all 0.3s ease-in-out; transform: rotate(-225deg);}
	
	.gnb-2dep,
	.gnb-1dep:nth-child(3) .gnb-2dep {height:auto; max-height:none; overflow:auto; position:static; width:auto; padding:0; margin:0; background-color:#fff; transform:translateX(0); border-radius: 0; box-shadow:none; display:none;  border:0; transition:none;}
	.gnb-1dep:first-child .gnb-2dep {transform: translateX(0);}
	.gnb-1dep:last-child .gnb-2dep {margin-left:0;}

	.gnb-2dep > li {border-bottom:1px solid #d9d9d9; padding:0; margin:0; display: block;}
	.gnb-2dep > li > a {display:block; padding:12px 30px; font-size:16px; color:#222; text-align:left;}
	.gnb-2dep > li > a:hover,
	.gnb-2dep > li > a:focus {font-weight:400; padding:12px 30px; color:#222;}
	.gnb-2dep > li:first-child {margin-top:0px;}
	.gnb-2dep > li:last-child {margin-bottom:0px; border:0;}
	
	/*3depth*/
	.gnb-3dep { padding:0; border-top:1px dashed #ccc; display:block;line-height:1.3; background-color:#fff; padding:5px 0;}
	.gnb-3dep a {display:block; padding:5px 0 5px 50px; position:relative; color:#767676; font-size:14px; font-weight:300;}
	.gnb-3dep a:hover {color:#222;}
	.gnb-3dep a::before {content:''; display:block; height:4px; width:4px; background-color:#bbb; border-radius: 2px; position:absolute;}

	.gnb-3dep a:before,
	.gnb-3dep a:hover:before {left:40px; top:13px;}
	.gnb-3dep > li:last-child {margin-bottom: 0px;}

	.gnb-1dep.js-open-m > a:before {display:none;}
	.gnb-1dep.js-open-m .gnb-2dep{border-top:1px solid #222; background-color: #f9f9f9; transition:none;}

	.gnb-inner-util {display:block; position:relative; line-height:60px; height:60px; background-color:#ed7533; padding:0 60px 0 0;font-size:0;}

	.gnb-inner-util .header__login {padding:0 0 0 20px;}
	.gnb-inner-util .header__login .item + .item {margin-left:30px;}
	.gnb-inner-util .header__login .item a{color:#fff;}
	.gnb-inner-util .header__login .item a:hover {color:#fff;}
	.gnb-inner-util .header__login .item.login a {background-image:url('../images/common/ico_login01.png');}
	.gnb-inner-util .header__login .item.logout a {background-image:url('../images/common/ico_logout01.png');}
	.gnb-inner-util .header__login .item.mypage a {background-image:url('../images/common/ico_user01.png');}
		
	.gnb-mbtn-close {display:block; position: absolute; z-index: 3000; top: 0; right: 0; bottom: 0; width: 60px; min-height: 26px; margin: auto 0px; text-indent: -999em; -webkit-transition: none; transition: none; cursor: pointer; background:#3a3a3a; overflow:hidden; }
	.gnb-mbtn-close:before, .gnb-mbtn-close:after, .gnb-mbtn-close > span:before, .gnb-mbtn-close > span:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 25px; height: 0; border-top: 2px solid #fff; margin: auto; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .3s; transition: .3s; content: ''; opacity: 1; }
	.gnb-mbtn-close:not(.zxcv):before { top: 16px; }
	.gnb-mbtn-close:not(.zxcv):after { bottom: 16px; }

	.js-open-m .gnb-mbtn-close {top:0px; right:0; min-height: 26px; }
	.js-open-m .gnb-mbtn-close:before, .js-open-m .gnb-mbtn-close:after, .js-open-m .gnb-mbtn-close > span:before, .js-open-m .gnb-mbtn-close > span:after {border-top: 2px solid #fff;  }
	.js-open-m .gnb-mbtn-close:before { width: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
	.js-open-m .gnb-mbtn-close:after { width: 0; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }
	.js-open-m .gnb-mbtn-close > span:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
	.js-open-m .gnb-mbtn-close > span:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
	
	.gnb-dimmed.js-open-m {display:block; top:0;}

	.gnb__sns {display:block; padding:20px; margin:40px 0 0 0; background-color:#f1f1f1;}
	.gnb__sns .list {font-size:0; text-align:center;}
	.gnb__sns .item {display:inline-block; margin:0 20px;}
	.gnb__sns .item + .item {margin-left:0px;}
	.gnb__sns .item a{display:block; background-repeat:no-repeat; background-position:50% 0; height:22px; width:22px; text-indent:-8888888px; transition: all 0.3s ease-in-out; overflow:hidden;}
	.gnb__sns .item a:hover {background-position:50% -22px;}

	.gnb__sns .item.youtube a {background-image:url('../images/common/ico_sns01.png');}
	.gnb__sns .item.facebook a {background-image:url('../images/common/ico_sns02.png');}
	.gnb__sns .item.band a {background-image:url('../images/common/ico_sns04.png');}
	.gnb__sns .item.instar a {background-image:url('../images/common/ico_sns03.png');}
	.gnb__sns .item.twitter a {background-image:url('../images/common/ico_sns05.png');}
}
@media only screen and (max-width: 768px) {
	.header-wrap {top:0px; }
	.gnb__family {display:block; margin-top: 60px;}
	.gnb__family .list{font-size:0; padding:0 20px;}
	.gnb__family .item {display:block; line-height:40px;}
	.gnb__family .item + .item {margin:10px 0 0 0;}
	.gnb__family .item a {display:block; color:#fff; font-weight:500; background:#276fc5; text-align:center;  padding:0 24px; border-radius:15px; position:relative; border:2px solid #276fc5; transition: all 0.3s ease-in-out;}
	.gnb__family .item.item2 a {background:#4eabaa; border-color:#4eabaa;}
	.gnb__family .item.item3 a {background:#85b222; border-color:#85b222;}
	.gnb__family .item.item4 a {background:#f5752f; border-color:#f5752f;}
	.gnb__family .item a span {display:inline-block; line-height:1.3; font-size:16px;}
	.gnb__family .item a:hover,
	.gnb__family .item.is-active a{background:#fff; color:#276fc5; border:2px solid #276fc5;}
	.gnb__family .item.item2 a:hover,
	.gnb__family .item.item2.is-active a {color:#4eabaa; border-color:#4eabaa;}
	.gnb__family .item.item3 a:hover,
	.gnb__family .item.item3.is-active a {color:#85b222; border-color:#85b222;}
	.gnb__family .item.item4 a:hover,
	.gnb__family .item.item4.is-active a {color:#f5752f; border-color:#f5752f;}
}


/*Util*/
.top__util {position:absolute; right:45px; top:50%; transform:translateY(-50%); font-size:0; z-index:1001;}
.top__util-item {display:inline-block; width:auto; text-align: center; vertical-align:middle;}
.top__util-item + .top__util-item {margin-left:30px;}

.allmenu .allmenu-link {display:block; position:relative; width:26px; height:26px; overflow:hidden; font-size:0; line-height:1; text-indent:-88888px;  padding:0; transition:all 0.3s ease-in-out;}
.allmenu .allmenu-link span {display:block; height:2px; background-color:#222; transition:all 0.3s ease-in-out; width:100%; position:absolute; top:50%; left:0; transform:translateY(-50%); }
.allmenu .allmenu-link span::before,
.allmenu .allmenu-link span::after {content:''; display:block; width:100%; height:2px; background-color: #222; position:absolute;}
.allmenu .allmenu-link span::before {top:-9px; left:0;}
.allmenu .allmenu-link span::after {top:10px; left:0;}

.allmenu .allmenu-link:hover {transform:rotate(360deg);}
.allmenu .allmenu-link:hover span,
.allmenu .allmenu-link:hover span::before,
.allmenu .allmenu-link:hover span::after {background-color:#ed7533;}


@media only screen and (max-width: 1440px) {
	.top__util { right:20px;}
}


@media only screen and (max-width: 1024px) {
	.top__util-item + .top__util-item {margin-left:20px;}
}



/*상단검색*/
.header__search-open {display:inline-block; width:30px; height:30px; background:url('../images/common/ico_search01.png') 50% 50% no-repeat; overflow:hidden; text-indent:-999999px;}
@media only screen and (max-width: 1280px) {
	.header__search-open {display:inline-block;}
}


.search-dimmed{position:fixed; top:0px; left:0; z-index:998; width:100%; height:100%; background-color:rgba(0, 0, 0, .4);}
.search-dimmed.js-active { top:0px;}

.header__search {position:fixed; width:100%; left:0; z-index:998; top:161px; transition:top 0.3s ease-in-out; display:none;}
.header__search.js-fixed {top:110px;}
.header__search-wrap {position:relative; z-index: 999; background-color:#fff; display:none;}
.header__search-inner {font-size:0; padding:4.28% 20px; max-width:1440px; margin:0 auto; position:relative;}
.header__search-inner::after {content:''; display:block; clear:both;}

.header__search-tit {position:absolute; top:50%; left:20px; transform: translateY(-50%); text-align:left;}
.header__search-tit em {display:inline-block; letter-spacing:0.5em; font-size:30px; font-family:jalnan; color:#276fc5;}
.header__search-tit em:nth-of-type(1) {color:#276fc5;}
.header__search-tit em:nth-of-type(2) {color:#a2c7df;}
.header__search-tit em:nth-of-type(3) {color:#e8ae23;}
.header__search-tit em:nth-of-type(4) {color:#e7d50e;}
.header__search-tit em:nth-of-type(5) {color:#4eabaa;}
.header__search-tit em:nth-of-type(6) {color:#97d3d2;}

.header__search-box { text-align:left; float:right; }


.header__search-label {display:none;}
.header__search-input {border-radius: 5px !important; border:2px solid #222; line-height:56px; height:60px; padding:0 20px; min-width:710px; font-size:20px; font-weight:300; transition:all 0.3s ease-in-out;}
.header__search-box input::-moz-placeholder {color: #222; opacity: 1; }
.header__search-box input:-ms-input-placeholder {color: #222;}
.header__search-box input::-webkit-input-placeholder {color: #222; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { color:transparent;}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { color:transparent;}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {color:transparent;}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {color:transparent;}

.header__search-btn {display:inline-block; line-height:60px; padding:0 20px; font-size:20px; background-color:#222; color:#222; color:#fff; border-radius:5px; font-weight:700; margin-left:15px; min-width: 120px; border:0;}

.header__search-close {display:block; position: absolute; right:-60px; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; z-index:1002; padding:0; font-size:0; background-color:#fff; transition: all 0.3s ease-in-out;overflow:hidden; text-indent:-8888888px;}


.header__search-close span:before,
.header__search-close span:after {content:''; display:block; width:48px; height:2px; background-color:#222; position:absolute; top:50%; left:50%;transition: all 0.3s ease-in-out;}

.header__search-close span:before {transform:translate(-50%, -50%) rotate(45deg);}
.header__search-close span:after {transform:translate(-50%, -50%) rotate(-45deg);}

.header__search-close:hover span:before,
.header__search-close:focus span:before {transform:translateX(-50%) rotate(-45deg); background-color:#222;}
.header__search-close:hover span:after,
.header__search-close:focus span:after {transform:translateX(-50%) rotate(45deg); background-color:#222;}
.header__search-close:hover,
.header__search-close:focus {background-color:#fff;}

@media only screen and (max-width: 1600px) {
	.header__search-inner {padding:4.28% 80px 4.28% 20px;}
	.header__search-close {right:0px;}
}
@media only screen and (max-width: 1280px) {
	.header__search-inner {padding:4.28% 80px 4.28% 20px;}
	.header__search-input {min-width:500px;}
	.header__search-close {right:5px;}
}
@media only screen and (max-width: 1024px) {
	.header__search {top:99px;}
	.header__search.js-fixed {top:60px;}
	.header__search-inner {padding:4.28% 70px 4.28% 20px;}
	.header__search-tit em {font-size:24px;}
	.header__search-input {line-height:46px; height:50px; padding:0 20px; font-size:18px; min-width:390px; }
	.header__search-btn { line-height:50px; font-size:18px; margin-left:10px; min-width: 100px;}
}

@media only screen and (max-width: 768px) {
	.header__search {top:60px;}
	.header__search-inner {padding:4.28% 20px;}
	.header__search-tit {position:static; text-align:center; margin-bottom:20px; transform:none;}
	.header__search-tit em {font-size:24px;}
	.header__search-box {text-align:center; float:none; display:inline-block; width:calc(100% - 60px); }
	.header__search-input {line-height:36px; height:40px; padding:0 20px; font-size:16px; min-width:auto; width:calc(100% - 90px);}
	.header__search-btn { line-height:40px; font-size:16px; margin-left:10px; min-width: 80px;}
	.header__search-close {position:static; display:inline-block; width:40px; height:40px; transform:translateY(0); margin-left:20px; background-color:#ed7533; border-radius: 5px;}

	.header__search-close span:before,
	.header__search-close span:after { width:24px; background-color:#fff;}
}

@media only screen and (max-width: 480px) {
	.header__search-tit {margin-bottom:15px;}
	.header__search-box {width:calc(100% - 45px); }
	.header__search-input {width:calc(100% - 75px);}
	.header__search-btn { font-size:16px; margin-left:5px; min-width: 70px;}
	.header__search-close {margin-left:5px;}
}





/* 전체메뉴 */
.newAllmenu { z-index:1005; position:relative; display:none;}
.newAllmenu-close {display:block; position: fixed; right: 0; top: 0px; width: 60px; height: 60px; z-index:1002; padding:0; font-size:0; background-color:#ed7533; transition: all 0.3s ease-in-out;overflow:hidden; text-indent:-8888888px;}
.newAllmenu-close span:before,
.newAllmenu-close span:after {content:''; display:block; width:48px; height:2px; background-color:#fff; position:absolute; top:50%; left:50%;transition: all 0.3s ease-in-out;}
.newAllmenu-close span:before {transform:translate(-50%, -50%) rotate(45deg);}
.newAllmenu-close span:after {transform:translate(-50%, -50%) rotate(-45deg);}
.newAllmenu-close:hover span:before,
.newAllmenu-close:focus span:before {transform:translateX(-50%) rotate(-45deg); background-color:#fff;}
.newAllmenu-close:hover span:after,
.newAllmenu-close:focus span:after {transform:translateX(-50%) rotate(45deg); background-color:#fff;}
.newAllmenu-close:hover,
.newAllmenu-close:focus {background-color:#ed7533;}

.newAllmenu-wrap {position: fixed;  width:100%; height:100%; top:0; left:0;  z-index: 1001; overflow-y:auto;}
.newAllmenu-inner {display:block; max-width:1440px; margin:0 auto; padding:0 20px; position:relative;}
.newAllmenu-nav {font-size:0; position:relative; width:100%;}
.newAllmenu-1dep {display:inline-block; vertical-align:top; width:20%; min-height:100vh; padding:4% 2% 4%; transition: all 0.3s ease-in-out; background-repeat: no-repeat;   background-position:50% 50%; background-size:cover ;}

.newAllmenu-1dep:after {content:''; display:block; width:1px; height:100%; background-color:none;border-left:1px dashed #f8b794; position:absolute; top:0;}
.newAllmenu-1dep:nth-child(1):after {left:20%;}
.newAllmenu-1dep:nth-child(2):after {left:40%;}
.newAllmenu-1dep:nth-child(3):after {left:60%;}
.newAllmenu-1dep:nth-child(4):after {left:80%;}
.newAllmenu-1dep:nth-child(5):after,
.newAllmenu-1dep:nth-child(6):after {display:none;}

.newAllmenu-1dep > a {display:block; font-weight:500; text-align:left; color:#fff; text-transform: uppercase; padding:40% 0% 8%; border-bottom:3px solid #fff; transition: all 0.3s ease-in-out; position:relative; }
.newAllmenu-1dep > a::before {content:''; display:block; position:absolute;width:60px; height:60px; top:0; left:0; background-repeat:no-repeat; background-image:url('../images/common/ico_allmenu.png'); transition: all 0.3s ease-in-out;}

.newAllmenu-1dep:nth-child(1) a::before {background-position:0 0;}
.newAllmenu-1dep:nth-child(2) a::before {background-position:-60px 0;}
.newAllmenu-1dep:nth-child(3) a::before {background-position:-120px 0;}
.newAllmenu-1dep:nth-child(4) a::before {background-position:-180px 0;}
.newAllmenu-1dep:nth-child(5) a::before {background-position:-240px 0;}
.newAllmenu-1dep:nth-child(6) a::before {background-position:-300px 0;}

.newAllmenu-1dep > a:hover::before {background-position-y: -60px;}
.newAllmenu-1dep:hover > a::before {background-position-y: -60px;}
.newAllmenu-1dep > a > span{display:block;font-family: jalnan; font-size:32px; line-height:1.3; word-break: break-all;}

.newAllmenu-1dep:hover,
.newAllmenu-1dep:focus {background-color:#fff; }
.newAllmenu-1dep:hover > a,
.newAllmenu-1dep:hover > a > em {color:#ed7533;}
.newAllmenu-1dep:hover > a {border-bottom:3px solid #ed7533;}

.newAllmenu-2dep {padding-top:5%;}
.newAllmenu-2dep > li {margin:8% 0 0 0;}
.newAllmenu-2dep > li > a {display:block; padding:1% 0% 1% 0%; color:#fff; font-size:18px; font-weight:400; line-height:1.3; transition: all 0.2s ease-in-out; }
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a {color:#222;}
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a:hover,
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a:focus,
.newAllmenu-2dep > li > a:hover,
.newAllmenu-2dep > li > a:focus {padding:1% 0% 1% 3%; color:#ed7533;}

.newAllmenu-3dep {border-left:3px solid #84cccb; margin:0%;}
.newAllmenu-1dep:hover .newAllmenu-3dep {border-left-color:#eda781;}
.newAllmenu-3dep > li {margin:3% 0 0 0;}
.newAllmenu-3dep > li > a {display:block; padding:1% 0% 1% 5%; color:rgba(255, 255, 255, 0.6);  position:relative; font-size:15px; font-weight:300; line-height:1.3; transition: all 0.2s ease-in-out;}
.newAllmenu-1dep:hover .newAllmenu-3dep > li > a {color:#666;}
.newAllmenu-1dep:hover .newAllmenu-3dep > li > a:hover,
.newAllmenu-1dep:hover .newAllmenu-3dep > li > a:focus,
.newAllmenu-3dep > li > a:hover,
.newAllmenu-3dep > li > a:focus {color:#ed7533; padding:1% 0% 1% 8%;}

.newAllmenu-4dep {margin:4%;}
.newAllmenu-4dep > li > a {display:block; padding:3% 5% 0% 9%; color:#666;  position:relative; font-weight:300; font-size:15px; line-height:1.3; transition: all 0.3s ease-in-out;}
.newAllmenu-4dep > li > a:before {content:''; display:block; width:4px; height:4px; background:#222; border-radius: 50%; position:absolute; left:3%; top:14px;transition: all 0.3s ease-in-out;}
.newAllmenu-1dep:hover .newAllmenu-4dep > li > a {color:#fff;}
.newAllmenu-1dep:hover .newAllmenu-4dep > li > a:before {background-color:#fff;}

.newAllmenu-4dep > li > a:hover,
.newAllmenu-4dep > li > a:focus {color:#fff; padding:3% 0% 0% 12%;}
.newAllmenu-4dep > li > a:hover:before,
.newAllmenu-4dep > li > a:focus:before {left:6%;}


@media only screen and (max-width: 1400px) {
	.newAllmenu-1dep > a {padding-top:50px;}
	.newAllmenu-1dep > a::before {width:40px; height:40px; background-size:auto 80px;}

	.newAllmenu-1dep:nth-child(1) a::before {background-position:0 0;}
	.newAllmenu-1dep:nth-child(2) a::before {background-position:-40px 0;}
	.newAllmenu-1dep:nth-child(3) a::before {background-position:-80px 0;}
	.newAllmenu-1dep:nth-child(4) a::before {background-position:-120px 0;}
	.newAllmenu-1dep:nth-child(5) a::before {background-position:-160px 0;}
	.newAllmenu-1dep:nth-child(6) a::before {background-position:-200px 0;}

	.newAllmenu-1dep > a:hover::before {background-position-y: -40px;}
	.newAllmenu-1dep:hover > a::before {background-position-y: -40px;}

	.newAllmenu-1dep > a > span{font-size:24px;}
	.newAllmenu-2dep > li > a {font-size:16px;}
	.newAllmenu-3dep > li > a {font-size:14px;}
}

@media only screen and (max-width: 1024px) {
	.newAllmenu{display:none !important;}
}
.newAllmenu-dimmed {position:fixed; top:0px; left:0; z-index:999; width:100%; height:100%; background-color:rgba(237, 117, 51, 1);}

/* footer */
.footer {position:relative; z-index:2;}
.footer-wrap {background:#313131; padding:60px 0 50px;}
.footer-inner.inner {padding-left:18.8%;}
.footer-logo {width:74px; height:80px; position:absolute; top:50%; left:7%; transform:translateY(-50%); z-index: 2;}
.footer-logo a {display:block; width:100%; height:100%; background:url('../images/common/footer_logo.png') 0 0 no-repeat; background-size:cover; overflow:hidden; text-indent:-9999px; text-align:left;}
.footer__menu { position:relative;}
.footer__menu-wrap{font-size:0;  margin:0 0 38px 0;}
.footer__menu-item {display:inline-block;}
.footer__menu-item > a {display:block;  color:#f1f1f1; padding:0px 18px; position:relative; font-weight:500;}
.footer__menu-item > a:before{content:''; background:#5a5a5a; height:12px; width:1px; display:block; position:absolute; top:50%; left:0; transform:translateY(-50%);}
.footer__menu-item > a span {display:inline-block; font-size:16px;  line-height:1.3;}
.footer__menu-item > a:hover {color:#fff;}
.footer__menu-wrap > li:first-child > a { padding-left:0;}
.footer__menu-wrap > li:first-child > a:before {display:none;}

address {display:inline-block;  line-height:1.3; max-width:900px;}
address .footer-item {color:#a3a3a3; margin-top:6px;}
address .footer-item:first-child {margin:0 0 0 0;}
address .footer-item span {display:inline-block; margin:0 0 0 0; font-size:16px;}
address .footer-item span + span {margin:0 0 0 20px;}
address .footer-item span em {vertical-align:baseline;}

.footer-copy {margin:26px 0 0 0; color:#666; font-size:15px; line-height:1.3;}
.footer-copy em {color:#999; vertical-align:baseline;}

@media only screen and (max-width: 1024px) {
	.footer-inner.inner {padding-left:13%;}
	.footer-logo {width:74px; height:80px; left:1%;}
	.footer__menu-wrap{margin:0 0 20px 0;}
	.footer__menu-item > a {padding:0 12px; font-weight:400;}
	.footer__menu-item > a span {font-size:14px;}
	address .footer-item span { font-size:14px;}
}
@media only screen and (max-width: 768px) {
	.footer-wrap {padding:40px 0 40px;}
	.footer-inner.inner {padding-left:0%; text-align:center;}
	.footer-logo {width:56px; height:60px; position:static; margin:0 auto; transform: translate(0, 0);}
	.footer__menu-wrap {margin-top:20px;}

	.footer__menu-item > a {padding:0 10px;}
	.footer__menu-item > a span {font-size:13px;}
	address .footer-item span { font-size:13px;}

	.footer-copy {margin:20px 0 0 0;font-size:13px;}
}

@media only screen and (max-width: 640px) {
	.footer__menu-wrap {border-width: 1px 1px 0 0;border-style: solid;border-color: #666;}
	.footer__menu-item {width: 33.3%;border-width: 0 0 1px 1px;border-style: solid;border-color: #666;}
	.footer__menu-item:nth-of-type(4),
	.footer__menu-item:nth-of-type(5) {width: 50%;}
	.footer__menu-item a {padding: 8px 10px;}
	.footer__menu-item a::before {display: none;}
	address .footer-item span {margin: 0 10px;}
	address .footer-item span + span {margin: 0 10px;}
	.footer-copy {margin: 15px 0 0 0;}
}

@media only screen and (max-width: 480px) {
	.footer-wrap {padding: 30px 0 40px;}
	.footer__menu-item {width: 50%;}
	.footer__menu-item:nth-of-type(5) {width: 100%;}
}


#container {padding:0 0 0 0;}
.contents {padding:70px  0 160px 0;}

@media only screen and (max-width: 1024px) {
	.contents {padding:50px  0 120px 0;}
}

@media only screen and (max-width: 768px) {
	.contents {padding:40px  0 100px 0;}
}
@media only screen and (max-width: 480px) {
	.contents {padding:30px  0 80px 0;}
}
.main-container {padding:0 0 0% 0 !important;}

.inner {position:relative; max-width:1400px;  margin:0 auto;}

@media all and (max-width:1440px){
	.inner {position:relative; margin:0 20px; padding:0px;}
}



/* sub_visual */
.sub_visual{padding:4.5% 0 7% 0; position:relative; font-size:0; text-align:center; overflow:hidden; }
.sub_visual-inner {text-align:center; margin:0 auto; max-width:1400px; padding:0 50px; position:relative;}
.sub_visual-inner:after {content:''; display: block; clear:both;}

.sub_title{ letter-spacing:0.05em; color:#fff;}
.sub_title h2{font-size:35px; font-family: 'jalnan', sans-serif; color:#ed7533;}

.slick-slider.sub__visual-bg,
.sub__visual-bg{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:100%; z-index:-1;}
.sub__visual-bg .slick-list,
.sub__visual-bg .slick-track {height:100%;}

.sub__visual-bg .item {height:100%; background:url('../images/contents/visual_bg01.jpg') 50% 50% no-repeat; background-size:cover;}
.sub__visual-bg .item.nth-1 {background-image:url('../images/contents/visual_bg01.jpg')}
.sub__visual-bg .item.nth-2 {background-image:url('../images/contents/visual_bg02.jpg')}

/*현재위치*/
.sub__location {display:inline-block; text-align:center; margin-top:10px;}
.sub__location .list {font-size:0;}
.sub__location .item {display:inline-block; position:relative; font-size:17px; font-weight:100; color:#7a8288; padding:0 0 0 22px;}
.sub__location .item:before {content:''; display:block; width:8px; height:8px; border-width:1px 1px 0 0; border-color:#b6c1c8; border-style: solid; position:absolute; left:0; top:50%; transform:rotate(45deg) translateY(-50%);}
.sub__location .item.home {font-size:0; padding:0; width:24px; height:24px; border-radius: 24px; background:#e8f2f5 url('../images/common/ico_home.png') 50% 50% no-repeat; }
.sub__location .item.home::before {display:none;}


@media only screen and (max-width:1440px){
	.sub_visual{padding:6% 0 9% 0;}
}

@media only screen and (max-width:1024px){
	.sub_visual{padding:8% 0 10% 0;}
	.sub__visual-bg .item{background-position-x:60% ;}
	.sub_title h2{font-size:32px;}
	.sub__location .item {font-size:15px; font-weight:300; padding:0 0 0 20px;}
	.sub__location .item:before { width:6px; height:6px; left:2px; top:46%;}
}

@media only screen and (max-width:768px){
	.sub_visual{padding:10% 0 12% 0;}
	.sub__visual-bg .item{background-position-x:70% ;}
	.sub_title h2{font-size:28px;}
	.sub__location .item {font-size:14px;}
}

@media only screen and (max-width:480px){
	.sub_visual{padding:12% 0 20% 0;}
	.sub_title h2{font-size:24px;}
	.sub__location {display:none;}
	.sub__location .item {font-size:12px;}
}


.visual__contents{position:relative;}
.visual__contents-inner  {position:relative;}




.lnb{position:absolute; width:100%; max-width:1440px; bottom:0; left:50%; transform:translateX(-50%); z-index:3; padding:0 20px;}


.lnb-wrap { background:#ed7533; text-align:left;  position:relative; border-radius: 30px 30px 0 0; padding:0 10px;}


.lnb-list {font-size:0; display:block; text-align:center; white-space: nowrap;}
.lnb-item {display:inline-block; height:64px; line-height:64px; white-space: normal;}



.lnb-item a {display:inline-block; position:relative; }
.lnb-item a span{font-size:18px; line-height:1.3; display:inline-block; color:#fff;   padding:0 30px;}
.lnb-item a span::after {content:''; display:block; width:calc(100% - 100%); height:2px; background-color:#ed7533; position:absolute; bottom:-3px; left:50%; transform:translateX(-50%); transition:all 0.3s ease-in-out;}
.lnb-item a::before {content:''; display:block;  width:100%; height:0; background-color:#fff; position:absolute; left:0; bottom:0; z-index:-1; transition:all 0.3s ease-in-out; border-radius: 15px 15px 0 0;}

.lnb-item.is-active a span,
.lnb-item a:hover span {color:#ed7533; font-weight:700;}
.lnb-item.is-active a span::after,
.lnb-item a:hover span::after {width:calc(100% - 60px);}

.lnb-item.is-active a:hover::before,
.lnb-item.is-active a::before {height:calc(100% - 10px);}

.lnb-title {display:none;}

@media only screen and (max-width: 1280px) {
	.lnb-wrap {border-radius: 20px 20px 0 0; padding:0 10px;}
	.lnb-item {height:54px; line-height:54px;}
	.lnb-item a span{font-size:16px; padding:0 20px;}
}

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

	.lnb-wrap {padding:0;}
	.lnb-home {display:none;}

	.lnb-title {display:block; font-size:0; height:50px;  text-align:center; border-radius: 20px 20px 0 0; }
	.lnb-title:before {content:''; display:inline-block; height:100%; vertical-align:middle; width:0px;}
	.lnb-title span {display:inline-block; text-align:left; width:calc(100% - 50px); }
	
	.lnb-open {display:inline-block; font-size:18px; color:#222; width:100%; padding:0 10px 0 20px; color:#fff;}
	.lnb-open:hover,
	.lnb-open:active,
	.lnb-open:focus {color:#fff;}
	.lnb-open:after {content:''; display:inline-block; width:36px; height:36px; background:#fff url('../images/common/lnb_open.png') 50% 50% no-repeat;  vertical-align:middle; margin-left:10px; border-radius:36px;transition: all .3s ease-in-out;}



	.lnb-list {display:block; width:100%; max-height:0px; overflow:hidden; position:absolute; top:50px; left:0; background-color:rgba(255, 255, 255, 1); transition: all .3s ease-in-out;  z-index:1000; box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, .1); border:2px solid #ed7533; opacity:0; border-radius: 0 0 20px 20px;}
	.lnb-item {display:block; height:auto; line-height:1.3; padding:0;}
	.lnb-item a {display:block; width:100%; position:relative; border-top:1px solid #d9d9d9;}
	.lnb-item:first-child a {border-top:0;}
	.lnb-item a span{display:block; height:auto; font-size:16px; font-weight:400; text-align:left; color:#666; border:0; position:static; padding:10px 20px;}
	.lnb-item a span::after {display: none;}
		
	.lnb-item.is-active a {border-bottom:0;}
	.lnb-item.is-active a span {background-color:#fff; color:#222;font-weight:500;}
	.lnb-item a:hover span {background-color:#ed7533; color:#fff;  height:auto; margin:0; border-right:0;transition: all .2s ease-in-out; font-weight:400;}

	.lnb-item a::before {display:none;}
	

	.lnb-list.js-active {max-height:500px; opacity:1; transition: all .5s ease-in-out; }

	.lnb-title.js-active .lnb-open:after {transform:rotate(-180deg); transition: all .3s ease-in-out;}
}

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

	.lnb-wrap {border-radius: 15px 15px 0 0; padding:0 10px;}

	.lnb-title {height:40px;}
	.lnb-title span {width:calc(100% - 40px); }
	
	.lnb-open {font-size:16px; padding:0 0px 0 10px;}
	.lnb-open:after {width:28px; height:28px; margin-left:10px;}


	.lnb-list {top:40px; border-radius: 0 0 15px 15px;}
	.lnb-item a span{font-size:14px; padding:8px 20px;}
}






/* footer-top */
.footer-top{display:block; width:60px; height:60px; font-size:0; position: fixed; right: 20px; bottom: 20px; z-index:1;  border-radius: 60px; background-color:#f2ebd4;}
.footer-top:hover{background-color:#f5752f}
.footer-top:before{content:''; position:absolute; left:50%; top:30%; width:15px; height:15px; box-sizing:border-box; border-left:2px solid #222; border-top:2px solid #222; transform:translate(-50%, 0%) rotate(45deg);
}
.footer-top:after{content:''; position:absolute; left:calc(50% + 0px); top:calc(50% + 2px); width:2px; height:32px; transform:translate(-50%, -50%) rotate(0deg); background:#222;}
.footer-top:hover::before {border-color:#fff;}
.footer-top:hover::after {background-color:#fff;}

.footer-top.on{position:absolute; top:4%;}

@media only screen and (max-width:1024px){
	.footer-top{width:50px; height:50px;}
	.footer-top:before{width:12px; height:12px; top:30%;}
	.footer-top:after{height:24px;}

	.footer-top.on{top:10px;}


}

@media only screen and (max-width: 900px){
	.footer-top.on{top:6px;}
	
}
@media only screen and (max-width: 768px){
	.footer-top{ right:10px; }
	
}

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

}



/*Sub Title*/

.contents__title {padding: 50px 0 0 0; position:relative; z-index:2;}
.contents__title h3{text-align:center; font-family:'Jalnan', sans-serif;font-size:40px;color:#222; position:relative;}
.contents__title h3 span{display:inline-block; line-height:1.3;}



@media only screen and (max-width:1024px){
	.contents__title {padding: 40px 0 0 0;}
	.contents__title h3{ font-size: 32px;}
}
@media only screen and (max-width:768px){
	.contents__title {padding: 35px 0 0 0;}
	.contents__title h3{ font-size: 28px;}
	.contents__title h3 span{ background-size:20px auto; padding:20px 0 0 0;}

	

}
@media only screen and (max-width:480px){
	.contents__title {padding: 30px 0 0 0;}
	.contents__title h3{ font-size: 24px;}

}

/*Sub Small Title*/
.sub__stitle {overflow:hidden;}
.sub__stitle h3 {text-align:center; position: relative; } 
.sub__stitle span {background:#fff; padding:0 5%; display: inline-block; font-size:30px; font-weight:500; color:#222; margin:0 20px; line-height:1.3;}
.sub__stitle h3:before,
.sub__stitle h3:after {content:''; display:block; width: 50%; height:1px;  background:#ef413d; position:absolute; top:50%; z-index:-1;}
.sub__stitle h3:before {left:0;}
.sub__stitle h3:after {right:0;}

@media only screen and (max-width:768px){
	.sub__stitle span {font-size:24px;}

}
@media only screen and (max-width:480px){
	.sub__stitle span {font-size:20px;}
}


/*Footer Banner*/
.footer__banner {border-top:1px solid #e9eaeb; background-color:#fff;}
.footer__banner-wrap {position:relative; font-size:0;}
.footer__banner-tit {width:18%; display:inline-block;}
.footer__banner-tit .title {font-family: 'jalnan', sans-serif; font-size:20px; color:#222;}
.footer__banner-list {width:82%; display:inline-block; font-size:0; padding:1.4% 0;}
.footer__banner-item {margin : 0 10px;}
.footer__banner-item a {display:block;text-align:center;}
.footer__banner-item a img {display:inline-block;}
.footer__banner-control {position:absolute; left:8%; top:50%; transform:translateY(-50%); font-size:0;}
.footer__banner-control a {display:inline-block; width:22px; height:22px; background-repeat:no-repeat; overflow:hidden; text-indent:-9999px; transition:all 0.3s ease-in-out;}
.footer__banner-control a + a {margin-left:16px;}
.footer__banner-prev {background-image:url('../images/common/ico_control_prev.png'); background-position:0 0;}
.footer__banner-next {background-image:url('../images/common/ico_control_next.png'); background-position:-20px 0; }
.footer__banner-play {background-image:url('../images/common/ico_control_pause.png'); background-position:0 0;}
.footer__banner-play.js-pause {background-image:url('../images/common/ico_control_play.png'); background-position:0 0;}
.footer__banner-prev:hover {background-position:-20px 0;}
.footer__banner-next:hover {background-position:0 0; }
.footer__banner-play:hover {background-position:0 -20px;}
.footer__banner-play.js-pause:hover {background-position:0 -20px;}

@media only screen and (max-width: 1440px) {
	.footer__banner-list {width:calc(82% - 70px);}
}
@media only screen and (max-width: 1280px) {
	.footer__banner-control {left:9%;}
	.footer__banner-control a + a {margin-left:10px;}
}
@media only screen and (max-width: 1024px) {
	.footer__banner-tit {width:20%;}
	.footer__banner-tit .title {font-size:20px;}
	.footer__banner-list {width:calc(80% - 60px);}
	.footer__banner-control {left:10%;}
	.footer__banner-control a + a {margin-left:10px;}
}
@media only screen and (max-width: 900px) {
	.footer__banner-tit {width:100%; border-bottom:1px dashed #d6d6d6; padding:20px 0;}
	.footer__banner-tit .title {font-size:20px;}
	.footer__banner-list {width:100%; padding:3% 0;}
	.footer__banner-control {left:100px; top:19px; transform: translateY(0);}
	.footer__banner-control a + a {margin-left:10px;}
}