@charset "utf-8";/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.fancybox-close {background-color:#242424 !important;}

#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-tablet { display:block; } 
.only-desktop { display:block; } 
.only-tablet { display:none; } 
.only-mobile { display:none; } 

#main #wrapper ,
#sub #wrapper {padding-top: var(--header-logo);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:90; } 
#header .header-logo {position:relative; z-index:20;background: #fff;}
#header .header-gnb {position:relative; z-index:10; background: rgba(18, 18, 18, 0.5);}
#header .header-gnb .contain {height: var(--header-gnb);}
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; max-width:1660px !important;  z-index:10;}
#header .sitelogo a {display:block; width:clamp(130px, calc( 226 / var(--inner) * 100vw ), 226px); height:var(--header-logo); text-indent:-999em; background-image:url(../images/common/logo-c.png); background-size:contain; background-repeat:no-repeat; background-position: 0 50%;} 

#header.active { box-shadow:rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
#header.active .header-gnb {background: #121212;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:space-between;} 
#gnb>ul>li {position:relative; padding:0 30px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-gnb); color:#fff; font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight:500; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a > svg {margin-left: 10px;}
#gnb>ul>li.active>a > svg {transform: rotate(180deg);}
#gnb .submenu {display:none; position:absolute; left:50%; width:clamp(200px, calc( 250 / var(--inner) * 100vw ), 250px); transform:translateX(-50%); background:rgba(18, 18, 18, 0.80); border-top:0; text-align:center;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#fff; font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height:1.4em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {text-decoration:underline; font-weight: 600 ;}

.sitelinkbx {display: flex; align-items: center; gap:clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); padding-left: 10px;}
.sitelinkbx .btn-esg {display: inline-flex;justify-content: space-between; align-items: center;padding:0  clamp(12px, calc( 16 / var(--inner) * 100vw ), 16px); min-width: clamp(85px, calc( 125 / var(--inner) * 100vw ), 125px); height: clamp(32px, calc( 38 / var(--inner) * 100vw ), 38px); background: #121212; border-radius: 24px; }
.sitelinkbx .btn-esg .txt {display: inline-block; padding-right: 5px; font-size: clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); font-weight: bold; color: #fff;text-align: center;}
.language {position:relative; display:inline-block; z-index:100;}
.language .toggle-button {display:flex; align-items:center; gap:clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); padding:3px 16px; height: clamp(32px, calc( 38 / var(--inner) * 100vw ), 38px); background:none; border:0; color:#505050; font-weight:700; text-align:left; background: #DDD; border-radius: 24px;}
.language .toggle-button .ico {width:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px);}
.language .toggle-button .txt {width:clamp(28px, calc( 36 / var(--inner) * 100vw ), 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:#505050;}
.language .toggle-layer {display:none; margin-top: clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); position:absolute; left:0; width:100%; text-align:center; z-index:100;}
.language .toggle-layer ul {display:grid; gap:clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px);}
.language .toggle-layer a {display:block; padding: 5px; color:var(--color-body); font-size: clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); font-weight:500; line-height:1.5em; border-radius: 40px;background: #D9D9D9;}
.language .toggle-layer a:hover {background: var(--color-primary); color: #fff;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}


/* 공통  */
.section {overflow:hidden;}
.flxWrap {display:flex; flex-wrap:wrap;}
.sec-pd {padding: clamp(50px, calc( 180 / var(--inner) * 100vw ), 180px) 0;}
.text-center {text-align:center;}
.align-items-center {align-items:center !important;}
.justify-content-center {justify-content:center !important;}
.main-color {color:var(--color-primary) !important;}
.sub-color {color:var(--color-secondary) !important;}
.color-dark {color: var(--color-dark) !important;}
.color-body {color: var(--color-body) !important;}
.red {color:#e32020;}
.pt-0 {padding-top:0 !important;} 
.pb-0 {padding-bottom:0 !important;}
.mb-0 {margin-bottom:0 !important;}
.mt-0 {margin-top:0 !important;}
.font-light {font-weight:300 !important;}
.font-medium {font-weight:500 !important;}
.font-semi {font-weight:600 !important;}
.font-extra {font-weight:800 !important;}
.font-normal {font-weight:400 !important;}
.text-center {text-align:center !important;}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.max-wid {max-width:1460px; width:100%; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space);}
.sec-titbox {margin-bottom:clamp(35px, calc( 75 / var(--inner) * 100vw ), 75px); text-align:center; line-height:1.1;}
.sec-titbox .section-eng {display: block; margin-bottom:clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); font-size: clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight: 600; color: var(--color-primary); text-transform: uppercase;}
.sec-titbox .section-tit {font-size:clamp(22px, calc( 56 / var(--inner) * 100vw ), 56px); font-weight:bold; color:#242424;}
.sec-titbox .section-dec {padding-top:28px; font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); color:#454545; line-height:1.6;}
.bg-gray {background:#fafafa;}

/* main */
[data-aos=fade-up] { transform: translate3d(0,100px,0); } 
.main-visual { position:relative; overflow:hidden; color:#fff; } 
.main-visual .item {position:relative; overflow:hidden;}
.main-visual .image {position:relative; padding-bottom:46.87%; overflow:hidden;}
.main-visual .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}

.main-visual .vjs-controls-disabled {position:relative; padding-bottom:46.87%; overflow:hidden;}
.main-visual .vjs-controls-disabled video {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}
.main_visual_vod_0-dimensions ,
.vjs-workinghover {height: 100% !important; width: 100% !important;}

.main-visual .text-box {padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:1660px; width:100%; line-height:1.3; text-align: right;}
.main-visual .text-box p {transition:1.2s; transform:translate(0,50px); opacity:0; }
.main-visual .text-box .txt1 {font-size: clamp(24px, calc( 80 / var(--inner) * 100vw ), 80px);font-weight: bold; line-height: 1.2;}
.main-visual .text-box .txt2 {padding-top: clamp(10px, calc( 15 / var(--inner) * 100vw ), 15px); font-size: clamp(16px, calc( 32 / var(--inner) * 100vw ), 32px);}
.main-visual .controls {display:flex; align-items:center; justify-content:space-between; padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; bottom:clamp(10px, calc( 100 / var(--inner) * 100vw ), 100px); left:50%; transform:translatex(-50%); max-width:1660px; width:100%; color:#fff; z-index:40;}
.main-visual .controls .left img {width: clamp(80px, calc( 114 / var(--inner) * 100vw ), 114px);}
.main-visual .controls .right {display: flex; align-items: center;}
.main-visual .controls .pagerbx {display:flex; align-items:center; justify-content:flex-end; gap:clamp(10px, calc( 15 / var(--inner) * 100vw ), 15px); padding-right: clamp(15px, calc( 20 / var(--inner) * 100vw ), 20px);}
.main-visual .pager-left ,
.main-visual .pager-right {font-size:clamp(15px, calc( 24 / var(--inner) * 100vw ), 24px); font-weight:bold;}
.main-visual .pager-left .current ,
.main-visual .pager-left .total {display:inline-block;}
.main-visual .progress {position:relative; width:clamp(100px, calc( 150 / var(--inner) * 100vw ), 150px); height:2px; background:rgba(255, 255, 255, 0.5);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .slide-btn {width:24px; height:24px;  background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-prev {margin-right:clamp(6px, calc( 12 / var(--inner) * 100vw ), 12px);background-image:url("../images/main/ctr_prev.png");}
.main-visual .slide-next {background-image:url("../images/main/ctr_next.png");}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .text-box p {transform:translate(0,0); opacity:1;}
.main-visual .active .text-box .txt1 {transition-delay:.5s;}
.main-visual .active .text-box .txt2 {transition-delay:.7s;}
.main-visual .scroll {animation:scrollDown .9s linear infinite alternate; z-index:40;}

.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

/* section */
.sec1-list {display:flex; flex-direction:column; gap:10px;}
.sec1-row {display:flex; gap:10px;justify-content:center;}
.sec1-row:first-child .sec1-item:first-child {width:clamp(600px, calc( 900 / var(--inner) * 100vw ), 900px);}
.sec1-row:first-child .sec1-item:last-child {width:clamp(460px, calc( 690 / var(--inner) * 100vw ), 690px);}
.sec1-row:last-child .sec1-item:first-child {width:clamp(460px, calc( 690 / var(--inner) * 100vw ), 690px);}
.sec1-row:last-child .sec1-item:last-child {width:clamp(600px, calc( 900 / var(--inner) * 100vw ), 900px);}
.sec1-item {position:relative; overflow:hidden;}
.sec1-item .inner {position:relative; display:block; width:100%; height:clamp(280px, calc( 470 / var(--inner) * 100vw ), 470px); color:inherit; text-decoration:none;}
.sec1-image {position:relative; overflow:hidden; height: 100%; } 
.sec1-image:after {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(115deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);}
.sec1-image img { width:100%; height:100%; object-fit:cover;}
.sec1-overlay {position:absolute; top:0; left:0; width:100%; height:100%;  z-index:3; transition: all 0.4s;}
.sec1-content {display: flex; flex-direction: column; justify-content: space-between; padding:clamp(30px, calc( 60 / var(--inner) * 100vw ), 60px) clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px); position:absolute; left:0; top:0; z-index:4; color:#fff; width: 100%; height: 100%;}
.sec1-badge {display:inline-block; padding:8px 14px; margin-bottom:clamp(15px, calc( 28 / var(--inner) * 100vw ), 28px); background:rgba(255, 255, 255, 0.2); backdrop-filter:blur(2px); border-radius:24px; font-size:clamp(13px, calc( 16 / var(--inner) * 100vw ), 16px); font-weight:600; color:#fff; line-height:1;}
.sec1-title {font-size:clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); font-weight:bold; line-height:1.2; color:#fff;}
.sec1-content .bottomtxt {display: flex; align-items: center;justify-content: space-between; transform: translateY(1000px); transition: all 0.4s;}
.sec1-desc {font-size:clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); font-weight:500; line-height:1.7; color:#fff;}
.sec1-content .btn-arrow {display: flex;align-items: center;justify-content: center; width:clamp(38px, calc( 80 / var(--inner) * 100vw ), 80px); height: clamp(38px, calc( 80 / var(--inner) * 100vw ), 80px); border: 1px solid rgba(255, 255, 255, 0.30);background: rgba(255, 255, 255, 0.10); border-radius: 50%;}
.sec1-content .btn-arrow svg {width: clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); height: clamp(15px, calc( 20 / var(--inner) * 100vw ), 20px);}
.sec1-item:hover .sec1-overlay {background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(50, 167, 56, 0.5) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);}
.sec1-item:hover .sec1-content .bottomtxt {transform: translateY(0);}

.performance-grid {display: flex;}
.performance-item {position: relative; height: clamp(400px, calc( 840 / var(--inner) * 100vw ), 840px); overflow: hidden; display: block; text-decoration: none; transition: flex 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); flex: 1; min-width: 0;}
.performance-item:hover,
.performance-item.active {flex: 3; z-index: 10;}
.performance-image {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.performance-image img {width: 100%; height: 100%; object-fit: cover;}
.performance-item {container-type: inline-size;}
.performance-overlay {display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 10px; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; color: #fff; text-align: center; letter-spacing: -0.96; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.performance-overlay .toptext .tit {font-size: clamp(18px, calc( 32 / var(--inner) * 100vw ), 32px); font-weight: 600; line-height: 1; white-space: nowrap; transition: font-size 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-weight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.performance-overlay .toptext .dec {padding-top: clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px); font-size: clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); line-height: 1.66; white-space: nowrap; transition: font-size 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.performance-overlay .checklist {padding-top:  clamp(30px, calc( 95 / var(--inner) * 100vw ), 95px); transition: padding-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: none;}
.performance-overlay .checkitem:not(:first-child) {margin-top:  clamp(12px, calc( 28 / var(--inner) * 100vw ), 28px); transition: margin-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.performance-overlay .checkitem {padding-left:  clamp(26px, calc( 34 / var(--inner) * 100vw ), 34px); position: relative; font-size:  clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight: 400; transition: font-size 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.performance-overlay .checkitem:after {position: absolute; content: ''; left: 0; top:  2px; width:  clamp(16px, calc( 24 / var(--inner) * 100vw ), 24px); height:  clamp(16px, calc( 24 / var(--inner) * 100vw ), 24px); background: url(../images/main/check.png) no-repeat 50% 50% / contain;}
.performance-item:hover .performance-overlay ,
.performance-item.active .performance-overlay {align-items: flex-start; padding-left: clamp(30px, calc( 160 / var(--inner) * 100vw ), 160px); text-align: left;}
.performance-item:hover .performance-overlay .toptext .tit ,
.performance-item.active .performance-overlay .toptext .tit {font-size:  clamp(22px, calc( 56 / var(--inner) * 100vw ), 56px); font-weight: 700;}
.performance-item:hover .performance-overlay .toptext .dec ,
.performance-item.active .performance-overlay .toptext .dec {font-size:  clamp(15px, calc( 24 / var(--inner) * 100vw ), 24px); }
.performance-item:hover .checklist ,
.performance-item.active .checklist {display: block;}

.sec3 {background: url(../images/main/sec3-bg.jpg) no-repeat 50% 50% /cover;} 
/* 슬라이드 제거로 주석처리 251215
.marquee-wrap .js-marquee {margin-right:0 !important;}
.marquee-wrap .marquee {height: clamp(80px, calc( 130 / var(--inner) * 100vw ), 130px);}
.marquee-wrap .items-box {display:flex; flex-wrap: nowrap;justify-content: center;}
.marquee-wrap .items-box .items { margin-right:20px;}
.marquee-wrap .items-box .item {padding: 20px; width:clamp(200px, calc( 304 / var(--inner) * 100vw ), 304px); height:clamp(80px, calc( 130 / var(--inner) * 100vw ), 130px); background: #fff;text-align: center;}
.marquee-wrap .items-box .item img { height: 100%; object-fit: scale-down;}
*/

/* 반응형 로고 레이아웃 251215 */
.marquee-wrap {max-width: 1620px; margin:0 auto; padding-left: var(--container-space);  padding-right: var(--container-space);}
.marquee-wrap .items-box {display:flex; flex-wrap: nowrap; justify-content: center; gap: 10px;}
.marquee-wrap .items-box .items {margin-right: 0; flex: 1 0 33.33%; max-width:33.33%;}
.marquee-wrap .items-box .item {padding: 20px; width:100%; height:clamp(80px, calc( 140 / var(--inner) * 100vw ), 140px); background: #fff; text-align: center;}
.marquee-wrap .items-box .item img {height: 100%; object-fit: scale-down;}

/* 태블릿 */
@media (max-width: 1024px) {
.marquee-wrap .items-box { gap: 10px;}
}

/* 모바일 */
@media (max-width: 768px) {
.marquee-wrap .items-box {flex-wrap: wrap; align-items: center;}
.marquee-wrap .items-box .items {flex: 1 0 100%; max-width:100%;}
}








.sec4 {position: relative; padding-bottom: clamp(100px, calc( 250 / var(--inner) * 100vw ), 250px) !important; background: url(../images/main/sec4-bg.jpg) no-repeat 50% 50% / cover; overflow: hidden;}
.sec4 .contain {position: relative; z-index: 2;}
.sec4-bg-text {position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); font-size: clamp(60px, calc( 150 / var(--inner) * 100vw ), 150px); font-weight: 800; color: rgba(255, 255, 255, 0.1); white-space: nowrap; z-index: 1; pointer-events: none;}

.sec4-content {display: flex; gap: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);flex-wrap: wrap;}
.sec4-item {flex: 1;}

.sec4-item .inner {display: flex; flex-direction: column; gap: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); color: inherit; text-decoration: none;}
.sec4-header {display: flex; flex-direction: column; }
.sec4-badge {display: inline-block; margin-bottom:  clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); font-size: clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight: 600; color: var(--color-primary); line-height: 1;}
.sec4-badge.badge-blue {color: #155ef0;}
.sec4-title-wrap {display: flex; align-items: center; gap: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px);}
.sec4-title { font-size: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); font-weight: 700; color: #fff; }
.sec4-arrow {display: flex; align-items: center; justify-content: center;  width:9px; height: 10px; }
.sec4-arrow svg {width: 100%; height: 100%;}
.sec4-desc {margin-top: 12px; font-size: clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight: 400; color: #fff; }
.sec4-image {position: relative; padding-bottom:57.69%; overflow: hidden;}
.sec4-image img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}



/* sub page */
.contain { max-width:1660px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space); width:100%;} 
#contArea { max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;} 
#sub .contain {max-width:1460px; }
#contArea.wide { max-width:100% !important; padding-left:0 !important; padding-right:0 !important;} 
.sub-title {margin-bottom:clamp(30px, calc( 60 / var(--inner) * 100vw ), 60px); text-align:center;}
.sub-title .maintit { font-size:clamp(22px, calc( 36 / var(--inner) * 100vw ), 36px); line-height:1.2; } 
.sub-box { display:flex; align-items:center; justify-content:center; width:300px; height:300px; border-radius:var(--border-radius-30); background-color:var(--color-warning); font-size:var(--font-size-20); color:var(--color-white); text-align:center; } 

.real-cont {padding:clamp(50px, calc( 150 / var(--inner) * 100vw ), 150px) 0 clamp(60px, calc( 160 / var(--inner) * 100vw ), 160px);} 

.sub-visual { position:relative; height:700px; z-index:10; overflow:hidden; } 
.sub-visual .background {position:absolute;top:0;left:0;width:100%; height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;transform:scale(1.09); -ms-transform:scale(1.09); /* IE 9 */
 -moz-transform:scale(1.09); /* Firefox */
 -webkit-transform:scale(1.09); /* Safari and Chrome */
 -o-transform:scale(1.09); /* Opera */
transition: all 2s ease-out 0s;transition-delay: 0.1s;z-index:0; } 
.sub-visual.load .background {transform:scale(1); -ms-transform:scale(1); /* IE 9 */
 -moz-transform:scale(1); /* Firefox */
 -webkit-transform:scale(1); /* Safari and Chrome */
 -o-transform:scale(1); /* Opera */}
.sub-visual .tt-wrap {padding-right:var(--container-space); padding-left:var(--container-space); max-width:1260px; width: 100%; position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%); z-index: 1; color: #fff; text-align: center; } 
.sub-visual .tt-wrap .tit {font-size: clamp(26px, calc( 64 / var(--inner) * 100vw ), 64px); line-height: 1.2em; font-weight: 700; text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); letter-spacing: -0.9px;}

.lnb ul {display:flex; justify-content:center; margin:0 auto; max-width:1200px; width:100%;}
.lnb ul li {width:auto; flex:1; text-align:center;}
.lnb ul li.active {background:var(--color-primary);}
.lnb ul li.active a {color:#fff;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 20px; height:var(--nav-height); line-height:1.2em; font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); color:#242424;}

.sub-visual-wrap {position: relative;}
.path-wrap {position:absolute; bottom: clamp(30px, calc( 220 / var(--inner) * 100vw ), 220px);  z-index:50; overflow: visible; width:100%; text-align:center;}
.path-wrap .inner {display:inline-flex; justify-content: center; border-radius: 40px;background: rgba(0, 0, 0, 0.40);}
.path-wrap .home a {display:block; width:64px; height:64px; background:url("../images/common/home.png") 50% 50% no-repeat; background-size:18px auto; background-color: rgba(0, 0, 0, 0.50); border-radius: 50%; text-indent:-999em; overflow:hidden; }
.path-wrap .part {position:relative; min-width:240px; padding:0 clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; padding-right:clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); position:relative; height:64px; color:#ffff; font-size:16px; font-weight:500; line-height:1.3em;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:0; margin-top:-7px; width:12px; height:10px; background:url("../images/common/path_down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:1px; top:100%; padding: clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px) clamp(18px, calc( 30 / var(--inner) * 100vw ), 30px); margin-top: clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); background:#fff; border-radius:clamp(16px, calc( 24 / var(--inner) * 100vw ), 24px) 0 clamp(16px, calc( 24 / var(--inner) * 100vw ), 24px) 0; z-index:500; box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.20)}
.path-wrap .part ul li {color:var(--color-body); line-height:1.3em; font-size: 15px;}
.path-wrap .part ul li a {display:block; padding:clamp(5px, calc( 8 / var(--inner) * 100vw ), 8px) 0; text-align: left;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {text-decoration: underline; }

@media (max-width: 1024px) {
	.path-wrap .home a {width:46px; height:46px;}
	.path-wrap .part > a {font-size:16px; height:46px;}
	
}
@media (max-width: 640px) {
	.sub-visual .tt-wrap {top: 55%;}
	.path-wrap .inner  {width: 100%;}
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a {height:40px; width:40px; background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 20px); width:calc(50% - 20px);}
	.path-wrap .part > a {height:40px; font-size:14px;}
	.path-wrap .part > a:after {right:10px; width:8px; background-size:contain;}
	.path-wrap .part:last-child {border-right:0;}
	.path-wrap .part ul li a {font-size:14px; }
	.path-wrap.ty2 .part {min-width:calc(100% - 40px); width:calc(100% - 40px);}
}

/* footer */


#footer {padding:clamp(40px, calc( 80 / var(--inner) * 100vw ), 80px) 0 clamp(45px, calc( 100 / var(--inner) * 100vw ), 100px); background-color:#121212;} 
#footer .contain {max-width:1660px !important; display: flex; flex-wrap: wrap; justify-content: space-between;}



#footer .foot-addr {color: #b8b8b8; letter-spacing:-0.5px;} 
#footer .foot-logo {margin-bottom: clamp(25px, calc( 55 / var(--inner) * 100vw ), 55px);}
#footer .foot-logo img {width:clamp(130px, calc( 226 / var(--inner) * 100vw ), 226px);  } 
#footer address { font-style:normal; } 
#footer address + address {margin-top: clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px);}
#footer address .address-txt {display: flex; line-height: 1.714em;}
#footer address.addr1 {margin:0 clamp(-20px, calc( -20 / var(--inner) * 100vw ), -10px); display:flex; flex-wrap:wrap;}
#footer address.addr1 .address-txt {font-size: clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); color: #fff; padding: 0 clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); position: relative; font-weight: 400;}
#footer address.addr1 .address-txt:not(:last-child):after {position: absolute; content: ''; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height:clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); background: rgba(255, 255, 255, 0.3);}
#footer address.addr1 .address-txt .name {display: inline-block; margin-right: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); font-weight: 600;}
#footer address.addr2 .address-txt .name {flex:1 0 clamp(65px, calc( 78 / var(--inner) * 100vw ), 78px); max-width: clamp(65px, calc( 78 / var(--inner) * 100vw ), 78px);}
#footer address.addr2 .address-txt .dec {flex:1 0 auto; width: 1%; color: rgba(255, 255, 255, 0.5);}
#footer address.addr2 .address-txt:not(:first-child) {margin-top: 5px;}
#footer address .inflx {margin:0 clamp(-20px, calc( -20 / var(--inner) * 100vw ), -10px);}
#footer address .inflx .bx {padding:0 clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); position: relative;}
#footer address .inflx .bx:not(:last-child):after {position: absolute; content: ''; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height:clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); background: rgba(255, 255, 255, 0.3);}


#footer .foot-links {text-align: right;}
.familysite {position:relative; display:inline-block; width:clamp(160px, calc( 226 / var(--inner) * 100vw ), 226px);}
.familysite .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; padding:clamp(10px, calc( 17 / var(--inner) * 100vw ), 17px) clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); background:rgba(255, 255, 255, 0.05); border:1px solid rgba(255, 255, 255, 0.2); color:#fff; font-weight:500; line-height:1.5em; text-align:left;}
.familysite .toggle-button .chevron {width:12px;}
.familysite .toggle-button svg {display:block; width:100%; height:auto;}
.familysite .toggle-button path {fill:#fff;}
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#fff; border:1px solid #ddd; border-top:0;}
.familysite .toggle-layer ul li:not(:last-child) {border-bottom:1px dotted #ddd;}
.familysite .toggle-layer a {display:block; padding:8px clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); color:#767676; font-weight:400; line-height:1.5em; text-align: left; font-size: clamp(13px, calc( 16 / var(--inner) * 100vw ), 16px);}
.familysite .toggle-layer a:hover {background:#f7f7f7; color:#2c2c2c;}
.familysite.active .toggle-button .chevron {transform:scaleY(-1);}

#footer .f-menu {padding-top: clamp(20px, calc( 85 / var(--inner) * 100vw ), 85px);}
#footer .f-menu li {padding-top:clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px);}
#footer .f-menu li:first-child {padding-top:0;}
#footer .f-menu li a {display:block; color:#fff; font-weight:400; font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px);}
#footer .copy {padding-top: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); font-size:clamp(10px, calc( 12 / var(--inner) * 100vw ), 12px); color:rgba(255, 255, 255, 0.5); line-height: 1.714em;} 

 

.btn-top {display:flex; flex-direction:column; justify-content:center; align-items:center; padding:5px; width:clamp(35px, calc( 60 / var(--inner) * 100vw ), 60px); height:clamp(35px, calc( 60 / var(--inner) * 100vw ), 60px); border-radius:50%; color:#fff; font-size:clamp(10px, calc( 14 / var(--inner) * 100vw ), 14px); line-height:1; font-weight:600; background:var(--color-primary);}
.btn-top span {display:inline-block; padding-top:clamp(3px, calc( 6 / var(--inner) * 100vw ), 6px); color:#fff;}

/* all menu */
html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .all-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-all-opened .all-navigation .only-all-menu {display:block;}
html.menu-all-opened .mobile-overlay {display:block;}

.btn-all-menu {position:relative; top:0; right:0; width:24px; height:15px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-all-menu span{ position:absolute; right:0; top:0; height:2px; width:24px; background:#fff; } 
.btn-all-menu span:before,
.btn-all-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-all-menu span:before {top:7.5px; width:24px; transition-property:top, transform; } 
.btn-all-menu span:after { bottom:-15px; width:24px; transition-property:bottom, transform; } 

.all-navigation {position:fixed; top:0; right:0; padding:20px 0; width:100%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.all-navigation .contain {padding-top:200px; max-width:1460px !important;}
.all-navigation .home {display:none;}
.all-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.all-navigation .sitelogo img { height:23px; } 
.all-navigation .all-nav-menu>ul>li {display:flex; align-items:center; padding:50px 0; border-bottom:1px solid #dfdfdf; } 
.all-navigation .all-nav-menu>ul>li>a {flex:1 0 410px; max-width:410px; position:relative; font-size:36px; font-weight:bold; line-height:1.3em; color:#2c2c2c;}
.all-navigation .all-nav-menu>ul>li>a:hover {color:var(--color-primary);}
.all-navigation .all-nav-menu .submenu {flex:1; display:block;} 
.all-navigation .all-nav-menu .submenu>ul {display:flex;}
.all-navigation .all-nav-menu .submenu>ul>li {flex:1 0 25%; max-width:25%; padding-right:15px;}
.all-navigation .all-nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; position:relative; color:#898989; font-size:18px; font-weight:500; line-height:1.3em; } 
.all-navigation .all-nav-menu .submenu>ul>li>a:hover {color:var(--color-secondary); text-decoration: underline;}
.all-navigation .close { position:absolute; top:20px; right:100px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.all-navigation .close:before,
.all-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.all-navigation .close:before { transform:rotate(45deg); } 
.all-navigation .close:after { transform:rotate(-45deg); } 


/* for mobile */
.only-mobile { display:none; } 
.btn-m-menu {display: none; position:relative; top:0; right:0; width:20px; height:16px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-m-menu span { position:absolute; right:0; top:0; height:2px; width:20px; background:#fff; } 
.btn-m-menu span:before,
.btn-m-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-m-menu span:before {top:8px; width:20px; transition-property:top, transform; } 
.btn-m-menu span:after { bottom:-16px; width:20px; transition-property:bottom, transform; } 
.mobile-navigation { position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.mobile-navigation .home {margin-left:15px; width:130px;}
.mobile-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.mobile-navigation .sitelogo img { height:23px; } 
.mobile-navigation .nav-menu>ul {margin-top:20px;}
.mobile-navigation .nav-menu>ul>li { border-bottom:1px solid #dfdfdf; } 
.mobile-navigation .nav-menu>ul>li>a { position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em; } 
.mobile-navigation .nav-menu>ul>li a:after { content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c; } 
.mobile-navigation .nav-menu>ul>li.active>a { color:#305e92 } 
.mobile-navigation .nav-menu>ul>li.active>a:after { transform:translateY(-35%) rotate(-135deg); border-color:#305e92; } 
.mobile-navigation .nav-menu .submenu { display:none; margin:-1px 0 0 0; padding:0 15px 15px; } 
.mobile-navigation .nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.mobile-navigation .nav-menu .submenu>ul>li>a { display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:after { display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover { color:#305e92 } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after { background:#305e92 } 
.mobile-navigation .close { position:absolute; top:20px; right:15px; 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:201; } 

html.menu-opened { overflow:hidden; } 
html.menu-opened .mobile-navigation { -ms-transform:translateX(0); transform:translateX(0); } 
html.menu-opened .mobile-overlay { display:block; } 