@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:1660px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1460px; 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:sticky; width:100%; z-index:100; top: 0; height: 100px; transition: .2s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1880px;}
#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: block;}
.sitelogo img {visibility: hidden;}

.hd-right { flex: 1 1 auto; min-width: 0; width: 1%; display: flex; align-items: center; justify-content: space-between; margin-left: 100px;} 

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb>ul {display:flex; justify-content:flex-start;} 
#gnb>ul>li {position:relative; padding:0 55px; transition: .2s;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#2c2c2c; font-size:16px; font-weight:600; line-height:1.3em; z-index: 1; letter-spacing: -.02em;}
#gnb>ul>li::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 2px; height: 20px; background: #dfdfdf; transform: rotate(30deg); opacity: 0; transition: .2s;}
#gnb>ul>li.active>a { color: #047fde;}
#gnb>ul>li:last-child::after { display: none; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; }
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#505050; font-size:16px; line-height:1.5em; letter-spacing: -.02em;}
#gnb .submenu>ul>li>a:hover { font-weight: 600; color: #047fde;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff;}

.hd-lang { display: flex; align-items: center; gap: 35px; }
.hd-lang .lang { display: inline-block; font-size: 15px; font-weight: 600; letter-spacing: -.02em; color: #2c2c2c; position: relative; padding-left: 30px; }
.hd-lang .lang::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background: url(../images/common/hd-lang-c.png) center no-repeat; background-size: contain; transition: .2s;}

.language {position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; gap:10px; padding:6px; background:none; border:0; color:#2c2c2c; font-weight:600; text-align:left; position: relative; padding-left: 30px; font-size: 15px;}
.language .toggle-button::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background: url(/images/common/hd-lang-c.png) center no-repeat; background-size: contain; transition: .2s;}
.language .toggle-button .ico {width:16px;}
.language .toggle-button .txt {width:36px;}
.language .toggle-button .chevron {width:12px; margin-top:-.1em;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#2c2c2c;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; padding:8px; background:#fff; border:1px solid #ddd; border-radius:6px; text-align:center;}
.language .toggle-layer ul {display:grid; gap:2px;}
.language .toggle-layer a {display:block; color:#767676; font-weight:600; line-height:1.5em; padding: 5px 0;}
.language .toggle-layer a:hover {color:#047fde;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

#header.header-hover { background: #fff;} 
#header.header-hover .sitelogo { background-image: url(../images/common/logo.png);}
/* #header.header-hover #gnb>ul>li { padding: 0 65px;} */
#header.header-hover #gnb>ul>li>a { color: #2c2c2c;}
#header.header-hover #gnb>ul>li.active>a { color: #047fde;}
#header.header-hover #gnb>ul>li::after { opacity: 1; }
#header.header-hover .hd-lang .lang { color: #2c2c2c;}
#header.header-hover .hd-lang .lang::before { background-image: url(../images/common/hd-lang-c.png); }
#header.header-hover .language .toggle-button { color: #2c2c2c; }
#header.header-hover .language .toggle-button::before { background-image: url(/images/common/hd-lang-c.png); }
#header.header-hover .language .toggle-button path {fill:#2c2c2c;}

#header.sticky { background: #fff;} 
#header.sticky .sitelogo { background-image: url(../images/common/logo.png);}
#header.sticky #gnb>ul>li>a { color: #2c2c2c;}
#header.sticky .hd-lang .lang { color: #2c2c2c;}
#header.sticky .hd-lang .lang::before { background-image: url(../images/common/hd-lang-c.png); }
#header.sticky .language .toggle-button { color: #2c2c2c; }
#header.sticky .language .toggle-button::before { background-image: url(/images/common/hd-lang-c.png); }
#header.sticky .language .toggle-button path {fill:#2c2c2c;}

.list-icon { z-index:50; width: 98px; height: 40px; border-radius: 20px; background: #047fde; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-size: 15px; font-weight: 600; letter-spacing: -.02em; color: #fff; padding-left: 20px; position: relative; }
.list-icon::before { content: ""; position: absolute; left: 20px; top: 0; bottom: 0; margin: auto; width: 12px; height: 12px; background: url(../images/common/menu-icon.png) center no-repeat; background-size: contain;}

.mobile-navigation { position:fixed; top:0; right:0; width:100%; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102; display: block; background: #f8f8f8;}
.mobile-navigation .nav-menu { height: 100%;}
.mobile-navigation .nav-menu>ul { display: flex; padding: 0 50px; height: 100%;}
.mobile-navigation .nav-menu>ul>li {width: calc(100%/6); border-right: 1px solid #ddd; position: relative; padding-top: 100px; transition: .2s;}
.mobile-navigation .nav-menu>ul>li:hover { background: #f2f2f2;}
.mobile-navigation .nav-menu>ul>li:hover>a { color: #047fde;}
.mobile-navigation .nav-menu>ul>li:first-child { border-left: 1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block; color:#2c2c2c; font-size:18px; font-weight:600; line-height:1.5em; margin-bottom: 60px; padding-left: 40px; }
.mobile-navigation .nav-menu>ul>li.active>a {color:#047fde;}
.mobile-navigation .nav-menu .submenu {display: block; font-size: 16px; font-weight: 400; color: #505050; line-height: 1.5em; }
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:20px 40px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#047fde;}
.mobile-navigation .close {position:absolute; top:40px; right:85px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c;}
.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 .big { font-size: 140px; font-weight: 900; letter-spacing: -.02em; color: #f1f1f1; position: absolute; bottom: 150px; right: 90px; z-index: -1;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; background: #000;}
.main-visual .contain {position: relative; height: 100%;}
.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; top: 50%; width: 100%; left: 0; text-align: left; transform: translateY(-50%);}
.main-visual .caption .txt {display: inline-block; text-align: left; color: #fff; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;}
.main-visual .caption h2 { line-height: 1.25em; font-size: 56px; font-weight: 700; margin-bottom: 30px;}
.main-visual .caption p { font-size: 18px; font-weight:400; line-height: 1.5em;}
.main-visual .items .slick-active .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.7s;}
.main-visual .items .reset-animation .txt { transform:translateX(-50px); opacity:0; transition:all 0s}

.roll-btn { position: absolute; right: 50px; bottom: 100px; display: flex; max-width: 1000px; width: 100%; height: auto; gap: 20px; }
.roll-btn ul { display: flex; width: 100%; gap: 20px;}
.roll-btn ul li { width: calc(100%/3); padding-bottom: 20px; gap: 12px; opacity: 1 !important; cursor: pointer;}
.roll-btn ul li .roll-fx { display: flex; align-items: center ;  justify-content: space-between;}
.roll-btn ul li .roll-fx .tit { font-size: 20px; font-weight: 600; color: rgba(255,255,255,0.4); line-height: 1em; }
.roll-btn ul li .roll-fx .txt { font-size: 14px; font-weight: 300; letter-spacing: -.02em; color: rgba(255,255,255,0.5);}
.roll-btn .progress {position:relative; width:100%; height:2px; background: rgba(255,255,255,0.24); display: inline-block;}
.roll-btn .progress:after {content:""; position:absolute; top:0; left:0; width:0; height:2px; transition: 0.1s width linear; background: #fff;}
.roll-btn .progress.animate:after {transition:width linear; width:100%; transition-delay:unset; transition-duration:3.8s;}
.roll-btn .slick-active .roll-fx .tit { color: #fff;}

.vs-pagi { position: absolute; left: 0; bottom: 40px; display: flex; gap: 4px; align-items: center; max-width: 1660px; width: 100%; margin: auto; right: 0; padding-left: 30px; padding-right: 30px; }
.vs-pagi .pagi-num { width: 93px; height: 43px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.24); border-radius: 22px; color: #fff; font-size: 14px; font-weight: 400; letter-spacing: -.02em; line-height: 1em; }
.vs-pagi .pagi-num span:nth-child(2) { display: inline-block; padding: 0 6px;}

.main-visual .buttons #toggle { background: no-repeat url(../images/main/pause.png) 50% 50% / 7px; width: 55px; height: 43px; position: relative; display:inline-block; vertical-align: middle; text-indent: -9999em; overflow: hidden; border: 1px solid rgba(255,255,255,0.24); border-radius: 22px; }
.main-visual .buttons #toggle.play { background:transparent no-repeat url(../images/main/play.png) 50% 50% / 7px;}

.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);}
}

.scroll-down { position: absolute; left: 50px; animation: scrollDisappear 2s infinite; bottom: 100px; }
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(30px);
    }
}

/* marquee */
.mq-fixed { width: 100%; height: 140px; z-index: 5; white-space: nowrap; overflow: hidden; display: flex; align-items: center; position: relative; }
#image-container { white-space: nowrap; animation: marquee 25s linear infinite; display: inline-flex; position: relative; }

@keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

/* main 공통 */
.main-pd { padding: 150px 0;}
.main-pd2 { padding: 80px 0;}
.main-tit { font-size: 56px; font-weight: 600; line-height: 1.25em; color: #2c2c2c; margin-bottom: 50px; }
.main-link { text-align: right; font-size: 16px; font-weight: 400; display: inline-block; position: relative; color: #2c2c2c; }
.main-link::before { content: ""; width: 17px; height: 16px; background: url(../images/main/sec1-btn.png) center no-repeat; background-size: contain; margin-bottom: 20px;  position: absolute; right: 0; top: -25px;}
.main-link2 { display: inline-block; color: #fff; font-size: 15px; font-weight: 500; line-height: 1em; background: #121212; padding: 13px 20px; border-radius: 21px; transition: .2s;}
.main-link2:hover { background: #047fde;}
.main-link2 span { display: inline-block; padding-right: 5px; }

/* main */
.sec1 .main-tit { margin-bottom: 0; flex: 1 1 auto; min-width: 0; width: 1%; margin-right: 20px; }
.sec1 .main-tit-lh {line-height: 1.4em;}
.sec1-fx { display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.sec1-fx h2 {text-align: center;}
.sec1-fx.rv { flex-direction: row-reverse; margin-bottom: 0; }
.sec1-fx img { border-radius: 24px; }
.sec1-img-wrap { position: relative; flex: 0 0 auto; max-width: 460px; width: 100%; }
.sec1-slide-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; border-radius: 24px; opacity: 0; transition: opacity 0.8s ease-in-out; pointer-events: none; }
.sec1-slide-img:first-child { position: relative; width: 100%; height: auto; }
.sec1-slide-img.active { opacity: 1; z-index: 1; }
.sec1-box { flex: 1 1 auto; min-width: 0; width: 1%; padding: 65px 70px; border-radius: 24px; background: #f4f4f4; margin-left: 20px; position: relative; }
.sec1-box2 { flex: 1 1 auto; min-width: 0; width: 1%; padding: 0; border-radius: 0; background: none; margin-left: 0; position: relative; }
.sec1-box2 .swiper-slide {display: flex;}
.sec1-btbox { position: absolute; right: 70px; bottom: 70px; display: flex; gap: 10px; }
.sec1-swiper-button-prev::after, .sec1-swiper-button-next::after { display: none; }
.sec1-swiper-button-prev, .sec1-swiper-button-next { width: 60px; height: 60px; border: 1px solid #ddd; border-radius: 100%; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 11px; transition: .2s; position: relative; top: auto; margin-top: 0;}
.sec1-swiper-button-prev { background-image: url(../images/main/sec1-leftbt.png); left: auto;}
.sec1-swiper-button-prev:hover { background-color: #047fde; border: 1px solid #047fde; background-image: url(../images/main/sec1-leftbt-w.png);}
.sec1-swiper-button-next { background-image: url(../images/main/sec1-rightbt.png); left: auto;}
.sec1-swiper-button-next:hover { background-color: #047fde; border: 1px solid #047fde; background-image: url(../images/main/sec1-rightbt-w.png);}
.sec1-swiper { width: 100%; position: relative; overflow: hidden;}
.sec1-swiper-slide .sec1-box-image {flex: 0.47; display: inline-flex; align-items: center; justify-self: center; width: clamp(100%, calc(460 / var(--inner) * 100vw), 460px); height: clamp(100%, calc(460 / var(--inner) * 100vw), 460px);}
.sec1-swiper-slide img {width: 100%; object-fit: cover;}
.sec1-swiper-slide .sec1-box-text {flex: 1; display: inline-block; padding: 65px 70px; border-radius: 24px; background: #f4f4f4; margin-left: 20px; height: max-content;}
.sec1-swiper-slide .num { line-height: 1em; font-size: 28px; font-weight: 800; color: #047fde; margin-bottom: 25px; }
.sec1-swiper-slide .tit { font-size: 38px; font-weight: 800; line-height: 1.4em; color: #2c2c2c;}
.sec1-swiper-slide .line { width: 2px; height: 40px; background: #ccc; transform: rotate(30deg); margin: 40px 0; margin-left: 12px;}
.sec1-swiper-slide .main-link { position: absolute; right: 0; top: 30px; }

.sec2 { text-align: center; }
.sec2 .main-tit { text-align: center; }
.sec2-fx { display: flex; flex-wrap: wrap; align-items: center; margin-top: 100px; }
.sec2-fx .sec2-thumb { width: 50%; }
.sec2-fx .thumb {position:relative; padding-bottom:112%; overflow:hidden; border-radius: 24px; }
.sec2-fx .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;}
.sec2-right { padding-left: 140px; padding-right: 100px; width: 50%;}
.sec2-list li a { display: block; padding: 40px 0; font-size: 32px; line-height: 1em; font-weight: 800; color: #ccc; position: relative; text-align: left; border-bottom: 1px solid #dfdfdf; }
.sec2-list li a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background: url(../images/main/sec2-right.png) center no-repeat; background-size: contain; width: 37px; height: 35px; }
.sec2-list li .sec2-thumb-wrap { width: 175px; position: absolute; right: 80px; bottom: -34px; transition: .2s; opacity: 0; }
.sec2-list li .thumb {position:relative; padding-bottom:112%; overflow:hidden; border-radius: 16px; transform: rotate(15deg);}
.sec2-list li .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;}
.sec2-list li:hover a { color: #047fde; border-bottom: 1px solid #047fde;}
.sec2-list li:hover a::after { background-image: url(../images/main/sec2-right-c.png);}
.sec2-list li:hover .sec2-thumb-wrap { opacity: 1; }

.sec3 .contain { display: flex; align-items: flex-start;}
.sec3 .contain::after { content: none;}
.sec3 .left { width: 50%; padding-right: 25px; }
.sec3 .right {width: 50%; }
.sec3 .right .sec3-box { height: 360px; border-radius: 24px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.sec3 .right .sec3-box a { display: flex; width: 100%; height: 100%; color: #fff; padding: 65px 70px; align-items: flex-start; flex-direction: column; justify-content: space-between;}
.sec3 .right .sec3-box h3 { line-height: 1.3em; font-size: 38px; font-weight: 800; }
.sec3 .right .sec3-box.bg1 { margin-bottom: 20px; background-image: url(../images/main/sec3-img1.jpg); }
.sec3 .right .sec3-box.bg2 { background-image: url(../images/main/sec3-img2.jpg); }
.sec3 .right .main-link { color: #fff; }
.sec3 .right .main-link::before {background-image: url(../images/main/sec3-btn.png);}

.sec4 .contain { display: flex; align-items: flex-start; gap: 20px;}
.sec4 .contain::after { content: none;}
.sec4 .left { width: calc(70% - 10px); border-radius: 24px; overflow: hidden;}
.sec4 .right { width: calc(30% - 10px); border-radius: 24px; background: #f4f4f4; text-align: center; padding: 100px 10px; }
.sec4 .right h4 { line-height: 1em; font-weight: 800; font-size: 16px; color: #047fde; margin-bottom: 18px; }
.sec4 .right h3 { font-size: 38px; font-weight: 800; line-height: 1em; color: #2c2c2c;}
.sec4 .right p { font-size: 24px; font-weight: 600; line-height: 1.5em; color: #2c2c2c; margin: 112px 0;}

.sec5 { text-align: center; }
.sec5-swiper { margin-top: 100px; width: 100%; position: relative; overflow: hidden; text-align: left;}
.sec5-swiper-slide .thumb {position:relative; padding-bottom:100%; overflow:hidden; border-radius: 24px; margin-bottom: 25px; }
.sec5-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;}
.sec5-swiper-slide .date { line-height: 1em; font-size: 16px; font-weight: 400; color: #a8a8a8; margin-bottom: 15px; }
.sec5-swiper-slide .tit { line-height: 1em; font-size: 24px; font-weight: 600; color: #2c2c2c; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}

.sec6 .contain { display: flex; align-items: flex-start; gap: 39px; flex-wrap: wrap;}
.sec6 .contain::after { content: none;}
.sec6 .contain>div { width: calc(100%/3 - 26px); padding-bottom: 70px; border-bottom: 1px solid #ddd;}
.sec6 .contain>div h2 { line-height: 1.2em; font-size: 48px; font-weight: 600; color: #2c2c2c; margin-bottom: 28px; }
.sec6 .contain>div p { color: #a8a8a8; margin-bottom: 40px; }

/* sub */
.path-wrap {position:relative; border-bottom:1px solid #ddd; border-top:1px solid #ddd; z-index:50; }
.path-wrap .wrap {max-width:1820px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:42px; height:48px; background:url("../images/sub/home.png") 0% 50% no-repeat; background-size:16px; text-indent:-999em; overflow:hidden; position: relative; }
.path-wrap .home a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 5px;height: 5px; border-radius: 5px; background: #dfdfdf; }
.path-wrap .part {position:relative; min-width:260px; z-index:50;}
.path-wrap .part::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 16px; background: #ddd;}
.path-wrap .part:last-child::after { display: none; }
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:48px; color:#505050; font-size:14px; font-weight:600; line-height:1.3em; padding:0 60px 0 20px; letter-spacing: -.02em;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; margin-top:-4px; width:10px; height:7px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff;z-index:50; border-radius: 0 0 24px 24px; padding: 12px 0;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; font-size: 14px; letter-spacing: -.02em; font-weight: 500; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:15px 30px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#047fde; }

.sub-visual {position:relative; display:table; table-layout:fixed; height:480px; 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 h3 { font-size: 22px; font-weight: 800; letter-spacing: -.02em; line-height: 1.5em; margin-bottom: 20px; color: rgba(255,255,255,0.5);}
.sub-visual h2 {font-size:48px; line-height:1em; display: block; font-weight: 800; letter-spacing: -.02em; line-height: 1.2em; }
.sub-visual p { line-height: 1.5em; margin-top: 20px; }

.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");}
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");}
.sub-visual.bg7 {background-image:url("../images/sub/sub-visual7.jpg");}

#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: 70px 0; text-align: center;}

.real-cont {min-height:300px; padding-bottom: 170px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; color: #2c2c2c; }
#footer .contain::after { content: none !important;}
.ft-top { padding: 65px 0;}
.ft-top .contain { display: flex; justify-content: space-between; }
.ft-left { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.ft-list { display: flex; margin-top: 85px; gap: 80px; }
.ft-list li .tit { font-size: 18px; font-weight: 600; letter-spacing: -.02em; line-height: 1em; color: #a8a8a8; margin-bottom: 25px; }
.ft-list li .txt { line-height: 1.5em; }
.ft-list li .txt p { margin-bottom: 10px; }
.ft-list li .txt p:last-child { margin-bottom: 0; }
.ft-right { text-align: right; }
.policy a { display: block; font-size: 18px; font-weight: 600; line-height: 1em; margin-bottom: 20px; }
.policy a:last-child { margin-bottom: 0; }
.scroll-top { display: inline-block; width: 48px; height: 48px; border-radius: 100%; background-color: #000; background-image: url(../images/common/scroll-top.png); background-repeat: no-repeat; background-position: center; background-size: 12px; margin-top: 150px; }
.ft-btm { padding: 20px 0; background: #f4f4f4; }
.ft-btm .contain { display: flex; justify-content: space-between; align-items: center;}
.ft-btm .cpr { font-size: 14px; font-weight: 600; letter-spacing: -.02em; line-height: 1.5em; }
.ft-btm .cpr span { display: inline-block; color: #505050;}
.ft-btm .cpr a { display: inline-block; color: #cccccc;}
.ft-btm>a { font-size: 14px; font-weight: 600; letter-spacing: -.02em; line-height: 1.5em; color: #505050;}

