@charset "utf-8";
.wrap {
    width: 100%;
    box-sizing: border-box;
}

.main_cont {
    margin: auto;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.smooth_scroll {
    line-height: 0;
    max-width: 768px;
    margin: auto;
}

.smooth_scroll .swiper-wrapper {
	transition-timing-function: linear;
}

.smooth_scroll .swiper-slide {
	width: 160px;
}

.smooth_scroll .swiper-slide img {
    width: 100%;
}

.main_banner {
    max-width: 768px;
    margin: auto;
    padding-top: 448px;
    background: url('../img/cover.gif') 50% 0 no-repeat;
    background-size: 571px;
    text-align: center;
    box-sizing: border-box;
}

.main_banner h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 57.92px;
    letter-spacing: -0.5px;
    color: #353535;
}

.main_banner h2 span {
    display: block;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    color: #4f4f4f;
    font-weight: 400;
}

.main_banner p {
    padding: 16px 0 24px;
    font-size: 16px;
    line-height: 22px;
    color: #898989;
}

#item1 {
    position: relative;
    max-width: 768px;
    margin: auto;
    padding-top: 125px;
    box-sizing: border-box;
}

.nav {
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    box-sizing: border-box;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #AFAFAF;
}

.nav li a.on {
    color: #353535;
}

.nav li a.on::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    border-radius: 7px;
    background-color: #8FCA52;
}

.nav.on {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 74px;
    padding-bottom: 24px;
    background-color: #fff;
}

.nav.on ul {
    max-width: 768px;
    margin: auto;
}

.card {
    width: 100%;
    border-radius: 8px;
    padding: 56px 0;
    text-align: center;
    background-color: rgba(143, 202, 82, 0.05);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.card > h2 {
    padding-bottom: 32px;
    font-size: 24px;
    line-height: 34.75px;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #353535;
}

.card > h2 > strong {
    display: block;
    font-size: 24px;
    line-height: 34.75px;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #353535;
}

.card > h2 > span {
    display: block;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #8FCA52;
}

.card > p {
    font-size: 14px;
    color: #898989;
    line-height: 22px;
}

.card_box {
    max-width: 368px;
    margin: auto;
    box-sizing: border-box;
}

.card1 > h2 {
    padding-bottom: 16px;
}

.card1 > p {
   padding-bottom: 24px;
}

.notice_box {
    width: 100%;
    padding: 12px;
    text-align: left;
    border-radius: 8px;
    background-color: #f0f0f0;
    box-sizing: border-box;
}

.card1 .notice_box {
    margin-top: 48px;
}

.notice_box h3 {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 17px;
    color: #898989;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.notice_box li {
    font-size: 12px;
    line-height: 17px;
    color: #898989;
    letter-spacing: -0.01em;
}

.notice_box li + li {
    padding-top: 4px;
}

.notice_box li span {
    text-decoration: underline;
}

.gift_tip {
    position: relative;
    padding: 40px 40px 24px;
    margin-top: 73px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #8FCA5266
}

.gift_tip h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px;
    width: 146px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
    border-radius: 20px;
    background-color: #8FCA52;
}

.gift_tip p {
    font-size: 14px;
    line-height: 22px;
    color: #898989;
}

.gift_tip p strong {
    color: #353535;
}

.gift_tip ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.gift_tip li {
    width: calc(50% - 8.5px);
    margin-right: 17px;
    margin-bottom: 16px;
    background-color: #F9F9F9;
    border-radius: 8px;
}

.gift_tip li:nth-child(2n) {
    margin-right: 0;
}

#item2 {
    max-width: 768px;
    margin: auto;
    padding-top: 56px;
    box-sizing: border-box;
}

.card2 ul {
    text-align: left;
}

.card2 li {
    position: relative;
    padding: 16px 17px 20px 93px;
    font-size: 14px;
    line-height: 19px;
    color: #898989;
    background-color: #fff;
    border-radius: 8px;
}

.card2 li span {
    display: block;
}

.card2 li h3 {
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #353535;
}

.card2 li + li {
    margin-top: 20px;
}

.card2 li img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.notice {
    margin: 40px auto 0;
    padding: 12px 12px 14px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    color: rgba(137, 137, 137, 1);
    background: rgba(240, 240, 240, 0.6);
}

#item3 {
    max-width: 768px;
    padding-top: 56px;
    margin: auto;
    box-sizing: border-box;
}

.card_nav,
.form_nav {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.card_nav li,
.form_nav li {
    position: relative;
    width: 180px;
    height: 32px;
    text-align: center;
    border: 1px solid #C5C5C5;
    border-radius: 17px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
}

.card_nav li span,
.form_nav li span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #898989;
    font-weight: 700;
}

.card_nav li + li,
.form_nav li + li {
    margin-left: 16px;
}

.card_nav li.on,
.form_nav li.on {
    background-color: #69AD22;
    border-color: #69AD22;
}

.card_nav li.on span,
.form_nav li.on span {
    color: #fff;
}

.receipt {
    padding: 0 20px 65px;
    background: url("../img/receipt.png") 0 0 no-repeat;
}

.receipt ul {
    padding: 8px 0 12px;
    text-align: left;
}

.receipt li {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #F0F0F0
}

.receipt li:last-child {
    border-bottom: 0;
}

.receipt li h3 {
    font-size: 14px;
    line-height: 19px;
    color: #4F4F4F;
    font-weight: 700;
}

.receipt li p {
    padding-top: 4px;
    font-size: 12px;
    line-height: 17px;
    color: #898989;
}

.receipt li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 19px;
    color: #69AD22;
    font-weight: 700;
}

.receipt .notice_box p {
    font-size: 12px;
    line-height: 17px;
    color: #898989;
    letter-spacing: -0.01em;
}

.receipt button {
    position: relative;
    display: block;
    max-width: 328px;
    width: 100%;
    height: 32px;
    margin-top: 20px;
    border-radius: 17px;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
}

.receipt button span {
    position: absolute;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #898989;
}

.receipt button span img {
    display: inline-block;
    /* vertical-align: middle; */
    position: absolute;
    top: 50%;
    transform: translateY(-51%);
}

.card4 {
    margin-top: 56px;
}

.card4 > h2 {
    padding-bottom: 8px;
}

.card4 > p {
    padding-bottom: 32px;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 22px;
}

.form_cont {
    text-align: left;
}

.form_cont h3 {
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #898989;
}

.form_cont > div + div {
    margin-top: 16px;
}

.form_cont input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 16px;
    color: rgba(53, 53, 53, 1);
    border: 1px solid #C5C5C5; 
    background-color: #fff;
    box-sizing: border-box;
}

.form_box input::placeholder {
    color: #C5C5C5;
}

.radio_list {
    font-size: 0;
}

.radio_list li {
    display: inline-block;
    vertical-align: middle;
}

.radio_list li {
    margin-right: 16px;
    margin-bottom: 49px;
    width: calc(50% - 8px);
    box-sizing: border-box;
}

.radio_list li:nth-child(2n) {
    margin-right: 0;
}

.radio_list input, input.check {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 1;
}

.radio_list li label {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    line-height: 22px;
    border-radius: 8px;
    text-align: center;
    padding: 14px 0 16px;
    border: 1px solid #F0F0F0;
    background-color: #fff;
    box-sizing: border-box;
}

.radio_list li label span {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #898989;
}

.radio_list li img {
    display: block;
    margin: auto;
}

.radio_list li label::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.radio_list li label::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url("../img/radio.svg") center no-repeat;
    box-sizing: border-box;
}

.radio_list input[type=radio]:checked  + label {
    border-color: #69AD22;
    border-width: 2px;
}

.radio_list input[type=radio]:checked  + label::before {
    background: url("../img/radio_on.svg") center no-repeat;
}

.check_list {
    padding-top: 31px;
}

.all_check {
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
}

.check_list .check_label {
    position: relative;
    display: block;
    padding-left: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #898989;
}

.check_list .check_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("../img/check.svg") center no-repeat;
    box-sizing: border-box;
}

.check_list input[type=checkbox]:checked  + label {
    color: #353535;
}

.check_list input[type=checkbox]:checked  + label::before {
    background: url("../img/check_on.svg") center no-repeat;
}

.check_list ul {
    padding-top: 4px;
    padding-bottom: 24px;
}

.check_list ul li {
    padding-top: 8px;
    font-size: 14px;
    line-height: 19px;
    color: #898989;
    cursor: pointer;
    background: url("../img/more.svg") 100% 50% no-repeat;
}

.form_cont button {
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background-color: #F0F0F0;
}

.form_cont button.on {
    background-color: #69AD22;
}

.form_cont button span {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.form_box .notice_box {
    margin-top: 24px;
}

#footer {
    position: relative;
    background-color: rgba(240, 240, 240, 1);
    padding-bottom: 180px;
}

#footer .foot_box {
    max-width: 768px;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

#footer h2 {
    padding-bottom: 12px;
    font-weight: 700;
    color: #898989;
    font-size: 14px;
    line-height: 19px;
}

#footer dl {
    position: relative;
    padding-left: 8px;
}

#footer dl::before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #898989;
}

#footer dl + dl {
    margin-top: 16px;
}

#footer dt {
    color: #898989;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
}

#footer dd {
    padding-top: 4px;
    color: #898989;
    font-size: 12px;
    line-height: 17px;
}

.notice1 {
    border-top: 1px solid #C5C5C5
}

.notice1 li {
    position: relative;
    padding-left: 8px;
    font-size: 12px;
    line-height: 21px;
    color: #898989;
}

/* .notice1 li + li {
    margin-top: 4px;
} */

.notice1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 2px;
    height: 2px;
    background-color: #898989;
    border-radius: 50%;
}

.notice1 h2.last {
    padding-top: 20px;
}

.notice2 {
    border-top: 1px solid #C5C5C5
}

.notice2 li {
    position: relative;
    color: #353535;
    font-size: 14px;
    line-height: 19px;
}

.notice2 li + li {
    margin-top: 8px;
}

.notice2 li.list {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    line-height: 19px;
    color: #353535;
}

.notice2 li.list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 2px;
    height: 2px;
    background-color: #353535;
    border-radius: 50%;
}

.notice2 li.point {
    font-weight: 700;
}

.fixed_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding-bottom: 32px;
    background: url("../img/btn_bg.png") center no-repeat;
    background-size: cover;
}

.fixed_btn.off {
    position: absolute;
}

.fixed_btn button {
    display: block;
    width: 100%;
    max-width: 768px;
    height: 48px;
    margin: auto;
    border-radius: 24px;
    background: #69AD22;
    box-sizing: border-box;
}

.fixed_btn button span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.popup.on {
    display: block;
}

.popup button {
    width: 100%;
    height: 32px;
    margin-top: 24px;
    border-radius: 17px;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
}

.popup button span {
    font-size: 14px;
    color: #898989;
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.pop_cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 506px;
    padding: 40px 24px;
    text-align: center;
    box-shadow: 0px 3px 17px 6px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
}

.pop_cont h2 {
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #353535;
}

.agree_box {
    width: 100%;
    height: 327px;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    overflow-y: auto;
    padding: 24px 16px;
    font-size: 12px;
    line-height: 17px;
    color: #898989;
    box-sizing: border-box;
}

.agree_box h3 {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    color: #898989;
}

.agree_box ul {
    padding-bottom: 16px;
}

.agree_box li {
    position: relative;
    padding-left: 28px;
    font-size: 12px;
    line-height: 17px;
    color: #898989;
}

.agree_box li::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(137, 137, 137, 1);;
}

.agree_box p {
    padding-top: 4px;
    font-size: 12px;
    line-height: 17px;
    color: #898989;
}

.form_cont .notice_box h3 {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 17px;
    color: #898989;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.alert_box {
    margin-bottom: 24px;
    padding: 7px 12px;
    background-color: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 8px;
}

.alert_box p {
    font-size: 12px;
    line-height: 17px;
    color: #898989;
}

/* @media only screen and (max-width: 1280px) {
    .smooth_scroll {
        max-width: 768px;
        margin: auto;
    }
} */

@media only screen and (max-width: 800px) {
    .main_banner,
    #item1, #item2, #item3,
    .nav.on ul,
    #footer .foot_box,
    .fixed_btn button {
        max-width: 528px;
    }

    .smooth_scroll {
        max-width: 528px;
    }

    .main_banner {
        padding-top: 432px;
        background-size: 525px;
    }
}


@media only screen and (max-width: 530px) {
    .main_banner,
    #item1, #item2, #item3,
    .nav.on ul,
    #footer .foot_box,
    .fixed_btn button {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .main_banner {
        width: 100%;
        padding-top: 357px;
        background-size: 450px;
    }

    .smooth_scroll .swiper-slide {
        width: 144px;   
    }

    .main_banner h2 {
        font-size: 32px;
        line-height: 44.16px;
    }
    
    .main_banner h2 span {
        padding-bottom: 4px;
        font-size: 16px;
        line-height: 22px;
    }

    .main_banner p {
        padding: 16px 0 24px;
        font-size: 14px;
        line-height: 19px;
    }

    .nav.on {
        padding-top: 40px;
        padding-bottom: 12px;
    }

    .card {
        padding: 48px 16px;
    }

    .card > h2 > b {
        display: block;
    }

    .card1 img {
        width: 100%;
        max-width: 296px;
    }

    .card1 .notice_box {
        margin-top: 24px;
        max-width: 280px;
    }

    .gift_tip {
        margin-top: 65px;
        max-width: 280px;
        padding: 40px 16px 16px;
    }

    .gift_tip li {
        width: calc(50% - 4px);
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .gift_tip p {
        max-width: 210px;
        margin: auto;
        word-break: keep-all;
    }

    #item2 {
        margin-top: 20px;
        padding-top: 28px;
    }

    .card4 {
        margin-top: 48px;
    }

    .card_box,
    .card_nav, .form_nav {
        max-width: 280px;
    }

    .card_nav, .form_nav {
        margin: auto;
    }

    .card_nav li + li, .form_nav li + li {
        margin-left: 8px;
    }

    .card2 li {
        padding: 16px 10px 14px 84px;
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
    }

    .card2 li + li {
        margin-top: 8px;
    }

    .card2 li img {
        left: 10px;
    }

    .card2 li span {
        display: inline;
    }
    
    #item3 {
        padding-top: 48px;
    }

    .receipt {
        padding-bottom: 48px;
        background-image: url("../img/receipt_m.png");
        background-size: 100% 100%;
    }

    .radio_list li {
        margin-right: 8px;
        width: calc(50% - 4px);
        margin-bottom: 52px;
    }
        
    .radio_list li label {
        padding-bottom: 18px;
        font-size: 14px;
        line-height: 19px;
    }
            
    .radio_list li label span {
        font-size: 12px;
        line-height: 17px;
    }

    .radio_list li img {
        width: calc(100% - 10px);
        max-width: 128px;
    }

    .check_list {
        padding-top: 20px;
    }

    .main_cont {
        padding-bottom: 48px;
    }

    #footer {
        padding-bottom: 140px;
    }

    .fixed_btn button {
        width: calc(100% - 48px);
    }

    .pop_cont {
        width: 312px;
        padding: 32px 16px;
    }

    .pop_cont h2 {
        padding-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .agree_box {
        height: 240px;
        padding: 16px 16px 16px 14px;
    }

    .popup button {
        margin-top: 20px;
    }

    .card.card3 > h2 b,
    .card1 > h2 b {
        display: block;
    }
    
} 

@media only screen and (max-width: 460px) {
    .nav {
        padding-left: 24px;
        width: calc(100% + 48px);
        left: 50%;
        transform: translateX(-50%);
    }

    .nav.on {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .nav {
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none; /* 인터넷 익스플로러 */
        scrollbar-width: none; /* 파이어폭스 */
    }

    .nav::-webkit-scrollbar {
        display: none;
    }

    .nav ul {
        display: block;
        font-size: 0;
        text-align: center;
        padding-bottom: 4px;
    }
    
    .nav li {
        display: inline-block;
        vertical-align: middle;
    }

    .nav li + li {
        margin-left: 16px;
    }

}  
