/* CSS Document */

@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

@font-face {
    font-family: "SeoulNamsanM";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700&display=swap');
.hide-txt {
    position: absolute;
    top: -99999px;
    left: -99999px;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

body.fixed {
    overflow-y: hidden;
}

a {
    color: #000;
    text-decoration: none;
}

#wrapper {
    width: 100%;
    max-width: 1908px;
    margin: 0 auto;
    overflow: hidden;
}

body.scrollfix #container {
    margin-top: 120px;
}

.sub-section {
    position: relative;
    padding: 0px 0;
    background-color: rgba(255, 255, 255, 1);
}

.sub-section.no-padding {
    padding: 0;
}

.sub-section > .innerContainer {
    position: relative;
    width: 1200px;
    margin: auto;
}

.sub-section > .innerContainer:after {
    clear: both;
    display: block;
    content: "";
}

.innerContainer {
    position: relative;
    width: 1200px;
    margin: auto;
}

.innerContainer:after {
    clear: both;
    display: block;
    content: "";
}

.container-bgtype {
    background-position: center top;
    background-repeat: no-repeat;
}

.blue_bg {
    background-color: #203e7a;
}

.top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #333;
    border-radius: 6px;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.5);
}

.top_btn:hover {
    border-color: #ebc595;
    background: #dbae72;
    color: #fcfcfc;
    transition: 0.3s;
    border-radius: 50%;
}

.jbMenu {
    margin: 0 auto;
    padding: 0 0 0 0%;
    text-align: center;
    background-color: #ffffff;
    height: 65px;
    box-sizing: border-box;
    border-top: 1px solid #888;
}

.jbMenu.jbFixed {
    position: fixed;
    width: 100%;
    padding: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    border: 0;
    box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
}

.jbMenu.jbFixed ul {
    justify-content: space-between;
    align-items: center;
    width: 65%;
    margin: 0 auto;
    min-width: 1230px;
}

.jbMenu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
    min-width: 1000px;
    margin: 0 auto;
    line-height: 64px;
}

.jbMenu ul li {
    background: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.jbMenu ul li span {
    display: inline-block;
    margin: 0 2px;
}

.jbMenu ul li a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #202632;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    padding: 18px 10px;
    transition: 0.4s;
    letter-spacing: 0.9px;
    z-index: 1;
}


.jbMenu ul li a:hover,
.jbMenu.jbFixed ul li:first-child a:hover,
.jbMenu ul li.on a {
    color: #0064ff;
    font-weight: 700;
}

/* 메뉴- 섹션마다 메뉴 활성화 */
.jbMenu ul li a::after {
    position: absolute;
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 13px;
    background-color: rgba(223, 198, 165, 0.5);
    bottom: 23%;
    left: 50%;
    border-radius: 2px;
    transform: translate3d(-50%, 0, 0);
    transition: width 0.1s;
    z-index: -1;
}

.jbMenu ul li a:hover::after,
.jbMenu.jbFixed ul li a:hover::after,
.jbMenu.jbFixed ul li.on a::after {
    width: 100%;
    transition: width 0.6s;
}

.jbFixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
}

.nav-bar {
    position: fixed;
    top: 180px;
    right: 0px;
    width: 92px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 999;
    overflow: hidden;
    transition: top 0.8s;
}

.nav-bar img {
    width: 100%;
    /*  -webkit-filter: drop-shadow(5px 1px 5px #1111113a);*/
    /*  filter: drop-shadow(5px 1px 5px #1111113a);*/

}

.nav-bar.active {
    top: 22%;
}

.sns-link {
    width: inherit;
    overflow: hidden;
    margin: 0px 0;
    padding: 0;
}

.sns-link li {
    list-style: none;
    margin: 0px 0;
}

.sns-link li a {
    display: block;
    line-height: 13.33px;
    font-size: 13.33px;
    letter-spacing: -1px;
    color: #000;
}

.sns-link li a img {
    width: 100%;
    height: auto;
}

.sns-link li a p {
    margin-top: 1px;
}

.top_banner {
    width: 100%;
    min-width: 1400px;
}

.top_banner img {
    width: 100%;
    height: auto;
}

section {
    width: 100%;
    max-width: 1908px;
    text-align: center;
    margin: 0 auto;
}

section img {
    width: 100%;
    height: auto;
    display: block;
}

#header-wrap {
    width: 100%;
    min-width: 1200px;
    margin-top: 0px;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 600px) {
    #header-wrap {
        display: none;
        width: 100%;
        min-width: 1200px;
        margin-top: 0px;
        border-bottom: 1px solid #e6e6e6;
    }

    #footer {
        display: none;
    }
}

.logo-tt {
    height: 170px;
    width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_tt_item {
    flex: 1;
}

.h_tel img {
    width: 197px;
}

.h_logo {
    text-align: center;
}

.h_logo img {
    width: 362px;
}

.h_sns {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 0 0 60px;
}

.h_sns_item {
    text-align: right;
    flex: 0 1 auto;
}

.h_sns img {
    width: 100%;
}

.fancybox-toolbar {
    right: 0;
    top: 50px !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .pc_view {
        display: none;
    }
}

section {
    position: relative;
    max-width: 1903px;
    margin: 0 auto;
}

/* custon_slider css */
.main-slide_container {
    position: relative;
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.main-slide_container ul {
    display: flex;
    height: inherit;
    will-change: left;
}

.main-slide_images {
    width: 100%;
    height: auto;
    max-width: 1908px;
    text-align: center;
    cursor: default;
}

.main-slide_images a {
    display: block;
    width: 100%;
}

.main-slide_images img {
    width: 100%;
    height: auto;
}

.main-slide_images a img {
    width: 100%;
    height: 100%;
}


/* slide janking 삭제 */
.main-slide_wrapper {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.main-slide_wrapper.shifting {
    transition: 1.2s cubic-bezier(0.01, 0.73, 1, 1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.main-slide-arrow {
    position: absolute;
    width: 90%;
    height: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 48%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.main-slide-arrow button {
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #9dd9f5;
    border-right: 3px solid #9dd9f5;
    text-indent: -99999px;
    transition: 0.4s;
}

.main-slide-arrow button:hover {
    opacity: 0.6;
}

.main-slide-arrow .main-slide-next {
    transform: rotate(45deg);
}

.main-slide-arrow .main-slide-prev {
    transform: rotate(-135deg);
}

.main-slide_pagination {
    position: absolute;
    left: 50%;
    bottom: 4.2%;
    transform: translate3d(-50%, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slide_pagination span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    border-radius: 50%;
    border: 2px solid #dbae72;
    opacity: 0.8;
    cursor: pointer;
    transition: width 0.1s;
}

.main-slide_pagination span.on {
    background-color: #dbae72;
    opacity: 1;
    width: 30px;
    border-radius: 30px;
    transition: width 0.7s;
}

/* custon_slider css 끝 */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s;
    opacity: 0.8;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../img/tour_lf.png");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/tour_rf.png");
}

/* wow */

.part01_1, .part01_2, .part01_3,
.part03_1, .part03_2, .part03_3, .part03_4,
.part_clinic_1, .part_clinic_2, .part_clinic_3 {
    position: absolute;
}

.part01_1 {
    top: 2%;
    left: 9%;
    width: 100%;
}

.part01_2 {
    top: 25%;
    left: 56%;
    width: 100%;
}

.part01_3 {
    top: 67%;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
}

.part01_1 img {
    max-width: 28%;
}

.part01_2 img {
    max-width: 41%;
}

.part01_3 img {
    max-width: 63%;
    margin: 0 auto;
}

#part03 p {
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 30;
}

#part03 p img {
    max-width: 64%;
    margin: 0 auto;
}

.part03_1 {
    top: 23%;
}

.part03_2 {
    top: 40%;
}

.part03_3 {
    top: 57%;
}

.part03_4 {
    top: 71%;
    z-index: 0 !important;
}

.part03_4 img {
    width: 26% !important;
}

.part_clinic_btm {
    position: relative;
}

.part_clinic_btm p {
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.part_clinic_btm p img {
    max-width: 65%;
    margin: 0 auto;
}

.part_clinic_1 {
    top: 16%;
}

.part_clinic_2 {
    top: 33%;
}

.part_clinic_3 {
    top: 50%;
}


/* part-tour */
.tour_container {
    width: 60%;
    margin: 0 auto 5rem;
    padding: 3rem 0;
}

.tour_container .gallery-top {
    padding: 0 0 1rem 0;
    width: 85%;
    margin: 0 auto;
}

.part_tour_tt {
    width: 100%;
    margin: 0 auto;
}

.tour_container .swiper-button-next,
.tour_container .swiper-container-rtl .swiper-button-prev {
    right: 20%;
    left: auto;
}

.tour_container .swiper-button-prev,
.tour_container .swiper-container-rtl .swiper-button-next {
    left: 20%;
    right: auto;
}

.tour_container .swiper-button-next,
.tour_container .swiper-button-prev {
    position: absolute;
    top: 55%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.tour_container .gallery-thumbs {
    width: 85%;
}

.gallery-thumbs .swiper-slide {
    background-color: rgb(112, 112, 112);
    cursor: pointer;

}

.gallery-thumbs .swiper-slide img {
    opacity: 0.3;

}

.gallery-thumbs .swiper-slide.swiper-slide-active img {
    opacity: 1;
}


/* jangbi */
.part_jangbi_container {
    position: relative;
}

.jangbi_swiper {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    width: 66%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}

.jangbi_swiper .swiper-slide {
    padding: 10px;
}

.part_jangbi_container .swiper-button-next,
.part_jangbi_container .swiper-button-prev {
    top: 50%;
}

.part_jangbi_container .swiper-button-prev,
.part_jangbi_container .swiper-container-rtl .swiper-button-next {
    left: 0%;
    right: auto;
}

.part_jangbi_container .swiper-button-next,
.part_jangbi_container .swiper-container-rtl .swiper-button-prev {
    right: 0%;
    left: auto;
}

.part_jangbi_container .swiper-container-horizontal > .swiper-pagination-bullets,
.part_jangbi_container .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2.5rem;
    left: 0;
    width: 100%;
}

.part_jangbi_container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1.5px solid #959595;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #959595;
}


@keyframes slideImgOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.main-slide_wrapper > li,
.part02_wrapper > div,
.part-jangbi > div {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.footer_map {
    width: 100%;
    height: auto;
}

/* footer */

.footer_txt {
    color: #fff;
    text-align: center;
    letter-spacing: 0em;
}

.footer_txt dt {
    margin-bottom: 25px;
}

.footer_txt dd {
    font-size: 1.1rem;
}

.footer_txt .copy_right {
    margin: 9px;
    font-size: 0.9rem;
}

.footer_txt .price_btn {
    display: inline-block;
    margin-top: 15px;
    width: 120px;
    height: 40px;
    color: #aaa;
    font-size: 1.2em;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0em;
    transition: opacity 0.4s;
    font-family: "Noto Sans Korean", "NanumSquareNeo-Variable", "Malgun Gothic", sans-serif;
}

.footer_txt dt a img {
    width: 278px
}

.footer_txt .price_btn:hover {
    opacity: 0.5;
}

.footer_txt .ft_txt {
    display: inline-block;
    width: 100%;
    line-height: 1.9em;
}

#part_tel {
    background: #0b1c36;
    width: 100%;
}

#part_tel > div {
    background: #0b1c36;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto
}

/*S :quick =================================================*/
.quick_bar {
    position: fixed;
    right: 0;
    top: 30%;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 0.6s;
    z-index: 999;
}

.quick_bar li a {
    display: block;
}

.quick_bar li img {
    width: 100%;
}

.quick_bar.active {
    visibility: visible;
    opacity: 1;
    top: 8%;
}