@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;}

/* intro */
#intro {overflow:hidden;}
.intro-wrap {position:relative; width:100%; height:100%; display:table; table-layout:fixed;} 
.intro-wrap .cell {width:100%; height:100%; display:table-cell; vertical-align:middle;}
#myVideo{position:absolute;top:50%;left:50%; object-fit:cover; transform:translate(-50%,-50%);  -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width: auto;height: auto; min-width:100%; min-height:100%; z-index:-10;}
.intro-wrap .skip-btn { width: 200px; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 30px; border: 1px solid #fff; line-height: 1em; font-size: 20px; font-weight: 600;  position: absolute; right: 60px; bottom: 60px; padding-right: 30px; transition: .2s;}
.intro-wrap .skip-btn::after { content: ""; position: absolute; width: 9px; height: 13px; background: url(../images/common/intro-btn.png) center no-repeat; background-size: contain; top: 0; bottom: 0; margin: auto; right: 70px; }
.intro-wrap .skip-btn:hover { background: #f6a31d; border-color: #f6a31d; }

/* header */
#header {position:sticky; width:100%; z-index:100; top: 0; height: 130px; transition: .2s; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1860px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: flex; align-items: center;}
.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 {padding:0 40px; z-index: 1; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:130px; color:#242424; font-size:22px; font-weight:600; line-height:1.3em; letter-spacing: -.03em; }

#gnb .submenu {display:none; max-width: 1460px; position: absolute; left: 0; right: 0; width: 100%; margin: auto;  text-align: left;}
#gnb .submenu .fx { display: flex; align-items: flex-start; padding: 60px 0; width: 100%; }
#gnb .submenu .fx .tit { width: 140px; }
#gnb .submenu .fx .tit a { line-height: 1em; font-size: 30px; font-weight: 700; letter-spacing: -.03em; color: #242424; display: block; width: 100%; }
#gnb .submenu .wrap {display:flex; flex: 1 1 auto; min-width: 0; width: 1%; }
#gnb .submenu .wrap>ul { padding: 0 60px; border-right: 1px solid #ddd;}
#gnb .submenu .wrap>ul:last-child { border: none; padding-right: 0; }
#gnb .submenu .wrap>ul.bd { border-right: 1px solid #ddd; position: relative; }
#gnb .submenu .wrap .first>li { margin-bottom: 10px; padding-right: 60px; }
#gnb .submenu .wrap .first>li:last-child { margin-bottom: 0; }
#gnb .submenu .wrap .first>li>a { width: 200px; height: 50px; border-radius: 25px; display: flex; align-items: center; background: #f0f0f0; color: #242424; padding-left: 30px; font-weight: 600; color: #242424; line-height: 1.2em; font-size: 16px; letter-spacing: -.03em; transition: .2s;}
#gnb .submenu .wrap .first>li.active>a { color: #fff; background: #000; }
#gnb .submenu .wrap .first>li:hover>a { background: #000; color: #fff; }
#gnb .submenu .wrap .second { position: absolute; left: 320px; top: 0; display: flex; width: 940px; opacity: 0;}
#gnb .submenu .wrap .second-wrap { padding: 0 60px; width: 420px; }
.secondlist {position:relative; display:inline-block; width:300px; margin-bottom: 10px; }
.secondlist .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; background:#f0f0f0; color:#ababab; font-weight:600; line-height:1.5em; text-align:left; align-items: center; padding: 0 30px; border: none; font-size: 16px; height: 50px; border-radius: 25px; }
.secondlist .toggle-button .txt {flex:1 1 auto; min-width: 0; width: 1%; }
.secondlist .toggle-button .chevron {width:11px;}
.secondlist .toggle-button svg {display:block; width:100%; height:auto;}
.secondlist .toggle-button path {fill:#ababab;}
.secondlist .toggle-layer {display:none; width:100%; background:#fff; position: relative; box-shadow: 5px 5px 10px rgba(0,0,0,0.1); margin-top: 10px; border-radius: 20px; padding: 0; overflow: hidden;}
.secondlist .toggle-layer a {display:block; padding:8px 30px; color:#898989; font-weight:400; line-height:1.5em; font-size: 14px; }
.secondlist .toggle-layer a:hover {background:#f0f0f0; color:#242424;}
.secondlist.active .toggle-button { color: #242424;}
.secondlist.active .toggle-button path {fill:#242424}
.hd-thumb { padding-left: 60px; border-left: 1px solid #ddd; width: 520px; }
.hd-thumb .thumb {position:relative; padding-bottom:75%; overflow:hidden; background: #fafafa; border-radius: 50px; }
.hd-thumb .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto; height:auto !important; object-fit:contain;}
#gnb .submenu .wrap .first>li:hover>.second { opacity: 1; z-index: 11;}

#gnb .submenu>ul>li>a {display:block; padding:18px 15px; color:#454545; font-size:16px; line-height:1.33em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {color:#42ade2;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}

.hd-right { display: flex; align-items: center; gap: 60px; position: relative; z-index: 2; }
.hd-menu { display: flex; gap: 35px; }
.hd-menu a { display: block; position: relative; }
.hd-menu a .num { width: 18px; height: 18px; border-radius: 100%; background: #000; display: flex; align-items: center; justify-content: center; line-height: 1em; color: #fff; font-size: 12px; font-weight: 500; position: absolute; bottom: -2px; right: -5px; }
.hd-schbtn { width: 60px; height: 60px; border-radius: 100%; background-color: #f6a31d; background-repeat: no-repeat; background-position: center; background-size: 24px; background-image: url(../images/common/hd-sch-w.png); text-indent: -9999em;}
.hd-schbox { height: 370px; width: 100%; position: absolute; top: -370px; left: 0; z-index:0; background: #fff; transition: .3s; padding: 0 15px; color: #242424; padding-top: 190px; opacity: 0; box-shadow: 0 0px 20px rgba(0,0,0,0.1);}
.hd-schbox .inbox { max-width: 600px; margin: auto; width: 100%; }
.hd-schbox .search { position: relative; width: 100%; }
.hd-schbox .search .input { width: 100%; border-radius: 10px; border: 1px solid #f49701; height: 60px; font-size: 16px; font-weight: 300; color: #898989; padding-right: 60px;}
.hd-schbox .search .input::placeholder { color: #898989; }
.hd-schbox .search .btn { position: absolute; width: 60px; height: 60px; background-repeat: no-repeat; background-position: center; background-size: 20px; right: 0; top: 0; border: none; text-indent: -9999em; background-color: transparent; background-image: url(../images/common/hd-sch.png);}
.hd-hash { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 10px; }
.hd-hash span { display: inline-block; font-size: 14px; }
.btn-m-menu { display: none !important;}

.list-icon { width:24px; height:24px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-9px; transition-property:top, transform; background:#242424; content: "only"; left: -10px;}
.list-icon span:after {bottom:-9px; transition-property:bottom, transform; background:#242424; }

.mobile-navigation { 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 10px; display:block; color:#242424; font-size:16px; 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:#f6a31d;}
.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:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .tit { display: none; }
.mobile-navigation .nav-menu .second { position: relative; left: auto;}
.mobile-navigation .nav-menu .secondlist { width: 100%; margin-bottom: 0; }
.mobile-navigation .nav-menu .secondlist .toggle-button { padding: 0 15px; font-size: 14px; height: 38px; border-radius: 0; }
.mobile-navigation .nav-menu .secondlist .toggle-layer { margin: 0 !important; box-shadow: none; border-radius: 0; }
.mobile-navigation .nav-menu .secondlist .toggle-layer a { font-size: 12px; padding: 7px 20px;}
.mobile-navigation .nav-menu .hd-thumb { display: none; }
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 10px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#f6a31d;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.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;}
.mobile-navigation .submenu2 { display: none; }
.overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.5; z-index: 10;}
.overlay.active { display: block;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.opened .hd-schbtn { background-size: 18px; background-image: url(../images/common/hd-close.png);}
html.opened .hd-schbox { top: 0; opacity: 1; }

/* 키비주얼관리 */
.main-visual {position:relative; height:85vh; overflow:hidden;}
.main-visual .swiper {height:100%;}
.main-visual .swiper-slide { background-repeat: no-repeat; background-position: center; background-size: cover; }
.main-visual .caption { position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%);}
.main-visual .caption .contain { position: relative; }
.main-visual .img { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); }
.main-visual .img img {transition: 1s; transform: scale(0); transition-delay: 0.3s;}
.main-visual .caption .txt { transform: translateX(-40px); transition: 1s; opacity: 0; position: relative; z-index: 1; }
.main-visual .caption .txt h3 { font-size: 34px; font-weight: 600; line-height: 1.2em; color: #fff; margin-bottom: 0; }
.main-visual .caption .txt h2 { line-height: 1.2em; font-size: 100px; font-weight: 800; letter-spacing: -.03em; color: #fff; z-index: 1; position: relative; }
.main-visual .caption .txt h2 span { color: #f6a31d; }
.main-visual .caption p { font-size: 18px; font-weight: 500; letter-spacing: -.03em; line-height: 1.6em; color: #fff; z-index: 1; position: relative; margin: 35px 0 45px;}

/* main 공통 */
.main-pagi { gap: 75px; align-items: center; position: absolute; bottom: 60px; width: 100%; justify-content: center; left: 0; right: 0; margin: auto; z-index: 1; display: flex; }
.main-pagi .autoplay-progress {flex:0 0 70px; position:relative; z-index:10; width:48px; height:48px; }
.main-pagi .autoplay-progress svg {position:absolute; left:0; top:0px; z-index:1; width:100%; height:100%; stroke-width:4px; stroke:rgba(255,255,255,.3); fill:none; transform:rotate(-90deg);}
.main-pagi .autoplay-progress svg.progress {--progress:0; stroke:#fff; stroke-width:4px; stroke-dashoffset:calc(200.96px * (1 - var(--progress))); stroke-dasharray:200.96;}
.main-prev::after , .main-next::after { display: none; }
.main-prev, .main-next { width: 43px; height: 9px; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: contain; z-index: 99;}
.main-prev { left: auto; background-image: url(../images/main/main-leftbt.png);}
.main-next { right: auto; background-image: url(../images/main/main-rightbt.png); left: auto;}
.main-pagi .swiper-pagination { font-weight: 600; line-height: 1em; font-size: 16px; top: 53%; transform: translateY(-50%);color: #fff; }
.main-pagi .swiper-pagination span { padding: 0 70px;  opacity: 0.6; }
.main-pagi .swiper-pagination-current { opacity: 1 !important; }
.main-link { width: 200px; height: 60px; border-radius: 30px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; color: #fff; line-height: 1em; font-size: 20px; font-weight: 600; }
.main-link:hover { border-color: #f6a31d; background: #f6a31d; }
.main-tit {line-height: 1.4em; font-size: 50px; font-weight: 700; color: #000; }
.main-tit.white { color: #fff; }
.main-subtit { font-size: 18px; font-weight: 600; line-height: 1em; color: #f6a31d; margin-bottom: 20px; }
.btn-point { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 100%; position: absolute; right: -10px; bottom: -10px; opacity: 0; transition: .2s; z-index: 1; }
/* .btn-point::before { content: ""; position: absolute; top: -19px; width: 25px; height: 38px; border-radius: 30px 0 0 0; background: #fff; right: 10px; transform: rotate(0deg); bottom: 5px;}
.btn-point::after { content: ""; position: absolute; width: 36px; height: 22px; border-radius: 30px 0 0 0; background: #fff; left: -16px; transform: rotate(0deg); bottom: 10px;} */
.btn-point span { width: 70px; height: 70px; border-radius: 100%; background: #000 url(../images/main/main-view.png) center no-repeat; background-size: 17px; }

/* main */
.sec1 { padding: 110px 0;}
.sec1-titbox { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 160px; flex-wrap: wrap; gap: 20px; }
.sec1-titbox img { top: -6px; position: relative; }
.main-schbox .inbox { width: 600px; margin: auto; }
.main-schbox .search { position: relative; width: 100%; }
.main-schbox .search .input { width: 100%; border-radius: 10px; border: 1px solid #f49701; height: 60px; font-size: 16px; font-weight: 300; color: #898989; padding-right: 60px;}
.main-schbox .search .input::placeholder { color: #898989; }
.main-schbox .search .btn { position: absolute; width: 60px; height: 60px; background-repeat: no-repeat; background-position: center; background-size: 20px; right: 0; top: 0; border: none; text-indent: -9999em; background-color: transparent; background-image: url(../images/common/hd-sch.png);}
.main-schbox .hd-hash { display: flex; justify-content: flex-end; gap: 30px; flex-wrap: wrap; margin-top: 10px; }
.main-schbox .hd-hash span { display: inline-block; font-size: 14px; }
.sec1-swiper { position: relative; overflow: hidden; width: 100%; }
.sec1-swiper-slide { width: 275px; text-align: center; }
.sec1-swiper-slide a { position: relative; display: block; width: 100%; overflow: hidden; padding-bottom: 25px; }
.sec1-swiper-slide a::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; border-radius: 24px; border: 6px solid #f6a31d; opacity: 0; transition: .2s;}
.sec1-swiper-slide a:hover::after { opacity: 1;}
.sec1-swiper-slide .thumb {position:relative; padding-bottom:100%; overflow:hidden; }
.sec1-swiper-slide .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto; height:auto !important; object-fit:contain;}
.sec1-swiper-slide .tit { margin-top: 25px; font-size: 20px; display: inline-block; position: relative; color: #242424; line-height: 1.3em; }
.sec1-swiper-slide .tit::After { content: ""; position: absolute; opacity: 0; transition: .2s; width: 14px; height: 14px; border-radius: 100%; background: #f6a31d; top: 0; right: -25px; }
.sec1-swiper-slide a:hover .tit::after { opacity: 1;}

.sec2-swiper {height:100%; position: relative; overflow: hidden; width: 100%; }
.sec2-swiper .swiper-slide { position: relative; }
.sec2-swiper .slider-inner { width: 100%; height: 100%; padding: 170px 0; position: relative; overflow: hidden;}
.sec2-swiper .swiper-slide img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;}
.sec2-swiper .txt { transform: translateX(-40px); transition: 1s; opacity: 0; z-index: 1; transition-delay: 1s;}
.sec2 .main-tit { line-height: 1.2em;}
.sec2 p { font-size: 18px; line-height: 1.6em; font-weight: 300; color: #fff; margin: 28px 0 50px;}
.sec2 .main-link { font-weight: 300; }
.sec2 .swiper-slide-active {z-index:2;}
.sec2 .swiper-slide-prev {z-index:1;}
.sec2 .swiper-slide-next {z-index:0;}

.sec3 { padding: 130px 0;}
.sec3 .contain { display: flex; gap: 30px; flex-wrap: wrap;}
.sec3 .contain::after { content: none;}
.sec3 .contain>div { width: calc(100%/2 - 15px); border-radius: 50px; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; }
.sec3 .contain>div.bg1 { background-image: url('../images/main/sec3-img1.jpg');}
.sec3 .contain>div.bg2 { background-image: url('../images/main/sec3-img2.jpg');}
.sec3 .contain>div a { padding: 100px 55px 75px; display: block; color: #fff; position: relative; }
.sec3 .contain>div h4 {line-height: 1em; font-size: 18px; font-weight: 700; }
.sec3 .contain>div h2 { line-height: 1em; font-size: 40px; font-weight: 700; margin: 20px 0 30px; }
.sec3 .contain>div p { line-height: 1.666em; font-weight: 300; }
.sec3 .contain>div a:hover { background: rgba(244, 151, 1,0.9); border-radius: 0 0 150px 0 ;}
.sec3 .contain>div a:hover .btn-point {opacity: 1; }

.sec4 { padding: 60px 0 130px; position: relative; }
.sec4-sb { position: absolute; right: 60px; top: -100px; z-index: -1;}
.sec4 .sec1-titbox { margin-bottom: 70px; }
.sec4-swiper { width: 100%; position: relative; overflow: hidden; }
.sec4-swiper-slide a { display: block; position: relative; overflow: hidden;}
.sec4-swiper-slide .thumb {position:relative; padding-bottom:120%; margin-bottom:18px; overflow:hidden; border-radius: 50px; }
.sec4-swiper-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.sec4-swiper-slide .thumb::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; transition: .2s; border-radius: 0 0 80px 0 ; background: rgba(244, 151, 1,0.9);}
.sec4-swiper-slide .tit { font-size: 20px; line-height: 1.5em; font-weight: 600; color: #242424; margin-bottom: 20px; letter-spacing: -.03em;}
.sec4-swiper-slide .date { line-height: 1em; font-size: 14px; font-weight: 300; color: #ababab; }
.sec4-swiper-slide a:hover .thumb::after { opacity: 1; }
.sec4-swiper-slide a:hover .btn-point { opacity: 1; }

.sec5 { padding-bottom: 130px; overflow: hidden;}
.sec5 .contain { max-width: 1860px; gap: 30px; display: flex; }
.sec5 .contain::after { content: none;}
.sec5 .left { width: 42%; position: relative; overflow: hidden; }
.sec5 .w1400-m { display: none; }
.sec5 .left img { width: 100%; }
.sec5 .right { width: calc(58% + 55px); background: url(../images/main/sec5-rightbg.png) center no-repeat;  margin-left: -85px; background-size: cover; padding: 0 100px; padding-top: 8%; padding-left: 160px; }
.sec5 .right .flex { display: flex; align-items: center; color: #fff; justify-content: space-between;}
.sec5 .right h3 { font-size: 54px; font-weight: 800; line-height: 1em; text-shadow: 0 0 5px rgba(0,0,0,0.25); margin: 17px 0 28px;}
.sec5 .right p { font-size: 18px; font-weight: 300; }
.sec5 .right .form .fx { display: flex; gap: 10px; margin-bottom: 20px; justify-content: flex-end; }
.sec5 .right .form .fx .input { height: 44px; border: none; color: #bbb; font-weight: 500; border-radius: 22px; padding: 6px 20px; background:#000 url('/images/main/sec5-down.png') right 20px center no-repeat; }
.sec5 .right .form .fx .input:focus { outline: none;}
.sec5-search { position: relative; width: 450px; }
.sec5-search .input { width: 100%; border-radius: 40px; border: 10px solid #fff; height: 80px; font-size: 16px; font-weight: 300; color: #fff; background: transparent; padding: 6px 45px; padding-right: 50px; }
.sec5-search .input::placeholder { color: #fff; }
.sec5-search .btn { position: absolute; width: 45px; height: 45px; background-repeat: no-repeat; background-position: center; background-size: 20px; right: 17px; top: 17px; border: none; text-indent: -9999em; background-color: #000; background-image: url(../images/main/sec5-sch.png); border-radius: 100%; }

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:420px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: center;}
.sub-visual .contain2 { text-align: left;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:left; }
.sub-visual p { font-size: 20px; font-weight: 600; letter-spacing: 0.2em; line-height: 1.3em;position: relative; margin-bottom: 20px; }
.sub-visual h2 {font-size:70px; line-height:1em; display: inline-block; font-weight: 800; letter-spacing: -.03em; }

.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");}
.sub-visual.bg8 {background-image:url("../images/sub/sub-visual8.jpg");}

.sub-wrap { height: 94vh; position: relative; width: 100%; }
.sub-wrap .bg { height: 86%; position: absolute; left: 0; top: 0; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover;  z-index: -2;}
.sub-wrap .bg.bg1 { background-image: url(../images/sub/sub1-1-visual.jpg);}
.sub-wrap .bg.bg2 { background-image: url(../images/sub/sub1-2-visual.jpg);}
.sub-wrap .bg.bg3 { background-image: url(../images/sub/sub-visual3-3.jpg);}
.sub-wrap .bg.bg4 { background-image: url(../images/sub/sub4-visual.jpg);}
.sub-wrap .contain { display: flex; align-items: center; position: relative; height: 100%;}
.sub-wrap .contain::after { content: none;}
.sub-wrap .contain.tr { text-align: right; }
.sub-wrap .contain .txt { color: #fff; width: 100%; position: relative; margin-top: -100px;}
.sub-wrap .contain .txt h4 { font-size: 20px; font-weight: 600; line-height: 1.3em; letter-spacing: 0.2em; }
.sub-wrap .contain .txt h2 { font-size: 88px; font-weight: 800; line-height: 1.1em; margin: 15px 0 30px; }
.sub-wrap .contain .txt h2 span { color: #f6a31d; }
.sub-wrap .contain .txt h2.fz { font-size: 70px; }
.sub-wrap .contain .txt h3 { font-size: 24px; font-weight: 500; line-height: 1.25em; }
.sub-wrap .contain .txt h3 span { font-weight: 700; color: #f6a31d;}
.sub-wrap .contain .txt p { font-size: 18px; line-height: 1.6em; font-weight: 500; }
.sub-wrap .img { position: absolute; right: 30px; bottom: 0; z-index: -1;}
.sub-wrap .contain.tr .img { right: auto; left: 30px; }

.path-wrap {position:relative; border-bottom:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1200px; margin:0 auto; }
.path-wrap .inner {display:flex; width: 100%;}
.path-wrap .home a {display:block; width:52px; height:70px; background:url("../images/sub/home.png")0 50% no-repeat; background-size:20px; text-indent:-999em; overflow:hidden; position: relative; }
.path-wrap .home a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 15px;}
.path-wrap .part {position:relative; min-width:245px; z-index:50;}
.path-wrap .part::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 15px;}
.path-wrap .part::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 100%; display: none;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:70px; color:#242424; font-size:18px; font-weight:600; line-height:1.3em; padding:0 60px 0 35px; letter-spacing: -.03em; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:35px; margin-top:-4px; width:10px; height:8px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:0; right:0; background:#fff; border:1px solid #ddd; z-index:50; padding: 20px 0; border-top: 1px solid #fff;}
.path-wrap .part ul li {color:#454545; line-height:1.3em; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:8px 35px;}
.path-wrap .part.active::after { height: 100%;}
.path-wrap .part.active::before { display: block;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#f6a31d; text-decoration: underline; text-underline-position: under;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 100px 0 80px; text-align: center;}
.sub-title h1 { font-size: 36px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424; }

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; }
#footer .contain { max-width: 1560px; display: flex; align-items: flex-start; justify-content: space-between;}
#footer .contain::after { content: none;}
.ft-top { background: #000; padding: 80px 0 60px; color: #fff; }
.ft-center { padding: 35px 0 30px;}
.ft-center span { display: block; font-size: 12px; line-height: 1em; }
.ft-center h3 { font-size: 50px; font-weight: 500; line-height: 1em; letter-spacing: -.02em; margin-top: 12px;}
.ft-text { font-size: 14px; line-height: 1.6em; letter-spacing: -.02em; margin-bottom: 90px; }
.ft-text span { display: inline-block; color: rgba(255,255,255,0.6); line-height: 1.6em; padding-right: 30px; font-weight: 300; }
.ft-text span:last-child { padding-right: 0; }
.policy a { display: inline-block; line-height: 1.3em; font-size: 15px; font-weight: 600; letter-spacing: -.02em; margin-right: 30px; }
.policy a:last-child { margin-right: 0; }
.ft-right { text-align: right; }
.ft-list { display: flex; margin-bottom: 160px; }
.ft-list>li { margin-right: 42px; text-align: center; }
.ft-list>li:last-child { margin-right: 0; }
.ft-list>li>a { font-weight: 600; letter-spacing: -.02em; color: #fff; line-height: 1.2em; margin-bottom: 25px;  display: block; font-size: 16px; }
.ft-sub li { margin-bottom: 7px; }
.ft-sub li a { display: block; font-size: 15px; line-height: 1.4em; color: rgba(255,255,255,0.6); font-weight: 400; }
.familysite {position:relative; display:inline-block; width:260px;}
.familysite .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; padding:12px 0; background:none; border: none; color:#fff; font-weight:500; line-height:1.5em; text-align:left;font-size: 15px; font-weight: 500; border-bottom: 1px solid #686868;}
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#2d2e34; bottom: 48px; text-align: left; }
.familysite .toggle-layer a {display:block; padding:15px 20px; color:#7a7c81; font-weight:400; line-height:1.5em;}
.familysite .toggle-layer a:hover {background:#242424; color:#f6a31d;}
.ft-btm { background: #fff; padding: 15px 0;}
.ft-btm .contain { align-items: center !important;}
.ft-sns { display: flex; gap: 5px; flex-wrap: wrap;}
.ft-sns a { display: inline-block; }
.cpr { font-size: 15px; letter-spacing: -.02em; line-height: 1em; color: #242424; }

/* 퀵메뉴 */
.quick { position: fixed; right: 60px; z-index: 999; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; transform: translateY(-50%); top: 50%; }
.quick-list { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;}
.quick-list li { width: 70px; height: 70px; border-radius: 70px; background: #fff; display: flex; align-items: center; justify-content: center; transition: .4s; margin-bottom: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.3);}
.quick-list li a { width: 100%; display: flex; align-items: center; justify-content: center;}
.quick-list li:hover { width: 180px; }
.quick-list li:hover a { justify-content: flex-start; padding-left: 20px;}
.quick-list li:last-child { margin-bottom: 0;}
.quick p { display: none; color: #242424; padding-left: 15px; font-size: 15px; font-weight: 700; letter-spacing: -.03em; line-height: 1.25em; text-align: center;}
.quick p span { color: #f6a31d; display: block;}
.quick-list li:hover p { display: block; }
.scroll-top { width: 60px; height: 60px; margin: 20px 0 0; border-radius: 100%; background: #f6a31d; text-align: center; line-height: 1em; padding-top: 35px; position: relative; font-size: 12px; font-weight: 600; color: #fff; display: block; margin-left: 10px; }
.scroll-top::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 17px; width: 12px; height: 8px; background: url(../images/common/scroll-top.png) center no-repeat; background-size: contain; }
