@charset "utf-8";


/*공통레이아웃*/

/* sub_title */
.sub_title_group h3 {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin-top:10px;
}
.sub_title_group h4 {
	font-size: 1.3em;
	line-height: 1em;
	margin-top:15px;
}

/* 로그인 페이지 */
.sub_login_group {
	width: 100%;
	margin-top:20px;
	margin-bottom:50px;
}
.sub_login_form input {
	width: 96%;
	padding:12px 2%;
	border:1px solid #d1d1d1;
	background:#fff;
	margin-bottom:6px;
	font-size: 1em;
	line-height: 1.2em;
	border-radius: 0;
}
.sub_login_group input.sub_btn_login {
	width: 100%;
	display: inline-block;
	background:#c22127;
	color:#fff;
	font-weight:bold;
	font-size: 1.2em;
	line-height: 2em;
	margin-top:20px;
	padding:3px 0 0 0;
	border-radius: 0;
}
.sub_login_group ul.login_btn {
	border-top:1px solid #bebebe;
	margin-top:20px;
	overflow: hidden;
}
.sub_login_group ul.login_btn li {
	border-top:1px solid #bebebe;
	float: left;
	width: 48%;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	text-align: center;
	line-height: 1em;
	font-size: 0.9em;
	padding:10px 0 10px 0;
	margin-top:20px;
}
.sub_login_group ul.login_btn li.btn_joinon {
	float: right;
}

/* 회원가입 약관동의 페이지 */
ul.lecture_tab {
	width: 100%;
	overflow: hidden;
	background: #f4f6f7;
	margin:16px 0 20px 0;
}
ul.lecture_tab li {
	float: left;
	width: 50%;
	display: block;
}
ul.tab3g li {
	width: 33.33%;
}
ul.lecture_tab li a {
	display: block;
	height: 36px;
	border-right: 1px solid #fff;
	line-height: 36px;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
}
ul.lecture_tab li.tab_on a, 
ul.lecture_tab li a:hover {
	background: #c9252b;
	border: none;
	color: #fff;
}
ul.lecture_tab li span {
	display: block;
	height: 36px;
	border-right: 1px solid #fff;
	line-height: 36px;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
}
ul.lecture_tab li.tab_on span, 
ul.lecture_tab li span:hover {
	background: #c9252b;
	border: none;
	color: #fff;
}

.terms {
	margin-bottom:40px;
}
.terms h3 {
	font-size:20px;
	margin-bottom:10px;	
}
.terms .pre {
	height:280px;
	border:1px solid #c8c8c8;
	padding:20px;
	line-height:27px;
	font-weight:300;
	overflow-y:scroll;
	font-size:15px;	
}

.terms .pre h2{
	font-size:22px;
	margin:40px 0 20px 0;	
}
.terms .pre h3{
	width:100%;
	margin:15px 0;
	font-size:18px;
}
.terms .pre b {
	font-weight:400;
}
.terms .pre p{
	margin-bottom:20px;
}
.border_comment {
	font-size:0.9em;
}

/* 회원가입 정보입력 */
.join_inquiry {
	font-size:1em;
	line-height:1.2em;
}
.join_inquiry table.tbl_view {
	font-size:0.9em;
	line-height:1.2em;
	border-top:solid #cecece 1px;
	border-left:none;
}
.join_inquiry table.tbl_view input[type="text"],
.join_inquiry table.tbl_view input[type="password"] {
	width:50%;
}
.join_inquiry .tbl_view {
	/*border-top:2px solid #3e3e3e;*/
	border-left:solid #cecece 1px;
}

.join_inquiry .tbl_view th, .tbl_view td {
	padding: 10px 0;
}

.join_inquiry .tbl_view th {
	background:#eff3f5;
	border-bottom:1px solid #cecece;
	font-weight:normal;
	text-align:left;
	padding-left:8px;
}
.join_inquiry .tbl_view td {
	border-bottom:1px solid #cecece;
	padding-left:15px;
	border-right: none;
}


/**** 아이디비번찾기 ****/
.mem_info_search_group{
	width:100%;
	margin:auto;
	overflow:hidden;
	text-align:left;
	font-size:0.9em;
	line-height:1.2em;
}
.mem_info_search_group h2{
	font-size:22px;
	margin-bottom:10px;
}
h3.xtitle {
	font-size:1.4em;
	line-height:1.6em;
}
.info_enter_group{
	width:100%;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}
.info_enter_group span{
	margin-right:15px;
}
.search_result span {
	font-weight:bold;
	color:#2a86d9;
}
.info_enter_group input[type="text"] {
	width: 95%;
}


/** 개인정보취급방침 이용약관 **/
.scroll_article{
	height:500px;
	border:1px solid #c8c8c8;
	padding:20px;
	line-height:22px;;
	overflow-y:scroll;
	line-height:150%;
}
.scroll_article h2{
	font-size:23px;
	margin-bottom:30px;	
}
.scroll_article h3{
	font-size:19px;
	margin-bottom:15px;
}
.scroll_article b{
	font-weight:400;
}
.scroll_article p{
	font-size:16px;
	color:#555;
	margin-bottom:30px;
	font-weight:300;	
}
.scroll_article .tbl_view {
	border-top:solid #cecece 1px;
	border-left:solid #cecece 1px;
}
.scroll_article .tbl_view th, .tbl_view td {
	padding: 6px 0;
	font-size:12px;
	border-right:solid #cecece 1px;
}
.scroll_article .tbl_view th {
	background:#eff3f5;
	border-bottom:1px solid #cecece;
	font-weight:normal;
	text-align:center;
}

.scroll_article .tbl_view th.v-align-t {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
}
.scroll_article .tbl_view td {
	border-bottom:1px solid #cecece;
}


/**Event2View.jsp comment 목록**/

.commentArea{
	width:100%;
	border:1px solid #d1d1d1;
	padding:20px 0;
	margin: 5px 0;
	box-sizing: border-box;
}
ul.commentListArea{
	padding:0 14px;
	line-height:18px;
	
}

ul.commentListArea li{
	padding-top:10px ;
	padding-bottom:10px ;
	/* border-bottom:1px solid #d1d1d1; */
}
ul.commentListArea li.commentPart{
	border-bottom:1px dashed #ddd;
	border-top:1px dashed #ddd;	
	margin-top:-1px;
}
ul.commentListArea li.last{
	margin-bottom:20px;
}
ul.commentListArea .total_num{
	color:#333;
	font-size:17px;
	font-weight:500;
}

ul.commentListArea span.name_id{
	color:#626262;
	line-height:24px;
	margin-right:15px;
}
ul.commentListArea span.date{
	font-size:13px;
	color:#a9a9a9;
	line-height:24px
}
ul.commentListArea span.icon{
	width:23px;
}
ul.commentListArea span.cont{
	display:inline-block;
	padding-top:5px;
	font-size:14px;
	color:#626262;
}

/************************************
	댓글 부분
*************************************/
/* .commentArea { */
/* 	padding: 10px; */
/* 	border-top: 1px solid #ddd; */
/* } */
.commentArea span.cont a {
	color:#545454;
}


/**comment 쓰기**/

ul.commentWriteArea{
	padding:14px;
	margin:15px;
	border:1px solid #d1d1d1;
	background:#eff3f5;
}

ul.commentWriteArea li{
	vertical-align:middle;
	margin-bottom:5px;
	font-size:16px;
}

ul.commentWriteArea span.name_id{
	padding-right:5px;
}
ul.commentWriteArea li input{
	height:28px;
	vertical-align:middle;
	
}
ul.commentWriteArea a.btn_write_c{
	display:inline-block;
	background:#565656;
	padding:11px 40px;
	font-size:16px;
	color:#fff;
}

/**********************************
	 sub_과정 List
***********************************/

/* sub 과정 리스트*/
.lecture_list {
	width: 100%;
}
.lecture_list h3 {
	font-size:26px;
	line-height:30px;
	color:#2a2a2a;
	font-weight:500;
}
ul.lec_list {
	border-top:2px solid #444444;
}
ul.lec_list li {
	width: 100%;
	overflow: hidden;
	padding:20px 0 20px 0;
	border-bottom:1px solid #dadada;
}
/* sub 과정 리스트 - 썸네일*/
.thumbnail_img {
	width: 38%;
	overflow: hidden;
	float:left;
	margin-right:5%;
}
.thumbnail_img img {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* sub 과정 리스트 - 제목*/
.lec_name {
	width: 65%;
	float:left;
}
.lec_styl_icon strong {
	font-size:0.8em;
	line-height:1em;
	font-family: "돋음",Dotum,Sans-serif;
}
.lec_styl_icon strong {
	display: inline-block;
	text-align:center;
	color:#fff;
	padding:6px 6px;
	margin-right:2px;
}
.lec_name h5 {
	width: 100%;
	margin-top:10px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	/* word-wrap: normal; */
}
.lec_name h5 a {
	color:#222222;
}
.lec_name h5 a:hover {
	color:#000;
}
.lec_name p {
	font-size:0.8em;
	line-height:1em;
	font-weight:500px;
	color:#3d547e;
}
/* sub 과정 리스트 - 가격*/
.lec_price {
	font-size:14px;
	line-height:22px;
	float:left;
	color:#222;
}
.lec_price span {
	text-decoration:line-through;
}
.lec_price p {
	margin-top:8px;
}
.lec_price p strong {
	font-size:18px;
	color:#c22127;
}
.lec_btn {
	width: 30%;
	margin-top:15px;
	float:right;
	margin-left:5%;
}
.lec_btn button.btn_lec_link{
	display: inline-block;
	width: 100%;
	height: 32px;
	color: #fff;
	background: #222222;
	text-align: center;
	font-size: 0.8em;
	line-height:1.2em;
	font-weight: 600;
}

/**********************************
	 sub_과정 View
***********************************/

.lec_info_con {
	width: 100%;
	margin-top:20px;
}
.lec_info_box {
	width: 90%;
	overflow: hidden;
	padding: 0 5% 0 5%;
	background: #f4f6f7;
}
.lec_info_box .info_title {
	width: 100%;
	padding:15px 0 6px 0;
	border-bottom:1px solid #848484;
	overflow: hidden;
}
.lec_info_box .info_title h5 {
	font-size:1.2em;
	line-height:1.4em;
	color:#2a2a2a;
	font-weight:bold;
	float:left;
}
.lec_info_box .info_title a {
	float:right;
}
table.info_table {
	width: 100%;
	font-size:15px;
	line-height:20px;
	color:#585858;
}
table.info_table td {
	padding:10px 0 0 0;
	vertical-align: top;
}
table.info_table td span {
	font-weight:normal;
	color:#2a2a2a;
	letter-spacing: -1px;
}
table.info_table td.td_teachers {
	overflow: hidden;
}
table.info_table td.td_teachers em {
	display:block;
	float:left;
}
table.info_table td.td_teachers span {
	width: 240px;
	display:block;
	float:left;
	margin-left:4px;
}
.info_book {
	width: 100%;
	margin-top:14px;
	margin-bottom:18px;
	border-bottom:1px solid #e3e3e3;
	background:#fff;
}
ul.book_check {
	padding-top:8px;
	padding-bottom:6px;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: "돋음",Dotum,Sans-serif;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
ul.book_check li {
	width: 90%;
	padding: 0 5% 8px 5%;
}
ul.book_check li div.book_name{
	display:inline-block;
	position: relative;
	width: 100%;
}
ul.book_check li div.book_name input{
	float: left;
}
ul.book_check li div.book_name label{
	width:90%;
	display: block;
	float: left;
	margin-left:5px;
}
/* ****** 체크박스_셀렉트 배치 ****** */
ul.book_check li div.book_name .arrange {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.book_check li div.book_name .arrange input[type="checkbox"] {
	margin-right: 7px;
}
ul.book_check li div.book_name label {
	line-height: 1.3em;
}
/* ****** 셀렉트 css 추가 ****** */
ul.book_check li div.book_name .sb_css {
	display: block;
	width: 100%;
	line-height: 32px;
	padding: 0 2%;
	transition: 0.2s;
}
ul.book_check li div.book_name .sb_css:focus {
	outline: none;
	border: 1px solid #888;
}
ul.book_check li.title {
	width: 130px;
	font-size: 14px;
	color:#2a2a2a;
	border-left: none;
	padding: 5px 5% 12px 5%;
	font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}
ul.book_check li input.typ_checkbox_book {
	margin:0;
	padding:0;
	border:1px solid #666666;
	background:#fff;
	border-top-left-radius: 0; -webkit-border-top-left-radius: 0; -moz-border-top-left-radius: 0; 
	border-top-right-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-top-right-radius: 0; 
	border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; 
	border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; 
}

/* sub_과정 View 가격 결제 부분*/
.price_payment {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	border:1px solid #d2d2d2;
	text-align:center;
}
.payment_con {
	font-size:0.9em;
	color:#222222;
	line-height:38px;
	font-weight:bold;
}
.payment_con img {
	width: 1em;
}
div.price_enterprise .payment_con{
	right:165px;
}
div.price_enterprise .payment_btn{
	width: unset;
}
.payment_con .woon {
	color:#f7511a;
	font-weight:normal;
}
.payment_con .money_cost {
	text-decoration: line-through;
	margin-left:6px;
}
.payment_con .money_sale {
	font-size:1.3em;
	color: #f7511a;
	margin-left:6px;
}
.payment_con img {
	margin:0 5px;
}
.payment_btn {
	width: 100%;
	height:60px;
	background-color: rgba(0,0,0,0.7);
	display: inline-block;
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: 0px;
	text-align:center;
}
.payment_btn button.btn_lec_link{
	display: inline-block;
	width: 42%;
	height: 40px;
	color: #fff;
	background: #3b3b3b;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin:10px 0;
	padding:0;
}
.payment_btn button.btn_lec_link:hover{
	background: #222222;
}
a.btn_lec_link_s{
	display: inline-block;
	width: 90px;
	height: 25px;
	color: #fff;
	background: #3b3b3b;
	text-align: center;
	font-size: 15px;
	line-height:23px;
	font-weight: 400;
	margin:0;
	padding:0 0 0 0;
}
a.btn_lec_link_s img {
	vertical-align: middle;
}
a.btn_lec_link_s:visited{
	color: #fff;
}
a.btn_lec_link_s:hover{
	background: #222222;
}
button.btn_color_or{
	background: #f7511a !important;
}
button.btn_color_or:hover {
	background: #c9252b !important;
}
button.btn_color_red{
	background: #c9252b !important;
}
button.btn_color_red:hover {
	background: #c22127 !important;
}
a.question_mark {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	border: 1px solid #666666;
	border-radius: 0;
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	color: #000;
	vertical-align: middle;
}
/* 환급과정 시 가격표 추가*/
.price_payment_table h6 {
	color: #242424;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 20px
}
.tbl_price {
	width: 100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	text-align:center;
	color:#2a2a2a;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}
.tbl_price td {
	padding: 4px 0;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:#fff;
	font-size:13px;
}
.tbl_price thead th {
	/*background:#f5f5f5;*/
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding: 6px 0;
	font-weight:500;
	background:#f4f6f7;
}
.tbl_price td strong {
	color:#f7511a;
}

/**********************************
	 sub_과정 View 
	 과정_view 상세소개
***********************************/
/* view tab menu*/
.view_tab_menu {
	width: 100%;
	margin-top:30px;
}
.view_tab_menu ul {
	width: 100%;
	overflow: hidden;
}
.view_tab_menu ul li {
	width: calc(20% - 1px);
	width: 19.9%\9;
	float: left;
	font-size: 1em;
	color: #585858;
	line-height: 1.2em;
	padding:8px 0;
	text-align: center;
	border-top: 1px solid #999999;
	border-left: none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #c22127;
	z-index: -1;
}
.view_tab_menu ul li.first {
	border-left: 1px solid #999999;
}
.view_tab_menu ul li:hover, 
.view_tab_menu ul li.on {
	width: calc(20% - 2px);
	border: 1px solid #c22127;
	margin-right: -1px;
	margin-bottom: 1px;
	border-bottom: none;
	z-index: 300;
}
.view_tab_menu ul li:hover a, 
.view_tab_menu ul li.on a {
	color: #c22127;
}
/* 온라인서점 view tab menu*/
.book_tab_menu ul li {
	width: calc(50% - 1px);
	width: 49%\9;
}
.book_tab_menu ul li:hover, 
.book_tab_menu ul li.on {
	width: calc(50% - 2px);
}
/* view tab 강의소개*/
.view_contents {
	width: 94% !important;
	padding:3% 3% 0 3%;
	margin-top:20px;
	overflow: hidden;
	font-size:14px;
	line-height:22px;
}
/* view tab 강의구성*/
.config_table {
	width: 100%;
	overflow: hidden;
}
.config_table .lecture_review_list{
	width: 100%;
	color:#585858;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
}
.config_table .lecture_review_list th, 
.config_table .lecture_review_list td {
	padding: 8px 0;
	font-size:13px;
	border-bottom:1px solid #e3e3e3;	
	border-right:1px solid #e3e3e3;
	text-align:center;	
}
.config_table .lecture_review_list th{
	background:#f1f1f1;
	font-weight:bold;
}
/* view tab 강의구성 table 아닌 div로 재구성*/
/* DivTable.com */
.divTable{
	display: table;
	width: 99%;
	color: #585858;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
.config_table div.divTable:nth-child(2) {
	float: right !important;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background: #f1f1f1;
	font-weight: bold;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 4px 0;
	font-size: 0.9em;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	text-align: center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.col1 { width: 10%;}
.col2 {width: 45%;}
.divTableRow .col2 {
	text-align: left!important;
	padding-left: 10px!important;
}
div.divTableHeading .divTableRow .col2 {
	text-align: center !important;
}
.col3 {width: 25%;}
.col4 {width: 20%;}

/* view tab 교수소개*/
.sliderkit-news {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #444444;
}
.sliderkit-news div.professor_wrap:nth-child(2n) {
	float: right !important;
}
.professor_wrap {
	width: 100%;
	overflow: hidden;
	float: left;
	text-align:left;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #dadada;
}
.pw_profile {
	width: 25%;
	text-align: center;
	float: left;
}
.pw_profile .pw_img {
	border: 2px solid #d6d6d6;
}
.pw_profile .pw_img img {
	width: 100%;
}
.pw_profile .pw_name {
	padding: 5px 0;
	background-color: #d6d6d6;
	font-size: 14px;
	font-weight: bold;
}
.pw_desc {
	width: 70%;
	text-align: left;
	float: right;
	font-size:14px;
	line-height:20px;
	color:#585858;
}
.pw_desc h6 {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
}
.pw_desc p {
	font-size:0.8em;
	line-height:1em;
}
.pw_desc p textarea {
	width: 99%;
	font-size:0.8em;
	line-height: 1em;
}
/* view tab 교재안내*/
.list_book {
	width:100%;
	overflow:hidden;
}
.list_book ul {
	width:100%;
	overflow:hidden;
	border-top: 2px solid #444444;
}
.list_book ul li {
	width:100%;
	float:left;
	overflow:hidden;
	font-size: 13px;
	color: #2a2a2a;
	line-height: 18px;
	text-align: left;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #dadada;
}
.list_book .book_img {
	width: 25%;
	float:left;
}
.list_book .book_img img {
	width: 100%;
}
.list_book .book_con {
	width: 70%;
	float:right;
}
.list_book .book_con h5 {
	width: 200px;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	padding:0 0 4px 0;
	letter-spacing: -1px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	/* word-wrap: normal; */
}
.list_book .book_con p span.z_line {
	text-decoration: line-through;
}
.list_book .book_con p span.sale {
	font-size: 14px;
	color:#c9252b;
	font-weight:bold;
}
.list_book .book_con a {
	display: inline-block;
	width: 80px;
	color: #fff;
	background: #222222;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 600;
	padding:6px 0;
	margin-top:8px;
}
.list_book .book_con a:hover {
	color: #c22127
}
/* view tab 수강후기*/
.lec_review h6 {
	color: #242424;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.lec_review a.btn_small {
	display: inline-block;
	padding: 0 18px;
	height: 30px;
	color: #2d2d2d !important;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -1px;
	border-radius: 0;
	vertical-align: middle;
	background:#fff;
	border:2px solid #2d2d2d;
	font-weight:bold;
}


/**********************************
	 sub_수강신청페이지
***********************************/
.subject_list {
	position: relative;
	    border-top: 2px solid #444444;
}
.subject_list li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 13px 0;
	overflow: hidden;
}
.subject_list li .subject_info {
	width: 59%;
	float: left;
	padding-top: 5px;
	padding-left: 8px;
}
.subject_list span.icon_tbook {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #4bacc6;
	font-size: 0.8em;
	line-height: 1em;
	margin-right: 4px;
	padding:3px 5px;
	font-weight: 500;
}
.subject_info .name {
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: -1px;
}
.subject_info .date {
	color: #555;
	font-size: 0.8em;
}
.price {
	width: 35%;
	position: relative;
	float: right;
}
.price span {
	display: inline-block;
	color: #7a7a7a;
}
span.cou_text {
	position: absolute;
	top: 0px;
	color: #ea511a;
	font-size: 14px;
	font-weight: 600;
	margin-bottom:5px;
}
.price span.strike_price {
	font-size: 0.9em;
	line-height:1.5em;
	font-weight: 500;
	letter-spacing: -1px;
	color: #7a7a7a;
	text-decoration:line-through;
}
.price span.discount {
	font-size: 1.2em;
	line-height:1.5em;
	font-weight: 700;
	color: #000;
	letter-spacing: -1.5px;
}
.check_box {
	display: block !important;
	background: #333;
	padding: 5px 0;
	margin-top: 3px;
	text-align: center;
}
.check_box input[type=checkbox] {
	display: unset;
}
.check_box input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 1em;
	color: #fff;
	border: 0 none;
	background-color: transparent;
}
.none .check_box input[type=checkbox]+ label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}









/************************************
	공통테이블
*************************************/
.detail_list_t{
	border-top:1px solid #dfdfdf;	
}
.detail_list_t th{
	background:#ededed;
	border-bottom:2px solid #dfdfdf;
	padding:7px 0;
}
.detail_list_t td{
	border-bottom:1px solid #dfdfdf;
	padding:5px 0;	
	text-align:center;
}
.detail_list_t td:nth-child(2){
	text-align:left;
}

.detail_t{
	
}

/************************************
	공통버튼그룹
*************************************/

.btn_group{
	text-align:center;
	padding:30px 0;
}



/************************************
	게시판리스트
*************************************/

.bbs_list{
	border-top: 2px solid #444444;
}
.bbs_list li{
	position:relative;
	padding:15px 0;
	border-bottom:1px solid #ddd;
}
.bbs_list li a{
	width: 90%;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.bbs_list li a span.name {
	font-size: 1.2em;
	line-height: 1.2em;
}

.bbs_name{
	display:block;
	font-size:1.125em;
	font-weight:500;
	line-height:19px;
}

.bbs_tit_icon{
	display:inline-block;
	padding:0 7px;
	font-size:0.8125em;
	color:#fff;
	vertical-align:top;
}
.bbs_name a{
	display:inline-block;
	width:80%;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;	
}
.bbs_list .date{
	margin-top:3px;
	color:#7a7a7a;
	font-weight: normal;
}

.bbs_list li span.line{
	display:inline-block;
	height:13px;
	border-right:1px solid #bfbfbf;
	margin:0 10px;
}

.bbs_list li a:before {
	content:'';
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
	width:10px;
	height:10px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/************************************
	기본 페이징
*************************************/

.paging_group{
	text-align:center;
	margin-top:25px;
	font-size:0;
}
.paging_group a {
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-left: -1px;
}
.paging_group a.on {
	position: relative;
	border: 1px solid #2c9dfd;
	z-index: 10;
	font-weight: 600;
	color: #2c9dfd;
}
.paging_group .first{
	border-radius:3px 0 0 3px ;
}
.paging_group .last{
	border-radius:0 3px 3px 0;
}
.paging_group .first, 
.paging_group .last{
	display:inline-block;
	position:relative;
	width:34px;
	height:33px;
	border:1px solid #ccc;
	color:#fafafa;
	background-color:#fafafa;
	vertical-align:middle;
	overflow:hidden;
}
.paging_group .next,
.paging_group .prev
{
	display:inline-block;
	position:relative;
	width:34px;
	height:33px;
	border:1px solid #ccc;
	color:#fafafa;
	background-color:#fafafa;
	vertical-align:middle;
	overflow:hidden;
}
.paging_group .next:after{
	position:absolute;
	left:50%;
	top:50%;
	content:'';
	width:6px;
	height:6px;
	margin-left:-5px;
	margin-top:-4px;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.paging_group .prev:after{
	position:absolute;
	left:50%;
	top:50%;
	content:'';
	width:6px;
	height:6px; 
	margin-left:-1px; 
	margin-top:-4px;
	border-right:1px solid #555; 
	border-bottom:1px solid #555; 
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	transform:rotate(135deg); 
}

.paging_group .first:after{
	position:absolute;
	left:50%;
	top:50%;
	content:'';
	width:6px;
	height:6px;
	margin-left:1px;
	margin-top:-4px;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	transform:rotate(135deg);
}
.paging_group .first:before{
	position:absolute;
	left:50%;
	top:50%;
	content:'';
	width:6px;
	height:6px; 
	margin-left:-4px;
	margin-top:-4px;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg); 
	transform:rotate(135deg);
}

.paging_group .last:after{
	position:absolute;
	left:50%;
	top:50%;
	content:'';
	width:6px;
	height:6px; 
	margin-left:-3px; 
	margin-top:-4px; 
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg); 
}
.paging_group .last:before{
	position:absolute;
	left:50%;
	top:50%;
	content:'';
	width:6px;
	height:6px; 
	margin-left:-8px; 
	margin-top:-4px; 
	border-right:1px solid #555;
	border-bottom:1px solid #555; 
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.paging_group button{
	display:inline-block;
	width:33px;
	height:33px;
	line-height:33px;
	font-size:14px;
	text-align:center;
	vertical-align:top;
	border:1px solid #ddd;
	box-sizing:border-box;
	margin-left:-1px;
}
.paging_group button.on{
	position:relative;
	border:1px solid #b91617;
	z-index:10;
	font-weight:600;
	color:#b91617;
}

/************************************
	게시판_뷰페이지
*************************************/

.bbs_view_top{
	padding:10px;
	border-top: 2px solid #444444;
	border-bottom:1px solid #ddd;
}

.bbs_view_top .name{
	display:block;
	font-size:1.125em;
	font-weight:500;
}
.bbs_view_top span.line{
	display:inline-block;
	height:13px;
	border-right:1px solid #bfbfbf;
	margin:0 10px;
}
.bbs_view_top .date{
	margin-top:3px;
	color:#7a7a7a;
}
.bbs_contents{
	min-height:200px;
}
.bbs_text{
	padding:10px;
	line-height:24px;
}
.bbs_contents p{
	padding:10px;
	line-height: 1.5;
	letter-spacing: 0.1px;
}
.bbs_contents img {
	width:100%;
}

/************************************
	faq
*************************************/

/* 서브페이지 탭 */
.sub_tab_wrap {
	position:relative;
	width:100%;
	margin-bottom:10px;
	z-index:50;
	overflow:hidden;
}
.sub_tab_wrap button {
	display:inline-block;
	float:left;
	width:33%;
	height:40px;
	border:1px solid #ddd;
	text-align:center;
	font-size:1em;
	background:#f8f8f8;
}
.sub_tab_wrap button.half{
	width:49%;
}

.sub_tab_wrap button.on {
	position:relative;

	color:#000;
	font-weight:600;
	background:#fff;	
}

.faq_wrap{ 
	 border-top:1px solid #ddd;
	 margin-top:30px;
}
.faq_wrap .question{
	 display:block; 
	 font-size:1em; 
	 font-weight:500; 
	 cursor:pointer;
	 border-bottom:1px solid #ddd;
	 padding:10px;
	 overflow:hidden;
	 line-height:20px;
}
.question span{
	display:inline-block;
}
.question span.tit_q{
	float:left;
	font-size:1.25em;
	color:#000; 
	font-weight:600;
	padding:0 4px;
	margin-right:10px;
}
span.text_q{
	float:left;
	width:80%;
	font-size:1.0625em;	
}

.answer{
	background:#f7f7f7;
	padding:10px;
	overflow:hidden;
	 border-bottom:1px solid #ddd;
}
.answer .tit_a{
	float:left;
	font-size:1.25em;
	color:#ff5400;
	font-weight:600;
	padding:0 4px;
	margin-right:10px;	
}
.answer .text_a{
	float:left;
	width:88%;
}


/************************************
	본인인증
*************************************/
.certify_select_group{
	position:relative;
	width:100%;
	margin:auto;
	text-align:center;
	overflow:hidden;
}
.ipin_group{
	width:100%;
	height:340px;
	background:url(/images/sub/ipin_bg.gif) no-repeat center;
	border:1px solid #ddd;
}	
.ph_group{
	width:99%;
	height:340px;
	background:url(/images/sub/phone_bg.gif) no-repeat center;
	border:1px solid #ddd;	
}	
.certify_select_group a{
	width:25%;
	margin: 0 auto;
	margin-top:265px;
	color:#fff;
}
.certify_ok_group{
	width:98%;
	margin:auto;
	text-align:center;
	border:1px solid #ddd;
	padding-top:40px;
}

/************************************
	팝업 페이지
*************************************/
/* 팝업 페이지 */
.popup_wrap {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:999999;
	overflow:hidden;
	text-align:left;
}
.popup_group {
	position:fixed;
	top:60px;
	left:3%;
	width:94%;
	max-height:80%;
	background:#fff;
	font-size:14px;
	overflow-x:hidden;
	box-shadow: 0 0 7px black;
	z-index:9999999;
}
.popup_title {
	font-size:1.4em;
	line-height:1.4em;
	color:#fff;
	font-weight:500;
	padding:10px;
	letter-spacing:-1px;
	background:#323232;
}
.popup_title img {
	width:93%;
}
.popup_con {
	padding:10px;
}
.popup_con p {
	padding:8px;
	font-size:0.9em;
	line-height:1.2em;
	font-weight:400;
	border:1px solid #cecece;
}
.popup_group .align-c a {
	width:25%;
}

/************
     tbl_view
**************/
.tbl_view {
	border-top:solid #cecece 1px;
	border-left:solid #cecece 1px;
}

.tbl_view th, .tbl_view td {
	padding: 5px 0;
	font-size:0.9em;
	border-right:solid #cecece 1px;
}

.tbl_view th {
	background:#eff3f5;
	border-bottom:1px solid #cecece;
	font-weight:normal;
	text-align:center;
}

.tbl_view th.v-align-t {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
}

.tbl_view td {
	border-bottom:1px solid #cecece;
	padding-left:10px;
}

.tbl_view td.profile {
	padding-left:0;
}

.tbl_view td.profile div.profile {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	line-height:2.4em;
}

/***************************************
          tbl_payment : 관심과정 페이지
*****************************************/
.bar_card {
	overflow: hidden;
}
.tbl_payment {
	border:1px solid #cecece;
	margin-bottom:30px;
	text-align:right;
}

.tbl_payment th {
	border-right:1px dashed #cecece;
	height:40px;
	background:#eff3f5;
	padding:3px 5px;
	font-weight:500;
	border-bottom:1px solid #cecece;	
}

.tbl_payment td {
	position:relative;
	border-right:1px dashed #cecece;
	padding:3px 5px;
	height:50px;
	font-weight:700;
	font-size:21px;
}

.tbl_payment td span.s_font {
	font-size:0.7em;
}

.tbl_payment td.f_orange {
	color:#f04d21;
}

.apply_coupon{
	position:relative;

}
.discountPrice{
	display:inline-block;
	}

p.btn_cp{
	display:inline-block;
	position:relative;
	cursor:pointer;
}
p.btn_cp img{
	cursor:pointer;
	float:none;
}

button.btn_pay_red {
	width: 100%;
	display: inline-block;
	background: #c22127;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2em;
	padding: 3px 0 0 0;
	border-radius: 0;
}
a.btn_lecture_gray {
	width: 20%;
	height:20px;
	float:right;
	display: inline-block;
	background: #666;
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	padding: 5px 5px 3px 5px;
	border-radius: 0;
	margin-top: 10px;
	text-align:center;
}


/*공통테이블*/

.t_list{
	font-size:1em;
	line-height:1.2em;
	letter-spacing: -1px;
}
.t_list th{
	background:#f4f4f4;
	font-weight:500;
	padding:6px 0;
	border-bottom:1px solid #ddd;
}
.t_list td{
	font-size:0.9em;
	border-bottom:1px solid #ccc;
	padding:5px 0 5px 5px;
}
.t_list td.align-c {
	padding:5px 0;
}
.t_list td.align-c img {
	width: 1.4em;
}
/*2019.03.18 과정리스트 이미지영역 추가*/
.leclist_img_box {
	width: 100%;
	overflow: hidden;
}
.leclist_img_box img {
	max-width: 1100px;
}

/**************
	장바구니 통통코인 설명 추가
***************/
.ttcoin_poopup {
	display:none;
	position: absolute;
	z-index: 100;
	overflow: hidden;
	top: 150px;
	width:83%;
	background:#eff3f5;
	padding:5%;
	margin:0 auto;
	border:2px solid #2a2a2a;
	text-align:center;
	line-height:1.6;
}
.ttcoin_poopup span {
	display: inline-block;
	margin-top:16px;
	cursor: pointer;
}
.ttcoin_poopup a.btn_wide {
	margin:20px auto 0 auto;
	color:#fff;
	font-weight:bold;
}
.ttcoin_con {
	float:left;
	cursor: pointer;
}

/**************
	공지사항 공지,베스트 badge 추가
***************/
.badge_notice,
.badge_best {
	color:#fff;
	font-size:13px;
	font-weight:400;
	border-radius:2px;
}
.badge_notice {
	background:#02b9ff;
	padding:2px 8px;
}
.badge_best {
	background:#ff39b7;
	padding:2px 7px;
}
/**************
	이벤트 badge 추가
***************/
.event_btn_on,
.event_btn_off{
	display:inline-block;
	width:80px;
	text-align:center;
	font-size:13px;
	border-radius:2px;	
	padding:2px 8px;
	}
.event_btn_on{
	background:#c9252b;
	color:#fff!important;
	}
.event_btn_off{
	background:#ddd;
	color:#636363;
}

/* 이벤트 목록 추가*/
li.eventFlex {
	display: flex;
	align-items: center;
}

li.eventFlex > div {
	flex: 1;
}

/**************
	장바구니 SettlementReady 쿠폰 css 추가
***************/
div.coupon_box {
	padding-right: 15px;
	min-height: 150px;
	max-height: 300px;
	overflow-y: auto;
}
div.coupon_box > div {
	border-bottom: 1px dashed #cecece;
	padding: 7% 0;
}
div.coupon_box > div:last-child {
	border-bottom: none;
}
div.coupon_box > div ul {
	margin-left: 5%;
}
div.coupon_box > div ul li {
	margin: 3% 0;
}
div.coupon_box > div ul li > span {
	position: relative;
	padding-left: 5%;
	margin-bottom: 1%;
	display: block;
}
div.coupon_box > div ul li > span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 100%;
}
div.coupon_box > div ul li > div {
	display: block;
	margin-left: 5%;
}
div.coupon_box > div ul li > div input.using_btn:first-child {
	margin-left: 0;
}
input.using_btn {
	font-size: 12px;
	background: #6d7c89;
	border-radius:3px;
	padding: 4px 6px;
	color: #fff;
	margin-left: 2%;
	vertical-align: text-top;
	display: inline-block;
}

