@charset "UTF-8";

/******** 검색 *****************************************************************/
.main_Search {
	position: relative;
	height: 39.5px;
	margin: 49px 0 0 0;
	border-bottom: 1px solid #fafafa;
	background: #eee;
	box-shadow: 0 20px 5px 0 rgba(255,255,255, 1) inset;
	-moz-box-shadow: 0 20px 5px 0 rgba(255,255,255, 1) inset;
	-webkit-box-shadow: 0 20px 5px 0 rgba(255,255,255, 1) inset;
	-ms-box-shadow: 0 20px 5px 0 rgba(255,255,255, 1) inset;
	-khtml-box-shadow: 0 20px 5px 0 rgba(255,255,255, 1) inset;
	-o-box-shadow: 0 20px 5px 0 rgba(255,255,255, 1) inset;
	overflow: hidden;
	}

.main_Search fieldset {
    display: block;
    position: relative; top: 0; left: 0;
    width: 100%;
	}
.main_Search .box {
	position: relative;
	height: 23px;
	margin: 4px 8px 0 8px; padding: 2px 50px 3px 5px;
	border: 2px solid #3a7f8e;
	background: #fff;
    box-shadow: 0 1px 2px 1px rgba(0,0,0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px 1px rgba(0,0,0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0, 0.1) inset;
	-ms-box-shadow: 0 1px 2px 1px rgba(0,0,0, 0.1) inset;
	-khtml-box-shadow: 0 1px 2px 1px rgba(0,0,0, 0.1) inset;
	-o-box-shadow: 0 1px 2px 1px rgba(0,0,0, 0.1) inset;
	}
.main_Search .box input {
    width: 100%; height: 24px;
	padding: 1px 0 1px 0;
	font-size: 15px; letter-spacing: -0.5px; line-height: 24px;  
	border: 0;
    background: url('/images/common/top_Search_txt.png') no-repeat 2px 6px;
	background-size: 142px 12px;
	}

.main_Search .box a.sch_submit {
	display: block;
	position: absolute; top: 4px; right: 5px;
	width: 20px; height: 20px;
	font-size: 1px; color: transparent; line-height: 1px;
	background: url('/images/common/top_Search_btn.png') no-repeat 0 0;
	background-size: 20px 40px;
	z-index: 2;
	}
.main_Search .box a.sch_submit:hover {
	background: url('/images/common/top_Search_btn.png') no-repeat 0 -20px;
	background-size: 20px 40px;
	}
.main_Search .box .sch_clear {
	display: none;
	position: absolute;
	top: 5px; right: 30px;
	width: 18px; height: 18px;
	font-size: 1px; color: transparent; line-height: 1px;
	background: url('/images/common/top_Search_del.png') no-repeat 0 0;
	background-size: 18px;
	cursor: pointer;
	}
.main_Search .box:hover .sch_clear {display: block;}


/******** Navigation 메뉴 *****************************************************************/
.main_Navi {
	position: relative;
	text-align: center;
	border-top: 1px solid #396379; border-bottom: 3px solid #3a7f8e;
	background: #0d415b;
	box-shadow: 0 1px 3px 1px rgba(0,0,0, 0.13);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0, 0.13);
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0, 0.13);
	-ms-box-shadow: 0 1px 3px 1px rgba(0,0,0, 0.13);
	-khtml-box-shadow: 0 1px 3px 1px rgba(0,0,0, 0.13);
	-o-box-shadow: 0 1px 3px 1px rgba(0,0,0, 0.13);
	overflow: hidden;
	}
.main_Navi .boxs {
	height: 42px;
	text-align: center;
	border-bottom: 1px solid #09324b;
	box-shadow: 0 21px 0 0 rgba(255,255,255, 0.03) inset;
	-moz-box-shadow: 0 21px 0 0 rgba(255,255,255, 0.03) inset;
	-webkit-box-shadow: 0 21px 0 0 rgba(255,255,255, 0.03) inset;
	-ms-box-shadow: 0 21px 0 0 rgba(255,255,255, 0.03) inset;
	-khtml-box-shadow: 0 21px 0 0 rgba(255,255,255, 0.03) inset;
	-o-box-shadow: 0 21px 0 0 rgba(255,255,255, 0.03) inset;
	}

.main_Navi a {
	display: inline-block;
	height: 42px;
    padding: 0 2.3% 0 2.5%;
    font-size: 15px; color: #fff; letter-spacing: -0.6px; line-height: 44px; text-align: left; font-weight: bold; vertical-align: middle;
	text-shadow: 0 1px 1px rgba(0,0,0, 0.3);
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
/*	border-right: 1px solid #0b374d;	*/
	}
.main_Navi a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	}

.main_Navi a.selected {
	text-shadow: 0 1px 1px rgba(0,0,0, 1);
	border-top: 4px solid ##0d415b; border-bottom: 1px solid #3a7f8e;
	background: #3a7f8e url('/images/main_Navibg.png') repeat-x 0 0;
	background-size: 1px 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	}
.main_Navi a.selected span {display: block; padding: 3px 0 0 0;}


/******** 배너 *****************************************************************/
.main_banner1 {
	position: relative;
	min-width: 320px;
/*	height: 164px;	*/
	margin: 0 0 17px 0;
	text-align: center;
	background: #ccc;
	overflow: hidden;
	}
.main_banner1 .bim {width: 100%; margin: 0 auto; text-align: center;}
.main_banner1 .bim ul {float: left; width: 100%; list-style: none; overflow: hidden;}
.main_banner1 .bim li {float: left; text-align: center;}
.main_banner1 .bim li img {width: 100%; min-height: 136px; height: auto;}
.main_banner1 .blt {
	display: block;
	position: absolute;
	left: 0; top: 50%;
	width: 20px; height: 100px;
	margin: -50px 0 0 -2px;
	font-size: 1px; color: transparent; line-height: 1px;
	background: url('/images/mbtn1.png') no-repeat 0 center;
	background-size: 17px 61px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	z-index: 5;
	}
.main_banner1 .blt:hover, .main_banner1 .brt:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	}
.main_banner1 .brt {
	display: block;
	position: absolute;
	right: 0; top: 50%;
	width: 20px; height: 100px;
	margin: -50px -2px 0 0;
	font-size: 1px; color: transparent; line-height: 1px;
	background: url('/images/mbtn2.png') no-repeat right center;
	background-size: 17px 61px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	z-index: 5;
	}

.main_banner2 {
	position: relative;
	margin: 0 0 17px 0;
	text-align: center; white-space: normal; word-wrap: break-word;
	}
.main_banner2 img {display: block; width: 100%; height: auto;}

.main_banner3 {
	position: relative;
	margin: 0 0 17px 0;
	text-align: center; white-space: normal; word-wrap: break-word;
	}
.main_banner3 img {display: block; width: 100%; height: auto;}

.mBanner_more {
	position: absolute; bottom: 0; right: 0;
	width: 30px; height: 30px;
	background: url('/images/main_banner_more.png') no-repeat 0 0;
	background-size: 30px 30px;
	}


/******** 공지사항 *****************************************************************/
.main_notice, .main_new, .main_best {position: relative; margin: 0 0 11px 0; overflow: hidden;}

/* Title */
h3.title {
	display: block;
	position: relative;
	margin: 0 0 6px 0;
	font-size: 17px; color: #012232; letter-spacing: -0.5px; text-indent: 15px; vertical-align: middle;
	}
h3.title span {
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 10px; color: #b1bfc6; font-weight: normal; text-align: left; text-indent: -0.5px; vertical-align: middle;
	text-shadow: none;
	background: url('/images/mainTitle_bar.png') no-repeat 3px 3px;
	background-size: 2px 10px;
	}
h3.title .more {
	display: inline-block;
	position: absolute; top: 1px; right: 15px;
	padding: 0 8px 0 0;
	font-size: 12px; color: #aaa; text-indent: -0.5px; font-weight: normal;
	background: url('/images/common/board_List_moreIc2.png') no-repeat right 4px;
	background-size: auto 9px;
	}

/* List Style */
.mList_sty {clear: both; margin: 0 0 9px 0;}
.mList_sty li {
	vertical-align: middle; white-space: normal; word-wrap: break-word;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	}
.mList_sty li:first-child {border-top: 1px solid #acbec7;}

.mList_sty li a {
	display: block;
	padding: 0px 20px 0px 15px;
	width: 85%;
	font-size: 15px; line-height: 36px; letter-spacing: -0.5px; white-space: nowrap;
	word-wrap: break-word; text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis;
	table-layout: fixed;
	overflow: hidden;
	}

/* List Paging */
.mPaging {
	position: relative;
	width: 300px;
	margin: 0 auto;
	text-align: center; vertical-align: middle;
	overflow: hidden;
	}
.mPaging a {
	display: inline-block;
	width: 9px; height: 9px;
	margin: 0 5px 0 0;
	font-size: 1px; color: transparent; line-height: 1px; vertical-align: middle;
	background: url('/images/main_mPaging_ic.png') no-repeat 0 0;
	background-size: 18px 9px;
	}
.mPaging a:first-child {margin: 0 10px 0 0;}
.mPaging a:last-child  {margin: 0 0 0 5px;}
.mPaging a.selected {
	background: url('/images/main_mPaging_ic.png') no-repeat -9px 0;
	background-size: 18px 9px;
	}

.mPaging a.btn {
	width: 38px; height: 19px;
	text-align: center;
	border: 1px solid #d5d5d5; border-bottom: 1px solid #ccc;
	background: #efefef;
	box-shadow: 0 13px 15px -4px rgba(255,255,255, 1) inset;
	-moz-box-shadow: 0 13px 15px -4px rgba(255,255,255, 1) inset;
	-webkit-box-shadow: 0 13px 15px -4px rgba(255,255,255, 1) inset;
	-ms-box-shadow: 0 13px 15px -4px rgba(255,255,255, 1) inset;
	-khtml-box-shadow: 0 13px 15px -4px rgba(255,255,255, 1) inset;
	-o-box-shadow: 0 13px 15px -4px rgba(255,255,255, 1) inset;
	}
.mPaging a.btn span {
	display: inline-block;
	width: 8px; height: 19px;
	}
.mPaging a.btn span.pre {
	margin: 0 2px 0 0;
	background: url('/images/main_mPaging.png') no-repeat 0 0;
	background-size: 16px 19px;
	}
.mPaging a.btn span.next {
	margin: 0 0 0 2px;
	background: url('/images/main_mPaging.png') no-repeat -8px 0;
	background-size: 16px 19px;
	}


/******** 베스트 강의 *****************************************************************/
.main_best_tb {
	margin: 0 0 9px 0; padding: 12px 5px 11px 5px;
	border-top: 1px solid #acbec7; border-bottom: 1px solid #eee;
	}
.main_best_tb table {width: 100%; table-layout: fixed;}

.main_best_tb td {
	width: 33.33%;
	padding: 0 5px 0 5px;
	text-align: center; vertical-align: top;
	}
.main_best_tb td a {display: block;}

.main_best_tb td span {display: block;}
.main_best_tb td span.photo {
	display: inline-block;
	margin: 0 0 5px 0; padding: 2px;
	border: 1px solid #eee; border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
	overflow: hidden;
	}
.main_best_tb td span.photo img {width: auto; height: 60px;}
.main_best_tb td span.subj {
	margin: 0 5px 0 5px;
	font-size: 14px; letter-spacing: -0.5px; line-height: 1.1em; white-space: normal; word-wrap: break-word;
	}


/******** 고객센터 *****************************************************************/
.main_Help_Wrap {
	position: relative;
	margin: 0 0 -40px 0; padding: 16px 0 10px 15px;
	border-top: 1px solid #e5e5e5;
	background: #f7f8f9;
	overflow: hidden;
	}

.main_Help_Wrap p {margin: 0 0 7px 0; font-size: 11.5px; line-height: 1.1em;}
.main_Help_Wrap p:last-child {margin: 0;}

.main_Help_Wrap span {
	display: inline-block;
	height: 39px;
	vertical-align: top;
	}
.main_Help_Wrap span.icon {width: 39px; height: 39px; margin: 0 8px 0 0;}
.main_Help_Wrap span.sn1 {
	background: #e0e0e0 url('/images/main_help_ic.png') no-repeat 0 0;
	background-size: 39px 83px;
	}
.main_Help_Wrap span.sn2 {
	background: #e0e0e0 url('/images/main_help_ic.png') no-repeat 0 -44px;
	background-size: 39px 83px;
	}
.main_Help_Wrap span.phone {height: 36px; padding: 3px 0 0 0;}
.main_Help_Wrap .numx1 {display: inline-block; font: 20px "arial"; color: #eb6100; letter-spacing: 0px; font-weighT: bold;}
.main_Help_Wrap .numx2 {display: inline-block; padding: 2px 0 0 0; font: 18px "arial"; color: #888; letter-spacing: 0px; font-weighT: bold;}

@media screen and (min-width: 340px) {
	.main_Help_Wrap .info_time {
		position: absolute; top: 50%; left: 245px;
		margin: -25px 0 0 0; padding: 0 20px 0 0;
		font-size: 11px; color: #aaa; text-indent: -0.5px; line-height: 1.15em;
		}
	}
@media screen and (max-width: 320px) {
	.main_Help_Wrap .info_time {
		position: absolute; top: 25px; left: 235px;
		padding: 0 10px 0 0;
		font-size: 11px; color: #aaa; text-indent: -0.5px; line-height: 1.15em;
		}
	}
