﻿.spotWrap,
.spotWrap input,
.spotWrap textarea {
    font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', 'Dotum', '돋움', 'Gulim', '굴림', '굴림체', Sans-Serif;
}

.container {
    position: relative;
    letter-spacing: -1px;
    background-repeat: repeat-x;
    background-position: center top;
}

    .container .wrap {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

.spotWrap .grid {
    *zoom: 1;
}

    .spotWrap .grid:before,
    .spotWrap .grid:after {
        content: '';
        display: table;
    }

    .spotWrap .grid:after {
        clear: both;
    }

.spotWrap .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spotWrap .col_1_1 {
    clear: both;
    width: 100%;
}

.spotWrap .col_1_2 {
    width: 50%;
}

.spotWrap input[type="text"],
.spotWrap textarea {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spotWrap textarea {
    padding: 15px;
}

.sr_only {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
}

.highlight {
    color: #ff0000;
}

.bg_gray {
    background-color: #eee;
}

.spotWrap .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .spotWrap .button span {
        position: relative;
        display: inline-block;
        color: #fff;
    }

    .spotWrap .button:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 16px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .spotWrap .button:hover, .spotWrap .button span {
        color: #fff !important;
    }

.spotWrap a.button-333 {
    padding: 12px 40px 12px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #333;
    margin: 5px 5px 10px;
    line-height: 1;
}

.bottom_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    font-weight: 700;
    font-size: 33px;
    line-height: 120%;
}

    .bottom_banner a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        color: #fff;
        width: 1100px;
        height: 120px;
        margin: 0 auto
    }

        .bottom_banner a:hover {
            color: #fff !important;
        }

    .bottom_banner .price-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        color: #fff;
        width: 440px;
    }

        .bottom_banner .price-box .price-before .discount {
            background: #FFCD04;
            padding: 0px 26px 0px;
            color: #FA012E;
            font-size: 22px;
        }

        .bottom_banner .price-box .price-before .price {
            font-size: 34px;
            color: #bbb;
            text-decoration: line-through;
        }

        .bottom_banner .price-box .price-after .price {
            color: #FA01EA;
            font-size: 50px;
        }

.section_visual {
    padding: 120px 0 100px;
    background-color: #fff;
    background-image: url('/Images/Community/Event/SuccessPass/bg_title.jpg');
}

    .section_visual .label {
        position: absolute;
        top: -90px;
        right: 50px;
    }

.section_event {
    padding: 100px 0 50px;
    background: linear-gradient(89.98deg, #4098FF 0.01%, #5A29FF 99.99%);
}

.section_benefit {
    padding: 0px 0 50px;
    background-color: #f6f9fe;
}

/* 수강신청 */
.section_enrolment .wrap {
    width: 1100px;
    padding-top: 100px;
    line-height: 1.5;
}

.section_enrolment .title {
    padding: 14px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    background-color: #FECF10;
    text-align: center;
    color: #000;
}

.section_enrolment .contents {
    padding: 50px 75px 100px;
    box-sizing: border-box;
}

    .section_enrolment .contents .price > .grid, .section_enrolment .contents .price > .product-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 525px;
    }

        .section_enrolment .contents .price > .grid .price_title {
            width: 100%;
        }

            .section_enrolment .contents .price > .grid .price_title .label {
                display: inline-block;
                padding: 2px 18px 4px;
                font-size: 14px;
                color: #ec0d0d;
                border: 1px solid #ec0d0d;
                width: 100%;
                text-align: center;
                box-sizing: border-box;
            }

        .section_enrolment .contents .price > .grid .price_before {
            width: 35%;
            font-size: 22px;
        }

        .section_enrolment .contents .price > .grid .price_after {
            font-size: 38px;
        }

    .section_enrolment .contents .semester {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        line-height: 1.5;
    }

        .section_enrolment .contents .semester dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 462.5px;
            border-radius: 10px;
            overflow: hidden;
        }

            .section_enrolment .contents .semester dl dt {
                display: block;
                padding: 20px 40px;
                border-radius: 10px 10px 0 0;
                line-height: 1.5;
                font-size: 24px;
                color: #fff;
                text-align: center;
                background: #4582FF;
            }

        .section_enrolment .contents .semester dd {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            position: relative;
            padding: 20px 30px 20px;
            background-color: #f5f5f5;
        }

            .section_enrolment .contents .semester dd + dd {
                height: 100%;
            }

                .section_enrolment .contents .semester dd + dd::before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 30px;
                    right: 30px;
                    width: auto;
                    height: 1px;
                    background-color: #cacaca;
                }

            .section_enrolment .contents .semester dd [class^="title"] {
                display: block;
                width: 25%;
                font-size: 18px;
                color: #8893bc;
            }

            .section_enrolment .contents .semester dd .date {
                display: block;
                width: 75%;
                font-size: 18px;
                font-weight: 700;
                color: #2a2a2a;
                letter-spacing: -2px;
            }

            .section_enrolment .contents .semester dd ul li {
                position: relative;
                font-size: 18px;
                font-weight: 700;
                color: #2a2a2a;
                padding-left: 10px;
                margin-bottom: 5px;
            }

                .section_enrolment .contents .semester dd ul li:before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 4px;
                    height: 4px;
                    border-radius: 2px;
                    background-color: #2a2a2a;
                    left: 0;
                    top: 50%;
                    margin-top: -2px;
                }

    .section_enrolment .contents .table_wrap {
        margin-top: 50px;
    }

        .section_enrolment .contents .table_wrap .btn_detail {
            display: inline-block;
            margin-top: 4px;
            padding: 5px 0px 4px 10px;
            border-radius: 3px;
            background-color: #999;
            cursor: pointer;
        }

            .section_enrolment .contents .table_wrap .btn_detail span {
                display: inline-block;
                padding-right: 15px;
                font-family: '돋움', Dotum;
                font-size: 11px;
                font-weight: bold;
                color: #fff;
                background: url(/Images/Community/Event/SuccessPass/btn_detail_arrow.png) no-repeat right center;
            }

        .section_enrolment .contents .table_wrap th {
            font-size: 14px;
            color: #000;
            padding: 15px;
            font-weight: bold;
        }

        .section_enrolment .contents .table_wrap td {
            font-size: 14px;
            color: #000;
            padding: 15px;
            text-align: left;
        }

            .section_enrolment .contents .table_wrap td.td-notice {
                line-height: 180%;
            }

.section_enrolment .price_wrap .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section_enrolment .price_wrap .discount {
    position: relative;
    width: 150px;
    margin-top: -9px;
    margin-right: auto;
    padding: 10px 0 1px;
    line-height: 1.1;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #383838;
}

    .section_enrolment .price_wrap .discount .count {
        font-size: 36px;
    }

    .section_enrolment .price_wrap .discount:before {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 0;
        right: 0;
        display: block;
        border-top: 40px solid #383838;
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
    }

.section_enrolment .price_wrap .count {
    font-family: verdana;
}

.section_enrolment .price_wrap .price {
    text-align: center;
}

    .section_enrolment .price_wrap .price .grid, .section_enrolment .price_wrap .product-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.section_enrolment .price_wrap .price_before {
    position: relative;
    margin-top: 25px;
    font-size: 27px;
    color: #afafaf;
    text-align: center;
}

    .section_enrolment .price_wrap .price_before .delete {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/Images/Community/Event/SuccessPass/price_before_arrow.png) no-repeat right 40%/contain;
    }

.section_enrolment .price_wrap .price_after {
    text-align: right;
    font-size: 50px;
    color: #ec0d0d;
    line-height: 1;
    padding-left: 30px;
    padding-top: 20px;
}

    .section_enrolment .price_wrap .price_after div {
        font-size: 1rem;
    }

    .section_enrolment .price_wrap .price_after .label {
        display: inline-block;
        padding: 2px 18px 4px;
        font-size: 14px;
        border: 1px solid #ec0d0d;
        width: 100%;
        text-align: center;
        max-width: 300px;
    }

.section_enrolment .price_wrap .action {
    margin-left: auto;
}

    .section_enrolment .price_wrap .action .btn {
        display: block;
        width: 205px;
        height: 83px;
        line-height: 83px;
        text-align: center;
        font-weight: 700;
        font-size: 28px;
        color: #fff;
        background: #ec0d0e;
        letter-spacing: -2px;
    }

        .section_enrolment .price_wrap .action .btn:hover {
            color: #fff !important;
        }

        .section_enrolment .price_wrap .action .btn span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            font-family: 'gulim';
            font-size: 15px;
            margin-top: -6px;
            color: #fff;
            font-weight: normal;
        }

        .section_enrolment .price_wrap .action .btn.apply02 {
            color: #bbb;
            background: #383838;
            cursor: default;
        }

            .section_enrolment .price_wrap .action .btn.apply02 span {
                color: #bbb;
            }

            .section_enrolment .price_wrap .action .btn.apply02:hover {
                color: #bbb !important;
            }

.section_enrolment .price_wrap .price_ent {
    margin: 60px auto 80px;
    border-top: 4px solid #383838;
}

    .section_enrolment .price_wrap .price_ent .price {
        width: 950px;
        padding: 0;
    }

        .section_enrolment .price_wrap .price_ent .price .grid, .section_enrolment .price_wrap .price_ent .price .product-box {
            height: 80px;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            line-height: 1;
        }

    .section_enrolment .price_wrap .price_ent .price_title {
        min-width: 340px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding-left: 30px;
        color: #383838;
    }

        .section_enrolment .price_wrap .price_ent .price_title strong {
            font-size: 42px;
            font-weight: 900;
        }

    .section_enrolment .price_wrap .price_ent .price_before {
        min-width: 270px;
        font-size: 36px;
    }

    .section_enrolment .price_wrap .price_ent .discount {
        margin-top: 0;
    }
/* //수강신청 */

.section_start {
    padding: 0px 0 100px;
    background: url('/Images/Community/Event/SuccessPass/bg_start.jpg') repeat-x center top;
}

    .section_start .action {
        float: right;
        padding-right: 50px;
    }

.section_info {
    background: #F6FAFF;
}

    .section_info .bxslider .slide {
        padding: 100px 50px;
        box-sizing: border-box;
    }

        .section_info .bxslider .slide .img-wrap {
            height: 944px;
            padding: 50px 0 0;
            background: #FFFFFF;
            box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(0, 0, 0, 0.1);
            border-radius: 30px;
            box-sizing: border-box;
        }

            .section_info .bxslider .slide .img-wrap img {
                display: block;
                margin: 0px auto;
            }

    .section_info .bx-wrapper .bx-prev {
        background: url('/Images/Community/Event/SuccessPass/btn_prev.png') no-repeat center top;
        width: 48px;
        height: 100px;
    }

    .section_info .bx-wrapper .bx-next {
        background: url('/Images/Community/Event/SuccessPass/btn_next.png') no-repeat center top;
        width: 48px;
        height: 100px;
    }

.section_title {
    height: 160px;
    background-color: #4582FF;
}

    .section_title .wrap {
        position: relative;
        z-index: 2;
        padding-bottom: 50px;
    }

.section_apply {
    padding-top: 80px;
    padding-bottom: 100px;
}

    .section_apply .wrap {
        width: 1060px;
    }

.form_wrap {
    padding: 48px;
    background-color: #fff;
    table-layout: fixed;
    text-align: left;
}

    .form_wrap .form {
        margin-top: 7px;
    }

    .form_wrap label {
        line-height: 1.6;
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        color: #222;
    }

    .form_wrap .text {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #ccc;
        font-size: 18px;
        color: #666;
    }

    .form_wrap .number {
        width: 110px;
    }

    .form_wrap .name {
        padding-right: 25px;
    }

    .form_wrap .tel {
        padding-left: 25px;
    }

        .form_wrap .tel em {
            display: inline-block;
            width: 37px;
            text-align: center;
        }

    .form_wrap .content {
        margin-top: 33px;
    }

    .form_wrap .textarea {
        height: 267px;
        line-height: 1.4;
    }

    .form_wrap .personal_info {
        margin-top: 37px;
    }

        .form_wrap .personal_info h3 {
            font-size: 20px;
            color: #222;
        }

        .form_wrap .personal_info .table_wrap {
            margin-top: 11px;
        }

            .form_wrap .personal_info .table_wrap th,
            .form_wrap .personal_info .table_wrap td {
                font-size: 16px;
                color: #333;
            }

            .form_wrap .personal_info .table_wrap th {
                padding: 16px 0;
                font-weight: 500;
            }

            .form_wrap .personal_info .table_wrap td {
                padding: 17px 0 16px;
                color: #666;
            }

        .form_wrap .personal_info .notice {
            margin-top: 12px;
            font-size: 16px;
            color: #333;
        }

            .form_wrap .personal_info .notice label {
                display: inline-block;
                margin-left: 15px;
                font-size: 17px;
                font-weight: 500;
                color: #000;
            }

            .form_wrap .personal_info .notice input {
                vertical-align: -1px;
            }

.table_wrap .limit-notice {
    font-size: 19.2px !important;
    font-weight: 600;
}

/* layer */
.layer {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 20002;
    width: 554px;
    height: 820px;
    margin: -410px 0 0 -440px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layer_head {
    position: relative;
}

.layer_body {
    padding: 30px 35px;
}

    .layer_body ul {
        margin-left: 5px;
    }

    .layer_body li {
        position: relative;
        padding-left: 10px;
        line-height: 1.6;
        font-size: 14px;
    }

.layer .popup-close {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.40625rem;
    height: 1.40625rem;
    cursor: pointer;
    top: 5px;
    right: 5px;
}

@media screen and (min-width: 720px) {
    .layer .popup-close {
        width: 45px;
    }
}

@media screen and (min-width: 720px) {
    .layer .popup-close {
        height: 45px;
    }
}

.layer .popup-close:before, .layer .popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 22.5px;
    height: 1px;
    margin-left: -11.25px;
    background-color: #333;
}

.layer .popup-close:before {
    transform: rotate(45deg);
}

.layer .popup-close:after {
    transform: rotate(315deg);
}

.layer .popup-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
}

.layer_screen {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20001;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}

    .layer.in,
    .layer_screen.in {
        display: block;
    }

.layer.apply {
    height: 615px;
    margin: -310px 0 0 -278px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.3);
}

    .layer.apply .layer_head {
        position: relative;
        text-align: center;
        padding: 30px 0 15px;
        font-size: 24px;
        color: #202020;
        font-weight: 700;
        border-bottom: 1px solid #d6d6d6;
    }

.layer_body .apply_notice .scroll-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    height: 300px;
    overflow-y: scroll;
    color: #000;
    word-break: keep-all;
}

    .layer_body .apply_notice .scroll-box b {
        font-size: 15px;
        margin-bottom: 5px;
        display: inline-block;
    }

.layer_body .apply_notice ol li {
    line-height: 28px;
    padding-left: 16px;
    text-indent: -16px;
}

.layer_body .apply_notice .agree_group p {
    padding: 26px 0;
    text-align: center;
    font-size: 14px;
    color: #202020;
    font-weight: 500;
}

.layer_body .button_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .layer_body .button_set a, .layer_body .button_set button {
        display: inline-block;
        width: 230px;
        height: 52px;
        text-align: center;
        line-height: 52px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

        .layer_body .button_set a:hover, .layer_body .button_set button:hover {
            color: #fff !important;
        }

        .layer_body .button_set a.agree01, .layer_body .button_set button.agree01 {
            background: #4582FF;
        }

        .layer_body .button_set a.agree02, .layer_body .button_set button.agree02 {
            float: right;
            background: #686868;
        }

.layer_body .apply_notice {
    line-height: 200%;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}

.layer.base {
    width: 1000px;
    height: 600px;
    margin: -300px 0 0 -500px;
}

    .layer.base .popup-body {
        padding: 45px 35px;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.04em;
        color: #222222;
        word-break: keep-all;
    }
