@charset "UTF-8";
/* PC는 운영고도화 개념이므로 AS-IS에 최대한 맞춰서 작성할 것(디자인이 AS-IS이므로) */
.new_type {
    /* 공통 */
    /* 툴팁 */
    /* 공통 */
}
.new_type .cnt01 {
    margin-top: 40px;
}
.new_type .cnt02 {
    margin-top: 48px;
}
.new_type .cnt03 {
    margin-top: 56px;
}
.new_type .cnt04 {
    margin-top: 120px;
}
.new_type .cnt05 {
    margin-top: 64px;
}
.new_type .cnt06 {
    margin-top: 80px;
}
.new_type .button_area button:disabled {
    pointer-events: none;
    border: 1px solid #D4D6D4 !important;
    background: #D4D6D4 !important;
}
.new_type .button_area button:disabled > span {
    color: #FFFFFF !important;
}
.new_type .button_area .btn.dis {
    pointer-events: none;
    border: 1px solid #D4D6D4 !important;
    background: #D4D6D4 !important;
}
.new_type .button_area .btn.dis > span {
    color: #FFFFFF !important;
}
.new_type .btn_tooltip_wrap {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.new_type .btn_tooltip_wrap .btn_tooltip {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("https://www.ehyundai.com/images/webhome2/ico_tooltip_28.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type .btn_tooltip_wrap .btn_tooltip > 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);
}
.new_type .btn_tooltip_wrap .bubble_wrap {
    display: none;
    position: absolute;
    top: 29px;
    width: 266px;
    padding: 16px 38px 20px 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #171A19;
}
.new_type .btn_tooltip_wrap .bubble_wrap:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
}
.new_type .btn_tooltip_wrap .bubble_wrap.tr:before {
    top: -27px;
    right: 12px;
    border-bottom: 14px solid #171A19;
    border-top: 20px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.new_type .btn_tooltip_wrap .bubble_wrap.tl:before {
    top: -27px;
    left: 12px;
    border-bottom: 14px solid #171A19;
    border-top: 20px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.new_type .btn_tooltip_wrap .bubble_wrap .txt {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type .btn_tooltip_wrap .bubble_wrap .desc {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type .btn_tooltip_wrap .bubble_wrap .btn_close {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/webhome2/ico_bubble_close_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type .btn_tooltip_wrap .bubble_wrap .btn_close .blind {
    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);
}
.new_type .btn_tooltip_wrap.open .bubble_wrap {
    display: block;
}
.new_type .rdo_wrap input:disabled + label::before {
    background-image: url("../../images/webhome2/ico_radio_disable_24.png");
}
.new_type .table_wrap.row table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .search_condition_box .input_wrap {
    padding: 0 32px;
}
.new_type.my_dscard .search_condition_box .input_wrap .simple_period {
    width: 252px !important;
}
.new_type.my_dscard .paging > a.first,
.new_type.my_dscard .paging > a.prev,
.new_type.my_dscard .paging > a.next,
.new_type.my_dscard .paging > a.last {
    width: 18px;
}
.new_type.my_dscard .paging > a.first > img,
.new_type.my_dscard .paging > a.prev > img,
.new_type.my_dscard .paging > a.next > img,
.new_type.my_dscard .paging > a.last > img {
    width: 100%;
}
.new_type.my_dscard .complete_wrap .ico02 {
    background-image: url("../../images/webhome2/ico_complete_120.png");
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl.top_gap {
    margin-top: 32px !important;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .type_lost_card_radio_list {
    padding-bottom: 28px;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .type_lost_card_radio_list .rdo_wrap + .rdo_wrap {
    margin-left: 0;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type {
    display: block;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap {
    width: 100%;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap + .rdo_wrap {
    margin-left: 0;
    margin-top: 4px;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label {
    position: relative;
    width: 100%;
    height: 108px;
    padding: 0;
    text-align: left;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label img {
    width: 155px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label > dl {
    position: absolute;
    top: 50%;
    left: 177px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label > dl > dt {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label > dl > dd {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label .state {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label .state.c01 {
    font-size: 14px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label .state.c02 {
    font-size: 14px;
    font-weight: 700;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label .state.c03 {
    font-size: 14px;
    font-weight: 700;
    color: #EB3912;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list {
    display: none;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list > ul > li {
    height: 108px;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list > ul > li + li {
    margin-top: 12px;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap {
    width: 100%;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap input:disabled + label {
    pointer-events: none;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap input:disabled + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_disable_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap input:checked + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_active_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap > label {
    position: relative;
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 108px;
    padding: 0;
    padding-left: 42px;
    border: none;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap > label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_normal_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap > label .card_item {
    position: relative;
    border: 1px solid #EAEBEA;
    height: 108px;
    padding: 0;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap > label .card_item img {
    width: 155px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap > label .card_item > dl {
    position: absolute;
    top: 50%;
    left: 177px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap > label .card_item > dl > dt {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .chk_wrap > label .card_item > dl > dd {
    margin-top: 4px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .bullet_list li {
    height: auto;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .bullet_list li.none {
    margin-top: 3px;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap > label + .sub_list .bullet_list li.none:before {
    content: none;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type .rdo_wrap input:checked + label + .sub_list {
    display: block;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.wide_type + .no_result {
    margin-top: 0;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification {
    margin-top: 20px;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification.mt0 {
    margin-top: 0;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification .rdo_wrap + .rdo_wrap {
    margin-left: 8px;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification label {
    display: block;
    text-align: center;
    width: 230px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 15px 0;
    cursor: pointer;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification label > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification label::before {
    display: block;
    position: static;
    margin: 0 auto 2px;
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_pc_phone_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification label.c02::before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_pc_accredited%20certificate_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification label.c06::before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_simple_authentication_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification input:checked + label {
    border: 1px solid #171A19;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification input:disabled + label {
    pointer-events: none;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification input:disabled + label::before {
    width: 32px;
    height: 32px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_pc_phone_32_dis.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification input:disabled + label.c02::before {
    width: 32px;
    height: 32px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_pc_accredited certificate_32_dis.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification input:disabled + label.c06::before {
    width: 32px;
    height: 32px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_simple_authentication_32_dis.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .apply_form_wrap .form .form_row > dl > dd .input_wrap.certification input:disabled + label > span {
    font-size: 14px;
    font-weight: 700;
    color: #D4D6D4;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .apply_form_wrap .form .form_row .no_result {
    margin-top: -40px;
}
.new_type.my_dscard .certification {
    margin-top: 20px;
}
.new_type.my_dscard .certification.mt0 {
    margin-top: 0;
}
.new_type.my_dscard .certification .rdo_wrap + .rdo_wrap {
    margin-left: 8px;
}
.new_type.my_dscard .certification label {
    display: block;
    text-align: center;
    width: 230px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 15px 0;
    cursor: pointer;
}
.new_type.my_dscard .certification label > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .certification label::before {
    display: block;
    position: static;
    margin: 0 auto 2px;
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_pc_phone_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .certification label.c02::before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_pc_accredited%20certificate_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .certification label.c06::before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_simple_authentication_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .certification input:checked + label {
    border: 1px solid #171A19 !important;
}
.new_type.my_dscard .certification input:disabled + label {
    pointer-events: none;
}
.new_type.my_dscard .certification input:disabled + label::before {
    width: 32px;
    height: 32px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_pc_phone_32_dis.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .certification input:disabled + label.c02::before {
    width: 32px;
    height: 32px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_pc_accredited certificate_32_dis.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .certification input:disabled + label.c06::before {
    width: 32px;
    height: 32px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_simple_authentication_32_dis.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.my_dscard .certification input:disabled + label > span {
    font-size: 14px;
    font-weight: 700;
    color: #D4D6D4;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .section + .btm_sec {
    position: relative;
    margin-top: 20px;
}
.new_type.my_dscard .section + .btm_sec .btn_wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.new_type.my_dscard .title01 + .table_info {
    margin-top: 24px;
}
.new_type.my_dscard .terms_agreement_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;
    margin-top: 24px;
}
.new_type.my_dscard .terms_agreement_wrap .chk_wrap {
    width: 100%;
    padding: 24px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.new_type.my_dscard .terms_agreement_wrap .chk_wrap label {
    display: block;
}
.new_type.my_dscard .terms_agreement_wrap .chk_wrap label > span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .terms_agreement_wrap .chk_wrap label::before {
    top: 24px;
    left: 24px;
}
.new_type.my_dscard .terms_agreement_wrap .chk_wrap + .chk_wrap {
    margin-left: 8px;
}
.new_type.my_dscard .simple_payment {
    margin-top: -24px;
}
.new_type.my_dscard .simple_payment .tab_conts .title02 {
    padding-bottom: 16px;
}
.new_type.my_dscard .simple_payment .tab_conts p, .new_type.my_dscard .simple_payment .tab_conts li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .simple_payment .tab_conts p + li, .new_type.my_dscard .simple_payment .tab_conts li + li {
    margin-top: 12px;
}
.new_type.my_dscard .simple_payment .tab_conts p + ol, .new_type.my_dscard .simple_payment .tab_conts li + ol {
    margin-top: 16px;
}
.new_type.my_dscard .simple_payment .tab_conts .bullet_list > li + li {
    margin-top: 8px;
}
.new_type.my_dscard .card_info_accordion .head {
    border-bottom: 0 !important;
}
.new_type.my_dscard .card_info_accordion .bullet_list + .card_info_payment_box {
    margin-top: 40px !important;
    border-top: 0;
}
.new_type.my_dscard .card_info_accordion .card_info_payment_box {
    border-top: 1px solid #171A19;
}
.new_type.my_dscard .card_info_accordion .table_wrap.row, .new_type.my_dscard .card_info_accordion .table_wrap.col {
    border-top: 1px solid #171A19 !important;
}
.new_type.my_dscard .card_info_accordion .table_wrap + .dl_wrap {
    margin-top: 24px;
}
.new_type.my_dscard .card_info_accordion .ui_accord_content .dl_wrap {
    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;
}
.new_type.my_dscard .card_info_accordion .ui_accord_content .dl_wrap dt {
    width: 242px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.my_dscard .card_info_accordion .ui_accord_content .dl_wrap + .dl_wrap {
    margin-top: 24px;
}
.new_type.my_dscard .card_info_accordion .ui_accord_content .dl_wrap + .card_info_payment_box {
    margin-top: 40px;
    border-top: 0;
}
.new_type.my_dscard .apply_form_wrap form .form_row.sms_type dl dd .certification,
.new_type.my_dscard .apply_form_wrap .form .form_row.sms_type dl dd .certification {
    margin-top: 0;
}
.new_type.lay_pop .my_dscard .installment_payment_top {
    padding: 40px 0;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
    text-align: center;
}
.new_type.lay_pop .my_dscard .installment_payment_top .item {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .my_dscard .installment_payment_top .price {
    margin-top: 14px;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .my_dscard .installment_payment_top .price .won {
    vertical-align: text-bottom;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .my_dscard .apply_form_wrap .form_row.divide_bot {
    margin-top: 32px;
    padding-bottom: 0;
    border-bottom: none;
}
.new_type.lay_pop .my_dscard .apply_form_wrap .form_row.divide_bot dt {
    width: 382px;
    text-align: center;
}
.new_type.lay_pop .my_dscard .apply_form_wrap .card_pop_title01 {
    position: relative;
}
.new_type.lay_pop .my_dscard .apply_form_wrap .card_pop_title01 .tit_wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
}
.new_type.lay_pop .my_dscard .apply_form_wrap .card_pop_title01 .tit_wrap .title {
    display: inline-block;
    margin-right: 4px;
    vertical-align: text-top;
}
.new_type.lay_pop .my_dscard .apply_form_wrap .card_pop_title01 .tit_wrap .btn_tooltip_wrap {
    vertical-align: middle;
}
.new_type.lay_pop .my_dscard .check_notice_wrap {
    padding: 32px 24px;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
}
.new_type.lay_pop .my_dscard .check_notice_wrap .card_pop_cont_sec + .card_pop_cont_sec {
    margin-top: 32px;
}
.new_type.lay_pop .my_dscard .check_notice_wrap + .chk_wrap {
    margin-top: 20px;
}
.new_type.lay_pop .my_dscard .button_area .btn {
    width: 270px;
}
.new_type.lay_pop .my_dscard .button_area button:disabled {
    pointer-events: none;
    border: 1px solid #D4D6D4 !important;
}
.new_type.lay_pop .my_dscard .button_area button:disabled > span {
    color: #FFFFFF !important;
}
.new_type.lay_pop .dscard_certified_wrap .rdo_wrap + .rdo_wrap {
    margin-left: 8px;
}
.new_type.lay_pop .dscard_certified_wrap .rdo_wrap input:checked + label {
    border: 1px solid #171A19;
}
.new_type.lay_pop .dscard_certified_wrap label {
    display: block;
    text-align: center;
    width: 230px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 15px 0;
    cursor: pointer;
}
.new_type.lay_pop .dscard_certified_wrap label > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .dscard_certified_wrap label::before {
    display: block;
    position: static;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_pc_phone_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.lay_pop .dscard_certified_wrap label.c02::before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_pc_accredited%20certificate_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.lay_pop .dscard_certified_wrap label.c06::before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_simple_authentication_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.lay_pop .intergrated_discount {
    padding-top: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.new_type.lay_pop .intergrated_discount > .tit {
    position: relative;
}
.new_type.lay_pop .intergrated_discount > .tit > .data {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.new_type.lay_pop .intergrated_discount > .tit > .data span {
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.7142857143;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    letter-spacing: -0.25px;
}
.new_type.lay_pop .intergrated_discount .limit_info {
    margin-top: 24px;
}
.new_type.lay_pop .intergrated_discount .limit_info > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    height: 145px;
}
.new_type.lay_pop .intergrated_discount .limit_info > div dl {
    display: inline-block;
}
.new_type.lay_pop .intergrated_discount .limit_info > div dl dt {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .intergrated_discount .limit_info > div dl dd {
    margin-top: 12px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .intergrated_discount .limit_info > div dl dd .won {
    margin-left: 2px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .intergrated_discount .limit_info .limit_01 {
    width: 545px;
    border: 1px solid #EAEBEA;
}
.new_type.lay_pop .intergrated_discount .limit_info .limit_02 {
    width: 315px;
    margin-left: 9px;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
}
.new_type.lay_pop .intergrated_discount .limit_usage {
    padding-top: 40px;
    border-top: 1px solid #EAEBEA;
}
.new_type.lay_pop .intergrated_discount .limit_usage .tit {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 316px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .rdo_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .rdo_wrap label {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt .sbtn {
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-color: #EAEBEA;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt .sbtn span {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt + .btn_wrap {
    margin-left: -1px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt.on .sbtn {
    position: relative;
    z-index: 2;
    border-color: #171A19;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt.on .sbtn span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .detail_period {
    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;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .detail_period .unit {
    width: 24px;
    margin-left: 6px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .detail_period .bar {
    margin-right: 8px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .btn_wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .btn_wrap .btn {
    width: 80px;
    padding: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .sel_wrap {
    display: inline-block;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .sel_wrap .ui-select-button {
    line-height: 42px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 0 16px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .sel_wrap .ui-selectbox-wrap.on .ui-select-button {
    line-height: 41px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .input {
    display: inline-block;
    margin-left: 8px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap .input input[type=text] {
    height: 44px;
    padding: 0 16px;
}
.new_type.lay_pop .intergrated_discount .search_condition_box .input_wrap + .input_wrap {
    margin-top: 12px;
}
.new_type.lay_pop .intergrated_discount .button_area + .table_wrap {
    margin-top: 48px;
}
.new_type.lay_pop .intergrated_discount::-webkit-scrollbar {
    display: none;
}
.new_type.lay_pop .brand_benefit {
    padding-top: 24px;
}
.new_type.lay_pop .brand_benefit > div:first-of-type.search_wrap {
    margin-top: 20px;
}
.new_type.lay_pop .brand_benefit .notice {
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.new_type.lay_pop .brand_benefit .search_wrap dl dt {
    width: 182px;
    margin-right: 20px;
}
.new_type.lay_pop .brand_benefit .search_wrap dl dd {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_wrap dl + dl {
    margin-top: 24px;
}
.new_type.lay_pop .brand_benefit .search_result {
    margin-top: 40px;
    padding: 0 0 40px;
    border-top: 1px solid #171A19;
    border-bottom: 1px solid #EAEBEA;
}
.new_type.lay_pop .brand_benefit .search_result .notice {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list .num {
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 151px;
    border: 1px solid #EAEBEA;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    height: 100%;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .brand {
    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;
    padding-left: 23px;
    background-color: #F7FAF9;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .brand > p {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .info {
    padding: 24px 24px 0;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .info dt {
    font-size: 16px;
    font-weight: 700;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .info dd {
    margin-top: 20px;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .info dd .item {
    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;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .info dd .item .name {
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .info dd .item .variable {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li .info dd .item + .item {
    margin-top: 12px;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul li + li {
    margin-top: 12px;
}
.new_type.lay_pop .brand_benefit .search_result .benefit_list ul + .paging_wrap {
    margin-top: 32px;
}
.new_type.lay_pop .brand_benefit .btm_notice {
    margin-top: 56px;
}
.new_type.lay_pop .brand_benefit .btm_notice .title02 {
    padding-bottom: 20px;
    font-size: 18px;
}
.new_type.lay_pop .brand_benefit .button_area button:disabled {
    pointer-events: none;
    border: 1px solid #D4D6D4 !important;
    background-color: #D4D6D4 !important;
}
.new_type.lay_pop .brand_benefit .button_area button:disabled > span {
    color: #FFFFFF !important;
}
.new_type.lay_pop .brand_benefit .no_result {
    margin-top: 40px;
    border-top: 1px solid #171A19;
    border-bottom: 1px solid #EAEBEA;
}
.new_type.lay_pop .brand_search {
    height: -webkit-calc(100% - 50px) !important;
    height: -moz-calc(100% - 50px) !important;
    height: calc(100% - 50px) !important;
    padding: 32px 0 0 0 !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.new_type.lay_pop .brand_search .top_sec {
    padding: 0 24px;
    height: 28px;
}
.new_type.lay_pop .brand_search .top_sec + .search_sec {
    margin-top: 16px;
}
.new_type.lay_pop .brand_search .search_sec {
    position: relative;
    height: 638px;
}
.new_type.lay_pop .brand_search .search_input {
    position: relative;
    padding: 0px 16px;
    z-index: 5;
}
.new_type.lay_pop .brand_search .search_input > .input_wrap .list_open_down {
    display: none;
}
.new_type.lay_pop .brand_search .search_input > .input_wrap.on .list_open_down {
    display: block;
}
.new_type.lay_pop .brand_search .search_input > .input_wrap.on:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: -1;
}
.new_type.lay_pop .brand_search .search_area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.new_type.lay_pop .brand_search .search_box {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
    padding: 0 16px 0;
    background-color: #FFFFFF;
    z-index: 10;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.new_type.lay_pop .brand_search .search_box._on {
    visibility: initial;
}
.new_type.lay_pop .brand_search .all_list_box {
    position: absolute;
    width: inherit;
    height: inherit;
    padding-top: 64px;
    padding-bottom: 18px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.new_type.lay_pop .brand_search .all_list_box .top_area {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #171A19;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .btn_area button, .new_type.lay_pop .brand_search .all_list_box .top_area .btn_area a {
    position: absolute;
    top: 30px;
    width: 24px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/webhome2/ico_arrow_right_24_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .btn_area button > span, .new_type.lay_pop .brand_search .all_list_box .top_area .btn_area a > 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);
}
.new_type.lay_pop .brand_search .all_list_box .top_area .btn_area .btn_prev {
    left: 24px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.new_type.lay_pop .brand_search .all_list_box .top_area .btn_area .btn_next {
    right: 24px;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .string_wrap {
    margin-left: 70px;
    width: 740px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .string_wrap::-webkit-scrollbar {
    display: none;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .string_wrap > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .string_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
       -moz-border-radius: 18px;
            border-radius: 18px;
    border: solid 1px #EAEBEA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -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;
    background-color: #FFFFFF;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .string_btn span {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .string_btn.on {
    border: 1px solid #171A19;
    background-color: #171A19;
}
.new_type.lay_pop .brand_search .all_list_box .top_area .string_btn.on span {
    color: #FFFFFF;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area {
    height: -webkit-calc(100% - 72px);
    height: -moz-calc(100% - 72px);
    height: calc(100% - 72px);
    padding: 0 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area::-webkit-scrollbar {
    display: none;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list > .title {
    position: relative;
    width: auto;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list > .title > div {
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list > .title > div span {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    letter-spacing: -1px;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list > ul {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list > ul > li:first-child .all_list_item {
    border-top: 1px solid #9B9E9C;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list .all_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    padding: 0 16px;
    border-top: 1px solid #EAEBEA;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.new_type.lay_pop .brand_search .all_list_box .conts_area > .list .all_list_item span {
    font-size: 14px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    letter-spacing: -0.4px;
}
.new_type.lay_pop .brand_search .search_open_down .list_open_down {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 50;
    display: none;
    overflow-y: auto;
    max-height: 200px;
    padding: 22px 0;
    border-top: none;
    border-left: 1px solid #00815A;
    border-right: 1px solid #00815A;
    border-bottom: 1px solid #00815A;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.new_type.lay_pop .brand_search .search_open_down .list_open_down li + li {
    margin-top: 8px;
}
.new_type.lay_pop .brand_search .search_open_down .list_open_down li button {
    display: block;
    width: 100%;
    text-indent: 24px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #00815A;
    line-height: 1.44;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_search .search_open_down .list_open_down li button span {
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.44;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.new_type.lay_pop .brand_search .search_open_down.on .list_open_down {
    display: block;
}
.new_type.lay_pop .brand_search .search_open_down.on > input {
    border-top: 1px solid #00815A;
    border-left: 1px solid #00815A;
    border-right: 1px solid #00815A;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.new_type.lay_pop .brand_search .search_open_down.on:before {
    content: "";
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background-color: #fff;
}
/* 이하 As-is */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Happiness-Sans", "Noto Sans", Arial, dotum, "sans-serif";
    -webkit-text-size-adjust: none;
}

@font-face {
    font-family: "Happiness-Sans";
    font-style: "normal";
    font-weight: 400;
    /* 브라우저&디바이스 환경에 따른 font 파일 위치 정의 */
    src: url("../../font/Happiness-Sans-Regular.woff") format("woff2"), url("../../font/Happiness-Sans-Regular.woff") format("woff"), url("../../font/Happiness-Sans-Regular.ttf") format("truetype"), url("https://www.ehyundai.com/font/Happiness-Sans-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
    font-family: "Happiness-Sans";
    font-style: "bold";
    font-weight: 700;
    /* 브라우저&디바이스 환경에 따른 font 파일 위치 정의 */
    src: url("../../font/Happiness-Sans-Bold.woff") format("woff2"), url("../../font/Happiness-Sans-Bold.woff") format("woff"), url("../../font/Happiness-Sans-Bold.ttf") format("truetype"), url("https://www.ehyundai.com/font/Happiness-Sans-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
    font-family: "Happiness-Sans-Title";
    font-style: "bold";
    font-weight: 900;
    /* 브라우저&디바이스 환경에 따른 font 파일 위치 정의 */
    src: url("../../font/Happiness-Sans-Title.woff") format("woff2"), url("../../font/Happiness-Sans-Title.woff") format("woff"), url("../../font/Happiness-Sans-Title.ttf") format("truetype"), url("https://www.ehyundai.com/font/Happiness-Sans-Title.svg#svgFontName") format("svg"); /* Legacy iOS */
}
/* 기본폰트정의 */
div,
p,
span,
dt,
dd,
li,
label {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.f22 {
    font-size: 22px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.f18 {
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.f16 {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.f12 {
    font-size: 12px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.tit48 {
    font-size: 48px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    font-family: "Happiness-Sans-Title";
}

.tit40 {
    font-size: 40px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    font-family: "Happiness-Sans-Title";
}

.tit32 {
    font-size: 32px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    font-family: "Happiness-Sans-Title";
}

.tit28 {
    font-size: 28px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    font-family: "Happiness-Sans-Title";
}

/* //기본폰트정의 */
/* 레이아웃 */
#contents {
    width: 100%;
    min-height: 500px;
    padding-top: 70px;
    padding-bottom: 160px;
}
#contents .conts .max {
    position: relative;
    max-width: 1920px;
    min-width: 1440px;
    margin: 0 auto;
}
#contents .conts .min {
    position: relative;
    width: 1440px;
    margin: 0 auto;
}
#contents .conts .no_side {
    width: 1198px;
    margin: 70px auto 0;
}

/* //레이아웃 */
/* 서브 레이아웃 */
.conts > .side {
    position: relative;
    width: 1440px;
    margin: 0 auto;
}
.conts > .side::after {
    content: "";
    display: block;
    clear: both;
}
.conts .side_conts {
    float: left;
    width: 1110px;
    min-height: 200px;
}
.conts .aside {
    float: right;
    width: 190px;
    padding-top: 9px;
}
.conts .aside .stit {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.conts .aside .stit + h2 {
    margin-top: 4px;
}
.conts .aside > h2 {
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    letter-spacing: -1.5px;
    border-bottom: 2px solid #171A19;
}
.conts .aside a {
    display: inline-block;
    -webkit-transform: rotate(0.05deg);
       -moz-transform: rotate(0.05deg);
        -ms-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    position: relative;
}
.conts .aside a * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.conts .aside a[target=_blank]::after {
    content: "";
    display: inline-block;
    margin-top: -1px;
    margin-left: -4px;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_pc_link_24_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    -moz-background-size: 24px auto;
         background-size: 24px auto;
    vertical-align: middle;
}
.conts .aside .nav {
    margin-top: 20px;
}
.conts .aside .nav .depth1 > li + li {
    margin-top: 16px;
}
.conts .aside .nav .depth1 > li > .head a,
.conts .aside .nav .depth1 > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.conts .aside .nav .depth1 > li.on > .head a,
.conts .aside .nav .depth1 > li.on > a,
.conts .aside .nav .depth1 > li.current > .head a,
.conts .aside .nav .depth1 > li.current > a {
    color: #171A19;
}
.conts .aside .nav .depth2 {
    margin-top: 16px;
    padding-left: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEBEA;
}
.conts .aside .nav .depth2 > li + li {
    margin-top: 10px;
}
.conts .aside .nav .depth2 > li {
    position: relative;
}
.conts .aside .nav .depth2 > li > .head a,
.conts .aside .nav .depth2 > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    -webkit-transform: rotate(0.05deg);
       -moz-transform: rotate(0.05deg);
        -ms-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}
.conts .aside .nav .depth2 > li.on > .head a,
.conts .aside .nav .depth2 > li.on > a,
.conts .aside .nav .depth2 > li.current > .head a,
.conts .aside .nav .depth2 > li.current > a {
    color: #171A19;
}
.conts .aside .nav .depth2 > li.current::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -11px;
    border-width: 3px;
    border-style: solid;
    border-color: #171A19 #171A19 transparent transparent;
}
.conts .aside .nav .depth3 {
    margin-top: 10px;
    padding-left: 8px;
}
.conts .aside .nav .depth3 > li + li {
    margin-top: 4px;
}
.conts .aside .nav .depth3 > li > .head a,
.conts .aside .nav .depth3 > li > a {
    font-size: 12px;
    font-weight: 700;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.conts .aside .nav .depth3 > li.on > .head a,
.conts .aside .nav .depth3 > li.on > a,
.conts .aside .nav .depth3 > li.current > .head a,
.conts .aside .nav .depth3 > li.current > a {
    font-weight: 700;
    color: #171A19;
    text-decoration: underline;
}
.conts .aside .nav .out_link {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}
.conts .aside .nav .out_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_pc_link_16_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.conts .aside nav.lnb {
    margin-top: 20px;
}
.conts .aside nav.lnb > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.conts .aside nav.lnb > ul > li.on > a {
    color: #171A19;
}
.conts .aside nav.lnb > ul > li + li {
    margin-top: 16px;
}

/* //서브 레이아웃 */
/* 윈도우팝업 */
#contents.win_pop {
    min-height: auto;
    padding: 0;
}

/* 카드신청 서브 레이아웃(카드 다른데서 오류나면 수정필요) */
.card .container .min {
    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;
}
.card .container .min .card_sub {
    width: 1110px;
}
.card .container .min .aside {
    position: static;
}

/* no data */
.no_result {
    padding: 120px 0;
    border: none;
}
.no_result p {
    position: relative;
    padding-top: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.no_result p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    background-image: url("../../images/webhome2/ico_nodata_80.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.no_result p.no_ico {
    padding: 64px 0;
    font-size: 18px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.no_result p.no_ico:before {
    content: none;
}
.no_result.brd {
    border-top: 1px solid #171A19;
    border-bottom: 1px solid #EAEBEA;
}

.board_wrap .board_list {
    border-top: 1px solid #171A19;
    border-bottom: 1px solid #EAEBEA;
}
.board_wrap .board_list .board_head {
    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;
    padding: 20px;
    border-bottom: 1px solid #EAEBEA;
}
.board_wrap .board_list .board_head .sup {
    padding-right: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.board_wrap .board_list .board_head .tit {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.board_wrap .board_list .board_head .date {
    margin-left: auto;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.board_wrap .board_list .board_head .info > dl {
    display: inline-block;
}
.board_wrap .board_list .board_head .info > dl > dt {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.board_wrap .board_list .board_head .info > dl > dd {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.board_wrap .board_list .board_head .info > dl + dl {
    margin-left: 20px;
}
.board_wrap .board_list .board_body {
    padding: 64px 0;
}
.board_wrap .board_list + .btn_wrap {
    margin-top: 24px;
    text-align: right;
}

/* 테이블(공통) */
.top_table_sec > span {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.top_table_sec > span > strong {
    font-size: 16px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.top_table_sec + .table_wrap {
    margin-top: 20px !important;
}

.table_wrap.col {
    border-top: 1px solid #171A19;
}
.table_wrap.col table {
    width: 100%;
    border-collapse: collapse;
}
.table_wrap.col table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
.table_wrap.col table thead th:first-child {
    border-left: none;
}
.table_wrap.col table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
.table_wrap.col table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
.table_wrap.col table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
.table_wrap.col table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
.table_wrap.col table tbody th.first {
    border-left: none !important;
}
.table_wrap.col table tbody th.al_center {
    text-align: center;
}
.table_wrap.col table tbody th.al_right {
    text-align: right;
}
.table_wrap.col table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
.table_wrap.col table tbody td.first {
    border-left: none;
}
.table_wrap.col table tbody td.al_center {
    text-align: center;
}
.table_wrap.col table tbody td.al_center .bullet_list {
    display: inline-block;
}
.table_wrap.col table tbody td.al_right {
    text-align: right;
}
.table_wrap.col table tbody td .fc_red {
    color: #FF383B;
}
.table_wrap.col table tbody td .fc_khaki {
    color: #00805A;
}
.table_wrap.col table tbody td .fc_gray02 {
    color: #727573;
}
.table_wrap.col table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
.table_wrap.col table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap.col table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
.table_wrap.col table tfoot td.first {
    border-left: none;
}
.table_wrap.col table tfoot td.al_center {
    text-align: center;
}
.table_wrap.col table tfoot td.al_center .bullet_list {
    display: inline-block;
}
.table_wrap.col table tfoot .al_right {
    text-align: right;
}
.table_wrap.col th {
    padding: 0 20px;
    background-color: #F0F5F4;
    font-size: 14px;
    font-weight: 700 !important;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: left;
}
.table_wrap.col th .rdo_wrap label {
    line-height: 22px;
}
.table_wrap.col th .rdo_wrap label > span {
    font-size: 14px;
}
.table_wrap.col td .rdo_wrap label {
    line-height: 24px;
}
.table_wrap.col td .rdo_wrap label > span {
    font-size: 14px;
    font-weight: 400;
}
.table_wrap.col td .no_result {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.table_wrap.col td .no_result p {
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap.col td .no_result p::before {
    content: none;
}
.table_wrap.col td.lec_branch {
    text-align: center;
}
.table_wrap.col td.lec_branch > a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700 !important;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap.row {
    border-top: 1px solid #171A19;
}
.table_wrap.row table {
    width: 100%;
    border-collapse: collapse;
}
.table_wrap.row table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
.table_wrap.row table thead th:first-child {
    border-left: none;
}
.table_wrap.row table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
.table_wrap.row table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
.table_wrap.row table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
.table_wrap.row table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
.table_wrap.row table tbody th.first {
    border-left: none !important;
}
.table_wrap.row table tbody th.al_center {
    text-align: center;
}
.table_wrap.row table tbody th.al_right {
    text-align: right;
}
.table_wrap.row table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
.table_wrap.row table tbody td.first {
    border-left: none;
}
.table_wrap.row table tbody td.al_center {
    text-align: center;
}
.table_wrap.row table tbody td.al_center .bullet_list {
    display: inline-block;
}
.table_wrap.row table tbody td.al_right {
    text-align: right;
}
.table_wrap.row table tbody td .fc_red {
    color: #FF383B;
}
.table_wrap.row table tbody td .fc_khaki {
    color: #00805A;
}
.table_wrap.row table tbody td .fc_gray02 {
    color: #727573;
}
.table_wrap.row table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
.table_wrap.row table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap.row table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
.table_wrap.row table tfoot td.first {
    border-left: none;
}
.table_wrap.row table tfoot td.al_center {
    text-align: center;
}
.table_wrap.row table tfoot td.al_center .bullet_list {
    display: inline-block;
}
.table_wrap.row table tfoot .al_right {
    text-align: right;
}
.table_wrap.row table tbody tr:last-child > th {
    border-bottom: 1px solid #EAEBEA !important;
}
.table_wrap.row table tbody tr:first-child th {
    border-top: 0 none;
}
.table_wrap.row table tbody th {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #F0F5F4;
    border-bottom: 1px solid #FFFFFF !important;
    padding: 0 20px;
    background-color: #F0F5F4;
    font-size: 14px;
    font-weight: 700 !important;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: left;
}
.table_wrap.row table tbody th.bottom {
    border-bottom: 1px solid #EAEBEA !important;
}
.table_wrap.row table tbody td .add_file {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.table_wrap.row table tbody td .view {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap.row .multi_th th[scope=row] {
    padding-top: 21px;
    vertical-align: top;
    border-bottom: 1px solid #FFFFFF;
    border-right: 0 !important;
}
.table_wrap.row .multi_th th[scope=row].al_middle {
    vertical-align: middle;
    padding-top: 0;
}
.table_wrap.row .multi_th th[scope=row]:first-child {
    border-right: 1px solid #FFFFFF !important;
}
.table_wrap.row .multi_th th[scope=row] ~ th[scope=col] {
    border-right: 0;
}
.table_wrap.row .multi_th th[scope=col] {
    padding: 13px 0 14px;
}
.table_wrap.row .multi_th td[colspan] {
    border-bottom: 1px solid #FFFFFF;
}
.table_wrap + .table_wrap {
    margin-top: 20px;
}
.table_wrap + .paging_wrap {
    margin-top: 32px;
}

.table_wrap + .btm_btn_wrap {
    margin-top: 24px;
    font-size: 0;
    text-align: right;
}
.table_wrap + .btm_btn_wrap > .ubtn {
    margin-left: 8px;
}

.table_wrap + .bullet_list {
    margin-top: 20px;
}
.table_wrap + .bullet_list > li + li {
    margin-top: 8px;
}

.table_wrap + .btn_wrap.top_table {
    position: absolute;
    top: 0;
    right: 0;
}

.lay_pop .lay_conts .table_wrap.col table tbody td {
    padding: 20px;
}

/* //테이블(공통) */
/* 버튼 정의 */
button {
    border-style: none;
    background-color: transparent;
    cursor: pointer;
}
button.input_cal {
    display: inline-block;
    margin: 11px 0 0 9px;
    margin-left: 9px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_calendar_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    vertical-align: middle;
}
button.input_cal > 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);
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.btn_wrap.row button + button {
    margin-left: 0;
    margin-top: 8px;
}
.btn_wrap.solo > button,
.btn_wrap.solo > a {
    width: 100% !important;
}
.btn_wrap button + button, .btn_wrap button + a,
.btn_wrap a + button,
.btn_wrap a + a {
    margin-left: 5px;
}
.btn_wrap button:disabled,
.btn_wrap a:disabled {
    pointer-events: none;
    border: 1px solid #D4D6D4 !important;
}
.btn_wrap button:disabled > span,
.btn_wrap a:disabled > span {
    color: #D4D6D4 !important;
}
.btn_wrap button.lbtn,
.btn_wrap a.lbtn {
    padding: 13px 30px;
}
.btn_wrap button.lbtn.border,
.btn_wrap a.lbtn.border {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #171A19;
}
.btn_wrap button.lbtn.border span,
.btn_wrap a.lbtn.border span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.btn,
.btn_wrap a.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #171A19;
}
.btn_wrap button.btn span,
.btn_wrap a.btn span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.btn.black,
.btn_wrap a.btn.black {
    background-color: #171A19;
}
.btn_wrap button.btn.black span,
.btn_wrap a.btn.black span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.btn.border,
.btn_wrap a.btn.border {
    background-color: #FFFFFF;
    border: 1px solid #171A19;
}
.btn_wrap button.btn.border span,
.btn_wrap a.btn.border span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.btn.dis,
.btn_wrap a.btn.dis {
    display: inline-block;
    padding: 12px 30px;
    background-color: #D4D6D4;
}
.btn_wrap button.btn.dis span,
.btn_wrap a.btn.dis span {
    font-size: 14px;
    font-weight: 700;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.btn.detail:after,
.btn_wrap a.btn.detail:after {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 4px;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_plus_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap button.abtn,
.btn_wrap a.abtn {
    display: inline-block;
    padding: 6px 18px;
    background-color: #FFFFFF;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
}
.btn_wrap button.abtn span,
.btn_wrap a.abtn span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.abtn.black,
.btn_wrap a.abtn.black {
    background-color: #171A19;
}
.btn_wrap button.abtn.black span,
.btn_wrap a.abtn.black span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.abtn.border,
.btn_wrap a.abtn.border {
    border: 1px solid #171A19;
}
.btn_wrap button.sbtn,
.btn_wrap a.sbtn {
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 34px;
    padding: 7px 20px 7px;
    border: 1px solid #171A19;
    background-color: #FFFFFF;
}
.btn_wrap button.sbtn + .sbtn,
.btn_wrap a.sbtn + .sbtn {
    margin-left: 2px;
    vertical-align: top;
}
.btn_wrap button.sbtn > span,
.btn_wrap a.sbtn > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.sbtn.black,
.btn_wrap a.sbtn.black {
    background-color: #171A19;
    border: 1px solid #171A19;
}
.btn_wrap button.sbtn.black span,
.btn_wrap a.sbtn.black span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap button.sbtn.mail:before,
.btn_wrap a.sbtn.mail:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_ms_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap button.sbtn.receipt:before,
.btn_wrap a.sbtn.receipt:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_receipt_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap button.sbtn.add:before,
.btn_wrap a.sbtn.add:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/mypage/ico_plus_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap button.sbtn.print:before,
.btn_wrap a.sbtn.print:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_print_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap button.down > span:after,
.btn_wrap a.down > span:after {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_arrow_dwon_16_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap.on .btn.detail:after {
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_minus_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap a {
    cursor: pointer;
    border-style: none;
    text-decoration: none;
}
.btn_wrap a.abtn {
    display: inline-block;
    padding: 4px 18px;
    background-color: #FFFFFF;
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px;
}
.btn_wrap a.abtn span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap a.abtn.black {
    background-color: #171A19;
}
.btn_wrap a.abtn.black span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap a.abtn.border {
    border: 1px solid #171A19;
}
.btn_wrap .linkbtn {
    display: inline-block;
    position: relative;
    width: 154px;
    padding: 10px 70px 9px 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
    border-style: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.btn_wrap .linkbtn > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.btn_wrap .linkbtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_btn_arrow_right_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_wrap .linkbtn.outline {
    padding-top: 8px;
    padding-bottom: 7px;
    border: 2px solid #171A19;
}
.btn_wrap .linkbtn.black {
    background: #171A19;
}
.btn_wrap .linkbtn.black span {
    color: #FFFFFF;
}
.btn_wrap .linkbtn.black::after {
    background-image: url("../../images/webhome2/ico_btn_arrow_right_white.png");
}
.btn_wrap .linkbtn.black.outline {
    border-color: #FFFFFF;
}
.btn_wrap > * + * {
    margin-left: 8px;
}

.button_area {
    font-size: 0;
    text-align: center;
}
.button_area .btn {
    display: inline-block;
    width: 270px;
    height: 60px;
    margin: 0 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    line-height: 60px;
    text-align: center;
}
.button_area .btn > span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.button_area .btn.black {
    height: 62px;
    border: 2px solid #171A19;
    background-color: #171A19;
}
.button_area .btn.black > span {
    color: #FFFFFF !important;
}
.button_area .btn.border {
    border: 2px solid #171A19;
}

.txt_link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.txt_link:hover {
    color: #00815A;
    border-bottom: solid #00815A;
}

.t_under {
    text-decoration: underline;
}

.ico_link {
    text-decoration: none;
}
.ico_link .floor_info {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.arrow_link {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.arrow_link:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_arrow_right_16_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.arrow_link span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.btn_border {
    display: inline-block;
    height: 26px;
    padding: 6px 18px 0;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: 1px solid #171A19;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    cursor: pointer;
}

.more_list {
    display: block;
    padding: 6px 20px;
    border: 1px solid #171A19;
}
.more_list > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.more_list > span > strong {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.more_list.sm {
    padding: 0;
    border: none;
}
.more_list.sm:after {
    content: "";
    display: inline-block;
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_dropdown_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}

.lay_pop .button_area {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.lay_pop .button_area.solo > .btn {
    width: 270px;
}
.lay_pop .button_area.full > .btn {
    width: 100%;
}
.lay_pop .button_area.half > .btn {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
}
.lay_pop .button_area > .btn {
    display: inline-block;
    width: 192px;
    margin: 0 4px;
}
.lay_pop .button_area > .btn:first-child {
    margin-left: 0;
}
.lay_pop .button_area > .btn:last-child {
    margin-right: 0;
}
.lay_pop .button_area + .table_wrap {
    margin-top: 100px;
}

/* //버튼 정의 */
/* 탭 정의 */
.tab_wrap {
    /* case PLO1.6.1T ~ PLO1.6.2T */
}
.tab_wrap .tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.tab_wrap .tabs ul li {
    margin-left: 32px;
}
.tab_wrap .tabs ul li:nth-child(1) {
    margin-left: 0;
}
.tab_wrap .tabs ul li a {
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #9B9E9C;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.tab_wrap .tabs ul li.on a {
    color: #171A19;
}
.tab_wrap .tabs ul li.on a::after {
    border-width: 4px;
    border-style: solid;
    border-color: #171A19 transparent transparent #171A19;
    content: "";
    position: absolute;
    top: 4px;
    left: initial;
    bottom: 0;
    right: -12px;
    width: 0;
    height: 0;
}
.tab_wrap .tabs ul li.on a > em {
    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);
}
.tab_wrap .tabs ul li a > span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.tab_wrap .tabs ul li a:after {
    content: none;
}
.tab_wrap .tabs ul li a .hide {
    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);
}
.tab_wrap .tabs ul li.on a > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.tab_wrap .tabs ul li.on a > span:after {
    border-width: 3px;
    border-style: solid;
    border-color: #171A19 transparent transparent #171A19;
    content: "";
    position: absolute;
    top: 4px;
    left: initial;
    bottom: 0;
    right: -12px;
    width: 0;
    height: 0;
}
.lay_pop .tab_wrap .tabs {
    padding: 40px 0 32px;
}

.tab_wrap.type_box .tabs ul {
    border: 1px solid #D4D6D4;
}
.tab_wrap.type_box .tabs ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    position: relative;
    z-index: 0;
    min-height: 48px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
}
.tab_wrap.type_box .tabs ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.tab_wrap.type_box .tabs ul li + li {
    border-left: 1px solid #D4D6D4;
}
.tab_wrap.type_box .tabs ul li.on {
    z-index: 1;
}
.tab_wrap.type_box .tabs ul li.on::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #171A19;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.tab_wrap.type_box .tabs ul li.on a {
    position: relative;
    font-weight: 700;
    color: #171A19;
}
.tab_wrap.type_box .tabs ul li.on a::after {
    content: "";
    content: none;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -8px;
    margin-left: 2px;
    border-width: 3px;
    border-style: solid;
    border-color: #171A19 transparent transparent #171A19;
}
.tab_wrap.type_box .tabs ul li.on a > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.tab_wrap.type_box .tabs ul li.on a > span:after {
    border-width: 3px;
    border-style: solid;
    border-color: #171A19 transparent transparent #171A19;
    content: "";
    position: absolute;
    top: 3px;
    left: initial;
    bottom: 0;
    right: -8px;
    width: 0;
    height: 0;
}
.tab_wrap.type_box .tabs ul.col7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.tab_wrap.type_box .tabs ul.col7 > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 14.2857142857%;
}
.tab_wrap.type_box .tabs ul.col7 > li:nth-child(n+8) {
    border-top: 1px solid #D4D6D4;
}
.tab_wrap.type_box .tabs ul.col7 > li:nth-child(7n+1) {
    border-left: 0 none;
}
.tab_wrap.type_box .tabs ul.col7 > li.on a::after {
    margin-right: -8px;
}

/* //탭 정의 */
/* 폼 */
.input, .input_wrap {
    position: relative;
}
.input input[type=text],
.input input[type=password],
.input input[type=number],
.input input[type=button],
.input input[type=email], .input_wrap input[type=text],
.input_wrap input[type=password],
.input_wrap input[type=number],
.input_wrap input[type=button],
.input_wrap input[type=email] {
    width: 100%;
    height: 52px;
    padding: 0 24px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #EAEBEA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline-color: #171A19;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input input[type=text]:active,
.input input[type=password]:active,
.input input[type=number]:active,
.input input[type=button]:active,
.input input[type=email]:active, .input_wrap input[type=text]:active,
.input_wrap input[type=password]:active,
.input_wrap input[type=number]:active,
.input_wrap input[type=button]:active,
.input_wrap input[type=email]:active {
    border-color: #EAEBEA;
}
.input input[type=text].btn,
.input input[type=password].btn,
.input input[type=number].btn,
.input input[type=button].btn,
.input input[type=email].btn, .input_wrap input[type=text].btn,
.input_wrap input[type=password].btn,
.input_wrap input[type=number].btn,
.input_wrap input[type=button].btn,
.input_wrap input[type=email].btn {
    padding-right: 126px;
}
.input input[type=text]:-moz-read-only, .input input[type=password]:-moz-read-only, .input input[type=number]:-moz-read-only, .input input[type=button]:-moz-read-only, .input input[type=email]:-moz-read-only, .input_wrap input[type=text]:-moz-read-only, .input_wrap input[type=password]:-moz-read-only, .input_wrap input[type=number]:-moz-read-only, .input_wrap input[type=button]:-moz-read-only, .input_wrap input[type=email]:-moz-read-only {
    background-color: #F7f7f7;
    border-color: #EAEBEA;
    pointer-events: none;
}
.input input[type=text]:read-only,
.input input[type=password]:read-only,
.input input[type=number]:read-only,
.input input[type=button]:read-only,
.input input[type=email]:read-only, .input_wrap input[type=text]:read-only,
.input_wrap input[type=password]:read-only,
.input_wrap input[type=number]:read-only,
.input_wrap input[type=button]:read-only,
.input_wrap input[type=email]:read-only {
    background-color: #F7f7f7;
    border-color: #EAEBEA;
    pointer-events: none;
}
.input input[type=text]:disabled,
.input input[type=password]:disabled,
.input input[type=number]:disabled,
.input input[type=button]:disabled,
.input input[type=email]:disabled, .input_wrap input[type=text]:disabled,
.input_wrap input[type=password]:disabled,
.input_wrap input[type=number]:disabled,
.input_wrap input[type=button]:disabled,
.input_wrap input[type=email]:disabled {
    background-color: #F7f7f7;
    border-color: #EAEBEA;
    color: #D4D6D4;
}
.input input[type=text]::-webkit-input-placeholder, .input input[type=password]::-webkit-input-placeholder, .input input[type=number]::-webkit-input-placeholder, .input input[type=button]::-webkit-input-placeholder, .input input[type=email]::-webkit-input-placeholder, .input_wrap input[type=text]::-webkit-input-placeholder, .input_wrap input[type=password]::-webkit-input-placeholder, .input_wrap input[type=number]::-webkit-input-placeholder, .input_wrap input[type=button]::-webkit-input-placeholder, .input_wrap input[type=email]::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input input[type=text]:-moz-placeholder, .input input[type=password]:-moz-placeholder, .input input[type=number]:-moz-placeholder, .input input[type=button]:-moz-placeholder, .input input[type=email]:-moz-placeholder, .input_wrap input[type=text]:-moz-placeholder, .input_wrap input[type=password]:-moz-placeholder, .input_wrap input[type=number]:-moz-placeholder, .input_wrap input[type=button]:-moz-placeholder, .input_wrap input[type=email]:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input input[type=text]::-moz-placeholder, .input input[type=password]::-moz-placeholder, .input input[type=number]::-moz-placeholder, .input input[type=button]::-moz-placeholder, .input input[type=email]::-moz-placeholder, .input_wrap input[type=text]::-moz-placeholder, .input_wrap input[type=password]::-moz-placeholder, .input_wrap input[type=number]::-moz-placeholder, .input_wrap input[type=button]::-moz-placeholder, .input_wrap input[type=email]::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input input[type=text]:-ms-input-placeholder, .input input[type=password]:-ms-input-placeholder, .input input[type=number]:-ms-input-placeholder, .input input[type=button]:-ms-input-placeholder, .input input[type=email]:-ms-input-placeholder, .input_wrap input[type=text]:-ms-input-placeholder, .input_wrap input[type=password]:-ms-input-placeholder, .input_wrap input[type=number]:-ms-input-placeholder, .input_wrap input[type=button]:-ms-input-placeholder, .input_wrap input[type=email]:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input input[type=text]::placeholder,
.input input[type=password]::placeholder,
.input input[type=number]::placeholder,
.input input[type=button]::placeholder,
.input input[type=email]::placeholder, .input_wrap input[type=text]::placeholder,
.input_wrap input[type=password]::placeholder,
.input_wrap input[type=number]::placeholder,
.input_wrap input[type=button]::placeholder,
.input_wrap input[type=email]::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input input[type=text]:focus, .input input[type=text]:active,
.input input[type=password]:focus,
.input input[type=password]:active,
.input input[type=number]:focus,
.input input[type=number]:active,
.input input[type=button]:focus,
.input input[type=button]:active,
.input input[type=email]:focus,
.input input[type=email]:active, .input_wrap input[type=text]:focus, .input_wrap input[type=text]:active,
.input_wrap input[type=password]:focus,
.input_wrap input[type=password]:active,
.input_wrap input[type=number]:focus,
.input_wrap input[type=number]:active,
.input_wrap input[type=button]:focus,
.input_wrap input[type=button]:active,
.input_wrap input[type=email]:focus,
.input_wrap input[type=email]:active {
    border: 2px solid #00815A;
    outline: transparent;
}
.input .btn_wrap, .input_wrap .btn_wrap {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.input + .input_hint, .input_wrap + .input_hint {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.input_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.input_wrap + .bar_type {
    margin-top: 20px;
}
.input_wrap.input_type {
    padding-right: 154px;
}
.input_wrap.bar_type > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}
.input_wrap.bar_type > div:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: -16px;
    width: 6px;
    height: 1px;
    background: #171A19;
}
.input_wrap.bar_type > div:first-child:before {
    display: none;
}
.input_wrap.bar_type > div.txt {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input_wrap.bar_type > div.txt:before {
    content: none;
}
.input_wrap.bar_type > div.input input {
    padding: 0 16px;
}
.input_wrap.date_type > div {
    margin-left: 0;
}
.input_wrap.date_type > span {
    display: inline-block;
    margin: 12px 0 0 8px;
    padding-right: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input_wrap.date_type > span + div {
    margin-left: 8px;
}
.input_wrap.date_type > span + div.btn_wrap {
    margin-left: 16px;
}
.input_wrap.date_type > span + .rdo_wrap {
    margin-left: 42px;
}
.input_wrap.date_type > span.tit_span {
    margin-left: 16px;
}
.input_wrap.date_type > span.bar {
    margin-left: 16px;
}
.input_wrap.date_type > span.bar + div {
    margin-left: 16px;
}
.input_wrap.date_type > span + button {
    margin-left: 12px;
}
.input_wrap.date_type .rdo_wrap {
    margin-top: 13px;
}
.input_wrap.date_type + .bar {
    display: block;
    width: 714px;
    height: 24px;
    text-align: center;
}
.input_wrap.mix_type > div {
    margin-left: 12px;
}
.input_wrap.mix_type > span {
    display: inline-block;
    margin: 12px 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input_wrap.mix_type > span + div {
    margin-left: 8px;
}
.input_wrap.mail_type > div {
    width: -webkit-calc(33.3333333333% - 16px);
    width: -moz-calc(33.3333333333% - 16px);
    width: calc(33.3333333333% - 16px);
    margin-left: 32px;
}
.input_wrap.mail_type > div:nth-child(2) {
    width: 231px;
    margin-right: -26px;
}
.input_wrap.mail_type > div:nth-child(2):before {
    content: "@";
    position: absolute;
    top: 50%;
    left: -22px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.input_wrap.cal_type .input {
    position: relative;
}
.input_wrap.cal_type .input > button {
    position: absolute;
    top: 16px;
    right: 20px;
    margin-top: 0;
}
.input_wrap.cal_type .input input:-moz-read-only {
    background-color: #FFFFFF;
}
.input_wrap.cal_type .input input:read-only {
    background-color: #FFFFFF;
}
.input_wrap.normal_type > div {
    margin-left: 8px;
}
.input_wrap.card_choice .rdo_wrap + .rdo_wrap {
    margin-left: 8px;
}
.input_wrap.card_choice .rdo_wrap input:checked + label {
    border-color: #171A19;
}
.input_wrap.card_choice label {
    display: block;
    text-align: center;
    width: 169px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 8px 0 16px;
    cursor: pointer;
}
.input_wrap.card_choice label > span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.input_wrap.card_choice label::before {
    display: block;
    position: static;
    margin: 0 auto;
}
.input_wrap.card_choice label.card01::before {
    width: 155px;
    height: 92px;
    background-image: url("../../images/webhome2/card/img_check_card01.jpg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.input_wrap.card_choice label.card02::before {
    width: 155px;
    height: 92px;
    background-image: url("../../images/webhome2/card/img_check_card02.jpg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.input_wrap.card_choice label.card03::before {
    width: 155px;
    height: 92px;
    background-image: url("../../images/webhome2/card/img_check_card03.jpg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.input_wrap.card_choice label.card04::before {
    width: 155px;
    height: 92px;
    background-image: url("../../images/webhome2/card/img_check_card04.jpg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.input_wrap > div {
    position: relative;
    margin-left: 25px;
}
.input_wrap > div:first-child {
    margin-left: 0;
}

.password_wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-left: 12px !important;
}
.password_wrap .masked {
    position: relative;
}
.password_wrap .masked::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    background-color: #171A19;
    content: "";
    display: inline-block;
    margin-top: 4px;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
}
.password_wrap .masked::after {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    background-color: #171A19;
    content: "";
    display: inline-block;
    margin-top: 4px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
}
.password_wrap + div {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-left: 12px;
}

.caution_wrap {
    width: 100%;
    margin-top: 12px;
}
.caution_wrap .text {
    color: #FF383B;
}
.caution_wrap .btn_wrap {
    float: right;
    margin-top: 12px;
}

.rdo_wrap {
    display: inline-block;
    position: relative;
}
.rdo_wrap.error label {
    padding-left: 32px;
}
.rdo_wrap.error label > span {
    font-size: 16px;
    font-weight: 400;
    color: #EB3912;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.rdo_wrap input {
    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);
}
.rdo_wrap input:disabled + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_radio_normal_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.rdo_wrap input:disabled + label > span {
    color: #D4D6D4;
}
.rdo_wrap input:disabled:checked + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_radio_disable_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.rdo_wrap input:disabled:checked + label > span {
    color: #D4D6D4;
}
.rdo_wrap input + label:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_radio_normal_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.rdo_wrap input:focus + label {
    outline: 0;
}
.rdo_wrap input:checked + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_radio_active_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.rdo_wrap label {
    padding-left: 32px;
}
.rdo_wrap label > span {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.rdo_wrap.solo label {
    padding: 1px 0 4px 23px;
}
.rdo_wrap.solo label > 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);
}
.rdo_wrap.sm input + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_s_normal_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.rdo_wrap.sm input + label > span {
    color: #727573;
}
.rdo_wrap.sm input:checked + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_s_active_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.rdo_wrap.sm input:checked + label > span {
    color: #171A19;
}
.rdo_wrap.type_txt {
    margin-top: 0 !important;
}
.rdo_wrap.type_txt input + label {
    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;
    padding-left: 0;
    padding: 10px 0;
    border: 1px solid #EAEBEA;
    cursor: pointer;
    z-index: 1;
}
.rdo_wrap.type_txt input + label:before {
    content: none;
}
.rdo_wrap.type_txt input + label > span {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.rdo_wrap.type_txt input:checked + label {
    position: relative;
    z-index: 5;
    border: 1px solid #171A19;
}
.rdo_wrap.type_txt input:checked + label > span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.rdo_wrap.type_txt + .type_txt {
    margin-left: -1px !important;
}

.chk_wrap {
    display: inline-block;
    position: relative;
}
.chk_wrap.error label {
    padding-left: 32px;
}
.chk_wrap.error label > span {
    font-size: 16px;
    font-weight: 400;
    color: #EB3912;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.chk_wrap input {
    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);
}
.chk_wrap input:disabled + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_disable_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.chk_wrap input + label:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_normal_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.chk_wrap.chk_s label {
    padding-left: 28px;
}
.chk_wrap.chk_s input + label:before {
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_check_normal_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.chk_wrap.chk_s + .chk_s {
    margin-left: 40px;
}
.chk_wrap.sm input + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_s_normal_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.chk_wrap.sm input + label > span {
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.chk_wrap.sm input:checked + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_s_active_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.chk_wrap.sm input:checked + label > span {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.chk_wrap input:focus + label {
    outline: 0;
}
.chk_wrap input:checked + label:before {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_check_active_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.chk_wrap label {
    padding-left: 32px;
}
.chk_wrap label > span {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.chk_wrap.solo label {
    padding: 1px 0 4px 23px;
}
.chk_wrap.solo label > 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);
}

.sel_wrap .ui-selectbox-wrap {
    position: relative;
    width: 100% !important;
}
.sel_wrap .ui-selectbox-wrap.on .ui-select-button {
    padding: 0 16px 0 15px;
    line-height: 47px;
    border-left: 2px solid #171A19;
    border-right: 2px solid #171A19;
    border-top: 2px solid #171A19;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
}
.sel_wrap .ui-selectbox-wrap.on .ico {
    top: 10px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.sel_wrap .ui-selectbox-wrap .ui-select-button {
    display: block;
    padding: 0 16px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #eaebea;
    background-color: #FFFFFF;
    line-height: 48px;
}
.sel_wrap .ui-selectbox-wrap .ui-select-button.placeholder .ui-select-text {
    font-size: 16px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
.sel_wrap .ui-selectbox-wrap .ui-select-button .ui-select-text {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
.sel_wrap .ui-selectbox-wrap .ui-select-button .ui-select-essen {
    font-size: 16px;
    font-weight: 400;
    color: #D4D6D4;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.sel_wrap .ui-selectbox-wrap .ui-select-button .hide {
    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);
}
.sel_wrap .ui-selectbox-wrap .ui-select-button .ico {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_dropdown_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.sel_wrap .ui-selectbox-wrap .ui-selectbox-list {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-height: 155px;
    overflow: auto;
    padding: 0;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 2px solid #171A19;
    border-right: 2px solid #171A19;
    border-bottom: 2px solid #171A19;
}
.sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li {
    padding: 12px 20px;
}
.sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: none;
}
.sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li.on, .sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li:hover, .sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li:focus {
    background-color: #D4D6D4;
}
.sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li.on > a, .sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li:hover > a, .sel_wrap .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li:focus > a {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.sel_wrap .ui-selectbox-wrap.up.on .ui-select-button {
    line-height: 48px;
    border-left: 2px solid #171A19;
    border-right: 2px solid #171A19;
    border-bottom: 2px solid #171A19;
    border-top: 1px solid #EAEBEA;
}
.sel_wrap .ui-selectbox-wrap.up .ui-selectbox-list {
    border-left: 2px solid #171A19;
    border-right: 2px solid #171A19;
    border-top: 2px solid #171A19;
    border-bottom: 1px solid transparent;
}

.form_row.input_type {
    padding-right: 154px;
}
.form_row .ico_required {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 4px 2px 0 2px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #00815A;
    vertical-align: top;
}
.form_row .ico_required .blind {
    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 > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.form_row > dl + dl {
    margin-top: 24px;
}
.form_row > dl + dl.chk_top {
    margin-top: 32px;
}
.form_row > dl > dt {
    width: 202px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.form_row > dl > dt.top_line {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-top: 14px;
    vertical-align: top;
}
.form_row > dl > dt.top_line.multi {
    padding-top: 2px;
}
.form_row > dl > dt.rdo_line {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-top: 2px;
    vertical-align: top;
}
.form_row > dl > dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 0;
}
.form_row > dl > dd .rdo_wrap {
    margin-bottom: 8px;
}
.form_row > dl > dd .rdo_wrap + .rdo_wrap {
    margin-left: 34px;
}
.form_row > dl > dd .bullet_list {
    margin-top: 20px;
}

.textarea textarea {
    width: 100%;
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #EAEBEA;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: top;
    resize: none;
}
.textarea textarea::-webkit-input-placeholder {
    color: #9B9E9C;
}
.textarea textarea:-moz-placeholder {
    color: #9B9E9C;
}
.textarea textarea::-moz-placeholder {
    color: #9B9E9C;
}
.textarea textarea:-ms-input-placeholder {
    color: #9B9E9C;
}
.textarea textarea::placeholder {
    color: #9B9E9C;
}

.file_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.file_box .upload_name {
    display: inline-block;
    width: 420px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.file_box label {
    display: inline-block;
    width: 125px;
    height: 52px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #434545;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #434545;
    line-height: 52px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    cursor: pointer;
}
.file_box input[type=file] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.file_box input[name=pfile] {
    border: 0;
}

.row_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
.row_wrap .down_file {
    display: inline-block;
    max-width: 420px;
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.row_wrap .delete {
    min-width: 108px;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 34px;
    margin-left: 24px;
    padding: 7px 20px 7px;
    border: 1px solid #171A19;
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.star_rangking {
    font-size: 0;
}
.star_rangking .point {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_star_rating.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    -moz-background-size: cover;
         background-size: cover;
    background-position: left;
}
.star_rangking .point > 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);
}
.star_rangking .point.p01 {
    width: 20px;
}
.star_rangking .point.p02 {
    width: 40px;
}
.star_rangking .point.p03 {
    width: 60px;
}
.star_rangking .point.p04 {
    width: 80px;
}
.star_rangking .point.p05 {
    width: 100px;
}

.sel_wrap .ui-selectbox-wrap.star {
    width: 211px !important;
}
.sel_wrap .ui-selectbox-wrap.star .ui-select-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
}
.sel_wrap .ui-selectbox-wrap.star.on .ui-select-button {
    height: 49px;
}

/* //폼 */
/* 블렛 정의 */
.bullet.square > li {
    position: relative;
    padding-left: 13px;
    color: #FFFFFF;
}
.bullet.square > li:before {
    width: 5px;
    height: 5px;
    background-color: #FFFFFF;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0;
    right: 0;
}

.bullet_list > li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.bullet_list > li > a {
    color: #171A19;
}
.bullet_list > li > a.t_under {
    color: #434545;
}
.bullet_list > li .bar {
    margin-top: 8px;
}
.bullet_list > li .bar > li {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.bullet_list > li .bar > li:before {
    width: 5px;
    height: 1px;
    background-color: #727573;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0;
    right: 0;
}
.bullet_list > li .bar > li + li {
    margin-top: 4px !important;
}
.bullet_list.dot > li {
    padding-left: 11px;
}
.bullet_list.dot > li:before {
    width: 4px;
    height: 4px;
    background-color: #434545;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.bullet_list.dot > li + li {
    margin-top: 8px;
}
.bullet_list.bar > li {
    padding-left: 10px;
}
.bullet_list.bar > li:before {
    width: 5px;
    height: 1px;
    background-color: #727573;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0;
    right: 0;
}
.bullet_list.star > li {
    padding-left: 10px;
}
.bullet_list.star > li:before {
    content: "*" !important;
    color: #727573;
    content: "";
    position: absolute;
    top: 3px;
    left: -2px;
    bottom: 0;
    right: 0;
}

/* //블렛 정의 */
/* 리스트 내 결과 없음 */
ul > li .no_result {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
ul > li .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* 일반 리스트 내 정보 노출(마우스오버 시 노출) */
.list01 > li {
    position: relative;
    display: inline-block;
}
.list01 > li + li {
    margin-left: 9px;
}
.list01 > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.list01 > li > a::before {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: -moz-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: linear-gradient(192.26deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
}
.list01 > li > a > img {
    width: 100%;
}
.list01 > li > a > dl {
    visibility: hidden;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.list01 > li > a > dl > dt {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list01 > li > a > dl > dd {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list01 > li > a .txt {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list01 > li > a:not(.ui_autoslider_elem):hover::before,
.list01 > li > a:not(.ui_autoslider_elem):hover > dl,
.list01 > li > a:not(.ui_autoslider_elem):hover .txt, .list01 > li > a:not(.ui_autoslider_elem):focus::before,
.list01 > li > a:not(.ui_autoslider_elem):focus > dl,
.list01 > li > a:not(.ui_autoslider_elem):focus .txt {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* 일반 리스트(마우스오버 시 딤노출) */
.list02 > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.list02 > li + li {
    margin-left: 9px;
}
.list02 > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.list02 > li > a::before {
    visibility: hidden;
    opacity: 0;
    height: 351px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: -moz-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: linear-gradient(192.26deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
}
.list02 > li > a:hover::before,
.list02 > li > a:hover > dl,
.list02 > li > a:hover .txt, .list02 > li > a:focus::before,
.list02 > li > a:focus > dl,
.list02 > li > a:focus .txt {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.list02 > li > a > img {
    width: 100%;
}
.list02 > li > a > dl {
    margin-top: 24px;
}
.list02 > li > a > dl > dt {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list02 > li > a > dl > dd .txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list02 > li > a > dl > dd .due {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* 매장안내 리스트 */
.shop_list > ul > li {
    position: relative;
    display: inline-block;
    width: 472px;
    padding: 22px 28px 24px;
    border: 1px solid #EAEBEA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.shop_list > ul > li + li {
    margin-left: 9px;
}
.shop_list > ul > li:nth-child(n+4) {
    margin-top: 12px;
}
.shop_list > ul > li:nth-child(3n+1) {
    margin-left: 0;
}
.shop_list > ul > li .branch_info {
    font-size: 0;
}
.shop_list > ul > li .branch_info .branch {
    font-size: 14px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.shop_list > ul > li .branch_info .floor {
    font-size: 14px;
    font-weight: 700;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.shop_list > ul > li .branch_info > span {
    display: inline-block;
}
.shop_list > ul > li .branch_info > span + span::before {
    content: "";
    display: inline-block;
    margin-top: 5px;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
    vertical-align: top;
    width: 1px;
    height: 10px;
    background-color: #D4D6D4;
}
.shop_list > ul > li .cate {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.shop_list > ul > li .title {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.shop_list > ul > li .add_info {
    margin-top: 8px;
}
.shop_list > ul > li .add_info .seller {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.shop_list > ul > li .add_info .contact {
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.shop_list > ul > li .add_info > span {
    display: inline-block;
}
.shop_list > ul > li .add_info > span + span {
    margin-left: 8px;
}
.shop_list > ul > li .util_btns {
    position: absolute;
    right: 23px;
    bottom: 24px;
}
.shop_list > ul > li .util_btns .link_blank {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_blank_link_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.shop_list > ul > li .util_btns .link_blank > 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);
}
.shop_list > ul > li .util_btns .map,
.shop_list > ul > li .util_btns .btn-brand-map {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_pc_location_24_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.shop_list > ul > li .util_btns .map > span,
.shop_list > ul > li .util_btns .btn-brand-map > 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);
}

/* 행사정보/문화센터/강좌 리스트 */
.list03 > li {
    position: relative;
    display: inline-block;
    width: 351px;
}
.list03 > li + li {
    margin-left: 9px;
}
.list03 > li:nth-child(n+5) {
    margin-top: 48px;
}
.list03 > li:nth-child(4n+1) {
    margin-left: 0;
}
.list03 > li img {
    width: 100%;
}
.list03 > li .branch_info {
    margin-top: 24px;
}
.list03 > li .branch_info .branch {
    font-size: 14px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03 > li .branch_info .state {
    font-size: 14px;
    font-weight: 700;
    color: #ff5473;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03 > li .branch_info .state.dis {
    color: #727573;
}
.list03 > li .branch_info .etc {
    font-size: 14px;
    font-weight: 700;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03 > li .branch_info > span {
    display: inline-block;
}
.list03 > li .branch_info > span + span::before {
    content: "";
    display: inline-block;
    margin-top: 5px;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
    vertical-align: top;
    width: 1px;
    height: 10px;
    background-color: #EAEBEA;
}
.list03 > li > a {
    text-decoration: none;
}
.list03 > li > a > dl {
    margin-top: 8px;
}
.list03 > li > a > dl > dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03 > li > a > dl > dd {
    margin-top: 8px;
}
.list03 > li > a > dl > dd .due {
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03 > li > a > dl > dd .time {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03 > li > a > dl > dd.class_info .info {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
}
.list03 > li > a > dl > dd.class_info .info > span + span::before {
    content: "";
    display: inline-block;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: top;
    width: 1px;
    height: 10px;
    background-color: #EAEBEA;
}
.list03 > li > a > dl > dd.class_info .price {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03 > li > a > dl > dd.class_info .price .won {
    margin-left: 2px;
    vertical-align: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* 추천 상품 리스트 */
.list03.prd_type > li {
    margin-top: 0;
}
.list03.prd_type > li a > dl {
    margin-top: 24px;
}
.list03.prd_type > li a > dl > dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03.prd_type > li a > dl > dd {
    margin-top: 4px;
}
.list03.prd_type > li a > dl > dd .desc {
    font-size: 16px;
    font-weight: 400;
    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: 44px;
}
.list03.prd_type > li a > dl > dd .price {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03.prd_type > li a > dl > dd .price .won {
    font-size: 20px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03.prd_type > li a > dl > dd > del {
    text-decoration: line-through;
}
.list03.prd_type > li a > dl > dd > del.price {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03.prd_type > li a > dl > dd > del.price .origin {
    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);
}
.list03.prd_type > li a > dl > dd > del.price .won {
    font-size: 18px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.list03.prd_type > li a > dl > dd > del + .price {
    margin-top: 0;
}

/* 캐러셀용 */
.slide_wrap .slide_conts .inner_box.list01_box {
    position: relative;
}
.slide_wrap .slide_conts .inner_box.list01_box > a {
    display: block;
    width: 100%;
    height: 100%;
}
.slide_wrap .slide_conts .inner_box.list01_box > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: -moz-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: linear-gradient(192.26deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
}
.slide_wrap .slide_conts .inner_box.list01_box > a > img {
    width: 100%;
}
.slide_wrap .slide_conts .inner_box.list01_box > a > dl {
    visibility: hidden;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.slide_wrap .slide_conts .inner_box.list01_box > a > dl > dt {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list01_box > a > dl > dd {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list01_box > a .txt {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list02_box > a {
    display: block;
    width: 100%;
    height: 100%;
}
.slide_wrap .slide_conts .inner_box.list02_box > a > img {
    width: 100%;
}
.slide_wrap .slide_conts .inner_box.list02_box > a > dl {
    margin-top: 24px;
}
.slide_wrap .slide_conts .inner_box.list02_box > a > dl > dt {
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list02_box > a > dl > dd .txt {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list02_box > a > dl > dd .due {
    margin-top: 12px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a {
    text-decoration: none;
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a img {
    width: 100%;
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl {
    margin-top: 24px;
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd {
    margin-top: 4px;
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd .desc {
    font-size: 16px;
    font-weight: 400;
    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: 44px;
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd .price {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd .price .won {
    font-size: 20px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd > del {
    text-decoration: line-through;
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd > del.price {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd > del.price .origin {
    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);
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd > del.price .won {
    font-size: 18px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.slide_wrap .slide_conts .inner_box.list03_box.prd_type a > dl > dd > del + .price {
    margin-top: 0;
}

/* 플래그 정의 */
.flag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding-bottom: 3px;
    background-color: #171A19;
    z-index: 10;
}
.flag:after {
    content: "";
    position: absolute;
    top: initial;
    left: initial;
    bottom: 0px;
    right: -3px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #171A19;
    z-index: 1;
}
.flag span {
    position: relative;
    display: block;
    margin-left: 3px;
    margin-right: -3px;
    padding: 2px 8px 3px;
    background-color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    z-index: 3;
}

/* //플래그 정의 */
.slide_wrap {
    position: relative;
}
.slide_wrap .indi_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 10;
}
.slide_wrap .indi_wrap .indi_conts {
    font-size: 0;
    text-align: center;
}
.slide_wrap .indi_wrap .indi_conts > li {
    line-height: 0;
    font-size: 0;
}
.slide_wrap .indi_wrap .indi_conts > li .btn_indi > 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);
}
.slide_wrap .indi_wrap .indi_control > 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);
}
.slide_wrap .indi_progress {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    height: 2px;
}
.slide_wrap .indi_progress .track {
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.slide_wrap .indi_progress .track .current {
    display: block;
    height: 2px;
    background-color: rgb(0, 0, 0);
}
.slide_wrap .indi_progress .track .current > i {
    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);
}
.slide_wrap .slide_content .slide_track {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
}
.slide_wrap .slide_content .slide_conts {
    position: relative;
}
.slide_wrap .slide_content .slide_conts.on {
    z-index: 10;
}
.slide_wrap .slide_controls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 1600px;
    z-index: 10;
}
.slide_wrap .slide_controls button {
    position: absolute;
    opacity: 1;
}
.slide_wrap .slide_controls button.prev {
    right: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slide_wrap .slide_controls button.next {
    left: 0;
}
.slide_wrap .slide_controls button > 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);
}
.slide_wrap .slide_controls button.disabled {
    opacity: 0.5;
}

.scroll_wrap {
    position: relative;
}
.scroll_wrap > div {
    overflow: hidden;
}
.scroll_wrap .slide_controls {
    position: absolute;
}
.scroll_wrap .slide_controls button {
    position: absolute;
    opacity: 1;
}
.scroll_wrap .slide_controls button.prev {
    right: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.rolling_wrap .list_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rolling_wrap .list_wrap > ul > li > a {
    display: block;
}
.rolling_wrap .slide_controls {
    position: absolute;
}
.rolling_wrap .slide_controls .btn_arrow.prev {
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_arrow_right_28_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.rolling_wrap .slide_controls .btn_arrow.next {
    margin-left: 12px;
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_arrow_right_28_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.rolling_wrap .slide_controls .btn_arrow > 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);
}

/* 레이어 팝업 정의 */
.lay_pop {
    display: none;
    width: 714px;
    /* size */
}
.lay_pop .lay_wrap {
    position: relative;
    padding: 38px 40px 48px;
    background-color: #FFFFFF;
}
.lay_pop .lay_wrap .lay_tit {
    border-bottom: 2px solid #171A19;
}
.lay_pop .lay_wrap .lay_tit h1 {
    padding-bottom: 16px;
}
.lay_pop .lay_wrap .lay_tit h1 span {
    font-size: 28px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_wrap .lay_conts {
    max-height: 638px;
    overflow: auto;
}
.lay_pop .lay_wrap .lay_conts .alert_phrases {
    margin-top: 24px;
}
.lay_pop .lay_wrap .lay_conts .alert_phrases.solo {
    margin-top: 40px;
}
.lay_pop .lay_wrap .lay_conts .alert_phrases p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.lay_pop .lay_wrap .lay_conts .alert_phrases p.sub {
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_wrap .lay_conts .alert_phrases strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.lay_pop .lay_wrap .lay_conts .alert_phrases dt {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .lay_wrap .lay_conts .alert_phrases dd {
    margin-top: 8px;
}
.lay_pop .lay_wrap .lay_conts .alert_phrases dd > p {
    text-align: left;
}
.lay_pop .lay_wrap.alert {
    width: 440px;
    padding-top: 64px;
}
.lay_pop .lay_wrap.alert .lay_tit {
    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);
}
.lay_pop .lay_wrap.alert .lay_conts > div {
    text-align: center;
}
.lay_pop .lay_wrap.alert .lay_conts > div p {
    padding: 0 0 40px;
}
.lay_pop .lay_wrap .close {
    position: absolute;
    top: 44px;
    right: 40px;
}
.lay_pop .lay_wrap .close button {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/ico_close_32_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.lay_pop .lay_wrap .close button 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);
}
.lay_pop.small {
    width: 472px;
}
.lay_pop.large {
    width: 956px;
    min-height: 750px !important;
}
.lay_pop.large .lay_wrap .lay_tit h1 span {
    font-size: 28px;
}
.lay_pop.large .lay_wrap .close button {
    width: 32px;
    height: 32px;
}
.lay_pop.xlarge {
    width: 1110px;
}
.lay_pop.xlarge .lay_wrap .close button {
    width: 32px;
    height: 32px;
}

/* PGR 팝업 */
.lay_pop .cmd_wrap {
    margin-top: 24px;
}
.lay_pop .cmd_wrap.type02 {
    margin-top: 40px;
}
.lay_pop .cmd_wrap .title01 {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .cmd_wrap .title_desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .cmd_wrap .bullet_list {
    margin-top: 8px;
}
.lay_pop .cmd_wrap .title_info {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.lay_pop .cmd_wrap .btn_wrap {
    margin-top: 40px;
    font-size: 0;
    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;
}
.lay_pop .cmd_wrap .btn_wrap.ty02 {
    margin-top: 56px;
}
.lay_pop .cmd_wrap .btn_wrap .btn {
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    height: 60px;
    text-align: center;
}
.lay_pop .cmd_wrap .btn_wrap .btn > span {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 58px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .cmd_wrap .btn_wrap .btn.border {
    border: 2px solid #171A19;
}
.lay_pop .cmd_wrap .btn_wrap .btn.border > span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 58px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .cmd_wrap .btn_wrap .btn + .btn {
    margin-left: 8px;
}
.lay_pop .cmd_wrap .btn_wrap.solo .btn {
    width: 270px !important;
    margin: 0 auto;
}

/* //PGR 팝업 */
/* 윈도우팝업 */
.lay_pop.window {
    display: block;
    width: 100%;
}
.lay_pop.window .btn_wrap {
    margin-top: 100px;
}

/* //레이어 팝업 정의 */
/* 레이어 팝업 정의 */
.win_pop {
    width: 100%;
}
.win_pop .win_wrap {
    position: relative;
    padding: 32px 40px 48px;
    background-color: #FFFFFF;
}
.win_pop .win_wrap .win_tit {
    border-bottom: 2px solid #171A19;
}
.win_pop .win_wrap .win_tit h1 {
    padding-bottom: 16px;
}
.win_pop .win_wrap .win_tit h1 span {
    font-size: 28px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.win_pop .win_wrap .win_conts .sup {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.win_pop .win_wrap .win_conts .sup + .id_pw_find_section {
    margin-top: 40px;
}
.win_pop .win_wrap .close {
    position: absolute;
    top: 37px;
    right: 40px;
}
.win_pop .win_wrap .close button {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/ico_close_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.win_pop .win_wrap .close button 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);
}

/* //레이어 팝업 정의 */
/* GNB 정의 */
#head {
    position: fixed;
    z-index: 55;
    top: 32px;
    left: 0;
    right: 0;
    width: 1440px;
    height: 70px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
#head .header_wrap {
    margin: 0 auto;
    width: 1440px;
    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;
}
#head .header_wrap > div {
    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;
}
#head .header_wrap > div .logo {
    position: relative;
    margin-top: 5px;
}
#head .header_wrap > div .logo h1 {
    display: inline-block;
    margin-left: 32px;
    width: 139px;
    height: 22px;
    background-image: url("../../images/webhome2/logo.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .logo h1 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);
}
#head .header_wrap > div .logo h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
#head .header_wrap > div .logo button {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/btn_gnb_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .logo button 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);
}
#head .header_wrap > div .logo .brand_gate {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    z-index: 5;
    top: 46px;
    left: 0;
    width: 231px;
    padding: 12px 0 20px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    overflow: hidden;
}
#head .header_wrap > div .logo .brand_gate ul {
    width: 100%;
}
#head .header_wrap > div .logo .brand_gate ul li {
    padding-top: 16px;
    padding-left: 51px;
    padding-bottom: 16px;
}
#head .header_wrap > div .logo .brand_gate ul li:first-child {
    padding-top: 0;
}
#head .header_wrap > div .logo .brand_gate ul li:first-child a:before {
    background-image: url("../../images/webhome2/logo_hdd_gate_logo_36.png");
}
#head .header_wrap > div .logo .brand_gate ul li + li {
    border-top: 1px solid #EAEBEA;
}
#head .header_wrap > div .logo .brand_gate ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: none;
}
#head .header_wrap > div .logo .brand_gate ul li a::before {
    content: "";
    display: inline-block;
    margin-top: -4px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 36px;
    height: 36px;
    background-image: url("../../images/webhome2/logo_hdc_gate_logo_36.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .logo.on button {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
#head .header_wrap > div .logo.on .brand_gate {
    visibility: visible;
    opacity: 1;
    height: 105px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#head .header_wrap > div .main {
    margin-left: 16px;
}
#head .header_wrap > div .main 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);
}
#head .header_wrap > div .main > ul {
    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;
    height: 70px;
}
#head .header_wrap > div .main > ul > li {
    display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
}
#head .header_wrap > div .main > ul > li > a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li > a:hover {
    text-decoration: none;
    font-weight: bold;
}
#head .header_wrap > div .main > ul > li > a:hover:after {
    content: "";
    position: absolute;
    top: initial;
    left: 0;
    bottom: -6px;
    right: initial;
    width: 100%;
    height: 2px;
    background-color: #171A19;
}
#head .header_wrap > div .main > ul > li.on > a {
    font-weight: bold;
}
#head .header_wrap > div .main > ul > li.on > a:after {
    content: "";
    position: absolute;
    top: initial;
    left: 0;
    bottom: -6px;
    right: initial;
    width: 100%;
    height: 2px;
    background-color: #171A19;
}
#head .header_wrap > div .main > ul > li.on .sub {
    display: block;
}
#head .header_wrap > div .main > ul > li nav.sub {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 1344px;
    margin-left: -720px;
    padding: 40px 0 64px;
    background-color: #FFFFFF;
}
#head .header_wrap > div .main > ul > li nav.sub > div {
    display: inline-block;
    width: 220px;
    margin-left: 56px;
}
#head .header_wrap > div .main > ul > li nav.sub > div p {
    font-size: 32px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li nav.sub > div p 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);
}
#head .header_wrap > div .main > ul > li nav.sub > ul {
    display: inline-block;
    margin-top: 9px;
    vertical-align: top;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li:first-child {
    margin-left: 32px;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > a:after {
    content: "";
    display: inline-block;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_arrow_right_14.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > ul {
    margin-top: 20px;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > ul > li {
    margin-bottom: 12px;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > ul > li > a.link:after {
    content: "";
    display: inline-block;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 2px;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_pc_link_16_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .main > ul > li nav.sub > ul > li > ul > li > a.dis {
    pointer-events: none;
    font-size: 14px;
    font-weight: 400;
    color: #D4D6D4;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li nav.sub .event_sec {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 284px;
    text-align: right;
}
#head .header_wrap > div .main > ul > li nav.sub .event_sec > a img {
    width: 284px;
    height: 240px;
}
#head .header_wrap > div .main > ul > li div.sub {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 1344px;
    margin-left: -720px;
    padding: 40px 0 64px;
    background-color: #FFFFFF;
}
#head .header_wrap > div .main > ul > li div.sub > div {
    display: inline-block;
    width: 220px;
    margin-left: 56px;
}
#head .header_wrap > div .main > ul > li div.sub > div p {
    font-size: 32px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li div.sub > div p 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);
}
#head .header_wrap > div .main > ul > li div.sub > ul {
    display: inline-block;
    margin-top: 9px;
    vertical-align: top;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li:first-child {
    margin-left: 32px;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .name span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .name a {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .name a:after {
    content: "";
    display: inline-block;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_arrow_right_14.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .navigations > ul {
    margin-top: 20px;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .navigations > ul > li {
    margin-bottom: 12px;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .navigations > ul > li:last-child {
    margin-bottom: 0;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .navigations > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .navigations > ul > li > a.link:after {
    content: "";
    display: inline-block;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 2px;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_pc_link_16_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .main > ul > li div.sub > ul > li .navigations > ul > li > a.dis {
    pointer-events: none;
    font-size: 14px;
    font-weight: 400;
    color: #D4D6D4;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .main > ul > li div.sub .event_sec {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 284px;
    text-align: right;
}
#head .header_wrap > div .main > ul > li div.sub .event_sec > a img {
    width: 284px;
    height: 240px;
}
#head .header_wrap > div .member_service 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);
}
#head .header_wrap > div .member_service ul li {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
}
#head .header_wrap > div .member_service ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: none;
}
#head .header_wrap > div .member_service ul li .sub {
    display: none;
}
#head .header_wrap > div .lang_choice {
    position: relative;
    padding-right: 20px;
}
#head .header_wrap > div .lang_choice > a {
    display: block;
    width: 40px;
    height: 24px;
    width: 40px;
    height: 24px;
    background-image: url("../../images/webhome2/btn_lang.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .lang_choice > a 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);
}
#head .header_wrap > div .lang_choice.on > a {
    -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
#head .header_wrap > div .lang_choice .lang_list {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: -12px;
    padding: 12px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    overflow: hidden;
}
#head .header_wrap > div .lang_choice .lang_list ul {
    width: 100%;
}
#head .header_wrap > div .lang_choice .lang_list ul li + li {
    padding-top: 16px;
}
#head .header_wrap > div .lang_choice .lang_list ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: none;
}
#head .header_wrap > div .lang_choice.on .lang_list {
    visibility: visible;
    opacity: 1;
    height: 94px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#head .header_wrap > div .brand_search > a {
    width: 190px;
    height: 70px;
    background-color: #171A19;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#head .header_wrap > div .brand_search > a:after {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 6px;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_gnb_search_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .brand_search > a span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .brand_search > a:hover, #head .header_wrap > div .brand_search > a:focus {
    background-color: #00815A;
}
#head .header_wrap > div .brand_search.on .search_wrap {
    display: block;
}
#head .header_wrap > div .brand_search.on .search_wrap + .dim {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
}
#head .header_wrap > div .brand_search .search_wrap {
    display: none;
    position: fixed;
    z-index: 53;
    top: 0;
    left: 0;
    right: 0;
    height: 296px;
    padding-top: 88px;
    background-color: #FFFFFF;
}
#head .header_wrap > div .brand_search .search_wrap .condition {
    margin: 0 auto;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap,
#head .header_wrap > div .brand_search .search_wrap .condition form {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel {
    margin-right: 8px;
    height: 74px;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap {
    position: relative;
    width: 100% !important;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap.on .ui-select-button,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap.on .ui-select-button {
    position: relative;
    padding: 21px 22px 22px;
    border-left: 2px solid #171A19;
    border-right: 2px solid #171A19;
    border-top: 2px solid #171A19;
    border-bottom: none;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap.on .ui-select-button::after,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap.on .ui-select-button::after {
    content: "";
    position: absolute;
    top: initial;
    left: 0;
    bottom: -1px;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #eaebea;
    height: 1px;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap.on .ui-select-button .ico,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap.on .ui-select-button .ico {
    top: 23px;
    right: 22px;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_dropdown_up_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-select-button,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-select-button {
    display: block;
    width: 255px;
    padding: 22px 23px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #FFFFFF;
    border: 1px solid #eaebea;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-select-button .ico,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-select-button .ico {
    position: absolute;
    top: 25px;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_dropdown_24.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-select-button .ui-select-text,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-select-button .ui-select-text {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-select-button .hide,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-select-button .hide {
    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);
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-selectbox-list,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-selectbox-list {
    position: relative;
    max-height: 116px;
    overflow: auto;
    padding: 20px 24px;
    background-color: #FFFFFF;
    border-left: 2px solid #171A19;
    border-right: 2px solid #171A19;
    border-bottom: 2px solid #171A19;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li > a,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li > a {
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li.on > a,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li.on > a {
    font-size: 18px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .sel .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li + li,
#head .header_wrap > div .brand_search .search_wrap .condition form .sel .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea-ul > li + li {
    margin-top: 12px;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input,
#head .header_wrap > div .brand_search .search_wrap .condition form .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input input[type=text],
#head .header_wrap > div .brand_search .search_wrap .condition form .input input[type=text] {
    width: 565px;
    height: 74px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input input[type=text]:focus, #head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input input[type=text]:active, #head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input input[type=text]:visited,
#head .header_wrap > div .brand_search .search_wrap .condition form .input input[type=text]:focus,
#head .header_wrap > div .brand_search .search_wrap .condition form .input input[type=text]:active,
#head .header_wrap > div .brand_search .search_wrap .condition form .input input[type=text]:visited {
    outline: none;
    border: 2px solid #171A19;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input input[type=text]:valid + .auto_complete,
#head .header_wrap > div .brand_search .search_wrap .condition form .input input[type=text]:valid + .auto_complete {
    display: block;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input button,
#head .header_wrap > div .brand_search .search_wrap .condition form .input button {
    position: relative;
    width: 74px;
    height: 74px;
    background-color: #171A19;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input button span,
#head .header_wrap > div .brand_search .search_wrap .condition form .input button 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);
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input button:before,
#head .header_wrap > div .brand_search .search_wrap .condition form .input button:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/ico_search_32_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input .auto_complete,
#head .header_wrap > div .brand_search .search_wrap .condition form .input .auto_complete {
    display: none;
    position: absolute;
    top: 74px;
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    background-color: #FFFFFF;
    border: 2px solid #171A19;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input .auto_complete > ul,
#head .header_wrap > div .brand_search .search_wrap .condition form .input .auto_complete > ul {
    max-height: 105px;
    overflow: auto;
    padding: 24px 4px 24px 24px;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input .auto_complete > ul > li > a,
#head .header_wrap > div .brand_search .search_wrap .condition form .input .auto_complete > ul > li > a {
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input .auto_complete > ul > li > a.on,
#head .header_wrap > div .brand_search .search_wrap .condition form .input .auto_complete > ul > li > a.on {
    color: #00815A;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input .auto_complete > ul > li > a > strong,
#head .header_wrap > div .brand_search .search_wrap .condition form .input .auto_complete > ul > li > a > strong {
    color: #00815A;
}
#head .header_wrap > div .brand_search .search_wrap .condition .input_wrap .input .auto_complete > ul > li + li,
#head .header_wrap > div .brand_search .search_wrap .condition form .input .auto_complete > ul > li + li {
    margin-top: 8px;
}
#head .header_wrap > div .brand_search .search_wrap .keyword {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 72px;
}
#head .header_wrap > div .brand_search .search_wrap .keyword > dl dt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
}
#head .header_wrap > div .brand_search .search_wrap .keyword > dl dd ul li {
    display: inline-block;
}
#head .header_wrap > div .brand_search .search_wrap .keyword > dl dd ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#head .header_wrap > div .brand_search .search_wrap .keyword > dl dd ul li + li {
    margin-left: 24px;
}
#head .header_wrap > div .brand_search .search_wrap .close {
    position: fixed;
    top: 40px;
    left: -webkit-calc(50% + 600px);
    left: -moz-calc(50% + 600px);
    left: calc(50% + 600px);
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/ico_close_32_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#head .header_wrap > div .brand_search .search_wrap .close > 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);
}
#head + .dim {
    display: none;
    position: fixed;
    z-index: 52;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
}
#head.sub {
    top: 0;
    width: 100%;
}
#head.sub .header_wrap {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    min-width: 1440px;
}
#head.sub .header_wrap > div .logo h1 {
    margin-left: 0;
}
#head.sub .header_wrap > div .main > ul > li .sub {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    min-width: 1440px;
    margin-left: -webkit-calc(max(1440px, 100% - 480px) / -2);
    margin-left: -moz-calc(max(1440px, 100% - 480px) / -2);
    margin-left: calc(max(1440px, 100% - 480px) / -2);
}
#head.sub .header_wrap > div .main > ul > li .sub > div {
    margin-left: 32px;
}
#head.sub .header_wrap > div .main > ul > li .sub .event_sec {
    right: 0;
}

/* //GNB 정의 */
/* 푸터 정의 */
footer {
    background-color: #171A19;
    height: 538px;
}
footer.main {
    margin-top: 0;
}
footer .footer_wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1440px;
    margin: 0 auto;
    padding-top: 80px;
}
footer .footer_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 538px;
    background-color: #171A19;
    z-index: -1;
}
footer .footer_wrap .logo {
    position: relative;
    width: 363px;
}
footer .footer_wrap .logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 206px;
    height: 24px;
    background-image: url("../../images/webhome2/logo_footer.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
footer .footer_wrap .logo 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);
}
footer .footer_wrap .conts {
    position: relative;
    width: 1077px;
}
footer .footer_wrap .conts > 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);
}
footer .footer_wrap .conts .related_site {
    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;
}
footer .footer_wrap .conts .related_site ul li {
    display: inline-block;
    margin-left: 56px;
}
footer .footer_wrap .conts .related_site ul li:first-child {
    margin-left: 0;
}
footer .footer_wrap .conts .related_site ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: none;
}
footer .footer_wrap .conts .related_site ul li a:hover {
    text-decoration: underline;
}
footer .footer_wrap .conts .related_site .family_site {
    position: relative;
    margin: -13px 0;
}
footer .footer_wrap .conts .related_site .family_site > h2 {
    width: 160px;
}
footer .footer_wrap .conts .related_site .family_site > h2 a {
    display: block;
    width: 100%;
    padding: 11px 48px 11px 16px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #171A19;
    font-size: 16px;
    font-weight: 700;
    color: #D4D6D4;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .related_site .family_site > h2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_arrow_down_24_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
footer .footer_wrap .conts .related_site .family_site > ul {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 331px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #171A19;
}
footer .footer_wrap .conts .related_site .family_site > ul li {
    display: block;
    margin: 0;
}
footer .footer_wrap .conts .related_site .family_site > ul li a {
    display: block;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 400;
    color: #D4D6D4;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .related_site .family_site > ul li a:hover {
    color: #FFFFFF;
}
footer .footer_wrap .conts .related_site .family_site.on > h2 a {
    border-color: #434545;
}
footer .footer_wrap .conts .related_site .family_site.on > h2 a::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
footer .footer_wrap .conts .related_site .family_site.on > ul {
    display: block;
    border: 1px solid #434545;
}
footer .footer_wrap .conts .ref_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-shrink: initial;
        -ms-flex-negative: initial;
            flex-shrink: initial;
    margin-top: 48px;
}
footer .footer_wrap .conts .ref_link div {
    margin-right: 80px;
}
footer .footer_wrap .conts .ref_link div h2 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .ref_link div h2 a {
    color: #9B9E9C;
}
footer .footer_wrap .conts .ref_link div ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: none;
}
footer .footer_wrap .conts .ref_link div ul li + li {
    margin-top: 16px;
}
footer .footer_wrap .conts .ref_link div .bold {
    font-weight: 700;
}
footer .footer_wrap .conts .ref_link div .white {
    color: #FFFFFF;
}
footer .footer_wrap .conts .ref_link div.sub 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;
    width: 224px;
}
footer .footer_wrap .conts .ref_link div.sub ul li {
    width: 50%;
    margin-top: 0;
}
footer .footer_wrap .conts .ref_link div.sub ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 24px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .ref_link div.sub ul li:nth-child(n+3) {
    margin-top: 16px;
}
footer .footer_wrap .conts .site_info {
    margin-top: 68px;
}
footer .footer_wrap .conts .site_info 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);
}
footer .footer_wrap .conts .site_info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 760px;
}
footer .footer_wrap .conts .site_info ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .site_info ul li + li {
    position: relative;
    margin-left: 8px;
    padding-left: 9px;
}
footer .footer_wrap .conts .site_info ul li + li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 10px;
    background: #727573;
}
footer .footer_wrap .conts .site_info ul li + li.break {
    margin-left: 0;
    padding-left: 0;
}
footer .footer_wrap .conts .site_info ul li + li.break::after {
    display: none;
}
footer .footer_wrap .conts .site_info ul li + li.break, footer .footer_wrap .conts .site_info ul li + li.break ~ li {
    margin-top: 6px;
}
footer .footer_wrap .conts .site_info ul li a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .site_info ul li a:hover {
    text-decoration: underline;
}
footer .footer_wrap .conts .site_info .copyright {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .quality_certification {
    position: absolute;
    bottom: 0;
    right: 0;
}
footer .footer_wrap .conts .quality_certification > 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);
}
footer .footer_wrap .conts .quality_certification > ul > li {
    display: inline-block;
}
footer .footer_wrap .conts .quality_certification > ul > li a {
    display: block;
}
footer .footer_wrap .conts .quality_certification > ul > li a > img {
    height: 40px;
}
footer .footer_wrap .conts .quality_certification > ul > li + li {
    margin-left: 12px;
}
footer .footer_wrap .conts .quality_certification > ul > li:last-child {
    margin-left: 0;
}
footer .footer_wrap .conts .sel_language {
    position: absolute;
    right: 0;
    bottom: 68px;
    width: 105px;
}
footer .footer_wrap .conts .sel_language > h2 a {
    display: block;
    width: 100%;
    padding: 11px 36px 11px 14px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #171A19;
    font-size: 14px;
    font-weight: 400;
    color: #D4D6D4;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .sel_language > h2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-image: url("https://www.ehyundai.com/images/webhome2/ico_arrow_down_16_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
footer .footer_wrap .conts .sel_language > ul {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 331px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #171A19;
}
footer .footer_wrap .conts .sel_language > ul li {
    display: block;
    margin: 0;
}
footer .footer_wrap .conts .sel_language > ul li a {
    display: block;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 400;
    color: #D4D6D4;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
footer .footer_wrap .conts .sel_language > ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
footer .footer_wrap .conts .sel_language.on > h2 a {
    border-color: #434545;
}
footer .footer_wrap .conts .sel_language.on > h2 a::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
footer .footer_wrap .conts .sel_language.on > ul {
    display: block;
    border: 1px solid #434545;
}

/* //푸터 정의 */
.floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 50;
}
.floating .chat {
    margin-bottom: 12px;
}
.floating .top {
    text-align: right;
}
.floating .top a {
    display: inline-block;
    width: 72px;
    height: 72px;
    width: 72px;
    height: 72px;
    background-image: url("../../images/webhome2/ico_top_72_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.floating .top a 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);
}
.floating .chat_message {
    width: 70px;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    overflow: hidden;
    height: 70px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    cursor: pointer;
}
.floating .chat_message.active {
    width: 400px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
.floating .chat_message a:hover {
    text-decoration: none;
}
.floating .chat_message .chat_open_wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 80px;
    background-color: #fff;
}
.floating .chat_message .chat_open_btn {
    width: 70px;
    height: 70px;
    background: url("../../images/webhome/outlets/layout/chatbot_off.png") no-repeat;
    -moz-background-size: 70px 70px;
         background-size: 70px 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.floating .chat_message .chat_close_btn {
    display: none;
    width: 25px;
    height: 25px;
    background: url("../../images/webhome/outlets/layout/chatbot_close.png") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    font-size: 0;
    margin-left: 30px;
    position: absolute;
    right: 0;
}
.floating .chat_message.active .chat_close_btn {
    display: block;
}
.floating .chat_message .chat_btn_txt_wrap {
    width: 305px;
}
.floating .chat_message .chat_btn_txt_wrap .chat_btn_txt {
    display: none;
    font-size: 18px;
    color: #222;
    z-index: -2;
    padding-right: 30px;
    height: 70px;
    line-height: 70px;
}
.floating .chat_message .chat_btn_txt_wrap .chat_btn_txt.on {
    display: inline-block !important;
    height: 70px;
}

input::-webkit-input-placeholder {
    color: #9B9E9C;
}

input:-moz-placeholder {
    color: #9B9E9C;
}

input::-moz-placeholder {
    color: #9B9E9C;
}

input:-ms-input-placeholder {
    color: #9B9E9C;
}

input::placeholder {
    color: #9B9E9C;
}

.paging_wrap {
    text-align: center;
}
.paging_wrap .blind {
    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);
}
.paging_wrap .paging_inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding: 0 68px;
}
.paging_wrap .paging_inner [class^=ctrl_] {
    overflow: hidden;
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
}
.paging_wrap .paging_inner .ctrl_front {
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url("../../images/webhome2/ico_paging_front_18.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.paging_wrap .paging_inner .ctrl_prev {
    left: 26px;
    width: 18px;
    height: 18px;
    background-image: url("../../images/webhome2/ico_paging_prev_18.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.paging_wrap .paging_inner .ctrl_next {
    right: 26px;
    width: 18px;
    height: 18px;
    background-image: url("../../images/webhome2/ico_paging_next_18.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.paging_wrap .paging_inner .ctrl_end {
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url("../../images/webhome2/ico_paging_end_18.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.paging_wrap .paging_inner > span:not([class^=ctrl_]),
.paging_wrap .paging_inner > a:not([class^=ctrl_]) {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 18px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.paging_wrap .paging_inner > span:not([class^=ctrl_]).on {
    color: #171A19;
    text-decoration: underline;
}
.paging_wrap .paging_inner > *:not([class^=ctrl_]) + *:not([class^=ctrl_]) {
    margin-left: 8px;
}

/* 개발 요청 페이징 */
.paging {
    text-align: center;
}
.paging > a,
.paging > strong {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.paging > a.first, .paging > a.prev, .paging > a.next, .paging > a.last {
    background-color: #FFFFFF;
}
.paging > a.prev {
    margin-right: 22px;
}
.paging > a.prev + * {
    margin-left: 0;
}
.paging > a.next {
    margin-left: 22px;
}
.paging > strong.on {
    color: #171A19;
    text-decoration: underline;
}
.paging > * + * {
    margin-left: 5px;
}

/* //개발 요청 페이징 */
/* 기본 */
.ui-calendar-container {
    width: 288px;
}
.ui-calendar-container .ui-select-day {
    padding: 24px;
    -webkit-box-shadow: 0px 4px 8px rgba(41, 51, 49, 0.3);
       -moz-box-shadow: 0px 4px 8px rgba(41, 51, 49, 0.3);
            box-shadow: 0px 4px 8px rgba(41, 51, 49, 0.3);
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second {
    position: relative;
    padding: 0 20px;
    text-align: center;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now em {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now span {
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select {
    display: inline-block;
    margin-right: 10px;
    margin-left: -15px;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap {
    display: inline-block;
    position: relative;
    /* 230214 잔여업무리스트 16 수정 (공통수정사항) */
    /* //230214 잔여업무리스트 16 수정 (공통수정사항) */
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap + em {
    margin-left: 8px;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap .ui-selectbox-view .ui-select-button {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap .ui-selectbox-view .ui-select-button .hide {
    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);
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap .ui-selectbox-view .ui-select-button .ico {
    position: absolute;
    top: 2px;
    right: -4px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_dropdown_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap .ui-selectbox-list {
    position: absolute;
    top: 30px;
    left: 0;
    width: 79px;
    padding: 12px 18px;
    background-color: #FFFFFF;
    border: 1px solid #EAEBEA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea .ui-select-scrollarea-ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: none;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap .ui-selectbox-list .ui-select-scrollarea .ui-select-scrollarea-ul li + li {
    margin-top: 8px;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now .ui-year-select .ui-selectbox-wrap.on .ico {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-now > * {
    display: inline-block;
    vertical-align: middle;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-prev,
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_arrow_right_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    font-size: 0;
    line-height: 0;
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.ui-calendar-container .ui-select-day .ui-calendar-header-second .ui-calendar-next {
    right: 0;
}
.ui-calendar-container .ui-select-day .ui-calendar-date {
    margin: 10px -6px 0;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table th, .ui-calendar-container .ui-select-day .ui-calendar-date table td {
    text-align: center;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table th {
    padding: 5px 6px;
    font-size: 12px;
    font-weight: 700;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.ui-calendar-container .ui-select-day .ui-calendar-date table td {
    padding: 5px 6px;
    font-size: 12px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.ui-calendar-container .ui-select-day .ui-calendar-date table td .ui-calendar-day,
.ui-calendar-container .ui-select-day .ui-calendar-date table td .ui-calendar-extend {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table .ui-calendar-active button.ui-calendar-day {
    background: #00815A;
    color: #FFFFFF;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table .ui-calendar-holiday .ui-calendar-day {
    background: #171A19;
    color: #FFFFFF;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table .ui-calendar-extend .ui-calendar-day {
    background: #F5DCEA;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table .ui-calendar-today .ui-calendar-day {
    background: #FFFFFF;
    color: #171A19;
    border: 1px solid #00815A;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table .ui-calendar-today.ui-calendar-holiday .ui-calendar-day {
    background: #171A19;
    color: #FFFFFF;
}
.ui-calendar-container .ui-select-day .ui-calendar-date table .ui-calendar-today.ui-calendar-extend .ui-calendar-day {
    background: #F5DCEA;
}

/* 지점안내 특화 */
.ui_store_calendar .ui-calendar-container {
    width: 100%;
}
.ui_store_calendar .ui-calendar-container .ui-select-day {
    padding-bottom: 10px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/* 인풋 폼용 */
.calendar_wrap {
    font-size: 0;
}
.calendar_wrap * {
    vertical-align: top;
}
.calendar_wrap .input_c {
    display: inline-block;
}
.calendar_wrap .input_c .input_wrap input {
    display: inline-block;
    width: 180px;
    height: 44px;
}
.calendar_wrap .input_c .input_wrap .input_cal {
    display: inline-block;
    margin: 11px 0 0 9px;
    margin-left: 9px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_calendar_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    vertical-align: middle;
}
.calendar_wrap .input_c .input_wrap .input_cal > 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);
}
.calendar_wrap .wave {
    display: inline-block;
    margin: 0 6px 0 17px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.calendar_wrap .sel_wrap {
    display: inline-block;
    margin-left: 10px;
}
.calendar_wrap .sel_wrap .ui-selectbox-wrap.on .ui-select-button {
    line-height: 40px;
}
.calendar_wrap .sel_wrap .ui-selectbox-wrap.on .ui-select-button .ui-select-text {
    margin: -2px 0 0 0;
}
.calendar_wrap .sel_wrap .ui-selectbox-wrap .ui-select-button {
    line-height: 42px;
}
.calendar_wrap .sel_wrap .ui-selectbox-wrap .ui-select-button .ico {
    top: 14px;
}
.calendar_wrap .sel_wrap + .input_c {
    margin-left: 8px;
}
.calendar_wrap .btn {
    margin-left: 7px;
}
.calendar_wrap .btn.black {
    height: 44px;
    padding: 11px 20px 12px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #171A19;
    line-height: 22px;
}
.calendar_wrap .btn.black > span {
    display: inline-block;
    min-width: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* 간격용 클래스 */
.mt32 {
    margin-top: 32px;
}

/* 약관 */
.policy_wrap + .policy_wrap {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px solid #EAEBEA;
}
.policy_wrap .footer > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
       -moz-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
.policy_wrap .footer > div + div {
    margin-top: 40px;
}
.policy_wrap .footer > div > p + p {
    margin-top: 0;
}
.policy_wrap .footer > div > p:nth-child(2) {
    width: 238px;
    text-align: right;
}
.policy_wrap .footer > div > p:nth-child(3) {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-left: 32px;
}
.policy_wrap .footer.line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin-bottom: 40px;
}
.policy_wrap .footer.line > span {
    width: 10%;
    text-align: center;
}
.policy_wrap .footer.line > span:first-child {
    width: 17%;
}
.policy_wrap h1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap ol > li + li {
    margin-top: 8px;
}
.policy_wrap ol > li > ol > li {
    margin-top: 0;
}
.policy_wrap h3.title:not(:first-child) {
    margin-top: 100px;
}
.policy_wrap h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap h4:not(:first-child) {
    margin-top: 56px;
}
.policy_wrap h5 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap h5.fw_n {
    font-weight: normal;
}
.policy_wrap .tit {
    display: block;
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap p, .policy_wrap li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap p + ol {
    padding: 4px 0 0 22px;
}
.policy_wrap p + ul {
    margin: 12px 0;
}
.policy_wrap p + p {
    margin-top: 4px;
}
.policy_wrap p + .btn_link {
    display: inline-block;
    margin-top: 4px;
}
.policy_wrap .solo_txt {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap .solo_txt.foot {
    margin-top: 40px;
}
.policy_wrap .solo_txt.date {
    margin-bottom: 40px;
    text-align: center;
}
.policy_wrap .img_policy {
    margin-top: 12px;
}
.policy_wrap .img_policy + .step_dl {
    margin-top: 32px;
}
.policy_wrap .step_dl dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.policy_wrap .step_dl dl dt {
    width: 69px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap .step_dl dl dd {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap .step_dl dl + dl {
    margin-top: 12px;
}
.policy_wrap .solo li {
    margin-top: 0 !important;
}
.policy_wrap .tab_wrap .tabs li {
    margin-top: 0;
}
.policy_wrap li:not(:first-child) {
    margin-top: 4px;
}
.policy_wrap li > ol, .policy_wrap li ul {
    padding: 4px 0 0 22px;
}
.policy_wrap li > ol > li, .policy_wrap li ul > li {
    margin-top: 0 !important;
}
.policy_wrap .bullet_list {
    margin-top: 56px;
}
.policy_wrap .txt_desc {
    margin-top: 20px;
}
.policy_wrap .txt_desc + .txt_desc {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap .cnt01 {
    margin-top: 40px;
}
.policy_wrap .cnt12 {
    margin-top: 12px;
}
.policy_wrap .cnt70 {
    margin-top: 70px;
}
.policy_wrap + .btn_wrap {
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid #EAEBEA;
    text-align: right;
}
.policy_wrap .focus_box {
    padding: 26px;
    border: 1px solid #EAEBEA;
}
.policy_wrap .focus_box > li + li {
    margin-top: 12px;
}
.policy_wrap .focus_box label {
    padding-left: 34px;
}
.policy_wrap strong.no_tit {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* //약관 */
/* 약관2 */
.policy_wrap01 {
    padding-top: 24px;
}
.policy_wrap01 .tit_div + .tit_div {
    margin-top: 56px;
}
.policy_wrap01 .tit_div h2 {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01 .tit_div h2 + p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01 .tit_div > ol {
    margin-top: 40px;
}
.policy_wrap01 .tit_div > ol > li {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01 .tit_div > ol > li > ol {
    margin-top: 12px;
}
.policy_wrap01 .tit_div > ol > li > ol > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01 .tit_div > ol > li .input_wrap {
    margin-top: 16px;
}
.policy_wrap01 .tit_div > ol > li + li {
    margin-top: 48px;
}
.policy_wrap01 .tit_div > ol > li > p {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div h2.s_tit {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div h3.s_tit {
    margin-top: 48px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div h4.s_tit {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div h4.s_tit.solo {
    margin-top: 48px;
    margin-bottom: 16px;
}
.policy_wrap01.accordian .tit_div + .tit_div {
    margin-top: 64px;
}
.policy_wrap01.accordian .tit_div + .bullet_list {
    margin-top: 48px;
}
.policy_wrap01.accordian .tit_div .ui_accordion > ul > li + li {
    margin-top: 64px;
}
.policy_wrap01.accordian .tit_div .ui_accordion > ul > li + li.mt48 {
    margin-top: 48px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .head > a {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div .ui_accordion .head > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: initial;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_accordion_arrow_20_active.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.policy_wrap01.accordian .tit_div .ui_accordion .on .head > a {
    border: none;
}
.policy_wrap01.accordian .tit_div .ui_accordion .on .head > a:after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.policy_wrap01.accordian .tit_div .ui_accordion .sub_rdo .chk_wrap {
    margin-right: 20px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .sub_rdo .chk_wrap > label > span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div .ui_accordion .sub_rdo .chk_wrap.sm {
    margin-right: 16px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .sub_rdo .chk_wrap.sm > label > span {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms {
    padding: 28px;
    margin-top: 12px;
    margin-bottom: 24px;
    border-top: 1px solid #EAEBEA;
    border-bottom: 1px solid #EAEBEA;
    background-color: #F7FAF9;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms > p {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms > p + p {
    margin-top: 16px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms .table_wrap + .bullet_list {
    margin-top: 20px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms .bullet_list {
    margin-top: 8px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms .bullet_list > li {
    color: #727573;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms + .input_wrap {
    margin-top: 24px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms > dl > dt {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms > dl > dd {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms > dl > dd > p {
    margin-bottom: 20px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms > dl > dd > ol > li + li {
    margin-top: 20px;
}
.policy_wrap01.accordian .tit_div .ui_accordion .ui_accord_content .d_terms > dl + dl {
    margin-top: 40px;
}

/* //약관2 */
.wrap_policy03 h6.big01 {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-bottom: 24px;
    margin-top: 64px;
}
.wrap_policy03 h6.big01:first-child {
    margin-top: 0;
}
.wrap_policy03 p.tspace02 {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-bottom: 16px;
}
.wrap_policy03 p.tspace02 + ul {
    margin-bottom: 24px;
}
.wrap_policy03 p.tspace02 + ul li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 8px;
}
.wrap_policy03 p.tspace02 + ul li:first-child {
    margin-top: 0;
}
.wrap_policy03 p.tspace02 + ul li > ul {
    margin-top: 4px;
}
.wrap_policy03 p.tspace02 + ul li > ul > li {
    margin-top: 0;
}
.wrap_policy03 p.tspace02 + ul li > ul > li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 4px;
}
.wrap_policy03 p.tspace02 + ul li > ul > li span + span {
    margin-bottom: 4px;
    margin-top: 0;
}
.wrap_policy03 p.tspace02 + ul li > p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 4px;
}
.wrap_policy03 p.tspace02 + p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-bottom: 24px;
}
.wrap_policy03 p.tspace02 + p + ul {
    margin-top: 4px;
}
.wrap_policy03 p.tspace02 + p + ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy03 p.tspace02 + p + ul + .tspace02 {
    margin-top: 24px;
}

.wrap_policy04 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 56px;
}
.wrap_policy04 h4 + p {
    margin-top: 20px;
}
.wrap_policy04 h4 + ol {
    margin-top: 20px;
}
.wrap_policy04 h4:first-child {
    margin-top: 0;
}
.wrap_policy04 p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy04 p + ol {
    margin-left: 24px;
    margin-top: 4px;
}
.wrap_policy04 p + ol > li {
    margin-top: 0;
}
.wrap_policy04 ol li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 12px;
}
.wrap_policy04 ol li:first-child {
    margin-top: 0;
}
.wrap_policy04 ul.bullet_list {
    margin-top: 12px;
}

/* 카드신청 > 약관 (현행기준) */
.popup_terms {
    margin-top: 24px;
}
.popup_terms p + .big01, .popup_terms ul + .big01, .popup_terms ol + .big01, .popup_terms li + .big01 {
    margin-top: 48px;
}
.popup_terms p + .tspace02, .popup_terms ul + .tspace02, .popup_terms ol + .tspace02, .popup_terms li + .tspace02 {
    margin-top: 28px;
}
.popup_terms p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms p span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms p + ul, .popup_terms p + ol {
    margin-top: 4px;
}
.popup_terms p + .privacy {
    margin-top: 16px;
}
.popup_terms > ul li,
.popup_terms > ol li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms > ul li + li,
.popup_terms > ol li + li {
    margin-top: 8px;
}
.popup_terms > ul li > p,
.popup_terms > ol li > p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms > ul li > ul,
.popup_terms > ol li > ul {
    margin-top: 4px;
}
.popup_terms > ul li > ul > li,
.popup_terms > ol li > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms > ul + p,
.popup_terms > ol + p {
    margin-top: 8px;
}
.popup_terms > ul + .privacy,
.popup_terms > ol + .privacy {
    margin-top: 16px;
}
.popup_terms a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms a:hover {
    text-decoration: underline;
}
.popup_terms .big01 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace02 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace02 + p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace02 + ul {
    margin-top: 4px;
}
.popup_terms .tspace02 + ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace02 + ul > li + li {
    margin-top: 8px;
}
.popup_terms .tspace02 + ul > li > p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace02 + ul > li > p.sub_txt {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace02 + ul > li > ul {
    margin-top: 4px;
}
.popup_terms .tspace02 + ul > li > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace03 > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace03 > li > strong {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .tspace03 > li.br {
    margin-top: 40px;
}
.popup_terms .privacy + .tspace02 {
    margin-top: 28px;
}
.popup_terms .happypoint_terms {
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #D4D6D4;
    border-bottom: 1px solid #D4D6D4;
}
.popup_terms .happypoint_terms > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.popup_terms .happypoint_terms > ul li {
    width: 50%;
}
.popup_terms .happypoint_terms > ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .happypoint_terms > ul li:nth-child(n+3) {
    margin-top: 8px;
}
.popup_terms .sub_txt {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.popup_terms .bullet {
    position: relative;
}
.popup_terms .bullet.dot {
    margin-top: 8px;
    padding-left: 11px;
}
.popup_terms .bullet.dot:before {
    width: 4px;
    height: 4px;
    background-color: #434545;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.popup_terms .underline {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* 법인카드 > 약관 (현행기준) */
.wrap_policy h4 {
    display: block;
    margin-top: 64px;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy h5 {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy p, .wrap_policy a {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy > ol > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy > ol > li + li {
    margin-top: 8px;
}
.wrap_policy > ol + h5 {
    margin-top: 24px;
}

/* 	회원 > 개인정보처리방침 > 개인정보취급(처리)방침L(현행기준) */
.wrap_policy.member .br12 {
    display: block;
    height: 12px;
}
.wrap_policy.member h4 {
    display: block;
    margin-top: 64px;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member h5 {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member p, .wrap_policy.member a {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member a:hover {
    text-decoration: underline;
}
.wrap_policy.member P + ul {
    margin-top: 24px;
}
.wrap_policy.member P + ol {
    margin-top: 24px;
}
.wrap_policy.member > ol,
.wrap_policy.member > ul {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member > ol > li,
.wrap_policy.member > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member > ol > li + li,
.wrap_policy.member > ul > li + li {
    margin-top: 8px;
}
.wrap_policy.member > ol > li > ol,
.wrap_policy.member > ol > li > ul,
.wrap_policy.member > ul > li > ol,
.wrap_policy.member > ul > li > ul {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member > ol > li > ol > li,
.wrap_policy.member > ol > li > ul > li,
.wrap_policy.member > ul > li > ol > li,
.wrap_policy.member > ul > li > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member > ol > li > ol > li + li,
.wrap_policy.member > ol > li > ul > li + li,
.wrap_policy.member > ul > li > ol > li + li,
.wrap_policy.member > ul > li > ul > li + li {
    margin-top: 4px;
}
.wrap_policy.member > ol > li > ol > li > ol,
.wrap_policy.member > ol > li > ol > li > ul,
.wrap_policy.member > ol > li > ul > li > ol,
.wrap_policy.member > ol > li > ul > li > ul,
.wrap_policy.member > ul > li > ol > li > ol,
.wrap_policy.member > ul > li > ol > li > ul,
.wrap_policy.member > ul > li > ul > li > ol,
.wrap_policy.member > ul > li > ul > li > ul {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member > ol > li > ol > li > ol > li,
.wrap_policy.member > ol > li > ol > li > ul > li,
.wrap_policy.member > ol > li > ul > li > ol > li,
.wrap_policy.member > ol > li > ul > li > ul > li,
.wrap_policy.member > ul > li > ol > li > ol > li,
.wrap_policy.member > ul > li > ol > li > ul > li,
.wrap_policy.member > ul > li > ul > li > ol > li,
.wrap_policy.member > ul > li > ul > li > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member > ol > li > ol > li > ol > li + li,
.wrap_policy.member > ol > li > ol > li > ul > li + li,
.wrap_policy.member > ol > li > ul > li > ol > li + li,
.wrap_policy.member > ol > li > ul > li > ul > li + li,
.wrap_policy.member > ul > li > ol > li > ol > li + li,
.wrap_policy.member > ul > li > ol > li > ul > li + li,
.wrap_policy.member > ul > li > ul > li > ol > li + li,
.wrap_policy.member > ul > li > ul > li > ul > li + li {
    margin-top: 4px;
}
.wrap_policy.member > ol + h5,
.wrap_policy.member > ul + h5 {
    margin-top: 24px;
}
.wrap_policy.member .bllist_type2 {
    margin-top: 8px;
}
.wrap_policy.member .bllist_type2 > li {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member .bllist_type3 {
    margin-top: 8px;
    margin-left: 8px;
}
.wrap_policy.member .bllist_type3 > li {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member .policymenu {
    margin-top: 48px;
    padding: 24px;
    background-color: #F0F5F4;
}
.wrap_policy.member .policymenu > 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;
    margin-top: -12px;
}
.wrap_policy.member .policymenu > ul li {
    margin-top: 12px;
}
.wrap_policy.member .policymenu > ul li:nth-child(odd) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 47%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
}
.wrap_policy.member .policymenu > ul li:nth-child(even) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 53%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 53%;
            flex: 1 1 53%;
}
.wrap_policy.member .policymenu > ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #171A19 !important;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.wrap_policy.member .policymenu + p {
    margin-top: 16px;
}
.wrap_policy.member .tb_type2 {
    border-top: 1px solid #434545;
}
.wrap_policy.member .tb_type2.tspace02 {
    margin-top: 24px;
}
.wrap_policy.member .tb_type2.bspace02 {
    margin-bottom: 24px;
}
.wrap_policy.member .tb_type2 table {
    width: 100%;
    border-collapse: collapse;
}
.wrap_policy.member .tb_type2 table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
.wrap_policy.member .tb_type2 table thead th:first-child {
    border-left: none;
}
.wrap_policy.member .tb_type2 table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
.wrap_policy.member .tb_type2 table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
.wrap_policy.member .tb_type2 table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
.wrap_policy.member .tb_type2 table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
.wrap_policy.member .tb_type2 table tbody th.first {
    border-left: none !important;
}
.wrap_policy.member .tb_type2 table tbody th.al_center {
    text-align: center;
}
.wrap_policy.member .tb_type2 table tbody th.al_right {
    text-align: right;
}
.wrap_policy.member .tb_type2 table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
.wrap_policy.member .tb_type2 table tbody td.first {
    border-left: none;
}
.wrap_policy.member .tb_type2 table tbody td.al_center {
    text-align: center;
}
.wrap_policy.member .tb_type2 table tbody td.al_center .bullet_list {
    display: inline-block;
}
.wrap_policy.member .tb_type2 table tbody td.al_right {
    text-align: right;
}
.wrap_policy.member .tb_type2 table tbody td .fc_red {
    color: #FF383B;
}
.wrap_policy.member .tb_type2 table tbody td .fc_khaki {
    color: #00805A;
}
.wrap_policy.member .tb_type2 table tbody td .fc_gray02 {
    color: #727573;
}
.wrap_policy.member .tb_type2 table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
.wrap_policy.member .tb_type2 table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member .tb_type2 table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
.wrap_policy.member .tb_type2 table tfoot td.first {
    border-left: none;
}
.wrap_policy.member .tb_type2 table tfoot td.al_center {
    text-align: center;
}
.wrap_policy.member .tb_type2 table tfoot td.al_center .bullet_list {
    display: inline-block;
}
.wrap_policy.member .tb_type2 table tfoot .al_right {
    text-align: right;
}
.wrap_policy.member .tb_type2 .fir {
    border-left: none;
}
.wrap_policy.member .tb_type2 a {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy.member .tb_type2 tr > td:first-child {
    border-left: 1px solid #FFFFFF;
}
.wrap_policy .paragraph {
    margin-top: 32px;
}
.wrap_policy .paragraph + .paragraph {
    margin-top: 48px;
}
.wrap_policy .paragraph > strong {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .paragraph > strong + p {
    margin-top: 16px;
}
.wrap_policy .paragraph > strong > img {
    width: 32px;
    height: 32px;
    vertical-align: -9px;
}
.wrap_policy .paragraph p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .paragraph p + p {
    margin-top: 12px;
}
.wrap_policy .paragraph > p {
    margin-top: 16px;
}
.wrap_policy .paragraph > p br:first-child {
    content: "";
    display: inline-block;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    display: block;
}
.wrap_policy .paragraph .label_table {
    width: 100%;
    margin-top: 48px;
    border-spacing: 8px;
}
.wrap_policy .paragraph .label_table th {
    padding-bottom: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .paragraph .label_table td {
    text-align: center;
    padding: 20px;
    background-color: #F7FAF9;
}
.wrap_policy .paragraph .label_table td img {
    display: inline-block;
    width: 64px;
    margin-bottom: 12px;
}
.wrap_policy .paragraph .label_table td a {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .paragraph .label_table + p {
    margin-top: 12px;
}
.wrap_policy .paragraph .label_table + p > strong {
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .paragraph .btn_type16.tspace01 {
    margin-top: 8px;
}
.wrap_policy .paragraph .btn_type16 > a {
    font-size: 14px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .toggle_wrap {
    margin-top: 8px;
}
.wrap_policy .toggle_wrap + .paragraph {
    margin-top: 48px;
}
.wrap_policy .toggle_wrap table {
    width: 100%;
    border-collapse: collapse;
}
.wrap_policy .toggle_wrap table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
.wrap_policy .toggle_wrap table thead th:first-child {
    border-left: none;
}
.wrap_policy .toggle_wrap table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
.wrap_policy .toggle_wrap table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
.wrap_policy .toggle_wrap table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
.wrap_policy .toggle_wrap table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
.wrap_policy .toggle_wrap table tbody th.first {
    border-left: none !important;
}
.wrap_policy .toggle_wrap table tbody th.al_center {
    text-align: center;
}
.wrap_policy .toggle_wrap table tbody th.al_right {
    text-align: right;
}
.wrap_policy .toggle_wrap table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
.wrap_policy .toggle_wrap table tbody td.first {
    border-left: none;
}
.wrap_policy .toggle_wrap table tbody td.al_center {
    text-align: center;
}
.wrap_policy .toggle_wrap table tbody td.al_center .bullet_list {
    display: inline-block;
}
.wrap_policy .toggle_wrap table tbody td.al_right {
    text-align: right;
}
.wrap_policy .toggle_wrap table tbody td .fc_red {
    color: #FF383B;
}
.wrap_policy .toggle_wrap table tbody td .fc_khaki {
    color: #00805A;
}
.wrap_policy .toggle_wrap table tbody td .fc_gray02 {
    color: #727573;
}
.wrap_policy .toggle_wrap table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
.wrap_policy .toggle_wrap table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .toggle_wrap table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
.wrap_policy .toggle_wrap table tfoot td.first {
    border-left: none;
}
.wrap_policy .toggle_wrap table tfoot td.al_center {
    text-align: center;
}
.wrap_policy .toggle_wrap table tfoot td.al_center .bullet_list {
    display: inline-block;
}
.wrap_policy .toggle_wrap table tfoot .al_right {
    text-align: right;
}
.wrap_policy .toggle_wrap table {
    position: relative;
}
.wrap_policy .toggle_wrap table:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #434545;
}
.wrap_policy .toggle_wrap tr > td:first-child {
    border-left: 1px solid #FFFFFF;
}
.wrap_policy .toggle_wrap .depth1 > li {
    width: 100%;
    border-top: 1px solid #EAEBEA;
    border-bottom: 1px solid #EAEBEA;
    background-color: #F7F7F7;
}
.wrap_policy .toggle_wrap .depth1 > li.on .head > a::after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrap_policy .toggle_wrap .depth1 > li .head {
    padding: 12px 24px;
}
.wrap_policy .toggle_wrap .depth1 > li .head > a::after {
    content: "";
    display: inline-block;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_arrow_dwon_16_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content {
    padding: 16px 24px 24px;
    background-color: #FFFFFF;
}
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ul > li,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ol > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ul > li + li,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ol > li + li {
    margin-top: 12px;
}
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ul > li > p,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ol > li > p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ul > li > ul,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ul > li > ol,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ol > li > ul,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ol > li > ol {
    margin-top: 4px;
}
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ul > li > ul > li,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ul > li > ol > li,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ol > li > ul > li,
.wrap_policy .toggle_wrap .depth1 > li .ui_accord_content > ol > li > ol > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.wrap_policy .toggle_wrap + p {
    margin-top: 12px;
}
.wrap_policy .text_box {
    margin-top: 16px;
}
.wrap_policy .text_box > ul + ul {
    margin-top: 4px;
}
.wrap_policy .text_box > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

@media (min-width: 1900px) {
    html,
body {
        overflow-x: hidden;
    }
}

.hidden, legend, caption, hr, .blind, .hide {
    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);
}

fieldset {
    border: none;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    vertical-align: top;
}

/* 스킵네비게이션 */
nav.skip a {
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 150;
    background-color: #434545;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
nav.skip a:focus, nav.skip a:active {
    top: 0;
}

/* //스킵네비게이션 */
/* 다운로드 진행표 테이븚 */
.download_wrap table {
    width: 100%;
    border-collapse: collapse;
}
.download_wrap table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
.download_wrap table thead th:first-child {
    border-left: none;
}
.download_wrap table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
.download_wrap table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
.download_wrap table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
.download_wrap table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
.download_wrap table tbody th.first {
    border-left: none !important;
}
.download_wrap table tbody th.al_center {
    text-align: center;
}
.download_wrap table tbody th.al_right {
    text-align: right;
}
.download_wrap table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
.download_wrap table tbody td.first {
    border-left: none;
}
.download_wrap table tbody td.al_center {
    text-align: center;
}
.download_wrap table tbody td.al_center .bullet_list {
    display: inline-block;
}
.download_wrap table tbody td.al_right {
    text-align: right;
}
.download_wrap table tbody td .fc_red {
    color: #FF383B;
}
.download_wrap table tbody td .fc_khaki {
    color: #00805A;
}
.download_wrap table tbody td .fc_gray02 {
    color: #727573;
}
.download_wrap table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
.download_wrap table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.download_wrap table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
.download_wrap table tfoot td.first {
    border-left: none;
}
.download_wrap table tfoot td.al_center {
    text-align: center;
}
.download_wrap table tfoot td.al_center .bullet_list {
    display: inline-block;
}
.download_wrap table tfoot .al_right {
    text-align: right;
}

.event_none {
    pointer-events: none !important;
}

/* 현대백화점카드 > 나의 백화점카드 */
#contents.card .my_dscard.pull {
    width: 1440px;
    max-width: 1440px;
}
#contents.card .my_dscard [href*=modal] {
    width: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#contents.card .my_dscard .tit_wrap .txt_desc em {
    font-style: normal;
    font-weight: 700;
}
#contents.card .my_dscard .tit_wrap + .apply_form_txt {
    margin-top: 20px;
}
#contents.card .my_dscard > .tit_wrap {
    margin-bottom: 64px;
}
#contents.card .my_dscard .title01.border {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #171A19;
}
#contents.card .my_dscard .title01.border2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #171A19;
}
#contents.card .my_dscard .title01 + .table_wrap {
    margin-top: 24px;
}
#contents.card .my_dscard .sec_desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .sec_desc strong {
    font-size: inherit;
    font-weight: 700;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .sec_desc + .table_wrap {
    margin-top: 24px;
}
#contents.card .my_dscard .apply_form_wrap > .tit_wrap {
    margin-bottom: 20px;
}
#contents.card .my_dscard .apply_form_txt {
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .benefits_list.col3 {
    margin-top: 48px;
}
#contents.card .my_dscard .benefits_list.col3 > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#contents.card .my_dscard .benefits_list.col3 > ul > li {
    width: -webkit-calc(33.3333333333% - 8px);
    width: -moz-calc(33.3333333333% - 8px);
    width: calc(33.3333333333% - 8px);
    margin-left: 12px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#contents.card .my_dscard .benefits_list.col3 > ul > li:nth-child(3n+1) {
    margin-left: 0;
}
#contents.card .my_dscard .benefits_list.col3 > ul > li:nth-child(n+4) {
    margin-top: 12px;
}
#contents.card .my_dscard .form_row dt .txt {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .form_row.border_type {
    padding-bottom: 40px;
    border-bottom: 1px solid #EAEBEA;
}
#contents.card .my_dscard .form_row .price_txt {
    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;
}
#contents.card .my_dscard .form_row .price_txt .num {
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .form_row .price_txt .unit {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .form_row .price_txt + .input_wrap {
    margin-top: 12px;
}
#contents.card .my_dscard .form_row .input_wrap.bar_type .chk_wrap {
    margin-left: 10px;
}
#contents.card .my_dscard .form_row .input_wrap.bar_type .chk_wrap::before {
    display: none;
}
#contents.card .my_dscard .btn_wrap a {
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height: inherit;
}
#contents.card .my_dscard .btn_wrap.cnt_top {
    margin-bottom: 24px;
    text-align: right;
}
#contents.card .my_dscard .btn_wrap.cnt_bot {
    margin-top: 24px;
    text-align: right;
}
#contents.card .my_dscard .btn_wrap.cnt_bot .ico_print {
    position: relative;
    padding-left: 24px;
}
#contents.card .my_dscard .btn_wrap.cnt_bot .ico_print::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_print_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .btn_wrap.cnt_bot .ico_exel {
    position: relative;
    padding-left: 24px;
}
#contents.card .my_dscard .btn_wrap.cnt_bot .ico_exel::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/webhome2/ico_exel_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .btn_wrap.al_bot {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
}
#contents.card .my_dscard .card_info_result_box dl {
    padding: 22px 32px;
    background: #F7FAF9;
}
#contents.card .my_dscard .card_info_result_box dl::after {
    content: "";
    display: block;
    clear: both;
}
#contents.card .my_dscard .card_info_result_box dl > div {
    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;
}
#contents.card .my_dscard .card_info_result_box dl .left {
    float: left;
}
#contents.card .my_dscard .card_info_result_box dl .right {
    float: right;
}
#contents.card .my_dscard .card_info_result_box dl dt {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_result_box dl dd {
    margin-left: 4px;
}
#contents.card .my_dscard .card_info_result_box dl dd .amount {
    display: inline-block;
}
#contents.card .my_dscard .card_info_result_box dl dd .amount .num {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .card_info_result_box dl dd .amount .unit {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .total_info_result_box {
    margin-top: 40px;
    padding: 26px 32px;
    background: #F7FAF9;
}
#contents.card .my_dscard .total_info_result_box dl > div {
    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;
}
#contents.card .my_dscard .total_info_result_box dl > div + div {
    margin-top: 12px;
}
#contents.card .my_dscard .total_info_result_box dl dt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .total_info_result_box dl dd {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
}
#contents.card .my_dscard .total_info_result_box dl dd .amount {
    display: inline-block;
}
#contents.card .my_dscard .total_info_result_box dl dd .amount .num {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .total_info_result_box dl dd .amount .unit {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .total_info_result_box .bold {
    font-weight: 700;
}
.cost_of_use_result_box dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 32px;
    background: #F7FAF9;
}
.cost_of_use_result_box dl > div {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
.cost_of_use_result_box dl > div + div {
    position: relative;
    margin-left: 25px;
    padding-left: 25px;
}
.cost_of_use_result_box dl > div + div::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #D8E9E5;
}
.cost_of_use_result_box dl dt {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.cost_of_use_result_box dl dd {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
}
.cost_of_use_result_box dl dd .amount {
    display: inline-block;
}
.cost_of_use_result_box dl dd .amount .num {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
.cost_of_use_result_box dl dd .amount .unit {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}

#contents.card .my_dscard [class*=ico_card_grade_] {
    display: inline-block;
    vertical-align: middle;
}
#contents.card .my_dscard .ico_card_grade_normal {
    width: 160px;
    height: 44px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_grade_normal.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .ico_card_grade_jasmine_black {
    width: 160px;
    height: 44px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_grade_jasmine_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .ico_card_grade_jasmine_blue {
    width: 160px;
    height: 44px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_grade_jasmine_blue.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .ico_card_grade_jasmine {
    width: 160px;
    height: 44px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_grade_jasmine.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .ico_card_grade_sage {
    width: 160px;
    height: 44px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_grade_sage.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .ico_card_grade_yp {
    width: 160px;
    height: 44px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_grade_yp.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .ico_card_grade_green {
    width: 160px;
    height: 44px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_grade_green.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .card_info_top_wrap {
    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;
}
#contents.card .my_dscard .card_info_top_wrap .info_top_txt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_top_wrap .info_top_txt em {
    font-style: normal;
    font-weight: 700;
}
#contents.card .my_dscard .card_info_top_wrap .btn_wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
#contents.card .my_dscard .card_info_top_wrap .btn_wrap a {
    display: inline-block;
    width: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height: inherit;
}
#contents.card .my_dscard .card_info_top_wrap .btn_wrap .lay_pop + a,
#contents.card .my_dscard .card_info_top_wrap .btn_wrap .ui_modal_holder + a {
    margin-left: 2px;
}
.recom_card_wrap .recom_tit {
    margin-top: 24px;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.recom_card_wrap .recom_tit em {
    font-style: normal;
    color: #00815A;
}
.recom_card_wrap .input_wrap {
    margin-top: 32px;
}
.recom_card_wrap .input_wrap .sel_wrap .ui-selectbox-wrap .ui-select-button {
    height: 52px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.recom_card_wrap .input_wrap .btn.border {
    width: 114px;
    margin-left: 6px;
}
.recom_card_wrap .recom_add_img {
    margin-top: 32px;
}
.recom_card_wrap .recom_add_img img {
    max-width: 100%;
}

.use_history_wrap .lay_conts .table_wrap {
    margin-top: 24px;
}
.use_history_wrap .lay_conts .table_result_box {
    margin-top: 40px;
    padding: 26px 32px;
    background: #F7FAF9;
}
.use_history_wrap .lay_conts .table_result_box dl {
    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;
}
.use_history_wrap .lay_conts .table_result_box dl dt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.use_history_wrap .lay_conts .table_result_box dl dd {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
}
.use_history_wrap .lay_conts .table_result_box dl dd .amount {
    display: inline-block;
}
.use_history_wrap .lay_conts .table_result_box dl dd .amount .num {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
.use_history_wrap .lay_conts .table_result_box dl dd .amount .unit {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
.use_history_wrap .lay_conts .type_bar > span {
    position: relative;
}
.use_history_wrap .lay_conts .type_bar > span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.use_history_wrap .lay_conts .type_bar > span + span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 10px;
    background: #D4D6D4;
}

#contents.card .my_dscard .card_info_accordion > ul > li + li {
    margin-top: 80px;
}
#contents.card .my_dscard .card_info_accordion > ul > li.on .head a::after {
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_accordion_active.png");
}
#contents.card .my_dscard .card_info_accordion .head {
    border-bottom: 1px solid #171A19;
}
#contents.card .my_dscard .card_info_accordion .head a {
    display: block;
    position: relative;
    padding: 24px 0;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .head a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_card_accordion_default.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .card_info_accordion .bullet_list + .card_info_payment_box {
    margin-top: 20px;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box {
    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;
    padding: 36px 0;
    background: #F0F5F4;
    word-break: break-all;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left, #contents.card .my_dscard .card_info_accordion .card_info_payment_box .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 0 32px;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left dt, #contents.card .my_dscard .card_info_accordion .card_info_payment_box .right dt {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left dt em, #contents.card .my_dscard .card_info_accordion .card_info_payment_box .right dt em {
    font-style: normal;
    font-weight: 700;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left dd, #contents.card .my_dscard .card_info_accordion .card_info_payment_box .right dd {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left .amount, #contents.card .my_dscard .card_info_accordion .card_info_payment_box .right .amount {
    display: inline-block;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left .amount .num, #contents.card .my_dscard .card_info_accordion .card_info_payment_box .right .amount .num {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left .amount .unit, #contents.card .my_dscard .card_info_accordion .card_info_payment_box .right .amount .unit {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .left {
    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;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .right {
    position: relative;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 32px;
    margin-top: -16px;
    background: #D8E9E5;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .right > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#contents.card .my_dscard .card_info_accordion .card_info_payment_box .right > div + div {
    margin-top: 8px;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col {
    border-top: 0 none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table {
    width: 100%;
    border-collapse: collapse;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table thead th:first-child {
    border-left: none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody th.first {
    border-left: none !important;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody th.al_center {
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody th.al_right {
    text-align: right;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td.first {
    border-left: none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td.al_center {
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td.al_center .bullet_list {
    display: inline-block;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td.al_right {
    text-align: right;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td .fc_red {
    color: #FF383B;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td .fc_khaki {
    color: #00805A;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td .fc_gray02 {
    color: #727573;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tfoot td.first {
    border-left: none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tfoot td.al_center {
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tfoot td.al_center .bullet_list {
    display: inline-block;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tfoot .al_right {
    text-align: right;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table tr:not(:first-child) th {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.col table th {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700 !important;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row {
    border-top: 0 none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table {
    width: 100%;
    border-collapse: collapse;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table thead th:first-child {
    border-left: none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody th.first {
    border-left: none !important;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody th.al_center {
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody th.al_right {
    text-align: right;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td.first {
    border-left: none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td.al_center {
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td.al_center .bullet_list {
    display: inline-block;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td.al_right {
    text-align: right;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td .fc_red {
    color: #FF383B;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td .fc_khaki {
    color: #00805A;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td .fc_gray02 {
    color: #727573;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tfoot td.first {
    border-left: none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tfoot td.al_center {
    text-align: center;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tfoot td.al_center .bullet_list {
    display: inline-block;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table tfoot .al_right {
    text-align: right;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table th {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700 !important;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: left;
    border-right: 0 none;
}
#contents.card .my_dscard .card_info_accordion .table_wrap.row table th + td {
    border-left: 0 none;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box {
    overflow-x: auto;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item {
    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;
    padding: 19px 47px;
    border-bottom: 1px solid #EAEBEA;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item .card_img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 240px;
    height: 158px;
    margin-left: 30px;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item .card_img:first-child {
    margin-left: 0;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item .card_img img {
    max-width: 100%;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item .card_desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item .card_desc .tit {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item .card_desc .txt {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box .card_info_list_item .card_desc .txt + txt {
    margin-top: 4px;
}
#contents.card .my_dscard .card_info_accordion .card_info_list_box + .bullet_list {
    margin-top: 20px;
}
#contents.card .my_dscard .title01 + .card_info_event_box {
    margin-top: 24px;
}
#contents.card .my_dscard .card_info_event_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item {
    width: 362px;
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item a {
    display: block;
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item a .img {
    display: block;
    width: 362px;
    height: 270px;
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item a .img img {
    max-width: 100%;
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item a .tit {
    display: block;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item a .tit + .txt {
    margin-top: 8px;
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item a .txt {
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item:not(:nth-child(3n+1)) {
    margin-left: 12px;
}
#contents.card .my_dscard .card_info_event_box .card_info_event_item:nth-child(n+4) {
    margin-top: 12px;
}
#contents.card .my_dscard .title01 + .card_info_calendar_box {
    margin-top: 24px;
}
#contents.card .my_dscard .card_info_calendar_box .table_head {
    height: 30px;
    text-align: center;
}
#contents.card .my_dscard .card_info_calendar_box .table_head .inner {
    display: inline-block;
    position: relative;
    width: 228px;
    padding: 0 20px;
}
#contents.card .my_dscard .card_info_calendar_box .table_head .inner .calendar_tit {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 30px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_calendar_box .table_head .btn_calendar_next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_arrow_right_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .card_info_calendar_box .table_head .btn_calendar_prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_arrow_right_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .card_info_calendar_box .table_head + table {
    margin-top: 24px;
}
#contents.card .my_dscard .card_info_calendar_box table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
#contents.card .my_dscard .card_info_calendar_box table th, #contents.card .my_dscard .card_info_calendar_box table td {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_calendar_box table th.off, #contents.card .my_dscard .card_info_calendar_box table td.off {
    color: #EB3912;
}
#contents.card .my_dscard .card_info_calendar_box table th span, #contents.card .my_dscard .card_info_calendar_box table td span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .card_info_calendar_box table thead th {
    padding: 22px 20px;
    background: #F0F5F4;
    border-top: 1px solid #171A19;
}
#contents.card .my_dscard .card_info_calendar_box table thead th + th {
    border-left: 1px solid #FFFFFF;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td {
    height: 146px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #EAEBEA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    text-align: right;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td:first-child {
    border-left: 0 none;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td:last-child {
    border-right: 0 none;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td .day {
    display: block;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td .btn_price {
    display: inline-block;
    margin-top: 56px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    border-bottom: 1px solid #171A19;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td.today {
    background: #F7FAF9;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td.today .day {
    color: #00815A;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td.today .btn_price {
    border-bottom-color: #00815A;
}
#contents.card .my_dscard .card_info_calendar_box table tbody td.today .btn_price > span {
    color: #00815A;
}
#contents.card .my_dscard .card_info_calendar_box + .card_info_result_box {
    margin-top: 40px;
}
#contents.card .my_dscard .card_info_calendar_box.top_pull_gap {
    margin-top: -30px;
}
#contents.card .my_dscard .card_info_calendar_util,
#contents.card .my_dscard .ly_row_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}
#contents.card .my_dscard .card_info_calendar_util .bullet_list,
#contents.card .my_dscard .card_info_calendar_util .normal_txt,
#contents.card .my_dscard .ly_row_box .bullet_list,
#contents.card .my_dscard .ly_row_box .normal_txt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
#contents.card .my_dscard .card_info_calendar_util .btn_wrap,
#contents.card .my_dscard .ly_row_box .btn_wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
}
#contents.card .my_dscard .card_info_calendar_util .btn_wrap a,
#contents.card .my_dscard .ly_row_box .btn_wrap a {
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#contents.card .my_dscard .card_info_calendar_util .btn_wrap.cnt_bot,
#contents.card .my_dscard .ly_row_box .btn_wrap.cnt_bot {
    margin-top: 0;
}
#contents.card .my_dscard .card_info_calendar_util .al_bot,
#contents.card .my_dscard .ly_row_box .al_bot {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
}
#contents.card .my_dscard .card_info_calendar_util .al_mid,
#contents.card .my_dscard .ly_row_box .al_mid {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}
#contents.card .my_dscard .bullet_list + .table_wrap,
#contents.card .my_dscard .table_wrap + .bullet_list {
    margin-top: 24px;
}
#contents.card .my_dscard .table_wrap table {
    table-layout: fixed;
}
#contents.card .my_dscard .table_wrap table tbody td {
    word-break: break-all;
}
#contents.card .my_dscard .table_wrap table tbody td .input input {
    padding: 0 16px;
}
#contents.card .my_dscard .table_wrap table tbody td .rdo_wrap input {
    padding-left: 24px;
}
#contents.card .my_dscard .table_wrap .bold {
    font-weight: 700;
}
#contents.card .my_dscard .table_wrap .no_result {
    border: 0 none;
}
#contents.card .my_dscard .table_wrap .no_result p {
    padding: 0;
}
#contents.card .my_dscard .table_wrap .no_result p::before {
    display: none;
}
#contents.card .my_dscard .table_wrap.mixed table thead tr:not(:first-child) th {
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
#contents.card .my_dscard .table_wrap.mixed table tbody th {
    background: #FFFFFF;
    font-weight: 400 !important;
}
.use_detail_desc dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.use_detail_desc dl > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.use_detail_desc dl > div + div {
    margin-left: 32px;
}
.use_detail_desc dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.use_detail_desc dl dd {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
}
.use_detail_desc dl dd .txt {
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.use_detail_desc dl dd .txt ~ .txt {
    margin-left: 2px;
}
.use_detail_desc dl dd::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #D4D6D4;
}

.table_wrap.use_detail_table_wrap {
    margin-top: 24px;
}
.table_wrap.use_detail_table_wrap table {
    table-layout: fixed;
}
.table_wrap.use_detail_table_wrap table thead tr + tr th:first-child {
    border-left: 1px solid #FFFFFF;
}
.table_wrap.use_detail_table_wrap table thead tr + tr th {
    border-top: 1px solid #FFFFFF;
}
.table_wrap.use_detail_table_wrap table tbody td {
    padding: 20px 4px;
}
.table_wrap.use_detail_table_wrap table th, .table_wrap.use_detail_table_wrap table td {
    word-break: break-all;
}
.table_wrap.use_detail_table_wrap table .inblock {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap.use_detail_table_wrap + .cost_of_use_result_box {
    margin-top: 40px;
}

.resend_email_stat_wrap .lay_conts .bullet_list {
    margin-top: 24px;
}
.resend_email_stat_wrap .lay_conts .form_row {
    margin-top: 40px;
}

#contents.card .my_dscard .line_div .input_wrap + .input_wrap {
    margin-top: 16px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 316px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .rdo_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .rdo_wrap label {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt .sbtn {
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-color: #EAEBEA;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt .sbtn span {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt + .btn_wrap {
    margin-left: -1px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt.on .sbtn {
    position: relative;
    z-index: 2;
    border-color: #171A19;
}
#contents.card .my_dscard .search_condition_box .input_wrap .simple_period > .btn_wrap.type_txt.on .sbtn span {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .search_condition_box .input_wrap .detail_period {
    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;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .detail_period .unit {
    width: 24px;
    margin-left: 6px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .detail_period .bar {
    margin-right: 8px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .btn_wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}
#contents.card .my_dscard .search_condition_box .input_wrap .btn_wrap .btn {
    width: 80px;
    padding: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .sel_wrap {
    display: inline-block;
}
#contents.card .my_dscard .search_condition_box .input_wrap .sel_wrap .ui-select-button {
    line-height: 42px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 0 16px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .sel_wrap .ui-selectbox-wrap.on .ui-select-button {
    line-height: 41px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
}
#contents.card .my_dscard .search_condition_box .input_wrap .input {
    margin-left: 8px;
}
#contents.card .my_dscard .search_condition_box .input_wrap .input input[type=text] {
    height: 44px;
}
#contents.card .my_dscard .search_condition_box.top_line {
    padding-top: 40px;
    border-top: 1px solid #EAEBEA;
}
#contents.card .my_dscard .usage_history_inquiry_wrap .card_info_result_box,
#contents.card .my_dscard .usage_history_inquiry_wrap .paging {
    margin-top: 40px;
}
.lay_wrap .lay_conts.usage_history_inquiry .table_wrap.col table {
    table-layout: fixed;
}
.lay_wrap .lay_conts.usage_history_inquiry .table_wrap.col table th, .lay_wrap .lay_conts.usage_history_inquiry .table_wrap.col table td {
    padding: 20px 12px;
}
.lay_wrap .lay_conts.usage_history_inquiry .btn_wrap.btm_table {
    margin-left: auto;
}
.lay_wrap .lay_conts.usage_history_inquiry .btn_wrap.btm_table .sbtn.exel::before {
    content: "";
    display: inline-block;
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/webhome2/ico_exel_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    vertical-align: top;
}
.lay_wrap .lay_conts.usage_history_inquiry .btn_wrap.btm_table + .bullet_list {
    margin-top: -34px;
    margin-bottom: 13px;
}

.table_wrap.multi_head table thead tr + tr th:first-child {
    border-left: 1px solid #FFFFFF;
}
.table_wrap.multi_head table thead tr + tr th {
    border-top: 1px solid #FFFFFF;
}
.table_wrap.multi_head table tbody td {
    word-break: break-all;
}
.table_wrap.multi_head table tbody td .inblock {
    display: inline-block;
}

#contents.card .my_dscard .form_row.card_search_type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#contents.card .my_dscard .form_row.card_search_type dl dt {
    width: 80px;
}
#contents.card .my_dscard .form_row.card_search_type dl + dl {
    margin-top: 0;
    margin-left: 40px;
}
#contents.card .my_dscard .form_row.card_search_type dl .input_wrap input {
    height: 44px;
}
#contents.card .my_dscard .form_row.card_search_type dl .sel_wrap .ui-selectbox-wrap .ui-select-button {
    line-height: 42px;
}
#contents.card .my_dscard .form_row.card_search_type dl .sel_wrap .ui-selectbox-wrap.on .ui-select-button {
    line-height: 41px;
}
#contents.card .my_dscard .form_row.card_search_type .btn_wrap {
    margin-left: 8px;
}
#contents.card .my_dscard .form_row.card_search_type .btn_wrap button {
    width: 80px;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    line-height: 1;
}
.email_dispatch_service_wrap {
    margin-top: 24px;
}
.email_dispatch_service_wrap .cont_box {
    padding: 40px;
    background: #F0F5F4;
    text-align: center;
}
.email_dispatch_service_wrap .cont_box .box_txt {
    font-size: 18px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.email_dispatch_service_wrap .cont_box .box_txt strong {
    font-weight: 700;
}
.email_dispatch_service_wrap .cont_box .btn_wrap {
    margin-top: 20px;
}
.email_dispatch_service_wrap .cont_box .btn_wrap a {
    background: transparent;
}
.email_dispatch_service_wrap .cont_box + .cont_txt {
    margin-top: 40px;
}
.email_dispatch_service_wrap .cont_txt {
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.email_dispatch_service_wrap .cont_txt + form, .email_dispatch_service_wrap .cont_txt + .form {
    margin-top: 24px;
}

#contents.card .my_dscard .table_wrap tfoot .bold {
    font-weight: 700;
}
#contents.card .my_dscard .bullet_list_box {
    margin-top: 20px;
}
#contents.card .my_dscard .bullet_list_box .bullet_list_tit {
    font-size: 16px;
    font-weight: 700;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .bullet_list_box .bullet_list_tit + .bullet_list {
    margin-top: 8px;
}
#contents.card .my_dscard .bullet_list_box .bullet_list + .bullet_list_tit {
    margin-top: 16px;
}
#contents.card .my_dscard form + .bullet_list,
#contents.card .my_dscard .form + .bullet_list {
    margin-top: 20px;
}
#contents.card .my_dscard .bullet_list .outlink {
    display: inline-block;
    text-decoration: underline;
}
#contents.card .my_dscard .bullet_list li em {
    font-style: normal;
    font-weight: 700;
}
#contents.card .my_dscard .bullet_list li > ul {
    margin-top: 4px;
}
#contents.card .my_dscard .bullet_list li > ul li {
    margin-top: 4px;
    font-weight: inherit;
}
#contents.card .my_dscard .title02 + .payment_process_wrap {
    margin-top: 24px;
}
#contents.card .my_dscard .payment_process_wrap {
    padding: 43px 98px;
    background: #F7FAF9;
}
#contents.card .my_dscard .payment_process_wrap .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#contents.card .my_dscard .payment_process_wrap .list > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: relative;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
#contents.card .my_dscard .payment_process_wrap .list > li + li {
    margin-left: 132px;
}
#contents.card .my_dscard .payment_process_wrap .list > li + li::after {
    content: "";
    position: absolute;
    top: 39px;
    left: -78px;
    width: 24px;
    height: 16px;
    background-image: url("../../images/webhome2/card/ico_right_arrow_24_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .payment_process_wrap .list > li .ico_step01 {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_payment_step01.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .payment_process_wrap .list > li .ico_step02 {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_payment_step02.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .payment_process_wrap .list > li .ico_step03 {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_payment_step03.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .payment_process_wrap .list > li .ico_step04 {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_payment_step04.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .payment_process_wrap .list > li .tit {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .title01 + .payment_calc_box {
    margin-top: 24px;
}
#contents.card .my_dscard .payment_calc_box {
    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;
    padding: 34px 30px;
    border: 1px solid #EAEBEA;
}
#contents.card .my_dscard .payment_calc_box dl {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    position: relative;
}
#contents.card .my_dscard .payment_calc_box dl dt {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .payment_calc_box dl dd {
    margin-left: auto;
}
#contents.card .my_dscard .payment_calc_box dl dd .amount {
    display: inline-block;
}
#contents.card .my_dscard .payment_calc_box dl dd .amount .num {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .payment_calc_box dl dd .amount .unit {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .payment_calc_box dl + dl {
    margin-left: 84px;
}
#contents.card .my_dscard .payment_calc_box dl.ico_minus::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -56px;
    width: 28px;
    height: 28px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_math_minus_28_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .payment_calc_box dl.ico_plus::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -56px;
    width: 28px;
    height: 28px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_math_plus_28_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .payment_calc_box dl.ico_equal::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -56px;
    width: 28px;
    height: 28px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/ico_math_equal_28_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card .my_dscard .table_wrap .ttit {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .table_wrap .chk_wrap {
    margin: 2px -1px 0 0;
}
#contents.card .my_dscard .table_wrap .chk_wrap label {
    padding-left: 24px;
}
#contents.card .my_dscard .table_wrap .input.sm {
    display: inline-block;
}
#contents.card .my_dscard .table_wrap .input.sm input {
    height: 44px;
}
#contents.card .my_dscard .payment_info_box {
    padding: 34px 85px;
    border: 1px solid #EAEBEA;
}
#contents.card .my_dscard .payment_info_box dl {
    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;
    width: 100%;
}
#contents.card .my_dscard .payment_info_box dl > div {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
#contents.card .my_dscard .payment_info_box dl > div + div {
    margin-left: 200px;
}
#contents.card .my_dscard .payment_info_box dl dt {
    width: 145px;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .payment_info_box dl dd {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .payment_info_box dl dd.al_right {
    text-align: right;
}
#contents.card .my_dscard .payment_info_box dl .amount {
    display: inline-block;
}
#contents.card .my_dscard .payment_info_box dl .amount .num {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .payment_info_box dl .amount .unit {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
#contents.card .my_dscard .payment_agree_wrap .tit {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .payment_agree_wrap .tit + .txt {
    margin-top: 16px;
}
#contents.card .my_dscard .payment_agree_wrap .txt {
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .payment_agree_wrap .txt + .bullet_list {
    margin-top: 8px;
}
#contents.card .my_dscard .button_area [href*=modal] {
    width: 270px;
}
.apply_form_wrap.dscard_certified_wrap {
    margin-top: 24px;
}
.apply_form_wrap.dscard_certified_wrap .certified_txt {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.apply_form_wrap.dscard_certified_wrap form .form_row > dl > dt,
.apply_form_wrap.dscard_certified_wrap .form .form_row > dl > dt {
    width: 202px;
}
.apply_form_wrap.dscard_certified_wrap .input_wrap.certification > .rdo_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.apply_form_wrap.dscard_certified_wrap .input_wrap.certification > .rdo_wrap label {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#contents.card .my_dscard .payment_period_form_wrap .input_wrap.date_type .sel_wrap .ui-selectbox-wrap .ui-select-button {
    height: 44px;
    line-height: 42px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#contents.card .my_dscard .payment_period_form_wrap .input_wrap.date_type .sel_wrap .ui-selectbox-wrap.on .ui-select-button {
    line-height: 40px;
}
#contents.card .my_dscard .payment_period_form_wrap .input_wrap.date_type .sel_wrap + .sel_wrap {
    margin-left: 8px;
}
#contents.card .my_dscard .payment_period_form_wrap .input_wrap.date_type > .btn_wrap {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: initial;
       -moz-transform: initial;
        -ms-transform: initial;
            transform: initial;
    margin-left: auto;
}
#contents.card .my_dscard .payment_period_form_wrap .input_wrap.date_type > .btn_wrap .btn {
    width: 80px;
    padding: 11px 10px 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
#contents.card .my_dscard .table_wrap .link_txt {
    display: inline;
    height: auto;
    border: 0 none;
    border-bottom: 1px solid #171A19;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .table_wrap .link_txt > span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .normal_txt {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .agree_form_box {
    text-align: center;
}
#contents.card .my_dscard .agree_form_box .chk_wrap .bold {
    font-weight: 700;
}
.apply_form_wrap .form_row.popup_type dl dt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
}
.apply_form_wrap .form_row.popup_type dl dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 433px;
}
.apply_form_wrap .form_row.popup_type .calendar_wrap .input_c .input_wrap input {
    width: 180px;
}
.apply_form_wrap .form_row.popup_type .sel_wrap + .btn {
    margin-left: 7px;
}

.search_address_wrap .search_tit {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap .search_tit:not(:first-child) {
    margin-top: 48px;
}
.search_address_wrap .search_tit + .apply_form_wrap, .search_address_wrap .search_tit + .table_wrap {
    margin-top: 20px;
}
.search_address_wrap .search_txt {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap .form_alert_txt {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #EB3912;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form,
.search_address_wrap .form {
    margin-top: 0;
}
.search_address_wrap form .form_col,
.search_address_wrap .form .form_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.search_address_wrap form .form_col dl,
.search_address_wrap .form .form_col dl {
    width: -webkit-calc(33.3333333333% - 6px);
    width: -moz-calc(33.3333333333% - 6px);
    width: calc(33.3333333333% - 6px);
}
.search_address_wrap form .form_col dl dt,
.search_address_wrap .form .form_col dl dt {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dt .txt,
.search_address_wrap .form .form_col dl dt .txt {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dt:not(.blind) + dd,
.search_address_wrap .form .form_col dl dt:not(.blind) + dd {
    margin-top: 8px;
}
.search_address_wrap form .form_col dl dd,
.search_address_wrap .form .form_col dl dd {
    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;
}
.search_address_wrap form .form_col dl dd .input_wrap,
.search_address_wrap .form .form_col dl dd .input_wrap {
    width: 100%;
}
.search_address_wrap form .form_col dl dd .sel_wrap .ui-select-button,
.search_address_wrap .form .form_col dl dd .sel_wrap .ui-select-button {
    height: 44px;
    line-height: 42px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.search_address_wrap form .form_col dl dd .input input,
.search_address_wrap .form .form_col dl dd .input input {
    height: 44px;
    padding: 0 16px;
}
.search_address_wrap form .form_col dl dd .input input::-webkit-input-placeholder, .search_address_wrap .form .form_col dl dd .input input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input input:-moz-placeholder, .search_address_wrap .form .form_col dl dd .input input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input input::-moz-placeholder, .search_address_wrap .form .form_col dl dd .input input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input input:-ms-input-placeholder, .search_address_wrap .form .form_col dl dd .input input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input input::placeholder,
.search_address_wrap .form .form_col dl dd .input input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input.origin input,
.search_address_wrap .form .form_col dl dd .input.origin input {
    height: 52px;
    padding: 0 24px;
}
.search_address_wrap form .form_col dl dd .input.origin input::-webkit-input-placeholder, .search_address_wrap .form .form_col dl dd .input.origin input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input.origin input:-moz-placeholder, .search_address_wrap .form .form_col dl dd .input.origin input:-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input.origin input::-moz-placeholder, .search_address_wrap .form .form_col dl dd .input.origin input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input.origin input:-ms-input-placeholder, .search_address_wrap .form .form_col dl dd .input.origin input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .input.origin input::placeholder,
.search_address_wrap .form .form_col dl dd .input.origin input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap form .form_col dl dd .unit,
.search_address_wrap .form .form_col dl dd .unit {
    width: 24px;
    text-align: center;
}
.search_address_wrap form .form_col dl dd .btn_wrap,
.search_address_wrap .form .form_col dl dd .btn_wrap {
    width: 80px;
    margin-left: 8px;
}
.search_address_wrap form .form_col dl dd .btn_wrap .btn,
.search_address_wrap .form .form_col dl dd .btn_wrap .btn {
    width: 100%;
    padding: 10px 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.search_address_wrap form .form_col dl + dl,
.search_address_wrap .form .form_col dl + dl {
    margin-left: 8px;
}
.search_address_wrap form .form_col dl.grow,
.search_address_wrap .form .form_col dl.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.search_address_wrap form .form_col dl.type_building_number .input_wrap,
.search_address_wrap .form .form_col dl.type_building_number .input_wrap {
    width: -webkit-calc((100% - 24px - 88px) / 2);
    width: -moz-calc((100% - 24px - 88px) / 2);
    width: calc((100% - 24px - 88px) / 2);
}
.search_address_wrap form .form_col dl.type_text_search .input_wrap,
.search_address_wrap .form .form_col dl.type_text_search .input_wrap {
    width: -webkit-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: calc(100% - 88px);
}
.search_address_wrap form .form_col dl.type_house_number,
.search_address_wrap .form .form_col dl.type_house_number {
    width: 314px;
}
.search_address_wrap form .form_col dl.type_house_number .input_wrap,
.search_address_wrap .form .form_col dl.type_house_number .input_wrap {
    width: auto;
}
.search_address_wrap form .form_col dl.type_house_number .unit,
.search_address_wrap .form .form_col dl.type_house_number .unit {
    width: 24px;
    text-align: center;
}
.search_address_wrap form .form_col dl.type_apart_number .input_wrap,
.search_address_wrap .form .form_col dl.type_apart_number .input_wrap {
    width: auto;
}
.search_address_wrap form .form_col dl.type_apart_number .input_wrap.last,
.search_address_wrap .form .form_col dl.type_apart_number .input_wrap.last {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
}
.search_address_wrap form .form_col dl.type_apart_number .input_wrap.last .input,
.search_address_wrap .form .form_col dl.type_apart_number .input_wrap.last .input {
    width: 100%;
}
.search_address_wrap form .form_col dl.type_apart_number .unit,
.search_address_wrap .form .form_col dl.type_apart_number .unit {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35px;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
}
.search_address_wrap form .form_col + .form_col,
.search_address_wrap .form .form_col + .form_col {
    margin-top: 12px;
}
.search_address_wrap form .form_radio > ul > li + li,
.search_address_wrap .form .form_radio > ul > li + li {
    margin-top: 24px;
}
.search_address_wrap form .form_radio .rdo_wrap label > span,
.search_address_wrap .form .form_radio .rdo_wrap label > span {
    font-weight: 700;
}
.search_address_wrap form .form_radio.type_address,
.search_address_wrap .form .form_radio.type_address {
    margin-top: 40px;
}
.search_address_wrap form .form_radio.type_address .input_wrap:nth-child(2),
.search_address_wrap .form .form_radio.type_address .input_wrap:nth-child(2) {
    margin-top: 16px;
    padding-left: 32px;
}
.search_address_wrap .table_wrap {
    overflow: hidden;
    border-top: 0 none;
}
.search_address_wrap .table_wrap .scroll_y {
    overflow-y: auto;
    max-height: 398px;
}
.search_address_wrap .table_wrap.fixed {
    position: relative;
    padding-top: 50px;
}
.search_address_wrap .table_wrap.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 50px;
    background: #F0F5F4;
}
.search_address_wrap .table_wrap.fixed table thead th {
    padding: 0;
}
.search_address_wrap .table_wrap.fixed table thead th .th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    width: inherit;
    height: 50px;
    border-top: 1px solid #171A19;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.search_address_wrap .table_wrap.fixed table thead th + th .th {
    border-left: 1px solid #FFFFFF;
}
.search_address_wrap .table_wrap table {
    table-layout: fixed;
}
.search_address_wrap .table_wrap table .link {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.select_region_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}
.select_region_wrap .left {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.select_region_wrap .left .map {
    overflow: hidden;
    width: 350px;
    height: 263px;
}
.select_region_wrap .left .info {
    margin-top: 24px;
}
.select_region_wrap .left .info > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.select_region_wrap .left .info > div + div {
    margin-top: 8px;
}
.select_region_wrap .left .info dt {
    width: 68px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.select_region_wrap .left .info dd {
    width: -webkit-calc(100% - 68px);
    width: -moz-calc(100% - 68px);
    width: calc(100% - 68px);
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.select_region_wrap .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 36px;
}
.select_region_wrap .right .region_item {
    width: 50%;
    padding-bottom: 32px;
}
.select_region_wrap .right .region_item .region_tit {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.select_region_wrap .right .region_item.rowspan2 {
    width: 100%;
}
.select_region_wrap .right .region_item.rowspan2 .input_wrap .rdo_wrap:nth-child(odd) {
    width: 45%;
}
.select_region_wrap .right .region_item.rowspan2 .input_wrap .rdo_wrap:nth-child(even) {
    width: 55%;
}
.select_region_wrap .right .region_item.rowspan2 .input_wrap .rdo_wrap:nth-child(2) {
    margin-top: 0 !important;
}
.select_region_wrap .right .item_inner {
    margin-top: 16px;
}
.select_region_wrap .right .item_inner .input_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.select_region_wrap .right .item_inner .input_wrap .rdo_wrap {
    width: 100%;
    margin-left: 0;
}
.select_region_wrap .right .item_inner .input_wrap .rdo_wrap + .rdo_wrap {
    margin-top: 16px;
}

#contents.card .my_dscard .section.bot_control_gap {
    margin-bottom: 48px;
}
#contents.card .my_dscard .complete_wrap .tit,
#contents.card .my_dscard .complete_wrap .btm_noti {
    margin-top: 20px;
}

.card_bar_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.card_bar_txt > span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_bar_txt > span + span {
    margin-left: 8px;
    padding-left: 9px;
}
.card_bar_txt > span + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #D4D6D4;
}

/* 현대백화점카드 > 나의 백화점카드 > 윈도우팝업 */
#contents.type_window_popup {
    padding: 0 !important;
}
#contents.type_window_popup .window_popup_wrap {
    padding: 40px 40px 48px;
}
#contents.type_window_popup .window_popup_wrap .popup_head {
    border-bottom: 2px solid #171A19;
}
#contents.type_window_popup .window_popup_wrap .popup_head .head_mtit {
    padding-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.type_window_popup .window_popup_wrap .popup_cont {
    padding-top: 24px;
}
#contents.type_window_popup .window_popup_wrap .popup_cont .btn_wrap.right_util {
    text-align: right;
}
#contents.type_window_popup .window_popup_wrap .popup_cont .btn_wrap a {
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#contents.type_window_popup .window_popup_wrap .popup_cont .btn_wrap .ico_print {
    position: relative;
    padding-left: 24px;
}
#contents.type_window_popup .window_popup_wrap .popup_cont .btn_wrap .ico_print::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_print_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.type_window_popup .window_popup_wrap .popup_cont .e_receipt_box {
    margin-top: 24px;
}

/* 공통 > 버튼 */
.button_area .btn.border2 {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 2px solid #171A19;
    vertical-align: top;
    line-height: 56px;
}
.button_area .mt60 {
    margin-top: 60px;
}

.rdo_wrap.ml36 {
    margin-left: 36px !important;
}

.lay_pop.card_pop [class^=card_pop_title] span,
.lay_pop.card_pop [class^=card_pop_txt] span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.card_pop .card_pop_title01 {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.card_pop .card_pop_title01 + .card_pop_title02, .lay_pop.card_pop .card_pop_title01 + .card_pop_strong_txt, .lay_pop.card_pop .card_pop_title01 + .card_pop_txt01, .lay_pop.card_pop .card_pop_title01 + .table_wrap, .lay_pop.card_pop .card_pop_title01 + .bullet_list {
    margin-top: 20px;
}
.lay_pop.card_pop .card_pop_title02 {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.card_pop .card_pop_title02 + .bullet_list {
    margin-top: 8px;
}
.lay_pop.card_pop .card_pop_strong_txt {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.card_pop .card_pop_strong_txt + .bullet_list {
    margin-top: 20px;
}
.lay_pop.card_pop .bullet_list {
    word-break: keep-all;
}
.lay_pop.card_pop .bullet_list + .card_pop_title02 {
    margin-top: 20px;
}
.lay_pop.card_pop .bullet_list + .bullet_list {
    margin-top: 8px;
}
.lay_pop.card_pop .bullet_list > li.bold {
    font-weight: 700;
}
.lay_pop.card_pop .bullet_list > li.bold::before {
    top: 9px;
    height: 2px;
}
.lay_pop.card_pop .alert_type_txt {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.lay_pop.card_pop .card_pop_txt01 {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.card_pop .card_pop_txt01 + .table_wrap {
    margin-top: 32px;
}
.lay_pop.card_pop .card_pop_txt01 + .card_pop_title01 {
    margin-top: 48px;
}
.lay_pop.card_pop .apply_form_wrap dl.al_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.lay_pop.card_pop .apply_form_wrap dt {
    width: 202px;
}
.lay_pop.card_pop .apply_form_wrap dd .sel_wrap + .bullet_list,
.lay_pop.card_pop .apply_form_wrap dd .input_wrap + .bullet_list {
    margin-top: 12px;
}
.lay_pop.card_pop .apply_form_wrap .form_row.divide_bot {
    padding-bottom: 40px;
    border-bottom: 1px solid #D4D6D4;
}
.lay_pop.card_pop .apply_form_wrap .form_row + .bullet_list {
    margin-top: 20px;
}
.lay_pop.card_pop .apply_form_wrap .form_row + .card_pop_title01 {
    margin-top: 48px;
}
.lay_pop.card_pop .apply_form_wrap .input_wrap.type_change_select_date {
    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;
}
.lay_pop.card_pop .apply_form_wrap .input_wrap.type_change_select_date .sel_wrap .ui-selectbox-wrap .ui-select-button {
    height: 52px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.lay_pop.card_pop .apply_form_wrap .input_wrap.type_card_number {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.lay_pop.card_pop .apply_form_wrap .input_wrap.type_card_number .input {
    margin-left: 0;
}
.lay_pop.card_pop .apply_form_wrap .input_wrap.type_card_number .unit {
    width: 25px;
    text-align: center;
}
.lay_pop.card_pop .table_wrap + .ly_row_box {
    margin-top: 20px;
}
.lay_pop.card_pop .table_wrap .rdo_wrap label {
    padding-left: 24px;
}
.lay_pop.card_pop .ly_row_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.lay_pop.card_pop .ly_row_box > .btn_wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
}
.lay_pop.card_pop .ly_row_box > .btn_wrap.al_center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}
.lay_pop.card_pop.large .my_dscard {
    padding-top: 24px;
}
.lay_pop.card_pop.small .my_dscard {
    padding-top: 24px;
}
.lay_pop.card_pop.small .my_dscard + .button_area {
    margin-top: 48px;
}
.lay_pop.card_pop .my_dscard .divine_line {
    display: block;
    width: 100%;
    height: 1px;
    background: #EAEBEA;
}
.lay_pop.card_pop .my_dscard .divide_border_box01 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #D4D6D4;
}
.lay_pop.card_pop .my_dscard .card_pop_cont_sec + .card_pop_cont_sec {
    margin-top: 56px;
}

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

.card_terms_wrap .card_terms_title01 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .card_terms_title01:first-child {
    margin-top: 0;
}
.card_terms_wrap .card_terms_txt {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .card_terms_txt + .card_terms_txt, .card_terms_wrap .card_terms_txt + .card_terms_num_sub {
    margin-top: 8px;
}
.card_terms_wrap .card_terms_num > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .card_terms_num > li + li {
    margin-top: 8px;
}
.card_terms_wrap .card_terms_num .card_terms_num_sub {
    display: block;
    margin-top: 4px;
}
.card_terms_wrap .card_terms_num_sub > li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_terms_wrap .table_wrap table tbody td {
    background: transparent;
}
.card_terms_wrap .card_terms_scroll_box {
    overflow-y: auto;
    max-height: 348px;
    padding: 28px;
    background: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.card_terms_wrap .card_terms_agree_box {
    margin-top: 24px;
}
.card_terms_wrap .card_terms_agree_box .rdo_row_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.card_terms_wrap .card_terms_agree_box .rdo_row_box .rdo_wrap + .rdo_wrap {
    margin-left: 40px;
}

.apply_form_wrap form .form_row.sms_type,
.apply_form_wrap .form .form_row.sms_type {
    padding-right: 178px;
}
.apply_form_wrap form .form_row.sms_type dl dt,
.apply_form_wrap .form .form_row.sms_type dl dt {
    width: 218px;
}
.apply_form_wrap form .form_row.divide_bot,
.apply_form_wrap .form .form_row.divide_bot {
    padding-bottom: 40px;
    border-bottom: 1px solid #EAEBEA;
}
.apply_form_wrap + .bullet_list {
    margin-top: 20px;
}

.title02 + .table_wrap {
    margin-top: 24px;
}

.table_wrap .space_txt {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.table_wrap .space_txt > span {
    display: inline-block;
}
.table_wrap .space_txt > span + span {
    margin-left: 8px;
}

#contents.card .my_dscard .search_condition_box.type_third_party {
    margin: 40px 0 48px;
    padding: 0 60px;
}
#contents.card .my_dscard .search_condition_box.type_third_party .input_wrap .simple_period {
    width: 201px;
}

.info_provision_status_list {
    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;
}
.info_provision_status_list dt {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.info_provision_status_list dd {
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.info_provision_status_list + .table_wrap {
    margin-top: 24px;
}

.sec_desc + .personal_info_access_box {
    margin-top: 24px;
}

.personal_info_access_box {
    padding: 28px 38px;
    background: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.personal_info_access_box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.personal_info_access_box .list > li {
    width: 80px;
    font-size: 14px;
    font-weight: 700;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.personal_info_access_box .list > li:not(:nth-child(8n+1)) {
    margin-left: 56px;
}
.personal_info_access_box .list > li:nth-child(n+9) {
    margin-top: 20px;
}
.personal_info_access_box + .bullet_list {
    margin-top: 20px;
}

.input_wrap.type_change_benefit_info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.input_wrap.type_change_benefit_info .rdo_wrap + .rdo_wrap {
    margin-left: 44px;
}

#contents.card .my_dscard .tit_wrap.mb0 {
    margin-bottom: 0;
}

.input_wrap.type_conversion_mileage {
    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;
}
.input_wrap.type_conversion_mileage .unit {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.apply_form_wrap .form_row dl.top_gap {
    margin-top: 32px;
}
.apply_form_wrap .form_row dl.al_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search_condition.pb0 {
    padding-bottom: 0;
}

.input_wrap.type_table_cell_radio .rdo_wrap + .rdo_wrap {
    margin-left: 40px;
}

.total_info_result_box2 {
    margin-top: 40px;
    padding: 32px;
    background: #F7FAF9;
    border: 1px solid #F0F5F4;
}
.total_info_result_box2 .box_tit {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.total_info_result_box2 dl > div {
    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;
}
.total_info_result_box2 dl > div + div {
    margin-top: 8px;
}
.total_info_result_box2 dl dt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.total_info_result_box2 dl dd {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
}
.total_info_result_box2 dl dd .amount {
    display: inline-block;
}
.total_info_result_box2 dl dd .amount .num {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
.total_info_result_box2 dl dd .amount .unit {
    margin-left: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    vertical-align: middle;
}
.total_info_result_box2 .bold {
    font-weight: 700;
}

#contents.card.type_print {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#contents.card.type_print .card_print_wrap {
    padding: 40px;
}
@media print {
    #contents.card.type_print .card_print_wrap {
        padding: 0 !important;
    }
}
#contents.card.type_print .card_print_wrap .print_head {
    padding-bottom: 16px;
    border-bottom: 2px solid #171A19;
}
#contents.card.type_print .card_print_wrap .print_head .print_mtit {
    font-size: 28px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card.type_print .card_print_wrap .print_head_util {
    margin-top: 24px;
    text-align: right;
}
#contents.card.type_print .card_print_wrap .print_head_util .ico_print {
    position: relative;
    padding-left: 28px;
}
#contents.card.type_print .card_print_wrap .print_head_util .ico_print::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_print_20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.card.type_print .card_print_wrap .print_head_util + .print_cont {
    margin-top: 24px;
}
#contents.card.type_print .card_print_wrap .print_head:not(.blind) + .print_cont {
    margin-top: 24px;
}
#contents.card.type_print .card_print_wrap .inblock {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.paging + .bullet_list.top_gap,
.paging + .bullet_list_wrap {
    margin-top: 48px;
}

.table_wrap + .bullet_list_wrap {
    margin-top: 20px;
}

.bullet_list_wrap .title02 + .bullet_list {
    margin-top: 20px;
}

.apply_form_wrap .input_wrap.type_lost_card_radio_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.apply_form_wrap .input_wrap.type_lost_card_radio_list .rdo_wrap {
    width: 100%;
}
.apply_form_wrap .input_wrap.type_lost_card_radio_list .rdo_wrap label {
    position: relative;
}
.apply_form_wrap .input_wrap.type_lost_card_radio_list .rdo_wrap label::before {
    top: -4px;
}
.apply_form_wrap .input_wrap.type_lost_card_radio_list .rdo_wrap .item_prefix {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.apply_form_wrap .input_wrap.type_lost_card_radio_list .rdo_wrap + .rdo_wrap {
    margin-top: 16px;
    margin-left: 0;
}
.apply_form_wrap .input_wrap.type_lost_card_radio_list .rdo_wrap + .btn_wrap {
    top: auto;
    right: auto;
    margin: 16px 0 0 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}
.apply_form_wrap .input_wrap.type_select_date_ymd {
    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;
}
.apply_form_wrap .input_wrap.type_select_date_ymd .unit {
    width: 15px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.apply_form_wrap .input_wrap.type_select_date_ymd .unit + .sel_wrap {
    margin-left: 4px;
}
.apply_form_wrap dd .bullet_list + .input_wrap {
    margin-top: 20px;
}

.title01 + .bullet_list {
    margin-top: 16px;
}

.title01 + .normal_txt {
    margin-top: 24px;
}

.normal_txt + .confirm_button_area {
    margin-top: 20px;
}

.confirm_button_area a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 70px;
    border: 1px solid #EAEBEA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.confirm_button_area a > span {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.confirm_button_area a .ico01 {
    padding-top: 34px;
}
.confirm_button_area a .ico01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/card/ico_pc_accredited%20certificate_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}

.input_wrap.type_cancel_reason {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.input_wrap.type_cancel_reason .sel_wrap + .textarea {
    margin-top: 8px;
    margin-left: 0;
}

.apply_form_wrap .input_wrap.card_choice label.card_fit::before {
    width: 155px;
    height: 92px;
    background-image: url("https://www.ehyundai.com/images/webhome2/card/img_check_card_fit.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}

.table_wrap .card_img_wrap {
    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;
}
.table_wrap .card_img_wrap .img {
    width: 210px;
    height: 132px;
    padding: 13px 15px;
}
.table_wrap .card_img_wrap .img img {
    max-width: 100%;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.table_wrap .card_img_wrap .normal_txt {
    margin-left: 24px;
}
.table_wrap .normal_txt + .bullet_list {
    margin-top: 8px;
}
.table_wrap .table_select_cont_box {
    margin-top: 8px;
}
.table_wrap .table_select_cont_box .box_tit {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap .table_select_cont_box .box_tit + .sel_wrap {
    margin-top: 12px;
}

#contents.card .my_dscard .complete_wrap .result_txt {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#contents.card .my_dscard .complete_wrap .result_txt dt {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .complete_wrap .result_txt dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .complete_wrap .result_txt dd span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.card .my_dscard .complete_wrap .result_txt dd span + span {
    margin-left: 8px;
}
#contents.card .my_dscard .complete_wrap .result_txt + .btm_noti {
    margin-top: 64px;
}
#contents.card .my_dscard .complete_wrap .bullet_list.mt0 {
    margin-top: 0;
}

.card_print_wrap .print_cont.usage_history_inquiry .table_wrap.col table {
    table-layout: fixed;
}
.card_print_wrap .print_cont.usage_history_inquiry .table_wrap.col table th, .card_print_wrap .print_cont.usage_history_inquiry .table_wrap.col table td {
    padding: 20px 4px;
}

.card_step_terms_wrap .terms_head {
    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;
}
.card_step_terms_wrap .terms_head .terms_head_tit {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_step_terms_wrap .terms_head .chk_wrap {
    margin-left: auto;
}
.card_step_terms_wrap .terms_head .chk_wrap .bold {
    font-weight: 700;
}
.card_step_terms_wrap .terms_box .terms_box_tit {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_step_terms_wrap .terms_box .terms_box_tit:first-child {
    margin-top: 24px;
}
.card_step_terms_wrap .terms_box .terms_box_tit + .list {
    margin-top: 12px;
}
.card_step_terms_wrap .terms_box .list {
    padding-top: 20px;
    border-top: 1px solid #EAEBEA;
}
.card_step_terms_wrap .terms_box .list:first-child {
    margin-top: 12px;
}
.card_step_terms_wrap .terms_box .list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.card_step_terms_wrap .terms_box .list > li + li {
    margin-top: 16px;
}
.card_step_terms_wrap .terms_box .list > li.depth2 {
    padding-left: 16px;
}
.card_step_terms_wrap .terms_box .list > li.depth2 .terms_tit {
    font-size: 14px;
}
.card_step_terms_wrap .terms_box .list > li.depth2 .chk_wrap label span {
    font-size: 14px;
}
.card_step_terms_wrap .terms_box .list > li.depth2 .chk_wrap input:not(:checked) + label span {
    color: #727573;
}
.card_step_terms_wrap .terms_box .list .box_txt_area {
    width: 60%;
}
.card_step_terms_wrap .terms_box .list .box_txt_area .terms_tit_wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.card_step_terms_wrap .terms_box .list .box_txt_area .terms_tit {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_step_terms_wrap .terms_box .list .box_txt_area .terms_link {
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.card_step_terms_wrap .terms_box .list .box_txt_area .terms_link span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_step_terms_wrap .terms_box .list .box_txt_area .terms_txt {
    margin-top: 8px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_step_terms_wrap .terms_box .list .box_form_area {
    width: 40%;
}
.card_step_terms_wrap .terms_box .list .box_form_area .input_wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.card_step_terms_wrap .terms_box .list .box_form_area .rdo_wrap:not(.sm) + .rdo_wrap:not(.sm) {
    margin-left: 40px;
}
.card_step_terms_wrap .terms_box .list .box_scroll {
    overflow-y: auto;
    width: 100%;
    min-height: 79px;
    max-height: 214px;
    margin-top: 16px;
    padding: 28px;
    background: #F7FAF9;
    border: 1px solid #F0F5F4;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.card_step_terms_wrap .terms_box .list .box_scroll .view_terms * {
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.card_step_terms_wrap .terms_box .list .box_scroll .view_terms p + p {
    margin-top: 20px;
}
.card_step_terms_wrap .terms_box:first-child .list {
    margin-top: 28px;
    padding-top: 0;
    border-top: 0 none;
}
.card_step_terms_wrap .terms_box + .terms_box {
    margin-top: 32px;
}

.dl_wrap.select_type {
    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;
}
.dl_wrap.select_type dt {
    width: 242px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.dl_wrap.select_type + .dl_wrap {
    margin-top: 24px;
}
.dl_wrap.select_type + .card_info_payment_box {
    margin-top: 40px;
    border-top: 0;
}
/*# sourceMappingURL=maps/card_my_dscard_thdi.css.map */