@charset "utf-8";


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

/*header*/
.header-wrap {width: 100%; position: fixed; z-index: 999; transition: all 0.3s ease-in-out;}
.header-wrap.js-fixed,
.header-wrap.js-open-d,
.header-wrap.js-fixed.js-open-d {background: rgba(255, 255, 255, 1);}


.header-inner {text-align: center; }


.header-logo {position: absolute; top: 50%; left: 50px; transform: translateY(-50%); z-index: 1001;}
.header-logo a {display: block; font-size: 0; width: 162px; height: 31px; background: url('../images/common/main_logo.png') no-repeat center / contain;}
.header-logo a:hover,
.header-wrap.js-open-d .header-logo a,
.header-wrap.js-fixed .header-logo a {background: url('../images/common/main_logo-color.png') no-repeat center / contain;}



/*GNB*/
.gnb {transition: all 0.3s ease-in-out; position: relative; z-index: 1000;}
.gnb:after {content: ''; display: block; background-color: #fff; position: absolute; left: 0; top: 120px; height: 0; width: 100%; transition: all 0.3s ease-in-out;}
.gnb.js-open-d:after {height: 80px; border-top: 1px solid #e4e4e4;}
.header-wrap.js-fixed .gnb:after {top: 80px;}
.header-wrap.js-fixed .gnb.js-open-d:after {height: 80px;}

.gnb-wrap {font-size: 0; width: auto; display: inline-block; max-width: 1400px; position: relative;}
.gnb-1dep {display: inline-block; height: 120px; transition: all 0.3s ease-in-out; position: relative;}

.gnb-1dep > a {display: block; line-height: 120px; padding: 0 25px; font-size: 17px;  text-transform: uppercase; letter-spacing: 1px; color: #fff; position: relative; transition: all 0.3s ease-in-out; letter-spacing: -0.01em;}
.gnb-1dep > a:after {content: ''; display: block; height: 0; width: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: #b11116; transition: all 0.3s ease-in-out;}
.gnb-1dep.js-open-d > a:after {height: 10px;}

.header-wrap.js-fixed .gnb-1dep {height: 80px;}
.header-wrap.js-open-d .gnb-1dep > a {color: #222;}
.header-wrap.js-fixed .gnb-1dep > a {color: #222; line-height: 80px;}
.header-wrap.js-open-d .gnb-1dep.js-open-d > a {color: #b11116;}


.gnb-2dep {max-height: 0; overflow: hidden; position: absolute; top: 120px; left: 0; transition: all 0.3s ease-in-out; z-index: 1000; white-space: nowrap; text-align: left;}
.gnb-1dep:nth-of-type(5) .gnb-2dep,
.gnb-1dep:nth-of-type(6) .gnb-2dep {left: auto; right: 0;}
.header-wrap.js-fixed .gnb-2dep {top: 80px;}

.gnb-2dep > li {display: inline-block; line-height: 80px;}
.gnb-2dep > li+li {margin-left: 10px;}
.gnb-2dep > li > a {display: block; border-radius: 20px; padding: 0 27px; line-height: 80px; font-size: 16px; color:#666; transition: all 0.3s ease-in-out;}
.gnb-2dep > li > a:hover {color: #000;}
.gnb-2dep > li > a span {vertical-align: baseline;}

.gnb-1dep.js-open-d .gnb-2dep {max-height: 80px; transition: all 0.3s ease-in-out; top: 120px;}
.header-wrap.js-fixed .gnb-1dep.js-open-d .gnb-2dep {max-height: 80px; top: 80px;}

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

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


@media only screen and (max-width: 1440px) {
	.header-logo {left: 20px;}
	.gnb-1dep > a {padding: 0 20px; font-size: 16px;}
	.gnb-2dep > li > a {padding: 0px 10px;}
}

@media only screen and (max-width: 1240px) {
	.header-logo a {width: 100px;}
	.gnb-1dep > a {font-size: 15px; padding: 0 15px;}
	.gnb-2dep > li > a {font-size: 15px; padding: 0 10px;}
}

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

	.header-wrap {min-width:320px; z-index:9999;border-bottom-color:rgba(234, 234, 234, 0.2);}
	.header-inner {height:60px; text-align:left;}




	/*GNB*/
	.gnb {width:320px; height:100%; padding-right: 0; height:100vh;background:#fff; display:block; position:fixed; z-index:1002; top:0px; right:-100%;transition: all 0.3s ease-in-out; overflow-y:auto; -webkit-overflow-scrolling:touch;}

	.gnb-wrap {margin:0; width:100%;}
	.gnb.js-open-m {right:0;transform:translateZ(0);}

	.gnb-1dep{display:block; height:auto; position:relative; border-bottom: 1px solid #ddd; width:100%; max-width:100%; }
	.header-wrap.js-fixed .gnb-1dep {height:auto;}
	.gnb-1dep:before {display:none;}
	.gnb-1dep > a {display:block; line-height:50px; padding:0 20px; color:#000; text-transform: none; margin:0;}
	.header-wrap.js-fixed .gnb-1dep > a {line-height:50px;}
	.gnb-1dep > a span {color:#222; font-size:16px; letter-spacing: 0;}
	.gnb-1dep > a i.logo {background: url('../images/common/extigen-logo_black.png') no-repeat center / 100%;}

	.gnb-1dep > a:hover span,
	.gnb-1dep.js-open-m > a span{color:#000;}

	.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(4) .gnb-2dep,
	.gnb-1dep:nth-child(5) .gnb-2dep {display:none;height:auto; max-height:1500px; position:static; width:auto; padding:0; margin:0; background-color:#efefef;border-top:0px solid #ddd;  transform:translateX(0); border-radius: 0; box-shadow:none; transition: none;}
	.gnb-1dep:last-child .gnb-2dep {margin-left:0;}

	.gnb-2dep > li {border-bottom:1px solid #ddd; padding:0; margin:0; display: block;}
	.gnb-2dep > li > a {display:block; padding:12px 30px; color:#666; text-align:left; line-height:1; border-radius: 0;}
	.gnb-2dep > li > a span {line-height:1.3;font-size:14px; }
	.gnb-2dep > li > a:hover {background: #b11116;}
	.gnb-2dep > li > a:hover,
	.gnb-2dep > li > a:focus { color:#fff;}

	.gnb-2dep > li > a:hover span {transform: translate(0);}

	.gnb-2dep > li:first-child {margin-top:0px;}
	.gnb-2dep > li:last-child {margin-bottom:0px; border:0;}
	.gnb-2dep > li+li {margin-left: 0;}


	/*3depth*/
	.gnb-3dep { padding:0; border-top:1px dashed #ccc;}
	.gnb-3dep a {display:block; padding:8px 0 8px 45px; position:relative; color:#888;}
	.gnb-3dep a:hover {color:#222; padding:8px 0 8px 45px;}
	.gnb-3dep a:before,
	.gnb-3dep a:hover:before {left:38px; top:15px;}
	.gnb-3dep > li:last-child {margin-bottom: 0px;}

	.gnb-1dep.js-open-m > a:before {display:none;}
	.gnb-1dep.js-open-m .gnb-2dep{max-height:none;border-top:1px solid #ddd;}


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

	.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; z-index: 1001;}
}


/*Util*/
.top__util {position: absolute; right: 50px; 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;}

.top__util .search-btn {width: 20px; height: 27px; background: url('../images/common/search-btn.png') no-repeat center; cursor: pointer;}
.header-wrap.js-open-d .top__util .search-btn,
.header-wrap.js-fixed .top__util .search-btn {background: url('../images/common/search-btn-black.png') no-repeat center;}

.language .language-link {display: block; width: 34px; height: 30px; background: url('../images/common/i_language.png') no-repeat center; z-index: 3; transition: all 0.1s ease-in-out;}
.header-wrap.js-open-d .language .language-link,
.header-wrap.js-fixed .language .language-link {background: url('../images/common/i_language-h.png') no-repeat center;}

.language {position: relative;}
.language-wrap {position: absolute; top: 75px; left: 50%; transform: translateX(-50%); display: none; overflow: hidden; z-index: 2;}
.header-wrap.js-fixed .language-wrap {top: 55px;}
.language-list {overflow: hidden;}

.language-list li+li {margin-top: 1px;}
.language-list li a {display: block; padding: 10px 25px; text-align: center; font-size: 14px; color:#fff; background: #222; transition: all 0.3s ease-in-out; }
.language-list li:first-child a,
.language-list li a:hover {background:#b11116; font-weight: 700;}

.allmenu .allmenu-link {display: block; position: relative; width: 30px; height: 20px; overflow: hidden;}
.allmenu .allmenu-link span {display: block; height: 2px; width: 14px; background: #fff; transition: all 0.3s ease-in-out;}
.allmenu .allmenu-link span:nth-of-type(2),
.allmenu .allmenu-link:hover span {width: 100%;}
.allmenu .allmenu-link span+span {margin-top: 6px;}

.header-wrap.js-open-d .allmenu .allmenu-link span,
.header-wrap.js-fixed .allmenu .allmenu-link span {background: #222;}


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

	.top__util .unience-btn a {padding: 10px 15px;}
	.language .language-link {padding: 0 5px 0 30px;}
}

@media only screen and (max-width: 1024px) {
	.top__util .language {display: none;}
	#gnb .language .language-link {line-height: 60px; width: 60px; height: 60px; margin: 0 20px;}
	#gnb .gnb-inner-util .language-wrap {display: none; top: 100%;}
	.header-wrap.js-open-d #gnb .language .language-link {background: url('../images/common/i_language.png') no-repeat center;}
}




@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;}
}


/* 검색창 */
.search {width: 100%; position: absolute; top: 120px; left: 0; background: #fff; padding: 66px 0; display: none; border-top: 1px solid #e4e4e4;}
.header-wrap.js-fixed .search {top: 80px;}
.search.active {display: block;}
.search-inner {max-width: 1400px; margin: 0 auto; font-size: 0;}
.search-inner .title {display: inline-block; margin-right: 24px;}
.search-inner .title h2 {font-size: 50px; font-weight: 300; color: #222;}
.search-inner .title span {vertical-align: baseline; font-weight: 600; color: #b11116;}
.search-inner input {display: inline-block; width: 45%; padding: 0 40px; background: #000; font-size: 20px; font-weight: 400; line-height: 55px; color: #fff; vertical-align: top;}
.search-inner .search-start {display: inline-block; font-size: 16px; font-weight: 700; color: #fff; background: #b11116; padding: 0 30px; line-height: 55px; cursor: pointer; border: 0; vertical-align: top;}

@media only screen and (max-width: 1024px) {
	.header-wrap.js-fixed .search,
	.search {top: 60px;}
	.search-inner {text-align: center;}
	.search-inner .title h2 {font-size: 30px;}
	.search-inner input {font-size: 18px;}
}

@media only screen and (max-width: 640px) {
	.search {padding: 30px 0;}
	.search-inner .title {display: block; margin: 0 0 15px;}
	.search-inner input {width: 70%;}
}

@media only screen and (max-width: 480px) {
	.search-inner input,
	.search-inner .search-start {width: 100%; text-align: center;}
}


/* 전체메뉴 */
.newAllmenu {z-index:1005; position:relative; display: none;}

.newAllmenu-close {display:block; position: fixed; right: 20px; top: 20px; width: 60px; height: 60px; z-index:1002; padding:0; font-size:0; background-color:transparent; 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:#b11116;}

.newAllmenu-wrap {position: fixed; width:100%; height:100%; top:0; left:0; z-index: 1001; overflow:hidden; background:#0f121f url('../images/common/allmenu-bg.png') no-repeat right bottom / cover;}

.newAllmenu-inner {display:block; max-width:1600px; height: 100vh; padding:0 20px; position:relative; margin:0 auto; overflow: hidden;}
.newAllmenu-inner::before {display: block; content: ""; width: 100%; height: 264px; background: url('../images/common/footer-bg.png') no-repeat center bottom; position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%);}

.newAllmenu-nav {font-size:0; letter-spacing:-0.05em; position:relative; width:100%; border-left: 1px solid rgba(255, 255, 255, 0.1);}
.newAllmenu-nav::before,
.newAllmenu-nav::after {content:''; display:block; position:absolute; width:200%; height:100%; top:0; z-index: -1;}
.newAllmenu-nav::before {left:-200%;}
.newAllmenu-nav::after {right:-200%;}

.newAllmenu-1dep {display:inline-block; vertical-align:top; width: calc(100% / 7); padding: 10% 0 0; min-height:100vh; transition: all 0.5s ease-in-out; background-repeat: no-repeat; position: relative; background-position:50% 50%; background-size:cover; overflow: hidden;}
.newAllmenu-1dep::before {content:''; display:block; width: 7px; height:0; position:absolute; top:0; left: 10%; background: url('../images/common/allmenu-deco.png') no-repeat center bottom; transition: all 0.5s ease-in-out; transition-delay: 0s; z-index:0;}
.newAllmenu-1dep:hover::before {height: 130px;}

.newAllmenu-1dep:after {content:''; display:block; width:1px; height:100%; background-color:rgba(255, 255, 255, 0.1); position:absolute; top:0; right: 0;}

.newAllmenu-1dep > a {display:block; font-size:22px; font-weight:700; text-align:left; color:#fff; text-transform: uppercase; margin-bottom: 70px; transition: all 0.5s ease-in-out; transition-delay: 0s; transform: translateX(-150%);}

.newAllmenu-1dep > a > span {display: inline-block; width: 80%; padding:4% 10% 2%; color:#fff; line-height:1.1; letter-spacing: -0.01em;}
.newAllmenu-1dep > a > span em {vertical-align: baseline;}
.newAllmenu-1dep:hover > a > span {color: #101322;}
.newAllmenu-1dep:hover > a > span em {color: #b11116;}

.newAllmenu.js-active .newAllmenu-1dep > a {transform: translateX(0);}

.newAllmenu-1dep:hover,
.newAllmenu-1dep:focus {background-color:#fff;}




.newAllmenu-2dep {padding-top:5%; transition: all 0.5s ease-in-out; transition-delay: 0s; transform: translateX(-150%); text-align: left;}
.newAllmenu.js-active .newAllmenu-2dep {transform: translateX(0);}
.newAllmenu-2dep > li > a {display:block; padding:5% 10%; color:#fff; font-size:18px; font-weight: 500; line-height:1.3; transition: all 0.3s 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 {font-weight: 700; color:#b11116;}

.newAllmenu-2dep > li > a span {position: relative; padding-bottom: 5px;}



@media only screen and (max-width: 1600px) {
	.newAllmenu-1dep > a > span {padding: 4% 10% 2%;}
	.newAllmenu-2dep > li > a {padding: 5% 10%;}
	.newAllmenu-1dep > a {margin-bottom: 25px;}
	.newAllmenu-1dep > a > span {font-size: 18px;}
}

@media only screen and (max-width: 1440px) {
	.newAllmenu-close {width:50px; height:50px;}
	.newAllmenu-1dep > a {font-size:20px;}
	.newAllmenu-2dep > li > a {font-size:15px;}
	.newAllmenu-1dep:hover::before {height: 120px;}
}
@media only screen and (max-width: 1240px) {
	.newAllmenu-1dep::before {left: 8%;}
	.newAllmenu-1dep:hover::before {height: 80px;}
	.newAllmenu-1dep > a > span {font-size: 16px;}
	.newAllmenu-1dep > a > span {padding: 4% 8% 2%;}
	.newAllmenu-2dep > li > a {padding: 5% 8%;}
	.newAllmenu-close {right:5px; top:5px; width:40px; height:40px;}
	.newAllmenu-close span:before,
	.newAllmenu-close span:after {width:32px; height:2px;}
}
@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(34, 35, 34, 0.9);}


/* footer */
.footer {background: #090d18; text-align: left; position: relative;}
.footer__inner {max-width: 1400px; margin: 0 auto; padding: 80px 0 130px; font-size: 0; background: url('../images/common/footer-bg.png') no-repeat center / 100%;}
.footer__inner::after {display: block; content: ""; clear: both;}

.footer-left {float: left; padding-top: 20px;}
.footer-menu {font-size: 0;}
.footer-menu li {display: inline-block; padding-right: 30px; position: relative;}
.footer-menu li+li {padding-left: 30px;}
.footer-menu li+li::after {display: block; content: ""; width: 1px; height: 100%; background: #84868c; position: absolute; top: 0; left: 0;}
.footer-menu a {display: block; font-size: 16px; font-weight: 500; color: #dadada;}
.footer-menu a:hover {color: #b11116;}
.address-wrap {margin-top: 55px; letter-spacing: 1px;}
.address-wrap .address {font-size: 16px; font-weight: 600; color: #dadada; line-height: 1.4;}
.address-wrap .tel,
.address-wrap .fax,
.address-wrap .email {display: inline-block; font-size: 17px; font-weight: 300; color: #dadada; line-height: 1.4; margin-right: 45px; margin-top: 10px;}

.copyright {font-size: 15px; font-weight: 300; color: #5b5f6b; margin-top: 40px;}

.footer-right {float: right;}
.footer-logo a {display: block; width: 212px; height: 40px; background: url('../images/common/main_logo-color.png') no-repeat center / contain;}
.footer-right .btn {margin-top: 45px;}
.footer-right .btn a {display: block; padding: 15px 25px; background: #fff;}
.footer-right .btn a span {vertical-align: baseline; padding-left: 45px; font-size: 17px; font-weight: 600; color: #090d18; position: relative;}
.footer-right .btn a span::after {display: block; content: ""; width: 28px; height: 20px; background: url('../images/common/footer_btn-i.png') no-repeat center; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

.footer-top {position: absolute; top: -10px; right: 0; display: block; width: 76px; height: 148px; background: url('../images/common/footer-top.png') no-repeat center; font-size: 0; z-index: 1;}
.fp-tableCell .footer-top {display: block !important;}

@media only screen and (max-width: 1620px) {
	.footer__inner {margin: 0 auto; max-width: 1400px;}
	.footer-right {margin-top: 120px;}
	.footer-menu li+li {margin-left: 20px;}
}

@media only screen and (max-width: 1440px) {
	.footer__inner {padding: 40px 20px 80px;}
	.footer-menu li+li {margin: 5px 0 0;}
	.footer .footer-box.nth-4 {padding-right: 40px;}
}

@media only screen and (max-width: 1240px) {
	.footer-menu li {display: inline-block;}
	.footer-menu li+li {margin: 0; margin-left: 40px;}
	.footer-logo a {margin-top: 20px;}

	.footer .footer-box {width: 33.3333%;}
	.footer .footer-box.nth-1 {width: 100%; padding-top: 0;}
	.footer .footer-box.nth-2 {border-left: 0;}

	.copyright {right: 80px;}
}

@media only screen and (max-width: 1024px) {
	.footer .footer-box {padding: 20px 10px;}
	.footer-box p span {margin-right: 10px; min-width: 60px; font-size: 16px;}

	.footer-left {width: calc(100% - 250px);}
	.footer-top {height: 110px; background-size: contain;}
	.footer-right {margin-top: 80px;}
	.footer-menu li {padding-right: 20px;}
	.footer-menu li+li {padding-right: 0; padding-left: 20px; margin: 0;}
}

@media only screen and (max-width: 768px) {
	.footer .footer-box {width: 100%; flex-wrap: wrap; border-left: 0; padding-left: 0;}
	.footer .footer-box.nth-3 {border-top: 1px solid #4d4d4d;}
	.footer .footer-box.nth-4 {border-top: 1px solid #4d4d4d; margin-bottom: 30px; padding-right: 10px;}
	.footer-box .address-wrap {width: 100%;}
	.footer-box .address-wrap p {min-height: 0;}
	.footer-box .number-wrap {min-height: 0; margin-top: 10px;}
	.footer-box p span {min-width: 65px; margin-right: 10px;}
}

@media only screen and (max-width: 640px) {
	.footer-left {width: 100%;}
	.footer-right {width: 100%; margin-top: 0; text-align: center;}
	.footer-logo a {margin: 20px auto 0;}
	.copyright {text-align: center;}
}

@media only screen and (max-width: 480px) {
	.footer-menu {text-align: center;}
	.footer-menu li {width: 100%; padding: 0;}
	.footer-menu li+li {margin-top: 10px; margin-left: 0; padding: 0;}
	.footer-menu li+li::after {display: none;}
	.footer-left {text-align: center;}
	.address-wrap .tel, .address-wrap .fax, .address-wrap .email {margin-right: 0;}
	.address-wrap {margin-top: 30px;}
	.address-wrap .address {font-size: 15px;}
	.footer-logo a {margin: 20px auto 0;}

	.footer .footer-box.nth-2 {padding-left: 0;}
	.footer-box p span {margin-right: 5px;}
	.footer-box .number-wrap p {font-size: 14px;}
}




#container {padding:0px 0 0 0; overflow: hidden;}
.contents {overflow: hidden;}

@media only screen and (max-width: 1024px) {
	#container {padding:0px 0 0 0;}
}

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

}


.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: 210px 0 0; min-height: 550px; background-size: cover; position: relative; font-size: 0; overflow: hidden; }

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

.sub_title {display: inline-block;}
.sub_title h2 {font-size: 65px; font-weight: 500; text-transform: uppercase; color:#fff; line-height: 1; letter-spacing: -0.01em;}
.sub_title p {margin-top: 15px; font-size: 18px; color: #000; line-height: 1.4;}
.sub_title p span {color: #b11116; vertical-align: baseline; font-weight: 400;}
.sub_title p em {font-weight: 700; vertical-align: baseline;}

.sub_visual-bg {display: block; position: absolute; top: 0; left: 0; width: 100%; transform: scale(1.5); transition: all 10s ease-in-out; background:url('../images/contents/visual_bg01.jpg') no-repeat center / cover;}
.sub_visual-bg.is-active {transform: scale(1);}

.sub_visual.nth-2 .sub_visual-bg {background-image: url('../images/contents/visual_bg02.jpg');}
.sub_visual.nth-3 .sub_visual-bg {background-image: url('../images/contents/visual_bg03.jpg');}
.sub_visual.nth-4 .sub_visual-bg {background-image: url('../images/contents/visual_bg04.jpg');}
.sub_visual.nth-5 .sub_visual-bg {background-image: url('../images/contents/visual_bg05.jpg');}
.sub_visual.nth-6 .sub_visual-bg {background-image: url('../images/contents/visual_bg06.jpg');}
.sub_visual.nth-7 .sub_visual-bg {background-image: url('../images/contents/visual_bg07.jpg');}


@media only screen and (max-width: 1440px) {
	.sub_visual-inner {margin: 0 20px;}
}

@media only screen and (max-width: 1240px) {
	.sub_visual {min-height: 450px; padding: 165px 0 0;}
	.sub_title h2 {font-size: 40px;}
}

@media only screen and (max-width: 1024px) {
	.sub_visual-bg {background-position: 80% center;}
}

@media only screen and (max-width: 640px) {
	.sub_visual-bg {background-position: 60% center;}
	.sub_title h2 {font-size: 30px;}
}

@media only screen and (max-width: 480px) {
	.sub_visual {padding: 150px 0; min-height: 1px;}
}


.visual__contents-inner {position:relative;}


/* lnb */
.lnb {width: 100%; transform: translateY(-65px); text-align: left; z-index: 3; background-color: rgba(0, 0, 0, .6);}

.lnb-wrap {position: relative; max-width: 1400px; margin: 0 auto; text-align: center;}
.lnb-list {font-size: 0;}

.lnb-list > li {display: inline-block; vertical-align: top;}

.lnb-home {width: 65px; height:65px; position: absolute; top: 0; left: 0;}
.lnb-home a {display: block; width: 100%; height: 100%; background: url('../images/common/lnb_home_ico.png') center center no-repeat; transition: all 0.3s ease-in-out; position: relative;}
.lnb-home a::after {display: block; content: ""; width: 0; height: 5px; background: #b11116; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s ease-in-out;}
.lnb-home a:hover {background: #fff url('../images/common/lnb_home_ico_h.png') center center no-repeat;}
.lnb-home a:hover::after {width: 16px;}

.lnb-item {height: 65px; box-sizing: border-box;}
.lnb-item a {display: block; padding: 0 40px; position: relative;}
.lnb-item+.lnb-item a::before {display: block; content: ""; width: 1px; height: 6px; background: #666; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

.lnb-item a span {line-height: 65px; font-size: 16px; font-weight: 400; color: #8f8f8f; position: relative;}
.lnb-item a span::after {display: block; content: ""; width: 0; height: 5px; background: #b11116; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); transition: all 0.3s ease-in-out;}
.lnb-item.on a span::after,
.lnb-item a:hover span::after {width: 100%;}

.lnb-item.on a,
.lnb-item a:hover {background: #fff;}
.lnb-item.on a span,
.lnb-item a:hover span {color: #000;}
.lnb-item.on a span {font-weight: 700;}

@media only screen and (max-width: 1240px) {
	.lnb-item a {padding: 0 30px;}
	.lnb-item a span {font-size: 15px;}
}

@media only screen and (max-width: 1024px) {
	.lnb-list {padding-left: 65px;}
	.lnb-item a {padding: 0 20px;}
}
@media only screen and (max-width: 768px) {
	.lnb-wrap {overflow-x: scroll;}
	.lnb-list {white-space: nowrap;}
}








/*Sub Title*/

.contents__title {padding: 5px 0 70px; position: relative; z-index: 2;}
.contents__title h3 {text-align: center; font-size: 45px; color:#222; position: relative; font-weight: 700;}



@media only screen and (max-width:1024px){
	.contents__title {padding: 0 0 35px;}
	.contents__title h3{ font-size: 36px; padding-bottom:26px;}
	.contents__title h3::after {width:8px; height:8px;}
}
@media only screen and (max-width:768px){
	.contents__title h3{ font-size: 32px; padding-bottom:16px; }
	.contents__title h3::after {width:6px; height:6px;}
}
@media only screen and (max-width:480px){
	.contents__title {padding: 0 0 25px;}
	.contents__title h3{ font-size: 28px; padding-bottom:10px;}

}

/*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;}
}
