@charset "utf-8";

.main-contents{
    position: relative;
}
.sec01{
    position: relative;
    height: auto;
}
.sec01 .swiper-container{
    width:100%;
    height:100%;
}
.sec01 .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sec01 .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sec01 .swiper-slide .text-box{
    position:absolute;
    top:70%;
    left:50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1.8s; 
}
.sec01 .swiper-slide .text-box .inner{
    display: flex;
    align-items: center;
    justify-content: center;    
}
.sec01 .swiper-slide-active .text-box{
    top:50%;
    opacity: 1;
}
.sec01 .swiper-slide .text-box .inner .l-txt{
    font-size:25px;
    color:#fff;
    font-family: 'ONE-Mobile-Title';  
}


.sec01 .swiper-slide .text-box .inner .l-txt span {
    display:block;
    font-size:2.2rem;
    color:#fff;    
    font-family: 'ONE-Mobile-Title';  
    margin-top:10px;
    text-align: center;
}

.sec01 .swiper-slide .text-box .inner .r-txt{
    font-size:6.0rem;
    color:#fff;
    font-family: 'OTEnjoystoriesBA';
    margin-left:20px;
}
.sec01 .swiper-slide .text-box .info-txt {
    font-size: 2.1rem;
    color: #fff;
    font-family: 'Jeju Myeongjo', serif;
    text-align: center;
    line-height: 1.6em;
    font-weight: 500;
}

@media (max-width: 1399px) {

}
/*xl*/ 
@media (max-width: 1199px) {
    .sec01 .swiper-slide .text-box .inner .l-txt { font-size: 2.0rem; }
	.sec01 .swiper-slide .text-box .inner .l-txt span { font-size: 2.0rem; }
    .sec01 .swiper-slide .text-box .inner .r-txt { font-size: 6.0rem; }
	.sec01 .swiper-slide .text-box .info-txt  { font-size: 1.9rem; }
}
/*lg*/ 
@media (max-width: 991px) {
    .sec01 .swiper-slide .text-box .inner .l-txt { font-size: 1.8rem; }
	.sec01 .swiper-slide .text-box .inner .l-txt span { font-size: 1.8rem; }
    .sec01 .swiper-slide .text-box .inner .r-txt { font-size: 4.0rem; }
	.sec01 .swiper-slide .text-box .info-txt  { font-size: 1.0rem; }
}
/*md*/ 
@media (max-width: 767px) {
    .sec01 .swiper-slide .text-box .inner .l-txt { font-size: 1.2rem; }
	.sec01 .swiper-slide .text-box .inner .l-txt span { font-size: 1.2rem; }
    .sec01 .swiper-slide .text-box .inner .r-txt { font-size: 2.0rem; }
	.sec01 .swiper-slide .text-box .info-txt  { font-size: 1.1rem; }
}
/*sm*/ 
@media (max-width: 575px) {
    .sec01 .swiper-slide .text-box .inner .l-txt { font-size: 1.0rem; }
	.sec01 .swiper-slide .text-box .inner .l-txt span { font-size: 1.0rem; }
    .sec01 .swiper-slide .text-box .inner .r-txt { font-size: 1.2.0rem;  margin-left:5px;}
	.sec01 .swiper-slide .text-box .info-txt  { font-size: 1.0rem; }

}

.sec01 .sec01-slider02{
    position:absolute;
    bottom:150px;
    left:50%;
    transform: translateX(-50%);
    width:310px;
}
.sec01 .sec01-slider02::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    background-color: #fff;
    height: 2px;
}
.sec01 .sec01-slider02 .swiper-slide{
    position: relative;
    background-color: transparent;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom:4px;
}

.sec01 .sec01-slider02 .swiper-slide .dot {
    display: block;
    width:20px;
    height: 24px;
    background-image: url(../../images/main/main_slider_paging_off.png);
    background-repeat: no-repeat;
}
.sec01 .sec01-slider02 .swiper-slide .txt {
    display: none;
    width: 70px;
    height: 48px;
    background-image: url(/images/main/main_slider_paging_txt.png);
    background-repeat: no-repeat;
    font-size:16px;
    font-family: 'ONE-Mobile-Title';
    padding:10px 0;
}
.sec01 .sec01-slider02 .swiper-slide-thumb-active .dot {
    background-image: url(/images/main/main_slider_paging_on.png);
}
.sec01 .sec01-slider02 .swiper-slide-thumb-active .txt {
    display: block;
}





.sec02{
    position: relative;
    max-width:1200px;
	height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0;
}
.sec02 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sec02 .h2::after {
    background-color: rgba(148, 215, 105, 0.85);
}

.sec02 .swiper-container{
    max-width:1200px;
    height:100%;
}

.sec02 .swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
}

.sec02 .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec02 .swiper-slide .text-box{
    position:absolute;
    top:70%;
    left:50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 1.8s; 
}
.sec02 .swiper-slide .text-box .inner{
    display: flex;
    align-items: center;
    justify-content: center;    
}
.sec02 .swiper-slide-active .text-box{
    top:40%;
    opacity: 1;
}

.sec02 .swiper-slide .text-box .info-txt {
    font-size: 1.1rem;
    color: #fff;
    font-family: 'Jeju Myeongjo', serif;
    text-align: center;
    line-height: 1.6em;
    font-weight: 500;
}

@media (max-width: 1399px) {

}
/*xl*/ 
@media (max-width: 1200px) {

}
/*lg*/ 
@media (max-width: 991px) {

}
/*md*/ 
@media (max-width: 767px) {

}
/*sm*/ 
@media (max-width: 575px) {

}



.sec03{
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0;
}
.sec03 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.sec03 .h2::after {
    background-color: rgba(148, 215, 105, 0.85);
}
.sec03 .inner .stay-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:40px;
}
.sec03 .inner .stay-wrap .stay-list {
    display: flex;
    width:25%;
    flex-wrap: wrap;
    margin-right: 20px;
    flex-shrink: 0;
}
.sec03 .inner .stay-wrap .stay-list li{
    position: relative;
    width:285px;
    overflow: hidden;
    border-radius: 20px;
    margin:10px;
}
.sec03 .inner .stay-wrap .stay-list li:nth-child(odd) {
    margin-left:0;
}
.sec03 .inner .stay-wrap .stay-list li:nth-child(even) {
    margin-right: 0;
}
.sec03 .inner .stay-wrap .stay-list li img {
    width: 100%;
    object-fit: cover;
}
.sec03 .inner .stay-wrap .stay-list li .bg {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.sec03 .inner .stay-wrap .stay-list li .txt-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: center;
}
.sec03 .inner .stay-wrap .stay-list li .txt-line .express {
    display: inline-block;
    height: 48px;
    padding: 8px 30px;
    border-radius: 5em;
    background-color: #b17122;
    font-size: 35px;
    color: #fff;
    font-family: 'OTEnjoystoriesBA';
}
.sec03 .inner .stay-wrap .stay-list li .txt-line .etit {
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: 'ONE-Mobile-Title';
    margin-top: 10px;
    text-align: center;
}
.sec03 .inner .stay-wrap .stay-list li .txt-line .tit {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: 'ONE-Mobile-Title';
    margin-top: 10px;
}
.sec03 .inner .stay-wrap .stay-list li:nth-child(1) .txt-line .tit {
    color: #fdff48;
}
.sec03 .inner .stay-wrap .stay-list li:nth-child(2) .txt-line .tit {
    color: #00fff6;
}
.sec03 .inner .stay-wrap .stay-list li:nth-child(3) .txt-line .tit {
    color: #80e800;
}
.sec03 .inner .stay-wrap .stay-list li:nth-child(4) .txt-line .tit {
    color: #ff8725;
}
.sec03 .inner .stay-wrap .right-zone{
    flex-grow: 1;
    height: 550px;
    background-image: url(../../images/main/sec03_right_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.sec03 .inner .stay-wrap .right-zone .tit {
    font-size:29px;
    color:#111;
    padding-left:90px;
    background-image: url(../../images/main/sec03_icon01.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.sec03 .inner .stay-wrap .right-zone .tit .bold {
    font-size: 35px;
    color: #111;
    font-weight: 600;
}
.sec03 .inner .stay-wrap .right-zone .hash-list{
    margin-top: 20px;
    padding-left: 20px;
    width: 443px;
    display: inline-block;
}
.sec03 .inner .stay-wrap .right-zone .hash-list li {
    margin:0 10px 10px 0;
    float: left;
}
.sec03 .inner .stay-wrap .right-zone .hash-list li.clear {
    clear: both;
}
.sec03 .inner .stay-wrap .right-zone .hash-list li a {
    display: inline-block;
    height: 34px;
    padding: 9px 14px;
    background-color: rgba(154, 217, 113, 0.7);
    border-radius: 5em;
    font-size:15px;
    font-weight: 500;  
}

.sec04 {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0;
}
.sec04 .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.sec04 .h2::after {
    background-color: rgba(236,236,236, 0.85);
}
.sec04 .inner .festival-list {
    margin-top:40px;
    display: flex;
}

.sec04 .inner .festival-list li {
    width:285px;
    height: 280px;
    border:2px solid #f0f0f0;
    margin:0 10px;
    border-bottom-right-radius: 20px;
}
.sec04 .inner .festival-list li img {
    width: 281px;
    height: 188px;
    object-fit: cover;
}
.sec04 .inner .festival-list li .txt-box {
    height: 89px;
    padding:20px 25px;
}
.sec04 .inner .festival-list li .txt-box .tit {
    font-size:20px;
    font-weight: 500;
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec04 .inner .festival-list li .txt-box .info {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-top:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec04 .inner .btn-more {
    position: absolute;
    right:0;
    top:0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #546476;
    font-size: 0;
}
.sec04 .inner .btn-more:before {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    content:'';
    width:15px;
    height:3px;
    background-color: #fff;
}
.sec04 .inner .btn-more:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    content: '';
    width: 15px;
    height: 3px;
    background-color: #fff;
}

.sec05 {
    position: relative;
    background-color: #f5f5f5;
    padding: 20px 0;
}
.sec05 .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec05 .inner .left-zone {
    position: relative;
    width:580px;
}
.sec05 .inner .left-zone .notice-wrap {
    position: relative;
}

.sec05 .inner .left-zone .notice-wrap .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.sec05 .inner .left-zone .notice-wrap .title span {
    font-size: 30px;
    color: #000;
    font-family: 'ONE-Mobile-Title';
    padding-right: 50px;
    background-image: url(../../images/main/sec05_icon01.png);
    background-repeat: no-repeat;
    background-position: center right;
    line-height: 1.4em;   
}
.sec05 .inner .left-zone .notice-wrap .notice-list li {
    padding:17px 0;
    border-bottom: 1px solid #e3e3e3;
}
.sec05 .inner .left-zone .notice-wrap .notice-list li a {
    display: flex;
    justify-content: space-between;
}
.sec05 .inner .left-zone .notice-wrap .notice-list li .tit {
    font-size:15px;
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.sec05 .inner .left-zone .notice-wrap .notice-list li .date {
    display: inline-block;
    width:120px;
    font-size: 12px;
    color: #838383;
    flex-shrink: 0;
    margin-left: 30px;
}
.sec05 .inner .left-zone .notice-wrap .btn-more {
    position:absolute;
    top:4px;
    right: 0;
    width:36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    border:2px solid #ddd;
    font-size: 0;
}
.sec05 .inner .left-zone .notice-wrap .btn-more:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 14px;
    height: 2px;
    background-color: #333;
}
.sec05 .inner .left-zone .notice-wrap .btn-more::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    content: '';
    width: 14px;
    height: 2px;
    background-color: #333;
}
.sec05 .inner .left-zone .customer-box {
    height: 92px;
    border:2px solid #ececec;
    border-radius: 20px;
    background-color: #fff;
    margin-top:30px;
    border-top-left-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec05 .inner .left-zone .customer-box .tel {
    font-size:20px;
    color:#000;
    font-family: 'ONE-Mobile-Title';
    padding-left:50px;
    background-image: url(../../images/main/sec05_icon02.png);
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 2em;
    display: flex;
    align-items: center;
}
.sec05 .inner .left-zone .customer-box .tel .bold {
    display: inline-block;
    font-size: 28px;
    margin-left:10px;
}
.sec05 .inner .left-zone .customer-box .time {
    font-size: 13px;
    color: #000;
    margin-left:20px;
    line-height: 1.4em;
}

.sec05 .inner .right-zone {
    position: relative;
    width: 590px;
}
.sec05 .inner .right-zone .image {
    display: inline-block;
    width: 590px;
    height: 334px;
}
.sec05 .inner .right-zone .image img {
    width: 100%;
    object-fit: cover;
}
.sec05 .inner .right-zone .icon {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:66px;
    height: 46px;
    background-image: url(../../images/main/sec05_icon03.png);
    background-repeat: no-repeat;
}


section .inner .h2 {
    position:relative;
    display: inline-block;
    text-align: center;
    font-size:40px;    
    font-family: 'ONE-Mobile-Title';
    z-index: 1;
    padding-bottom:6px;
}
section .inner .h2::after {
    position: absolute;
    content:'';
    height: 15px;
    width:100%;
    background-color: #ececec;
    bottom: 0;
    left:0;
    z-index: -1;
}
section .inner .h2 .normal {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    font-family: 'SCoreDream';
    vertical-align: bottom;
}
section .inner .heading-txt {
    color:#303c29;
    font-size: 15.5px;
    margin-top:15px;
    text-align: center;
}