@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 112px;}
#gnb>ul>li>a {position:relative; height:var(--header-height); display:flex; align-items:center; font-size:var(--fz20); font-weight:700; letter-spacing:-.025em; line-height:1.33em; color:#333;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-6px; left:50%; transform:translateX(-50%); width:0; height:6px; background:#2e72b3; transition:.2s;}
#gnb>ul>li.active>a:after {width:96px;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:30px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:#999; line-height:1.33em; letter-spacing:0;}
#gnb .submenu>ul>li>a:hover {color:#2e72b3;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#1d1d1b;}

.pull-right {display:flex; align-items:center;}

.language {position:relative; display:inline-block; font-size:var(--fz14);}
.language .toggle-button {width:140px; height:var(--header-height); display:flex; align-items:center; justify-content:center; gap:14px; background:none; border:0; color:#333; font-weight:600; letter-spacing:-.025em; line-height:1.4em;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; padding:8px; background:#fff; text-align:center;}
.language .toggle-layer ul {display:grid; gap:6px;}
.language .toggle-layer a {display:block; font-weight:600; line-height:1.5em;}
.language .toggle-layer ul li.on a {color:#2e72b3;}

.btn-all-menu {margin-left:50px; display:block; position:relative; width:30px; height:31px;}
.btn-all-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#333;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#333;}
.btn-all-menu span:before {top:-16px;}
.btn-all-menu span:after {bottom:-16px;}

#header:hover .btn-all-menu span,
#header:hover .btn-all-menu span:before,
#header:hover .btn-all-menu span:after {background:#2e72b3;}

#header.header-fixed {box-shadow:0px 3px 5px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {margin-left:20px; display:none; position:relative; width:30px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#333;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#333;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; 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 .home img {height:48px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:calc(100vh - var(--header-height));}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.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 .slick-slide.active .img {transform:scale(1.06);}
.main-visual .caption {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; z-index:2; text-align:center;}
.main-visual .caption .t1 {font-size:var(--fz80); font-weight:800; letter-spacing:0; line-height:1.3em;}
.main-visual .caption .t2 {font-size:var(--fz40); font-weight:400; letter-spacing:0; line-height:1.2em;}
.main-visual .slick-dots {line-height:0; text-align:center; position:absolute; left:0; bottom:90px; z-index:10; width:100%;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {font-size:0; display:block; width:16px; height:16px; border-radius:8px; background-color:#fff; border:0; font-family:var(--font-priamry); transition:.2s;}
.main-visual .slick-dots .slick-active button {background:var(--color-primary); width:50px;}

.m-head {text-align:center;}

.m-tit {font-size:var(--fz56); font-weight:800; letter-spacing:0; line-height:1.2em;}

.m-txt {font-weight:400; letter-spacing:0; line-height:1.4em;}

.m-btn {padding:0 35px 0 25px; font-size:var(--fz20); font-weight:500; letter-spacing:0; line-height:1.33em; color:#fff; display:inline-flex; align-items:center; height:60px; border:1px solid #fff;}
.m-btn:before {content:''; margin-right:13px; width:29px; height:25px; background:url('/images/main/ico-inquiry.png') no-repeat 50% 50% / contain;}
.m-btn:hover {background:var(--color-primary); border-color:var(--color-primary);}

.plus-btn {line-height:1.4em; font-weight:400; letter-spacing:0; position:absolute; right:7px; top:-50px; color:#fff; display:inline-flex; align-items:center;}
.plus-btn:before {margin:-3px 9px 0 0; content:''; width:13px; height:13px; background:url('/images/main/plus.png') no-repeat 50% 50% /contain;}

.main-product {padding:105px 0 245px;}
.main-product .m-head {margin-bottom:70px;}
.main-product .slider {position:relative;}
.main-product .slick-list {margin:0 -28px;}
.main-product .slick-slide {padding:0 28px;}
.main-product .img {box-shadow:0 0 15px rgba(0,0,0,.3); position:relative; padding-bottom:93.03%; margin-bottom:33px; overflow:hidden;}
.main-product .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.main-product .tit {text-align:center; font-size:var(--fz18); font-weight:800; letter-spacing:-.025em; line-height:1.4em;}
.main-product .slick-arrow {position:absolute; top:50%; transition:.3s; width:64px; height:64px; margin-top:-32px; font-size:0; border:0; background-size:contain; background-repeat:no-repeat; background-color:transparent;} 
.main-product .slick-prev {left:-110px; background-image:url('/images/main/product-prev.png');}
.main-product .slick-prev:hover {background-image:url('/images/main/product-prev-on.png');}
.main-product .slick-next {right:-110px; background-image:url('/images/main/product-next.png');}
.main-product .slick-next:hover {background-image:url('/images/main/product-next-on.png');}

.main-business {padding:110px 0 400px; background:url('/images/main/biz-bg.jpg') no-repeat 50% 50% /cover; color:#fff;}
.main-business .m-head {margin-bottom:57px;}
.main-business .m-tit {margin-bottom:8px;}
.main-business .links {display:flex; justify-content:space-between;}
.main-business .links a {overflow:hidden; width:calc(50% - 30px); position:relative;}
.main-business .links img {transition:.3s;}
.main-business .links .inner {padding:44px; display:flex; align-items:flex-end; position:absolute; left:0; top:0; width:100%; height:100%;}
.main-business .links .inner p {font-size:var(--fz24); font-weight:400; letter-spacing:-.025em; line-height:1.4em;}
.main-business .links .inner p:before {margin-bottom:14px; display:block; content:''; width:30px; height:4px; background:#fff;}
.main-business .links a:hover img {transform:scale(1.1);}

.main-wrap {max-width:1720px; margin:-150px auto 0;}

.main-notice {padding:90px 0 130px; background:var(--color-primary);}
.main-notice .m-head {margin-bottom:30px; color:#fff; text-align:left;}
.main-notice .m-tit {display:inline-block;}
.main-notice .m-txt {margin:-3px 0 0 25px; display:inline-block; vertical-align:text-top;}
.main-notice .list {position:relative;}
.main-notice .list ul {border:1px solid #ccc;}
.main-notice .list ul li {border-bottom:1px solid #ccc;}
.main-notice .list ul li:last-child {border-bottom:0;}
.main-notice .list .box {position:relative; padding:28px 100px 28px 43px; display:flex; align-items:center; background:#fff;}
.main-notice .list .box:after {position:absolute; right:40px; content:''; width:18px; height:10px; background:url('/images/main/list-arr.png') no-repeat 50% 50% /contain;}
.main-notice .list .date {font-size:var(--fz18); font-weight:700; letter-spacing:-.025em; line-height:1.4em; color:#555;}
.main-notice .list .bar {margin:0 40px; width:1px; height:18px; background:#ccc;}
.main-notice .list .tit {font-size:var(--fz16); color:#555; letter-spacing:-.025em; line-height:1.4em; max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.main-notice .list .box:hover {background:#333;}
.main-notice .list .box:hover .date {color:var(--color-primary);}
.main-notice .list .box:hover .bar {background:#fff;}
.main-notice .list .box:hover .tit {color:var(--color-primary);}
.main-notice .list .box:hover:after {background-image:url('/images/main/list-arr-on.png');}

.main-inquiry {padding:118px 0 125px; background:url('/images/main/inquiry-bg.jpg') no-repeat 50% 50% / cover; text-align:center; color:#fff;}
.main-inquiry p {margin-bottom:30px; font-size:var(--fz24); font-weight:300; letter-spacing:0; line-height:1.25em;}

/* sub */
.sub-visual {position:relative; height:400px; text-align:center; color:#fff; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .caption {position:absolute; top:34%; left:0; width:100%; padding:0 20px;}
.sub-visual .caption p {font-size:var(--fz40); font-weight:800; letter-spacing:0; line-height:1.4em;}
.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");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}

.path-wrap {position:relative; margin-top:-80px; z-index:50;}
.path-wrap .wrap {max-width:1400px; margin:0 auto; background:#fff;}
.path-wrap .inner {display:flex;}
.path-wrap .inner > div {position:relative;}
.path-wrap .inner > div:after {content:''; position:absolute; right:0; top:50%; margin-top:-15px; width:1px; height:30px; background:#ccc;}
.path-wrap .home a {display:block; width:100px; height:80px; background:url("/images/common/home.png") 50% 50% no-repeat; background-size:19px; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:300px; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:80px; color:#333; letter-spacing:0; font-size:var(--fz20); font-weight:700; line-height:1.3em; padding:0 80px 0 27px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:28px; margin-top:-9px; width:18px; height:18px; background:url("../images/common/path-down.png") 50% 50% no-repeat;}
.path-wrap .part:nth-child(3) > a {color:var(--color-primary);}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; text-align:left; padding:17px 28px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}

.real-cont {min-height:300px; padding:55px 0 150px;}
.real-cont.type2 {padding-top:90px;}

.sub-title {margin-bottom:50px; text-align:center;}
.sub-title h1 {font-size:var(--fz36); font-weight:800; letter-spacing:0; line-height:1.3em; color:#333;}

/* quick */
.quick {position:fixed; right:40px; bottom:70px;}
.quick ul {display:grid; gap:18px;}

/* footer */
#footer {padding:74px 0 65px; background:#151515; color:#ccc; font-size:var(--fz16); font-weight:400; line-height:1.5em; letter-spacing:0;}
#footer .contain {position:relative;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}

.foot-wrap {display:flex;}

.foot-logo {margin-right:40px;}

.foot-info {flex:1 1 auto; min-width:0; width:1%;}
.foot-info address span:not(:last-child) {margin-right:15px;}

.copyright {margin-top:10px;}

.foot-etc {position:absolute; right:30px; top:20px;}
[lang=en] .foot-etc {top:0;}
[lang=zh-CN] .foot-etc {top:0;}

.familysite {position:relative; display:inline-block; width:250px;}
.familysite .toggle-button {border:1px solid #fff; padding:10px 17px; display:flex; justify-content:space-between; align-items:center; width:100%; background:none; font-weight:400; color:#ccc; letter-spacing:-.025em; line-height:1.5em;}
.familysite .toggle-button .chevron {width:14px;}
.familysite .toggle-button path {fill:#fff;}
.familysite .toggle-layer {background:#151515; border:1px solid #fff; display:none; position:absolute; left:0; width:100%; border-top:0;}
.familysite .toggle-layer ul {padding:5px 17px 13px; display:grid; gap:3px;}
.familysite .toggle-layer a {display:block; font-weight:400; line-height:1.5em; letter-spacing:-.025em;}
.familysite .toggle-layer a:hover {text-decoration:underline;}
.familysite.active .toggle-button {border-bottom-color:transparent;}
.familysite.active .chevron {transform:scaleY(-1);}

.foot-links {margin-top:20px; display:flex; justify-content:flex-end;}
.foot-links li {display:flex; align-items:center; color:#666; font-size:var(--fz14);}
.foot-links li:after {content:''; margin:0 10px; width:1px; height:12px; background:#555;}
.foot-links li:last-child:after {display:none;}