@charset "utf-8";
/* CSS Document */

/* =========================================================================== common */ 
* {
	word-break: keep-all;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
* html { overflow-y: auto; }
body {
	overflow: auto;
	padding: 0;
	margin: 0;
	font-family: 'nanum_go', 'nanum_bgo', 'nanum_sr', 'nanum_srr', sans-serif;
	letter-spacing: -0.02em;
	line-height: 140%;
	word-spacing: 0.05em;
	font-size: 15px;
	color: #555;
}
a[href], input[type='submit'], input[type='image'], label[for], select, button { cursor: pointer; }
table {
	border: 0;
	cellspacing: 0;
}
img {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0
}
ul li, ol li { list-style: none; }
a {
	text-decoration: none;
	color: inherit;
}
article {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}
h2 { display: none; }
h3, h4 {
	font-family: nanum_sr;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -0.03em;
}
/* 테이블 디자인 */
table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-top: 10px;
}
td, th {
	border: 1px solid #CCC;
	border-right: none;
	padding: 6px;
}
th {
	border-top: 2px solid #4b86c0;
	border-bottom: 2px solid #4b86c0;
	color: #165b9f;
	font-family: nanum_sr;
	text-align: center;
}
th[scope="row"] {
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCC;
	border-left: none;
	color: #555;
	background: #f8f8f8;
	font-family: nanum_sr;
}
/* ============================ class 정의 */
.w100 { width: 100%; }
.float_n { float: none; }
.float_l { float: left; }
.float_r { float: right; }
.txt_l { text-align: left; }
.txt_c, .text_center { text-align: center; }
.txt_r { text-align: right; }
.mg_0auto { margin: 0 auto; }
.mg0 { margin: 0; }
.mg_b0 { margin-bottom: 0; }
.mg_b10 { margin-bottom: 10px; }
.mg_b20 { margin-bottom: 20px; }
.mg_t20 { margin-top: 20px; }
.mg_t30 { margin-top: 30px; }
.mg_t50 { margin-top: 50px; }
.mg_t100 { margin-top: 100px; }
.mg_r5 { margin-right: 5px; }
.mg_r40 { margin-right: 40px; }
.pd0 { padding: 0; }
.pd_b0 { padding-bottom: 0; }
.pd_20 { padding: 20px; }
.pd_t20 { padding-top: 20px; }
.dp_none { display: none; }
.dp_b { display: block; }
.ff_SR { font-family: nanum_sr; }
.ff_Bgo { font-family: nanum_bgo; }
.ff_Go { font-family: nanum_go; }
/* font-size : fs숫자로 정의*/
.fs30 { font-size: 30px; }
.fs27 { font-size: 27px; }
.fs25 { font-size: 25px; }
.fs23 { font-size: 23px; }
.fs20 { font-size: 20px; }
.fs18 { font-size: 18px; }
.fs15 { font-size: 15px; }
.fs13 { font-size: 13px; }
.fw_bold { font-weight: bold; }
/* color */
.color_bk { color: #000; }
.color_point { color: #0591de }
/* =========================================================================== sub */ 
#ctn_iframe {
	position: relative;
	float: left;
	width: 100%;
	max-width: 915px;
	height: 100%;
}
#ctn_iframe article { margin-bottom: 70px; }
#ctn_iframe h3 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #333;
	line-height: 40px;
	background: url(../images/title_bg.png) left top no-repeat;
	font-weight: bold;
}
/* ============================ 01.케이스터디는 */
.k_info .top {
	margin-bottom: 70px;
	margin-top: 10px;
}
.k_info .top p+p {
	font-family: nanum_sr;
	font-size: 18px;
	margin-bottom: 30px;
}
.k_info ul li {
	line-height: 145%;
	color: #555
}
.history, .history dl {
	float: left;
	width: 100%;
	letter-spacing: -0.03em;
	font-size: 15px;
	margin: 0;
}
.history > dt {
	float: left;
	font-size: 30px;
	width: 10%;
	color: #0591de;
	float: left;
}
.history > dt + dd {
	float: left;
	width: 85%;
	margin: 0 0 20px 5%;
}
.history dl { margin-bottom: 5px; }
.history dl dt {
	width: 5%;
	color: #0591de;
	float: left;
	display: block;
	font-weight: bold;
}
.history dl dd {
	float: left;
	width: 95%;
	display: block;
	margin: 0;
}
.history p { margin-top: 10px; }
/* ============================ 03.광고갤러리 */
.k_ad .top {
	margin: 0 auto;
	margin-bottom: 70px;
}
.k_ad ul li {
	float: left;
	margin-right: 20px;
	line-height: 150%;
}
.k_ad audio {
	width: 350px;
	height: auto;
}
/* ============================ 04.장학제도 */
.k_scShip p {
	float: left;
	margin-bottom: 20px;
	line-height: 150%;
	font-family: nanum_sr;
}
.k_scShip p::before {
	content: url(../images/scShip_title.jpg);
	float: left;
	display: block;
	margin-top: -10px;
	margin-right: 20px;
}
.k_scShip span {
	display: block;
	font-size: 14px;
	color: #777;
	margin-top: 10px;
}
/* ============================ 05.찾아오시는길 */
.k_map li { margin-bottom: 30px; }
.k_map li span {
	border-radius: 30px;
	padding: 3px 10px;
	background: #89add2;
	color: #fff;
}
.k_map li b { line-height: 150%; }
.k_map li p { line-height: 150%; }
/* ============================ 06.케이스터디 따져보기 */
#ctn_iframe.k_guide h3 {
	background: none;
	color: #0591de;
	font-size: 23px;
}
.k_guide .top {
	height: 670px;
	background: url(../images/k_guide_bg.png) center 70px no-repeat;
	text-align: center;
	line-height: 130%;
}
.k_guide .top p:first-child {
	font-size: 45px;
	font-family: nanum_pen;
	line-height: 150%;
	margin-top: 40px;
}
.k_guide .top p:nth-child(2) {
	margin-top: 430px;
	font-size: 25px;
	font-family: nanum_sr;
	margin-bottom: 20px;
}
.k_guide .top p:nth-child(2) b { color: #ff6036; }
.k_guide article { line-height: 140%; }
.k_guide h4 {
	font-size: 21px;
	margin-bottom: 40px;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #555;
	padding: 0 20px;
}
.k_guide h4::before {
	content: url(../images/k_guide_icon01.png);
	display: block;
	margin-right: 5px;
	float: left;
	margin-top: -12px;
}
.k_guide h4.bg02::before {
	content: url(../images/k_guide_icon02.png);
	margin-top: -15px;
}
.k_guide p { margin-bottom: 40px; }
/* ============================ 08.케이스터디 AtoZ */
.k_atoz dt {
	display: block;
	float: left;
	width: 100%;
	line-height: 100%;
	margin: 30px 0 20px 0;
	font-size: 21px;
	font-family: nanum_sr;
	color: #373f56;
	font-weight: bold;
}
.k_atoz dd {
	display: block;
	float: left;
	margin-left: 0;
	width: 875px;
	padding: 30px 20px;
	background: #ebeef2;
}
.k_atoz h4 {
	color: #1761a9;
	font-size: 17px;
	font-family: nanum_sr;
	margin-bottom: 10px;
}
.k_atoz h4::before {
	content: url(../images/atoz_icon.png);
	float: left;
	display: block;
	margin-right: 3px;
	margin-top: -9px;
}
.k_atoz ul {
	float: none;
	clear: both;
}
.k_atoz ul + h4 { margin-top: 30px; }
.k_atoz ul + ul {
	margin-top: 10px;
	margin-left: 20px;
}
.k_atoz h4 + ul { margin-left: 20px; }
.k_atoz ul li {
	line-height: 160%;
	list-style: disc;
	margin-left: 25px;
	color: #59627e;
}
.k_atoz ul li.list_none {
	list-style: none;
	margin-left: 0;
	color: #000;
}
