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

:root {
    /* DB */
    --color-db-primary: #0c8a34;
    --color-db-sub: #006818;

    --color-db-primary-5: #fffcdf;
    --color-db-primary-10: #dce9ae;
    --color-db-primary-20: #c6de89;
    --color-db-primary-30: #bbd976;
    --color-db-primary-40: #8cc63f;
    --color-db-primary-50: #50b848;

    --color-db-red-5: #f4781f;
    --color-db-red-10: #eb6523;
    --color-db-red-20: #e25127;
    --color-db-red-30: #d73d2b;
    --color-db-red-40: #cb252d;

    --color-db-blue-5: #14b1e6;
    --color-db-blue-10: #009cda;
    --color-db-blue-20: #0088cc;
    --color-db-blue-30: #0073bd;
    --color-db-blue-40: #005fad;

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

    --text-white: #ffffff;
}

* {
    padding: 0;
    margin: 0;
    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: #f3f9ff;
}

.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;
}

/* .section01 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
} */

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

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

.left .overseas {
    background-image: linear-gradient(to bottom, #fffde2 10%, #ffcdbb8e 100%);
}

.left .longterm {
    background-image: linear-gradient(to bottom, #f4fbff 10%, #ffcdbb8e 100%);
}

.left .domestic {
    background-image: linear-gradient(to bottom, #eaf9f490 10%, #ffcdbb8e 100%);
}

.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 40px 56px;
}

/* left info */

.info-data-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-txt4-color);
    margin-top: 10px;
    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(--color-db-primary);
}

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

.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-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: 13px;
    color: var(--gray-txt1-color);
}

.inner_text ol {
    margin-bottom: 15px;
    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: 14px;
    color: var(--gray-txt1-color);
    margin-bottom: 6px;
}
.inner_text ol li:first-child {
    margin-top: 0;
}
.inner_text ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #cdb687;
}
.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 {
    caret-color: var(--color-db-sub);
    border: 1px solid var(--color-db-primary);
    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;
}

.samsung-color {
    color: var(--color-db-primary);
}

/* Loading */
.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);
    }
}
/*
#loading {
    position: fixed;
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading > .loading-contents, .loading-common > .loading-contents, #loading-message-box > .loading-contents {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

.loading-pop {
    position: absolute;
    top: 100px;
    left: 0;
    box-sizing: border-box;
    border: 2px solid #41495c;
    text-align: center;
    letter-spacing: -1px;
}

.loading-pop.type1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 248px;
    padding: 70px 0;
    border: 1px solid #d9dadc;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 12px;
    background-color: #fff
}

.loading-pop.type1 .loading-info {
    height: 36px;
    overflow: hidden
}

.loading-pop.type1 .title-b {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    line-height: 25px;
    background-color: #fff;
    padding: 0 4px;
    display: inline-block;
    position: relative;
    width: 100%
}

.loading-pop.type1 .title-b .con-t {
    margin: 5px 0 3px;
    letter-spacing: -.5px;
    color: #445475;
    font-size: 12px;
    font-weight: 300;
    background-color: #fff;
    width: auto;
    display: inline-block;
    padding: 2px 5px
}

.loading-pop.type1 .title-b .rolling-message {
    position: absolute;
    background-color: #fff;
    width: 100%;
    opacity: 0;
    padding-top: 20px;
    color: #3e3e3e
}

.loading-pop.type1 .title-b .rolling-message .blue {
    color: #003f97
}

.loading-pop.type2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    padding: 30px 0 25px;
    border: 0
}

.loading-pop.type2 .loading-info {
    display: none
}

.loading-pop.type2 .title-b {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 25px
}

.loading-pop.type2 .title-b > span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    background-color: #fff;
    padding: 1px 4px 0
}

.loading-pop.type2 .title-b .con-t {
    margin: 5px 0 3px;
    letter-spacing: -.5px;
    color: #445475;
    font-size: 12px;
    font-weight: 300;
    background-color: #fff;
    width: auto;
    display: inline-block;
    padding: 2px 5px
}

.loading {
    position: relative;
    text-align: center;
    padding: 0 30px 30px;
}

.loading-bar {
    display: inline-block;
    background: #a1adb7;
    width: 12px;
    height: 60px;
    margin: 0 2px 0 0;
    border-radius: 2px;
    animation: loading 1.3s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    animation-delay: .1s;
}

.loading-bar:nth-child(2) {
    animation-delay: .2s;
}

.loading-bar:nth-child(3) {
    animation-delay: .3s;
}

.loading-bar:nth-child(4) {
    animation-delay: .4s;
}

.loading-bar:nth-child(5) {
    animation-delay: .5s;
}

@keyframes loading {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1, 1.6)
    }
    50% {
        transform: scale(1)
    }
}
*/
/* .btn-home {
    position: absolute;
    right: -378px;
    width: 20px;
    top: 60px;
    z-index: 999;
} */


.header-mo, .header-mo .btn-home {
    display: none;
}

.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;
}

.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: -26px;
    right: 10px;
    width: 150px;
}

.meritz-color {
    color: #ef3b24 !important;
}

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

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

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

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

.link-copy p,
.link-download 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 {
    border: 1px solid var(--color-db-primary);
    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(--color-db-sub);
}

.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/travel/domestic/meritz/mo/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-txt7-color);
}

.floating button.btn-next {
    width: 100%;
    height: 100%;
    background: #3f3f3f;
    /* background: #e33737; */
    text-align: right;
    padding-right: 50px;
}

.domestic .floating button.btn-next {
    background: #f7c4c2;
}

.floating button.btn-start {
    display: none;
    width: 100%;
    height: 100%;
    background: var(--color-db-primary);
    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-before span {
    color: var(--text-white);
    font-size: 20px;
}

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

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

.floating button.btn-next.disabled span {
    color: #fff;
}

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

.floating button.btn-next::after {
    display: inline-block;
    margin: -1px 4px 2px 6px;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-width: 1.5px 1.5px 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: #fffde4;
    padding: 0.625rem 20px;
    margin-top: 1rem;
    border-radius: 10px;
}

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

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

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

.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(--color-db-sub);
}

.plan-dot {
    position: relative;
    display:block;
    margin-top:4px;
    text-align: left;
    padding-left: 25px;
    font-weight: 400;
    color: var(--gray-txt1-color);

}

.plan-dot::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: var(--color-db-sub);
}


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

/* insurance step css */
.step-left {
    background-color: #fffde4;
    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 #ddd;
}

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

.step-wrap .step-inner ul li.current h2 {
    color: var(--color-db-primary);
    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(--color-db-primary);
}

.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(--color-db-sub);
    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 {
    position: relative;
    padding: 50px 35px 35px;
    height: auto;
    background-size: 480px;
    background-position: right -1px top 127px;
}

.left .top-banner .top-txt {
    position: relative;
}

.left .top-banner .intro-banner {
    position: absolute;
    left: 35px;
    top: 40px;
}

.left .top-banner .domestic-intro-banner {
    position: absolute;
    left: 35px;
    top: 52px;
}

.left .longterm .intro-banner {
    position: absolute;
    left: 35px;
    top: 55px;
}

.left .domestic .top-txt p {
    color: #095303;
    margin-bottom: 10px;
    margin-top: 12px;
    margin-left: 46px;
    font-weight: 500;
}

.left .longterm .top-txt p {
    margin-bottom: 10px;
    margin-top: 16px;
    margin-left: 46px;
    font-weight: 500;
    color: #0628a7;
}

.left .deliberation {
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
}

.bottom-banner {
    width: 100%;
    position: absolute;
    bottom: 35px;
}

.bottom-banner .intro {
    margin: 0 35px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    /*cursor: pointer;*/
}

.top-banner .top-txt p {
    color: var(--color-db-primary);
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 45px;
    font-weight: 500;
}

.top-banner .top-txt .main-txt h1 {
    font-size: 28px;
    font-weight: 500;
}

.top-banner .top-txt .main-txt h1:last-child {
    margin-bottom: 10px;
    margin-top: 18px;
}

.top-banner .top-txt .small-txt {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

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

.button-wrap {
    width: 363px;
    bottom: 45px;
    left: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.left .domestic .button-wrap {
    bottom: 60px;
}

.left .longterm .button-wrap {
    bottom: 85px;
}

.button-wrap button {
    border: 1px solid var(--gray-txt4-color);
    background-color: #fff;
    padding: 0.3rem 0.85rem;
    border-radius: 5px;
    font-size: 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;*/
/*}*/

.intro img {
    margin: 0 auto;
}

.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(--color-db-primary);
}

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

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

.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 {
    width: 100%;
    font-weight: 500;
    color: #272727;
    font-size: 15px;
}

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

.bottom-banner .intro svg {
    width: 40px;
}

.wrap-loading .loading-area {
    padding: 4rem 5rem;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 15px #00000040;
}
.wrap-loading .loading-box {
    top: 14.8rem;
    left: 50%;
    z-index: 11;
    position: static;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0 auto 2.4rem;
    transform: none;
}
.wrap-loading .loading-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://www.directdb.co.kr/static/images/loading-spiner.svg)
        no-repeat 50% 50% / 80% auto;
    animation: loading 1s linear infinite;
}
.blind {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
}
.wrap-loading .tit {
    font-size: 1rem;
    letter-spacing: -0.075rem;
    font-weight: 500;
}
@keyframes loading {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/*.country-list::-webkit-scrollbar-track {*/
/*    background-color: red;*/
/*    background-clip: padding-box;*/
/*    border: 8px solid rgba(0, 0, 0, 0);*/
/*}*/

/*.country-list::-webkit-scrollbar-thumb {*/
/*    width: 5rem;*/
/*    background-color: blue;*/
/*    background-clip: padding-box;*/
/*    border: 8px solid rgba(0, 0, 0, 0);*/
/*}*/

/*.country-list::-webkit-scrollbar {*/
/*    width: 2.1rem;*/
/*    margin: 1rem;*/
/*}*/

.q-scrollarea::-webkit-scrollbar,
.country-list::-webkit-scrollbar,
.ui-scroll-area::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f6f7fb; /* or add it to the track */
    margin: 1rem;
}

.q-scrollarea::-webkit-scrollbar-thumb,
.country-list::-webkit-scrollbar-thumb,
.ui-scroll-area::-webkit-scrollbar-thumb {
    background: #a2abb5;
    height: 50px;
    width: 5rem;
}

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

    .header-pc {
        display: none;
    }

    .btn-home.pc {
        display: none;
    }

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

    .header-mo .header-inner {
        position: static;
        background-color: #fff;
    }

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

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

    .header-mo .btn-home {
        display: block;
    }

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

    .left-mo .longterm .top-banner {
        padding: 90px 35px 45px;
    }

    .left-mo .domestic .top-banner {
        padding: 70px 35px 40px !important;
    }

    .left-mo .button-wrap {
        position: static;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .left-mo .top-banner {
        background-size: 433px !important;
        height: auto !important;
        padding: 90px 35px 40px;
    }

    .top-banner .top-txt .main-txt h1 {
        margin-top: 14px !important;
        font-size: 24px;
    }

    .top-banner .top-txt .small-txt {
        margin-top: 0;
    }

    .top-banner .top-txt p {
        margin-top: 6px;
        font-size: 16px;
    }

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

    aside {
        height: auto;
    }

    .bottom-banner {
        position: relative;
        height: auto;
    }

    /* .overseas .bottom-banner {
        padding-top: 50px;
    } */

    .left .deliberation {
        font-size: 12px;
    }

    .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;
    }

    .floating button.btn-start {
        display: block;
    }

    /* intro-page */
    .floating {
        position: fixed;
        width: 432px;
        margin: 0 auto;
    }

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

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

    /* .btn-before {
        display: none;
    } */
    .back-button {
        display: block;
    }

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

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

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

    /* .scrollarea {
        padding-top: 30px;
    } */
    .scrollarea_container > .contents {
        padding: 60px 16px 56px!important;
    }

    .left .top-banner .intro-banner {
        position: absolute;
        left: 35px;
        top: 85px;
    }

    .left .top-banner .domestic-intro-banner {
        position: absolute;
        left: 35px;
        top: 85px;
    }

    .button-wrap button {
        padding: 0.3rem 1rem;
    }

    .bottom-banner {
        margin-top: 45px;
    }

    .left .longterm .intro-banner {
        position: absolute;
        left: 32px;
        top: 97px;
    }
    .bottom-banner .intro ul li {
        padding: 10px 16px;
    }

    .bottom-banner .intro ul p {
        font-size: 14px;
    }
    .bottom-banner .intro ul span {
        font-size: 11px;
    }
    .bottom-banner .intro svg {
        width: 36px;
    }

    .inner_text ul li,
    .inner_text ol li {
        font-size: 13px;
    }

}

@media (max-width: 432px) {
    .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%;
        /* height: 100vh; */
    }

    .main {
        width: 100%;
    }

    .floating {
        width: 100%;
    }

    .scrollarea_container > .contents {
        padding: 40px 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;
    }

    .scrollarea_container > .contents {
        padding: 60px 16px 56px;
    }
}
