@charset "utf-8";
/* 기본설정 */
@import "default.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@font-face {
	src: url("../css/font/PretendardVariable.ttf");
	font-family: "Pre";
}
@font-face {
    font-family: 'GowunDodum-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.mainwrap{
    width: 100%;
    height: 100%;
}
.mainslide::after{
    content:'';
    display: block;
    width: 12%;
    border-bottom: 5px solid #000;
    margin: 0 auto;
    margin-top: -4px;
}
.mainslide-m{
    display: none;
}
.mainslide{
 width: 100%;
 height: 100%;
 max-height:980px;
}
.mainslide .swiper-slide img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
}
.swiper-wrap{
    height: 100%;
}
.roomprewrap{
    margin-top: 130px;
    text-align: center;
    position: relative;
    height: auto;
    margin-bottom: 160px;
}

.roompre_title h2{
    margin-bottom: 15px;
    font-family: 'GowunDodum-Regular';
    font-size: 40px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.2;
}
.roomprewrap p{
    margin-bottom: 9%;
    font-family: 'GowunDodum-Regular';
    font-size: 18px;
    color: #969696;
}
.roompre_title{
width: 100%;
    text-align: center;
}
.animation{
    animation-name:down;
    animation-duration: 1.4s;
    animation-iteration-count:infinite;
    margin-top: 0;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
@keyframes down{
    from{top: 45%;}

    to{top: 60%;}
}
.roomprewrap .text{
    line-height: 1.8em;
    margin-bottom: 120px;
    font-size: 18px;
    color: #000;
}

.flexbox{
    margin-bottom: 130px;
    display: flex;
    justify-content: start;
}
.img_box{
    width: 45%;
    margin-right: 2%;
}
.img_box img{
    width: 100%;
}
.textbox{
    width: 40%;
    margin-left: 3%;
}
.flexbox p{
    font-family: 'GowunDodum-Regular';
    color: #000;
    font-size: 16px;
    width: 20%;
    font-weight: 800;
}

.flexbox li{
    font-family: 'GowunDodum-Regular';
    font-size: 16px;
    display: flex;
    margin-bottom: 30px;
    color: rgba(150,150,150,1.0);
}
.flexbox li:nth-child(3){margin-bottom: 40px;}
.flexbox li:nth-child(4){margin-bottom: 40px;}
.flexbox span{
    margin-left: 30px;
    display: inline-block;
    width: 70%;
    word-break: keep-all;
}
.reserbox h2{
    text-align: left;
    margin-bottom: 30px;
    font-family: 'GowunDodum-Regular';
    font-size: 24px;
}
.reserbox{
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 150px;
}
.photo_wrap{
	display: flex;
	height: 420px;
}
.photo_box img{
	object-fit: cover;
}
.photo_box{
	overflow: hidden;
	width: 34%;
	height: 100%;
}
.photo_box:last-child{
	width: 34%;
}
.photo_box img:hover{
	transform:scale(1.1);
	transition: all 1.5s;
}

/* 아코디언 */
.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    width: 95%;
    border-bottom: 2px solid #000;
   font-family: 'GowunDodum-Regular';
   font-size: 24px;
  }

  .accordion_box{
    margin: 0 auto;
    margin-bottom: 95px;
    width: 80%;
    display: none;
  }


  
  /* Style the accordion panel. Note: hidden by default */

  .panel {
    background-color: white;
    display: none;
    overflow: hidden;
  }
  .panel p{
    word-break: keep-all;
    width: 95%;
    line-height: 1.8em;
    font-size: 22px;
    font-family: 'GowunDodum-Regular';
  }

  .accordion:after {
    content: ''; /* Unicode character for "plus" sign (+) */
    display: block;
    background-image: url(/images/common/acco_arrow.png);
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    width: 17px;
    height: 15px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
@media(max-width:991px){
    .mainslide-m::after{
        content:'';
        display: block;
        width: 25%;
        border-bottom: 5px solid #000;
        margin: 0 auto;
    }
    .mainslide{
        display: none;
    }
    .mainslide-m{
        display: block !important;
    }
    .roompre_title img{
        display: none;
    }
    .flexbox{
        display: block;
    }
    .img_box{
        width: 80%;
        margin: 0 auto;
    }
    .textbox{
        display: none;
    }
    .accordion_box{
        display: block;
    }
    .reserbox iframe{
        width: 80%;
    }
}
@media(max-width:768px){
    .reserbox h2{
        text-align: center;
    }
    .img_box{
        width: 100%;
    }
    .reserbox iframe{
        width: 100%;
    }
    .reserbox{
        margin-bottom: 90px;
        width: 100%;
    }
    .roomprewrap .text{
        font-size: 18px;
        width: 85%;
        margin: 0 auto;
        word-break: keep-all;
    }
    .roomprewrap p{
        font-size: 18px;
    }
    .roomprewrap{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .photo_wrap{
        display: none !important;
    }
    .roompre_title h2{
        font-size: 30px;
    }
    .accordion{
        font-size: 20px;
    }
    .panel p{
        font-size: 15px;
    }
    .flexbox{
        margin-bottom: 20px;
    }
}