@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 
body {overflow-x: hidden;}
#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;}
.flex {display:flex;}
.flex-col {display:flex; flex-direction:column;}
.flex-col-center {display:flex; flex-direction:column; align-items:center;}
.flex-center {display:flex; align-items:center; justify-content:center;}

#wrapper {position:relative;}

.contain {max-width:1360px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}


/* header */
#header {position: sticky; width: 100%; background:#fff; z-index: 101; top: 0; height: var(--header-height); transition: .2s; left: 0; border-bottom: 1px solid #ddd;}
#header .contain {display: flex; align-items: center; justify-content: space-between; position:relative; max-width:1640px; height:100%; z-index:10;}
#header .sitelogo > a {display: block;}

#gnb > ul {display:flex; justify-content:space-evenly; text-align:center; ;}
#gnb > ul > li {position:relative; padding:0 var(--space-60);}
#gnb > ul > li > a {display:flex; flex-direction:column; align-items:center; justify-content:center; height:var(--header-height); color:#454545; font-size:var(--font-size-18); font-weight:600; line-height:1em;}
#gnb > ul > li > a div {display:flex; flex-direction:column; align-items:center; justify-content:flex-start; overflow:hidden; height:1.5em; padding:0 4px;}
#gnb .submenu {display:none; position:absolute; top: calc(var(--header-height) + 2px); left:50%; width:100%; transform: translateX(-50%); text-align:center; }
#gnb .submenu>ul {padding: var(--space-20); background: #fff; border-radius: 16px;}
#gnb .submenu>ul>li>a {display:block; color:#454545;  font-weight: 500; line-height:2.187em; white-space:nowrap; font-size: var(--font-size-16);}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary); }


/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:var(--space-container); width:24px; height:24px; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; gap:7px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:100%; height:2px; background:#242424;}

.mobile-navigation {display:block;position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #2c2c2c; font-size:20px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block; padding:13px 20px; color:#242424; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a div {display:flex; align-items:flex-end; gap:5px;}
.mobile-navigation .nav-menu>ul>li>a .en {order:2;  font-size:.8em; font-weight:500; line-height:1.3em; opacity:.4;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after  {transform:translateY(-35%) rotate(-135deg); border-color:var(--color-primary);}
.mobile-navigation .nav-menu .submenu {display:none; background:var(--color-primary); padding: 10px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:flex; align-items:flex-end; gap:5px; padding:8px 20px; color:#fff; font-size:16px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu > ul > li > a .bar {display:none;}
.mobile-navigation .nav-menu .submenu > ul > li > a .en {order:2; font-size:.8em; line-height:1.3em; font-weight:400; opacity:.4;}
.mobile-navigation .close {position:absolute; top:15px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}

.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

.mobile-navigation .nav-menu>ul>li:nth-of-type(3)>a:after {display: none;}

/* main-visual */

.main-visual {position:relative; overflow: hidden; width: 100%; }
.main-visual .item {position:relative; height: calc(100vh - var(--header-height)); 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 .contain { max-width: 1580px; }
.main-visual .caption { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; }
.main-visual .caption .txt { width: 100%; transform:translateY(50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active:not(.animate) .caption .txt { transform:translateY(50px); opacity:0; transition:all 0s;}
.main-visual .items .slick-active.animate .caption .txt { transform:translateY(0); opacity:1; transition:opacity 0.8s, transform 0.5s; transition-delay:0.2s;}
.main-visual .caption h2 { font-size: var(--font-size-60); font-weight: 600; line-height: 1.35em; margin-bottom: 30px;}
.main-visual .caption p { line-height: 1.7em; font-size: var(--font-size-20); font-weight: 500;}

.main-visual .slick-dots {position:absolute; bottom:var(--space-140); left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {position:relative; display:block; width:18px; height:18px; background:transparent; border:1px solid transparent; border-radius:100%; overflow:hidden; text-indent:-9999em; transition:.2s;}
.main-visual .slick-dots li button:before {content:""; position:absolute; top:50%; left:50%; width:8px; height:8px; background:#fff; border-radius:100%; transform:translate(-50%, -50%);}
.main-visual .slick-dots .slick-active button {border: 1px solid #fff;}
.main-visual .slick-arrow {display: none !important;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

/* main */
.section {padding:var(--space-130) 0;}
.section .contain {max-width:1460px;}

/* section 1 */
.section1-img-wrap {display: flex; position: relative; gap: var(--space-40); width: 100%; aspect-ratio: 1400/537;}
.section1-img-item {display: block; position: relative; border-radius: var(--radius-16); overflow: hidden; height: 100%; }
.section1-img-item img {transition: .4s ease-in-out;}
.section1-img-item:hover img {transform: scale(1.05);}
.section1-img-sub {display: flex; flex-direction: column; gap: var(--space-40);}
.section1-txt-wrap {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; padding: 20px; color: #fff; text-align: center;}
.section1-txt-wrap h3 {font-size: var(--font-size-23); font-weight: 700; line-height: 1.304em;}
.section1-txt-wrap p {font-size: var(--font-size-18); font-weight: 500;}

/* section 2 */
.section2 {background: #FAFAFA;}
.sec-head {display:flex; align-items:center; justify-content:space-between; margin-bottom: var(--space-60);}
.sec-title-wrap {display:flex; align-items:center; gap:var(--space-30); flex-wrap:wrap;}
.sec-title {display:flex; align-items:flex-end; gap:5px; font-size:var(--font-size-50); font-weight:600; line-height:1em; color:var(--color-sub);}
.sec-title:after {content:''; width: 9px; height: 9px; background: var(--color-primary); border-radius: 50%; margin-bottom: 5px;}
.sec-desc {font-size:var(--font-size-18); font-weight:500; line-height:1.55em; color:#454545;}
.sec-more {font-size:var(--font-size-20); font-weight:600; line-height:1.4em; color:var(--color-sub); white-space:nowrap;}
.sec-more span {transform: translateX(0px); transition: .2s ease-in-out;}
.sec-more:hover span {transform: translateX(5px);}
.sec-more {display:inline-flex; align-items:center; gap:var(--space-8);}
.sec-more span {display:inline-block; will-change:transform;}
.sec-more:focus-visible span,.sec-more:active span {transform: translateX(5px);}
.sec2-cards {display:flex; gap:var(--space-30);}
.sec2-card {display:flex; flex-direction:column; align-items:center; gap:var(--space-30); flex:1; min-width:0;}
.sec2-card-media {position: relative;width:100%; border-radius:var(--radius-30); overflow:hidden; background:#fff; aspect-ratio:685/650;}
.sec2-card-media img {transition: .4s ease-in-out;}
.sec2-card:hover .sec2-card-media img {transform: scale(1.05);}
.sec2-card .sec2-card-media:before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; opacity: 0; transition: .2s ease-in-out;}
.sec2-card:hover .sec2-card-txt {opacity: 1;}
.sec2-card-txt {position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: var(--font-size-20);  text-align: center; opacity: 0; transition: .2s ease-in-out; z-index: 2;}
.sec2-card:hover .sec2-card-media:before{opacity: 1;}
.sec2-card-txt p {font-weight:500; line-height:1.6em; margin-bottom: var(--space-30);}
.sec2-card-more {font-weight:700; line-height:1.2em;}
.sec2-card-label {font-size:var(--font-size-20); font-weight:600; line-height:1.2em; color:var(--color-sub); text-align:center;}

/* section 3 */
.sec3-cards {display:grid; grid-template-columns:repeat(3, 1fr); gap:var(--space-40); margin-bottom: var(--space-130);}
.sec3-card {display:flex; flex-direction:column; align-items:center; text-align:center; gap:var(--space-25);}
.sec3-card:focus-visible {outline:var(--focus-outline); outline-offset:var(--space-4);}
.sec3-card-media {width: 100%; border-radius:var(--radius-20); overflow:hidden; display:flex; align-items:center; justify-content:center;}
.sec3-card-placeholder {position: relative; width: 100%; padding-bottom: 67%; overflow: hidden;}
.sec3-card-placeholder img {position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; object-fit: contain; transform: translate(-50%, -50%);}
.sec3-card-body {display:flex; flex-direction:column; align-items:center; gap:12px;}
.sec3-card-title {font-size:var(--font-size-20); font-weight:600; line-height:1.2em; color:#222;}
.sec3-card-date {font-size:var(--font-size-16); font-weight:400; line-height:1.2em; color:#484848;}
.sec3-card-meta {font-size:var(--font-size-16); font-weight:600; line-height:1.2em; color:var(--color-sub);}

.sec3-community {position: relative; width: 100%; min-height: 250px;  border-radius: var(--radius-20); overflow: hidden;}
.com-bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/main/main-3-bg.jpg) no-repeat center center / cover; z-index: 1; transition: transform .4s;}
.sec3-community:hover .com-bg {transform: scale(1.05);}
.com-txt-box {position: relative; z-index: 2; color: #fff; text-align: center;}
.com-tit {font-size: var(--font-size-50); font-weight: 600; margin-bottom: var(--space-20);}
.com-txt-box > p {font-size: var(--font-size-20); font-weight: 500; line-height: 1.2em; margin-bottom: var(--space-35);}
.com-more {width: 125px; height: 48px; border: 1px solid #fff; border-radius: 24px; display:inline-flex; align-items:center; justify-content:center; gap:var(--space-8); font-size: var(--font-size-20); font-weight: 500; line-height: 1.4em; }
.com-more span {display:inline-block; transition: .2s ease-in-out;}
.sec3-community:hover .com-more span {transform: translateX(5px);}

/* section 4 */
.section4 {background: #FAFAFA;}
.section4 .slide {display:flex;}
.section4 .slide:first-child {margin-bottom:20px;}
.section4 .slide .item {flex:0 0 auto; position:relative; width:clamp(230px, calc(335 / var(--inner) * 100vw), 335px); margin:0 10px;}
.section4 .slide .item .box {width:100%; height:100%; background:#fff; border-radius:var(--radius-18); box-shadow:4px 4px 8px rgba(0, 0, 0, 0.08); overflow:hidden;}
.section4 .slide .item .box .img {position: relative; padding-bottom: 42%;}
.section4 .slide .item .box .img img {position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; object-fit: contain; transform: translate(-50%, -50%);}
.section4 .js-marquee-wrapper {display:flex;}
.section4 .js-marquee {display:flex; flex:0 0 auto;}

/* sub */
.sub-visual {position:relative; width:100%; height:clamp(400px, calc(500 / var(--inner) * 100vw), 500px); color:#fff; background-color:#eee; z-index: 60;}
.sub-visual .bg-wrap {position: relative; width: 100%; height: 100%; overflow: hidden;}
.sub-visual .bg {position:absolute; inset:0; width:100%; height:100%; background-position:50% 50%; background-size:cover; animation:sv-zoomIn 5s forwards linear;}
.sub-visual .cell {position:absolute; top: 43%; left: 50%; transform: translate(-50%, -50%);}
.sub-visual h2 {font-size:var(--font-size-50); font-weight:700; line-height:1em;}
.sub-visual p {font-size:var(--font-size-24); line-height:1.25em; }
.sub-visual .vline {width:clamp(2px, calc(4 / var(--inner) * 100vw), 4px); height:clamp(18px, calc(46 / var(--inner) * 100vw), 46px); border-radius:4px; background:#fff;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg")}

@keyframes sv-zoomIn {
    0% {transform:scale(1.1);}
    100% {transform:scale(1);}
}
.path-wrap {position:absolute; bottom: 0; left: 50%; transform: translateX(-50%); max-width:1300px; width: 100%; }
.path-wrap .wrap {background: #fff; border-bottom: 1px solid #ccc;}
.path-wrap .inner {display:flex;}
.path-wrap .home {position: relative;}
.path-wrap .home a {display:block; width:70px; height:70px; background:#C1232A url("../images/common/home.png") 50% 50% no-repeat; background-size:24px 24px; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:270px; z-index:50; border-right: 1px solid #ccc;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:70px; color:var(--color-sub); font-size:var(--font-size-18); font-weight:500; line-height:1em; padding:0 21px 0 34px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:18px; transform:translateY(-50%); width:20px; height:20px; background:url("../images/common/path_down.png") 50% 50% no-repeat;}
.path-wrap .part.active > a:after {transform: translateY(-50%) rotate(180deg);}
.path-wrap .part ul {display:none; position:absolute; top: 85px; left:-1px; right:-1px; padding: 12px 30px; border-radius: 8px; border: 1px solid #DDD; background: #FFF; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15); z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1em; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:12px 0;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:var(--color-heading); text-decoration:underline;}

#contArea {max-width:1360px; padding:var(--space-90) var(--space-container) var(--space-130); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {margin-bottom:var(--space-60); text-align:center;}
.sub-title h2 {position: relative; font-size:var(--font-size-40); font-weight:700; color:var(--color-sub); line-height:1.2em; letter-spacing:-.03em;}

.real-cont {min-height:300px;}

/* footer */
#footer {position:relative; background:var(--color-sub); padding:var(--space-80) 0; color:#bababa; font-size:var(--font-size-18); font-weight:400; line-height:normal;}
#footer .f-content {display:flex; justify-content:space-between; align-items:flex-end; max-width:1640px; margin:0 auto; padding:0 var(--space-container);}
#footer .foot-info {display:flex; flex-direction:column;}
#footer .ft-logo {margin-bottom: 14px;}
#footer .ft-logo-wrap {margin-bottom: var(--space-40); }
#footer .company-name {color:#fff; font-size:var(--font-size-25); font-weight:700; line-height:1.2em;}
#footer .f-top-links {margin-bottom: var(--space-30); }
#footer .contact-info {gap:var(--space-35); align-items:flex-start;}
#footer .contact-info > span {display:block; font-weight:400; line-height:1.2em;}
#footer .contact-info .highlight {margin-right: var(--space-10); font-size:var(--font-size-18); color:#fff; font-weight:700;}
#footer .copyright {display:flex; gap:var(--space-8); font-size:var(--font-size-16); font-weight:300; line-height:1.2em;}
#footer .ft-menu ul {gap:var(--space-30);}
#footer .ft-menu li a {color:#fff; font-size:var(--font-size-18); font-weight:500; line-height:1.2em;}
#footer .contact-info-wrap {gap:var(--space-15); margin-bottom: var(--space-40);}



