@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', 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;
    letter-spacing: -1px;
}

#wrap {
    height: auto;
}

.container {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);
    letter-spacing: -0.063rem;
    padding-bottom: 5px;
}

.section01 {
    padding-top: 100px;
}

.main-color {
    color: #748F14 !important;
}

#left {
    position: fixed;
    float: left;
    margin-top: 0;
    z-index: 5;
    margin-top: 5px;
}

.step-wrap {
    position: fixed;
}

.step {
    display: block;
    width: 217px;
    position: absolute;
    left: -250px;
}

.step ul li .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #748F14;
    padding: 7px 7px 7px 20px;
    font-size: 18px;
    color: #fff;
}

.step ul li:first-child .head {
    border-radius: 5px 5px 0 0;
}

.step ul li .head button {
    font-size: 13px;
    color: #748F14;
    padding: 3px 10px;
    background-color: #fff;
    border-radius: 3px;
}

.step ul li .body {
    padding: 10px 10px 10px 20px;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    gap: 2px 0;
}

.step ul li:last-child .body {
    border-bottom: 1px solid #f0f0f0;
}

.step ul li .head p {
    font-size: 15px;
    font-weight: 500;
}

.step ul li .body .my-detail {
    position: relative;
    display: flex;
    align-items: start;
    gap: 0 3px;
}

.step ul li .body .my-detail h5,
.step ul li .body .my-detail p {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

.step ul li .body .my-detail h5 {
    padding-left: 7px;
}

.step ul li .body .my-detail h5::before {
    position: absolute;
    content: '';
    width: 3.5px;
    height: 3.5px;
    top: 10px;
    left: 0;
    border-radius: 50px;
    background-color: #748F14;
}

.cs-btn {
    box-sizing: border-box;
    border: 1px solid #748F14;
    padding: 4px 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    border-radius: 50px;
}

.cs-btn button {
    font-size: 15px;
    color: #fff;
    color: #748F14;
    width: 100%;
    gap: 0 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-btn button span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #748F14;
}

#contactForm {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

#contactForm li p {
    font-size: 14px;
    font-weight: 500;
}

#contactForm li input {
    padding: 10px;
    border: 1px solid#d5d5d5;
    border-radius: 5px;
    font-weight: 400;
    box-sizing: border-box;
    margin-top: 5px;
}

#contactForm li input:focus {
    border-color: #748F14;
}

#contactForm li input::placeholder {
    font-weight: 300;
    color: #999;
}

#contactForm li select {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    margin-top: 5px;
    color: #999;
    background-color: #fff;
    border-radius: 5px;
    background-image: url('/images/btn_select.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;
    font-weight: 300;
}

#contactForm li select.selected {
    color: #303030;
    font-weight: 400;
}

#contactForm li select option {
    color: #303030;
}

#contactForm li textarea {
    resize: none;
    width: 100%;
    margin-top: 5px;
    padding: 15px;
    font-size: 16px;
    color: #303030;
    border-color: #d5d5d5;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 5px;
}

#contactForm li textarea::placeholder {
    color: #999;
    font-weight: 300;
}

.btnSubmitContactForm {
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #748F14;
}


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

input,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

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

.title-line {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

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

.title-line .notice {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
}

.title-line .notice::before {
    content: '※'
}

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

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

.buttons {
    position: sticky;
    bottom: 0;
    width: 23.438rem;
    margin: auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
}

.buttons button {
    position: relative;
    width: 100%;
    border: 0.063rem solid #748F14;
    padding: 0.938rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
}

.buttons button span {
    position: absolute;
}

.buttons button.prev-btn {
    color: #748F14;
}

.buttons button.prev-btn span {
    left: 0.938rem;
    color: #748F14;
}

.buttons button.next-btn {
    background: #748F14;
    color: #fff;
}

.buttons button.next-btn span {
    right: 0.938rem;
    font-weight: bold;
    color: #fff;
}

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

.mt-5 {
    margin-top: 0.313rem;
}

.mt-10 {
    margin-top: 0.313rem;
}

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

input::placeholder {
    color: #999;
}

input:focus {
    caret-color: #748F14;
    border-bottom: 1px solid #748F14;
}

table {
    border-spacing: 0;
}

.teddy-logo {
    width: 5rem;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.hamburger span {
    display: block;
    width: 1.25rem;
    height: 2px;
    background-color: #000;
}

.main {
    display: flex;
    align-items: start;
}

.main .inner {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    width: 100%;
    margin: 0 px;
}

.arrow {
    position: absolute;
    right: 45px;
    margin-bottom: 3px;
}

.buttons button.next-btn .arrow span {
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    right: auto;
    font-weight: 400;
    margin-left: 10px;
}

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

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

.container .inner {
    position: relative;
    /* width: auto; */
    margin: 0 20px;
}

.ground-btm {
    position: sticky;
    bottom: 0;
    width: 100%;
    margin: 30px 0;
    max-width: 768px;
    background: #fff;
    /*z-index: 9;*/
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
}

.fixed-btm {
    padding: 5px 0 15px;
    background: #fff;
    z-index: 999999;
}

.fixed-btm .inner {
    display: flex;
    align-items: center;
    gap: 0 10px;
    flex-direction: unset;
}

.ground-btm:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);
    pointer-events: none;
}

.btn-floating {
    display: inline-block;
    height: 56px;
    width: 70%;
    color: #fff;
    font-size: 1.125em;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 56px;
    border: 1px solid #748F14;
    border-radius: 4px;
    background: #748F14;
}

.btn-floating.btn-back {
    width: 30%;
    background-color: #F0F0F0 !important;
    border: 1px solid #F0F0F0 !important;
    color: #707070 !important;
}

.btn-floating.disabled {
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
}

.btn-floating.btn-back::before {
    display: inline-block;
    margin: -1px 4px 1px 2px;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #707070;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(-135deg);
}

.btn-floating:not(.confirm):after {
    display: inline-block;
    margin: -1px 4px 1px 2px;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-floating.btn-back::after {
    display: none;
}

/* Loading */
.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: .5;
    z-index: -1;
    background-color: #000;
    transition: background-color .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;
}

.meritz-logo {
    position: absolute;
    right: 0;
    width: 124px;
}

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

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

.bar {
    width: 100%;
    position: absolute;
    top: 51px;
    height: 4px;
    background-color: #F0F0F0;
}

.bar::after {
    content: '';
    display: block;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #748F14;
    transition: all 0.35s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-title {
    font-size: 24px;
    font-weight: 500;
    color: #181818;
}

.important-color {
    color: #748F14 !important;
}


header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(222, 222, 222, 0.46);
    z-index: 998;
    transition: all 0.35s;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: saturate(160%) blur(10px);
    backdrop-filter: saturate(160%) blur(10px);
    border-bottom-color: transparent;
}

header .inner {
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
header .inner .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .inner .logo ul.choice-insurance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex: none;
}
header .inner .logo ul.choice-insurance li a {
    color: #707070;
}
header .inner .logo ul.choice-insurance li.current a {
    color: #748F14;
}
header .inner .teddyLogo {
    width: 90px;
}
header .inner .header-nav .main-menu-list {
    align-items: center;
    display: flex;
    gap: 0 80px;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
header .inner .header-nav .top-menu-item {
    align-items: center;
    display: flex;
}
header .inner .header-nav .top-menu-item-url {
    display: flex;
}
header .inner .header-nav .top-menu-item .top-menu-item-text {
    position: relative;
    transition: color 0.3s;
}
header .inner .header-nav .top-menu-item .top-menu-item-text::after {
    position: absolute;
    content: "";
    left: -1px;
    right: -1px;
    bottom: -3px;
    height: 2px;
    background-color: #748F14;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.35, 1);
    transform-origin: 100% 0;
}
header .inner .header-nav .top-menu-item:not(.current-menu-item) .top-menu-item-url:hover .top-menu-item-text::after {
    transform: scaleX(1);
    transform-origin: 0 0;
}
header .inner .header-nav .top-menu-item.current-menu-item .top-menu-item-text::after {
    transform: scaleX(1);
}
header .inner .header-nav .top-menu-item-text > span {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    background-color: #748F14;
    line-height: normal;
    letter-spacing: normal;
    padding: 0.5em 1em;
    border-radius: 1.5em;
    transform: translateX(-2px) translateY(-8px);
}
header .inner .header-nav .g-header-main-menu {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    white-space: nowrap;
    color: #303030;
}
header .inner .login-state {
    border: 1px solid #F0F0F0;
    padding: 2px 13px;
    border-radius: 15px;
}
header .inner .login-state .one, header .inner .login-state .before_login {
    font-size: 16px;
    color: #707070;
}

header .inner .header-nav .main-menu-list {
    align-items: center;
    display: flex;
    gap: 0 80px;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
header .inner .header-nav .top-menu-item {
    align-items: center;
    display: flex;
}
header .inner .header-nav .top-menu-item-url {
    display: flex;
}
header .inner .header-nav .top-menu-item .top-menu-item-text {
    position: relative;
    transition: color 0.3s;
}
header .inner .header-nav .g-header-main-menu {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    white-space: nowrap;
    color: #303030;
}
header .inner .header-nav .top-menu-item .top-menu-item-text::after {
    position: absolute;
    content: "";
    left: -1px;
    right: -1px;
    bottom: -3px;
    height: 2px;
    background-color: #748F14;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.35, 1);
    transform-origin: 100% 0;
}

.popup-content-text {
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    nav ul {
        width: 100%;
    }
    nav ul li {
        width: 25%;
    }
}
@media (max-width: 1200px) {
    header .inner .header-nav .main-menu-list {
        gap: 0 40px;
    }
}

.mo_show {
    display: none;
}

.pc_show {
    display: flex;
}



footer {
    background-color: #303030;
    color: hsla(0,0%,94%,.7);
    font-size: 14px;
    padding: 50px 125px;
}

footer .inner {
    align-items: start;
    height: auto;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

footer .inner .contents {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .inner .contents ul {
    display: flex;
    flex-direction: column;
    gap: 3px 0;
}

footer .inner .contents ul li {
    align-items: center;
    display: flex;
    gap: 0 7px;
}

footer .inner .contents ul li:first-child p {
    color: #f0f0f0;
}

footer .inner .contents ul li:first-child p b {
    font-weight: 500;
}

footer .inner .contents ul li p, footer .inner .contents ul li span {
    color: #bababa;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.7px;
}

footer .inner .contents .wall {
    background-color: hsla(0,0%,94%,.7);
    height: 67px;
    margin: 0 50px;
    position: relative;
    width: 1px;
}

footer .inner .contents ul.cs li:first-child {
    align-items: start;
    flex-direction: column;
    margin-bottom: 10px;
}

footer .inner .contents ul.cs li:first-child p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

footer .inner .contents ul.cs li:first-child a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

footer .inner .contents ul.footer-contents li:last-child {
    align-items: center;
    display: flex;
    gap: 0 20px;
    margin-top: 20px;
}

footer .inner .contents ul.footer-contents li:last-child button {
    color: #bababa;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.teddx-color {
    color: #748F14;
}

.meritz-color {
    color: #ef3b24;
}

@media (max-width: 1200px) {

    .pc,
    .pc_show {
        display: none !important;
    }

    .m,
    .mo_show {
        display: block !important;
    }


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

    .dolls {
        display: none;
    }

    header,
    header.down {
        padding: 0.844rem 25px;
    }

    .section01 {
        padding-top: 5rem !important;
    }


    header .inner {
        margin: 0;
    }

    header .inner .teddyLogo {
        width: 65px;
    }

    header .inner .login-state {
        align-items: center;
        border: 0;
        display: flex;
        gap: 0 30px;
        padding: 0;
    }

    header .inner .login-state .one,
    header .inner .login-state .before_login {
        font-size: 14px;
    }

    header .inner .login-state .mo_show {
        color: #181818;
    }

    header .inner .login-state .mo_show span {
        font-size: 30px;
        font-weight: 500;
    }

    .container {
        padding-bottom: 0;
    }

    .section01 {
        padding-top: 105px;
    }

    .step {
        display: none;
    }

    .main .inner {
        margin: 0 30px;
    }

    footer {
        padding: 50px 100px;
    }

    footer .inner {
        align-items: start;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        margin: 0;
    }

    footer .inner .contents {
        align-items: start;
        flex-direction: column-reverse;
        justify-content: center;
    }

    footer .inner .contents .footer-contents {
        line-height: 1.7;
        margin-top: 10px;
    }

    footer .inner .contents .footer-contents li {
        display: flex;
        gap: 0 3px;
        letter-spacing: -1.2px;
    }

    footer .inner .contents .wall {
        display: none;
    }

}

@media (max-width: 720px) {
    footer {
        padding: 40px 30px;
    }

    footer .inner .contents ul.cs li:first-child h3 {
        font-size: 18px;
    }

    footer .inner .contents ul.cs li p, footer .inner .contents ul.cs li span, footer .inner .contents ul.footer-contents li p, footer .inner .contents ul.footer-contents li span, footer .inner .contents ul.footer-contents li:last-child button {
        font-size: 12px;
    }

}

@media (max-width: 400px) {
    .main .inner {
        margin: 0 20px;
    }
}
