@charset "utf-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

:root {
    --main-color: #ff6d00;
    --sub-color: #ee5a00;
    --bg-blue-color: #fff3f0;
    --bg-light-blue-color: #eafcef;

    --black-txt-color: #222;
    --gray-txt1-color: #555;
    --gray-txt2-color: #777;
    --gray-txt3-color: #bbb;
    --gray-txt4-color: #dcdcdc;
    --gray-txt5-color: #f5f5f5;

    --text-white: #ffffff;
}

* {
    padding: 0;
    margin: 0;
    /*font-family: 'Pretendard-Regular', 'sans-serif';*/
    font-family: "Spoqa Han Sans Neo", "sans-serif";
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-weight: revert;
    outline: none;
    list-style: none;
    text-decoration: none;
    word-break: keep-all;
    box-sizing: border-box;
    letter-spacing: -0.3px;
    font-weight: 400;
    word-break: keep-all;
    color: #222;
}

body {
    line-height: 1.5;
}

#wrap {
    height: 100vh;
    background-color: #f5f5f5;
}

.container {
    position: absolute;
    display: flex;
    top: calc(50% - 400px);
    left: calc(50% - 600px);
    width: 1200px;
    height: 800px;
    border-radius: 20px;
    box-shadow: 0 6px 15px #00000040;
    /*overflow: hidden;*/
}

.main {
    position: relative;
    display: flex;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

aside {
    position: relative;
    height: 100%;
}

.left {
    position: relative;
    width: 432px;
}

.left .overseas {
    background: rgb(226, 250, 232);
}

.left-mo {
    display: none;
}

.right {
    position: relative;
    height: 100%;
    width: 768px;
    padding-bottom: 56px;
    overflow: hidden;
}

.scrollarea {
    position: relative;
    contain: strict;
    height: 100%;
}

.scrollarea_container {
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100% !important;
    height: 100% !important;
    position: relative;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    overflow: auto;
}

.scrollarea_container > .contents {
    position: relative;
    padding: 60px 50px 26px;
}

/* left info */

.info-data-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-txt4-color);
    margin: 25px 0;
    padding-bottom: 10px;
}

.info-data-wrap .info-list-wrap {
    display: flex;
}

.info-data-wrap .info-list-wrap .info-list {
    position: relative;
    border-right: 1px solid var(--gray-txt3-color);
    padding-left: 32px;
    padding-right: 10px;
    color: var(--gray-txt2-color);
    font-size: 16px;
}

.info-data-wrap .info-list-wrap .info-list:last-child {
    border-right: 0;
}

.info-data-wrap .info-list-wrap .info-list::after {
    position: absolute;
    top: -3px;
    left: 8px;
    font-family: "Material Symbols Outlined";
    color: var(--gray-txt2-color);
    font-size: 20px;
    font-weight: 300;
}

.info-data-wrap .info-list-wrap .info-list.days::after {
    content: "\e935";
}

.info-data-wrap .info-list-wrap .info-list.numOrGender::after {
    content: "\e7fd";
}

.info-data-wrap .info-list-wrap .info-list.position::after {
    content: "\e0c8";
}

.info-data-wrap button {
    border: 1px solid var(--gray-txt4-color);
    color: var(--gray-txt1-color);
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 5px;
}

a {
    cursor: pointer;
    color: #222;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    background: none;
    font-size: 18px;
}

input::placeholder {
    letter-spacing: -0.031rem;
}

img {
    display: block;
    width: 100%;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

.form,
.obligation,
.terms {
    margin: 0 0.938rem;
}

.quotes .page-title,
.checkout .page-title {
    margin-left: 0.938rem;
}

.main-color {
    color: var(--main-color);
}

.sub-color {
    color: var(--sub-color);
}

.inner-15 {
    margin: 0 0.938rem;
}

.inner-30 {
    margin: 0 1.875rem;
}

.inner-45 {
    margin: 0 2.813rem;
}

.wrapper {
    padding: 1.875rem 0.938rem 3.125rem;
}

.page-title-box {
    padding-bottom: 0.938rem;
    margin-bottom: 0.938rem;
    border-bottom: 0.063rem solid #bfbfbf;
}

.page-title {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.875rem;
}

.page-title-child {
    font-size: 0.813rem;
    color: #999;
    margin-top: 0.313rem;
}

.before-dot,
.before-minus,
.before-star,
.before-billiards {
    display: flex;
    font-size: 0.813rem;
}

.before-box::before {
    content: " ";
    display: block;
    width: 2px;
    height: 2px;
    margin-right: 0.313rem;
}

.before-dot::before {
    content: "·";
    display: block;
    margin-right: 0.313rem;
}

.before-minus::before {
    content: "-";
    display: block;
    margin-right: 0.313rem;
}

.before-star::before {
    content: "*";
    display: block;
    margin-right: 0.313rem;
}

.before-billiards::before {
    content: "※";
    display: block;
    margin-right: 0.313rem;
}

.inner_text p {
    font-size: 12px;
    color: var(--gray-txt1-color);
    font-weight: 300;
}

.inner_text ol {
    margin-bottom: 6px;
    padding-left: 15px;
}
.inner_text ul li {
    padding-left: 10px;
}
.inner_text ol li {
    list-style-type: decimal;

}
.inner_text ul li,
.inner_text ol li {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: var(--gray-txt1-color);
}
.inner_text ol li:first-child {
    margin-top: 0;
}
.inner_text ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #818181;
}
.inner_text ul li ol {
    margin-top: 7px;
}
.inner_text ul ol li::before {
    width: 0;
    height: 0;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"] {
    width: 100%;
    position: relative;
    border-bottom: 0.063rem solid #222;
    font-size: 1rem;
    transition: all 0.2s linear;
}

input::placeholder {
    color: var(--gray-txt2-color);
    font-weight: 300;
}

input[type="text"].disabled,
input[type="tel"].disabled {
    color: var(--gray-txt2-color);
}

input[type="text"]:focus,
.custom_club_cont input[type="text"]:focus {
    caret-color: var(--sub-color);
    border: 1px solid var(--main-color);
    background: var(--text-white);
}

table {
    border-spacing: 0;
}

footer {
    padding: 1.25rem 1.875rem;
    background: rgba(191, 191, 191, 0.8);
}

.arrow span:first-child {
    transform: rotateZ(45deg);
    margin: 2.2px;
}

.arrow span:last-child {
    transform: rotateZ(-45deg);
    top: 2.2px;
}

.shinhan-color {
    color: var(--main-color);
}

/* Loading */
/*
#loading {
    position: fixed;
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-bar span {
    display: block;
    width: 9px;
    height: 9px;
}
.dot_box {
    position: relative;
    margin: 0 auto;
    width: 64px;
    height: 64px;
}
.dot {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    background: transparent;
    border-radius: 10px;
    animation-duration: 1s;
    animation-name: dot_event;
    animation-iteration-count: infinite;
}
.dot:nth-child(1) {
    left: 5px;
    animation-delay: 0.1s;
}
.dot:nth-child(2) {
    left: 25px;
    animation-delay: 0.2s;
}
.dot:nth-child(3) {
    left: 45px;
    animation-delay: 0.3s;
}

@keyframes dot_event {
    0% {
        transform: translateY(0);
        background-color: rgb(173, 97, 248);
        /* background-color: #1a73e8;* /
    }
    50% {
        background-color: rgb(0, 70, 255);
        transform: translateY(-22px);
        /* background: #f33;* /
    }
    100% {
        background-color: rgb(49, 186, 255);
        transform: translateY(0);
        /* background: #1a73e8;* /
    }
}
*/
#loading {
    position: fixed;
    top: 0;
}
.loading-common {
    width: 100vw;
    height: 100vh;
    z-index: 1000000;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-loading {
    text-align: center;
}
.loading {
    -webkit-animation: rotate 0.8s linear infinite;
    animation: rotate 0.8s linear infinite;
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
}
.loading-desc {
    font-size: 18px;
    margin-top: 0;
    letter-spacing: -0.5px;
    font-weight: 600;
    display: none;
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.q-loading {
    color: #000;
    position: fixed !important;
}

.row,
.column,
.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-center,
.flex-center {
    justify-content: center;
}

.fixed,
.fixed-full,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
    position: fixed;
}

.fullscreen {
    z-index: 6000;
    border-radius: 0 !important;
    max-width: 100vw;
    max-height: 100vh;
}

.absolute-full,
.fullscreen,
.fixed-full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-max {
    z-index: 9998 !important;
}

.q-loading__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
    background-color: #000;
    transition: background-color 0.28s;
}

.bg-transparent {
    background: transparent !important;
}
.lnr-cross:before {
    font-weight: 700;
}
.q-loading__box {
    border-radius: 4px;
    padding: 18px;
    color: #fff;
    max-width: 450px;
}

.row,
.column,
.flex {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.items-center,
.flex-center {
    align-items: center;
}

.q-spinner {
    vertical-align: middle;
}

.text-blue {
    color: #2196f3 !important;
}

svg:not(:root) {
    overflow: hidden;
}

.pc {
    display: block;
}

.m {
    display: none;
}

footer {
    padding: 20px 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9d9d9e;
}

footer.pc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin: auto;
    justify-content: center;
}

footer ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul li p {
    font-size: 14px;
}

footer ul li p:last-child {
    font-weight: 300;
    margin-left: 7px;
}

.logo {
    position: absolute;
    top:-6px;
    right: 0;
    width: 120px;
}

.dolls {
    width: 100%;
    height: 150px;
}

.dolls img {
    width: 450px;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translate(-50%);
}

.link-copy {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    background-color: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
}

.link-copy span {
    display: block;
    font-size: 25px;
}

.link-copy p {
    font-size: 12px;
    color: #303030;
    margin-top: 5px;
}

@media (max-width: 720px) {
    .pc {
        display: none;
    }

    .m {
        display: block;
    }

    .meritz-logo {
        display: none;
    }

    .header-inner .meritz-logo {
        display: block;
    }

    .dolls {
        display: none;
    }

    .ground-btm {
        position: fixed;
        margin: 0;
    }
}

.inner {
    overflow-y: auto;
}

.intro-form {
    overflow-y: auto;
}
.intro-form-list ul {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.intro-form-list ul li {
    width: 100%;
}

.intro-form-list ul .input-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    border-radius: 10px;
    width: 100%;
    height: 50px;
}

.intro-form-list ul .input-div input {
    background: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border-radius: 10px;
    border: 1px solid var(--gray-txt5-color);
    transition: 0s;
}

/*.intro-form-list ul .input-div input:not([name*=Date ]):focus {*/
.intro-form-list ul .input-div input:not([name$="Date"]):focus {
    border: 1px solid var(--sub-color);
    transition: 0s;
    background-color: #fff;
}

.intro-form-list ul .input-div input::placeholder {
    color: var(--gray-txt2-color);
    font-weight: 300;
}

.intro-form-list .noti,
.add-companion-btn .noti {
    margin-top: 12px;
}

.intro-form-list .noti ul,
.add-companion-btn .noti ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.intro-form-list .noti ul li,
.add-companion-btn .noti ul li {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: var(--gray-txt2-color);
    padding-left: 8px;
}

.type-full {
    width: 100% !important;
}

.intro-form-list .noti ul li::before,
.add-companion-btn .noti ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: var(--sub-color);
}

.intro-form-list h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.intro-form-list ul .select {
    border: 0;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 18px;
    background: #f5f5f5 url(/images/icons/arrow.svg) no-repeat 93%;
    background-size: 15px;
    cursor: pointer;
}

.floating {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    width: 768px;
    display: flex;
    /*z-index: 3;*/
    font-size: 0;
    padding: 0;
}

.floating button.btn-before {
    width: 30%;
    height: 100%;
    background-color: var(--gray-txt3-color);
}

.floating button.btn-next {
    width: 100%;
    height: 100%;
    background:rgb(160 229 178);;
    text-align: right;
    padding-right: 50px;
}

.floating button.btn-start {
    display: none;
    width: 100%;
    height: 100%;
    background: #45a429;
    text-align: right;
}

.floating button.btn-next:disabled {
    background: #dcdcdc;
}

.floating button.btn-start span {
    color: var(--text-white);
    font-size: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.floating button.btn-start span a {
    color: #fff;
}

.floating button.btn-next.disabled,
button.disabled {
    background: var(--gray-txt4-color) !important;
    cursor: default;
}

.floating button.btn-next.disabled span,.floating button.btn-before span {
    color: #fff;
    font-size: 20px;
}

.floating button.btn-next span {
    color: #222;
    font-size: 20px;
    font-weight: 500;
}

.floating button.btn-next.disabled::after {
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.floating button.btn-next::after {
    position: relative;
    top: -2px;
    display: inline-block;
    margin: -1px 4px 2px 6px;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    border: 1px solid #222;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.floating button.btn-before::before {
    display: inline-block;
    margin: -1px 4px 5px 2px;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    border: solid;
    border-color: var(--text-white);
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
}

.page-title-childbox {
    background-color: #f3f7ff;
    padding: 0.625rem 20px;
    margin-top: 2.5rem;
    border-radius: 10px;
}

.page-title-childbox b {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.page-title-childbox p {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    color: #555;
}

.page-title-childbox.page-title-childbox-list {
    width: 100%;
    padding: 0.625rem 1.5rem;
}

.page-title-childbox.page-title-childbox-list p {
    position: relative;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 4px;
    font-weight: 400;
    color: var(--gray-txt1-color);
    font-size: 14px;
}

.page-title-childbox.page-title-childbox-list p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: var(--sub-color);
}

.border {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 53px;
    width: 6px;
    height: 1.5px;
    background-color: var(--gray-txt2-color);
}

/* insurance step css */
.step-left {
    background-color: rgb(226, 250, 232);
    background-image: none;
}

/* .step-wrap {
    padding: 30px;
} */

.step-wrap,
.step-inner {
    width: 100%;
    height: 100%;
}

.step-wrap .step-inner ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.step-wrap .step-inner ul li {
    width: 100%;
    padding: 25px 30px;
    border-bottom: 1px solid #bed5b4;
}

.step-wrap .step-inner ul li.current {
    background-color: #fff;
}

.step-wrap .step-inner ul li.current h2 {
    color: var(--main-color);
    font-weight: 500;
}

.step-wrap .step-inner ul li.current h2 span {
    color: #222;
    font-weight: 500;
}

.step-wrap .step-inner ul li h2 {
    font-size: 16px;
    font-weight: 500;
}

.step-wrap .step-inner ul li h2.past {
    color: var(--gray-txt2-color);
}

.step-wrap .step-inner ul li h2.past span {
    color: var(--gray-txt2-color);
}

.step-wrap .step-inner .main-name-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.step-wrap .step-inner .main-name-wrap button {
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(201, 201, 201);
    color: var(--gray-txt2-color);
    letter-spacing: 0.04em;
    font-size: 13px;
    border-radius: 30px;
    padding: 0.2rem 1rem;
    background-color: #fff;
}

.step-wrap .step-inner .list-info-wrap,
.step-wrap .step-inner .list-info-wrap p {
    margin-bottom: 7px;
}

.step-wrap .step-inner .list-info-wrap p {
    position: relative;
    padding-left: 27px;
    color: var(--gray-txt2-color);
}

.list-info-wrap p::before {
    content: "\e5df";
    position: absolute;
    top: -3px;
    left: 8px;
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

.step-wrap .step-inner .list-info-wrap b {
    padding: 0.1rem 0.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
}

.step-wrap .step-inner .list-info-wrap .list-name {
    display: flex;
    color: var(--gray-txt2-color);
    font-size: 15px;
    padding-left: 40px;
}

.step-wrap .step-inner .list-info-wrap .list-name span {
    font-weight: 300;
    width: 80px;
    color: var(--gray-txt2-color);
}

.step-wrap .step-inner .list-info-wrap .list-name .list-info {
    color: #222;
}

.q-spinner-mat {
    animation: q-spin 2s linear infinite;
    transform-origin: center center;
}
.q-spinner-mat .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: q-mat-dash 1.5s ease-in-out infinite;
}
@keyframes q-spin {
    0% {
        transform: rotate3d(0, 0, 1, 0);
    }
    25% {
        transform: rotate3d(0, 0, 1, 90deg);
    }
    50% {
        transform: rotate3d(0, 0, 1, 180deg);
    }
    75% {
        transform: rotate3d(0, 0, 1, 270deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 359deg);
    }
}
@keyframes q-mat-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

/* 팝업 아래에서 위로 애니메이션 */
.modal {
    background-color: #fff;
    width: 768px;
    height: 100%;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    top: 100%;
    position: fixed;
    text-align: left;
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    transition: top 0.35s ease;
    padding: 20px;
}

.modal .header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    font: 300 24px Lato;
    position: relative;
}

.btn {
    transition: all 0.4s ease;
}

.modal-wrap.modal-open .modal {
    top: 0;
    right: 0;
    bottom: 0;
}

.js-close-modal .btn {
    padding: 10px 25px;
    display: inline-block;
    border-radius: 25px;
    margin: 20px 0;
    background-color: #000;
}

.js-close-modal img {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
}

.modal-bg.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 768px;
    height: 100%;
    border-radius: 0 20px 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}

/* 셀렉트 팝업 (스몰팝업) */
.small-modal-wrap {
    display: none;
}

.small-modal-wrap.modal-open {
    display: block;
}

.small-modal-wrap .modal {
    background-color: rgba(0, 0, 0, 0);
}

.small-modal-wrap .modal .modal-inner {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    width: 300px;
}

.modal-inner {
    position: relative;
    z-index: 11;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    max-width: 300px;
}

.modal-inner .popup-close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.modal-inner .select-list {
    max-height: 500px;
    overflow: auto;
}

.modal-inner .select-list p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--main-color);
}

.modal-inner .select-list p {
    margin-top: 20px;
}

.modal-inner .select-list .select_item input {
    display: none;
}

.modal-inner .select-list .select_item label {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
}

.modal-inner .select-list .select_item label:hover {
    background-color: #edf2ff;
}

.right.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.right.blurNo {
    filter: blur(0);
}

/* 왼쪽 팝업 */
.left-modal-wrap .modal {
    background-color: #fff;
    width: 432px;
    height: 100%;
    top: 100%;
    position: fixed;
    text-align: left;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
    overflow-y: auto;
}

.left-modal-wrap .modal-inner {
    position: relative;
    z-index: 11;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
}

.left-modal-wrap .modal-inner .popup-close {
    right: 20px;
    top: 20px;
    z-index: 5;
}

.left-modal-wrap .modal-inner .popup-close img {
    filter: brightness(8.5);
}

.accordion-contents {
    padding: 1.25rem 1.875rem 3.125rem;
    width: 100%;
    display: none;
    cursor: auto;
    background-color: #f0f0f0;
}

.accordion-contents-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--sub-color);
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.accordion-contents .contents-box b,
.accordion-contents .contents-box-first {
    margin-top: 50px;
}

.accordion-contents .contents-box b,
.accordion-contents .contents-box p {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
}

.accordion-contents .contents-box b {
    font-weight: 500;
}

.left-pdt-details {
    display: none;
}

.left-pdt-details.current {
    display: block;
    height: 100%;
}

/* alert 팝업 */

.alert-popup-bg {
    background-color: rgba(34, 34, 34, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 9;
}

.alert-container {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.alert-container .alert-wrap {
    position: relative;
    width: 280px;
    height: auto;
    opacity: 0;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.32);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.32);
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.alert-container .alert-wrap.move {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.alert-wrap .alert-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 140px;
    padding: 30px 0;
}

.alert-wrap .alert-btn button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    cursor: pointer;
    width: 50%;
}

.alert-wrap .alert-btn {
    width: 100%;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alert-wrap .alert-btn .alert-btn-confirm {
    background-color: var(--gray-txt2-color);
}

.alert-wrap .alert-btn .alert-btn-continue {
    background-color: #000;
}

.alert-wrap .alert-btn button span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.33;
}

.alert-wrap .alert-content p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-align: center;
    letter-spacing: -0.02em !important;
    line-height: 1.4;
    padding: 0 20px;
}

.left .top-banner {
    padding: 56px 35px 45px;
    /* height: 260px; */
    background-size: 480px;
    background-position: right -1px top 127px;
}
.left .intro-banner {
    position: absolute;
    width: 265px;
    right: -1px;
    top: 63px;
    background-size: contain;
    z-index: 3;
}
/*
.left .overseas .top-banner {
    background: url(/images/index_03pc.png) no-repeat 100%;
    background-size: 913px;
    background-position: left -32px top -11px;
} */

.price-wrap {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 15px;
}

.price-wrap h4 {
    font-size: 30px;
    color: var(--main-color);
    font-weight: 500;
}

.price-wrap span {
    font-size: 14px;
    font-weight: 400;
}

.bottom-banner .holeinone {
    height: 165px;
    margin: 0 35px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    margin-bottom: 15px;
}

.bottom-banner .holeinone .holeinone-box {
    width: 322px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.bottom-banner .holeinone .holeinone-box h3 {
    color: var(--main-color);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}

.bottom-banner .holeinone .holeinone-box span {
    font-size: 15px;
    font-weight: 500;
}

.bottom-banner .holeinone .holeinone-box ul,
.bottom-banner .holeinone .holeinone-box .scroll_wraper {
    margin: 10px auto;
    font-size: 15px;
    width: 272px;
    height: 50px;
    overflow: hidden;
    position: relative;
    left: 65px;
    color: #333;
}

.bottom-banner .holeinone .holeinone-box ul li,
.bottom-banner .holeinone .holeinone-box .scroll_wraper div {
    position: absolute;
    display: flex;
    gap: 15px;
    height: 24px;
    width: 272px;
    text-align: center;
}

.bottom-banner .holeinone .holeinone-box ul li p,
.bottom-banner .holeinone .holeinone-box .scroll_wraper div span {
    font-size: 14px;
}

/* 새로운 홀인원 텍스트 효과 */

.vertical_banner-wrap {
    position: relative;
    width: 362px;
    height: 114px;
    margin: 0 35px;
    border-radius: 10px;
    padding: 12px;
    background-color: #fcfff5;
}

.vertical_banner-wrap .icon-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.vertical_banner-wrap .icon-right img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.vertical_banner-wrap img {
    width: 65px;
}

.vertical_banner-wrap_mo {
    padding: 10px 0 0;
}

.vertical_banner-wrap h3,
.intro h3 {
    text-align: center;
    color: var(--main-color);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.vertical_banner-wrap span,
.intro span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    letter-spacing: -0.8px;
}
.vertical_banner,
.second_vertical_banner {
    overflow: hidden;
    margin: 20px auto;
    height: 43px;
}

.vertical_banner .list,
.second_vertical_banner .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vertical_banner .list > li,
.second_vertical_banner .list > li {
    justify-content: center;
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    font-size: 14px;
    text-overflow: ellipsis;
    margin-left: 170px;
}

.vertical_banner .list > li p,
.second_vertical_banner .list > li p {
    font-weight: 500;
}
@keyframes verticalRolling {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.bottom-banner .intro {
    margin: 0 35px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 64px;
}

.intro img {
    width: 322px;
    margin: 0 auto;
}

.longterm .intro img {
    margin-top: 40px;
}

.top-banner .top-txt p {
    color: #676767;
    letter-spacing: -0.5px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

.bottom-banner .intro ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 22px 24px;
}

.bottom-banner .intro ul li:last-child {
    padding-bottom: 30px;
    padding-top: 30px;
}

.bottom-banner .intro ul li::after {
    position: absolute;
    left: 5%;
    bottom: 0;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #d6d6d6;
}

.bottom-banner .intro ul li:last-child::after {
    content: none;
}

.bottom-banner .intro ul p {
    font-weight: 500;
}

.bottom-banner .intro ul span {
    display: block;
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 300;
}

.top-banner .top-txt .main-txt h1 {
    margin-bottom: 10px;
    margin-top: 4px;
    color: #222;
    font-size: 28px;
    font-weight: 800;
}

.top-banner .top-txt .small-txt {
    display: flex;
    flex-direction: column;
}

.top-banner .top-txt .small-txt span {
    font-size: 16px;
}

.top-banner .top-txt .small-txt .noti {
    margin-top: 15px;
    font-weight: 300;
    display: block;
}

.button-wrap {
    width: 362px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}

.button-wrap button {
    background-color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 14px;
}

.button-wrap button.pdf {
    padding: 0.3rem 3.5rem 0.3rem 1.2rem;
}

.button-wrap button.pdf a {
    position: relative;
}

.button-wrap button.pdf span::after {
    position: absolute;
    content: "PDF";
    font-size: 10px;
    background-color: #888;
    color: #fff;
    border-radius: 3px;
    padding: 2px 7px;
    margin-left: 5px;
}

.right .main-txt h1 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
}

.right .main-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right .main-txt .mo-step-bar {
    display: none;
    background-color: var(--bg-light-blue-color);
    padding: 0.2rem 0.8rem;
    border-radius: 50px;
    font-size: 13px;
}

.right .main-txt .mo-step-bar span {
    font-weight: 500;
}

.right .main-txt .mo-step-bar .blue {
    color: var(--main-color);
}

.intro-form-list {
    margin-top: 25px;
}

.header-mo {
    display: none;
}

.intro ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.plan-txt {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.plan-txt strong {
    height: 24px;
    padding: 0 9px;
    border-radius: 50px;
    font-weight: 500;
    background-color: #d4ffd3;
}

.bottom-banner {
    position: relative;
}

/* mobile */
@media (max-width: 1200px) {
    .btn-next-first {
        display: none;
    }

    .left {
        display: none;
    }

    .header-pc {
        display: none;
    }

    .header-mo {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 20;
    }
    .header-mo .header-inner {
        position: static;
        background-color: #fff;
    }

    .header-mo .header-inner .btn-home {
        position: static;
    }

    .logo {
        width: 84px;
        top: 0;
    }

    .left-mo {
        display: block;
        width: 432px;
        height: auto;
        margin: 0 auto;
    }

    .left-mo .button-wrap {
        width: 100%;
        height: 50px;
        position: static;
        display: inline-block;
        margin: 0 auto;
        align-items: center;
        transform: translateX(0%);
        padding-top: 5px;
        text-align: center;
    }

    .left-mo .button-wrap button {
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .left .deliberation {
        margin-top: 30px!important;
        padding-bottom: 0;
    }

    .intro-form-list.total-price-wrap {
        padding-bottom: 26px!important;
    }

    .top-banner .top-txt .main-txt h1 {
        font-size: 23px;
        font-weight: 600;
    }

    .top-banner .top-txt .small-txt {
        font-size: 14px;
    }

    .top-banner .top-txt p {
        font-size: 18px;
    }

    .vertical_banner-wrap span,
    .intro span {
        font-size: 12px!important;
    }

    .longterm .intro img {
        margin-top: 0;
    }

    .left .longterm .button-wrap {
        bottom: 154px;
        top: 10px;
    }

    #wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .right {
        /* width: 500px; */
        overflow: hidden;
        width: 432px;
        margin: 0 auto;
    }

    .container {
        position: static;
        box-shadow: none;
        width: 432px;
        height: 100%;
        margin: 0 auto;
    }

    .section01 {
        width: 432px;
        /* min-height: 100vh; */
        margin: 0 auto;
    }

    .main {
        width: 100%;
    }

    .right .main-txt .mo-step-bar {
        display: block;
    }

    /*.right .main-txt {*/
    /*    display: inline-block;*/
    /*}*/

    .floating {
        padding: 0 16px;
        padding-bottom: 4px;
    }

    .floating::after {
        content: "";
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        height: 40px;
        pointer-events: none;
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            #fff 100%
        );
    }

    .floating button.btn-start {
        display: block;
        border-radius: 6px;
    }

    .floating button.btn-next.disabled,
    button.disabled {
        border-radius: 6px;
    }

    .vertical_banner .list > li,
    .second_vertical_banner .list > li {
        margin-left: 0 !important;
        flex-direction: row;
    }

    .second_vertical_banner {
        height: 70px;
    }

    .second_vertical_banner .list {
        width: 76%;
        margin: 0 auto;
    }

    .left-pdt-details.current {
        height: auto;
    }

    .bottom-banner .intro {
        margin-top: 0;
    }

    .left .intro-banner {
        width: 220px;
        right: 10px;
        top: 90px;
    }

    .bottom-banner .intro ul li {
        padding: 14px 24px;
    }

    /* intro-page */

    .btn-home {
        display: none;
    }

    header .btn-home {
        display: block;
    }

    .floating {
        position: fixed;
        width: 100%;
        width: 432px;
        margin: 0 auto;
    }

    .floating span {
        font-size: 18px;
        text-align: center;
    }

    .floating button.btn-next {
        padding-right: 0;
        text-align: center;
        border-radius: 6px;
    }

    .scrollarea_container > .contents {
        padding: 25px;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .btn-before {
        display: none;
    }

    .back-button {
        display: block;
    }

    .floating button.btn-next {
        width: 100%;
    }

    .border {
        top: 70%;
    }

    .page-title-childbox.page-title-childbox-list p {
        font-size: 13px;
    }

    .page-title-childbox p {
        font-size: 13px;
    }

    .top-banner .top-txt .small-txt span {
        font-size: 15px;
    }

    .golf-modal .popup.type-middle {
        width: 60%;
    }

    .golf-modal .popup.type-middle .pop-header {
        padding: 12px;
    }

    .golf-modal .pop-header .pop-title {
        font-size: 16px;
    }

    .plan-txt strong {
        padding: 0 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .popup-wrap.agreeSsnoInput-modal {
        border-radius: 0!important;
    }
    .bottom-banner .intro ul li:first-child {
        padding-top: 30px;
    }

    .left .top-banner {
        padding: 36px 35px 25px;
    }

    .bottom-banner {
        padding-bottom: 20px;
    }
}

@media (max-width: 432px) {
    #wrap {
        overflow: hidden;
    }

    .container {
        position: static;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }

    .intro img {
        width: 100%;
    }

    .left-mo {
        width: 100%;
    }

    .left-pdt-details {
        height: auto;
    }

    .right {
        overflow: hidden;
        width: 100%;
    }

    .section01 {
        width: 100%;
    }

    .main {
        width: 100%;
    }

    .floating {
        position: fixed;
        width: 100%;
    }

    .floating span {
        font-size: 18px;
        text-align: center;
    }

    .floating button.btn-next {
        padding-right: 0;
        text-align: center;
    }

    .scrollarea_container > .contents {
        padding: 70px 25px 50px 25px;
    }

    .floating button.btn-next {
        width: 100%;
    }

    .intro-form-list .longtermCheck-list ul {
        gap: 10px;
    }

    .intro-form-list .longtermCheck-list ul li:first-child {
        width: 70%;
    }

    .intro-form-list .longtermCheck-list label {
        gap: 5px;
    }

    .intro-form-list .longtermCheck-list label p {
        font-size: 14px;
    }

    .flex-colum {
        flex-direction: column;
        gap: 25px !important;
    }

    .intro-form-list h5 {
        font-size: 16px;
    }

    .intro-form-list .time-select select {
        font-size: 16px;
    }

    .travel-purpose .purpose-list label {
        font-size: 14px;
    }

    .vertical_banner-wrap {
        width: 100%;
    }

    .vertical_banner .list > li,
    .second_vertical_banner .list > li {
        margin-left: 170px;
    }
}
