@charset "utf-8";
/* CSS Document */

@media all and (max-width:640px){  
/* common */
.main_title	{
	width:100%;
}
.main_title_text {
	padding-top:50px;
	font-family:NotoSansKR_Bold;
	font-size:24px;
	color:#000;
	line-height:30px;
}
.main_title_bar	{
	margin-top:5px;
	width:30px;
	height:3px;
	background-color:#007ec6;
}
.sub_title {
	width:100%;
	margin-top:30px;
}
.sub_title .large {
	font-size:24px;
}
.sub_title_txt {
	width:100%;
	font-size:16px;
	color:#4d4d4d;
	text-align:center;
	line-height:26px;
}
.top_fix {
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
}



/* follow menu */
.follow_menu_wrap {
	position:fixed;
	bottom:0px;
	width:100%;
	margin:0px auto;
	height:30px;
	z-index:9999;
}
.follow_menu_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}

.follow_menu_bt {
	float:right;
	margin-left:5px;
	width:80px;
	height:30px;
	background-color:#ff4200;
	border-radius:6px 6px 0px 0px;
	font-family:NotoSansKR_Medium;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding-top:5px;
}
.follow_menu_bt:hover {
	background-color:#c23200;
	cursor:pointer;
}
.follow_top_bt {
	float:left;
	width:50px;
	height:50px;
	border-radius:43px;
	background-color:#959595;
	margin-top:-25px;
	text-align:center;
	font-family:NotoSansKR_Bold;
	font-size:15px;
	padding-top:15px;
	color:#fff;
}
.follow_top_bt:hover {
	background-color:#666;
	cursor:pointer;
}



/* apply */
.apply_wrap {
	width:100%;
	height:150px;
	background-image:url(../img/apply_bg.jpg);
	background-position:center;
	background-color:#000000;
	background-size:auto 150px;
}
.apply_wrap_c {
	width:100%;
	height:150px;
	background-image:url(../img/apply_c.jpg);
	background-position:center;
	background-color:#000000;
	background-size:auto 150px;
}
.apply_wrap_01 {
	width:100%;
	height:150px;
	background-image:url(../img/apply_01.jpg);
	background-position:center;
	background-color:#000000;
	background-size:auto 150px;
}
.apply_wrap_event_01 {
	width:100%;
	height:150px;
	background-image:url(../img/apply_event_01.jpg);
	background-position:center;
	background-color:#000000;
	background-size:auto 150px;
}
.apply_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}
.applt_txt_con {
	width:100%;
	text-align:center;
}
.apply_txt_s {
	padding-top:20px;
	font-size:12px;
	font-family:NotoSansKR_Medium;
	color:#fff;
	text-align:center;
	letter-spacing:-1px;
}
.apply_txt_l {
	padding-top:10px;
	font-size:20px;
	font-family:NotoSansKR_Regular;
	color:#fff;
	text-align:center;
}
.apply_txt_d {
	padding-top:10px;
	font-size:12px;
	font-family:NotoSansKR_Medium;
	color:#fff;
	text-align:center;
}
.apply_bt_con {
	width:100%;
	height:80px;
	margin:0px auto;
	padding:10px;
}
.apply_bt_con .button_01 {
	float:left;
	width:calc(100%/3 - 5px);
	height:50px;
	border:#ff4200 8px solid;
	text-align:center;
	color:#ff4200;
	font-family:NotoSansKR_Bold;
	font-size:16px;
	padding-top:5px;
	margin-right:5px;
	cursor:pointer;
}
.apply_bt_con .button_01:hover {
	border:#ff8a00 8px solid;
	color:#ff8a00;
	cursor:pointer;
}
.apply_bt_con .button_02 {
	float:left;
	width:calc(100%/3 - 5px);
	height:50px;
	border:#000 8px solid;
	text-align:center;
	color:#000;
	font-family:NotoSansKR_Bold;
	font-size:16px;
	padding-top:5px;
	cursor:pointer;
}
.apply_bt_con .button_02:hover {
	border:#888 8px solid;
	color:#888;
	cursor:pointer;
}
.apply_info {
	float:right;
	width:calc(100%/3);
	height:50px;
	text-align:right;
}
.apply_info .info {
	padding-top:2px;
	font-family:NotoSansKR_Regular;
	font-size:9px;
	color:#616161;
	line-height:12px;
	letter-spacing:-1px;
}
.apply_info .phone {
	padding-top:8px;
	font-family:NotoSansKR_bold;
	font-size:16px;
	color:#000;
	line-height:10px
}


/* apply meister*/
.apply_meister_wrap {
	width:100%;
	height:150px;
	background-image:url(../img/ad_meister_bg.jpg);
	background-position:center;
	background-color:#626262;
	background-size:998px 150px;
}
.apply_meister_container {
	width:100%;
	padding:10px;
}
.apply_meister .bt {
	width:100%;
	height:50px;
	background-color:#ff4200;
	font-family:NotoSansKR_Bold;
	font-size:24px;
	color:#616161;
	text-align:center;
	padding-top:10px;
	line-height:30px;
	color:#fff;
	
}
.apply_meister .bt:hover {
	background-color:#F90;
	cursor:pointer;
}
.apply_meister .info {
	width:100%;
	height:30px;
	margin-top:5px;
}
.am_info_tt {
	width:100%;
	height:30px;
	padding-top:5px;
	text-align:center;
	font-family:NotoSansKR_Medium;
	font-size:20px;
	color:#fff;
}
.am_info_info {
	width:100%;
}
.am_info_l {
	padding-top:10px;
	width:100%;
	font-family:NotoSansKR_Medium;
	font-size:13px;
	color:#fff;
	line-height:12px;
	text-align:center;
}
.am_info_l_no {
	display:inline;
	font-family:NotoSansKR_Medium;
	font-size:16px;
	color:#fff;
}
.am_info_r {
	padding-top:10px;
	width:100%;
	font-family:NotoSansKR_Medium;
	font-size:13px;
	color:#fff;
	line-height:12px;
	text-align:center;
}
.am_info_r_no {
	display:inline;
	font-family:NotoSansKR_Medium;
	font-size:16px;
	color:#fff;
}

             
/* login */
.login_wrap {
	width:100%;
	height:38px;
	padding:0px 5px;
	border-bottom:#dddddd 1px solid;
}
.login_container {
	width:100%;
	height:38px;
	margin:0px auto;
}
.login_menu {
	padding-top:6px;
	float:right;
	font-family:NotoSansKR_Regular;
	font-size:12px;
	color:#676767;
	margin-right:7px;
}
.login_menu:hover {
	color:#007ec6;
	cursor:pointer;
}
.login_menu:after {
	content:"|";
	margin-left:7px;
}
.login_menu:first-child:after {
	content:"";
}
.login_bt {
	float:left;
	width:50px;
	height:22px;
	background-color:#777777;
	color:#ffffff;
	text-align:center;
	margin-top:7px;
	margin-right:14px;
	margin-left:10px;
	line-height:22px;
}
.login_bt:hover {
	background-color:#007ec6;
	cursor:pointer;;
}
.login_input {
	display:none;
}


/* top */
.top_wrap {
	width:100%;
	border-bottom:#007ec6 5px solid;
}
.top_container {
	position:relative;
	width:100%;
	padding-top:10px;
	height:70px;
}
.top_logo {
	position:absolute;
	top:10px;
	left:10px;
	width:170px;
	height:50px;
	background-image:url(../img/top_logo.jpg);
}
.top_logo_pro {
	position:absolute;
	top:10px;
	left:190px;
	width:120px;
	height:50px;
	background-image:url(../img/top_logo_pro.jpg);
}
.top_menu_bt {
	position:absolute;
	top:15px;
	right:10px;
	width:40px;
	height:40px;
	background-color:#007ec6;
	border-radius:6px;
	background-image:url(../img/top_menu_bt.png);
	background-size:40px 40px;
}
.top_menu_x_bt {
	position:absolute;
	top:10px;
	right:10px;
	width:25px;
	height:25px;
	background-color:#ffa7a7;
	border-radius:6px;
	background-image:url(../img/top_menu_x_bt.png);
	background-size:25px 25px;
}
.top_menu {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	background-color:#fff;
	z-index:1000;
	box-shadow:0px 3px 10px rgba(0,0,0,0.5);
	border-radius:0px 0px 6px 6px;
}
.top_menu_tt {
	font-family:NotoSansKR_Bold;
	font-size:24px;
	padding:12px 14px 10px 14px;
	border-bottom:#ccc 1px solid;
}
	
.top_menu_rr {
	font-family:NotoSansKR_Bold;
	font-size:24px;
	padding:12px 14px 10px 34px;
	border-bottom:#ccc 1px solid;
}
	
	
.top_menu_list {
}
.top_menu_list li{
	font-family:NotoSansKR_Medium;
	padding:10px 14px 8px 14px;
	font-size:16px;
	color:#999;
	border-bottom:#ccc 1px dashed;
}
.top_menu_list li:last-child {
	border-bottom:0px;
}
.top_menu_list li:hover {
	background-color:#eee;
}
.top_menu_list .selected {
	color:#007ec6;
}



/* main banner */
.main_banner_wrap {
	width:100%;
	height:250px;
}
.main_banner_wrap ul{
	width:100%;
	height:250px;
}
.main_banner_wrap li{
	width:100%;
	height:250px;
}
.main_banner_event_01 {background-image:url(../img/main_banner_event_01.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_event_01 .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
}
.main_banner_7_9_grade {background-image:url(../img/main_banner_7_9_grade.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_7_9_grade .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
}
.main_banner_7_9_grade .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}
.main_banner_kepco {background-image:url(../img/main_banner_kepco.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_kepco .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
}
.main_banner_kepco .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}
.main_banner_electrician {background-image:url(../img/main_banner_3.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_electrician .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
}
.main_banner_electrician .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}
.main_banner_electricConst {background-image:url(../img/main_banner_electricConst.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_electricConst .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
}
.main_banner_electricConst .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}
.main_banner_meister {background-image:url(../img/main_banner_meister.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_meister .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_meister .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Mas_Electricity {background-image:url(../img/main_banner_Mas_Electricity.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Mas_Electricity .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Mas_Electricity .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Mas_Com {background-image:url(../img/main_banner_Mas_Com.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Mas_Com .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Mas_Com .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Pro_Application {background-image:url(../img/main_banner_Pro_Application.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Application .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_Application .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}
.main_banner_Pro_Building {background-image:url(../img/main_banner_Pro_Building.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Building .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_Building .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Pro_Safety {background-image:url(../img/main_banner_Pro_Safety.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Safety .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_Safety .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Pro_usa {background-image:url(../img/main_banner_Pro_usa.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_usa .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_usa .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Pro_Machine {background-image:url(../img/main_banner_Pro_Machine.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Machine .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_Machine .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Pro_Railway {background-image:url(../img/main_banner_Pro_Railway.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Railway .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_Railway .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}
.main_banner_Pro_Transmission {background-image:url(../img/main_banner_Pro_Transmission.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Transmission .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_Transmission .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_Pro_Transmission_2 {background-image:url(../img/main_banner_Pro_Transmission_2.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Transmission_2 .title {
	font-family:NotoSansKR_Bold;
	font-size:28px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:30px;
	margin-bottom:20px;
	line-height:38px;
}
.main_banner_Pro_Transmission_2 .content {
	font-family:NotoSansKR_Regular;
	font-size:15px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:17px;
	padding:0px 15px;
}
.main_banner_Pro_Transmission_2 .content2 {
	font-family:NotoSansKR_Regular;
	font-size:12px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:13px;
	padding:5px 15px;
}

.main_banner_Pro_Com {background-image:url(../img/main_banner_Pro_Com.jpg); background-position:center; background-size:1000px 250px; height:250px; cursor:pointer;}
.main_banner_Pro_Com .title {
	font-family:NotoSansKR_Bold;
	font-size:35px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:38px;
}
.main_banner_Pro_Com .content {
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	line-height:20px;
	padding:0px 15px;
}

.main_banner_01 {background-image:url(../img/main_banner_3.jpg); background-position:center; background-size:1000px 250px; height:250px;}
.main_banner_01 .line_01 {
	font-family:NotoSansKR_light;
	font-size:22px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
	line-height:22px;
}
.main_banner_01 .line_02 {
	font-family:NotoSansKR_light;
	font-size:24px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:10px;
	line-height:28px;
}
.main_banner_01 .line_03 {
	font-family:NotoSansKR_light;
	font-size:14px;
	color:#ffffff;
	margin:0px auto;
	text-align:center;
	padding-top:3px;
}

.main_banner_menu_wrap {
	width:100%;
	padding:0px 10px;
	background-color:#007ec6;
}
.main_banner_menu_container {
	width:100%;
}
.main_banner_menu {
	padding-top:8px;
	height:70px;
}
.main_banner_menu li {
	float:left;
	width:calc(100%/5);
	text-align:center;
	font-size:14px;
	color:#cbdeef;
	padding-top:18px;
	letter-spacing:-1px;
	line-height:18px;
}
.main_banner_menu li:first-child {
	padding-left:calc(((100%/5) - 60px)/2);
	padding-right:calc(((100%/5) - 60px)/2);
	margin:0px auto;
	padding-top:0px;
}
.main_banner_menu li:hover {
	color:#ffffff;
	cursor:pointer;
}
.main_banner_menu .selected {
	color:#ffffff;
}

/****** meister ***********/
.main_banner_meister_menu {
	padding-top:8px;
	height:70px;
}
.main_banner_meister_menu li {
	float:left;
	width:calc(100%/6);
	text-align:center;
	font-size:14px;
	color:#cbdeef;
	padding-top:18px;
	letter-spacing:-1px;
	line-height:18px;
}
.main_banner_meister_menu li:first-child {
	padding-left:calc((20% - 60px)/2);
	padding-right:calc((20% - 60px)/2);
	margin:0px auto;
	padding-top:0px;
}
.main_banner_meister_menu li:nth-child(2) {
	padding-left:calc((20% - 60px)/2);
	padding-right:calc((20% - 60px)/2);
	margin:0px auto;
	padding-top:0px;
}
.main_banner_meister_menu li:hover {
	color:#ffffff;
	cursor:pointer;
}
.main_banner_meister_menu .selected {
	color:#ffffff;
}


/* why meister */
.why_meister_wrap {
	width:100%;
}
.why_meister_container{
	margin:0px auto;
	width:100%;
	padding:0px 10px;
}
.why_meister_pic{
	margin:0px auto;
	width:100%;
	height:0px;
	padding-bottom:59.5%;
	margin-top:50px;
	background-image:url(../img/why_meister.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.why_meister_pic_cc1{
	margin:0px auto;
	width:100%;
	height:0px;
	padding-bottom:59.5%;
	margin-top:50px;
	background-image:url(../img/why_meister_cc1.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.why_meister_pic_event1{
	margin:0px auto;
	width:100%;
	height:0px;
	padding-bottom:59.5%;
	margin-top:50px;
	background-image:url(../img/why_meister_pic_event1.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.why_meister_pic2{
	margin:0px auto;
	width:100%;
	height:0px;
	padding-bottom:59.5%;
	margin-top:50px;
	background-image:url(../01.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.why_meister_pic3{
	margin:0px auto;
	width:100%;
	height:0px;
	padding-bottom:59.5%;
	margin-top:50px;
	background-image:url(../02.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}	
.why_meister_txt_01{
	width:100%;
	padding-top:50px;
	margin-bottom:20px;
	font-family:NotoSansKR_Medium;
	font-size:20px;
	color:#000000;
	text-align:center;
}
.why_meister_txt_02{
	width:100%;
	padding-top:20px;
	margin-bottom:50px;
	font-family:NotoSansKR_Light;
	font-size:18px;
	color:#000000;
	text-align:center;
	line-height:24px;
}
.why_meister_txt_02 .large{
	font-family:NotoSansKR_Medium;
	font-size:20px;
	color:#007ec6;
}

.why_meister_circle {
	width:312px;
	padding:10px 0px;
	margin:0px auto;
}
.why_meister_circle_box {
	float:left;
	width:100px;
	height:100px;
	border-radius:50px;
	border:#363636 3px solid;
	margin:0px 2px;
}
.why_meister_circle_box_txt_01 {
	font-family:NotoSansKR_Medium;
	font-size:10px;
	color:#363636;
	line-height:12px;
	padding-top:20px;
	text-align:center;
	letter-spacing:-1px
}
.why_meister_circle_box_txt_02 {
	font-family:NotoSansKR_Bold;
	font-size:18px;
	color:#ff4200;
	line-height:30px;
	padding-top:6px;
	text-align:center;
}


.why_meister_news_wrap {
	width:100%;
	background-color:#ebebeb;
	padding:50px 0px;
}
.why_meister_news_container{
	margin:0px auto;
	width:100%;
	padding:0px 10px;
}
.why_meister_news_img_01 {
	width:100%;
	height:0px;
	padding-bottom:56.2%;
	margin:5px auto 40px auto;
	background-image:url(../img/why_meister_news.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.why_meister_news {width:100%; margin:10px auto;}
.why_meister_news_view {position:relative; padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;} 
.why_meister_news_view iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;} 
.why_meister_news_img_02 {
	width:100%;
	height:0px;
	padding-bottom:119.5%;
	margin:20px auto 0px auto;
	background-image:url(../img/why_meister_chart.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.why_meister_news_bt {
	font-family:NotoSansKR_Medium;
	font-size:10px;
	display:inline-block;
	border:#000000 3px solid;
	padding:8px 3px;
	color:#000000;
	line-height:0px;
	margin-left:10px;
}
.why_meister_news_bt:hover {
	border:#757575 3px solid;
	color:#757575;
	cursor:pointer;
}
.why_meister_news_title {
	width:100%;
	font-family:NotoSansKR_Bold;
	font-size:18px;
	text-align:center;
	color:#ff4200;
	margin-bottom:20px;
}
.why_meister_news_txt {
	width:100%;
	font-family:NotoSansKR_Regular;
	font-size:13px;
	text-align:center;
	color:#4d4d4d;
	line-height:20px;
}


.why_meister_ad_wrap {
	width:100%;
	height:260px;
	background-color:#ebebeb;
	padding:100px 0px;
}
.why_meister_ad_container{
	margin:0px auto;
	width:1200px;
	height:260px;
}




/* why */
.why_wrap {
	width:100%;
}
.why_container{
	width:100%;
	padding:0px 10px;
}
.why_box_con {
	margin-top:20px;
	margin-bottom:50px;
	width:100%;
	padding:0px 10px;
}

.why_box {
	float:left;
	width:100%;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#ebebeb;
	border-radius:10px;
	padding:20px 10px;
}
.why_box_title {
	text-align:center;
	font-family:NotoSansKR_Bold;
	font-size:22px;
	color:#4d4d4d;
	line-height:34px;
}
.why_box_content {
	padding-top:32px;
	text-align:center;
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#575757;
	line-height:25px;
	letter-spacing:-1px;
	z-index:100;
}

/******kepco*******/
.why_graph_title {
	width:100%;
	text-align:center;
	padding:50px 0px;
}
.why_graph_title_txt {
	font-family:NotoSansKR_Regular;
	font-size:22px;
	color:#4d4d4d;
}
.why_graph_title_txt .large {
	font-family:NotoSansKR_Bold;
	font-size:30px;
}
.why_graph_sub_txt {
	font-family:NotoSansKR_Medium;
	font-size:18px;
	color:#4d4d4d;
	padding-bottom:10px;
}
.why_graph {
	width:100%;
	height:350px;
	margin-bottom:10px;
}
.why_graph_box {
	float:left;
	width:10%;
	height:350px;
	position:relative;
}
.why_graph_gage_value {
	position:absolute;
	width:100%;
	height:20px;
	font-family:NotoSansKR_Regular;
	font-size:10px;
	color:#2b2b2b;
	font-style:oblique;
	text-align:center;
}
.why_graph_gage_title {
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	padding:3px 2px 0px 2px;
	border-top:#acacac 1px solid;
	font-family:NotoSansKR_Regular;
	font-size:10px;
	color:#2b2b2b;
	text-align:center;
	overflow:hidden;
	word-wrap: break-word;
	line-height:11px;
}
.why_graph_gage_bar {
	position:absolute;
	bottom:50px;
	margin-left:15%;
	width:70%;
	background-color:#00a2ff;
}
.why_graph_box .b01 {height:325px;}
.why_graph_box .v01 {bottom:375px;}
.why_graph_box .b02 {height:180px;}
.why_graph_box .v02 {bottom:230px;}
.why_graph_box .b03 {height:165px;}
.why_graph_box .v03 {bottom:215px;}
.why_graph_box .b04 {height:75px;}
.why_graph_box .v04 {bottom:125px;}
.why_graph_box .b05 {height:60px;}
.why_graph_box .v05 {bottom:110px;}
.why_graph_box .b06 {height:55px;}
.why_graph_box .v06 {bottom:105px;}
.why_graph_box .b07 {height:45px;}
.why_graph_box .v07 {bottom:95px;}
.why_graph_box .b08 {height:35px;}
.why_graph_box .v08 {bottom:85px;}
.why_graph_box .b09 {height:15px;}
.why_graph_box .v09 {bottom:65px;}
.why_graph_box .b10 {height:305px;}
.why_graph_box .v10 {bottom:355px;}

.why_easy {
	width:100%;
	padding:15px 10px;
}
.why_easy_box {
	width:100%;
	background-color:#ebebeb;
	border-radius:10px;
	margin-bottom:10px;
	padding:20px 10px;
}
.why_easy_box_no {
	width:100%;
	padding:10px 0px 10px 0px;
	text-align:center;
	font-style:oblique;
	font-family:NotoSansKR_bold;
	font-size:60px;
	color:#363636;
}
.why_easy_box_title {
	width:100%;
	padding:20px;
	text-align:center;
	font-family:NotoSansKR_bold;
	font-size:24px;
	color:#007ec6;
}
.why_easy_box_bar {
	width:40px;
	height:1px;
	background-color:#898989;
	margin:0px auto;
}
.why_easy_box_content {
	width:100%;
	padding-top:20px;
	text-align:center;
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#616161;
	line-height:22px;
}

/******* electrician ***********/
.why_circle {
	width:300px;
	padding:10px 0px;
	margin:0px auto;
}
.why_circle_box {
	float:left;
	width:145px;
	height:145px;
	border-radius:75px;
	border:#363636 8px solid;
	margin-right:10px;
	margin-bottom:10px;
}
.why_circle_box:nth-child(2n+2) {
	margin-right:0px;
}
.why_circle_box_txt {
	font-family:NotoSansKR_Medium;
	font-size:18px;
	color:#363636;
	line-height:24px;
	padding-top:40px;
	text-align:center;
}

/* review */
.review_wrap {
	width:100%;
	background-image:url(../img/review_bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#ebebeb;
	padding-bottom:30px;
}
.review_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}
.review_box_con {
	width:100%;
	margin-top:30px;
}
.review_box {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-radius:10px;
	background-color:#fff;
	box-shadow:0px 2px 8px rgba(0,0,0,0.3);
}
.review_box_meister_01, .review_box_meister_02, .review_box_meister_03 {
	float:none;
	width:100%;
	height:350px;
	margin:opx auto;
	padding-bottom:50px;
	text-overflow:ellipsis;
	overflow:hidden;
	position:relative;
	margin-top:0px;
	margin-bottom:20px;
}
.review_box_more {
	position:absolute;
	bottom:0px;
	width:100%;
	height:100px;
	text-align:center;
	cursor:pointer;
	font-family:NotoSansKR_Bold;
	font-size:14px;
	color:#555;
	padding-top:70px;
	background-image:url(../img/review_more_bg.png);
	background-repeat:repeat-x;
}
.review_box_close {
	position:absolute;
	bottom:0px;
	display:none;
	width:100%;
	height:30px;
	text-align:center;
	font-family:NotoSansKR_Bold;
	font-size:14px;
	color:#555;
	cursor:pointer;
	background-color:#FFF;
}
.review_box .name {
	padding-top:15px;
	width:100%;
	font-family:NotoSansKR_Bold;
	font-size:20px;
	color:#272727;
	text-align:center;
}
.review_box .info {
	padding-top:3px;
	width:100%;
	font-family:NotoSansKR_Medium;
	font-size:16px;
	color:#504f4f;
	text-align:center;
	
}
.review_box .bar {
	margin:0px auto;
	width:100px;
	height:10px;
	border-bottom:#007ec6 1px solid;
	margin-bottom:10px;
	
}
.review_box .content {
	padding:0px 14px;
	font-family:NotoSansKR_Regular;
	font-size:13px;
	color:#6a6a6a;
	line-height:18px;
	letter-spacing:-1px
}
.review_list_bt {
	margin:20px auto 0px auto;
	width:100%;
	height:75px;
	background-color:#ff4200;
	font-family:NotoSansKR_Bold;
	font-size:19px;
	color:#fff;
	text-align:center;
	padding-top:24px;
}
.review_list_bt:hover {
	background-color:#ff8a00;
	cursor:pointer;
}



/* video */
.video_wrap {
	width:100%;
	padding-bottom:30px; 
}
.video_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}
.video_title {
	width:100%;
	margin-top:20px;
	padding-bottom:10px;
}
.video_title_txt {
	font-family:NotoSansKR_Regular;
	font-size:14px;
	color:#616161;
	line-height:20px;
}
/*.video_view {
	width:100%;
	height:0px;
	padding-bottom:56%;
	background-color:#000;
}*/
.video_view {position:relative;padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;} 
.video_view iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;} 


/* test */
.test_wrap {
	width:100%;
	background-image:url(../img/test_bg.jpg);
	background-size:auto 350px;
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#363636;
	padding-bottom:20px;
}
.test_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}
.test_list {
	width:100%;
	margin-top:20px;
}
.test_list li {
	height:90px;
	border-bottom:#666768 1px solid;
	
}
.test_list li:lastchild {
	border-bottom:0px;
}
.test_list_subject {
	padding-top:14px;
	font-family:NotoSansKR_Regular;
	font-size:14px;
	color:#c3c3c3;
}
.test_list_bt {
	margin-top:10px;
	margin-left:5px;
	float:right;
	font-family:NotoSansKR_Bold;
	font-size:11px;
	width:80px;
	height:25px;
	border:#fff 2px solid;
	text-align:center;
	color:#fff;
}
.test_list_bt:hover {
	border:#ff4200 3px solid;
	color:#ff4200;
	cursor:pointer;
}

/* teacher */
.teacher_wrap {
	width:100%;
}
.teacher_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}
.teacher_box_con {
	width:100%;
	margin-top:30px;
}
.teacher_box {
	position:relative;
	width:100%;
	height:250px;
	background-color:#ebebeb;
	margin-right:24px;
	margin-bottom:10px;
}
.teacher_box:nth-child(3n+3) {
	margin-right:0px;
}
.teacher_box .title {
	position:absolute;
	top:10px;
	left:10px;
	font-family:NotoSansKR_Medium;
	font-size:20px;
	color:#ff4200;
	z-index:100;
}
.teacher_box .bar {
	position:absolute;
	top:75px;
	left:10px;
	width:25px;
	height:1px;
	background-color:#636363;
	z-index:100;
}
.teacher_box .name {
	position:absolute;
	top:90px;
	left:10px;
	font-family:NotoSansKR_Regular;
	font-size:16px;
	color:#595858;
	z-index:100;
}
.teacher_box .name_blue {
	font-family:NotoSansKR_bold;
	font-size:20px;
	color:#007ec6;
	z-index:100;
}
.teacher_box .info {
	position:absolute;
	top:120px;
	left:10px;
	font-family:NotoSansKR_Regular;
	font-size:14px;
	color:#616161;
	line-height:18px;
	z-index:100;
}
.teacher_box .img {
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:400px;
	background-repeat:no-repeat;
	background-position:right bottom;	
}
.teacher_box .photo_01 {
	background-image:url(../img/teacher_01.jpg);
	background-size:159px 181px;	
}
.teacher_box .photo_02 {
	background-image:url(../img/teacher_02.jpg);
	background-size:136px 185px;	
}
.teacher_box .photo_03 {
	background-image:url(../img/teacher_03.jpg);
	background-size:142px 169px;	
}
.teacher_box .photo_04 {
	background-image:url(../img/teacher_04.jpg);
	background-size:140px 191px;	
}
.teacher_box .photo_05 {
	background-image:url(../img/teacher_05.jpg);
	background-size:141px 178px;	
}
.teacher_box .photo_06 {
	background-image:url(../img/teacher_06.jpg);
	background-size:150px 189px;	
}
.teacher_box .photo_07 {
	background-image:url(../img/teacher_07.jpg);
	background-size:133px 177px;	
}
.teacher_box .photo_08 {
	background-image:url(../img/teacher_08.jpg);
	background-size:160px 194px;	
}
.teacher_box .photo_09 {
	background-image:url(../img/teacher_09.jpg);
	background-size:165px 180px;	
}


/* curriculum */
.curriculum_wrap {
	position:relative;
	width:100%;
	background-color:#ebebeb;
	padding-bottom:50px;
}
.curriculum_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;

}
.curriculum_line {
	position:absolute;
	top:0px;
	width:100%;
	height:173px;
	border-bottom:#555555 1px solid;
	z-index:1;	
}
.curriculum_circle {
	width:318px;
	margin:0px auto;
	margin-top:150px;
}
.curriculum_circle li {
	float:left;
	width:45px;
	height:45px;
	border-radius:25px;
	background-color:#555;
	margin:0px 4px;
	text-align:center;
	font-family:NotoSansKR_Bold;
	color:#555;
	font-size:8px;
	line-height:12px;
	padding-top:8px;
	letter-spacing:-1px;
	z-index:101;
}
.curriculum_circle .no {
	font-family:NotoSansKR_Bold;
	font-size:30px;
	color:#fff;
	line-height:26px;
}

.curriculum_content_con {
	margin-top:120px;
	width:100%;
	padding-top:20px;
}
.curriculum_content_box {
	display:table;
	height:140px;
	padding:10px;
	background-color:#fff;
	border-radius:6px;
	box-shadow:0px 2px 8px rgba(0,0,0,0.3);
	margin-bottom:20px;
	overflow:hidden;
}
.c_box_01 {
	width:100%;
}
.c_box_02 {
	width:100%;
}
.c_box_03 {
	width:100%;
}
.c_box_04 {
	width:100%;
}
.curriculum_content_box .title {
	display:table-cell;
	vertical-align:middle;
	font-family:NotoSansKR_Bold;
	font-size:18px;
	color:#007ec6;
	line-height:22px;
}
.curriculum_content_box .content {
	padding-left:15px;
	display:table-cell;
	vertical-align:middle;
	font-family:NotoSansKR_Regular;
	font-size:12px;
	line-height:16px;
	letter-spacing:-1px;
	color:#4f4f4f;
}

/* regist */
.regist_wrap {
	position:relative;
	width:100%;
	padding-bottom:30px;
}
.regist_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}
.regist_circle_con {
	width:318px;
	margin:40px auto;
}
.regist_circle_con li {
	float:left;
	padding-top:20px;
	width:100px;
	height:100px;
	border-radius:50px;
	background-color:#555;
	margin:0px 3px;
	text-align:center;
	line-height:18px;
}
.regist_circle_con .title {
	font-family:NotoSansKR_Regular;
	font-size:14px;
	color:#fff;
}
.regist_circle_con .price {
	padding-top:5px;
	font-family:NotoSansKR_Bold;
	font-size:18px;
	color:#ff4200;
}

.regist_info_con {
	width:100%;
}
.regist_info_con table {
	width:100%;
	border-spacing:3px;
}
.regist_info_con td:first-child {
	width:20%;
	font-size:16px;
	color:#fff;
	background-color:#959595;
	text-align:center;
	vertical-align:middle
}
.regist_info_con td:last-child {
	width:80%;
	font-family:NotoSansKR_Medium;
	font-size:13px;
	color:#4c4c4c;
	background-color:#ebebeb;
	vertical-align:middle;
	line-height:16px;
	padding:15px 10px;
}
.regist_info_con .info {
	margin-bottom:10px;
}
.regist_info_con .info:last-child {
	margin-bottom:0px;
}

.regist_info_con .title {
	font-family:NotoSansKR_Regular;
	font-size:15px;
}

.regist_time_con {
	width:100%;
}
.regist_time_con > .ex {
	table-layout:fixed;
	width:100%;
}
.regist_time_con > .ex td {
	height:20px;
	font-size:14px;
}
.regist_time_con > .ex td:first-child {
	width:calc(50% + 50px);
	height:20px;
	font-size:14px;
}
.regist_time_con .title {
	font-family:NotoSansKR_Medium;
	font-size:18px;
	color:#616161;
	padding-top:50px;
	margin-bottom:10px;
}
.regist_time_con table {
	table-layout:fixed;
	width:100%;
	border-spacing:3px;
}
.regist_time_con td {
	width:calc(100%/6);
	height:15px;
	background-color:#fff;
	font-family:NotoSansKR_Medium;
	color:#fff;
	text-align:center;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	line-height:11px;
	word-wrap: break-word;
}
.regist_time_con .week {
	font-family:NotoSansKR_Medium;
	font-size:10px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-color:#959595
}
.regist_time_con .time {
	font-family:NotoSansKR_Medium;
	font-size:12px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-color:#959595
}
.regist_time_con .sky {
	background-color:#00bef3;
}
.regist_time_con .blue {
	background-color:#007ec6;
}
.regist_time_con .violet {
	background-color:#8548b0;
}
.regist_time_con .orange {
	background-color:#ff4200;
}
.regist_time_con .bk {
	background-color:#3a3a3a;
}
.regist_time_con .notice {
	width:100%;
	text-align:right;
	font-size:12px;
	color:#616161;
	padding-top:10px;
}
/**************** kepco ******************/
.regist_kepco_circle_con {
	width:300px;
	margin:20px auto;
}
.regist_kepco_circle_con li {
	float:left;
	padding-top:30px;
	width:170px;
	height:140px;
	border-radius:70px;
	background-color:#555;
	margin:0px 5px;
	text-align:center;
	line-height:20px;
}
.regist_kepco_circle_con .title {
	font-family:NotoSansKR_Regular;
	font-size:18px;
	color:#fff;
}
.regist_kepco_circle_con .price {
	padding-top:10px;
	font-family:NotoSansKR_Bold;
	font-size:24px;
	color:#ff4200;
}

.regist_kepco_info_con {
	margin-top:45px;
	width:100%;
	background-color:#ebebeb;
	padding:20px 10px;
}
.regist_kepco_info_con .title{
	font-family:NotoSansKR_Bold;
	font-size:20px;
	color:#007ec6;
	padding-bottom:10px;
}
.regist_kepco_info_con .sub{
	font-family:NotoSansKR_Regular;
	font-size:18px;
	color:#ff4200;
	padding-top:20px;
	padding-bottom:5px;
}
.regist_kepco_info_con .txt{
	font-family:NotoSansKR_Regular;
	font-size:13px;
	color:#252525;
	line-height:18px;
}
/************** electrician *************/
.regist_electrician_circle_01 {
	width:100%;
	margin:0px auto;
	padding:0px 15px;
}
.regist_electrician_circle_01 li {
	width:100%;
	height:100px;
	border-radius:112px;
	border:#363636 8px solid;
	margin-bottom:20px;
}
.regist_electrician_circle_01 .title {
	width:100%;
	font-family:NotoSansKR_Bold;
	font-size:20px;
	color:#363636;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.regist_electrician_circle_01 .bar {
	width:20px;
	height:1px;
	background-color:#707070;
	margin:0px auto;
}
.regist_electrician_circle_01 .info {
	width:100%;
	font-family:NotoSansKR_Regular;
	font-size:14px;
	color:#363636;
	text-align:center;
	padding-top:5px;
	line-height:20px;
}
.regist_electrician_circle_02_txt {
	width:100%;
	text-align:center;
	font-family:NotoSansKR_Bold;
	font-size:26px;
	color:#363636;
	padding-top:50px
}
.regist_electrician_circle_02 {
	width:297px;
	margin:20px auto;
}
.regist_electrician_circle_02 li {
	float:left;
	width:95px;
	height:95px;
	border-radius:125px;
	background-color:#555;
	margin:0px 2px;
	text-align:center;
	line-height:30px;
	padding-top:16px;
}
.regist_electrician_circle_02 .title {
	font-family:NotoSansKR_Bold;
	font-size:14px;
	color:#ff4200;
}
.regist_electrician_circle_02 .price {
	padding-top:0px;
	font-family:NotoSansKR_Regular;
	font-size:10px;
	line-height:12px;
	color:#fff;
	letter-spacing:-1px;
}




/* test info */
.test_info_wrap {
	position:relative;
	width:100%;
}
.test_info_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
	/*background-color:#f60;*/
}
.test_info {
	width:100%;
	padding-top:30px;
}
.test_info .title {
	font-family:NotoSansKR_Medium;
	font-size:16px;
	color:#010000;	
}
.test_info .title2 {
	font-family:NotoSansKR_Medium;
	font-size:18px;
	color:#616161;
	padding-bottom:10px;
}
.test_info .content {
	font-family:NotoSansKR_Regular;
	font-size:13px;
	color:#393939;
	padding-bottom:24px;
	padding-left:20px;
	padding-top:3px;
	line-height:16px;
}

.test_info .no4 {
	width:100%;
	border-spacing:3px;
	margin-bottom:40px;
}
.test_info .no4 td:first-child {
	width:20%;
	font-size:16px;
	color:#fff;
	background-color:#007ec6;
	text-align:center;
	vertical-align:middle
}
.test_info .no4 td:last-child {
	width:80%;
	font-family:NotoSansKR_Medium;
	font-size:14px;
	color:#4c4c4c;
	background-color:#ebebeb;
	vertical-align:middle;
	line-height:18px;
	padding:10px 15px;
}

.test_info .no5 {
	table-layout:fixed;
	width:100%;
	border-spacing:0px;
	margin-top:20px;
	margin-bottom:60px;
	border-top:#007ec6 2px solid;
	border-bottom:#007ec6 2px solid;
	border-collapse:collapse;
}
.test_info .no5 th {
	width:calc(100%/6);
	height:30px;
	font-size:13px;
	font-weight:normal;
	color:#000;
	background-color:#ebebeb;
	text-align:center;
	vertical-align:middle;
	border:#c2c2c2 1px solid;
}
.test_info .no5 td {
	height:30px;
	font-size:12px;
	color:#555;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
	border:#c2c2c2 1px solid;
}
.test_info .no5 th:first-child {border-left:0px;}
.test_info .no5 th:last-child {border-right:0px;}
.test_info .no5 td:first-child {border-left:0px;}
.test_info .no5 td:last-child {border-right:0px;}

/********* kepco ***********/
.test_kepco_info {
	width:100%;
	padding-bottom:50px;
}
.test_kepco_info .title {
	font-family:NotoSansKR_Medium;
	font-size:20px;
	color:#007ec6;
	padding-top:60px;
	margin-bottom:10px;
}
.test_kepco_info .title2 {
	font-family:NotoSansKR_Medium;
	font-size:20px;
	color:#007ec6;
	padding-top:20px;
	margin-bottom:10px;
}
.test_kepco_info .subtitle {
	font-family:NotoSansKR_Medium;
	font-size:16px;
	color:#010000;
	padding-top:30px;
	margin-bottom:10px;
	line-height:22px;
}
.test_kepco_info .subtitle_02 {
	font-family:NotoSansKR_Medium;
	font-size:16px;
	color:#010000;
	padding-left:14px;
	padding-top:10px;
	margin-bottom:5px;
	line-height:28px;
}
.test_kepco_info .content {
	font-family:NotoSansKR_Regular;
	font-size:12px;
	color:#010000;
	padding-left:26px;
	line-height:18px;
	margin-bottom:10px;
}
.test_kepco_info .dn_bt {
	display:inline-block;
	width:90px;
	height:18px;
	border:#007ec6 3px solid;
	text-align:center;
	font-family:NotoSansKR_Medium;
	font-size:12px;
	color:#007ec6;
	line-height:17px;
	vertical-align:middle;
}
.test_kepco_info .dn_bt:hover {
	cursor:pointer;
	border:#004e7a 3px solid;
	color:#004e7a;
}
.test_kepco_info_dn {
	width:100%;
}
.test_kepco_info_dn .txt {
	float:right;
	width:120px;
	font-family:NotoSansKR_Medium;
	font-size:15px;
	color:#010000;
	padding-top:5px;
}
.test_kepco_info_dn .bt {
	float:right;
	width:95px;
	height:35px;
	border:#007ec6 5px solid;
	text-align:center;
	font-family:NotoSansKR_Medium;
	font-size:15px;
	color:#007ec6;
	margin-left:10px;
}
.test_kepco_info_dn .bt:hover {
	cursor:pointer;
	border:#004e7a 5px solid;
	color:#004e7a;
}

.test_kepco_info .table {
	width:100%;
	border:#007ec6 3px solid;
}
.test_kepco_info .table table {
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	word-wrap: break-word;
}
.test_kepco_info th {
	border:#c2c2c2 1px solid;
	border-top:0px;
	background-color:#ebebeb;
	font-family:NotoSansKR_Regular;
	font-size:10px;
	color:#323232;
	height:20px;	
	padding:10px 0px;
	line-height:14px;
	word-wrap: break-word;
}
.test_kepco_info th:first-child {
	border-left:0px;
}
.test_kepco_info th:last-child {
	border-right:0px;
}
.test_kepco_info .gray {
	background-color:#ebebeb;
}
.test_kepco_info td {
	border:#c2c2c2 1px solid;
	border-bottom:0px;
	font-family:NotoSansKR_Regular;
	font-size:10px;
	color:#323232;
	height:20px;	
	text-align:center;
	padding:10px 0px;
	line-height:13px;
	letter-spacing:-1px;
}
.test_kepco_info td:first-child {
	border-left:0px;
}
.test_kepco_info td:last-child {
	border-right:0px;
}
.test_kepco_info .left {
	text-align:left;
	padding:10px 10px;
}
/****** meister *******/

.sub_section {
	width:100%;
	margin-top:-5px;
	margin-bottom:20px;
}
.sub_section_num {
	float:left;
	font-family:NotoSansKR_Medium;
	font-size:20px;
	color:#ff4200;
}
.sub_section_dn_bt {
	float:right;
	border:#007ec6 3px solid;
	text-align:center;
	font-family:NotoSansKR_Bold;
	font-size:12px;
	color:#007ec6;
	line-height:0px;
	padding:10px 5px;
}
.sub_section_dn_bt:hover {
	cursor:pointer;
	border:#004e7a 3px solid;
	color:#004e7a;
}



/* footer */
.footer_wrap {
	width:100%;
	height:275px;
	background-color:#636363;
	border-top:#007ec6 5px solid;
}
.footer_container {
	width:100%;
	margin:0px auto;
	padding:0px 10px;
}
.footer .company {
	font-family:NotoSansKR_Bold;
	font-size:18px;
	color:#fff;
	padding-top:30px;
	margin-bottom:15px;
}
.footer .menu li {
	float:left;
	font-family:NotoSansKR_Medium;
	font-size:12px;
	color:#c4c4c4;
}
.footer .menu li:after {
	content:"|";
	padding-left:5px;
	margin-right:5px;
}
.footer .menu li:last-child:after {
	content:"";
}
.footer .menu li:hover {
	color:#fff;
	cursor:pointer;
}
.footer .info {
	padding-top:16px;
	font-family:NotoSansKR_Medium;
	font-size:12px;
	color:#c4c4c4;
	line-height:18px;
}
.footer .copy {
	padding-top:15px;
	font-family:NotoSansKR_Bold;
	font-size:12px;
	color:#fff;
}

}
