@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:9999; transition: all .3s ease-in-out; background-color:rgba(46, 55, 124, 0.3); border-bottom:1px solid rgba(255, 255, 255, 0);}
.header-inner { text-align:center; }




.header-logo {position:absolute; left:50px;top:50%; transform:translateY(-50%); transition: all .3s ease-in-out;}

.header-logo a {display:block; width:184px; height:33px; background:url('../../image/delta/app/top_logo.png') 0 0 no-repeat; background-size: 100%; overflow:hidden; text-indent:-9999px; text-align:left; transition: all .3s ease-in-out;}

.header-wrap.js-fixed,
.header-wrap.js-hover{background-color:rgba(255, 255, 255, 1); border-bottom-color:rgba(234, 234, 234, 1); transition: all .3s ease-in-out; }
.header-wrap.js-fixed .header-logo a,
.header-wrap.js-hover .header-logo a {background-position:0 -33px;}


/*GNB*/
.gnb {display:inline-block; width:100%;transition: all .3s ease-in-out;}
.gnb-wrap {font-size:0; width:80%; display:inline-block;}
.gnb-1dep{display:inline-block; vertical-align:middle; height:100px; min-width:220px; max-width:20%;  position:relative;  transition: all .3s ease-in-out; }
.gnb-1dep > a {display:block;line-height:100px;padding:0 10%;position:relative;transition: all .3s ease-in-out;color:#fff;z-index:1001;user-select: none;}
.gnb-1dep > a span {display:inline-block; font-size:20px; font-weight:500; line-height:1.3;}

.header-wrap.js-fixed .gnb-1dep > a,
.header-wrap.js-hover .gnb-1dep > a {color:rgba(0, 0, 0, 1);transition: all .3s ease-in-out;}


.header-wrap .gnb-1dep:nth-child(2) .gnb-2dep > li+li{margin-top: 20px;}
.header-wrap .gnb-1dep:nth-child(2) .gnb-2dep > li > a,
.header-wrap .gnb-1dep:nth-child(2) .gnb-2dep .gnb-2dep__ {border-bottom: 1px solid #fff;}

.gnb-1dep.js-open-d > a span,
.header-wrap.js-fixed .gnb-1dep.js-open-d > a span,
.gnb-1dep > a:hover span {color:#fff; font-weight: 600;}


.gnb-1dep:before {content: ''; position: absolute; left: 50%; bottom: 0; width:0%; height:2px; transform: translate(-50%, 0); background:#fff; transition: all 0.5s ease-in-out; font-size:0; opacity:0; z-index:1001;}
.gnb-1dep.js-open-d:before { opacity:1; bottom:0%; width:80%; height:2px;}


.gnb-2dep {max-height:0; overflow:hidden; position:absolute; width:100%; top:0px; left:50%; transform:translateX(-50%); transition: all 0.3s ease-in-out; z-index:1000; background-color:#2e377c; box-shadow: 7px 0px 35px -2px rgba(0, 0, 0, .2); padding:0 10%;}


.gnb-2dep > li {margin-top:0px;}
.gnb-2dep .gnb-2dep__ em {position: relative;}
.gnb-2dep > li > a,
.gnb-2dep .gnb-2dep__ {display:block;text-align: left;padding:5% 0 5% 0%;font-size:16px;color:#fff;font-weight:400;line-height:1.4;user-select: none;}
.gnb-2dep > li:hover > a {color:#fff; font-weight: 600;}
.gnb-2dep > li > a span {position: relative; display: inline-block;}
.gnb-2dep > li:hover > a span:after,
.gnb-2dep > li:hover .gnb-2dep__ em:after {content: ""; display: block; width: 10px; height: 15px; background: #fff; transform: skew(30deg) translate(50%, -50%); position: absolute; top: 50%; right: -20px;}
.gnb-2dep > li:first-child {margin-top:120px;}
.gnb-2dep > li:last-child {margin-bottom:20px;}

.gnb-1dep:nth-of-type(2) .gnb-2dep > li > a {position: relative;}
.gnb-1dep:nth-of-type(2) .gnb-2dep > li > a::after {display: block; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10;}

.gnb-1dep.js-open-d .gnb-2dep{max-height:1000px; transition: all 0.5s ease-in-out;}

.gnb-3dep > li > a {display: block; text-align: left; padding: 5px 0; font-size: 15px; font-weight: 400; color: rgba(255, 255, 255, .7); line-height: 1.4;}
.gnb-3dep > li:hover > a {font-weight: 600; color: rgba(255, 255, 255, 1);}


.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:100px;}


/*Util*/
.top__util {position:absolute; right:45px; top:0; font-size:0; z-index:901; padding-left: 10px; line-height: 100px;}
.top__util-item {display: inline-block; vertical-align: top; height: 100px;}

.top__util-item .language-list {font-size: 0;}
.top__util-item .language-list li {display: inline-block;}
.top__util-item .language-list li+li {margin-left: 25px; position: relative;}
.top__util-item .language-list li+li:after {display: block; content: ""; width: 2px; height: 20px; background: #fff; transform: skew(-30deg) translateY(-50%); position: absolute; top: 50%; left: -50%;}
.top__util-item .language-list a {display: block; font-size: 20px; font-weight: 300; color: #fff;}
.top__util-item .language-list li.on a {font-weight: 600;}

.header-wrap.js-fixed .top__util-item .language-list a,
.header-wrap.js-hover .top__util-item .language-list a {color: #222;}
.header-wrap.js-fixed .top__util-item .language-list li+li:after,
.header-wrap.js-hover .top__util-item .language-list li+li:after {background: #222;}

.allmenu .allmenu-link {display: block; padding: 40px 15px;}
.allmenu .allmenu-link span {display: block; width: 20px; height: 3px; background: #fff;}
.allmenu .allmenu-link span+span {margin-top: 5px; font-size: 16px; font-weight: 400; text-align: center; color: #fff;}
.header-wrap.js-fixed .allmenu .allmenu-link span,
.header-wrap.js-hover .allmenu .allmenu-link span {background: #2e377c;}


/* @media all and (max-width:1600px){
	.gnb-1dep {min-width: 180px;}
	.header-wrap.js-fixed .gnb-1dep:nth-child(2),
	.header-wrap.js-hover .gnb-1dep:nth-child(2) {min-width:220px;}
	.gnb-1dep > a {font-size: 18px;}
	.gnb-2dep > li > a {font-size: 14px;}

	.top__util-item .language-list a {font-size: 18px;}
}

@media all and (max-width:1440px){
	.header-logo {left: 30px;}
	.header-logo a {width: 150px; height: 27px;}
	.header-wrap.js-fixed .header-logo a,
	.header-wrap.js-hover .header-logo a {background-position:0 -27px;}

	.gnb-1dep {min-width: 160px;}

	.top__util {right: 10px;}
	.top__util-item + .top__util-item {margin-left: 10px;}

	.language .language-link {font-size: 16px;}

	.allmenu .whatsapp {top: 140px; width: 78px; padding: 15px 10px;}
	.allmenu .whatsapp span {font-size: 16px;}
} */
@media only screen and (max-width:1700px){
	.header-logo {left: 30px;}
	.header-logo a {width: 150px; height: 27px;}
	.header-wrap.js-fixed .header-logo a,
	.header-wrap.js-hover .header-logo a {background-position:0 -27px;}

	.gnb-1dep > a {min-width: 150px;}

	.gnb-1dep > a > span,
	.language .language-link {font-size: 18px;}

	.gnb-2dep a {font-size: 15px;}

	.top__util {right: 15px;}
	.top__util-item + .top__util-item {margin-left: 15px;}
}

@media only screen and (max-width:1480px){	
	.gnb-1dep {min-width: 180px;}
	.gnb-1dep > a {min-width: 135px;}
	.gnb-2dep > li > a {font-size: 14px; padding: 10px 0;}

	.header-wrap.js-fixed .gnb-1dep:nth-child(2),
	.header-wrap.js-hover .gnb-1dep:nth-child(2) {min-width:190px;}

	.top__util {right: 10px;}
	.top__util-item + .top__util-item {margin-left: 10px;}
	.top__util-item .language-list a {font-size: 16px;}

	.allmenu .whatsapp {top: 140px; width: 78px; padding: 15px 10px;}
	.allmenu .whatsapp span {font-size: 16px;}
}

@media only screen and (max-width:1280px){
	
	.header-wrap {min-width:320px; z-index:9999; height:60px;}
	.header-inner {height:60px; text-align:left;}

	.header-wrap.js-fixed .header-logo a {background-position:0 -27px;}

	.gnb {width:320px; height:100%; background:#fff; display:block; position:fixed; z-index:1001; top:0px; right:-100%;transition: all .3s ease-in-out; overflow-y:auto; }

	.gnb-wrap {margin:0; width:100%; padding: 0;}
	.gnb.js-open-m {right:0;transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;overflow-y:auto;}


	.gnb-1dep{display:block; font-size:16px; height:auto; position:relative; border-bottom: 1px solid #ddd; width:100%; min-width:100%; max-width:100%; padding:0;}
	.gnb-1dep:before {display:none;}
	.gnb-1dep > a {display:block; line-height:50px; padding:0 20px; text-transform: none; text-align: left; margin:0; font-size:0;}
	.gnb-1dep > a span {font-size:18px; vertical-align: middle; color:#000;}

	.gnb-1dep > a:hover,
	.gnb-1dep.js-open-m > a {background: #1994cd;}
	.gnb-1dep > a:hover span,
	.gnb-1dep.js-open-m > a span {color: #fff;}

	.header-wrap .gnb-1dep:nth-child(2) .gnb-2dep > li+li {margin-top: 0;}
	.header-wrap .gnb-1dep:nth-child(2) .gnb-2dep > li > a, 
	.header-wrap .gnb-1dep:nth-child(2) .gnb-2dep .gnb-2dep__ {padding-left: 30px; color: #222;}
	.gnb-2dep > li:hover > a span:after, 
	.gnb-2dep > li:hover .gnb-2dep__ em:after {background: #222;}
	.gnb-3dep > li:hover > a {background: #2e377c;}

	.gnb-1dep > a:after {position: absolute; top: 20px; right: 16px; width: 10px; height: 10px; border-width: 0 0 1px 1px; border-style: solid; border-color: #000; content: '';  transition: all .3s ease-in-out;  transform: rotate(-135deg);}
	.gnb-1dep.js-open-m > a:after {top:20px;transition: all .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 .3s ease-in-out;  transform: rotate(-45deg);}
	.gnb-1dep.js-open-m > a.is-2depth-m:after {top:22px;transition: all .3s ease-in-out; transform: rotate(-225deg);}
	
	.gnb-2dep {height:auto; max-height:0; overflow:hidden; 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: all 0.1s ease-in-out;}
	.gnb-1dep:last-child .gnb-2dep {margin-left:0;}
	.gnb-1dep:nth-child(3) .gnb-2dep {transform: translateX(0);}

	.gnb-2dep > li {display: block; border-bottom:1px solid #ddd; padding:0; margin:0;}
	.gnb-2dep > li > a {display:block; padding:12px 30px; font-size:16px; color:#555; font-weight:300; text-align: left;}
	.gnb-2dep > li:hover > a,
	.gnb-2dep > li > a:focus { padding:12px 30px; color:#222;}
	.gnb-2dep > li:first-child {margin-top:0px;}
	.gnb-2dep > li:last-child {margin-bottom:0px; border:0;}

	.gnb-2dep > li:hover > a span:after {background: #1994cd;}

	.gnb-3dep {background-color: #fff;}
	.gnb-3dep > li+li {border-top: 1px solid #e6e6e6;}
	.gnb-3dep > li > a {padding: 12px 30px; color: #222;}

	.gnb-1dep.js-open-m > a:before {display:none;}
	.gnb-1dep.js-open-m .gnb-2dep{max-height:10000px;border-top:1px solid #ddd;transition: all 1s ease-in-out;}


	.gnb-inner-util {display:block; position:relative; height:60px; background-color:#2e377c; padding:0 60px 0 20px;font-size:0;}

	.js-open-m .gnb-mbtn-close {top:0px; right:0; min-height: 26px; z-index: 4000;}
	.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-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; }

	.top__util-item {height: auto;}
	

	.top__util .language {display: none;}
	.gnb-inner-util .top__util-item {height: 60px; line-height: 60px;}

	.header-wrap.js-fixed .top__util-item .language-list a, .header-wrap.js-hover .top__util-item .language-list a {color: #fff;}
	.header-wrap.js-fixed .top__util-item .language-list li+li:after, .header-wrap.js-hover .top__util-item .language-list li+li:after {background: #fff;}

	.allmenu-link.newAllmenu-open img { max-width:50%; opacity: 1;}
	.allmenu .allmenu-link {padding:20px;}
	.allmenu .allmenu-link span+span {margin-top: 5px; font-size:11px; color:rgba(255, 255, 255, 1)}
	.allmenu .whatsapp {top: 0px; right:65px; width: 60px; height:60px; padding:10px 0 0 0; margin-top:0; }
	.allmenu .whatsapp img {max-width:32px; max-height:32px;}
	.allmenu .whatsapp span {font-size: 15px; display: none;}

	
	.gnb-dimmed.js-open-m {display:block; top:0;}

	.language .language-link {line-height:60px;}
}

@media only screen and (max-width:1024px){
	.top__util {position:fixed; right:10px; top:0; font-size:0; z-index:901; padding-left: 10px;}
	.header-wrap .header-logo {display: block;}
	.main__visual .header-logo,
	.sub_visual-inner .header-logo {display: none;}
}

@media only screen and (max-width:480px){
	.header-logo a {width: 130px; height: 23px;}
	.header-wrap.js-fixed .header-logo a {background-position: 0 -23px;}

	.header__search-box {padding: 5px; height: 50px; min-width:50px; right:55px;}
	.header__search-box .header__search-show {margin-left:0; background-size:24px auto;}
	.header__search-box .header__search-btn {right:5px;}

	.header__search-box .header__search-input.on {width: 140px; letter-spacing: -0.05em; margin-right:5px; height:36px; line-height: 36px;}
	
	.gnb-inner-util .top__util-item {height: 50px;}
	
	.allmenu .whatsapp {top: 0px; right:55px; width: 50px; height:50px; padding:10px 0 0 0; margin-top:0; }
	.allmenu .whatsapp img {max-width:24px; height:auto;}
}








/* 전체메뉴 */
.newAllmenu { z-index:1005; position:relative; display:none;}

.newAllmenu-close {display:block; position: fixed; right: 2%; top: 30px; width: 40px; height: 40px; z-index:1002; padding:0; font-size:0; 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);}
.newAllmenu-close:hover span:after,
.newAllmenu-close:focus span:after {transform:translateX(-50%) rotate(45deg);}


.newAllmenu-wrap {position: fixed; width:100%; height: 100%; top:0; left:0; z-index: 1001; overflow-y:auto; background: #2e377c; background-size: 1360px;}


.newAllmenu-tit {position:absolute; right: 0; bottom: 0; z-index: 5; width: 700px; height: 126px; overflow: hidden;  background: url('../../image/delta/app/main/allmenu-logo.png') top center no-repeat; opacity: 0.6;}

.newAllmenu-inner {display:block; height: 100%;}

.newAllmenu-nav {font-size:0; position:relative; width:100%; height: 100%; border-left:1px solid #e6e6e6;}

.newAllmenu-1dep {display:inline-block; vertical-align:top; width:20%; height: 100% !important; padding:3.5% 2% 2%; transition: all 0.3s ease-in-out;}
.newAllmenu-1dep:after {content:''; display:block; width:1px; height:100%; background-color:#e6e6e6; 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 {left:100%;}

.newAllmenu-1dep > a {display:block; font-size:20px; font-weight:500; text-align:left; color:#fff; padding:0 5% 8%; border-bottom:1px solid #fff; transition: all 0.3s ease-in-out;}
.newAllmenu-1dep > a span {position: relative;}
.newAllmenu-1dep > a:hover span,
.newAllmenu-1dep:hover span {padding-left: 15px; transition: all 0.3s ease-in-out;}
.newAllmenu-1dep > a span::after,
.newAllmenu-1dep span::after {content: ""; display: block; opacity: 0; width: 10px; height: 15px; background: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%) skew(30deg); transition: all 0.3s ease-in-out;}

.newAllmenu-1dep:hover {background: #1994cd;}
.newAllmenu-1dep > a:hover span::after,
.newAllmenu-1dep:hover span::after {opacity: 1;}



.newAllmenu-2dep {padding-top:5%;}
.newAllmenu-2dep > li > a {display:block; padding:10% 5%; color:#fff; font-size:16px; font-weight:400; line-height:1.3; transition: all 0.3s ease-in-out; position: relative;}
.newAllmenu-2dep > li > a:hover,
.newAllmenu-2dep > li > a:focus {color:#fff;}

.newAllmenu-1dep .newAllmenu-2dep > li > a::after {content: ""; display: block; opacity: 0; width: 10px; height: 15px; background: #fff; position: absolute; top: 50%; left: -5px; transform: skew(30deg) translateY(-50%); transition: all 0.3s ease-in-out;}
.newAllmenu-1dep .newAllmenu-2dep > li:hover > a::after {opacity: 1;}

.newAllmenu-3dep > li a {display: block; font-size: 16px; font-weight: 300; color: #fff; padding: 10px; transition: all 0.3s ease-in-out;}
.newAllmenu-3dep > li:hover a {transform: translateX(5px);}

@media only screen and (max-width: 1280px) {
	.newAllmenu{display:none !important;}
}

.newAllmenu-dimmed {position:fixed; top:0px; left:0; z-index:999; width:100%; height:100%; background-color:#26265f;}



/* lnb */
.lnb{position:absolute; width:100%; bottom:0; left:0; text-align:left; z-index:3; border-bottom:1px solid #ededed; background: #fff;}

.lnb-wrap{max-width:1400px; margin:0 auto;}
.lnb-list{font-size:0; position:relative; }
.lnb-list > li{display:inline-block; vertical-align:top; position:relative;}

.lnb-item {min-width:300px; max-width:30%; height:60px; font-size:18px; box-sizing: border-box;}
.lnb-home {width:60px; height:60px;}
.lnb-home a{display:block;font-size:0;line-height:0;width:100%;height:100%; background:#2e377c url('../../image/delta/app/lnb_home_ico.png') center center no-repeat; transition:all 0.3s ease-in-out;}
.lnb-home a:hover {background-color:#1994cd;}

.lnb-link {position:relative; display:block; line-height:60px; height:100%; padding:0 60px 0 20px; box-sizing:border-box; border-right:1px solid rgba(237, 237, 237, 1); color:#222; transition:all 0.3s ease-in-out;}
.lnb-link span {display:block;  overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.lnb-link:after {content:''; display:block; position:absolute; right:0; top:0; height:100%; width:50px; background:url('../../image/delta/app/lnb_open.png') center center no-repeat; transition: all .3s ease-in-out;}

.lnb-link:hover{color:#222;background:#fff;}
.lnb-link.js-active {background-color:rgba(255, 255, 255, 1);}
.lnb-link.js-active:after {transform: rotate(180deg);}

.lnb__menu-list{position:absolute;left:-1px;top:60px; display:none; z-index:2;  width:100%; border-left:1px solid #ededed;box-sizing:content-box;}


.lnb__menu-list li { border:1px solid #ededed; border-left:0; border-top:0;}
.lnb__menu-list li:first-child{border-top:1px solid #ededed;}
.lnb__menu-list a {display:block; font-size:16px; line-height:1.3; color:#222; background:#fff; padding:18px 20px 18px 20px; white-space: normal; word-break: break-all; transition:all 0.3s ease-in-out;}
.lnb__menu-list a > span {display:inline-block; border-bottom:1px solid #fff;}
.lnb__menu-list a:hover {color:#000; background:#f8f8f8; font-weight:500;}
.lnb__menu-list a:hover span {border-bottom:1px solid #000;}



@media only screen and (max-width: 1024px) {
	.lnb-wrap{max-width:1400px; margin:0 auto;}
	.lnb-list{font-size:0; background:#fff; position:relative;}
	.lnb-list:before {width:360px; height:190px; right:-260px;}
	
	
	.lnb-item {min-width:auto; width:calc(50% - 25px); max-width:calc(50% - 25px); height:50px; font-size:14px;}
	.lnb-home {width:50px; height:50px;}
	.lnb-home a { background-size:20px auto;}
	

	.lnb-link {line-height:50px; padding:0 50px 0 15px;}
	.lnb-link:after {width:50px;}

	.lnb__menu-list{top:51px;}
	.lnb__menu-list a {font-size:14px; padding:10px 15px;}
}

@media only screen and (max-width: 768px) {

	.lnb-wrap {border-radius: 15px 15px 0 0;}

	.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 {border-radius: 0 0 15px 15px;}
	.lnb-item a span{font-size:14px;}
}

@media only screen and (max-width: 480px) {
	.lnb__menu-list a {padding: 10px;}
}




/* sub_visual */
.sub_visual{padding:200px 0 150px 0; background-size:cover; position:relative; z-index: 0; font-size:0; text-align: left;}
.sub_visual::after {content: ""; display: block; width: 560px; height: calc(100% - 100px); background: rgba(201, 205, 233, 0.6); position: absolute; top: 100px; left: calc(100% - 420px); transform: skew(30deg);}

.sub_title h2 {color:#fff;font-size:36px; padding:0; font-weight:700;}
.sub_title p {color: #fff; font-size:28px; font-weight: 400; line-height:1.3; margin:10px 0 0 0;}

.visual__contents {position: relative; z-index: 99;}
.visual__contents.nth-1 {background:url('../../image/delta/app/contents/visual_bg01.jpg') bottom; background-size: cover;}
.visual__contents.nth-2 {background:url('../../image/delta/app/contents/visual_bg02.jpg') bottom; background-size: cover;}
.visual__contents.nth-3 {background:url('../../image/delta/app/contents/visual_bg03.jpg') bottom; background-size: cover;}
.visual__contents.nth-4 {background:url('../../image/delta/app/contents/visual_bg04.jpg') bottom; background-size: cover;}
.visual__contents.nth-5 {background:url('../../image/delta/app/contents/visual_bg05.jpg') bottom; background-size: cover;}
.visual__contents.nth-6 {background:url('../../image/delta/app/contents/visual_bg01.jpg') bottom; background-size: cover;}


@media only screen and (max-width:1440px){
	
}

@media only screen and (max-width:1280px){
	.sub_visual::after {top: 60px; left: calc(100% - 400px);}
}

@media only screen and (max-width:1024px){
	.sub_visual {padding:12% 0 10% 4%;}
	.sub_title h2{font-size:30px;}
	.sub_title p{font-size:16px; margin:8px 0 0 0;}
}

@media only screen and (max-width:768px){
	.sub_visual {padding:120px 0 90px 0;}
	.sub_visual::after {left: calc(100% - 300px);}
}

@media only screen and (max-width:480px){
	.sub_visual::after {left: calc(100% - 150px);}
	.sub_title h2{font-size:28px;}
	.sub_title p{font-size:14px; margin:5px 0 0 0;}
}


/* contents__title */
.contents__title {text-align: center; padding: 100px 0 50px; position: relative; z-index: -1;}
.contents__title h3 {display: inline-block; font-size: 40px; font-weight: 700; color: #222; position: relative; padding-bottom: 30px;}
.contents__title h3::after {display: block; content: ""; width: 1200px; height: 2px; background: #2e377c; position: absolute; bottom: 0;left: 50%; transform: translateX(-50%);}
.contents__title h3::before {display: block; content: ""; width: 34px; height: 37px; background: #2e377c; position: absolute; top: 40%; right: 105%; transform: translateY(-50%) skew(30deg); z-index: -1;}


@media only screen and (max-width:1024px){
	.contents__title {padding: 60px 0;}
	.contents__title h3{ font-size: 32px; padding-bottom:35px;}
	.contents__title h3::before {top: 30%;}
}
@media only screen and (max-width:768px){
	.contents__title {padding: 40px 0;}
	.contents__title h3{ font-size: 28px; padding-bottom:30px; }
	.contents__title h3::before {width: 25px; height: 30px;}
	.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;}
	.contents__title h3{ font-size: 24px; padding-bottom:25px;}
}


/* footer-top */
.footer-top{display:inline-block; width:105px; height:150px; font-size:0; position: fixed; right: 0px; bottom: 0px; z-index:5; }
.footer-top .top-bg {width: 105px; height: 150px; background: url('../../image/delta/app/top-bg.png') 0 0 no-repeat; position: relative;}
.footer-top .top-bg p {position: absolute; bottom: 10px; left: 55%; font-size: 16px; color: #fff;}

.footer-top:before{content:''; position:absolute; left:70%; top:50%; width:15px; height:15px; box-sizing:border-box; border-left:2px solid #fff; border-top:2px solid #ccc; transform:translate(-50%, 0%) rotate(45deg);
z-index: 1;}
.footer-top:after{content:''; position:absolute; left:calc(70% + 0px); top:calc(60% + 0px); width:2px; height:32px; transform:translate(-50%, -50%) rotate(0deg); background:#fff;}


.footer-top.on{position:absolute; top:0; transform: translateY(-100%);}

@media only screen and (max-width: 480px){
	.footer-top {width: 80px;}
	.footer-top:before {top: 62%;}
	.footer-top:after {top: 70%; height: 25px;}

	.footer-top .top-bg p {left: 40%;}
}


/* footer */
.footer {position:relative; background:#000529; z-index:2; margin-top: 150px; padding:70px 0 80px; text-align:center;}
.footer__menu { position:relative; margin-bottom: 30px; transform: translateX(-10px);}

.footer__menu-item {display:inline-block;}
.footer__menu-item > a {display:block;  color:#fff; padding:0px 10px; position:relative;}
.footer__menu-item:last-child > a:before{content:''; background:#fff; height:18px; width:3px; display:block; position:absolute; top:0; left:0; transform:translate(-50%, -10%);}


.footer-logo {position: absolute; top: -15%; left: 50%; transform: translate(-50%, -50%);}
.footer-logo a {display:block; width:150px; height:150px; background:#ec3e4c url('../../image/delta/app/footer_logo.png') center no-repeat; background-size: 80%; overflow:hidden; text-indent:-9999px; text-align:left;transform: translateZ(0);}

address {display:inline-block; text-align:center;  line-height:1.3;}
address .footer-item {font-size: 16px; font-weight: 300; color:#ccc; margin-top:5px;}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
	address .footer-item {font-size: 15px;}
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 640px) {
	.footer-logo {top: -5%;}
	.footer-logo a {width: 100px; height: 100px;}
}

@media only screen and (max-width: 480px) {
	.footer {padding: 70px 10px 80px;}
	address .footer-item {font-size: 14px;}
}


.subContents {position: relative;}
.subContents::before {content: ""; display: block; width: 560px; height: 600px; background: #c9cde9; position: absolute; top: 0; left: calc(100% - 150px); transform: skew(30deg); z-index: -1;}

.main-container {padding: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;}

}

@media only screen and (max-width:1280px){
	.subContents::before {left: calc(100% - 110px);}
}

@media only screen and (max-width:1024px){
	.subContents::before {left: calc(100% - 150px);}
}

@media all and (max-width: 768px){
	.subContents::before {left: calc(100% - 50px);}
}

@media all and (max-width: 480px){
	.subContents::before {left: calc(100% + 100px);}
}