﻿@charset "utf-8";

/* base css */
/* .pc{
    display: block;
}
.pc-pad{
    display: block;
}
.m{
    display: none;
} */
.Event__012~#footer,
.Event__018~#footer,
.Event__019~#footer,
.Event__017~#footer,
.Event__014~#footer {
    padding: 0 0 170px !important;
}

/* info text */
.infotxt {
    position: relative;
    color: var(--white);
    opacity: 0.5;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
    width: 100%;
}

.infotxt.black {
    color: #000000 !important;
}

.infotxt.gray {
    color: #00000058 !important;
    opacity: 1;
}

.infotxt.white {
    color: #ffffffa3 !important;
    opacity: 1;
}

.infotxt.font-center {
    text-align: center;
}

.infotxt.font-medium {
    font-size: 16px;
    line-height: 1.6rem;
}


/* event page css */
div[class*="Event__"] {
    position: relative;
    font-size: 12px;

}

div[class*="Event__"] img {
    width: 100%;
}

/* Event__011 - 독빵 상세 */

.Event__011 section {
    padding: 0 !important;
    padding: 10rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__011 article {
    width: 1000px;

}

.DockBbang-01 {
    background-color: #000000;
    background-image: url(../html/251224/img/DockBbangimg-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.DockBbang-02 {
    background-color: #F4E2E3;
}

.DockBbang-03 {
    background-color: #ffffff;
}

.DockBbang-02 .title-top {

    width: 100%;
    color: #555555;
}

.DockBbang-02 .title-top img {
    width: 520px;
}

.DockBbang-02 .title-top h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    font-size: 1rem;
}

.DockBbang-02 article {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.DockBbang-03 article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;

}

.DockBbang-03 .bottom-imgbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
}

.DockBbang-02 .bottom-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.MyVoucher li img {
    width: 33px !important;
    margin-right: 0.5rem;

}

.MyVoucher h3 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.MyVoucher-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 12px 6px;
    border-top: 1px solid #555555;
}

.MyVoucher-list .center,
.MyVoucher-list .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.MyVoucher-list h4 {
    font-weight: 600 !important;
    font-size: 1.6rem;
    letter-spacing: -2px;
}

.MyVoucher-list li .txt {
    font-size: 1.3rem;
}

.MyVoucher-list li .txt:first-child::after {
    content: '/';
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.MyVoucher-list .btn_buy_point {
    font-size: 0.8rem;
    min-height: auto !important;
    padding: 4px 12px !important
}

.MyVoucher-list .btn_buy_point:after {
    width: 8px;
    height: 8px;
}

.blockbox-white {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #00000021;
    padding: 2rem;
    gap: 1.2rem;
    width: 49.2%;
}

.blockbox-white.bottom100 {
    width: 100%;
}

.blockbox-white ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.blockbox-white.bottom100 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.blockbox-white li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 1rem;
}

.blockbox-white.bottom100 li {
    width: 49%;

}

.blockbox-white li.none {
    padding: 0;
    background-color: unset;
    height: 1px;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px dotted #cccccc;
}

.blockbox-white h3 {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blockbox-white .btn_buy_point {
    min-height: auto;
    padding: 7px 12px !important;
    font-size: 1rem;
}

.blockbox-white .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
}

.blockbox-white .logo img {
    width: 230px !important;
}

.blockbox-white.bottom100 .logo img {
    width: 330px !important;
}

.blockbox-white li h3 {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.ScoreGaugeBar {
    position: relative;
    width: 100%;
    max-width: 1000px;
    font-family: sans-serif;
    font-size: 1.2rem;
    color: #000000;
}

.ScoreGaugeBar .label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    z-index: 2;
}

.ScoreGaugeBar .value {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 2;
}

.ScoreGaugeBar .bar {
    width: 100%;
    height: 56px;
    background: #eee;
    border-radius: 28px;
    box-shadow: inset 3px 3px 3px #0000001a;
    overflow: hidden;
}

.ScoreGaugeBar .fill {
    width: calc(var(--percent) * 1%);
    height: 100%;
    background: #000;
    border-radius: 28px 0 0 28px;
    transition: width 0.6s ease;
}

.ScoreGaugeBar.bluebox .fill {
    background: #2643D3;
}

.ScoreGaugeBar.redbox .fill {
    background: #e74b4b;
}


/* 코레일 인강 */

.Event__012 section {
    padding: 0 !important;
    padding: 10rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__012 article {
    width: 1000px;
}

.Event__012 div.BN-Fixed-st0101 {
    transform: translateY(120%) !important;
}

.Event__012 div.BN-Fixed-st0202 {
    transform: translateY(-100px) !important;
}

.Event__012 div.BN-Fixed-st0101.is-show {
    transform: translateY(320px) !important;
}

.Event__012 div.BN-Fixed-st0202.is-show {
    transform: translateY(-280px) !important;
}

.Event__012 div.BN-Fixed-st0004.is-show {
    transform: translateY(-42%) !important;
}

.Korailcon-01 {
    background-color: #000000;
    background-image: url(../html/251214/img/KorailImg-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.Korailcon-02 {
    background-color: #F2E1E1;
}

.Korailcon-03 {
    background-color: #ffffff;
}

.Korailcon-04 {
    background-color: #f9f9f9;
}

.Korailcon-05 {
    background-color: #f5f5f5;
    background-image: url(../html/251214/img/KorailImg-bg2.png);
    background-repeat: no-repeat;
    background-position: 50px -10px;
    background-size: 670px;
    display: flex !important;
    flex-direction: column !important;
    gap: 15rem;
}

.Korailcon-50 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 6rem 0 !important;
    gap: 2rem;
    background-color: #FFF5F5;
}

.Korailcon-50 article,
.Korailcon-02 article,
.Korailcon-03 article,
.Korailcon-04 article,
.Korailcon-05 article {
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem;
}

.Korailcon-05 .bottom-btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: -30px;
}

.Korailcon-05 .bottom-btn>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* 토글 안내문구 */
.ToggleInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.2rem 2rem;
    border: 3px solid #B80000;
    background-color: #FAEFEF;
    border-radius: 12px;
}

.ToggleInfo .inner {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2rem 2rem 0;
}

.ToggleInfo button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    border: 0 !important;
    background-color: unset !important;
    color: #B80000;
}

.ToggleInfo .btn_buy_point {
    align-items: flex-end;
    margin-bottom: 1rem !important;
    margin-left: 3.3rem !important;
}

.ToggleInfo .btn_buy_point div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ToggleInfo .btn_buy_point i {
    font-style: unset;
}

.ToggleInfo .btn_buy_point:after {
    content: '';
    display: none;
}

.ToggleInfo .btn_buy_point div:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background-image: url(../img/btn-arrow-r-w.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ToggleInfo .btn_buy_point .mini_popup.white:before {
    left: 50%;
    transform: rotate(150deg);
}

.ToggleInfo .btn_buy_point .mini_popup {
    position: relative;
    font-size: 0.9rem;
    margin-left: 0;
    font-weight: 500;
}

.ToggleInfo .btn_buy_point strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-weight: 600 !important;
}

.ToggleInfo span:last-child {
    color: #212529;
    font-size: 0.9rem;
    font-weight: 500;
}

.ToggleInfo>div img {
    margin-bottom: 1rem;
}

.ToggleInfo button span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ToggleInfo button span img {
    width: 30px;
    margin-right: 8px;
}

/* .ToggleInfo .ToggleInfo-arrow{
} */
.ToggleInfo button span:last-child img {
    width: 12px;
    margin-left: 8px;
}

.ProductBoxRow {
    position: relative;
    width: 100%;
    border: 8px solid #999999;
}

.ProductBoxRow.point {
    border-image: linear-gradient(to bottom right, #B400D1, #FF5C29);
    border-image-slice: 1;
    margin-bottom: 1rem;
}

.ProductBoxRow.Type-list {
    border: 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
}

.ProductBoxRow-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 2rem 4rem;
    width: 100%;
    height: 100%;
}

.ProductBoxRow.Type-list>div {
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 8px solid #999999;
    border-image: linear-gradient(to bottom right, #023591, #19468e);
    border-image-slice: 1;
    background: #ffffff;
    padding: 2rem;
}

.ProductBoxRow.Type-list>div:last-child {
    border: 8px solid #999999;
    border-image: linear-gradient(to bottom right, #B400D1, #FF5C29);
    border-image-slice: 1;
}

.ProductBoxRow.Type-list button strong {
    font-size: 0.9rem;
    font-weight: 600 !important;
}

.ProductBoxRow.Type-list button>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2rem;
    font-size: 0.7rem;
}

.ProductBoxRow.Type-list .sale-amount {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.ProductBoxRow.Type-list .sale-amount strong {
    font-weight: 600 !important;
    font-size: 1.5rem;
    line-height: 2.1rem;
}

.ProductBoxRow.Type-list .ProductBoxRow-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 345px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.ProductBoxRow.Type-list .ProductBoxRow-top ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    gap: .5rem;
}

.ProductBoxRow.Type-list .ProductBoxRow-top h4 {
    margin-bottom: 1rem;
    font-weight: 600 !important;
}

.ProductBoxRow.Type-list .ProductBoxRow-top h4 strong {
    color: #004098;
    font-weight: 600 !important;
}

.ProductBoxRow.Type-list .ProductBoxRow-top h4 strong em {
    font-weight: 600 !important;
    color: #B400D1;
}

.ProductBoxRow.Type-list button {
    display: flex;
    justify-content: space-between;
    width: 200px !important;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 1rem 1.5rem !important;
}

.ProductBoxRow.point .ProductBoxRow-in {
    padding: 4rem 4rem 3rem 4rem;
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.ProductBoxRow.Type-list .check__box label strong {
    font-weight: 600 !important;
}

.ProductBoxRow.Type-list .check__box label {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 10px !important;
    border: 2px solid #eee;
    font-size: 1rem !important;
    color: #004098;
    background-color: #f5f5f5;
}

.ProductBoxRow.Type-list .check__box .consent__check:checked~label {
    border-color: #004098;
    border-width: 2px;
}

.ProductBoxRow.Type-list .check__box label>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ProductBoxRow.Type-list .check__box label strong {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.ProductBoxRow.Type-list .check__box label strong::before {
    content: '';
    display: block;
    width: 17px;
    height: 22px;
    background-image: url(../html/260807/img/KepImg-30.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.ProductBoxRow.Type-list .check__box label em {
    background-color: #004098;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    color: #fff;
    font-size: 0.8rem;
    margin-right: 0.2rem;
}

.product--list {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #eee;
    font-size: 1rem !important;
    color: #004098;
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding: 10px 10px !important;
}

.product--list strong {
    font-weight: 600 !important;
}

.product--list strong br {
    display: none;
}

.product--list em {
    background-color: #004098;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    color: #fff;
    font-size: 0.8rem;
    margin-right: 0.2rem;
}

.ProductBoxRow .check__box img {
    width: 40px;
}

.ProductBoxRow .check__box img.img-mini {
    width: 20px;
}

.ProductBoxRow .check__box img.img-mini2 {
    width: 16px;
}

.ProductBoxRow-left {
    text-align: left;
    width: 100%;
}

.ProductBoxRow-left .info-text {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #999999;
}

.ProductBoxRow-left .txt {
    text-align: left;
    font-size: 0.9rem;
    color: #999999;
}

.ProductBoxRow-left .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px dotted #555555;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.ProductBoxRow-left .bottom .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ProductBoxRow-left .bottom .inner .check__box:first-child {
    margin-bottom: 0;
}

.ProductBoxRow .btn_txtlink {
    cursor: pointer;
    opacity: 0.5;
}

.ProductBoxRow .btn_txtlink:hover {
    opacity: 1;
}

.ProductBoxRow button {
    width: 250px !important;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem !important;
}

.ProductBoxRow button::after {
    width: 22px;
    height: 22px;
}

.ProductBoxRow button strong {
    font-size: 1.5rem;
    font-weight: 600 !important;
}

.ProductBoxRow button.white strong {
    font-size: 1.2rem;
    font-weight: 600 !important;
}

.ProductBoxRow button>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.6rem;
}

.ProductBoxRow .btn_buy_nomal.gray {
    background-color: #555555;

}

.ProductBoxRow .sale-amount {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.ProductBoxRow .sale-amount span {
    font-weight: 400 !important;
    font-size: 1.2rem;
    line-height: 1rem;
    text-decoration: line-through;
    color: #555555;
}

.ProductBoxRow .sale-amount strong {
    font-weight: 600 !important;
    font-size: 2rem;
    line-height: 2.1rem;
}

.ProductBoxRow-left h4 {
    font-weight: 700 !important;
    font-size: 2rem;
    color: #333333;
}

.ProductBoxRow.point .ProductBoxRow-left h4 {
    color: #B703CC;
    ;
}

.ProductBoxRow-left h4 span {
    font-weight: 500 !important;
    font-size: 1rem;
    color: #555555;
}

.ProductBoxRow-right {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.ProductBoxRow-right .btn_buy_point .yellow {
    color: #fff539;
}

.ProductBoxRow-right .btn_buy_point span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.ProductBoxRow .tag-top {
    position: absolute;
    top: 0;
    left: 1rem;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0 0 8px 8px;
    font-weight: 600 !important;
    padding: 0.3rem 2rem 0.8rem;
    background-color: #B703CC;
}

.BN-Fixed-st0002 .title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
}

.BN-Fixed-st0002 .title .add-btn button {
    margin-bottom: 0.3rem;
}

div.BN-Fixed-st0002 h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.8rem;
    font-weight: 600 !important;
    text-align: left;
    color: #B400D1;
}

div.BN-Fixed-st0002 h3 span {
    font-size: 0.9rem;
    text-align: left;
    color: #555555;
}

div.BN-Fixed-st0002 .bottom {
    position: relative;
}

div.BN-Fixed-st0002 .bottom p {
    position: absolute;
    top: -21px;
    left: 0;
    font-size: .8rem;
    width: 250px;
}

div.BN-Fixed-st0002 .check__box {
    margin-bottom: 0;
}

div.BN-Fixed-st0002 .check__box img {
    width: 20px;
}

div.BN-Fixed-st0002 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
    width: 80%;
}

div.BN-Fixed-st0002 .btn_buy_point {
    padding: 12px 26px !important;
}

div.BN-Fixed-st0002 .sale-amount {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

div.BN-Fixed-st0002 .sale-amount span {
    font-weight: 400 !important;
    font-size: 1.2rem;
    line-height: 1rem;
    text-decoration: line-through;
    color: #bbbbbb;
}

div.BN-Fixed-st0002 .sale-amount strong {
    font-weight: 600 !important;
    font-size: 1.6rem;
    line-height: 2.1rem;
}

div.BN-Fixed-st0002 .check__box label {
    width: auto !important;
    padding: 8px 13px !important;
}


/* Event__013 - 기초수학 */

.Event__013 section {
    padding: 0 !important;
    padding: 3rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__013 article {
    width: 1000px;

}

.BasicMathematics-01 {
    padding: 10rem 0 3rem 0 !important;
}

.BasicMathematics-02 .icon-play {
    width: 24px;
}

.BasicMathematics-02 td.time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.BasicMathematics-02 td.first-td {
    border-left: 1px solid #ddd;
}

.BasicMathematics-02 span.side-info {
    font-size: 0.7rem;
    color: #888888;
}

.BasicMathematics-02 a.none {
    filter: grayscale(1);
    pointer-events: none;
    cursor: default;
    opacity: 0.4;

}

.BasicMathematics-02 iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

.ProductInformation-div {
    width: 100%;
    border: #dddddd 3px solid;
    padding: 1.5rem 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
}

.ProductInformation-div .btn__listdt.center {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
}

.ProductInformation-div .btn__listdt.center .inner {
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    margin: 0;
}

.ProductInformation-div .btn__listdt.center a {
    margin: 0;
}

.ProductInformation-div>ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.ProductInformation-div>ul li {
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ProductInformation-div>ul li::after {
    content: '';
    width: 1.5px;
    height: 14px;
    background-color: #cccccc;
    margin-left: 13px;
}

.ProductInformation-div>ul li:last-child::after {
    display: none;
}

.ProductInfoTab-wrap {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Pretendard', sans-serif;
}

.ProductInfoTab-menu {
    position: relative;
    display: flex;
}

.ProductInfoTab-menu.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    z-index: 20;
}

.ProductInfoTab-menu li {
    flex: 1;
}

.ProductInfoTab-menu button {
    width: 100% !important;
    padding: 16px 0 !important;
    font-size: 16px;
    font-weight: 600;
    background: #f5f5f5 !important;
    border: none;
    color: #636363 !important;
    border-bottom: 2px solid #023591 !important;
    cursor: pointer;
}

.ProductInfoTab-menu button[aria-selected="true"] {
    background: #023591 !important;
    color: #fff !important;
    border-bottom: 2px solid #023591 !important;
}

.ProductInfoTab-content {
    padding: 30px 0;
    background: #fff;
}

.ProductInfoTab-content h3 {
    display: none;
}

.ProductInfoTab-content section {
    padding: 3rem 0 8rem !important;
}

.ProductInfoTab-content section.is-active {
    display: block;
}

.QuestionBox {
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 5rem 5rem 4rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.QuestionBox h5 {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #955612;
    padding: 1rem 2rem;
    display: flex;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
    align-items: center;
}

.QuestionBox .inner {
    padding: 2rem;
    position: relative;
    border: 3px solid #333333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem;
    border-radius: 4px;
}

.QuestionBox .input__st01 {
    padding: 0.66rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    z-index: 1;
}

.QuestionBox::after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 3px solid #955612;
    border-radius: 15px;
    z-index: 0;
}


.swiper__BasicMathematics {
    overflow: hidden;
    width: 100%;
}

.swiper__BasicMathematicsPagination {
    margin-top: 2rem;
}

.swiper__BasicMathematicsPagination.swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper__BasicMathematicsPagination .swiper-pagination-bullet {
    width: 20px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 100px;
    background: var(--swiper-pagination-bullet-inactive-color, #585858);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper__BasicMathematicsPagination .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    width: 40px;
    background: #955612;
}

.swiper__BasicMathematicsPagination .swiper-horizontal>.swiper-pagination-bullets,
.swiper__BasicMathematicsPagination .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper__BasicMathematicsPagination .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    padding-top: 1rem;
}

.youtube_list_title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 2px solid #023591;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.youtube_list_title h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #023591;
    margin-right: 1rem;
}

.youtube_list_title span {
    font-size: 1rem;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 1.3rem;
}

.youtube_list_lec {
    width: 100%;
}

.youtube_list_lec .list_lec .sum .bt_play {
    margin: 0;
    width: 45px;
    transform: translate(-50%, -50%);
}

.youtube_list_lec .list_lec li .bg {
    height: 100%;
}

.youtube_list_lec .list_lec .sum {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.youtube_list_lec .list_lec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.youtube_list_lec .list_lec li {
    width: 232px;
    height: 260px;
    margin: 0 24px 25px 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 6px #6b6b6b24;
    display: flex;
    flex-direction: column;
}

.youtube_list_lec .list_lec li:nth-child(3n) {
    margin: 0 24px 25px 0;
}

.youtube_list_lec .list_lec li:nth-child(4n) {
    margin: 0 0 25px 0;
}

.youtube_list_lec .list_lec .txt {
    color: #444444;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.youtube_list_lec .list_lec .txt .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #212529;
    font-weight: 500;
    line-height: 1.3rem;
    margin: 0;
}

.youtube_list_lec .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    opacity: 0.7;
}

.youtube_list_lec .time::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon-time.svg);
    background-size: 100%;
    margin-right: 4px;
}

.player-bnbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.player-bnbox a {
    display: block;
    width: 100%;
}

.player-bnbox img {
    width: 100%;
}

@media (max-width: 1220px) {

    .Event__011 section {
        padding: 5rem 3rem !important;
    }

    .Event__011 article {
        width: 100%;

    }

    section.DockBbang-01 {
        background-size: 170%;
    }

    .DockBbang-02 .title-top img {
        width: 390px;
    }

    .blockbox-white {
        width: 49%;
    }

    .blockbox-white .btn_buy_point {
        font-size: 0.7rem;
    }

    .blockbox-white h3 {
        font-size: 0.9rem;
    }

    .blockbox-white .logo img {
        width: 160px !important;
    }

    .blockbox-white .logo {
        height: 45px;
    }

    .Event__011 .Tag-text {
        width: 57px;
        font-size: 0.8rem;
        padding: 6px 10px !important;
    }

    .ProductBoxRow.point .ProductBoxRow-in {
        padding: 3rem 2rem 2rem;
    }

    .ProductBoxRow-left h4 {
        font-size: 1.8rem;
    }

    .ProductBoxRow .sale-amount strong {
        font-size: 1.5rem;
    }

    .ProductBoxRow-in {
        padding: 1.5rem 2rem;
    }

    .ProductBoxRow button {
        font-size: 0.8rem !important;
        width: 210px !important;
    }

    .ProductBoxRow button strong {
        font-size: 1.2rem;
    }

    .ProductBoxRow button>div {

        line-height: 1.4rem;
    }

    .ProductBoxRow .check__box label {
        font-size: 0.9rem;
    }

    .Event__012 section {
        padding: 5rem 5rem !important;
    }

    .Event__012 article {
        width: 100%;
    }

    .Korailcon-05 {
        gap: 10rem;
    }

    .Korailcon-03 iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10;
    }

    .Korailcon-02 article,
    .Korailcon-03 article {
        gap: 1rem;
    }

    .ProductBoxRow .check__box img {
        width: 30px;
    }

    .Korailcon-05 .bottom-btn {
        margin-top: -10xp;
    }

    .BN-Fixed-st0002 {
        width: 98% !important;
        left: 1% !important;
        bottom: 1% !important;
        transform: unset !important;
        margin-bottom: 0 !important;
        justify-content: center !important;
    }

    div.BN-Fixed-st0002 h3 {
        font-size: 1.5rem;
    }

    div.BN-Fixed-st0002 .check__box label {
        padding: 8px 13px !important;
        font-size: 0.9rem !important;
    }

    div.BN-Fixed-st0002 .sale-amount strong {
        font-size: 1.6rem;
    }

    .ToggleInfo button {
        font-size: 1.4rem !important;
    }

    .ToggleInfo button span img {
        width: 22px;
        margin-right: 8px;
    }

    div.BN-Fixed-st0002 .sale-amount span {
        font-size: 1rem;
    }

    .Event__013 section {
        padding: 3rem 2rem !important;
    }

    .swiper__BasicMathematics,
    .Event__013 article,
    .ProductInfoTab-wrap {
        max-width: 100%;
    }

    .ProductInfoTab-content {
        padding: 0;
    }

    .ProductInformation-div {
        padding: 1.5rem 2rem;
    }

    .ProductInformation-div>ul {
        width: 50%;
        gap: 0.5rem;
    }

    .ProductInformation-div>ul li {
        font-size: 0.9rem;
    }

    .ProductInfoTab-menu.fixed {
        width: 100%;
    }

    .youtube_list_lec .list_lec li {
        width: 25%;
        height: 250px;
        margin: 0 10px 25px 0;
    }

    .youtube_list_lec .list_lec li:last-child {
        margin: 0 0 25px 0;
    }
}

@media (max-width: 1000px) {

    .ProductBoxRow-in {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .ProductBoxRow-right {
        margin-top: 1rem;
    }

    .ProductBoxRow-right,
    .ProductBoxRow-right button {
        width: 100% !important;
    }

    .ProductBoxRow-right button strong {
        margin-left: 0.5rem;
        font-size: 1rem;
    }

    .ProductBoxRow-right button.listview strong {
        margin-left: 0;
    }

    .ProductBoxRow button>div {
        flex-direction: row;
    }

    .ProductBoxRow button {
        font-size: 1rem !important;
    }

    .ProductBoxRow-left {
        margin-right: 0;
    }

    .ProductBoxRow .tag-top {
        padding: 0.2rem 1.7rem 0.3rem;
        font-size: 0.9rem;
    }

    .ProductBoxRow.point .ProductBoxRow-in {
        display: flex;
        flex-direction: column;
        padding: 2.5rem 1rem 1rem;
        gap: 0.5rem;
    }

    .ProductBoxRow-in {
        padding: 2rem 2rem 1rem;
    }

    .ProductBoxRow.point .ProductBoxRow-in {
        padding: 2.5rem 2rem 1rem;
    }

    .youtube_list_lec .list_lec {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .youtube_list_lec .list_lec li {
        width: 49%;
        height: 322px;
    }

    .youtube_list_lec .list_lec li:nth-child(2n) {
        margin: 0 0 25px 0;
    }


}


@media (max-width: 768px) {

    .Event__012 div.BN-Fixed-st0202 {
        transform: unset !important;
        position: relative;
        border-radius: 0 !important;
    }

    .Event__012 div.BN-Fixed-st0202 button {
        border-radius: 0 !important;
    }

    .Event__012 div.BN-Fixed-st0202.is-show {
        transform: unset !important;
    }

    .Event__012 div.BN-Fixed-st0202.fixed {
        position: fixed;
    }

    .Event__012 div.BN-Fixed-st0202.fixed button {
        border-radius: 0 0 10px 10px !important;
    }

    .Event__012 div.BN-Fixed-st0101,
    .Event__012 div.BN-Fixed-st0101.is-show {
        transform: translateY(-50%) !important;
    }

    .Event__011 section {
        padding: 3rem 1rem !important;
    }

    section.DockBbang-01 {
        background-size: 180%;
        padding: 3rem 3rem !important;
    }

    .DockBbang-02 .title-top h2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        font-size: 1rem;
        gap: 0.5rem;
    }

    .DockBbang-02 .title-top img {
        width: 250px;
    }

    .blockbox-white {
        width: 100%;
        border-radius: 10px;
    }

    .blockbox-white li h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .blockbox-white li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .blockbox-white.bottom100 .logo img {
        width: 190px !important;
    }

    .blockbox-white .btn_buy_point {
        font-size: 0.7rem;
        padding: 4px 10px !important;
    }

    .blockbox-white .btn_buy_point:after {
        width: 8px;
        height: 8px;
    }

    .blockbox-white.bottom100 ul {
        display: flex;
        flex-direction: column;
    }

    .blockbox-white.bottom100 li {
        width: 100%;
    }

    .Tag-text {
        width: auto;
        font-size: 0.8rem;
        padding: 2px 15px !important;
    }

    .DockBbang-02 .bottom-panel {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
    }

    .DockBbang-03 .bottom-imgbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        gap: 1rem;
    }

    .DockBbang-03 .bottom-imgbox img {
        width: 100%;
    }

    .DockBbang-03 article {
        gap: 1rem;
    }

    .blockbox-white {
        padding: 1.5rem 1rem 1rem;
        gap: 1.2rem;
    }

    .blockbox-white .logo {
        height: auto;
    }

    .ScoreGaugeBar,
    .ScoreGaugeBar .label {
        font-size: 0.8rem;
    }

    .ScoreGaugeBar .bar {
        height: 35px;
    }

    .ProductBoxRow.point .ProductBoxRow-in {
        padding: 3.3rem 1rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }

    .ProductBoxRow-left .top {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .ProductBoxRow .sale-amount {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding: 1rem 0;
    }

    .ProductBoxRow .sale-amount strong {
        font-size: 1.5rem;
        line-height: 1.1rem;
        margin-left: 0.5rem;
    }

    .ProductBoxRow .sale-amount span {
        font-size: 1rem;
    }

    .ProductBoxRow .tag-top {
        padding: 0.1rem 1.2rem 0.5rem;
    }

    .ProductBoxRow .btn_txtlink {
        font-size: 1rem;
    }

    .ProductBoxRow-left h4 {
        text-align: center;
        font-size: 1.7rem;
    }

    .ProductBoxRow-left h4 span {
        font-size: 1rem;
    }

    .ProductBoxRow-right button {
        font-size: 0.8rem;
    }

    .ProductBoxRow-right button strong {
        margin-left: 0.2rem;
        font-size: 0.8rem !important;
    }

    .ProductBoxRow button {
        font-size: 0.8rem !important;
        padding: 0.5rem 1rem !important;
        min-height: auto;
    }

    .ProductBoxRow button::after {
        width: 12px;
        height: 12px;
    }

    .ProductBoxRow .tag-top {
        font-size: 0.8rem;
    }

    .ProductBoxRow .check__box label {
        font-size: 0.9rem !important;
        align-items: center;
        justify-content: flex-start;
        padding: 6px 14px !important;
        line-height: 1rem;
    }

    .ProductBoxRow .check__box label>strong,
    .ProductBoxRow .check__box label>div {
        display: contents;
    }

    .Event__012 section {
        padding: 5rem 1.2rem !important;
    }

    .Korailcon-05 {
        background-position: -40px -10px;
        background-size: 380px;
        gap: 7rem;
    }

    .Korailcon-05 .btn__base {
        min-height: auto;
        font-size: 0.9rem;
    }

    .check__box i {
        width: 12px;
        height: 11.7px;
        background-size: 100%;
        margin-right: 5px;
        /* margin-top: 3px; */
    }

    .ProductBoxRow-left .info-text {
        font-size: 0.7rem;
    }

    .BN-Fixed-st0002 {
        width: 100% !important;
        left: 0% !important;
        bottom: 0% !important;
        transform: unset !important;
        margin-bottom: 0 !important;
        border-width: 6px 6px 0 6px;
        flex-wrap: wrap;
        justify-content: space-between !important;
        padding: 1rem !important;
        gap: 0.5rem !important;

    }

    .BN-Fixed-st0002 .title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    div.BN-Fixed-st0002 {
        border: 3px solid #B400D1;
        border-bottom: 0 !important;
        border-radius: 20px 20px 0 0;
    }

    div.BN-Fixed-st0002 h3 {
        font-size: 1.1rem;
    }

    div.BN-Fixed-st0002 .check__box label {
        font-size: 0.7rem !important;
        padding: 2px 8px !important;
    }

    div.BN-Fixed-st0002 .sale-amount strong {
        font-size: 1.2rem;
    }

    div.BN-Fixed-st0002 .sale-amount span {
        font-size: 1rem;
    }

    div.BN-Fixed-st0002 .btn_buy_point {
        padding: 6px 26px !important;
        min-height: auto;
        font-size: 1.1rem;
        width: 100% !important;
    }

    div.BN-Fixed-st0002 .top {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        width: 100%;
    }

    .Korailcon-02 article,
    .Korailcon-03 article,
    .Korailcon-04 article,
    .Korailcon-05 article {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem;
    }

    .MyVoucher-list li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.3rem;
        padding: 12px 6px;
    }

    .MyVoucher-list h4 {
        font-size: 1.2rem;
    }

    .MyVoucher li img {
        width: 25px !important;
        margin-right: 0.5rem;
    }

    .MyVoucher-list li .txt {
        font-size: 0.8rem;
    }

    .MyVoucher-list .btn_buy_point {
        font-size: 0.9rem;
        width: 100% !important;
    }

    .MyVoucher picture {
        display: flex;
    }

    .MyVoucher-list li .txt:first-child::after {
        font-size: 0.7rem;
        margin-right: 0.2rem;
        margin-left: 0.2rem;
    }

    .MyVoucher h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .ToggleInfo {
        border: 1.5px solid #B80000;
        padding: 0.8rem 1rem;
        border-radius: 8px;
    }

    .ToggleInfo>div img {
        margin-bottom: 1rem;
    }

    .ToggleInfo button {
        font-size: 0.75rem !important;
    }

    .ToggleInfo button span img {
        width: 13px;
        margin-right: 2px;
    }

    .ToggleInfo span:last-child {
        font-size: 0.6rem;
    }

    .ToggleInfo button span:last-child img {
        width: 9px;
        margin-left: 3px;
        margin-right: 0;
    }

    .Event__013 section {
        padding: 2rem 1rem !important;
    }

    .ProductInformation-div {
        padding: 1rem 1.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-top: 2rem;
    }

    .ProductInformation-div>ul {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .ProductInformation-div>ul li {
        font-size: 1rem;
    }

    .ProductInformation-div .btn__base.sizes {
        padding: 10px 14px !important;
    }

    .ProductInfoTab-menu button {
        font-size: 14px;
        padding: 10px 0 !important;
    }

    .swiper__BasicMathematicsPagination .swiper-pagination-bullet {
        width: 10px;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
        display: inline-block;
        border-radius: 100px;
        background: var(--swiper-pagination-bullet-inactive-color, #585858);
        opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    }

    .swiper__BasicMathematicsPagination .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        width: 20px;
        background: #955612;
    }

    .tbl2.st002 td[rowspan] {
        display: none !important;
    }

    .tbl2.st002 th:nth-child(5),
    .tbl2.st002 td:nth-child(5),
    .tbl2.st002 td:first-child {
        display: table-cell !important;
    }

    .lecture-table-wrap.basic .lecture-table td {
        height: auto;
        padding: 0 0;
        border-top: 0;
        border-left: 0;
        background: #fff;
    }

    .lecture-table-wrap.basic .lecture-table td.left,
    .lecture-table-wrap.basic .lecture-table td.time {
        width: 100%;
        text-align: left;
    }

    .BasicMathematics-02 td {
        font-size: 10px;
    }

    .BasicMathematics-02 td.time {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .lecture-table-wrap.basic .lecture-table td:last-child:before {
        width: auto;
    }

    .BasicMathematics-02 .icon-play {
        width: 16px;
    }

    .BasicMathematics-02 .btn__listdt.center {
        padding: 0;
    }

    .BasicMathematics-02 .btn__listdt .btn__base {
        padding: 10px 14px !important;
        font-size: 14px;
    }

    .QuestionBox {
        padding: 3.5rem 2rem 2rem;
    }

    .QuestionBox .inner {
        padding: 1.5rem;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .QuestionBox h5 {
        padding: 0.6rem 2rem;
        width: 80%;
        font-size: 1.1rem;
        justify-content: center;
    }

    .BasicMathematics-02 .mt50 {
        margin-top: 30px !important;
    }

    .BasicMathematics-02 .mb50 {
        margin-bottom: 30px !important;
    }

    .BasicMathematics-02 .mt100 {
        margin-top: 50px !important;
    }

    .ProductInfoTab-content section {
        padding: 2rem 0 !important;
    }

    .ProductInformation-div .btn__listdt.center .inner {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    .ToggleInfo .inner {
        background-color: #ffffff;
        border-radius: 8px;
        padding: 1.5rem 1.5rem 0;
    }

    .ToggleInfo .btn_buy_point {
        width: 92% !important;
        margin-bottom: 1rem !important;
        margin-left: 1.7rem !important;
        font-size: 0.7rem !important;
        padding: 0.8rem 1rem !important;
        justify-content: center;
    }

    .ToggleInfo .btn_buy_point div:after {
        width: 8px;
        height: 8px;
    }

    .ToggleInfo .btn_buy_point .mini_popup {
        position: relative;
        font-size: 0.5rem;
    }

    .ProductInformation-div .btn__listdt.center {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.6rem;
    }

    .ProductInformation-div .btn__listdt a {
        width: 100% !important;
        margin: 0 !important;
    }

    .lecture-table-wrap.graytype br {
        display: none;
    }

    .lecture-table-wrap .st001.first,
    .lecture-table-wrap .st002.first,
    .lecture-table-wrap .st003.first,
    .lecture-table-wrap .st004.first,
    .lecture-table-wrap .st005.first {
        margin-top: 2rem;
    }

    .lecture-table-wrap.graytype .lecture-table tr.st001 .first-td,
    .lecture-table-wrap.graytype .lecture-table tr.st003 .first-td,
    .lecture-table-wrap.graytype .lecture-table tr.st005 .first-td,
    .lecture-table-wrap.graytype .lecture-table tr.st002 .first-td,
    .lecture-table-wrap.graytype .lecture-table tr.st004 .first-td {
        position: absolute;
        top: -25px;
        left: 0rem;
        background-color: #7f7f7f;
        color: #ffffff;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 12px 12px 0 0;
    }

    .lecture-table-wrap.graytype .lecture-table td {
        border-bottom: 0;
        border-right: 0;
    }

    .lecture-table-wrap td.first-td::before {
        color: #ffffff;
    }

    .youtube_list_lec .list_lec {
        display: flex;
        flex-direction: column;
    }

    .youtube_list_lec .list_lec li:nth-child(2n),
    .youtube_list_lec .list_lec li:nth-child(3n),
    .youtube_list_lec .list_lec li:last-child,
    .youtube_list_lec .list_lec li {
        width: 100%;
        height: auto;
        margin: 0 0 1rem 0;
    }

    .youtube_list_lec .list_lec .txt {
        height: auto;
    }

    .youtube_list_title h4 {
        font-size: 1.2rem;
    }

    .youtube_list_title span {
        font-size: 0.8rem;
    }

    .player-bnbox {
        display: flex;
        flex-direction: column;
    }

    .youtube_list_title {
        margin-top: 2rem;
    }

}



@media (max-width: 400px) {
    .ProductBoxRow-in {
        padding: 1rem 1rem;
    }

    .ProductBoxRow.point .ProductBoxRow-in {
        padding: 2rem 1rem 1rem;
    }

    .ProductBoxRow-left h4 {
        font-size: 1.5rem;
        text-align: center;
    }

    .ProductBoxRow-left h4 span {
        font-size: 0.8rem;
    }

    .ProductBoxRow-right button strong {
        font-size: 0.7rem;
    }

    .Event__012 div.BN-Fixed-st0101 {
        transform: translateY(60%) !important;
    }

    .ProductBoxRow button {
        font-size: 0.7rem !important;
        padding: 0.7rem 1rem !important;
    }

    .ProductBoxRow-left .txt {
        text-align: left;
        font-size: 0.7rem;
    }

    .ProductBoxRow .sale-amount {
        padding: 0.6rem 0;
    }

    .ProductBoxRow .sale-amount strong {
        font-size: 1.3rem;
    }

    .ProductBoxRow .check__box i {
        width: 14px;
        height: 14px;
    }

    .ProductBoxRow .btn_txtlink {
        font-size: 0.8rem;
    }

    .ProductBoxRow-right button strong {
        margin-left: 0.2rem;
    }

    .ProductBoxRow-right {
        margin-top: 0.5rem;
    }

    .Korailcon-05 .btn__base {
        padding: 7px 18px !important;
        font-size: 1.2rem;
    }

    .Korailcon-05 {
        background-position: -40px -10px;
        background-size: 380px;
        gap: 7rem;
    }

    div.BN-Fixed-st0002 .sale-amount strong {
        font-size: 1.3rem;
    }
/* 
    div.BN-Fixed-st0002 .top {
        gap: 0.5rem;
    } */

    div.BN-Fixed-st0002 h3 {
        font-size: 1rem;
    }

    .Korailcon-02 article,
    .Korailcon-03 article,
    .Korailcon-04 article,
    .Korailcon-05 article {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem;
    }

    .Korailcon-05 .btn__base {
        min-height: auto;
        font-size: 0.8rem;
        padding: 7px 14px !important;
        margin-top: 25px;
    }

    .ProductBoxRow.point .ProductBoxRow-in {
        padding: 3.8rem 1rem 1rem;
    }

    .ProductBoxRow-right button strong {
        font-size: 1rem;
    }

    .ProductBoxRow .check__box label {
        font-size: 0.7rem;
        align-items: flex-start;
    }

    .ProductBoxRow button {
        font-size: 0.8rem !important;
        padding: 0.5rem 1rem !important;
        min-height: auto;
    }

    .Korailcon-05 .btn__base {
        min-height: auto;
        font-size: 0.8rem;
        padding: 8px 15px !important;
    }

    .MyVoucher-list li .txt {
        font-size: 0.8rem;
    }

    .ToggleInfo .btn_buy_point .mini_popup {
        font-size: 0.5rem;
    }

    .ToggleInfo .btn_buy_point strong {
        gap: 0.2rem;
    }
}


/* 260209 건보 */
div.BN-Fixed-st0004 {
    position: fixed;
    width: 230px;
    height: 406px;
    right: 10px;
    top: 50%;
    bottom: unset;
    left: unset;
    transform: translateY(-50%);
    background-color: #0A0909;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 0 !important;
    overflow: hidden;
}

.BN-Fixed-st0004.is-show {
    opacity: 1;
    pointer-events: auto;
}

.BN-Fixed-st0004 iframe {
    width: 100%;
    height: 100%;
}

.BN-Fixed-st0004 .shorts-controls {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    gap: 0.7rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(to bottom, #000000 50%, #00000000 100%);
    z-index: 20;
}

.BN-Fixed-st0004 .shorts-controls button {
    width: 32px !important;
    height: 32px;
    border: none !important;
    cursor: pointer !important;
    font-size: 0;
    overflow: hidden !important;
    letter-spacing: -999px;
    background-size: 100% !important;
    background-color: unset !important;
}

.BN-Fixed-st0004 .shorts-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.BN-Fixed-st0004 .shorts-controls .btn-share {
    background-image: url(../img/icon-shorts-shape.svg) !important;
}

.BN-Fixed-st0004 .shorts-controls .btn-mute {
    background-image: url(../img/icon-shorts-speaker-off.svg) !important;
}

.BN-Fixed-st0004 .shorts-controls .btn-mute.on {
    background-image: url(../img/icon-shorts-speaker-on.svg) !important;
}

.BN-Fixed-st0004 .shorts-controls .shorts-close {
    background-image: url(../img/icon-shorts-close.svg) !important;
}

div.BN-Fixed-st0003 {
    position: fixed;
    width: 1000px;
    left: 50%;
    bottom: 10px;
    border: 8px solid #999999;
    border-image: linear-gradient(to bottom right, #B400D1, #FF5C29);
    border-image-slice: 1;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 1.4rem 2rem;
}

.BN-Fixed-st0003 .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.BN-Fixed-st0003 .title .add-btn button {
    margin-bottom: 0.3rem;
}

div.BN-Fixed-st0003 h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.7rem;
    font-weight: 600 !important;
    text-align: left;
    color: #B400D1;
}

div.BN-Fixed-st0003 .bottom {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

div.BN-Fixed-st0003 h3 span {
    font-size: 0.9rem;
    text-align: left;
    color: #555555;
}

div.BN-Fixed-st0003 .check__box {
    margin-bottom: 0;
}

div.BN-Fixed-st0003 .check__box img {
    width: 20px;
}

div.BN-Fixed-st0003 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 2.1rem;
}

div.BN-Fixed-st0003 .btn_buy_point {
    padding: 12px 26px !important;
}

div.BN-Fixed-st0003 .sale-amount {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

div.BN-Fixed-st0003 .sale-amount span {
    font-weight: 400 !important;
    font-size: 1.2rem;
    line-height: 1rem;
    text-decoration: line-through;
    color: #555555;
}

div.BN-Fixed-st0003 .sale-amount strong {
    font-weight: 600 !important;
    font-size: 2rem;
    line-height: 2.1rem;
}

div.BN-Fixed-st0003 .check__box label {
    width: auto !important;
    padding: 4px 10px !important
}

.Event__014 {
    background-color: #ffffff;
    position: relative;
}

.Event__014 section {
    padding: 5rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__014 article {
    width: 1000px;

}

.Event__014 .BN-Fixed-st0201 {
    transform: translateY(-190px) !important;
}

.Event__014 .BN-Fixed-st0004.is-show {
    transform: translateY(-50%);
}

.Event__014 div.BN-Fixed-st0202.is-show {
    transform: translateY(-310px) !important;
}

section.GunboCon-01 {
    background-color: #E9474B;
    position: relative;
    overflow: hidden;
    padding: 10rem 0 !important;
}

.GunboCon-01::after {
    content: '';
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-color: #FFE6E3;
    border-radius: 2000px;
}

.GunboCon-01::before {
    content: '';
    width: 248px;
    height: 322px;
    position: absolute;
    top: 2rem;
    right: 0;
    background-image: url(../html/260209/img/KorailImg-20.png);
    background-size: 100%;
    z-index: 1;
}

.GunboCon-01 article {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.GunboCon-01 .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-left: -5rem;
    margin-top: -3rem;
}

.GunboCon-01 .bottom>img {
    width: 640px;
    height: 100%;
}

.GunboCon-01 .bottom .right {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: -6rem;
    padding-bottom: 2rem;
}

.GunboCon-01 .bottom .right iframe {
    overflow: hidden;
}

.GunboCon-02 {
    background: linear-gradient(-45deg, #9547DE, #00218D);
}

.GunboCon-07,
.GunboCon-03 {
    background-color: #ffeaea;
}

.GunboCon-05 {
    background-color: #f9f9f9;
}

.GunboCon-08 {
    background-color: #F1F1F1;
    background-image: url(../html/260209/img/GunboImg-bg1.svg);
    background-repeat: no-repeat;
    background-position: 50px -10px;
    background-size: 670px;
}

.GunboCon-09 {
    background-color: #E3E3E3;
}

.GunboCon-10 {
    background-color: #464646;
}

.GunboCon-02 h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.GunboCon-02 img {
    width: 80% !important;
}

.gunbo__loadmap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.gunbo__loadmap .img-card {
    width: 31% !important;
    display: flex;
    align-items: center;
}

.gunbo__loadmap .img-card::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/btn-arrow-r.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 0.6rem;
}

.gunbo__loadmap .img-card:nth-child(3)::after,
.gunbo__loadmap .img-card:nth-child(6)::after {
    display: none;
}

.BenefitList {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2rem;
}

.BenefitList>div {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
}

.BenefitList.box2>div {
    width: 49%;
}

.QNAbox {
    max-width: 100%;
    margin: 0 auto;
}

.QNAbox-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.QNAbox-item {
    border-bottom: 1px solid #e5e5e5;
}

.QNAbox-question {
    position: relative;
    width: 100% !important;
    background: none !important;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    color: #212529 !important;
    padding: 34px 10px 8px 0px !important;
    border: 0 !important;
    border-bottom: 2px solid #212121 !important;
}

.QNAbox-question::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/icon-qase.svg);
    background-size: 100%;
    margin-right: 0.4rem;
}

.QNAbox-icon {
    position: absolute !important;
    right: 6px;
    top: 42px;
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/icon-arrow-b.svg);
    background-size: 100%;
    transition: transform 0.3s ease;
}

.QNAbox-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background-color: #ffffff55;
    padding: 0;
    border-radius: 0 0 20px 20px;
    opacity: 0;
    transition: transform 0.3s ease;
}

.QNAbox-answer p {
    padding: 0 10px 20px;
    line-height: 1.7;
    color: #444;
    font-size: 1rem;
    font-weight: 500;
}

.QNAbox-item.active .QNAbox-answer {
    max-height: 500px;
    padding: 2rem;
    opacity: 1;
}

.QNAbox-item.active .QNAbox-icon {
    transform: rotate(180deg);
}

.TableToggle-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.TableToggle-content {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* 열렸을 때 */
.TableToggle-content.is-open {
    max-height: 1000px;
    /* 충분히 큰 값 */
}

/* 버튼 */
.TableToggle-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: none !important;
    cursor: pointer !important;
    background: linear-gradient(to bottom,
            #838383,
            #1D1D1D) !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 100px !important;
    border-radius: 20px;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    gap: 0.4rem;
    z-index: 10;
}

.TableToggle-btn::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-caret-bottom.svg);
    background-size: 100%;
    margin-right: 0.4rem;
    transition: transform 0.3s ease;
}

/* 그라데이션 오버레이 */
.TableToggle-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1));
    transition: opacity 0.3s ease;
}


/* 열렸을 때 오버레이 제거 */
.TableToggle-wrap.is-open .TableToggle-overlay {
    opacity: 0;
}

.TableToggle-wrap.is-open .TableToggle-btn {
    margin: 16px auto 0 !important;
    display: flex !important;
    bottom: -40px !important;
}

.TableToggle-wrap.is-open .TableToggle-btn::after {
    transform: rotate(180deg);
}

.Event__014 .lecture-table-wrap.graytype .lecture-table td:nth-child(4) {
    text-align: left;
}

.Event__014 .lecture-table-wrap.graytype .lecture-table td:nth-child(5) {
    text-align: center;
}

.InfoListBoxDownload {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 12px;
    width: 100%;
    background-color: #ecedf2;
    border: 1px solid #eeeeee;
    padding: 2rem;
    margin-top: 2rem;
    gap: 1rem;
}

.InfoListBoxDownload h3 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600 !important;
    line-height: 2.7rem;
    border-bottom: 2px solid #023591;
    color: #023591;
}

.InfoListBoxDownload p {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #002059;
}

.InfoListBoxDownload .btn_download {
    padding: 12px 22px !important;
}

.SibasamYoutubeDownlaod {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 12px;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
    padding: 2rem;
    margin-top: 2rem;
    gap: 1rem;
}

.SibasamYoutubeDownlaod h3 {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-weight: 600 !important;
    line-height: 2.7rem;
    color: #212529;
}

.SibasamYoutubeDownlaod iframe {
    aspect-ratio: 16 / 9;
}

.SibasamYoutubeDownlaod .btn_download {
    padding: 12px 60px !important;
}

.Event__014 .check__box label {
    font-size: 0.8rem !important;
}

.Event__014 div.BN-Fixed-st0003 h3 {
    font-size: 1.4rem;
}

.Event__014 div.BN-Fixed-st0003 .sale-amount strong {
    font-size: 1.8rem;
    font-weight: 600 !important;
}

@media (max-width: 1220px) {
    .SibasamYoutubeDownlaod iframe {
        width: 100%;
        height: 100%;
    }

    .Event__014 section {
        padding: 3rem 2rem !important;
    }

    .Event__014 article {
        width: 100%;
    }

    .GunboCon-01::before {
        width: 118px;
        height: 153px;
    }

    .BN-Fixed-st0003 {
        width: 98% !important;
        left: 1% !important;
        bottom: 1% !important;
        transform: unset !important;
        margin-bottom: 0 !important;
        justify-content: center !important;
    }

    div.BN-Fixed-st0003 {
        padding: 1rem 1rem;
    }

    div.BN-Fixed-st0003 h3 {
        font-size: 1.3rem;
    }

    div.BN-Fixed-st0003 .check__box label {
        font-size: 0.8rem !important;
        padding: 4px 10px !important;
    }

    div.BN-Fixed-st0003 .sale-amount strong {
        font-size: 1.6rem;
    }

    .Event__014 .ToggleInfo button {
        font-size: 1.4rem !important;
    }

    .Event__014 .ToggleInfo button span img {
        width: 22px;
        margin-right: 8px;
    }

    div.BN-Fixed-st0003 .sale-amount span {
        font-size: 1rem;
    }

    div.BN-Fixed-st0201,
    div.BN-Fixed-st0004 {
        display: none;
    }

    section.GunboCon-01 {
        padding: 7rem 0 !important;
    }

    .GunboCon-01 article {
        width: 70%;
    }

    .GunboCon-01::after {
        transform: translate(-50%, -66%);
    }

    .GunboCon-01 .bottom {
        margin-top: -1rem;
        margin-left: -3rem;
    }

    .GunboCon-01 .bottom>img {
        width: 420px;
    }

    .GunboCon-01 .bottom .right {
        width: 330px !important;
        gap: 1rem !important;
        margin-left: -4rem !important;
        padding-bottom: 1rem !important;
    }

    .GunboCon-01 .right iframe {
        aspect-ratio: 16 / 10;
        width: 100%;
        height: 100%;
    }
}


@media (max-width: 768px) {
    .Event__014 section {
        padding: 3rem 1.5rem !important;
    }

    .GunboCon-10 .mt30 {
        margin-top: 0 !important;
    }

    .GunboCon-04 .mt30,
    .GunboCon-05 .mt30,
    .GunboCon-07 .mt30 {
        margin-top: 10px !important;
    }

    .GunboCon-02 img {
        width: 100% !important;
    }

    .BN-Fixed-st0003 {
        width: 100% !important;
        left: 0% !important;
        bottom: 0% !important;
        transform: unset !important;
        margin-bottom: 0 !important;
        border-width: 6px 6px 0 6px;
        flex-wrap: wrap;
        justify-content: space-between !important;
        padding: 1rem !important;
        gap: 1rem !important;

    }

    .BN-Fixed-st0003 .title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        width: 100%;
    }

    div.BN-Fixed-st0003 {
        border: 3px solid #B400D1;
        border-bottom: 0 !important;
        border-radius: 20px 20px 0 0;
        gap: 0.5rem !important;
    }

    div.BN-Fixed-st0003 .bottom {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        gap: 0.2rem;
    }

    div.BN-Fixed-st0003 h3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 0.9rem;
        gap: 0.2rem;
        margin-bottom: 0;
    }

    div.BN-Fixed-st0003 .check__box label {
        font-size: 0.7rem !important;
        padding: 2px 5px !important;
        width: auto !important;
        line-height: 1rem;
    }

    div.BN-Fixed-st0003 .check__box {
        width: auto !important;
    }

    div.BN-Fixed-st0003 .check__box i {
        width: 10px;
        height: 10px;
        margin-right: 3px;
    }

    div.BN-Fixed-st0003 .btn_buy_point {
        padding: 6px 26px !important;
        min-height: auto;
        font-size: 1rem;
        width: 100% !important;
    }

    div.BN-Fixed-st0003 .sale-amount {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        gap: 0.4rem;
        width: 100%;
    }

    div.BN-Fixed-st0003 .sale-amount strong {
        font-size: 1rem;
        line-height: 1rem;
    }

    div.BN-Fixed-st0003 .sale-amount span {
        font-size: 0.8rem;
    }

    div.BN-Fixed-st0003 .top {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        gap: 0.5rem;
        width: 100%;
    }

    .GunboCon-01 article {
        width: 90%;
    }

    .GunboCon-01 .bottom .right {
        width: 100% !important;
        gap: 1rem !important;
        margin-left: 0 !important;
        padding-bottom: 0 !important;
    }

    .GunboCon-01::before {
        width: 94px;
        height: 122px;
        top: -1rem;
        right: 0;
    }

    .GunboCon-01 .right iframe {
        aspect-ratio: 16 / 9;
    }

    .GunboCon-01::after {
        width: 1000px;
        height: 1000px;
        transform: translate(-50%, -55%);
    }

    .GunboCon-01 .bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 0;
    }

    .GunboCon-01 .bottom>img {
        width: 100%;
    }

    .GunboCon-08 {
        background-position: 0px -40px;
        background-size: 260px;
    }

    .GunboCon-06 .mt100 {
        margin-top: 40px !important;
    }

    .gunbo__loadmap {
        gap: 0.7rem;
    }

    .gunbo__loadmap .img-card {
        width: 47% !important;
    }

    .gunbo__loadmap .img-card:nth-child(3)::after {
        display: inline-block;
    }

    .gunbo__loadmap .img-card:nth-child(2)::after,
    .gunbo__loadmap .img-card:nth-child(4)::after,
    .gunbo__loadmap .img-card:nth-child(6)::after {
        display: none;
    }

    .gunbo__loadmap .img-card::after {
        width: 10px;
        height: 10px;
        padding: 0.4rem;
    }

    .BenefitList {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    .BenefitList>div {
        width: 100%;
        gap: 0.5rem;
    }

    .BenefitList .btn__base {
        padding: 6px 26px !important;
        font-size: 0.8rem;
        min-height: auto;
    }

    .TableToggle-btn {
        padding: 8px 30px !important;
        width: 80% !important;
        font-size: 1rem;
        font-weight: 500;
    }

    .Event__014 .lecture-table-wrap td.first-td::before {
        color: #555555;
    }

    .TableToggle-wrap.is-open .TableToggle-btn {
        bottom: -60px;
    }

    .TableToggle-content.is-open {
        max-height: 100%;
    }

    .TableToggle-content {
        max-height: 410px;
    }

    .QNAbox-question {
        font-size: 1.1rem;
        padding: 34px 10px 6px 0px !important;
    }

    .QNAbox-question::before {
        width: 15px;
        height: 15px;
    }

    .QNAbox-icon {
        right: 6px;
        top: 34px;
        width: 16px;
        height: 16px;
    }

    .QNAbox-answer p {
        font-size: 0.9rem;
        padding: 0 0 10px;
    }

    .QNAbox-item.active .QNAbox-answer {
        padding: 1rem;
        max-height: none;
    }

    .QNAbox-item.active .QNAbox-answer {
        padding: 1rem;
        max-height: none;
    }

    .Event__014 .lecture-table-wrap.graytype .lecture-table td:nth-child(4) {
        width: 100%;
    }

    .Event__014 .lecture-table-wrap.graytype .lecture-table td:nth-child(4):before,
    .Event__014 .lecture-table-wrap.graytype .lecture-table td:nth-child(5):before {
        width: 60px;
        margin-right: 0;
    }

    .InfoListBoxDownload h3 {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding-bottom: 0.5rem;
    }

    .InfoListBoxDownload p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .InfoListBoxDownload .btn_download {
        padding: 11px 22px !important;
        font-size: 0.8rem;
        min-height: auto;
    }

    .btn_download:after {
        width: 13px;
        height: 13px;
    }

    .InfoListBoxDownload {
        padding: 1.5rem;
    }

    .SibasamYoutubeDownlaod h3 {
        font-size: 1.3rem;
        line-height: 1rem;
    }

    .SibasamYoutubeDownlaod .btn_download {
        padding: 12px 24px !important;
        font-size: 0.8rem;
        min-height: auto;
    }

}

@media (max-width: 400px) {
    div.BN-Fixed-st0003 .sale-amount strong {
        font-size: 1.3rem;
    }

    div.BN-Fixed-st0003 .top {
        gap: 0.5rem;
    }

    div.BN-Fixed-st0003 h3 {
        font-size: 1rem;
    }

    .QNAbox-question {
        font-size: 1rem;
    }

    .SibasamYoutubeDownlaod h3 {
        font-size: 1rem;
        line-height: 1rem;
    }
}

.Event__017 {
    background-color: #ffffff;
    position: relative;
}

.Event__017 section {
    padding: 5rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__017 article {
    width: 1000px;
}

.Event__017 .BN-Fixed-st0201 {
    transform: translateY(-20px) !important;
}

.BN-Fixed-st0202 {
    transform: translateY(-20px) !important;
}

.Event__017 .BN-Fixed-st0004.is-show {
    transform: translateY(-50%);
}

.BN-Fixed-st0202 strong {
    color: #FFEF98;
    font-weight: 600 !important;
}

.BN-Fixed-st0202 .last {
    font-weight: 400;
    font-size: 0.8rem;
}

.Event__017 .BN-Fixed-st0201.is-show {
    transform: translateY(-190px) !important;
}

section.IBKCon-01 {
    background-color: #0098D9;
    position: relative;
    overflow: hidden;
    padding: 10rem 0 !important;
}

section.IBKCon-01 {
    padding: 2rem 0 !important;

}

.IBKCon-01::after {
    content: '';
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -29%);
    background-image: url(../html/260304/img/IBKImg-bg-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.IBKCon-01 article {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.IBKCon-01 .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-left: 0rem;
    padding-bottom: 4rem;
}

.IBKCon-01 .bottom>img {
    width: 460px;
    height: 100%;
}

.IBKCon-01 .bottom .right {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: 0;
    padding-bottom: 4rem;
}

.IBKCon-01 h2 {
    position: relative;
}

.IBKCon-01 .bottom .right iframe {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.IBKCon-02 {
    background: linear-gradient(-45deg, #9547DE, #00218D);
}

.IBKCon-03 {
    background-color: #F1FBFF;
}

.IBKCon-05 {
    background-color: #f9f9f9;
}

.IBKCon-07 {
    background-color: #F1FBFF;
}

.IBKCon-08 {
    background-color: #F1F1F1;
    background-image: url(../html/260209/img/GunboImg-bg1.svg);
    background-repeat: no-repeat;
    background-position: 50px -10px;
    background-size: 670px;
}

.IBKCon-09 {
    background-color: #E3E3E3;
}

.IBKCon-10 {
    background-color: #464646;
}

.IBKCon-06 .lecture-table-wrap.graytype .lecture-table td:nth-child(4) {
    text-align: left;
}

.IBKCon-06 .lecture-table-wrap.graytype .lecture-table td:last-child {
    text-align: center;
}

.TopDayDiv {
    position: absolute;
    right: 0;
    top: 14px;
    border-radius: 100px;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(-45deg, #9547DE, #00218D);
    padding: 0.7rem 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.TopDayDiv .count {
    padding: 0.4rem;
    border: 2px solid #ffffff;
    line-height: 1.6rem;
}

.TopDayDiv .yellow {
    color: #FFF171;
    font-style: normal;
}

.ProductInfo {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(-45deg, #9547DE, #00218D);
}

.ProductBoxRow.st260424 .ProductBoxRow-right {
    display: none;
    padding: 0;
    margin: 0;
}

.ProductInfo h3 {
    font-size: 1.2rem;
    font-weight: 400 !important;
}

.ProductInfo h3 strong {
    font-size: 1.5rem;
    font-weight: 600 !important;
    margin-right: 0.5rem;
}

.ProductInfo::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon-info4.svg);
    background-size: 100%;
    margin-right: 1rem;
    background-repeat: no-repeat;
}

.ProductInfo.st-row h3 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}

.ProductInfo.st-row h3>div {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.ProductInfo.st-row h3 em {
    display: block;
    font-weight: 500;
    margin-right: 0.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    color: #262BA1;
    background-color: #FFCC00;
}

.ProductInfo.st-row::before {
    display: none;
}

.Event__017 .BenefitList.box2>div {
    width: 49%;
}

.IBKCon-07 .check__box {
    margin-bottom: 0.5rem !important;
}

.IBKCon-07 .ProductBoxRow button span {
    font-size: 0.9rem;
    color: #fff539;
}

div.BN-Fixed-st0008 {
    position: fixed;
    width: 1000px;
    left: 50%;
    bottom: 10px;
    border: 8px solid #999999;
    border-image: linear-gradient(to bottom right, #B400D1, #FF5C29);
    border-image-slice: 1;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 1.4rem 2rem;
}

.BN-Fixed-st0008 .title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
}

.BN-Fixed-st0008 .title .add-btn button {
    margin-bottom: 0.3rem;
}

div.BN-Fixed-st0008 h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
    font-weight: 600 !important;
    text-align: left;
    color: #B400D1;
}

div.BN-Fixed-st0008 .bottom {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

div.BN-Fixed-st0008 h3 span {
    font-size: 0.9rem;
    text-align: left;
    color: #555555;
}

div.BN-Fixed-st0008 .check__box {
    margin-bottom: 0;
}

div.BN-Fixed-st0008 .check__box img {
    width: 20px;
}

div.BN-Fixed-st0008 .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 2.1rem;
}

div.BN-Fixed-st0008 .btn_buy_point {
    padding: 12px 26px !important;
    min-width: 140px !important;
}

div.BN-Fixed-st0008 .sale-amount {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

div.BN-Fixed-st0008 .sale-amount span {
    font-weight: 400 !important;
    font-size: 1.2rem;
    line-height: 1rem;
    text-decoration: line-through;
    color: #555555;
}

div.BN-Fixed-st0008 .sale-amount strong {
    font-weight: 600 !important;
    font-size: 1.5rem;
    line-height: 2.1rem;
}

div.BN-Fixed-st0008 .check__box label {
    width: auto !important;
    padding: 4px 10px !important
}

.Event__017 .blockbox-white {
    margin-top: 2rem;
    width: 100% !important;
    cursor: pointer;
    border: 4px solid #ffffff;
    border-radius: 0 !important;
}

.Event__017 .blockbox-white:hover {
    border: 4px solid #212529;
}

.Event__017 .blockbox-white .logo img {
    width: 600px !important;
}

.Event__017 .blockbox-white ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
}

.Event__017 .blockbox-white li {
    width: 49%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 1rem;
}

.Event__017 .blockbox-white .logo {
    height: auto;
}

@media (max-width: 1220px) {

    .Event__017 section {
        padding: 3rem 2rem !important;
    }

    .Event__017 article {
        width: 100%;
    }

    .BN-Fixed-st0008 {
        width: 98% !important;
        left: 1% !important;
        bottom: 1% !important;
        transform: unset !important;
        margin-bottom: 0 !important;
        justify-content: center !important;
    }

    div.BN-Fixed-st0008 {
        padding: 1rem 1rem;
    }

    div.BN-Fixed-st0008 h3 {
        font-size: 1.3rem;
    }

    div.BN-Fixed-st0008 .check__box label {
        font-size: 0.8rem !important;
        padding: 4px 10px !important;
    }

    div.BN-Fixed-st0008 .sale-amount strong {
        font-size: 1.6rem;
    }

    .Event__014 .ToggleInfo button {
        font-size: 1.4rem !important;
    }

    div.BN-Fixed-st0008 .sale-amount span {
        font-size: 1rem;
    }

    div.BN-Fixed-st0202 {
        width: 150px;
    }

    div.BN-Fixed-st0202 {
        transform: unset !important;
        height: 40px;
        width: 98% !important;
        left: 1% !important;
        top: 1% !important;
    }

    div.BN-Fixed-st0202 button::after {
        top: 10px;
    }

    div.BN-Fixed-st0202 button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 0.5rem;
        border-radius: 4px;
    }

    div.BN-Fixed-st0202 button .last {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        line-height: 1rem;
        font-size: 1rem;
    }

    div.BN-Fixed-st0202.is-show {
        transform: unset !important;
    }

    section.IBKCon-01 h2>img {
        width: 810px;
    }

    .IBKCon-01 .bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .IBKCon-01 .bottom>img {
        width: 350px;
    }

    .IBKCon-01 .bottom .right {
        width: 360px;
        gap: 2rem;
        padding-bottom: 0;
    }

    .Event__017 .blockbox-white .logo img {
        width: 80% !important;
    }
}

@media (max-width: 768px) {
    .IBKCon-08 {
        background-position: 10px -70px;
        background-size: 410px;
    }

    section.IBKCon-01 h2>img {
        width: 100%;
    }

    div.BN-Fixed-st0202 {
        width: 100% !important;
        transform: unset !important;
        height: 60px;
        top: 0 !important;
        right: 0;
        left: 0 !important;
        border-radius: 0 0 10px 10px;
        display: none !important;
    }

    .Event__014 div.BN-Fixed-st0202.fixed {
        display: block !important;
    }

    .Event__014 div.BN-Fixed-st0202.is-show {
        transform: unset !important;
    }

    div.BN-Fixed-st0202 button::after {
        top: 15px;
    }

    div.BN-Fixed-st0202 button {
        border-radius: 0 0 10px 10px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0;
    }

    .Event__017 section {
        padding: 3rem 1.5rem !important;
    }

    section.IBKCon-01 {
        padding: 5rem 1.5rem 2rem !important;
    }

    section.IBKCon-02 {
        padding: 2rem 0.5rem !important;
    }

    .IBKCon-01::after {
        transform: translate(-50%, -8%);
        width: 1000px;
        height: 1000px;
    }

    .IBKCon-01 .bottom {
        width: 80%;
        display: flex;
        flex-direction: column;
        margin-left: 0;
        padding-bottom: 0;
    }

    .IBKCon-01 .bottom .right {
        width: 100%;
        max-width: 320px;
        padding-bottom: 0;
        gap: 1rem;
    }

    .IBKCon-01 .bottom>img {
        width: 100%;
        height: 100%;
        max-width: 320px;
        margin-bottom: 2rem;
    }

    .Event__017 .ProductBoxRow button>div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        line-height: 1.1rem;
    }

    .ProductInfo h3 {
        font-size: 0.8rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .ProductInfo h3 strong {
        font-size: 1.1rem;
        margin-right: 0;
    }

    .Event__017 .BenefitList.box2>div {
        width: 100%;
    }

    .BN-Fixed-st0008 {
        width: 100% !important;
        left: 0% !important;
        bottom: 0% !important;
        transform: unset !important;
        margin-bottom: 0 !important;
        border-width: 6px 6px 0 6px;
        flex-wrap: wrap;
        justify-content: space-between !important;
        padding: 1rem !important;
        gap: 1rem !important;

    }

    .BN-Fixed-st0008 .title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        width: 100%;
    }

    div.BN-Fixed-st0008 {
        border: 3px solid #B400D1;
        border-bottom: 0 !important;
        border-radius: 20px 20px 0 0;
        gap: 0.5rem !important;
    }

    div.BN-Fixed-st0008 .bottom {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        gap: 0.2rem;
    }

    div.BN-Fixed-st0008 h3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 0.8rem;
        gap: 0.2rem;
        margin-bottom: 0;
    }

    div.BN-Fixed-st0008 .check__box label {
        font-size: 0.7rem !important;
        padding: 2px 5px !important;
        width: auto !important;
        line-height: 1rem;
    }

    div.BN-Fixed-st0008 .check__box {
        width: auto !important;
    }

    div.BN-Fixed-st0008 .check__box i {
        width: 10px;
        height: 10px;
        margin-right: 3px;
    }

    div.BN-Fixed-st0008 .btn_buy_point {
        padding: 6px 26px !important;
        min-height: auto;
        font-size: 1rem;
        width: 100% !important;
    }

    div.BN-Fixed-st0008 .sale-amount {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        gap: 0.4rem;
        width: 100%;
    }

    div.BN-Fixed-st0008 .sale-amount strong {
        font-size: 1rem;
        line-height: 1rem;
    }

    div.BN-Fixed-st0008 .sale-amount span {
        font-size: 0.8rem;
    }

    div.BN-Fixed-st0008 .top {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        gap: 0.5rem;
        width: 100%;
    }

    .ProductInfo::before {
        width: 24px;
        height: 24px;
        margin-right: 0.5rem;
    }

    .TopDayDiv {
        right: 0;
        top: 0;
        font-size: 1.1rem;
        padding: 0.3rem 2rem;
        gap: 0.5rem;
    }

    .IBKCon-07 .ProductBoxRow button span {
        margin-right: 0.3rem;
    }

    .TopDayDiv .count {
        padding: 0.4rem;
        line-height: 0.7rem;
        font-size: 1rem;
    }

    .IBKCon-10 .mt30 {
        margin-top: 0 !important;
    }

    .IBKCon-06 .lecture-table-wrap.graytype .lecture-table td:nth-child(4)::before,
    .IBKCon-06 .lecture-table-wrap.graytype .lecture-table td:nth-child(5)::before {
        width: 60px;
    }

    .Event__017 .blockbox-white .logo img {
        width: 100% !important;
    }

    .Event__017 .blockbox-white ul {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .Event__017 .blockbox-white li {
        width: 100%;
    }
}


@media (max-width: 400px) {
    div.BN-Fixed-st0008 .sale-amount strong {
        font-size: 1.3rem;
    }

    div.BN-Fixed-st0008 .top {
        gap: 0.5rem;
    }

    div.BN-Fixed-st0008 h3 {
        font-size: 0.8rem;
    }

    .TopDayDiv {
        font-size: 0.8rem;
        padding: 0.3rem 1rem;
        gap: 0.5rem;
    }

    .TopDayDiv .count {
        padding: 0.2rem;
        line-height: 0.8rem;
        font-size: 0.8rem;
    }

    .ProductInfo h3 strong {
        font-size: 0.9rem;
        margin-right: 0;
    }

    .Event__017 .ProductBoxRow-left h4 {
        font-size: 1.4rem;
    }
}


div.BN-Fixed-st0201.Type-SKCT button>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.Event__019,
.Event__018 {
    background-color: #ffffff;
    position: relative;
}

.Event__019 section,
.Event__018 section {
    padding: 5rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__019 article,
.Event__018 article {
    width: 1000px;
}

.SKCTCon-01 .info-text {
    font-size: 1rem;
    color: #8b3b24;
}

.Event__019 div.BN-Fixed-st0008 .sale-amount {
    width: 190px;
}

.Event__019 div.BN-Fixed-st0008.st260428 .sale-amount {
    width: 220px;
}

.Event__019 div.BN-Fixed-st0008 .btn_buy_point,
.Event__018 div.BN-Fixed-st0008 .btn_buy_point {
    width: 320px !important;
}

.Event__019 .BN-Fixed-st0501 {
    transform: translateY(190%) !important;
}

.Event__018 .BN-Fixed-st0501 {
    transform: translateY(190%) !important;
}

.Event__019 .BN-Fixed-st0501.is-show {
    transform: translateY(262px) !important;
}

.Event__018 .BN-Fixed-st0501.is-show {
    transform: translateY(292px) !important;
}

.Event__019 .BN-Fixed-st0502 {
    transform: translateY(70%) !important;
}

.Event__018 .BN-Fixed-st0502 {
    transform: translateY(70%) !important;
}

.Event__019 .BN-Fixed-st0502.is-show {
    transform: translateY(203px) !important;
}

.Event__018 .BN-Fixed-st0502.is-show {
    transform: translateY(233px) !important;
}

.Event__018 .BN-Fixed-st0201 {
    height: 72px;
    transform: translateY(-130px) !important;
}

.Event__018 .BN-Fixed-st0201.is-show {
    transform: translateY(-342px) !important;
}

.Event__018 .BN-Fixed-st0200 {
    height: 72px;
    transform: translateY(-47px) !important;
}

.Event__018 .BN-Fixed-st0200.is-show {
    transform: translateY(-262px) !important;
}

.Event__019 .BN-Fixed-st0200 {
    height: 72px;
    transform: translateY(10px) !important;
}

.Event__019 .BN-Fixed-st0200.is-show {
    transform: translateY(-203px) !important;
}

div.BN-Fixed-st0200 button.pc {
    display: flex;
}

div.BN-Fixed-st0200 button.pad_m {
    display: none;
}

.Event__019 .BN-Fixed-st0201 {
    height: 72px;
    transform: translateY(-70px) !important;
}

.Event__019 .BN-Fixed-st0201.is-show {
    transform: translateY(-280px) !important;
}

.Event__019 .BN-Fixed-st0004.is-show {
    transform: translateY(-210px) !important;
}

.Event__018 .BN-Fixed-st0004.is-show {
    transform: translateY(-180px) !important;
}

.Event__019 .BN-Fixed-st0008 .title,
.Event__018 .BN-Fixed-st0008 .title {
    width: 80%;
}


.Event__019 .BN-Fixed-st0008 .title h3 div,
.Event__018 .BN-Fixed-st0008 .title h3 div {
    position: relative;
    font-weight: 600 !important;
}

.Event__019 .BN-Fixed-st0008 .title h3,
.Event__018 .BN-Fixed-st0008 .title h3 {
    font-weight: 500 !important;
    flex-direction: column;
    width: 100%;
    color: #b400d1;
}

.Event__018,
div.BN-Fixed-st0008 h3.new260324 span,
.Event__018 div.BN-Fixed-st0008 h3.new260324 span {
    color: #b400d1;
}

.Event__019 div.BN-Fixed-st0008 .top,
.Event__018 div.BN-Fixed-st0008 .top {
    gap: 0;
}

.Event__019 .BN-Fixed-st0008 .title h3 strong,
.Event__018 .BN-Fixed-st0008 .title h3 strong {
    font-weight: 600 !important;
}

.Event__019 div.BN-Fixed-st0008 .check__box label,
.Event__018 div.BN-Fixed-st0008 .check__box label {
    width: 230px !important;
}

.Event__018 .ProductBoxList {
    border: 0;
}

.Event__018 .ProductBoxList ul {
    padding: 0;
}

.Event__018 .ProductBoxList li.PointRed::before {
    height: 37px;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../html/260309/img/SKCTImg-68.png);
    background-size: 100%;
}

.Event__018 .ProductBoxList .PointRed .con-01 {
    padding-left: 80px;
}

.ProductBoxRow.st260508 .con-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ProductBoxRow.st260508 .con-01 img {
    width: 360px;
}

.ProductBoxRow.st260508 .con-01 .check__box img {
    width: 10px;
}

.ProductBoxRow.st260508 .con-01 .check__box label {
    font-size: 0.8rem !important;
    border: 1px solid #cccccc;
}

.ProductBoxRow.st260508 .ProductBoxRow-in {
    padding: 4rem 2rem 2rem 2rem;
}

.ProductBoxRow.st260508 .text-top {
    position: absolute;
    left: 132px;
    top: 12px;
    color: #555555;
    font-size: 0.8rem;
}

.ProductBoxRow.st260508 .con-02 img {
    width: 170px;
}

.ProductBoxRow.st260508 .con-03 img {
    width: 120px;
    height: fit-content;

}

.ProductBoxRow.st260508 .sale-amount strong {
    font-weight: 600 !important;
    font-size: 1.7rem;
    line-height: 2.1rem;
}

.ProductBoxRow.st260508 .con-03>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
}

.ProductBoxRow.st260508 .btn_buy_point {
    display: flex;
    justify-content: space-between;
    width: 140px !important;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem !important;
    min-height: auto;
}

.ProductBoxRow.st260508 button strong {
    font-size: 1rem;
    font-weight: 600 !important;
}

.ProductBoxRow.st260508 h4 {
    font-weight: 600 !important;
    color: #B703CC;
    font-size: 1.2rem;
}

section.SKCTCon-01 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #FFE0E0 0%, #FFB69F 100%);
    padding: 5rem 0 8rem !important;

}

.SKCTCon-01::after {
    content: '';
    width: 800px;
    height: 800px;
    position: absolute;
    top: -100px;
    right: -140px;
    background-image: url(../html/260309/img/SKCTImg-bg-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.SKCTCon-01::before {
    content: '';
    width: 2000px;
    height: 2000px;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, 7%);
    background-image: url(../html/260309/img/SKCTImg-bg-02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.SKCTCon-01 article {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.SKCTCon-01 .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: -2rem;

}

.SKCTCon-01 .bottom>img {
    width: 460px;
    height: 100%;
}

.SKCTCon-01 .bottom .right {
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: 0;
    padding-bottom: 6rem;
}

.SKCTCon-01 .bottom .right iframe {
    overflow: hidden;
}

.SKCTCon-01 .TopDayDiv {
    top: 5px;
    padding: 0.7rem 3rem;
}

.SKCTCon-01 h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SKCTCon-02 {
    background: linear-gradient(-45deg, #9547DE, #00218D);
}

.SKCTCon-02::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    margin: 0;
    width: 0;
    height: 0;
    border-top: 22px solid #5938be;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent;
    z-index: 10;
}

.SKCTCon-08,
.SKCTCon-03,
.SKCTCon-06 {
    background-color: #ffffff;
}

.SKCTCon-09,
.SKCTCon-12,
.SKCTCon-05 {
    background-color: #f9f9f9;
}

.SKCTCon-10,
.SKCTCon-13,
.SKCTCon-07 {
    background-color: #FFEAEA;
}

.SKCTCon-11 {
    background-color: #F1F1F1;
    background-image: url(../html/260209/img/GunboImg-bg1.svg);
    background-repeat: no-repeat;
    background-position: 50px -10px;
    background-size: 670px;
}

.SKCTCon-14 {
    background-color: #464646;
}

.SKCTCon-03 article,
.SKCTCon-04 article,
.SKCTCon-05 article,
.SKCTCon-06 article,
.SKCTCon-08 article,
.SKCTCon-09 article,
.SKCTCon-10 article,
.SKCTCon-11 article,
.SKCTCon-12 article,
.SKCTCon-13 article,
.SKCTCon-14 article,
.SKCTCon-07 article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
}

.SKCTCon-10 article,
.SKCTCon-11 article,
.SKCTCon-14 article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.HMAT-tabs,
.SKCT-tabs {
    width: 100%;
    margin: auto;
}

.HMAT-tab-buttons,
.SKCT-tab-buttons {
    display: flex;
    gap: .5rem;
    margin-bottom: 2rem;
}

.HMAT-tab-buttons .tab-btn,
.SKCT-tab-buttons .tab-btn {
    flex: 1;
    padding: 12px !important;
    border: none;
    cursor: pointer;
    font-size: 1.5rem !important;
    font-weight: 500;
    background: #f0e7f9 !important;
    color: #9045db !important;
    border-radius: 6px;
    transition: all 0.3s;
}

.HMAT-tab-buttons .tab-btn.active,
.SKCT-tab-buttons .tab-btn.active {
    background: linear-gradient(to right, #9547DE, #00218D) !important;
    font-weight: 600;
    color: #ffffff !important;
}

.HMAT-tab-buttons .tab-btn:hover,
.SKCT-tab-buttons .tab-btn:hover {
    background: #e6d3fb !important;
    /* color: #ffffff !important; */
}

.HMAT-tab-buttons .tab-btn.active:hover,
.SKCT-tab-buttons .tab-btn.active:hover {
    background: linear-gradient(to right, #00218D, #00218D) !important;
}

.HMAT-tab-content,
.SKCT-tab-content {
    display: none;
    border-top: none;
    position: relative;
}

.HMAT-tab-content.active,
.SKCT-tab-content.active {
    display: block;
}

.point-box {
    display: block;
    padding: 0.7rem 1.5rem;
    border-radius: 100px;
    font-size: 1.5rem;
    color: #ffffff;
    background: linear-gradient(to left, #9547DE, #00218D);
}

.point-box .yellow {
    color: #FFEF98;
}

.SKCTCon-07 .botttom-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.SKCTCon-07 .botttom-div .left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.SKCTCon-07 .botttom-div .left p {
    font-weight: 500;
    font-size: 1rem;

}

.SKCTCon-07 .botttom-div .right img {
    width: 380px;
}

.SKCTCon-07 .botttom-div iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.SKCTbtn-mySwiper {
    width: auto;
    height: 50px;
}

.Event__019 .SKCTbtn-mySwiper {
    width: 410px;
}

.SKCTbtn-mySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.ProductBoxRow-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
}

.ProductBoxRow-bottom li {
    position: relative;
}

.ProductBoxRow-bottom li:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #747474;
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}

.SKCTCon-10 .btn_txtlink {
    font-size: 1.2rem;
    font-weight: 500;
}

.SKCTCon-10 .ProductInfo {
    width: 100%;
}

.SKCTCon-12 .bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.SKCTCon-13 .bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

p.info-text {
    font-size: .9rem;
    color: #212529;
    opacity: .5;
}

.info-text.right {
    text-align: right;
    width: 100%;
}

.info-text.left {
    text-align: left;
    width: 100%;
}

.info-text.center {
    text-align: center;
    width: 100%;
}

.SKCTCon-11 .info-text {
    margin-top: 20px;
}

@media (max-width: 1200px) {

    .Event__019 article,
    .Event__018 article {
        width: 100%;
    }

    .Event__019 .BN-Fixed-st0501,
    .Event__018 .BN-Fixed-st0501 {
        display: none;
    }

    .SKCTCon-01::before {
        width: 1200px;
        height: 1200px;
        bottom: -84%;
        left: 50%;
    }

    .Event__019 section,
    .Event__018 section {
        padding: 5rem 3rem !important;
    }

    .Event__019 div.BN-Fixed-st0008 .btn_buy_point,
    .Event__018 div.BN-Fixed-st0008 .btn_buy_point {
        font-size: 1rem;
        width: 250px !important;
    }

    .SKCTCon-01 .info-text {
        font-size: 0.8rem;
    }

    .SKCTCon-01 h2 img {
        width: 80%;
    }

    div.BN-Fixed-st0008.Type-SKCT2 h3 span {
        font-size: 1.3rem;
    }

    .SKCTCon-01 .bottom {
        width: 850px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .SKCTCon-01 .right iframe {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
    }

    .SKCTCon-01 .TopDayDiv {
        top: 0;
        padding: 0.4rem 4.2rem;
        font-size: 1.6rem;
    }

    .SKCTCon-01 .bottom>img {
        width: 300px;
    }

    .SKCTCon-01 .bottom .right {
        width: 373px;
        padding-bottom: 0;
        gap: 1rem;
    }

    .Event__018 .ProductBoxList li.PointRed::before {
        width: 50px;
        height: 37px;
    }

    .Event__019 .SKCTCon-01 .bottom {
        gap: 1rem;
    }

    .SKCTCon-07 .botttom-div iframe {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
    }

    .ProductInfo {
        padding: 0.8rem;
    }

    .SKCTCon-11 {
        background-position: 10px -100px;
    }

    .SKCTCon-01::after {
        width: 500px;
        height: 500px;
        top: -50px;
        right: -100px;
    }

    .Event__019 .BN-Fixed-st0502,
    .Event__018 .BN-Fixed-st0502 {
        display: none;
    }

    .ProductBoxRow.st260508 .con-01 img {
        width: 100%;
    }

    .ProductBoxRow.st260508 .con-02 img {
        width: 150px;
    }

    .ProductBoxRow.st260508 .con-03 img {
        width: 100px;
    }

    .ProductBoxRow.st260508 .con-01 .check__box label {
        font-size: 0.5rem !important;
    }

    div.BN-Fixed-st0200 button.pc {
        display: none;
    }

    div.BN-Fixed-st0200 button.pad_m {
        display: flex;
    }

    /* 
    .BN-Fixed-st0200 {
        transform: translateY(153px) !important; 
    }*/

    .Event__019 .BN-Fixed-st0200.is-show,
    .Event__019 .BN-Fixed-st0200,
    .BN-Fixed-st0200.is-show,
    .BN-Fixed-st0200 {
        height: 50px !important;
        width: 50px !important;
        transform: unset !important;
        top: unset !important;
        bottom: 200px !important;
        right: 10px !important;
    }

    .Event__018 .BN-Fixed-st0200.is-show,
    .Event__018 .BN-Fixed-st0200 {
        height: 50px !important;
        width: 50px !important;
        transform: unset !important;
        top: unset !important;
        bottom: 217px !important;
        right: 10px !important;
    }

    div.BN-Fixed-st0200 button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0;
        width: 100%;
        height: 100%;
        font-size: 0.6rem;
        font-weight: 500;
        line-height: 0.7rem;
        text-align: left;
        padding: 9px 0 0 !important;
        box-shadow: 2px 2px 5px #00000038;
    }

    div.BN-Fixed-st0200 button::after {
        width: 20px;
        height: 13px;
        margin-top: 0px;
    }
}

@media (max-width: 768px) {

    .SKCTCon-03 article,
    .SKCTCon-04 article,
    .SKCTCon-05 article,
    .SKCTCon-06 article,
    .SKCTCon-08 article,
    .SKCTCon-09 article,
    .SKCTCon-11 article,
    .SKCTCon-12 article,
    .SKCTCon-13 article,
    .SKCTCon-07 article {
        gap: 2rem;
    }

    .Event__019 div.BN-Fixed-st0008 .check__box label,
    .Event__018 div.BN-Fixed-st0008 .check__box label {
        width: auto !important;
    }

    .Event__019 .BN-Fixed-st0008 .title h3.new260324,
    .Event__018 .BN-Fixed-st0008 .title h3.new260324 {
        flex-direction: row;
    }

    .SKCTCon-14 article,
    .SKCTCon-10 article {
        gap: 1rem;
    }

    .ProductInfo {
        padding: 0.7rem;
    }

    .Event__019 section,
    .Event__018 section {
        padding: 3rem 1.5rem !important;
    }

    .Event__019 div.BN-Fixed-st0008 h3,
    .Event__018 div.BN-Fixed-st0008 h3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Event__019 .BN-Fixed-st0008 .title,
    .Event__018 .BN-Fixed-st0008 .title {
        width: 100%;
    }

    .Event__019 .BN-Fixed-st0008 .title h3 i,
    .Event__018 .BN-Fixed-st0008 .title h3 i {
        position: relative;
        right: unset;
        top: unset;
    }

    .Event__019 .ProductBoxRow button>div,
    .Event__018 .ProductBoxRow button>div {
        flex-direction: column;
    }

    .Event__019 .ProductBoxRow-right .btn_buy_point span,
    .Event__018 .ProductBoxRow-right .btn_buy_point span {
        flex-direction: row;
    }

    .Event__019 div.BN-Fixed-st0008 .btn_buy_point,
    .Event__018 div.BN-Fixed-st0008 .btn_buy_point {
        width: 100% !important;
        font-size: 0.8rem;
    }


    .SKCTCon-01 h2 img {
        width: 100%;
    }

    .SKCTCon-01 h2 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .SKCTCon-01 .TopDayDiv {
        top: -8px;
        padding: 0.4rem 1.5rem;
        font-size: 0.9rem;
    }

    .SKCTCon-01 .bottom {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        width: 320px;
    }

    .Event__019 .SKCTCon-01 .bottom {
        width: 100%;
        margin-top: 0.5rem;
    }

    .Event__019 .SKCTCon-01 .bottom .right {
        width: 100%;
        max-width: max-content;
        padding-bottom: 0;
    }

    .SKCTCon-01 .bottom>img {
        width: 80%;
        height: 100%;
    }

    .SKCTCon-01::before {
        width: 800px;
        height: 800px;
        transform: translate(-50%, -69%);
    }

    .SKCTCon-01::after {
        width: 500px;
        height: 500px;
        top: -60px;
        right: -110px;
    }

    .SKCTCon-01 .info-text {
        font-size: 0.8rem;
        color: #8b3b24;
    }

    .SKCTCon-01 .bottom .right {
        width: 100%;
        max-width: 100%;
        gap: 1rem;
        padding-bottom: 2rem;
    }

    section.SKCTCon-02 {
        padding: 2rem 2rem !important;
    }

    .SKCTbtn-mySwiper {
        width: 100%;
        height: 30px;
    }

    .SKCTbtn-mySwiper .swiper-slide button {
        font-size: 1rem !important;
    }

    .HMAT-tab-buttons,
    .SKCT-tab-buttons {
        gap: 0.5rem;
        /* flex-direction: column; */
    }

    .HMAT-tab-buttons .tab-btn,
    .SKCT-tab-buttons .tab-btn {
        min-height: auto;
        padding: 8px 4px !important;
        font-size: 1rem !important;
        line-height: 1.3rem !important;
        border-radius: 4px;
    }

    .SKCTCon-11 .BenefitList .btn__base {
        padding: 0.5rem 50px !important;
        min-height: auto;
    }

    .SKCTCon-12 .btn__base.black {
        font-size: 0.8rem;
        min-height: auto;
        padding: 0.5rem 1.5rem !important;
    }

    .SKCTCon-07 .botttom-div {
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }

    .SKCTCon-07 .botttom-div .right img {
        width: 100%;
    }

    .ProductBoxRow-bottom {
        gap: 0.7rem;
    }

    .SKCTCon-10 .btn_txtlink {
        font-size: 0.8rem;
        font-weight: 500;
    }

    .BenefitList.box2>div {
        width: 90%;
    }

    .point-box {
        padding: 0.4rem 1.5rem;
        font-size: 1rem;
    }

    .SKCTCon-07 .botttom-div iframe {
        aspect-ratio: 16 / 9;
    }

    .SKCTCon-07 .botttom-div .right img {
        width: 100%;
    }

    .SKCTCon-07 .botttom-div .right,
    .SKCTCon-07 .botttom-div .left {
        width: 100%;
    }


    .SKCTCon-07 .btn__base.black {
        font-size: 0.8rem;
    }

    .SKCTCon-11 .BenefitList {
        margin-top: 0;
    }

    .SKCTCon-11 {
        background-position: 10px -60px;
        background-size: 380px;

    }

    .ProductBoxRow.st260508 .con-02 img {
        width: 100%;
    }

    .ProductBoxRow.st260508 .con-03>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 100%;
    }

    .ProductBoxRow.st260508 .con-03 img {
        width: 90px;
    }


    .ProductBoxRow.st260508 .con-01 img {
        width: 100%;
    }


    .ProductBoxRow.st260508 .text-top {
        left: 30%;
        top: 8px;
    }

    .Event__018 .ProductBoxList {
        padding: 0;
    }

    .Event__018 .ProductBoxList .PointRed .con-01 {
        padding-left: 0;
    }

    .Event__018 .ProductBoxList li.PointRed {
        padding: 1.5rem 2rem;
    }

    .ProductBoxRow.st260508 .con-01 .check__box label {
        font-size: 0.6rem !important;
    }

    .ProductBoxRow.st260508 .con-01 {
        gap: 0.2rem;
    }

    .Event__018 .Tag-mini-round {
        font-size: 0.8rem;
    }

    .SKCTCon-07 .botttom-div .left p {
        font-size: 0.8rem;
    }

    .Event__019 div.BN-Fixed-st0008.st260428 .sale-amount {
        width: 100%;
    }


}

@media (max-width: 400px) {

    .ProductBoxRow .check__box i {
        width: 14px;
        height: 13px;
    }
}



.Event__019 {
    background-color: #ffffff;
    position: relative;
}

.Event__019 section {
    padding: 5rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__019 article {
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.Event__019 div.BN-Fixed-st0002 h3 {
    font-size: 1.5rem;
}

section.KgasCon-01 {
    background-color: #0098D9;
    position: relative;
    overflow: hidden;
    padding: 7rem 0 !important;
}

.KgasCon-01::after {
    content: '';
    width: 350px;
    height: 320px;
    position: absolute;
    top: -80px;
    right: -70px;
    background-image: url(../html/260318/img/KgasImg-bg-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.KgasCon-01::before {
    content: '';
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -54%);
    z-index: 0;
    background-color: #E1EAEE;
    border-radius: 2000px;
    z-index: 0;
}

.KgasCon-01 article {
    gap: 0;
    z-index: 1;
}

.KgasCon-01 .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-left: 0;
    margin-top: 0;
}

.KgasCon-01 .bottom>img {
    width: 400px;
    height: 100%;
    margin-left: -8rem;
}

.KgasCon-01 .bottom .right {
    width: 750px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-left: 0;
    padding-bottom: 1rem;
}

.KgasCon-01 .bottom .right img:last-child {
    width: 70%;
}

.KgasCon-01 h2 {
    position: relative;
}

.KgasCon-01 .bottom .right iframe {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.KgasCon-02 {
    background: linear-gradient(-45deg, #9547DE, #00218D);
}

.KgasCon-06,
.KgasCon-03 {
    background-color: #F1FBFF;
}

.KgasCon-04 {
    background-color: #f9f9f9;
}

.KgasCon-05 {
    background-color: #ffffff;
}

.KgasCon-07 {
    background-color: #F1F1F1;
    background-image: url(../html/260209/img/GunboImg-bg1.svg);
    background-repeat: no-repeat;
    background-position: 50px -10px;
    background-size: 670px;
}

.KgasCon-08 {
    background-color: #464646;
}

.Event__019 .ProductBoxRow-left h4 {
    font-weight: 700 !important;
    font-size: 1.7rem;
    color: #333333;
}

.Event__019 .ProductBoxRow .check__box img {
    width: 22px;
    margin-right: .4rem;
}

.KgasCon-06 .ProductBoxRow.point {
    margin-bottom: 0;
}

.KgasCon-06 .check__box {
    margin-top: 1rem;
}

.KgasCon-07 .BenefitList {
    margin-top: 0;
}

.Event__020 .inner-btn,
.Event__019 .inner-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border: 2px solid #212529;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 1rem 2rem;
}

.Event__020 .inner-btn button,
.Event__019 .inner-btn button {
    border: 0 !important;
    padding: auto !important;
    font-size: 1rem !important;
    background-color: #ffffff !important;
    color: #212121;
    font-weight: 600 !important;
    opacity: 0.7;
}

.Event__020 .inner-contents,
.Event__019 .inner-contents {
    display: none;
}

.Event__020 .inner-contents.active,
.Event__019 .inner-contents.active {
    display: block;
}

.Event__020 .inner-btn button.active,
.Event__019 .inner-btn button.active {
    opacity: 1;
}

.Event__019 .SKCTCon-01 .bottom {
    align-items: flex-start;
    justify-content: flex-start;
}

.Event__019 .SKCTCon-01 .bottom img {
    width: 95%;
}

.Event__019 .SKCT-tab-content {
    position: relative;
}

.ProductBoxRow-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.ProductBoxRow-center>div {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ProductBoxRow-center>div::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 90%;
    position: absolute;
    top: 5%;
    right: -11px;
    border-right: 1px dotted #cccccc;
}

.ProductBoxRow-center>div:last-child:after {
    display: none;
}

.Tag-mini-round {
    font-size: 0.9rem;
    color: #E9474B;
    font-weight: 600 !important;
    border: 2px solid #E9474B;
    padding: 0.2rem 1.1rem;
    border-radius: 100px;
}

.ProductBoxRow.st260424 .ProductBoxRow-in {
    padding: 4rem 2rem 2rem 2rem;
}

.ProductBoxRow.st260424 .text-top {
    position: absolute;
    left: 132px;
    top: 12px;
    color: #555555;
    font-size: 0.8rem;
}

.ProductBoxRow.st260424 .con-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ProductBoxRow.st260424 .con-01 img {
    width: 360px;
}

.ProductBoxRow.st260424 .con-02 img {
    width: 170px;
}

.ProductBoxRow.st260424 .con-03 img {
    width: 120px;
    height: fit-content;

}

.ProductBoxRow.st260424 .sale-amount strong {
    font-weight: 600 !important;
    font-size: 1.7rem;
    line-height: 2.1rem;
}

.ProductBoxRow.st260424 .con-03>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
}

.ProductBoxRow.st260424 .btn_buy_point {
    display: flex;
    justify-content: space-between;
    width: 140px !important;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem !important;
    min-height: auto;
}

.ProductBoxRow.st260424 button strong {
    font-size: 1rem;
    font-weight: 600 !important;
}

.ProductBoxRow.st260424 h4 {
    font-weight: 600 !important;
    color: #B703CC;
    font-size: 1.2rem;
}

.ProductBoxRow .info-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ProductBoxRow .info-ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
    width: 49%;
    color: #212529;
    font-weight: 500 !important;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-align: left;
    border: 1px solid #cccccc;
}

.ProductBoxRow .info-ul img {
    width: 28px;
}

.Event__019 .BN-Fixed-st0004.is-show {
    transform: translateY(-124px) !important;
}

.Event__019 .ProductBoxRow-left .top {
    margin-bottom: 0 !important;
}

div.BN-Fixed-st0005.add260424 {
    top: 50%;
    transform: translateY(-100%);
    width: 230px !important;
    height: 146px;
    border: 0;
    background: radial-gradient(ellipse at center, #4c008a 0%, #9500b9 86%);
}

div.BN-Fixed-st0005.add260424.is-show {
    top: 50%;
    transform: unset;
}

div.BN-Fixed-st0005.add260424 h3 {
    font-size: 1.3rem;
    text-align: center;
    color: #ffffff;
}

div.BN-Fixed-st0005.add260424 .btn_buy_point {
    font-size: 0.8rem !important;
    min-height: auto;
    padding: 0.5rem 1.1rem !important;
}

.ProductBoxList {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #c6d5e9;
    background-color: #ffffff;
    border-radius: 20px;
    gap: 0;
}

.ProductBoxList .info-text {
    margin: 1rem 0;
}

.ProductBoxList ul {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    padding: 1.5rem 1rem 1rem;
}

.ProductBoxList li {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1.5rem;
}

.ProductBoxList li.PointRed {
    color: #ffffff;
    background-color: #E9474B;
    border-radius: 8px;
    padding: 1.8rem 1.5rem;
}

.ProductBoxList li.PointRed::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../html/260422/img/icon--flag.svg);
    background-size: 100%;
}

.ProductBoxList li::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -15px;
    right: -0;
    border-bottom: 1px solid #cccccc;
}

.ProductBoxList li:last-child:after {
    display: none;
}

.ProductBoxList li.last::after {
    display: inline-block !important;
}

.ProductBoxList li>div {
    position: relative;
}

.ProductBoxList li>div::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    display: inline-block;
    width: 2px;
    height: 90%;
    border-right: 1px dotted #cccccc;
}

.ProductBoxList li>div:last-child:after {
    display: none;
}

.ProductBoxList li.dakgreen {

    color: #004809;
}

.ProductBoxList .con-01 {
    width: 50%;
    font-size: 0.9rem;
}

.ProductBoxList .con-01 em {
    color: #000;
    font-weight: 500;
}

.ProductBoxList .PointRed .con-01 {
    padding-left: 70px;
}

.ProductBoxList .con-02 {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    width: 20%;
}

.ProductBoxList .con-02 strong {
    text-align: center;
    line-height: 1.1rem;
    margin-top: 0.3rem;
    font-weight: 600 !important;
}

.ProductBoxList .con-03 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 35%;
    gap: 2rem;
}

.ProductBoxList .Tag-mini-round {
    font-size: 0.9rem;
    padding: 0rem 1.1rem;
}

.ProductBoxList h4 {
    font-size: 1.5rem;
    font-weight: 600 !important;
}

.ProductBoxList .PointRed .Tag-mini-round {
    color: #ffffff;
    border: 1px solid #ffffff;
    /* background-color: #a02224; */
}

.ProductBoxList .dakgreen .Tag-mini-round {
    color: #004809;
    border: 1px solid #004809;
}

.ProductBoxList .green .Tag-mini-round {
    color: #008610;
    border: 2px solid #008610;
}

.ProductBoxList .blue .Tag-mini-round {
    color: #004BC3;
    border: 2px solid #004BC3;
}

.ProductBoxList .purple .Tag-mini-round {
    color: #5400bb;
    border: 2px solid #5400bb;
}

.ProductBoxList .btn_buy_point {
    min-height: auto;
    font-size: 0.9rem;
    padding: 0.3rem 0.8rem !important;
}

.ProductBoxList .PointRed .btn_buy_point {
    background: #ffffff !important;
    color: #E9474B !important;
}

.ProductBoxList .dakgreen .btn_buy_point {
    background: #004809 !important;
}

.ProductBoxList .green .btn_buy_point {
    background: #008610 !important;
}

.ProductBoxList .blue .btn_buy_point {
    background: #004BC3 !important;
}

.ProductBoxList .purple .btn_buy_point {
    background: #5400bb !important;
}

.ProductBoxList .sale-amount {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ProductBoxList .sale-amount span {
    font-weight: 400 !important;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: line-through;
    color: #555555;
    opacity: 0.8;
}

.ProductBoxList .sale-amount strong {
    font-weight: 600 !important;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #B703CC !important;
}

.ProductBoxList .PointRed .btn_buy_point:after {
    background-image: url(../img/btn-arrow-r-red.svg);
}

.ProductBoxList .PointRed .sale-amount span {
    color: #ffffff !important;
}

.ProductBoxList .PointRed .sale-amount strong {
    color: #FFEF98 !important;
    font-weight: 600 !important;
}

.ProductBoxList .PointRed .con-01 p {
    color: #f5f5f5;
}

.BN-Fixed-st0008.Type-SKCT2 .title {
    width: 100%;
    align-items: center;
}

div.BN-Fixed-st0008.Type-SKCT2 h3 {
    color: #212529 !important;
    font-size: 1.2rem !important;
}

div.BN-Fixed-st0008.Type-SKCT2 h3 span {
    color: #b400d1;
    font-size: 1.5rem;
    font-weight: 600 !important;
}

div.BN-Fixed-st0008.Type-SKCT2 h3 .fw400 {
    font-weight: 400 !important;
    font-style: unset;
    font-size: 1rem;
}

.Event__019 .BN-Fixed-st0008 .title h3 strong {
    font-weight: 400 !important;
}

div.BN-Fixed-st0008.Type-SKCT2 img {
    width: 63px;
    transform: rotate(-15deg);
}

.SKCTCon-10 .block-info {
    position: absolute;
    left: 50%;
    top: 1276px;
    transform: translateX(-50%);
    width: 1020px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    background-color: #000000c7;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.9rem;
    text-align: center;
    z-index: 5;
}

.SKCTCon-10 .info-text:nth-of-type(2) {
    margin-top: -20px;
}

.Event__019 .ProductBoxRow.point {
    margin-bottom: 0;
}

.Event__019 div.BN-Fixed-st0002 .check__box label {
    padding: 4px 13px 4px 8px !important;
    font-size: 0.9rem !important;
}

.Event__019 div.BN-Fixed-st0002 .sale-amount strong {
    font-size: 1.8rem;
    font-weight: 600 !important;
}

.KgasCon-01 .bottom.st-260807 {
    align-items: center;
    gap: 2rem;
}

.KgasCon-01 .bottom.st-260807 .left {
    width: 600px;
}

.KgasCon-01 .bottom.st-260807 .bottom {
    gap: 2rem;
    align-items: center;
}

.KgasCon-01 .bottom.st-260807 .left iframe {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {

    .ProductInfo h3 strong {
        font-size: 1.2rem;
    }

    .ProductInfo h3 {
        font-size: 0.9rem;
    }

    .Tag-mini-round {
        font-size: 0.8rem;
    }

    .SKCTCon-10 .block-info {
        position: absolute;
        left: 50%;
        top: 1228px;
        transform: translateX(-50%);
        width: 97%;
        height: 165px;

    }

    div.BN-Fixed-st0333.is-show .popup-btn::after {
        display: none;
    }

    .ProductBoxList li.PointRed::before {
        width: 40px;
        height: 40px;
        left: 24px;
    }

    .Event__019 article {
        width: 100%;
        gap: 2rem;
    }

    .Event__019 section {
        padding: 3rem 2rem !important;
    }

    .Event__019 article.KgasCon-07,
    .Event__019 article.KgasCon-05,
    .Event__019 article.KgasCon-04 {
        gap: 1rem;
    }

    .KgasCon-01 article {
        width: 70%;
    }

    .KgasCon-01::before {
        transform: translate(-50%, -74%);
    }

    .KgasCon-01::after {
        width: 250px;
        height: 250px;
        top: -80px;
        right: -70px;
    }

    .KgasCon-01 .bottom {
        margin-top: -3rem;
        margin-left: 1rem;
    }

    .KgasCon-01 .bottom>img {
        width: 280px;
        margin-left: -5rem;
    }

    .KgasCon-01 .bottom .right {
        width: 500px !important;
        gap: 1rem !important;
        margin-left: 0rem !important;
        padding-bottom: 1rem !important;
    }

    .Event__019 section.KgasCon-02 {
        padding: 3rem 12rem !important;
    }

    .Event__019 div.BN-Fixed-st0002 h3 {
        font-size: 1.4rem;
    }


    .ProductBoxRow-center {
        gap: 1.5rem;
    }

    .ProductBoxRow.st260424 .con-01 img {
        width: 100%;
    }

    .ProductBoxRow.st260424 .con-02 img {
        width: 150px;
    }

    .ProductBoxRow.st260424 .con-03 img {
        width: 100px;
    }

    .Event__019 div.BN-Fixed-st0008 .sale-amount {
        width: 250px;
    }

    .ProductBoxList .sale-amount span {
        font-size: 1rem;
    }

    .KgasCon-01 .bottom.st-260807 .left {
        width: 500px;
    }

    .KgasCon-01 .bottom.st-260807 {
        align-items: center;
        gap: 1rem;
    }
}

@media (max-width: 1000px) {
    .Event__019 div.BN-Fixed-st0002 .btn_buy_point {
        padding: 12px 21px !important;
        font-size: 1rem;
    }

    .Event__019 div.BN-Fixed-st0002 .sale-amount strong {
        font-size: 1.4rem;
    }

    .Event__019 div.BN-Fixed-st0002 .check__box label {
        padding: 2px 14px 2px 7px !important;
        font-size: 0.7rem !important;
    }

    .Event__019 div.BN-Fixed-st0002 .bottom p {
        font-size: 0.7rem;
    }

    .Event__019 div.BN-Fixed-st0002 h3 {
        font-size: 1.2rem;
    }

    .KgasCon-01 .bottom.st-260807 .left {
        width: 420px;
    }
}

@media (max-width: 768px) {
    .KgasCon-01::after {
        width: 170px;
        height: 170px;
        top: -30px;
        right: -50px;
        z-index: 0;
    }

    .Event__019 article {
        gap: 1rem;
    }

    .Event__019 section.KgasCon-02 {
        padding: 2rem 4rem !important;
    }

    .Event__019 div.BN-Fixed-st0002 .bottom p {
        position: relative;
        top: unset;
        left: unset;
        font-size: .8rem;
        width: auto;
    }

    .KgasCon-01 article {
        width: 90%;
        gap: 0 !important;
    }

    .KgasCon-01 .bottom>img {
        width: 100%;
        margin-left: 0;
    }

    .KgasCon-01 .bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
    }

    .KgasCon-01 .bottom .right {
        width: 100% !important;
        gap: 1rem !important;
        margin-left: 0rem !important;
        padding-bottom: 2rem !important;
    }

    .KgasCon-01 .bottom .right img:last-child {
        width: 100%;
    }

    .Event__019 .ProductBoxRow button>div,
    .Event__019 .ProductBoxRow-right button strong {
        font-size: 1rem !important;
    }

    .KgasCon-07 {
        background-position: 0px -40px;
        background-size: 260px;
    }

    .Event__019 div.BN-Fixed-st0002 h3 {
        font-size: 1rem;
    }

    .Event__019 .ProductBoxRow-left h4 {
        font-size: 1.5rem;
    }

    .Event__019 div.BN-Fixed-st0002 h3 {
        font-size: 1.1rem;
    }

    .Event__019 .lecture-table-wrap.graytype .lecture-table td:last-child {
        width: 100%;
    }

    .Event__019 .BenefitList.box2>div {
        width: 100%;
    }

    .Event__019 .SKCTCon-01 .bottom img {
        width: 100%;
    }

    .ProductBoxRow-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
    }

    .ProductBoxRow.st260424 .con-02 img {
        width: 100%;
    }

    .ProductBoxRow.st260424 .con-03>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 100%;
    }

    .ProductBoxRow.st260424 .con-03 img {
        width: 90px;
    }


    .ProductBoxRow.st260424 .con-01 img {
        width: 100%;
    }


    .ProductBoxRow.st260424 .text-top {
        left: 30%;
        top: 8px;
    }

    .ProductBoxRow-center>div {
        justify-content: center;
    }

    .Tag-mini-round {
        font-size: 0.9rem;
    }


    .ProductBoxList .sale-amount {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        width: 100%;
    }

    .ProductBoxList .btn_buy_point {
        width: 100% !important;
        font-size: 0.8rem;
        padding: 0.5rem 0.2rem !important;
    }

    .ProductBoxList h4 {
        font-size: 1.2rem;
        text-align: center;
    }


    .ProductBoxRow.Type-list>div {
        padding: 1.5rem;
    }

    .SKCTCon-10 .block-info {
        position: absolute;
        left: 50%;
        top: 1926px;
        transform: translateX(-50%);
        width: 90%;
        height: 240px;

    }


    div.BN-Fixed-st0005.add260424 {
        width: 100% !important;
        height: auto;
    }

    div.BN-Fixed-st0005.add260424,
    div.BN-Fixed-st0005.add260424.is-show {
        top: unset;
        transform: unset;
        bottom: 0;
    }

    div.BN-Fixed-st0005.add260424 h3 {
        display: none;
    }

    .Event__019 .BN-Fixed-st0008 .title {
        display: flex;
        flex-direction: row;
    }

    .BN-Fixed-st0008.Type-SKCT2 img {
        width: 50px;
        display: none;
    }

    div.BN-Fixed-st0008.Type-SKCT2 h3 {
        font-size: 0.8rem !important;
    }

    div.BN-Fixed-st0008.Type-SKCT2 h3 span {
        font-size: 1rem;
    }


    .BN-Fixed-st0008.Type-SKCT2 {
        bottom: 36px !important;
    }

    .Event__019 div.BN-Fixed-st0008 {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .BN-Fixed-st0008.Type-SKCT2.st260428 {
        bottom: 0 !important;
        flex-direction: column;
    }

    div.BN-Fixed-st0008.Type-SKCT2 h3 .fw400 {
        font-size: 0.7rem;
        margin-left: 0.2rem;
    }

    .Event__019 div.BN-Fixed-st0008 .sale-amount {
        width: 100%;
    }

    .Event__019 div.BN-Fixed-st0008 .top {
        width: 65%;
    }

    .Event__019 div.BN-Fixed-st0008.st260428 .top {
        width: 100%;
    }

    .Event__019 div.BN-Fixed-st0333 .popup-btn::after {
        display: block;
    }

    .Event__019 div.BN-Fixed-st0008.st260428 .SKCTbtn-mySwiper {
        width: 100%;
    }

    .Event__019 div.BN-Fixed-st0008 .btn_buy_point {
        width: 100% !important;
        padding: 8px 16px !important;
        min-width: auto !important;
    }

    div.BN-Fixed-st0005.add260424,
    div.BN-Fixed-st0005.add260424.is-show {
        top: unset;
        right: 0;
        bottom: 0;
        transform: unset;
        border-radius: 0;
        box-shadow: unset;
        padding: 0 !important;
        background: unset;
    }

    div.BN-Fixed-st0005.add260424 h3 {
        display: none !important;
    }

    div.BN-Fixed-st0005.add260424 .btn_buy_point {
        font-size: 0.8rem !important;
        min-height: auto;
        padding: 0.7rem 1.1rem !important;
        width: 100% !important;
        border-radius: 0;
    }

    .ProductBoxList {
        border-radius: 0px;
        padding: 1rem 0rem;
    }

    .ProductBoxList li {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .ProductBoxList li.PointRed {
        padding: 1rem;
    }

    .ProductBoxList .PointRed .con-01 {
        padding-left: 0;
    }

    .ProductBoxList li.PointRed::before {
        /* width: 30px;
        height: 30px;
        left: 10px;
        top: 19px;
        transform: unset; */
        display: none;
    }

    .ProductBoxRow-bottom li:first-child::after {
        display: none;
    }

    .ProductBoxRow-bottom .btn_txtlink {
        font-size: 0.7rem !important;
    }

    .ProductBoxRow-bottom .btn_txtlink:after {
        width: 8px;
        height: 8px;
    }

    .ProductBoxRow-center>div::after {
        display: none;
    }

    .ProductBoxList li>div::after {
        display: none;
    }

    .ProductBoxList .con-03 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 2rem;
    }

    .SKCTCon-08 .btn__base {
        font-size: 1rem !important;
    }

    .ProductBoxList .con-02 {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 1rem;
        width: 100%;
        gap: 1rem;
    }

    .ProductBoxList .con-01 {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .Event__020 .inner-btn,
    .Event__019 .inner-btn {
        position: relative;
        bottom: 0;
        width: 80%;
        padding: 0.5rem 0.5rem;
    }

    .Event__020 .ProductBoxRow .sale-amount,
    .Event__019 .ProductBoxRow .sale-amount {
        padding: 0.4rem 0;
    }

    .Event__019 .SKCTCon-07 .botttom-div .left {
        align-items: center;
    }

    .Event__019 .SKCTbtn-mySwiper {
        width: 33%;
    }

    .Event__019 div.BN-Fixed-st0333 {
        bottom: 142px;
    }

    .SKCTCon-10 .info-text:nth-of-type(2) {
        margin-top: -10px;
    }

    .Event__019 div.BN-Fixed-st0002 .btn_buy_point {
        padding: 5px 21px !important;
        font-size: .9rem;
    }

    .KgasCon-01 .bottom.st-260807 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .KgasCon-01 .bottom.st-260807 .left {
        width: 100%;
    }

    .KgasCon-01 .bottom.st-260807>img {
        width: 70%;
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .Event__019 article {
        gap: 1rem;
    }

    .SKCTCon-10 .block-info {
        top: 1952px;
        height: 270px;

    }

    .SibasamYoutubeDownlaod h3 {
        font-size: 1rem;
        line-height: 1rem;
    }

    .Event__019 .ProductBoxRow-left h4 {
        font-size: 1.3rem;
    }

    .ProductBoxList .con-01 p br {
        display: none;
    }
}



.Event__020 {
    background-color: #ffffff;
    position: relative;
}

.Event__020 section {
    padding: 5rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__020 article {
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.HMATCon-01 .info-text {
    /* font-size: 1rem; */
    color: #002E6B;
}

.HMATCon-01 {
    background: linear-gradient(to bottom, #E4F0FF, #AED2FF);
    overflow: hidden;
}

.HMATCon-01::before {
    content: '';
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    right: -70px;
    background-image: url(../html/260507/img/HMATBg-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.HMATCon-01::after {
    content: '';
    width: 2500px;
    height: 2500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 40%);
    background-image: url(../html/260507/img/HMATBg-02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;

}

.HMATCon-02 {
    background: linear-gradient(-45deg, #9547DE, #00218D);
}

.HMATCon-04::after,
.HMATCon-02::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    margin: 0;
    width: 0;
    height: 0;
    border-top: 22px solid #5637bb;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent;
    z-index: 10;
}

.HMATCon-04::after {
    border-top: 22px solid #621da2;
}

.HMATCon-06,
.HMATCon-03 {
    background-color: #ffffff;
}

.HMATCon-04 {
    background: linear-gradient(-45deg, #3E0078, #9547DE);
}

.HMATCon-05,
.HMATCon-08 {
    background-color: #F1F7FF;
}

.HMATCon-09 {
    background-color: #F1F1F1;
    background-image: url(../html/260209/img/GunboImg-bg1.svg);
    background-repeat: no-repeat;
    background-position: 50px -10px;
    background-size: 670px;
}

.HMATCon-10 {
    background-color: #464646;
}

.HMATCon-01 article {
    z-index: 3;
}

.HMATCon-01 h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.HMATCon-01 .bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: -2rem;
    gap: 2rem;
}

.HMATCon-01 .bottom img {
    width: 100%;
}

.HMATCon-01 .bottom .right {
    width: 579px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: 0;
    padding-bottom: 1rem;
}

.HMATCon-01 .bottom .right img {
    width: 100%;
}

.HMATCon-01 .bottom .right iframe {
    aspect-ratio: 16 / 9;
}

.HMATCon-05 .botttom-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.HMATCon-05 .botttom-div .left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.HMATCon-05 .botttom-div .left p {
    font-weight: 500;
    font-size: 1rem;
}

.HMATCon-05 .botttom-div .right img {
    width: 450px;
}

.BN-Fixed-st0201.Type-HMAT {
    height: 63px;
}

div.BN-Fixed-st0201.Type-HMAT.is-show {
    transform: translateY(-278px);
}

div.BN-Fixed-st0333.Type-HMAT {
    bottom: 10px;
}

div.BN-Fixed-st0333.Type-HMAT.is-show {
    bottom: 0;
}

div.BN-Fixed-st0333.Type-HMAT .popup-box {
    min-height: 180px;
}

.swiper__psscard {
    width: 1200px;
    position: relative;
    padding: 1rem 4rem;
}

.swiper__psscard::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 100%;
    display: block;
    background: linear-gradient(to left, #FFF5F500 0%, #FFF5F5 100%) !important;
    z-index: 2;
}

.swiper__psscard::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 100%;
    display: block;
    background: linear-gradient(to right, #FFF5F500 0%, #FFF5F5 100%) !important;
    z-index: 2;
}

.swiper__psscard .pass-img {
    width: 50px;
    height: 46px;
}

.swiper__psscard .pass-icon {
    width: 64px;
    height: 52px;
}

.swiper__psscard .swiper-slide {
    width: 30%;
    padding: 1.5rem;
    border-radius: 12px;
    background-color: #ffffffa6;
    border: 6px solid;
    border-image: linear-gradient(45deg,
            #8F5D0B 0%,
            #F5C249 40%,
            #A6781B 80%,
            #8F5D0B 100%) 1;
    box-shadow: 2px 3px 10px #862d0059;
    z-index: 1;
}

.swiper__psscard .pass-prebox {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.swiper__psscard .swiper-button-next,
.swiper__psscard .swiper-button-prev {
    color: #451f00d4 !important;
}

.swiper__psscard .swiper-slide p {
    font-size: 0.9rem;
    min-height: 70px;
}

.swiper__psscard .pass-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.swiper__psscard .pass-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.swiper__psscard .pass-title span {
    font-size: 1rem;
    color: #C34B00;
}

.swiper__psscard .pass-viewbtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: unset;
    width: 100%;
    font-size: 0.9rem;
    border: 0;
    color: #555555;
    border-top: 1px solid #cccccc;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    opacity: 0.8;
}

.swiper__psscard .pass-viewbtn:hover {
    opacity: 1;
}

.swiper__psscard .pass-viewbtn::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background-image: url(../img/btn-arrow-r.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media (max-width: 1200px) {
    .Event__020 section {
        padding: 3rem 2rem !important;
    }

    .swiper__psscard,
    .Event__020 article {
        width: 100%;
    }

    .swiper__psscard .swiper-slide p {
        min-height: 70px;
    }

    .swiper__psscard .pass-title span {
        font-size: 1.1rem;
    }

    .HMATCon-01::after {
        width: 2200px;
        height: 2200px;
        transform: translate(-40%, 40%);
    }

    .HMATCon-01 h2 img {
        width: 80%;
    }

    .HMATCon-01 .bottom {
        margin-left: 2rem;
        width: 850px;
    }

    .HMATCon-01 .bottom .right {
        width: 610px;
        padding-bottom: 1rem;
    }

    .HMATCon-05 .botttom-div .left {
        width: 80%;
    }

    .HMATCon-01 .right iframe {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
    }

    .ProductBoxRow-center {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .ProductBoxRow-center>div::after {
        right: -16%;
    }

    section.HMATCon-02,
    section.HMATCon-04 {
        padding: 3rem 5rem !important;
    }

    .HMATCon-05 .botttom-div {
        width: 80%;
    }

    .Event__020 .BenefitList {
        gap: 1rem;
    }

    .ProductBoxRow.point .ProductBoxRow-in {
        justify-content: center;
        align-items: center;
    }

    .ProductBoxRow-center {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 90%;
    }

}

@media (max-width: 768px) {

    section.HMATCon-02,
    section.HMATCon-04 {
        padding: 1rem 4rem !important;
    }

    .HMATCon-01::after {
        left: 50%;
        transform: translate(-41%, 36%);
    }

    .HMATCon-01::before {
        width: 280px;
        height: 280px;
    }

    .HMATCon-01 .bottom {
        width: 100%;
        flex-direction: column;
        margin-left: 0;
    }

    .HMATCon-01 .bottom .right {
        width: 100%;
        max-width: max-content;
        padding-bottom: 0;
        gap: 1rem;
    }

    .HMATCon-05 iframe {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
    }

    .HMATCon-05 .botttom-div .left {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .HMATCon-07 .botttom-div .left {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .ProductBoxRow-center {
        flex-direction: column;
        width: 100%;
    }

    .HMATCon-05 .botttom-div {
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }

    .HMATCon-08 .info-text:nth-of-type(2) {
        margin-top: -10px;
    }

    .HMATCon-09 {
        background-position: 10px -60px;
        background-size: 380px;
    }

    .HMATCon-01 h2 img {
        width: 90%;
    }

    .Event__020 .BenefitList {
        margin-top: 0;
    }

    .HMATCon-05 .botttom-div .right img {
        width: 100%;
    }

    .HMATCon-06 .btn__base.black {
        font-size: 1rem !important;
    }

    .HMATCon-05 .botttom-div .left p {
        font-size: 0.8rem;
    }

    .HMATCon-02::after {
        bottom: -27px;
        border-top: 14px solid #5637bb;
    }

    .HMATCon-04::after {
        bottom: -27px;
        border-top: 14px solid #621da2;
    }

    .BN-Fixed-st0333.Type-HMAT.is-show .popup-btn::after {
        display: inline-block;
    }

    .swiper__psscard {
        padding: 0 2rem;
    }

    .swiper__psscard::before,
    .swiper__psscard::after {
        width: 50px;
    }

    .swiper__psscard .pass-icon {
        width: 44px;
        height: 40px;
    }

    .swiper__psscard .pass-title {
        line-height: 1.3rem;
        font-size: 0.8rem;
    }

    .swiper__psscard .pass-img {
        width: 41px;
        height: 34px;
    }

    .swiper__psscard .pass-title span {
        font-size: 1rem;
    }

    .swiper__psscard .swiper-slide p {
        font-size: 0.8rem;
        min-height: 60px;
    }

    .swiper__psscard .pass-viewbtn {
        padding-top: 0.3rem;
        margin-top: 0.3rem;
        font-size: 0.8rem;
    }

    .swiper__psscard .swiper-button-next:after,
    .swiper__psscard .swiper-button-prev:after {
        font-size: 35px;
    }
}

/* 탭디자인 추가  */

.page__tab {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.2rem;
    background-color: #ABBDD4;
    color: #002E6B;
    overflow: hidden;
}

.page__tab .button_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    padding: 1rem !important;
    border: 0 !important;
    font-weight: 500;
    font-size: 1.5rem;
    color: #002E6B !important;
    background-color: unset !important;
    gap: 6px;
    overflow: hidden;
}

.page__tab .button_tab .status {
    color: #002E6B !important;
    font-weight: 500;
    font-size: 1.5rem;
}

.page__tab .button_tab.active {
    background-color: #E1EEFF !important;
    font-weight: 600;
    animation: pulse 1.8s infinite;
}


.page__tab .button_tab.active::after {
    content: "";
    position: absolute;
    left: -80%;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .8),
            transparent);
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

@keyframes shine {

    100% {

        left: 180%;

    }

}

@keyframes pulse {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.page__tab_side {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 100%;
    font-size: 1.2rem;
    color: #005EDB;
    border-bottom: 4px solid #005EDB;
}

.page__tab_side .button_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    padding: 1rem !important;
    border: 0 !important;
    font-weight: 500;
    font-size: 1.5rem;
    background-color: #D9E9FF !important;
    color: #005EDB !important;
    border-radius: 8px 8px 0 0;
}

.page__tab_side .button_tab.active {
    background-color: #005EDB !important;
    color: #fff !important;
    font-weight: 600;
}

.page__tab_content {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.page__tab_content.active {
    display: flex;

}

.flex-col-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.info-check {
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #212529;
}

span.info-check::before {
    content: '';
    width: 12px;
    height: 12px;
    mask: url(../img/icon-check.svg) center center / contain no-repeat;
    background-color: #212529;
    background-size: 100%;
    margin-right: 0.2rem;
}

.page__tab_content.Type-A .ProductBoxRow.st260424 .text-top {
    left: 152px;
}

.page__tab_content.Type-B .ProductBoxRow.st260424 .text-top {
    left: 172px;
}

.page__tab_content.Type-B .ProductBoxRow.point {
    border-image: linear-gradient(to bottom right, #00AA41, #B3D300);
    border-image-slice: 1;
}

.page__tab_content.Type-B .ProductBoxRow .tag-top {
    background-color: #00AA41;
}

/* green2 */
li.green2 h4 {
    color: #00AA41;
}

li.green2 .Tag-mini-round {
    color: #008610;
    border: 2px solid #008610;
}

li.green2 .con-02 strong {
    color: #008610;
    font-weight: 600 !important;
}

li.green2 .con-03 strong {
    color: #008610 !important;
    font-weight: 600 !important;
}

li.green2 .btn_buy_point {
    background: #008610 !important;
}

li.green2 span.info-check {
    color: #008610;
}

li.green2 span.info-check::before {
    background-color: #008610;
}


/* bluegreen2 */
li.bluegreen2 h4 {
    color: #007880;
}

li.bluegreen2 .Tag-mini-round {
    color: #007880;
    border: 2px solid #007880;
}

li.bluegreen2 .con-02 strong {
    color: #007880;
    font-weight: 600 !important;
}

li.bluegreen2 .con-03 strong {
    color: #007880 !important;
    font-weight: 600 !important;
}

li.bluegreen2 .btn_buy_point {
    background: #007880 !important;
}


li.bluegreen2 span.info-check {
    color: #007880;
}

li.bluegreen2 span.info-check::before {
    background-color: #007880;
}

/* blue2 */
li.blue2 h4 {
    color: #0062BE;
}

li.blue2 .Tag-mini-round {
    color: #0062BE;
    border: 2px solid #0062BE;
}

li.blue2 .con-02 strong {
    color: #0062BE;
    font-weight: 600 !important;
}

li.blue2 .con-03 strong {
    color: #0062BE !important;
    font-weight: 600 !important;
}

li.blue2 .btn_buy_point {
    background: #0062BE !important;
}

li.blue2 span.info-check::before {
    background-color: #0062BE;
}

li.blue2 span.info-check {
    color: #0062BE;
}

li.green span.info-check {
    color: #008610;
}

li.green span.info-check::before {
    background-color: #008610;
}

li.green .con-03 strong {
    color: #008610 !important;
    font-weight: 600 !important;
}


li.blue span.info-check {
    color: #004BC3;
}

li.blue span.info-check::before {
    background-color: #004BC3;
}

li.blue .con-03 strong {
    font-weight: 600 !important;
    color: #004BC3 !important;
}


li.purple span.info-check {
    color: #5400BB;
}

li.purple span.info-check::before {
    background-color: #5400BB;
}

li.purple .con-03 strong {
    color: #5400BB !important;
    font-weight: 600 !important;
}

li.PointRed span.info-check {
    color: #ffffff;
}

li.PointRed span.info-check::before {
    background-color: #ffffff;
}

li.green .btn_buy_point strong,
li.blue .btn_buy_point strong,
li.purple .btn_buy_point strong,
li.green2 .btn_buy_point strong,
li.blue2 .btn_buy_point strong,
li.bluegreen2 .btn_buy_point strong {
    color: #ffffff !important;
    font-weight: 600 !important;
}

li.green .btn_buy_point:hover,
li.blue .btn_buy_point:hover,
li.purple .btn_buy_point:hover,
li.green2 .btn_buy_point:hover,
li.blue2 .btn_buy_point:hover,
li.bluegreen2 .btn_buy_point:hover {
    background: #212529 !important;
}

li.PointRed .btn_buy_point:hover {
    background: #FFEF98 !important;
}

.ConCardText-Wrap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.ConCardText-Wrap li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
    padding: 3rem 1rem;
    border: 1px solid #cccccc;
    border-radius: 12px;
    box-shadow: 2px 2px 0 #00000021;
}

.ConCardText-Wrap li div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
}

.ConCardText-Wrap li img {
    width: 66px;
    margin-bottom: 0.5rem;
}

.ConCardText-Wrap li strong {
    font-size: 1.5rem;
}

.ConCardText-Wrap li p {
    font-size: 1rem;
}

/* swiper */
.swiper__productionjobtext {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 1000px;
    margin: 0;
    margin-top: 2rem;
}

.swiper__productionjobtext img {
    width: 1000px;
}

.swiper__productionjobtext .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
}

.swiper__productionjobtextPagination.swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper__productionjobtextPagination .swiper-pagination-bullet {
    width: 20px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 100px;
    background: var(--swiper-pagination-bullet-inactive-color, #585858);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper__productionjobtextPagination .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    width: 40px;
    background: #005EDB;
}

.swiper__productionjobtextPagination .swiper-horizontal>.swiper-pagination-bullets,
.swiper__productionjobtextPagination .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper__productionjobtextPagination .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    padding-top: 1rem;
}

.Event__020 .BN-Fixed-st0004.is-show {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.Event__020 .BN-Fixed-st0004.active.is-show {
    display: block;
    opacity: 1;
    pointer-events: auto;

}

@media (max-width:1200px) {
    .swiper__productionjobtext {
        width: 100%;
    }
}

@media (max-width:768px) {
    .flex-col-btn {
        width: 100%;
    }

    .ProductBoxRow.st260424 .btn_buy_point {
        justify-content: center;
        width: 100% !important;
    }

    .page__tab .button_tab .status {
        padding: 0;
    }

    .page__tab .button_tab .status,
    .page__tab .button_tab {
        gap: 0.2rem;
        padding: 0.5rem 0 !important;
        font-size: .9rem;
    }

    .page__tab_side .button_tab {
        padding: 0.5rem !important;
        font-size: 1rem;
    }

    .Event__020 .BN-Fixed-st0004.active.is-show {
        display: none;
        opacity: 0;
    }

    .ConCardText-Wrap {
        flex-direction: column;
        gap: 0.5rem;
    }

    .ConCardText-Wrap li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 1rem 1rem;
        gap: 1rem;
    }

    .ConCardText-Wrap li div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        gap: 1rem;
    }

    .ConCardText-Wrap li img {
        width: 34px;
    }

    .ConCardText-Wrap li strong {
        font-size: 1.2rem;
    }

    .ConCardText-Wrap li p {
        font-size: 0.9rem;
    }

    .page__tab_content .mt50 {
        margin-top: 20px !important;
    }

    .swiper__productionjobtext {
        gap: 1rem;
        margin-top: 1rem;
    }

}


.Event__021 section {
    padding: 5rem 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Event__021 article {
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.KepCon-01 {
    position: relative;
    overflow: hidden;
    padding: 7rem 0 !important;
    background-image: url(../html/260807/img/KepImg-BG-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160%;
    background-color: #0098D9;
}

.KepCon-02 {
    background: linear-gradient(-45deg, #9547DE, #00218D);
}

.KepCon-06,
.KepCon-03 {
    background-color: #F1FBFF;
}

.KepCon-04 {
    background-color: #f9f9f9;
}

.KepCon-05 {
    background-color: #ffffff;
}

.KepCon-07 {
    background-color: #F1F1F1;
    background-image: url(../html/260209/img/GunboImg-bg1.svg);
    background-repeat: no-repeat;
    background-position: 50px -10px;
    background-size: 670px;
}

.KepCon-08 {
    background-color: #464646;
}

.KepCon-01 article {
    gap: 0;
}

.KepCon-01 .bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: -50px;
    gap: 2rem;
}

.KepCon-01 .bottom>img {
    width: 440px;
    height: 100%;
    margin-left: -2rem;
}

.KepCon-01 .bottom .text {
    width: 500px;
}

.KepCon-01 .bottom .text iframe {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}

.box__infoSetting {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
    border: 4px solid #004098;
    padding: 2rem;
    gap: 1.5rem;
}

.box__infoSetting .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: 1.4rem;
}

.box__infoSetting .bottom strong {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
}

.box__infoSetting .bottom>.btn__base {
    min-height: auto;
    font-size: 1rem;
}

.box__infoSetting .bottom .icon-star {
    margin-right: .5rem;
}

.box__infoSetting .bottom em {
    font-weight: 600 !important;
    color: #DE474B !important;
}

.icon-star {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../img/icon-star-2block-red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-sale-round {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../html/260807/img/KepImg-13.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

.ss-gray {
    font-size: .8rem;
    color: #555;
    text-align: left;
    width: 100%;
}

@media (max-width: 1200px) {
    .Event__021 section {
        padding: 5rem 2rem !important;
    }

    .Event__021 article {
        width: 100%;
    }

    .ProductBoxRow.Type-list button::after {
        width: 16px;
        height: 16px;
    }

    .ProductBoxRow.Type-list button {
        width: 170px !important;
    }

    .ProductBoxRow .sale-amount span {
        font-size: 1rem;
    }

    .ProductBoxRow.Type-list .sale-amount strong {
        font-size: 1.3rem;
    }

    .box__infoSetting .bottom {
        font-size: 1rem;
    }

    .icon-star {
        width: 20px;
        height: 20px;
    }

    .box__infoSetting .bottom>.btn__base {
        font-size: 0.8rem;
        padding: 8px 20px !important;
    }

    .box__infoSetting .bottom>.btn__base:after {
        width: 12px;
        height: 12px;
    }

    .KepCon-01 .bottom>img {
        width: 320px;
        margin-left: 0;
    }

    .KepCon-01 .bottom .text {
        width: 400px;
    }

    .Event__021 .BenefitList .btn__base {
        min-height: auto;
        padding: 12px 30px !important;
        font-size: 1rem;
    }

    .Event__021 div.BN-Fixed-st0002 .top {
        width: 70%;
    }

    .Event__021 .ProductBoxList .con-02 strong {
        font-size: 0.8rem;
    }

    .Event__021 .ProductBoxList .con-01 {
        width: 40%;
    }

    .Event__021 .ProductBoxList .btn_buy_point {
        font-size: 0.8rem;
        padding: 0.5rem 0.5rem !important;
    }

    .Event__021 .ProductBoxList h4 {
        font-size: 1.2rem;
    }

    .Event__021 .ProductBoxList p {
        font-size: .8rem;
    }

    .ProductBoxList .Tag-mini-round {
        font-size: 0.7rem;
        padding: 0rem 0.6rem;
    }

    .icon-sale-round {
        width: 26px;
        height: 26px;
        margin-right: 0.5rem;
    }
}



@media (max-width: 768px) {
    .Event__021 section {
        padding: 3rem 1.5rem !important;
    }

    .Event__021 article {
        gap: 1rem;
    }

    .KepCon-01 {
        background-size: 400%;
    }

    .KepCon-01 .bottom {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 0;
    }

    .KepCon-01 .bottom .text {
        width: 100%;
    }

    .KepCon-01 .bottom>img {
        width: 300px;
        margin-left: 0;
    }

    .Event__021 .KepCon-02 {
        padding: 2rem 1.5rem !important;
    }

    .KepCon-07 {
        background-position: -10px -30px;
        background-size: 260px;
    }

    .KepCon-07 article {
        gap: 0 !important;
    }

    .ProductBoxRow.Type-list .ProductBoxRow-top {
        height: auto;
        margin-bottom: 1rem;
    }

    .ProductInfo.st-row h3 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0.2rem !important;
    }

    .ProductInfo.st-row h3 strong {
        font-size: 0.8rem;
    }

    .product--list {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .product--list em {
        padding: 0.15rem 0.4rem;
        font-size: 0.7rem;
        min-width: 33px;
        text-align: center;
    }

    .product--list strong br {
        display: none;
    }

    .Event__021 .ProductBoxList .con-01 {
        width: 100%;
    }

    .Event__021 .ProductBoxList h4 {
        font-size: 1.2rem;
        width: 70%;
    }

    .ProductBoxRow.Type-list .check__box label strong,
    .ProductBoxRow.Type-list .check__box label {
        font-size: 0.9rem !important;
        font-weight: 600 !important;
    }

    p.info-text {
        font-size: 0.7rem;
    }

    .ProductInfo.st-row h3 em {
        font-size: 0.6rem;
        padding: 0.1rem 0.3rem;
    }

    .ProductInfo.st-row h3 span {
        font-size: 0.6rem;
    }

    .box__infoSetting .bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 0.9rem;
    }

    .box__infoSetting .bottom .icon-star {
        margin-right: 0.2rem;
        width: 14px;
        height: 14px;
    }

    .box__infoSetting .bottom strong {
        flex-wrap: wrap;
    }

    .box__infoSetting {
        padding: 1rem;
        gap: 1rem;
    }

    .ProductBoxRow.Type-list .ProductBoxRow-top h4 {
        font-size: 1.3rem;
        text-align: center;
    }

    .Event__021 div.BN-Fixed-st0002 .btn_buy_point {
        padding: 8px 26px !important;
        font-size: 0.9rem;
    }

    .Event__021 .ProductBoxList li>div>p {
        font-size: .8rem;
    }

    .Event__021 .ProductBoxList .Tag-mini-round {
        font-size: 0.7rem;
        padding: 0rem .5rem;
    }

    .Event__021 .ProductBoxList .blue .Tag-mini-round {
        border: 1px solid #004BC3;
    }

    .Event__021 .ProductBoxList .con-02 strong br {
        display: none;
    }

    .Event__021 .ProductBoxList {
        padding: 0rem;
    }

    .Event__021 .ProductBoxList .con-02 strong {
        margin-top: 0;
        font-size: 0.8rem;
        line-height: 0.9rem;
        font-weight: 600 !important;
    }

    .icon-sale-round {
        width: 16px;
        height: 16px;
        margin-right: 0.2rem;
    }

    .ProductBoxRow.Type-list {
        flex-direction: column;
    }

    .ProductBoxRow.Type-list .check__box i {
        width: 16px;
        height: 16px;
        background-size: 100%;
        margin-right: 0;
    }

    .ProductBoxRow.Type-list>div {
        min-height: auto;
    }

    .ProductBoxRow.Type-list .sale-amount {
        padding: 0 !important;
    }

    .ProductBoxRow.Type-list .sale-amount strong {
        margin-left: 0;
    }

    .ProductBoxRow.Type-list button {
        width: 170px !important;
        padding: 0.5rem 1rem !important;
    }

    .ProductBoxRow.Type-list button>div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1rem;
        font-size: 0.7rem;
    }
     .Event__021 div.BN-Fixed-st0002 .top {
        width: 100%;
    }

}



@media (max-width: 400px) {
    .ProductBoxRow.Type-list button {
        width: 150px !important;
    }
}