@charset "utf-8";
/* 기본설정 */
@import "default.css";
body {background: #F9F7F4;}
.first {background: linear-gradient(to right, rgba(255,255,255,0) 50%, #D4C2B0 50%); background-size: 200%; transition: 1s; }
.first.write{ background-position: -100% 0; }
.second {background: linear-gradient(to right, rgba(255,255,255,0) 50%, #3A745E 50%); background-size: 200%; transition: 1s; }
.second.write{ background-position: -100% 0; }
.third {background: linear-gradient(to right, rgba(255,255,255,0) 50%, #8D7359 50%); background-size: 200%; transition: 1s; }
.third.write{ background-position: -100% 0; }

.tourslide{
    width: 100%;
    height: 75%;
    background: url(/images/spa/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    
}
.tourslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tourslide .textbox{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 100;
    top: 50%;
    left: 50%;
    text-shadow: 5px 5px 5px #0000007A;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    pointer-events: none; /* 터치 이벤트가 슬라이드에 전달되도록 설정 */
}
.tourslide .textbox h2{
    writing-mode: vertical-lr;
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 25px;
    font-family: 'medium';
    font-weight: 500;
    color: #fff;
}
.tourslide .textbox p{
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
}


@media all and (max-width:768px){
    .tourslide {
        height: 40%; 
        background: url(/images/spa/m/banner.jpg);
        background-size: cover ;
        background-position: center center;
    }
}

@media all and (max-width:500px){
    .tourslide .textbox {font-size: 11px;}
    .tourslide .textbox h2{font-size: 20px; line-height: 26px;}
    .tourslide .textbox p {font-size: 14px; line-height: 20px;}
    .tourslide .textbox p br{ display: block; }
    .tourslide img{
      max-height: 305px;
      object-fit: cover;
  }
  }

.tourinfo h2{
    font-size: 35px;
    text-align: center;
  margin-bottom: 7%;
  font-family: 'medium';

}
.tourwrap{
    background:#F9F7F4;
    padding: 5% 0;
}
.tour_container{
    width: 85%;
    margin: 0 auto;
    
}
.leftbox, .rightbox{
    position: relative;
    z-index: 2;
}
.tourwrap .textbox{
    text-align: center;
}
.title{ /*유황온천 타이틀*/
    width: 250px;
    margin: 0 auto;
    border-top: 1px solid #6A4F34;
    border-bottom: 1px solid #6A4F34;
    color: #6A4F34;
    text-align: center;
    font-size: 45px;
    margin-bottom: 5%;
}
.tour_container{
    background: #F9F7F4;
}
.tour_container .textbox {
    position: relative;
}
.tour_container .textbox h3{
    width: max-content;
    margin: 30px auto;
    margin-top: 50px;
    font-size: 32px;
    line-height: 50px;
}
.tour_container .textbox h3 br.mo{
   display: none;
}
.tour_container .textbox p{
    width: 70%;
    font-size: 18px;
    color: #222;
    display: inline-block;
    padding: 1% 0 4% 0;
    line-height: 30px;
    font-family: 'NanumSquareNeoBold';
}
.tour_container .textbox #link1 {
    position: absolute;
    top: -700px;
    left: 0;
}
.tour_container .textbox p br{
    /* display: none; */
}

.tour_container .leftbox .textbox{
    width: 100%;
}
.tour_container .leftbox .img_box{
    
}
.tour_container .leftbox img{
    display: inline-block;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
.tour_container .leftbox #link2 {
    display: block;
}
.tour_container .rightbox .textbox{
    width: 85%;
}
.tour_container .rightbox img{
    width: 100%;
    object-fit: fill;
}
.mo{
    display: none;
}
/*유황온천의 효능*/
.effect {position: relative; display: flex; align-items: flex-end; height: 560px; margin-top: 18%; margin-bottom: 8%; background:#081D15 ;} 
.white_bg { /*fadeIn 효과*/
    background: linear-gradient(0deg, hsla(0, 0%, 90%, 0), #081D15 25%, #081D15 65.3%, #F9F7F4 65%);
    width: 100%;
    height: 150%;
    z-index: 2;
    transition: 2s;
    display: block;
    position: absolute;
}
.effect .img_inner {
    position: relative;
    overflow: hidden;
}
.effect .img_box {
    position: absolute;
    top: -45%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    margin: 0 auto;
    border: none; /* 원래의 테두리를 제거 */
    z-index: 1; /* img_box의 z-index 설정 */
}

.effect .img_box::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%; 
    height: 100%; 
    border: 1px solid #eee; /* 테두리 설정 */
    z-index: 2; /* 이미지 위로 표시되도록 높은 z-index 설정 */
    pointer-events: none; /* 이 요소는 클릭 등을 막지 않음 */
}

.effect .img_box img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    position: relative; /* z-index를 적용할 수 있게 position 설정 */
    z-index: 1; /* 이미지의 z-index를 낮게 설정 */
}
.effect .contents {display: flex; position: relative; justify-content: space-around; align-items: flex-end; width: 100%; padding: 3.5% 0 5.5% 0; color: #fff;}
.effect .contents .left {display: flex; width: 60%;}
.effect .contents .left img {width: 133px; height: 139px; margin: 0 70px 0 30px;}
.effect .contents .left .text {}
.effect .contents .left .text h3 {width: max-content; font-size: 1.8em; }
.effect .contents .left .text p {margin: 15px 0; line-height: 25px; word-break: keep-all; font-family: 'NanumSquareNeoLight'; -webkit-text-stroke: 0.3px #fff; letter-spacing: 0.5px;}
/* .effect .contents .right {display: flex; width: 30%;}
.effect .contents .right img {width: 133px; height: 139px; margin-right: 30px;}
.effect .contents .right .text {}
.effect .contents .right .text h3 {font-size: 1.8em;}
.effect .contents .right .text p {margin: 15px 0; line-height: 25px;} */
@media(max-width:1476px){
    .effect {
        height: 490px;
        margin-top: 28%;
        margin-bottom: 8%;
        background: #081D15;
}
}
@media(max-width:1200px){
    .title{
        font-size: 48px;
    }
    .effect {height: 400px;} 
    .effect .img_box {}
    .effect .contents .left {width: 70%;}
    .effect .contents .right {width: 45%;}
    .tour_container .textbox h3{
        font-size: 27px;
        line-height: 42px;
    }
    .tour_container .textbox p{
        font-size: 16px;
    }
}

@media(max-width:768px){
    .effect .contents {flex-wrap: wrap;}
    .effect .img_box {top: -38%; left: 50%; transform: translateX(-50%); width: 70%; min-height: 220px;}
    .effect .img_box::before {top: 10px; left: -10px;}
    .effect .img_box img {min-height: 220px;}
    .effect .contents .left {width: 90%; margin-bottom: 20px;}
    .effect .contents .left .text h3 {margin: 0 auto;}
    .effect .contents .left img {display: none;}
    .effect .contents .right {width: 90%;}
    .effect .contents .text {font-size: 14px; text-align: center;}
    
    .title{
        width: max-content;
        font-size: 36px;
    }
    .tour_container{
        width: 100%;
    }
    .tour_container .textbox h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tour_container .textbox p{
        width: 100%;
        font-size: 14px;
    }
    }


    .mo{
        display: block;
    }
    .pc{
        display: none;
    }
    .tour_container :nth-child(even){
        justify-content: end;
    }



@media(max-width:500px){
    .effect {height: 370px; margin-top: 140px;} 
    .effect .contents .text {font-size: 11px;}
    .effect .img_box {top: -31%; left: 50%; transform: translateX(-50%);}
    .effect .contents .right img {width: 100px; height: 105px; margin-right: 20px;}
    .title{
        font-size: 26px;
        margin: 10px auto 25px auto;
    }
    .tour_container .textbox h3{
        font-size: 20px;
        line-height: 24px;
    }
    .tour_container .textbox h3 br.mo{
        display: block;
     }
    .tour_container .textbox p{
        font-size: 12px;
        color: #636363;
        display: inline-block;
        line-height: 20px;
    }
}

@media(max-width:375px){
    .effect .contents .left .text h3 {font-size: 20px}
    .effect .contents .right .text h3 {font-size: 1.6em;}
    .effect .contents .left .text p {line-height: 20px;}
    .effect .contents .right .text p {line-height: 20px;}
    .effect .img_box {}
    .tour_container .textbox p{
        font-size: 11px;
    }
    
/* 
    .tour_container .l1{      
        background-size: 120% 100%;
    }
    .tour_container .r1{
        background-size: 120% 100%;
    }
    .tour_container .l2{
        background-size: 120% 100%;
    }
    .tour_container .r2{
        background-size: 120% 100%;
    }
    .tour_container .l3{
        background-size: 120% 100%;
    }
    .tour_container .r3{
        background-size: 120% 100%;
    } */
}


/*유황온천 관리방법*/
.manage {display: flex; gap: 5%; height: 80%;}
.manage .img_box {width: 40%; height: 100%; position: relative;}
.manage .img_box #link3 {position: absolute; top: -20%; left: 0;}
.manage .img_box img.img02 {width: 100%; height: 100%; object-fit: cover;}
.manage .img_box img.logo {position: absolute; bottom: 20%; left: 50%; width: 108px; transform: translateX(-50%);}
.manage .img_box h2 { /*로고 하단 유황온천 관리방법*/
    position: absolute; bottom: 7%; left: 50%; width: max-content; transform: translateX(-50%);
    font-size: 46px; color: #fff;
}
.manage .slide_box{width: 50%; height: 100%;}
.manage .slide_box .swiper_manage {width: 100%; height: 65%; border: 1px solid #000;}
.swiper_manage .swiper1 {height: 85%; padding-top: 20px;}
.swiper_manage .swiper-wrapper {height: 100%;}
.swiper_manage .swiper-slide {height: 100%;}
.swiper_manage .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
.swiper_manage .boheme {text-align: center; padding: 14px 0 8px 0; letter-spacing: 15px;}

.manage .slide_box .text {width: 100%; height: 50%; padding: 5% 1%; box-sizing: border-box; word-break: keep-all;}
.slide_box .text ul {}
.slide_box .text ul li {font-family: 'NanumSquareNeoBold'; font-size: 17px; line-height: 35px;}
@media(max-width:1200px){
    .manage .img_box h2 { 
        font-size: 30px; 
    }
    .swiper_manage .boheme {letter-spacing: 10px;}
}
@media(max-width:768px){
    .swiper_manage .boheme {padding: 7px 0;}
    .manage {display: block; height: auto;}
    .manage .img_box {width: 100%; max-height: 60%;}
    .manage .slide_box{width: 100%; padding: 5%; box-sizing: border-box; max-height: 80%;}
    .manage .img_box img.logo {bottom: 7%; left: 50%; width: 72px; object-fit: cover;}
    .manage .img_box h2 { /*로고 하단 유황온천 관리방법*/
        bottom: 3%; left: 50%; 
    }
}
@media(max-width:500px){
    .swiper_manage .swiper1 {height: 85%; padding-top: 10px;}
    .swiper_manage .boheme {padding: 7px 0; font-size: 13px; letter-spacing: 7px;}
    .manage .img_box {width: 100%; max-height: 400px;}
    .manage .slide_box{max-height: 500px;}
    .manage .img_box img.logo {bottom: 12%;}
    .slide_box .text ul li {font-size: 14px; line-height: 25px; text-align: center;}
}
@media(max-width:360px){
    .manage .img_box h2 { 
        font-size: 24px; 
    }
}