@charset "UTF-8";
.hide {
    display: none !important;
}
.public.apply{
    position:relative;
    margin-bottom:0!important
}
.text-center {
    text-align:center !important;
}

/*도서 보기*/
.pop-detail {
    position: absolute;
    z-index: 999;
    width: 550px;
    display: none;
}
.pop-detail .pop-title {
    background-color: #353C4A;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}
.pop-detail .pop-title h1 {
    color: #FFF;
    font-size: 14px;
}
.pop-detail .pop-title .pop-close {
    position: absolute;
    right: 20px;
    top: 14px;
}
.book-pop .book-detail-info {
    height: 500px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid #353C4A;
    background: #FFF;
}
.pop-detail .book-info {
    background: url('//static-sdedu.akamaized.net/img1/_skin/public/images/professor/book_bg.png');
    padding: 20px;
}
.b-photo {
    float: left;
    width: 124px;
    height: 168px;
}
.b-photo img {
    width: 124px;
    height: 168px;
}
.b-info {
    float: left;
    margin-left: 26px;
    width: 330px;
    padding-top: 8px;
}
.b-info p {
    color: #BCBCBC;
    font-size: 13px;
}
.pop-detail .book-info .b-info p > span {
    padding-right: 20px;
}
.b-info p span.write {
    color: #FFF;
}
.pop-detail .book-info .b-info p > span.price{
    margin-left: 8px;
}
.list p span.price {
    color: #ffffff;
    margin-left: 10px;
}

.b-info p.subject {
    color: #CABB93;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.book-review-wrap {
    background-color: #FFF;
    padding: 20px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.book-review {
    background-color: #F4F4F4;
    padding: 15px 20px 15px 20px;
}


/*도서 보기 끝*/

/*강의 목차*/
.degree-review-wrap {
    background-color: #FFF;
    padding: 20px;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: auto;
    border: 2px solid #353C4A;
}
.pop-detail table.lec-detail-list {
    font-family: 'noto3';
    font-weight:100;
    width: 100%;
    margin-bottom:30px;
}
.pop-detail table.lec-detail-list th.tb-title {
    background-color: #FFF;
    font-weight: bold;
    text-align: left;
    padding-bottom:5px;
}
.pop-detail table.lec-detail-list th {
    background-color: #F4F4F4;
    height: 25px;
}
.pop-detail table.lec-detail-list td {
    padding: 5px 0;
    border-bottom: 1px dashed #cdcdcd;
}
.pop-detail table.lec-detail-list td.content-name {
    letter-spacing: -1px;
    font-size: 12px;
}
.pop-detail table.lec-detail-list td.time {
    text-align: center;
    color: #495D97;
}

/*강의 목차 끝*/

/*단과반*/
.ch-pf{
    width: 100%;
}


.ch-pf-title {
    height:176px;
    border:2px solid #000000;
    box-sizing:border-box;
    display:table-cell;
}

.ch-pf-title .subject_wrap {
    position:relative;
    width:100%;
    padding:10px 25px 0;
    box-sizing:border-box;
    clear:both;
}

.ch-pf-title .subject_wrap:first-child{
    padding-top:20px;
}

.ch-pf-title .subject_wrap:first-child:after{
    top:26px;
}

.ch-pf-title .subject_wrap:last-child{
    padding-bottom:10px;
}

.ch-pf-title .subject_wrap:hover{
    background:#fafafa;
}

.ch-pf-title .subject_wrap > h3{
    position:relative;
    font-family:'noto4';
    margin-bottom:15px;
    letter-spacing:-0.2px;
    width:20%;
    float:left;
}

.ch-pf-title .subject_wrap::after {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 84%;
    height: 2px;
    display: block;
    content: '';
    background: #000;
}

.ch-pf-title .subject_wrap h3 .subject_sub_title{
    font-size:15px;
    font-family:'noto3';
}

.ch-pf-title .chkList{
    position: absolute;
    width: 22px;
    height: 22px;
}

.apply_top_title{
    height:37px;
}

.apply_top_title h3 {
    float:left;
    font-family:'noto4';
}

.sub_class_inner{
    margin-bottom:10px;
    clear:both;
    height: 85px;
    width: 100%;
    padding-top: 8px;
    box-sizing: border-box;
    border-bottom:1px solid #ccc
}

.sub_class_inner:last-child{
    border: none;
    margin-bottom:0;
}

/* 과정별 과목이 두줄짜리일때 */
.sub_class_inner01,
.sub_class_inner02,
/*.sub_class_inner02_1,*/
/*.sub_class_inner02_2,*/
/*.sub_class_inner03_1,*/
.sub_class_inner03,
.sub_class_inner03_0{
    height:91px;
}

.sub_class_inner01 .subject_sub_title,
.sub_class_inner02 .subject_sub_title,
/*.sub_class_inner02_1 .subject_sub_title,*/
.sub_class_inner02_2 .subject_sub_title,
.sub_class_inner02_3 .subject_sub_title,
.sub_class_inner02_4 .subject_sub_title,
/*.sub_class_inner03_1 .subject_sub_title,*/
.sub_class_inner03 .subject_sub_title,
.sub_class_inner03_0 .subject_sub_title{
    height:60px;
    line-height:60px;
}

.sub_class_inner:first-child{
    border-top:none;
}

.sub_class_inner .subject_sub_title {
    display:inline-block;
    float:left;
    width: 12%;
    margin-right:20px;
    text-align: center;
    box-sizing:border-box;
}
/*과정 체크*/
.ch-pf-title p.subject,
.ch-pf-title p.subject2,
.ch-pf-title p.subject3,
.ch-pf-title p.subject4{
    height:30px;
    width:136px;
    line-height:30px;
    float: left;
    cursor: pointer;
    font-family:'noto3';
    margin-right:20px;
}
.mgt{
    margin-top: 19px;
}
.ch-pf-title ul li {
    margin: 0px 0;
    position: relative;
    display: block;
    height: 23px;
}
.ch-pf-title ul li label {
    background: url("//static-sdedu.akamaized.net/img1/_skin/public/images/apply/check_off.png") no-repeat;
    position: absolute;
    left: 0px;
    padding-left: 20px;
    padding-top: 1px;
    cursor: pointer;
}

.ch-pf-title input,
.lec-sPrice input,
.book-sPrice input{
    display:none;
}

.ch-pf-title p.subject .checked_img,
.ch-pf-title p.subject2 .checked_img,
.ch-pf-title p.subject3 .checked_img,
.ch-pf-title p.subject4 .checked_img{
    width:13px;
    height:13px;
    border:1px solid #000000;
    box-sizing:border-box;
    display:inline-block;
    float:left;
    margin-top:9px;
    margin-right:5px;
    background-size:100%;
}

.btn-clear-wrap {
    float:right;
}

.del-btn{
    float: right;
    padding: 1px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.clear-btn{
    background: url("/_skin/tpl_skin/basic_dok2/renew_img/apply/common/icon_reset.png")left no-repeat;
    width: 91px;
    height: 25px;
    display: block;
    font-family: 'noto5';
    font-size: 14px;
    padding-left: 20px;
    line-height: 25px;
    font-weight: 600;
    color:#000000;
}

.ch-pf-title .subject label{
    width: 23px;
    height: 26px;
    cursor: pointer;
}
.ch-pf-title .subject2 label{
    width: 23px;
    height: 26px;
    cursor: pointer;
}
.ch-pf-title .subject3 label{
    width: 23px;
    height: 26px;
    cursor: pointer;
}
.ch-pf-title .subject2 input{
    position: relative;
    left: 3px;
    top: 3px;
}
.ch-pf-title .subject3 input{
    position: relative;
    left: 3px;
    top: 3px;
}
.chepter-1-title{
    width:100%;
   height:32px;
    background-repeat: no-repeat;
    display: inline-block;
}
.chepter-1-title2{
    width:100%;
    height:32px;
    background-repeat: no-repeat;
    display: inline-block;
}
.chepter-1-title3{
    width:100%;
    height:32px;
    background-repeat: no-repeat;
    display: inline-block;
}
.w1100{
  width: 1100px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-bg{
    background-image: url("/_skin/tpl_skin/basic_dok2/images/apply/dangwa/top_bg.jpg");
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
}
.title-sub{
   background-image: url("/_skin/tpl_skin/basic_dok2/images/apply/dangwa/top_text.png");
   height: 970px;
   background-repeat: no-repeat;
}
.chepter-1-info{
    width: 100%;
    position: relative;
}
.ch-pf.ccl{
    float:left;
}

.ch-pf.ccl > div {
    float:left;
}
.ccl .ccl-title{
    display:none;
}
.ccl .ccl-infoBtn{
    margin-left:100px;
    width: 140px;
    font-size: 18px;
    text-align: center;
    font-family: 'noto3',sans-serif;
    height: 45px;
    color: #fff;
    background: #70818d;
    border-radius: 6px;
    border: none;
    display: block;
    font-weight: 100;
    line-height: 41px;
    position: relative;
    float: left;
}

.ccl .ccl-infoBtn a{
    color:#ffffff;
}
.ccl-sub1{
   /*장바구니 있을때*/
    /*padding: 8px 20px;*/
    width:164px;
    float:left;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight:100 !important;
    text-align:center;
}

.ccl > div > p {
    text-align:center;
}
.ccl-sub2{
    /*장바구니 있을때*/
    /*padding: 8px 20px;*/
    position:relative;
    width:164px;
    float:left;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight:100 !important;
    text-align:center;
}

.ccl-sub2::before{
    position: absolute;
    top: 0;
    left: 31px;
    width: 1px;
    height: 54px;
    content: '';
    background: #555f68;
    display: block;

}

.ccl .ser-btn a{
    width: 170px;
    font-size: 18px;
    text-align: center;
    font-family: 'noto3',sans-serif;
    height: 45px;
    color: #fff;
    margin-left: 10px;
    background: #f14f4f;
    border-radius: 6px;
    display: block;
    font-weight: 100;
    line-height: 41px;
    position: relative;
    float: left;
}
.top-btn{
    height:34px;
    background-image: url('/_skin/tpl_skin/basic_dok2/images/apply/dangwa/top_btn.png');
    position:absolute;
    background-repeat: no-repeat;
    right:300px;
    top:10px;
}
.top-btn a{
    width: 193px;
    height: 34px;
    position: absolute;
}
.total-price{
    width: 170px;
    float: left;
    margin-left:181px;
}
.total-price .p-tit{
    font-size:20px!important;
    margin-bottom: 10px;
}

.total-price .p_won{
    font-size: 18px;
    color: #efffb0;
    margin-bottom: 10px;
    font-weight: 100 !important;
}

.ccl .total-price > p:last-child{
    color:#efffb0 !important;
    margin-bottom: 10px;
}

.ccl p{
    text-align: right;
    color : #ffffff;
    font-size: 18px;
    font-family: 'tohoma';
    font-weight: bold;
}
.ccl p.p-tit{
    margin-bottom: 8px;
    font-family: 'noto4';
    font-size: 15px;
    font-weight: normal;
    padding-left: 67px;
    text-align: left;
}

.ccl .price span.num{
    font-family: 'tahoma';
    /* color: #FFF; */
    font-size: 20px;
    letter-spacing: -0.5px;
}

#total_price, #book_price, #lecture_price {
    font-size:20px;
    letter-spacing:-0.7px;
    font-weight:400;
}


/*강사 선택 폼*/
.lec-apply {
    position: relative;
    min-height: 300px;
    padding-left: 9px;
}
.lec-apply.no_show{
    display: none;
}
.lec-list-wrap {
    width:1078px;
    margin-top:79px;
    margin-bottom: 50px;

}

.lec-list-wrap h3{
    height:30px;
    font-family:'noto4';
    font-size:19px;
    border-bottom:2px solid #000000;
}

table.lec-list {
    position: relative;
    width:100%;
    z-index: 1;
}
table.lec-list td.subject {
   display:none;
}

table.lec-list td {
    border-bottom: 1px solid #CDCDCD;
}
table.lec-list td.lec-info {

}
table.lec-list td.lec-info > div {
    padding: 15px 0;
    box-sizing:border-box;
    width:100%;
}
table.lec-list td.lec-info .lec-name {
    font-family:'noto4';
    font-size: 17px;
    font-weight: bold;
    width: 480px;
    letter-spacing: -1.5px;
    padding: 0 20px 7px 0;
    line-height: 22px;
}

table.lec-list td.lec-info .lec-price-wrap {
     height: 21px;
     width: 370px;
     right: -25px;
     top: 25px;
     position: absolute;
}
table.lec-list td.lec-info .lec-sPrice {
    float: none;
}

table.lec-list td.lec-info .book-sPrice{
    margin-top:0px;
    white-space: normal;
    width: 103%;
    word-break: keep-all;
}

table.lec-list td.lec-info label.disabled {
    position: relative;
    padding-left: 17px;
    padding-top: 0px;
    font-weight: bold;
    font-family: 'noto4';
    font-size: 13px;
    cursor: pointer;
}

table.lec-list td.lec-info {
    width:100%;
}

table.lec-list td.lec-info .none-book{
    background: url('/_skin/tpl_skin/cp_darakwon/images/main/check_disabled.png') no-repeat;
    color: #BBB;
    cursor: no-drop;
    margin-top: 23px;
    position: absolute;
    left: 3px;
    padding-left: 20px;
    padding-top: 1px;
    font-weight: bold;
    font-size: 13px;
}
table.lec-list td.btn-add a {
    position: relative;
    width: 61px;
    height: 61px;
    /* display: block; */
    display: none;
    text-indent: -9999px;
}

table.lec-list td.lec-info dl .pf-name {
    font-weight: 900;
}
table.lec-list td.lec-info dl dd {
    margin-right: 15px;
    margin-left: 5px;
}

table.lec-list td.lec-info dl dt, table.lec-list td.lec-info dl dd {
    float: left;
    font-size: 13px;
    font-family:'noto3';
}

table.lec-list td.lec-info dl dd:first-child:after{
    clear:both;
}

table.lec-list td.lec-info dl dt {
    letter-spacing: -1px;
}

table.lec-list td.lec-info .lec-btn{
    position:absolute;
    bottom:36px;
    left:299px;
    display:inline-block;
}

table.lec-list td.lec-info .lec-btn a {
    position:relative;
    width:53px;
    height:22px;
    border:1px solid #717171;
    border-right:none;
    color:#717171;
    display:block;
    float:left;
    padding-left:12px;
    box-sizing:border-box;
    line-height:20px;
    font-size:12px;
    font-family:'noto3';
    letter-spacing:0.2px;
}

table.lec-list td.lec-info .lec-btn a:hover{
    color:#000000;
    font-family:'noto4';
}

table.lec-list td.lec-info .lec-btn a:hover::after{
    color:#717171;
    font-family:'noto3';
}

table.lec-list td.lec-info .lec-btn a.show-book-popup {
    border-right:1px solid #717171;
}

table.lec-list td.lec-info .lec-btn a::after{
    position:absolute;
    content:'+';
    width:5px;
    height:5px;
    display:block;
    right:9px;
    top:0px;
}

table.lec-list td {
    padding:20px 25px;
    border-bottom: 1px solid #CDCDCD;
}

table.lec-list td.lec-info label {
    position:relative;
    padding-left: 25px;
    padding-top: 0px;
    font-weight: bold;
    font-family: 'noto4';
    font-size: 13px;
    cursor: pointer;
    white-space: normal;
    overflow: hidden;
}

table.lec-list td.lec-info label::after {
    position:absolute;
    content:'';
    top:3px;
    left:0;
    width:12.5px;
    height:12.5px;
    float:left;
    border:1px solid #717171;
}


table.lec-list td.lec-info span.price {
    color: #ED3D56;
    white-space: nowrap;
    letter-spacing: 0px;
}
table.lec-list td.lec-info .free-book {
    position: absolute;
    left: 16px;
    padding-left: 20px;
    padding-top: 1px;
    font-weight: bold;
    font-family: 'noto4';
    font-size: 13px;
    cursor: pointer;
}
table.lec-list td.lec-info {
    vertical-align: top;
    position: relative;
}

table.lec-list td.lec-info .etc-field {
    left: 16px;
}
.etc-field.select{
    display: block;
}
.etc-field {
    position: absolute;
    z-index: 9999;
    display: none;
    right: 0px;
}
table.lec-list td.lec-info .etc-field .arrow {
    left: 1px;
    background: url('/_skin/public/images/common/layer_arrow_gray.png') no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    top: 3px;
}
table.lec-list td.lec-info .etc-field ul {
    width: 218px;
    margin: 10px 0 0 -17px;
    padding: 7px 15px 6px 15px;
    border: 2px solid #1C2027;
    background-color: #FFF;
}
table.lec-list td.lec-info .etc-field ul li:first-child {
    border-top: none;
}
table.lec-list td.lec-info .etc-field ul li {
    border-top: 1px dashed #cdcdcd;
    padding: 8px 0 5px 0;
}
.etc-field ul li {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 2px;
}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

table.lec-list td.lec-info .etc-field ul li input {
    position: absolute;
}
table.lec-list td.lec-info .etc-field ul li label {
    height: auto;
    background: url('/_skin/public/images/apply/check_off.png') no-repeat;
    font-family: 'gulim';
    left: 0;
    font-size: 12px;
    letter-spacing: -1px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    display: block;
    font-weight: normal;
}
table.lec-list td.lec-info .etc-field ul li span.price {
    color: #ED3D56;
    white-space: nowrap;
    letter-spacing: 0px;
    font-family: 'gulim';
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding-left: 20px;
}
table.lec-list tr.selected {
    background: #f1f1f1;
}
.ch-pf-wrap{
    margin:90px auto 1px!important;
}
td.pf-photo img{
    width: 100px;
    /*width: 130px;
    height: 89px; */
}
/*계산기 정보*/
.calc-bg-wrap {
    position:relative;
    font-family: 'noto4',sans-serif;
    text-align:center;
    width: 100%;
    height: 100px;
    /* font-family: 'noto3'; */
    font-weight:300;
    z-index:599;
/*  width:1100px; */
    background: #424d55;
    color:#ffffff;
    padding:29px 0;
    box-sizing:border-box;
}
.calc-bg-wrap.no_show{
    display: none !important;
}

.clear-ani{
    position: absolute;
    width: 210px;
    height: 383px;
    right: 0;
    top: 1834px;
    z-index: 3;
    background-color: white;
}

.ccl-wrap {
    overflow: hidden;
    width: 1100px;
    margin:0 auto;
}
.ccl-info {
    display:none;
    position: absolute;
    bottom: 100px;
    background-color: #424c55;
    width: 1100px;
    padding: 10px 5px 0px 5px;
    z-index: 20;
}
.ccl-info .ccl-info-close {
    position: absolute;
    right: 15px;
    top: 13px;
}
.ccl-info table {
    width: 990px !important;
    margin: 40px auto 5px auto;
    font-family: 'noto3';
    font-weight: 300;
    font-size:14px;
}
.ccl-info table th {
    //background-color: #545D6E;
    color: #fff;
    font-family: 'noto5';
    font-weight:600;
    height: 25px;
    font-size:15px;
    position:relative;
}

.ccl-info table th:nth-child(2)::after,
.ccl-info table th:nth-child(2)::before{
    position:absolute;
    top:5px;
    background:#858f98;
    width:1px;
    height:25px;
    display:block;
    content:'';
}

.ccl-info table th:nth-child(2)::after{
    right:7px;
}

.ccl-info table th:nth-child(2)::before{
    left:7px;
}
.ccl-info table thead tr{
    height: 38px;
    border-bottom: 2px solid #848f95;
}

.ccl-info table thead .alldie{
    float: right;
    padding: 1px 10px;
    border: 1px solid #edffaf;
    color: #edffaf;
    font-size: 13px;
}
.ccl-info table td {
    border-bottom: 1px solid #848f95;
    color: #fefefe;
    padding: 15px 0 15px 10px;

}
.ccl-info table td.list  {
    text-align: left;
}
.ccl-info table td.list p  {
    height: 30px;
}
.ccl-info table td.list span.sec.
.ccl-info table td.list  {
    color: #EFD18B;
}
.ccl-info table td.list span.price {
    letter-spacing: 0px;
    margin: 0 5px;
    font-weight: normal;
    color: #fff;
}
.ccl-info table td.list a.del-list {
    background: url('/_skin/public/images/apply/btn_ccl_list_del.png') no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: -1px;
}
/* .ccl-info table td.text-center span.del-btn{
    background: url(//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_dok2/images/apply/dangwa/del-btn.png) no-repeat;
    float: right;
    width: 83px;
    height: 20px;
    position: relative;
}
.ccl-info table td.text-center span.del-btn a{
    width: 81px;
    height: 20px;
    position: absolute;
    right: 2px;
    float: right;
} */
.ccl-info .ccl-info-table {
    background: #505d66;
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.ccl-info-ment {
    text-align: right;
    color: #D8DEEB;
    margin: 10px 25px 0 0;
}
.ccl-info-ment span {
    background: url('/_skin/tpl_skin/basic_dok2/images/apply/dangwa/alldel-btn.png') no-repeat;
    float: left;
    width: 91px;
    height: 25px;
}
.ccl-info-ment span a {
    position: absolute;
    width: 91px;
    height: 25px;
    left: 21px;
}
.openingneyoc{
    text-align: left;
    color:#f0ffbc;
    font-size:18px;
    padding: 7px 0 0 27px;
}
