@charset "utf-8";

.container {
    padding-bottom: 3px;
}

.capsule {
    width: 100%;
    margin: auto;
}

.capsule ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
    border-bottom: 1px solid #F0F0F0;
}

.capsule ul li {
    width: calc(100% / 3);
    text-align: center;
    flex: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.capsule ul::after {
    content: '';
    display: block;
    width: calc(100% / 3);
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #748F14;
    transition: all 0.15s;
}

.capsule .one::after {
    left: 0;
}

.capsule .two::after {
    left: 33%;
}

.capsule .three::after {
    left: 66%;
}

.capsule ul li input {
    display: none;
}

.capsule ul li.current label {
    color: #748F14;
    font-weight: 500;
    cursor: default;
    transition: all 0.15s;
}

.capsule ul li label {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    cursor: pointer;
}


/* travelzero css */
.travelzero ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
    border-bottom: none;
}

.travelzero ul li {
    width: 49%;
    text-align: center;
    flex: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 7px 7px 0 0;
    border: 1px solid #d5d5d5;
}

.section01 {
    padding-top: 100px;
}

.travelzero .two::after {
    left: 50% !important;
}

.travelzero ul li input {
    display: none;
}
.travelzero ul li.current {
    background: linear-gradient(to right, #8aceff 0%, #83adff 15%, #83adff 25%, #ba5ff2 100%) !important;
    border-radius: 7px 7px 0 0;
}
.travelzero ul li.current label {
    color: #fff;
    font-weight: 500;
    cursor: default;
    transition: all 0.15s;
}

.travelzero ul li label {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    cursor: pointer;
}

.page-title {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #181818;
    margin-bottom: 0;
}
.travelzero .two::after {
    left: 50% !important;
}
.capsule.travelzero ul::after {
    content: '';
    display: block;
    width: calc(100% / 3);
    position: absolute;
    bottom: 0;
    height: 0;
    background-color: #fff;
    transition: all 0.15s;
}



/* /////////////////////////////// */

/* select radio css */
.table-selector {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.table-selector-list {
    display: flex;
    align-items: center;
    gap: 0 5px;
    position: relative;
}

.table-selector input {
    display: none;
}

.table-selector label {
    font-size: 0.813rem;
    font-weight: 500;
    cursor: pointer;
}

.current label {
    color: #ef3b24;
}

.select-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 0.094rem solid #bfbfbf;
    cursor: pointer;
    transition: all 0.35s;
}

.current .select-radio {
    border: 0.094rem solid #ef3b24;
}

.current .select-radio::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ef3b24;
}

.page-title {
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #181818;
    margin-bottom: 0;
}

.main .form {
    margin: 0;
}

.ground-btm {
    position: sticky;
}

.ground-btm:before {
    display: none;
}

.fixed-btm {
    padding: 15px 0;
}

.pc {
    display: block;
}

.call {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 0 15px;
}

.call p {
    font-size: 14px;
    font-weight: 300;
}

.call p span {
    font-weight: 400;
}

.mo {
    display: none;
}

.btn-floating {
    width: 100%;
}

.add-companion-line {
    display: block;
}

.add-companion-btn {
    display: flex;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.form {
    display: none;
}

.form.show {
    display: block;
}

.intro-form {
    display: flex;
    flex-direction: column;
}

.intro-form .travel-purpose {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px 0;
}

.intro-form .travel-purpose .intro-form-list {
    width: 100%;
}

.intro-form .travel-purpose .selector {
    position: relative;
    width: 100%;
    display: block;
    padding: 13px 15px;
    color: #999;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    cursor: pointer;
}

.intro-form .travel-purpose .selector.checked {
    font-weight: 400;
    color: #000;
}

.intro-form .travel-purpose .selector li {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.intro-form .travel-purpose .selector li:first-child::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    right: 0;
    transform: rotate(135deg);
    margin-bottom: 5px;
}

.intro-form .travel-purpose .select-list.open {
    display: block;
}

.intro-form .travel-purpose .select-list p {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
    color: #748F14;
}

.intro-form .travel-purpose .select-list p:first-child {
    margin-top: 0;
}

.intro-form .travel-purpose .select-list .select_item input {
    display: none;
}

.intro-form .travel-purpose .select-list .select_item label {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
}

.intro-form .travel-purpose .select-list .select_item label:hover {
    background-color: #F4F2F0;
}

.intro-form-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.intro-form-box  h2 {
    font-size: 20px;
    font-weight: 500;
}

.intro-form-list h5 {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 0.613rem;
}

.intro-form-list ul {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    gap: 10px;
}

.intro-form-list ul .input-div {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 0.313rem;
    width: 100%;
    position: relative;
}

.intro-form-list ul .input-div input {
    position: relative;
    width: 100%;
    border: 0;
    font-size: 1rem;
    padding: 0.625rem 0.938rem;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-sizing: border-box;
}

.intro-form-list ul .input-div input:focus {
    border: 1px solid #748F14;
}

#startDate,#endDate {
    background-image: url('/images/icons/calendar.svg');
    background-position: center right 15px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.intro-form-list ul .input-div input::placeholder {
    color: #999;
    font-weight: 300;
}

.intro-form-list ul .select {
    border: 0;
    background: #f0f0f0;
    border-radius: 0.313rem;
    width: 50%;
}

.time-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.time-select select {
    padding: 0.7rem 0.938rem;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 1rem;
    width: 100%;
    color: #000;
    background: url('/images/icons/arrow.svg') no-repeat 98%;
    background-position: right 15px center;
}

.time-select select option:disabled {
    font-weight: 300;
    color: #eee;
}

.gender-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5px;
}

.gender-picker-list input, .agree-picker-list input {
    display: none;
}

.gender-picker-list label {
    font-size: 16px;
    font-weight: 300;
    padding: 0.625rem 0;
    color: #707070;
    border: 0.063rem solid #d5d5d5;
    border-radius: 0.313rem;
    display: block;
    position: relative;
    transition: all 0.35s;
    text-align: center;
    width: 62px;
    cursor: pointer;
}

.gender-picker-list input:checked + label {
    color: #fff;
    background: #748F14;
    border: 0.063rem solid #748F14;
}

.add-companion-btn {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.add-companion-btn button {
    border: 1px solid #748F14;
    width: 100%;
    text-align: center;
    padding: 0.688rem 0;
    border-radius: 5px;
    color: #748F14;
    font-size: 1rem;
    font-weight: 400;
}
.add-companion-btn button.lock {
    background: #dcdcdc;
    color: #fff;
    border-color: #dcdcdc;
}

.add-companion-btn button.excel-btn {
    border-color: #707070;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.add-companion-btn button.excel-btn img {
    width: 10px;
    height: 12px;
}

.excel-edit {
    display: none;
}

.edit-area {
    margin-top: 30px;
}

.edit-area .head {
    display: flex;
    align-items: center;
    gap: 0 15px;
    padding: 10px 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.edit-area .head input {
    width: 20px;
    height: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    cursor: pointer;
    background: #fff url(/images/icons/ico_common.png) -200px -53px/245px auto no-repeat;
    transition: all 0.15s;
}

.edit-area .head input:checked {
    background-color: #748F14;
    border: 1px solid #748F14;
}

.edit-area .head .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.edit-area .body {
    max-height: 300px;
    overflow: auto;
}

.edit-area .body ul:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05);
}

.card li {
    display: flex;
    gap: 0 15px;
    width: 100%;
    position: relative;
}

.card li input {
    position: absolute;
    top: 13px;
    left: 30px;
    width: 20px;
    height: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    cursor: pointer;
    background: #fff url(/images/icons/ico_common.png) -200px -53px/245px auto no-repeat;
    transition: all 0.15s;
}

.card li input:checked {
    background-color: #748F14;
    border: 1px solid #748F14;
}

.card label {
    padding: 10px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.15s;
}

.card label.error {
    color: #ff0000;
    text-decoration: line-through;
}

.card label:hover {
    background-color: #F2FAFE;
}

.card label p.name {
    margin-left: 34px;
}

.edit-area .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 30px;
    border-top: 1px solid #d5d5d5;
}

.people {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.people li {
    display: flex;
    gap: 0 10px;
}

.people li h3 {
    font-weight: 500;
    font-size: 18px;
}

.people li p {
    font-size: 18px;
}

.change {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.change li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    cursor: pointer;
}

.uploaded {
    text-align: right;
}

.uploaded p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.uploaded span {
    color: #333;
    font-weight: 300;
    font-size: 14px;
}

.notice  {
    margin-top: 10px;
    margin-left: 0;
}

.notice p {
    color: #707070;
    font-size: 13px;
    letter-spacing: -0.8px;
}

.notice p::before {
    content: '*';
    margin-right: 2px;
    top: 3px;
    position: relative;
}

.companion-card:first-child {
    margin-top: 30px;
}

.companion-card-inner {
    background: #f0f0f0;
    padding: 0.938rem;
}

.companion-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.companion-card-header-left {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.companion-card-body p {
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    margin: 0.813rem 0;
}

.companion-card-header-left p {
    font-size: 1rem;
    font-weight: 500;
    color: #748F14;
}

.favorite-btn input {
    display: none;
}

.companion-card-header-right.delete-btn {
    cursor: pointer;
}

.favorite-btn label::before {
    content: '';
    display: block;
    position: relative;
    top: 0.125rem;
    width: 4.563rem;
    height: 1.25rem;
    background: url(/images/travel/long-term/meritz/mo/not_favorite.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.35s;
}

.companion-card-body ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.625rem;
}

.companion-birth {
    display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #f5f5f5;
}

.companion-birth input {
    width: 100%;
    background: #fff;
    font-size: 1rem;
    padding: 0.625rem 0.938rem;
    border: 1px solid #d5d5d5;
    border-radius: 0.313rem;
    font-weight: 400;
}

.companion-birth input::placeholder {
    font-weight: 300;
}

.companion-gender {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5px;
}

.companion-gender input {
    display: none;
}

.companion-gender label {
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0.625rem 0;
    color: #707070;
    background: #fff;
    border: 0.063rem solid #d5d5d5;
    border-radius: 0.313rem;
    display: block;
    position: relative;
    transition: all 0.35s;
    text-align: center;
    width: 50%;
    cursor: pointer;
}

.companion-gender input:checked + label {
    color: #fff;
    background: #748F14;
    border: 0.063rem solid #748F14;
}

.children-list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-bottom: 30px;
    /*max-height: 500px;*/
    overflow: auto;
}

.excel-notice .body h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1.2px;
}

.excel-notice .body p {
    text-align: center;
    margin: 10px 0 30px;
    letter-spacing: -1.2px;
}

.excel-notice .body .btns {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.excel-notice .body .btns button {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.excel-notice .body .btns button.no {
    background-color: #707070;
}

.excel-notice .body .btns button.yes {
    background-color: #748F14;
}

.excel-step {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.excel-step .numbering {
    display: flex;
    gap: 0 3px;
}

.excel-step .numbering p {
    font-size: 16px;
    color: #303030;
}

.excel-step .numbering .contents {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    letter-spacing: -1.2px;
}

.excel-step .numbering .contents a.excel-download {
    display: block;
    font-size: 16px;
    color: #748F14;
    border-bottom: 1px solid #748F14;
    padding-bottom: 5px;
    width: 90px;
}

.upload-area {
    margin-top: 20px;
}

.upload-area .uploadX {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.upload-area .uploadO {
    display: none;
}

.upload-area input {
    display: none;
}

.upload-area label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    padding: 20px 0;
    background-color: #F0F0F0;
    border: 1px dashed #707070;
    border-radius: 5px;
}

.upload-area label p {
    font-size: 16px;
    color: #707070;
}

.upload-area label img {
    width: 10px;
    height: 12px;
}

.excel .btns {
    display: flex;
    gap: 0 15px;
    align-items: center;
    margin-top: 30px;
}

.excel .btns button {
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 16px;
    background-color: #748F14;
}

.excel .btns button.cancle {
    background-color: #707070;
}

/* select radio */
.select-line {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 30px !important;
}

.select-line input {
    display: none;
}

.select-line label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: #303030;
}

.select-line input:checked + label {
    border: 0;
}

.select-line label::before {
    position: relative;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #303030;
    border-radius: 50px;
    margin-right: 5px;
}

.select-line input:checked + label::before {
    border: 1px solid #748F14;
}

.select-line input:checked + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    left: 3px;
    background-color: #748F14;
    border-radius: 50%;
}


@media (max-width: 720px) {

    .pc {
        display: none;
    }

    .mo {
        display: block;
    }

    .ground-btm {
        margin-top: 15px;
    }

    .page-title {
        font-size: 24px;
    }

    .capsule ul li span {
        font-size: 16px;
    }

    .add-companion-btn button.excel-btn {
        display: none;
    }

    .excel-edit {
        display: none !important;
    }

    .main .inner {
        gap: 30px
    }

}

.popup.popup-excel {
    left: auto;
}
.popup-excel .popup-inner {
    position: fixed;
    bottom: 0;
    width: 768px;
    margin: auto;
    background-color: #fff;
    z-index: 100;
    border-radius: 10px 10px 0 0;
    padding: 0;
}
.popup-excel .popup-wrapper {
    padding: 0 30px;
}
.head {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head .close {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
}

.head .popup-title {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
}

.body {
    padding: 20px 0;
}

.body ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    counter-reset: number;
}

.body ul li {
    display: flex;
    counter-increment: number;
}

.body ul li:first-child {
    margin-bottom: 10px;
}

.body ul li::before {
    display: block;
    content: counter(number)'.';
    margin-right: 5px;
}

.body ul li p {
    font-size: 16px;
    color: #303030;
}

.body ul li a {
    color: #748F14;
    padding-bottom: 3px;
    border-bottom: 1px solid #748F14;
}
.upload {
    width: 100%;
    font-size: 16px;
    color: #707070;
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px dashed #707070;
}

.upload img {
    position: absolute;
    width: 10px;
    height: 12px;
    margin-left: 100px;
}

.btn {
    padding: 10px 15px 20px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
}

.btn button.disabled {
    width: 100%;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: 4px;
    font-size: 18px;
    padding: 17px 0;
    color: #fff;
}

.btn button {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    padding: 17px 0;
    color: #fff;
    background: #748F14;
}

.upload-area {
    margin-top: 20px;
}

.upload-area input {
    display: none;
}

.upload-area label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    padding: 20px 0;
    background-color: #F0F0F0;
    border: 1px dashed #707070;
    border-radius: 5px;
}

.upload-area .uploadX {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.upload-area label p {
    font-size: 16px;
    /* color: #707070; */
}

.upload-area label img {
    width: 10px;
    height: 12px;
}

.upload-area .uploadO {
    display: none;
}

.contents a.excel-download {
    display: block;
    font-size: 16px;
    color: #748F14;
    border-bottom: 1px solid #748F14;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 90px;
}

.upload_confirmation {
    display: block;
    font-size: 12px;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-top: 10px;
    max-height: 300px;
    overflow: overlay;
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
    position: relative;
}

.upload_confirmation p {
    font-size: 13px;
    line-height: 1.5;
    display: inline-block;
    float: left;
    width: 50%;
    color: #5e5e5e
}

.upload_confirmation p.error {
    color: #d0021b;
}

.pdt_sel_wrap {
    display: flex;
    flex-flow: row wrap !important;
    column-gap: 10px !important;
    gap: 5px 20px !important;
}

li.sec_title {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin-right: 1rem;
}


@media (max-width: 720px) {
    .capsule ul li label {
        font-size: 18px;
    }
    .excel-btn {
        display: none !important;
    }
}
