<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

html, body, div, span, applet, object, iframe, input,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: "esamanru_Light";*/
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    vertical-align: baseline;
    font-weight:400;
    box-sizing: border-box;
    text-decoration: none;
    color:#121212;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background: #9a9fad;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    max-width: 470px;
    margin: 0 auto;
    padding: 70px 0;
    padding-bottom: 0;
}

    .container:last-child {
        padding: 0;
        padding-bottom: 35px;
    }

.container_825 {
    position:relative;
    max-width: 825px;
    margin: 0 auto;
    background:#f1f1f1;
}

.container_600 {
    max-width: 600px;
    margin: 0 auto;
}

h2 {
    font-weight:500;
}

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


.top_banner_wrap {
    position: relative;
    overflow: hidden;
    background: url("/images/coupon/couponBg.jpg");
    height: 480px;
}

.top_banner_wrap.mo_top_banner {
    background: url("../images/top_banner_mo.jpg");
    background-position: right;
    height: 250px;
}

.logo_img {
    position: absolute;
    max-width: 614px;
    top: 5px;
    left: 115px;
}

.contents_wrap {
    background:#9a9fad;
}
.couponTitlImgWrap {
    position: absolute;
    display: flex;
    align-items: end;
    gap: 5PX;
    left: -110px;
    top: -110px;
}

.input_wrap {
    margin-top: 30px;
}

    .input_wrap ul li {
        position: relative;
        margin-top: 15px;
    }

        .input_wrap ul li:first-child {
            margin-top: 0;
        }

            

        .input_wrap ul li select {
            position: relative;
            width: 100%;
            font-size: 30px;
            padding: 0 20px;
            height: 70px;
            border: 2px solid #48484b;
            line-height: 1;
            border-radius: 4px;
            background: #0e75d2;
            letter-spacing: -1px;
            cursor: pointer;
            color: #fff;
        }

            .input_wrap ul li select:focus {
                outline: none;
            }

            .input_wrap ul li select option {
                color: #000;
                background: #fff;
            }


                .input_wrap ul li select option.conuntry_JP, .input_wrap ul li select option.conuntry_TW, .input_wrap ul li select option.conuntry_HK {
                    display: none;
                }


        .input_wrap ul li input {
            position: relative;
            width: 100%;
            font-size: 30px;
            padding: 20px 50px;
            font-weight:400;
            height: 80px;
            border: 3px solid #000;
            line-height: 1;
            border-radius: 40px 0 40px 0;
            background: #fff;
            letter-spacing: -1px;
            cursor: pointer;
        }

            .input_wrap ul li input:focus {
                outline: none;
            }

.submit_btn {
    margin-top: 50px;
    width: 100%;
    height: 100px;
    background: #121212;
    border: 6px solid #888;
    cursor: pointer;
}

    .submit_btn h3 {
        font-weight: 500;
        font-size: 36px;
        color:#fff;
    }
    .couponInputContainer {
        margin-top:-150px;
        padding:50px 80px;
        background:#f1f1f1;
        border-radius:0 0 75px 0;
        border:6px solid #121212;
        position:relative;
    }
.imgOpenBtn {
    position: absolute;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 12px;
    border:2px solid #121212;
    border-radius:20px 0 0 0;
    background:#fff;
    right:0;
    top:-25px;
    cursor:pointer;
}
.imgOpenBtn p {
    font-weight:500;
    font-size:16px;
    color:#121212;
}
.input_wrap {
    margin-top:35px;
}
.imgOpenBtn.active .imgArr {
    transform:rotate(180deg);
}
.notice_wrap {
    margin-top: 60px;
}


        .notice_wrap ul li p span {
            line-height: 1;
            font-size: 22px;
            color: #0e75d2;
        }

.member_info_wrap {
    margin-top: 80px;
    border: 2px solid #121212;
    padding: 30px 70px;
}
.member_info_wrap .img_wrap {
    position:relative;
    display:none;
}
.member_info_wrap.active .img_wrap {
    display:block;
}
.member_info_wrap .img_wrap .imgCloseBtn {
    position:absolute;
    bottom:45px;
    right:45px;
    cursor:pointer;
}
.member_info_wrap .notice_wrap {
    margin-top: 0;
}


            

.img_wrap {
    margin-top: 30px;
}

.img_wrap img {
    width: 100%;
}
.notice_wrap {
    text-align:left;

}
.member_info_wrap .notice_wrap {
    margin-top:40px;
}
.member_info_wrap.notice_wrap h2 {
    font-size:18px;
}
.member_info_wrap .notice_wrap ul{
    margin-top:12px;
}
.language_select_wrap {
    position: relative;
}

.language_selected {
    position: relative;
    z-index: 3;
    max-width: 230px;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 38px;
    border: 1px solid #363636;
    cursor: pointer;
    background: #f8f8f8;
    user-select: none;
}

.language_selecte_sub {
    display: none;
    position: absolute;
    z-index: 2;
    max-width: 230px;
    padding-top: 30px;
    padding-bottom: 18px;
    margin: 0 auto;
    margin-top: -25px;
    border: 1px solid #363636;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #f8f8f8;
    border-radius: 0 0 25px 25px;
}



    .language_selecte_sub ul li {
        font-size: 20px;
        text-align: center;
        color: #48484b;
        opacity: 0.45;
        cursor: pointer;
        transition: all 0.2s;
        margin-top: 15px;
        line-height: 1;
    }

        .language_selecte_sub ul li:hover {
            opacity: 1;
        }

        .language_selecte_sub ul li.active {
            display: none;
        }

.language_selected p {
    font-family: 'GongGothicMedium';
    font-size: 20px;
    color: #48484b;
}

.language_selected img {
    display: block;
}

/* ë¦¬ìº¡ì±&nbsp; v3 */
.recaptcha_copy {
    margin-top: 50px;
    text-align: center;
}

    .recaptcha_copy p {
        font-family: 'Pretendard';
        font-weight: 400;
        color: #bbbbbb;
        line-height: 1;
        font-size: 13px;
    }

        .recaptcha_copy p a {
            text-decoration: underline;
            font-family: 'Pretendard';
            font-weight: 400;
            color: #bbbbbb;
            margin: 0 5px;
        }

.grecaptcha-badge {
    visibility: hidden;
}

/* footer */
.footer {
    background: #e6e5e5;
}

    .footer .container {
        padding: 17px 0;
    }

    .footer .footer_content_wrap {
        display: flex;
        gap: 25px;
        justify-content: center;
    }

    .footer p {
        font-family: "pretendard";
        font-weight: 600;
        color: #929191;
        letter-spacing: -1px;
        line-height: 1;
        font-size: 17px;
    }

        .footer p.copy {
            font-size: 14px;
            font-weight: 400;
            color: rgba(86, 85, 85, 0.75);
        }

    .footer .policy_wrap {
        margin-bottom: 10px;
    }

        .footer .policy_wrap ul {
            display: flex;
            gap: 17px;
        }

            .footer .policy_wrap ul li {
                position: relative;
            }

                .footer .policy_wrap ul li:first-child:after {
                    content: "";
                    position: absolute;
                    background: #929191;
                    width: 2px;
                    height: 14px;
                    right: -8.5px;
                    top: 50%;
                    transform: translateY(-50%);
                }

/* modal */
.modalWrap {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}

    .modalWrap.active {
        display: block;
    }

.modalBg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6)
}

.modalContents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    height:300px;
    width: 100%;
    background: #fff;
    padding: 32px 65px;
    line-height: 1;
    border:6px solid #121212;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
.modalContents h2 {
    font-weight:900;
    font-size:28px;
    color:#121212;
    margin-top:32px;
}
.modalContents.confirmModal h2 {
    margin-top:10px;
}
.modalContents p {
    display:none;
    font-weight:400;
    font-size:24px;
    margin-top:20px;
    line-height: 1.3;
}
.modalContents.confirmModal p {
    display:block;
}
.modalContents .modalBtnWrap ul{
    width:100%;
    display:flex;
    gap:20px;
}
.modalContents .modalBtnWrap li {
    display:none;
    width:50%;
    height:64px;
    background:#313131;
    cursor:pointer;
    justify-content:center;
    align-content:center;
}
.modalContents .modalBtnWrap li.modalClose {
    background:#f7f7f7;
    border:2px solid #313131;
}
.modalContents.confirmModal .modalBtnWrap li {
        display:block;
}
.modalContents .modalBtnWrap li.successBtn {
        display:block;
        width:100%;
}
.modalContents.confirmModal .modalBtnWrap li.successBtn {
    display:none;
}

.modalContents .modalBtnWrap li span {
    font-size:24px;
    font-weight:400;
    color:#fff;
}
.modalContents .modalBtnWrap li.modalClose span {
    color:#313131;
}
.modalContents .modalBtnWrap li button {
    display:block;
    width:100%;
    height:100%;
    background:none;
    cursor:pointer;
    border:none;
}
.modal_close {
    width: 60%;
    padding: 15px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 5px;
    background: #0e75d2;
    cursor: pointer;
}

.modal_close p {
    color: #fff;
}

@media screen and (max-width:1024px) {
    .couponTitlImgWrap {
        left:-50px;
    }
}

@media screen and (max-width:850px) {
    .contents_wrap {
        padding:0 25px;
    }
    .couponTitlImgWrap {
        left: -20px;
        top: -80px;
    }
    .couponTitlImgWrap div {
        max-width: 350px;
    }
    .couponTitlImgWrap div img {
        width:100%;
    }
}



@media screen and (max-width:650px) {
    .top_banner_wrap {
        background-position: 80%;
    }
    .member_info_wrap  {
        padding:30px 40px;
    }
    .modalContents  {
        width:90%;
    }
}

@media screen and (max-width:600px) {
    .couponInputContainer {
        padding: 50px 40px;
    }
    .couponTitlImgWrap {
        top: -60px;
    }
    .input_wrap ul li input, .input_wrap ul li select, .submit_btn {
        padding: 10px 20px;
        height: auto;
        font-size: 25px;
    }
        .input_wrap ul li input {
            border-radius:30px 0 30px 0;
        }
    .modalContents h2 {
        font-size:25px;
    }


    .member_info_wrap .notice_wrap ul li p, .member_info_wrap .notice_wrap ul li p span, .notice_wrap ul li p {
        font-size: 14px;
    }
}
@media screen and (max-width:440px) {
    .contents_wrap {
        padding: 0 15px;
    }
    .couponTitlImgWrap {
        top: -40px;
    }
    .couponInputContainer {
        padding: 30px 15px;
        border-radius: 0 0 40px 0;
    }
    .input_wrap ul li input {
        border-radius: 20px 0 20px 0;
        font-size: 20px;
    }
    .modalContents .modalBtnWrap li {
        height: 50px;
    }
    .submit_btn h3 {
        font-size: 30px;
    }
    .member_info_wrap {
        padding: 30px 20px;
    }
    .member_info_wrap .notice_wrap ul li p, .member_info_wrap .notice_wrap ul li p span, .notice_wrap ul li p {
        font-size: 12px;
    }
    .modalContents {
        padding: 32px 20px;
    }
        .modalContents h2 {
            font-size: 20px;
        }
        .modalContents p {
            font-size:18px;
        }
    .member_info_wrap .img_wrap .imgCloseBtn {
        bottom:25px;
        right:25px;
    }
    .member_info_wrap .img_wrap .imgCloseBtn img {
        max-width:60px;
    }
}</pre></body></html>