@charset "utf-8";
.usersearch-bx .usersearch-tab ul li._on a {color:#fff}
.greeting{}
.greeting .objImg {margin-right: 40px;}
.greeting .objTxt {display: inline-block;width: calc(100% - 426px);font-size: 20px; line-height: 30px;}
.greeting .objTxt span {font-size:30px;color: #0146b9;font-weight: 400;}

@media all and (max-width: 768px){
    .greeting .objImg {display: block; width: 100%;  text-align: center;float: unset;}
    .greeting .objTxt {display: block;float: unset; font-size: 17px; padding: 20px;  width:100%;  line-height: 25px;}
    .greeting .objTxt span {display: block;font-size:20px;text-align: center;}
}



/****************
공통
****************/
/* sub Banner */
.box-bg {min-height: 220px; background: #F5F5F5 url("../../images/sub/bg-logo.png") no-repeat right -10px top 50px; padding: 50px 75px;}
.box-bg .desc strong {font-size: 24px; font-weight: 700; color: #008080;}
.box-bg .desc p {font-size: 18px; color: #333; margin-top: 20px;}

@media all and (max-width: 768px) {
    .box-bg {padding: 50px 30px;}
}


/****************
문화센터소개
****************/
/* 개요 및 소개 */
.intro-wrap .info-box {position: relative; padding-bottom: 50px;}
.intro-wrap .info-box .title p {color:#000; font-size: 35px; font-weight: 700; margin-bottom: 28px; padding-right: 15%;}
.intro-wrap .info-box .title p span {color:#008080;}
.intro-wrap .info-box .txt-box {margin-bottom: 35px;}
.intro-wrap .info-box .txt-box p{color:#333; font-size: 18px;}
.intro-wrap .info-box .left {width: 95%; padding: 50px; padding-right: 47%; background:#F5F5F5;} 
.intro-wrap .info-box .right {max-width: 54%; position: absolute; right: 0; top: 0; margin-top: 50px; right: -13.7%;} 
.intro-wrap .info-box .right .img-box {position: relative;}

@media all and (max-width: 1500px) {
  .intro-wrap .info-box .right {right: -7.7%;}
  .intro-wrap .info-box .left {padding-right: 50%;}
}
@media all and (max-width: 1023px) {
  .intro-wrap .info-box .right {position: static; max-width: unset; margin-top: 0; text-align: center;}
  .intro-wrap .info-box .right img {width: 100%;}
  .intro-wrap .info-box .left {width: 100%; padding: 30px;}
}  
@media all and (max-width: 768px) {
  .intro-wrap .info-box {padding-bottom: 0;}
  .intro-wrap .info-box .title p {font-size: 26px; padding-right: 0;}
  .intro-wrap .info-box .txt-box {margin-bottom: 0;}
  .intro-wrap .info-box .txt-box p {}
}
@media all and (max-width: 500px) {
  .intro-wrap .introBox .item .cont p {font-size: 18px;}
  .facility-wrap .cont dt{font-size: 18px;}
  
}
.intro-wrap .introBox ul {display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; row-gap: 20px; column-gap: 2%;}
.intro-wrap .introBox ul > li {flex: 0 0 32%;}
.intro-wrap .introBox .item {display: flex; flex-direction: column; align-items: center; height: 100%; text-align: center; padding: 30px; border: 1px solid #ddd;}
.intro-wrap .introBox .item .ico {display: flex; flex-wrap: wrap; align-items: center; height: 120px; margin: 0 auto;}
.intro-wrap .introBox .item .tit {font-size: 24px; font-weight: bold; color: #018cff;}
.intro-wrap .introBox .item .tit::after{content: ""; display: block; width: 1px; height: 20px; background-color: #018cff; margin: 10px auto;}
.intro-wrap .introBox .item .cont {margin-top: 10px;}
.intro-wrap .introBox .item .cont span {font-size: 20px; font-weight: bold;}
.intro-wrap .introBox .item .cont p {margin-top: 5px;}

@media all and (max-width: 1023px) {
    .intro-wrap .outlineBox .inner::before {height: 150px;}
    .intro-wrap .outlineBox .cont .tit {display: block; padding: 20px 15px; margin-top: 0;}
    .intro-wrap .outlineBox .cont .tit strong {font-size: 26px;}
    .intro-wrap .introBox ul > li {flex: 0 0 100%;}
}

/* 시설안내 */
.facility-wrap ul {display: flex; flex-wrap: wrap; flex-flow: row wrap; column-gap: 2%; row-gap: 20px;}
.facility-wrap ul > li {flex: 0 0 100%; padding: 20px; border: 1px solid #EEE;}
.facility-wrap ul.item2 > li {flex: 0 0 49%;}
.facility-wrap ul.item3 > li {flex: 0 0 32%;}
.facility-wrap .item {width: 100%; position: relative;}
.facility-wrap .thum {text-align: center;}
.facility-wrap .thum img {border-radius: 10px; overflow: hidden;}
.facility-wrap .cont {padding: 20px 0; text-align: center;}
.facility-wrap .cont dt {display: block; font-size: 22px; color: #222; font-weight: 700; margin-bottom: 15px;}

@media all and (max-width: 1023px) {
    .facility-wrap ul.item2 > li {flex: 0 0 49%;}
}
@media all and (max-width: 768px) {
    .facility-wrap ul.item2 > li {flex: 0 0 100%;}
    .facility-wrap ul.item3 > li {flex: 0 0 100%;}
}

/****************
강좌안내
****************/
/* 분야별 강좌보기 */
.fieldCourse-wrap * {font-family: 'S-CoreDream-4Regular', sans-serif;}
.fieldCourse-wrap {position: relative; overflow: hidden; clear: both;}
.fieldCourse-wrap .item {padding: 30px 20px; margin-bottom: 50px; border: 1px solid #dfdfdf; overflow: hidden;}
.fieldCourse-wrap .thum {position: relative; float: left; width: 400px; max-width: calc(100% - 10px);;}
.fieldCourse-wrap .thum::after {content: ""; display: block; position: absolute; right: -10px; bottom: -10px; background-color: #D0D0D0; width: 100%; height: 100%; z-index: -1;}
.fieldCourse-wrap .cont {position: relative; float: right; width: calc(100% - 470px);}
.fieldCourse-wrap .cont-header {border-bottom: 1px solid #d6d5d5; padding-top: 30px; padding-bottom: 20px; clear: both; overflow: hidden;}
.fieldCourse-wrap .cont-header .tit {float: left; font-size: 16px;}
.fieldCourse-wrap .cont-header .tit h6 {font-size: 16px; color: #555;}
.fieldCourse-wrap .cont-header .tit strong {font-size: 30px; font-family: 'S-CoreDream-6Bold', sans-serif;}
.fieldCourse-wrap .cont-header .tit span {font-size: 16px;}
.fieldCourse-wrap .cont-header a {position: relative; float: right; display: inline-block; padding: 15px 30px 15px 40px; background: #1E5BA8; border: 1px solid #fff; transition: all 0.35s;}
.fieldCourse-wrap .cont-header a > span {display: inline-block; font-size: 16px; color: #fff; padding-right: 30px; background: url("../../images/sub/ic-self-btn.png") no-repeat right center;}
.fieldCourse-wrap .cont-header a:hover {background: #fff; border-color: #1E5BA8;}
.fieldCourse-wrap .cont-header a:hover > span {color: #1E5BA8; background: url("../../images/sub/ic-self-btn-ov.png") no-repeat right center;}
.fieldCourse-wrap .cont-body {margin-top: 30px; overflow: hidden;}
.fieldCourse-wrap .cont-body ul {display: flex; flex-wrap: wrap;}
.fieldCourse-wrap .cont-body ul > li {position: relative; width: calc(100% / 3); padding-left: 15px; padding-right: 10px; margin-bottom: 15px;}
.fieldCourse-wrap .cont-body ul > li::before {content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; background: #B4C1DD; border-radius: 50%;}
.fieldCourse-wrap .cont-body ul > li a {position: relative; font-size: 18px; padding: 5px;}
.fieldCourse-wrap .cont-body ul > li a:hover {color: #1E5BA8;}

@media all and (max-width: 1023px) {
    .fieldCourse-wrap .thum {float: none; margin: 0 auto;}
    .fieldCourse-wrap .cont {width: 100%; float: none;}
}
@media all and (max-width: 768px) {
    .fieldCourse-wrap .cont-body ul > li {width: 50%; margin-bottom: 15px;}
    .fieldCourse-wrap .cont-header {border-bottom: 0; padding-top: 50px; padding-bottom: 0;}
    .fieldCourse-wrap .cont-header .tit {float: none; margin-bottom: 15px;}
    .fieldCourse-wrap .cont-header a {float: none; display: block; width: 100%;}
}


/****************
수강신청
****************/
/* 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/sub/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/sub/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: 40%; margin-top: 110px; text-align: center; overflow: hidden;}
.courseRegistViewWrap .view-info {width: 55%; 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;}
}

/* 수강신청 및 결제 */
.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/sub/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);}
}


/****************
나의강좌
****************/
/* 공통 */
.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;}
}

/* 수강내역 조회 */
.data-table.course-history-table .col1 {width: 7%;}
.data-table.course-history-table .col2 {width: 7%;}
.data-table.course-history-table .col3 {width: 25%;}
.data-table.course-history-table .col4 {width: 9%;}
.data-table.course-history-table .col5 {width: 9%;}
.data-table.course-history-table .col6 {width: 9%;}
.data-table.course-history-table .col7 {width: 10%;}
.data-table.course-history-table .col8 {width: 10%;}
.data-table.course-history-table .col9 {width: 14%;}

.data-table.course-history-table .body .col-type,
.data-table.course-history-table .body .col-state {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-history-table .body .col-type.onlain {background: #4290de;}
.data-table.course-history-table .body .col-type.desk {background: #2B3E5C;}
.data-table.course-history-table .body .col-type.wait {background: #778399;}
.data-table.course-history-table .body .col-state.pay-complete {background: #0E8772;}
.data-table.course-history-table .body .col-state.refund-cancell,
.data-table.course-history-table .body .col-state.refund-cancellAll,
.data-table.course-history-table .body .col-state.refund-closed {background: #778399;}

@media all and (max-width: 1023px) {
    .data-table.course-history-table .col1,
    .data-table.course-history-table .col2,
    .data-table.course-history-table .col4,
    .data-table.course-history-table .col5,
    .data-table.course-history-table .col6,
    .data-table.course-history-table .col9 {width: auto;}
    .data-table.course-history-table .col3, .data-table.course-history-table .col7, .data-table.course-history-table .col8 {width: 100%;}

    .data-table.course-history-table .body .col-type,
    .data-table.course-history-table .body .col-state {width: auto; padding: 5px 10px;}
}

/* 책가방조회 */
.data-table.bookmark-table .col1 {width: 7%;}
.data-table.bookmark-table .col2 {width: 7%;}
.data-table.bookmark-table .col3 {width: 30%;}
.data-table.bookmark-table .col4 {width: 9%;}
.data-table.bookmark-table .col5 {width: 9%;}
.data-table.bookmark-table .col6 {width: 18%;}
.data-table.bookmark-table .col7 {width: 10%;}
.data-table.bookmark-table .col8 {width: 10%;}

.data-table.bookmark-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.bookmark-table .body .col-regist.regist-open {background: #0E8772;}
.data-table.bookmark-table .body .col-regist.regist-closed {background: #2B3E5C;}
.data-table.bookmark-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.bookmark-table .del-btn:hover {color: #778399; background: #fff; border: 1px solid #778399;}

.data-table-wrap .data-table-button {text-align: right; padding: 40px 0;}
.data-table-wrap .data-table-button input {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;}
.data-table-wrap .data-table-button .delAll-btn {background: #778399;}
.data-table-wrap .data-table-button .delAll-btn:hover {color: #778399; background: #fff; border: 1px solid #778399;}

@media all and (max-width: 1023px) {
    .data-table.bookmark-table .col1,
    .data-table.bookmark-table .col2,
    .data-table.bookmark-table .col4,
    .data-table.bookmark-table .col5,
    .data-table.bookmark-table .col6 {width: auto;}
    .data-table.bookmark-table .col3, .data-table.bookmark-table .col7, .data-table.bookmark-table .col8 {width: 100%;}

    .data-table.bookmark-table .body .col-regist {width: auto; padding: 5px 10px;}
}

/****************
강사초빙
****************/
/* 지원서 작성 */
.registFormWrap input[type="button"] {cursor: pointer;}
.registFormWrap .pointTxt {color: #d63f11; font-weight: 700;}
.registFormWrap .agreeArea {position: relative;}
.registFormWrap .agreeArea .agree-list {margin-bottom: 50px;}
.registFormWrap .agreeArea .agree-list:last-child {margin-bottom: 0;}
.registFormWrap .agreeArea .termBox h3 {position: relative; display: block; margin-bottom: 10px; font-family: 'S-CoreDream-5Medium', sans-serif; font-size: 26px; letter-spacing: -0.5px; line-height: 1.5; color: #151515;}
.registFormWrap .agreeArea .termBox h3 span {color: #d63f11;}
.registFormWrap .agreeArea .termBox textarea {width: 100%; height: 350px; line-height: 1.8; font-size: 16px; font-family: 'S-CoreDream-4Regular', sans-serif; padding: 30px; border: 1px solid #DDD;}
.registFormWrap .agreeArea .termBox textarea,
.registFormWrap .agreeArea .termBox textarea:disabled {color: #222; opacity: 1; -webkit-text-fill-color: #222;}
.registFormWrap .termCheck {padding: 10px 5px;}
.registFormWrap .termCheck ul {display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap;}
.registFormWrap .termCheck li {}
.registFormWrap .termCheck li > div {position: relative;}
.registFormWrap .termCheck li input[type="radio"] {}
.registFormWrap .termCheck li label {font-size: 16px;}

.registFormWrap .registArea {margin-top: 50px;}
.registFormWrap .registArea 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;}
.registFormWrap .registForm {border-top: 2px solid #505e79;}
.registFormWrap .registForm .row {display: flex; flex-wrap: wrap;}
.registFormWrap .registForm .title {flex-shrink: 0; width: 210px; font-size: 16px; color: #333; font-family: 'S-CoreDream-5Medium', sans-serif; background: #f6f8fa; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #ccd0d7; padding: 20px 15px;}
.registFormWrap .registForm .must {display: inline-flex; align-items: center; height: 0;}
.registFormWrap .registForm .must span{display: inline-block; text-indent: -999px;}
.registFormWrap .registForm .must::after {content: '*'; position: relative; top: -2px; font-size: 20px; color: #d63f11; text-indent: 0;}
.registFormWrap .registForm .insert {position: relative; flex-grow: 1; padding: 15px 20px; border-bottom: 1px solid #ccd0d7; overflow: hidden;}
.registFormWrap .registForm .line {display: flex; align-items: center; flex-wrap: nowrap;width: 100%; word-break: break-word;}
.registFormWrap .registForm .line > div {padding: 5px; margin: 0;}
.registFormWrap .registForm .line .longLine {width: 100%;}
.registFormWrap .registForm .line .longLine200 {max-width: 200px;}
.registFormWrap .registForm .insert input[type="text"] {width: 100%; height: 40px; font-size: 14px; color: #333; font-family: 'Noto Regular', sans-serif; padding: 0 10px; background: #fff; border: 1px solid #bcbcbc; border-radius: 5px; overflow: hidden;}
.registFormWrap .registForm .insert select {display: flex; align-items: center; width: 100%; height: 40px; padding-left: 15px; padding-right: 35px; border: 1px solid #BCBCBC; 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/sub/ic-form-arrow.png') no-repeat right 10px center;}
.registFormWrap .registForm .insert textarea {width: 100%; min-height: 160px; font-size: 14px; color: #333; font-family: 'Noto Regular', sans-serif; padding: 10px; background: #fff; border: 1px solid #bcbcbc; border-radius: 5px; overflow: auto;}
.registFormWrap .registForm .insert .file-btn {height: 40px; font-size: 14px; color: #fff; font-family: 'S-CoreDream-4Regular', sans-serif; padding: 0 20px; border-radius: 5px; overflow: hidden; background: #1E5BA8;}

.registFormWrap .registBtn {text-align: center; padding: 40px 0;}
.registFormWrap .registBtn 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;}
.registFormWrap .registBtn input.cancel-btn {background: #8E99AB;}
.registFormWrap .registBtn input.submit-btn {background: #2B3E5C;}

@media all and (max-width: 1023px) {
	.registFormWrap .registForm .row {flex-wrap: wrap;}
  	.registFormWrap .registForm .row:last-child .line{display:block}  
	.registFormWrap .registForm .row .title {width: 100%; padding: 15px 10px; border-right: 0;}
	.registFormWrap .registForm .insert {padding: 10px;}
}
@media all and (max-width: 768px) {
    .registFormWrap .registForm .line .longLineMb {width: 100%;}
    .registFormWrap .registForm .insert .file-btn {width: 100%;}
}
