@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-tablet { display:block; } 
.only-desktop { display:block; } 
.only-tablet { display:none; } 
.only-mobile { display:none; } 

#wrapper {overflow:hidden;}

/* header */
#header { position: absolute; top:0; left:0; width:100%; z-index:100; border-bottom: 1px solid rgba(255,255,255,0.3);} 
#header .contain { position: relative; display: flex; align-items: center; justify-content: space-between; height: var(--header-height); z-index: 20; } 
#header .sitelogo { width:var(--logo-width); } 
#header .sitelogo a { display:block; } 

#gnb>ul { display:flex; justify-content:flex-end; margin:0 -75px; } 
#gnb>ul>li { position:relative; padding:0 75px; } 
#gnb>ul>li>a { position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); font-family: "Taviraj", serif; font-size:var( --font-size-20); font-weight:600; line-height:1.5em; color: #fff; } 
#gnb>ul>li.active>a { color: var(--color-primary); } 

/* layout */
 


/* main */
[data-aos=fade-up] { transform: translate3d(0,100px,0); } 
.main-visual { position:relative; height:100vh; overflow:hidden; color:#fff; } 
.main-visual .item { position:relative; height:100vh; overflow:hidden; } 
.main-visual .image { position:relative; height:100vh; overflow:hidden; transition:5s; transform:scale(1.1); } 
.main-visual .image 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 .main-video { position:absolute; bottom:0; left:0; width:100%; height:100%; overflow:hidden; background-color: #000; } 
.main-video video { position: absolute; bottom: 0; left: 0; width: 100%; height: 116.6%; object-fit: cover; } 
.main-visual .caption { position:absolute; top:50%; transform:translateY(-50%); width:100%; z-index:40; } 
.main-visual .caption p { opacity:0; transform:translateY(50px); transition:1.4s; font-size:var(--font-size-80); font-weight:700; line-height:1.125em; letter-spacing:0; text-align: center; filter: drop-shadow(3px 0px 5px rgba(0,0,0,0.4)); } 
.main-visual .slick-arrow { position:absolute; top:50%; transform:translateY(-50%); width:70px; height:70px; border:1px solid rgba(255,255,255,.3); border-radius:100%; overflow:hidden; text-indent:-9999em; line-height:0; font-size:0; z-index:50; transition: .3s; } 
.main-visual .slick-arrow:hover { background-color:#00861d; border-color:#00861d; } 
.main-visual .slick-prev { left:var(--container-space); background:url("../images/main/arrow-slide.png") 50% 50% no-repeat; } 
.main-visual .slick-next { right:var(--container-space); background:url("../images/main/arrow-slide-right.png") 50% 50% no-repeat; } 
.main-visual .scroll { position:absolute; bottom:0; left:50%; width:auto; margin-left:-30px; text-align:center; font-size:14px; line-height:1em; font-family: var(--font-taviraj); padding-bottom:75px; background:url("../images/main/scroll.png") 50% 100% no-repeat; animation:1.5s scrollUpDown linear infinite; z-index:50; } 
.main-visual .active .image { transform:scale(1); } 
.main-visual .active .caption p { opacity:1; transform:translateY(0); } 
.main-visual .active .caption .t1 { transition-delay:.4s; } 
.main-visual .active .caption .t2 { transition-delay:.6s; } 

@keyframes scrollUpDown { 0%,100% { transform:translateY(0); } 
50% { transform:translateY(10px); } 
 }



/* 공통사항 */
.flex-wrap { display:flex; } 
.flex-between { display:flex; justify-content: space-between; flex-direction: column; } 


.main-tit { font-size: var(--font-size-60); line-height:1em; margin-bottom:50px; color: #242424; } 

.txt-green { color: #00861d; } 
.txt-wht { color: #fff; } 
.txt-blk {color: #242424;}

section .flex-wrap > div { width:50%; } 
section .cnt { padding-left:var(--padding-160); background-repeat: no-repeat; background-position: center; background-size: cover; } 
section .flex-between { height:100%; padding:var(--padding-150) 0; } 
section .txt { letter-spacing: -0.03em; } 
section .t1 { font-size: var(--font-size-24); color: #242424; font-weight:600; line-height:1.25em; margin-bottom:30px; } 
section .t2 { font-size: var(--font-size-17); line-height:1.764em; } 

section .img {background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }




/* section */

.main-brand { height:700px; } 
.main-brand .cnt { background: url(../images/main/brand-bg.jpg) no-repeat 50% 50%/cover; } 
.main-brand .img {background-image: url(../images/main/brand-img.jpg); height: 700px;}

.main-product { height:800px; } 
.main-product .cnt { position:relative; padding-left:var(--padding-120); background: url(../images/main/brand-bg.jpg) no-repeat 50% 50%/cover;  } 
/* .main-product .bg-txt {  position: absolute; left:100px; bottom:0; width:595px; height:328px; background: url(../images/main/product-bg.jpg)no-repeat 50% 50%/cover; z-index: -1; } */


.main-product .img {background-image: url(../images/main/product-img.jpg); height:800px; }

.main-contact { height:650px; background: url(../images/main/contact-bg.jpg) no-repeat 50% 50%/cover; } 
.main-contact .contain { max-width:100%; height: 100%; } 
.main-contact .cnt { height: 100%; } 

.contact-list { color: #fff; } 
.contact-list li { display:flex; } 
.contact-list li:first-child { margin-bottom:30px; } 
.contact-list li i { display:inline-block; margin-right:5px; vertical-align: sub;} 
.contact-list li .tit { position:relative; width: 130px; } 
.contact-list li .tit::after { content: ""; position: absolute; top: 12px; right:0; width:1px; height:10px; background-color: rgba(255,255,255,0.4); } 
.contact-list li .tit strong { font-size: var(--font-size-18);font-weight:600;}
.contact-list li .info { flex: 1 1 auto; width:1%; min-width:0; padding-left:14px; } 

.btn-more { position:relative; display:block; font-size: var(--font-size-18); font-weight:600; color: #686868; padding-left:40px; padding-right:30px; width:fit-content; height:70px; line-height:70px; transition: .3s; } 
.btn-more::before { content: ""; position: absolute; top:0; left:0; width:70px; height:70px; background-color: rgba(0,0,0,0.07); border-radius: 100%; } 
.btn-more::after { content: ""; position: absolute; right: 0; width: 20px; top: 50%; height: 2px; background-color: #686868; } 
.btn-more:hover { color: #00861d; } 
.btn-more:hover::before { background-color: rgba(0,134,29,0.1); } 
.btn-more:hover::after { background-color: var(--color-primary); } 


/* sub page */

.contain { position: relative; width: 100%; max-width: 1600px; margin: 0 auto; padding-left: var(--container-space); padding-right: var(--container-space); } 


#contArea { max-width:1600px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto; } 
#contArea.wide { max-width:100%; padding-left:0; padding-right:0; } 
 
.sub-title { font-size:var(--font-size-50); line-height:var(--line-height-sm); color:var(--color-primary); } 
.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: var(--padding-100) 0; } 



 .sub-visual { position: relative; height: 500px; z-index: 10; overflow: hidden; color: #fff; } 

.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 .inner { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); z-index: 1; padding-top:var(--header-height); } 

.sub-visual  .tit { font-weight: 800; font-size: var( --font-size-60); line-height: 1em; text-align: center;  } 


/* footer */
#footer { background-color: #2a2a2a; padding:40px 0; } 
#footer .contain { display:flex; align-items:center; } 
#footer .foot-logo { margin-right:37px; } 
#footer .foot-info { min-width:0; width:1%; flex:1 1 auto; max-width:850px; color: #c8c8c8; letter-spacing:0; } 
#footer .menu-wrap { margin-bottom:20px; } 
#footer .foot-menu { display:flex; margin:0 -18px; } 
#footer .foot-menu li { position:relative; padding:0 18px; font-size: var(--font-size-15); line-height:1.6em; } 
#footer .foot-menu li::after { content: ''; width: 1px; height: 10px; background-color: #fff; opacity: .3; position: absolute; right: 1px; top: 6px; } 
#footer .foot-menu li:last-child::after { display:none; } 
#footer address { font-style:normal; display:flex; font-weight:300; margin:0 -18px; } 
#footer address p { position:relative; padding:0 18px; } 
#footer address p::after { content: ''; width: 1px; height: 10px; background-color: #fff; opacity: .3; position: absolute; right: 1px; top: 6px; } 
#footer address p:last-child::after { display:none; } 
#footer .copy a { font-size:12px; line-height:2em; color: #5a5a5a; } 
.address-txt { font-size:var(--font-size-14); line-height: 1.714em; } 

.scroll-top { position: fixed; opacity: 0; bottom: 50px; right: 20px; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background: url(../images/common/top.png) no-repeat 50% 50%/contain; pointer-events: none; } 
.scroll-top.active { opacity: 1; pointer-events: auto; } 

/* for mobile */
.only-mobile { display:none; } 
.btn-m-menu { display:none; position:absolute; top:50%; margin-top:-11px; right:30px; width:30px; height:22px; 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:50%; margin-top:-1px; height:2px; width:23px; background:#fff; } 
.btn-m-menu span:before,
.btn-m-menu span:after { content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-m-menu span:before { top:-10px; transition-property:top, transform; } 
.btn-m-menu span:after { bottom:-10px; 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 .sitelogo { margin-bottom:20px; padding-left:15px; } 
.mobile-navigation .sitelogo img { height:23px; } 
.mobile-navigation .nav-menu>ul { margin-top:30px; } 
.mobile-navigation .nav-menu>ul>li { border-bottom:1px solid #dfdfdf; } 
.mobile-navigation .nav-menu>ul>li:last-child {display:none;}
.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-navigation .link-insta { position:absolute; bottom:20px; left:16px; } 

.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; } 