@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;900&family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
@font-face {
    font-family: "Pretendard-Regular";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Recipekorea";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Recipekorea.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
}

img {
    width: 100%;
    vertical-align: top;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #333;
}

html, body  {
    height : 100vh;
    overflow:hideen;
}
html {
    scroll-behavior: smooth;

}

body {
    margin: 0;
    line-height: 1.4;
    font-family: "M PLUS Rounded 1c", "Pretendard-Regular", "Noto Sans KR", sans-serif;
    color: #222;
    letter-spacing: -0.5px;
    word-break: keep-all;
    overflow-x: hidden;

}

.icon img {
    width: auto;
}


.wrapper {
    overflow:hidden;
}

.btn-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 160px;
    height: 48px;
    padding: 0 25px;
    line-height: 48px;
    background-color: #ff7162;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
}
.btn-more::before {
    position: absolute;
    inset: 0;
    bottom: -5px;
    z-index: -1;
    background-color: #a8493f;
    border-radius: 30px;
    content: "";
}
.btn-more::after {
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url('/assets/images/common/icon_arrow01.png');
    content: "";
}

.btn__top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 10;
    right: 47px;
    bottom: 130px;
    width: 75px;
    height: 75px;
    padding-top: 20px;
    border-radius: 50%;
    background-color: #43b3d9;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.btn__top span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
}
.link {position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;}




.header {
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.header:hover::after {
    display: block;
}
.header:hover  .hd_cont ul .depth1 .depth_box {
    display: block;
}

.header:hover .hd_lnb_bg {
    display: block; 
}
.header::after {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 200px;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    content: "";
}
.header .logo {
    font-family: Recipekorea;
    font-size: 22px;
    font-weight: 700;
    color: #253b70;
    width: 235px;
    float: left;
    font-family: Recipekorea;
    font-size: 22px;
    font-weight: 700;
    color: #253b70;
    padding-left:50px;
}
.hd_cont ul {
    width: calc(100% - 300px);
    float: right;
    height: 80px;
    margin:0;
    padding:0;
    font-size: 16px;
    font-weight:700;
}

.hd_cont ul .depth1:hover::after {
    display: block;
}
.header ul .depth1::after {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 40px;
    width: 50%;
    height: 3px;
    top:78px;
    background-color: #ff7162;
    content:'';
}

.hd_cont ul li.depth1 {
    display: inline-block;
    padding: 0 50px;
    text-align: center;
    position: relative;
    z-index:99;
    font-weight:700;
}

.hd_cont ul .depth1 .depth_box {
    display:none;
    position: absolute;
    line-height: 40px;
    width: 200px;
    left: -6px;
    top: 99px;
    font-weight:500;
}
.hd_cont ul .depth1 .depth_box li {
    width: 170px;
    line-height: 22px;
    padding-bottom: 13px;
}
.header .hd_cont .reservation {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 99;
    width: 120px;
    line-height: 34px;
    height: 120px;
    padding-top: 20px;
    background-image: url('/assets/images/common/icon_reservationbg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    text-align: center;
    display:block;

}
.header .reservation .icon {
    margin-bottom: 8px;
}
.header .btn-close {
    display: none;
}


.header .hd_lnb_bg {
    display:none;
    position: absolute;
    left: 50%;
    top: 80px;
    background: rgb(255,255,255, 0.8);
    z-index: 98;
    overflow: hidden;
    box-sizing: border-box;
    height: 800px;
    transition: all .5s;
    /* max-width: 1480px; */
    width: 111%;
    transform: translateX(-50%);
}

.aside {
    display:none;
}

.footer {
    background-color: #333;
    color: #888;
}
.footer a {
    color: #888;
    font-weight: 700;
}
.footer .logo {
    font-family: Recipekorea;
    font-size: 22px;
    font-weight: 700;
    color: #999;
    white-space: nowrap;
}
.footer .bullet {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 20px;
    background: #d6d6d6;
}
.footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}
.footer .inner .en{width: 160px;font-size: 19px;}
.footer .btn__tel {
    padding: 15px 35px 15px 60px;
    border-radius: 40px;
    font-size: 28px;
    font-weight: 700;
    background-color: #222;
    background-image: url(../img/icon_call.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    color: #eee;
    position:relative;
}

.footer .btn__tel span {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 28px;
    top: 20px;

}
.footer .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 75px;
    font-size: 14px;
}
.footer .con. footer_img {width: 100%; max-width: 150px;}

.footer .con .link__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer .con .nong {
    width:10%;
}

.traffic_bg {
    position:absolute;
    height: 500px;
    width: 100%;
    top: 150px;
    z-index:-1;
}
.main-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s_visual_box {
    width:inherit;
}


.s_visual_box.swiper-container {
    height:100%;
}
.s_visual_box .swiper-slide {
    border-radius:2em;
    height:640px;
}

.sub02-con-2 .swiper__sub02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sub02-con-3 .swiper__sub02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper__sub02 .swiper-button-lock {
    display:block;
}


.main-visual__wrap { 
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 45%; z-index:0;
}


.main-visual__wrap .util-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 480px;
    height: 65px;
    background-color: #ff7162;
}
.main-visual__wrap .swiper-button-stop {
    width: 8px;
    height: 12px;
    cursor: pointer;
    background-image: url('/assets/images/common/icon_stop.png');
}

.main-visual__wrap .swiper-button-stop.on {
    background-image: url('/assets/images/common/icon_play.png'); 
}
.main-visual__wrap .swiper-button-next,
.main-visual__wrap .swiper-button-prev {
    position: relative;
    inset: 0;
    margin: 0 10px;
}
.main-visual__wrap .swiper-button-next::after,
.main-visual__wrap .swiper-button-prev::after {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.main-visual__wrap .swiper-button-prev {
    margin-left: 0;
}
.main-visual__wrap .swiper-pagination {
    position: relative;
    inset: 0;
    width: 45px;
    color: #fff;
}
.main-visual__wrap .swiper-progress-bar {
    position: relative;
    width: 240px;
    display: block;
    z-index: 1;
    height: 2px;
    margin: 0 10px;
}
.main-visual__wrap .swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    width: auto;
    clear: both;
    opacity: 0;
    inset: 0;
}
.main-visual__wrap .swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 0;
    content: "";
    transition: 0.1s width linear;
}
.main-visual__wrap .swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}
.main-visual__wrap .swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 5s;
}

.main-visual .swiper-container,
.main-visual .swiper-slide { height:100%;}



.sub02-con-2 .swiper-container,
.sub02-con-2 .swiper-slide {
    height:100%;
    border-radius:20px;
}

.main-visual .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index:1;
}
.main-visual .title {
    font-size: 40px;
    font-weight: 900;
}
.main-visual .desc {
    margin-top: 5px;
    font-size: 20px;
}

.main-con {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.main-con .title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 500;
}
.main-con .title .bold {
    font-weight: 700;
}
.main-con .desc {
    margin-top: 15px;
    color: #555;
}
.main-con .badge {
    display: inline-block;
    position: relative;
    height: 32px;
    padding: 0 18px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

.main-con .badge .ico {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -29px;
    left: 48px;
}

.main-con .badge .ico1 {
    position: absolute;
    width: 35px;
    height: 32px;
    top: -25px;
    left: 38px;
}

.main-con .badge .ico3 {
    position: absolute;
    width: 35px;
    height: 32px;
    top: -25px;
    left: 52px;
}

.main-con .badge .ico3 {
    position: absolute;
    width: 35px;
    height: 32px;
    top: -25px;
    left: 52px;
}

.main-con .badge .ico4 {
    position: absolute;
    width: 35px;
    height: 32px;
    top: -25px;
    left: 52px;
}

.main-con .badge .ico5 {
    position: absolute;
    width: 27px;
    height: 40px;
    top: -34px;
    left: 49px;
}
.main-con .badge .ico6 {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -27px;
    left: 31px;
}
.main-con .badge .ico7 {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -27px;
    left: 31px;
}
.main-con .badge .ico8 {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -27px;
    left: 40px;
}
.main-con-1 {
    margin-top: 120px;
    margin-bottom: 160px;
    text-align: center;
}
.main-con-1 .badge {
    margin-top: 100px;
    background-color: #ff7162;
}
.main-con-1 .badge::after {
    top: -36px;
    width: 38px;
    height: 40px;
    background-image: url(../img/icon_bear.png);
}



.main-con-1 .img {
    height:320px;
}

.main-con-1 .img div {
    width:inherit;
    height:inherit;
}
.main-con-2 {
    padding-top: 200px;
    padding-bottom: 170px;
}
.main-con-2.sub02 {
    padding-top: 280px;
    padding-bottom: 280px;
}
.main-con-2__wrap {
    position: relative;
    overflow:hidden;
}
.main-con-2__wrap.sub02 .title {
    color: #333;
}
.main-con-2__wrap.sub02 .desc {
    color: #555;
}
.main-con-2__wrap.sub02::before {
    display: none;
}
.main-con-2__wrap::before {
    position: absolute;
    inset: 0;
    right: 50%;
    z-index: -1;
    background-image: url(../img/main_bg01.png);
    background-position: right 50% top 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}
.main-con-2__wrap .swiper-con-2 {
    position: absolute;
    top: 50%;
    left: 40%;
    right: 0;
    transform: translateY(-50%);
    overflow:hidden;
}



.main-con-2__wrap .swiper-con-2 .swiper-slide {
    max-width: 370px;
    padding-top: 42%;
    border-radius: 60px;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide:hover .poa {
    display: flex;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .img {
    position: absolute;
    inset: 0;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .text-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 0;
    background-color: #fff;
    text-align: center;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .text-box .label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    padding: 0 20px;
    color: #fff;
    border-radius: 20px;
    width:250px;
}





.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(1) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(4) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(7) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(10) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(13) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(16) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(19) .text-box .label

{
    background-color: #fbb419;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(2) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(5) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(8) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(11) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(14) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(17) .text-box .label

{
    background-color: #ff7162;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(3) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(6) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(9) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(12) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(15) .text-box .label,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(18) .text-box .label
{
    background-color: #43b3d9;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .text-box .title {
    font-weight: 700;
    font-size: 17px;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .poa {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    inset: 0;
    text-align:center;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .poa .title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide .poa .desc {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(1) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(4) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(7) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(10) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(13) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(16) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(19) .poa{
    background-color: rgba(251, 180, 25, 0.9);
}
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(2) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(5) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(8) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(11) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(14) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(17) .poa
{
    background-color: rgba(255, 113, 98, 0.9);
}
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(3) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(6) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(9) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(12) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(15) .poa,
.main-con-2__wrap .swiper-con-2 .swiper-slide:nth-child(18) .poa
{
    background-color: rgba(67, 179, 217, 0.9);
}
.main-con-2__wrap .swiper-con-2 .swiper-button-next,
.main-con-2__wrap .swiper-con-2 .swiper-button-prev {
    position: relative;
    inset: 0;
    margin: 0;
}
.main-con-2__wrap .swiper-con-2 .swiper-button-next::after,
.main-con-2__wrap .swiper-con-2 .swiper-button-prev::after {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.main-con-2__wrap .swiper-con-2 .swiper-button-next {
    margin-left: 20px;
}
.main-con-2__wrap .swiper-con-2 .button__wrap {
    display: flex;
    margin-top: 20px;
}
.main-con-2__wrap .swiper-con-2 .button__wrap.sub02 .swiper-button-next::after,
.main-con-2__wrap .swiper-con-2 .button__wrap.sub02 .swiper-button-prev::after {
    color: #ff7162;
}
.main-con-2 .badge {
    background-color: #fbb419;
}
.main-con-2 .badge::after {
    top: -30px;
    width: 33px;
    height: 32px;
    background-image: url(../img/icon_star.png);
}
.main-con-2 .title {
    color: #fff;
}
.main-con-2 .desc {
    margin-bottom: 75px;
    color: #fff;
}
.main-con-3 {
    padding: 180px 20px;
    text-align: center;
    background-image: url('/assets/images/common/main_bg03.png');
    background-position: center 0;
}
.main-con-3.sub03 {
    padding-bottom: 150px;
}
.main-con-3 .badge {
    background-color: #43b3d9;
}
.main-con-3 .badge::after {
    top: -38px;
    width: 29px;
    height: 40px;
    background-image: url(../img/icon_game.png);
}
.main-con-3 .item {
    width: 25%;
    text-align: center;
}
.main-con-3 .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
}
.main-con-3 .item .icon .num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}
.main-con-3 .item .icon img {
    width: auto;
}
.main-con-3 .item__wrap {
    display: flex;
    margin-top: 50px;
}
.main-con-3 .item__title {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 500;
}
.main-con-3 .item__desc {
    margin-top: 16px;
    font-size: 16px;
    color: #555;
}
.main-con-3 .item.yellow .icon {
    border: 1px solid #fbb419;
}
.main-con-3 .item.yellow .icon .num {
    background-color: #fef0d1;
    color: #fbb419;
}
.main-con-3 .item.yellow .item__title {
    color: #fbb419;
}
.main-con-3 .item.orange .icon {
    border: 1px solid #ff7162;
}
.main-con-3 .item.orange .icon .num {
    background-color: #fef1f0;
    color: #ff7162;
}
.main-con-3 .item.orange .item__title {
    color: #ff7162;
}
.main-con-3 .item.skyblue .icon {
    border: 1px solid #43b3d9;
}
.main-con-3 .item.skyblue .icon .num {
    background-color: #eef8fc;
    color: #43b3d9;
}
.main-con-3 .item.skyblue .item__title {
    color: #43b3d9;
}
.main-con-3 .item.deppblue .icon {
    border: 1px solid #253b70;
}
.main-con-3 .item.deppblue .icon .num {
    background-color: #e9ebf0;
    color: #253b70;
}
.main-con-3 .item.deppblue .item__title {
    color: #253b70;
}
.main-con-4 {
    text-align: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}
.a_ladnscape {
    padding-bottom:10%!important;
}
.main-con-4__wrap {
    padding: 165px 0;
    background-image: url(../img/main_bg02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-con-4__wrap.sub02 {
    padding-bottom: 50px;
    background: none;
}
.main-con-4__wrap.sub02 .title {
    margin-bottom: 0;
    color: #333;
}
.main-con-4 .badge {
    background-color: #253b70;
}
.main-con-4 .badge::after {
    top: -28px;
    width: 27px;
    height: 32px;
    background-image: url(../img/icon_moon.png);
}
.main-con-4 .title {
    margin-bottom: 50px;
    color: #fff;
}
.main-con-4 .swiper-pagination-progressbar {
    position: relative;
    height: 3px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.25);
}
.main-con-4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgb(255, 255, 255);
}
.main-con-4 .landscape {
    position: absolute;
    top: 135px;
    left: 5%;
    width: 90%;
    height: 90%;
}



.main-con-4 .landscape .icon__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.main-con-4 .landscape .icon__wrap img {
    width: auto;
    opacity: 0.9;
}
.main-con-4 .landscape .icon__wrap img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
.main-con-4 .landscape .icon__wrap img:nth-child(2) {
    position: absolute;
    top: 60%;
    left: 47%;
}
.main-con-4 .landscape .icon__wrap img:nth-child(3) {
    position: absolute;
    top: 20%;
    right: 5px;
}
.landscape {
    height:500px;
}
.landscape .swiper-container{
    overflow:hidden;
}
.landscape .swiper-container,
.landscape .swiper-slide {
    height:90%;
    border-radius:2em;
}



.main-con-5 {
    padding-top: 180px;
    padding-bottom: 150px;
}
.main-con-5.sub05 {
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
}
.main-con-5.sub05 .map {
    display: none;
}
.main-con-5__wrap {
    position: relative;
}
.main-con-5__wrap > .map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 1;
}
.main-con-5__wrap > .map .root_daum_roughmap {
    width: 100%;
    height: 100%;
}
.main-con-5__wrap > .map .root_daum_roughmap .wrap_map {
    height: 100%;
}



.main-con-5__wrap > .map .root_daum_roughmap .wrap_controllers {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.main-con-5 .badge {
    background-color: #ff7162;
}
.main-con-5 .badge::after {
    top: -38px;
    width: 31px;
    height: 40px;
    background-image: url(../img/icon_castle.png);
}
.main-con-5 .title {
    margin-bottom: 20px;
}
.main-con-5 .label-text {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.main-con-5 .label-text .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 32px;
    margin-right: 25px;
    border: 2px solid #fbb419;
    border-radius: 20px;
    font-size: 16px;
    color: #fbb419;
}
.main-con-5 .label-text .label.tel {
    border: 2px solid #43b3d9;
    color: #43b3d9;
}
.main-con-5 .label-text .text {
    color: #555;
    font-size: 16px;
    font-weight: 500;
}
.main-con-5 .link__wrap {
    display: flex;
    align-items: center;
    margin-top: 80px;
}


.main-con-5 .link__wrap .bullet {
    width: 1px;
    height: 50px;
    margin: 0 50px;
    background-color: #aaa;
}
.main-con-5 .link__wrap a {
    padding-left: 50px;
    background-position: 0 center;
    background-repeat: no-repeat;
    font-size: 16px;
}
.main-con-5 .link__wrap a .eng {
    color: #bbb;
}
.main-con-5 .link__wrap a .ko {
    color: #666;
}

.main-con-5 .link__wrap a.reservation {
    position: relative;
    background-image: url('/assets/images/common/icon_calendar_black.png');
}
.main-con-6 {
    padding-top: 150px;
    text-align: center;
}
.main-con-6 .badge {
    background-color: #fbb419;
}
.main-con-6 .badge::after {
    top: -35px;
    width: 27px;
    height: 40px;
    background-image: url(../img/icon_icecream.png);
}
.main-con-7 {
    margin-bottom: 50px;
    text-align: center;
}
.main-con-7 .title {
    font-size: 32px;
    font-weight: 500;
}
.main-con-7 .btn-more {
    margin: 0 auto 100px;
    font-size: 14px;
}
.main-con-8 {
    padding-bottom: 50px !important;
}
.main-con-9 {
    margin-bottom: 100px;
}
.main-con-9 .top {
    display: flex;
    align-items: center;
    height: 56px;
    padding-left: 25px;
    background-color: #eee;
    font-size: 24px;
}
.main-con-9 .bottom {
    padding: 35px 25px;
    color: #555;
    line-height: 1.5;
}
.main-con-9 .bottom .bold {
    font-weight: 700;
}
.main-con-10 {
    padding-top: 150px;
    text-align: center;
}
.main-con-10 .badge {
    background-color: #ff7162;
}
.main-con-10 .badge::after {
    top: -30px;
    width: 32px;
    height: 32px;
    background-image: url(../img/icon_pen.png);
}
.main-con-11 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 70px;
    margin-bottom: 150px;
}
.main-con-11 .item {
    padding-top: 12px;
    padding-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    text-align: center;
}
.main-con-11 .item .label {
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
}
.main-con-11 .item .label .yellow {
    background-color: #fbb419;
}
.main-con-11 .item .label .pink {
    background-color: #ff7162;
}
.main-con-11 .item .label .skyblue {
    background-color: #43b3d9;
}
.main-con-11 .item .label .blue {
    background-color: #253b70;
}
.main-con-11 .item .title {
    font-size: 32px;
    font-weight: 500;
}
.main-con-11 .item .desc {
    font-size: 16px;
    color: #555;
}
.main-con-12 {
    padding-bottom: 150px;
    position:relative;    
    color: #fff;
}
.main-con-12 .map .root_daum_roughmap {
    width: 100%;
}
.main-con-12 .label-text {
    display: flex;
    align-items: center;
    margin: 40px 30px;
}
.main-con-12 .label-text__wrap {
    display: flex;
    justify-content: center;
}
.main-con-12 .label-text .label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 32px;
    margin-right: 30px;
    border-radius: 20px;
}
.main-con-12 .label-text .label.address {
    background-color: #fbb419;
}
.main-con-12 .label-text .label.tel {
    background-color: #43b3d9;
}

.sub-navi {
    overflow-x:hidden;
    position: relative;
    z-index: 1;
    max-width: 1360px;
    width: 100%;
    height: 170px;
    margin: -30px auto 0;
    background-color: #fff;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);*/   
    scrollbar-width: none;
    -ms-overflow-style: none
}
.sub-navi::-webkit-scrollbar {
    display: none;
}
.sub-navi ul {
    height:60px;   
    margin:0;
    line-height:60px;
    text-align:center;
    padding:0 30px;
}   

.sub-navi li {
    display: inline-block;
}



.sub-navi .bullet {
    display: inline-block;
    margin:-9px 27px;
    width: 2px;
    height: 28px;
    background-color: #eee;
}
.sub-navi a {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
.sub-navi a.on {
    color: #ff7162;
}



.sub-navi .home {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #ff7162;
}
.sub-navi .home img {
    width: auto;
}

.sub-visual {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.sub-visual.sub01 {
    background-image: url(../img/sub01_visual01.png);
}
.sub-visual.sub02 {
    background-image: url(../img/sub02_visual01.png);
}
.sub-visual.sub03 {
    background-image: url(../img/sub03_visual01.png);
}
.sub-visual.sub04 {
    background-image: url(../img/sub04_visual01.png);
}
.sub-visual.sub05 {
    background-image: url(../img/sub05_visual01.png);
}
.sub-visual.sub06 {
    background-image: url(../img/sub06_visual01.png);
}
.sub-visual .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.sub-visual .title {
    font-size: 40px;
    font-weight: 900;
}
.sub-visual .desc {
    margin-top: 5px;
    font-size: 20px;
}

.sub01-con-1__wrap {
    position: relative;
    padding-top: 150px;
    background-color: #eee;
}
.sub01-con-1__wrap::after {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: rotate(0);
    -webkit-animation: rotate_move 10s linear infinite;
    animation: rotate_move 10s linear infinite;
    width: 132px;
    height: 132px;
    margin-left: -50px;
    background-image: url('/assets/images/common/icon_sub01_1.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}

.sub02-con-1 {
    position: relative;
    margin-bottom: 160px;
}
.sub02-con-1 .img::before {
    position: absolute;
    inset: 0;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    content: "";
}
.sub02-con-1 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    width: 120px;
    height: 120px;
    padding-top: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #ff7162;
    background-image: url('/assets/images/common/icon_more.png');
    background-repeat: no-repeat;
    background-position: 50% 20px;
    font-size: 16px;
    font-weight: 500;
}

.sub02-con-2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 46%;
    margin-top:30px;
}
.sub02-con-2 .swiper-button-next,
.sub02-con-2 .swiper-rtl .swiper-button-prev {
    right: -40px;
}
.sub02-con-2 .swiper-button-prev,
.sub02-con-2 .swiper-rtl .swiper-button-next {
    left: -40px;
}
.sub02-con-2 .swiper-button-next:after,
.sub02-con-2 .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}


.sub02-con-3 {
    padding-top: 115px;
    text-align: center;
}
.sub02-con-3 .title {
    margin-top: 0;
    color: #253b70;
}

.sub03-con-1 {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    padding-bottom: 80px;
    text-align: center;
}
.sub03-con-1 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #fbb419;
    background-color: #fff;
}
/*스폐셜 오렌지*/
.sub03-con-1 .icon2 {display: flex;align-items: center;justify-content: center;position: relative; width: 120px;height: 120px;margin: 0 auto; border-radius: 50%;border: 1px solid #ff7162;background-color: #fff;}
.sub03-con-1 .icon2 .num2 {display: flex;align-items: center;justify-content: center; width: 32px;height: 32px;position: absolute;bottom: -16px;left: 50%;transform: translateX(-50%);background-color: #fef1f0;
    color:#ff7162; border-radius: 50%;font-size: 14px;font-weight: 700;}
.sub03-con-1 .title2 {color: #ff7162;font-size: 32px;font-weight: 500;margin-top: 30px;}

/*스폐셜 스카이블루*/
.sub03-con-1 .icon3 {display: flex;align-items: center;justify-content: center;position: relative; width: 120px;height: 120px;margin: 0 auto; border-radius: 50%;border: 1px solid #43b3d9;background-color: #fff;}
.sub03-con-1 .icon3 .num3 {display: flex;align-items: center;justify-content: center; width: 32px;height: 32px;position: absolute;bottom: -16px;left: 50%;transform: translateX(-50%);background-color: #eef8fc;
    color:#43b3d9; border-radius: 50%;font-size: 14px;font-weight: 700;}
.sub03-con-1 .title3 {color: #43b3d9;font-size: 32px;font-weight: 500;margin-top: 30px;}

/*스폐셜 딥블루*/
.sub03-con-1 .icon4 {display: flex;align-items: center;justify-content: center;position: relative; width: 120px;height: 120px;margin: 0 auto; border-radius: 50%;border: 1px solid #253b70;background-color: #fff;}
.sub03-con-1 .icon4 .num4 {display: flex;align-items: center;justify-content: center; width: 32px;height: 32px;position: absolute;bottom: -16px;left: 50%;transform: translateX(-50%);background-color: #e9ebf0;
    color:#253b70; border-radius: 50%;font-size: 14px;font-weight: 700;}
.sub03-con-1 .title4 {color: #253b70;font-size: 32px;font-weight: 500;margin-top: 30px;}



.sub03-con-1 .icon .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fef0d1;
    color: #fbb419;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}
.sub03-con-1 .title {
    color: #fbb419;
    font-size: 32px;
    font-weight: 500;
}
.sub03-con-1 .desc {
    color: #555;
    font-size: 16px;
}
.sub03-con-1 img {
    width: auto;
}

.sub-con-img__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 25px;
    margin-bottom: 150px;
}

/*객실 평면도*/
.sub-con-img__wrap2 {position: relative; margin-bottom: 50px;}
.sub-con-img__wrap2 .img {border-radius : 20px; height:600px; }
.main-con .layout_ti {margin: 30px 0 30px;font-size: 32px;font-weight: 500; text-align:center;}
.main-con .layout_ti span {font-weight:700;}

@media screen and (max-width: 1240px) {
    .sub-con-img__wrap2 .img {height:400px; }
}


@media screen and (max-width: 999px) {
    .sub-con-img__wrap2 .img {height:400px; }
}


@media screen and (max-width: 860px) {
    .sub-con-img__wrap2 .img {height:300px; }
    .main-con .layout_ti {font-size: 20px;}
}

@media screen and (max-width: 650px) {
    .sub-con-img__wrap2 .img {height:200px; }
    .main-con .layout_ti {font-size: 20px;margin-bottom: 20px;}
}

@media screen and (max-width: 500px) {
    .sub-con-img__wrap2 {margin-bottom: 20px;}
    .sub-con-img__wrap2 .img {height:150px; }
}






.sub-con-img__wrap .icon__wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.sub-con-img__wrap .icon__wrap img {
    position: absolute;
    width: auto;
}
.sub-con-img__wrap .icon__wrap img:nth-child(1) {
    top: -40px;
    left: -40px;
}
.sub-con-img__wrap .icon__wrap img:nth-child(2) {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.sub-con-img__wrap .icon__wrap img:nth-child(3) {
    top: 200px;
    right: -40px;
}

.sub-con-img__wrap .img {
    border-radius : 20px;
    height:364px;
}

.sub-table {
    padding: 60px 20px 100px;
}
.sub-table .table__inner {
    overflow-x: auto;
}
.sub-table .table__inner table {
    width: 1320px;
    /*table-layout: fixed;*/
    text-align: center;
    border-collapse: collapse;
    margin-bottom:20px;
}
.sub-table .table__inner table tr {
    border-bottom: 1px solid #fff;
}
.sub-table .table__inner table tr:last-child {
    border-bottom: none;
}
.sub-table .table__inner table th {
    padding: 5px 0;
    background-color: #253b70;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #fff;
    width:auto;
}
.sub-table .table__inner table th:last-child {
    border-right: none;
}
.sub-table .table__inner table td {
    /*padding: 10px 0;
    background-color: #e9ebf0;
    color: #253b70;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #fff;*/
    font-size: 14px;
    letter-spacing: -1px;
    padding: 8px 0px;
    color: #888;
    word-break: break-all;
    transition: all .2s;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.table_text{font-size:14px;}
.sub-table .table__inner table td:last-child {
    border-right: none;
}
.sub-table .table__inner table .bdrn {
    border-right: none;
}
.sub-table .table__footer {
    margin-top: 25px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.sub-table .table__footer .bold {
    font-weight: 700;
}

.m_visible {
    display: none !important;
}



/* table */
.for_pc {
    display :block;
}

.for_m {
    display:none;
}


/*슬라이드 버튼*/



.main-con-2__wrap .swiper-button-next:after, .main-con-2__wrap .swiper-button-prev:after {
    color:#fff;
    font-size:20px;
}

.main-con-2__wrap .swiper-button-next, .main-con-2__wrap .swiper-button-prev {
    top:93%; 
}

.main-con-2__wrap .swiper-button-prev {
    left:40%;
}

.main-con-2__wrap .swiper-button-next {
    right:56%;
}

.sub02-con-2 .swiper-button-next:after, .sub02-con-2 .swiper-button-prev:after {
    color:#253b70;
    font-weight:900;
    font-size:20px;
}

.special_box .swiper-button-next:after, .special_box .swiper-button-prev:after {
    color:#fbb419;
    font-weight:900;
    font-size:20px;
}

@media screen and (max-width: 1024px) {
    .main-con-2__wrap .swiper-button-next, .main-con-2__wrap .swiper-button-prev {
        top:90%; 
    }

    .main-con-2__wrap .swiper-button-next:after, .main-con-2__wrap .swiper-button-prev:after {
        color:#ff7162;
        font-weight:900;
        font-size:20px;
    }
    .main-con-2__wrap .swiper-button-prev {
        left:10px;
    }

    .main-con-2__wrap .swiper-button-next {
        right:10px;
    }
}



@media screen and (max-width: 1360px) {
    .header .menu {
        gap: 50px;
    }
}


@media screen and (max-width: 1024px) {

    .hd_cont {
        display :none;
    }

    .for_pc {
        display :none;
    }

    .for_m {
        display:block;
    }

    .ft_kakao {bottom: 125px;right: 20px;width: 50px;}
    .ft_kakao.on{bottom:100px;}


    .aside {
        display:block;
    }
    .header {height:70px;}
    .header .aside {
        z-index: 99;
    }
    .header .logo {
        float:left;
        font-family: Recipekorea;
        font-size: 22px;
        font-weight: 700;
        color: #253b70;
        padding:0;
        width:170px;
    } 
    .aisde_inner {
        z-index: 10;
        max-width: 1800px;
        width: 100%;
        height: 80px;
        margin: 0 auto;
        padding: 0 20px;
        overflow-y: auto;
        position: relative;
    }
    .aside_box .depth1 {
        height: 50px;
        line-height:50px;
        font-weight: 900;
        font-size: 20px;
        color: #ff7162;
        background-image: url(/assets/images/common/icon_arrow04.png);
        background-repeat: no-repeat;
        background-position: right 20px top 50%;
        background-size: 18px;
        position: relative;
        cursor:pointer;
    }

    .header .btn_menu {
        width: 30px;
        height: 20px;
        background-image: url('/assets/images/common/icon_menu.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
        float:right;
        margin-top:25px;
    }
    .aside_box ul.depth_list li {
        height: 30px;
        line-height: 30px;
        padding: 0;
        padding-left: 20px;
        font-size: 14px;
        color: #999;
        line-height: 2em;
    }
    .aside_box ul.depth_list {
        display:none;
    }


    .aside_box ul.depth_list.on {
        display:block;
        padding:0;
    }


    .aside .aside_box {
        display:none;
        position: absolute;
        z-index: 99;
        background-color: #fff;
        width: 100%;
        height: 100%;
        top:0;
        padding-top:70px;
        padding-left:20px;
    }
    .aside .aside_box.on {
        display: block;
    }
    .aside_box .btn-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 18px;
        height: 18px;
        background-image: url(../img/icon_close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .aside_box .btn-close.on {
        display: block;
    }

    .aside_box .btn-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 18px;
        height: 18px;
        background-image: url(../img/icon_close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }


    .header ul {
        display:block;
    }

    .m_visible {
        display: flex !important;
    }
    table.m_visible {
        display: table !important;
    }
    .m_hidden {
        display: none !important;
    }
    body {
        line-height: 1.6;
    }
    .btn__top {
        bottom: 160px;
        height: 50px;
        right: 20px;
        width: 50px;
        padding-top: 15px;
        font-size: 12px;
        background-position: 50% 10px;
        background-size: 25%;
    }

    .btn__top span{ top: 7px;}

    .aside_box ul.depth_list li a {
        padding-left: 0;
        font-size: 14px;
        color: #999;
    }



    .aside_box .btn-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 18px;
        height: 18px;
        background-image: url('/assets/images/common/icon_close.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .aside_box .btn-close.on {
        display:block;
    }

    .main-con-5 .label-text .text {
        text-align:left;
    }
    .footer .inner {
        flex-direction: column;
        padding-bottom: 100px;
        text-align: center;
    }
    .footer .con {
        flex-direction: column;
        margin-left: 0;
    }
    .footer .con .link__wrap {
        margin-top: 20px;
        justify-content: center;
    }
    .footer .con .text {
        display: flex;
        flex-direction: column;
    }
    .footer .con .text .bullet {
        display: none;
    }
    .footer .con .copy {
        margin-top: 20px;
    }
    .footer .con .nong{padding-top:20px;width:17%;}

    .main-visual__wrap {
        padding-bottom: 130%;

    }

    .main-visual .title {
        font-size: 28px;
        line-height: 1.2;
    }
    .main-visual .desc {
        font-size: 14px;
        line-height: 1.2;
    }
    .main-visual__wrap .util-box {
        width: auto;
        height: 50px;
        left: 25px;
        right: 25px;
        transform: translateX(0);
    }
    .main-visual__wrap .swiper-progress-bar {
        width: 120px;
    }
    .main-con .title {
        margin-top: 20px;
        font-size: 18px;
    }
    .main-con .desc {
        font-size: 14px;
    }
    .main-con-1 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .main-con-1.sub01 {
        margin-bottom: 100px;
    }
    .main-con-1 .badge {
        margin-top: 80px;
    }
    .main-con-2 {
        padding-top: 80px;
        padding-bottom: 30px;
        text-align: center;
    }

    .main-con-2 .btn-more {
        width: 135px;
        height: 36px;
        margin: 0 auto;
    }
    .main-con-2 .desc {
        margin-bottom: 25px;
    }
    .main-con-2 .desc br {
        display: none;
    }

    .main-con-2__wrap .swiper-con-2 {
        overflow:hidden;
        padding-bottom:40px;
    }

    .main-con-2__wrap::before {
        right: 0;
        bottom: 30%;
    }
    .main-con-2__wrap .swiper-con-2 {
        position: relative;
        inset: 0;
        transform: translateY(0);
        margin-left: 60px;
        margin-right: 60px;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-slide {
        max-width: 100%;
        padding-top: 135%;
    }
    .main-con-2__wrap .swiper-con-2 .button__wrap {
        margin: 0;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-button-prev {
        position: absolute;
        top: 73%;
        left: -40px;
        right: auto;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-button-next {
        margin-left: 0;
        position: absolute;
        top: 73%;
        right: -40px;
        left: auto;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-button-next::after,
    .main-con-2__wrap .swiper-con-2 .swiper-button-prev::after {
        color: #ff7162;
    }
    .main-con-3 {
        padding-top: 80px;
        padding-bottom: 80px;
        background-size: 250%;
        background-repeat: no-repeat;
    }
    .main-con-3 .item__wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-con-3 .item {
        width: 100%;
    }
    .main-con-3 .item__title {
        font-size: 20px;
    }
    .main-con-3 .item__desc {
        margin-top: 10px;
        font-size: 14px;
    }
    .main-con-4 {
        padding-bottom:50%;
    }

    .a_ladnscape {
        padding-bottom:21%!important;
    }
    .main-con-4__wrap {
        padding-top: 80px;
        padding-bottom: 100px;
        overflow:hidden;
    }
    .main-con-4 .swiper-pagination-progressbar {
        margin-top: 0px;
    }
    .main-con-4 .landscape .icon__wrap img {
        width: 50px;
        height: 50px;
    }
    .main-con-4 .landscape .icon__wrap img:nth-child(1) {
        top: 0;
        left: 0;
    }
    .main-con-4 .landscape .icon__wrap img:nth-child(2) {
        bottom: 10px;
        top: auto;
        right: 0;
        left: auto;
    }
    .main-con-4 .landscape .icon__wrap img:nth-child(3) {
        display: none;
    }
    .main-con-5 {
        padding-top: 80px;
        padding-bottom: 30px;
        text-align: center;
    }
    .main-con-5__wrap .map {
        position: relative;
        inset: 0;
        height: 300px;
        overflow:hidden;
    }
    .main-con-5 .label-text__wrap {
        width: 380px;
        margin: 0 auto;
        padding:10px;
    }
    .sub-visual {
        height: 250px;
        background-size: cover;
    }
    .sub-visual .title {
        font-size: 30px;
    }
    .sub-navi {
        width: auto;
        /*width:fit-content;*/
        height: 40px;
        margin-left: 20px;
        margin-right: 20px;
        position:relative;
    }

    .sub-navi ul{
        line-height: 40px;
        overflow-y:hidden;
        overflow-x:auto;
        white-space:nowrap;
        margin:0 auto;
        text-align:center;
        height:40px;
        padding:0 30px;
    }

    .sub-navi-home { 
        position:absolute;
        top:0;
        left:0px;
    }
    .sub-navi .home {
        width: 40px;
        height: 40px;
    }



    .sub-navi .home img {
        width: 15px;
    }
    .sub-navi .bullet {
        height: 20px;
        margin: -5px 16px;
    }
    .sub-navi a {
        font-size: 14px;
    }
    .sub01-con-1__wrap {
        padding-top: 80px;
    }
    .sub01-con-1__wrap::after {
        top: -50px;
        width: 100px;
        height: 100px;
        background-size: contain;
    }
    .sub-con-img__wrap {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 100px;
    }
    .main-con-4__wrap.sub02 {
        padding-bottom: 75px;
    }
    .sub-con-img__wrap .icon__wrap img {
        width: 50px;
        height: 50px;
    }
    .sub-con-img__wrap .img{border-radius:20px;height:250px;}
    .sub-con-img__wrap .icon__wrap img:nth-child(1) {
        top: 0;
        left: 0;
    }
    .sub-con-img__wrap .icon__wrap img:nth-child(2) {
        top: 47%;
        right: -20px;
        left: auto;
    }
    .sub-con-img__wrap .icon__wrap img:nth-child(3) {
        top: auto;
        bottom: -30px;
        right: 44%;
    }

    .sub02-con-2 {
        padding-bottom: 69%;
    }

    .main-con-2__wrap.sub02 {
        margin-bottom: 80px;
    }
    .main-con-2.sub02 {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-slide .text-box .label {
        width: 212px;
        height: 34px;
        font-size: 12px;
        top:-18px;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-slide .text-box .title {
        font-size: 13px;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-slide .poa .title {
        font-size: 18px;
        letter-spacing: -2px;
    }
    .sub02-con-1 {
        margin-bottom: 0;
        padding: 0;
    }
    .sub02-con-1 .img::before {
        display: none;
        left: 0;
        right: 0;
    }
    .sub02-con-1 .btn {
        display: none;
        width: 90px;
        height: 90px;
        font-size: 14px;
        line-height: 1.2;
        background-size: 20px;
        background-position: center 15px;
    }
    .sub02-con-3 {
        padding-top: 80px;
    }
    .sub02-con-3 .title {
        margin-top: 0;
    }
    .sub02-con-2 {
        margin-top: 40px;
    }
    .sub-table {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .sub02-con-2 .swiper-button-prev,
    .sub02-con-2 .swiper-rtl .swiper-button-next {
        left: 15px;
    }
    .sub02-con-2 .swiper-button-next,
    .sub02-con-2 .swiper-rtl .swiper-button-prev {
        right: 15px;
    }
    .sub03-con-1 {
        padding-bottom: 40px;
    }
    .sub03-con-1 .icon {
        width: 80px;
        height: 80px;
    }
    .sub03-con-1 img {
        width: 50px;
    }

    /*스폐셜이미지크기*/
    .sub03-con-1 .icon2 {width: 80px;height: 80px;}
    .sub03-con-1 .icon3 {width: 80px;height: 80px;}
    .sub03-con-1 .icon4 {width: 80px;height: 80px;}


    .main-con-6 {
        padding-top: 80px;
    }
    .main-con-7 {
        margin-bottom: 25px;
    }
    .main-con-7 .btn-more {
        margin-bottom: 100px;
    }
    .main-con-7 .title {
        font-size: 20px;
    }
    .main-con-9 .top {
        height: 40px;
        padding-left: 15px;
        font-size: 16px;
    }
    .main-con-9 .bottom {
        padding: 25px 15px;
        font-size: 14px;
    }
    .main-con-10 {
        padding-top: 80px;
    }
    .main-con-11 {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .main-con-11 .item .label {
        font-size: 14px;
    }
    .main-con-11 .item .title {
        font-size: 20px;
    }
    .main-con-11 .item .desc {
        font-size: 14px;
    }
    .main-con-5.sub05 {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .main-con-12 {
        padding-bottom: 100px;
    }
    .main-con-12 .label-text {
        margin: 0;
        margin-bottom: 20px;
    }
    .main-con-12 .label-text:last-child {
        margin-bottom: 0;
    }
    .main-con-12 .label-text__wrap {
        margin-top: 20px;
        flex-direction: column;
    }
    .main-con-12 .label-text .text {
        font-size: 14px;
    }
    .bottom-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
        height: 50px;
    }
    .bottom-bar a {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .bottom-bar a::before {
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        content: "";
    }
    .bottom-bar a:nth-child(1) {
        background-color: #ff7162;
    }
    .bottom-bar a:nth-child(1)::before{
        width: 15px;
        height: 16px;
        background-image: url('/assets/images/common/icon_call.png');
    }
    .bottom-bar a:nth-child(2) {
        background-color: #253b70;
    }
    .bottom-bar a:nth-child(2)::before {
        width: 20px;
        height: 20px;
        background-image: url('/assets/images/common/icon_calendar.png');
    }
    .sub-table .table__inner table {
        width: 100%;
        table-layout:fixed;
    }
    .sub-table .table__inner table th {
        padding: 10px 0;
        width:auto;
    }
    .main-con-2__wrap .swiper-con-2 .swiper-slide .text-box {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 22px 0;
        background-color: #fff;
        text-align: center;
    }
}

@-webkit-keyframes rotate_move {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate_move {
    100% {
        transform: rotate(360deg);
    }


}/*# sourceMappingURL=style.css.map */



@media screen and (max-width: 640px)  {
    .main-con-4 {
        padding-bottom: 60%;
    }
    .main-con-4__wrap {
        padding-bottom:120px;
    }

    .aside_box .depth_list {
        left:30%;
        transition: none;
        padding-bottom: 20px;
        font-size: 0;
    }
}


@media screen and (max-width: 400px) {
    .main-visual__wrap {
    }

}




@media only screen and (max-width: 1023px){
    .sub_cate_wrap {
        overflow-x: auto;
        text-align: left;
    }


    @media only screen and (max-width: 1023px){
        .sub_cate_wrap .sub_inner {
            padding: 0;
            margin: 0;
            width: auto;
            white-space: nowrap;
        }

        @media  screen and (max-width: 1023px){
            .sub_cate_wrap .sub_inner ul {
                display: block;
                text-align: center;
            }


            .ft_btn_reserve.on {position:fixed; bottom:80px; right:7px; z-index:999;}
            .ft_btn_reserve.on > a > img{width:75px; height:75px}


































































































































































































