@charset "utf-8";

/* YouAndiNewKr */
@font-face {
    font-family: 'YouandiNewKr';
    font-style: normal;
    font-weight: 300;
    src: url(../font/YouandiNewKrTitle-Light.eot);
    /* IE9 Compat Modes */
    src: url(../font/YouandiNewKrTitle-Light.eot?#iefix) format('embedded-opentype'),
        /* IE6 ~ IE8 */
        url(../font/YouandiNewKrTitle-Light.woff2) format('woff2'),
        /* Supper Modern Browsers */
        url(../font/YouandiNewKrTitle-Light.woff) format('woff'),
        /* Modern Browsers */
        /* url(../font/YouandiNewKrTitle-Light.ttf) format('truetype'), */
        url(../font/YouandiNewKrTitle-Light.svg) format('svg');
}

@font-face {
    font-family: 'YouandiNewKr';
    font-style: normal;
    font-weight: 400;
    src: url(../font/YouandiNewKrTitle-Regular.eot);
    src: url(../font/YouandiNewKrTitle-Regular.eot#iefix) format('embedded-opentype'),
        url(../font/YouandiNewKrTitle-Regular.woff2) format('woff2'),
        url(../font/YouandiNewKrTitle-Regular.woff) format('woff'),
        /* url(../font/YouandiNewKrTitle-Regular.ttf) format('truetype'), */
        url(../font/YouandiNewKrTitle-Regular.svg) format('svg');
}

/* 2024-11-06 GGU282 추가 - [공통] PC웹 메뉴개편 */
@font-face {
    font-family: 'YouandiNewKr';
    font-style: normal;
    font-weight: 500;
    src: url(../font/YouandiNewKrTitle-Medium.eot);
    src: url(../font/YouandiNewKrTitle-Medium.eot#iefix) format('embedded-opentype'),
        url(../font/YouandiNewKrTitle-Medium.woff2) format('woff2'),
        url(../font/YouandiNewKrTitle-Medium.woff) format('woff'),
        /* url(../font/YouandiNewKrTitle-Medium.ttf) format('truetype'), */
        url(../font/YouandiNewKrTitle-Medium.svg) format('svg');
}

/* //2024-11-06 GGU282 추가 - [공통] PC웹 메뉴개편 */
@font-face {
    font-family: 'YouandiNewKr';
    font-style: normal;
    font-weight: 700;
    src: url(../font/YouandiNewKrTitle-Bold.eot);
    src: url(../font/YouandiNewKrTitle-Bold.eot#iefix) format('embedded-opentype'),
        url(../font/YouandiNewKrTitle-Bold.woff2) format('woff2'),
        url(../font/YouandiNewKrTitle-Bold.woff) format('woff'),
        /* url(../font/YouandiNewKrTitle-Bold.ttf) format('truetype'), */
        url(../font/YouandiNewKrTitle-Bold.svg) format('svg');
}

@font-face {
    font-family: 'YouandiNewKr';
    font-style: normal;
    font-weight: 800;
    src: url(../font/YouandiNewKrTitle-ExtraBold.eot);
    src: url(../font/YouandiNewKrTitle-ExtraBold.eot#iefix) format('embedded-opentype'),
        url(../font/YouandiNewKrTitle-ExtraBold.woff2) format('woff2'),
        url(../font/YouandiNewKrTitle-ExtraBold.woff) format('woff'),
        /* url(../font/YouandiNewKrTitle-ExtraBold.ttf) format('truetype'), */
        url(../font/YouandiNewKrTitle-ExtraBold.svg) format('svg');
}

@font-face {
    font-family: "YouandiNewTR";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../font/YouandiNewKrText-Regular.eot);
    src: url(../font/YouandiNewKrText-Regular.eot?#iefix) format('embedded-opentype'), ;
    src: url(../font/YouandiNewKrText-Regular.woff) format('woff');
}

@font-face {
    font-family: "YouandiNewTB";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../font/YouandiNewKrText-Bold.eot);
    src: url(../font/YouandiNewKrText-Bold.eot?#iefix) format('embedded-opentype'), ;
    src: url(../font/YouandiNewKrText-Bold.woff) format('woff');
}

@font-face {
    font-family: "YouandiNewTEB";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../font/YouandiNewKrText-ExtraBold.eot);
    src: url(../font/YouandiNewKrText-ExtraBold.eot?#iefix) format('embedded-opentype'), ;
    src: url(../font/YouandiNewKrText-ExtraBold.woff) format('woff');
}

@font-face {
    font-family: "YouandiNewTM";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../font/YouandiNewKrText-Medium.eot);
    src: url(../font/YouandiNewKrText-Medium.eot?#iefix) format('embedded-opentype'), ;
    src: url(../font/YouandiNewKrText-Medium.woff) format('woff');
}

@font-face {
    font-family: "YouandiNewTL";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../font/YouandiNewKrText-Light.eot);
    src: url(../font/YouandiNewKrText-Light.eot?#iefix) format('embedded-opentype'), ;
    src: url(../font/YouandiNewKrText-Light.woff) format('woff');
}

* {
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'YouandiNewTR';
    color: #252525;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: none;
    outline: none;
}

.lh_type01 {
    line-height: 1.5em;
}

.fc_primary {
    color: #051766 !important;
}
.fc_basic {
    color: #252525 !important;
}

.fw_bold {
    font-weight: 700;
}

.pb0 {
    padding-bottom: 0 !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt4 {
    margin-top: 4px !important;
}


.mt8 {
    margin-top: 8px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.fs_14 {
    font-size: 14px !important;
}

.fs_15 {
    font-size: 15px !important;
}

.fs_16 {
    font-size: 16px !important;
}

.fs_18 {
    font-size: 18px !important;
}

.fs_20 {
    font-size: 20px !important;
}

.d_flex {
    display: flex;
}

.jc_between {
    justify-content: space-between;
}

.bull_list.type_ast li {
    padding-left: 18px
}

.bull_list.type_ast li:after {
    content: '※';
    top: 1px;
    left: 0;
    width: auto;
    height: auto;
    background-color: transparent;
}

.only_mo {
    display: none !important;
}

.pc_cont {
    display: block !important;
}

.mo_cont {
    display: none !important;
}

.co_blue {
    color: #0070f0 !important;
}

.alL {
    text-align: left !important;
}

/* 2025-09-22 Q11955 추가 */
.alC {
    text-align: center !important;
}

.alR {
    text-align: right !important;
}

.w_full {
    width: 100% !important;
}

/* 2025-12-17 Q11955 max-width 변경으로 클래스 추가 */
.w960 .section {
    max-width: 960px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: content-box;
}

.w960 .add_info .section{
    max-width: 960px;
}
.w960 .fixed_btn_wrap a{
    max-width: 476px;
}
.w960 .notice_inner{
    max-width: 960px;
    padding: 0 20px;
}

.header {
    position: relative;
    max-width: 1920px;
    z-index: 1;
    margin: 0 auto;
}

.header .top_visual {
    width: 100%;
}

.btnTop {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 110px;
    display: none;
    z-index: 99;
}

.btnTop img {
    width: 100%;
}

.gray_box {
    padding: 35px;
    background-color: #f7f7f7;
    border-radius: 24px;
}

.gray_box.type2 {
    padding: 24px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.benefit_table>div {
    display: flex;
    align-items: baseline;
    margin-top: 16px;
}

.benefit_table h5 {
    flex: 0 0 85px;
    color: #051766;
    font-size: 18px;
    font-weight: bold;
    margin-right: 36px;
}

.benefit_table h5 .desc {
    font-size: 14px;
    font-weight: 400;
}

.benefit_table.ty2 h5 {
    flex: 0 0 130px;
}

.benefit_table.ty2 .d_flex span:first-child {
    flex-basis: 196px;
}

.benefit_table.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "c d";
    row-gap: 24px;
    column-gap: 32px;
}

.benefit_table.col2 > div {
    display: block;
    margin: 0;
}
.benefit_table.col2 > div:nth-child(2) {grid-area: c;}
.benefit_table.col2 > div:nth-child(3) {grid-area: b;}
.benefit_table.col2 > div:nth-child(4) {grid-area: d;}

.benefit_table.col2 h5 {
    margin-bottom: 8px;
}
.benefit_table.col2 p.d_flex {
    justify-content: space-between;
}

.target_card_top {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

.card_list {
    width: 540px;
    position: relative;
    margin-bottom: 90px;
}

.swiper-slide {
    transform: scale(0.7);
    opacity: .6;
    transition: all .6s;
}

.swiper-slide.swiper-slide-active {
    left: auto;
    right: -70px;
}

.swiper-slide.swiper-slide-next+.swiper-slide {
    left: -70px;
    z-index: -1;
}

.swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
    left: -120px;
}

.swiper-slide.swiper-slide-next {
    transform: scale(1);
    opacity: 1;
}

.swiper-slide img {
    width: 180px;
}

.swiper-button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url('/koreanair/event/img/img_2502_stop.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 20px);
}

.swiper-button.play {
    background-image: url('/koreanair/event/img/img_2502_play.png');
}

.card_list:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: -5px;
    background-color: #fff
}

.card_list:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    right: -5px;
    background-color: #fff
}


.type_big {
    font-size: 72px;
    font-family: 'YouandiNewKr';
    font-weight: 700;
    text-align: left;
    color: #051766;
    line-height: 1.2;
}

.type_big p {
    font-size: 24px;
    font-family: 'YouandiNewTR';
    font-weight: 500;
    margin-top: 8px;
}

.bul_list>li {
    position: relative;
    padding-left: 16px;
    text-align: left;
    line-height: 1.5;
}

.bul_list>li+li,
.dash_list>li+li {
    margin-top: 4px;
}

.bul_list>li::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    left: 7px;
    top: 0.5em;
    border-radius: 50%;
}

/* 2025-10-15 Q11955 수정 */

.dash_list>li {
    position: relative;
    padding-left: 10px;
    text-align: left;
}

.dash_list>li::before {
    position: absolute;
    content: '-';
    display: block;
    left: 0px;
    top: 0px;
}

.btn_wrap {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.btn_wrap a {
    flex: 1;
}

a[class^="btn_"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    padding: 14px 0 15px;
    height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #051766;
}

a[class^="btn"][class*="line"] {
    border: 2px solid #051766;
}

a[class^="btn"][class*="bg"] {
    background-color: #57BEEB;
}

.alert {
    position: relative;
    font-size: 18px;
    color: #333;
    padding-left: 28px;
    line-height: 24px;
    margin-top: 16px;
}

.alert::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('/koreanair/event/images/ico_alert.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* //reset & base */
.section_wrap.gray_bg {
    background-color: #ededed;
}

.section {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0 80px;
}

.section.w996 {
    max-width: 996px;
}

.section.ty2 {
    padding: 64px 0 54px;
}

.section>.round_box {
    padding: 48px;
    background-color: #fff;
    border-radius: 32px;
}

.section .line_box {
    background-color: #eef8fd;
    border: 1px solid #ddf1fb;
    border-radius: 24px;
    padding: 48px 64px 64px 64px;
}

.inner_section {
    margin-top: 64px;
}

.event_wrap.tab_fixed {
    padding-top: 72px;
}

.event_wrap.tab_fixed .tab_wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #ededed;
    transition: all 0.3s ease;
}

.event_wrap.tab_fixed .tab_wrap.wht_bg {
    background-color: #fff;
}

.tab_wrap {
    padding: 8px 0;
}

.tab_title {
    display: flex;
    max-width: 480px;
    padding: 4px;
    background-color: #051766;
    border-radius: 100px;
    height: 56px;
    margin: 0 auto;
}

.tab_title li {
    flex: 1;
    color: #CDD1E0;
    padding: 13px 0 11px;
    text-align: center;
    border-radius: 24px;
    font-family: 'YouandiNewTB';
    font-size: 18px;
}

.tab_title li.active {
    background-color: #fff;
    color: #051766;
}

.pc_cont.include_tit {
    position: relative;
    height: 640px;
    overflow-x: hidden;
}

.pc_cont.include_tit img {
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.con_title {
    margin-top: 48px;
    margin-bottom: 48px;
    font-weight: 700;
    text-align: center;
}


.con_title em {
    font-size: 32px;
    font-family: 'YouandiNewKr';
    color: #051766;
}

.con_title p {
    font-size: 40px;
    font-family: 'YouandiNewKr';
    margin-top: 8px;
    line-height: 1.2;
}

.con_title p.sub {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'YouandiNewTR';
}

.benefit_wrap {
    overflow-x: auto;
}

.benefit_list {
    display: flex;
    gap: 24px;
}

.benefit_list li {
    position: relative;
    flex: 1;
    min-width: 304px;
    display: flex;
    flex-direction: column;
    font-family: 'YouandiNewKr';
    font-weight: 700;
    text-align: left;
    height: 376px;
    padding: 32px;
    border-radius: 24px;
    background-color: #fff;
}

.benefit_list li img {
    display: block;
    width: 160px;
    height: 160px;
    margin-top: auto;
}


.benefit_list em {
    font-size: 18px;

}

.benefit_list p {
    font-size: 32px;

    color: #051766;
    margin-top: 8px;
}

.popup_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_btn::after {
    position: absolute;
    content: '';
    right: 24px;
    bottom: 24px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('/koreanair/event/images/img_more.png');
    background-size: 40px 40px;
    z-index: 5;
}

.miles_gray .gray_box_top {
    gap: 16px;
}

.miles_gray .gray_box_top.ty2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 24px;
}

.miles_gray .gray_box_top>div {
    flex: 0 1 430px;
}

.sect_title_box {
    margin-top: 32px;
}

.gray_box_top h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #051766;
}

.box_con dl+dl {
    margin-top: 12px;
}

.box_con dl dt {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
}

.box_con dl dd {
    margin-top: 4px;
}

.pro_tip {
    font-family: 'YouandiNewKr';
}

.pro_tip .tip_txt .badge {
    display: inline-block;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 15px;
    color: #051766;
    border: 2px solid #051766;
    border-radius: 32px;
    background-color: #fff;
    font-family: 'YouandiNewTB';
}

.pro_tip .tip_txt .tit {
    font-size: 28px;
    margin: 8px 0;
    font-weight: 500;
}

.pro_tip .tip_txt strong {
    font-weight: 700;
    color: #051766;
}

.pro_tip .img_wrap {
    width: 140px;
    height: 140px;
    margin-left: 32px;
}

.pro_tip_desc {
    margin-top: 32px;
    font-family: 'YouandiNewTB';
}

.pro_tip_desc .gray_box {
    padding-bottom: 56px;
}

.pro_tip_desc .gray_box>div {
    position: relative;
    flex: 1;
    text-align: center;
}

.pro_tip_desc .gray_box>div:not([class^="total_miles"])+div:not([class^="total_miles"])::before {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 60%;
    left: 0;
    transform: translate(-50%, -50%);
    background-image: url('/koreanair/event/images/ico_plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.pro_tip_desc .tip_area em {
    position: relative;
    display: inline-block;
    background-color: #e6e7ef;
    padding: 6px 16px;
    color: #051766;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
    height: 32px;
}

.tip_area .popup_btn::after {
    display: none;
}

.pro_tip_desc .tip_area p {
    font-weight: 700;
    font-family: 'YouandiNewTR';
}

.pro_tip_desc .tip_area p strong {
    font-family: 'YouandiNewTB';
    font-weight: 700;
}

.pro_tip_desc .tip_area.has_pop em::after {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    right: -10px;
    width: 24px;
    height: 24px;
    background-image: url('/koreanair/event/images/ico_info.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


.pro_tip_desc .total_miles.only_pc {
    position: relative;
    background-color: #eef8fd;
    border-radius: 24px;
    padding: 16px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #051766;
    margin-top: 64px;
    font-family: 'YouandiNewTB';
}

.pro_tip_desc .total_miles.only_pc::before {
    content: '';
    display: block;
    position: absolute;
    top: -28%;
    left: 50%;
    width: 64px;
    height: 32px;
    transform: translate(-50%, -50%);
    background-image: url('/koreanair/event/images/img_2508_arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.pro_tip_desc .total_miles img {
    vertical-align: middle;
}

.pro_tip_desc .tip_area p {
    font-size: 16px;

}

.pro_tip_desc .tip_area strong {
    font-size: 24px;
    color: #051766;
}

.event_enter {
    font-family: 'YouandiNewKR';
    height: 256px;
    padding: 168px 0 48px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 52px;
    background-image: url('/koreanair/event/images/img_click.png');
    background-size: 96px;
    background-repeat: no-repeat;
    background-position: center 48px;
}

.add_info {
    background-color: #f7f7f7;
}

.add_info .section {
    max-width: 1200px;
    padding-bottom: 64px;
}

.travel_benifit {
    font-family: 'YouandiNewTR';
    color: #252525;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 36px 48px;
    border-radius: 32px;
    background-color: #fff;
}

.travel_benifit .tarvel_img {
    width: 80px;
}

.travel_benifit.only_mo {
    display: none;
}

.travel_benifit_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.travel_benifit_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.travel_benifit_text h4 {
    font-family: 'YouandiNewKr';
    font-size: 24px;
    font-weight: 700;
}

.travel_benifit_text p {
    font-size: 18px;
}

.travel_detail {
    font-weight: 700;
    padding-right: 16px;
    background-image: url('../img/img_2504_arr_R.png');
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    font-size: 18px;
    color: #252525;
}

.applePay_area {
    text-align: center;
}

.applePay_area .img {
    width: 218px;
    height: 64px;
    margin: 64px auto 24px;
}

.applePay_area .txt1 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'YouandiNewTB';
}

.applePay_area .txt2 {
    font-size: 18px;
    font-weight: 400;

    margin-top: 8px;
}

.last_section {
    font-family: 'YouandiNewKr';
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
}

.last_section p {
    font-size: 18px;
    font-weight: 400;
}

.last_section h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.last_section h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 4px;
}


.notice_wrap {
    color: #fff;
    padding: 64px 50px 130px 50px;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
    background-color: #2f3034;
    font-family: 'YouandiNewTR';
}

/* 2025-09-22 Q11955 추가 */
.notice_inner {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
}

.notice_box {
    width: 100%;
    margin: 0 auto;
}

.notice_box .notice_tit {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 800;
    font-family: 'YouandiNewKR';
}

.notice_box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.notice_box .list01 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.notice_box .list01+.list01 {
    margin-top: 16px;
}

.notice_box .list01>li {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
}

.notice_box .list01>li:before {
    content: "";
    display: block;
    background: #e1e1e1;
    border-radius: 50%;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 1px;
    top: 13px;
}

.notice_box .list02 {
    margin-top: 6px;
}

.notice_box .list02>li {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
}

.notice_box .list02>li:before {
    content: "";
    display: block;
    background: #e1e1e1;
    position: absolute;
    width: 5px;
    height: 1px;
    left: 1px;
    top: 13px;
}

.notice_box .notice_bold {
    font-weight: 800;
}

.detail_btn {
    width: 100%;
    text-align: center;
    background: #051766;
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 99;
}

.detail_btn a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: -0.05em;
    padding-left: 40px;
}

.detail_btn a:after {
    width: 20px;
    height: 15px;
    vertical-align: -2px;
    margin-left: 10px;
    content: "";
    display: inline-block;
    background-image: url('/koreanair/event/img/img_2502_arr_white.png');
    background-size: auto;
    background-repeat: no-repeat;
    vertical-align: -3px;
}

.modal_pop {
    display: none;
    background: rgba(37, 37, 37, 0.6);
    z-index: 999;
}

.modal_pop.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.modal_pop.show .modal_wrap {
    font-family: 'YouandiNewKr';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background-color: #fff;
}

.modal_pop .modal_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 24px 0;
}

.modal_pop .modal_title {
    font-size: 24px;
    font-weight: 700;
    color: #051766;
}

.modal_pop .close_btn {
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    background-image: url('/koreanair/event/images/ico_close.png');
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
}

.modal_pop .modal_container {
    padding: 20px 32px 32px 32px;
}

.modal_container .gray_box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'YouandiNewTR';
}

.modal_container .gray_box .inner_box {
    background-color: #fff;
    padding: 12px 0;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    color: #051766;
    margin-top: 16px;
    font-weight: 700;
    font-family: 'YouandiNewTR';
}

.modal_container .gray_box .desc {
    font-size: 16px;
    font-weight: 400;
}

.modal_container .dash_list strong {
    font-weight: 700;
    color: #051766;
    font-family: 'YouandiNewTB';
}

.modal_container .alert {
    font-size: 14px;
    padding-left: 24px;
}

.modal_container .alert::before {
    width: 20px;
    height: 20px;
    top: 3px;
}

.prize_list {
    display: flex;
    justify-content: space-between;
    /* gap: 16px; */
}

.prize_list li {
    position: relative;
    flex: 0 1 168px;
    text-align: center;
    max-height: 183px;
    background-color: #fff;
    border-radius: 8px;
    height: 183px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.prize_list .prize_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 88px;
}

.prize_list .prize_top .tit {
    font-size: 12px;
    font-family: 'YouandiNewTR';
    font-weight: 600;
}

.prize_list .prize_top .sub {
    font-size: 12px;
    font-family: 'YouandiNewTR';
    margin-top: 2px;
}

.prize_list .prize_top em {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #051766;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    font-family: 'YouandiNewTB';
    font-weight: 700;
    padding: 9px 7px 6px;
}

.prize_list .prize_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.prize_list .prize_bottom img:not(.w_full) {
    width: auto;
    height: 77px;
}

.prize_list li:nth-child(1) .prize_bottom {
    background-color: #e6e7ef;

}

.prize_list li:nth-child(2) .prize_bottom {
    background-color: #ddf1fb;
}

.sponsor {
    text-align: right;
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 16px;
}

.sponsor img {
    width: 60px;
    height: auto;
    vertical-align: middle;
    margin-left: 8px;
}

.link_btn {
    display: inline-block;
    margin-top: 16px;
    font-size: 18px;
    color: #0070f0;
}

.link_btn::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/koreanair/event/images/ico_2508_link_arrow.png');
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: -1px;
}

/* 2025-09-22 Q11955 추가 */
.benefit_wrap_2510 {
    position: relative;
    padding-bottom: 64px;
}

.benefit_wrap_2510 h3 {
    font-size: 28px;
    font-weight: bold;
    color: #252525;
    font-family: 'YouandiNewKr';
}

.benefit_wrap_2510 .txt {
    width: 565px;
}

.benefit_wrap_2510 .benefit_tit {
    display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    font-weight: bold;
    font-family: 'YouandiNewKr';
    margin-top: 24px;
    color: #051766;
}

.benefit_wrap_2510 .benefit_tit span:not(:last-child)::after,
.benefit_wrap_2510 .benefit_tit span:only-of-type::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    width: 40px;
    height: 40px;
    background-image: url('/koreanair/event/images/img_more.png');
    background-size: cover;
}

.benefit_wrap_2510 .benefit_tit span:not(:last-child)::after {
    margin-left: 8px;
}

.benefit_wrap_2510 .bul_list>li {
    margin-top: 8px;
    font-size: 18px;
    font-family: 'YouandiNewTR';
    color: #051766;
    font-weight: 700;
}

.benefit_wrap_2510 .bul_list>li>p {
    color: #252525;
    margin-top: 4px;
    font-weight: 400;
}

.benefit_wrap_2510 .img {
    width: 240px;
    height: 240px;
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.event_desc {
    padding: 32px 24px;
}

.event_desc>div {
    display: flex;
}

.event_desc>div+div {
    margin-top: 12px;
}

.event_desc>div p {
    flex: 0 0 120px;
    font-weight: bold;
    font-family: 'YouandiNewKr';
    /* color: #051766; */
    color: #252525;
    font-size: 18px;
}

.num_list {
    counter-reset: num;
}

.num_list>li {
    position: relative;
    padding-left: 18px;
    margin: 4px 0;
    line-height: 1.5;
}

.num_list>li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: counter(num) '.';
    counter-increment: num;
}

.card_list_img {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 32px;
    padding: 0 16px;
}

.card_list_img img {
    width: 100%;
}

.round_box .alert {
    font-size: 16px;
}

.round_box .alert.alC::before {
    position: unset;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.fixed_btn_wrap {
    display: flex;
    position: fixed;
    height: 96px;
    bottom: 0;
    background-color: #252525;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    z-index: 999;
}

.fixed_btn_wrap a {
    max-width: 596px;
    flex: 1 1 50%;
    padding: 16px 0 16px;
}

.fixed_btn_wrap a.btn_bg_wht {
    background-color: #fff;
}

.kakao_btn {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #ffeb00;
    color: #000;
    text-align: center;
    line-height: 56px;
    border-radius: 8px;
    margin-top: 32px;
}

.kakao_btn span {
    display: inline-block;
    background: #ffeb00 url('/koreanair/event/images/icon_kakao2.png') no-repeat 0 0;
    background-size: 28px 28px;
    padding-left: 36px;
    margin-top: -2px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'YouandiNewTR';
}

/* 2025-10-15 Q11955 OTA 관련 추가 css */
.apply_info_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}

.apply_info_txt img {
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.apply_info_txt p {
    font-size: 25px;
}

.event_wrap.eventOTA section {
    padding-top: 80px;
}

.eventOTA .con_title {
    margin-bottom: 40px;
}

.eventOTA .gray_box {
    padding: 40px 48px;
}

.eventOTA .card_list_img {
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
}

.eventOTA .card_list_img img {
    width: 102%;
    margin-left: -6px;
}

.eventOTA .pro_tip .tip_txt .tit {
    margin-bottom: 4px;
}

.target_card_desc {
    margin-top: 34px;
    color: #5e5e5e;
}

.tip_list {
    display: flex;
    gap: 6px;
    margin: 20px 0;
}

.tip_list .tip_item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 20px;
    border-radius: 16px;
    background-color: #F7f7f7;
    font-family: 'YouandiNewKr';
}

.tip_list .tip_item:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: -42px;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.tip_list .tip_item:first-child::after {
    background-image: url('/koreanair/event/images/img_OTA_sticker_01.png');
    background-size: 42px 42px;
}

.tip_list .tip_item:nth-child(2)::after {
    background-image: url('/koreanair/event/images/img_OTA_sticker_02.png');
    background-size: 42px 42px;
}

.tip_list>div:last-child {
    background-color: #051766;
    color: #fff;
}

.tip_list .tip_item>p {
    font-size: 24px;
    font-weight: bold;
}

.tip_list .tip_item em {
    color: #57BEEB;
}

.tip_list .tip_item img {
    width: 64px;
    height: 64px;
}

.tip_list .tip_item .txt p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.tip_list .tip_item .txt p:nth-of-type(2) {
    font-size: 18px;
    margin-top: 4px;
    line-height: 1;
}

.tip_list .tip_item .txt span {
    font-size: 14px;
    color: #5e5e5e;
}

.pro_tip .miles_info {
    position: relative;
    background-color: #EEF8FD;
    border-radius: 16px;
    padding: 24px 48px;
    font-family: 'YouandiNewKr';
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.pro_tip .miles_info .desc {
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
    color: #5e5e5e;
    font-family: 'YouandiNewTR';
}

.pro_tip .miles_info img {
    position: absolute;
    right: 48px;
    bottom: 0;
    width: 200px;
}

.alert.gray::before {
    background-image: url('/koreanair/event/images/ico_alert_gray.png');
}


@media all and (max-width:750px) {
    .fs_11_mo {
        font-size: 11px !important;
    }

    .fs_12_mo {
        font-size: 12px !important;
    }

    .fs_13_mo {
        font-size: 13px !important;
    }

    .fs_14_mo {
        font-size: 14px !important;
    }

    .fs_15_mo {
        font-size: 15px !important;
    }

    .fs_16_mo {
        font-size: 16px !important;
    }

    .fs_18_mo {
        font-size: 18px !important;
    }

    .pc_cont {
        display: none !important;
    }

    .mo_cont {
        display: block !important;
    }

    .only_mo {
        display: block !important;
    }

    .only_pc {
        display: none !important;
    }

    .event_wrap {
        padding-bottom: 40px;
    }

    .section_wrap {
        gap: 16px;
    }

    .section {
        padding: 32px 16px;
        width: 100%;
        border-radius: 0;
    }

    .w960 .section{
        padding: 32px 16px;
        max-width: none;
        box-sizing: border-box;
    }

    .d_flex {
        display: flex;
        flex-wrap: wrap;
    }

    .gray_box.miles_gray {
        padding: 20px;
        border-radius: 16px;
    }

    .bul_list>li {
        padding-left: 10px;
        font-size: 14px;
    }

    .bul_list>li::before {
        width: 2px;
        height: 2px;
        left: 3px;
    }

    .popup_btn::after {
        bottom: 16px;
        right: 16px;
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }

    /* //reset & base */

    .travel_benifit.only_mo {
        display: flex !important;
    }

    .travel_benifit_right {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .event_wrap.tab_fixed .tab_title {
        width: calc(100% - 32px);
    }

    .tab_title {
        height: 44px;
    }

    .tab_title li {
        font-size: 14px;
        padding: 8px 0 6px;
    }

    .con_title {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .con_title em {
        font-size: 18px;
    }

    .con_title p {
        font-size: 24px;
    }

    .benefit_wrap {
        margin-left: -16px;
        margin-right: -16px;
    }

    .benefit_list {
        /* width: 654px; */
        padding: 0 16px;
    }

    .benefit_list li {
        min-width: 210px;
        padding: 24px;
        height: 280px;
    }

    .benefit_list em {
        font-size: 16px;
    }

    .benefit_list p {
        font-size: 24px;
    }

    .benefit_list li img {
        width: 112px;
        height: 112px;
    }

    .type_big {
        font-size: 28px;
    }

    .type_big p {
        font-size: 16px;
    }

    .target_card_top {
        flex-direction: column;
        gap: 24px;
    }

    .sect_title_box {
        margin-top: 0;
    }

    .card_list {
        width: 100%;
    }

    .card_list:before {
        left: -2%;
        width: 18%;
    }

    .card_list:after {
        right: -2%;
        width: 18%;
    }

    .swiper-slide img {
        width: 120px;
    }

    .swiper-slide.swiper-slide-active {
        left: auto;
        right: -12%;
    }

    .swiper-slide.swiper-slide-next+.swiper-slide {
        left: -12%;
        z-index: -1;
    }

    .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
        left: -20%;
    }


    .miles_gray .gray_box_top {
        flex-direction: column;
    }

    .gray_box_top h5 {
        font-size: 16px;
    }

    .miles_gray .gray_box_top>div {
        flex: 1;
    }

    .miles_gray .gray_box_top>div p {
        flex-wrap: nowrap;
    }

    .btn_wrap {
        margin-top: 24px;
        flex-direction: column;
    }

    a[class^="btn_"] {
        font-size: 16px;
        height: 48px;
        flex: 0 0 48px;
        padding: 12px 0;
        border-radius: 8px;
    }

    .pro_tip .tip_txt .badge {
        font-size: 16px;
        padding: 8px 15px;
    }

    .pro_tip .tip_txt .tit {
        font-size: 16px;
        letter-spacing: -1px;
        margin-bottom: 4px;
    }

    .pro_tip_desc {
        margin-top: 24px;
    }

    .pro_tip_desc .gray_box {
        gap: 52px;
        flex-direction: column;
        padding: 30px 24px;
    }

    .pro_tip_desc .tip_area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

    .pro_tip_desc .tip_area em {
        font-size: 12px;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
        padding: 7px 12px 8px;
        margin: 0;
    }

    .pro_tip_desc .tip_area p {
        flex: 1 0 190px;
        font-size: 14px;
        font-family: 'YouandiNewTR';
    }

    .pro_tip_desc .tip_area p strong {
        font-size: 20px;
    }

    .pro_tip_desc .gray_box>div:not([class^="total_miles"])+div:not([class^="total_miles"])::before {
        left: 50%;
        top: -65%;
        width: 32px;
        height: 32px;
        margin-left: 30px;
    }

    .total_miles.only_mo {
        font-size: 20px;
        font-weight: 700;
        color: #051766;
        margin: -12px -5px 0;
    }

    .total_miles.only_mo img {
        width: 48px;
        height: 48px;
    }

    .alert {
        padding-left: 24px;
        font-size: 12px;
    }

    .alert::before {
        width: 16px;
        height: 16px;
        top: 4px;
    }

    .alert.gray::before {
        width: 20px;
        height: 20px;
    }

    .event_enter {
        padding: 144px 0 48px !important;
        font-size: 24px;
        background-size: 80px;
    }

    .travel_benifit {
        gap: 20px;
        align-items: flex-start;
        padding: 32px 24px;
        margin: 0 -16px;
        border-radius: 0;
    }

    .travel_benifit img {
        margin-top: 10px;
    }

    .travel_benifit .tarvel_img {
        width: 64px;
    }

    .travel_benifit_right {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start
    }

    .travel_benifit_text h4 {
        font-size: 18px;
    }

    .travel_benifit_text p {
        font-size: 16px;
    }

    .travel_detail {
        font-size: 16px;
    }

    .last_section {
        padding-top: 0;
        margin-top: 48px;
    }

    .last_section p {
        font-size: 14px;
    }

    .last_section h4 {
        font-size: 16px;
        margin-top: 4px;
    }

    .last_section h3 {
        font-size: 24px;
        margin-top: 4px;
    }

    .notice_wrap {
        padding: 48px 20px 112px;
    }

    .notice_inner {
        padding: 0 !important;
    }

    .notice_box .notice_tit {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .notice_box h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .notice_box .list01 {
        margin-bottom: 15px;
    }

    .notice_box .list01+.list01 {
        margin-top: 32px;
    }


    .notice_box .list01 li {
        font-size: 14px;
    }

    .notice_box .list01>li:before {
        top: 9px;
    }

    .detail_btn a {
        line-height: 56px;
        font-weight: 700;
        padding-left: 12px;
    }

    .add_info .section {
        padding-top: 16px;
    }

    .applePay_area {
        /* padding: 0 20px; */
    }

    .applePay_area .img {
        width: 136px;
        height: 40px;
        margin: 48px auto 16px;
    }

    .applePay_area .txt1 {
        font-size: 16px;
        line-height: 20px;
    }

    .applePay_area .txt2 {
        font-size: 14px;
        line-height: 20px;
    }

    .btnTop {
        width: 70px;
        bottom: 72px;
    }

    .modal_pop.show .modal_wrap {
        width: 328px;
    }

    .modal_pop .modal_top {
        align-items: flex-start;
    }

    .modal_pop .modal_title {
        font-size: 20px;
    }

    .modal_pop .modal_container {
        padding: 16px 24px 24px 24px;
    }

    .modal_pop .close_btn {
        width: 32px;
        height: 32px;
        background-size: 19px 19px;
    }

    .gray_box {
        padding: 24px;
        border-radius: 16px;
    }

    .gray_box.type2 {
        padding: 16px;
    }

    .modal_container .alert {
        font-size: 12px;
        margin-top: 8px;
    }

    .sponsor {
        font-size: 12px;
        margin-top: 4px;
    }

    .sponsor img {
        width: 40px;
        margin-left: 8px;
    }

    .prize_list {
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
    }

    .prize_list li {
        flex: 0 0 auto;
        flex-direction: row;
        max-height: none;
        height: 80px;
        width: 232px;
    }

    .prize_list .prize_bottom {
        width: 70px;
        height: auto;
        border-radius: 0 8px 8px 0;
    }

    .prize_list .prize_top em {
        left: 0;
    }

    .prize_list .prize_top {
        align-items: flex-start;
        text-align: left;
        padding-left: 16px;
        height: auto;
    }

    .prize_list .prize_bottom img:not(.w_full) {
        width: 60px;
        height: 48px;
    }

    .prize_list .prize_bottom img.w_full {
        height: 100%;
        width: auto !important;
    }

    .modal_container .gray_box h4 {
        font-size: 16px;
    }

    .modal_container .gray_box .inner_box {
        padding: 12px 16px;
        font-size: 14px;
        text-align: center;
    }

    .link_btn {
        font-size: 14px;
    }

    .link_btn::after {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

    .inner_section {
        margin-top: 0;
    }

    /* 2025-09-22 Q11955 추가 */
    .event2510 #event_info_01 {
        background-color: #fff;
    }

    .event2510 #event_info_01 .con_title {
        margin-bottom: 24px;
    }

    .event2510 #event_info_01 .con_title p {
        font-size: 20px;
        margin: 0 8px;
    }

    .event2510 .target_card_sect {
        padding: 40px 16px 0;
    }

    .section.ty2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section>.round_box {
        padding: 0 16px;
    }

    .benefit_wrap_2510 .txt {
        width: 100%;
    }

    .section .line_box {
        padding: 24px;
    }

    .benefit_wrap_2510 h3 {
        font-size: 18px;
    }

    .benefit_wrap_2510 .benefit_tit {
        font-size: 24px;
        flex-direction: column;
        margin-top: 16px;
    }

    .benefit_wrap_2510 .bul_list>li {
        margin-top: 12px;
    }

    .benefit_wrap_2510 .img {
        position: unset;
        margin-left: auto;
        width: 128px;
        height: 128px;
    }

    .benefit_wrap_2510 .benefit_tit span:not(:last-child)::after {
        display: none;
    }

    .benefit_wrap_2510 .benefit_tit span:not(:first-child)::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        margin-top: -4px;
        width: 24px;
        height: 24px;
        background-image: url('/koreanair/event/images/img_more.png');
        background-size: cover;
    }

    .benefit_wrap_2510 .benefit_tit span:only-of-type::before {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }

    .event_desc {
        padding: 24px 8px 20px;
    }

    .event_desc>div {
        flex-direction: column;
    }

    .event_desc>div p {
        flex: 0 0 auto;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .round_box .alert {
        font-size: 14px;
        padding-left: 0;
    }

    .round_box .alert::before {
        width: 20px;
        height: 20px;
    }

    .divider {
        background-color: #F7F7F7;
        height: 16px;
    }

    .card_list_img {
        width: calc(100% + 32px);
        height: 222px;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 32px 0 32px -16px;
        padding: 0 24px;
    }

    .card_list_img img {
        height: 100%;
        width: auto;
    }

    .miles_gray .gray_box_top.ty2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .fixed_btn_wrap {
        height: 80px;
    }

    .fixed_btn_wrap a {
        flex: 1;
    }

    /* 2025-10-15 Q11955 OTA 관련 추가 */

    .event_wrap.eventOTA {
        padding-bottom: 0;
    }

    .event_wrap.eventOTA section {
        padding: 48px 16px;
    }

    .eventOTA .con_title {
        margin-bottom: 24px;
    }

    .eventOTA .gray_box {
        padding: 20px;
    }

    .benefit_table>div {
        flex-direction: column;
    }

    .benefit_table h5,
    .benefit_table.ty2 h5 {
        font-size: 16px;
        flex: 1;
        margin-bottom: 6px;
        margin-right: 0;
    }

    .benefit_table.ty2 .d_flex span:first-child {
        flex: 1;
    }

    .benefit_table.col2{
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .target_card_desc {
        margin-top: 16px;
    }

    .apply_info_txt img {
        width: 40px;
        height: 40px;
        margin-right: 4px;
    }

    .apply_info_txt p {
        font-size: 18px;
    }

    .eventOTA a[class^="btn_"] {
        font-size: 18px;
        height: 56px;
        padding: 16px 0;
    }

    .benefit_table.ty2 .d_flex {
        justify-content: space-between;
    }

    .con_title p.sub {
        font-size: 16px;
        line-height: 24px;
    }

    .con_title em~p {
        margin-top: 8px;
    }

    .eventOTA .card_list_img {
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0 auto 12px auto;
    }

    .eventOTA .card_list_img img {
        width: 100%;
        margin-left: 0;
    }

    .tip_list {
        flex-direction: column;
        gap: 8px;
        margin: 16px 0;
    }

    .tip_list .tip_item {
        padding: 20px 16px;
    }

    .tip_list .tip_item .txt p:nth-of-type(1) {
        font-size: 16px;
    }

    .tip_list .tip_item .txt p:nth-of-type(2) {
        font-size: 16px;
        margin-top: 4px;
    }

    .tip_list .tip_item:not(:last-child):after {
        right: unset;
        top: unset;
        bottom: -47px;
        left: 50%;
    }

    .tip_list .tip_item>p {
        font-size: 20px;
    }

    .pro_tip .miles_info {
        margin-top: 24px;
        padding: 24px 24px 80px 24px;
        font-size: 18px;
    }

    .pro_tip .miles_info .desc {
        font-size: 14px;
    }

    .pro_tip .miles_info img {
        width: 128px;
        right: 12px;
        bottom: 12px;
    }
}