@charset "utf-8";

html {min-width: auto;}
body, ul, li, p, div, span, b, strong {
    word-break: keep-all;
    line-height: 1.3;
}
img {max-width: 100%;}
#container {max-width: none;}
#container_title {display: none;}
.container {
    max-width: 1300px;
    margin: 0 auto;
}
#ft {margin-top: 0;}

.visible-l,
.visible-t,
.visible-m {display: none;}

.visible-pc {display: block;}
.hidden-pc {display: none;}

.gray {
    color: #777;
    font-size: 30px;
}
.green {color: #097b63 !important;}
.black {color: #000 !important;}
.italic {
    font-style: italic;
    font-weight: bold;
}
.line {
    color: #777;
    font-size: 40px;
    text-decoration: underline;
    font-weight: bold;
}
.desc {
    font-size: 18px;
    line-height: 1.5;
}
.note {
    font-size: 18px;
    margin-top: 15px;
}
.more-btn {
    background: #097b63;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all .3s;
    max-width: 250px;
    width: 100%;
}
.more-btn b {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.more-btn img {
    transition: all .3s;
    margin-left: 10px;
}
.more-btn:hover {background: #0d1d1c;}
.more-btn:hover img {margin-left: 20px;}
.link-btn {
    background: #fff;
    border: 1px solid #097b63;
    height: 42px;
    line-height: 42px;
    width: 100%;
    display: block;
    transition: all .3s;
    font-size: 16px;
    color: #097b63;
    font-weight: bold;
    margin-top: 15px;
    min-width: 100px;
}
.link-btn:hover {
    background: #097b63;
    color: #fff;
}
.admin-btn {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    text-align: center;
}
.admin-btn a {
    font-size: 20px;
    color: #ef2727;
    display: inline-block;
}
.table-wrap table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}
.table-wrap table th {
    background: #0d1d1c;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.table-wrap table td {
    padding: 15px 20px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}
.table-wrap table td.td-bg {
    background: #eceeef;
    text-align: center;
}
.table-wrap table td.td-left {text-align: left;}
.table-wrap table td.td-right {text-align: right;}
.table-wrap table td span {color: #097b63;}

.list-wrap > li {
    display: flex;
    align-items: start;
    margin-bottom: 3px;
}
.list-wrap > li:last-child {margin-bottom: 0;}
.list-wrap > li::before {
    content: "";
    background: #097b63;
    width: 5px;
    height: 5px;
    display: block;
    margin-top: 10px;
}
.list-wrap > li p {
    width: calc(100% - 5px);
    padding-left: 8px;
    font-size: 18px;
    letter-spacing: -0.3px;
    word-break: keep-all;
    line-height: 1.4;
}
.list-wrap > li p span {color: #097b63;}
.list-wrap > li p span.gray {
    font-size: 16px;
    color: #666;
}
.video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}
.video iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.shorts .video {padding-bottom: 122%}

@media all and (max-width: 1300px) {
    .container {margin: 0 30px;}
}
@media all and (max-width: 1200px) {
    .visible-l {display: block;}
    .hidden-l {display: none;}
}
@media all and (max-width: 1024px) {
    .visible-t {display: block;}
    .hidden-t {display: none;}
}
@media all and (max-width: 767px) {
    .container {margin: 0 15px;}
    .visible-m {display: block;}
    .hidden-m {display: none;}
    .desc {font-size: 15px;}
    .gray {font-size: 20px;}
    .italic {font-size: 20px;}
    .note {
        font-size: 15px;
        margin-top: 10px;
    }
    .more-btn {
        max-width: 200px;
        height: 50px;
    }
    .more-btn b {font-size: 16px;}
    .table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }
    .table-wrap::-webkit-scrollbar {height: 6px;}
    .table-wrap::-webkit-scrollbar-track {background-color:#eeeeee; border-radius: 6px}
    .table-wrap::-webkit-scrollbar-thumb {background-color:#097b63; border-radius: 6px;}
    .table-wrap table {font-size: 14px;}
    .table-wrap table th,
    .table-wrap table td {padding: 10px;}
    .list-wrap > li {margin-bottom: 5px;}
    .list-wrap > li p {font-size: 15px;}
}

/* 모달 */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    padding: 0 !important;
}
.modal .modal-dialog {
    position: relative;
    width: 100%;
    max-width: 1200px;
    pointer-events: none;
    transform: none;
    margin: 0 auto;
}
.modal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal .modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    outline: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    overflow: hidden;
    margin: 50px 0;
    padding: 50px;
}
.modal .modal-header {
    border-bottom: 1px solid #e0e1e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
.modal .modal-header h3 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}
.modal .modal-header .btn-close {
    background: none;
    border: none;
}
.modal .modal-body {
    position: relative;
    padding-top: 50px;
    background: #fff;
    font-size: 16px;
}
.fade {transition: opacity .15s linear;}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {transform: none;}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {opacity: 0;}
.modal-backdrop.show {opacity: 0.5;}

@media (min-width: 576px){
    .modal-dialog-centered {min-height: calc(100% - (1.75rem * 2));}
}
@media all and (max-width: 767px) {
    .modal .modal-content {padding: 25px;}
    .modal .modal-header {padding-bottom: 15px;}
    .modal .modal-header h3 {font-size: 16px;}
    .modal .modal-header .btn-close img {width: 14px; height: 14px;}
    .modal .modal-body {
        padding-top: 15px;
        font-size: 15px;
    }
}
@media all and (max-width: 600px) {
    .modal .modal-content {margin: 30px 15px;}
}

/*프로그램 선택 가이드*/
.sub-program-guide {
    background: #ebecf0;
    padding: 100px 0;
}
.sub-program-guide .gray {
    font-weight: normal;
    font-size: 16px;
    margin-left: 5px;
}
.sub-program-guide .red {
    font-size: 18px;
    color: #ff1a1a !important;
    font-weight: bold;
}
.sub-program-guide .vol {
    padding: 5px 10px;
    border-radius: 50px;
    background: #fff;
    color: #097b62;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.sub-program-guide .script {
    font-size: 30px;
    font-family: "Cafe24ShiningStar", Pretendard, Dotum;
}
.sub-program-guide .script span {color: #097b62;}
.sub-program-guide .script img {
    width: 27px;
    margin-top: -5px;
}
.sub-program-guide .menu-wrap {
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    padding: 50px;
}
.sub-program-guide .menu-wrap .inner {
    border: 2px solid #111;
    padding: 8px;
}
.sub-program-guide .menu-wrap .inner > div {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 80px 80px 50px;
}
.sub-program-guide .title {
    text-align: center;
    margin-bottom: 80px;
}
.sub-program-guide .title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #097b62;
}
.sub-program-guide .title h2 img {width: 50px;}
.sub-program-guide .title h2 span {
    font-size: 50px;
    margin-left: 15px;
}
.sub-program-guide .title p {
    font-size: 20px;
    font-style: italic;
    margin-top: 15px;
}
.sub-program-guide .menu-list > div {margin-bottom: 80px;}
.sub-program-guide .menu-list > div:last-child {margin-bottom: 0;}
.sub-program-guide .list-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.sub-program-guide .list-title::after {
    content: "";
    background: #111;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
}
.sub-program-guide .list-title > div {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
}
.sub-program-guide .list-title h3 {
    font-size: 36px;
    position: relative;
}
.sub-program-guide .list-title h3::before {
    content: "";
    background: #111;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.sub-program-guide .list-title h3::after {
    content: "";
    background: #111;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.sub-program-guide .list-title p {
    font-size: 24px;
    color: #666;
    margin-top: 10px;
    font-weight: bold;
}
.sub-program-guide .list-title .bubble {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    background: #097b62;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-program-guide .list-title .bubble::after {
    content: "";
    background: url(/img/custom/bubble_tail_green.svg) center / cover no-repeat;
    display: block;
    width: 30px;
    aspect-ratio: 30 / 16;
    position: absolute;
    left: 20px;
    bottom: -15px;
}
.sub-program-guide .list-title .bubble p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.sub-program-guide .list-content > div {margin-bottom: 50px;}
.sub-program-guide .list-content > div:last-child {margin: 0;}
.sub-program-guide .list-content .top {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sub-program-guide .list-content .top .txt {
    width: calc(100% - 200px);
    padding-right: 15px;
}
.sub-program-guide .list-content .top .img {
    width: 200px;
    text-align: right;
}
.sub-program-guide .list-content .top h4 {
    font-size: 24px;
    color: #097b62;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sub-program-guide .list-content .top h4 b {font-weight: bold;}
.sub-program-guide .list-content .top h4 .vol {
    background: #f5f5f5;
    font-size: 18px;
}
.sub-program-guide .list-content .top .list-wrap {margin-top: 15px;}
.sub-program-guide .list-content .bottom {
    display: flex;
    flex-wrap: wrap;
}
.sub-program-guide .list-content .bottom > div {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
}
.sub-program-guide .list-content .bottom > div:last-child {margin: 0;}
.sub-program-guide .list-content .box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.sub-program-guide .list-content .box h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.sub-program-guide .list-content .box h5 b {
    font-size: 20px;
    font-weight: bold;
}
.sub-program-guide .list-content .box .list-wrap {margin-bottom: 15px;}
.sub-program-guide .list-content .price-wrap > div {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
}
.sub-program-guide .list-content .price-wrap > div:last-child {margin: 0;}
.sub-program-guide .list-content .price-wrap h6 {
    display: flex;
    align-items: center;
}
.sub-program-guide .list-content .price-wrap h6 img {margin-right: 8px;}
.sub-program-guide .list-content .price-wrap h6 b {font-weight: bold}
.sub-program-guide .list-content .price-wrap .price {
    font-weight: bold;
    text-align: right;
}
.sub-program-guide .list-content .price-wrap .price span {color: #097b62;}
.sub-program-guide .more-btn {margin: 40px auto 0;}

.sub-program-guide .appetizer .script {margin-top: 20px;}

.sub-program-guide .main .list-content h4 .red {margin-left: 10px;}
.sub-program-guide .main .list-content .bottom > div {
    width: 100%;
    margin: 0 0 10px;
}
.sub-program-guide .main .list-content .bottom > div:last-child {margin-bottom: 0;}
.sub-program-guide .main .list-content .price-wrap {
    display: flex;
    flex-wrap: wrap;
}
.sub-program-guide .main .list-content .price-wrap > div {
    width: calc((100% - 10px)/2);
    margin: 0;
    margin-right: 10px;
}
.sub-program-guide .main .list-content .price-wrap > div:last-child {margin: 0}
.sub-program-guide .main .list-content .booster .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    padding-left: 30px;
}
.sub-program-guide .main .list-content .booster h5 {
    border: none;
    padding: 0;
    padding-right: 20px;
    width: 40%;
    margin: 0;
}
.sub-program-guide .main .list-content .booster .price-wrap {width: 60%;}
.sub-program-guide .main .list-content .arena h5 {
    border: none;
    padding: 0;
}
.sub-program-guide .special .list-content .box .bubble {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    background: #097b62;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-program-guide .special .list-content .box .bubble::after {
    content: "";
    background: url(/img/custom/bubble_tail_green2.svg) center / cover no-repeat;
    display: block;
    width: 20px;
    aspect-ratio: 20 / 16;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.sub-program-guide .special .list-content .box .bubble p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.sub-program-guide .special .list-content .box h4 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 12px;
}
.sub-program-guide .special .list-content .box .desc {text-align: center;}
.sub-program-guide .special .list-content .box ul {margin-top: 40px;}
.sub-program-guide .special .list-content .box ul li {margin-bottom: 30px;}
.sub-program-guide .special .list-content .box ul li:last-child {margin-bottom: 0;}
.sub-program-guide .special .list-content .box ul li h5 {
    font-size: 20px;
    margin-bottom: 15px;
    border: none;
    padding: 0;
}
.sub-program-guide .special .list-content .care {
    border: 3px solid #097b62;
    padding-top: 55px;
}
.sub-program-guide .special .list-content .care h4 {color: #097b62;}
.sub-program-guide .special .list-content .care .script {
    text-align: center;
    margin-top: 30px;
}
.sub-program-guide .special .list-content .care h6 {display: block;}
.sub-program-guide .special .list-content .care h6 b {display: block;}
.sub-program-guide .special .list-content .care h6 .gray {margin: 5px 0 0;}
.sub-program-guide .special .list-content .care .price {font-size: 20px;}
.sub-program-guide .special .list-content .point {
    background: #097b62;
    color: #fff;
}
.sub-program-guide .special .list-content .point h6 .gray {color: #fff;}
.sub-program-guide .special .list-content .point .price {color: #0ef2c2;}
.sub-program-guide .special .list-content .point .price span {color: #0ef2c2;}

.sub-program-guide .order .list-content .box {width: 100%;}
.sub-program-guide .order .list-content .price-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.sub-program-guide .order .list-content .price-wrap > div {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
}
.sub-program-guide .order .list-content .price-wrap > div:nth-last-child(odd) {margin-right: 0;}
.sub-program-guide .order .list-content .price-wrap > div.full {
    width: 100%;
    margin-right: 0;
}
.sub-program-guide .order .list-content .price-wrap .point {border: 2px solid #097b62;}
.sub-program-guide .order .list-content .note {
    font-size: 16px;
    color: #666;
}
.sub-program-guide .order .list-content strong {
    text-align: center;
    display: block;
    font-size: 24px;
    margin-top: 50px;
}

.sub-program-guide .last {
    border-top: 1px solid #111;
    padding-top: 50px;
    text-align: center;
}
.sub-program-guide .last strong {
    color: #097b62;
    font-size: 30px;
    font-style: italic;
}
.sub-program-guide .last p {
    font-size: 16px;
    color: #666;
    margin: 15px 0 30px;
}
.sub-program-guide .last img {width: 112px;}

.buy-modal .link-btn {margin: 0;}
.buy-modal .table-wrap h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #097b62;
}
.buy-modal .table-wrap {margin-bottom: 30px;}
.buy-modal .table-wrap:last-child {margin-bottom: 0;}
.buy-modal .table-wrap .link-btn {
    max-width: 171px;
    margin: 0 auto;
}

.buy-modal .special-program {
    padding: 50px 30px;
    display: block;
    background: url(/img/custom/pass_special_bg.jpg) center / cover no-repeat;
}
.buy-modal .special-program p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.buy-modal .special-program p strong {
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
}
.buy-modal .special-program .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto -10px;
}
.buy-modal .special-program .btn-wrap a {
    margin: 0 5px 10px;
    width: 250px;
    background: #fff;
}
.buy-modal .special-program .btn-wrap a b {color: #097b63;}

@media all and (max-width: 1200px) {
    .sub-program-guide .main .list-content .booster .box {padding: 30px;}
    .sub-program-guide .main .list-content .booster h5 {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .sub-program-guide .main .list-content .booster .price-wrap {width: 100%;}
}
@media all and (max-width: 1024px) {
    .sub-program-guide .menu-wrap .inner > div {padding: 50px;}
    .buy-modal .special-program p {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 991px) {
    .sub-program-guide .script {font-size: 24px;}
    .sub-program-guide .list-content .bottom > div {
        width: 100%;
        margin: 0 0 20px;
    }
    .sub-program-guide .main .list-content .price-wrap > div,
    .sub-program-guide .order .list-content .price-wrap > div {
        width: 100%;
        margin: 0 0 10px;
    }
}
@media all and (max-width: 767px) {
    .sub-program-guide {padding: 15px 0;}
    .sub-program-guide .gray {font-size: 14px;}
    .sub-program-guide .red {font-size: 14px;}
    .sub-program-guide .vol {
        padding: 3px 8px;
        font-size: 14px;
    }
    .sub-program-guide .script {font-size: 20px;}
    .sub-program-guide .menu-wrap {padding: 15px;}
    .sub-program-guide .menu-wrap .inner {padding: 5px;}
    .sub-program-guide .menu-wrap .inner > div {padding: 20px;}
    .sub-program-guide .menu-list > div {margin-bottom: 40px;}
    .sub-program-guide .title {margin-bottom: 30px;}
    .sub-program-guide .title h2 img {width: 30px;}
    .sub-program-guide .title h2 span {
        font-size: 24px;
        margin-left: 8px;
    }
    .sub-program-guide .title p {
        font-size: 16px;
        margin-top: 10px;
    }
    .sub-program-guide .list-title {margin-bottom: 20px;}
    .sub-program-guide .list-title::after {
        height: 1px;
        top: 14px;
    }
    .sub-program-guide .list-title h3 {font-size: 20px;}
    .sub-program-guide .list-title h3::before {
        margin-right: 10px;
        width: 5px;
        height: 5px;
    }
    .sub-program-guide .list-title h3::after {
        margin-left: 10px;
        width: 5px;
        height: 5px;
    }
    .sub-program-guide .list-title p {
        font-size: 16px;
        margin-top: 5px;
    }
    .sub-program-guide .list-title .bubble {
        height: 30px;
        padding: 0 15px;
        top: -5px;
        right: -24px;
    }
    .sub-program-guide .list-title .bubble::after {
        width: 14px;
        left: 10px;
        bottom: -8px;
    }
    .sub-program-guide .list-title .bubble p {font-size: 14px;}

    .sub-program-guide .list-content .top .txt {
        width: 100%;
        padding: 20px 0 0;
        order: 2;
    }
    .sub-program-guide .list-content .top .img {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .sub-program-guide .list-content .top .img img {max-width: 200px;}
    .sub-program-guide .list-content .top h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sub-program-guide .list-content .top h4 .vol {font-size: 15px;}
    .sub-program-guide .list-content .box {
        padding: 20px;
        margin-bottom: 10px;
    }
    .sub-program-guide .list-content .box h5 b {font-size: 16px;}
    .sub-program-guide .list-content .price-wrap > div {
        padding: 10px 15px;
        font-size: 15px;
        display: block;
    }
    .sub-program-guide .list-content .price-wrap .price {margin-top: 8px;}
    .sub-program-guide .more-btn {margin-top: 20px;}
    .sub-program-guide .order .list-content strong {
        font-size: 18px;
        margin-top: 20px;
    }

    .sub-program-guide .appetizer .script {margin-top: 10px;}

    .sub-program-guide .main .list-content .booster .box {padding: 20px;}
    .sub-program-guide .main .list-content .arena h5 {display: block;}
    .sub-program-guide .main .list-content .arena h5 .gray {
        display: block;
        margin: 0;
    }

    .sub-program-guide .special .list-content .bottom {margin-bottom: 0;}
    .sub-program-guide .special .list-content .box h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sub-program-guide .special .list-content .box ul {margin-top: 20px;}
    .sub-program-guide .special .list-content .box ul li {margin-bottom: 20px;}
    .sub-program-guide .special .list-content .box ul li h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sub-program-guide .special .list-content .box .bubble {
        height: 30px;
        padding: 0 15px;
        top: -17px;
    }
    .sub-program-guide .special .list-content .box .bubble::after {
        width: 15px;
        bottom: -11px;
    }
    .sub-program-guide .special .list-content .box .bubble p {font-size: 14px;}
    .sub-program-guide .special .list-content .care {padding-top: 30px;}
    .sub-program-guide .special .list-content .care .script {margin-top: 15px;}
    .sub-program-guide .special .list-content .care .price {font-size: 18px;}

    .sub-program-guide .order .list-content .note {font-size: 14px;}

    .sub-program-guide .last {padding-top: 30px;}
    .sub-program-guide .last strong {font-size: 20px;}
    .sub-program-guide .last p {
        font-size: 14px;
        margin: 10px 0 20px;
    }
    .sub-program-guide .last img {width: 80px;}

    .buy-modal .table-wrap h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .buy-modal .table-wrap table {width: 550px;}
    .buy-modal .table-wrap .link-btn {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .buy-modal .special-program {padding: 30px 20px;}
    .buy-modal .special-program p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .buy-modal .special-program p strong {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .buy-modal .special-program .btn-wrap a {
        width: 100%;
        max-width: none;
        margin-right: 0;
    }
    #buyModal4 .table-wrap table {width: 400px;}
}

/*파이널*/
.sub-final .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sub-final .btn-wrap a {margin: 0; margin-right: 10px;}
.sub-final .btn-wrap a:last-child {margin-right: 0;}
.sub-final .box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-final .box-title h3 {text-align: left;}
.sub-final .box-title .more-btn {
    height: auto;
    max-width: none;
    background: none;
    width: fit-content;
    margin: 0;
}
.sub-final .box-title .more-btn b {font-size: 16px;}

.sub-final .headline .gray {margin-top: 50px;}
.sub-final .headline .btn-wrap {margin-top: 60px;}
.sub-final .headline .btn-wrap a {
    margin-right: 20px;
    background: #0a1716;
    border-color: #0a1716;
    max-width: 300px;
}
.sub-final .title .option {
    display: inline-block;
    background: #097b62;
    font-size: 30px;
    padding: 4px 15px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}
.sub-final .title .gray {
    text-decoration: underline;
    font-size: 36px;
    margin-top: 20px;
}
.sub-final .title .gray span {color: #097b62;}
.sub-final .title p {margin-top: 25px;}
.sub-final .option1 {background: url(/img/custom/251002/final_option1_bg.jpg) center / cover no-repeat}
.sub-final .option1 .title {color: #fff;}
.sub-final .option1 .box {
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    margin-bottom: 50px;
}
.sub-final .option1 .box:last-child {margin-bottom: 0;}
.sub-final .option1 .box .notice {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.sub-final .option1 .top li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sub-final .option1 .top li h3 {
    width: 50%;
    padding-right: 20px;
    font-size: 24px;
}
.sub-final .option1 .top li h3 span {
    font-weight: normal;
    font-size: 18px;
    display: block;
}
.sub-final .option1 .top li .btn-wrap {
    width: 50%;
    margin-bottom: -10px;
    justify-content: start;
}
.sub-final .option1 .top li .btn-wrap a {
    max-width: none;
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
}
.sub-final .option1 .top li .btn-wrap a:nth-child(2n) {margin-right: 0;}
.sub-final .option1 .top li .btn-wrap a:last-child {
    background: #0a1716;
    border-color: #0a1716;
}
.sub-final .option1 .top li .btn-wrap a.red {
    background: #ed3b3c;
    border-color: #ed3b3c;
}
.sub-final .option1 .sample-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
    margin-top: 50px;
}
.sub-final .option1 .sample-list li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    margin-bottom: 20px;
}
.sub-final .option1 .sample-list li:nth-child(3n) {margin-right: 0;}
.sub-final .option1 .sample-list li a {
    padding: 0 15px;
    max-width: none;
}
.sub-final .option1 .sample-list li a b {font-weight: 600;}
.sub-final .option1 .sample-list li a img {
    margin: 0 !important;
    margin-right: 10px !important;
    height: 20px;
}
.sub-final .option1 .sample-list li a:hover {background: #00a17f}
.sub-final .option1 .sample-list.question {
    max-width: 700px;
    margin: 0 auto 80px;
}
.sub-final .option1 .sample-list.question li {
    width: 100%;
    margin-right: 0;
}
.sub-final .option1 .bottom {margin-top: 50px;}
.sub-final .option1 .bottom .label {font-size: 20px;}
.sub-final .option1 .bottom .txt {
    border-radius: 0 10px 10px 10px;
    background: #f5f5f5;
    padding: 30px;
}
.sub-final .option1 .bottom .txt ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.sub-final .option1 .bottom .txt ul li {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-left: 20px;
    border-radius: 10px;
}
.sub-final .option1 .bottom .txt ul li:nth-child(2n) {margin-right: 0;}
.sub-final .option1 .bottom .txt ul li p {font-size: 18px;}
.sub-final .option1 .bottom .txt ul li .btn-wrap {
    max-width: 170px;
    width: 100%;
}
.sub-final .option1 .bottom .txt ul li a {
    width: calc((100% - 10px)/2);
    text-align: center;
    min-width: auto;
    max-width: 170px;
    margin-top: 0;
}
.sub-final .option1 .last-box {
    border-radius: 20px;
    background: #fff;
    padding: 30px 30px 20px 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sub-final .option1 .last-box .txt {
    width: calc(100% - 380px);
    padding-right: 30px;
}
.sub-final .option1 .last-box h3 {
    font-size: 36px;
    color: #097b62;
    margin-bottom: 25px;
}
.sub-final .option1 .last-box .more-btn {
    max-width: 400px;
    margin: 40px 0 0;
    cursor: pointer;
}
.sub-final .option1 .last-box .img {width: 380px;}
.sub-final .option1 .last-box:last-child .img {
    height: 400px;
    overflow: hidden;
}

.sub-final .option1 .middle {
    margin-top: 50px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-final .option1 .middle > b {
    font-size: 20px;
    margin-right: 20px;
}
.sub-final .option1 .middle .more-btn {
    margin: 0;
    height: 50px;
}

.sub-final .option2 .box {
    background: #097b62;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.sub-final .option2 .box > div {
    width: calc((100% - 20px)/2);
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-right: 20px;
}
.sub-final .option2 .box > div:last-child {margin-right: 0;}
.sub-final .option2 .box h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.sub-final .option2 .box h4 span {
    font-size: 18px;
    font-weight: normal;
}
.sub-final .option2 .box .price {
    font-size: 30px;
    font-weight: bold;
    color: #097b62;
    text-align: right;
}
.sub-final .option2 .box .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.sub-final .option2 .box .more-btn {
    width: calc((100% - 10px)/2);
    background: #0a1716;
    max-width: none;
}
.sub-final .option3 {background: url(/img/custom/251002/final_option3_bg.jpg) center / cover no-repeat}
.sub-final .option3 .box {
    display: flex;
    flex-wrap: wrap;
}
.sub-final .option3 .box > div {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.sub-final .option3 .box > div:last-child {margin-right: 0;}
.sub-final .option3 .box .price-wrap {margin-top: 30px;}
.sub-final .option3 .box .price-wrap > div {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
}
.sub-final .option3 .box .price-wrap > div:last-child {margin-bottom: 0;}
.sub-final .option3 .box .price-wrap h6 {
    display: flex
;
    align-items: center;
}
.sub-final .option3 .box .price-wrap h6 img {margin-right: 8px;}
.sub-final .option3 .box .price-wrap h6 b {font-weight: bold;}
.sub-final .option3 .box .price-wrap .price {
    font-weight: bold;
    text-align: right;
}
.sub-final .option3 .box .price-wrap .price span {color: #097b62;}
.sub-final .option3 .box .price-wrap .link-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
}
.sub-final .data img {
    width: 1364px;
    margin: 0 -32px;
    max-width: none;
}
.sub-final .review {padding-top: 0;}
.sub-final .review .box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.sub-final .review .box-wrap > div {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    background: #f5f6fa;
    border-radius: 20px;
    padding: 60px 30px;
    text-align: center;
}
.sub-final .review .box-wrap h3 {
    font-size: 24px;
    font-weight: bold;
    color: #777;
    margin-bottom: 50px;
}
.sub-final .review .box-wrap p {
    font-size: 30px;
    font-weight: bold;
    color: #777;
    margin-top: 50px;
}
.sub-final .review .box-wrap p b {
    font-size: 70px;
    color: #097b63;
    line-height: 1;
}
.sub-final .review .box-wrap > div:last-child {
    margin-right: 0;
    background: #097b63;
    padding: 40px;
}
.sub-final .review .box-wrap > div:last-child .box-title {margin-bottom: 20px;}
.sub-final .review .box-wrap > div:last-child h3 {
    color: #fff;
    margin: 0;
}
.sub-final .review .box-wrap .board-list li {
    display: block;
    padding: 12px 0;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
}
.sub-final .review .box-wrap .board-list li:last-child {border-bottom: none;}
.sub-final .review .box-wrap .board-list .info {
    font-size: 15px;
    color: #64fbdb;
    text-decoration: underline;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.sub-final .review .box-wrap .board-list .subject {
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.sampleModal .img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.sampleModal .img-wrap li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
}
.sampleModal .img-wrap li:nth-child(4n) {margin-right: 0;}
.sampleModal .img-wrap li img {
    max-width: none;
    width: 100%;
}
.ebookGuideModal .guide-list {margin-top: 20px;}
.ebookGuideModal .guide-list > li {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
}
.ebookGuideModal .guide-list > li:last-child {margin-bottom: 0}
.ebookGuideModal .guide-list h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ebookGuideModal .guide-list h5 span {color: #097b62;}
.ebookGuideModal .guide-list .link-btn {
    max-width: 300px;
    text-align: center;
}

.arenaVideoModal .video-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.arenaVideoModal .video-list li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
}
.arenaVideoModal .video-list li:nth-child(3n) {margin-right: 0;}
.arenaVideoModal .video-list li p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}

@media all and (max-width: 1360px) {
    .sub-final .data img {
        width: auto;
        max-width: 100%;
        margin: 0;
    }
}
@media all and (max-width: 1200px) {
    .sub-final .review .box-wrap > div:last-child {padding: 30px;}
    .sub-final .review .box-wrap p {font-size: 24px;}
    .sub-final .review .box-wrap p b {font-size: 50px;}
}
@media all and (max-width: 1024px) {
    .sub-final .option1 .bottom .txt ul li {padding: 15px;}
    .sub-final .option1 .bottom .txt ul li p {
        width: 100%;
        margin-bottom: 10px;
    }
    .sub-final .option1 .bottom .txt ul li .btn-wrap {
        width: 100%;
        max-width: none;
    }
    .sub-final .option1 .bottom .txt ul li a {max-width: none;}
    .sub-final .option1 .bottom .txt ul li > a {width: 100%;}
    .sub-final .option1 .sample-list li {width: calc((100% - 40px)/3)}
    .sub-final .option1 .sample-list li:nth-child(4n) {margin-right: 20px;}
    .sub-final .option1 .sample-list li:nth-child(3n) {margin-right: 0;}
    .sub-final .review .box-wrap > div {
        width: calc((100% - 30px)/2);
        margin-bottom: 30px;
        padding: 50px 30px;
    }
    .sub-final .review .box-wrap > div:nth-child(2) {margin-right: 0;}
    .sub-final .review .box-wrap > div:last-child {width: 100%;}
}
@media all and (max-width: 991px) {
    .sub-final .option1 .top li h3 {
        width: 100%;
        padding: 0 0 20px;
    }
    .sub-final .option1 .top li .btn-wrap {width: 100%;}
    .sub-final .option1 .last-box {padding: 50px 50px 30px;}
    .sub-final .option1 .last-box .txt {
        width: 100%;
        padding: 0 0 30px;
        text-align: center;
    }
    .sub-final .option1 .last-box .more-btn {margin: 30px auto 0;}
    .sub-final .option1 .last-box .img {
        width: 100%;
        text-align: center;
    }
    .arenaVideoModal .video-list li {width: calc((100% - 20px) / 2);}
    .arenaVideoModal .video-list li:nth-child(3n) {margin-right: 20px;}
    .arenaVideoModal .video-list li:nth-child(2n) {margin-right: 0;}
}
@media all and (max-width: 767px) {
    .sub-final .headline .gray {margin-top: 20px;}
    .sub-final .headline .btn-wrap {margin-top: 30px;}
    .sub-final .headline .btn-wrap a {
        width: 100%;
        margin: 0 auto 10px;
    }
    .sub-final .title .option {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sub-final .title .gray {
        font-size: 20px;
        margin-top: 10px;
    }
    .sub-final .option1 .box {
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .sub-final .option1 .box .notice {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sub-final .option1 .top li h3 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .sub-final .option1 .top li h3 span {font-size: 15px;}
    .sub-final .option1 .top li .btn-wrap a {
        width: 100%;
        margin-right: 0;
    }
    .sub-final .option1 .middle {
        margin-top: 30px;
        padding: 20px;
        display: block;
        text-align: center;
    }
    .sub-final .option1 .middle > b {
        font-size: 16px;
        margin: 0 0 15px;
        display: block;
    }
    .sub-final .option1 .middle .more-btn {
        height: 42px;
        margin: 0 auto;
    }

    .sub-final .option1 .bottom {margin-top: 30px;}
    .sub-final .option1 .bottom .label {font-size: 16px;}
    .sub-final .option1 .bottom .txt {padding: 20px;}
    .sub-final .option1 .bottom .txt ul li {
        width: 100%;
        margin-right: 0;
    }
    .sub-final .option1 .bottom .txt ul li p {font-size: 16px;}

    .sub-final .option1 .box > h3 {
        font-size: 20px;
        margin: 20px 0 15px;
    }
    .sub-final .option1 .box > p {font-size: 16px;}
    .sub-final .option1 .sample-list {
        margin-bottom: -10px;
        margin-top: 30px;
    }
    .sub-final .option1 .sample-list li {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sub-final .option1 .sample-list li:nth-child(4n),
    .sub-final .option1 .sample-list li:nth-child(3n) {margin-right: 10px;}
    .sub-final .option1 .sample-list li:nth-child(2n) {margin-right: 0;}
    .sub-final .option1 .last-box {
        border-radius: 10px;
        padding: 30px 20px 20px;
    }
    .sub-final .option1 .last-box h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sub-final .option1 .last-box .more-btn {margin-top: 20px;}
    .sub-final .option1 .last-box:last-child .img {height: 300px;}
    .sub-final .option2 .box {
        padding: 20px;
        margin-top: 30px;
        border-radius: 10px;
    }
    .sub-final .option2 .box > div {
        width: 100%;
        border-radius: 10px;
        padding: 20px;
        margin: 0 0 15px;
    }
    .sub-final .option2 .box > div:last-child {margin-bottom: 0;}
    .sub-final .option2 .box h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sub-final .option2 .box h4 span {font-size: 15px;}
    .sub-final .option2 .box .price {font-size: 24px;}
    .sub-final .option2 .box .more-btn {margin-top: 15px;}

    .sub-final .option3 .box > div {
        width: 100%;
        margin: 0 0 15px;
        padding: 20px;
        border-radius: 10px;
    }
    .sub-final .option3 .box > div:last-child {margin-bottom: 0;}
    .sub-final .option3 .box .price-wrap {margin-top: 20px;}
    .sub-final .option3 .box .price-wrap > div {
        padding: 10px 15px;
        font-size: 15px;
        display: block;
    }
    .sub-final .option3 .box .price-wrap .price {margin-top: 8px;}
    .sub-final .option3 .box .price-wrap .link-btn {
        height: 42px;
        line-height: 42px;
    }

    .sub-final .review .box-wrap > div {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
    }
    .sub-final .review .box-wrap h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sub-final .review .box-wrap .ico {
        max-width: 80px;
        max-height: 80px;
    }
    .sub-final .review .box-wrap p {
        font-size: 18px;
        margin-top: 20px;
    }
    .sub-final .review .box-wrap p b {font-size: 30px;}
    .sub-final .review .box-wrap > div:last-child {padding: 20px;}
    .sub-final .review .box-wrap > div:last-child .box-title {margin-bottom: 10px;}
    .sub-final .review .box-wrap .board-list .info {font-size: 14px;}
    .sub-final .review .box-wrap .board-list .subject {font-size: 16px;}

    .sampleModal .img-wrap li {width: calc((100% - 10px) / 2);}
    .sampleModal .img-wrap li:nth-child(4n) {margin-right: 10px;}
    .sampleModal .img-wrap li:nth-child(2n) {margin-right: 0;}

    .ebookGuideModal .guide-list > li {padding: 15px;}
    .ebookGuideModal .guide-list h5 {font-size: 16px;}
    .ebookGuideModal .guide-list .link-btn {overflow: hidden}

    .arenaVideoModal .video-list {margin-bottom: -15px;}
    .arenaVideoModal .video-list li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
        padding: 15px;
    }
    .arenaVideoModal .video-list li p {
        font-size: 16px;
        margin-top: 10px;
    }
}