@charset "utf-8";
/* CSS Document */

@import url(/include/css/base.css);
@import url(/include/css/common.css);

::-webkit-scrollbar{display: none;}
html{font-size: 10px;}
.clearfix{
	content: "";
	display: block;
	clear: both;
}
body{
	overflow-x: hidden;
	max-width: 500px;
	min-width: 320px;
	margin: 0 auto;
	overflow-y: auto;
	background: #e9e9e9;
}
img{
	width: 100%;
}
#header_wrap{
	position: relative;
	z-index: 1000;
	top: 0; 
	padding-top: 0px;
}
.logo_group{
	position: relative;
	background: #fff;
	width: 100%;
	z-index: 999;
	float: left;
}
h1.m_logo{
	width: 50%;
/*	margin: 0 auto;*/
	text-align: left;
	padding: 20px 0 20px 10px;
	float: left;
}
h1.m_logo a{display: block; width: 100%; height: 100%;}
h1.m_logo a img{max-width: 100%; width: auto;}
.m_login_group{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 10px;
}
.m_login a{
	display: block;
	width: 80px;
	height: 40px;
	background-color: #0078cf;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
.m_btn_login a{
	background: url(/site/images/B/my.png) no-repeat; 
	text-indent: -999em;
	overflow: hidden;
	white-space: nowrap;
	width: 40px;
	height: 40px;
	display: block;
}
.main_gnb_group{
	background: #fff;
	float: left;
	min-width: 100%;
	display: table;
	table-layout: fixed;
	border-top: 1px solid #c5c9d0;
}
.main_gnb_group li{
	display: table-cell;
}
.main_gnb_group li a{
	display: block;
	width: 100%;
	color: #273244;
	text-align: center;
	padding: 1em 0;
	font-size: 1em;
	letter-spacing: -.5px;
	font-weight: 500;
}
.main_wrap{
	width: 100%;
	float: left;
	background: #f2f2f2;
}
.main_banner_group{
	width: 100%;
	float: left;
}
.main_area{
	width: 100%;
	float: left;
}
.main_area h2{
	color: #1b1b1b;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.section02{
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
}
.section02 h2:after{
	content: "";
	position: absolute;
	display: block;
	width: 130px;
	height: 15px;
	bottom: 2px;
	left: 50%;
	margin-left: -65px;
	background-color: #feff8e;
	z-index: -1;
}
.lecture_slider_group{
	width: 100%;
	padding-left: 20px;
	float: left;
}
.bx-wrapper{max-width: 500px !important; /* 220106다혜 추가 */}
ul.lecture_slider li{
	position: relative;
	width: 190px;
	height: 255px;
	overflow: hidden;
	border: 1px solid #b4c7ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fff;
}
ul.lecture_slider li a{
	display: block;
	width: 100%;
	height: 100%;
}
.lec_img{
	width: 100%;
	height: auto;
	float: left;
}
.lec_img img{
	width: 100%;
	height: 100%;
}
.lec_txt_wrap{
	width: 100%;
	float: left;
	padding: 10px 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.icon_refund{
	width: 100%;
	float: left;
}
.icon_refund span{
	float: left;
	width: 48px;
	height: 24px;
	line-height: 24px; 
	margin-right: 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	letter-spacing: -.5px;
}
.icon_refund span.icon_01{
	background-color: #082559;
}
.icon_refund span.icon_02{
	background-color: #bf4545;
}
.lec_con{
	width: 100%;
	float: left;
}
.lec_con h3.lec_tit{
	font-size: 20px;
	font-weight: bold;
	color: #515151;
	line-height: 1.8em;
	letter-spacing: -1px;
}
.lec_con span.lec_txt{
	display: block;
	font-size: 15px;
	color: #7d7d7d;
	line-height: 20px;
	letter-spacing: -1px;
}
.lec_all{
	width: 100%;
	float: left;
	margin: 30px 0;
}
.lec_all a{
	width: 180px;
	height: 45px;
	line-height: 45px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	background: #4574cc url(/site/images/B/lec_all.png) no-repeat 120px 15px;
	background-size: 4.5%;
	padding-right: 20px;
	box-sizing: border-box;
}
.section03{
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	padding: 0 20px;
}
/*
.section03:before{
	content: "";
	width: 80%;
	height: 1px;
	background: #b5b5b5;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -40%;
}*/
.section03 h2:after{
	content: "";
	position: absolute;
	display: block;
	width: 130px;
	height: 15px;
	bottom: 2px;
	left: 50%;
	margin-left: -65px;
	background-color: #feff8e;
	z-index: -1;
}
.section03_tabs{
	width: 100%;
	float: left;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #b4c7ea;
}
/*.section03_tabs>ul{
	position: relative;
	width: 100%;
	height: 100%;
}
.section03_tabs>ul>li{
	float: left;
	width: 50%
}
.section03_tabs>ul>li>h3{
	position: relative;
	width: 100%;
	text-align: center;
	background: #d7d7d7;
}
.section03_tabs>ul>li>h3 a{
	display: block;
	width :100%;
	padding: 0.3em 0;
	font-size: 1.8rem;
	color: #707070;
	font-weight: 500;
	letter-spacing: -1px;
}
.section03_tabs>ul>li.on h3{
	background: #fff;
	z-index: 0;
}
.section03_tabs>ul>li.on h3:after{
	content: "";
	width: 50%;
	height: 10px;
	background: #d1e1ff;
	position: absolute;
	display: block;
	bottom: 4px;
	left: 50%;
	margin-left: -25%;
	z-index: -1;
}
.section03_tabs>ul>li.on h3 a{
	color: #32363d;
	font-weight: bold;
}*/
.section03_tabs .tab_list{
	box-sizing: border-box;
	padding: 10px;
}
.section03_tabs .tab_list ul li{
	position: relative;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 90px 0 20px;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.section03_tabs .tab_list ul li a{
	color: #686868;
	font-weight: 300;
	letter-spacing: -1px;
}
a span.date{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 20px;
	font-size: 12px;
	letter-spacing: 0;
	color: #afaeae;
}
.call_ser{
	float: left;
	width: 100%;
	height: 100px;
	padding: 10px 10px;
	background: #2f3f60;
	box-sizing: border-box;
}
.call_ser div{
	width: 94%;
	margin: 0 auto;
	text-align: center;
}
.call_ser a{
	display: block;
	width :100%;
	line-height: 50px;
	box-sizing: border-box;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}
.call_ser a span{
	font-size: 3rem;
	color: #77baff;
	letter-spacing: -2px;
	font-weight: bold;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
}
.call_ser a span.call_cir{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #4574cc url("/site/images/B/call_ser_new.png") no-repeat center center;
}
.call_ser a span.call_txt{
	font-size: 2.3rem;
}
.call_ser a span.call_num{
	color: #fff;
	font-weight: 500;
	font-size: 3.4rem;
}
.qna_ser{	
	float: left;
	width: 100%;
	background-color: #f2f2f2;
}
.qna_ser ul{
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
}
.qna_ser ul li{
	float: left;
	width: 48%;
	margin-right: 10px;
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
}
.qna_ser ul li a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(/site/images/B/s_arrow.png) no-repeat right center;
	font-weight: bold;
	color: #2f3f60;
	font-size: 1.6rem;
}
#footer_wrap{	
	width :100%;
	float: left;
	background: #636363;
	box-sizing: border-box;
	padding: 0 20px;
}
.footer_inn{
	width: 100%;
}
.f_info{
	width: 100%;
	display: table;
	position: relative;
	padding: 2vh 0;
}
.f_info a{
	display: table-cell;
	text-align: center;
	line-height: 2em;
	color: #e6e6e6;
	font-size: 1.6rem;
	position: relative;
	padding: 5px 0;
	box-sizing: border-box;
	border: 1px solid #888;
}

.f_comp{
	width: 100%;
	box-sizing: border-box;
	padding: 1.5vw 3vw;
}
.f_logo{
	/* height: 2em; */
	height: auto;
}
.f_logo a{
	display: block;
	color: #ccc;
	font-size: 1.7rem;
	width: 100%;
	word-break: break-all;
	letter-spacing: -1px;
}
/* .f_logo img{
	max-height: 3.65em;
	width: auto;
} */
.f_comp p{
	font-size: 1.35rem;
	color:#a1a1a1;
	font-weight: 300;
}
.f_comp p.f_copyr{
	font-size: 1.25rem;
	color:#a1a1a1;
}
@media screen and (max-width:360px){
	.main_gnb_group li a{
	font-size: .8em;
	letter-spacing: 0;
	font-size: 12px;
	}
	.call_ser a{
	background-size: 15%;
	}
	.call_ser a span{
		font-size: 3rem;
	}
	.call_ser a span.call_txt{
		font-size: 1.8rem;
		font-weight: 400;
	}
	.call_ser a span.call_num{
		font-size: 3rem;
	}
	.qna_ser ul li a{
		font-size: 1.45rem;
	}
	.f_info01:after, .f_info02:after{
		display: none;
	}
	.f_info a, .f_comp p, .f_comp p.f_copyr{
		font-size: 1.24rem;
	}
}
@media screen and (min-width:430px){
	.call_ser a span.call_num{
		font-size: 4rem;
	}
}