
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:300;
	src:url('../fonts/SUIT-Light.woff2'); 
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:400;
	src:url('../fonts/SUIT-Regular.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:500;
	src:url('../fonts/SUIT-Medium.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:600;
	src:url('../fonts/SUIT-Bold.woff2');
}

.main,
*, *:before, *:after{
    font-family:'SUIT', sans-serif;
}
.main #container{
    margin-top: 120px;
}
.main .main_container{
    padding: 65px 0 0 0;
}
.showcase{
    margin:30px auto 0 auto;
}
.showcase{
  width: 100%;
  padding: 0 114px;
	height: 575px;
	position: relative;
}
.showcase figure{
  position: relative;
  height: 100%;
}
.showcase a{
	display: block;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.showcase div{
	display: block;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.showcase figcaption{
  position: absolute;
  color: #fff;
  left: 173px;
  bottom: 100px;
  z-index: 2;
}
.showcase figcaption span{
  font-size: 44px;
  margin-bottom: 38px;
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.showcase figcaption .sub-title{
	font-size: 32px;
	    font-weight: 300;
		    margin-bottom: 25px;
}
.showcase figcaption .title{
	font-size: 49px;
	font-weight: 600;
}
.showcase figure:before{
    content: '';
    display: block;
    width: 100%;
    height: 63%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0), #000000);
    opacity: 0.6;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.showcase img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase img.pc{
  display: block;
}
.showcase img.mo{
  display: none;
}
.showcase .swiper-wrapper{
	display: flex;
  align-items: center;
}
.showcase .swiper-slide {
	height: 504px;
	margin-top:auto;
  padding:0 10px;
}
.showcase .swiper-slide-active{
	height: 575px;
	margin-top:0;
	transition: all 0.4s ease-in;
}
.showcase .slide-btns{
	   width: calc(100% - 228px);
    display: flex;
    align-items: center;
    justify-content: center;
	height: 42px;
	position: absolute;
    bottom: 0;
    z-index: 1;
}
.showcase .btn-control-wrap{
	position: relative;
	display: flex;
	background:rgba(0, 0, 0, 0.6);
	border-radius: 10px 10px 0 0;
}
.showcase .swiper-button-next, 
.showcase .swiper-button-prev{
	position: relative;
    top: auto;
    width: 42px;
    height: 42px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
	background-image: url(../img/main/ico-arrow-next.svg);
    background-size:auto;
	background-position: center center;
	font-size: 0;
}
.showcase .swiper-button-prev{
	transform: rotate(180deg);
}
.auto-btn button{
	display:none;
    width: 42px;
	height: 42px;
	font-size:0;
	background: url(../img/main/ico-play-white.svg) center center no-repeat;
	background-size: 12px 12px;
}
.auto-btn button.swiper-auto-stop{
	background: url(../img/main/ico-pause-white.svg) center center no-repeat;
}
.auto-btn button.active{
    display: block;
}
.higt{
	background:linear-gradient(0deg, rgba(116, 153, 159, 0.1), transparent);
}
.higt .inner{
	
	display: flex;
	    flex-direction: column;
    align-items: center;
	padding: 98px 0 53px 0;
}
.higt h2{
	font-size: 42px!important;
	font-weight: 300;
	padding-bottom: 40px;
        color: #2F2F2F;
}
.higt h2 b{
	background: #02AA64;
	color:#fff;
    padding: 0 7px;
}
.higt h2 strong{
	font-weight: 700;
}
.higt h2 .ico-gt{
	background: url(../img/main/ico-gt.svg) center center no-repeat;
    background-size:100%;
    width: 82px;
    height: 76px;
    display: inline-block;
    font-size: 0;
	vertical-align: text-bottom;
    margin: 0 0 0 5px;
}
.higt h2 + p{
	    font-size: 22px;
    color: #555;
}
.gt-bubble{
    display: flex;
    gap: 40px;
    padding: 28px 0 20px 0;
}
.gt-bubble li{
    width:332px;
    height: 182px;
}
.sc01 ul li.m_icon01 {background: url('../img/main/main_icon02.png') center 10px no-repeat;}
.sc01 ul li.m_icon02 {background: url('../img/main/main_icon03.png') center 10px no-repeat;}
.sc01 ul li.m_icon03 {background: url('../img/main/main_icon01.png') center 10px no-repeat;}
.sc01 ul li.m_icon04 {background: url('../img/main/main_icon04.png') center 10px no-repeat;}

.sc01 ul li a {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    padding-top: 120px;
    text-align: center;
}
.gt-btn{
    max-width: 1114px;
    height: 111px;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    border: 1px solid #E5EBED;
}
.gt-btn a{
	display: block;
	padding: 18px 32px;
    color: #2F2F2F;
    font-size: 18px;
    text-align: left;
        height:100%;
    background: url(../img/main/papership.svg) right 32px bottom 18px no-repeat;
}
    .higt h2 br {
        display: none;
    }
.quick-nav .btn-quick{
    width:60px;
    height:60px;
    display: flex;
    background: #47B6FF url(../img/main/btn-quick-on.svg) center center no-repeat;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
    display: none;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0 ;
    font-size:0;
    text-indent:-9999px;
}
.quick-nav .btn-quick.active{
    background: #47B6FF url(../img/main/btn-quick.svg) center center no-repeat;
}
.quick-nav{
    position: fixed;
    left: 50%;
    bottom: 50px;
    z-index: 100;
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: translateX(-50%);
     pointer-events: none;
     padding: 0 20px 0;
}
.quick-nav > * {
    pointer-events: auto;
}
.quick-nav .quick-nav-wrap{
    width: 82px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
    border-radius: 82px;
    background: #fff;
    padding: 14px 0;
}

.quick-nav ul li{
    width: 58px;
    border-bottom:1px solid #F6F6F6;
    padding: 10px 0;
        text-align: center;
}
.main-wrap:not(.main) .quick-nav ul li.camping{
        border:none
    }
.main-wrap:not(.main) .quick-nav ul li.dark{
    display: none;
}


.sr-only,
.gt-bubble figcaption {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


@media (max-width: 1023px) {  
    .main #header{
        box-shadow: none;
    }
    .showcase{
        width: calc(100% - 50px);
        height: 453px;
        padding: 0 8px;
    }
    .showcase .slide-btns {
    width: calc(100% - 17px);
    }
    .showcase .swiper-slide {
        height: 415px;
        margin-top: auto;
        padding: 0 8px;
    }
    .showcase .swiper-slide-active {
        height: 453px;
    }
    .showcase figcaption {
        left: 20px;
        bottom: 72px;
    }
    .showcase figcaption span {
        font-size:24px;
        margin-bottom:20px;
    }
    .showcase figcaption .sub-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .showcase figcaption .title {
        font-size: 24px;
    }
    .showcase figure:before {
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 8), rgba(0, 0, 0, 0.4), transparent);
    }
    .showcase img.pc{
        display: none;
    }
    .showcase img.mo{
        display: block;
    }
    .higt .inner{
        padding:53px 20px 33px 20px;
    }
    .higt h2 {
        font-size:24px !important;
        position: relative;
        padding-top: 50px;
        padding-bottom: 28px;
        text-align: center;
    }
    .higt h2 .ico-gt {
        width: 44px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -22px;
    }
    .gt-btn {
        height: 92px;
    }
    .gt-btn a {
        font-size: 16px;
        background-size: 20px;
        padding: 18px 24px;
    }
.quick-nav {
        right: 10px; 
        top: auto;
        bottom: 20px;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: center;
        width: 82px;
        left: auto;
        transform: none;
    }
    .quick-nav .quick-nav-wrap {
        position: absolute;
        bottom: 0;
        z-index: -1;
        height: 60px;
        transition:all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        opacity: 0;
        height: 60px;
    }

    .quick-nav .btn-quick.active + .quick-nav-wrap{
        height: auto;
        bottom: 70px;
        opacity: 1;
        z-index: 100;
    }
    .main-wrap:not(.main) .quick-nav .btn-quick.active + .quick-nav-wrap{
        height: 226px;
    }
    

    .quick-nav .btn-quick{
        display: block;
    }
    .main_layout #container {
        margin-top: 40px;
    }
    .main_container {
        padding: 0;
    }
    .sc01 ul li a {
    font-size: 16px;
    }
    
}