@charset "UTF-8";

/* /_skin/tpl_skin/css/content_apply.css */
.benefitCouponBanner {
    position: relative;
    right: 0px;
}

.apply-area.type1 .apply-item .apply-box .extention-area input:checked+label::before {
    background: #333333;
}

.apply-area.type1 .apply-item .apply-box .extention-area label {
    padding-right: 30px;
    font-weight: bold;
    font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.apply-area.type1 .apply-item .apply-box .extention-area label::before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: -10px;
    border: 2px solid #333;
}

.apply-area.type1 .apply-item .apply-box .extention-area label::after {
    display: none;
    top: 53%;
    margin-top: -7px;
    right: 7px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more-table-btn {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #bdbdbd;
    box-sizing: border-box;
    background: #fff;
    font-family: 'noto3', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.065em;
    cursor: pointer;
}

.more-table-btn::after {
    clear: both;
    content: "▼";
    display: block;
    position: absolute;
    top: 50%;
    right: 44.5%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
}

.more-table-btn.show::after {
    content: "▲";
}

.more-table-btn:hover {
    border: 2px solid #000;
    background: #000;
    color: #fff;
}

.more-table-btn:hover::after {
    color: #fff;
}

.apply-area.type1 .apply-info.none {
    display: none;
}

/*.auto-apply-box.none .price-title::before,*/
/*.auto-apply-box.none .auto-support::before {*/
/*	display: none !important;*/
/*}*/
.apply-title2+div.apply-box .c-price .c-price-item .price-title::before,
.apply-title2+div.auto-apply-box .auto-support::before {
    display: none !important;
}

.more-table-btn.show+.apply-info.none {
    display: table;
}

.apply-area.type1 .apply-item .apply-box {
    padding: 0 230px 0 0;
    margin-bottom: 0px;
    height: 0;
    position: relative;
}

h2.apply-title2 {
    margin-bottom: 36px;
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    font-family: 'market-b';
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 34px;
    color: #000;
}

.apply-area.type1 .apply-item .apply-box.top-high {
    height: auto;
}

.apply-area.type1 .apply-item .apply-box .extention-area {
    width: 1100px;
    background: #e7e7e7;
    padding: 10px 20px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.apply-area.type1 .apply-item .apply-box .t-price {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-right: 30px;
    height: 140px;
    float: right;
    z-index: -1;
}

.apply-area.type1 .apply-item .apply-box .t-price.event-price {
    flex-flow: row nowrap;
    position: relative;
}

.apply-area.type1 .apply-item .apply-box .t-price .price {
    display: inline-block;
    position: relative;
    padding-right: initial;
    /*color: #f14f4f;*/
    line-height: normal;
    text-align: right;
    min-height: auto;
}

.apply-area.type1 .apply-item .apply-box .t-price .t-price-title.total-course-fees {
    letter-spacing: -0.065em;
    line-height: 30px;
    text-align: right;
    color: #000;
    margin-right: 4px;
}

.apply-area.type1 .apply-item .apply-box .t-price.not-event-area {
    /*margin-top: -14px;*/
    text-align: right;
    display: block;
}

.apply-area.type1 .apply-item .apply-box .t-price .t-price-title {
    font-family: market-m;
    font-size: 20px;
    color: #8710ec;
}

.apply-area.type1 .apply-item .apply-box .t-price .price .last-price,
.apply-area.type1 .apply-item .apply-box .t-price .price .num,
.apply-area.type1 .apply-item .apply-box .t-price .price .total-amount,
.apply-area.type1 .apply-item .apply-box .t-price .price .not-total-amount {
    letter-spacing: -0.065em;
    font-family: market-m;
    font-size: 40px;
    color: #8710ec;
    font-weight: normal;
}

.apply-area.type1 .apply-item .apply-box .t-price .first-cost::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20%;
    height: 1px;
    background: #545454;
}

.apply-area.type1 .apply-item .apply-box .t-price .first-cost {
    font-size: 20px;
    font-family: 'market-l';
    color: #a1a1a1;
    position: relative;
    line-height: 110px;
    margin-right: 10px;
    display: flex;
    height: 66px;
    font-weight: bold;
}

.apply-area.type1 .apply-item .apply-box .t-price .price .won {
    position: static;
    font-family: market-m;
    font-size: 40px;
    color: #8710ec;
    font-weight: normal;
}

.apply-area.type1 .apply-item .apply-box .t-price .t-price-title.discount-boon {
    text-align: left;
}

.apply-area.type1 .apply-item .apply-box .c-price .c-price-item.border-right {
    border-right: none;
}

.apply-area.type1 .apply-item .apply-box .btn-apply {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 230px;
    padding-right: 0;
    height: 93px;
    right: 0;
    top: 0;
    line-height: 65px;
    background: #003ac4;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: 'market-m';
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.apply-area.type1 .apply-item .apply-box .btn-apply::before {
    content: '>';
    display: none;
    position: absolute;
    right: 20px;
    top: 0;
}

.apply-area.type1 .apply-item .apply-box .label-apply {
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    width: 222px;
    height: 49px;
    padding: 6px 0 0;
    background: url('/_skin/tpl_skin/common_images/apply/apply_label_bg.png') no-repeat center / auto 100%;
    pointer-events: none;
}

.apply-area.type1 .apply-item .apply-box .label-apply p {
    line-height: 1.25;
    letter-spacing: -0.06em;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'noto5';
    animation: blink-v2 2s infinite ease-in-out;
}

.apply-area.type1 .apply-item .apply-box .label-apply em {
    font: inherit;
    color: #ffef3a;
}

.apply-area.type1 .apply-item .apply-box .btn-apply-flag {
    position: absolute;
    bottom: calc(100% - 21px);
    right: 0;
    width: 144px;
    height: 59px;
    padding: 7px 0 0;
    background: url('/_skin/tpl_skin/common_images/apply_flag_bg.png') no-repeat center / auto 100%;
    pointer-events: none;
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    transform: translateX(-40px);
    z-index: 1;
}

.apply-area.type1 .apply-item .apply-box .c-price .c-price-item .price-title {
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
}

.apply-area.type1 .apply-item .apply-box .c-price.not-event .c-price-item .price-title {
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
}

.apply-area.type1 .apply-item .apply-box .c-price.not-event .c-price-item .price-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    background: #003ac4;
    top: -20px;
}

.apply-area .apply-item .apply-box .c-price .c-price-item .price-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    background: #003ac4;
    top: -20px;
}

.apply-area.type1 .apply-item .apply-box .c-price {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.apply-area.type1 .apply-item .apply-box .c-price .c-price-item .price {
    font-size: 22px;
    font-family: market-m;
    margin-top: 27px;
}

.apply-area.type1 .apply-item .apply-box .c-price .lecture-last-price {
    font-size: 18px;
    font-family: market-m;
    color: #8710ec;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 25px;
    margin-left: 14px;
}

.apply-area.type1 .apply-item .apply-box .c-price .lecture-last-price>div {
    font-size: 30px;
    line-height: normal;
}

.apply-area.type1 .apply-item .apply-box .c-price .lecture-last-price>p {}

.apply-area.type1 .apply-item .apply-box .c-price .c-price-item .lecture-price {
    font-size: 22px;
    font-family: market-m;
    margin-top: 27px;
    color: #a1a1a1;
    position: relative;
}

.apply-area.type1 .apply-item .apply-box .c-price .c-price-item .lecture-price::before {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #a1a1a1;
    position: absolute;
    top: 40%;
}

.apply-area.type1 .apply-item .apply-box .c-price .c-price-item {
    float: left;
    padding-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    font-family: 'noto5';
}

.apply-area.type1 .apply-item .apply-box .c-price .plus-icon.event-plus-icon {
    margin: 0 20px;
}

.apply-area.type1 .apply-item .apply-box .c-price .plus-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: #dddddd;
    margin: 0 20px;
    border-radius: 40px;
}

.apply-area.type1 .apply-item .apply-box .c-price .plus-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 35%;
    width: 14px;
    height: 2px;
    background: #000;
}

.apply-area.type1 .apply-item .apply-box .c-price .plus-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #000;
}

.plus-icon a {}

.apply-area.type1 .apply-info {
    width: 100%;
    font-size: 14px;
    border-bottom: 2px solid #000;
    margin-top: 20px;
}

.bnHtml {
    position: absolute;
    right: 261px;
    top: 76px;
}

/*이벤트*/

.specialBenefitBn {
    /*z-index: 1;*/
    /*position: absolute;*/
    /*right: 262px;*/
    /*bottom: 14px;*/
    /*width: 100%;*/
    margin: 0;
}

/*.apply-area.type1 .apply-item .apply-box.top-high .specialBenefitBn {*/
/*	bottom: 64px;*/
/*}*/

.specialBenefitBn .benefit_text_area {
    display: block;
    position: relative;
    top: 0px;
    right: 0;
    width: max-content;
    margin-right: 0;
    border-radius: 10px;
    padding: 0px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.specialBenefitBn .benefit_ment {
    display: flex;
    vertical-align: middle;
    margin: 0 auto;
    padding-left: 0px;
    /* background: url(/_skin/tpl_skin/common_images/coupon_img.png) left center no-repeat; */
    background-size: 170px;
    text-align: center;
    font-family: 'market-m';
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 1px;
}

.specialBenefitBn .benefitPopBtn {
    display: flex;
    align-items: center;
    width: auto;
    vertical-align: middle;
    background: #ffd200;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    text-align: center;
    font-size: 20px;
    padding: 4px 15px 0;
    font-family: 'market-m';
    font-weight: 100;
}

.apply-area.type1 .apply-item {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 20px;
}

.apply-area.type1 .apply-item .apply-box.auto-apply-box::before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background: #000;
    left: 0;
    top: 0;
}

.apply-title2+.apply-box.clear-after.auto-apply-box::before {
    display: none;
}

.apply-area.type1 .apply-item .auto-apply-box .auto-support::before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 3px;
    background: #003ac4;
    top: -20px;
}

.apply-area.type1 .apply-item .auto-apply-box .auto-support {
    height: 80px;
    display: inline-flex;
    font-size: 20px;
    line-height: 30px;
    font-family: 'noto3', sans-serif;
    font-weight: 100;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}

.apply-area.type1 .apply-item .auto-apply-box .auto-support.not-auto-support::before {
    top: -10px;
}

.apply-area.type1 .apply-item .auto-apply-box .auto-support.not-auto-support {
    height: 80px;
    display: inline-flex;
    font-size: 20px;
    line-height: 30px;
    font-family: 'noto3', sans-serif;
    font-weight: 700;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0 34px;
}

.auto-support .coupon-area .coupon-tit {
    font-family: market-l;
    letter-spacing: -2px;
    font-size: 24px;
    margin-bottom: 10px;
}

.auto-support .coupon-area .coupon-tit-price {
    font-size: 30px;
    font-family: market-b;
    letter-spacing: -2px;
    color: #8710ec;
}

.auto-support .coupon-area .coupon-tit-price .txt {
    color: #000;
}

/* 컨기 요청사항 font color 값 지정 */
span.congi-B,
span.congi-RB {
    font-weight: 700;
}

span.congi-R,
span.congi-RB {
    color: red;
}

.apply-title span.congi-R,
.apply-title span.congi-RB,
.apply-title span.congi-B {
    display: none;
}

.total-amount-grp {
    text-align: right;
}

.apply-title {
    margin-bottom: 58px;
}