@CHARSET "UTF-8";


/****************
수강신청
****************/
/* search */
.courseRegistFormWrap .data-srch-box {width: 100%; background: #f5f6f8; padding: 25px 20px; margin-bottom: 41px;}
.courseRegistFormWrap .data-srch-box .insert {width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.courseRegistFormWrap .data-srch-box .line {display: flex; flex-wrap: wrap; align-items: center; margin-right: 10px;}
.courseRegistFormWrap .data-srch-box .line:last-child {margin-right: 0;}
.courseRegistFormWrap .data-srch-box select {display: flex; align-items: center; width: 100%; height: 50px; padding-left: 15px; padding-right: 35px; border: 1px solid #ccd0d7; border-radius: 5px; font-family: 'Noto Regular', sans-serif; font-size: 14px; color: #333; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url('../images/ic-form-arrow.png') no-repeat right 10px center;}
.courseRegistFormWrap .data-srch-box input[type="text"] {width: 100%; height: 50px; font-size: 14px; color: #333; font-family: 'Noto Regular', sans-serif; padding: 0 10px; background: #fff; border: 1px solid #ccd0d7; border-radius: 5px; overflow: hidden;}
.courseRegistFormWrap .data-srch-box .srch-btn {position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; font-size: 18px; color: #fff; background: #1473E6; border-radius: 5px; padding: 0 20px;}
.courseRegistFormWrap .data-srch-box .srch-btn::before {content: ''; width: 20px; height: 20px; background: url("../images/ic-search-btn.png") no-repeat center; background-size: contain; margin-right: 10px;}

.courseRegistFormWrap .data-srch-box .col1 {width: 15%;}
.courseRegistFormWrap .data-srch-box .col2 {width: 15%;}
.courseRegistFormWrap .data-srch-box .col3 {width: 12%;}
.courseRegistFormWrap .data-srch-box .col4 {width: 10%;}
.courseRegistFormWrap .data-srch-box .col5 {width: 30%;}
.courseRegistFormWrap .data-srch-box .col6 {flex-grow: 1;}

@media all and (max-width: 1023px) {
    .courseRegistFormWrap .data-srch-box .line {margin: 5px;}

    .courseRegistFormWrap .data-srch-box .col1 {width: 33%;}
    .courseRegistFormWrap .data-srch-box .col2 {width: 33%;}
    .courseRegistFormWrap .data-srch-box .col3 {flex-grow: 1;}
    .courseRegistFormWrap .data-srch-box .col4 {width: 20%;}
    .courseRegistFormWrap .data-srch-box .col5 {width: 50%;}
}
@media all and (max-width: 768px) {
    .courseRegistFormWrap .data-srch-box .col1 {width: 48%;}
    .courseRegistFormWrap .data-srch-box .col2 {flex-grow: 1;}
    .courseRegistFormWrap .data-srch-box .col3 {width: 100%;}
    .courseRegistFormWrap .data-srch-box .col4 {width: 30%;}
    .courseRegistFormWrap .data-srch-box .col5 {flex-grow: 1;}
    .courseRegistFormWrap .data-srch-box .col6 {width: 100%;}
}

/* list */
.data-table.course-regist-table .col1 {width: 8%;}
.data-table.course-regist-table .col2 {width: 8%;}
.data-table.course-regist-table .col3 {width: 32%;}
.data-table.course-regist-table .col4 {width: 10%;}
.data-table.course-regist-table .col5 {width: 12%;}
.data-table.course-regist-table .col6 {width: 8%;}
.data-table.course-regist-table .col7 {width: 12%;}
.data-table.course-regist-table .col8 {width: 10%;}

.data-table.course-regist-table .body .col-regist {display: inline-flex; justify-content: center; align-items: center; min-width: 80px; min-height: 35px; color: #fff; font-size: 14px; font-family:'S-CoreDream-4Regular', sans-serif; text-align: center; border-radius: 5px; padding: 5px 10px;}
.data-table.course-regist-table .body .col-regist.regist-open {background: #0E8772;}
.data-table.course-regist-table .body .col-regist.regist-closed {background: #2B3E5C;}
.data-table.course-regist-table .del-btn {width: 80px; min-height: 35px; color: #fff; font-size: 14px; font-family:'S-CoreDream-4Regular', sans-serif; text-align: center; border-radius: 5px; padding: 5px 2px; background: #778399; transition: all 0.35s;}
.data-table.course-regist-table .del-btn:hover {color: #778399; background: #fff; border: 1px solid #778399;}

@media all and (max-width: 1023px) {
    .data-table.course-regist-table .col1,
    .data-table.course-regist-table .col2,
    .data-table.course-regist-table .col4,
    .data-table.course-regist-table .col5,
    .data-table.course-regist-table .col6,
    .data-table.course-regist-table .col7,
    .data-table.course-regist-table .col8 {width: auto;}
    .data-table.course-regist-table .col3 {width: 100%;}

    .data-table.course-regist-table .body .col-regist {width: auto; padding: 5px 10px;}
}




/* view */
.courseRegistViewWrap .view-title {color: #000; line-height: 1.5; font-size: 30px; font-family: 'S-CoreDream-5Medium', sans-serif; padding-top: 20px; padding-bottom: 12px;}

.view-category-box .type-text-box {display: inline-flex; justify-content: center; align-items: center; min-width: 80px; min-height: 35px; color: #fff; font-size: 14px; font-family: 'S-CoreDream-4Regular', sans-serif; text-align: center; padding: 5px 10px; border-radius: 5px; margin-right: 5px; overflow: hidden;}
.view-category-box .type-text-box:last-child {margin-right: 0;}
.view-category-box .type-text-box.regist-closed {background: #EA5550;}
.view-category-box .type-text-box.regist-open {background: #0E8772;}

.courseRegistViewWrap .board-view-info .inner {display: flex; flex-wrap: wrap; justify-content: space-between; border-radius: 12px; background: #fff; border: 1px solid #e4e8ec; overflow: hidden; padding: 40px 80px;}
.courseRegistViewWrap .view-image {width: 30%; margin-top: 110px; text-align: center; overflow: hidden;}
.courseRegistViewWrap .view-info {width: 65%; overflow: hidden;}

.course-board-table {line-height: 1.6;}
.course-board-table tr:first-child {border-top: 2px solid #2B3E5C;}
.course-board-table th {text-align: left; vertical-align: middle; color: #8e8e8e; font-size: 16px; font-family: 'S-CoreDream-4Regular', sans-serif; border-bottom: 1px solid #e4e8ec; padding: 15px 10px;}
.course-board-table td {text-align: left; color: #333; font-size: 16px; font-family: 'S-CoreDream-5Medium', sans-serif; border-bottom: 1px solid #e4e8ec; padding: 15px 10px;}

.courseRegistViewWrap .board-button {text-align: center; padding: 40px 0; overflow: hidden;}
.courseRegistViewWrap .board-button input[type="button"] {cursor: pointer;}
.courseRegistViewWrap .board-button .btn-deco {width: 140px; height: 50px; font-size: 16px; color: #fff; font-family: 'S-CoreDream-4Regular', sans-serif; border-radius: 5px; overflow: hidden; margin: 0 5px; transition: all 0.35s;}
.courseRegistViewWrap .board-button .btn-deco.color1 {background: #778399;}
.courseRegistViewWrap .board-button .btn-deco.color2 {background: #2B3E5C;}

.courseRegistViewWrap .view-con {margin-top: 50px;}
.courseRegistViewWrap .view-con .board-title {position: relative; display: block; font-family: 'S-CoreDream-5Medium'; font-size: 26px; letter-spacing: -0.5px; line-height: 1.5; color: #151515; padding-left: 15px;}
.courseRegistViewWrap .view-con .board-title::before {content: ''; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 3px; height: 27px; background: #151515;}
.courseRegistViewWrap .view-con .boardWrap {position: relative; line-height: 1.6; margin-top: 15px; overflow: hidden;}
.courseRegistViewWrap .view-con .boardWrap table {position: relative; overflow: hidden;}
.courseRegistViewWrap .view-con .board-table thead {position: relative;}
.courseRegistViewWrap .view-con .board-table thead::before {content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #f4f4f5; border-radius: 10px;}
.courseRegistViewWrap .view-con .board-table thead th {color: #111; font-size: 16px; font-family: 'S-CoreDream-4Regular', sans-serif; border-right: 1px solid #dddee0; padding: 14px 10px;}
.courseRegistViewWrap .view-con .board-table thead th:last-child {border-right: 0;}
.courseRegistViewWrap .view-con .board-table tbody {display: table-header-group;}
.courseRegistViewWrap .view-con .board-table tbody th {font-weight: 400; color: #000; font-size: 15px; font-family: 'S-CoreDream-4Regular', sans-serif; background: #FBFBFB; border-right: 1px solid #dddee0; border-bottom: 1px solid #dddee0; padding: 13px 5px;}
.courseRegistViewWrap .view-con .board-table tbody td {font-weight: 400; text-align: left; color: #666; font-size: 15px; font-family: 'S-CoreDream-4Regular', sans-serif; background: #fff; border-right: 1px solid #DDDEE0; border-bottom: 1px solid #dddee0; padding: 13px 20px;}
.courseRegistViewWrap .view-con .board-table tbody td.align-c {text-align: center;}
.courseRegistViewWrap .view-con .board-table tbody td:last-child {border-right: 0;}

@media all and (min-width: 1024px) {
    /* hover */
    .courseRegistViewWrap .board-button .btn-deco.color1:hover {color: #778399; background: #fff; border: 1px solid #778399;}
    .courseRegistViewWrap .board-button .btn-deco.color2:hover {color: #2B3E5C; background: #fff; border: 1px solid #2B3E5C;}
}
@media all and (max-width: 1023px) {
    .courseRegistViewWrap .board-view-info .inner {display: block; padding: 50px 30px;}
    .courseRegistViewWrap .view-image {width: 100%; margin-top: 0;}
    .courseRegistViewWrap .view-info {width: 100%; margin-top: 50px;}
}
@media all and (max-width: 768px) {
    .courseRegistViewWrap .view-title {font-size: 22px;}
    .courseRegistViewWrap .view-con .board-title {font-size: 22px;}
}


/* 공통 */
.data-table .row {display: flex; flex-wrap: wrap;}

.data-table .header .row {border-radius: 5px; overflow: hidden;}
.data-table .header .col {display: flex; align-items: center; justify-content: center; min-height: 54px; color: #333; font-size: 17px; font-family: 'S-CoreDream-5Medium', sans-serif; text-align: center; padding: 14px 5px; background: #F7F8F9; border-top: 2px solid #2B3E5C;}
.data-table .body {margin-top: 8px;}
.data-table .body .group {border-top: 1px solid #DDDEE0; border-bottom: 1px solid #DDDEE0;}
.data-table .body .row:last-child .col {border-bottom: 0;}
.data-table .body .col {display: flex; justify-content: center; align-items: center; flex-shrink: 0; color: #666; font-size: 16px; font-family: 'S-CoreDream-4Regular', sans-serif; text-align: center; padding: 20px 10px; background: #fff; border-right: 1px solid #DDDEE0; border-bottom: 1px solid #dddee0;}
.data-table .body .col:last-child {border-right: 0;}
.data-table .body .col > div {display: flex; align-items: center;}
.data-table .body .col a {position: relative; color: #666;}
.data-table .body .col a:after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #7d7f81; transition: .4s;}

.data-table .hidden-text {position: absolute; top: -9999px; left: -9999px;}
.data-table-wrap input[type="button"] {cursor: pointer;}

@media all and (min-width: 1024px) {
    /* hover */
    .data-table .body .col a:hover:after {width: 100%;}
}
@media all and (max-width: 1023px) {
    .data-table .row {position: relative; display: block; height: auto; border: 1px solid #dddee0; border-top: 3px solid #2B3E5C; padding: 10px; box-shadow: 0 2px 10px 0 #f5f5f5;}

    .data-table .header {display: none;}
    .data-table .body .group {border-top: 0; border-bottom: 0;}
    .data-table .body .row {border-radius: 5px; overflow: hidden; margin-bottom: 20px;}
    .data-table .body .col {display: inline-block; color: #000; text-align: left; border-right: 0; border-bottom: 0; padding: 10px; font-family: 'S-CoreDream-5Medium', sans-serif;}
    .data-table .body .col > div {display: inline-block;}
    .data-table .body .col a {color: #000; text-decoration: underline;}

    .data-table .hidden-text {position: static; display: inline-block; margin-right: 10px; font-size: 17px; color: #666; font-family: 'S-CoreDream-4Regular', sans-serif;}
}




/* 수강신청 및 결제 */
.courseApplyWrap .pointTxt {font-size: 16px; color: #d63f11; font-family: 'S-CoreDream-5Medium', sans-serif; line-height: 1.5;}

.courseApplyWrap .inner {margin-bottom: 50px;}

.courseApplyWrap .userInfoTable {border-top: 2px solid #2B3E5C;}
.courseApplyWrap .userInfoTable tbody th,
.courseApplyWrap .userInfoTable tbody td {font-size: 16px; text-align: center; padding: 20px 10px; border-bottom: 1px solid #DDDEE0;}
.courseApplyWrap .userInfoTable tbody th {color: #333; font-family: 'S-CoreDream-5Medium', sans-serif; background: #F7F8F9; font-weight: 500;}
.courseApplyWrap .userInfoTable tbody td {color: #666; font-family: 'S-CoreDream-4Regular', sans-serif; background: #ffffff;}
.courseApplyWrap .userInfoTable .col-tit {width: 15%;}
.courseApplyWrap .userInfoTable .col-subject {width: auto;}

.courseApplyWrap {position: relative;}
.courseApplyWrap h3 {position: relative; display: block; margin-bottom: 10px; font-family: 'S-CoreDream-5Medium'; font-size: 26px; letter-spacing: -0.5px; line-height: 1.5; color: #151515;}
.courseApplyWrap .courseInfoTable .col1 {width: 16%;}
.courseApplyWrap .courseInfoTable .col2 {width: 12%;}
.courseApplyWrap .courseInfoTable .col3 {width: 30%;}
.courseApplyWrap .courseInfoTable .col4 {width: 10%;}
.courseApplyWrap .courseInfoTable .col5 {width: 22%;}
.courseApplyWrap .courseInfoTable .col6 {width: 10%;}

.courseApplyWrap .courseInfoTable .row {display: flex; flex-wrap: wrap;}

.courseApplyWrap .courseInfoTable .header .row {border-radius: 5px; overflow: hidden;}
.courseApplyWrap .courseInfoTable .header .col {display: flex; align-items: center; justify-content: center; min-height: 54px; color: #333; font-size: 17px; font-family: 'S-CoreDream-5Medium', sans-serif; text-align: center; padding: 14px 5px; background: #F7F8F9; border-top: 2px solid #2B3E5C;}
.courseApplyWrap .courseInfoTable .body {margin-top: 8px;}
.courseApplyWrap .courseInfoTable .body .group {border-top: 1px solid #DDDEE0; border-bottom: 1px solid #DDDEE0;}
.courseApplyWrap .courseInfoTable .body .row:last-child .col {border-bottom: 0;}
.courseApplyWrap .courseInfoTable .body .col {display: flex; justify-content: center; align-items: center; flex-shrink: 0; color: #666; font-size: 16px; font-family: 'S-CoreDream-4Regular', sans-serif; text-align: center; padding: 20px 10px; background: #fff; border-right: 1px solid #DDDEE0; border-bottom: 1px solid #dddee0;}
.courseApplyWrap .courseInfoTable .body .col:last-child {border-right: 0;}
.courseApplyWrap .courseInfoTable .hidden-text {position: absolute; top: -9999px; left: -9999px;}
.courseApplyWrap .courseInfoTable .body .col strong > span {display: block;}

.courseApplyWrap .courseInfoTable select {display: inline-flex; align-items: center; width: 100%; height: 50px; padding-left: 15px; padding-right: 35px; border: 1px solid #ccd0d7; border-radius: 5px; font-family: 'Noto Regular', sans-serif; font-size: 14px; color: #333; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url('../images/ic-form-arrow.png') no-repeat right 10px center;}

.courseApplyWrap .courseBtn {text-align: center; padding: 40px 0;}
.courseApplyWrap .courseBtn input[type="button"] {cursor: pointer;}
.courseApplyWrap .courseBtn input {width: 140px; height: 50px; font-size: 16px; color: #fff; font-family: 'S-CoreDream-4Regular', sans-serif; border-radius: 30px; overflow: hidden; margin: 0 5px; background: #2B3E5C;}

.courseApplyWrap .pay-chkList {border: 1px solid #DDDEE0; padding: 20px;}
.courseApplyWrap .pay-chkList ul {}
.courseApplyWrap .pay-chkList ul > li {margin-bottom: 20px;}
.courseApplyWrap .pay-chkList ul > li:last-child {margin-bottom: 0;}
.courseApplyWrap .pay-chkList .pay-chkBx {}
.courseApplyWrap .pay-chkInfo {margin-top: 20px; border-top: 1px solid #DDDEE0;}
.courseApplyWrap .pay-chkInfo .info {padding: 15px 0;}
.courseApplyWrap .pay-chkInfo .info strong {font-weight: bold; margin-right: 10px;}
.courseApplyWrap .pay-chkInfo .txt {background: #F5F5F5; padding: 30px;}

.courseApplyWrap .completeInfo {font-size: 26px; text-align: center; font-family: 'S-CoreDream-5Medium'; padding: 30px 20px; margin-bottom: 50px; border: 1px solid #DDDEE0;}

@media all and (max-width: 1023px) {
    .courseApplyWrap .courseInfoTable .col1,
    .courseApplyWrap .courseInfoTable .col2,
    .courseApplyWrap .courseInfoTable .col3,
    .courseApplyWrap .courseInfoTable .col4,
    .courseApplyWrap .courseInfoTable .col5,
    .courseApplyWrap .courseInfoTable .col6 {width: 100%;}
    .courseApplyWrap .courseInfoTable .row {position: relative; display: block; height: auto; border: 1px solid #dddee0; border-top: 3px solid #2B3E5C; padding: 10px; box-shadow: 0 2px 10px 0 #f5f5f5;}

    .courseApplyWrap .courseInfoTable .header {display: none;}
    .courseApplyWrap .courseInfoTable .body .group {border-top: 0; border-bottom: 0;}
    .courseApplyWrap .courseInfoTable .body .row {border-radius: 5px; overflow: hidden; margin-bottom: 20px;}
    .courseApplyWrap .courseInfoTable .body .col {align-items: baseline; color: #000; text-align: left; border-right: 0; border-bottom: 0; padding: 10px; font-family: 'S-CoreDream-5Medium', sans-serif;}
    .courseApplyWrap .courseInfoTable .hidden-text {position: static; display: inline-block; width: 95px; font-size: 17px; color: #666; font-family: 'S-CoreDream-4Regular', sans-serif;}
    .courseApplyWrap .courseInfoTable .body .col > div {width: calc(100% - 95px);}
}
@media all and (max-width: 768px) {
    .courseApplyWrap .userInfoTable .col-tit {width: 18%;}

    .courseApplyWrap .completeInfo {font-size: 22px;}
    .courseApplyWrap .pay-chkInfo .info {display: flex; align-items: baseline;}
    .courseApplyWrap .pay-chkInfo .info strong {display: inline-block; width: 90px; margin-right: 0;}
    .courseApplyWrap .pay-chkInfo .info span {display: inline-block; width: calc(100% - 90px);}
}




