@charset "UTF-8";
/* 공통 */
.card {
    padding-top: 48px !important;
}
.card > h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}

.card_main {
    margin-top: 0 !important;
    padding-top: 48px !important;
}

.section {
    padding: 0 20px;
}

.cnt01 {
    margin-top: 40px;
}

.cnt02 {
    margin-top: 48px;
}

.cnt03 {
    margin-top: 56px;
}

.cnt04 {
    margin-top: 120px;
}

.cnt05 {
    margin-top: 64px;
}

.cnt06 {
    margin-top: 80px;
}

.cnt07 {
    margin-top: 72px;
}

.cnt08 {
    margin-top: 32px;
}

.cnt09 {
    margin-top: 60px;
}

.title01 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.title01 + .txt_desc {
    margin-top: 12px;
}

.title02 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.title02 + .txt_desc {
    margin-top: 12px;
}
.title02 + .txt_desc_box {
    margin-top: 16px;
    padding: 16px 14px;
    background-color: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.title02 + .txt_desc_box p {
    margin-bottom: 8px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.title02 + .txt_desc_box dl dt {
    font-size: 0.75rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.title02 + .txt_desc_box dl dd {
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.txt_desc02 {
    margin-top: 12px;
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* //공통 */
/* 메인 */
/* 상단 */
.top_main {
    position: relative;
    width: 100%;
    overflow: hidden;
    left: 50%;
    margin-top: -48px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

/* 빌보드 */
.billboard {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.billboard .slide_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.billboard .slide_wrap .slide_content .slide_conts .inner_box {
    position: relative;
}
.billboard .slide_wrap .slide_content .slide_conts .inner_box .tit_wrap {
    position: absolute;
    bottom: 96px;
    left: 20px;
    margin-bottom: 0;
}
.billboard .slide_wrap .slide_content .slide_conts .inner_box .tit_wrap > p {
    font-size: 1.5rem;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.billboard .slide_wrap .slide_content .slide_conts .inner_box img {
    width: 100%;
}
.billboard .slide_wrap .indi_progress {
    left: 20px;
    right: 57%;
    bottom: 57px;
}
.billboard .slide_wrap .indi_progress .track {
    background-color: rgba(255, 255, 255, 0.2);
}
.billboard .slide_wrap .indi_progress .track .current {
    background-color: rgb(255, 255, 255);
}
.billboard .slide_wrap .indi_wrap {
    bottom: 0;
}
.billboard .slide_wrap .indi_wrap .indi_control {
    position: absolute;
    right: 20px;
    bottom: 48px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/mobilehome2/ico_pause_white.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.billboard .slide_wrap .indi_wrap .indi_control.play {
    background-image: url("../../images/mobilehome2/ico_play_white.svg");
}

.fast_link {
    padding: 0 20px;
}
.fast_link .important_menu .tit {
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.fast_link .important_menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
    background-color: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.fast_link .important_menu > ul > li {
    width: 33%;
    text-align: center;
}
.fast_link .important_menu > ul > li:nth-child(n+4) {
    margin-top: 20px;
}
.fast_link .important_menu > ul > li > a {
    position: relative;
    display: block;
    text-decoration: none;
}
.fast_link .important_menu > ul > li > a > span {
    font-size: 0.812rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.fast_link .important_menu > ul > li > a:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
    vertical-align: top;
    display: block;
}
.fast_link .important_menu > ul > li.m01 a:before {
    width: 28px;
    height: 28px;
    background-image: url("../../images/mobilehome2/card/ico_mo_paystub.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.fast_link .important_menu > ul > li.m02 a:before {
    width: 28px;
    height: 28px;
    background-image: url("../../images/mobilehome2/card/ico_mo_payment.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.fast_link .important_menu > ul > li.m03 a:before {
    width: 28px;
    height: 28px;
    background-image: url("../../images/mobilehome2/card/ico_mo_useage.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.fast_link .important_menu > ul > li.m04 a:before {
    width: 28px;
    height: 28px;
    background-image: url("../../images/mobilehome2/card/ico_mo_coupon.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.fast_link .important_menu > ul > li.m05 a:before {
    width: 28px;
    height: 28px;
    background-image: url("../../images/mobilehome2/card/ico_mo_limit.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.fast_link .important_menu > ul > li.m06 a:before {
    width: 28px;
    height: 28px;
    background-image: url("../../images/mobilehome2/card/ico_mo_information.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}

.card_easy_view .tit {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_easy_view .btn_wrap {
    margin-top: 20px;
    padding: 0 20px;
    text-align: right;
}
.card_easy_view .card_list {
    padding-left: 20px;
}
.card_easy_view .slide_wrap {
    overflow: hidden;
}
.card_easy_view .slide_wrap .slide_content {
    overflow: initial !important;
    margin-right: 100px;
}
.card_easy_view .slide_wrap .slide_content .slide_conts {
    padding-right: 8px;
}

.help_wrap {
    margin-top: 64px;
    padding: 0 20px;
}
.help_wrap > .tit {
    padding-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.help_wrap > ul > li > a, .help_wrap > ul > li > div {
    position: relative;
    display: block;
    padding: 22px;
    border-top: 1px solid #EAEBEA;
    border-bottom: 1px solid #EAEBEA;
    text-decoration: none;
}
.help_wrap > ul > li > a > dl, .help_wrap > ul > li > div > dl {
    display: inline-block;
}
.help_wrap > ul > li > a > dl > dt, .help_wrap > ul > li > div > dl > dt {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.help_wrap > ul > li > a > dl > dd, .help_wrap > ul > li > div > dl > dd {
    margin-top: 2px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.help_wrap > ul > li > a.tel:before, .help_wrap > ul > li > div.tel:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url("../../images/mobilehome2/card/ico_mo_customer service.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.help_wrap > ul > li > a.tel:after, .help_wrap > ul > li > div.tel:after {
    content: none;
}
.help_wrap > ul > li > a.chat:before, .help_wrap > ul > li > div.chat:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url("../../images/mobilehome2/card/ico_mo_chat.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.help_wrap > ul > li + li > a, .help_wrap > ul > li + li > div {
    border-top: none;
}

/* 신청초 화면 */
.main_card {
    padding: 0 20px;
}
.main_card > ul > li {
    padding: 32px 0 36px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
}
.main_card > ul > li > dl > dt {
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.main_card > ul > li > dl > dd {
    margin-top: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.main_card > ul > li > dl > dd > span {
    display: block;
}
.main_card > ul > li > dl > dd > img {
    width: 120px;
    margin-top: 24px;
}
.main_card > ul > li > dl > dd .btn_wrap {
    margin-top: 32px;
}
.main_card > ul > li > dl > dd .btn_wrap .sbtn {
    display: inline-block;
    min-width: initial;
}
.main_card > ul > li + li {
    margin-top: 12px;
}

/* 현대백화점카드 신청 초화면 */
.card_apply_detail > ul > li {
    padding: 32px 0;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
}
.card_apply_detail > ul > li > dl > dt {
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_apply_detail > ul > li > dl > dd {
    margin-top: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_apply_detail > ul > li > dl > dd > span {
    display: block;
}
.card_apply_detail > ul > li > dl > dd .img {
    margin-top: 24px;
}
.card_apply_detail > ul > li > dl > dd .btn_wrap {
    margin-top: 32px;
}
.card_apply_detail > ul > li > dl > dd .btn_wrap .sbtn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 66px;
}
.card_apply_detail > ul > li + li {
    margin-top: 12px;
}
.card_apply_detail > ul > li.fit {
    position: relative;
    border: none;
    padding: 0;
}
.card_apply_detail > ul > li.fit .btn_wrap {
    position: absolute;
    left: 50%;
    bottom: 10vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.card_apply_detail > ul > li.fit .btn_wrap .sbtn {
    min-width: initial;
}
.card_apply_detail > ul > li.fit + .fit {
    margin-top: 8px;
}
.card_apply_detail.on .btn_wrap .sbtn.down > span:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.card_apply_detail.on + .choice_card {
    visibility: visible;
    max-height: 3000px;
    margin-top: 32px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* 실물카드선택 */
.choice_card {
    visibility: hidden;
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.choice_card .tit {
    margin-bottom: 32px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.choice_card .tit > strong {
    color: #00815A;
}
.choice_card > ul > li {
    display: block;
    padding: 24px;
    background-color: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.choice_card > ul > li .card_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.choice_card > ul > li .card_wrap > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
.choice_card > ul > li .card_wrap > div + div {
    margin-left: 16px;
}
.choice_card > ul > li .card_wrap img {
    width: 100%;
}
.choice_card > ul > li .card_wrap .name {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.choice_card > ul > li .card_wrap .btn_wrap {
    margin-top: 8px;
}
.choice_card > ul > li .bullet_list {
    margin-top: 20px;
    display: inline-block;
}
.choice_card > ul > li .bullet_list > li + li {
    margin-top: 6px;
}
.choice_card > ul > li + li {
    margin-top: 8px;
}

.card_benefit .ui_accordion {
    margin-top: 28px;
}
.card_benefit .ui_accordion > ul > li + li {
    margin-top: 24px;
}
.card_benefit .ui_accordion .head {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEBEA;
}
.card_benefit .ui_accordion .head dt {
    font-size: 0.937rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_benefit .ui_accordion .head dd {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_benefit .ui_accordion .head:after {
    content: "";
    position: absolute;
    top: 4px;
    left: initial;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../images/mobilehome2/ico_arrow_down_black.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_benefit .ui_accordion .on .head:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.card_benefit .ui_accordion .ui_accord_content .info {
    padding: 24px 16px;
    background-color: #F7FAF9;
    border-bottom: 1px solid #EAEBEA;
}
.card_benefit .ui_accordion .ui_accord_content .info dt {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_benefit .ui_accordion .ui_accord_content .info dd {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_benefit .ui_accordion .ui_accord_content .info dl + dl {
    margin-top: 20px;
}
.card_benefit .ui_accordion .ui_accord_content .info .top_desc {
    margin-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_benefit .ui_accordion .ui_accord_content .info .top_desc > strong {
    color: #00815A;
}
.card_benefit .ui_accordion .ui_accord_content .info .table_wrap.col table tbody td {
    padding: 20px 12px;
}
.card_benefit .ui_accordion .ui_accord_content .info > .btn_wrap {
    margin-bottom: 24px;
}
.card_benefit .ui_accordion .ui_accord_content .info > .btn_wrap button {
    width: 100%;
    background-color: transparent;
}

.benefits_list ul {
    margin-top: 20px;
}
.benefits_list ul li {
    position: relative;
    padding: 30px 20px;
    background-color: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.benefits_list ul li .ico {
    position: absolute;
    top: 34px;
    left: 20px;
}
.benefits_list ul li .ico.ico01 {
    width: 40px;
    height: 40px;
    background-image: url("../../images/mobilehome2/card/ico_mo_present.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.benefits_list ul li .ico.ico02 {
    width: 40px;
    height: 40px;
    background-image: url("../../images/mobilehome2/card/ico_mo_vip.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.benefits_list ul li .ico.ico03 {
    width: 40px;
    height: 40px;
    background-image: url("../../images/mobilehome2/card/ico_mo_wedding.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.benefits_list ul li dl {
    padding-left: 56px;
}
.benefits_list ul li dl dt {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.benefits_list ul li dl dd {
    margin-top: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.benefits_list ul li + li {
    margin-top: 8px;
}

.mo_app {
    padding: 28px 24px;
    background-color: #E3F0ED;
}
.mo_app > dl > dt {
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.mo_app > dl > dd {
    margin-top: 11px;
}
.mo_app > dl > dd li {
    font-size: 0.75rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.mo_app > dl > dd li + li {
    margin-top: 6px;
}
.mo_app .btn_wrap {
    margin-top: 24px;
}
.mo_app .btn_wrap a {
    display: inline-block;
    width: -webkit-calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: calc(50% - 3px);
}
.mo_app .btn_wrap a > img {
    height: 100%;
}

.use_list {
    margin-top: 20px;
}
.use_list ul li a {
    display: block;
}
.use_list ul li + li {
    margin-top: 8px;
}

.reserve_info_ban {
    margin-top: 20px;
}

.btm_accord .ui_accordion .head {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEBEA;
}
.btm_accord .ui_accordion .head a {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btm_accord .ui_accordion .head:after {
    content: "";
    position: absolute;
    top: 4px;
    left: initial;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../images/mobilehome2/ico_arrow_down_black.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btm_accord .ui_accordion .on .head:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.btm_accord .ui_accordion .ui_accord_content .contents {
    padding: 24px 16px;
    background-color: #F7FAF9;
    border-bottom: 1px solid #EAEBEA;
}
.btm_accord .ui_accordion .ui_accord_content .contents dt {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btm_accord .ui_accordion .ui_accord_content .contents dd {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btm_accord .ui_accordion .ui_accord_content .contents dl + dl {
    margin-top: 20px;
}
.btm_accord .ui_accordion .ui_accord_content .contents .bullet_list > li {
    margin-top: 12px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btm_accord + .bullet_list {
    margin-top: 20px;
}
.btm_accord + .bullet_list > li {
    font-size: 0.874rem;
    font-weight: 700;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btm_accord + .bullet_list > li + li {
    margin-top: 8px;
}

.point_data_wrap {
    margin-top: -48px;
}
.point_data_wrap .search_wrap .sel_wrap {
    width: 100%;
}
.point_data_wrap .search_wrap .input_wrap input {
    width: 100%;
    padding: 0 16px;
}
.point_data_wrap .search_wrap .input_wrap input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.point_data_wrap .search_wrap .input_wrap input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.point_data_wrap .search_wrap .input_wrap input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.point_data_wrap .search_wrap .input_wrap input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.point_data_wrap .search_wrap .input_wrap input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.point_data_wrap .search_wrap .btn_wrap {
    margin-top: 12px;
}
.point_data_wrap .search_wrap dl > dt {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.point_data_wrap .search_wrap dl > dd {
    margin-top: 8px;
}
.point_data_wrap .search_wrap dl + dl {
    margin-top: 28px;
}
.point_data_wrap .img {
    margin: 0 -20px;
}
.point_data_wrap .img img {
    width: 100%;
}
.point_data_wrap .bullet_list {
    margin-top: 12px;
}
.point_data_wrap .more_list {
    margin: 40px auto 0;
}
.point_data_wrap.no_footer {
    padding-bottom: 80px;
}

.card_step_wrap ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.card_step_wrap ol::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #EAEBEA;
}
.card_step_wrap ol li {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
}
.card_step_wrap ol li .num {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 24px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.card_step_wrap ol li.on .num {
    border-color: #171A19;
    background: #171A19;
    color: #FFFFFF;
    font-weight: 700;
}
.card_step_wrap + .card_title01 {
    margin-top: 48px;
}
.card_step_wrap + .complete_sec {
    padding: 48px 0 0;
}

.certification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.certification .rdo_wrap,
.certification .btn_wrap {
    position: relative !important;
    top: initial;
    right: initial;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
}
.certification .rdo_wrap + .rdo_wrap, .certification .rdo_wrap + .btn_wrap,
.certification .btn_wrap + .rdo_wrap,
.certification .btn_wrap + .btn_wrap {
    margin-left: 8px !important;
    margin-bottom: 0;
}
.certification label,
.certification button {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    cursor: pointer;
    padding: 16px 0;
}
.certification label > span,
.certification button > span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.certification label::before,
.certification button::before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    vertical-align: top;
    position: static !important;
}
.certification label.c01::before,
.certification button.c01::before {
    width: 40px;
    height: 40px;
    background-image: url("../../images/mobilehome2/card/ico_phone.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.certification label.c03::before,
.certification button.c03::before {
    width: 40px;
    height: 40px;
    background-image: url("../../images/mobilehome2/card/ico_ipin.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}

.card_choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.card_choice .rdo_wrap {
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
}
.card_choice .rdo_wrap + .rdo_wrap {
    margin-left: 8px;
}
.card_choice .rdo_wrap:nth-child(3) {
    margin-left: 0;
}
.card_choice .rdo_wrap:nth-child(n+3) {
    margin-top: 8px;
}
.card_choice .rdo_wrap input + label {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 16px 0;
    cursor: pointer;
}
.card_choice .rdo_wrap input + label > span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_choice .rdo_wrap input + label::before {
    width: 124px;
    height: 72px;
    background-image: url(http://www.ehyundai.com/css/mobilehome2/initial);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    position: static !important;
}
.card_choice .rdo_wrap input + label.card01::before {
    width: 124px;
    height: 72px;
    background-image: url("../../images/mobilehome2/card/img_check_card01.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_choice .rdo_wrap input + label.card02::before {
    width: 124px;
    height: 72px;
    background-image: url("../../images/mobilehome2/card/img_check_card02.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_choice .rdo_wrap input + label.card03::before {
    width: 124px;
    height: 72px;
    background-image: url("../../images/mobilehome2/card/img_check_card03.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_choice .rdo_wrap input + label.card04::before {
    width: 124px;
    height: 72px;
    background-image: url("../../images/mobilehome2/card/img_check_card04.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_choice .rdo_wrap input:checked + label {
    border-color: #171A19;
}

.form_row {
    /* 신용 점수 */
}
.form_row + .form_row::before {
    content: "";
    display: inline-block;
    margin-top: 48px;
    margin-right: -20px;
    margin-bottom: 48px;
    margin-left: -20px;
    vertical-align: top;
    display: block;
    height: 8px;
    background-color: #F0F2F0;
}
.form_row + .form_row .prd_info {
    margin-top: -20px;
}
.form_row .tab_wrap .tabs > ul > li.on a:after {
    content: none;
}
.form_row .tab_wrap .tab_conts {
    margin-top: 40px;
}
.form_row .tab_wrap .tab_conts dl dt {
    margin-bottom: 8px;
}
.form_row .tab_wrap .tab_conts dl + dl {
    margin-top: 28px;
}
.form_row .tab_wrap .tab_conts .certi_num .input_wrap .number {
    font-size: 0.937rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.form_row .tab_wrap .tab_conts .certi_num > .btn_wrap {
    margin-top: 8px;
}
.form_row > .btn_wrap {
    margin-top: 8px;
}
.form_row > .btn_wrap + dl {
    margin-top: 28px;
}
.form_row dt {
    position: relative;
}

/* 2023-03-28 추가 [S] */
.form_row dt.flex-start{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: flex-start;
}
.form_row dt .more_btn{
    width: 16px;
    height: 16px;
    background: url(../../images/mobilehome2/svg/Icon_excl.png) no-repeat;
    background-size: 2px 9px;
    background-position: 50% 50%;
    background-color: #51a6b3;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

/* 2023-03-28 추가 [E] */

.form_row dt .txt {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.form_row dt .btn_wrap {
    position: absolute;
    top: 2px;
    right: 0;
}
.form_row dt .btn_wrap .sbtn > span {
    color: #727573;
}
.form_row dd {
    font-size: 0;
}
.form_row dd .input_wrap.col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.form_row dd .input_wrap.col .input {
    width: 100%;
}
.form_row dd .input_wrap.col .input + button {
    min-width: 104px;
    height: 48px;
}
.form_row dd .input_wrap.col .input + button + button {
    min-width: 104px;
    height: 48px;
}
.form_row dd .input_wrap.bar_type .sel_wrap.tel {
    width: 100%;
}
.form_row dd .input_wrap + .input_wrap {
    margin-top: 8px;
}
.form_row dd .rdo_wrap + p {
    margin-top: 8px;
}

/* 2023-03-28 추가 [S] */
.form_row dd em.highlite {
    color: #db1b1b; 
    display: block; 
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
}

.form_row dd .ARS_btn {
    width: 95px; 
    height: 40px; 
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: center; 
    background-color: #51a6b3; 
    color: #fff; 
    font-family: 'Happiness-Sans-Title'; 
    font-size: 15px; 
}
/* 2023-03-28 추가 [E] */

/* 2023-04-13 수정 [S] */

.form_row > dl.area_ars{
    display: none;
}

.form_row > dl.area_ars.active{
    display: block;
}

.form_row dd .ARS_btn {
    width: 95px; 
    height: 40px; 
    flex-direction: row; 
    align-items: center; 
    justify-content: center; 
    background-color: #51a6b3; 
    color: #fff; 
    font-family: 'Happiness-Sans-Title'; 
    font-size: 15px;
    display: flex; /* 2023-04-19 수정 */
}



.form_row dd .ARS_btn:disabled{
    background-color: #666;
}
/* 2023-04-13 수정 [E] */

.form_row .wrap_col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.form_row .wrap_col2 .btn_type {
    margin-bottom: 0;
    width: -webkit-calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: calc(50% - 3px);
}
.form_row .wrap_col2 .btn_type:nth-child(odd) {
    margin-left: 0 !important;
}
.form_row .wrap_col2 .btn_type:nth-child(n+3) {
    margin-top: 4px;
}
.form_row .bullet_list {
    margin-top: 20px;
}
.form_row .ico_required {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 4px 2px 0 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #00805A;
    vertical-align: top;
}
.form_row .ico_required > span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
.form_row .tel_corp_sel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 16px;
}
.form_row .tel_corp_sel > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-calc(33% - 4px);
    width: -moz-calc(33% - 4px);
    width: calc(33% - 4px);
    height: 48px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.form_row .tel_corp_sel > a > span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.form_row .tel_corp_sel > a.on {
    border: 1px solid #171A19;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.form_row .tel_corp_sel > a.on > span {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.form_row .tel_corp_sel > a + a {
    margin-left: 4px;
}
.form_row .tel_corp_sel > a:nth-child(4) {
    margin-left: 0px;
}
.form_row .tel_corp_sel > a:nth-child(n+4) {
    margin-top: 4px;
}
.form_row .tel_corp_sel + .card_terms_wrap {
    margin-top: 28px;
    margin-bottom: 24px;
}
.form_row .tel_corp_sel + .card_terms_wrap .head .chk_wrap label > span {
    font-weight: 700 !important;
}
.form_row .tel_corp_sel + .card_terms_wrap .chk_container {
    margin-left: -28px;
}
.form_row .prd_info_wrap {
    width: 100%;
    margin-top: 32px;
}
.form_row .prd_info_wrap .prd_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 20px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.form_row .prd_info_wrap .prd_info > p {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.form_row .prd_info_wrap .prd_info .arrow_link.checked {
    color: #D4D6D4;
}
.form_row .prd_info_wrap .prd_info .arrow_link.checked::after {
    content: none;
}
.form_row .prd_info_wrap .bullet_list {
    margin-top: 12px !important;
}
.form_row .prd_info_wrap .bullet_list + .prd_info {
    margin-top: 40px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.card_title01 + .card_terms_wrap {
    margin-top: 24px;
}

.card_terms_wrap {
    margin-top: 40px;
}
.card_terms_wrap .form_sec .chk_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.card_terms_wrap .form_sec .chk_container .chk_wrap.type_sub {
    padding-right: 60px;
}
.card_terms_wrap .form_sec .chk_container .chk_wrap.type_sub > label {
    font-size: 0.875rem !important;
    font-weight: 400;
    color: #727573 !important;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .form_sec .chk_container .chk_wrap.type_sub > label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../images/mobilehome2/ico_terms_checkbox_default.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_terms_wrap .form_sec .chk_container .chk_wrap.type_sub input[type=checkbox]:checked + label {
    color: #171A19 !important;
}
.card_terms_wrap .form_sec .chk_container .chk_wrap.type_sub input[type=checkbox]:checked + label:before {
    background-image: url("../../images/mobilehome2/ico_terms_checkbox_active.svg");
}
.card_terms_wrap .form_sec .chk_container .chk_link {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.card_terms_wrap .form_sec .chk_container + .chk_container {
    margin-top: 12px;
}
.card_terms_wrap .form_sec + .txt_sec, .card_terms_wrap .form_sec + .form_sec {
    margin-top: 12px;
}
.card_terms_wrap .form_sec .chk_container.col2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 8px;
}
.card_terms_wrap .form_sec .chk_container.col2 .chk_wrap {
    width: 50%;
    padding-right: 0 !important;
}
.card_terms_wrap .form_sec .chk_container.col2 .chk_wrap:nth-child(n+3) {
    margin-top: 8px;
}
.card_terms_wrap .form_sec .txt_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-left: 28px;
}
.card_terms_wrap .form_sec .txt_container .chk_link {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.card_terms_wrap .terms_head {
    padding-bottom: 14px;
}
.card_terms_wrap .terms_head .form_sec {
    margin-top: 20px;
}
.card_terms_wrap .terms_head .form_sec .chk_container + .chk_container {
    margin-top: 12px;
}
.card_terms_wrap .terms_head .form_sec .chk_container .chk_wrap label {
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_head label.bold > span {
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body {
    margin-top: 28px;
}
.card_terms_wrap .terms_body .head {
    position: relative;
}
.card_terms_wrap .terms_body > ul > li > .head {
    padding-right: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEBEA;
}
.card_terms_wrap .terms_body > ul > li > .head .tit {
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body > ul > li > .head .chk_wrap .txt {
    display: block;
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body > ul > li > .head .chk_wrap .txt + .stxt {
    margin-top: 8px;
}
.card_terms_wrap .terms_body > ul > li > .head .chk_wrap .stxt {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .ui_accordion + .txt_sec, .card_terms_wrap .terms_body .ui_accordion + .form_sec {
    margin-top: 12px;
}
.card_terms_wrap .terms_body .ui_accord_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../images/mobilehome2/ico_accordion_default_20.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_terms_wrap .terms_body li.on > .head > .ui_accord_toggle {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.card_terms_wrap .terms_body > ul > li + li {
    margin-top: 24px;
}
.card_terms_wrap .terms_body .acc_cont {
    padding-top: 16px;
    padding-left: 28px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec {
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    word-break: keep-all;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .txt {
    display: block;
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .txt + .stxt {
    margin-top: 8px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .stxt {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .stxt + .stxt {
    margin-top: 8px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_wrap {
    margin-left: -28px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_wrap .txt {
    display: block;
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_wrap .txt + .stxt {
    margin-top: 8px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_wrap .stxt {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_container .chk_wrap {
    padding-right: 38px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_container .chk_wrap label {
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_container .chk_link {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec .chk_container + .chk_container {
    margin-top: 12px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec h4, .card_terms_wrap .terms_body .acc_cont .txt_sec h5, .card_terms_wrap .terms_body .acc_cont .txt_sec p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .acc_cont .txt_sec + .txt_sec, .card_terms_wrap .terms_body .acc_cont .txt_sec + .ui_all_checkbox {
    margin-top: 16px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec + .txt_sec + .txt_sec, .card_terms_wrap .terms_body .acc_cont .txt_sec + .ui_all_checkbox + .txt_sec {
    margin-top: 16px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec + .form_sec {
    margin-top: 12px;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec.info_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec.info_txt .chk_link {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec.info_txt > p {
    padding-right: 38px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .terms_body .acc_cont .txt_sec.notice_txt > p {
    color: #727573;
}
.card_terms_wrap .terms_body .acc_cont .txt_sec.notice_txt > p + p {
    margin-top: 8px;
}
.card_terms_wrap .terms_body ul.depth2 .acc_cont .txt_sec {
    margin-left: -28px;
}
.card_terms_wrap .terms_body ul.depth2 .ui_accord_toggle {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/mobilehome2/ico_accordion_default_20.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_terms_wrap .terms_body ul.depth3 {
    margin-top: 12px;
}
.card_terms_wrap .terms_body ul.depth3 > li + li {
    margin-top: 12px;
}
.card_terms_wrap .terms_body ul.depth3 .ui_accord_toggle {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/mobilehome2/ico_accordion_default_20.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.card_terms_wrap.personal_certi .terms_head {
    padding-bottom: 24px;
}
.card_terms_wrap.personal_certi .terms_body {
    margin-top: 0;
}
.card_terms_wrap.personal_certi .terms_body > ul > li:last-child .acc_cont {
    padding-bottom: 0;
}
.card_terms_wrap.personal_certi .terms_body .acc_cont {
    padding-bottom: 24px;
}

/* 신분증 선택 */
.identity_wrap .rdo_wrap {
    display: block;
}
.identity_wrap .rdo_wrap + .rdo_wrap {
    margin-left: 0 !important;
}
.identity_wrap .stxt {
    padding-left: 28px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.identity_wrap .identity .img_wrap {
    position: relative;
    margin: 16px 0 16px 28px;
    width: 307px;
    height: 232px;
    background-image: url("../../images/mobilehome2/card/img_mo_identification_card.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.identity_wrap .identity .img_wrap .input_wrap {
    position: absolute;
    left: 50%;
    bottom: 52px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.identity_wrap .identity .img_wrap .input_wrap input[type=text] {
    height: 40px;
    padding: 0 16px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.identity_wrap .identity .img_wrap .input_wrap .chk_wrap {
    margin-top: 12px !important;
    margin-left: 8px;
}
.identity_wrap .identity + .rdo_wrap {
    margin-top: 16px;
}
.identity_wrap .driving .img_wrap {
    position: relative;
    margin: 16px 0 16px 28px;
    width: 307px;
    height: 232px;
    background-image: url("../../images/mobilehome2/card/img_mo_driverlicense_card.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.identity_wrap .driving .img_wrap .input_wrap {
    position: absolute;
    left: 18px;
    top: 56px;
    bottom: inherit;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}
.identity_wrap .driving .img_wrap .input_wrap input[type=text] {
    padding: 0 12px;
}
.identity_wrap .driving .img_wrap .input_wrap.date_type > div + div {
    margin-left: 4px !important;
}

.complete_sec {
    padding: 40px 20px 0;
}
.complete_sec .complete_wrap .btm_noti {
    margin-top: 0;
}

/* 웰컴라운지 */
.welcome {
    /* //웰컴라운지 */
    /* ARS 카드 상담 */
    /* //ARS 카드 상담 */
}
.welcome .event_wrap .input_txt {
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-bottom: 8px;
}
.welcome .event_wrap .input_num_wrap {
    margin-bottom: 20px;
}
.welcome .event_wrap .input_num_wrap .input_wrap input::-webkit-input-placeholder {
    font-size: 0.938rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .event_wrap .input_num_wrap .input_wrap input:-moz-placeholder {
    font-size: 0.938rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .event_wrap .input_num_wrap .input_wrap input::-moz-placeholder {
    font-size: 0.938rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .event_wrap .input_num_wrap .input_wrap input:-ms-input-placeholder {
    font-size: 0.938rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .event_wrap .input_num_wrap .input_wrap input::placeholder {
    font-size: 0.938rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .title01 + .bullet_list, .welcome .title01 + .table_wrap {
    margin-top: 12px;
}
.welcome .title01.border {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #171A19;
}
.welcome .title01.border02 {
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid #171A19;
}
.welcome .calendar_wrap {
    width: 100%;
}
.welcome .calendar_wrap .sel_wrap {
    width: 100%;
    margin: 0;
}
.welcome .calendar_wrap .sel_wrap .ui-selectbox-wrap .ui-select-button {
    padding: 2px 20px;
}
.welcome .calendar_wrap .sel_wrap + .input_c {
    margin-top: 8px;
}
.welcome .calendar_wrap .input_c {
    margin: 0;
}
.welcome .calendar_wrap .input_c .input_wrap input {
    width: 100%;
}
.welcome .calendar_wrap .input_c + .button_area {
    margin-top: 12px;
}
.welcome .calendar_wrap .button_area.solo a.btn {
    text-align: center;
    margin: 0;
}
.welcome .btn_wrap.solo a {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px;
    line-height: 32px;
}
.welcome .menu_list {
    border-top: 1px solid #171A19;
}
.welcome .menu_list li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #EAEBEA;
}
.welcome .menu_list li .row_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.welcome .menu_list li .menu_img {
    display: block;
    width: 84px;
    min-width: 84px;
    height: 84px;
    margin-right: 20px;
}
.welcome .menu_list li .menu_img img {
    width: 100%;
    object-fit: contain;
}
.welcome .menu_list li .txt_wrap .menu_name {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .menu_list li .txt_wrap .price {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 8px;
}
.welcome .menu_list li .txt_wrap .price > del {
    text-decoration: line-through;
}
.welcome .menu_list li .txt_wrap .dis_price {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .menu_list li .txt_wrap .dis_price .green {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-right: 8px;
}
.welcome .menu_list li .txt_wrap .dis_price .green > span {
    font-size: 1.125rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .more_list {
    margin: 40px auto 0;
}
.welcome .menu_detail_wrap .menu_info_wrap .menu_img {
    width: 335px;
    height: 335px;
    margin: 20px auto 32px;
}
.welcome .menu_detail_wrap .menu_info_wrap .menu_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.welcome .menu_detail_wrap .menu_info_wrap .menu_img + .table_wrap th {
    word-break: keep-all;
}
.welcome .menu_detail_wrap .menu_info_wrap .table_wrap td .bullet_list li a {
    text-decoration: underline;
}
.welcome .menu_detail_wrap .menu_info_wrap .table_wrap td dl {
    margin-top: 20px;
}
.welcome .menu_detail_wrap .menu_info_wrap .table_wrap td dl dt {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .menu_detail_wrap .menu_info_wrap .table_wrap td dl dd {
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .card_step_wrap {
    margin-bottom: 40px;
}
.welcome .buy_product_wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.welcome .buy_product_wrap dl dt {
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    min-width: 90px;
}
.welcome .buy_product_wrap dl dd {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .buy_product_wrap dl + dl {
    margin-top: 8px;
}
.welcome .buy_product_wrap .product_num_wrap {
    margin-top: 28px;
}
.welcome .buy_product_wrap .product_num_wrap strong {
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .buy_product_wrap .product_num_wrap .sel_wrap {
    margin-top: 8px;
}
.welcome .form_row dl dt.mb16 {
    margin-bottom: 16px;
}
.welcome .form_row dl dd .rdo_wrap {
    margin-bottom: 0;
}
.welcome .form_row dl dd .rdo_wrap + .sms_wrap {
    margin-top: 16px;
    margin-left: 28px;
}
.welcome .form_row dl dd .rdo_wrap + .sms_wrap + .rdo_wrap {
    margin-top: 16px;
}
.welcome .form_row dl dd .rdo_wrap + .sms_wrap .certification > .rdo_wrap {
    margin-bottom: 0;
}
.welcome .form_row dl dd .sms_wrap .certification {
    width: 164px;
}
.welcome .form_row dl dd .pass_wrap {
    margin: 20px 0 16px 28px;
}
.welcome .form_row .pay_agree {
    padding: 24px 20px;
    background: #F7FAF9;
    border: 1px solid #F0F5F4;
    margin-bottom: 16px;
}
.welcome .form_row .pay_agree .bullet_list {
    margin-top: 0;
}
.welcome .complete_sec {
    padding: 0;
}
.welcome .complete_sec .complete_wrap b {
    margin-top: 4px;
}
.welcome .welcome_bn_wrap {
    width: 100%;
}
.welcome .welcome_bn_wrap img {
    width: 100%;
}
.welcome .form_row dl dd .sel_contaier.type_period_ymd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.welcome .form_row dl dd .sel_contaier.type_period_ymd > .sel_wrap {
    width: 33.333%;
}
.welcome .form_row dl dd .sel_contaier.type_period_ymd > .sel_wrap + .sel_wrap {
    margin-left: 8px;
}
.welcome .form_row dl dd .form_al_right_unit {
    display: block;
    margin: 6px 0;
    text-align: center;
}
.welcome .buy_history_list {
    border-top: 1px solid #171A19;
}
.welcome .buy_history_list > li {
    padding: 20px 0;
    border-bottom: 1px solid #EAEBEA;
}
.welcome .buy_history_list > li strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .buy_history_list > li span.data_txt {
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .buy_history_list > li span.price {
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.welcome .buy_history_list > li .row {
    margin: 4px 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.welcome .buy_history_list > li .row > li + li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #D4D6D4;
    margin-right: 8px;
    margin-left: 8px;
}
.welcome .buy_history_list > li .row > li > span.data_txt {
    display: inline-block;
}
.welcome .buy_history_list > li .row > li > span.data_txt + span.data_txt {
    margin-left: 4px;
}
.welcome .buy_history_list > li .btn_wrap {
    margin-top: 12px;
}
.welcome .btn_wrap.half > .sbtn {
    width: -webkit-calc(50% - 44px);
    width: -moz-calc(50% - 44px);
    width: calc(50% - 44px);
}
.welcome .btn_wrap.half > .sbtn + .sbtn {
    margin-left: 4px;
}
.welcome .tell_wrap {
    background: #F7FAF9;
    border: 1px solid #F0F5F4;
    padding: 20px;
}
.welcome .tell_wrap > p {
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.welcome .tell_wrap > p:first-child::after {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    background-image: url("../../images/mobilehome2/card/ico_arrow_down_gray_24.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    margin: 12px auto;
}

/* 카드 이벤트 */
.card_event .tab_wrap .tabs::after {
    content: "";
    display: block;
    border-bottom: 1px solid #EAEBEA;
}
.card_event .tab_wrap .tabs.fixed {
    position: fixed;
    z-index: 12;
    left: 0;
    right: 0;
    top: 48px;
    padding-top: 14px;
}
.card_event .tab_wrap .tab_conts {
    margin-top: 90px;
}
.card_event .board_list > li {
    width: 100%;
}
.card_event .board_list > li a {
    position: relative;
    display: block;
    color: #171A19;
}
.card_event .board_list > li .img {
    display: block;
    width: 100%;
    height: 57.07vw;
}
.card_event .board_list > li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_event .board_list > li .info {
    display: block;
    margin-top: 20px;
}
.card_event .board_list > li .info .info_sup {
    display: block;
    margin-bottom: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    font-style: normal;
}
.card_event .board_list > li .info .info_tit {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    height: auto;
    max-height: 48px;
}
.card_event .board_list > li .info .info_tit + .info_txt {
    margin-top: 8px;
}
.card_event .board_list > li .info .info_txt {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_event .board_list > li + li {
    margin-top: 40px;
}
.card_event .more_list {
    margin: 40px auto 0;
}
.card_event .board_list_nodata {
    padding: 40px 0;
    border-top: 1px solid #171A19;
    border-bottom: 1px solid #EAEBEA;
    text-align: center;
}
.card_event .board_list_nodata p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* //카드 이벤트 */
/* 레이어 컨텐츠 */
.lay_pop .lay_conts.recommender_search .txt {
    padding: 32px 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.recommender_search dl > dt {
    margin-bottom: 12px;
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.recommender_search dl + dl {
    margin-top: 24px;
}
.lay_pop .lay_conts.recommender_search dl > dd .input_wrap.col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.lay_pop .lay_conts.recommender_search dl > dd .input_wrap.col .sel_wrap {
    width: 30%;
}
.lay_pop .lay_conts.recommender_search dl > dd .input_wrap.col .input {
    width: 70%;
    margin-left: 8px;
}
.lay_pop .lay_conts.recommender_search dl > dd .input_wrap.col + .btn_wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    margin-top: 8px;
}
.lay_pop .lay_conts.recommender_search .button_area.fixed {
    position: fixed;
    bottom: 40px;
    left: 20px;
    right: 20px;
}
.lay_pop .lay_conts.recommender_search .button_area.fixed .btn {
    width: 100%;
}
.lay_pop .lay_conts.recommender_search02 {
    padding: 32px 0;
}
.lay_pop .lay_conts.recommender_search02 dl > dt {
    margin-bottom: 8px;
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.recommender_search02 dl + dl {
    margin-top: 28px;
}
.lay_pop .lay_conts.recommender_search02 dl > dd ul li {
    position: relative;
    padding: 20px 0;
}
.lay_pop .lay_conts.recommender_search02 dl > dd ul li:first-child {
    padding: 8px 0 20px;
}
.lay_pop .lay_conts.recommender_search02 dl > dd ul li:first-child .btn_wrap {
    -webkit-transform: translateY(-76%);
       -moz-transform: translateY(-76%);
        -ms-transform: translateY(-76%);
            transform: translateY(-76%);
}
.lay_pop .lay_conts.recommender_search02 dl > dd ul li + li {
    border-top: 1px solid #EAEBEA;
}
.lay_pop .lay_conts.recommender_search02 dl > dd ul li .btn_wrap {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.lay_pop .lay_conts.recommender_search02 .btn_wrap {
    margin-top: 8px;
}
.lay_pop .lay_conts.suitable {
    padding-top: 32px;
    padding-bottom: 6px;
}
.lay_pop .lay_conts.suitable .whether {
    text-align: center;
}
.lay_pop .lay_conts.suitable .whether > dt {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.suitable .whether > dt::before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    vertical-align: top;
    display: block;
    width: 64px;
    height: 64px;
    background-image: url("../../images/mobilehome2/card/ico_suitable.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.lay_pop .lay_conts.suitable .whether > dd {
    margin-top: 4px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.suitable .whether.inadequate > dt::before {
    background-image: url("../../images/mobilehome2/card/ico_no_suitable.svg");
}
.lay_pop .lay_conts.suitable .whether.inadequate > dd {
    color: #EB3912;
}
.lay_pop .lay_conts.suitable .detail {
    margin-top: 24px;
    padding: 20px;
    background-color: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.lay_pop .lay_conts.suitable .detail > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.lay_pop .lay_conts.suitable .detail > dl + dl {
    margin-top: 4px;
}
.lay_pop .lay_conts.suitable .detail > dl > dt {
    font-size: 0.875rem;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.suitable .detail > dl > dd {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.suitable .bullet_list {
    margin-top: 12px;
}
.lay_pop .lay_conts.suitable .button_area {
    margin-top: 40px;
}
.lay_pop .lay_conts.suitable .btm_table button {
    position: relative;
    z-index: 1;
}
.lay_pop .lay_conts.suitable .btm_table + .bullet_list {
    margin-top: -26px;
}
.lay_pop .lay_conts.alert_notice {
    padding-top: 32px;
}
.lay_pop .lay_conts.alert_notice dl > dt {
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.alert_notice dl > dd {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.alert_notice .button_area {
    margin-top: 40px;
}
.lay_pop .lay_conts.real_card_apply {
    padding-top: 32px;
}
.lay_pop .lay_conts.real_card_apply dl > dt {
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.real_card_apply dl > dd {
    margin-top: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.real_card_apply .button_area {
    margin-top: 40px;
}
.lay_pop .lay_conts.auto_input {
    padding-top: 32px;
    margin-bottom: 104px;
    max-height: 100%;
    overflow: auto;
}
.lay_pop .lay_conts.auto_input > p {
    margin-bottom: 32px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.auto_input .items .all {
    padding: 13px 18px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.lay_pop .lay_conts.auto_input .items .all .chk_wrap {
    width: 100%;
}
.lay_pop .lay_conts.auto_input .items .all .chk_wrap label {
    width: -webkit-calc(100% - 28px);
    width: -moz-calc(100% - 28px);
    width: calc(100% - 28px);
    text-align: center;
    margin-left: -10px;
}
.lay_pop .lay_conts.auto_input .items .all .chk_wrap label > span {
    font-size: 0.937rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.auto_input .items .each {
    margin-top: 32px;
}
.lay_pop .lay_conts.auto_input .items .each > li .chk_wrap label dt {
    font-size: 0.937rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.auto_input .items .each > li .chk_wrap label dd {
    margin-top: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_conts.auto_input .items .each > li + li {
    margin-top: 16px;
}
.lay_pop .lay_conts.auto_input .button_area {
    margin-top: 40px;
}
.lay_pop .customer_guide .lay_conts {
    max-height: -webkit-calc(100vh - 204px) !important;
    max-height: -moz-calc(100vh - 204px) !important;
    max-height: calc(100vh - 204px) !important;
    overflow-y: auto !important;
    padding: 32px 12px 0;
}
.lay_pop .customer_guide .button_area {
    margin-top: 12px;
}
.lay_pop .customer_guide .slide_controls {
    left: -20px;
    right: -20px;
}
.lay_pop .customer_guide .slide_controls .btn_arrow {
    width: 24px;
    height: 24px;
    background-image: url("../../images/mobilehome2/ico_square_right.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.lay_pop .customer_guide .slide_controls .btn_arrow.next {
    left: initial;
    right: 0;
}
.lay_pop .customer_guide .slide_controls .btn_arrow.prev {
    left: 0;
    right: initial;
}
/*# sourceMappingURL=maps/card.css.map */

/* 2023-03-28 추가 [S] */
.layer-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
   width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99;
}
.layer-in{
   position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    padding: 35px 15px;
    transform: translate(-50%,-50%);
    max-width: 320px;
    background-color: #fff;
}
.layer-in .lay_h{
   font-size: 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid #171A19;
}
.layer-in .hyphen li::before{
    position: absolute;
    top: 0;
    left: 0;
   content: '-';
} 
.layer-in .hyphen li{
    position: relative;
    color: #666666;
    font-size: 15px;
    line-height: 21px;
   content: '-';
    padding-left: 7px;
}
.layer-in .hyphen li~li{
   padding-top: 3px;
}
.layer-in .content{
   margin-top: 20px;
}
.layer-in .content>.ars_img{
   width: 77px;
    height: 77px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.layer-in .paragraph{
    font-weight: 700;
   font-size: 17px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.layer-in .paragraph .highlite{
   color: #51a6b3;
    font-weight: 700;
    font-size: 17px;
}
.layer-in .layer_btn{
    display: flex;
   width: 100%;
    height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    background-color: #51a6b3;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.layer-in .btnClose{
   position: absolute;
    top: 15px;
    right: 15px;
     width: 30px;
    height: 30px;
    font-size: 0;
    background:url("../../images/mobilehome2/ico_close_20_black.png") no-repeat 0 0;
     background-size: 100% 100%;
    cursor: pointer;
}
/* 2023-03-28 추가 [E] */