@charset "UTF-8";
@import url('//cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.cdnfonts.com/css/d-din');

html {
    position: relative;
    min-height: 100%;
    font: 16px/1.2 "Pretendard";
    color: #333;
    letter-spacing: -1px;
}

body {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: "Pretendard";
}

    body * {
        font-family: "Pretendard";
    }

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    padding: 0;
    text-decoration: none;
}

.area {
    margin: 0 20px;
}

.pt0 {
    padding-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.point {
    color: #58a5ff !important;
}

.w155 {
    width: 155px !important;
}

.wp100 {
    width: 100% !important;
}

.ml8 {
    margin-left: 8px !important;
}

/** checkbox **/
.form_checkbox input[type="checkbox"] {
    display: none;
}

    .form_checkbox input[type="checkbox"] + label {
        position: relative;
        display: inline-block;
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_24_check.svg) no-repeat 0 center;
        background-size: 16px;
        padding-left: 24px;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        vertical-align: middle;
    }

    .form_checkbox input[type="checkbox"]:checked + label {
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_24_check_ov.svg) no-repeat 0 0;
        background-size: 18px;
    }

.form_policy li {
    position: relative;
}

    .form_policy li .form_policy_detail {
        position: absolute;
        right: 0;
        font-size: 12px;
        color: #757575;
        border-bottom: 1px solid #757575;
    }

/** radio **/
.form_radio input[type="radio"] {
    display: none;
}

    .form_radio input[type="radio"] + label {
        position: relative;
        display: inline-block;
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_14_radio.svg) no-repeat 0 0;
        background-size: 16px;
        padding-left: 20px;
        font-size: 15px;
        cursor: pointer;
    }

    .form_radio input[type="radio"]:checked + label {
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_14_radio_ov.svg) no-repeat 0 0;
        background-size: 18px;
    }

    .form_radio input[type="radio"] + label:not(:last-child) {
        margin-right: 15px;
    }

.form_radio_list {
    display: grid;
    grid-gap: 10px;
}

.form_check_list {
    display: grid;
    grid-gap: 10px;
    text-align: left;
    background: #f7f8f9;
    margin: 30px 0 20px;
}

    .form_check_list li {
        word-break: keep-all;
    }

/** header **/
.header {
    position: sticky;
    top: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    z-index: 2;
}

    .header img {
        width: 250px;
        vertical-align: middle;
    }

/** button **/
.btn {
    border-radius: 3px;
}

.btn_box {
    font-size: 0;
    vertical-align: middle;
}

    .btn_box .btn {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border-radius: 3px;
        border: 0;
        box-sizing: border-box;
        font-weight: 500;
        text-align: center;
        letter-spacing: -0.35px;
        vertical-align: middle;
        cursor: pointer;
    }

    .btn_box.big .btn {
        height: 54px;
        line-height: 54px;
        font-size: 18px;
    }

    .btn_box.type02 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 10px;
    }

    .btn_box .btn.type01 {
        background: #666;
        color: #fff;
    }

    .btn_box .btn.type01_1 {
        background: #fff;
        border: 1px solid #666;
        color: #666;
    }

    .btn_box .btn.type01_2 {
        background: #fff;
        border: 1px solid #ccc;
        color: #666;
    }

    .btn_box .btn.type02 {
        background: #58a5ff;
        color: #fff;
    }

    .btn_box .btn.type02_1 {
        border: 1px solid #58a5ff;
        background: #fff;
        color: #58a5ff;
    }


.contents_box {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding-top: 34px;
}

/** welcome page **/
.welcome {
}

    .welcome .contents_box {
        max-width: 680px;
        margin: 54px auto;
        border: 0;
        padding: 0;
    }



    .welcome .contents {
        background: #f7f8f9;
        margin-top: 40px;
        text-align: left;
        padding: 30px;
    }

        .welcome .contents dt {
            display: inline-block;
            font-size: 18px;
            border-bottom: 2px solid #333;
            padding-bottom: 6px;
            margin-bottom: 14px;
            font-weight: 600;
        }

        .welcome .contents dd {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -0.25px;
            word-break: keep-all;
        }


.step_view {
    margin-bottom: 70px;
}

    .step_view ol {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

        .step_view ol::after {
            content: "";
            position: absolute;
            width: 80%;
            height: 1px;
            top: 14px;
            right: 50%;
            transform: translateX(50%);
            background: #ccc;
            z-index: -1;
        }

    .step_view li {
        display: inline-block;
        text-align: center;
    }

        .step_view li:not(:last-child) {
            margin-right: 60px;
        }

        .step_view li span {
            display: block;
            width: 28px;
            height: 28px;
            line-height: 28px;
            background: #ccc;
            border-radius: 50%;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            margin: 0 auto 8px;
            letter-spacing: 0;
        }

        .step_view li h2 {
            font-size: 16px;
            color: #ccc;
            margin-top: 10px;
            font-weight: 500;
        }

            .step_view li h2 strong {
                color: inherit;
            }

        .step_view li.on span {
            background: #58a5ff;
        }

        .step_view li.on h2 {
            color: #333;
        }

.benefit_list {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    margin-bottom: 28px;
    position: relative;
}

    .benefit_list li {
        width: 334px;
        border: 1px solid #dce2eb;
    }

        .benefit_list li h4 {
            font-size: 21px;
            line-height: 21px;
            font-weight: 500;
            letter-spacing: -0.75px;
            padding: 11px 0px;
            background-color: #86a7db;
            color: #fff;
            border-bottom: 1px solid #dce2eb;
        }

        .benefit_list li .item {
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 16px;
            height: 180px;
            background-color: #fff;
        }

            .benefit_list li .item .img img {
                display: block;
            }

            .benefit_list li .item .txt {
                text-align: left;
            }

                .benefit_list li .item .txt p {
                    font-size: 21px;
                    letter-spacing: -0.75px;
                    line-height: 25px;
                }

                    .benefit_list li .item .txt p strong {
                        font-weight: 600;
                    }

.coupon_list {
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
    max-width: 680px;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

/** register **/
.register {
    max-width: 1100px;
    margin: 0 auto;
    transition: all 0.3s ease-in;
}

    .register .register_contents_wrap {
        max-width: 730px;
        margin-bottom: 80px;
    }

    .register .register_btn_1 {
        display: block;
        max-width: 400px;
        width: 100%;
        height: 68px;
        line-height: 68px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        background: #333;
        color: #fff;
        margin: 40px auto 14px;
        border: 0;
        cursor: pointer;
    }

        .register .register_btn_1 + p {
            color: #777;
            line-height: 22px;
            font-weight: 300;
            word-break: keep-all;
        }

    .register .title {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        .register .title h1 {
            font-size: 36px;
            line-height: 34px;
            font-weight: 700;
            margin: 12px 0 54px;
        }

        .register .title p {
            color: #757575;
        }

            .register .title p strong {
                font-size: 20px;
                font-weight: 400;
            }

        .register .title .policy_select {
            float: right;
        }

    .register .btn_wrap.bottom {
        max-width: 400px;
        text-align: center;
        margin: 0 auto;
    }

        .register .btn_wrap.bottom .btn {
            font-size: 18px;
            height: 66px;
        }

    /* register - check */
    .register .register_check_contents {
        text-align: left;
        border-top: 1px solid #333;
        margin-top: 50px;
        padding-top: 16px;
    }

        .register .register_check_contents .form_checkbox {
        }

            .register .register_check_contents .form_checkbox:nth-child(1) {
            }

            .register .register_check_contents .form_checkbox:not(:last-child) {
            }

            .register .register_check_contents .form_checkbox label span {
                color: #757575;
                font-size: 14px;
                font-weight: 300;
                margin-right: 4px;
            }

            .register .register_check_contents .form_checkbox .market {
                display: flex;
                align-items: center;
                column-gap: 10px;
            }

        .register .register_check_contents label.policy_all_type01:after {
            content: '';
            position: absolute;
            top: -10px;
            background: url(https://static.barunsoncard.com/barunnfamily/member/tooltip_ver2.png) no-repeat center;
            margin-left: 4px;
            width: 200px;
            height: 36px;
            background-size: 200px
        }

        .register .register_check_contents button {
            background: 0;
            border: 0;
            font-size: 13px;
            cursor: pointer;
            text-decoration: underline;
            color: #757575;
            vertical-align: middle;
        }

    .register #div_PolicyAgree_ThirdParty label:not(:last-child) {
        margin-right: 4px;
    }

.barunnfamily_notice {
    background: #f7f8f9;
    padding: 20px;
    text-align: left;
    margin: 30px 0 54px;
}

    .barunnfamily_notice dt {
        font-size: 15px;
        color: #d32f2f;
        font-weight: 500;
        line-height: 24px;
    }

        .barunnfamily_notice dt:before {
            content: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_16_policy_close.svg);
            position: relative;
            top: 3px;
            margin-right: 4px;
        }

    .barunnfamily_notice dd {
        font-size: 15px;
        line-height: 24px;
        color: #333;
        letter-spacing: -0.45px;
        word-break: keep-all;
    }

.register .form_policy {
}

.form_all {
    margin-bottom: 6px;
}

.register .form_policy .form_checkbox {
    padding: 4px 0px;
}

.register .form_policy .form_tit {
    margin-bottom: 2px;
    position: relative;
}

    .register .form_policy .form_tit .policy_btn {
        position: absolute;
        right: 0;
        width: 16px;
        height: 18px;
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_16_policy_close.svg) no-repeat right center;
    }

.register .form_policy.on .form_list {
    display: block;
}

.register .form_policy.on .form_tit .policy_btn {
    background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_16_policy_open.svg) no-repeat right center;
}

.register .form_policy .form_list {
    display: none;
    padding-left: 20px;
    margin-bottom: 4px;
}

.register .form_policy > .form_list {
    background-color: #f7f8f9;
    padding: 4px 20px;
}

/** layer pop **/
.layerPop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 100
}

    .layerPop .layerContent {
        position: fixed;
        background: #fff;
        max-width: 460px;
        width: 90%;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        border-radius: 8px;
        z-index: 101;
    }

    .layerPop .layerPopHeader {
        position: relative;
        padding: 14px 20px;
        font-size: 16px;
        border-bottom: 1px solid #ebebeb;
    }

        .layerPop .layerPopHeader h3 {
            font-size: 16px;
        }


        .layerPop .layerPopHeader button {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            background: url(https://static.barunsoncard.com/barunsonmall/common/icon/ico_24_close.svg) no-repeat center;
            text-indent: -99999999px;
        }

    .layerPop .layerPopBody {
        max-height: calc(100vh - 320px);
        overflow-y: auto;
        margin: 5px 5px 5px 0;
        padding: 10px 20px 20px;
    }

        .layerPop .layerPopBody p {
            font-size: 15px;
            line-height: 22px;
            font-weight: 400;
            color: #333;
            word-break: keep-all;
        }

    .layerPop .membership_box * {
        font-size: 14px !important;
        line-height: 24px;
    }

    .layerPop .membership_box h3 {
        margin: 10px 0 6px;
    }

    .layerPop .membership_box th {
        border: 1px solid #ebebeb;
        background: #f7f8f9;
        text-align: center;
        padding: 10px;
    }

    .layerPop .membership_box td {
        border: 1px solid #ebebeb;
        padding: 10px;
    }

    .layerPop .membership_box ul {
        margin-bottom: 8px;
    }

        .layerPop .membership_box ul li {
            padding-left: 14px;
        }

    .layerPop .membership_box .form_checkbox:not(:first-child) {
        padding: 20px 0px 10px;
    }

    .layerPop .membership_box input[type="checkbox"] {
        margin-right: 4px;
        vertical-align: middle;
        cursor: pointer;
    }

    .layerPop .membership_box label {
        cursor: pointer;
    }
    /* 스크롤바 */
    .layerPop .layerPopBody::-webkit-scrollbar {
        width: 5px;
    }

    .layerPop .layerPopBody::-webkit-scrollbar-track {
        border-radius: 5px;
    }

    .layerPop .layerPopBody::-webkit-scrollbar-thumb {
        border-radius: 5px;
        border: 6px solid #666;
        background: #666;
        border-left: 0;
        border-right: 0;
    }

.policyData {
    display: none;
}

.policyDataBox {
    height: 100px;
    overflow-y: scroll;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    padding: 10px;
}

    .policyDataBox * {
        font-size: 13px !important;
        line-height: 20px !important;
        font-family: "Pretendard" !important;
        text-align: left !important;
        font-weight: 400;
        color: #333 !important;
    }

.member_slide .swiper-slide img {
    width: 100%;
}

.member_slide .swiper-pagination-bullet-active {
    background: #333;
}

.field-validation-error {
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 8px;
}

.required::after {
    content: " * ";
    position: relative;
    top: -1px;
    font-size: 16px;
    color: #58a5ff;
    margin-left: 2px;
}

.register_contents {
    text-align: left;
}

    .register_contents input[type="text"],
    .register_contents input[type="password"],
    .register_contents input[type="date"],
    .register_contents input[type="email"] {
        width: 100%;
        height: 40px;
        font-size: 16px;
        letter-spacing: -0.35px;
        color: #333;
        border: 1px solid #ddd;
        box-sizing: border-box;
        border-radius: 3px;
        padding-left: 16px;
        outline: none;
    }

    .register_contents input[readonly] {
        background-color: #f7f8f9;
    }

    .register_contents #Name {
        max-width: 200px;
    }

    .register_contents input[data-toggle="datepicker"] {
        max-width: 200px;
        padding-right: 16px;
    }

    .register_contents select {
        height: 40px;
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_16_drop.svg) no-repeat calc(100% - 8px);
        appearance: none;
        font-size: 14px;
        letter-spacing: -0.35px;
        color: #333;
        border: 1px solid #ddd;
        box-sizing: border-box;
        border-radius: 3px;
        padding-left: 16px;
    }

        .register_contents select:focus {
            border-color: #333;
            outline: none;
        }

        .register_contents select[readonly] {
            background-color: #f7f8f9;
            pointer-events: none;
        }

.register_contents_list h3 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: -0.25px;
}

.register_contents_list > li {
    display: grid;
    grid-template-columns: 150px 1fr;
}

    .register_contents_list > li:not(:last-child) {
        margin-bottom: 16px;
    }

.register_contents_list li .register_box * {
    font-family: "Pretendard"
}

.register_contents_list li .register_box {
    display: grid;
    align-items: center;
}

    .register_contents_list li .register_box > div:not(:last-child) {
        margin-bottom: 8px;
    }

.grid_box {
    display: grid;
    align-items: center;
    grid-column-gap: 8px;
}

    .grid_box.type_date {
        grid-template-columns: minmax(80px, 200px) auto;
    }

    .grid_box.type02 {
        grid-template-columns: auto 150px;
    }

    .grid_box.type03 {
        grid-template-columns: 100px auto auto;
    }

    .grid_box.type04 {
        grid-template-columns: 75px auto auto 50px;
    }

    .grid_box.type05 {
        grid-template-columns: auto 50px;
    }


/** complete **/
.register_complete {
    max-width: 480px;
    text-align: center;
    margin: 80px auto 60px;
}

    .register_complete .register_title h1 {
        font-size: 24px;
        line-height: 34px;
        word-break: keep-all;
    }

    .register_complete .register_title .sub_text {
        font-size: 16px;
        line-height: 24px;
        color: #757575;
        margin: 20px 0;
    }

    .register_complete .register_img_box {
        text-align: center;
        margin-bottom: 54px;
    }

        .register_complete .register_img_box img {
            max-width: 100%;
        }

    .register_complete .btn_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 10px;
        justify-content: center;
    }

        .register_complete .btn_box.type01 {
            display: block;
        }


/** edit **/
.title_info_box {
    margin: 20px 0 40px;
}

    .title_info_box p {
        font-size: 16px;
        line-height: 26px;
        word-break: keep-all;
    }

.required_box {
    text-align: left;
    margin-bottom: 14px;
}

.form_box_text {
    font-size: 15px;
    font-weight: 500;
    word-break: keep-all;
}


/** goodbye **/
.secession_complete {
    max-width: inherit;
    background: #f7f8f9;
    padding: 100px 0;
}

    .secession_complete .secession_complete_box {
        max-width: 1024px;
        background: #fff;
        margin: 0 auto;
        padding: 60px 0;
        word-break: keep-all;
    }

    .secession_complete h1 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 40px;
    }

    .secession_complete h2 {
        font-size: 30px;
        color: #58a5ff;
        font-weight: 500;
        text-align: center;
        margin: 0 0 40px;
    }

.goodbye_section {
    text-align: center;
}

.goodbye_box p {
    font-size: 18px;
    line-height: 32px;
    word-break: keep-all;
}

    .goodbye_box p.goodbye_text01 {
        position: relative;
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 40px;
    }

        .goodbye_box p.goodbye_text01::after {
            content: "";
            position: absolute;
            right: 50%;
            bottom: -20px;
            transform: translateX(50%);
            width: 40px;
            height: 1px;
            background: #333;
        }

.goodbye_box.dash p {
    position: relative;
    line-height: 28px;
    text-align: left;
    padding-left: 14px;
}

    .goodbye_box.dash p:not(:last-child) {
        margin-bottom: 10px;
    }

    .goodbye_box.dash p::before {
        content: "- ";
        position: absolute;
        top: 0;
        left: 0;
    }


.secession_complete .btn_box {
    max-width: 340px;
    margin: 60px auto 0;
    padding: 0 40px;
}

    .secession_complete .btn_box.type02 {
        max-width: 600px;
    }


.goodbye_section.type02 {
    margin: 0 40px;
}

    .goodbye_section.type02 h2 {
        text-align: left;
        margin-bottom: 16px;
    }

#EtcComment {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    resize: none;
    outline: 0;
}

/** family list **/
.barunnfamily {
    text-align: center;
    margin: 20px 0px 70px;
}

    .barunnfamily h2 {
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .barunnfamily .barunnfamily_list {
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }

    .barunnfamily li {
        width: 120px;
    }

        .barunnfamily li img {
            max-width: 100%;
            vertical-align: middle;
        }

        .barunnfamily li p {
            font-size: 14px;
            line-height: 16px;
            letter-spacing: -0.3px;
            color: #757575;
        }
/** mcard / gshop **/
.register.type02 .area {
    margin: 0
}

.register.type02 {
    max-width: 100%;
}

    .register.type02 .title {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0px;
        font-size: 20px;
        font-weight: 400;
        color: #757575;
    }

        .register.type02 .title strong {
            font-size: 20px;
            font-weight: 400;
        }

        .register.type02 .title h1 {
            font-size: 40px;
            line-height: 45px;
            font-weight: 400;
            margin: 12px 0 54px;
            color: #000;
        }

            .register.type02 .title h1 b {
                font-weight: 700;
            }

    .register.type02 .wrap_btn {
        position: relative;
        margin: 127px auto 0;
        text-align: center;
    }

        .register.type02 .wrap_btn .btn_join {
            position: relative;
            display: block;
            width: 339px;
            height: 74px;
            margin: 0 auto;
            line-height: 74px;
            font-size: 21px;
            font-weight: 500;
            text-align: center;
            color: #fff;
            border: 0;
            cursor: pointer;
            background: linear-gradient(to right, #818FD2, #6188BE);
        }

    .register.type02 .btn_join::after {
        content: '';
        display: inline-block;
        background: url('https://static.barunsoncard.com/barunnfamily/common/icon/ico_array_right.png') no-repeat;
        width: 11px;
        height: 19px;
        background-size: 10px;
        vertical-align: middle;
        margin-left: 10px;
    }

    .register.type02 .tooltip {
        display: block;
        position: absolute;
        top: -80px;
        left: 50%;
        padding: 14px;
        font-size: 17px;
        color: #a5a5a5;
        background: #fff;
        border-radius: 10px;
        box-shadow: -0.5px 0.9px 10px rgba(26, 26, 26, 0.1);
    }

        .register.type02 .tooltip em {
            font-weight: 500;
            color: #6188be;
            font-style: normal;
        }

        .register.type02 .tooltip::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 20px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 10px solid white;
        }

    .register.type02 .contents_box {
        padding-top: 0px;
    }

        .register.type02 .contents_box .info {
            position: relative;
            padding-bottom: 110px;
        }

            .register.type02 .contents_box .info:before {
                content: '';
                display: block;
                background-color: #f3f6fb;
                height: 530px;
                position: absolute;
                z-index: 0;
                width: 100%;
                bottom: 0;
            }

        .register.type02 .contents_box .list_mcard {
            display: flex;
            justify-content: center;
            position: relative;
            z-index: 10;
            gap: 6px;
        }

            .register.type02 .contents_box .list_mcard li {
                width: 33.3%;
                max-width: 223px;
                height: 453px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                border: 1px solid #f2f2f2;
                background: #fff;
            }

            .register.type02 .contents_box .list_mcard strong {
                color: #6188be;
                font-size: 21px;
            }

            .register.type02 .contents_box .list_mcard .img {
                display: block;
                padding: 30px 0 38px;
                margin: 0 auto;
            }

            .register.type02 .contents_box .list_mcard img {
                width: 100%;
            }

            .register.type02 .contents_box .list_mcard p {
                color: #545454;
                font-size: 19px;
            }
    /* 가입완료 */
    .register.type02 .show_m {
        display: none
    }

    .register.type02 .box_done .desc {
        margin-top: 35px;
        font-weight: 400;
        font-size: 25px;
        color: #252525;
    }

    .register.type02 .benefit .desc b {
        font-weight: 500;
    }

    .register.type02 .box_done .wrap_btn {
        margin-top: 33px;
    }

        .register.type02 .box_done .wrap_btn .btn {
            position: relative;
            display: inline-block;
            width: 333px;
            height: 74px;
            margin: 0 5px;
            line-height: 74px;
            font-size: 21px;
            font-weight: 500;
            text-align: center;
            color: #fff;
            border: 0;
            cursor: pointer;
            border-radius: 0;
        }

            .register.type02 .box_done .wrap_btn .btn:after {
                content: '';
                display: inline-block;
                background: url('https://static.barunsoncard.com/barunnfamily/common/icon/ico_array_right.png') no-repeat;
                width: 11px;
                height: 19px;
                background-size: 10px;
                vertical-align: middle;
                margin-left: 10px;
            }

        .register.type02 .box_done .wrap_btn .btn_make {
            background: #6188be;
        }

        .register.type02 .box_done .wrap_btn .btn_sample {
            background: #545454;
        }

    .register.type02 .benefit {
        width: 100%;
        background: #f3f6fb;
        text-align: center;
        padding: 85px 0;
        margin-top: 96px;
    }

        .register.type02 .benefit strong {
            font-weight: 400;
            font-size: 25px;
            color: #252525;
        }

        .register.type02 .benefit b {
            font-weight: 500;
        }

        .register.type02 .benefit .list_benefit {
            display: flex;
            justify-content: center;
            gap: 4px;
            margin-top: 34px;
        }

            .register.type02 .benefit .list_benefit li {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 165px;
                height: 175px;
                border: 1px solid #f2f3f4;
                background: #fff;
                text-align: center;
            }

    .register.type02 .list_benefit .thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 86px;
        height: 86px;
    }

    .register.type02 .benefit .list_benefit img {
        display: block;
        margin: 0 auto;
    }

    .register.type02 .benefit .list_benefit li span {
        font-size: 19px;
        line-height: 25px;
        color: #545454;
    }
/** policyHistory **/
.policyHistory {
    max-width: 800px;
    margin: 40px auto;
}

    .policyHistory .policy_title::after {
        content: "";
        display: block;
        clear: both;
    }

    .policyHistory .policy_title h1 {
        float: left;
        font-size: 20px;
    }

    .policyHistory .policy_select {
        float: right;
        border: 1px solid #dcdcdc;
        height: 32px;
    }

.policy_contents {
    padding: 24px 2%;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-size: 12px;
    word-spacing: -1px;
    line-height: 1.5em;
    margin-top: 12px;
}

    .policy_contents h3 {
        margin: 40px 0 10px
    }

        .policy_contents h3:first-child {
            margin: 0 0 10px
        }

    .policy_contents > h4 {
        margin: 20px 0 10px
    }

    .policy_contents ol {
        margin-left: 25px
    }

        .policy_contents ol li {
            margin-bottom: 14px;
            list-style-type: decimal
        }

    .policy_contents ul {
        margin-top: 10px;
        margin-left: 18px;
    }

    .policy_contents dt {
        color: #333;
        margin-top: 10px
    }

    .policy_contents table {
        border-collapse: collapse;
        width: 99%
    }

        .policy_contents table th {
            border: 1px solid #ddd;
            padding: 2px;
            text-align: center
        }

        .policy_contents table td {
            border: 1px solid #ddd;
            padding: 2px
        }

.footerlogo {
    text-align: center;
    margin-top: 6%;
}

    .footerlogo img {
        width: 250px;
        vertical-align: middle;
    }

.policy_button {
    display: inline-block;
    background: #333;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    margin-top: 10px;
    padding: 6px 10px;
}

/** footer **/
.footer {
    text-align: center;
    background: #333;
    padding: 50px 0;
    margin-top: 100px;
}

    .footer p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }

/* form */
input.input {
    width: 100%;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
    padding: 0px 16px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 2px;
    box-sizing: border-box;
}

    input.input::placeholder {
        color: #ccc;
    }

    input.input:focus {
        border: 1px solid #474747;
    }

    input.input:disabled {
        background-color: #f9f9f9;
    }

    input.input[readonly] {
        background-color: #f9f9f9;
    }

textarea {
    width: 100%;
    height: 200px;
    padding: 16px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.2px;
    font-weight: 400;
    resize: none;
    border-radius: 2px;
}

    textarea::placeholder {
        color: #ccc;
    }

    textarea:focus {
        border: 1px solid #474747;
    }

.btn_black {
    color: #fff;
    background: #333;
}

.align-items-start {
    align-items: start !important;
}
/* 제휴문의 */
.partnership * {
    font-family: "Pretendard Variable";
}

.partnership .mo {
    display: none;
}

.partnership .area {
    width: 1200px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.partnership input.medium {
    width: 70.89%;
    margin-left: 8px;
}

.partnership .title {
    text-align: center;
}

    .partnership .title .area {
        padding: 88px 0px 42px;
        border-bottom: 1px solid #111;
    }

    .partnership .title h2 {
        font-size: 30px;
        line-height: 39px;
        font-weight: 600;
        letter-spacing: -0.4px;
    }

    .partnership .title p {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
        letter-spacing: -0.2px;
        margin-top: 8px;
        color: #474747
    }

.partnership .contents {
    padding: 30px 0px 90px;
}

.partnership .form .check_menu {
    margin-bottom: 16px;
}

.partnership .form .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .partnership .form .list .item {
        display: flex;
        align-items: center;
    }

        .partnership .form .list .item h4 {
            min-width: 95px;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            letter-spacing: -0.3px;
            color: #474747;
            line-height: 48px;
        }

        .partnership .form .list .item .box {
            display: flex;
            align-items: center;
            width: 375px;
        }

            .partnership .form .list .item .box.column {
                flex-direction: column;
                row-gap: 8px;
            }

            .partnership .form .list .item .box .field {
                width: 100%;
                display: flex;
            }

                .partnership .form .list .item .box .field .btn {
                    width: 51.23%;
                    font-size: 14px;
                    font-weight: 600;
                    margin-left: 8px;
                }

            .partnership .form .list .item .box.file {
                display: block;
                width: 100%;
            }

            .partnership .form .list .item .box .noti {
                margin-top: 12px;
            }

                .partnership .form .list .item .box .noti p {
                    font-size: 12px;
                    line-height: 17px;
                    font-weight: 500;
                    color: #999;
                    letter-spacing: normal;
                    position: relative;
                    padding-left: 12px;
                }

                    .partnership .form .list .item .box .noti p:before {
                        content: '※';
                        position: absolute;
                        left: 0;
                    }

                    .partnership .form .list .item .box .noti p:not(:first-child) {
                        margin-top: 5px;
                    }

.partnership .form_checkbox {
    display: flex;
    align-items: center;
    height: 48px;
}

    .partnership .form_checkbox:not(:last-child) {
        margin-right: 28px;
    }

    .partnership .form_checkbox input[type="radio"] {
        width: 20px;
        height: 20px;
        appearance: none;
        border: 1px solid #474747;
        border-radius: 50%;
        position: relative;
        margin: 0px;
    }

        .partnership .form_checkbox input[type="radio"]:checked::after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            background: #333;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
        }

    .partnership .form_checkbox label {
        padding-left: 8px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.2px;
        font-weight: 400;
        color: #111;
        cursor: pointer;
    }

.partnership .form .policy {
    padding: 60px 0px 40px;
    margin-top: 60px;
    border-top: 8px solid #f9f9f9;
}

    .partnership .form .policy .list .item {
        flex-wrap: wrap;
    }

        .partnership .form .policy .list .item h4 {
            line-height: 20px;
        }

    .partnership .form .policy .agreement {
        width: 100%;
        border: 1px solid #ddd;
        padding: 16px;
        border-radius: 2px;
        margin-top: 16px;
    }

        .partnership .form .policy .agreement dt {
            font-size: 13px;
            line-height: 18px;
            color: #474747;
            font-weight: 400;
            letter-spacing: normal;
        }

        .partnership .form .policy .agreement dd {
            font-size: 13px;
            line-height: 18px;
            color: #474747;
            font-weight: 400;
            letter-spacing: normal;
        }

.partnership .btn_wrap {
    width: 322px;
    margin: 0 auto;
}

.partnership .form .policy .form_checkbox {
    height: auto;
    margin-top: 20px;
    padding-left: 3px;
}

    .partnership .form .policy .form_checkbox input[type="checkbox"] + label {
        font-size: 15px;
        line-height: 20px;
        color: #111;
        font-weight: 500;
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_15_check.svg) no-repeat 0 center;
    }

    .partnership .form .policy .form_checkbox input[type="checkbox"]:checked + label {
        background: url(https://static.barunsoncard.com/barunnfamily/common/icon/ico_15_check_ov.svg) no-repeat 0 center;
    }

.partnership .btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 700;
    border-radius: 2px;
    cursor: pointer;
    border: none;
}

.partnership .btn_wrap .btn {
    height: 52px;
}

.partnership .filebox {
    width: 375px;
}

.filebox .upload {
    position: relative;
}

    .filebox .upload .delete {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("https://static.barunsoncard.com/barunnfamily/common/icon/ic_20_delete_gray.svg") no-repeat;
        background-size: 20px;
        border: none;
        z-index: 5;
        cursor: pointer;
        display: none;
    }

.filebox .upload-name {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
    height: 48px;
    padding: 0px 34px 0px 16px;
    border: 1px solid #ccc;
    min-width: 232px;
    color: #999999;
    outline: none;
    width: 232px;
    box-sizing: border-box;
    border-radius: 2px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .filebox .upload-name::placeholder {
        color: #ccc;
    }

    .filebox .upload-name:focus {
        border: 1px solid #474747;
    }

.filebox label {
    display: flex;
    cursor: pointer;
}

.filebox span {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    background-color: #eee;
    cursor: pointer;
    width: 105px;
    height: 48px;
    line-height: 48px;
    margin-left: 8px;
    text-align: center;
    border-radius: 2px;
    display: block;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

/* 통합 페이지 */
.barunnfamily.top {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

    .barunnfamily.top li {
        flex: 1;
        max-width: 120px;
    }

.integration * {
    color: #1e1e1e;
}

.integration .area {
    width: 700px;
    margin: 0 auto;
}

.integration .blue {
    color: #3A8DFD;
}

.integration .purple {
    color: #7246D8;
}

.integration .pink {
    color: #DA7DA8;
}

.integration button {
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    background: none;
}

.integration .fixed_button {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 40px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.speech-bubble {
    background: #000;
    border-radius: 14px;
    position: absolute;
    top: -30px;
    right: -60px;
    width: 136px;
    text-align: center;
    box-shadow: 2px 6px 12px 0px #0000001F;
}

    .speech-bubble .text {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        color: #eee;
        letter-spacing: normal;
        padding: 11.5px 0px;
    }

    .speech-bubble::before {
        content: '';
        display: block;
        background: url('https://static.barunsoncard.com/barunnfamily/integration/bubble_bottom.png') no-repeat;
        width: 100%;
        height: 6px;
        position: absolute;
        left: 0;
        bottom: -6px;
    }

.register .register_btn {
    width: 292px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    background-color: #3A8DFD;
    color: #fff;
    border: none;
    margin-top: 40px;
    cursor: pointer;
    display: block;
    margin: 40px auto 0;
    text-align: center;
}

.integration .register_btn_1 {
    width: 292px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    background-color: #3A8DFD;
    color: #fff;
}

.integration .register_btn_2 {
    width: 350px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(90deg, #3A8DFD 0%, #7246D8 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    position: relative;
    margin: 0 auto;
}

    .integration .register_btn_2 .ico {
        width: 20px;
        height: 20px;
        background: url('https://static.barunsoncard.com/barunnfamily/integration/array.svg') no-repeat center;
        background-size: 20px;
        display: block;
    }

.integration .channel_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

    .integration .channel_btn .ico {
        width: 28px;
        height: 28px;
        display: block;
        background: url('https://static.barunsoncard.com/barunnfamily/integration/kakao_channel.svg') no-repeat top;
    }

.integration .channel_btn {
    width: 292px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    background-color: #FFE500;
    color: #1e1e1e;
}

.integration .badge {
    width: 91px;
    height: 100px;
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .integration .badge.blue {
        background: url(https://static.barunsoncard.com/barunnfamily/integration/badge01.png) no-repeat center;
        background-size: 100%;
    }

    .integration .badge.purple {
        background: url(https://static.barunsoncard.com/barunnfamily/integration/badge_02.png) no-repeat center;
        background-size: 100%;
    }

    .integration .badge.pink {
        background: url(https://static.barunsoncard.com/barunnfamily/integration/badge_03.png) no-repeat center;
        background-size: 100%;
    }

    .integration .badge p {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 500;
        color: #fff;
    }

    .integration .badge p strong{
        color:#fff;
        font-weight:600;
    }

.integration .banner {
    position: relative;
}

    .integration .banner .image.pc {
        background: url('https://static.barunsoncard.com/barunnfamily/integration/p_main_banner.jpg') repeat center;
        height: 639px;
    }

    .integration .banner .image.mo {
        display: none;
    }

    .integration .banner .text {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 25px;
    }

        .integration .banner .text h1 {
            font-size: 41px;
            line-height: 53px;
            letter-spacing: -0.45px;
            font-weight: 800;
        }

        .integration .banner .text p {
            margin-top: 10px;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.45px;
            font-weight: 400;
            color: #4D4D4D;
        }

        .integration .banner .text button {
            margin-top: 24px;
        }

.integration .title {
    text-align: center;
    margin-bottom: 40px;
}

    .integration .title p {
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        letter-spacing: normal;
    }

    .integration .title h3 {
        font-size: 33px;
        line-height: 44px;
        font-weight: 700;
        letter-spacing: -0.45px;
        margin-top: 12px;
    }

.integration .sec {
    padding: 80px 0px;
}

.integration .sec .text h3 {
    font-size: 27px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: -0.45px;
}

.integration .sec .text p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.45px;
    margin-top: 9px;
    color: #484848;
}

.integration .sec .noti {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.45px;
    color: #aaa;
    display: block;
}

.integration .sec01 .info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 36px;
    background-color: #F4FAFE;
    border: 1px solid #ECECEC;
    border-radius: 20px;
    position: relative;
}

    .integration .sec01 .info ul li .image {
        width: 293px;
    }

    .integration .sec01 .info ul li .image img {
        width: 100%;
        display:block;
    }

    .integration .sec01 .info ul li:not(:first-child) {
        margin-top: 10px;
    }

    .integration .sec01 .info ul li.item_type01 {
        background-color: #F4FAFE;
    }

    .integration .sec01 .info ul li.item_type02 {
        background-color: #F6F7FC;
    }

    .integration .sec01 .info ul li.item_type03 {
        background-color: #FFF5FA; 
        padding:45px 36px;
    }

    .integration .sec01 .info ul li.item_type03 .badge{
        bottom:49px;
    }

    .integration .sec01 .info ul li .text p strong {
        font-weight: 500;
    }

    .integration .sec01 .info ul li .text .noti{
        margin-top:9px;
    }

.integration .sec01 .badge {
    bottom: 19px;
    right: 19px;
}

.integration .sec02 {
    background-color: #F8F9FD;
}

    .integration .sec02 .info {
        display: flex;
        justify-content: space-between;
        background: #fff;
        padding: 62px 36px;
        position: relative;
        border-radius: 20px;
    }

.integration .sec02 .info .text {
    flex: 1;
}

.integration .sec02 .info .box {
    flex: 1;
}

.integration .sec02 .info ul {
    flex: 1;
    background: #F8F9FD;
    border-radius: 10px;
}

    .integration .sec02 .info ul li {
        padding: 19.5px 0px;
        margin: 0px 16px;
    }

.integration .sec02 .info ul li:not(:first-child) {
    border-top: 0.5px dashed #D7D7D7;
}

.integration .sec02 .info ul li p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.45px;
    color: #333;
    padding-left: 45px;
}

.integration .sec02 .info ul li .noti{
    margin-top:1px;
}

.integration .sec02 .info ul li.item01 {
    background: url('https://static.barunsoncard.com/barunnfamily/integration/icon01.svg') no-repeat left center;
}


.integration .sec02 .info ul li.item02 {
    background: url('https://static.barunsoncard.com/barunnfamily/integration/icon02.svg') no-repeat left center;
}


.integration .sec02 .info ul li.item03 {
    background: url('https://static.barunsoncard.com/barunnfamily/integration/icon03.svg') no-repeat left center;
}

.integration .sec02 .info ul li.item04 {
    background: url('https://static.barunsoncard.com/barunnfamily/integration/icon04.svg') no-repeat left center;
}

.integration .sec02 .info ul li.item05 {
    background: url('https://static.barunsoncard.com/barunnfamily/integration/icon05.svg') no-repeat left center;
}

.integration .sec02 .info .badge {
    right: 14px;
    top: 15px;
}

.integration .sec03 {
    padding: 0px;
}

    .integration .sec03 .area {
        position: relative;
        padding: 102px 0px;
    }

    .integration .sec03 .channel_image {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .integration .sec03 .channel_btn {
        margin-top: 36px;
    }

    .integration .sec03 .title {
        text-align: left;
        margin-bottom: 0px;
    }

        .integration .sec03 .title p {
            color: #484848;
        }

.integration .notice {
    padding: 100px 0px 180px;
    background-color: #F7F8F9;
}

    .integration .notice .area {
        display: flex;
        justify-content: space-between;
    }

    .integration .notice h5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        letter-spacing: -0.45px;
        color: #333;
        width: 150px;
    }

    .integration .notice ul {
        flex: 1;
    }

        .integration .notice ul li {
            padding-left: 12px;
            position: relative;
            font-size: 18px;
            line-height: 28px;
            font-weight: 300;
            letter-spacing: -0.25px;
            color: #757575;
        }

            .integration .notice ul li::before {
                content: "";
                width: 4px;
                height: 4px;
                background-color: #757575;
                border-radius: 100%;
                display: block;
                position: absolute;
                top: 11px;
                left: 0;
            }

            .integration .notice ul li:not(:first-child) {
                margin-top: 6px;
            }

/* 노트북 */
@media screen and (max-width: 1199px) {
    .partnership .area {
        width: 800px
    }
}

/* 태블릿 */
@media screen and (max-width: 991px) {
    .partnership .area {
        width: 700px
    }
}

@media screen and (min-width: 768px) {
    .benefit_list {
        grid-template-columns: repeat(4, 1fr);
    }

    .form_radio_list {
        grid-template-columns: repeat(5, 100px);
    }

    .form_check_list {
        grid-template-columns: repeat(4, 1fr);
        padding: 30px 40px;
    }

    .barunnfamily_notice dl {
        display: grid;
        grid-template-columns: 100px 1fr;
    }

    .br_point {
        display: none;
    }
}

/* Mobile size */
@media screen and (max-width: 767px) {
    .m_none {
        display: none;
    }

    .register_contents input[type="text"],
    .register_contents input[type="password"],
    .register_contents input[type="date"],
    .register_contents input[type="email"] {
        font-size: 14px;
    }

    .form_radio_list {
        grid-template-columns: repeat(3, 100px);
    }

    .form_check_list {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 20px;
    }

    .btn_box.big .btn {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .required_box {
        margin-bottom: 8px;
    }

    .title_info_box {
        margin: 10px 0 30px;
    }

        .title_info_box p {
            font-size: 14px;
            line-height: 24px;
        }

    .form_box_text {
        font-size: 13px;
        line-height: 18px;
    }


    /** header **/
    .header {
        padding: 10px 0;
    }

        .header img {
            width: 200px;
        }

    /** welcome **/
    .welcome .contents {
        margin-top: 30px;
        padding: 20px;
    }

        .welcome .contents dt {
            font-size: 16px;
        }

        .welcome .contents dd {
            font-size: 14px;
            line-height: 22px;
        }

    .barunnfamily {
        margin: 20px 0px 50px;
    }

    .benefit_list {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 18px;
    }

        .benefit_list li .item {
            height: 22vw;
            column-gap: 10px;
        }

            .benefit_list li .item .img {
                width: 36%;
            }

                .benefit_list li .item .img img {
                    width: 100%;
                }

        .benefit_list li h4 {
            font-size: 3.4vw;
            padding: 4% 0px;
        }

        .benefit_list li .item .txt p {
            font-size: 3.4vw;
            line-height: 3.8vw;
        }

    .coupon_list {
        max-width: 100%;
        padding: 0px 18px;
        column-gap: 10px;
        row-gap: 8px;
    }

        .coupon_list li {
            width: calc(50% - 5px);
        }

            .coupon_list li img {
                width: 100%;
            }

    .register .title p strong {
        font-size: 3.7vw;
        letter-spacing: -0.75px;
    }

    /** register **/
    .step_view {
        margin-bottom: 40px;
    }

        .step_view li:not(:last-child) {
            margin-right: 34px;
        }

    /*    .register .title {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

        .register .title h1 {
            font-size: 26px;
            line-height: 28px;
            margin: 6px 0 14px;
        }*/

    /*        .register .title p {
            color: #757575;
        }

            .register .title p strong {
                font-size: 16px;
                font-weight: 400;
            }*/

    .register .register_btn_1 {
        font-size: 16px;
        height: 56px;
        line-height: 56px;
    }

        .register .register_btn_1 + p {
            font-size: 14px;
        }

    .register_contents_list h3 {
        margin-bottom: 10px;
    }

    .register_contents_list > li {
        display: block;
    }

    .form_checkbox input[type="checkbox"] + label {
        font-size: 14px;
    }

    .barunnfamily_notice dt {
        margin-bottom: 8px;
    }

    /** complete **/
    .register_complete {
        margin-top: 50px;
    }

        .register_complete .register_title h1 {
            font-size: 20px;
            line-height: 28px;
        }

        .register_complete .register_title .sub_text {
            font-size: 14px;
            line-height: 20px;
            margin: 10px 0 20px;
        }

        .register_complete .register_img_box {
            margin-bottom: 30px;
        }

    /* barunnfamily */
    .barunnfamily h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }


    .barunnfamily li p {
        display: none;
    }

    /** mcard / gshop **/
    .register.type02 .area {
        margin: 0;
    }

    .register.type02 .title strong {
        font-size: 3.7vw;
        letter-spacing: -0.75px;
    }

    .register.type02 .img_gift {
        width: 25vw;
    }

    .register.type02 .title h1 {
        font-size: 6.4vw;
        line-height: 7.5vw;
        margin: 1.76vw 0 7.94vw;
    }

    .register.type02 .wrap_btn {
        margin: 18.68vw 5.88vw 0;
    }

        .register.type02 .wrap_btn .btn_join {
            width: 100%;
            height: 10.88vw;
            line-height: 10.88vw;
            font-size: 3.09vw;
        }

    .register.type02 .btn_join::after {
        width: 1.62vw;
        height: 3.35vw;
        margin-left: 1.91vw;
        background-size: 100%;
    }

    .register.type02 .tooltip {
        top: -10.76vw;
        left: 50%;
        padding: 2.06vw;
        font-size: 2.50vw;
        border-radius: 1.47vw;
    }

        .register.type02 .tooltip::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 20px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 10px solid white;
        }

    .register.type02 .contents_box .info {
        padding-bottom: 16.47vw;
    }

        .register.type02 .contents_box .info:before {
            height: 100%;
            bottom: -34.71vw;
        }

    .register.type02 .contents_box .list_mcard {
        gap: 0.88vw;
    }

        .register.type02 .contents_box .list_mcard li {
            max-width: unset;
            height: 100%;
            padding: 4.41vw 2.4vw 6.62vw;
        }

        .register.type02 .contents_box .list_mcard strong {
            font-size: 3.09vw;
        }

        .register.type02 .contents_box .list_mcard .img {
            padding: 4.41vw 0 5.59vw;
        }

        .register.type02 .contents_box .list_mcard p {
            font-size: 2.79vw;
        }
    /* 가입완료 */
    .register.type02 .show_m {
        display: block
    }

    .register.type02 .box_done .desc {
        margin-top: 5.15vw;
        font-size: 3.68vw;
    }

    .register.type02 .box_done .wrap_btn {
        margin-top: 5vw;
    }

        .register.type02 .box_done .wrap_btn .btn {
            width: 100%;
            height: 10.88vw;
            margin: 2.06vw 0 0;
            line-height: 10.88vw;
            font-size: 3.09vw;
        }

            .register.type02 .box_done .wrap_btn .btn:first-child {
                margin-top: 0;
            }

            .register.type02 .box_done .wrap_btn .btn:after {
                width: 1.62vw;
                height: 3.35vw;
                margin-left: 1.91vw;
                background-size: 100%;
            }

    .register.type02 .benefit {
        padding: 11.03vw 0;
        margin-top: 11.03vw;
    }

        .register.type02 .benefit strong {
            font-size: 3.68vw;
        }


        .register.type02 .benefit .list_benefit {
            gap: 0.59vw;
            margin-top: 5vw;
            width: 100%
        }

            .register.type02 .benefit .list_benefit li {
                width: 100%;
                height: 25.74vw;
            }

    .register.type02 .list_benefit .thumb {
        width: 12.65vw;
        height: 12.65vw;
    }

    .register.type02 .benefit .list_benefit li span {
        font-size: 2.79vw;
        line-height: 3.68vw;
    }

    /** goodbye **/

    .secession_complete {
        min-height: calc(100vh - 80px);
        padding: 40px 0;
    }

        .secession_complete .secession_complete_box {
            padding: 40px 20px;
        }

        .secession_complete h1 {
            font-size: 24px;
            margin: 20px 0 26px;
        }

        .secession_complete h2 {
            font-size: 18px;
            line-height: 26px;
            margin: 0 0 20px;
        }

    .goodbye_box p {
        font-size: 15px;
        line-height: 26px;
    }

        .goodbye_box p.goodbye_text01 {
            font-size: 16px;
            line-height: 26px;
        }


    .goodbye_section.type02 {
        margin: 0;
    }

        .goodbye_section.type02 h2 {
            margin-bottom: 10px;
        }

        .goodbye_section.type02 .btn_box.type02 {
            padding: 0 20px;
            margin-top: 30px;
        }

    .goodbye_box.dash p {
        line-height: 24px;
    }

        .goodbye_box.dash p:not(:last-child) {
            margin-bottom: 6px;
        }

    /** footer **/
    .footer {
        padding: 30px 0;
    }

        .footer p {
            font-size: 12px;
        }

    .partnership .area {
        width: 100%;
        padding: 0px 16px;
        box-sizing: border-box;
    }

    .partnership .mo {
        display: block;
    }

    .partnership .pc {
        display: none;
    }

    .partnership .contents {
        padding: 0px 0px 40px;
    }

    .partnership .title .area {
        padding: 0px;
        border-bottom: 0px;
    }

    .partnership .title h2 {
        font-size: 18px;
        line-height: 24px;
        padding: 16px 0px;
        border-bottom: 1px solid #eee
    }

    .partnership .title p {
        margin-top: 0px;
        padding: 28px 0px;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.2px;
        font-weight: 500;
    }

    .partnership .form .list {
        gap: 20px;
    }

        .partnership .form .list .item h4 {
            min-width: 100%;
            margin-bottom: 8px;
            line-height: 20px;
        }

        .partnership .form .list .item {
            flex-wrap: wrap;
        }

            .partnership .form .list .item .box {
                flex-wrap: wrap;
                row-gap: 15px;
                width: 100%;
                justify-content: space-between;
            }

    .partnership .form_checkbox {
        width: 50%;
        height: auto;
    }

        .partnership .form_checkbox:not(:last-child) {
            margin-right: 0px;
        }

    .partnership input.big {
        width: 58%;
    }

    .partnership input.medium {
        width: 40%;
        margin-left: 0px;
    }

    .partnership .form .policy {
        margin-top: 40px;
        padding: 26px 0px 24px;
    }

        .partnership .form .policy .agreement {
            margin-top: 8px;
        }

        .partnership .form .policy .form_checkbox {
            width: 100%;
            margin-top: 12px;
        }

    .partnership .form .check_menu {
        margin-bottom: 24px;
    }

        .partnership .form .check_menu .list .item h4 {
            margin-bottom: 10px;
            line-height: 20px;
        }

    .partnership .btn_wrap {
        width: 100%;
        padding: 0px 16px;
        box-sizing: border-box;
    }

    .partnership .filebox {
        width: 100%;
    }

    .filebox .upload {
        width: 70%;
    }

    .filebox .upload-name {
        width: 100%;
        min-width: auto;
    }

    .filebox span {
        margin-left: 0px;
        width: 27%;
    }

    .filebox label {
        width: 100%;
        justify-content: space-between;
    }

    .register .register_check_contents .form_checkbox .market {
        display: block;
    }

        .register .register_check_contents .form_checkbox .market .box:not(:first-child) {
            margin-top: 8px;
            padding-left: 20px;
        }

    .integration .area {
        width: auto;
        margin: 0px 20px;
    }

    .integration .banner .image.pc {
        display: none;
    }

    .integration .banner .image.mo {
        display: block;
    }

        .integration .banner .image.mo img {
            width: 100%;
            display: block;
        }

    .integration .banner .text {
        text-align: center;
        justify-content: end;
        padding-top: 0px;
    }

    .integration .banner .area {
        padding-bottom: 60px;
    }

    .integration .banner .text h1 {
        font-size: 29px;
        line-height: 38px;
    }

    .integration .banner .text p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 15px;
    }

    .integration .title {
        margin-bottom: 30px;
    }

        .integration .title p {
            font-size: 15px;
            line-height: 18px;
        }

        .integration .title h3 {
            font-size: 26px;
            font-weight: 700;
            line-height: 34px;
        }

    .integration .sec .text h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .integration .sec .text p {
        font-size: 15px;
        line-height: 22px;
    }

    .integration .sec .image {
        margin-top: 20px;
    }

    .integration .sec01 .info ul li {
        display: block;
        text-align: center;
        padding: 50px 20px;
    }

        .integration .sec01 .info ul li.item_type03 {
            padding: 50px 20px;
        }

        .integration .sec01 .info ul li.item_type03 .badge{
            bottom:8px;
        }

    .integration .sec .image {
        position: relative;
        display: inline-block;
    }

    .integration .sec01 .badge {
        bottom: -20px;
        right: 0px;
    }

    .integration .sec02 .info {
        display: block;
        padding: 50px 20px;
    }

        .integration .sec02 .info .text {
            text-align: center;
            margin-bottom: 30px;
        }

        .integration .sec02 .info .box {
            position: relative;
        }

        .integration .sec02 .info .badge {
            right: -10px;
            top: -25px;
        }

        .integration .sec02 .info ul li {
            padding: 20.5px 0;
        }

            .integration .sec02 .info ul li p {
                font-size: 16px;
                line-height: 26px;
            }

    .integration .sec03 .area {
        padding: 80px 0px;
    }

    .integration .sec03 .title {
        text-align: center;
    }

    .integration .sec03 .channel_image {
        position: inherit;
        padding: 26px 0px;
    }

    .integration .sec03 .channel_btn {
        margin: 0 auto;
    }

    .integration .notice {
        padding: 80px 0px 150px;
    }

        .integration .notice .area {
            display: block;
        }

        .integration .notice h5 {
            width: auto;
            margin-bottom: 20px;
        }

        .integration .notice ul li {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: normal;
        }

    .speech-bubble {
        right: -20px;
    }

        .speech-bubble .text {
            font-size: 15px;
            line-height: 22px;
            padding: 8px 0px;
        }

    .register .register_btn{
        width:100%;
        height:52px;
        line-height:52px;
        font-size:16px;
    }

    .integration .register_btn_1 {
        display: none;
    }

    .integration .register_btn_2 {
        width: 290px;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 480px) {
    .integration .sec .image img {
        width: 100%;
    }
}
