@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: 137px;
	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: 32px;
}

.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: 'noto6';
	margin-bottom: 15px;
	letter-spacing: -0.2px;
	width: 20%;
	font-size: 18px;
	float: left;
}

.ch-pf-title .subject_wrap:after {
	position: absolute;
	right: 25px;
	top: 20px;
	width: 88%;
	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: 'noto6';
}

.sub_class_inner {
	margin-bottom: 10px;
	clear: both;
	height: 36px;
	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_desc {
	font-family: 'noto3';
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #a1a1a1;
}

/* 과정별 과목이 두줄짜리일때 */
.sub_class_inner01,
.sub_class_inner01_1,
.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_inner03_1 .subject_sub_title,
.sub_class_inner03 .subject_sub_title,
.sub_class_inner03_0 .subject_sub_title {
	height: 30px;
	line-height: 30px;
}

.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;
	line-height: 30px;
}

/*과정 체크*/
.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: 80px;
}
.ch-pf-title p.subject:first-child {
    margin-left: 80px;
}
.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,
.lec-names 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: 18px;
	height: 18px;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-top: 6px;
	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;
	font-size: 15px;
	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 {
	display: flex;
	align-items: center;
    justify-content: space-between;
	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;
	cursor: pointer;
}

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

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

.ccl-sub2:before {
	position: absolute;
	top: 0;
	left: 100px;
	width: 4px;
	height: 30px;
	content: '';
	background: #ff7648;
	display: block;
}

.ccl .ser-btn a {
	width: 170px;
	font-size: 20px;
	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 {
	display: none;
	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 {
	margin-right: 20px;
    font-size: 24px;
	text-align: right;
	color: #efffb0 !important;
}

.ccl p {
	text-align: right;
	color: #ffffff;
	font-size: 18px;
	font-family: tohoma;
	font-weight: bold;
}
.ccl p.p-tit {
	font-family: 'noto4';
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.02em;
	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: 24px;
	letter-spacing: -0.7px;
	font-weight: 400;
}

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

.lec-list-wrap h3 {
	height: 30px;
	font-family: 'noto6';
	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.lec-info {
}
table.lec-list td.lec-info > div {
	padding: 30px 0 10px;
}
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: 490px; */
	right: 8px;
	top: 47px;
	position: absolute;
}
table.lec-list td.lec-info .link_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 106px;
	right: 8px;
	width: 140px;
	height: 30px;
    border: 1px solid #df1a23;
    border-radius: 4px;
	box-sizing: border-box;
    background: #df1a23;
	font-family: 'noto5';
	font-size: 14px;
	letter-spacing: -0.02em;
    color: #fff;
}
table.lec-list td.lec-info .lec-date {
	font-family: 'noto3';
	font-size: 15px;
	font-weight: 100;
	letter-spacing: -0.02em;
	color: #333333;
}
table.lec-list td.lec-info .lec-date:nth-of-type(2n-1) {
	margin-left: 24px;
}
table.lec-list td.lec-info .lec-date:nth-of-type(2n) {
    display: inline-block;
    width: 350px;
    vertical-align: top;
}
table.lec-list td.lec-info .lec-sPrice {
	float: none;
	display: none;
}

table.lec-list td.lec-info .lec-price-wrap .lec-sPrices,
table.lec-list td.lec-info .lec-price-wrap .lec-sPrices .price {
	font-family: 'noto5';
	font-size: 19px;
	letter-spacing: -0.02em;
}

table.lec-list td.lec-info .lec-price-wrap .lec-sPrices {
    text-align: right;
}

table.lec-list td.lec-info .lec-price-wrap .lec-sPrices.lec-discount {
    margin-top: 2px;
    font-family: 'noto6';
}

table.lec-list td.lec-info .lec-price-wrap .lec-sPrices.lec-discount .price {
    font-family: 'noto6';
}

table.lec-list td.lec-info .book-sPrice {
	margin-top: 0px;
	display: none;
}

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 .pf-name,
table.lec-list td.lec-info dl .lec-num,
table.lec-list td.lec-info dl .pf-name + br,
table.lec-list td.lec-info dl .lec-num + br {
	display: none;
}

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;
	display: none;
}

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;
}

table.lec-list td.td_hegiht {
	width: 0 !important;
    padding: 0 !important;
}

table.lec-list td.td_hegiht.is_title {
	height: 198px;
}

table.lec-list td.td_hegiht.is_title ~ td {
    padding-top: 134px;
}

table.lec-list tr {
	position: relative;
	border-bottom: 1px solid #cdcdcd;
}

table.lec-list td.subject_name {
	position: absolute;
	top: 77px;
	left: 0;
	width: 100%;
	padding: 0 0 8px 0 !important;
	font-family: 'noto7';
	font-size: 18px;
	letter-spacing: -0.065em;
	border-bottom: 2px solid #000;
}

table.lec-list td.td_hegiht.is_title ~ td.lec-info .lec-price-wrap {
	top: 160px;
}
table.lec-list td.td_hegiht.is_title ~ td.lec-info .link_btn {
	top: 218px;
} 

table.lec-list td.pf-photo {
	display: flex;
	align-items: center;
	gap: 6px;
    padding-right: 0;
}

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;
	box-sizing: border-box;
}

table.lec-list td.lec-info .lec-name label {
	font-size: 19px;
	letter-spacing: -0.02em;
}

table.lec-list td.lec-info label:after {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #717171;
}
.ch-pf-title input[type='checkbox']:checked + label .checked_img,
table.lec-list td.lec-info input[type='checkbox']:checked + label:after {
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_dok2/renew_img/apply/icon_check.png') center no-repeat;
	background-size: contain;
}
table.lec-list td.lec-info label em {
	padding-left: 25px;
}

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: relative;
	left: 25px;
	padding-top: 1px;
	font-weight: bold;
	font-family: 'noto4';
	font-size: 13px;
	cursor: pointer;
}

table.lec-list td.lec-info .free-book-waku {
	width: 330px;
	word-break: keep-all;
}
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: 0px auto 1px !important;
}

/*계산기 정보*/
.calc-bg-wrap {
	position: fixed;
    bottom: 0;
    left: 0;
	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;*/
	min-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;
}
