@charset 'utf-8';

/******************
      서브페이지 공통
*******************/
#sub_contents {
    width: 90%;
    margin: auto;
    overflow: hidden;
    min-height: 400px;
    padding: 30px 0 70px 0;
    font-size: 0.875rem;
    letter-spacing: -0.5px;
}
#sub_contents h3 { 
	font-size: 1.125rem;
}
#sub_contents h4 { 
	font-size: 0.9375rem;
}
#sub_contents h5{
	font-size: 0.875rem;
}
#sub_contents h3 img, #sub_contents h4 img {
	margin-bottom: 2px;
}
.red_text { color: #ff5050 !important; }
.blue_text { color: #2F8ACE !important; }
.dotted_line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    border-bottom: 1px dashed #a0a0a0;
}
.text_box {
	margin-bottom: 10px;
	padding:15px 20px;
	line-height: 190%;
	border: solid 1px #ccc;
}
.text_box span { font-weight: bold; }
.text_box .dotted_line { margin: 10px 0 !important; }
ul.text_box {
	margin-bottom: 10px;
	padding: 20px 35px 20px;
	line-height: 190%;
	border: solid 1px #ccc;
}
ul.text_box li {
	position: relative;
}
ul.text_box li:before {
	content: "-";
	display: inline-block;
	clear: both;
	position: absolute; left: -15px;
}

/* 버튼 */
.btn {
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    font-size: 0.875rem;
	text-align: center;
	border-radius: 0.2rem;
	box-sizing: border-box;
    cursor: pointer;
}
.btn_wide {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    border-radius: 0.3rem;
    cursor: pointer;
}
.btn_angle { border-radius: 0 !important; }
.btn_gray {
    background: #797979 !important;;
    color: #fff !important;;
}
.btn_red {
    background: #ff5050 !important;;
    color: #fff !important;;
}
.btn_mint {
	color: #40b1bd !important;
	background: #f6f6f6 !important;
	border: 1px solid #d5d5d5;
}
.btn_half_wrap a { width: 49%; }
.btn_base_wrap { text-align: center; }
.btn_base_wrap a { width: 100px; }

/* page tab */
.page_tab_wrap {
	width: 100%;
	margin: 20px 0;
	font-size: 0;
	border-radius: 0.3rem;
	box-sizing: border-box;
}
.page_tab_wrap li {
	display: inline-block;
	background: #f9f9f9;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 10px;
}
.page_tab_wrap li:first-child {
	border-left: 1px solid #cacaca;
	border-radius: 0.3rem 0 0 0;
}
.page_tab_wrap li:last-child { border-radius: 0 0.3rem 0 0; }
.page_tab_wrap li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.75rem;
	color: #6a6a6a;
}
.page_tab_wrap li.on {
	position: relative;
	background: #fff;
	font-weight: bold;
	border-bottom: 0;
}
.page_tab_wrap li.on a { color: #ff5050; }
.page_tab_wrap li.on a:before {
	position: absolute;
    content: '';
    left: 50%; bottom: 6px;
    width: 40%;
    height: 2px;
    margin-left: -20%;
    background: #ff5050;
}
.tab2, .tab3 {
	width: 100%;
	margin-left: 0;
}
.tab2 li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}
.tab3 li {
	width: 33.3%;
	text-align: center;
	box-sizing: border-box;
}
.tab4 li {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
}
/*.tab4 li.on { border-bottom: 1px solid #ccc; }
.tab4 li:nth-child(2n) { border-radius: 0 0.3rem 0 0; }
.tab4 li:nth-child(3n) { 
	border-top: 0;
	border-left: 1px solid #ccc;
	border-radius: 0 0 0 0.3rem;
}
.tab4 li:last-child { 
	border-top: 0;
	border-radius: 0 0 0.3rem 0;
}*/

/* event tab */
ul.eventTab{margin: 0;}
ul.eventTab li{border-bottom: 0;}

/******************
      table
*******************/
table.basic_table {
    border-top: 2px solid #444;
}
table.basic_table th {
    background: #f3f3f3;
}
table.basic_table th, 
table.basic_table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

table.b_table { margin-bottom: 10px; }
table.b_table th, 
table.b_table td {
    vertical-align: middle;
    padding: 5px; 
    text-align: center; 
    border: 1px solid #bfbfbf; 
}
table.b_table th {
    color: #fff;
    background: #606060;
}

table.view_table {
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	
}
table.view_table th {
    background: #f3f3f3;color: #555;
}
table.view_table th,
table.view_table td {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


/******************
      로그인
*******************/
.login_wrap { width: 90%; margin: 0 auto;}
.login_wrap input, 
.login_wrap select {
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}
.login_wrap p { font-size: 0.875rem; }
.login_wrap .login_btn {
    overflow: hidden;
}
.login_wrap .login_btn a {
    float: left;
    padding: 10px 2px;
	font-size: 1rem;
}
.login_wrap .login_btn img {
    width: 1.125rem;
	margin-top: -3px;
}

/* 회원가입-약관 */
.join_step1_wrap {
    padding-bottom: 30px;
    border-bottom: 1px dashed #a0a0a0;
}
.join_step1_wrap .join_step1_title {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #ff5050;
}
.join_step1_wrap h1 {
    padding-top: 30px;
    font-size: 1.125rem;
    text-align: center;
    border-top: 1px dashed #a0a0a0;
}
.join_step1_wrap p { 
    line-height: 1.125rem;
    font-size: 0.875rem;
}
.join_step1_wrap label {
    font-size: 0.875rem;
    font-weight: bold;
}
.join_step1_wrap .check_group { margin-top: 20px; }
.join_step1_wrap textarea {
    width: 100%;
    height: 220px;
    padding: 10px;
    line-height: 1.2rem;
    font-size: 0.875rem;
    box-sizing: border-box;
}
.join_btn_wrap {
    font-weight:bold;
    text-align:center;
}

/* 회원가입-입력 */
.join_input_group {
    overflow: hidden;
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #ccc;
}
.join_input_group h1 {
    font-weight: bold;
    font-size: 0.875rem;
    color: #444;
}
.join_input_group h1.shot_list {
    float: left;
    margin-right: 20px;
}
.join_input_group p {
    margin-top: 5px;
    font-size: 0.875rem;
    color: #888;
}
.join_input_group span { 
    color:#FF6500;
    letter-spacing: -2px; 
}
.join_input_group input, .join_input_group select { 
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
}


/******************
      과정
*******************/
.lecture_title_wrap {
	overflow: hidden;
	margin: 15px 0;
}
.lecture_title_wrap h1 {
	float:left;
	margin-top: 3px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #222;
}

/* 리스트=썸네일 tab */
.lecture_title_wrap .switch_btn {
	float:right;
}
.lecture_title_wrap .switch_btn a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 4px;
}
.lecture_title_wrap .switch_list {
	background: url('/img/sub/subject_list_off.png') no-repeat;
}
.lecture_title_wrap .switch_thumbnail {
	background: url('/img/sub/subject_thumbnail_off.png') no-repeat;;
}
.lecture_title_wrap .switch_list.on {
	background: url('/img/sub/subject_list_on.png') no-repeat;
}
.lecture_title_wrap .switch_thumbnail.on {
	background: url('/img/sub/subject_thumbnail_on.png') no-repeat;;
}

/* 과정목록 */
.subject_list_wrap { display: none; }
.subject_list { 
	display: none;
	position: relative;
	border-top: 8px solid #ff5050;
    border-radius: 8px 8px 0 0;
}
.subject_list_wrap.on,
.subject_list.on {
	display: block;
}
.subject_list img {
	width: 100%;
    min-height: 180px;
	height: auto;
	margin-bottom: 8px;
}
.subject_list li { 
	width: 100%; 
	border-bottom: 1px solid #ccc; 
	position: relative; 
	padding: 15px 0;
	overflow: hidden;
}
.subject_list li .subject_info {
	float: left;
	width: 65%;
}
.subject_info .name {
	line-height: 24px;
	font-size: 1.063rem;
	font-weight: 600;
	letter-spacing: -1px;
	color: #333;
}
.subject_info .name img {
	width: auto;
	min-height: auto;
	margin: -2px 0 0 8px;
}
.subject_info .date {
	font-size: 0.875rem;
	color:#555;
}
.subject_list li .price {
	position: relative;
	float: right;
	text-align: right;
	width: 30%;
}
.subject_list .price span {
	display: block;
	margin-bottom: 2px;
	font-size: 1.25rem;
}
.subject_list span.discount {
	margin-top: -1px;
	margin-bottom: 3px;
	font-size: 1.125rem;
	text-align: right;
}
.subject_list .price .btn{
	display: block !important;
}


/******************
	정보서비스
*******************/
.info_list{
    position: relative;
    border-top: 8px solid #ff5050;
    border-radius: 8px 8px 0 0;
}
.info_list li{
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.info_list .bbs_news_text .name{
	display: block;
	line-height: 24px;
	font-size: 1.063rem;
	font-weight: 600;
	letter-spacing: -1px;
	color: #333;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100% !important;
}
.info_list .sub{
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.2;
	font-size: .8rem;
	padding-top: .3rem;
}
.info_list li a:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	transform: rotate(-45deg);
}
.info_list .bbs_news_text{
	width: 70%;
}
.info_list .bbs_news_img{
	margin-right: 10px;
}
.info_list.info_list02 li a:before{display: none;}

/******************
      과정 상세페이지
*******************/
/* 신청배너 */
.apply_banner {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;    
}
.apply_banner.on {
	bottom: 213px;
}
.apply_banner a {
    display: inline-block;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
}
.apply_banner a.apply_tel_btn {
	border-radius: 1.2rem 0 0 0;
    background: #6e6362;
}
.apply_banner a.apply_btn {
	border-radius: 0 1.2rem 0 0;
    background: #ff5050;
}
.apply_banner.mypage_banner a {
	border-radius: 1.2rem 1.2rem 0 0;
	background: #686d79 !important;
}

/*상세정보*/
h2.lecture_title {
    margin-top: 10px;
    font-size: 1.375em;
}
.images_wrap {
    margin: 10px 0;
}
.images_wrap img {
    width: 100%;
}
.btn_sample {
    display: block;
    padding: 10px 0; 
    text-align: center;
	font-size: 1rem;
    color: #fff;
    background: #ff8100;
}
.btn_sample img { margin-top: -3px; }
.info_wrap {
    overflow: hidden;
    margin: 10px 0;
    padding: 10px; 
    line-height: 20px;
    border-top: 2px solid #ff8100;
    border-bottom: 2px solid #ff8100;
}
.info_wrap table { font-size: 0.9375rem; }
.info_wrap table th { text-align: left; }
.info_wrap table th, .info_wrap table td { 
	vertical-align: top;
	padding: 3px 0;
}
.info_wrap table.view_table th, 
.info_wrap table.view_table td { 
	vertical-align: middle;
	font-size: 0.9rem;
}
.Kmeditation_wrap {
	position: relative;
	width: 100%;
}
.meditation_btn_wrap { 
	position: absolute;
	top: 6.2%; right: 8.5%;
}
.meditation_btn_wrap .btn {
	display: inline-block;
	padding: 5px 13px;
	border-radius: 2rem;
}

/*공유*/
.sharing_wrap {
    float: right;
}
.sharing_wrap #kakao-link-btn {
    display: block;
	font-weight: 500;
	font-size: 0.9rem;
    color: #3c1e1e;
}
.sharing_wrap #kakao-link-btn img {
    vertical-align: middle;
    width: 36px;
    height: 36px;
	margin-top: -3px;
}
.Kmeditation_wrap .btn_gray {
	background: #ffe000 !important;
    color: #3c1e1e !important;
}

/*내용*/
.view_contents_wrap {
    margin-top: 65px;
    margin-bottom: 40px;
}
.view_contents_group {
    margin-top: 20px;
    padding: 10px;
    line-height: 22px;
    border: 1px solid #ccc;
    background: #fff;
}
.view_contents_group p.title {
    width: 100%;
	margin: 0 auto;
    padding: 7px 0;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
    color: #40b1bd/*#285874*/;
    border-radius: 5px;
    background: #efefef/*#7bf3ca*/;
}
.view_contents_group p.contents {
    margin-top: 10px;
}

/*교재상세보기*/
#textbook_wrap {
	display: none;
	position: absolute;
	left: 5%;
	width: 90%; 
	padding: 20px 30px;
	border: 1px solid #ccc;
	background: #FFF;
	box-shadow: 0px 2px 6px #666;
	box-sizing: border-box;
}
#closs {
	position: absolute;
	right: 20px;
	top: 20px;
}
.textbook { 
	overflow: hidden; 
}
.textbook_img { 
	float: left;
	height: 170px;
	background: #ccc;
}
.textbook_list { 
	float: left; 
	width: 210px;
	font-size: 0.8125rem; 
	line-height: 1.5rem;
}
.textbook_list p span {
	font-weight: bold;
}
.textbook_list a {
	display: block;
	width: 150px;
	margin-top: 7px;
	padding: 3px 0;
	border-radius: 3px;
	font-size: 0.8125rem;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: #666666;
}

/*과정샘플*/
.play_page_wrap { }
.play_page { 
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.125rem;
}
.play_page a {
	display: inline-block;
	width: 0.875rem;
}
.play_page a img {
	margin-bottom: 5px;
}


/******************
    마이캠퍼스
*******************/
.lec_list_wrap {}
.lec_list_group, table.diploma_tbl tr {
    overflow: hidden;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.lec_list_group h2.title {
    margin-bottom: 8px;
    font-size: 1.125rem;
	line-height: 1.5rem;
	color: #222;
}
.lec_list_group h2.title span {
	font-weight: normal;
	font-size: 1rem;
}
.lec_list_group h2.diploma_title {
	width: 97%;
    font-size: 1.125rem;
	line-height: 1.5rem;
	color: #222;
}
.lec_list_group h2 a { color: #222; }
.lec_list_group .lec_list_info {
    float: left;
    width: 70%;
}
.lec_list_group .lec_list_info p {
    line-height: 1.2rem;
    font-size: 0.875rem;
    color: #555;
    letter-spacing: -0.5px;
}
.lec_list_group .lec_list_info .line {
	vertical-align: middle;
    position: relative; 
    top: 2px;
    display: inline-block;
    height: 0.9rem;
    margin: 0 10px;
    float: left;
    border-right: 1px solid #bfbfbf;
}
.lec_list_group .lec_list_apply {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.lec_list_group .lec_list_apply a {
    display: block;
    padding: 7px 12px;
	font-weight: 500;
    text-align: center;
    color: #fff;
}
.lec_list_group .lec_list_apply a.lec_btn_study { background: #ff5050; }
.lec_list_group .lec_list_apply a.lec_btn_certify {
	display: inline-block;
    border: 1px solid #777;
    color: #555;
}
/* 쿠폰 */
.lec_list_group .coupon_text {
	position: relative; 
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-left: 17px;
	line-height: 1.2rem;
	color: #784545;
	box-sizing: border-box;
}
.lec_list_group .coupon_text:before {
	content: '';
	position: absolute;
	top: 8px; left: 2px;
	width: 10px;
	height: 2px;
	background: #ff6f6f;
}

/* 학습목록 */
.lec_list_wrap .lec_list_title {
	font-weight: bold;
	font-size: 1.25rem;
}
.lec_list_content { font-size: 1rem; }
.lec_list_content span { font-weight:500; }
.lec_list_content .btn_pop {
	padding: 5px 15px;
    border: 1px solid #bfbfbf;
    color: #686d79;
}

/* 수료기준 */
#layer_popup_wrap {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#layer_popup_wrap.open {
	display: block;
	opacity: 1;
	visibility: visible;
}
#layer_popup_wrap .popup_cover {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
#layer_popup_wrap #layer_popup {
	position: absolute;
	top: 30%; left: 5%;
	width: 90%;
	height: auto;
	background-color: #fff;
	border: 5px solid #c3c3c3;
	z-index: 10;
	box-sizing: border-box;
}
#layer_popup .pop_container { padding: 25px 20px; }
#layer_popup .close {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
#layer_popup .btn_close {
	display: block;
	padding: 10px 0;
	font-size: 0.875rem;
	color: #fff;
	border-radius: 0.3rem;
	background: #3f5a9d;	
}
#layer_popup .btn_close:hover {
	background-color: #1f326a;
	color: #fff;
}

/* 수강 */
table.list_table {
	text-align: center;
	border-radius: 6px;
}
table.list_table th {
	padding: 10px;
    background: #f3f3f3;
	border-bottom: 1px solid #ccc;
}
table.list_table td {
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}
.lec_list_wrap .list_table th:nth-child(1n) {
	border-radius: 6px 0 0 0;
}
.lec_list_wrap .list_table th:nth-child(2n) {
	border-radius: 0 6px 0 0;
}
.lec_list_wrap .list_table td:first-child,
.lec_list_wrap .list_table td:last-child {
	display: block;
	width: 10px;
	border: 0;
}
.lec_list_wrap .list_table .btn_lec {
	display: block;
	width: 100%;
	padding: 13px 0;
	color: #444;
	border-radius: 0;
	background: #e2e2e2;
}
.lec_list_wrap .list_table .lec_list_info p {
	padding: 0 8px;
}
.lec_list_wrap a.play {
	display: inline-block;
    width: 5rem;
    line-height: 2.5rem;
	padding-right: 0.4rem;
	text-align: center;
    color: #fff;
    background: #ff5050;
    border-radius: 0.3rem;
}
.lec_list_wrap a.play:after {
	content: '▶';
	position: absolute;
    font-size: 0.5rem;
    color: #fff;
}
.mypage_banner a {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.15rem;
    text-align: center;
    color: #fff;
}

/* 수료증발급-설문 */
.survey_wrap {}
.survey_ques { 
	overflow: hidden;
	padding-top: 2px;
}
.survey_ques p { float: left; }
.survey_ques .number { 
	width: 20px;
	margin-top: -2px;
	padding: 3px 7px;
	color: #fff;
	background: #3bb5ff;
	border-radius: 3px;
}
.survey_ques .ques { 
	border-bottom:1px #ccc solid;
}
.survey_reply { 
	overflow: hidden;
	padding: 5px 0;
}
.survey_reply textarea { 
	height:70px;
	border:1px solid #ddd;
}
.survey_wrap input[type="radio"]:checked + label { color: #3bb5ff; }
.survey_wrap input[type="radio"] + label { margin-right: 13px; }


/******************
      bbs 게시판
*******************/
/* 게시판 목록 */
.bbs_list_wrap {}
.bbs_list {
    border-top: 1px solid #ccc;
}
.bbs_list li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.bbs_list li a { 
	overflow: hidden;
    display: block;
    width: 96%;
    margin: 0 auto;
}
.bbs_list li a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    transform: rotate(-45deg);
}
.bbs_list li span.icon {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 22px;
	margin-top: -3px;
    margin-right: 5px;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    background: #ff5c77;
    line-height: 20px;
}
.bbs_list li span.name {
    width: 90%;
    display: inline-block;
    font-size: 1rem ;
    font-weight: 600;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.bbs_list li .date {
	width: 90%;
    margin-top: 3px;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.bbs_list li .line {
    vertical-align: middle;
    display: inline-block;
    height: 0.875rem; margin: 0 8px;
    border-right: 1px solid #bfbfbf;
   }
.btn_ques_list {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.bbs_news_img {
	float: left;
	display: inline-block;
	margin-right: 7px;
}
.bbs_news_img img {
	width: 90px;
	max-height: 60px;
}
.bbs_news_text {
	float: left;
	width: 65%;
	margin-top: 2px;
}
.bbs_news_text .name { width: 95% !important; }
.bbs_news_text .date { margin-top: 0 !important; }

/* 게시판 페이지 */
.paging {
	display: flex;
    font-size: 0;
    text-align: center;
	justify-content: center;
}
.paging a {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 38px;
    line-height: 38px;
    font-size: 0.875rem;
    border: 1px solid #ccc;
    border-right: 0;
}
.paging a.on {
    font-weight: bold;
    border: 1px solid #ff5050;
    color: #fff;
    background: #ff5050;
}
.paging a.first, a.prev, a.next, a.last {
    background: #efefef;
}
.paging a.first { border-radius: 4px 0 0 4px; }
.paging a.last { border-radius: 0 4px 4px 0; }
.paging a.first:after {
    content:'';
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    transform: rotate(45deg);
}
.paging a.first:before {
    content:'';
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    transform: rotate(45deg);
}
.paging a.prev:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    transform: rotate(45deg);
}
.paging a.next:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    transform: rotate(-45deg);
}
.paging a.last {
    border-right: 1px solid #ccc;
}
.paging a.last:before {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    transform: rotate(-45deg);
}
.paging a.last:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    transform: rotate(-45deg);
}


/******************
      bbs 게시글
*******************/
.bbs_view_top {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.bbs_view_top .name {
    display: block;
    font-size: 1rem;
    font-weight: bold;
}
.bbs_view_top span.line {
    vertical-align: middle;
    display: inline-block;
    height: 0.8rem;
    border-right: 1px solid #bfbfbf;
    margin: 0 8px;
}
.bbs_view_top .date {
    margin-top: 3px;
    font-size: 0.9375rem;
    color: #7a7a7a;
}
#bbs_contents_wrap { overflow: hidden; }
.bbs_contents {
    min-height: 200px;
    padding: 25px 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
	border-bottom: 1px solid #ccc;
}
.bbs_contents img {
    width: 100%;
	height: auto !important;
	margin-bottom: 5px;
}
.bbs_contents table {
	width: 100% !important;
}
/* 첨부파일 다운 */
table.download_wrap tr {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
td.down_text {
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    color: #ff5050;
    background: #efefef;
}
td.down_file {
    padding: 10px;
    line-height: 17px;
}
/* 댓글 */
.comment_wrap {
	margin-top: 30px;
}
.comment_wrap h2 {
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	font-size: 1rem;
	background: #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 10px 10px 0 0;
}
.comment_wrap a.btn { font-size: 0.8rem; }
.comment_wrap .comment_group {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.comment_group .comment_data {
	overflow: hidden;
	padding-bottom: 5px;
}
.comment_data .float_l { margin-top: 4px; }
.comment_group span.name {
	font-weight: bold;
}
.comment_group span.name img {
	margin: -4px 0 0 2px;
}
.comment_group span.day,
.comment_group span.time {
	padding-left: 3px;
	color: #777;
}
.comment_group a.btn { padding: 4px 13px !important; }
.comment_group a.btn_del {
	border: 1px solid #777;
	color: #777;
}
.comment_group .list {
	line-height: 17px;
}
.comment_wrap .comment_write {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.comment_write textarea {
	width: 78%;
	font-size: 0.8rem;
	letter-spacing: -1.5px;
}
.comment_write .btn_write {
	width: 20%;
	padding: 10px;
	border: 1px solid #777;
	color: #444;
}
.bbs_btn_wrap a {
	text-align: center;
	width: 49%;
}


/******************
      인풋목록 - 회원정보수정,게시글작성,결제
*******************/
.input_list_top {
	border-top: 7px solid #939393;
    border-radius: 7px 7px 0 0;
}
.input_list_wrap {
	padding:0 13px;
	border:2px solid #cacaca;
	border-radius:10px;
}
.input_list_wrap span,
.input_list_top span {
	color: #ff0000;
    letter-spacing: -1px;
}
.input_list {
	display: inline-block;
    width: 100%;
	padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}
.input_list h1 {
    font-weight: bold;
    font-size: 0.875rem;
    color: #444;
}
.input_list h1.short_list { 
	float: left; 
	width: 28%;
}
.input_list .short_input {
	float: left; 
	width: 72%;
}
.input_list p {
    font-size: 0.875rem;
    color: #444;
}
.input_list input, .input_list select {
	height: 45px;
    line-height: 45px;
}
.input_list li {
	padding: 5px 0;
}
.input_list li input {
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
}
.input_list .input_line_btn {
	width: 25%;
    height: 45px;
	line-height: 45px;
	padding: 0;
}

/******************
      결제
*******************/
.caveat dl { 
	margin: 0;
	padding: 0;
}
.caveat dt { 
	padding: 20px 0 10px;
	font-size: 0.875rem;
	font-weight: 700;
}
.caveat dd { 
	padding: 0 15px 10px;
	font-size: 0.8125rem;
	line-height: 170%;
}
.caveat dd table  { 
	border: solid 1px #d8d8d8;
}
.caveat dd table th,
.caveat dd table td { 
	padding: 10px 3px;
}
.caveat dd table th { 
	text-align: center; 
}
.caveat dd table tr:nth-child(2) th:first-child { 
	border-right: solid 1px #d8d8d8;
}
.textarea_wrap {
	padding: 15px 0;
	border-top: 2px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
}

/******************
	자격증발급
*******************/
ul.listStyle li{
	 list-style-position: inside;
	text-indent: -5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

/******************
	교육원 소개
*******************/
/* 비전 */
.vision_icons{
	display: table;
	width: 100%;
	text-align: center;
	background: #f7f6f6;
	border: 1px solid #b8bdc6;
	border-right: 0;
	box-sizing: border-box;
}
.vision_icons li{
	display: table-cell;
	padding: 20px 0;
	border-right: 1px solid #b8bdc6;
}
.vision_icons li img{height: 40px;}
.vision_icons li p{
	margin-top: 20px;
	line-height: 1.4;
}
.vision_icons li p b{
	font-size: 16px;
}
/* 연혁 */
.history_wrap > div{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url('/images/sub/bg_history_line.png') repeat-y 20%;
}
.history_box{padding-bottom: 2rem;}
.history_box p {
	font-weight: 900;
	font-size: 1.2rem;
	color: #333;
	position: relative;
	float: left;
	line-height: 1;
	letter-spacing: -2px;
	width: 20%;
}
.history_box p:after {
	content: '';
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	background: url('/images/sub/company_history_point.png') no-repeat center center;
	width: 18px;
	height: 18px;
}
.history_box > ul {
	float: right;
	padding-left: 7%;
	width: 73%;
}
.history_box > ul > li {
	position: relative;
	font-size: 1rem;
	font-weight: 300;
	padding-bottom: .5rem;
	padding-left: 1rem;
	line-height: 1.5;
}
.history_box .dot {
	position: absolute;
	left: 0;
	top: 10px;
	background: #333;
	width: 5px;
	height: 5px;
	border-radius: 100%;
}
#map .indent_wrap{
	padding-left: 15px;
}
#map table.list_table th{
	padding: 5px;
}