/* common */

:root {
    accent-color:#052e48;
}

.row .row, 
.row .row{
	padding-right:0px;
	padding-left:0px;
}

sup{
	top:-0.2em;
}

input[type="checkbox"]{
	width:15px; height:15px;
	cursor:pointer;
}

input[type="password"],
input[type="text"]{
	padding:7px 15px;
}

.bbs_notice_list_box input[type="checkbox"]{
	width:15px; height:15px;
}

textarea,
input{
	border:1px solid #efefef;
	border-radius:5px;
}

textarea:focus-visible,
input:focus-visible{
	outline:none;
	border:1px solid #efefef;
}

textarea{
	white-space:pre;
}

input[type="file"]::file-selector-button{
	color:#fff;
	padding:7.5px;
	cursor:pointer;
	border: 1px solid #052e48;
	background-color:#052e48;
}

input[type="file"]::file-selector-button:hover{
	color:#fff;
	border:1px solid #052e48;	
	background-color:#052e48;
}

input[type="button"]{
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	background:#052e48;
}

select{
	font-size:16px;
	padding:5px 35px 5px 5px;
	border:1px solid #efefef;
}

section {
  padding: 152px 0px;
  overflow: hidden;
}

h1,
h2,
h3{
	line-height:1.4;
}

h3.course_sub_title{
	margin-top:20px;
	margin-bottom:15px;
}

h3.course_sub_title > a.shortcuts{
	font-size:15px;
}

p{
	line-height:1.7;
	margin-bottom:0px;
}

p.text_list_title{
	font-weight:400;
	margin-top:20px;
	padding-bottom:10px;
}

p.text_list_title:first-child{
	margin-top:0px;
}

button{
	color:#fff;
	font-size:16px;
	font-weight:500;
	line-height:1;
	padding:7.5px;
	border:1px solid #d5103e;
	border-radius:5px;
	background:#d5103e;
}

#header button{
	color:#1a1a1a;
}

button:disabled,
input[type="button"]:disabled{
	background:#ccc;
}

.btn-primary{
	border:1px solid #073d5f;
	border-radius:3px;
	background:#052e48;
}

.btn-primary:focus,
.btn-primary:hover{
	border:1px solid #d5103e;
	background:#d5103e;
}

.sound_only{
	display:none;
}

table{
	width:100%;
}

table tr th{
	font-weight:500;
	padding:15px;
	border:1px solid #e1e1e1;
	background:#f5f6fa;
}

table tr td{
	padding:15px;
	border:1px solid #e1e1e1;
}

table.padding_15 tr td{
	padding:15px !important;
}

table tr td p.text_left{
	text-align:left;
}

table tr td p.text_center{
	text-align:center !important;
}

table tr td p.text_justify{
	text-align:justify;
}

table tr th:first-child,
table tr td:first-child{
	border-left:none;
}

input[type="checkbox"]{
	width:20px; height:20px;
}

.checkbox_box{
	margin-top:15px;
}

.checkbox_box input,
.checkbox_box span{
	vertical-align:middle;
}

hr{
	border:1px solid #efefef;
}

hr.dotted{
	border:1px dotted #ccc;
}

table.center_table tr th,
table.center_table tr td{
	text-align:center;
}

table.center_table tr th:first-child,
table.center_table tr td:first-child{
	border-left:none;
}

table.center_table tr th:last-child,
table.center_table tr td:last-child{
	border-right:none;
}

.text_link:hover,
.text_link:focus,
.text_link{
	color:#333;
}

.shortcuts:hover,
.shortcuts:focus,
.shortcuts{
	color:#00f;
	border-bottom:1px dotted #00f;
}

.link_btn{
	display:inline-block;
	color:#fff;
	font-weight:400;
	margin-top:20px;
	padding:5px 10px;
	border-radius:5px;
	background:#052e48;
}

.link_btn:hover,
.link_btn:focus{
	color:#fff;
}

.text_list_box{	
	padding:25px;
	border-radius:5px;
	background:#f5f6fa;
}

.tip_box{
	color:#fff;
	padding:0px 5px;
	border-radius:5px;
	background:#d10035;
}

.register_text_box{
	height:300px; 
	padding:20px;
	overflow-y:scroll;
	border:1px solid #efefef;
}

.sub_btn_box{
	text-align:center;
	margin-top:60px;
	border-top:1px solid #efefef;
}

.sub_btn_box button{
	width:150px; height:40px;
	margin-top:60px;
}

.sub_select_delete_btn_box{
	text-align:right;
	margin-top:20px;
}

.checkbox_box{
	margin-top:15px;
}

.checkbox_box input,
.checkbox_box span{
	vertical-align:middle;
}

.payment_subject_btn_box label,
.checkbox_box label{
	cursor:pointer;
}

/* personal_info_box */

.personal_info_doc_box{
	display:none;
	position:fixed; top:50%; left:50%;
	width:600px; height:340px;
	padding:30px;
	transform:translate(-50%, -50%);
	border-radius:5px;
	z-index:1000;
	background:#fff;
}

.personal_info_doc_box h2{
	padding-bottom:15px;
	border-bottom:1px solid #efefef;
}

.personal_info_doc_box p{
	font-size:14px;
	text-align:justify;
	margin-top:15px;
}

.personal_info_doc_box button{
	position:absolute; top:0px; right:0px;
	width:80px;
	color:#fff;
	margin:0px;
	padding:10px 10px;
	border:1px solid #d5103e;
	border-radius:0px 5px 0px 5px;
	background:#d5103e;
}

.personal_info_doc_bk_box{
	display:none;
	position:fixed; top:50%; left:50%;
	width:10000px; height:10000px;
	transform:translate(-50%, -50%);
	z-index:999;
	background:rgba(0,0,0,0.5);
}



@media (max-width: 768px){
	.text_list_box{	
		padding:15px;
	}

	.sub_btn_box,
	.sub_btn_box button{
		margin-top:30px;
	}
}

@media (max-width: 576px){
	table tr th,
	table tr td{
		padding:5px;
	}

	table tr th p,
	table tr td p{
		font-size:14px;
	}

	button{
		font-size:14px;
		padding:5px 10px;
	}
}

.bold{
	font-weight:bold;
}

.bold_700{
	font-weight:700;
}

.bold_700{
	font-weight:500;
}

.bold_400{
	font-weight:400;
}

.bold_300{
	font-weight:300;
}

.red_color{
	color:#d10035;
}

.blue_color{
	color:blue;
}

.tab_content {
	display: none;
}

.active_tab {
	display: block;
}

.line{
	border-bottom:1px solid #333;
}

.no_padding_right{
	padding-right:0px;
}

.no_padding_left{
	padding-left:0px;
}

.text_center{
	text-align:center;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}

.img_center{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.sub_section .section_title_box h2{
	color:#061230;
	font-size:56px;
	font-weight:700;
	letter-spacing:-3px;
	line-height:120%;
	margin-top:15px;
}

.sub_section .section_title_box h3{
	color:#626b80;
	font-size:18px;
	font-weight:400;
	line-height:160%;
	margin-top:50px;
}

.nursing_section .section_title_box h3{
	font-size:16px;
}

.sub_section_wrap .section_title_center h4,
.sub_section_wrap .section_title_center h2{
	text-align:center;
}

.sub_section .section_title_box + img{
	margin-top:45px;
}

.sub_section img.img_content{
	display:block;
	margin:70px auto 0px;
}

.sub_section img.img_content + img.img_content{
	margin-top:50px;
}

.sub_section .title_mo_ver,
.sub_section img.mo_ver{
	display:none;
}

@media (max-width: 991px){

	section {
		padding: 80px 0px;
	}
}

@media (max-width: 768px){
	
	section {
		padding: 60px 0px;
	}
}

@media (max-width: 576px){

	section {
	  padding: 30px 0px;
	}
}


/* sub_visual_section */

#sub_visual_section{
	padding:120px 0px;
	background-size:cover;
}

#sub_visual_section .sub_visual_box{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.sub_visual_credit_bank_wrap{
	background:url(../images/sub/credit_bank/sub_visual_bk.png) no-repeat;
	
}

.sub_visual_about_wrap{
	background:url(../images/sub/about/sub_visual_bk.png) no-repeat;
}

.sub_visual_course_wrap{
	background:url(../images/sub/course/sub_visual_bk.png) no-repeat right;
}

.sub_visual_class_wrap{
	background:url(../images/sub/class/sub_visual_bk.png) no-repeat;
}

.sub_visual_bbs_wrap{
	background:url(../images/sub/bbs/sub_visual_bk.png) no-repeat center;
}

.sub_visual_community_wrap{
	background:url(../images/sub/community/sub_visual_bk.png) no-repeat center;
}

.sub_visual_etc_wrap{
	background:url(../images/sub/etc/sub_visual_bk.png) no-repeat center;
}

.sub_visual_login_wrap{
	background:url(../images/sub/login/sub_visual_bk.png) no-repeat center;
}

.sub_visual_wrap h2{
	color:#fff;
}

.sub_visual_wrap p{
	color:#ccc;
	margin-top:10px;
}

@media (max-width: 576px){
	#sub_visual_section{
		padding:80px 0px;
	}
}

/* sub_map_menu_section */

#sub_map_menu_section{
	padding:0px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	overflow:unset;
}

#sub_map_menu_section ul.sub_map_menu_box{
	display:flex;
	justify-content: flex-end;
	padding:15px 0px;
}

#sub_map_menu_section ul.sub_map_menu_box li{
	position:relative;
}

#sub_map_menu_section ul.sub_map_menu_box li ul{
	position:absolute; top:30px; left:0px;
	display:none;
	padding:5px 10px;
	border:1px solid #efefef;
	border-radius:5px;
	background:#fff;
}

#sub_map_menu_section ul.sub_map_menu_box li ul li{
	text-align:center;
	margin-top:5px;
}

#sub_map_menu_section ul.sub_map_menu_box li ul li:last-child{
	margin-bottom:10px;
}

#sub_map_menu_section ul.sub_map_menu_box a{
	font-size:15px;
	margin-left:3px;
}

#sub_map_menu_section ul.sub_map_menu_box a i{
	color:#999;
	font-size:14px;
	margin-left:10px;
}

#sub_map_menu_section ul.sub_map_menu_box a i.lnr-home{
	color:#1a1a1a;
}

#sub_map_menu_section ul.sub_map_menu_box span{
	color:#bbb;
	margin:0px 10px;
}

@media (max-width: 576px){

	#sub_map_menu_section ul.sub_map_menu_box a{
		font-size:13px;
	}
	
	#sub_map_menu_section ul.sub_map_menu_box span{
		margin:0px 5px;
	}

}

/* sub_side_menu_box */

.sub_section_wrap .sub_side_menu_box{
	text-align:center;
}

.sub_section_wrap .sub_side_menu_box h3{
	color:#fff;
	padding:20px 5px;
	border-radius:5px 5px 0px 0px;
	background:#d5103e;
}

.sub_section_wrap .sub_side_menu_box ul li{
	border:1px solid #efefef;
	border-top:none;
}

.sub_section_wrap .sub_side_menu_box ul li:last-child{
	border-radius:0px 0px 5px 5px;
}

.sub_section_wrap .sub_side_menu_box ul li a{
	display:block;
	padding:15px 5px;
}

.sub_section_wrap .sub_side_menu_box ul li.on{
	background:#f5f6fa;
}

@media (max-width: 1199px){
	
	.sub_section_wrap .sub_side_menu_box h3{
		font-size:16px;
	}

	.sub_section_wrap .sub_side_menu_box ul li a{
		font-size:14px;
	}
}

@media (max-width: 992px){
	.sub_section_wrap .sub_side_menu_box{
		display:none;
	}
}

/* sub_third_menu */

.sub_section_wrap .sub_third_menu_box .third_title_box{
	text-align:center;
}

.sub_section_wrap .sub_third_menu_box .third_title_box h2{
	display:inline-block;
	text-align:center;
	margin-bottom:60px;
	padding-bottom:5px;
	border-bottom:2px solid #d5103e;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box{
	display:flex;
	align-items:center;
	justify-content: center;
	margin:30px 0px 60px;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box li{
	display:flex;
	align-items:center;
	margin-left:15px;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box li:first-child{
	margin-left:0px;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box li > span{
	color:#555;
	padding-bottom:10px;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a{
	color:#555;
	margin-right:15px;
	padding-bottom:5px;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a:last-child{
	margin-right:0px;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box li.third_tab_on a{
	color:#1a1a1a;
	border-bottom:2px solid #d5103e;
}

.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a > span.mo_ver{
	display:none;
}

.sub_section_wrap .sub_third_menu_box .sub_third_tab_box{
	display:none;
}

.sub_section_wrap .sub_third_menu_box .third_tab_show{
	display:block;
}

.sub_section_wrap .sub_third_menu_box .sub_third_etc_title{
	margin-bottom:30px;
}

.sub_section_wrap .sub_third_menu_box table tr td a{
	display:block;
	padding:15px;
}

.sub_section_wrap .sub_third_menu_box table tr td.third_table_on{
	background:#d5103e;
}

.sub_section_wrap .sub_third_menu_box table tr td.third_table_on a{
	color:#fff;
	font-weight:500;
}

@media (max-width: 768px){
	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a > span.pc_ver{
		display:none;
	}

	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a > span.mo_ver{
		display:block;
		text-align:center;
	}

	.sub_section_wrap .sub_third_menu_box table tr td a{
		padding:7.5px;
	}
}

@media (max-width: 576px){

	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box{
		margin:30px 0px 30px;
	}

	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a > span.mo_ver{
		font-size:13px;
	}

	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box li{
		margin-left:5px;
	}

	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a{
		margin-right:5px;
	}
}

@media (max-width: 330px){
	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a > span.mo_ver{
		font-size:12px;
	}
	
	.sub_section_wrap .sub_third_menu_box table tr td a,
	.sub_section_wrap .sub_third_menu_box .sub_third_menu_list_box a{
		font-size:13px;
	}
}

/* sub_fourth_menu_box */

.sub_section_wrap .sub_fourth_menu_box{
	margin-bottom:60px;
}

.sub_section_wrap .sub_fourth_menu_box ul{
	display:flex;
	flex-wrap: wrap;
	padding:0px;
}

.sub_section_wrap .sub_fourth_menu_box ul li{
	flex: 0 0 auto;
	width:33.33333333%;
	text-align:center;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
}

.sub_section_wrap .sub_fourth_menu_box ul li:first-child a,
.sub_section_wrap .sub_fourth_menu_box ul li:first-child{
	border-radius:5px 0px 0px 0px;
}

.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(3) a,
.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(3){
	border-radius:0px 5px 0px 0px;
}

.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(4) a,
.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(4){
	border-radius:0px 0px 0px 5px;
}

.sub_section_wrap .sub_fourth_menu_box ul li:last-child a,
.sub_section_wrap .sub_fourth_menu_box ul li:last-child{
	border-radius:0px 0px 5px 0px;
}

.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(3),
.sub_section_wrap .sub_fourth_menu_box ul li:last-child{
	border-right:1px solid #efefef;
}

.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(4),
.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(5),
.sub_section_wrap .sub_fourth_menu_box ul li:nth-child(6){
	border-bottom:1px solid #efefef;
}

.sub_section_wrap .sub_fourth_menu_box ul li a{
	display:block;
	padding:10px 0px;
}

.sub_section_wrap .sub_fourth_menu_box ul li a:hover,
.sub_section_wrap .sub_fourth_menu_box ul li a:focus{
	color:#fff;
	font-weight:400;
	background:#d5103e;
}

.sub_section_wrap .sub_fourth_menu_box ul li.fourth_tab_on a{
	color:#fff;
	font-weight:400;
	background:#d5103e;
}


@media (max-width: 576px){

	.sub_section_wrap .sub_fourth_menu_box{
		margin-bottom:30px;
	}
	
	.sub_section_wrap .sub_fourth_menu_box ul li a{
		font-size:13px;
	}
}

@media (max-width: 330px){
	.sub_section_wrap .sub_fourth_menu_box ul li a{
		font-size:12px;
	}
}

/* sub_section */

.sub_section_wrap h2.sub_title{
	margin:60px 0px 25px;
	padding-bottom:15px;
	border-bottom:1px solid #efefef;
}

.sub_section_wrap h2.sub_title > span{
	font-size:15px;
	font-weight:400;
}

.sub_section_wrap h2.sub_title:first-child{
	margin-top:0px;
}

.sub_section_wrap h2.sub_title + div.text_list_box{
	margin-top:20px;
}

.sub_section_wrap h2.sub_title + table{
	margin-top:25px;
}

@media (max-width: 768px){

	.sub_section_wrap h2.sub_title{
		margin:30px 0px 15px;
	}
}


/* sub_credit_bank_info_section */

#sub_credit_bank_info_section .sub_credit_bank_info_img_box{
	display:flex;
	justify-content: space-evenly;
	align-items:center;
}

#sub_credit_bank_info_section .sub_credit_bank_info_img_box h3{
	text-align:center;
	line-height:1.5;
	margin-top:50px;
	padding:30px;
	border:1px solid #efefef;
	border-radius:15px;
}

#sub_credit_bank_info_section .sub_credit_bank_info_img_box h3:nth-child(5){
	color:#fff;
	border:none;
	background:#d5103e;
}

#sub_credit_bank_info_section .sub_credit_bank_info_img_box h3:last-child{
	color:#fff;
	border:none;
	background:#d5103e;
}

#sub_credit_bank_info_section .sub_credit_bank_info_img_box span{
	color:#a1a1a1;
	font-size:25px;
	padding-top:50px;
}

#sub_credit_bank_info_section ul.sub_credit_bank_background_text_box{
	margin-top:30px;
	padding:30px;
	border:1px solid #efefef;
	border-radius:5px;
	background:#f5f6fa;
}

#sub_credit_bank_info_section ul.sub_credit_bank_background_text_box li{
	margin-top:15px;
}

#sub_credit_bank_info_section ul.sub_credit_bank_background_text_box li:first-child{
	margin-top:0px;
}

#sub_credit_bank_info_section .accent_text_box{
	text-align:center;
}

#sub_credit_bank_info_section .accent_text_box h2.accent_text{
	position:relative;
	display:inline-block;
	font-weight:600;
	line-height:1.5;
	text-align:center;
	margin:60px auto 0px;  
}

#sub_credit_bank_info_section .accent_text_box h2.accent_text:before{
	position: absolute; top:-30px; left:-5%;
	content: '\250E \A';
	white-space: pre;
}

#sub_credit_bank_info_section .accent_text_box h2.accent_text:after{
	position: absolute; bottom:-5px; right:-4%;
	width:20px; height:20px;
	content:' \251A \A';
	white-space: pre;
}

#sub_credit_bank_info_section .accent_text_box h2.accent_text span{
	color:#d5103e;
}

#sub_credit_bank_info_section .credit_bank_use_box{
	text-align:center;
	margin-top:60px;
}

#sub_credit_bank_info_section .sub_credit_bank_info_box .credit_bank_use_box p{
	text-align:center;
}

#sub_credit_bank_info_section .credit_bank_use_box .row{
	padding:0px;
}

#sub_credit_bank_info_section .credit_bank_use_box img{
	display:block;
	margin:30px auto 0px;
}

#sub_credit_bank_info_section .credit_bank_use_box h3{
	margin-top:15px;
}



#sub_credit_bank_info_section table{
	width:100%;
}

#sub_credit_bank_info_section table tr th,
#sub_credit_bank_info_section table tr td{
	padding:15px;
	border:1px solid #efefef;
}

#sub_credit_bank_info_section table tr th{
	text-align:center;
	vertical-align:middle;
	background:#f7f7f7;
}

#sub_credit_bank_info_section table tr th p{
	text-align:center !important;
}

#sub_credit_bank_info_section .institution_list_box .row{
	padding:0px;
}

#sub_credit_bank_info_section .institution_list_box .img_box{
	border:1px solid #efefef;
	cursor:pointer;
}

#sub_credit_bank_info_section .institution_list_box img{
	display:block;
	margin:30px auto;
}

@media (max-width: 1199px){
	#sub_credit_bank_info_section .institution_list_box .img_box{
		margin-top:30px;
	}
	
	#sub_credit_bank_info_section .institution_list_box .row .col-xs-12:first-child .img_box{
		margin-top:0px;
	}
}

@media (max-width: 768px){
	
	#sub_credit_bank_info_section ul.sub_credit_bank_background_text_box{
		margin-top:15px;
		padding:15px;
	}

	#sub_credit_bank_info_section .sub_credit_bank_info_img_box h3{
		font-size:14px;
		padding:20px;
		margin-top:30px;
	}

	#sub_credit_bank_info_section .sub_credit_bank_info_img_box span{
		padding-top:30px;
	}

	#sub_credit_bank_info_section .accent_text_box h2.accent_text,
	#sub_credit_bank_info_section .credit_bank_use_box{
		margin-top:30px;
	}

	#sub_credit_bank_info_section .accent_text_box h2.accent_text:before{
		left:-3%;
	}

	#sub_credit_bank_info_section .accent_text_box h2.accent_text:after{
		right:-2%;
	}
}

@media (max-width: 576px){
	#sub_credit_bank_info_section .sub_credit_bank_info_img_box h3{
		font-size:12px;
		padding:15px;
	}

	#sub_credit_bank_info_section .sub_credit_bank_info_img_box span{
		font-size:15px;
	}
}

@media (max-width: 420px){
	#sub_credit_bank_info_section .sub_credit_bank_info_img_box h3{
		font-size:11px;
		padding:10px;
		border-radius:7px;
	}

	#sub_credit_bank_info_section .sub_credit_bank_info_img_box span{
		font-size:13px;
	}
}

@media (max-width: 340px){
	#sub_credit_bank_info_section .sub_credit_bank_info_img_box h3{
		font-size:10px;
		padding:8px;
	}
}

/* sub_credit_bank_join_section */

#sub_credit_bank_join_section .accent_text_box{
	text-align:center;
}

#sub_credit_bank_join_section .accent_text_box h2.accent_text{
	position:relative;
	display:inline-block;
	font-weight:600;
	line-height:1.5;
	text-align:center;
	margin:30px auto 30px;  
}

#sub_credit_bank_join_section .accent_text_box h2.accent_text:before{
	position: absolute; top:-30px; left:-5%;
	content: '\250E \A';
	white-space: pre;
}

#sub_credit_bank_join_section .accent_text_box h2.accent_text:after{
	position: absolute; bottom:-5px; right:-4%;
	width:20px; height:20px;
	content:' \251A \A';
	white-space: pre;
}

#sub_credit_bank_join_section .accent_text_box h2.accent_text span{
	color:#d5103e;
}

#sub_credit_bank_join_section .procedure_list_box{
	display:flex;
	height:150px;
	margin-top:30px;
	align-items: center;
	border-radius:30px;
	background:#f5f6fa;
}

#sub_credit_bank_join_section .procedure_list_box06{
	height:210px;	
}

#sub_credit_bank_join_section .procedure_list_box h3{
	flex: 0 0 175px;
	height:100%;
	color:#fff;
	text-align:center;
	margin:0px;
	padding:55px 20px 20px; 
	border-radius:25px 0px 0px 25px;
	background:#d5103e;
}

#sub_credit_bank_join_section .procedure_list_box06 h3{
	padding:72px 20px 20px;
}

#sub_credit_bank_join_section .procedure_list_box p{
	padding:25px;
}

#sub_credit_bank_join_section .procedure_list_box + span{
	display:block;
	color:#999;
	text-align:center;
	margin-top:25px;
}

#sub_credit_bank_join_section .precautions_box .row{
	padding:0px;
}

#sub_credit_bank_join_section .precautions_box .precautions_list_box{
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-top:30px;
	padding:20px;
	border-radius:5px;
	background:#f5f6fa;
}

#sub_credit_bank_join_section .precautions_box .precautions_list_box + p{
	margin-top:10px;
}

#sub_credit_bank_join_section .precautions_box .precautions_list_box h3{
	text-align:center;
}

#sub_credit_bank_join_section .precautions_box .precautions_list_box .precautions_item_box{
	display:flex;
}

#sub_credit_bank_join_section .precautions_box .precautions_list_box .precautions_item_box p{
	color:#fff;
	font-weight:400;
	text-align:center;
	margin:15px 5px;
	padding:10px;
	border-radius:5px;
	background:#d5103e;
}

#sub_credit_bank_join_section .precautions_box .precautions_list_box .precautions_item_box a{
	display:inline-block;
	color:#1a1a1a;
	margin-top:10px;
	padding:5px 7px;
	border-radius:5px;
	background:#fafafa;
}

#sub_credit_bank_join_section table{
	width:100%;
	margin-top:30px;
}

#sub_credit_bank_join_section table tr th{
	text-align:center;
	background:#f5f6fa;
}

#sub_credit_bank_join_section table tr th p{
	white-space:nowrap;
}

#sub_credit_bank_join_section table tr th,
#sub_credit_bank_join_section table tr td{
	padding:20px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	text-align:center;
}

#sub_credit_bank_join_section table.semester_table tr:first-child th:first-child,
#sub_credit_bank_join_section table.semester_table tr:nth-child(2) td:first-child{
	border-right:1px solid #efefef;
}

#sub_credit_bank_join_section table.overlap_table tr th{
	border-right:1px solid #efefef;
}

#sub_credit_bank_join_section table.overlap_table tr td{
	text-align:left;
}

@media (max-width: 1100px){

	#sub_credit_bank_join_section .procedure_list_box{
		height:180px;
	}
	
	#sub_credit_bank_join_section .procedure_list_box06{
		height:210px;	
	}

	#sub_credit_bank_join_section .procedure_list_box h3{
		padding:70px 20px 20px; 
	}

}

@media (max-width: 865px){
	
	#sub_credit_bank_join_section .procedure_list_box06 h3{
		padding:86px 20px 20px;
	}

	#sub_credit_bank_join_section .procedure_list_box06{
		height:240px;	
	}
}

@media (max-width: 768px){
	#sub_credit_bank_join_section .procedure_list_box{
		display:block;
		height:auto;
		margin-top:20px;
		background:none;
	}

	#sub_credit_bank_join_section .procedure_list_box h3{
		display:block;
		width:100%; height:auto;
		padding:20px;
		border-radius:15px 15px 0px 0px;
	}

	#sub_credit_bank_join_section .procedure_list_box p{
		display:block;
		width:100%; height:auto;
		padding:20px;
		border-radius:0px 0px 15px 15px;
		background:#f5f6fa;
	}

	#sub_credit_bank_join_section .procedure_list_box + span{
		display:block;
		margin-top:20px;
	}

	#sub_credit_bank_join_section .accent_text_box h2.accent_text:before{
		left:-3%;
	}

	#sub_credit_bank_join_section .accent_text_box h2.accent_text:after{
		right:-2%;
	}
}


/* sub_credit_bank_degree_info_section */

#sub_credit_bank_degree_info_section .acquisition_process_box .row{
	padding:0px;
}

#sub_credit_bank_degree_info_section .acquisition_process_list_box{
	position:relative;
	text-align:center;
	margin-top:30px;
	padding:30px 20px 30px;
	border-radius:5px;
	background:#f5f6fa;
}

#sub_credit_bank_degree_info_section .acquisition_process_list_box > span{
	position:absolute;
	top:0px; left:0px;
	display:inline-block;
	width:45px; height:45px;
	color:#fff;
	font-weight:500;
	text-align:center;
	line-height:45px;
	border-radius:5px 0px 5px 0px;
	background:#d5103e;
}

#sub_credit_bank_degree_info_section .acquisition_process_list_box img{
	display:block;
	margin:0px auto;
}

#sub_credit_bank_degree_info_section .acquisition_process_list_box p{
	margin-top:10px;
}

#sub_credit_bank_degree_info_section .acquisition_process_list_box01,
#sub_credit_bank_degree_info_section .acquisition_process_list_box02,
#sub_credit_bank_degree_info_section .acquisition_process_list_box03{
	margin-top:0px;
}

#sub_credit_bank_degree_info_section .sub_tab_menu_box{
	display:flex;
	width:100%;
	text-align:center;
	justify-content: space-evenly;
	margin-top:60px;
}

#sub_credit_bank_degree_info_section .sub_tab_menu_box a{
	width:100%;
	color:#555;
	padding:10px 5px;
	border-left:1px solid #efefef;
	background:#f5f6fa;
}

#sub_credit_bank_degree_info_section .sub_tab_menu_box a.on{
	color:#fff;
	font-weight:500;
	background:#d5103e;
}

#sub_credit_bank_degree_info_section .sub_tab_menu_box a:first-child{
	border-left:none;
	border-radius:5px 0px 0px 5px;
}

#sub_credit_bank_degree_info_section .sub_tab_menu_box a:last-child{
	border-radius:0px 5px 5px 0px;
}

#sub_credit_bank_degree_info_section .major_process_box{
	display:flex;
	text-align:center;
	justify-content:space-evenly;
	align-items:center;
	margin-top:30px;
}

#sub_credit_bank_degree_info_section .major_process_box img{
	display:block;
	margin:0px auto;
}

#sub_credit_bank_degree_info_section .major_process_box p{
	margin-top:10px;
}

#sub_credit_bank_degree_info_section .major_process_box span{
	color:#a1a1a1;
}

#sub_credit_bank_degree_info_section #high_school_major_box h2:first-child{
	margin-top:60px;
}

#sub_credit_bank_degree_info_section table{
	width:100%;
}

#sub_credit_bank_degree_info_section table tr th,
#sub_credit_bank_degree_info_section table tr td{
	padding:20px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	text-align:center;
}

#sub_credit_bank_degree_info_section table tr th{
	text-align:center;
	border-right:1px solid #efefef;
	background:#f5f6fa;
}

#sub_credit_bank_degree_info_section table tr th p{
	white-space:nowrap;
}

#sub_credit_bank_degree_info_section table tr td{
	text-align:center;
	border-right:1px solid #efefef;
}

#sub_credit_bank_degree_info_section table tr td:last-child{
	border-right:none;
}

#sub_credit_bank_degree_info_section table tr:last-child td{
	text-align:justify;
}

#sub_credit_bank_degree_info_section h2 > span{
	float:right;
	color:#333;
	font-size:14px;
	font-weight:400;
	padding-top:5px;
}

#sub_credit_bank_degree_info_section #university_major_box,
#sub_credit_bank_degree_info_section #another_major_box{
	margin-top:60px;
}

@media (max-width: 768px){
	
	#sub_credit_bank_degree_info_section .sub_tab_menu_box a{
		font-size:14px;
	}

	#sub_credit_bank_degree_info_section .acquisition_process_list_box,
	#sub_credit_bank_degree_info_section .acquisition_process_list_box03{
		margin-top:15px;
	}

	#sub_credit_bank_degree_info_section .acquisition_process_list_box01,
	#sub_credit_bank_degree_info_section .acquisition_process_list_box02{
		margin-top:0px;
	}
}

@media (max-width:576px){
	
	#sub_credit_bank_degree_info_section table tr th,
	#sub_credit_bank_degree_info_section table tr td{
		padding:15px;
	}

	#sub_credit_bank_degree_info_section table tr th p{
		white-space:normal;
	}
}

@media (max-width: 430px){
	#sub_credit_bank_degree_info_section .acquisition_process_list_box span{
		width:30px; height:30px;
		line-height:30px;
	}
	
	#sub_credit_bank_degree_info_section .acquisition_process_list_box03 p > span{
		display:none;
	}	

	#sub_credit_bank_degree_info_section .acquisition_process_list_box04 p > span{
		font-size:12px;
		line-height:0px;
		margin:0px;
		padding:0px;
	}
}

@media (max-width: 340px){
	
	#sub_credit_bank_degree_info_section .acquisition_process_list_box p{
		font-size:12px;
	}

	#sub_credit_bank_degree_info_section .acquisition_process_list_box04 p > span{
		font-size:10.5px;
	}
}

/* user_add_box */

#user_add_box a.cb_link{
	display:inline-block;
	color:#fff;
	font-weight:400;
	margin-top:15px;
	padding:5px 10px;
	border-radius:5px;
	background:#052e48;
}

#user_add_box a.cb_link2{
	display:inline-block;
	color:#fff;
	font-weight:400;
	margin-top:15px;
	padding:2px 8px;
	border-radius:5px;
	background:#052e48;
}

#user_add_box a.cb_link3{
	color:#052e48;
	font-weight:400;
	border-bottom:1px dotted #052e48;
}

#user_add_box span.rotate90{
	display: inline-block;
    transform-origin: 50% 50%;
	transform: rotate(90deg);
}

#user_add_box .user_add_info_box{
	padding:20px;
	border-radius:5px;
	background:#f5f6fa;
}

#user_add_box .user_add_info_box strong,
#user_add_box .user_add_info_box p{
	line-height:2;
}

#user_add_box .user_add_info_box i{
	display:inline-block;
	width:30px; height:30px;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin-top:5px;
	border-radius:30px;
	background:#223657;
}

#user_add_box .user_add_info_box h2{
	display:inline-block;
	color:#223657;
}

#user_add_box h3.red_color,
#user_add_box table{
	margin-top:20px;
}

#user_add_box .user_add_list_box > h3.red_color{
	margin:20px 0px;
}

#user_add_box table tr th.graduation_color{
	
	background:#f3f2f2;
}

#user_add_box table tr td{
	text-align:center;
}

#user_add_box .user_add_list_box{
	margin-top:30px;
	padding:30px;
	border-radius:5px;
	background:#f5f6fa;
}

#user_add_box .user_add_list_box p{
	margin-top:10px;
}

#user_add_box .user_add_list_box img{
	margin-top:30px;
}

#user_add_box .user_add_list_box img + p{
	margin-top:20px;
}

#user_add_box .user_add_list_box hr{
	margin-top:30px;
}

#user_add_box .user_add_list_box .row{
	padding:0px;	
}

#user_add_box .user_add_list_box .row > div:first-child{
	padding-left:0px;
}

#user_add_box .user_add_list_box .row > div:nth-child(2){
	padding-right:0px;
}

#user_add_box .user_add_list_click_box{
	cursor:pointer;
}

#user_add_box .user_add_list_click_box .show_box{
	display:none;
}

@media (max-width: 768px){
	#user_add_box .user_add_list_box .row > div{
		padding:0px;
	}
}

@media (max-width: 576px){
	#user_add_box .user_add_list_box{
		padding:15px;
	}

	#user_add_box .user_add_list_box img{
		margin-top:15px;
	}

	#user_add_box h3.red_color,
	#user_add_box table{
		margin-top:15px;
	}

	#user_add_box .user_add_list_box > h3.red_color{
		margin:15px 0px;
	}
}

/* search_page_section */

#sub_search_page_section .search_info_box{
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding-bottom:28px;
	border-bottom:1px solid #efefef;
}

#sub_search_page_section .search_info_box select{
	width:120px;
}

#sub_search_page_section .search_video_box{
	margin-top:30px;
}

#sub_search_page_section .search_video_box .search_video_img_box{
	position:relative;
	width:100%;
	height:0px;
	padding-bottom:56.25%;
	overflow:hidden;
}

#sub_search_page_section .search_video_box .search_video_img_box img{
	position:absolute; top:0px; left:0px;
	width:100%; height:100%;
	border-radius:5px;
}

#sub_search_page_section .search_video_box .search_video_text_box h3{
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:15px 0px;
	overflow:hidden;
}

#sub_search_page_section .search_video_box .search_video_text_box p{
	display: -webkit-box;
	color:#555;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#sub_search_page_section .search_video_box .search_video_view_box{
	display:flex;
	justify-content: space-between;
	margin-top:15px;
}

#sub_search_page_section .search_video_box .search_video_view_box span{
	font-size:14px;
}

@media (max-width: 768px){

	#sub_search_page_section h1{
		padding-bottom:10px;
	}

	#sub_search_page_section h1 > a{
		padding-top:9px;
	}

	#sub_search_page_section .search_video_box{
		margin-top:15px;
	}
}

/* sub_login_wrap */

#sub_login_section .sub_login_box{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:center;
	align-content:center;
}

#sub_login_section .sub_login_box .login_original_box{
	border-right:1px solid #efefef;
}

#sub_login_section .sub_login_box .login_certi_box,
#sub_login_section .sub_login_box .login_original_box{
	padding:0px 30px 0px;
}

#sub_login_section .sub_login_box .login_certi_box button.certi_info_btn{
	border:1px solid #086399;
	background:#086399;
}

#sub_login_section .sub_login_box .login_input_box{
	display:flex;
    flex-direction: column;
}

#sub_login_section .sub_login_box .login_input_box h3{
	text-align:center;
	line-height:1.5;
	margin-top:15px;
	padding:15px 5px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
} 

#sub_login_section .sub_login_box .login_input_box h3 span{
	white-space:normal;
}

#sub_login_section .sub_login_box input[type="text"],
#sub_login_section .sub_login_box input[type="password"]{
	width:300px;
	font-size:16px;
	margin-top:15px;
	padding:10px;
	border:none;
	background:#f5f6fa;
}

#sub_login_section .sub_login_box p{
	margin-top:15px;
}

#sub_login_section .sub_login_box p:first-child{
	margin-top:0px;
}

#sub_login_section .sub_login_box .id_save_check_box{
	margin-top:10px;
	border-radius:5px;
}

#sub_login_section .sub_login_box .id_save_check_box input{
	width:20px; height:20px;
	cursor:pointer;
	vertical-align:middle;
}

#sub_login_section .sub_login_box .id_save_check_box span{
	vertical-align:middle;
}

#sub_login_section .sub_login_box ul{
	display:flex;
	margin-top:10px;
}

#sub_login_section .sub_login_box button{
	width:300px; height:40px;
	color:#fff;
	margin-top:15px;
	border:1px solid #052e48;
	border-radius:5px;
	background:#052e48;
}

#sub_login_section .sub_login_box .sns_login_box{
	display:flex;
	justify-content: space-between;
	margin-top:15px;
}

#sub_login_section .sub_login_box .sns_login_box img{
	border-radius:5px;
}

@media (max-width: 768px){
	#sub_login_section .sub_login_box .login_original_box{
		border-right:none;
		border-bottom:1px solid #efefef;
	}
	
	#sub_login_section .sub_login_box .login_original_box{
		padding:0px 30px 30px 30px;
	}

	#sub_login_section .sub_login_box .login_certi_box{
		padding:30px 30px 0px 30px;
	}
}

@media (max-width: 400px){
	#sub_login_section .sub_login_box input[type="text"],
	#sub_login_section .sub_login_box input[type="password"],
	#sub_login_section .sub_login_box button,
	#sub_login_section .sub_login_box .login_certi_box,
	#sub_login_section .sub_login_box .login_original_box{
		width:100%;
	}

	#sub_login_section .sub_login_box .login_original_box{
		padding:0px 15px 30px 15px;
	}

	#sub_login_section .sub_login_box .login_certi_box{
		padding:30px 15px 0px 15px;
	}
}


/* sub_about_greeting_section */

#sub_about_greeting_section .sub_about_greeting_box h1{
	font-weight:bold;
	margin-bottom:20px;
}

#sub_about_greeting_section .sub_about_greeting_box h1 span{
	color:#00498c;
}

#sub_about_greeting_section .sub_about_greeting_box h1.mo_ver{
	display:none;
}

#sub_about_greeting_section .sub_about_greeting_box .row .col-xl-5,
#sub_about_greeting_section .sub_about_greeting_box .row .col-lg-5{
	padding-left:0px;
}

#sub_about_greeting_section .sub_about_greeting_box .row .col-xl-7,
#sub_about_greeting_section .sub_about_greeting_box .row .col-lg-7{
	padding-right:0px;
}

#sub_about_greeting_section .sub_about_greeting_box .row img.ceo_img{
	display:block;
	margin:0px auto 20px;
}

@media (max-width: 992px){
	#sub_about_greeting_section .sub_about_greeting_box .row .col-sm-12{
		padding-right:0px;
		padding-left:0px;
	}
}

@media (max-width: 768px){

	#sub_about_greeting_section .sub_about_greeting_box h1.pc_ver{
		display:none;
	}


	#sub_about_greeting_section .sub_about_greeting_box h1.mo_ver{
		display:block;
	}


	#sub_about_greeting_section .edu_system_text_box{
		margin-top:30px;
	}

	#sub_about_greeting_section p{
		text-align:justify;
	}
}

/* sub_about_outline_section */

#sub_about_outline_section .sub_about_outline_box h1{
	font-weight:bold;
	margin-bottom:15px;
}

#sub_about_outline_section .sub_about_outline_box h1 span{
	color:#00498c;
}

#sub_about_outline_section .sub_about_outline_box img{
	display:block;
	margin:20px auto 0px;
}

#sub_about_outline_section .sub_about_outline_box .study_support_system_box h3,
#sub_about_outline_section .sub_about_outline_box .study_support_system_box{
	margin-top:20px;
}

#sub_about_outline_section .sub_about_outline_box .study_support_system_box p{
	margin-top:5px;
}

#sub_about_outline_section .sub_about_outline_box .study_support_system_box h3:first-child{
	margin-top:0px;
}

#sub_about_outline_section .sub_about_outline_box .study_support_system_box h3 + ul{
	margin-top:15px;
}

/* sub_about_history_section */

#sub_about_history_section dl dt {
    color: #fff;
    font-size:24px;
    text-align:center;
    margin-top:30px;
    padding:15px 0px;
    border-radius:5px 5px 0px 0px;
    background:#d5103e;
}

#sub_about_history_section dl dd {
    width:100%;
    padding:30px;
    background:#f5f6fa;
}

#sub_about_history_section dl dd h3 {
	margin-top:30px;
    padding-bottom:15px;
    border-bottom:1px solid #e1e1e1;
}

#sub_about_history_section dl dd h3:first-child {
    margin-top: 0px;
}

#sub_about_history_section dl dd p {
    display:inline-block;
    width:48.5%;
    vertical-align:top;
    margin-top:30px;
    padding-left:15px;
}

#sub_about_history_section dl dd p:nth-child(1),
#sub_about_history_section dl dd p:nth-child(2){
	margin-top:0px;
}

#sub_about_history_section dl dd p span {
    display:block;
    font-weight:500;
}

@media (max-width: 768px){

	#sub_about_history_section dl dd p {
		width:100%;
	}
}

/* sub_map_section */

#sub_map_section .root_daum_roughmap{
	width:100%;
}

#sub_map_section .root_daum_roughmap .wrap_map{
	height:500px;
}

#sub_map_section .root_daum_roughmap .cont .section{
	margin:0px;
}

@media (max-width: 992px){
	#sub_map_section .root_daum_roughmap .wrap_map{
		height:400px;
	}
}

@media (max-width: 768px){
	#sub_map_section .root_daum_roughmap .wrap_map{
		height:300px;
	}
}

/* sub_course_section */

#sub_course_section .course_list_box{
	text-align:center;
}

#sub_course_section .course_list_box img{
	margin-top:30px;
	padding:20px;
	border-radius:15px;
	background:#f5f6fa;
}

#sub_course_section .course_list_box h3{
	margin-top:20px;
}

#sub_course_section .course_list_box p{
	margin-top:10px;
}

#sub_course_section .course_color_list_box{
	position:relative;
	text-align:center;
	margin-top:30px;
	padding:40px 30px;
	border-radius:10px;
	background:#f5f6fa;
}

#sub_course_section .course_color_list_box span{
	position:absolute; top:0px; left:0px;
	display:inline-block;
	width:50px; height:50px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	line-height:50px;
	border-radius:10px 0px 0px 0px;
	background:#d5103e;
}

#sub_course_section .course_color_list_box img{
	margin-top:15px;
}

#sub_course_section .course_color_list_box h3{
	margin-top:15px;
}

#sub_course_section .course_color_list_box p{
	margin-top:10px;
}

#sub_course_section .course_color_list_box p + p{
	margin-top:0px;
}

#sub_course_section .course_color_list_box p > a{
	color:#fff;
	font-weight:500;
	padding:3px 10px;
	border-radius:5px;
	background:#086399;
}

#sub_course_section .course_step_list_box{
	display:flex;
	align-items:center;
	justify-content:space-around;
}

#sub_course_section .course_step_list_box .lnr-arrow-down{
	display:none;
}

#sub_course_section .course_subject_box	p{
	font-weight:500;
}

#sub_course_section .course_table01 tr th{
	text-align:center;
	border-left:none;
}

#sub_course_section .course_table01 tr th:first-child{
	width:25%;
}

#sub_course_section .course_table02 tr th{
	border-left:none;
}

#sub_course_section .course_table01 tr th + th,
#sub_course_section .course_table01 tr td + td{
	text-align:center;
	border-right:none;
}

#sub_course_section .course_table02 tr td,
#sub_course_section .course_table02 tr th{
	text-align:center;
}

#sub_course_section .course_table02 tr td + td{
	text-align:left;
}

#sub_course_section .course_table02 tr th span.step_link,
#sub_course_section .course_table02 tr th span.step_text{
	font-weight:400;
}

#sub_course_section .course_table02 tr th a.step_link{
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:3px 5px;
	margin-left:5px;
	border:none;
	border-radius:3px;
	background:#052e48;
}

#sub_course_section .course_table03 tr td,
#sub_course_section .course_table03 tr th{
	width:33.3%;
	text-align:center;
}

#sub_course_section .course_table04{
	margin-top:30px;
}

#sub_course_section .course_table04 tr th{
	text-align:center;
	border-left:none;
}

#sub_course_section .course_table04 tr th:first-child{
	width:25%;
}

#sub_course_section .course_table04 tr td:first-child{
	border-left:none;
}

#sub_course_section .course_table04 tr th + th,
#sub_course_section .course_table04 tr td + td{
	text-align:center;
}

#sub_course_section .course_table05{
	margin-top:20px;
}

#sub_course_section .course_table05 tr th{
	text-align:center;
}

#sub_course_section .course_table05 tr th:first-child{
	width:25%;
}

#sub_course_section .course_table05 tr td:first-child{
	border-left:none;
}

#sub_course_section .course_table05 tr th + th,
#sub_course_section .course_table05 tr td + td{
	text-align:center;
}

#sub_course_section .course_table01 tr th:first-child,
#sub_course_section .course_table01 tr td:first-child,
#sub_course_section .course_table02 tr th:first-child,
#sub_course_section .course_table02 tr td:first-child,
#sub_course_section .course_table03 tr th:first-child,
#sub_course_section .course_table03 tr td:first-child,
#sub_course_section .course_table04 tr th:first-child,
#sub_course_section .course_table04 tr td:first-child,
#sub_course_section .course_table05 tr th:first-child,
#sub_course_section .course_table05 tr td:first-child{
	border-left:none;
}

#sub_course_section .course_table01 tr th:last-child,
#sub_course_section .course_table01 tr td:last-child,
#sub_course_section .course_table02 tr th:last-child,
#sub_course_section .course_table02 tr td:last-child,
#sub_course_section .course_table03 tr th:last-child,
#sub_course_section .course_table03 tr td:last-child,
#sub_course_section .course_table04 tr th:last-child,
#sub_course_section .course_table04 tr td:last-child,
#sub_course_section .course_table05 tr th:last-child,
#sub_course_section .course_table05 tr td:last-child{
	border-right:none;
}

#sub_course_section p.course_etc_text{
	margin-top:15px;
}

#sub_course_section p.course_etc_text + p{
	margin-top:15px;
}

#sub_course_section .course_btn_table{
	margin-top:60px;
}

#sub_course_section .course_btn_table tr th{
	text-align:center;
	background:#086399;
}

#sub_course_section .course_btn_table tr th:first-child{
	border-right:1px solid #fff;
}

#sub_course_section .course_btn_table tr th a{
	color:#fff;
}

#sub_course_section .course_btn_box{
	text-align:center;
	margin-top:60px;
}

#sub_course_section .course_btn_box > div{
	padding:0px;
}

#sub_course_section .course_btn_box > div:first-child a{
	margin-right:15px;
}

#sub_course_section .course_btn_box > div:last-child a{
	margin-left:15px;
}

#sub_course_section .course_btn_box a{
	display:block;
	color:#fff;
	font-weight:500;
	text-align:center;
	padding:15px 0px;
	border-radius:5px;
	background:#086399;
}

#sub_course_section .course_btn_box a > img{
	vertical-align:bottom;
}

#sub_course_section .course_arrow_box{
	font-size:32px;
	text-align:center;
	margin-top:30px;
}

#sub_course_section .course_arrow_box span{
	color:#838383;
}

#sub_course_section ul.course03_tab_menu_box{
	display:inline-block;
	width:100%;
	margin:60px 0px 20px;
}

#sub_course_section ul.course03_tab_menu_box li{
	float:left;
	width:50%; height:50px;
	text-align:center;
	line-height:50px;
	border:1px solid #efefef;
	background:#fafafa;
}

#sub_course_section ul.course03_tab_menu_box li:first-child{
	border-radius:5px 0px 0px 5px;
}

#sub_course_section ul.course03_tab_menu_box li:last-child{
	border-radius:0px 5px 5px 0px;
}

#sub_course_section ul.course03_tab_menu_box li.course_tab_on{
	border:1px solid #d5103e;
	background:#d5103e;
}

#sub_course_section ul.course03_tab_menu_box li a{
	display:block;
	font-weight:500;
}

#sub_course_section ul.course03_tab_menu_box li.course_tab_on a{
	color:#fff;
}

#sub_course_section #course03_tab_text_box02{
	display:none;
}

#sub_course_section .text_object_box{
	display:flex;
	align-items:center;
	justify-content:space-evenly;
	margin-top:60px;
}

#sub_course_section .text_object_box p{
	text-align:center;
	padding:15px;
	border-radius:5px;
	background:#f5f6fa;
}

#sub_course_section .text_object_box span{
	color:#838383;
	font-size:54px;
}

@media (max-width: 756px){
	#sub_course_section h3.course_sub_title{
		margin-top:15px;
		margin-bottom:10px;
	}

	#sub_course_section p.course_etc_text{
		margin-top:15px;
	}

	#sub_course_section p.course_etc_text + p{
		margin-top:10px;
	}
	
	#sub_course_section .course_color_list_first_box,
	#sub_course_section .course_color_list_box01{
		margin-top:15px;
	}

	#sub_course_section .course_btn_box{
		margin-top:30px;
	}
	
	#sub_course_section .course_btn_box a{
		padding:10px 0px;
	}
		
	#sub_course_section .course_btn_box > div:first-child a{
		margin-right:7.5px;
	}

	#sub_course_section .course_btn_box > div:last-child a{
		margin-left:7.5px;
	}

	#sub_course_section ul.course03_tab_menu_box{
		margin:30px 0px 0px;
	}

	#sub_course_section .text_object_box{
		margin-top:30px;
	}
}

@media (max-width: 578px){

	#sub_course_section .course_color_list_box{
		margin-top:15px;
	}

	#sub_course_section .course_btn_box > div:last-child a,
	#sub_course_section .course_btn_box > div:first-child a{
		margin:0px;
	}

	#sub_course_section .course_btn_box > div:last-child a{
		margin-top:15px;
	}

	#sub_course_section .text_object_box p{
		font-size:12px;
	}

	#sub_course_section .text_object_box span{
		font-size:32px;
	}
	
	#sub_course_section .course_step_list_box{
		flex-direction: column;
	} 
		
	#sub_course_section .course_step_list_box .lnr-arrow-down{
		display:block;
		margin-top:20px;
	}

	#sub_course_section .course_step_list_box .lnr-arrow-right{
		display:none;
	}
}

@media (max-width: 390px){
	#sub_course_section .text_object_box p{
		font-size:10px;
	}

	#sub_course_section .text_object_box span{
		font-size:24px;
	}
}

@media (max-width: 350px){
	#sub_course_section .text_object_box p{
		font-size:9px;
	}

	#sub_course_section .text_object_box span{
		font-size:18px;
	}
}

/* sub_class_list_seciton */

#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col{
	height:50px;
	text-align:center;
	line-height:50px;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	background:#fafafa;
}

#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col:nth-child(5),
#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col:first-child{
	border-left:none;
}

#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col a{
	display:block;
}

#sub_class_list_section .class_semester_choice_box .row-cols-6 div.choice_semester a,
#sub_class_list_section .class_subject_choice_box .row-cols-4 div.choice_subject a{
	color:#fff;
	font-weight:400;
}

#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col:nth-child(1),
#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col:nth-child(2),
#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col:nth-child(3),
#sub_class_list_section .class_subject_choice_box .row-cols-4 div.col:nth-child(4){
	border-top:1px solid #efefef;
}

#sub_class_list_section .class_semester_choice_box .row-cols-6 div.col{
	text-align:center;
	padding:10px 0px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	background:#fafafa;
}

#sub_class_list_section .class_semester_choice_box .row-cols-6 div.choice_semester,
#sub_class_list_section .class_subject_choice_box .row-cols-4 div.choice_subject{
	background:#d5103e;
}

#sub_class_list_section .class_semester_choice_box .row-cols-6 div.col a{
	display:block;
}

#sub_class_list_section .class_semester_box{
	background:#f5f6fa;
}

#sub_class_list_section .class_date_box{
	margin-top:20px;
}

#sub_class_list_section .class_date_box .row-cols-2{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	background:#fafafa;
}

#sub_class_list_section .class_date_box .row-cols-2 > .col,
#sub_class_list_section .class_date_box .row-cols-2{
	margin:10px 0px 10px 0px;
}


#sub_class_list_section .class_date_box .mo_ver{
	display:none;
}

#sub_class_list_section .class_list_wrap{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
}

#sub_class_list_section .class_list_wrap table.class_list_table{
	table-layout:fixed;
}

#sub_class_list_section .class_list_wrap table.class_list_table tr th,
#sub_class_list_section .class_list_wrap table.class_list_table tr td{
	width:15%;
	text-align:center;
	vertical-align:middle;
	border-right:none;
	border-left:none;
}

#sub_class_list_section .class_list_wrap table.class_list_table tr th:first-child,
#sub_class_list_section .class_list_wrap table.class_list_table tr td:first-child{
	width:5%;
}

#sub_class_list_section .class_list_wrap table.class_list_table tr th:nth-child(3),
#sub_class_list_section .class_list_wrap table.class_list_table tr td:nth-child(3){
	width:16%;
}

#sub_class_list_section .class_list_wrap table.class_list_table tr th:nth-child(4),
#sub_class_list_section .class_list_wrap table.class_list_table tr th:nth-child(5),
#sub_class_list_section .class_list_wrap table.class_list_table tr th:nth-child(6),
#sub_class_list_section .class_list_wrap table.class_list_table tr td:nth-child(4),
#sub_class_list_section .class_list_wrap table.class_list_table tr td:nth-child(5),
#sub_class_list_section .class_list_wrap table.class_list_table tr td:nth-child(6){
	width:13%;
}

#sub_class_list_section .class_list_wrap table.class_list_table tr td a span.lnr-book,
#sub_class_list_section .class_list_wrap table.class_list_table tr td a span.lnr-film-play{
	font-size:24px;
}

#sub_class_list_section .class_list_table tr td p{
	white-space:normal;
}

#sub_class_list_section .arrow_right_text{
	display:none;
}

#sub_class_list_section .arrow_right_text > span{
	position:relative;
	display:inline-block;
	font-size:26px;
	vertical-align:sub;
	animation:moveArrow 2s linear infinite;
}

@keyframes moveArrow {
	0% { left: 0; } 
	100% { left: 2%; } 
}

#sub_class_list_section #syllabus_box{
	display:none;
	position:fixed;
	top:50%; left:50%;
	width:90%; height:600px;
	padding:30px 30px 95px;
	overflow:hidden;
	transform:translate(-50%, -50%);
	z-index:1000;
	background:#fff;
}

#sub_class_list_section #syllabus_box .syllabus_text_box{
	position:relative;
	width:100%; height:100%;
	margin-top:30px;
	overflow-y:scroll;
	z-index:10001;
}

#sub_class_list_section #syllabus_box button.popup_close{
	float:right;
}

#sub_class_list_section #syllabus_box h1{
	text-align:center;
}

#sub_class_list_section .popup_overlay_box{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; 
}

#sub_class_list_section .class_list_btn_box{
	text-align:right;
	margin-top:30px;
}

#sub_class_list_section .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}

#sub_class_list_section .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

#sub_class_list_section .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

#sub_class_list_section .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}

#sub_class_list_section .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

#sub_class_list_section .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

#sub_class_list_section .class_finish_img_box{
	text-align:center;
	margin:30px 0px 25px;
}

#sub_class_list_section .payment_subject_btn_box .select_paymant_box{
	margin-top:60px;
}

#sub_class_list_section .payment_subject_btn_box .paymant_btn_box{
	margin-top:30px;
}

#sub_class_list_section .class_subject_choice_box div.col a{
	text-overflow:clip;
	white-space:nowrap;
	overflow:hidden;
}

@media (max-width: 768px){

	#sub_class_list_section .arrow_right_text{
		display:block;
		margin-top:-15px;
	}
	
	#sub_class_list_section .class_date_box > h3{
		font-size:15px;
	}

	#sub_class_list_section .class_list_wrap table.class_list_table{
		width:800px;
	}

	#sub_class_list_section .class_list_wrap{
		width:100%;
		overflow-x: scroll;
	}

	#sub_class_list_section .class_date_box .mo_ver{
		display:block;
	}

	#sub_class_list_section .class_date_box .pc_ver{
		display:none;
	}

	#sub_class_list_section #syllabus_box{
		width:95%; height:500px;
		padding:15px;
	}

	#sub_class_list_section .payment_subject_btn_box .select_paymant_box,
	#sub_class_list_section .payment_subject_btn_box .paymant_btn_box{
		margin-top:30px;
	}
}

@media (max-width: 576px){
	
	#sub_class_list_section .class_subject_choice_box div.col a{
		font-size:13px;
	}

	#sub_class_list_section .class_list_wrap table.class_list_table{
		width:700px;
	}
}

@media (max-width: 360px){

	#sub_class_list_section .class_semester_choice_box .row-cols-5 div.col,	
	#sub_class_list_section .class_subject_choice_box div.col{
		padding-right:5px;
		padding-left:5px;
	}

	#sub_class_list_section .class_subject_choice_box div.col a{
		font-size:12px;
	}
}


/* sub_class_list_section */

#sub_class_list_section table tr td a.class_login_btn{
	display:inline-block;
	margin-top:10px;
	padding:2px 15px;
	border:1px solid #efefef;
	border-radius:30px;
}

#sub_class_list_section .course_sub_title{
	margin-top:25px;
}

#sub_class_list_section .course_sub_title:first-child{
	margin-top:0px;
}

#sub_class_list_section .class_login_table{
	margin-top:20px;
}

#sub_class_list_section .login_img_btn{
	display:inline-block;
	margin-top:15px;
}

#sub_call_finish_section .class_finish_img_box{
	text-align:center;
	margin:60px 0px 30px;
}


#sub_class_list_section #select_paymant01,
#sub_class_list_section #select_paymant02,
#sub_class_list_section #select_paymant03{
	width:20px; height:20px;
	vertical-align:middle;
	cursor:pointer;
}

@media (max-width: 768px){
	#sub_class_list_section .login_img_btn{
		width:40px; height:40px;
	}

	#sub_class_list_section .class_finish_img_box{
		text-align:center;
		margin:30px 0px 30px;
	}
}


/* sub_class_benefit_section */

#sub_class_benefit_section .sub_class_benefit_list_box{
	display:flex;
	align-items:center;
	margin-top:20px;
	padding:30px 20px;
	border-radius:5px;
	background:#f5f6fa;
}

#sub_class_benefit_section .sub_class_benefit_list_box i{
	font-size:42px;
	margin-right:30px;
}


#sub_class_benefit_section .certificate_info_btn_box{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:60px;
}

#sub_class_benefit_section .certificate_info_btn_box button{
	padding:15px;
}

#sub_class_benefit_section .certificate_info_btn_box button:first-child{
	margin-right:15px;
}

#sub_class_benefit_section .certificate_info_btn_box button:last-child{
	margin-left:15px;
}

@media (max-width: 576px){

	#sub_class_benefit_section .sub_class_benefit_list_box{
		flex-direction: column;
		text-align:center;
	}

	#sub_class_benefit_section .sub_class_benefit_list_box i{
		font-size:56px;
		margin-right:15px;
	}

	#sub_class_benefit_section .sub_class_benefit_list_box h3{
		margin:15px 0px;
	}

	#sub_class_benefit_section .certificate_info_btn_box{
		margin-top:30px;
	}

}


/* sub_register_section */

#sub_register_section .sub_register_select_box{
	text-align:center;
	margin-top:10px;
	padding:20px;
	border:1px solid #efefef;
	border-radius:5px;
}

#sub_register_section .sub_register_select_box button{
	padding:10px 15px;
}

#sub_register_section .sub_register_select_box h3{
	margin-top:10px;
}

#sub_register_section .sub_register_select_box button{
	margin-top:15px;
}

#sub_register_section .register_sns_select_box{
	width:300px;
	margin:0px auto;
} 

/* sub_register_provision_section */

#sub_register_provision_section .register_text_box{
	height:300px; 
	padding:15px;
	overflow-y:scroll;
	border:1px solid #efefef;
}

#sub_register_provision_section h3{
	margin:30px 0px 15px;
}

#sub_register_provision_section h3:first-child{
	margin-top:0px;
}

#sub_register_provision_section hr{
	margin-top:60px;
}

#sub_register_provision_section .register_btn_box{
	text-align:center;
	margin-top:60px;
	border-top:1px solid #efefef;
}

#sub_register_provision_section .register_btn_box button{
	width:150px; height:40px;
	margin-top:60px;
}

@media (max-width: 768px){
	#sub_register_provision_section .register_btn_box,
	#sub_register_provision_section .register_btn_box button{
		margin-top:30px;
	}
}

/* sub_register_input_section */

#sub_register_input_section .sub_register_input_box input[type="text"],
#sub_register_input_section .sub_register_input_box input[type="password"]{
    /*width: 300px;*/
    font-size: 16px;
    margin: 5px 0px; 
    padding: 10px;
    border: none;
    background: #f5f6fa;
} 

#sub_register_input_section .sub_register_input_box input[name="mb_zip"]{
	vertical-align:sub;
}

#sub_register_input_section .sub_register_input_box button.addr_search_btn{
	height:42px;
	vertical-align:sub;
}

#sub_register_input_section hr{
	margin-top:30px;
}

#sub_register_input_section .sub_register_input_box .address_search_btn{
	color:#fff;
	margin-left:10px;
	background:#052e48;
}

#sub_register_input_section .sub_register_input_box input[type="text"].register_address_input{
	width:430px;
}

#sub_register_input_section .preview_img_box2{
	display:flex;
	width:75px; height:75px;
	justify-content:center;
	align-items:center;
	margin-top:15px;
	overflow:hidden;
	border:1px solid #efefef;
	border-radius:50%;
}

#sub_register_input_section .preview_img_box2 p{
	font-size:12px;
	text-align:center;
}

#sub_register_input_section .preview_img_box2 > img,
#sub_register_input_section .preview_img_box > img{
	width:100%; height:auto;
}

#sub_register_input_section a.btn_cancel{
	padding: 5px 10px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

/* sub_register_finish_section */

#sub_register_finish_section .class_finish_img_box{
	text-align:center;
	margin:60px 0px 30px;
}

/* sub_faq_section */

#sub_faq_section .faq_menu_box{
	margin-top:20px;
}

#sub_faq_section .faq_menu_box .col{
	height:50px;
	text-align:center;
	line-height:50px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	background:#fafafa;
}

#sub_faq_section .faq_menu_box .col:first-child,
#sub_faq_section .faq_menu_box .col:nth-child(4){
	border-left:none;
}

#sub_faq_section .faq_menu_box .col:nth-child(4),
#sub_faq_section .faq_menu_box .col:nth-child(5),
#sub_faq_section .faq_menu_box .col:nth-child(6){
	border-top:none;
}

#sub_faq_section .faq_menu_box .col a{
	display:block;
}

#sub_faq_section .faq_menu_box .choice_faq{
	background:#d5103e;
}

#sub_faq_section .faq_menu_box .choice_faq a{
	color:#fff;
	font-weight:400;
}

#sub_faq_section dl dt{
	display:flex;
	justify-content:space-between;
	padding:10px;
	cursor:pointer;
	border-bottom:1px solid #efefef;
}

#sub_faq_section dl dt:first-child{
	border-top:1px solid #efefef;
}

#sub_faq_section dl dt h3{
	font-size:16px;
	font-weight:400;
}

#sub_faq_section dl dt span{
	color:#838383;
	font-weight:100;
}

#sub_faq_section dl dd{
	display:none;
	padding:20px;
	background:#f5f6fa;
}

#sub_faq_section dl dd p.faq_title{
	font-size:16px;
	font-weight:400;
	margin:15px 0px 5px;
}

#sub_faq_section dl dd p.faq_title:first-child{
	margin-top:0px;
}

#sub_faq_section dl dd table{
	margin-top:20px;
}

#sub_faq_section dl dd table tr th{
	background:#f7f7f7;
}

#sub_faq_section dl dd table tr td{	
	background:#fff;
}

#sub_faq_section .faq_list_box{
	display:none;
}

#sub_faq_section .faq_tab_on{
	display:block;
}

@media (max-width: 768px){
	#sub_faq_section dl dd p.faq_title{
		font-size:14px;
	}

	#sub_faq_section dl dd table{
		margin-top:15px;
	}
}

/* sub_call_section */

#sub_call_section .call_num_box{
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding:20px 0px 0px;
	border-radius:5px;
	background:#f9fafb;
}

#sub_call_section .sub_call_box .call_num_text_box{
	margin-top:-20px;
}

#sub_call_section .sub_call_box .call_num_text_box h1{
	font-size:53px;
	font-weight:bold;
	margin-top:0px;
}

#sub_call_section .sub_call_box .call_num_text_box p.mo_ver{
	display:none;
}

#sub_consulting_section .register_text_box,
#sub_call_section .register_text_box{
	height:210px;
}

#sub_consulting_section .sub_consulting_box input[type="text"],
#sub_call_section .sub_call_box input[type="text"]{
	width:100%;
	background:#f5f6fa;
}

#sub_consulting_section .sub_consulting_box label{
	vertical-align:bottom;
	cursor:pointer;
}

#sub_consulting_section .sub_consulting_box .row .col-lg-6:first-child,
#sub_consulting_section .sub_consulting_box .row .col-xl-6:first-child,
#sub_consulting_section .sub_consulting_box .row .col-lg-6:nth-child(3),
#sub_consulting_section .sub_consulting_box .row .col-xl-6:nth-child(3),
#sub_call_section .sub_call_box .row .col-lg-6:first-child,
#sub_call_section .sub_call_box .row .col-xl-6:first-child,
#sub_call_section .sub_call_box .row .col-lg-6:nth-child(3),
#sub_call_section .sub_call_box .row .col-xl-6:nth-child(3){
	padding-left:0px;
}


#sub_consulting_section .sub_consulting_box .row .col-lg-6:last-child,
#sub_consulting_section .sub_consulting_box .row .col-xl-6:last-child,
#sub_consulting_section .sub_consulting_box .row .col-lg-6:nth-child(2),
#sub_consulting_section .sub_consulting_box .row .col-xl-6:nth-child(2),
#sub_call_section .sub_call_box .row .col-lg-6:last-child,
#sub_call_section .sub_call_box .row .col-xl-6:last-child,
#sub_call_section .sub_call_box .row .col-lg-6:nth-child(2),
#sub_call_section .sub_call_box .row .col-xl-6:nth-child(2){
	padding-right:0px;
}

#sub_consulting_section .sub_consulting_box .row .col-lg-12,
#sub_consulting_section .sub_consulting_box .row .col-xl-12,
#sub_call_section .sub_call_box .row .col-lg-12,
#sub_call_section .sub_call_box .row .col-xl-12{
	padding-left:0px;
	padding-right:0px;
}

#sub_call_section .sub_call_box label{
	vertical-align:bottom;
	cursor:pointer;
}

#sub_consulting_section .sub_consulting_box textarea,
#sub_call_section .sub_call_box textarea{
	width:100%; height:300px;
	padding:15px;
	resize:none;
	background:#f5f6fa;
}

#sub_consulting_section .sub_consulting_finish_box img,
#sub_call_section .sub_call_finish_box img{
	display:block;
	margin:60px auto 0px;
}

#sub_consulting_section .sub_consulting_finish_box h3,
#sub_call_section .sub_call_finish_box h3{
	margin-top:30px;
}

@media (max-width: 1199px){
	#sub_call_section .sub_call_box .call_num_img_box img{
		width:280px; height:290px;
	}
}

@media (max-width: 992px){
	
	#sub_call_section .sub_call_box .call_num_text_box h1{
		font-size:50px;
	}

	#sub_call_section .sub_call_box .call_num_text_box p{
		font-size:15px;
	}

	#sub_call_section .sub_call_box .call_num_img_box img{
		width:230px; height:240px;
	}

	#sub_consulting_section .sub_consulting_box .row .col-sm-12,
	#sub_consulting_section .sub_consulting_box .row .col-xs-12,
	#sub_call_section .sub_call_box .row .col-sm-12,
	#sub_call_section .sub_call_box .row .col-xs-12{
		padding:0px;
	}
}

@media (max-width: 768px){
	
	#sub_call_section .call_num_box{
		flex-direction: column;
		padding:40px 20px 0px;
		align-items:center;
	}
	
	#sub_call_section .sub_call_box .call_num_text_box p.pc_ver{
		display:none;
	}
	
	#sub_call_section .sub_call_box .call_num_text_box p.mo_ver{
		display:block;
		font-size:14px;
	}

	#sub_call_section .sub_call_box .call_num_text_box h2,
	#sub_call_section .sub_call_box .call_num_text_box h1,
	#sub_call_section .sub_call_box .call_num_text_box p{
		text-align:center;
	}

	#sub_call_section .sub_call_box .call_num_text_box h1{
		font-size:44px;
	}

	#sub_call_section .sub_call_box .call_num_img_box img{
		width:200px; height:210px;
		margin-top:20px;
	}

	#sub_call_section .sub_call_box .row .col-md-12{
		padding:0px;
	}

	#sub_call_section .sub_call_finish_box img{
		margin:30px auto 0px;
	}
}

@media (max-width: 576px){
	
	#sub_call_section .sub_call_box .call_num_text_box h1{
		font-size:32px;
	}
}

/* sub_kakaotalk_section */

#sub_kakaotalk_section .kakaotalk_box{
	display:flex;
	flex-direction: column;
	justify-content:space-around;
	align-items:center;
	padding:60px 0px;
	border-radius:5px;
	background:#fae100;
}

#sub_kakaotalk_section .kakaotalk_box h1{
	font-size:42px;
	font-weight:bold;
	text-align:center;
	margin:20px 0px 10px;
}

#sub_kakaotalk_section .kakaotalk_box p{
	text-align:center;
}

#sub_kakaotalk_section .kakaotalk_box a{
	display:inline-block;
	width:100%; height:60px;
	color:#ffe600;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	margin:20px 0px;
	border-radius:5px;
	background:#392020;
}

@media (max-width: 576px){
	#sub_kakaotalk_section .kakaotalk_box h1{
		font-size:32px;
	}
}

/* sub_remote_section */

#sub_remote_section .sub_remote_box .sub_remote_process_box{
	position:relative;
	text-align:center;
	padding:20px;
	border-radius:5px;
	background:#f5f6fa;
}

#sub_remote_section .sub_remote_box .sub_remote_process_box03,
#sub_remote_section .sub_remote_box .sub_remote_process_box04{
	margin-top:30px;
}

#sub_remote_section .sub_remote_box .sub_remote_process_box span{
	position:absolute; top:0px; left:0px;
	width:40px; height:40px;
	color:#fff;
	font-weight:500;
	text-align:center;
	line-height:40px;
	border-radius:5px 0px 0px 0px;
	background:#052e48;
}

#sub_remote_section .sub_remote_box .sub_remote_process_box img{
	padding-top:30px;
}

#sub_remote_section .sub_remote_box .sub_remote_process_box h3{
	text-align:center;
	margin-top:10px;
}

#sub_remote_section .sub_remote_box .sub_remote_process_box p{
	margin-top:10px;
}

#sub_remote_section .sub_remote_box .sub_remote_process_box p > span{
	font-weight:bold;
}

#sub_remote_section .sub_remote_box button{
	width:120px; height:40px;
}

#sub_remote_section .sub_remote_box > p{
	margin-top:30px;
}

#sub_remote_section .sub_remote_box > img{
	margin-top:20px;
}

@media (max-width: 576px){
	
	#sub_remote_section .sub_remote_box .col-xs-12{
		padding:0px;
	}

	#sub_remote_section .sub_remote_box .sub_remote_process_box{
		margin-top:20px;
	}

	#sub_remote_section .sub_remote_box .row > div:first-child .sub_remote_process_box{
		margin-top:0px;
	}
}

/* sub_class_voucher_section */

#sub_class_voucher_section .sub_class_voucher_box .voucher_app_box{
	text-align:center;
}

#sub_class_voucher_section .sub_class_voucher_box .voucher_app_box img{
	margin-top:20px;
}

#sub_class_voucher_section .sub_class_voucher_box .voucher_app_box img.mo_ver{
	display:none;
}

@media (max-width: 768px){
	#sub_class_voucher_section .sub_class_voucher_box .voucher_app_box img.pc_ver{
		display:none;
	}
	
	#sub_class_voucher_section .sub_class_voucher_box .voucher_app_box img.mo_ver{
		display:block;
	}
}

/* sub_site_map_section */

#sub_site_map_section .sub_site_map_box{
	text-align:center;
	border-radius:5px;
	border:1px solid #efefef;
}

#sub_site_map_section .sub_site_map_box01,
#sub_site_map_section .sub_site_map_box02,
#sub_site_map_section .sub_site_map_box03,
#sub_site_map_section .sub_site_map_box04{
	margin-bottom:30px;
}

#sub_site_map_section .sub_site_map_box h3{
	color:#fff;
	margin-top:30px;
	padding:10px 0px;
	border:1px solid #d5103e;
	border-radius:5px 5px 0px 0px;
	background:#d5103e;
}

#sub_site_map_section .sub_site_map_box h3{
	margin-top:0px;
}

#sub_site_map_section .sub_site_map_box ul{
	padding-bottom:20px;
}

#sub_site_map_section .sub_site_map_box ul li a{
	display:inline-block;
	margin-top:5px;
}

#sub_site_map_section .sub_site_map_box ul li:first-child a{
	margin-top:20px;
}

@media (max-width: 576px){

	#sub_site_map_section .row .row > div{
		padding:0px;
	}
	
	#sub_site_map_section .sub_site_map_box{
		margin-bottom:20px;
	}
}

/* sub_site_guide_section */

#sub_site_guide_section .guide04_step_box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:30px;
}

#sub_site_guide_section .guide04_step_box > div{
	text-align:center;
	padding:25px;
	border:1px solid #efefef;
	border-radius:5px;
	background:#fff;
}

#sub_site_guide_section .guide04_step_box > div > img{
	display:block;
	margin:0px auto;
}

#sub_site_guide_section .guide04_step_box > div > p{
	margin-top:10px;
}

#sub_site_guide_section .guide04_list_box{	
	text-align:center;
	margin-top:30px;
}

#sub_site_guide_section .guide04_list_box p,
#sub_site_guide_section .guide04_list_box h3{
	margin-top:15px;
}

#sub_site_guide_section .guide04_list_box h4{
	font-weight:400;
}

#sub_site_guide_section .guide04_list_box img{
	display:block;
	margin:15px auto 0px;
    padding: 20px;
    border-radius: 15px;
    background: #f5f6fa;
}

#sub_site_guide_section .guide04_bank_list_box{
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content:space-between;
	background:#f5f6fa;
}


#sub_site_guide_section .scholarship_search_box{
	text-align:right;
	margin-bottom:20px;
}

#sub_site_guide_section .scholarship_search_box select{
	margin-top:10px;
}

/* sub_privacy_section */

#sub_privacy_section .sub_privacy_box h2{
	padding-bottom:25px;
	border-bottom:1px solid #efefef;
}

#sub_privacy_section .sub_privacy_box h3{
	margin-bottom:15px;
}

/* sub_all_vod_section */

#sub_all_vod_section .vod_menu_box{
	padding-top:15px;
	border-radius:10px;
	background:#f5f6fa;
}

#sub_all_vod_section .vod_menu_box ul{
	display:flex;
	flex-wrap: wrap;
}

#sub_all_vod_section .vod_menu_box ul li{
	margin:0px 0px 15px 15px;
}

#sub_all_vod_section .vod_menu_box ul li a{
	display:block;
	padding:5px 15px;
	border-radius:15px;
	background:#fff;
}
	
#sub_all_vod_section .vod_menu_box ul li.on a{
	display:block;
	color:#fff;
	font-weight:500;
	background:#052e48;
}

#sub_all_vod_section .vod_select_box{
	float:right;
	margin:20px 15px 0px 0px;
}

#sub_all_vod_section .vod_list_box{
	margin-top:20px;
}

#sub_all_vod_section .vod_list_box h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 0px;
    overflow: hidden;
}

#sub_all_vod_section .vod_list_box p {
    display: -webkit-box;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#sub_all_vod_section .vod_list_box .vod_view_box{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#sub_all_vod_section .study_view_qna_error_btn_box{
	text-align:right;
}

#sub_all_vod_section .study_view_qna_error_btn_box button{
	margin-left:5px;
}

#sub_all_vod_section .study_view_map_menu_box{
	margin-bottom:15px;
}

#sub_all_vod_section .study_view_map_menu_box table{
	width:100%;
	margin-top:10px;
}

#sub_all_vod_section .study_view_map_menu_box{
	margin-bottom:15px;
}

#sub_all_vod_section .study_view_map_menu_box table{
	width:100%;
	margin-top:10px;
}

#sub_all_vod_section .study_view_map_menu_box table tr td{
	text-align:center;
	padding:0px;
	border:1px solid #efefef;
}

#sub_all_vod_section .study_view_map_menu_box table tr td.disable_link{
	cursor:default;
	background:#ddd;
}

#sub_all_vod_section .study_view_map_menu_box table tr td a{
	display:block;
	padding:15px;
}

#sub_all_vod_section .study_view_map_menu_box table tr td.disable_link a{
	color:#666;
	cursor:default;
}

#sub_all_vod_section .study_view_map_menu_box table tr td.on{
	background:#086399;
}

#sub_all_vod_section .study_view_map_menu_box table tr td.on a{
	color:#fff;
	font-weight:500;
}

#sub_all_vod_section .study_view_map_menu_box .mo_ver{
	display:none;
}

#sub_all_vod_section .study_view_btn_box{
	display:flex;
	justify-content:space-between;
	margin:20px 0px 30px;
}

#sub_all_vod_section .study_step_btn_box a{
	color:#052e48;
	font-size:32px;
	margin-right:10px;
}

#sub_all_vod_section .study_step_btn_box a.disable_btn{
	cursor:default;
}

#sub_all_vod_section .study_step_btn_box a.disable_btn i{
	color:#838383;
}

#sub_all_vod_section .study_view_map_menu_box .mo_ver a{
	font-size:32px;
	margin-right:0px;
	margin-left:10px;
}

#sub_all_vod_section .study_finish_box,
#sub_all_vod_section .study_quiz_box,
#sub_all_vod_section .study_objective_box{
	padding:20px;
	background:#f5f6fa;
}

#sub_all_vod_section .study_objective_box{
	display:flex;
	align-items:center;
	justify-content:space-around;
}

#sub_all_vod_section .study_objective_box h3{
	color:#fff;
	text-align:center;
	margin:30px 0px 0px;
	padding:10px 5px;
	border-radius:5px 5px 0px 0px;
	background:#086399;
}

#sub_all_vod_section .study_objective_box ul{
	margin-bottom:30px;
	padding:20px;
	border-radius:0px 0px 5px 5px;
	background:#fff;
}

#sub_all_vod_section .study_intro_box img{
	width:100%;
}

#sub_all_vod_section .sub_exam_box h2{
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #efefef;
}

#sub_all_vod_section .sub_exam_box ul li{
	margin-top:15px;
}

#sub_all_vod_section .sub_exam_box ul.ox_quiz{
	display:flex;
	align-items:center;
	justify-content: space-around;
}

#sub_all_vod_section .sub_exam_box ul.ox_quiz li{
	text-align:center;
}

#sub_all_vod_section .sub_exam_box ul.ox_quiz li i{
	font-size:120px;
	font-weight:bold;
	padding:0px 30px 10px;
	border-radius:50%;
}

#sub_all_vod_section .sub_exam_box ul.ox_quiz li i.bi-circle{
	color:#fff;
	background:#0b57d0;
}

#sub_all_vod_section .sub_exam_box ul.ox_quiz li i.bi-x-lg{
	color:#fff;
	background:#ff0000;;
}

#sub_all_vod_section .sub_exam_box ul li label{
	cursor:pointer;
}

#sub_all_vod_section .sub_exam_box ul li input[type="radio"]{
	width:20px; height:20px;
	vertical-align:middle;
}

#sub_all_vod_section .sub_exam_box ul.ox_quiz li input[type="radio"]{
	margin-top:25px;
}

#sub_all_vod_section .sub_exam_box .exam_btn_box{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
	border-top:1px solid #efefef;
}

#sub_all_vod_section .sub_exam_box .exam_btn_box button{
	margin-top:20px;
	border:1px solid #086399;
	background:#086399;
}

#sub_all_vod_section .sub_exam_box .marking_text{
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}

#sub_all_vod_section .sub_exam_box .marking_text span.true{
	color:#00f;
}

#sub_all_vod_section .sub_exam_box .marking_text span.false{
	color:#f00;
}

#sub_all_vod_section .exam_finish_box{
	text-align:center;
}

#sub_all_vod_section .exam_finish_box h3{
	margin-top:30px;
}

#sub_all_vod_section .study_finish_box{
	text-align:center;
}

#sub_all_vod_section .study_finish_box i{
	color:#086399;
	font-size:64px;
}

#sub_all_vod_section .study_finish_box h2{
	display:inline-block;
	margin-top:0px;
	padding-bottom:15px;
	border-bottom:2px solid #ccc;
}

#sub_all_vod_section .study_finish_box p{
	margin:5px 0px 30px;
}

.study_time_line_view_btn_box,
.study_text_view_btn_box{
	display:block;
	text-align:center;
	justify-content:center;
	align-items:center;
	padding:10px 0px;
	border-bottom:1px solid #efefef;
	background:#f5f6fa;
}

.study_time_line_view_btn_box a,
.study_text_view_btn_box a{
	display:block;
	padding:4px;
}


.study_file_box{
	padding:15px;
	margin-bottom:30px;
	border-radius:5px;
	border:1px solid #efefef;
}

.study_time_line_box,
.study_text_box{
	display:none;	
	padding:30px;
	margin-bottom:30px;
	border-radius:5px;
	background:#f5f6fa;
}

.study_time_line_box{
	margin-bottom:0px;
}

.bbs_select_box{
	text-align:right;
}

.related_video_box{
	padding:15px;
	border-radius:5px;
	background:#f5f6fa;
}

@media (max-width: 1200px){

	#sub_all_vod_section .study_view_btn_box button{
		margin-left:10px;
	}

	#sub_all_vod_section .study_view_qna_error_btn_box{
		display:block;
		text-align:right;
		margin-bottom:15px;
	}

	#sub_all_vod_section .study_guide_btn,
	#sub_all_vod_section .study_note_btn,
	#sub_all_vod_section .study_view_qna_error_btn_box .study_step_btn_box,
	#sub_all_vod_section .study_view_map_menu_box table{
		display:none;
	}

	#sub_all_vod_section .study_view_map_menu_box .mo_ver{
		display:block;
		display:flex;
		align-items:center;
	}
}

@media (max-width: 991px){
	#sub_all_vod_section .progress_study_box .study_objective_box{
		flex-direction: column;
	}
}


@media (max-width: 768px){

	#sub_all_vod_section .study_intro_box .study_intro_text_box{
		padding:30px;
	}
	
	#sub_all_vod_section .progress_study_box .study_objective_box .objective_list_box{
		margin-top:20px;
	}

	#sub_all_vod_section .study_objective_box ul,
	#sub_all_vod_section .study_objective_box h3{
		margin:0px;
	}
}

@media (max-width: 576px){
	#sub_all_vod_section .sub_exam_box ul.ox_quiz li i{
		font-size:60px;
	    padding: 0px 20px 5px;
	}
}

/* bbs_notice */

.bbs_number_box{
	display:block;
	text-align:center;
}

.bbs_number_box ul{
	margin:60px auto 0px;
}

.bbs_number_box ul li{
	display:inline;	
	padding:0px 12.5px;
	vertical-align:super;
}

.bbs_number_box ul li a{
	color:#afafaf;
	font-size:17px;
	font-weight:400;
}

.bbs_number_box ul li a span{
	font-weight:bold;
}

.bbs_number_box ul li.on a{
	color:#222;
}

.bbs_number_box table tr td.on a{
	color:#222;
}

.bbs_search_box{
	display:flex;
	justify-content:center;
	margin-top:60px;
}

.bbs_search_box > button,
.bbs_search_box > input[type="button"],
.bbs_search_box > input[type="text"]{
	margin-left:5px;
}

#bbs_notice .bbs_notice_tab_menu_box{
	height:68px;
	margin-top:50px;
	margin-bottom:20px;
	border-bottom:2px solid #222;
}

#bbs_notice .bbs_notice_tab_menu_box ul li{
	float:left;
	font-size:17px;
	font-weight:700;
	padding:10px 32px;
}

#bbs_notice .bbs_notice_tab_menu_box ul li a{
	color:#afafaf;
}

#bbs_notice .bbs_notice_tab_menu_box ul li.on{
	border-radius:30px;
	background:#eb5667;
}

#bbs_notice .bbs_notice_tab_menu_box ul li.on > a{
	color:#fff;
}

#bbs_notice .bbs_notice_list_box table{
	width:100%;
}

#bbs_notice .bbs_notice_list_box table tr th{
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	padding-bottom:15px;
	border-bottom:1px solid #efefef;
}

#bbs_notice .bbs_notice_list_box table tr td{
	text-align:center;
	vertical-align:middle;
	padding:15px 5px;
	border-bottom:1px solid #efefef;
}

#bbs_notice .bbs_notice_prev_next_box table tr th:first-child,
#bbs_notice .bbs_notice_prev_next_box table tr td:first-child,
#bbs_notice .bbs_notice_list_box table tr th:first-child,
#bbs_notice .bbs_notice_list_box table tr td:first-child{
	border-left:none;
}

#bbs_notice .bbs_notice_prev_next_box table tr th:last-child,
#bbs_notice .bbs_notice_prev_next_box table tr td:last-child,
#bbs_notice .bbs_notice_list_box table tr th:last-child,
#bbs_notice .bbs_notice_list_box table tr td:last-child{
	border-right:none;
}

#bbs_notice .bbs_notice_list_box table tr td.bbs_notice{
	background:#fafafa;
}

#bbs_notice .bbs_notice_list_box table tr th.bbs_number,
#bbs_notice .bbs_notice_list_box table tr td.bbs_number{
	width:80px;
}

#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
	width:1000px;
}

#bbs_notice .bbs_notice_list_box table tr th.bbs_write,
#bbs_notice .bbs_notice_list_box table tr td.bbs_write{
	width:150px;
}

#bbs_notice .bbs_notice_list_box table tr th.bbs_view,
#bbs_notice .bbs_notice_list_box table tr td.bbs_view{
	width:110px;
}

#bbs_notice .bbs_notice_list_box table tr th.bbs_date,
#bbs_notice .bbs_notice_list_box table tr td.bbs_date{
	width:170px;
}

#bbs_notice .bbs_notice_list_box table tr th.bbs_file,
#bbs_notice .bbs_notice_list_box table tr td.bbs_file{
	width:80px;
}

#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
	text-align:left;
}

#bbs_notice .bbs_notice_list_box table tr td a{
	display:inline-block;
	max-width:1000px;
	vertical-align:bottom;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#bbs_notice .bbs_notice_list_box .bbs_number_box ul{
	margin:60px auto 0px;
}

#bbs_notice .bbs_notice_view_box table.notice_view_status_box{
	width:100%;
	margin-top:28px;
}

#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr:first-child td{
	border-top:2px solid #222;
}

#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr td{
	padding:15px;
	border-bottom:1px solid #efefef;
}


#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr td{
	width:50%;
}

#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr td button{	
	margin-left:10px;
	border:1px solid #efefef;
	background:none;
}

#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr td:first-child,
#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr th:first-child{
	border-left:none;
}

#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr td:last-child,
#bbs_notice .bbs_notice_view_box table.notice_view_status_box tr th:last-child{
	border-right:none;
}

#bbs_notice .bbs_notice_view_box .notice_view_text_box{
	padding-top:0px;
}

#bbs_notice .bbs_notice_view_box .notice_view_text_box img{
	max-width:100%;
}

#bbs_notice .bbs_notice_view_box .notice_view_text_box .youtube_bbs_view_box{
	position:relative;
	height:0px;
	padding-bottom:56.25%;
}

#bbs_notice .bbs_notice_view_box .notice_view_text_box .youtube_bbs_view_box iframe{
	position:absolute;
	top:0px; left:0px;
	width:100%; height:100%;
}

#bbs_notice .notice_view_btn_box{
	display:block;
	text-align:right;
	margin-top:90px;
	border-top:1px solid #efefef;
}

#bbs_notice .notice_view_btn_box button,
#bbs_notice .notice_view_btn_box input{
	margin-top:90px;
	padding:10px 25px;
}

#bbs_notice .notice_view_btn_box .modify_btn,
#bbs_notice .notice_view_btn_box .delete_btn{
	color:#1a1a1a;
	float:left;
	border:1px solid #efefef;
	background:none;
}

#bbs_notice .notice_view_btn_box .modify_btn{
	color:#fff;
	margin-right:10px;
	background:#052e48;
}

#bbs_notice .bbs_notice_write_box p.bbs_write_title{
	font-weight:500;
	margin-top:30px;
}

#bbs_notice .bbs_notice_write_box p.bbs_write_title > span{
	font-weight:300;
}

#bbs_notice .bbs_notice_write_box p.bbs_write_title:first-child{
	margin-top:0px;
}

#bbs_notice .preview_img_box{
	display:flex;
	width:280px; height:158px;
	justify-content:center;
	align-items:center;
	margin-top:15px;
	overflow:hidden;
	border:1px solid #efefef;
	border-radius:5px;
}

#bbs_notice .preview_img_box2{
	display:flex;
	width:75px; height:75px;
	justify-content:center;
	align-items:center;
	margin-top:15px;
	overflow:hidden;
	border:1px solid #efefef;
	border-radius:50%;
}

#bbs_notice .preview_img_box2 p{
	font-size:12px;
	text-align:center;
}

#bbs_notice .preview_img_box2 > img,
#bbs_notice .preview_img_box > img{
	width:100%; height:auto;
}

#bbs_notice .bbs_notice_write_box input[type="text"]{
	width:100%;
	font-size:16px;
	padding:5px 10px;
}

#bbs_notice .bbs_notice_write_box textarea{
	width:100%; height:300px;
	font-size:16px;
	padding:10px;
	resize:none;
}

#bbs_notice .bbs_notice_write_box input[type="text"],
#bbs_notice .bbs_notice_write_box input[type="file"],
#bbs_notice .bbs_notice_write_box textarea{
	margin-top:5px;
}

#bbs_job_search .notice_write_btn_box,
#bbs_notice .notice_write_btn_box{
	display:flex;
	justify-content: space-between;
	margin-top:60px;
}

#bbs_job_search .notice_write_btn_box input,
#bbs_job_search .notice_write_btn_box button,
#bbs_job_search .notice_write_btn_box a,
#bbs_notice .notice_write_btn_box a,
#bbs_notice .notice_write_btn_box button,
#bbs_notice .notice_write_btn_box input{
	color:#fff;
	font-weight:500;
	padding:10px 25px;
	border:1px solid #052e48;
	border-radius:5px;
	cursor:pointer;
	background:#052e48;
}

#bbs_job_search .notice_write_btn_box a,
#bbs_job_search .notice_write_btn_box input,
#bbs_notice .notice_write_btn_box a,
#bbs_notice .notice_write_btn_box input{
	padding:5px 15px;
}

#bbs_job_search .notice_write_btn_box a,
#bbs_notice .notice_write_btn_box a{
	color:#333;
	border:1px solid #efefef;
	background:none;
}

#bbs_job_search .notice_write_btn_box .delete_btn,
#bbs_job_search .notice_write_btn_box .cancel_btn,
#bbs_notice .notice_write_btn_box .delete_btn,
#bbs_notice .notice_write_btn_box .cancel_btn{
	float:left;
	color:#333;
	border:1px solid #efefef;
	background:none;
}

#bbs_notice .bbs_notice_answer_box{
	margin-top:60px;
}

#bbs_notice .bbs_notice_answer_box > h2{
	padding-top:25px;
	border-top:1px solid #efefef;
}

#bbs_notice .bbs_notice_prev_next_box table{
	width:100%;
	margin-top:90px;
}

#bbs_notice .bbs_notice_prev_next_box table tr th,
#bbs_notice .bbs_notice_prev_next_box table tr td{
	padding:15px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

#bbs_notice .bbs_notice_prev_next_box table tr th{
	width:15%;
	font-weight:bold;
}

#bbs_notice .bbs_notice_prev_next_box table tr td{
	width:90%;
}

#bbs_notice .bbs_notice_prev_next_box table tr th span{
	margin-right:15px;
}

#bbs_notice .bbs_video_list_box .bbs_video_img_box{
	position:relative;
	width:100%; height:0px;
	margin-top:30px;
	padding-bottom:56.25%;
	overflow:hidden;
}

#bbs_notice .first_box .bbs_video_list_box .bbs_video_img_box,
#bbs_notice .second_box .bbs_video_list_box .bbs_video_img_box,
#bbs_notice .third_box .bbs_video_list_box .bbs_video_img_box{
		margin-top:10px;
}

#bbs_notice .bbs_video_list_box .bbs_video_img_box img{
	position:absolute; 
	top:0px;
	left:0px;
	width:100%;
	border-radius:15px;
}

#bbs_notice .bbs_video_list_box .bbs_video_text_box p{
	color:#222;
	font-size:17px;
	font-weight:400;
	line-height:27.2px;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top:15px;
	overflow:hidden;
}

#bbs_notice .bbs_video_list_box input[type="checkbox"]{
	margin-top:5px;
}

#bbs_notice .bbs_notice_view_box .notice_view_text_box .video_box{
	position:relative;
	width:100%; height:0px;
	padding-top:56.25%;
	overflow:hidden;
}

#bbs_notice .bbs_notice_view_box .notice_view_text_box .video_box iframe{
	position:absolute;
	top:0px; left:0px;
	width:100%; height:100%;
}

#bbs_notice .review_box{
	position:relative;
	display:flex;
	width:100%;
	align-items:center;
	margin-top:30px;
	padding:25px;
	border-radius:10px;
	background:#f5f6fa;
}

#bbs_notice .review_box:nth-child(1){
	margin-top: 0px;
}

#bbs_notice .review_box .review_img_box img{
	width:75px;	height:75px;
	border-radius:50%;
}

#bbs_notice .review_box .review_name_box{
	margin:0px 15px;
}

#bbs_notice .review_box .review_name_box p{
	white-space:nowrap;
}

#bbs_notice .review_box .review_text_box{
	padding-left:15px;
}

#bbs_notice .review_box input{
	position:absolute; top:15px; right:15px;
}

#bbs_notice .notice_review_box{
	margin-top:60px;
	padding:10px;
	background:#fafafa;
}

#bbs_notice .notice_review_count_box{
	padding:15px;
	border-bottom:1px solid #efefef;
}

#bbs_notice .notice_review_list_box{
	position:relative;
	display:flex;
	padding:15px;
	border-bottom:1px solid #efefef;
}

#bbs_notice .notice_review_list_box .notice_review_img_box img{
	width:60px; height:60px;
	margin-right:20px;
}

#bbs_notice .notice_review_list_box .notice_review_menu_box > a{
	position:absolute; 
	top:10px;
	right:0px; 
}

#bbs_notice .notice_review_list_box .notice_review_menu_box .review_menu_box{
	position:absolute;
	top:37.5px;
	right:0px;
	display:none;
	padding:5px;
	background:#fff;
}

#bbs_notice .notice_review_list_box .notice_review_menu_box .review_menu_box ul li{
	margin-top:5px;
}

#bbs_notice .notice_review_list_box .notice_review_menu_box .review_menu_box ul li:first-child{
	margin-top:0px;
}

#bbs_notice .notice_review_list_box .notice_review_text_box > p{
	margin-top:15px;
}

#bbs_notice .notice_review_write_box{
	text-align:right;
	margin-top:20px;
}

#bbs_notice .notice_review_write_box textarea{
	width:100%; height:200px;
	margin-top:10px;
	padding:15px;
}

#bbs_notice .notice_review_write_box button{
	margin:20px 0px;
}

#bbs_notice .notice_review_pagination_box{
	display:block;
	text-align:center;
}

#bbs_notice .notice_review_pagination_box ul{
	margin:60px auto 0px;
}

#bbs_notice .notice_review_pagination_box ul li{
	display:inline;	
	padding:0px 12.5px;
	vertical-align:super;
}

#bbs_notice .notice_review_pagination_box ul li a{
	color:#afafaf;
	font-size:17px;
	font-weight:400;
}

#bbs_notice .notice_review_pagination_box ul li a span{
	font-weight:bold;
}

#bbs_notice .notice_review_pagination_box ul li.on a{
	color:#222;
}

/*개발 게시판 추가*/

#bbs_notice .card{
	border:none;
}

#bbs_notice .card .card-body{
	padding:10px 0px;
}

#bbs_notice .bbs_notice_view_box blockquote h3{
	padding-bottom:15px;
	border-bottom:1px solid #dfdfdf;
}

#bbs_notice .bbs_notice_view_box #bo_v_con{
	margin-top:15px;
	padding:20px 0px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
/*개발 게시판 추가 끝*/

@media (max-width: 1500px){

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:800px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:800px;
	}

}

@media (max-width: 1400px){

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:700px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:700px;
	}

}

@media (max-width: 1300px){

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:600px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:600px;
	}

}

@media (max-width: 1199px){

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:500px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:500px;
	}
	
	#bbs_notice .bbs_notice_prev_next_box table tr th{
		width:20%;
		font-weight:bold;
	}

	#bbs_notice .bbs_notice_prev_next_box table tr td{
		width:80%;
	}

}

@media (max-width: 1100px){

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:400px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:400px;
	}

}

@media (max-width: 1000px){

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:300px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:300px;
	}

}

@media (max-width: 992px){

	#bbs_notice .bbs_notice_list_box table tr th.bbs_write,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_write,
	#bbs_notice .bbs_notice_list_box table tr th.bbs_number,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_number{
		display:none;
	}
	
	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:450px;
		border-left:none;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:450px;
	}

}

@media (max-width: 850px){
	
	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:400px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:400px;
	}

}

@media (max-width: 768px){

	#bbs_notice{
		padding:30px 0px;
	}

	#bbs_notice .bbs_notice_tab_menu_box{
		height:62px;
	}

	#bbs_notice .bbs_notice_tab_menu_box ul li{
		font-size:14px;
		font-weight:700;
		padding:5px 15px;
	}

	#bbs_notice .bbs_notice_list_box table tr th.bbs_file,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_file,
	#bbs_notice .bbs_notice_list_box table tr th.bbs_write,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_write,
	#bbs_notice .bbs_notice_list_box table tr th.bbs_number,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_number{
		display:none;
	}
	
	#bbs_notice .bbs_notice_list_box table tr th.bbs_date,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_date{
		border-right:none;
	}

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:400px;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:400px;
	}
	
	#bbs_notice .bbs_notice_list_box .bbs_number_box ul{
		margin:40px 0px 0px;
	}

	#bbs_notice .bbs_notice_prev_next_box table tr th{
		width:30%;
		font-weight:bold;
	}

	#bbs_notice .bbs_notice_prev_next_box table tr td{
		width:70%;
	}

	#bbs_notice .bbs_video_list_box .bbs_video_img_box{
		margin-top:30px;
	}
	
	#bbs_notice .bbs_video_list_box .bbs_video_img_box.first-child,
	#bbs_notice .bbs_video_list_box .bbs_video_img_box.second-child{
		margin-top:10px;
	}
	
	#bbs_notice .third_box .bbs_video_list_box .bbs_video_img_box{
		margin-top:30px;
	}

	#bbs_notice .bbs_video_list_box .bbs_video_text_box span{
		margin-top:10px;
	}

	#bbs_notice .bbs_notice_view_box .notice_view_text_box{
		padding-top:30px;
	}

	#bbs_notice .notice_view_btn_box{
		margin-top:30px;
	}


	#bbs_notice .bbs_notice_prev_next_box table,
	#bbs_notice .notice_view_btn_box input{
		margin-top:60px;
	}

	#bbs_notice .notice_write_btn_box{
		margin-top:30px;
	}
	
	.bbs_number_box ul{
		margin:40px auto 0px;
	}

	.bbs_search_box{
		margin-top:30px;
	}

}

@media (max-width: 668px){
	
	#bbs_notice .bbs_notice_list_box table tr th.bbs_view,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_view,
	#bbs_notice .bbs_notice_list_box table tr th.bbs_file,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_file,
	#bbs_notice .bbs_notice_list_box table tr th.bbs_write,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_write,
	#bbs_notice .bbs_notice_list_box table tr th.bbs_number,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_number{
		display:none;
	}

	#bbs_notice .bbs_notice_list_box table tr th.bbs_title,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_title{
		width:75%;
	}
	
	#bbs_notice .bbs_notice_list_box table tr th.bbs_date,
	#bbs_notice .bbs_notice_list_box table tr td.bbs_date{
		border-right:none;
	}

	#bbs_notice .bbs_notice_list_box table tr td a{
		max-width:100%;
		white-space:normal;
		text-overflow:unset;
		overflow:hidden;
	}

}

@media (max-width: 576px){
	
	#bbs_notice .row .row .col-xs-12{
		padding:0px;
	}

	#bbs_notice .bbs_notice_tab_menu_box{
		height:45px;
	}

	#bbs_notice .second_box .bbs_video_list_box .bbs_video_img_box, 
	#bbs_notice .third_box .bbs_video_list_box .bbs_video_img_box{
		margin-top:30px;
	}

	.bbs_search_box input[type="text"]{
		width:150px;
	}

}

@media (max-width: 480px){

	#bbs_notice .bbs_notice_prev_next_box table tr th{
		width:35%;
		font-weight:bold;
	}

	#bbs_notice .bbs_notice_prev_next_box table tr td{
		width:65%;
	}

	#bbs_notice .bbs_notice_prev_next_box table tr th span{
		margin-right:10px;
	}
}

@media (max-width: 360px){
	#bbs_notice .bbs_notice_prev_next_box table tr th span{
		margin-right:5px;
	}

	.bbs_search_box input[type="text"]{
		width:130px;
	}

}

@media (max-width: 330px){
	#bbs_notice .bbs_notice_prev_next_box table tr th{
		width:40%;
		font-weight:bold;
	}

	#bbs_notice .bbs_notice_prev_next_box table tr td{
		width:60%;
	}
}

/* bbs_job_search */

#bbs_job_search .bbs_job_search_filter_box{
	display:flex;
	flex-direction:column;
	padding:20px;
	border-radius:5px;
	background:#f5f6fa;
}

#bbs_job_search .bbs_job_search_filter_box .job_local_status_select_box{
	display:flex;
	margin-top:15px;
}

#bbs_job_search .bbs_job_search_filter_box .job_search_box,
#bbs_job_search .bbs_job_search_filter_box .job_local_select_box,
#bbs_job_search .bbs_job_search_filter_box .job_status_select_box{
	display:flex;
	align-items:center;
}

#bbs_job_search .bbs_job_search_filter_box .job_wish_select_box{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
}

#bbs_job_search .bbs_job_search_filter_box .job_wish_select_box input[type="checkbox"]{
	margin-left:10px;
}

#bbs_job_search .bbs_job_search_filter_box .job_wish_select_box label{
	margin-left:5px;
	cursor:pointer;
}

#bbs_job_search .bbs_job_search_filter_box .job_wish_box{
	display:flex;	
	align-items:center;
}

#bbs_job_search .bbs_job_search_filter_box .job_wish_box label{
	margin:0px 10px 0px 5px;
	cursor:pointer;
}

#bbs_job_search .bbs_job_search_filter_box .job_status_select_box{
	margin-left:10px;
}

#bbs_job_search .bbs_job_search_filter_box .job_search_box p,
#bbs_job_search .bbs_job_search_filter_box .job_search_box select,
#bbs_job_search .bbs_job_search_filter_box .job_search_box input{
	margin:20px 5px;
}

#bbs_job_search .bbs_job_search_filter_box .job_search_box input{
	width:300px;
}

#bbs_job_search .bbs_job_search_filter_box .job_local_select_box select,
#bbs_job_search .bbs_job_search_filter_box .job_status_select_box select{
	margin-left:10px;
}

#bbs_job_search .bbs_job_search_filter_box .job_search_btn_box{
	text-align:center;
}

#bbs_job_search .bbs_job_search_filter_box .job_search_btn_box button{
	padding:10px 25px;
}

#bbs_job_search .bbs_job_search_list_box{
	display:flex;
	flex-direction:column;
	padding:20px 0px;
	border-bottom:1px solid #efefef;
}

#bbs_job_search .bbs_job_search_list_box .job_type_status_box,
#bbs_job_search .bbs_job_search_list_box .job_local_date_box,
#bbs_job_search .bbs_job_search_list_box .job_join_reg_view_box{
	display:flex;
	align-items:center;
}

#bbs_job_search .bbs_job_search_list_box span{
	padding:0px 7.5px;
}

#bbs_job_search .bbs_job_search_list_box .job_pending,
#bbs_job_search .bbs_job_search_list_box .job_type,
#bbs_job_search .bbs_job_search_list_box .job_ing,
#bbs_job_search .bbs_job_search_list_box .job_end{
	font-weight:400;
	padding:0px 7.5px;
	border:1px solid #efefef;
	border-radius:5px;
}

#bbs_job_search .bbs_job_search_list_box .job_type{
	color:#fff;
	border:1px solid #052e48;
	background:#052e48;
}

#bbs_job_search .bbs_job_search_list_box input[type="checkbox"],
#bbs_job_search .bbs_job_search_list_box .job_pending,
#bbs_job_search .bbs_job_search_list_box .job_type,
#bbs_job_search .bbs_job_search_list_box .job_ing,
#bbs_job_search .bbs_job_search_list_box .job_end{
	margin-right:7.5px;
}

#bbs_job_search .bbs_job_search_list_box .job_ing{
	color:#fff;
	border:1px solid #086399;
	background:#086399;
}

#bbs_job_search .bbs_job_search_list_box .job_pending,
#bbs_job_search .bbs_job_search_list_box .job_end{
	color:#fff;
	border:1px solid #555;
	background:#555;
}

#bbs_job_search .bbs_job_search_list_box .job_name_box,
#bbs_job_search .bbs_job_search_list_box .job_join_reg_view_box{
	margin-top:10px;
}

#bbs_job_search .bbs_job_search_view_status_box{
	margin-top:20px;
}

#bbs_job_search .bbs_job_search_view_status_box tr td:last-child{
	border-right:none;
}

#bbs_job_search .bbs_job_search_view_btn_box{
	display:block;
	text-align:right;
	margin-top:90px;
	border-top:1px solid #efefef;
}

#bbs_job_search .bbs_job_search_view_btn_box button,
#bbs_job_search .bbs_job_search_view_btn_box input{
	margin-top:90px;
	padding:10px 25px;
}

#bbs_job_search .bbs_job_search_view_btn_box .modify_btn,
#bbs_job_search .bbs_job_search_view_btn_box .delete_btn{
	color:#1a1a1a;
	float:left;
	border:1px solid #efefef;
	background:none;
}

#bbs_job_search .bbs_job_search_view_btn_box .modify_btn{
	color:#fff;
	margin-right:10px;
	background:#052e48;
}

#bbs_job_search .bbs_job_search_write_box p.bbs_write_title{
	font-weight:500;
	margin-top:30px;
}

#bbs_job_search .bbs_job_search_write_box p.bbs_write_title > span{
	font-weight:300;
}

#bbs_job_search .bbs_job_search_write_box p.bbs_write_title:first-child{
	margin-top:0px;
}

#bbs_job_search .bbs_job_search_write_box span{
	display:block;
	margin-top:5px;
}

#bbs_job_search .bbs_job_search_write_box input[type="text"]{
	width:100%;
	font-size:16px;
	padding:5px 10px;
}

#bbs_job_search .bbs_job_search_write_box textarea{
	width:100%; height:300px;
	font-size:16px;
	padding:10px;
	resize:none;
}

#bbs_job_search .bbs_job_search_write_box input[type="text"],
#bbs_job_search .bbs_job_search_write_box input[type="file"],
#bbs_job_search .bbs_job_search_write_box textarea{
	margin-top:5px;
}

#bbs_job_search .bbs_job_search_write_btn_box{
	display:block;
	text-align:right;
	margin-top:60px;
}

#bbs_job_search .bbs_job_search_write_btn_box button,
#bbs_job_search .bbs_job_search_write_btn_box input{
	color:#fff;
	padding:10px 25px;
	border:1px solid #efefef;
	background:#052e48;
}

#bbs_job_search .bbs_job_search_write_btn_box .delete_btn,
#bbs_job_search .bbs_job_search_write_btn_box .cancel_btn{
	float:left;
	color:#333;
	background:none;
}

@media (max-width: 768px){
	
	#bbs_job_search .bbs_job_search_view_btn_box{
		margin-top:60px;
	}

	#bbs_job_search .bbs_job_search_view_btn_box button,
	#bbs_job_search .bbs_job_search_view_btn_box input{
		margin-top:60px;
	}

}

@media (max-width: 576px){
	
	#bbs_job_search .bbs_job_search_filter_box span{
		display:none;
	}
	
	#bbs_job_search .bbs_job_search_filter_box .job_local_select_box select, 
	#bbs_job_search .bbs_job_search_filter_box .job_status_select_box select{
		margin-left:0px;
	}

	#bbs_job_search .bbs_job_search_filter_box .job_search_box select{
		margin-left:0px;
	}
	
	#bbs_job_search .bbs_job_search_filter_box{
		padding:10px;
	}

	#bbs_job_search select{
		font-size:14px;
	}

	#bbs_job_search .bbs_job_search_filter_box .job_search_box input{
		width:60%;
		font-size:14px;
	}
	
	#bbs_job_search .bbs_job_search_write_btn_box,
	#bbs_job_search .bbs_job_search_view_btn_box{
		margin-top:30px;
	}

	#bbs_job_search .bbs_job_search_view_btn_box button,
	#bbs_job_search .bbs_job_search_view_btn_box input{
		margin-top:30px;
	}
}

@media (max-width: 420px){
	#bbs_job_search .bbs_job_search_filter_box .job_search_box input{
		width:70%;
	}	
}


/* side_banner_box */

.side_banner_box{
	position:absolute; right:30px; top:638px;
	width:110px;
}

.side_banner_box{
	text-align:center;
	border-radius:15px;
	box-shadow:-1px 1px 3px #eee;
	background:#f5f6fa;
}

.side_banner_box ul li{
	text-align:center;
	padding:10px 0px;
}

.side_banner_box ul li:first-child{
	padding-top:20px;
}

.side_banner_box ul li:last-child{
	padding-bottom:20px;
}

.side_banner_box ul li a img{
	display:block;
	margin:0px auto 5px;
}

.side_banner_box > p,
.side_banner_box > a{
	display:block;
	padding:10px 0px;
}

.side_banner_box > p{
	font-weight:700;
	border-radius:5px 5px 0px 0px;
	border-bottom:1px solid #efefef;
}

.side_banner_box > a{
	color:#fff;
	border-radius:0px 0px 5px 5px;
	background:#d5103e;
}

@media (max-width: 1630px){
	.side_banner_box{
		display:none;
	}
}
