@charset "UTF-8";
/* 상품권 */
.gift .container {
    position: relative;
    margin: 0 auto;
    padding-top: 48px;
}
.gift > 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);
}
.gift .gift_sub {
    /* 공통 */
    /* 영역 구분 라인 */
}
.gift .gift_sub .gift_head {
    margin: 0 -20px;
}
.gift .gift_sub fieldset {
    border: none;
}
.gift .gift_sub .section {
    position: relative;
}
.gift .gift_sub .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);
}
.gift .gift_sub .btn_ptr {
    position: absolute;
    top: 0;
    right: 0;
}
.gift .gift_sub .btn_ptr .btn_detail {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background-color: #171A19;
}
.gift .gift_sub .btn_ptr .btn_detail > 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);
}
.gift .gift_sub .btn_ptr .btn_detail:before {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 18px;
    height: 18px;
    background-image: url("https://ehyundai.com/images/mobilehome2/ico_btn_detail_18_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub .button_area .btn {
    background: #FFFFFF;
}
.gift .gift_sub .button_area .btn.fs14 {
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: calc(50% - 2px);
    height: 36px;
    line-height: 34px;
    border: 1px solid #171A19;
}
.gift .gift_sub .button_area .btn.fs14 > span {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .button_area .btn.fs14 + .fs14 {
    margin-left: 4px;
}
.gift .gift_sub .button_area .btn.fs14.full {
    width: 100%;
}
.gift .gift_sub .button_area + .button_area {
    margin-top: 5px;
}
.gift .gift_sub .tit_wrap {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #171A19;
}
.gift .gift_sub .tit_wrap > title01 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .tit_wrap + .desc_txt {
    font-size: 0.938rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    word-break: keep-all;
}
.gift .gift_sub .title01 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .title01 + .desc_txt {
    margin-top: 20px;
}
.gift .gift_sub .title02 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .title03 {
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .title04 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .title04 + .desc_txt02 {
    margin-top: 16px;
}
.gift .gift_sub .cnt01 {
    margin-top: 40px;
}
.gift .gift_sub .cnt02 {
    margin-top: 48px;
}
.gift .gift_sub .cnt03 {
    margin-top: 56px;
}
.gift .gift_sub .cnt04 {
    margin-top: 120px;
}
.gift .gift_sub .cnt05 {
    margin-top: 64px;
}
.gift .gift_sub .cnt06 {
    margin-top: 32px;
}
.gift .gift_sub .cnt07 {
    margin-top: 28px;
}
.gift .gift_sub .desc_txt {
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    word-break: keep-all;
}
.gift .gift_sub .desc_txt02 {
    font-size: 0.938rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 12px;
}
.gift .gift_sub .sec_line {
    display: block;
    height: 8px;
    margin: 40px -20px 32px;
    background-color: #F0F2F0;
}
.gift .gift_sub .gift_menu_list {
    margin-top: 20px;
}
.gift .gift_sub .gift_menu_list 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gift .gift_sub .gift_menu_list ul li {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.gift .gift_sub .gift_menu_list ul li a {
    display: block;
    height: 88px;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
}
.gift .gift_sub .gift_menu_list ul li a .inner {
    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: 100%;
    padding: 0 20px;
}
.gift .gift_sub .gift_menu_list ul li a .inner .ico {
    display: inline-block;
}
.gift .gift_sub .gift_menu_list ul li a .inner .ico.ico01 {
    width: 40px;
    height: 40px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/ico_gift_40.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub .gift_menu_list ul li a .inner .ico.ico02 {
    width: 40px;
    height: 40px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/ico_purchase_40.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub .gift_menu_list ul li a .inner .ico + .txt {
    margin-left: 12px;
}
.gift .gift_sub .gift_menu_list ul li a .inner .txt {
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .gift_list {
    margin-top: 24px;
}
.gift .gift_sub .gift_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.gift .gift_sub .gift_list.col > ul {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gift .gift_sub .gift_list.col > ul li {
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.gift .gift_sub .gift_list.col > ul li:last-child {
    margin-bottom: 0;
}
.gift .gift_sub .gift_list.col > ul li a {
    display: block;
    height: 88px;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
}
.gift .gift_sub .gift_list.col > ul li a .inner {
    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: 100%;
    padding: 0 20px;
}
.gift .gift_sub .gift_list.col > ul li a .inner .ico {
    display: inline-block;
}
.gift .gift_sub .gift_list.col > ul li a .inner .ico.ico01 {
    width: 78px;
    height: 48px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_galaxia_logo.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub .gift_list.col > ul li a .inner .ico.ico02 {
    width: 78px;
    height: 48px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_ktalpha_logo.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub .gift_list.col > ul li a .inner .ico.ico03 {
    width: 48px;
    height: 48px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_hmall_logo.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub .gift_list.col > ul li a .inner .ico.ico03 + div {
    margin-left: 38px;
}
.gift .gift_sub .gift_list.col > ul li a .inner .ico + div {
    margin-left: 20px;
}
.gift .gift_sub .gift_list.col > ul li a .inner .tit {
    display: block;
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-bottom: 4px;
}
.gift .gift_sub .gift_list.col > ul li a .inner .txt {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .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: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gift .gift_sub .accordion_wrap {
    margin-top: 12px;
}
.gift .gift_sub .accordion_wrap > ul {
    border-top: 1px solid #EAEBEA;
}
.gift .gift_sub .accordion_wrap > ul > li {
    border-bottom: 1px solid #EAEBEA;
}
.gift .gift_sub .accordion_wrap > ul > li .head .head_sup .head_tit {
    display: block;
    margin-left: 0;
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .accordion_wrap > ul > li .head a {
    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;
    position: relative;
    padding: 20px 48px 20px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .accordion_wrap > ul > li .head a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("https://ehyundai.com/images/mobilehome2/ico_accordion_arrow_20_default.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub .accordion_wrap > ul > li.on .head a::after {
    background-image: url("https://ehyundai.com/images/mobilehome2/ico_accordion_arrow_20_active.svg");
}
.gift .gift_sub .accordion_wrap > ul > li.on .head .head_sup .head_tit {
    font-weight: 700;
    color: #00815A;
}
.gift .gift_sub .accordion_wrap > ul > li .cont {
    padding: 20px 16px;
    border-top: 1px solid #EAEBEA;
    background: #F7FAF9;
}
.gift .gift_sub .accordion_wrap > ul > li .cont .bullet_list {
    margin-bottom: 12px;
}
.gift .gift_sub .accordion_wrap > ul > li .cont.bg_none {
    padding: 0;
    background: none;
    border-top: none;
}
.gift .gift_sub .accordion_wrap.ty02 {
    margin-top: 0;
}
.gift .gift_sub .accordion_wrap.ty02 ul {
    border: none;
}
.gift .gift_sub .accordion_wrap.ty02 ul > li .head .head_sup .head_tit {
    font-size: 0.938rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .accordion_wrap.ty02 ul > li p.txt {
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    word-break: keep-all;
}
.gift .gift_sub .accordion_wrap.ty02 ul > li p.txt + p.fc_green {
    font-size: 0.938rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin: 20px 0 8px;
}
.gift .gift_sub .accordion_wrap.ty02 ul > li p.txt + .button_area {
    margin-top: 20px;
}
.gift .gift_sub .accordion_wrap.ty02 ul > li ul.guide {
    margin-top: 12px;
}
.gift .gift_sub .accordion_wrap.ty02 ul > li ul.guide li ~ li {
    margin-top: 12px;
}
.gift .gift_sub ul.brand_list {
    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-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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gift .gift_sub ul.brand_list li {
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: calc(50% - 2px);
    height: 110px;
    background: #FFFFFF;
    padding: 12px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
}
.gift .gift_sub ul.brand_list li:first-child, .gift .gift_sub ul.brand_list li:nth-child(2) {
    margin-top: 0;
}
.gift .gift_sub ul.brand_list li .ico {
    display: block;
    margin: 0 auto 4px;
}
.gift .gift_sub ul.brand_list li .ico.ico01 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo01.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico02 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo02.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico03 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo03.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico04 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo04.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico05 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo05.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico06 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo06.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico07 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo07.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico08 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo08.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico09 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo09.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico10 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo10.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico11 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo11.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico12 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo12.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico13 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo13.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico14 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo14.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico15 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo15.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico16 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo16.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico17 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo17.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico18 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo18.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico19 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo19.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico20 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo20.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico21 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo21.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico22 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo22.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.gift .gift_sub ul.brand_list li .ico.ico23 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo23.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
/* 2023-04-14 추가 [S] */
.gift .gift_sub ul.brand_list li .ico.ico24 {
    width: 126px;
    height: 46px;
    background-image: url("https://ehyundai.com/images/mobilehome2/gift/img_brand_logo24.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
/* 2023-04-14 추가 [E] */
.gift .gift_sub ul.brand_list li span.brand {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .gift_money_list {
    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-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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 16px -4px -8px;
}
.gift .gift_sub .gift_money_list li {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    padding: 8px 4px;
}
.gift .gift_sub .gift_money_list li img {
    width: 100%;
    height: auto;
}
.gift .gift_sub .gift_money_list li span.txt {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 8px;
}
.gift .gift_sub .wrap_policy04 h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 40px;
}
.gift .gift_sub .wrap_policy04 h4 + p {
    margin-top: 12px;
}
.gift .gift_sub .wrap_policy04 h4 + ol {
    margin-top: 12px;
}
.gift .gift_sub .wrap_policy04 h4:first-child {
    margin-top: 0;
}
.gift .gift_sub .wrap_policy04 p {
    font-size: 0.938rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .wrap_policy04 p + ol {
    margin-left: 12px;
    margin-top: 4px;
}
.gift .gift_sub .wrap_policy04 p + ol > li {
    margin-top: 0;
}
.gift .gift_sub .wrap_policy04 ol li {
    font-size: 0.938rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 8px;
}
.gift .gift_sub .wrap_policy04 ol li:first-child {
    margin-top: 0;
}
.gift .gift_sub .wrap_policy04 ul.bullet_list {
    margin-top: 4px;
}
.gift .gift_sub .table_wrap.col {
    border-top: 1px solid #171A19;
}
.gift .gift_sub .table_wrap.col table {
    width: 100%;
    border-collapse: collapse;
}
.gift .gift_sub .table_wrap.col table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
.gift .gift_sub .table_wrap.col table thead th:first-child {
    border-left: none;
}
.gift .gift_sub .table_wrap.col table tfoot .al_right {
    text-align: right;
}
.gift .gift_sub .table_wrap.col table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
.gift .gift_sub .table_wrap.col table tbody th.first {
    border-left: none;
}
.gift .gift_sub .table_wrap.col table tbody th.al_center {
    text-align: center;
}
.gift .gift_sub .table_wrap.col table tbody td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    /* 데이터 없을 경우 */
}
.gift .gift_sub .table_wrap.col table tbody td.first {
    border-left: none;
}
.gift .gift_sub .table_wrap.col table tbody td.al_center {
    text-align: center;
}
.gift .gift_sub .table_wrap.col table tbody td.al_right {
    text-align: right;
}
.gift .gift_sub .table_wrap.col table tbody td .fc_red {
    color: #FF383B;
}
.gift .gift_sub .table_wrap.col table tbody td .fc_khaki {
    color: #00805A;
}
.gift .gift_sub .table_wrap.col table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
.gift .gift_sub .table_wrap.col table tbody td .no_result p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .table_wrap.col table th {
    padding: 0 20px;
    background-color: #F0F5F4;
    font-size: 0.875rem;
    font-weight: 700 !important;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: left;
}
.gift .gift_sub .table_wrap.col table tbody td {
    padding: 20px 12px;
}
.gift .gift_sub .table_wrap.col table tbody td.bold {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.gift .gift_sub .table_wrap.col table tbody td a.tell {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://ehyundai.com/images/mobilehome2/ico_call_16.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 8px;
}
/*# sourceMappingURL=maps/gift.css.map */