@charset "utf-8";


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

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

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

}

@media only screen and (max-width: 768px) {
	.contents {padding:0  0 60px 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;}
}


/*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: 70px; transform: translateY(-50%); z-index: 1001;}
.header-logo a {display: block; font-size: 0; width: 136px; height: 40px; background: url('../images/common/top_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/footer_logo.png') no-repeat center / contain;}

@media only screen and (max-width: 1620px) {
	.header-logo {left: 20px;}
}

@media all and (max-width:1024px){
	.header-wrap {min-width: 320px; z-index: 9999; height: 100px;}
	.header-inner {height: 60px; text-align: left;}
}

@media all and (max-width:768px){
	.header-wrap {height: 60px;}

	.header-logo a {width: 100px;}
}


/*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;}
.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-wrap::after {display: block; content: ''; width: calc(100% - 100px); height: 1px; background: rgba(255, 255, 255, 0.15); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.header-wrap.js-fixed .gnb-wrap::after,
.header-wrap.js-open-d .gnb-wrap::after {background: rgba(0, 0, 0, 0.15);}

.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 50px; font-size: 20px; font-weight: 600; letter-spacing: -0.05em; color: #fff; position: relative; transition: all 0.3s ease-in-out;}
.gnb-1dep > a:after {content: ''; display: block; height: 0; width: 35px; border-radius: 10px; position: absolute; bottom: 0; left: 50%; z-index: 1; transform: translate(-50%, 50%); background: #f48120; 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: #f48120;}

.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(3) .gnb-2dep,
.gnb-1dep:nth-of-type(4) .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; padding: 0 20px; line-height: 80px; font-size: 16px; font-weight: 400; color:#666; letter-spacing: -0.05em; transition: all 0.3s ease-in-out;}
.gnb-2dep > li > a:hover {color: #000; font-weight: 700;}
.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-3dep {display: none;}

.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 all and (max-width:1024px){
	.gnb {width: 320px; padding-left: 0; height: 100vh; background: #fff; position: fixed; z-index: 1002; top: 0; right: -100%; transition: all 0.3s ease-in-out; overflow-y: auto; -webkit-overflow-scrolling: touch; text-align: left;}
	.gnb-wrap {margin: 0; width: 100%;}
	.gnb.js-open-m {right: 0; transform: translateZ(0);}

	.header-wrap.js-fixed .gnb-1dep,
	.gnb-1dep {display: block; font-size: 16px; height: auto; position: relative; border-bottom: 1px solid #ddd; width: 100%; max-width: 100%; transition: all 0.3s ease-in-out;}
	.header-wrap.js-fixed .gnb-1dep > a,
	.gnb-1dep > a {line-height: 50px; padding: 0 20px; color: #000; text-transform: none; margin: 0;}
	
	.gnb-1dep > a::after,
	.gnb-1dep:first-child > a::after {display: block; position: absolute; top: 20px; left: auto; right: 16px; width: 10px; height: 10px; border-width: 0 0 1px 1px; border-radius: 0; 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 {height: auto; max-height: 0; position: static; width: auto; padding: 0; margin: 0; background-color: #efefef; transform: translateX(0); border-radius: 0; transition:  all 0.3s ease-in-out;}
	.gnb-1dep:last-child .gnb-2dep {transform: translateX(0);}

	.gnb-2dep > li {border-bottom: 1px solid #ddd; padding: 0; margin: 0; display: block; line-height: 20px;}
	.gnb-2dep > li+li {margin-left: 0;}
	.gnb-2dep > li > a {display: block; padding: 12px 30px; font-size: 15px; color: #666; text-align: left; line-height: 20px; border-radius: 0;}
	.gnb-2dep > li > a:hover,
	.gnb-2dep > li > a:focus {font-weight: 600; padding: 12px 30px; color: #fff; background: #f48120;}
	.gnb-2dep > li:first-child {margin-top: 0px;}
	.gnb-2dep > li:last-child {margin-bottom: 0px; border: 0;}

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

	.gnb-inner-util {display: block; position: relative; height: 60px; background-color: #f48120; 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 {z-index: 1001;}
	.gnb-dimmed.js-open-m {display: block; top: 0;}
}


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

.language .language-link {display: block; width: 36px; height: 31px; 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_hover.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:#222; background: #fff; transition: all 0.3s ease-in-out; }
.language-list li:first-child a,
.language-list li a:hover {background:#f48120; font-weight: 700; color: #fff;}

.allmenu .allmenu-link {display: block; position: relative; width: 25px; 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: 1620px) {
	.top__util {right: 20px;}
}


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

.newAllmenu-tit {position: absolute; top: 50px; left: 70px;}

.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:#222; 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:#f48120;}

.newAllmenu-wrap {position: fixed; width:100%; height:100%; top:0; left:0; z-index: 1001; overflow:hidden; background:#fff;}
.newAllmenu-wrap::before {display: block; content: ""; width: 100%; height: 353px; background: url('../images/common/allmenu_bg.png') no-repeat center bottom; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.newAllmenu-inner {display:block; text-align: center; max-width:1600px; height: 100vh; padding:0 20px; position:relative; margin:0 auto; overflow: hidden;}

.newAllmenu-nav {display: inline-block; letter-spacing:-0.05em; position:relative; border-left: 1px solid rgba(255, 255, 255, 0.1);}
.newAllmenu-nav::after {display: block; content: ''; width: 100%; height: 1px; background: #dbdbdb; position: absolute; top: 120px; left: 50%; transform: translateX(-50%);}
.newAllmenu-1dep {display:inline-block; vertical-align:top; text-align:left; padding: 50px 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+.newAllmenu-1dep {padding-left: 190px;}
.newAllmenu-1dep > a {display:block; font-size:30px; font-weight:600; color:#222; padding-bottom: 50px; transition: all 0.5s ease-in-out; position: relative;}
.newAllmenu-1dep > a::after {display: block; content: ''; width: 0; height: 10px; border-radius: 10px; background: #f48120; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, -50%); z-index: 1; transition: all 0.3s ease-in-out;}
.newAllmenu-1dep:hover > a::after {width: 100%;}

.newAllmenu-2dep {text-align: left; padding-top: 50px;}
.newAllmenu-2dep > li > a {display: block; font-size: 18px; font-weight: 500; color: #666; letter-spacing: -0.05em; padding: 10px 0;}
.newAllmenu-1dep:hover .newAllmenu-2dep > li:hover > a,
.newAllmenu-1dep:hover .newAllmenu-2dep > li:focus > a {color:#f48120;}

.newAllmenu-3dep > li:last-child {padding-bottom: 10px;}
.newAllmenu-3dep > li > a {display: block; padding: 5px 0 5px 5px; font-size: 16px; font-weight: 400; color: #9b9b9b; letter-spacing: -0.05em;}
.newAllmenu-3dep > li > a span {position: relative; padding-left: 10px;}
.newAllmenu-3dep > li > a span::after {display: block; content: ''; width: 6px; height: 1px; background: #9b9b9b; position: absolute; top: 12px; left: 0;}
.newAllmenu-3dep > li:hover > a {color: #222;}
.newAllmenu-3dep > li:hover > a span {border-bottom: 1px solid #9b9b9b;}

.newAllmenu-4dep > li:last-child {padding-bottom: 20px;}
.newAllmenu-4dep > li > a {display: block; padding: 5px 0 5px 30px; font-size: 16px; font-weight: 400; color: #9b9b9b; letter-spacing: -0.05em;}
.newAllmenu-4dep > li > a:hover {color: #222;}
.newAllmenu-4dep > li > a:hover span {border-bottom: 1px solid #9b9b9b;}

@media all and (max-width:1620px){
	.newAllmenu-1dep+.newAllmenu-1dep {padding-left: 80px;}
}

@media all and (max-width:1440px){
	.newAllmenu-1dep > a {font-size: 24px; display: inline-block;}
	.newAllmenu-nav::after {top: 114px;}
	.newAllmenu-2dep {padding-top: 20px;}
	.newAllmenu-2dep > li > a {font-size: 16px;}
	.newAllmenu-3dep > li > a,
	.newAllmenu-4dep > li > a {font-size: 15px;}
}

@media all and (max-width:1240px){
	.newAllmenu-tit {left: 20px;}
	.newAllmenu-1dep+.newAllmenu-1dep {padding-left: 40px;}
}

@media all and (max-width:1024px){
	.newAllmenu{visibility:hidden;}
}


/* footer */
.footer {background: #212121; position: relative;}
.footer__inner {max-width: 1400px; margin: 0 auto; padding: 70px 0 100px; font-size: 0;}

.footer-logo {text-align: right;}
.footer-logo a {display: inline-block; width: 154px; height: 44px; background: url('../images/common/footer_logo.png') no-repeat;}

.footer-info {margin-top: 30px; display: inline-block; width: calc(100% - 260px); margin-right: 10px;}
.footer-info address {display: flex;}
.footer-info address .box {width: 50%;}

.footer-info address p {font-size: 16px; font-weight: 400; color: #595757;}
.footer-info address p+p {margin-top: 10px;}
.footer-info address p span {display: inline-block; margin-right: 20px; color: #595757;}
.footer-info address p em {color: #e9822c; font-weight: 800;}

.footer-info address .box:last-child p {color: #bcbcbc;}
.footer-info address .box:last-child span {min-width: 70px; letter-spacing: 0.05em;}

.footer-copy {font-family: 'Montserrat'; font-size: 15px; font-weight: 400; color: #4b4b4b; letter-spacing: 0.6em; margin-top: 60px;}

.footer-menu {display: inline-block; width: 250px; margin-top: 30px; vertical-align: top;}
.footer-menu__item+.footer-menu__item {margin-top: 10px;}
.footer-menu__item a {display: block; font-size: 16px; font-weight: 700; color: #9b9b9b; text-align: right; background: #0f0f0f; padding: 10px 50px;}
.footer-menu__item a:hover {color: #f48120;}

.footer-top {position: absolute; top: 70px; right: 40px; display: block; width: 48px; height: 54px; background: url('../images/common/footer-top.png') no-repeat center; font-size: 0; z-index: 1; transition: all 0.3s ease-in-out;}
.footer-top:hover {background: url('../images/common/footer-top-h.png') no-repeat center;}

@media only screen and (max-width: 1620px) {
	.footer-logo {text-align: center;}

	.footer-top {right: 20px;}
}

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

@media only screen and (max-width: 1240px) {
	.footer-info address .box {width: auto;}
	.footer-info address .box:last-child {margin-left: 50px;}
}

@media only screen and (max-width: 1024px) {
	.footer-info {width: calc(100% - 220px);}
	.footer-info address .box:last-child {margin-left: 30px;}
	.footer-info address p {font-size: 14px;}
	.footer-info address p span {display: block; margin-bottom: 10px;}

	.footer-copy {letter-spacing: 0.4em; font-size: 14px;}

	.footer-menu {width: auto;}
	.footer-menu__item a {padding: 10px 30px;}
	.footer-menu__item a {font-size: 14px;}
}

@media only screen and (max-width: 768px) {
	.footer__inner {text-align: center;}
	.footer-info {width: 100%; text-align: left;}
	.footer-info address p span {display: inline-block; margin-right: 10px;}

	.footer-copy {letter-spacing: 0.2em;}
}

@media only screen and (max-width: 640px) {
	.footer-info address {flex-wrap: wrap;}
	.footer-info address .box {width: 100%; text-align: center;}
	.footer-info address .box:last-child {margin-left: 0; margin-top: 10px;}

	.footer-copy {letter-spacing: 0;}
}


/* sub_visual */
.sub_visual {padding: 250px 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_visual.nth-1 {background:url('../images/contents/visual_bg01.jpg') no-repeat center / cover;}
.sub_visual.nth-2 {background:url('../images/contents/visual_bg02.jpg') no-repeat center / cover;}
.sub_visual.nth-3 {background:url('../images/contents/visual_bg03.jpg') no-repeat center / cover;}
.sub_visual.nth-4 {background:url('../images/contents/visual_bg04.jpg') no-repeat center / cover;}
.sub_visual.nth-5 {background:url('../images/contents/visual_bg01.jpg') no-repeat center / cover;}

.sub_visual-inner .sub_title h2 {display: inline-block; font-size: 50px; font-weight: 400; color: #fff; letter-spacing: -0.05em; position: relative;}
.sub_visual-inner .sub_title h2::after {display: block; content: ''; width: 128px; height: 178px; background: url('../images/contents/visual_title_r.png') no-repeat center / contain; position: absolute; top: 0; right: 0; transform: translate(140px, -30px);}

.visual-lnb {margin-top: 70px;}
.sub_visual.nth-5 .visual-lnb {margin-top: 30px;}
.visual-lnb a {display: inline-block; font-size: 16px; font-weight: 400; color: #fff; letter-spacing: -0.05em; margin-right: 10px; position: relative;}
.visual-lnb a+a {padding-left: 10px;}
.visual-lnb a+a::after {display: block; content: ':'; font-size: 16px; font-weight: 400; color: #fff; position: absolute; top: 0; left: 0;}
.visual-lnb a:first-child {padding-left: 26px; background: url('../images/common/i_lnb_home.png') no-repeat 0 50%;}
.visual-lnb a:last-child {font-weight: 800;}

@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_visual-inner .sub_title h2 {font-size: 40px;}

	.sub_visual-inner .sub_title h2::after {width: 100px; transform: translate(110px, -40px);}
}

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

	.visual-lnb a {font-size: 15px;}
}

@media only screen and (max-width: 640px) {
	.sub_visual.nth-5 .visual-lnb {margin-top: 45px;}
	.sub_visual-bg {background-position: 60% center;}
	.sub_visual-inner .sub_title h2 {font-size: 30px;}
}

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

	.sub_visual-inner .sub_title h2 {padding-right: 100px;}
	.sub_visual-inner .sub_title h2::after {width: 90px; height: 125px; transform: translate(0, -20px);}

	.visual-lnb a {margin-bottom: 5px;}
}


.visual__contents-inner {position:relative;}


/* lnb */
.lnb {width: 100%; transform: translateY(-100%); text-align: left; z-index: 3;}

.lnb-bg {position: relative; max-width: 1400px; margin: 0 auto; text-align: center; border-radius: 25px 25px 0 0;}
.lnb-bg::before {display: block; content: ''; height: 100%; width: 50px; border-radius: 0 25px 0 0; background: #f48120; position: absolute; top: 0; right: -10px;}
.lnb-wrap {display: flex; justify-content: space-between; position: relative; max-width: 1400px; margin: 0 auto; text-align: center; background: #fff; border-radius: 25px 25px 0 0; padding: 30px 50px 25px;}
.lnb-wrap::after {display: block; content: ''; width: calc(100% - 100px); height: 1px; background: #e5e5e5; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.lnb-wrap .sub_title {font-size: 33px; font-weight: 900; color: #222; letter-spacing: -0.05em;}

.lnb-list {font-size: 0;}

.lnb-item {display: inline-block; height: 30px; box-sizing: border-box;}
.lnb-item a {display: block; padding: 0 25px; 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: 30px; font-size: 16px; font-weight: 400; color: #666; letter-spacing: -0.05em; position: relative;}
.lnb-item a span::after {display: block; content: ""; width: 0; height: 0; border-radius: 50%; background: #f48120; position: absolute; top: -10px; right: 5px; transform: translate(50%, -50%); transition: all 0.3s ease-in-out;}
.lnb-item.on a span::after,
.lnb-item a:hover span::after {width: 10px; height: 10px;}

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

@media only screen and (max-width: 1620px) {
	.lnb-bg {margin: 0 20px;}
}

@media only screen and (max-width: 1440px) {
	.lnb-wrap .sub_title {font-size: 24px;}
}

@media only screen and (max-width: 1240px) {
	.lnb-wrap {padding: 30px 30px 25px;}
	.lnb-wrap::after {width: calc(100% - 60px);}
	.lnb-item a {padding: 0 15px;}
}

@media only screen and (max-width: 1024px) {
	.lnb-wrap {flex-wrap: wrap; justify-content: flex-end; padding-bottom: 10px;}
	.lnb-wrap .sub_title {width: 100%; text-align: left;}

	.lnb-list {margin-top: 15px;}
}

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

@media only screen and (max-width:640px) {
	.lnb-wrap {padding: 20px 10px 25px;}
	.lnb-wrap::after {width: calc(100% - 20px);}

	.lnb-wrap .sub_title {font-size: 18px; text-align: center;}

	.lnb-item a {padding: 0 7px;}
	.lnb-item:first-child a {padding-left: 0;}
	.lnb-item:last-child a {padding-right: 0;}
	.lnb-item a span {font-size: 14px;}
	.lnb-item a span::after {top: -5px;}
	.lnb-item.on a span::after, 
	.lnb-item a:hover span::after {width: 6px; height: 6px;}
}

@media only screen and (max-width:480px) {
	.lnb-list {display: none;}
}