html{
    scroll-behavior: smooth;
}
body{
    font: normal 16px/1.5 "Noto Sans","Sanchez","Noto Sans","Nanum Gothic","Roboto Slab", sans-serif;
    color: black;
    background: #f1f1f1;
    overflow-x: hidden;
}
.wrap{
        width: 1366px;
        margin: 0 auto;
        /*background-color: rgb(54, 54, 54)*/
}
.wrap_vh{
    height: 100vh;
}

header{
    position: relative;
    height: 100vh;
    background: linear-gradient(#2A286E,25%, rgba(63, 40, 100, 0));
}

a, a:link{
    text-decoration: none;
    color: white;
}
h3{
    font: 18px;
}

/*******************header*********************/
.header_main{
    width: 100%;
    height: 100vh;
}
.header_main_wrap{
    width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_main_wrap img {
    margin: 34px 0 0 0;
}
.header_main_menu {
    display: flex;
}
nav{
    align-self: flex-end;
    font-size: 1.2rem; /*24px*/
    margin: 0 15px 0 0;
}
#fp-nav ul>li>a>span{
    background-color: green !important;
}

#gnb{

    width: 700px;
    display: flex;
    
    justify-content: flex-end;
}
#gnb li {
    float: left;
    position: relative;
    margin: 0 5px;
    width: 100%;
    padding-bottom: 1px;
}
#gnb li a{
    display: block;
    height: 30px;
}
#gnb li:hover{
    color: white;
    font-weight: 800;
    font-size: 1.125rem;
    padding-bottom: 0px;
    border-bottom: 1px white solid;
}
#burger{
    width: 40px;
    height: 30px;
    align-self: flex-end;
}
#burger .bar{
    display: block;
    height: 3px;
    background: white;
    margin: 8px 0;
}
#burger .bar.w70{
    margin: 0 0 0 30%;
}
hr.divider{
    border: 0;
    height: 1px;
    background: white;
}

/********header solgan***********/
#header_slogan{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    float: left;
    z-index: -1;
    
}
.slider_1{
    background: url("../images/img_header_bg.png") no-repeat center/cover;
}
.slider_2{
    background: url("../images/img_header_bg2.jpg") no-repeat center/cover;
}
.slider_3{
    background: url("../images/img_header_bg3.jpg") no-repeat center/cover;
}
.slider_4{
    background: url("../images/img_header_bg4.jpg") no-repeat center/cover;
}

.slogan_text{
    font-family: "Sanchez";
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 1366px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;

}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin: 0 100px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/***********subpage header********/
#sub_header {
    height:463px;
}
#sub_header .slogan_text{
    /* display: none; */
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
#sub_header .slogan_text :nth-child(1){
    font-size: 2rem;
    }
/*************main_section************/
/********main notice*****/

.section_hr{

    width: 1366px;
    border: 0;
    height: 1px;
    background: rgb(82, 82, 82); 
}

.p_text{
    text-align: center;
    font-size: 3rem;
    margin: 30px auto;
    font-family: 'Roboto Slab';
}

.section_notice{
    display: block;
    justify-content: center;
    background: url("../images/img_main_notice.png");
    width: 100% ;
    background-position: center;
    background-repeat: no-repeat;
    
    
}
.notice_wrap{
    
    background-color: #6EBAD5;
    width: 683px;
    height: 100%;
    
}
.notice{
    
    bottom: 10%;
    width: 80%;
    background-color: #3B2121;
    margin: 30px;
    padding: 30px;
    height: 327px;
}
.notice_text{
    font-size: 80px;
    font-family: "NanumGothic";
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    margin: 70px auto;
}
.notice_text{
    padding: 20px;
}
.notice_text1{
    text-align: left;
}
.notice_text2{
    text-align: center;
}
.notice_text3{
    text-align: right;
}
.notice ul h2{
    font-size: 30px;
    margin: 10px;
    color: white;
}
.notice li{
    margin-left: 30px;
    list-style: circle;
    font-size: 18px;
    margin-bottom: 20px;

}


/******** main-room view******/
.section_room p{
    font-size: 16px;
    width: 738px;
    margin: 10px 0;
}
#deluxe_ondol{
    font-weight: 900;
    color: #2A286E;
}
.room_menu ul{
    display: flex;
    
}
.room_menu ul li{
    padding: 20px;
    font-size: 36px;
}
.room_menu ul li a{
    color: black;
}
.room_list>div{
    display: none;
}
.room_list>div:first-child{
    display: block;
}
.room_list button>a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 44px;
}
.room_bottom{
    display: flex;
    justify-content: center;
    position: relative;
}
.room_bottom_left{
    width: 770px;
    background-color: #2A286E;
}
.room_bottom_left img{
    height: 600px;
    width: 600px;
    
}
.room_bottom_right{
    width: 100%;
    text-align: center;
    align-self: center;
}
.span_wrap{
    padding: 0 150px;
}
.room_bottom_right h3{
    font-size: 24px;
    margin-top: 10px;
}
.room_bottom_right p{
    font: normal "Noto Sans";
    font-size: 16px;
    margin: 10px auto;
}
.room_bottom_right button{
    height: 50px;
    width: 200px;
    background: #2A286E;
    color: white;
}
/******** main-travel ******/
.travel{
    display: flex;
    height: 100vh;
}
.travel_left{
    display: flex;
    align-items: flex-end;
    background: url("../images/img_main_travel.png") no-repeat 100% 0 / cover;
    width: 100vw;
    height: 80%;
    font: "NanumGothic";
}
.travel_left_wrap{
    width: 683px;
    margin-left: 20%; 
    margin-bottom: 10%; 
    display: flex;
    flex-direction: column;
    color: white;
}
.travel_left_wrap p{
    
    font-size: 40px;
}
.travel_left_wrap span{
    font-size: 20px;
    margin: 30px 0;
}
.travel_left_text{
    margin: 20px 0;
}
.travel_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 80%;
    background-color: #6EBAD5;
}
.travel_right div{
    margin-right: 20%;
    
}
.travel_right p{
    text-align: right;
    padding: 20px;
    font-size: 24px;
    color: white;
}
.travel_right_logo{
    text-align: right;
    padding-bottom: 10%;
}

/**************************END main section*********************************/

/*호텔소개 따라다니는 메뉴*/
#move_body {
    position: relative;
}
#move_menu {
    position:absolute;
    right: -30px;
    z-index: 100;
    top: 50%;
    transform: translate(-50%, -50%);

}
#move_menu::before{
    content:'';
    position: absolute;
    z-index: -1;
    background-color:rgba(110,186,213,50%);
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 150%;
    transform: translate(-50%, -50%);
}
#move_menu li {
    line-height: 40px;
    font-family: "Noto Sans";
    background: #2A286E;
    border-radius: 50px;
    color: white;

    width: 150px;
    height: 30px;

    font-size: 1rem;
    margin: 20px 0;
    text-align: center;
}
/* #move_menu li:nth-child(1), #move_menu li:nth-child(4){
    margin: 0 15px 0 30px;
} */

#move_menu li:hover {
    transition: all .3s;
    transform: scale(1.2, 1.2);
}
#move_menu li a {
    display: block;
    margin: 0;
}
#move_menu li a:hover{
    font-weight: bold;
    font-size: 1.2rem;
    
}

/***********subpage header********/
#sub_header {
    position: relative;
    width: 100vw;
    height: 463px;
    background: linear-gradient(#2A286E, 10%, rgba(63, 40, 100, 0));
}
#sub_header::before {
    content:"";
    display: block;
    width: 100vw;
    height: 463px;
    background: url("../images/sub_bg.png") no-repeat center/cover;
    position: absolute;
    z-index: -1;
}
.sub_header_main{
    width: 100%;
    padding: 20px 0;
}
#sub_header .slogan_text{
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}


#sub_header .slogan_text :nth-child(1){
    font-size: 2rem;
    }
#sub_header .slogan_text :nth-child(2){
    font-size: 1.5rem;
    }
/**********introduce #CEO***********/

.section_wrap {
    width: 1366px;
    margin: 0 auto;
}
.title_text{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 3rem;
    margin: 35px auto;
}
p.title_text span{
    font-family: "Noto Sans";
}
.grayhr {
    margin: 0 auto;
    width: 1366px;
    border: 0;
    height: 1px;
    background: rgb(82, 82, 82); 
}
.ceo_content {
    width:1366px;
    overflow:hidden;
    margin: 35px;
    background: url('../images/greetings.png') no-repeat 100% 95% ;
}
.ceo_content_left{
    width: 35%;
    float: left;
}
.ceo_content_right{
    width: 65%;
    float: right;
}
.ceo_content_right .name {
    font-size: 2rem;
    color:#2A286E;
    font-weight: bold;
}
.ceo_content_right .hotel_name {
    font-size: 1.2em;
}
.ceo_content_right .hello {
    width: 90.10023651312085%; /*800px로 바꿈*/
    margin: 10px 10px 80px 0;
    font-size: 1.4rem; /*1.625rem ->1.4rem*/
    font-family: "Noto Sans";
}
.ceo_icons {
    display: flex;
    justify-content: space-around;
    font-size: 1.3rem;
    font-family: "Noto Sans";
}
.ceo_icons img{
    vertical-align: middle;
}
.ceo_icons p:nth-child(2) img{
    margin-right: 10px;
}

/*********************introduce #history********/
.title_text.sub_title_text{
    margin-top: 180px;
}
.history_content {
    background: url("../images/history.png") no-repeat;
    background-position:top 500px right 50px;
}
.history_content_left {
    width: 40%;
    box-sizing: border-box;
    padding: 150px;
    position: relative;
}
.history_content_circle {
    display: flex;
}
.history_content_circle .history_content_left::before{
    content: "";
    display: block;
    width: 440px;
    height: 440px;
    background: linear-gradient(135deg, #2A286E, rgba(63, 40, 100, 0));
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 50px;
    z-index: -1;
}
.history_content_square {
    display: flex;
}
.history_content_square .history_content_left::before{
    content: "";
    display: block;
    width: 365px;
    height: 450px;
    background: linear-gradient(135deg, #2A286E, rgba(63, 40, 100, 0));
    position: absolute;
    left: 40px;
    top: 80px;
    z-index: -1;
}
.history_content div:nth-child(2){
    flex-direction: row-reverse;
}
.history_content div:nth-child(5){
    flex-direction: row-reverse;
}

.history_content_right p {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Noto Sans";
    color: #2A286E ;
    margin-top: 80px;
}
.history_content_right li {
    margin-top: 10px;
    font-family: "Noto Sans";
    font-size: 2rem;
}
.history_content_right li span {
    margin-right: 50px;
}
/*********************introduce #CIBI******************/
.cibi_content {
    width:1366px;
    overflow:hidden;
    margin: 35px;
    background: url('../images/Identity.png') no-repeat 100% 100% ;
}
.cibi_content {
    display: flex;
    flex-flow: row wrap;
}
.cibi_content > div{
    margin: 50px;
}
.cibi_content > div:nth-child(1){
    display: flex;
}
.cibi_content h3 {
    display: inline-block;
    padding: 0 50px 0 0;
    font-weight: bold;
    font-size: 2rem;
    border-bottom:1px solid rgb(82, 82, 82);
}
.cibi_content p {
    font-size: 2rem;
    margin: 20px 0 0 0;
    font-family: "Noto Sans"
}
.cibi_content .main_color {
    margin: 20px 0 0 50px;
}
.cibi_content .main_color p{
    font-size: 1.8rem;
    margin: 10px 0 0 40px;
}
.cibi_content .main_color p:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 32px;
    background: #2A286E;
    z-index: 2;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.cibi_content .main_color p:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 32px;
    background: #1A93BE;
    z-index: 2;
    vertical-align: middle;
    margin: 0 10px 0 0;

}
.cibi_content .main_color p:nth-of-type(1) span {
    color: #2A286E;
}
.cibi_content .main_color p:nth-of-type(2) span {
    color: #1A93BE;
}

.wordmark{
    width: 65%;
}
.symbol{
    width: 65%;
    height: 400px;
}
/*********************way to come***************/
#map {
    width: 90%;
    height: 700px;
    margin: 50px auto;
}
.way_content {
    display: flex;
    column-gap: 10%;
}

.way_content_left {
    width: 45%;
}
.way_content_right {
    width: 45%;
}
#left_title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 3rem;
    color: #2A286E;
    font-weight: bold;
    margin: 0 0 50px 0;
}

#left_subject>div {
    display: flex;
    margin: 0 0 50px 0;
}

#right_title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 3rem;
    color: #2A286E;
    font-weight: bold;
    margin: 0 0 50px 0;
}
#right_subject>div {
    display: flex;
    margin: 0 0 50px 0;

}
#right_subject {
    margin: 0 0 0 15%;
}
#right_subject >div>img {
    width: 76px;
    height: 76px;
}
.way_content_text {
    font-family: "Noto Sans";
    font-size: 1.625rem;
    margin: auto 0;
    letter-spacing: -2px;
}
#right_subject .way_content_text img{
    margin: 0 10px 0 10px;
}
#right_subject .way_content_text p{
    margin: 0  0 0 20px;
}
.way_content_text p span {
    margin : 0 0 0 15px;
}

/* .way_content {
    display: flex;
}

.way_content >div {
    width: 50%;
}
.way_content h2{
    text-align: center;
    font-family: "Noto Sans";
    font-size: 3rem;
    color: #2A286E;
    font-weight: bold;
    margin: 0 0 50px 0;
}
.way_content>div >div {
    display: flex;
    margin : 30px 0;
}
.way_content_text img{
    margin: 0 10px 0 5px;
}
.way_content_right >div > .way_content_text {
    margin: 10px 0 0 50px;
}

.way_content>div >div> img {
    width: 76px;
    height: 76px;
}

.way_content_text {
    font-family: "Noto Sans";
    font-size: 1.625rem;
    display: flex;
    flex-direction: column;
}
.way_content_text >img:nth-of-type(1){
    width: 27px;
    height: 23px;
} */
/*********************room_banner***************/
.slick-track img{
    position:relative;
}
#room_carousel ul {
    position: absolute;
    z-index: 10;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
} 

.slick-dots {
    display: flex;
}
.slick-dots li {
    margin: 0 10px;
}
#slick-slide-control00 {
    font-size: 0;
    background: rgba(255, 255, 255, 80%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
}
#slick-slide-control01 {
    font-size: 0;
    background: rgba(255, 255, 255, 80%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
}
#slick-slide-control02 {
    font-size: 0;
    background: rgba(255, 255, 255, 80%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
}
#slick-slide-control03 {
    font-size: 0;
    background: rgba(255, 255, 255, 80%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
}

/*---------------------*/
#room_carousel img{
    width: 100vw;
    margin: 0 auto;
}
.article_room {
    margin: 200px 0;
}
.article_room h2 {
    font-size: 3rem;
    text-transform: uppercase;
    position:relative;
    width: 50%;
    margin: 0 0 30px 0; /* 한번줘봄*/
    padding: 0 0 15px 0;
    border-bottom: 1px solid black;
}

/*--------회색이름-------*/

.article_room#ondol h2::after {
    content: "한실";
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 2rem;
    color: #868585;
}
.article_room#double h2::after {
    content: "더블룸";
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 2rem;
    color: #868585;
}
.article_room#twin h2::after {
    content: "트윈룸";
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 2rem;
    color: #868585;
}
.article_room#sweet h2::after {
    content: "스위트룸";
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 2rem;
    color: #868585;
}

/*--------회색이름-------*/
.article_room h2::before{
    content:'';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: black;
    transform: rotate(-45deg); 
    transform-origin: 0 0;
    /* left: calc(100% - 1px); */
    left: 100%;
    bottom: -1px;
}

#room_content {
    display: flex;
    column-gap : 10%
}
#room_content_left {
    width: 45%;
}
#room_content_right {
    width: 45%;
}
.room_cotent_left {
    margin: 15px 0 0 0;
}
.room_content_left>img {
    width: 566px;
    height: 566px;
}
.room_content_left ul{
    display: flex;
    margin: 5px 5px 5px 0;
}

.room_content_left li img{
    width: 110px;
    height: 60px;
    margin: 0 20px 0 0;

}
.room_content_right h3 {
    font-size: 2rem;
}
.room_content_right ul {
    margin: 5px 0 10px 45px;
}
.room_content_right ul li {
    font-family: "Noto Sans";
    font-size: 1.5rem;
    letter-spacing: -2px;
}

/*********************fee_index.html***************/
.fee_index p {
    font-family: "Noto Sans";
    font-size: 1.5rem;
    margin: 10px 0 0 0;
}
.fee_index p span {
    font-weight: bold;

}
.purple_title {
    margin: 150px 0 40px 40px;
    color: #2A286E;
    font-size: 2.25rem;
    position: relative;
}
.purple_title::before {
    position: absolute;
    left: -30px;
    content:"";
    display:block;
    width: 16px;
    height: 47px;
    background: #2A286E;
}

.fee_index table {
    width: 95%;
    margin: 20px auto;
    border-top: 5px solid #83B8CB;
}
.fee_index th, .fee_index td {
    text-align: center;
    font-family: "Noto Sans";
    border: 1px solid rgb(126, 126, 126);
    padding: 5px;
    font-size: 1.5rem;
    padding:  10px 20px;
}
.fee_index .left_none{
    border-left: none;
}
.fee_index .right_none{
    border-right: none;
}


/**************Travel**************************/
.travel_h3{
    font-size: 2rem;
    text-align: center;
    padding: 100px;
    font-weight: 800;
}

.travel_wrap{
    display: flex;
    align-items: center;
    width: 1366px;
    margin: 200px auto;
}
.travel_wrap div{
    margin: 0 auto;
}
.travel_text{
    text-align: center;
    padding: 100px;
}
.travel_text h3{
    font-size: 2rem;
    padding: 20px;
}
.travel_text div{
    padding: 20px 0;
    text-align: left;
}
.img_travel_1 > h3{
    margin: 40px auto;
    text-align: center;
    background: whitegg
}
#img_travel_1{
    background: url(../images/img-travel_1_bg.png)  no-repeat center/cover;
}
#img_travel_2{
    background: url(../images/img-travel_2_bg.png)  no-repeat center/cover;
}
#img_travel_3{
    background: url(../images/img-travel_3_bg.png)  no-repeat center/cover;
}
#img_travel_4{
    background: url(../images/img-travel_4_bg.png)  no-repeat center/cover;
}
#img_travel_5{
    background: url(../images/img-travel_5_bg.png)  no-repeat center/cover;
}
#img_travel_6{
    background: url(../images/img-travel_6_bg.png)  no-repeat center/cover;
}
#img_travel_7{
    background: url(../images/img-travel_7_bg.png)  no-repeat center/cover;
}
#img_travel_8{
    background: url(../images/img-travel_8_bg.png)  no-repeat center/cover;
}
#img_travel_9{
    background: url(../images/img-travel_9_bg.png)  no-repeat center/cover;
}


/*********************footer********************/
footer{
    width: 100%;
    background: #2a286e6b ;
    font-family: "Noto Sans";
}
#footer_img img{
    display: inline-block;
    text-align: center;
    width: 40%;
}
#footer_img .img_r{
    float: right;
}
#footer_top{
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
#footer_top li{
    margin: 0 20px;
    color: white;
    font-size: 16px;
}
#footer_middle{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sns_wrap{
    display: flex;
    margin-right: 50px;
}
.sns_wrap div{
    padding: 10px;
}
#footer_wrap{
    background: #2a286e9c;
}
#footer_bottom p{
    font-size: 16px;
    color: white;
}
