@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}
 
.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: transparent; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1560px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; } 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 29px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:18px; font-weight:600; line-height:1.3em;  }

#gnb .submenu {display:none; position:absolute; left:50%; width:300px; transform:translateX(-50%);text-align:center; border-radius: 24px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(20px);}
#gnb .submenu>ul {padding:18px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#fff; font-size:16px; line-height:1.33em; font-weight: 500; }
#gnb .submenu>ul>li>a:hover { font-weight: 700; }

.util { display: flex; align-items: center; gap: 15px; } 
.hd-link { display: flex; gap: 20px; }
.hd-link a { display: inline-block; line-height: 1em; color: #fff; font-size: 15px; padding: 7px 12px; border: 1px solid #fff; border-radius: 6px; }

.list-icon { width:23px; height:15px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-7px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-7px; transition-property:bottom, transform; background:#fff; }

#header.move { background: #fff; border-bottom: 1px solid #ddd;}
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #454545; }
#header.move .hd-link a { color: #454545; border-color: #454545;}
#header.move #gnb .submenu { background: #fff; border: none; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#header.move #gnb .submenu>ul>li>a { color: #454545; }
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span::before { background: #242424; }
#header.move .list-icon span::after { background: #242424; }

#header.active { background: #fff; border-bottom: 1px solid #ddd; position: sticky;}
#header.active .sitelogo { background-image: url(../images/common/logo.png);}
#header.active #gnb>ul>li>a { color: #454545; }
#header.active .hd-link a { color: #454545; border-color: #454545;}
#header.active #gnb .submenu { background: #fff; border: none; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#header.active #gnb .submenu>ul>li>a { color: #454545; }
#header.active .list-icon span { background: #242424; }
#header.active .list-icon span::before { background: #242424; }
#header.active .list-icon span::after { background: #242424; }

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; overflow: hidden; width: 100%; height: 100vh;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1); transition: 4s;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; left: 0; text-align: center; width: 100%; top: 50%; transform: translateY(-50%); }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h4 { line-height: 1.4em; font-size: 30px; font-weight: 700; font-weight: 700; }  
.main-visual .caption h2 { font-size: 70px; font-weight: 800; line-height: 1em; margin: 50px 0 30px; text-align: center; display: flex; justify-content: center;}
.main-visual .caption h2.en { font-family:"nanummyeongjo"; font-weight: 700; letter-spacing: 0;}
.main-visual .caption h3 { font-size: 40px; font-weight: 700; line-height: 1.4em; }
.main-visual .caption h3.en { font-family:"nanummyeongjo"; font-weight: 700; letter-spacing: 0;}

.main-visual .slick-arrow { position: relative; width: 9px; height: 16px; background-size: contain; z-index: 50; background-repeat: no-repeat; background-position: center; cursor: pointer; background-color: transparent;}
.main-visual .slick-prev { background-image: url(../images/main/main-prev.png);}
.main-visual .slick-next { background-image: url(../images/main/main-next.png);}

.main-visual .pagination { display: flex; align-items: center; gap: 20px; position: absolute; max-width: 1660px; padding-left: 30px; bottom: 70px; left: 0; margin: auto; width: 100%; right: 0; justify-content: center; padding-right: 30px;}
.main-visual .pagination>div {display: flex; align-items: center;}
.progress-wrap { position: relative; }
.main-visual .slick-dots {line-height:0; z-index:50; position: relative; }
.main-visual .slick-dots li { font-size: 16px; font-weight: 300; opacity: 1; text-align: center; color: #fff; display: none; letter-spacing: 0;}
.main-visual .slick-dots li.slick-active{ display:block; }
.main-visual .slick-dots span { color: #fff; padding: 0 142px;}
.main-visual .slick-dots span:first-child { padding-left: 0; display: none;}
.main-visual .slick-dots span:first-child.active { display: inline;}
.main-visual .slick-dots span:last-child { padding-right: 0; }

.main-visual .progress {position:absolute; width:240px; height:2px; background: rgba(255,255,255,0.4); left: 38px; }
.main-visual .progress:after {content:""; position:absolute; top:0; left:0; width:0; height:2px; background:#fff; transition: 0.1s width linear;}
.main-visual .progress.animate:after {transition:width linear; width:100%; transition-delay:unset; transition-duration:6s;}
.main-visual .buttons { position: relative; display: flex; width: 9px; height: 16px; align-items: center; justify-content: center;}
.main-visual .buttons #toggle { background: no-repeat url(../images/main/pause.png) 50% 50% / contain; width: 9px; height: 16px; border: none; position: relative; display:inline-block; vertical-align: middle; text-indent: -9999em; overflow: hidden; }
.main-visual .buttons #toggle.play { background: transparent no-repeat url(../images/main/main-next.png) 50% 50% / contain;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

/* main 공통 */
.main-pd { padding: 140px 0;}
.main-tit { text-align: center; font-size: 40px; line-height: 1.1em; font-weight: 700; color: #242424; margin-bottom: 90px; }

/* main */
.sec1 { padding: 65px 0; background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover;}
.sec1 .contain { max-width: 1360px; }
.sec1-swp { position: relative; }
.sec1-prev::after , .sec1-next::after { display: none; }
.sec1-prev, .sec1-next { width: 48px; height: 48px; border-radius: 48px; border: 1px solid #fff; background-repeat: no-repeat; background-position: center; background-size: 19px; margin-top: -24px; transition: .3s;}
.sec1-prev { left: -100px; background-image: url(../images/main/sec1-prev.png);}
.sec1-prev:hover { background-color: var(--color-primary); border-color: var(--color-primary); }
.sec1-next { right: -100px; background-image: url(../images/main/sec1-next.png);}
.sec1-next:hover { background-color: var(--color-primary); border-color: var(--color-primary); }
.sec1-swiper { position: relative; width: 100%; overflow: hidden;}
.sec1-swiper .item { height: 252px; background: url(../images/main/sec1-list-bg.png) center no-repeat; background-size: contain; text-align: center; }
.sec1-swiper .item .en-tit { font-size: 20px; font-weight: 800; line-height: 1.2em; text-align: center; background: linear-gradient(135deg, #F8D17D 0%, #E3952D, #F8D17D); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; margin-top: 28px; }
.sec1-swiper .item .name { font-size: 26px; font-weight: 800; line-height: 1em; margin: 13px 0 7px; color: #e2942d;}
.sec1-swiper .item .name.fz { font-size: 23px; }
.sec1-swiper .item .name span { color: #e2942d; }
.sec1-swiper .item .tit { font-size: 20px; font-weight: 800; line-height: 1.2em; color: #e2942d;}

.sec2 { display: flex; }
.sec2 .col { width: calc(100%/4); min-height: 600px; background-repeat: no-repeat; background-position: center; background-size: cover; color: #fff; transition: .2s;}
.sec2 .col.bg1 { background-image: url(../images/main/sec2-img1.jpg); width: 50%; }
.sec2 .col.bg2 { background-image: url(../images/main/sec2-img2.jpg);}
.sec2 .col.bg3 { background-image: url(../images/main/sec2-img3.jpg);}
.sec2 .col a { display: flex; text-align: center; align-items: center; justify-content: center; padding: 10px; height: 100%; }
.sec2 .col .top { transform: translateY(60px); transition: .3s;}
.sec2 .col .btm { opacity: 0; transition: .3s; margin-top: 30px; }
.sec2 .col .tit { line-height: 1.2em; font-size: 46px; font-weight: 700; margin-top: 30px; }
.sec2 .col .txt { line-height: 1.5em; font-size: 20px; font-weight: 300; margin-bottom: 45px; }
.sec2 .col .view { line-height: 1em; width: 164px; height: 53px; border-radius: 27px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--color-primary); font-size: 18px; font-weight: 600; margin: auto; }
.sec2 .col a:hover .top { transform: translateY(0); }
.sec2 .col a:hover .btm { opacity: 1; }
.sec2 .col:hover { width: 50%; }
.sec2:hover .col.bg1:not(:hover) { width: 25%; }

.sec3-list { display: flex; gap: 24px; flex-wrap: wrap; border-radius: 36px 0 36px 0; overflow: hidden;}
.sec3-list li { width: calc(100%/3 - 16px); color: #fff; }
.sec3-list li a { position: relative; }
.sec3-list li .tit { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; display: flex; justify-content: center; align-items: flex-end; padding-bottom: 50px; transition: .3s; font-size: 34px; font-weight: 700; line-height: 1.2em; background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.8));}
.sec3-list li .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; opacity: 0; transition: .3s; text-align: center; }
.sec3-list li .tt { font-size: 34px; font-weight: 700; line-height: 1.2em; margin-bottom: 22px; }
.sec3-list li .txt { font-size: 20px; line-height: 1.5em; }
.sec3-list li .view { position: absolute; right: 30px; top: 30px; width: 46px; height: 46px; border-radius: 46px; background: var(--color-primary) url(../images/main/sec2-view.png) center no-repeat; background-size: 15px; }
.sec3-list li a:hover .tit { opacity: 0; }
.sec3-list li a:hover .abbox { opacity: 1; }

.sec4 { background: #f4f4f4; }
.sec4-swiper { width: 125%; margin-right: -25%; position: relative; overflow: hidden;}
.sec4-swiper .item a { display: block; }
.sec4-swiper .item .thumb { padding-bottom: 75%; display: block; position: relative; overflow: hidden; border-radius: 36px; }
.sec4-swiper .item .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.sec4-swiper .item .abbox { position: absolute; left: 0; top: 0; display: flex; justify-content: center; text-align: center; align-items: center; width: 100%; height: 100%; background: rgba(0,0,0,0.4); opacity: 0; transition: .3s;}
.sec4-swiper .item .abbox .tt { font-size: 30px; font-weight: 700; line-height: 1.2em; color: #fff; margin-bottom: 33px; }
.sec4-swiper .item .abbox .view { width: 164px; height: 53px; border-radius: 27px; display: flex; align-items: center; justify-content: center; color: #fff; line-height: 1em; background: var(--color-primary); font-size: 18px; font-weight: 500; margin: auto; }
.sec4-swiper .item a:hover .abbox { opacity: 1; }
.sec4 .swiper-pagination-progressbar { background: #EBEBEB; position: relative; margin-top: 40px; border-radius: 4px; height: 7px; overflow: hidden;}
.sec4 .swiper-pagination-progressbar-fill { background: #A8A8A8;}

.sec5 .contain { position: relative; }
.sec5-btn { position: absolute; right: 30px; top: 50px; width: 170px; height: 56px; border-radius: 28px; display: flex; align-items: center; justify-content: center; color: #fff; line-height: 1em; background: var(--color-primary); font-size: 18px; font-weight: 500; gap: 10px; }
.sec5-fx {display: flex;}
.sec5-fx .big { width: 50%; padding-right: 43px; }
.sec5-fx .big .thumb { padding-bottom: 75%; display: block; position: relative; overflow: hidden; border-radius: 36px 0 36px 0;}
.sec5-fx .big .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.sec5-fx .big .thumb::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; border: 1px solid #c0c0c0; border-radius: 36px 0 36px 0; }
.sec5-fx .big .txtbox { padding-left: 30px; padding-top: 35px; }
.sec5-fx .big .txtbox .tt { font-size: 26px; font-weight: 600; color: #242424; line-height: 1em; margin-bottom: 30px;overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec5-fx .big .txtbox .txt { font-size: 18px; line-height: 1.5em; color: #666; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.sec5-fx .list { width: 50%; }
.sec5-fx .list ul li { margin-bottom: 20px; background: #f5f5f5; }
.sec5-fx .list ul li:last-child { margin-bottom: 0; }
.sec5-fx .list ul li a { display: flex; padding: 24px 40px 25px; align-items: center; position: relative; }
.sec5-fx .list ul li a::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; border: 2px solid #EE962A; opacity: 0; transition: .2s;}
.sec5-fx .list ul li a .tit { display: flex; flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 10px; }
.sec5-fx .list ul li a .tit .ctr { display: inline-block; padding: 8px 12px; border-radius: 5px; background: #383838; color: #fff; line-height: 1em; font-size: 18px; margin-right: 13px; transition: .2s;}
.sec5-fx .list ul li a .tit .tt { font-size: 20px; line-height: 1.6em; color: #242424; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-top: 2px; transition: .2s;}
.sec5-fx .list ul li a .date { font-size: 18px; line-height: 1em; color: #929292; }
.sec5-fx .list ul li a:hover { background: #ffe8cc; }
.sec5-fx .list ul li a:hover::after { opacity: 1; }
.sec5-fx .list ul li a:hover .tt { font-weight: 700; }
.sec5-fx .list ul li a:hover .ctr { background: var(--color-primary);}
.sec5-fx .list ul li.active a { background: #ffe8cc; }
.sec5-fx .list ul li.active a::after { opacity: 1; }
.sec5-fx .list ul li.active .tt { font-weight: 700; }
.sec5-fx .list ul li.active .ctr { background: var(--color-primary);}

.sec6 { background: #f4f4f4; padding: 70px 0;}
.sec6-list { animation: marquee 30s linear infinite; display: flex; gap: 20px; }
.sec6-list .item { width: 265px; flex-shrink: 0; text-align:center; overflow: hidden; background: #fff; border-radius: 10px; }
.sec6-list .item>div { position: relative; display: block; overflow: hidden; padding-bottom: 32%; }
.sec6-list .item>div img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}
.sec6-list .item img { width: 100%; }
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* sub */ 
.sub-visual {position:relative; height:500px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; justify-content: center; text-align: center; }
.sub-visual h2 { font-size: 58px; font-weight: 700; line-height: 1em; margin-bottom: 18px; }
.sub-visual p { font-size: 22px; font-weight: 500; line-height: 1.556em; }

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}

.lnb-wrap {position:relative; margin-top: -80px; background: rgba(0,0,0,0.4); backdrop-filter: blur(10px); border-top: 1px solid #555;}
.lnb {margin:0 auto; max-width:1400px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:80px; padding:0 5px; color:#fff; font-size:20px; font-weight:300; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li a::before { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 2px; transition: .3s; background: #fff; }
.lnb ul li.active a { font-weight: 600; }
.lnb ul li.active a::before { width: 100%; }
.lnb ul li a:hover { font-weight: 600; }
.lnb ul li a:hover::before { width: 100%; }

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; text-align: center; padding: 120px 0 100px;}
.sub-title.pt { padding-top: 120px; padding-bottom: 0; }
.sub-title.bd { padding: 100px 0; border-bottom: 1px solid #ddd; margin-bottom: 60px; }
.sub-title h1 { font-size: 40px; font-weight: 700; line-height: 1em; color: #242424; }

.real-cont {min-height:300px; padding-bottom: 160px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #313131; color: #fff; padding: 55px 0;}
#footer .contain { display: flex; }
#footer .contain::after { content: none;}
.ft-info { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 190px; }
.policy a { display: inline-block; font-weight: 500; font-size: 18px; padding-right: 20px; position: relative; }
.policy a:last-child { padding-right: 0; }
.policy a:first-child::after { content: ""; position: absolute; right: 8px; width: 1px; height: 12px; background: rgba(255,255,255,0.5); top: 7px; }
.ft-text { margin: 28px 0 0;}
.ft-text span { display: inline-block; padding-right: 20px; margin-bottom: 8px; font-weight: 400; color: #b3b3b3; line-height: 1.7em; }
.ft-text span:last-child { padding-right: 0; } 
.ft-text span strong { font-weight: 500; display: inline-block; padding-right: 10px; color: #fff; }
.cpr { color: #9e9e9e; font-weight: 400;  }
.cpr span { display: inline-block; }
.cpr a { display: inline-block; }  

/* quickmenu */
.quick { position: fixed; right: 80px; bottom: 80px; z-index: 999; }
.quick a { display: block; width: 73px; height: 73px; border-radius: 80px; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); background: #fff; margin-bottom: 15px; }
.quick a.scroll-top { background: var(--color-primary); font-size: 20px; line-height: 1em; font-weight: 600; margin-bottom: 0; }
