@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.btn-start {
    display: none;
}

.capsule {
    width: 100%;
    height: 70px;
    margin: auto;
    margin-top: 25px;
    background-color: #EDF2FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    z-index: 1;
}

.capsule input {
    display: none;
}

.capsule ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.capsule ul li {
    width: calc(100% / 3);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 2px solid rgb(255, 255, 255);
    padding: 5px;
}

.capsule ul li:last-child {
    border-right: 0;
}

.capsule label::after, .capsule span::after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 61px;
    transform: translateY(-50%);
}

.list-abroad label::after, .list-abroad span::after {
    background-image: url('/images/travel/shinhan/airport.png');
}

.list-longTerm label::after, .list-longTerm span::after {
    background-image: url('/images/travel/shinhan/carrier.png');
}

.list-domestic label::after, .list-domestic span::after {
    background-image: url('/images/travel/shinhan/car.png');
}

.capsule ul li span {
    padding-left: 30px;
}

.capsule ul input:checked + label, .capsule ul li.current span {
    width: 204px;
    height: 40px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #EDF2FF;
}

.capsule ul li.list {
    cursor: pointer;
    user-select: none;
}

.capsule ul input:checked + label::after {
    filter: invert(16%) sepia(99%) saturate(5538%) hue-rotate(227deg) brightness(100%) contrast(107%);
}

.capsule ul .list.current span::after {
    filter: invert(16%) sepia(99%) saturate(5538%) hue-rotate(227deg) brightness(100%) contrast(107%);
}

.intro-main {
    margin-top: 3.125rem;
    width: 100%;
    background-image: url('/images/travel/long-term/meritz/mo/city.png');
    background-repeat: no-repeat;
    background-position: right bottom 24px;
    margin: 0 auto -35px;
    padding-top: 70px;
}

.accordion-list {
    background: rgba(191, 191, 191, 0.1);
    border-bottom: 0.063rem solid rgba(112, 112, 112, 0.2);
}

.accordion-list li:first-child {
    padding: 1rem;
}

.accordion-list li {
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-list li p,
.accordion-list li a {
    color: #505050;
}

.accordion-list li.open p {
    font-weight: 600;
}

.accordion-list li span {
    transition: all 0.35s ease;
    font-weight: 500;
}

.accordion-list li.open span {
    transform: rotateZ(180deg);
}

.accordion-contents {
    padding: 1.25rem 1.875rem 3.125rem;
    width: 100%;
    border: 1px solid #F0F0F0;
    display: contents;
}

.accordion-contents .num {
    display: flex;
    align-items: baseline;
    gap: 0 5px;
}

.accordion-contents p {
    font-size: 0.813rem !important;
    margin: 0.313em 0;
}

.accordion-contents span {
    font-size: 0.813rem;
}

.accordion-contents table {
    width: 100%;
    margin: 0.938em 0;
    table-layout: fixed;
}

.accordion-contents table tr:last-child td {
    border-bottom: 1px solid #bfbfbf;
}

.accordion-contents table tr td {
    box-sizing: border-box;
    font-size: 0.813rem;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    padding: 0.313em;
}

.accordion-contents table tr td a {
    word-break: break-all;
}

.accordion-contents table tr td:last-child {
    border-right: 0;
}

.accordion-contents table tr td a {
    color: #0096AF;
    font-size: 0.813rem;
}

.accordion-list:last-child li:after {
    content: "PDF";
    position: relative;
    right: 0.2rem;
    width: 32px;
    height: 16px;
    margin-top: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    border: 0 none;
    border-radius: 2px;
    background: #999999;
}

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

.intro-form-list .input-div.select-input {
    width: 50%;
}

.intro-form-list .input-div.select-input .calendar, .intro-form-list .input-div .calendar {
    padding-right: 16px;
}

.intro-form-list ul .input-div.round-time select {
    background: #f4f4f4 url(/images/travel/domestic/meritz/mo/arrow.svg) no-repeat calc(100% - 18px) center;
    border-radius: 10px;
    padding-left: 10px;
}

.intro-form-list ul .input-div.round-time {
    display: flex;
    gap: 10px;
    background: transparent;
}

.intro-form-list .time-select {
    width: 100%;
    cursor: pointer;
    background: none;
    font-size: 16px;
    height: 100%;
    transition: 0s;
}

.intro-form-list .arrive,
.intro-form-list .depart {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 16px;
    background: #f5f5f5;
    border-radius: 10px;
    height: 50px
}

.intro-form-list .gender {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 10px;
    height: 56px
}

.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 li {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.intro-form .input-div .placeholder {
    font-size: 18px;
    padding-left: 16px;
}

.modal-inner .select-list .select_item input[type=radio]:checked + label {
    border: 0;
    background-color: #EDF2FF;
    color: var(--main-color);
}

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

.intro-form .input-div.country-modal-btn,
.intro-form .input-div.purpose-modal-btn,
.intro-form .input-div.club-modal-btn,
.intro-form .input-div.prev-insurance-companies-modal-btn {
    border: 0;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 18px;
    background: #f5f5f5 url(/images/travel/domestic/meritz/mo/arrow.svg) no-repeat calc(100% - 18px) center;
    background-size: 15px;
    cursor: pointer;
}

.intro-form-list.total-price-wrap {
    margin-top: 0;
    padding-bottom: 20px;
}

.intro-form-list .total-price {
    display: flex;
    align-items: center;
    gap: 20px;
}

.intro-form-list .total-price h5 {
    margin-bottom: 0;
    font-size: 18px;
}

.intro-form-list .total-price div {
    display: flex;
    align-items: baseline;
    color: var(--main-color);
}

.intro-form-list .total-price div p {
    color: var(--main-color);
    font-size: 28px;
    font-weight: 500;
}

.country_cont h5 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.country_cont h5::after {
    content: '';
    position: absolute;
    top: 49%;
    right: -25px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(/images/travel/overseas/hanainsure/mo/Icon_ques_mark.svg);
}

.obligation-wrap {
    margin-top: 30px;
}

.inpCheck {
    position: relative;
    display: flex;
    vertical-align: top;
    justify-content: space-between;
}

.check-list {
    display: flex;
}

.check-list .check-list-box {
    display: flex;
    gap: 35px;
}

.check-list label {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    gap: 10px;
}

.check-list label::before {
    content: '';
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    flex: none;
    background: #ccc url(/images/travel/overseas/meritz/mo/ico_common.png) -203px -52px / 250px auto no-repeat;
    transition: all 0.15s;
}

.check-list label p {
    font-size: 18px;
    font-weight: 500;
}

.inpCheck input:checked + label:before, .long-term-extension-cont input:checked + label:before {
    background-color: var(--sub-color);
    border: 1px solid var(--sub-color);
}

.ext_ins_cont {
    display: none;
}

.long-term-extension-cont input[type=radio] {
    display: none;
}

.longtermCheck label p {
    font-size: 16px;
    font-weight: 400;
}

.longtermCheck-text {
    font-size: 18px;
}

.obligation-list-title span {
    display: block;
    font-weight: bold;
    transition: all 0.35s ease;
    width: 16px;
    height: 16px;
    text-align: center;
    position: relative;
    right: 21px;
    cursor: pointer;
    color: #707070;
    margin-top: 5px;
}

.obligation-list li p {
    font-size: 15px;
    color: #303030;
}

.inpCheck-terms {
    font-size: 15px;
    padding: 0.938rem 0;
}

.inpCheck-terms .contents {
    background-color: #f3f7ff;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    line-height: 1.6;
    font-size: 14px;
}

.inpCheck-terms .noti .link {
    text-decoration: underline;
}

.inpCheck-terms .noti .link:hover {
    color: var(--main-color);
}

.radio {
    position: relative;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1.5px solid #dcdcdc;
    flex: none;
}

.radio::before {
    position: absolute;
    content: '\e876';
    font-family: 'Material Symbols Outlined';
    color: #bbb;
    font-size: 21px;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.expand_more.open {
    /*transform: scaleY(-1);*/
    transform: rotate(180deg);
}

.expand_more {
    transition: all 0.35s ease;
}

.purpose-list {
    display: none;
}

.purpose-list.current {
    display: block;
}

.add-companion-btn {
    margin: 20px 0;
}

.add-companion-btn h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
    text-align: left;
    width: 100%;
    letter-spacing: -1px;
}

.add-companion-btn button {
    position: relative;
    width: 99%;
    height: 52px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--sub-color);
    color: var(--main-color);
    box-shadow: rgba(57, 156, 84, 0.2) 0px 0px 10px;
    margin: 0 auto;
}

.add-companion-btn button.excel-modal-btn {
    border: 1px solid #707070;
    color: #707070;
}

.add-companion-btn button.excel-btn img {
    position: absolute;
    width: 20px;
    height: 12px;
    margin-left: 235px;
}

.companion-card {
    margin-top: 0.938rem;
}

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

.companion-card-inner {
    background-color: var(--gray-txt5-color);
    padding: 16px;
    border-radius: 10px;
}

.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;
    margin: 0.813rem 0;
}

.companion-card-header-left p span {
    color: var(--main-color);
}
.companion-card-header-left p {
    font-size: 18px;
    font-weight: 500;
}

.companion-card-header-right.delete-btn {
    cursor: pointer;
    font-size: 18px;
    text-align: right;
}

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

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

.companion-birth input {
    width: 458px;
    height: 46px;
    background: #e9e9e9;
    font-size: 1rem;
    padding: 0.625rem 16px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-weight: 400;
    transition: 0s;
}

.companion-birth input:focus {
    caret-color: var(--sub-color);
    border: 1px solid var(--main-color);
    background: var(--text-white);
}

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

.companion-gender {
    width: 30%;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.companion-gender input {
    display: none;
}

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

.companion-gender input:checked + label {
    color: var(--main-color);
    background-color: #EDF2FF;
    border: 0.063rem solid var(--main-color);
}

.companion-card-inner ul .input-div input[type=text], .companion-card-inner ul .input-div input[type=tel], .custom_club_cont input[type=text] {
    height: 46px;
    background: #e9e9e9;
    font-size: 1rem;
    padding: 0.625rem 16px;
    border-radius: 7px;
    font-weight: 400;
    transition: 0s;
    border: 1px solid var(--gray-txt5-color);
}

.custom_club_cont, .round_date_cont {
    display: none;
}

.custom_club_cont input[type=text]  {
    background-color: #f5f5f5;
    height: 50px;
}

.add-companion-btn button.lock {
    background: #dcdcdc;
    color: #fff;
    border-color: #dcdcdc;
    box-shadow: none;
}

.security {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

/* 플랜선택 */

.plan-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 80%;
    margin: 25px auto 0;
}

.plan-top p {
    font-size: 16px;
    color: var(--gray-txt1-color);
}

.plan-top .plan-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.plan-top .plan-btn .material-symbols-outlined {
    font-size: 32px;
}

.plan-top .plan-btn .toggle {
    position: relative;
    width: 45px;
    height: 25px;
    background-color: var(--gray-txt3-color);
    border-radius: 20px;
    cursor: pointer;
}

.plan-top .plan-btn .toggle::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 30px;
}

.plans-choice-wrap {
    margin-top: 20px;
}

.plans-choice-wrap .plans-choice-inner {
    display: flex;
    justify-content: space-between;
    width: 324px;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box {
    width: 100%;
    margin: 0 auto;
    padding: 14px 25px;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-title small {
    color: var(--gray-txt1-color);
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-name {
    font-size: 24px;
    font-weight: 500;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-info > div span {
    font-size: 16px;
    color: var(--gray-txt2-color);
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price-dis-wrap {
    display: flex;
    color: var(--gray-txt2-color);
    align-items: end;
    justify-content: center;
    margin-right: 5px;
    bottom: 2px;
    position: relative;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price-dis-wrap .price-dis-txt {
    font-size: 13px;
    color: #239ff8;
    bottom: 2px;
    position: relative;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price-dis-wrap .price-dis-per {
    font-size: 16px;
    color: #239ff8;
    font-weight: 500;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price {
    display: flex;
    color: var(--gray-txt2-color);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price .price-sub {
    font-size: 16px;
    color: var(--gray-txt2-color);
    position: relative;
    top: 4px;
    left: 10px;
    text-decoration: line-through;
    line-height: 17px;
    font-weight: 300;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price .price-tot {
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price .price-tot-num {
    font-size: 24px;
    color: var(--main-color);
    font-weight: 500;
    position: relative;
    top: 2px;
}

.plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price h4 {
    font-size: 24px;
    font-weight: 600;
}

.plans-choice-wrap input:checked + label .radio {
    border: 1.5px solid var(--main-color);
}

.plans-choice-wrap input:checked + label .radio::before {
    color: var(--main-color);
}

.plans-choice-wrap input:checked + label .js-click-modal {
    background: rgb(213, 255, 211);
    color: #000;
    transition: 0.2s all;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50px;
    /* color: #000; */
}

.plan-btn label {
    position: relative;
    display: block;
    /* width: 100px; */
    background: #fff;
    border-radius: 50px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.plan-btn label input {
    display: none;
}

.plan-btn label > div {
    display: block;
    border-radius: 50%;
    user-select: none;
}

.plan-btn label > div:after {
    content: "";
    display: block;
    height: 28px;
    width: 68px;
    left: 2px;
    top: 2px;
    border-radius: 50px;
    background: var(--gray-txt3-color);
    transition: 0.20s;
}

.plan-btn label i {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: 0.3s;
}


label input:checked ~ i {
    top: 3px;
    left: 43px;
}

label input:checked + div:after {
    background: var(--main-color);
}

label input:checked + div > .off {
    color: transparent !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

label input:checked + div > .on {
    color: rgba(255, 255, 255, 0.9);
}

label:hover {
    cursor: pointer;
}

label:focus, label:active {
    outline: 0;
}

.on, .off {
    text-transform: uppercase;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 1px;
    transition: 0.25s;
}

.on {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    letter-spacing: -0.4px;
}

.off {
    letter-spacing: -0.5px;
    left: initial;
    right: 10px;
    color: rgba(255, 255, 255, 0.9) !important;
}

.detail-insur {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.detail-insur .button {
    color: var(--sub-color);
    font-size: 16px;
    margin-right: 315px;
}

.plans-choice-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.plans-choice-wrap input {
    display: none;
}

.plans-choice-wrap label {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid var(--gray-txt4-color);
}


.plans-choice-wrap input:checked + label {
    border: 1.5px solid var(--main-color);
    box-shadow: rgba(61, 106, 255, 0.2) 0px 2px 12px;
}

/*.plans-choice-wrap input:checked + label h4, .plans-choice-wrap input:checked + label .plan-price {*/
.plans-choice-wrap input:checked + label h4 {
    color: var(--main-color);
}


/* plan-box */
.plan-title-wrap {
    display: flex;
    justify-content: space-between;
}

.plan-title-wrap .detail-insur-btn {
    color: var(--sub-color);
    font-size: 14px;
    font-weight: 500;
}
/*
.plan-title-wrap .detail-insur-btn::after {
    display: inline-block;
    margin: -1px 4px 2px 6px;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid var(--sub-color);
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
} */

.recommand-btn {
    position: absolute;
    background-color: #dde7ff;
    padding: 0.3rem 1.2rem;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.recommand-btn img {
    width: 25px;
}

.recommand-btn span {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}


.popup .plan-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px #dcdcdc solid
}

.plan-title .switch {
    position: absolute;
    top: 0;
    right: 0
}

.tbl-style3.hide {
    height: 0;
    border-color: transparent;
    margin-top: 0;
    transition: all .2s ease-in-out
}

.tbl-style3.show {
    height: 0;
    border-color: #dcdcdc;
    transition: all .2s ease-in-out
}

.selplan-info {
    position: relative;
    display: flex;
    width: 100%
}

.selplan-info .info-join {
    position: relative;
    width: calc(100% - 642px);
    padding: 30px 50px 0
}

.selplan-info .plan-price {
    position: relative;
    width: 264px
}

.selplan-info .plan-price.basic {
    background: #89bbeb
}

.selplan-info .plan-price.standard {
    background: #ef3b24
}

.selplan-info .plan-price.luxury {
    background: #a99a6f
}

.selplan-info .plan-price > span {
    position: absolute;
    display: block;
    color: #fff
}

.selplan-info .plan-price > .label {
    top: 10px;
    left: 20px
}

.selplan-info .plan-price > .price {
    bottom: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: 700
}

.selplan-info button.btn-next {
    width: 114px;
    height: 100%;
    border-radius: 0
}

.selplan-info button.btn-next:after {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
    width: 26px;
    height: 26px;
    background: url(/trvins/assets/icons.4cf71900.png) -50px 0 no-repeat
}

.selplan-info button.btn-next > span {
    font-size: 20px;
    padding-right: 24px
}

.member-ipt {
    position: relative;
    margin-top: 30px;
    counter-increment: mem-counter
}

.member-ipt > .page-title2:after {
    content: " " counter(mem-counter)
}

.error-text {
    position: relative;
    display: block;
    color: #ef3b24;
    line-height: 20px;
    padding-left: 25px;
    margin-top: 6px
}

.error-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/trvins/assets/icons.4cf71900.png) 0 -150px no-repeat
}

.error-text:first-of-type {
    margin-top: 10px
}

.agree-header {
    border-bottom: 1px #dcdcdc solid;
    padding: 15px 0 22px
}

.agree-header label {
    font-size: 20px;
    line-height: 21px
}

.agree-cont .chk-box {
    margin-top: 16px
}

.agree-cont .chk-box:first-child {
    margin-top: 20px
}

.agree-cont .chk-box label {
    font-weight: 400
}

.agree-wrap .sub-text {
    margin-top: 20px
}

.agree-wrap .btn-detail {
    display: inline-block;
    height: 24px;
    border-radius: 12px;
    border: 1px #dcdcdc solid;
    background: #fff;
    padding: 0 10px;
    margin-left: 6px
}

.agree-wrap .btn-detail > span {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 24px
}

.tab-board.agreement .tab-list {
    border-bottom: 1px #dcdcdc solid;
    padding-bottom: 11px
}

.tab-board.agreement .tab-list button {
    flex: none;
    width: 148px;
    height: 36px;
    border: 0;
    border-radius: 18px;
    background: #eee;
    margin-left: 20px
}

.tab-board.agreement .tab-list button:first-child {
    margin-left: 0
}

.tab-board.agreement .tab-list button > span {
    font-size: 16px;
    font-weight: 500
}

.tab-board.agreement .tab-list button.selected {
    background: #222
}

.tab-board.agreement .tab-panel {
    width: calc(100% + 50px)
}

.tab-board.agreement .tab-panel.active {
    height: 592px
}

.tab-board.agreement .tab-panel > .ui-scroll > .ui-scroll-bar {
    top: 0;
    height: 100%
}

.tab-board.agreement .tab-contents {
    width: calc(100% - 50px)
}

.tab-board.agreement .page-title2 {
    line-height: 24px;
    margin-top: 30px
}

.tab-board.agreement .page-title2 label {
    font-size: 18px;
    line-height: 24px
}

.tab-board.agreement .page-title3 .btn-detail {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    display: block;
    height: 24px;
    border-radius: 12px;
    border: 1px #dcdcdc solid;
    background: #fff;
    padding: 0 10px;
    margin-left: 6px
}

.tab-board.agreement .page-title3 .btn-detail > span {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 24px
}

.content-box {
    position: relative;
    border: 1px #dcdcdc solid;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden
}

.content-box .ui-scroll {
    height: 170px;
    border-bottom: 1px #dcdcdc solid
}

.content-box .ui-scroll > .ui-scroll-bar {
    top: 5px;
    height: calc(100% - 10px)
}

.content-box .terms-cont {
    padding: 24px;
    background: #f8f8f8
}

.content-box .list-agree {
    position: relative;
    padding: 22px 24px 25px
}

.content-box .list-agree > li {
    position: relative;
    margin-top: 20px
}

.content-box .list-agree > li:first-child {
    margin-top: 0
}

.content-box .list-agree .agree-label {
    font-size: 16px;
    line-height: 24px
}

.content-box .list-agree .rdo-group {
    position: absolute;
    top: calc(50% - 8px);
    right: 0
}

.content-box .list-agree .rdo-group .rdo-box label {
    font-weight: 400
}

.terms-cont .page-title:not(:first-child) {
    margin-top: 40px
}

.terms-cont .page-title + * {
    margin-top: 20px
}

.terms-cont .page-title3:not(:first-child) {
    margin-top: 20px
}

.terms-cont .page-title3 + * {
    margin-top: 15px
}

.terms-cont .list-dash > li {
    color: inherit
}

.terms-cont ul + .page-text {
    margin-top: 10px
}

.terms-cont .tbl-style3 thead th {
    text-align: center
}

.terms-cont .tbl-style3 tbody tr > td {
    padding: 10px 20px;
    border-bottom: 1px #f2f2f2 solid
}

.terms-cont .tbl-style3 tbody tr:last-child > td {
    border-bottom: 0
}

.identification .agree-header {
    padding-top: 0
}

.identification {
    position: relative
}

.identification .tab-panel {
    height: 580px
}

.identification .tab-panel > .agree-wrap {
    margin-top: 0;
    padding-top: 30px
}

.identification .pop-bottom-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 56px;
    border-radius: 10px;
    background: #222
}

.identification .pop-bottom-btn > span {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.identification .pop-bottom-btn:disabled {
    background: #dcdcdc
}

.conf-phone {
    position: relative;
    border-bottom: 1px #dcdcdc solid;
    background: #f8f8f8;
    padding: 20px
}

.conf-phone > .frm-item {
    width: calc(50% - 10px)
}

.conf-no {
    width: 100% !important;
    margin-top: 30px
}

.conf-no .inp-text {
    padding-right: 245px
}

.conf-no .time-retry {
    position: absolute;
    display: none;
    top: calc(50% - 18px);
    right: 20px
}

.conf-no .time-retry .time {
    display: inline-block;
    font-size: 18px;
    color: #ef3b24;
    margin-right: 20px
}

.conf-no .time-retry .btn-retry {
    height: 36px;
    padding: 0 16px;
    border-radius: 18px;
    background: #f0f1f5
}

.conf-no .time-retry .btn-retry > span {
    font-size: 16px;
    font-weight: 700
}

.conf-no + .error-text {
    display: none
}

.conf-no.send .time-retry, .conf-no.error .time-retry {
    display: block
}

.conf-no.error .time-retry .time {
    display: none
}

.conf-no.error + .error-text {
    display: block
}

#kakaoAgree.hidden {
    display: none
}

.kakaopay-info {
    margin-top: 30px
}

.kakaopay-info.hidden {
    display: none
}

.kakao_step {
    position: relative;
    border-top: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
    padding: 30px 0;
    margin-top: 22px
}

.kakao_step ul {
    position: relative;
    display: flex;
    justify-content: space-between
}

.kakao_step li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 222px;
    height: 190px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.04em;
    text-align: center;
    line-height: 19px;
    border: 1px #dcdcdc solid;
    border-radius: 30px
}

.kakao_step li:not(:first-child):before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: -42px;
    width: 32px;
    height: 4px;
    background: url(/trvins/assets/icons.4cf71900.png) 0 -200px no-repeat
}

.kakao_step li > .num {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    letter-spacing: -.04em;
    line-height: 64px;
    border-radius: 50%;
    background: #f8f8f8;
    margin: 0 auto 16px
}

.kakao_step + .sub_txt {
    font-size: 14px;
    color: #888;
    letter-spacing: -.04em;
    margin-top: 10px
}

.kakao_step + .sub_txt .fc_red {
    color: #ef3b24
}

.identify-member .frm-item {
    width: 100%
}

.identify-member .frm-item .inp-text {
    width: calc(100% - 225px)
}

.identify-member span[class*=badge] {
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    right: 14px;
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border-radius: 20px
}

.identify-member span.badge-ready {
    color: #fff;
    background: #222
}

.identify-member span.badge-comp {
    display: none;
    color: #585862;
    background: #f0f1f5
}

.identify-member + .identify-member {
    margin-top: 40px
}

.identify-member.addMember {
    counter-increment: confmem-counter
}

.identify-member.addMember .frm-item .frm-label:after {
    content: " " counter(confmem-counter)
}

.identify-member.complete:not(:first-of-type) {
    margin-top: 20px
}

.identify-member.complete span.badge-ready {
    display: none
}

.identify-member.complete span.badge-comp, .identify-member.myself span.badge-comp {
    display: block
}

.identify-member.complete .check-member {
    display: none
}

.payment .rdo-group {
    margin-top: 30px
}

.payment .rdo-box label {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

.payment .rdo-box label:before {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-position: -250px -100px
}

.payment .rdo-box input[type=radio]:checked + label:before {
    background-position: -300px -100px
}

.payment .frm-wrap.conf-phone {
    border-top: 1px #dcdcdc solid;
    margin-top: 15px
}

.payment .hide {
    display: none
}

.simple-pay {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px
}

.simple-pay button {
    position: relative;
    width: 244px;
    height: 190px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc
}

.simple-pay button > span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 70px
}

.simple-pay button > span:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(/trvins/assets/icons.4cf71900.png) no-repeat
}

.simple-pay button.naver > span:before {
    background-position: 0 -250px
}

.simple-pay button.kakao > span:before {
    background-position: -50px -250px
}

.simple-pay button.toss > span:before {
    background-position: -100px -250px
}

.simple-pay button.naver:hover, .simple-pay button.naver.sel {
    border-color: #02c44f
}

.simple-pay button.kakao:hover, .simple-pay button.kakao.sel {
    border-color: #f1c62b
}

.simple-pay button.toss:hover, .simple-pay button.toss.sel {
    border-color: #3b86f7
}

.calc_ing {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 670px;
    text-align: center
}

.calc_ing .calc_main {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px
}

.calc_ing .calc_sub {
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px
}

.spinner {
    margin-bottom: 40px
}

.spinner svg:not(:root) {
    overflow: hidden
}

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

.spinner .q-spinner-mat {
    animation: q-spin 2s linear infinite;
    transform-origin: center center
}

.spinner .q-spinner-mat .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    color: #ef3b24;
    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
    }
}

a.link {
    text-decoration: underline
}

a.link:hover {
    color: #ef3b24
}

.noti {
    margin: 20px 0;
}

.noti p {
    position: relative;
    font-size: 14px;
    color: var(--gray-txt1-color);
    padding-left: 10px;
}

.noti p::before {
    position: absolute;
    content: '';
    width: 3.5px;
    height: 3.5px;
    border-radius: 20px;
    top: 7px;
    left: 0;
    background-color: var(--sub-color);
}

.noti p b {
    font-weight: 500;
}

#Header h1.benepia {
    background-image: url(../images/benepia_logo.png);
    background-position: center 2px
}

.payment .frm-wrap.conf-phone .point {
    width: calc(100% - 145px);
    font-size: 18px;
    font-weight: 500
}

.payment .frm-wrap.conf-phone .point.disabled {
    color: #dcdcdc
}

.payment .frm-wrap.conf-phone .use-btn {
    position: relative;
    width: 60px;
    height: 36px;
    border-radius: 20px;
    background: #222;
    padding: 0 16px
}

.payment .frm-wrap.conf-phone .use-btn > span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    word-break: keep-all
}

.payment .frm-wrap.conf-phone .use-btn:disabled {
    background: #eee;
    cursor: default
}

.payment .frm-wrap.conf-phone.benepia .frm-item {
    flex: 1;
    margin-right: 20px
}

.payment .frm-wrap.conf-phone.benepia .frm-item:last-child {
    margin-right: 0
}

.payment .frm-wrap.conf-phone.benepia .view-point {
    width: 160px;
    background: #222;
    border-radius: 8px
}

.payment .frm-wrap.conf-phone.benepia .view-point > span {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.info-text {
    color: #585862;
    line-height: 21px;
    margin-bottom: 20px
}

.floating .hide {
    display: none !important
}

.plan_tip {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 12px
}

.plan_tip > button > span {
    color: #ef3b24;
    margin-left: 6px;
    margin-right: 3px
}

.plan_tip:before {
    margin-right: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' fill='white'/%3E%3Cpath d='M12 1.5C6.20156 1.5 1.5 6.20156 1.5 12C1.5 17.7984 6.20156 22.5 12 22.5C17.7984 22.5 22.5 17.7984 22.5 12C22.5 6.20156 17.7984 1.5 12 1.5ZM12 20.7188C7.18594 20.7188 3.28125 16.8141 3.28125 12C3.28125 7.18594 7.18594 3.28125 12 3.28125C16.8141 3.28125 20.7188 7.18594 20.7188 12C20.7188 16.8141 16.8141 20.7188 12 20.7188Z' fill='%23EF3B24'/%3E%3Cpath d='M10.875 16.125C10.875 16.4234 10.9935 16.7095 11.2045 16.9205C11.4155 17.1315 11.7016 17.25 12 17.25C12.2984 17.25 12.5845 17.1315 12.7955 16.9205C13.0065 16.7095 13.125 16.4234 13.125 16.125C13.125 15.8266 13.0065 15.5405 12.7955 15.3295C12.5845 15.1185 12.2984 15 12 15C11.7016 15 11.4155 15.1185 11.2045 15.3295C10.9935 15.5405 10.875 15.8266 10.875 16.125ZM11.4375 13.5H12.5625C12.6656 13.5 12.75 13.4156 12.75 13.3125V6.9375C12.75 6.83437 12.6656 6.75 12.5625 6.75H11.4375C11.3344 6.75 11.25 6.83437 11.25 6.9375V13.3125C11.25 13.4156 11.3344 13.5 11.4375 13.5Z' fill='%23EF3B24'/%3E%3C/svg%3E") no-repeat;
    width: 24px;
    height: 24px;
    content: "";
    display: inline-block
}

.tbl-style3 {
    border: 1px #dcdcdc solid;
    border-radius: 8px;
    margin-top: 15px;
    overflow: hidden;
}

.tbl-style3 tbody tr:first-child > th, .tbl-style3 tbody tr:first-child > td {
    padding-top: 25px;
}

.tbl-style3 tbody tr:last-child > th, .tbl-style3 tbody tr:last-child > td {
    padding-bottom: 10px;
}

.tbl-style3 tbody th, .tbl-style3 tbody td {
    font-weight: 400;
    text-align: left;
    padding: 0.5px 15px;
    border-right: 1px #f2f2f2 solid;
    font-size: 14px;
    letter-spacing: -0.4px;
}

.wide-width {
    width: 50%;
}

.popup table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.popup table tr {
    vertical-align: top;
}

.popup table tr td {
    text-align: right;
}

caption {
    width: 0;
    height: 0;
    font-size: xx-small;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.tbl-style3 thead th {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 0;
    background: #f8f8f8;
    border-bottom: 1px #dcdcdc solid;
}

.tbl-style3 thead th:not(:last-child) {
    border-right: 1px #dcdcdc solid;
}

.insur-page-title {
    font-size: 20px;
    line-height: 20px;
}

.plan-details-modal .ui-scroll {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.tbl-style3 tbody th > span {
    color: var(--gray-txt2-color);
    font-size: 11px;
}


/* 디테일 보장내용 나이대 라디오버튼 */

.input_ul {
    width: 100%;
}

.input_text {
    display: flex;
    align-items: center;
}

.travel-purpose {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.purpose-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

input[type=radio]:checked + label {
    /* color: var(--sub-color); */
}

.travel-purpose .purpose-list label {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    background: none;
    width: auto;
    display: flex;
    gap: 5px;
}


.input_basic .input_text_box .input_text input {
    flex: none;
}

.travel-purpose .purpose-list input {
    height: auto !important;
    width: auto !important;
}

.travel-purpose .purpose-list label .radio {
    width: 20px;
    height: 20px;
}

.travel-purpose .purpose-list input:checked + label .radio {
    border-color: var(--sub-color);
}

.travel-purpose .purpose-list input:checked + label .radio::before {
    color: var(--sub-color);
}

.ageCriteriaPlans, .ageCriteriaNoDomestic {
    display: none;
}

.all-tr {
    text-align: center;
}

.all-tr th {
    padding-top: 15px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: var(--sub-color);
}

.first-tr th {
    padding-top: 25px !important;
}

.last-th {
    margin-bottom: 12px;
}

.share_btns {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
    gap: 0 10px
}
.intro-form-list h5 {
    margin-bottom: 8px;
}
.ui-autocomplete {
    position: absolute;
    z-index: 10000;
    overflow-y: auto;
    background: #fff;
    border-radius: 6px;
    right: 24px;
    width: calc(100% - 18rem);
    border: 1px solid #d1d5dc;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
.ui-autocomplete > .ui-menu-item {
    padding: 0.8rem 1.6rem;
    cursor: pointer;
}
.ui-autocomplete > .ui-menu-item:hover {
    background-color: #eff6ff;
}
.quote-download-modal .popup.type-middle .pop-body.tit-line2 {
    height: calc(100% - 210px);
}
.get-quote-modal .popup.type-middle .pop-body.tit-line2 {
    height: calc(100% - 185px);
}
@media (max-width: 768px) {
    .quote-download-modal .popup.type-middle .pop-body.tit-line2, .get-quote-modal .popup.type-middle .pop-body.tit-line2 {
        height: calc(100% - 180px);
    }
}
.all-chk-box label::before, .terms-acco-left label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #dcdcdc url(/images/travel/overseas/meritz/mo/ico_common.png) -200px -50px/250px auto no-repeat;
    transform: translateY(-50%);
}
.popup-wrap.lgt-evacuation-details-modal .popup.type-middle .pop-contents, .popup-wrap.lgt-injury-expense-details-modal .popup.type-middle .pop-contents, .popup-wrap.lgt-disease-expense-details-modal .popup.type-middle .pop-contents {
    padding-bottom: 20px;
}
.get-quote-modal .popup.type-middle .pop-contents {
    padding-bottom: 0;
}
.usage-terms {
    display: none;
}
.sfd-terms {
    margin: 15px 0;
    font-size: 15px;
    background-color: #f8f8f8;
    padding: 20px 20px 25px 20px;
    border-radius: 10px;
}
.sfd-terms p {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 15.4px;
    font-weight: 500;
}
.sfd-terms li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 9px;
    width: 5px;
    height: 0.1rem;
    background: #222;
}
.sfd-terms ul li {
    padding-left: 15px;
}
.check-list label p {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 440px) {
    .popup-wrap.get-quote-modal .check-list label p {
        font-size: 14px;
        width: 80%;
    }
}
.get-quote-modal .ui-scroll-area::-webkit-scrollbar {
    width: 4px;
}
.get-quote-modal .ui-scroll-area::-webkit-scrollbar-thumb {
    background-color: #999;
}
.get-quote-modal .ui-scroll-area::-webkit-scrollbar-track {
    background-color: #dadada;
}
.quote-download-modal .separate {
    line-height: 15px;
}
.get-quote-modal .separate {
    line-height: 15px;
    display: flex;
    width: 50%;
}
.separate label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0 13px;
    letter-spacing: -1.2px;
}
.separate label::before {
    content: '';
    display: block;
    background: #fff url(/images/travel/overseas/meritz/mo/ico_common.png) -203px -52px / 250px auto no-repeat;
    border: 1px solid #bbbbbb;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    transition: all 0.15s;
}
.separate input:checked + label::before, .separate li input:checked + label::before {
    background: #2878F5 url(/images/travel/overseas/meritz/mo/ico_common.png) -203px -52px / 250px auto no-repeat;
    border: 1px solid transparent;
}
.pop-contents button[class*=btn-] {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #0046FF;
}
.pop-contents button>span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 1200px) {
    .share_btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap
    }
}

.bd-btn-share {
    min-width: 9rem;
    height: 2.5rem;
    border-radius: .35rem;
    border: 1px solid #cdcdcd;
    background: #fff;
    font-size: .85rem;
    color: #525252;
    font-weight: 400
}

[class*=bd-btn] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    transition: .2s ease-in-out
}

.btn_wrap {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 10px
}

.btn_chatbot {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none
}

.btn_chatbot img {
    width: 50px
}

.travel-purpose .purpose-list label {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    background: none;
    width: auto;
    display: flex;
    gap: 5px;
}

/* plan-box */
.plan-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-title-wrap .detail-insur-btn {
    color: var(--sub-color);
    font-size: 14px;
    font-weight: 500;
}

.recommand-btn {
    position: absolute;
    background-color: #dde7ff;
    padding: 0.3rem 1.2rem;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.recommand-btn img {
    width: 25px;
}

.recommand-btn span {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}


.popup .plan-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px #dcdcdc solid
}

.plan-title .switch {
    position: absolute;
    top: 0;
    right: 0
}

.tbl-style3.hide {
    height: 0;
    border-color: transparent;
    margin-top: 0;
    transition: all .2s ease-in-out
}

.tbl-style3.show {
    height: 0;
    border-color: #dcdcdc;
    transition: all .2s ease-in-out
}

.selplan-info {
    position: relative;
    display: flex;
    width: 100%
}

.selplan-info .info-join {
    position: relative;
    width: calc(100% - 642px);
    padding: 30px 50px 0
}

.selplan-info .plan-price {
    position: relative;
    width: 264px
}

.selplan-info .plan-price.basic {
    background: #89bbeb
}

.selplan-info .plan-price.standard {
    background: #ef3b24
}

.selplan-info .plan-price.luxury {
    background: #a99a6f
}

.selplan-info .plan-price > span {
    position: absolute;
    display: block;
    color: #fff
}

.selplan-info .plan-price > .label {
    top: 10px;
    left: 20px
}

.selplan-info .plan-price > .price {
    bottom: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: 700
}

.selplan-info button.btn-next {
    width: 114px;
    height: 100%;
    border-radius: 0
}

.selplan-info button.btn-next:after {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
    width: 26px;
    height: 26px;
    background: url(/trvins/assets/icons.4cf71900.png) -50px 0 no-repeat
}

.selplan-info button.btn-next > span {
    font-size: 20px;
    padding-right: 24px
}

.member-ipt {
    position: relative;
    margin-top: 30px;
    counter-increment: mem-counter
}

.member-ipt > .page-title2:after {
    content: " " counter(mem-counter)
}

.error-text {
    position: relative;
    display: block;
    color: #ef3b24;
    line-height: 20px;
    padding-left: 25px;
    margin-top: 6px
}

.error-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/trvins/assets/icons.4cf71900.png) 0 -150px no-repeat
}

.error-text:first-of-type {
    margin-top: 10px
}

.agree-header {
    border-bottom: 1px #dcdcdc solid;
    padding: 15px 0 22px
}

.agree-header label {
    font-size: 20px;
    line-height: 21px
}

.agree-cont .chk-box {
    margin-top: 16px
}

.agree-cont .chk-box:first-child {
    margin-top: 20px
}

.agree-cont .chk-box label {
    font-weight: 400
}

.agree-wrap .sub-text {
    margin-top: 20px
}

.agree-wrap .btn-detail {
    display: inline-block;
    height: 24px;
    border-radius: 12px;
    border: 1px #dcdcdc solid;
    background: #fff;
    padding: 0 10px;
    margin-left: 6px
}

.agree-wrap .btn-detail > span {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 24px
}

.tab-board.agreement .tab-list {
    border-bottom: 1px #dcdcdc solid;
    padding-bottom: 11px
}

.tab-board.agreement .tab-list button {
    flex: none;
    width: 148px;
    height: 36px;
    border: 0;
    border-radius: 18px;
    background: #eee;
    margin-left: 20px
}

.tab-board.agreement .tab-list button:first-child {
    margin-left: 0
}

.tab-board.agreement .tab-list button > span {
    font-size: 16px;
    font-weight: 500
}

.tab-board.agreement .tab-list button.selected {
    background: #222
}

.tab-board.agreement .tab-panel {
    width: calc(100% + 50px)
}

.tab-board.agreement .tab-panel.active {
    height: 592px
}

.tab-board.agreement .tab-panel > .ui-scroll > .ui-scroll-bar {
    top: 0;
    height: 100%
}

.tab-board.agreement .tab-contents {
    width: calc(100% - 50px)
}

.tab-board.agreement .page-title2 {
    line-height: 24px;
    margin-top: 30px
}

.tab-board.agreement .page-title2 label {
    font-size: 18px;
    line-height: 24px
}

.tab-board.agreement .page-title3 .btn-detail {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    display: block;
    height: 24px;
    border-radius: 12px;
    border: 1px #dcdcdc solid;
    background: #fff;
    padding: 0 10px;
    margin-left: 6px
}

.tab-board.agreement .page-title3 .btn-detail > span {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 24px
}

.content-box {
    position: relative;
    border: 1px #dcdcdc solid;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden
}

.content-box .ui-scroll {
    height: 170px;
    border-bottom: 1px #dcdcdc solid
}

.content-box .ui-scroll > .ui-scroll-bar {
    top: 5px;
    height: calc(100% - 10px)
}

.content-box .terms-cont {
    padding: 24px;
    background: #f8f8f8
}

.questionBtn {
    position: relative;
    top: 3px;
    left: 5px;
    cursor: pointer;
}


/* mobile */
@media (max-width: 1200px) {

    .main {
        border-radius: 0;
    }

    /* intro-page */
    .btn-start {
        display: block;
    }

    .capsule {
        position: fixed;
        top: 37px;
        left: 0;
        background-color: #f5f5f5;
        padding: 0;
        height: 60px;
        padding: 10px 0;
        border-radius: 0;
    }

    .capsule ul {
        width: 432px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        background-color: #f5f5f5;
        border-radius: 25px;
        padding: 0 20px;
    }

    .capsule ul li {
        border-right: 0;
        padding: 0px 10px;
    }

    .capsule ul span {
        border: 0;
    }

    .capsule ul li span {
        padding-left: 0;
    }

    .list span::after {
        width: 0;
    }

    .capsule ul input:checked + label {
        border-radius: 5px;
    }


    .capsule label::after {
        left: 13%;
    }

    .capsule label::after {
        width: 0;
    }

    .capsule ul label {
        padding-left: 0;
    }

    .right .main-txt h1 {
        font-size: 24px;
    }

    .capsule label::after {
        left: 83px;
    }

    .intro-form-list ul {
        gap: 15px;
        align-items: center;
    }

    .intro-form-list .col {
        flex-direction: column;
        gap: 25px;
    }

    .intro-form .input-div .placeholder {
        font-size: 16px;
    }

    .longtermCheck-text > div {
        font-size: 14px;
    }

    .check-list label p {
        font-size: 15px;
    }

    .inpCheck-terms .contents {
        font-size: 14px;
    }

    .plans-choice-wrap {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }
    .plans-choice-wrap .plans-choice-inner {
        width: 100%;
    }

    .plans-choice-wrap label {
        width: 100%;
    }

    .popup-footer button[class*=btn-] > span {
        font-size: 16px;
    }

    .recommand-btn span {
        color: var(--main-color);
        font-size: 13px;
        font-weight: 500;
    }

    .selplan-info .plan-price > .price {
        font-size: 24px;
    }

    .plans-choice-wrap .plans-choice-inner .plan-choice-box {
        padding: 25px 20px;
    }

    .plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-name {
        font-size: 20px;
    }

    .plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-info > div span {
        font-size: 16px;
    }

    .plan-title-wrap .detail-insur-btn {
        font-size: 13px;
    }

    .plan-top {
        width: 100%;
    }

    .plan-top p {
        font-size: 14px;
    }

    .plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-info {
        align-items: flex-end;
    }

    .plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-title small {
        color: var(--sub-color);
        font-size: 12px;
        font-weight: 400;
        margin-left: 5px;
    }


}

@media (max-width: 432px) {

    /* intro-page */
    .capsule label::after {
        left: 83px;
    }

    .capsule ul {
        width: 100%;
    }


    .check-list .check-list-box {
        width: 100%;
        justify-content: space-between;
        gap: 0;
    }

    .capsule label::after {
        left: 10%;
    }

    /* 플랜 자세히보기 팝업 */
    .travel-purpose {
        gap: 10px;
    }

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

    .plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price-dis-wrap {
        flex-direction: column;
    }


    .plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price .price-sub {
        font-size: 14px;
    }

    .plans-choice-wrap .plans-choice-inner .plan-choice-box .plan-price-box .plan-price .price-tot-num {
        font-size: 20px;
    }


    .tbl-style3 tbody th > span {
        font-size: 10px;
    }


}

.check-list { position:relative;
}

.check-list input:checked+label:before {
    background-color: var(--sub-color);
    border: 1px solid var(--sub-color);
}

.agreeInputWrap {
    position: relative;
    line-height: 27px;}

.agree-wrap {
    position: relative;
}

.golf-modal {
    position: absolute;
    left: 20px;
    top: 130px;
    width:300px;
}

@media (max-width: 1200px) {
    .agreeInputWrap {gap: 10px;flex-direction: column;}

    .intro-form-list ul li {
        line-height: 16px;
    }
}

.inputShortSsno {
    display: none;
}

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

.scrollarea_container>.contents {
    padding-top: 30px;
    padding-bottom: 0;
}
