@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 {max-width:1860px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {background:#fff; position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.pull-right {display:flex; align-items:center;}

#gnb>ul {border-radius:var(--radius26); background:#f1f1f1; display:flex; text-align:center; padding:0 25px;} 
#gnb>ul>li {position:relative; padding:0 44px;}
#gnb>ul>li>a {height:var(--gnb-height); font-size:var(--fz20); font-weight:500; color:#222; letter-spacing:0; line-height:1.3em; display:flex; align-items:center; justify-content:center;}
#gnb .submenu {padding-top:10px; display:none; position:absolute; left:50%; width:170px; transform:translateX(-50%); text-align:center;}
#gnb .submenu>ul {padding:20px 5px; border-radius:var(--radius16); background:var(--color-primary);}
#gnb .submenu>ul>li>a {transition:none; padding:10px 0; display:block; font-size:var(--fz15); font-weight:400; letter-spacing:-.03em; line-height:1.33em; color:#fff;}
#gnb .submenu>ul>li>a:hover {font-weight:600;}
#gnb .submenu.m2 {width:200px;}
[lang=es] #gnb .submenu.m1 {width: 230px;}
[lang=es] #gnb .submenu.m2 {width: 290px;}

.language {margin-left:10px; position:relative; display:inline-block;}
.language .toggle-button {border-radius:var(--radius26); display:flex; align-items:center; background:var(--color-primary); gap:16px; height:52px; padding:0 25px; border:0;}
.language .toggle-button .txt {color:#fff; font-size:var(--fz15); font-weight:400; letter-spacing:0;}
.language .toggle-button img {margin-top:-.1em; width:15px;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; text-align:center;}
.language .toggle-layer ul {margin-top:5px; border-radius:var(--radius16); padding:17px 5px; background:var(--color-primary); display:grid; gap:11px;}
.language .toggle-layer a {transition:none; color:#fff; display:block; font-size:var(--fz15); font-weight:400; letter-spacing:0; line-height:1.33em;}
.language .toggle-layer a:hover {font-weight:600;}
.language.active .toggle-button img {transform:scaleY(-1);}

#header .sns {margin-left:20px; display:flex; gap:5px;}

#header.header-fixed {box-shadow:0px 3px 5px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {margin-left:30px; display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:var(--color-primary);}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:var(--color-primary);}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.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:40px;}
.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 {margin-bottom:140px;}
.main-visual .item {overflow:hidden;border-radius:var(--radius24); position:relative; height:calc(100vh - var(--header-height));}
.main-visual .item .bg {background-image:url('/images/main/mv.jpg'); position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; transform:scale(1.08); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.main-visual .caption {padding:0 100px; position:absolute; bottom:100px; left:0; width:100%; z-index:2;}
.main-visual .caption h2 {margin-bottom:22px; font-size:var(--fz60); font-weight:600; letter-spacing:0; line-height:1.3em;}
[lang=es] .main-visual .caption h2 {font-weight: 700;}
.main-visual .caption p {font-size:var(--fz34); font-weight:400; letter-spacing:0; line-height:1.4em;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-10px; border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; background-color:transparent; z-index:50; overflow:hidden; width:19px; height:34px; font-size:0; line-height:0; text-indent:-99999em;}
.main-visual .slick-prev {left:2.5%; background-image:url('../images/main/mv-prev.png');}
.main-visual .slick-next {right:2.5%; background-image:url('../images/main/mv-next.png');}
.main-visual .slick-dots {text-align:center; position:absolute; bottom:40px; width:100%;}
.main-visual .slick-dots li {font-size:0; margin:0 9px; line-height:0; display:inline-block;}
.main-visual .slick-dots li button {opacity:.5; display:block; width:12px; height:12px; border-radius:100%; background-color:#fff; border:0; transition:.2s;}
.main-visual .slick-dots .slick-active button {opacity:1;}

.m-tit {margin-bottom:40px; font-size:var(--fz54); font-weight:600; letter-spacing:0; line-height:1.3em; text-align:center;}

.more {border:1px solid #ccc; border-radius:var(--radius26); padding:0 25px; height:50px; color:#999; font-size:var(--fz18); font-weight:400; letter-spacing:0; line-height:1.4em; display:inline-flex; align-items:center; gap:20px;}
.more:after {content:''; width:7px; height:12px; background:url('/images/main/more.png') no-repeat 50% 50% / contain;}
.more:hover {background:#222; border-color:#222; color:#fff;}
.more:hover:after {background-image:url('/images/main/more-on.png');}

.main-product {margin-bottom:140px;}
.main-product .links ul {display:flex; margin:-12px;}
.main-product .links ul li {width:20%; text-align:center; padding:12px;}
.main-product .links ul li .img {border-radius:var(--radius24); overflow:hidden;}
.main-product .links ul li img {transition:.3s; width:100%;}
.main-product .links ul li p {margin-top:27px; font-size:var(--fz24); font-weight:600; letter-spacing:0; line-height:1.4em;}
.main-product .links ul li a:hover img {transform:scale(1.08);}

.main-me {margin-bottom:150px;}
.main-me .contain {display:flex; justify-content:space-between;}
.main-me .cnt {margin-left: 40px;}
.main-me .cnt p {max-width:720px; margin-bottom:45px; font-weight:400; letter-spacing:0; line-height:1.75em; color:#505050;}

.main-need {margin-bottom:170px;}
.main-need .wrap {height:800px; border-radius:var(--radius24); background:url('/images/main/need-bg.jpg') no-repeat 50% 10%;}
.main-need .heading {padding:73px 40px 0; text-align:center;}
.main-need .heading .m-tit {margin-bottom:12px;}
.main-need .heading p {margin-bottom:45px;}

/* sub */
.sub-visual {border-radius:var(--radius24); position:relative; height:410px; overflow:hidden;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; transform:scale(1.08); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:35%; left:0; width:100%; padding:0 100px;}
.sub-visual .inner h2 {font-size:var(--fz60); font-weight:600; letter-spacing:0; line-height:1.3em;}
.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");}
.sub-visual .bg5 {background-image:url("/images/common/sv5.jpg");}
.loaded .sub-visual .bg {transform:scale(1);}

.lnb {padding:0 100px; position:absolute; left:0; width:100%; bottom:40px;}
.lnb ul {display:flex;}
.lnb ul li {width:auto; margin-right:55px;}
.lnb ul li:last-child {margin-right:0;}
.lnb ul li a {display:block; font-weight:300; letter-spacing:0; line-height:1.4em;}
.lnb ul li.active a {border-bottom:2px solid #879096;}
 
#contArea {max-width:1860px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding:160px 0;}
.real-cont.type2 {padding-top:100px;}

/* footer */
#footer {color:#686868; font-size:var(--fz14); font-weight:300; letter-spacing:0; line-height:1.5em;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-top {border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;}
.foot-top .contain {height:70px; display:flex; align-items:center; justify-content:space-between;}
.foot-top .link a {display:inline-block; color:#454545; font-weight:400;}

.scroll-top {font-weight:400; color:#454545; display:inline-flex; align-items:center;}
.scroll-top:after {margin-left:11px; content:''; width:0; height:0; border-bottom:7px solid #454545; border-left:7px solid transparent; border-right:7px solid transparent;}

.foot-wrap {padding:34px 0;}
.foot-wrap .contain {display:flex; align-items:center; position:relative;}
.foot-wrap .f-logo {margin-right:45px;}
.foot-wrap address {font-style:normal; margin-bottom:20px;}
.foot-wrap address span {margin:0 30px 4px 0;}
.foot-wrap .f-sns {display:flex; gap:10px; position:absolute; right:30px; bottom:0;}

.copyright .designed {font-size:var(--fz12); color:#9c9c9c;}
