@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Noto+Sans+KR&display=swap');



/*기본*/
ul li{
    list-style: none;
}

.css-5e85kp{
    width: 100% !important;
}

iframe{
    margin:0 auto;
    display: block;
}
img{
    margin: 0 auto;
}

.ko{
    letter-spacing: -0.05rem;
    font-family: 'Noto Sans KR', sans-serif;

}

.title_area{
    margin-bottom: 40px;
}

.redtitle{
    color: #D7182A;
    font-size: 2rem;
    text-align: center;
}

.redtitle_left{
    color: #D7182A;
    font-size: 2rem;
    text-align: left;
}

.redtitle_small{
    color: #D7182A;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 900;
    margin: 15px 0 15px 0;
}

.graytitle_left{
    color: #555555;
    font-size: 2rem;
    text-align: left;
}

.graytitle_center{
    text-align: center;
    color: #555555;
    font-size: 2rem;
}

.graytitle_text{
    text-align: center;
    margin-bottom: 50px;
}

.whitetitle_left{
    color: #fff;
    font-size: 2rem;
    text-align: left;
}

.text{
    font-size: 13px;
}

.text-center{
    text-align: center;
}

.contentArea{
    margin: 50px 20px 20px 20px;
}

.boxContent{
    margin: 20px 20px 20px 20px;
}

.w-1000{
    max-width: 1000px;
    margin:0 auto;
    overflow: hidden;
}

.m-b-0{
    margin: 0 !important;
}

.text1{
    font-size: 15px;
}



/* 사진/제목 */
.bgBox{
    width: 100%;
    background: #e9e9e9;
    overflow: hidden;
}

.redbg{
    background: #D7182A;
}

.topBox {
    overflow: hidden;

    
}

/* 내용 스타일 설정 */
.leftBox {
    float: left;
    width: 50%;
    display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 30vh;
}

.leftBox img{
    width: 100%;
}

.leftBox .imgBox{
}

.rightBox{
    float: left;
    width: 50%;

    display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 30vh;
}

.rightBox .textBox{
    padding-left: 30px;
}

.rightBox .redtitle{
    text-align: left;
}

@media(max-width:767px){
    .leftBox{
        width: 100%;
    }

    .rightBox{
        width: 100%;
        padding-left: 10px;
        
    }

    .rightBox .textBox{
        padding-left: 0;
    
    }
    .rightBox .textBox .redtitle{
        font-size: calc(1.375rem + 1.5vw);
    }
}

@media(max-width:651px){
    .rightBox{
        align-items: baseline;
    }
    .rightBox .redtitle{
        margin-top:0;
    }
}








.destinations{
    margin-top: 50px;
}

.destinations .tab_content{
    padding: 0px;
}

.destinations .contentArea{
    margin: 0;
}

.destinations .tab_item{
    width: calc(98%/3);
}

.destinations .tab_item1{
    text-align: center;
}

.destinations .tab_item2{
    text-align: center;
}

.destinations .tab_item3{
    text-align: center;
}

.teb_2 .tab_item{
    width: calc(98%/2);
}

.teb_2 .tab_item1{
    text-align: right;
}

.teb_2 .tab_item2{
    text-align: left;
}





/* 탭 전체 스타일 */
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #ffffff;
    margin: 0 auto;
    max-width:1000px;
}
    
  /* 탭 스타일 */
  .tab_item {
    width: calc(98%/2);
    font-size: 12px;
    color: #9D9D9D;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
  }

  .tab_item1{
    text-align: right;
  }

  .tab_item2{
    text-align: left;
    margin-left: 2%;
  }
  
  .tab_item:hover {
    opacity: 0.75;
  }
  
  /* 라디오 버튼 UI삭제*/
  input[name="tab_item"] {
    display: none;
  }
  
  /* 탭 컨텐츠 스타일 */
  .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }
  
  
  /* 선택 된 탭 콘텐츠를 표시 */
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }
  
  /* 선택된 탭 스타일 */
  .tabs input:checked + .tab_item {
    color: #D7182A;
  }

  .img{
    width: 100%;
  }

  .title{
    text-align: center;
    font-weight: 800;
    font-size: 1.5rem;
    color: #555555;
  }





/*박스 3개 정렬*/
.wrap1{
    width: calc(32%);
    border: 1px solid black;
    float: left;
}

.wrap2{
    padding-top: 56.25%;
    position:relative;
    width: 100%;
    border: 1px solid black;
}

.content{
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid black;
}

.content img{
    width: 100%;
}







.container {
    display: flex;
    flex-wrap: wrap;
}
.containerbox {
    flex: 1;
    margin: 10px;
    min-width: 100px; /* 최소 너비 설정 */
    max-width: 33%; /* 최대 너비 설정 (세 개의 박스를 가로로 나열) */
    height: auto; /* 높이 설정 */
    border-radius: 5px;
}

.containerbox img{
    width: 100%;
    border-radius: 5px;
    filter: brightness(0.8);
    transition: 0.2s;
}

.containerbox img:hover{
    filter: none;
}

.containerbox img:hover{
    filter: brightness(1);
}

.containerbox a{
    display: block;
    position: relative;
}

.containerbox a .txt{
    display: block;
    position: absolute;
    bottom: 1px;
    padding: 20px;
    color: #fff;
}

.containerbox a .txt p{
    font-weight: 900;
    margin-bottom: 0;
}

.containerbox a .txt span{
    font-size: 10px;
}


/*박스4개 정렬*/

.containerbox_4 {
    flex: 1;
    margin: 10px;
    min-width: 100px; /* 최소 너비 설정 */
    max-width: 25%; /* 최대 너비 설정 (세 개의 박스를 가로로 나열) */
    height: auto; /* 높이 설정 */
    border-radius: 5px;
}

.containerbox_4 img{
    width: 100%;
    border-radius: 5px;
}

.iconBox{
    text-align: center;
}

.iconBox img{
    width:auto;
    display: inherit;
}


.containerbox_4 a{
    display: block;
    position: relative;
}

.containerbox_4 a .txt{
    display: block;
    position: absolute;
    bottom: 1px;
    padding: 20px;
    color: #fff;
}

.containerbox_4 a .txt p{
    font-weight: 900;
    margin-bottom: 0;
}

.containerbox_4 a .txt span{
    font-size: 10px;
}



@media(max-width:767px){
    .container {
        display: flex;
        flex-wrap: wrap;
    }
    .containerbox {
        flex: 1;
        margin: 0 0 20px 0;
        min-width: 100%; /* 최소 너비 설정 */
        max-width: 100%; /* 최대 너비 설정 (세 개의 박스를 가로로 나열) */
        height: auto; /* 높이 설정 */
        border-radius: 5px;
    }

    .containerbox_4{
        flex: 1;
        margin: 0 0 20px 0;
        min-width: 100%; /* 최소 너비 설정 */
        max-width: 100%; /* 최대 너비 설정 (세 개의 박스를 가로로 나열) */
        height: auto; /* 높이 설정 */
        border-radius: 5px;
    }
}






.bgimg{
    position: relative;
    margin-bottom: 50px;
}

.bgimg img{
    width: 100%;
    filter: brightness(0.8);
}

.bgtext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bgtext p{
    color: #fff;
}

.box2{
    max-width: 23%;
}



/*박스 3개 정렬*/

.box3{
    max-width: none;
    background: #fff;
    max-width: 32%;
}

.box3 img{
    border-radius: 5px 5px 0px 0px;
}

.box3 .redtitle_small{
    margin-bottom: 5px;
    margin-top: 0px;
}

.redtitle_small_center{
    color: #D7182A;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
}

.box3 .text{
    padding: 15px;
}


.bgimg{
    position: relative;
    margin-bottom: 50px;
}

.bgimg img{
    width: 100%;
    filter: brightness(0.8);
}

.bgtext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bgtext p{
    color: #fff;
}

.box3 .price{
    color: #D7182A;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.box3 dl{
    margin: 2px 0;
}




/*Experiences that go beyond.
리조트 월드 크루즈에서는 모든 승객을 위한 다양한 경험을 제공합니다.*/



  /*hover*/
  .snip1361 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    max-width: 1000px;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
  }
  .snip1361 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1361 img {
    max-width: 100%;
    vertical-align: top;
  }
  .snip1361 figcaption {
    position: absolute;
    top: calc(77%);
    width: 100%;
    background-color: #ffffff;
    padding: 15px 25px 65px;
  }
  .snip1361 figcaption:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  }
  .snip1361 h3,
  .snip1361 p {
    margin: 0 0 10px;
  }
  .snip1361 h3 {
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
  }
  .snip1361 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
  }
  .snip1361 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .snip1361:hover figcaption,
  .snip1361.hover figcaption {
    top: 215px;
  }


/*mice - lcon lists*/

.icon-lists{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.icon-lists .list{
    width: 24%;
    float: left;
}

.icon-lists img{
    text-align: center;
    display: block;
}

.icon-lists p{
    text-align: center;
}

@media(max-width:767px) {
    .icon-lists{
        margin-bottom: 0;
    }
    .icon-lists .list{
        width: 100%;
        float: none;
        margin-bottom: 50px;
        padding: 0 !important;
    }
    .eventArea{
        margin-bottom: 0px !important;
    }
}

.eventArea{
    margin-bottom: 30px;
}


/*life RW*/

video{
    width: 100%;
}




.containerbox_4 dl dt{
    display: inline;
    color: #999999;
    font-weight: 500;
}

.containerbox_4 dl dd {
    display: inline;
    margin-left: 7px;
}



.css-1yro5i2{
    width:100% !important;
}




.bottomImg img{
    width: 100%;
}









