body {
    font-family: 'Noto Sans KR', sans-serif;
}

.clip-label {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.banner-animation {
    animation: slideDown 1s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-50%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner-animation {
    animation: slideDown 0.8s ease-out forwards;
    opacity: 0;
    /* 초기 상태 */
}

.location-card {
    opacity: 0;
    /*transform: scale(0.8) ;*/
    transition: all 0.5s ease-out;
    /*width: 300px;*/
    margin-bottom: 12px;
}

.location-card.show {
    opacity: 1;
    /*transform: scale(1) translateX(-100px);*/
}

/*@media (min-width: 768px) {*/
/*    .location-card-left {*/
/*        right: 50%;*/
/*        transform:scale(0.8) translateX(-100px);*/
/*    }*/
/*    .location-card.map-line.show{*/
/*        right: 50%;*/
/*        !*transform:scale(1) translateX(135px);*!*/
/*    }*/
/*    .location-card-left.show {*/
/*        opacity: 1;*/
/*        transform: scale(1) translateX(-100px);*/
/*    }*/
/*}*/
/*.location-card .connector {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 80px;*/
/*    border-left: 2px dashed #f97316; !* orange-500 *!*/
/*    left: 50%;*/
/*    top: 100%;*/
/*    transform: translateX(-50%);*/
/*    z-index: 0;*/
/*}*/


.map-point {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.card-animation {
    opacity: 0;
    /*transform: translateY(20px);*/
    animation: slideInX 0.8s ease forwards;
}

@keyframes slideInX {
    0% {
        opacity: 0;
        transform: translateX(var(--start-x, 0));
    }

    100% {
        opacity: 1;
        transform: translateX(var(--end-x, 0));
    }
}

.bg-gradient {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
}

.animate-title {
    animation: slideUpFade 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.animate-subtitle {
    animation: slideUpFade 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.4s;
}

.animate-button {
    animation: slideUpFade 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.8s;
}

@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.animate-bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.title-section {
    width: 100%;
    /* 원하는 표시 크기 */
    height: 325px;
    /* 원하는 표시 크기 */
    background-image: url('/event/images/250418_방콕호텔.png');
    /* 원본 전체 이미지 */
    background-repeat: no-repeat;
    background-size: 650px auto;
    /* 가로 1200px에 맞추고, 세로는 비율 유지 */
    background-position: center top;
    /* 기본 위치 */
    margin-bottom: 20px;
}

/* 각각 보일 영역 조정 (배경 위치) */
.luxury-hotel {
    background-position: center 17px;
}

.residence-hotel {
    background-position: center -300px;
    height: 220px;
}

.good-price-hotel {
    background-position: center -500px;
    height: 220px;
}

.infinitypool-hotel {
    background-position: center -700px;
    height: 220px;
}

.shopping-hotel {
    background-position: center -900px;
    height: 220px;
}

.pet-hotel {
    background-position: center -1100px;
    height: 220px;
}



.title-section-tour {
    width: 100%;
    /* 원하는 표시 크기 */
    height: 325px;
    /* 원하는 표시 크기 */
    background-image: url('/event/images/250418_방콕투어.png');
    /* 원본 전체 이미지 */
    background-repeat: no-repeat;
    background-size: 650px auto;
    /* 가로 1200px에 맞추고, 세로는 비율 유지 */
    background-position: center top;
    /* 기본 위치 */
    margin-bottom: 20px;
}

/* 각각 보일 영역 조정 (배경 위치) */
.tour-1 {
    background-position: center 17px;
}

.tour-2 {
    background-position: center -300px;
    height: 220px;
}

.tour-3 {
    background-position: center -520px;
    height: 220px;
}

.tour-4 {
    background-position: center -740px;
    height: 220px;
}

.tour-5 {
    background-position: center -960px;
    height: 220px;
}

.tour-6 {
    background-position: center -1180px;
    height: 220px;
}

.tour-7 {
    background-position: center -1400px;
    height: 220px;
}

.title-section-golf {
    width: 100%;
    /* 원하는 표시 크기 */
    height: 325px;
    /* 원하는 표시 크기 */
    background-image: url('/event/images/250418_방콕골프.png');
    /* 원본 전체 이미지 */
    background-repeat: no-repeat;
    background-size: 650px auto;
    /* 가로 1200px에 맞추고, 세로는 비율 유지 */
    background-position: center top;
    /* 기본 위치 */
    margin-bottom: 20px;
}

/* 각각 보일 영역 조정 (배경 위치) */
.title-section-golf.sub-1 {
    background-position: center 17px;
}

.title-section-golf.sub-2 {
    background-position: center -300px;
    height: 220px;
}

.title-section-golf.sub-3 {
    background-position: center -520px;
    height: 220px;
}

.title-section-golf.sub-4 {
    background-position: center -740px;
    height: 220px;
}

.title-section-golf.sub-5 {
    background-position: center -960px;
    height: 220px;
}

.title-section-golf.sub-6 {
    background-position: center -1100px;
    height: 220px;
}

.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4.gap-6 {
    justify-content: center;
}

.title-section-best {
    width: 100%;
    /* 원하는 표시 크기 */
    height: 270px;
    /* 원하는 표시 크기 */
    background-image: url('/event/images/location_pro.png');
    /* 원본 전체 이미지 */
    background-repeat: no-repeat;
    background-size: 390px auto;
    /* 가로 1200px에 맞추고, 세로는 비율 유지 */
    background-position: center top;
    /* 기본 위치 */
    margin-bottom: -20px;
}

/* 각각 보일 영역 조정 (배경 위치) */
.title-section-best.sub-1 {
    background-position: center 17px;
}

.best5 {
    background-image: url('/event/images/방콕필수코스5가지%2B바탕화면.png');
    background-repeat: no-repeat;
}

.promotion_banner_img {
    width: 100%;
    height: 485px;
}

.promotion_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion_banner_content {
    max-width: 1540px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    background-color: #fff;
    padding: 0 100px;
    position: relative;
    margin-top: -235px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.promotion_banner_content .po_round {
    width: 283px;
    height: 283px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotion_banner_content .po_round img {
    margin-bottom: 70px;
}

.promotion_banner_content .po_head {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 33px 0px;
}

.promotion_banner_content .po_head::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 6px;
    background-color: #dae3fc;
}

.promotion_banner_content .po_head.green::after {
    background-color: #dbf3dc;
}

.promotion_banner_content .po_head_sub {
    font-size: 20px;
    color: #777;
    text-align: center;
    position: relative;
}

.promotion_banner_content .promotion_box {
    margin-top: 55px;
}

.promotion_banner_content .promotion_box .ttl {
    font-size: 28px;
    text-align: center;
    padding-bottom: 5px;

}

.promotion_banner_content .promotion_box .ttl_sub {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    color: #777;

}

.promotion_box_contain {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.promotion_box_item {
    width: calc((100% - (40px * 2)) / 3);
}

.promotion_box_item .box_img {
    width: 100%;
    height: 280px;
    border-radius: 6px;
    overflow: hidden;
}

.promotion_box_item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion_box_item .box_info {
    padding: 25px 0;
}

.promotion_box_item .box_info .info_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.promotion_box_item .info_hash_tag span {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    white-space: nowrap;
}


.promotion_box_item .info_hash_tag {
    margin-bottom: 24px;
}

.promotion_box_item .special_label {
    font-size: 12px;
    background-color: #4774ef;
    color: #fff;
    font-weight: 700;
    padding: 2px 2px 2px 7px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    margin-top: 5px;
    height: 22px;
}

.promotion_box_item .special_label::after {
       content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 100%;
    top: 0;
    right: -24px;
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #4774ef;
}

.promotion_box_item .special {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.promotion_box_item .special p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.promotion_box_item .special img {
    margin-top: 5px;
}

.sec_banner {
    background-color: #fff;
    padding-bottom: 90px;
}


.section_gradient {
    padding-bottom: 100px;
}



.wrap_item.card-animation {
    width: 854px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    gap: 40px;
    box-shadow: 2px 10px 10px #00000017;
}

.wrap_item.card-animation:nth-child(even) {
    flex-direction: row-reverse;
}

.wrap_item .num_box {
    width: 40px;
    height: 80px;
    position: relative;
}

.wrap_item .num_box span {
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_item .num_box span.blue {
    background: #4774ef;
}

.wrap_item .num_box span.yellow {
    background: #fbc62b;
}
.wrap_item .num_box span.violet {
    background: #a060e2;
}
.wrap_item .num_box span.green {
    background: #50b62c;
}
.wrap_item .num_box span.orange {
    background: #f88836;
}

.wrap_item:nth-child(even) .num_box span {
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_item .text_box {
    flex: 1;
}

.wrap_item .text_box .title {
   font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.wrap_item .text_box  .des {
  font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.wrap_item:nth-child(even) .image_box {
    width: 380px;
    height: 185px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.wrap_item:nth-child(odd) .image_box {
    width: 380px;
    height: 185px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.wrap_item .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text_head_sec {
    font-size: 22px;
    font-weight: 500;
    color: #777;
    margin-top: 10px;
    font-family: "Korail";
    text-align: center;
}

.text_title_sec {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #252525;
    margin-bottom: 40px;
    font-family: "Korail";
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .best5 {
        width: 100%;
    }

    .flex_header_top {
        flex-wrap: wrap;
    }

    .card-animation {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #header_mobile {
        overflow: hidden;
    }

    #footer {
        padding-bottom: 20rem;
        overflow: hidden;
    }

    html {
        font-size: 1.38888889vw !important;
    }

    .title-section-best {
        width: 100%;
        height: 33rem;
        background-image: url(/event/images/location_pro_mo.png);
        background-repeat: no-repeat;
        background-size: 43.7rem auto;
        background-position: center top;
        margin-bottom: 2rem;
    }

    .title-section {
        width: 100%;
        height: 28.5rem;
        background-image: url(/event/images/250418_방콕호텔.png);
        background-repeat: no-repeat;
        background-size: 59rem auto;
        background-position: center top;
        margin-bottom: 2rem;
    }

    .hotel-list a {
        width: 60rem;
        min-width: 60rem;
        max-width: 60rem;
    }

    .hotel-list a .p-4 h3 {
        font-size: 2.125rem;
        line-height: 2.75rem;
    }

    .good-price-hotel,
    .infinitypool-hotel,
    .shopping-hotel,
    .pet-hotel {
        margin-top: 5rem;
    }

    .title-section-tour {
        width: 100%;
        height: 32.5rem;
        background-image: url(/event/images/250418_방콕투어.png);
        background-repeat: no-repeat;
        background-size: 65rem auto;
        background-position: center top;
        margin-bottom: 2rem;
        margin-top: 5rem;
    }

    .tour-7 {
        background-position: center -140rem;
        height: 22rem;
    }

    .title-section-golf {
        width: 100%;
        height: 32.5rem;
        background-image: url(/event/images/250418_방콕골프.png);
        background-repeat: no-repeat;
        background-size: 65rem auto;
        background-position: center top;
        margin-bottom: 2rem;
    }

    .title-section-golf.sub-1 {
        background-position: center 1.7rem;
    }

    .title-section-golf.sub-2 {
        background-position: center -30rem;
        height: 22rem;
    }

    .title-section-golf.sub-3 {
        background-position: center -52rem;
        height: 22rem;
    }

    /* new */
    .promotion_banner_img {
        width: 100%;
        height: 48rem;
    }

    .promotion_banner_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .promotion_banner_content {
        max-width: 66rem;
        width: calc(100% - 2rem);
        margin: 0 auto;
        background-color: #fff;
        padding: 0 0;
        position: relative;
        margin-top: -19.5rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .promotion_banner_content .po_round {
        width: 30.7rem;
        height: 27rem;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .promotion_banner_content .po_head {
        font-size: 5.2rem;
        font-weight: 800;
        text-align: center;
        z-index: 1;
        position: relative;
        padding: 3.2rem 0rem;
    }

    .promotion_banner_content .po_head::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1.6rem;
        left: 50%;
        transform: translateX(-50%);
        width: 30rem;
        height: 0.8rem;
        background-color: #dae3fc;
    }

    .promotion_banner_content .po_head.green::after {
        background-color: #dbf3dc;
    }

    .promotion_banner_content .po_head_sub {
        font-size: 3rem;
        color: #777;
        text-align: center;
        position: relative;
    }

    .promotion_banner_content .promotion_box {
        margin-top: 6.5rem;
    }

    .promotion_banner_content .promotion_box .ttl {
        font-size: 3.8rem;
        text-align: center;
        padding-bottom: 1.5rem;

    }

    .promotion_banner_content .promotion_box .ttl_sub {
        font-size: 3rem;
        text-align: center;
        padding-bottom: 3rem;
        color: #777;

    }

    .promotion_box_contain {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        gap: 2rem;
    }

    .promotion_box_item {
        width: 100%;
    }

    .promotion_box_item .box_img {
        width: 66.1rem;
        height: 44.1rem;
        border-radius: 0.8rem;
        overflow: hidden;
    }

    .promotion_box_item .box_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .promotion_box_item .box_info {
        padding: 3.5rem 0;
    }

    .promotion_box_item .box_info .info_name {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 2.5rem;
    }

    .promotion_box_item .info_hash_tag span {
        font-size: 2.6rem;
        color: #777;
        line-height: 1.5;
        white-space: unset;
        word-break: break-all;
    }


    .promotion_box_item .info_hash_tag {
        margin-bottom: 3.4rem;
    }


    .promotion_box_item .special {
        display: flex;
        gap: 2.8rem;
        align-items: flex-start;
    }

    .promotion_box_item .special p {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .promotion_box_item .special img {
        margin-top: 0.2rem;
        width: 7.9rem;
        height: 3.8rem;
    }

    .sec_banner {
        background-color: #fff;
        padding-bottom: 11rem;
    }

    .promotion_banner_content .po_round img {
        margin-bottom: 10rem;
        width: 8rem;
    }

    .object-contain.news {
        width: 45rem;
        height: 61.8rem;
    }

    .title_map {
        margin: 8.5rem auto 6.5rem;
    }

    .title_map img {
        width: 41.6rem;
        margin: 0 auto;
    }

    .promotion_map {
        position: relative;
        background: url('/event/images/promotion_map.png') no-repeat center;
        background-size: 65.9rem 49.3rem;
        width: 65.9rem;
        height: 49.3rem;
        margin: 0 auto 7.5rem;
    }

    .promotion_map .location {
        position: relative;
    }

    .promotion_map #location01 .detail_map {
        top: 8rem;
        left: 43%;
        transform: translateX(-50%);
        position: absolute;
    }

    .promotion_map #location02 .detail_map {
        top: 16rem;
        left: 34%;
        transform: translateX(-50%);
        position: absolute;
    }

    .promotion_map #location03 .detail_map {
        top: 21rem;
        left: 15%;
        transform: translateX(-50%);
        position: absolute;
    }

    .promotion_map #location04 .detail_map {
        top: 25rem;
        left: 37%;
        transform: translateX(-50%);
        position: absolute;
    }

    .promotion_map #location05 .detail_map {
        top: 19rem;
        left: 51%;
        transform: translateX(-50%);
        position: absolute;
    }

    .promotion_map #location06 .detail_map {
        top: 24rem;
        left: 22%;
        transform: translateX(-50%);
        position: absolute;
    }

    .promotion_map .img_loca.hover {
        display: none;
    }

    .promotion_map .icon:hover .img_loca {
        display: none;
    }

    .promotion_map .icon:hover .img_loca.hover {
        display: block;
    }

    .promotion_map #icon01 .img_loca {
        width: 4.6rem;
    }

    .promotion_map #icon01 .hover {
        width: 5.4rem;
    }

    .promotion_map #icon02 .img_loca {
        width: 1.6rem;
    }

    .promotion_map #icon02 .hover {
        width: 2.4rem;
    }

    .promotion_map #icon03 .img_loca {
        width: 4.8rem;
    }

    .promotion_map #icon03 .hover {
        width: 5.6rem;
    }

    .promotion_map #icon04 .img_loca {
        width: 4rem;
    }

    .promotion_map #icon04 .hover {
        width: 4.8rem;
    }

    .promotion_map #icon05 .img_loca {
        width: 3.6rem;
    }

    .promotion_map #icon05 .img_loca {
        width: 4.4rem;
    }

    .promotion_map #icon06 .hover {
        width: 3.5rem;
    }

    .promotion_map #icon06 .img_loca {
        width: 3.5rem;
    }

    .promotion_map .location .icon:hover+.location_pop {
        display: block;
    }

    .promotion_map #pop01 {
        left: 60%;
    }

    .promotion_map .location_pop {
        position: absolute;
        bottom: 7rem;
        left: 45%;
        transform: translateX(-50%);
        min-width: 40rem;
        display: none;
    }

    .promotion_map #pop03 {
        left: 208%;
    }

    .promotion_map #pop06 {
        left: 288%;
    }

    .promotion_map .location_pop .location_desc {
        position: relative;
        padding: 4rem 3.5rem;
        border-radius: 2rem;
        filter: drop-shadow(0px 12px 9px rgba(0, 0, 0, 0.21));
        background-color: #ffffff;
        border: 0.4rem solid #00c2aa;
    }

    .promotion_map #pop03 .location_desc:after {
        left: 28%;
    }

    .promotion_map #pop06 .location_desc:after {
        left: 28%;
    }

    .promotion_map .location_pop .location_desc:after {
        content: '';
        position: absolute;
        bottom: -1.2rem;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 2rem;
        height: 2rem;
        background-color: #fff;
        /* border: 0.4rem solid #00c2aa; */
        border-bottom: 0.4rem solid #00c2aa;
        border-right: 0.4rem solid #00c2aa;
        border-radius: 0.5rem;
    }

    .promotion_map .location_pop .location_desc .ic_pop {
        position: absolute;
        top: -6.3rem;
        left: -5.3rem;
    }

    .promotion_map #pop02 .location_desc .ic_pop {
        position: absolute;
        top: -7.3rem;
        left: unset;
        right: -5.3rem;
    }

    .promotion_map #pop03 .location_desc .ic_pop {
        position: absolute;
        top: -7.3rem;
        left: unset;
        right: -5.3rem;
    }

    .promotion_map #pop06 .location_desc .ic_pop {
        position: absolute;
        top: -7.3rem;
        left: unset;
        right: -5.3rem;
    }

    /* .promotion_map #pop05 .location_desc .ic_pop {
        position: absolute;
        top: -7.3rem;
        left: unset;
        right: -5.3rem;
    } */

    .promotion_map .location_pop .location_desc .ic_pop img {
        width: 26.1rem;
    }

    .promotion_map .location_pop .location_desc .contents p {
        font-size: 1.9rem;
        letter-spacing: -1px;
        line-height: 1.4;
        color: #252525;
    }

    .promotion_map .location_pop .location_desc .contents p span {
        color: #ff3e3e;
    }

    .wrap_item.card-animation {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        gap: 4rem;
        box-shadow: 2px 10px 10px #00000017;
        position: relative;
    }
    .wrap_item .num_box {
        width: 100%;
        height: 4rem;
        position: relative;
}

    .wrap_item .num_box span {
        width: 9rem;
        height: 9rem;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrap_item:nth-child(even) .num_box span {
        width: 9rem;
        height: 9rem;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrap_item .text_box {
        flex: 1;
        padding: 0 3rem;
    }

    .wrap_item:nth-child(odd) .image_box {
    width: 100%;
    height: 22rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
}

.wrap_item:nth-child(even) .image_box {
    width: 100%;
    height: 22rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
}

.section_gradient {
    padding-bottom: 11rem;
    padding-top: 8rem;
}

img.news.main_title {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promotion_box_item .special_label {
    font-size: 2.2rem;
    background-color: #4774ef;
    color: #fff;
    font-weight: 700;
    padding: 2px 2px 2px 1.3rem;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    margin-top: 0.5rem;
    height: 4rem;
}

.promotion_box_item .special_label::after {
        content: "";
        display: block;
        position: absolute;
        width: 3.4rem;
        height: 100%;
        top: 0;
        right: -3.35rem;
        border-bottom: 2rem solid transparent;
        border-top: 2rem solid transparent;
        border-right: 1.7rem solid transparent;
        border-left: 1.7rem solid #4774ef;
}

.text_head_sec {
    font-size: 3rem;
    font-weight: 500;
    color: #777;
    margin-top: 1.2rem;
    font-family: "Korail";
    text-align: center;
}

.text_title_sec {
    font-size: 5.6rem;
    font-weight: 700;
    color: #252525;
    margin-bottom: 8rem;
    font-family: "Korail";
    text-align: center;
}

.section_gradient .po_local {
    width: 5rem;
}


}