@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#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;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#container {overflow: hidden;}
#wrapper {background: #fff;}
/* header */
#header {position:fixed; top: 0; width:100%; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1780px; height:var(--header-height); z-index:10;}
#header .sitelogo img {filter: grayscale(1) brightness(10);}
#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 43px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; top:30px; right: -10px; width:0; height:6px; background:var(--secondary-color); border-radius: 100%; transition:.2s;}
#gnb>ul>li.active>a:after {width:6px;}
#gnb .submenu {display:none; position:absolute; left:50%; width:250px; transform:translateX(-50%);background:var(--secondary-color); border-radius: 0 0 24px 24px; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:3px 0; color:#fff; line-height:2em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset: 4px;}

/* header-active */
#header.active {background: #fff;}
#header.active .sitelogo img {filter:none;}
#header.active #gnb>ul>li>a {color: var(--dark-color);}
#header.active .btn-m-menu span,
#header.active .btn-m-menu:before,
#header.active .btn-m-menu:after {background: var(--dark-color);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:20px;}
.btn-m-menu span {position:absolute; right:0; top:50%; width: 20px; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu:before {top:0;}
.btn-m-menu:after {bottom:0;}

.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 .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:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li:nth-child(5)>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(--primary-color)}
.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(--primary-color);}
.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; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.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 .caption {position:absolute; top: 50%; left:50%; transform: translate(-50%, -50%); padding:0 50px; width: 100%; color:#fff; z-index:40;}
.main-visual .caption img {margin:0 auto;}
.main-visual .caption p {transition:1.2s; transform:translate(0, 50px); opacity:0; text-align: center; text-shadow: 3px 3px 5px rgba(0,0,0,.4)}
.main-visual .caption .txt1 {font-size:100px; line-height: 1em; font-family: 'Rosehot';}
.main-visual .caption .txt2 {font-size:32px; margin-top:30px;}
.main-visual .controls {position:absolute; top:calc(50% + 170px); left:50%; display:flex; align-items:center; padding:0 50px; margin-left:-750px; color:#fff; z-index:40;}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}
.main-visual .slick-arrow {position: absolute; top: 50%; right: 100px; margin-top: calc(var(--mv-arrow) / -2); width: var(--mv-arrow); height: var(--mv-arrow); overflow: hidden; text-indent: -9999em; border: 0; background: url('/images/main/mv-arrow.png') no-repeat center center; background-size: contain; z-index: 1; transition: .2s;}
.main-visual .slick-arrow.slick-prev {right: auto; left: 100px; transform: rotate(180deg);}
.main-visual .slick-arrow:hover {background-image: url('/images/main/mv-arrow-on.png')}
.main-visual .slick-dots {display: flex; justify-content: center; gap: 15px; position: absolute; bottom: 60px; z-index: 1; width: 100%; padding: 0 30px;}
.main-visual .slick-dots li {line-height: 0;}
.main-visual .slick-dots button {width: 15px; height: 15px; border-radius: 100%; background: #fff; border: 0; opacity: .4; text-indent: -9999em; overflow: hidden;}
.main-visual .slick-dots .slick-active button {opacity: 1;}
.btn-inquiry {display: flex; flex-direction: column; align-items: center; justify-content: center; position: fixed; right: 40px; bottom: 30px; width: 200px; height: 200px; border-radius: 100%; background: var(--primary-color); font-size: 14px; box-shadow: 0 0 30px rgba(144,195,31,.35); text-align: center; color: #fff; line-height: 1.2857em; z-index: 10;}
.btn-inquiry .tit {font-size: 22px; line-height: 1em; margin: 10px 0; font-weight: 700;}

.main-section {padding: var(--padding150-40) 0;}
.main-section .contain {max-width: 1460px;}
.main-link .contain {display: flex; align-items: center;}
.main-link .img {width: 46.428575%;}
.main-link .img-wrap {position: relative; width: 100%; padding-bottom: 100%; overflow: hidden;}
.main-link .img-wrap img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.main-link .txt {flex: 1;}
.main-link h2 {margin-bottom: clamp(0.9375rem, 0.6875rem + 0.625vw, 1.4375rem);}
.main-link .mid-txt {margin-bottom:clamp(0.9375rem, 0.4688rem + 1.1719vw, 1.875rem);}
.main-link .btn-more {margin-top: clamp(1.25rem, -0.4688rem + 4.2969vw, 4.6875rem); }
.btn-more {display: block;position: relative; z-index: 1; width: fit-content; color: var(--secondary-color); font-weight: 500; font-size: 18px; padding: 20px 25px 20px 33px;}
.btn-more:before {position: absolute; content: ''; z-index: -1; left: 0; top: 50%; margin-top: calc(var(--btn-more) / -2); width: var(--btn-more); height: var(--btn-more); background: var(--secondary-color); opacity: .1; border-radius: 100%;}
.btn-more:after {position: absolute; content:''; right: 0; top: 50%; margin-top: -1px; width: 20px; height: 2px; background: var(--secondary-color);}

.main-welcome {display: flex; gap: 40px;}
.main-welcome .contain {width: 50%;}
.main-welcome .txt {max-width: 660px; margin-left: auto;}
.main-welcome .img {width: 52.083%;}
.main-welcome .img-wrap {overflow: hidden; padding-bottom: 60%; border-radius:370px 0 0 370px; flex:1;}
.main-service .sec .contain {gap: clamp(2.5rem, -0.9375rem + 8.5938vw, 9.375rem);}
.main-service .sec:nth-child(odd) .contain {flex-direction: row-reverse;}
.main-service .sec:nth-child(even) {position: relative; padding: clamp(3.75rem, 0rem + 9.375vw, 11.25rem) 0; overflow: hidden;}
.main-service .sec:nth-child(even):before, .main-service .sec:nth-child(even):after {position: absolute; content :''; top: 0; left: 0; width: 100%; height: clamp(3.75rem, 0rem + 9.375vw, 11.25rem); text-align: center; line-height: .7em; background: url('/images/main/ohana-txt.png') no-repeat center center; background-size: contain;}
.main-service .sec:nth-child(even):after {top: auto; bottom: 0;}

.main-advantage {position: relative; overflow: hidden;}
.main-advantage:before {position: absolute; content: ''; top: 0; left: 0; width: 75.9375%; max-width: 1458px; height: 664px; background: url('/images/main/advantage-photo.png') no-repeat left top; background-size: contain;}
.main-advantage:after {position: absolute; content: ''; bottom: 0; right: 0; width: 35.15625%; max-width: 675px; height: 149px; background: url('/images/main/advantage-hawaii.png') no-repeat right bottom; background-size: contain;}
.main-advantage .tag {margin-bottom: clamp(0.4375rem, 0.2813rem + 0.3906vw, 0.75rem);}
.main-advantage .main-tit {margin-bottom:clamp(1.5625rem, 0.625rem + 2.3438vw, 3.4375rem);}
.main-advantage .advantage-items {gap: 30px; text-align: center;}
.main-advantage .advantage-items .item {border-radius: 24px; overflow: hidden;}
.main-advantage .advantage-items .thumb {position: relative; width: 100%; padding-bottom: 67.2645%; overflow: hidden;}
.main-advantage .advantage-items .thumb img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.main-advantage .advantage-items .txt {background: #fff; padding:clamp(1.25rem, 0.3125rem + 2.3438vw, 3.125rem) clamp(0.9375rem, 0.4688rem + 1.1719vw, 1.875rem) clamp(1.25rem, 0.1563rem + 2.7344vw, 3.4375rem);}
.main-advantage .advantage-items .txt p {line-height: 1.5555em; margin:clamp(0.625rem, 0.3125rem + 0.7813vw, 1.25rem) 0 clamp(0.9375rem, 0.4688rem + 1.1719vw, 1.875rem);}
.main-advantage .advantage-items .txt h3 {margin-bottom: clamp(0.9375rem, 0.4688rem + 1.1719vw, 1.875rem);}
.main-advantage .advantage-items .view-more {color: var(--secondary-color); background: #fff; border: 1px solid var(--secondary-color); font-weight: 500; padding: 7px 40px; border-radius: 8px; width: fit-content; margin: 0 auto; transition: .2s;}
.main-advantage .advantage-items .item:hover .view-more {color: #fff; background: var(--secondary-color);}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:100vh; background:#333; z-index: 2;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); color: #fff; text-shadow: 3px 3px 5px rgba(0,0,0,.4)}
.sub-visual h2 {font-size: clamp(1.75rem, -0.5rem + 5.625vw, 6.25rem);line-height: 1em;font-family: 'Rosehot';}
.sub-visual .contain p, .sub-visual .contain ol {font-weight: 500; font-size: clamp(1.25rem, 1rem + 0.625vw, 1.75rem); line-height: 1.4286em; margin-top: 25px;}

.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");}
.sub-visual .bg5-2 {background-image:url("/images/common/sv5-2.jpg");}
.sub-visual .bg5-3 {background-image:url("/images/common/sv5-3.jpg");}
.sub-visual .bg6 {background-image:url("/images/common/sv6.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {margin:var(--padding100-40) auto 0; max-width:1200px; border: 1px solid #ddd;}
.lnb ul {display:flex;}
.lnb ul li {position: relative; flex:1; width: auto; text-align:center;}
.lnb ul li:not(:last-child):before {position: absolute; content: ''; right: 0; top: 50%; margin-top: -10px; width: 1px; height: 20px; background: #ddd;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; color:#9b9b9b; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--primary-color);}
.lnb ul li.active a {color:#fff;}

.sub-title {padding-top:100px; padding-bottom:60px; max-width:1260px; margin:0 auto; text-align: center; letter-spacing: 0;}
#contArea.wide .sub-title {padding-left:30px; padding-right:30px;}
.sub-title .tag {line-height: 1em; margin-bottom: 10px;}
.sub-title h1 {font-size:35px; line-height:1.3em; color:var(--dark-color);}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:clamp(2.5rem, 0.625rem + 4.6875vw, 6.25rem);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}
.flex-wrap {display: flex;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-mid {display: flex; align-items: center;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.font-r {font-family: 'Rosehot';}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.space0 {letter-spacing: 0;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

.fz14-12 {font-size: clamp(0.75rem, 0.6875rem + 0.1563vw, 0.875rem);}
.fz17-15 {font-size: clamp(0.9375rem, 0.875rem + 0.1563vw, 1.0625rem);}
.fz18-15 {font-size: clamp(0.9375rem, 0.8438rem + 0.2344vw, 1.125rem);}
.fz20-16 {font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);}
.fz26-18 {}
.fz28-20 {font-size: clamp(1.25rem, 1rem + 0.625vw, 1.75rem);}
.fz60-24 {font-size: clamp(1.5rem, 0.375rem + 2.8125vw, 3.75rem); line-height: 1.3em;}
.fz50-24 {font-size: clamp(1.5rem, 0.6875rem + 2.0313vw, 3.125rem); line-height: 1.16em;}

/* footer */
#footer {background:#373737; font-size: 14px; font-weight: 300; letter-spacing: 0; color: rgba(255,255,255,.6);}
#footer .contain {max-width: 1460px;}
.f-top {border-bottom: 1px solid rgba(255,255,255,.4);}
.f-link {justify-content: flex-end; gap: 45px; padding: 15px 0;}
.f-link a {gap: 5px; font-size: 15px;}
.f-bot {padding: 35px 0 40px;}
#footer .sitelogo {opacity: .6;}
.f-cnt {gap: 20px; padding-right: 40px;}
.f-info address {font-style: normal; line-height: 1.714em; display: flex; flex-wrap: wrap; gap: 0 30px;}
.f-tel {font-size: 17px;}
.f-tel strong {font-size: 35px; display: block; margin-top: 10px;}
.scroll-top {display:flex; justify-content:center; align-items:center; z-index:10; position:fixed; bottom:30px; right:-100px; width:60px; height:60px; border-radius: 100%; background: var(--secondary-color) url('/images/common/scroll-top.png') no-repeat center center; background-size: 16px;}
.scroll-top.on {right: 15px;}
.f-right {display: flex; align-items: end; gap: 70px;}

/* quick menu */
#quickMenu {position: fixed; top: 50%; right: 0; transform: translateY(-50%) translateX(calc(100% - 80px)); z-index: 80; transition: .5s;}
.quick-item {display: flex; align-items: center; color: #fff; border-radius: 10px 0 0 10px; width: auto; font-size: clamp(15px, calc( 20 / 1600 * 100vw ), 20px); font-weight: 700;}
.quick-item:not(:last-child) {margin-bottom: 10px;}
.quick-item p {font-size: clamp(13px, calc( 16 / 1600 * 100vw ), 16px); font-weight: 600; line-height: 1.2em;}
.quick-item .icon {position: relative; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px;}
.quick-item .txt {position: relative; padding-left: clamp(8px, calc( 18 / 1600 * 100vw ), 18px); padding-right: clamp(15px, calc( 35 / 1600 * 100vw ), 35px);}
.quick-item .txt:before {position: absolute; content: ''; top: 0;left: 0; width: 1px; height: 100%; background: rgba(255,255,255,.3);}
#quickMenu:hover {transform: translateY(-50%) translateX(0);}