/* Author:HtmlCoder
 * Author URI:http://hom2box.com
 * Author e-mail:homebox78@gmail.com
 * Version:1.0.1
 * Created:October 2018
 * License URI:http://hom2box.com/
 */

/* ----------------------------------- Common Customer Group ----------------------------------- */


			a.btn i {
				position:relative;
				top:1px;
			}
			ul,li{ list-style:none;}

	/* Navbar Basic */
			.navbar-basic {
				-webkit-border-radius:0;
				-moz-border-radius:0;
				border-radius:0;
			}
			.navbar-basic .navbar-brand h1 {
				color:#fff;
				font-size:120%;
				margin:0;
				padding:0;
			}
			.navbar-basic .dropdown-toggle {
				font-size:120%;
			}
			@media (min-width:768px) {
				.navbar-basic .navbar-nav {
					float:left !important;
				}
			}
			.navbar-basic .navbar-nav .dropdown-menu {
				left:0;
				border:0;
				-webkit-border-radius:0;
				-moz-border-radius:0;
				border-radius:0;
				background:#000;
				-webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);
				box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);
			}
			.navbar-basic .navbar-nav .dropdown-menu > li > a {
				padding:6px 20px;
				color:#666;
			}
			.navbar-basic .navbar-nav .dropdown-menu > li > a:hover,
			.navbar-basic .navbar-nav .dropdown-menu > li > a:focus,
			.navbar-basic .navbar-nav .dropdown-menu > .active > a:hover {
				color:#333;
				background:rgba(0, 0, 0, .1);
			}
			.navbar-basic .navbar-nav a.btn:focus,
			.navbar-basic .navbar-nav a.btn:hover {
				border:1px solid rgba(255,255,255,.6);
			}
			.navbar-basic .navbar-collapse {
				border:0;
				border-top:0;
				-webkit-box-shadow:none;
				box-shadow:none;
			}
			.navbar-static-top,
			.navbar-fixed-top,
			.navbar-fixed-bottom {
				-webkit-border-radius:0 !important;
				-moz-border-radius:0 !important;
				border-radius:0 !important;
			}
			.header .navbar-basic {
				margin-bottom:0;
			}
			.navbar-basic .dropdown-header {
				display:block;
				padding:0;
				font-size:90%;
			}
			.navbar-basic .dropdown-header a {
				font-size:100%;
				margin-left:5px;
				margin-right:5px;
			}


/* Navbar Venture */
			.gnb-etc {
				text-align:right;
				position:relative;
				height:120px;
			}

			.gnb-etc .kdream_logo{
				position:absolute; 
				left:50%;
				top:50%;
				transform:translate(-50%,-50%);
			}

			.gnb-etc ul,
			.gnb-etc ul li {
				padding:0;
				margin:0;
			}
			.gnb-etc ul li {
				padding-top:10px;
				display:inline-block;
				
			}
			.gnb-etc ul li a {
				font-size:12px;
				padding:3px 7px;
				letter-spacing:-.05em;
			}
			.gnb-etc ul li a {
				color:#666667;
			}
			.gnb-etc ul li a.logout-btn {
				color:#666667;
			}
			.gnb-etc ul li a:hover {
				color:#000;
				text-decoration:none;
			}


			.navbar-venture {
				z-index:2;
				border-top:solid 2px #eee;
				margin:0;
				width:
				background-color:#fff;
				-webkit-border-radius:0;
				-moz-border-radius:0;
				border-radius:0;
				height:57px;

			}
			.navbar-venture .container {
				overflow:visible;
			}
			.navbar-venture .navbar-header {
				position:relative;
			}
			.navbar-venture .navbar-brand {
		
				padding-top:0;
				padding-bottom:0;
				height:55px;
			}
			.navbar-venture .navbar-brand img,
			.navbar-venture .navbar-brand h1 {
				margin:0;
				padding:0;
				line-height:55px;
			}

			.navbar-header .navbar-toggle {
				position:relative;
				float:left;
				margin-top:8px;
				margin-bottom:8px;
				margin-right:15px;
				display:block;
				height:40px;
				background-color:#2f3190;
				border-radius:5px;
				transition:all 0.2s;
			}
			.navbar-header .navbar-toggle:hover,
			.navbar-header .navbar-toggle:focus {
				background-color:#3c3fb7;
			}
			.navbar-header .navbar-toggle .icon-bar {
				background-color:rgba(255, 255, 255, 0.8);
			}
			.navbar-venture .navbar-nav {
				margin:0;
			}
			.navbar-venture .navbar-nav li {
				letter-spacing:-.05em;
				max-width:100% !important;
				display:block !important;
			}
			.navbar-venture .navbar-nav a.dropdown-toggle {
				color:#666667;
				font-size:110%;
				font-weight:500;
				line-height:55px;
				padding:0;
				padding-left:20px;
				padding-right:20px;
				background-color:transparent;
				-webkit-transition:opacity .3s ease,
				background-color .3s ease,
				color .3s ease,
				box-shadow .3s ease,
				background .3s ease;
				transition:opacity .3s ease,
				background-color .3s ease,
				color .3s ease,
				box-shadow .3s ease,
				background .3s ease;
				-webkit-border-radius:0;
				-moz-border-radius:0;
				border-radius:0;
			}
			.navbar-venture .navbar-nav a.dropdown-toggle .caret {
				position:relative;
				top:-2px;
			}
			.navbar-venture .navbar-nav a.dropdown-toggle:hover,
			.navbar-venture .navbar-nav a.dropdown-toggle:focus,
			.navbar-venture .navbar-nav a.dropdown-toggle:active,
			.navbar-venture .navbar-nav .active a.dropdown-toggle {
				color:#2f3190;
				background-color:transparent;
			}
			.navbar-venture .navbar-nav .dropdown-menu {
				left:-1.5em;
				min-width:200px;
				border:0;
				padding:7px 10px 10px;
				line-height:28px;
				border:none;
				-webkit-box-shadow:0 6px 6px rgba(0, 0, 0, 0.25);
				box-shadow:0 6px 6px rgba(0, 0, 0, 0.25);
				background-color:#fff;
				-webkit-border-bottom-left-radius:10px;
				-moz-border-bottom-left-radius:10px;
				border-bottom-left-radius:10px;
				-webkit-border-bottom-right-radius:10px;
				-moz-border-bottom-right-radius:10px;
				border-bottom-right-radius:10px;
			}
			.navbar-venture .navbar-nav .dropdown-menu ul,
			.navbar-venture .navbar-nav .dropdown-menu li {
				padding:0;
				margin:0;
			}
			.navbar-venture .navbar-nav .dropdown-menu li a {
				display:block;
				color:#666667;
				font-size:.95em;
				padding:3px 15px;
				-webkit-border-radius:8px;
				-moz-border-radius:8px;
				border-radius:8px;
			}
			.navbar-venture .navbar-nav .dropdown-menu li a:hover,
			.navbar-venture .navbar-nav .dropdown-menu li a:focus,
			.navbar-venture .navbar-nav .dropdown-menu .active a:hover {
				color:#000;
				text-decoration:none;
				background-color:#fff;
				-webkit-border-radius:8px;
				-moz-border-radius:8px;
				border-radius:8px;
			}
			.navbar-venture .navbar-nav a.btn:focus,
			.navbar-venture .navbar-nav a.btn:hover {
				border:1px solid rgba(255,255,255,.6);
			}
			

		@media (max-width:900px) {
			.navbar-venture .navbar-brand {
			
				padding-top:0;
				padding-bottom:0;
				height:55px;
			}
			.navbar-venture .navbar-brand img,
			.navbar-venture .navbar-brand h1 {
				line-height:55px;
			}

			.navbar-venture .navbar-nav a.dropdown-toggle {
				font-size:105%;
				line-height:55px;
				padding-left:10px;
				padding-right:10px;
			}
			.navbar-venture .navbar-nav .dropdown-menu {
				left:-1.9em;
				min-width:140px;
				padding:7px 4px 10px;
				line-height:25px;
			}
			.navbar-venture .navbar-nav .dropdown-menu li a {
				font-size:.9em;
			}
		}

		@media (max-width:767px) {
			.navbar-venture .navbar-brand {
				
			}

			.navbar-venture .navbar-nav {
				padding-bottom:15px;
			}
			.navbar-venture .navbar-nav a.dropdown-toggle {
				font-size:110%;
				line-height:36px !important;
				padding-left:10px;
				padding-right:10px;
			}
			.navbar-venture .navbar-nav .dropdown-menu {
				left:0;
				min-width:100%;
				padding:0 0 5px;
				line-height:24px;
				-webkit-box-shadow:none;
				box-shadow:none;
			}
			.navbar-venture .navbar-nav .dropdown-menu li a {
				font-size:.9em;
			}
		}

		@media (min-width:768px) {
			.navbar-venture .navbar-kakao {
				position:absolute;
				top:-10px;
				left:104px;
				display:block;
				overflow:hidden;
			}
			.navbar-venture .navbar-kakao a img {
				width:95px !important;
			}
		}

		@media (max-width:767px) {
			.navbar-venture .navbar-kakao {
				display:block;
				overflow:hidden;
				float:right;
				margin-top:8px;
				margin-right:10px;
			}
			.navbar-venture .navbar-kakao a img {
				width:100% !important;
				height:35px !important;
			}
		}




/* ------------------------------------ Layout Customer Group ------------------------------------ */

	/* Layout Common */
			body {
				height:100%;
				min-height:100%;
				overflow-x:hidden;
			}
			html {
				position:relative;
				height:100%;
				min-height:100%;
			}
			#customer_container {
				padding-bottom:50px;
				min-height:680px;
			}
			.section {
				clear: both;
				padding:15px 0;
			}
			.section-big {
				padding:50px 0;
			}
			#sidebar .section {
				padding:0 0 20px;
			}
			@media (max-width:991px) {
				.section-big {
					padding:40px 0;
				}
			}


	/* 네비 고정시 콘텐츠 상단 여백 */
			.page-wrapper.topmargin {
				padding-top:83px;
			}


	/* 서브 사이드 영역 */
			.sidebar_wrap {
				width:92%;
			}
			.sidebar_wrap #sidebar_navi {
				margin-bottom:20px;
			}
			html[lang|=ko] .sidebar_wrap {
				letter-spacing:-.05em;
			}
			.page-label {
				color:#fff;
				font-size:1.3em;
				line-height:29px;
				text-align:center;
				margin-top:11px;
				margin-bottom:10px;
				padding:9px 0 8px;
				background-color:#3f61b2;
			}
			.page-label i {
				position:relative;
				top:-1px;
				font-size:90%;
				opacity:0.9;
				filter:alpha(opacity=90);
				margin-right:3px;
			}
			.sidebar_wrap .page-label.labels {
				text-align:left;
				margin-bottom:4px;
				border-radius:30px;
			}
			.sidebar_wrap .page-label.labels strong {
				margin-left:28px;
			}
			.sidebar_wrap .page-label.labels i {
				position:relative;
				top:-3px;
				cursor:pointer;
				margin-right:5px;
				padding:10px;
				color:#fff;
			}
			.sidebar_wrap .section .page-label {
				color:#393939;
				font-size:1.2em;
				line-height:23px;
				text-align:left;
				margin-top:15px;
				border-bottom:1px dotted #e5e5e5;
				background-color:transparent;
			}
			.page-label.small {
				font-size:130%;
				line-height:28px;
			}
			.sidebar_wrap .list-group {
				margin-bottom:0;
			}
			.sidebar_wrap .list-group-item {
				padding:0;
				border:0;
				background-color:transparent;
				border-bottom:1px dotted #dfe5ea;
			}
			.sidebar_wrap .list-group-item:first-child {
				border-top-left-radius:0;
				border-top-right-radius:0;
			}
			.sidebar_wrap .list-group-item:last-child {
				border-bottom-right-radius:0;
				border-bottom-left-radius:0;
				border-bottom-width:0;
			}
			.sidebar_wrap .list-group-item a {
				color:#5c5b5b;
				font-size:1em;
				text-decoration:none;
				display:block;
				padding:10px 10px 8px;
			}
			.sidebar_wrap li li.list-group-item a {
				font-size:100%;
				padding:8px 8px 7px 25px;
			}
			.sidebar_wrap li li li.list-group-item a {
				font-size:95%;
				padding:6px 8px 5px 50px;
			}
			.sidebar_wrap li.list-group-item li:first-child {
				border-top:1px dotted #dfe5ea;
			}
			.sidebar_wrap .list-group-item:focus,
			.sidebar_wrap .list-group-item:hover {
				background-color:transparent;
				border-color:#dfe5ea;
			}
			.sidebar_wrap .list-group-item a.active,
			.sidebar_wrap .list-group-item a:hover {
				color:#2475d0;
				background-color:transparent;
			}
			/* 아이콘 디폴트 및 하위 없을 경우 */
			.sidebar_wrap .list-group-item a:before {
				position:absolute;
				left:10px;
				top:17px;
				font-family:"Themify Iconset";
				content:"\e622";
				color:#444;
				font-size:8px;
			}
			/* 아이콘 감춤 */
			.sidebar_wrap li li li.list-group-item a:before,
			.sidebar_wrap .list-group-item a.inon:before {
				content:none !important;
			}
			.sidebar_wrap li li li.list-group-item a span,
			.sidebar_wrap .list-group-item a.inon span {
				padding-left:0 !important;
			}
			.sidebar_wrap .list-group-item .accordion-toggle:before {
				font-family:"Themify Iconset";
				content:"\e61a";
			}
			.sidebar_wrap .list-group-item.active > .accordion-toggle:before {
				font-family:"Themify Iconset";
				content:"\e622";
				color:#2475d0;
			}
			.sidebar_wrap li .list-group-item a:before {
				left:24px;
				top:14px;
			}
			.sidebar_wrap .list-group-item a span {
				padding-left:15px;
			}




	/* 서브 상단 비쥬얼 영역 */
			.sub_visual,
			.sub_visual .container {
				height:230px;
			}
			.sub_visual {
				position:relative;
				display:table;
				width:100%;
				overflow:hidden;
				margin-bottom:30px;
				background-repeat:repeat;
				background-position:50% 50%;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			}
			.sub_visual .container {
				display:table-cell;
				color:#fff;
				letter-spacing:-.05em;
				text-shadow:0 0 5px rgba(0, 0, 0, .3);
				vertical-align:middle;
			}
			.sub_visual .container h2 {
				font-size:2em;
				margin:0 0 .5em 0;
			}
			.sub_visual .container h4 {
				font-size:1.4em;
				line-height:1.4em;
			}
			.bg-thema1 {
				background-image:url("img/slider_img_1.jpg");
			}
			.bg-thema2 {
				background-image:url("img/slider_img_2.jpg");
			}
			.bg-thema3 {
				background-image:url("img/slider_img_3.jpg");
			}
			.bg-thema4 {
				background-image:url("img/slider_img_4.jpg");
			}
			.bg-thema5 {
				background-image:url("img/slider_img_5.jpg");
			}

			@media (max-width:1050px) {
				.sub_visual,
				.sub_visual .container {
					height:200px;
				}
				.sub_visual {
					margin-bottom:20px;
				}
				.sub_visual .container h2 {
					font-size:1.8em;
					margin:0 0 .4em 0;
				}
				.sub_visual .container h4 {
					font-size:1.2em;
				}
			}

			@media (max-width:767px) {
				.sub_visual,
				.sub_visual .container {
					height:160px;
				}
				.sub_visual {
					margin-bottom:10px;
					-webkit-background-size: 767px 192px;
					-moz-background-size: 767px 192px;
					-o-background-size: 767px 192px;
					background-size: 767px 192px;
				}
				.sub_visual .container h2 {
					font-size:1.5em;
					margin:0 0 .3em 0;
				}
				.sub_visual .container h4 {
					font-size:1.1em;
				}
			}


	/* 하단 영역 기본테마 */
			.footer_wrap {
				color:#888;
				font-size:.95em;
				line-height:24px;
				padding:1.5em 0;
				background-color:#fff;
				border-top:1px solid #e7e7e7;
			}
			.footer_copy {
				font-size:.95em;
				margin-top:10px;
			}
			.footer_copy img {
				height:36px;
				margin-top:5px;
			}
			.footer_copy em {
				font-style:normal;
				margin:0 3px;
			}
			.footer_copy .footer_email {
				color:#777;
				text-decoration:underline;
			}
			.footer_copy address {
				display:inline-block;
			}
			.footer_copy address a {
				color:#777;
			}


	/* Footer Navi */
			.footer_site,
			.footer_navi {
				padding:10px 0;
			}
			.footer_navi a {
				display:inline-block;
				color:#666;
				font-size:.95em;
				text-decoration:none;
				padding:0 10px;
			}
			.footer_navi a:first-child {
				padding-left:0;
			}
			.footer_navi span {
				color:#333;
			}
			.footer_navi a:hover,
			.footer_navi a:active,
			.footer_navi a.hover {
				color:#000;
			}
			@media (max-width:767px) {
				.footer_wrap {
					font-size:.75em;
					line-height:18px;
				}
				.footer_copy {
					text-align:center;
				}
				.footer_copy img {
					height:26px;
					margin:0 auto 15px;
				}
			}


	/* adlist */

		.adlist {
			clear:both;
			padding:1.1em 0 .9em;
		}
		.adlist .container {
			position:relative;
			overflow:hidden;
		}
		.adlist .ad_ctrl {
			float:left;
			width:18%;
		}
		.adlist .ad_ctrl strong {
			color:#333;
			font-size:1.2em;
			line-height:62px;
			display:inline-block;
			margin-right:20px;
		}
		.adlist .ad_list_set {
			float:left;
			width:82%;
			position:relative;
		}
		.adlist .ad_ctrl .ad_ctrl_btn {
			width:25px;
			height:24px;
			line-height:24px;
			margin:15px 0;
			padding:0;
			text-align:center;
			display:inline-block;
			border:1px solid #ddd;
			background-color:#fff;
		}
		.adlist .ad_list_set ul {
			width:100%;
			padding:0;
			margin:0;
		}
		.adlist .ad_list_set ul li {
			float:left;
			padding:0 0 10px;
			margin-left:6px;
			margin-right:6px;
		}
		.adlist .ad_list_set ul li a {
			display:block;
		}
		.adlist .ad_list_set ul li img {
			width:170px;
			background-color:#fff;
			border:1px solid #ededed;
		}
		.adlist .ad_list_set ul li a:hover img {
			border:1px solid #ddd;
		}
		@media (max-width:1050px) {
			.adlist {
				padding:1.1em 0 .4em;
			}
			.adlist .ad_ctrl strong {
				font-size:1.1em;
				line-height:60px;
				margin-right:10px;
			}
			.adlist .ad_ctrl .ad_ctrl_btn {
				margin:12px 0;
			}
			.adlist .ad_list_set ul li {
				padding:0 0 7px;
				margin-left:5px;
				margin-right:5px;
			}
			.adlist .ad_list_set ul li img {
				width:146px;
			}
		}
		@media (max-width:900px) {
			.adlist {
				padding:1.1em 0 .2em;
			}
			.adlist .ad_ctrl {
				width:21%;
			}
			.adlist .ad_list_set {
				width:79%;
			}
			.adlist .ad_ctrl strong {
				font-size:1.1em;
				line-height:53px;
				margin-right:10px;
			}
			.adlist .ad_ctrl .ad_ctrl_btn {
				margin:9px 0;
			}
			.adlist .ad_list_set ul li {
				padding:0 0 6px;
				margin-left:4px;
				margin-right:4px;
			}
			.adlist .ad_list_set ul li img {
				width:135px;
			}
		}
		@media (max-width:767px) {
			.adlist {
				overflow:hidden;
				padding:1.1em 0 .4em;
			}
			.adlist .ad_ctrl {
				float:none;
				width:100%;
				display:none;
			}
			.adlist .ad_list_set {
				float:none;
				width:100%;
				overflow:hidden;
			}
			.adlist .ad_list_set ul li {
				padding:0 0 5px;
			}
			.adlist .ad_list_set ul li img {
				width:156px;
			}
		}



/* -------------------------------------- 수강관련 -------------------------------------- */
			.s-wrap {
				padding:1.5em;
				margin-bottom:5px;
				border:1px dashed #ccc;
			}
			.s-category-wrap {
				clear: both;
				overflow:hidden;
			}
			.s-category-wrap ul {
				margin:0;
				padding:0;
			}
			.s-category-wrap li {
				margin:0;
				padding:5px 5px 5px 0;
				float:left;
				display:inline-block;
			}
			.s-category-wrap a {
				display:block;
				color:#444;
				font-size:1.15em;
				line-height:46px;
				font-weight: 500;
				text-align:center;
				padding:0 2em;
				text-decoration:none;
				background-color:#fcfcfc;
				border:1px solid #bbb;
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
				border-radius:2px;
				-webkit-transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
				transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
				transition: all .5s ease
			}
			.s-category-wrap li:first-child a {
				display:block;
				color:#fff;
				background-color:#252525;
				border:1px solid #252525;
			}
			.s-category-wrap li:hover a {
				color:#000;
				border-color:#999;
				background-color:#fff;
			}
			.s-category-wrap li a.active {
				color:#004dce;
				border-color:#004dce;
				background-color:#fff;
			}
			.s-category-wrap li:first-child a:hover,
			.s-category-wrap li:first-child a.active {
				color:#fff;
				border-color:#004dce;
				background-color:#004dce;
			}
			html[lang|=ko] .s-category-wrap a {
				letter-spacing:-.05em;
			}

			.s-category-sub {
				clear: both;
				overflow:hidden;
			}
			.s-category-sub ul {
				margin:0;
				padding:0;
			}
			.s-category-sub li {
				margin:0;
				padding:5px 5px 5px 0;
				float:left;
				display:inline-block;
			}
			.s-category-sub a {
				display:block;
				color:#444;
				font-size:1em;
				line-height:38px;
				text-align:center;
				padding:2px 25px 0 25px;
				text-decoration:none;
				background-color:#fff;
				border:1px solid #ccc;
				-webkit-border-radius:26px;
				-moz-border-radius:26px;
				border-radius:26px;
				-webkit-transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
				transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
				transition: all .5s ease
			}
			.s-category-sub li a span {
				position:relative;
				top:-1px;
				font-size:95%;
				font-family: 'MarkPro';
				letter-spacing:.0em;
				margin-left:3px;
			}
			.s-category-sub li:hover a {
				color:#000;
				border-color:#999;
			}
			.s-category-sub li a.active {
				color:#004dce;
				border-color:#297fe0;
			}
			.s-category-sub li:first-child a {
				display:block;
				color:#fff;
				background-color:#444;
				border:1px solid #444;
			}
			.s-category-sub li:first-child a:hover,
			.s-category-sub li:first-child a.active {
				color:#fff;
				border-color:#297fe0;
				background-color:#297fe0;
			}
			@media (max-width:767px) {
				.s-wrap {
					padding:1em;
				}
				.s-category-wrap a {
					font-size:1em;
					line-height:36px;
					padding:0 1.1em;
				}
				.s-category-sub a {
					font-size:.9em;
					line-height:32px;
					padding:1px 14px 0;
					-webkit-border-radius:20px;
					-moz-border-radius:20px;
					border-radius:20px;
				}
				.s-category-sub li {
					padding:5px 5px 3px 0;
				}
				.s-category-sub li a span {
					margin-left:1px;
				}
			}

		/* 수강관련 */
			/* 과정 1차 */
			.c-category-wrap {
				clear: both;
				overflow:hidden;
				margin-bottom:5px;
			}
			.c-category-wrap ul {
				margin:0;
				padding:0;
			}
			.c-category-wrap li {
				width:25%;
				margin:0;
				padding:5px;
				float:left;
				display:inline-block;
			}
			.c-category-wrap a,
			.c-category-wrap span {
				display:block;
				color:#444;
				font-size:1.3em;
				line-height:80px;
				font-weight: 500;
				text-align:center;
				text-decoration:none;
				background-color:#fcfcfc;
				border:1px solid #bbb;
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
				-webkit-transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
				transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
			}
			.c-category-wrap span {
				display:block;
				color:#fff;
				background-color:#252525;
				border:1px solid #252525;
			}
			.c-category-wrap li:hover a {
				color:#000;
				border-color:#999;
				background-color:#fff;
				-webkit-box-shadow:3px 3px 0 rgba(0, 0, 0, 0.1);
				box-shadow:3px 3px 0 rgba(0, 0, 0, 0.1);
			}
			.c-category-wrap li a i,
			.c-category-wrap li span i {
				position:relative;
				top:4px;
				font-size:1.3em;
				margin-right:10px;
				opacity:.9 !important;
				filter:alpha(opacity=90) !important;
			}
			.c-category-wrap li a.active {
				color:#004dce;
				border-color:#004dce;
				background-color:#fff;
				-webkit-box-shadow:3px 3px 0 rgba(0, 0, 0, 0.1);
				box-shadow:3px 3px 0 rgba(0, 0, 0, 0.1);
			}
			.c-category-wrap li span.active {
				color:#fff;
				border-color:#004dce;
				background-color:#004dce;
			}
			html[lang|=ko] .class-wrap2 h2,
			html[lang|=ko] .c-category-wrap a {
				letter-spacing:-.05em;
			}

			/* 과정 2차 */
			.c-category-sub {
				clear: both;
				padding:5px;
				margin-bottom:10px;
			}
			.c-category-sub-frame {
				overflow:hidden;
				padding:10px;
				background-color:#fcfcfc;
				border:1px solid #ddd;
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
			}
			.c-category-sub-frame .c-tab {
				display:none;
			}
			.c-category-sub-frame .c-tab.active {
				display:block;
			}
			.c-category-btn {
				clear: both;
			}
			.c-category-btn ul {
				margin:0;
				padding:0;
			}
			.c-category-btn li {
				margin:0;
				padding:5px;
				float:left;
				display:inline-block;
			}
			.c-category-btn-inline.c-category-btn li {
				float:none;
				display:block;
				padding:5px 0;
			}
			.c-category-btn a {
				display:block;
				color:#444;
				font-size:1.1em;
				line-height:42px;
				text-align:center;
				padding:0 30px;
				text-decoration:none;
				background-color:#fff;
				border:1px solid #ccc;
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
				border-radius:2px;
				-webkit-transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
				transition:opacity .2s ease,
				background-color .2s ease,
				color .2s ease,
				box-shadow .2s ease,
				background .2s ease;
			}
			.c-category-btn li:hover a {
				color:#000;
				border-color:#999;
			}
			.c-category-btn li a.active {
				color:#004dce;
				border-color:#004dce;
			}

			/* 수업유형 */
			#c-category-type.c-category-btn {
				padding-right:10px;
			}
			#c-category-type.c-category-btn li {
				width:33.3333333%;
			}
			#c-category-type.c-category-btn li a {
				padding:0;
			}

			/* 수업기간 */
			.line-wrap-left {
				padding-right:5px;
				border-right:1px solid #ddd;
			}
			#c-category-term.c-category-btn li {
				width:25%;
			}
			#c-category-term.c-category-btn li a {
				padding:0;
			}

			/* 수업방식 */
			#c-category-system.c-category-btn {
				padding-left:5px;
				padding-right:10px;
			}
			.c-category-btn #c-category-system1 li a,
			.c-category-btn #c-category-system2 li a {
				padding:0;
			}

			/* 수업방식 */
			#c-category-sale.c-category-btn li {
				width:50%;
			}

			/* 수업희망 */
			.input-pr {
				padding-left:5px;
				padding-right:10px;
			}


			/* 결제정보 */
			.payment-wrap {
				padding:0 5px;
				margin:30px 0 0;
			}
			.payment-frame {
				color:#fff;
				font-size:1.1em;
				padding:25px;
				margin:10px 0 30px;
				background-color:#262e3c;
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
				border-radius:2px;
			}
			.payment-frame .payment-price {
				color:#aaa;
				font-size:1.5em;
				line-height:1.5em;
				padding-bottom:10px;
				margin-bottom:17px;
				border-bottom:1px solid rgba(255, 255, 255, .1);
			}
			.payment-price ul,
			.payment-price ul li,
			.payment-option ul,
			.payment-option ul li {
				padding:0;
				margin:0;
			}
			.payment-option li {
				position:relative;
				padding-left:15px !important;
			}
			.payment-option li:after {
				font-size:.6em;
				font-family:"Themify Iconset";
				content:"\e724";
				position:absolute;
				left:-1px;
				top:50%;
				margin-top:-7px;
			}

			.payment-frame .payment-price span {
				color:#fff;
			}
			.payment-frame .payment-price .total-price,
			.payment-frame .payment-price .total-price span {
				color:#f8e332;
			}
			.payment-frame .payment-price li {
				display:inline-block;
			}
			.payment-frame .payment-price i {
				position:relative;
				top:-2px;
				font-size:.8em;
				margin:0 5px;
			}

			.payment-wrap button {
				display:block;
				padding:0 70px;
				margin:0 auto;
				color:#fff;
				font-size:1.4em;
				line-height:50px;
				text-align:center;
				border:none;
				background-color:#004dce;
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
				border-radius:2px;
			}
			.payment-wrap button i {
				margin-right:10px;
			}
			html[lang|=ko] .payment-frame button {
				letter-spacing:-.05em;
			}

			.payment-type {
				margin:15px auto 0;
				font-size:1.35em;
				text-align:center;
				padding:5px 0;
				background-color:rgba(255, 255, 255, .02);
				border:1px solid rgba(255, 255, 255, .08);
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
				border-radius:2px;
			}
			.payment-type .radio input[type=radio] {
				margin-top:15px;
			}


		@media (max-width:991px) {
			/* 과정 1차 */
			.c-category-wrap a,
			.c-category-wrap span {
				font-size:1.15em;
				line-height:60px;
			}
			.c-category-wrap li a i,
			.c-category-wrap li span i {
				top:3px;
				font-size:1.2em;
				margin-right:5px;
			}

			/* 과정 2차 */
			.c-category-sub-frame {
				padding:5px;
			}
			.c-category-btn a {
				font-size:1em;
				line-height:38px;
				padding:0 25px;
			}

			/* 수업기간 */
			#c-category-term.c-category-btn li {
				width:50%;
			}

			/* 수업방식 */
			#c-category-system.c-category-btn {
				padding-right:5px;
			}

			/* 수업유형 */
			#c-category-type.c-category-btn {
				padding-right:0;
			}

			/* 결제정보 */
			.payment-frame {
				font-size:1em;
				padding:20px;
			}
			.payment-frame .payment-price {
				font-size:1.3em;
				line-height:1.35em;
				padding-bottom:5px;
				margin-bottom:12px;
			}
			.payment-option li {
				padding-left:13px !important;
			}
			.payment-option li:after {
				font-size:.5em;
				margin-top:-4px;
			}
			.payment-frame .payment-price i {
				top:-1px;
				font-size:.7em;
				margin:0 3px;
			}

			.payment-wrap button {
				padding:0 60px;
				font-size:1.3em;
				line-height:46px;
			}
			.payment-wrap button i {
				margin-right:5px;
			}
			.payment-type {
				margin:10px auto 0;
				font-size:1.25em;
			}
			.payment-type .radio input[type=radio] {
				margin-top:11px;
			}
		}

		@media (max-width:767px) {
			.line-wrap-left {
				padding-right:0;
				border-right:none;
			}
			/* 과정 1차 */
			.c-category-wrap li {
				width:50%;
			}
			.c-category-wrap a,
			.c-category-wrap span {
				font-size:1.05em;
				line-height:50px;
			}
			.c-category-wrap li a i,
			.c-category-wrap li span i {
				top:2px;
				font-size:1.15em;
				margin-right:5px;
			}

			/* 과정 2차 */
			.c-category-sub {
				padding:5px;
				margin-bottom:0;
			}
			.c-category-sub-frame {
				padding:10px;
			}
			.c-category-sub .c-category-btn li {
				width:50%;
				float:left;
				display:inline-block;
			}
			.c-category-btn a {
				font-size:1em;
				line-height:36px;
				padding:0 20px;
			}


			/* 결제정보 */
			.payment-frame {
				font-size:1em;
				padding:15px;
			}
			.payment-frame .payment-price {
				font-size:1.25em;
				line-height:1.45em;
				padding-bottom:8px;
				margin-bottom:10px;
			}
			.payment-frame .payment-price i {
				top:0;
				margin:0 5px 0 0;
			}
			.payment-option li {
				padding-left:15px !important;
			}
			.payment-option li:after {
				top:8px;
				margin-top:0;
			}

			.payment-wrap button {
				padding:0 50px;
				font-size:1.25em;
				line-height:44px;
			}
			.payment-type {
				text-align:left;
				padding:0;
				padding-left:15px;
			}
		}




			/* md */
			@media (min-width:992px) {
				#sidebar_navi {
					display:block !important;
				}
				.off-canvas-active > #page,
				.off-canvas-active > #off-canvas-nav {
					transform:translateX(0) !important;
					-webkit-transform:translateX(0) !important;
					-moz-transform:translateX(0) !important;
					-ms-transform:translateX(0) !important;
					-o-transform:translateX(0) !important;
					position:relative !important;
				}
				#off-canvas-button {
					display:none !important;
				}
			}


			/* sm */
			@media (max-width:991px) {
				.sidebar_wrap {
					width:100%;
					display:none;
				}
				body.fixed {
					overflow:hidden;
					-webkit-overflow-scrolling:touch;
				}
			}



			.container-section {
				padding:25px;
				margin:30px 0 40px;
				background-color:rgba(255,255,255,.9);
				-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);
				box-shadow:0 0 8px rgba(0,0,0,.1);
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
				-ms-border-radius:2px;
				-o-border-radius:2px;
				border-radius:2px;
			}


			.notice-bg {
				position:relative;
				width:100%;
				padding:54px 0 46px;
				overflow:hidden;
				background-color:#f7cac3;
				background-repeat:no-repeat;
				background-position:50% 50%;
				-webkit-background-size: container;
				-moz-background-size: container;
				-o-background-size: container;
				background-size: container;
				background-image:url("img/imgbg.png");
			}

			.c-wrap {
				padding:75px 0;
			}


			.media-banner {
				position: relative;
				display: inline-block;
				margin: 5px 0 2px;
				overflow: hidden;
				background-color:#fff;
				-webkit-transition: all 150ms linear 0s;
				transition: all 150ms linear 0s;
				border:1px solid #ccc;
			}
			.media-banner:hover {
				border-color:#26b0ff;
			}

			.text-black {
				color:#222;
			}



			.media-overlay {
				position: relative;
				display: inline-block;
				overflow: hidden;
				vertical-align: middle;
				padding:16px 20px 6px;
				-webkit-transition: all 150ms linear 0s;
				transition: all 150ms linear 0s;
			}
			.media-overlay h3 {
				color:#000;
				font-size:14px;
				line-height:18px;
				margin:0 0 3px;
			}
			.media-overlay p {
				color:#888;
				font-size:12px;
				line-height:17px;
				margin:0;
			}

			@media only screen and (max-width: 991px) {
				.c-wrap {
					padding:60px 0;
				}
				.book-fa-wrap .media-banner {
					margin: 0;
				}
				.book-fa-wrap .media-banner:first-child {
					margin: 5px 0 0;
				}

				.media-overlay {
					padding:9px 20px;
				}
			}

			@media only screen and (max-width: 767px) {
				.c-wrap {
					padding:50px 0;
				}
				.media-overlay {
					padding:12px 20px 3px;
				}

				.media-overlay h3 {
					margin:5px 0;
				}
			}

			@media only screen and (min-width: 768px) {
				.media-overlay {
					padding:9px 20px;
				}
			}

			@media only screen and (min-width: 799px) {
				.media-overlay {
					padding:15px 20px;
				}
			}

			@media only screen and (min-width: 920px) {
				.media-overlay {
					padding:16px 20px 17px;
				}
			}

			@media only screen and (min-width: 992px) {
				.c-wrap {
					padding:70px 0;
				}

				.media-overlay {
					padding:16px 20px;
				}
				.media-overlay h3 {
					font-size:13.5px;
					line-height:17px;
					margin:0 0 2px;
				}
				.media-overlay p {
					font-size:11.5px;
					line-height:17px;
				}
			}

			@media only screen and (min-width: 1170px) {
				.c-wrap {
					padding:80px 0;
				}
				.media-overlay {
					padding:14px 25px 13px;
				}
				.media-overlay h3 {
					font-size:14px;
					line-height:18px;
					margin:5px 0;
				}
				.media-overlay p {
					font-size:12px;
					line-height:18px;
				}
			}


		a.blog-desc {
			display:block;
			text-decoration:none;
			margin:0;
		}
		.blog-desc i {
			position:relative;
			top:3px;
			color:#999;
			margin-right:5px;
		}
		.blog-desc .subject {
			color:#222;
			font-size:1.1em;
			line-height:23px;
		}
		.blog-desc .text-muted {
			color:#666;
			font-size:.95em;
			line-height:22px;
		}



		.mbanner_wrap {
			position: relative;
		}

		.mbanner_wrap,
		.mbanner_wrap .sliderBox ul li {
			width: 100%;
			min-height: 257px;
		}

		.mbanner_wrap .sliderBox,
		.mbanner_wrap .sliderBox ul {
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			display: inline-block;
			position: relative;
		}

		.mbanner_wrap .sliderBox {
			overflow: hidden;
			border-radius: 6px;
		}

		.mbanner_wrap .sliderBox ul li {
			padding: 0;
			margin: 0;
			display: inline-block;
			position: absolute;
		}

		.mbanner_wrap .sliderBox ul li a {
			width: 100%;
			height: 100%;
			position: absolute;
		}

		.mbanner_wrap .sliderBox ul li a img {
			width:100%;
			height:auto;
			border-radius: 6px;
		}

		.mbanner_wrap .controlBox {
			height: 40px;
			background-color: #000;
			padding: 11px 14px;
			display: inline-block;
			border-radius: 6px;
			position: absolute;
			bottom: 20px;
			right: 14px;
		}

		.mbanner_wrap .controlBox button {
			width: 18px;
			height: 18px;
			font-size: 0;
			text-indent: -99999px;
			padding: 0;
			margin: 0 2px;
			display: inline-block;
			float: left;
			position: relative;
			border: 0;
			background-color: #000
		}

		.mbanner_wrap .controlBox button:before {
			background: url("img/main_ir.png") no-repeat;
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
		}

		.mbanner_wrap .controlBox button.btn_prev:before {
			width: 7px;
			height: 11px;
			background-position: -2027px -1px;
			margin: -5px 0 0 -3px;
		}

		.mbanner_wrap .controlBox button.btn_stop:before {
			width: 7px;
			height: 11px;
			background-position: -2037px -1px;
			margin: -5px 0 0 -3px;
		}

		.mbanner_wrap .controlBox button.btn_play:before {
			width: 7px;
			height: 11px;
			background-position: -2047px -1px;
			margin: -5px 0 0 -3px;
		}

		.mbanner_wrap .controlBox button.btn_next:before {
			width: 7px;
			height: 11px;
			background-position: -2056px -1px;
			margin: -5px 0 0 -3px;
		}
	@media (max-width:1050px) {
		.mbanner_wrap,
		.mbanner_wrap .sliderBox ul li {
			min-height: 214px;
		}
	}


	@media (max-width:900px) {
		.mbanner_wrap,
		.mbanner_wrap .sliderBox ul li {
			min-height: 177px;
		}
	}

	@media (max-width:800px) {
		.mbanner_wrap,
		.mbanner_wrap .sliderBox ul li {
			min-height: 169px;
		}
	}

	@media (max-width:767px) {
		.mbanner_wrap,
		.mbanner_wrap .sliderBox ul li {
			min-height: 139px;
		}
		.mbanner_wrap .controlBox {
			height: 31px;
			padding: 7px 10px;
			bottom: 23px;
			right: 10px;
			border-radius: 4px;
		}
		.mbanner_wrap .controlBox button {
			width: 16px;
			height: 16px;
			margin: 0 1px;
		}
	}



	/* 최근게시물 */
		.showlist_wrap {
			position: relative;
			width: 100%;
			height: 260px;
			margin-top:-6px;
		}
		.showlist_wrap .skip {
			display:none;
		}
		.showlist_wrap .tab_btn {
			width: 100%;
			height: 40px;
			border-bottom: 1px solid #767980;
			border-left: none;
			margin-bottom:15px;
		}
		.showlist_wrap .tab_btn a {
			margin-right:1em;
			float: left;
			height: 39px;
			font-size: 15px;
			color: #666;
			font-weight: 400;
			text-align: center;
			line-height: 39px;
			letter-spacing:-.05em;
			text-decoration:none;
			display: inline-block;
		}
		.showlist_wrap .tab_btn a.on {
			color: #000;
		}

		.showlist_wrap .tab_con {
			width: 100%;
			display: inline-block;
			position: relative;
		}
		.showlist_wrap .tab_con .con_wrap {
			width: 100%;
			display: none;
		}
		.showlist_wrap .tab_con .con_wrap ul {
			padding: 0;
			margin: 0;
		}
		.showlist_wrap .tab_con .con_wrap li {
			width: 100%;
			height:40px;
			padding: 0;
			margin: 0;
			display: block;
			overflow: hidden;
		}
		.showlist_wrap .tab_con .con_wrap li.header-bbs {
			height:auto;
			padding: 0 0 10px 0;
		}
		.showlist_wrap .tab_con .con_wrap li a {
			position: relative;
			width: 100%;
			font-size: 14px;
			color: #575757;
			letter-spacing:-.05em;
			padding: 6px 0;
			margin: 0;
			display: inline-block;
			border-bottom: 1px solid #f2f3f5;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-img {
			padding: 5px 10px 0 0;
			border:none;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-subject {
			font-size: 16px;
			color: #222;
			line-height:24px;
			padding: 10px 0 0;
			border-bottom: none;
		}
		.showlist_wrap .tab_con .con_wrap li .header-bbs-contents {
			font-size: 13.5px;
			color: #666;
			line-height:22px;
		}



		.showlist_wrap .tab_con .con_wrap li a .tit {
			width: 70%;
			padding: 0 0 0 16px;
			float: left;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
		}
		.showlist_wrap .tab_con .con_wrap li a .tit:before {
			width: 3px;
			height: 3px;
			background-color: #949494;
			content: "";
			position: absolute;
			top: 50%;
			left: 8px;
			margin-top:-1px;
			border-radius: 50%;
		}
		.showlist_wrap .tab_con .con_wrap li a .date {
			position: relative;
			top:1px;
			width: 30%;
			font-size: 14px;
			color: #767676;
			text-align: right;
			float: right;
		}
		.showlist_wrap .tab_con .con_wrap li a .date em {
			font-style:normal;
			padding:0 8px;
		}
		.showlist_wrap .tab_con .con_wrap li .bul_new {
			display: inline-block;
			margin-left: 3px;
			width: 17px;
			height: 17px;
			color: #fff;
			font-size: 9px;
			font-style:normal;
			text-align: center;
			line-height: 17px;
			margin-left:2px;
			background-color: #ff7800;
			border-radius: 4px;
		}
		.showlist_wrap .tab_con .con_wrap.on {
			display: inline-block;
		}
		.showlist_wrap .tab_con .con_wrap .tab_more {
			display: none;
			position: absolute;
			top: -48px;
			right: 0;
			width: 26px;
			height: 26px;
			font-size: 0;
			text-indent: -99999px;
			border: 1px solid #c5c5c5;
			border-radius: 50%;
		}
		.showlist_wrap .tab_con .con_wrap .tab_more:after,
		.showlist_wrap .tab_con .con_wrap .tab_more:before {
			width: 10px;
			height: 2px;
			background-color: #767980;
			content: "";
			margin: -1px 0 0 -5px;
			position: absolute;
			top: 50%;
			left: 50%;
		}
		.showlist_wrap .tab_con .con_wrap .tab_more:after {
			width: 2px;
			height: 10px;
			margin: -5px 0 0 -1px;
		}
		.showlist_wrap .tab_con .con_wrap.on .tab_more {
			display: inline-block;
		}


		.big .carousel-caption {
			top:15%;
		}


	@media (max-width:1050px) {
		.showlist_wrap {
			height: 240px;
		}
		.showlist_wrap .tab_btn {
			margin-bottom:5px;
		}
		.showlist_wrap .tab_btn a {
			margin-right:.8em;
			font-size: 14px;
		}
		.showlist_wrap .tab_con .con_wrap li {
			height:34px;
		}
		.showlist_wrap .tab_con .con_wrap li a {
			font-size: 13.5px;
			padding: 2px 0 4px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date {
			font-size: 13.5px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date em {
			padding:0 7px;
		}
		.showlist_wrap .tab_con .con_wrap .tab_more {
			top: -40px;
			width: 24px;
			height: 24px;
		}

		.showlist_wrap .tab_con .con_wrap li.header-bbs {
			height:auto;
			padding-top: 5px;
			padding-bottom: 10px;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-img {
			padding: 5px 10px 0 0;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-subject {
			font-size: 15px;
			line-height:23px;
			padding: 6px 0 0;
		}
		.showlist_wrap .tab_con .con_wrap li .header-bbs-contents {
			font-size: 12.5px;
			line-height:19px;
		}


		.carousel-caption {
			font-size:.85em;
		}
		.carousel-caption h2 {
			padding-top:0;
			line-height:20px;
			padding-bottom:10px;
		}
		.carousel-caption h2 span {
			display:inline-block;
			margin-bottom:0;
		}
		.carousel-caption p {
			margin-bottom:10px;
		}

		.blog-desc i {
			top:1px;
		}
		.blog-desc .subject {
			font-size:1.1em;
			line-height:22px;
		}
		.blog-desc .text-muted {
			font-size:.95em;
			line-height:20px;
		}
	}



	@media (max-width:900px) {
		.showlist_wrap {
			height: 180px;
			margin-top:-12px;
		}
		.showlist_wrap .tab_btn {
			margin-bottom:3px;
		}
		.showlist_wrap .tab_btn a {
			margin-right:.8em;
			font-size: 14px;
		}
		.showlist_wrap .tab_con .con_wrap li {
			height:36px;
		}
		.showlist_wrap .tab_con .con_wrap li a {
			font-size: 13.5px;
			padding: 3px 0 5px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date {
			font-size: 13.5px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date em {
			padding:0 7px;
		}
		.showlist_wrap .tab_con .con_wrap .tab_more {
			top: -40px;
			width: 24px;
			height: 24px;
		}

		.showlist_wrap .tab_con .con_wrap li.header-bbs {
			height:auto;
			padding-top: 4px;
			padding-bottom: 4px;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-img {
			padding: 6px 5px 0 0;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-subject {
			width:98%;
			font-size: 15px;
			line-height:22px;
			padding: 3px 0 0;
			overflow:hidden;
			word-break:break-all;
			white-space:nowrap;
			text-overflow:"...";
		}
		.showlist_wrap .tab_con .con_wrap li .header-bbs-contents {
			position: relative;
			top:-5px;
			font-size: 12px;
			line-height:18px;
		}
		.showlist_wrap .tab_con .con_wrap li .date {
			margin-left:0 !important;
			display:block !important;
		}

		.showlist_wrap .tab_con .con_wrap li:last-child {
			display:none;
		}

		.carousel-caption {
			font-size:.7em;
		}
		.carousel-caption h2 {
			padding-top:5px;
		}
		.carousel-caption h2 span {
			display:inline-block;
			margin-bottom:0;
		}
		.carousel-caption p {
			display:none;
		}

		.blog-desc i {
			top:2px;
		}
		.blog-desc .subject {
			font-size:1.05em;
			line-height:21px;
		}
		.blog-desc .text-muted {
			font-size:.9em;
			line-height:19px;
		}
	}



	@media (max-width:800px) {
		.showlist_wrap {
			height: 169px;
			margin-top:-12px;
		}
		.showlist_wrap .tab_btn {
			margin-bottom:3px;
		}
		.showlist_wrap .tab_btn a {
			margin-right:.7em;
			font-size: 13.5px;
		}
		.showlist_wrap .tab_con .con_wrap li {
			height:34px;
		}
		.showlist_wrap .tab_con .con_wrap li a {
			font-size: 13px;
			padding: 2px 0 4px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date {
			font-size: 13px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date em {
			padding:0 5px;
		}
		.showlist_wrap .tab_con .con_wrap .tab_more {
			top: -36px;
			width: 24px;
			height: 24px;
		}

		.showlist_wrap .tab_con .con_wrap li.header-bbs {
			height:auto;
			padding-top: 3px;
			padding-bottom: 3px;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-img {
			padding: 5px 4px 0 0;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-subject {
			font-size: 14px;
		}
		.showlist_wrap .tab_con .con_wrap li .header-bbs-contents {
			top:-6px;
		}

		.carousel-caption {
			font-size:.65em;
		}
		.carousel-caption h2 {
			padding-top:0;
		}

		.blog-desc i {
			top:1px;
		}
		.blog-desc .subject {
			font-size:1em;
			line-height:20px;
		}
		.blog-desc .text-muted {
			font-size:.85em;
			line-height:18px;
		}
	}



	@media (max-width:767px) {
		.showlist_wrap {
			height: auto;
			margin-top:15px;
			margin-bottom:4px;
		}
		.showlist_wrap .tab_btn {
			margin-bottom:3px;
		}
		.showlist_wrap .tab_btn a {
			margin-right:.7em;
			font-size: 13.5px;
		}
		.showlist_wrap .tab_con .con_wrap li {
			height:34px;
		}
		.showlist_wrap .tab_con .con_wrap li a {
			font-size: 13px;
			padding: 2px 0 4px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date {
			font-size: 13px;
		}
		.showlist_wrap .tab_con .con_wrap li a .date em {
			padding:0 5px;
		}
		.showlist_wrap .tab_con .con_wrap .tab_more {
			top: -36px;
			width: 24px;
			height: 24px;
		}

		.showlist_wrap .tab_con .con_wrap li.header-bbs {
			height:auto;
			padding-top: 3px;
			padding-bottom: 3px;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-img {
			padding: 5px 4px 0 0;
		}
		.showlist_wrap .tab_con .con_wrap li a.header-bbs-subject {
			font-size: 14px;
		}
		.showlist_wrap .tab_con .con_wrap li .header-bbs-contents {
			top:-6px;
		}

		.carousel-caption {
			font-size:.65em;
		}

		.blog-desc {
			padding-bottom:5px;
		}
		.blog-desc i {
			top:1px;
		}
		.blog-desc .subject {
			font-size:1.2em;
			line-height:22px;
			padding-top:5px;
		}
		.blog-desc .text-muted {
			font-size:.95em;
			line-height:20px;
		}
	}

	.m-quick-b {
		background-color:#fff;
	}
	.m-quick-b a {
		display:block;
		padding:16px;
		letter-spacing:-.05em;
		background-color:#fff;
		border: 1px solid #bbada0;
		-webkit-box-shadow:2px 2px 8px rgba(0, 0, 0, .2);
		box-shadow:2px 2px 8px rgba(0, 0, 0, .2);
		border-radius: 4px;
		-webkit-transition: all 150ms linear 0s;
		transition: all 150ms linear 0s;
	}
	.m-quick-b a:hover {
		border-color: #988574;
	}
	.m-quick-b a h3 {
		color:#222;
		font-size:1.4em;
		margin:2px 0 5px;
		-webkit-transition: all 150ms linear 0s;
		transition: all 150ms linear 0s;
	}
	.m-quick-b a p {
		color:#777;
		font-size:1em;
		line-height:20px;
		margin:0;
		-webkit-transition: all 150ms linear 0s;
		transition: all 150ms linear 0s;
	}
	.m-quick-b a:hover h3 {
		color:#000;
	}
	.m-quick-b a:hover p {
		color:#555;
	}
	.m-quick-b a img {
		width:100%;
		margin:10px auto;
		padding-left:10px;
		padding-right:5px;
	}

	@media (max-width:1050px) {
		.m-quick-b a {
			padding:13px 10px 13px 15px;
		}
		.m-quick-b a h3 {
			font-size:1.3em;
			margin:1px 0 4px;
		}
		.m-quick-b a p {
			font-size:.9em;
			line-height:19px;
		}
		.m-quick-b a img {
			margin:9px auto;
			padding-left:8px;
			padding-right:4px;
		}
	}

	@media (max-width:767px) {
		.m-quick-b a {
			margin-bottom:10px;
		}
		.m-quick-b a.last-loop {
			margin-bottom:0;
		}
		.m-quick-b a h3 {
			font-size:1.35em;
			margin-top:9px;
		}
		.m-quick-b a p {
			font-size:.95em;
			line-height:20px;
		}
		.m-quick-b a img {
			padding-left:12px;
			padding-right:20px;
		}

		.view-tab.nav-tabs>li>a {
			font-size:1.05em !important;
			line-height:1.1;
		}
	}

	@media (max-width:340px) {
		.m-quick-b a h3 {
			font-size:1.3em;
			margin-top:8px;
		}
		.m-quick-b a p {
			font-size:.9em;
			line-height:19px;
		}
		.m-quick-b a img {
			padding-left:8px;
			padding-right:10px;
		}

		.view-tab.nav-tabs>li>a {
			font-size:.95em !important;
			line-height:1;
		}
	}



	.m-tab-b h2 {
		color:#000;
		font-weight:600;
		font-size:2em;
		line-height:22px;
		text-align:center;
		padding:0 0 15px;
		margin:0;
	}
	.m-tab-b .view-tab.nav-tabs>li>a {
		font-size:1.25em;
		line-height:1.8;
		background-color:transparent;
	}
	.m-tab-b .view-tab.nav-tabs>li.active>a,
	.m-tab-b .view-tab.nav-tabs>li.active>a:focus,
	.m-tab-b .view-tab.nav-tabs>li.active>a:hover {
		color:#000;
		background-color:transparent !important;
	}


	.tabs-contents {
		padding:2em 6em;
	}
	.tabs-contents h4 {
		color:#222;
		font-size:1.5em;
		line-height:30px;
		font-weight:500;
		letter-spacing:-.05em;
		text-decoration:underline;
		margin-top:.7em;
	}
	.tabs-contents h3 {
		color:#ff4e10;
		font-size:1.85em;
		line-height:34px;
		font-weight:500;
		letter-spacing:-.05em;
		margin:0 0 .4em;
	}
	.tabs-contents p {
		color:#666;
		font-size:1.35em;
		line-height:28px;
		font-weight:400;
		letter-spacing:-.05em;
		margin:.2em 0 .4em;
	}
	.tabs-contents p span {
		color:#1f8ceb;
	}
	.tabs-contents img {
		width:100%;
	}




	.tdwork-group-intro {
		margin:50px 0;
		text-align:center;
		letter-spacing:-.05em;
	}
	.tdwork-group-intro h2 {
		color:#333;
		font-size:25px;
		line-height:33px;
		font-weight: 500;
		margin-bottom:15px;
	}
	.tdwork-group-intro h3 {
		color:#333;
		font-size:20px;
		line-height:30px;
		font-weight: 500;
		margin-bottom:15px;
	}
	.tdwork-group-intro h2 em,
	.tdwork-group-intro h3 span {
		color:#176bf6;
	}
	.tdwork-group-intro h3 span.sm,
	.tdwork-group-intro p {
		font-size:18px;
		line-height:26px;
	}
	.tdwork-group-intro h3 span.sm {
		display:block;
		color:#333;
		font-weight: 400;
		margin-top:5px;
		margin-bottom:5px;
	}
	.tdwork-group-intro h3 em {
		font-style:normal;
	}
	.tdwork-group-intro p em,
	.tdwork-group-intro h3 em em,
	.tdwork-group-intro h3 span.sm em {
		color:#176bf6;
	}


	.tdwork-img-wrap {
		margin:50px 0;
		letter-spacing:-.05em;
	}
	.tdwork-img-wrap .frame {
		padding:35px 40px;
	}
	.tdwork-img-wrap2 .frame {
		padding:45px 40px;
	}
	.tdwork-img-wrap3 .frame {
		padding:20px 40px;
	}
	.tdwork-img-wrap h2 {
		color:#333;
		font-size:18px;
		line-height:26px;
		font-weight: 400;
		margin:15px 0 0;
	}
	.tdwork-img-wrap3 h2 {
		font-size:16px;
		line-height:24px;
		margin:10px 0 0;
	}
	.tdwork-img-wrap h2 em {
		color:#176bf6;
	}
	.tdwork-img-wrap .text-bg,
	.tdwork-img-wrap .tdwork-img,
	.tdwork-img-wrap .tdwork-img .tdwork-img-cell {
		height:280px;
	}
	.tdwork-img-wrap .text-bg {
		background-color:#f6f9ff;
		background-color:rgba(239, 245, 255, .5);
		-webkit-box-shadow:inset 0 0 40px rgba(0, 0, 0, .03);
		box-shadow:inset 0 0 40px rgba(0, 0, 0, .03);
	}
	.tdwork-img-wrap .tdwork-img {
		display:table;
		width:100%;
		background-repeat:no-repeat;
		background-position:50% 50%;
		background-image:url("img/tdwork-img01.jpg");
		background-size:cover;
	}
	.tdwork-img-wrap .tdwork-img2 {
		background-image:url("img/tdwork-img02.jpg");
	}
	.tdwork-img-wrap .tdwork-img3 {
		background-image:url("img/tdwork-img03.jpg");
	}
	.tdwork-img-wrap .tdwork-img .tdwork-img-cell {
		display:table-cell;
		text-align:center;
		text-shadow:0 0 4px rgba(0, 0, 0, .2);
		vertical-align:middle;
	}
	.tdwork-img-wrap h3 {
		color:#000;
		font-size:25px;
		line-height:28px;
		font-weight: 500;
		letter-spacing:-.05em;
		text-align:center;
		margin:0 auto 20px;
	}

	.tdwork-line {
		width:1px;
		height:50px;
		margin:0 auto;
		background-color:#bbb;
	}


	.tdwork-group-last {
		display:table;
		width:100%;
		margin:50px 0;
	}
	.tdwork-group-last,
	.tdwork-group-last-frame {
		height:230px;
	}
	.tdwork-group-last-frame {
		display:table-cell;
		color:#fff;
		text-align:center;
		vertical-align:middle;
		text-shadow:0 0 4px rgba(0, 0, 0, .2);
		background-repeat:no-repeat;
		background-position:50% 50%;
		background-image:url("img/tdwork-group-last1.jpg");
		background-size:1000px 273px;
		border-radius: 150px;
	}
	.tdwork-group-last-frame2 {
		background-image:url("img/tdwork-group-last2.jpg");
	}
	.tdwork-group-last-frame3 {
		background-image:url("img/tdwork-group-last3.jpg");
	}
	.tdwork-group-last h2 {
		font-size:25px;
		line-height:28px;
		font-weight: 500;
		letter-spacing:-.05em;
		margin:0 0 5px;
	}
	.tdwork-group-last h3 {
		font-size:20px;
		line-height:28px;
		font-weight: 500;
		letter-spacing:-.05em;
		margin:0;
	}
	.tdwork-group-last h3 em {
		color:#71e6ff;
	}


	@media (max-width:1050px) {
		.tdwork-img-wrap,
		.tdwork-group-last,
		.tdwork-group-intro {
			margin:40px 0;
		}
		.tdwork-group-intro h2 {
			font-size:23px;
			line-height:31px;
			margin-bottom:13px;
		}
		.tdwork-group-intro h3 {
			font-size:18px;
			line-height:28px;
			margin-bottom:13px;
		}

		.tdwork-group-intro h3 span.sm,
		.tdwork-group-intro p,
		.tdwork-img-wrap h2 {
			font-size:16px;
			line-height:24px;
		}

		.tdwork-group-intro h3 span.sm {
			margin-top:4px;
			margin-bottom:4px;
		}

		.tdwork-img-wrap .frame {
			padding:30px;
		}
		.tdwork-img-wrap h2 {
			margin:13px 0 0;
		}
		.tdwork-img-wrap .text-bg,
		.tdwork-img-wrap .tdwork-img,
		.tdwork-img-wrap .tdwork-img .tdwork-img-cell {
			height:240px;
		}
		.tdwork-img-wrap .tdwork-img {
			background-size:486px 340px;
		}
		.tdwork-img-wrap .tdwork-img .tdwork-img-cell h3 {
			font-size:28px;
			line-height:38px;
		}

		.tdwork-line {
			height:40px;
		}

		.tdwork-group-last,
		.tdwork-group-last-frame {
			height:210px;
		}

		.tdwork-group-last-frame {
			background-size:900px 246px;
		}
		.tdwork-group-last h2 {
			font-size:23px;
			line-height:26px;
		}
		.tdwork-group-last h3 {
			font-size:18px;
			line-height:26px;
		}

		.tabs-contents {
			padding:1.5em 4em;
		}
		.tabs-contents h4 {
			font-size:1.35em;
			line-height:26px;
			margin-top:.6em;
		}
		.tabs-contents h3 {
			font-size:1.7em;
			line-height:30px;
			margin:0 0 .3em;
		}
		.tabs-contents p {
			font-size:1.2em;
			line-height:24px;
			margin:.15em 0 .3em;
		}
	}

	@media (max-width:990px) {
		.tdwork-img-wrap,
		.tdwork-group-last,
		.tdwork-group-intro {
			margin:30px 0;
		}
		.tdwork-group-intro h2 {
			font-size:21px;
			line-height:29px;
			margin-bottom:11px;
		}
		.tdwork-group-intro h3 {
			font-size:16px;
			line-height:26px;
			margin-bottom:11px;
		}

		.tdwork-group-intro h3 span.sm,
		.tdwork-group-intro p,
		.tdwork-img-wrap h2 {
			font-size:14px;
			line-height:22px;
		}

		.tdwork-group-intro h3 span.sm {
			margin-top:3px;
			margin-bottom:3px;
		}

		.tdwork-img-wrap .frame {
			padding:25px 20px;
		}
		.tdwork-img-wrap h2 {
			margin:11px 0 0;
		}
		.tdwork-img-wrap .text-bg,
		.tdwork-img-wrap .tdwork-img,
		.tdwork-img-wrap .tdwork-img .tdwork-img-cell {
			height:220px;
		}
		.tdwork-img-wrap .tdwork-img {
			background-size:429px 300px;
		}
		.tdwork-img-wrap .tdwork-img .tdwork-img-cell h3 {
			font-size:26px;
			line-height:36px;
		}

		.tdwork-line {
			height:30px;
		}

		.tdwork-group-last,
		.tdwork-group-last-frame {
			height:190px;
		}

		.tdwork-group-last-frame {
			background-size:800px 219px;
		}
		.tdwork-group-last h2 {
			font-size:21px;
			line-height:24px;
		}
		.tdwork-group-last h3 {
			font-size:16px;
			line-height:24px;
		}

		.tabs-contents {
			padding:1.5em 1em;
		}
		.tabs-contents h4 {
			font-size:1.25em;
			line-height:25px;
			margin-top:.4em;
		}
		.tabs-contents h3 {
			font-size:1.55em;
			line-height:29px;
			margin:0 0 .2em;
		}
		.tabs-contents p {
			font-size:1.1em;
			line-height:23px;
			margin:.15em 0 .25em;
		}
	}

	@media (max-width:767px) {
		.tdwork-img-wrap,
		.tdwork-group-last,
		.tdwork-group-intro {
			margin:20px 0;
		}
		.tdwork-group-intro h2 {
			font-size:18px;
			line-height:24px;
			margin-bottom:10px;
		}
		.tdwork-group-intro h3 {
			font-size:14px;
			line-height:24px;
			margin-bottom:10px;
		}

		.tdwork-group-intro h3 span.sm,
		.tdwork-group-intro p,
		.tdwork-img-wrap h2 {
			font-size:13px;
			line-height:21px;
		}

		.tdwork-group-intro h3 span.sm {
			margin-top:2px;
			margin-bottom:2px;
		}

		.tdwork-img-wrap .frame {
			padding:20px;
		}
		.tdwork-img-wrap h2 {
			margin:10px 0 0;
		}

		.tdwork-img-wrap .text-bg {
			height:auto;
		}
		.tdwork-img-wrap .tdwork-img,
		.tdwork-img-wrap .tdwork-img .tdwork-img-cell {
			height:280px;
		}
		.tdwork-img-wrap .tdwork-img {
			background-size:400px 280px;
		}
		.tdwork-img-wrap .tdwork-img .tdwork-img-cell h3 {
			font-size:24px;
			line-height:34px;
		}

		.tdwork-line {
			height:20px;
		}

		.tdwork-group-last,
		.tdwork-group-last-frame {
			height:200px;
		}

		.tdwork-group-last-frame {
			background-size:767px 210px;
		}
		.tdwork-group-last h2 {
			font-size:20px;
			line-height:23px;
		}
		.tdwork-group-last h3 {
			font-size:15px;
			line-height:23px;
		}

		.tabs-contents {
			padding:.9em;
		}
		.tabs-contents h4 {
			font-size:1.15em;
			line-height:24px;
			margin-top:.5em;
		}
		.tabs-contents h3 {
			font-size:1.4em;
			line-height:27px;
			margin:0 0 .3em;
		}
		.tabs-contents p {
			font-size:1em;
			line-height:22px;
			margin:.1em 0 .2em;
		}
	}

	@media (max-width:340px) {
		.tdwork-group-last,
		.tdwork-group-last-frame {
			height:190px;
		}

		.tdwork-group-last-frame {
			background-size:730px 200px;
		}
		.tdwork-group-last h2 {
			font-size:19px;
			line-height:22px;
		}
		.tdwork-group-last h3 {
			font-size:14px;
			line-height:22px;
		}

		.tdwork-img-wrap .tdwork-img {
			background-size:300px 210px;
		}
		.tabs-contents {
			padding:.85em;
		}
		.tabs-contents h4 {
			font-size:1.05em;
			line-height:23px;
		}
		.tabs-contents h3 {
			font-size:1.3em;
			line-height:26px;
		}
		.tabs-contents p {
			font-size:.95em;
			line-height:21px;
		}
	}





/* 4탭 */
	.widget-history .history-list{
		overflow:hidden;
		margin:0;
		padding:0;
	}
	.widget-history .history-wrap{
		float:left;
		width:50%;
	}
	.widget-history .history-list li{
		position:relative;
		float:left;
		width:50%;
		overflow:hidden;
	}
	.widget-history .history-list li a{
		position:relative;
		display:block;
		padding:40px 0;
		background-repeat:no-repeat;
		background-size:100% auto;
		background-position:center;
		text-decoration: none;
		z-index:200;
		margin-right: 1px;
		margin-bottom:1px;
	}
	.widget-history .history-list li:hover a{/* transition:ease-in 0.3s;transform:scale(1.2,1.2) */}
	.widget-history .history-list li:nth-child(1) a{ background-image:url("img/widget-history_photo1.jpg");}
	.widget-history .history-list li:nth-child(2) a{ background-image:url("img/widget-history_photo2.jpg")}
	.widget-history .history-list li:nth-child(3) a{ background-image:url("img/widget-history_photo3.jpg")}
	.widget-history .history-list li:nth-child(4) a{ background-image:url("img/widget-history_photo4.jpg")}
	.widget-history .history-list li span{
		position:relative;
		display:block;
		color:#fff;
		font-size:1.1em;
		text-align:center;
		line-height:1.3em;
		text-shadow:0 0 5px rgba(0, 0, 0, .1);
		z-index:200
	}
	.widget-history .history-list li span.bg{
		position:absolute;
		left:0;
		top:0;
		display:block;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,.5);
		transition:ease-in 0.5s;
		z-index:100
	}
	.widget-history .history-list li a.active span.bg{
		transition:ease-out 0.3s;
	}
	.widget-history .history-list li a.active span.bg {
		background-color:rgba(57,153,72,.7);
	}
	.widget-history .history-con{
		position:relative;
		background-color:#51b163;
		background-repeat:no-repeat;
		background-position:150% 80%;
		background-size:auto 100px;
		background-image:url("img/logo_mask.png");
		padding:30px 35px 0;
		width:50%;
		min-height:241px;
		text-shadow:0 0 5px rgba(0, 0, 0, .1);
		float:left;
	}
	.widget-history .history-con .con,
	.widget-history .history-con .con > a {
		display:block;
		color:#fff;
		text-decoration:none;
	}
	.widget-history .history-con .con h4{
		font-size:1.7em;
		margin-bottom:5px;
	}
	.widget-history .history-con .con p {
		text-align:justify;
		font-size:1.1em;
		line-height:1.4;
	}
	.widget-history .con_list  > .owl-nav{
		display:block;
		position:absolute;
		left:0;
		width:100%;
		z-index:300
	}
	.widget-history .con_list  > .owl-nav > a{
		width:50px;
		height:50px;
		position:absolute;
		top:-29px;
		border:#fff solid 1px;
		text-indent:-9999px;
		border:0;
		background-repeat:no-repeat;
		background-position:0 0;
	}
	.widget-history .con_list  > .owl-nav .owl-prev{
		left:-40px;
		background-image:url("img/btn_slide_arrow_prev.png");
	}
	.widget-history .con_list  > .owl-nav .owl-next{
		right:-40px;
		background-image:url("img/btn_slide_arrow_next.png");
	}
	.widget-history .con_list  > .owl-nav .owl-play,
	.widget-history .con_list  > .owl-nav .owl-stop{
		display:none;
	}
	.widget-history .con_list  > .owl-nav .owl-play,
	.widget-history .con_list  > .owl-nav .owl-stop{
		display:none;
	}

	/* sm */
	@media (max-width:991px) {
		.widget-history .history-con {height:150px; min-height:auto; padding:20px 30px 0;}
		.widget-history .history-wrap,
		.widget-history .history-con,
		.widget-history .description {width:100%;}
		.widget-history .history-list li:nth-child(2n+2) a {margin-right:0;}
		.widget-history .con_list > .owl-nav {top:0;}

		.widget-history .history-con .con h4{
			font-size:1.5em;
		}
		.widget-history .history-con .con p {
			font-size:1em;
			line-height:1.3;
		}
	}


	/* xs */
	@media (max-width:767px) {
		.widget-history .history-list li a {padding:55px 0;background-size:cover;}
	}
	@media (max-width:567px) {
		.widget-history .history-con {height:140px; padding:20px 20px 0;}
		.widget-history .history-list li a {padding:40px 0;background-size:cover;}
		.widget-history .history-con .con h4{
			font-size:1.4em;
		}
		.widget-history .history-con .con p {
			font-size:0.9em;
		}
	}



.slider-contents {
	font-size:15px;
	line-height:22px;
}

@media only screen and (max-width: 1199px) {
	.slider-contents {
		font-size:14.5px;
		line-height:21px;
	}
}

@media only screen and (max-width: 991px) {
	.slider-contents {
		font-size:15px;
		line-height:22px;
	}
}

.font-weight-400 {
	font-weight: 400;
}








/* 메인-학사일정 */
.widget-schedule {
	position:relative;
	overflow:hidden;
	background-color:#fff;
	height:263px;
	box-sizing:border-box;
}
.widget-schedule h3 {
	display:block;
	color:#553940;
	font-size:16px;
	font-weight:400;
	height:50px;
	line-height:51px;
	padding-left:25px;
	margin:0;
	overflow:hidden;
	margin-bottom:15px;
	background-color:#fba8bd;
}
.widget-schedule ul {
	overflow: hidden;
	padding:0;
	margin:0;
}
.widget-schedule ul li {
	position:relative;
	overflow:hidden;
	padding:5px 0 4px;
	margin:0 25px;
	font-size:1em;
	border-bottom:1px dashed #e1e1e1
}
.widget-schedule ul li:last-child {
	border-bottom:none
}
.widget-schedule .date {
	position:relative;
	top:1px;
	float:left;
	width:33%;
	letter-spacing:.0em;
	padding:0;
	margin:0;
}
.widget-schedule .date:before {
	content:"ㆍ";
	color:#999;
	position:relative;
	top:1px;
}
.widget-schedule .con {
	display:block;
	color:#222;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	padding:0;
	margin:0;
}
.widget-schedule .con a {
	text-decoration:none;
}
.widget-schedule .btn_more {
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:65px;
	height:50px;
	display:block;
	text-align:center;
	background:url("img/widget-schedule_more.png") no-repeat 50% 50%;
	border-left:1px solid #f6c9c3;
}
.widget-schedule .btn_more span {
	display:inline-block;
	text-indent:-9999px;
}


@media (max-width:1200px) {
	.widget-schedule {
		height:218px;
	}
	.widget-schedule h3 {
		font-size:15px;
		height:48px;
		line-height:49px;
		padding-left:20px;
		margin-bottom:10px;
	}
	.widget-schedule ul li {
		padding:3px 0;
		margin:0 20px;
		font-size:0.9em;
		border-bottom:none
	}
	.widget-schedule .date {
		top:1px;
		width:36%;
	}
	.widget-schedule .date:before {
		top:1px;
	}
	.widget-schedule .btn_more {
		width:55px;
		height:48px;
		display:block;
		text-align:center;
		background-size:17px auto;
	}
}


@media (max-width:991px) {
	.widget-schedule {
		height:auto;
		padding-bottom:15px;
		margin-bottom:25px;
	}
	.widget-schedule ul li {
		padding:2px 0;
		font-size:1.1em;
	}
	.widget-schedule .date {
		top:1px;
		width:18%;
	}
}

@media (max-width:767px) {
	.widget-schedule {
		height:auto;
		padding-bottom:15px;
		margin-bottom:25px;
	}
	.widget-schedule ul li {
		padding:2px 0;
		font-size:1.1em;
	}
	.widget-schedule .date {
		width:24%;
	}
}
@media (max-width:480px) {
	.widget-schedule .date {
		width:28%;
	}
}


.product-info-wrap .info-title {
	display:inline-block;
	color:#fff;
	font-size:24px;
	font-weight: 500;
	letter-spacing:-.05em;
	margin:1em 0 0.4em;
	padding:0 1.5em;
	background-color:#3dbed0;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.product-info-wrap .info-memo {
	color:#666;
	font-size:18px;
	font-weight: 400;
	letter-spacing:-.05em;
	margin:0 0 2em 0;
}


@media (max-width:991px) {
	.product-info-wrap .info-title {
		font-size:22px;
		margin:0.9em 0 0.3em;
		padding:0 1.3em;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		border-radius:30px;
	}
	.product-info-wrap .info-memo {
		font-size:16px;
		margin:0 0 1.8em 0;
	}
}

@media (max-width:767px) {
	.product-info-wrap .info-title {
		font-size:16px;
		line-height:22px;
		margin:0.9em 0 0.3em;
		padding:0.8em 1.3em;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	.product-info-wrap .info-memo {
		font-size:14px;
		line-height:22px;
		margin:0.5em 0 1.6em 0;
	}
}



.edu-media-wrap {
	background-color:#f4f2ff;
}
.edu-media-wrap .media-frame {
	padding-left:1em;
	padding-right:1em;
}
.edu-media-wrap .media-object {
	max-width:250px;
	margin-right:1em;
}
.edu-media-wrap h3 {
	color:#5558b4;
	font-size:28px;
	line-height:33px;
	font-weight: 500;
	letter-spacing:-.05em;
	margin:1em 0 0.4em;
}
.edu-media-wrap p {
	color:#76768d;
	font-size:19px;
	line-height:28px;
	font-weight: 500;
	letter-spacing:-.05em;
	margin:0 0 2em 0;
}
.edu-media-wrap hr {
	border-top-color:#fff;
}

@media (max-width:767px) {
	.edu-media-wrap .media,
	.edu-media-wrap .media-middle {
		width:100% !important;
		clear:both !important;
		float:none !important;
		display:block !important;
		text-align:center;
		padding:0 !important;
		margin:0 !important;
	}
	.edu-media-wrap .media-frame p {
		padding:0 !important;
		margin:0 0 15px !important;
	}
	.edu-media-wrap .media-frame {
		padding:0 !important;
		margin:0 !important;
	}
	.edu-media-wrap .media-object {
		width:100% !important;
		max-width:100% !important;
		padding:0 30px !important;
	}
	.edu-media-wrap h3 {
		font-size:18px;
	}
	.edu-media-wrap p {
		font-size:13px;
		line-height:19px;
	}
}
@media (max-width:567px) {
	.edu-media-wrap .media-frame {
		padding-left:1em;
		padding-right:1em;
	}
	.edu-media-wrap .media-object {
		max-width:150px;
		margin-right:1em;
	}
}



.count-bnr {
	padding: 15px 0;
	text-align: center;
	background-color: #434750;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url("img/patten.png");
}

.count-bnr .container {
	position: relative;
}

.count_txt2,
.count_txt {
	display: inline-block;
	color: #00c44c;
	font-size: 20px;
	font-weight: 800;
	vertical-align: middle;
	margin-right: 20px;
}

.count_txt2 {
	color: #fff;
	margin-left: 20px;
}

.count-bnr ._timer {
	overflow:hidden;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-family: 'MarkPro';
	vertical-align: middle;
}

.count-bnr ._timer em {
	color: #a0a0a0;
	font-style: normal;
	font-family: 'MarkPro';
	vertical-align: middle;
	margin:0 4px;
}

.count-bnr ._timer span {
	position: relative;
	width:66px;
	height:46px;
	overflow:hidden;
	display: inline-block;
	color: #d5d5d5;
	font-size: 36px;
	line-height:48px;
	font-weight: 800;
	text-align: center;
	font-family: 'MarkPro';
	vertical-align: middle;
	background-color:#222;
	border-radius: 4px;
	border-top:1px solid  rgba(0, 0, 0, .2);
	border-left:1px solid  rgba(0, 0, 0, .2);
	border-bottom:1px solid  rgba(255, 255, 255, .15);
	border-right:1px solid  rgba(255, 255, 255, .15);
	-webkit-box-shadow:inset 3px 3px 5px rgba(0, 0, 0, .8);
	box-shadow:inset 3px 3px 5px rgba(0, 0, 0, .8);
}

.count-bnr ._timer span:before {
	position:absolute;
	left:0;
	top:50%;
	width: 66px;
	height:1px;
	content: " ";
	margin-top:-1px;
	background-color:rgba(255, 255, 255, .2);
}

.btn_request {
	position: relative;
	top:3px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-decoration:none !important;
	text-shadow:0 0 2px rgba(0, 0, 0, .15);
	padding: 10px 25px;
	background-color: #00c44c;
	border-radius: 3px;
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, .25);
	box-shadow:0 0 6px rgba(0, 0, 0, .25);
}

.btn_request i {
	font-size: 15px;
	margin-left:2px;
}

.btn_request:hover {
	color: #fff;
	background-color: #01cf51;
}

.bnr-up {
	bottom: 0 !important;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.bnr-down {
	bottom: -150px !important;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width:1365px) {
	.count-bnr {
		padding: 13px 0;
	}

	.count_txt2,
	.count_txt {
		font-size: 18px;
		margin-right: 15px;
	}

	.count_txt2 {
		margin-left: 15px;
	}

	.count-bnr ._timer em {
		margin:0 3px;
	}

	.count-bnr ._timer span {
		width:64px;
		height:44px;
		font-size: 34px;
		line-height:46px;
	}

	.count-bnr ._timer span:before {
		width: 64px;
	}

	.btn_request {
		top:3px;
		font-size: 17px;
		padding: 10px 22px 9px;
	}

	.btn_request i {
		font-size: 14px;
	}
}
@media (max-width:991px) {
	.count-bnr {
		padding: 13px 0 12px;
	}

	.count_txt2,
	.count_txt {
		font-size: 16px;
		margin-right: 14px;
	}

	.count_txt2 {
		margin-left: 14px;
	}

	.count-bnr ._timer em {
		margin:0 2px;
	}

	.count-bnr ._timer span {
		width:62px;
		height:42px;
		font-size: 32px;
		line-height:44px;
	}

	.count-bnr ._timer span:before {
		width: 62px;
	}

	.btn_request {
		top:3px;
		font-size: 16px;
		padding: 9px 20px 8px;
	}

	.btn_request i {
		font-size: 13px;
	}
}
@media (max-width:767px) {
	.count-bnr {
		padding: 10px 0 25px;
	}

	.count-bnr .container {
		overflow:visible;
	}

	.count_txt2,
	.count_txt {
		display:block;
		font-size: 15px;
		margin-right: 0;
		margin-top:5px;
		margin-bottom:10px;
	}

	.count_txt2 {
		margin-left: 0;
	}

	.count-bnr ._timer span {
		width:60px;
		height:40px;
		font-size: 30px;
		line-height:42px;
	}

	.count-bnr ._timer span:before {
		width: 60px;
	}

	.btn_request {
		top:0;
		font-size:14px !important;
		padding: 9px 25px 8px !important;
	}

	.btn_request i {
		font-size: 13px;
	}
}



.ready-wrap2,
.ready-wrap {
	color:#fff;
	text-align:center;
	letter-spacing:-.05em;
	background-color: #111;
	background-repeat:repeat-y;
	background-position:50% 50%;
}
.ready-wrap2 h3,
.ready-wrap h3 {
	color:#ffd103;
	font-size:44px;
	line-height:58px;
	font-weight:500;
	letter-spacing:-.05em;
	text-shadow:1px 0 3px rgba(0, 0, 0, .1);
	background: #fcd250; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fcd250 35%, #9eff48 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fcd250 35%,#9eff48 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fcd250 35%,#9eff48 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd250', endColorstr='#9eff48',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0;
}
.ready-wrap2 h3.ie,
.ready-wrap h3.ie {
	color:#ffd103;
	background: none
}


.ready-wrap2 {
	color:#fff;
	background-color: #2c8cf4;
}
.ready-wrap2 h3 {
	color:#abffad;
	background: #abffad; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #abffad 35%, #6dfb88 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #abffad 35%,#6dfb88 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #abffad 35%,#6dfb88 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abffad', endColorstr='#6dfb88',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0;
}
.ready-wrap2 h3.ie {
	color:#abffad;
}

.ready-wrap3 {
	background-color: #111;
}
.ready-wrap3 h3 {
	color:#00ff6c;
	background: #00ff6c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #00ff6c 35%, #00ffe4 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #00ff6c 35%,#00ffe4 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #00ff6c 35%,#00ffe4 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff6c', endColorstr='#00ffe4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0;
}
.ready-wrap3 h3.ie {
	color:#00ff6c;
}


.ready-wrap h3 strong {
	font-weight:700;
	text-shadow:1px 0 3px rgba(0, 0, 0, .1);
}

.ready-wrap2 h3 strong {
	color:#fff;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fff 35%, #fff 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fff 35%,#fff 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fff 35%,#fff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ready-wrap h4 {
	color:#fff;
	font-size:28px;
	line-height:40px;
	font-weight:500;
	letter-spacing:-.05em;
	text-shadow:0 0 5px rgba(0, 0, 0, .06);
	margin:25px 0;
}
.ready-wrap p {
	color:rgba(255, 255, 255, 0.6);
	font-size:22px;
	line-height:32px;
	letter-spacing:-.05em;
	text-shadow:0 0 5px rgba(0, 0, 0, .06);
	margin:0 0 50px;
}
.ready-wrap hr {
	width:90px;
	height:1px;
	margin:30px auto 25px !important;
	border-color:rgba(255, 255, 255, 0.2);
}


.ready-wrap .thumbnail {
	border:none;
	overflow:hidden;
	padding-top:15px;
	background-color:transparent;
}

.ready-wrap .thumbnail .img-responsive {
	max-width:230px;
	border-radius: 50%;
	border:1px solid  rgba(0, 0, 0, .2);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ready-wrap .thumbnail:hover .img-responsive {
	border:1px solid  rgba(255, 255, 255, .35);
	box-shadow:0 0 20px rgba(255, 239, 63, 0.6);
}

.ready-wrap .thumbnail .thumbnail-caption {
	padding:20px 0;
}
.ready-wrap .thumbnail .thumbnail-caption h4 {
	color:#fff;
	font-size:26px;
	line-height:40px;
	font-weight:800;
	text-decoration:none;
	margin:0 0 5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ready-wrap .thumbnail:hover .thumbnail-caption h4 {
	color:#ffef3f;
}
.ready-wrap .thumbnail .thumbnail-caption .thumbnail-contents {
	color:#ccc;
	font-size:20px;
	line-height:28px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ready-wrap .thumbnail:hover .thumbnail-caption .thumbnail-contents {
	color:#fff;
}

.ready-rolltext {
	padding-top:50px;
}

.ready-rolltext hr {
	width:100%;
	height:1px;
	margin:0 auto 51px !important;
	border-color:rgba(255, 255, 255, 0.08);
}

.ready-rolltext .row {
	clear: both;
	padding-bottom:60px;
}
.ready-rolltext .row:last-child {
	padding-bottom:0;
}

.ready-rolltext .textroll {
	float:left;
	width:503px;
	height:130px;
	color:#fff;
	font-size:42px;
	line-height:127px;
	font-weight:500;
	text-align:center;
	letter-spacing:-.05em;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url("img/roll_01.png");
}

.rollingTxt > ul {
	position:relative;
	width:100%;
	height:130px;
	overflow:hidden;
}
.rollingTxt > ul li {
	position:absolute;
	top:100%;
	width:100%;
	height:130px;
	margin-top:5px;
	margin-left:-5px;
}

.ready-rolltext .textroll2 {
	float:right;
	color:#111;
	background-image:url("img/roll_02.png");
}


.rollingTxtGr {
	background: #fcd250; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fcd250 35%, #9eff48 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fcd250 35%,#9eff48 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fcd250 35%,#9eff48 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd250', endColorstr='#9eff48',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rollingTxtGr.ie {
	background:none;
	color:#7f73ff;
}

.ready-rolltext h4 {
	color:#fff;
	font-size:28px;
	line-height:40px;
	font-weight:800;
	text-decoration:none;
	letter-spacing:-.05em;
	text-shadow:0 0 5px rgba(0, 0, 0, .06);
	margin:10px 0;
}
.ready-rolltext p {
	color:rgba(255, 255, 255, 0.9);
	font-size:20px;
	line-height:30px;
	font-weight:500;
	letter-spacing:-.05em;
	text-shadow:0 0 5px rgba(0, 0, 0, .06);
	margin:0 0 0;
}




@media (max-width:991px) {
	.ready-wrap h3 {
		font-size:36px;
		line-height:46px;
	}
	.ready-wrap h4 {
		font-size:27px;
		line-height:37px;
		margin:20px 0;
	}
	.ready-wrap p {
		font-size:19px;
		line-height:28px;
		margin:0 0 40px;
	}
	.ready-wrap hr.shot {
		width:80px;
		margin:20px auto 15px !important;
	}

	.ready-rolltext hr {
		margin:0 auto 50px !important;
	}
	.ready-rolltext .row {
		padding-bottom:15px;
	}
	.ready-rolltext .row:last-child {
		padding-bottom:0;
	}

	.ready-rolltext .textroll {
		float:none;
		margin:0 auto;
		width:454px;
		height:130px;
		font-size:42px;
		line-height:105px;
		background-size:454px auto;
		background-image:url("img/mobile_roll.png");
	}

	.rollingTxt > ul {
		height:120px;
	}
	.rollingTxt > ul li {
		height:120px;
		margin-top:5px;
		margin-left:-5px;
	}
	.ready-rolltext .textroll2 {
		float:none;
		background-image:url("img/mobile_roll2.png");
	}

	.ready-rolltext h4 {
		font-size:26px;
		line-height:38px;
	}
	.ready-rolltext p {
		font-size:18px;
		line-height:26px;
	}

	.ready-wrap .thumbnail .img-responsive {
		max-width:220px;
	}

	.ready-wrap .thumbnail .thumbnail-caption {
		padding:10px 0;
	}
	.ready-wrap .thumbnail .thumbnail-caption h4 {
		font-size:24px;
		line-height:38px;
		margin:0;
	}
	.ready-wrap .thumbnail .thumbnail-caption .thumbnail-contents {
		font-size:18px;
		line-height:26px;
	}
}

@media (max-width:767px) {
	.ready-wrap h3 {
		font-size:30px;
		line-height:38px;
	}
	.ready-wrap h4 {
		font-size:22px;
		line-height:31px;
		margin:10px 0;
	}
	.ready-wrap p {
		font-size:14px;
		line-height:22px;
		margin:0 0 20px;
	}


	.ready-rolltext .textroll {
		width:380px;
		height:109px;
		font-size:32px;
		line-height:90px;
		background-size:380px auto;
	}

	.ready-rolltext {
		padding-top:40px;
	}

	.ready-rolltext hr {
		margin:0 auto 40px !important;
	}

	.rollingTxt > ul {
		height:90px;
	}
	.rollingTxt > ul li {
		height:90px;
		margin-left:-10px;
	}

	.ready-rolltext h4 {
		font-size:20px !important;
		line-height:32px !important;
	}
	.ready-rolltext p {
		font-size:14px !important;
		line-height:22px !important;
	}

	.ready-wrap .thumbnail .img-responsive {
		max-width:180px;
	}
	.ready-wrap .thumbnail .thumbnail-caption h4 {
		font-size:22px;
		line-height:36px;
	}
	.ready-wrap .thumbnail .thumbnail-caption .thumbnail-contents {
		font-size:16px;
		line-height:24px;
	}
}

@media (max-width:575px) {
	.ready-wrap h3 {
		font-size:21px;
		line-height:28px;
	}
	.ready-wrap h4 {
		font-size:18px;
		line-height:26px;
		margin:5px 0;
	}
	.ready-wrap p {
		font-size:11px;
		line-height:18px;
		margin:0 0 15px;
	}

	.ready-rolltext .textroll {
		width:280px;
		height:79px;
		font-size:22px;
		line-height:60px;
		background-size:280px auto;
	}

	.ready-rolltext {
		padding-top:30px;
	}

	.ready-rolltext hr {
		margin:0 auto 30px !important;
	}

	.rollingTxt > ul,
	.rollingTxt > ul li {
		height:70px;
	}

	.ready-rolltext h4 {
		font-size:18px !important;
		line-height:30px !important;
	}
	.ready-rolltext p {
		font-size:12px !important;
		line-height:20px !important;
	}
}



.review-wrap {
	margin:0 0 30px;
}
.review-wrap h4 {
	color:#fff;
	font-size:28px;
	font-weight:500;
	text-decoration:none;
}
.review-wrap h4 strong {
	color:#00c44c;
}
.review-wrap .review-block {
	display:block;
	color:#bbb;
	font-size:15px;
	text-align:left;
	line-height:22px;
	text-decoration:none;
	background-color:rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, .25);
	box-shadow:0 0 6px rgba(0, 0, 0, .25);
	transition:ease-in 0.2s;
}
.review-wrap .review-frame {
	min-height:170px;
	padding:20px;
	border: 1px solid rgba(255, 255, 255, 0);
	transition:ease-in 0.2s;
}
.review-wrap h5 {
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
	transition:ease-in 0.2s;
}
.review-wrap .review-block:hover {
	color:#eee;
	background-color:rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(43, 228, 178, 0.8);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 1);
	box-shadow:0 0 10px rgba(0, 0, 0, 1);
}
.review-wrap .review-block:hover .review-frame {
	border: 1px solid rgba(43, 228, 178, 0.8);
}
.review-wrap .review-block:hover h5 {
	color:#f39c12;
}
.review-wrap .slider .slick-prev,
.review-wrap .slider .slick-next,
.review-wrap .slider .slick-prev:before,
.review-wrap .slider .slick-next:before {
	color:#fff !important;
}

@media (max-width:991px) {
	.review-wrap {
		margin:0 0 25px;
	}
	.review-wrap h4 {
		font-size:26px;
	}
	.review-wrap .review-block {
		font-size:14px;
		line-height:20px;
	}
	.review-wrap .review-frame {
		min-height:140px;
		padding:19px;
	}
	.review-wrap h5 {
		font-size:17px;
	}
}

@media (max-width:767px) {
	.review-wrap {
		margin:0 0 20px;
	}
	.review-wrap h4 {
		font-size:22px;
	}
	.review-wrap .review-block {
		font-size:13px;
		line-height:18px;
	}
	.review-wrap .review-frame {
		min-height:115px;
		padding:18px;
	}
	.review-wrap h5 {
		font-size:16px;
	}
}

@media (max-width:575px) {
	.review-wrap h4 {
		font-size:18px;
		margin-bottom:15px;
	}
	.review-wrap .review-block {
		font-size:12px;
		line-height:16px;
	}
	.review-wrap .review-frame {
		min-height:110px;
		padding:16px;
	}
	.review-wrap h5 {
		font-size:15px;
	}
}




.class-wrap2 {
	margin-top:60px;
}

.class-wrap2 h3,
.class-wrap2 h4 {
	color:#ffd103;
	font-size:36px;
	line-height:50px;
	font-weight:500;
	letter-spacing:-.05em;
	text-decoration:none;
	text-shadow:1px 0 3px rgba(0, 0, 0, .1);
	background: #fcd250; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fcd250 35%, #9eff48 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fcd250 35%,#9eff48 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fcd250 35%,#9eff48 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd250', endColorstr='#9eff48',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0;
}
.class-wrap2 h4 {
	font-size:32px;
	line-height:46px;
}
.class-wrap2 h3.ie,
.class-wrap2 h4.ie {
	color:#ffd103;
	background: none
}

.class-wrap2 .class-p {
	color:#ccc;
	font-size:20px;
	line-height:28px;
	letter-spacing:-.05em;
	margin:10px 0;
}

.class-wrap2 .class-frame {
	color:#ddd;
	font-size:20px;
	line-height:28px;
	letter-spacing:-.05em;
	margin:50px 0;
	padding:20px;
	background-color:#000;
	border-radius: 10px;
}

.class-wrap2 .class-row {
	margin:40px 0;
}
.class-wrap2 .class-row h4 {
	font-weight:500;
	margin:15px 0 25px;
}
.class-wrap2 .class-row h5 {
	color:#ccc;
	font-size:20px;
	line-height:28px;
}

.class-wrap2 .class-graph {
	width:100%;
	height:195px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url("img/graph1.png");
	background-size:160px auto;
}
.class-wrap2 #graph2.class-graph {
	background-image:url("img/graph2.png");
}
.class-wrap2 #graph3.class-graph {
	background-image:url("img/graph3.png");
}



@media (max-width:991px) {
	.class-wrap2 {
		margin-top:50px;
	}

	.class-wrap2 h3,
	.class-wrap2 h4 {
		font-size:34px;
		line-height:44px;
	}
	.class-wrap2 h4 {
		font-size:30px;
		line-height:40px;
	}

	.class-wrap2 .class-p {
		font-size:18px;
		line-height:24px;
	}

	.class-wrap2 .class-frame {
		font-size:18px;
		line-height:26px;
		margin:40px 0;
		padding:15px;
		border-radius: 8px;
	}

	.class-wrap2 .class-row {
		margin:30px 0;
	}
	.class-wrap2 .class-row h4 {
		margin:10px 0 20px;
	}
	.class-wrap2 .class-row h5 {
		font-size:18px;
		line-height:26px;
	}

	.class-wrap2 .class-graph {
		height:160px;
		background-size:140px auto;
	}
}

@media (max-width:767px) {
	.class-wrap2 {
		margin-top:40px;
	}

	.class-wrap2 h3,
	.class-wrap2 h4 {
		font-size:32px;
		line-height:40px;
	}
	.class-wrap2 h4 {
		font-size:28px;
		line-height:36px;
	}

	.class-wrap2 .class-p {
		font-size:16px;
		line-height:22px;
	}

	.class-wrap2 .class-frame {
		font-size:16px;
		line-height:24px;
		margin:30px 0;
		padding:12px;
		border-radius: 6px;
	}

	.class-wrap2 .class-row {
		margin:25px 0;
	}
	.class-wrap2 .class-row h4 {
		margin:8px 0 15px;
	}
	.class-wrap2 .class-row h5 {
		font-size:16px;
		line-height:24px;
	}

	.class-wrap2 .class-graph {
		height:150px;
		background-size:130px auto;
	}
}

@media (max-width:575px) {
	.class-wrap2 h3,
	.class-wrap2 h4 {
		font-size:28px;
		line-height:36px;
	}
	.class-wrap2 h4 {
		font-size:25px;
		line-height:32px;
	}

	.class-wrap2 .class-p {
		font-size:14px;
		line-height:19px;
	}

	.class-wrap2 .class-frame {
		font-size:14px;
		line-height:19px;
		margin:25px 0;
		padding:10px;
		border-radius: 4px;
	}

	.class-wrap2 .class-row {
		margin:20px 0;
	}
	.class-wrap2 .class-row h4 {
		margin:6px 0 10px;
	}
	.class-wrap2 .class-row h5 {
		font-size:14px;
		line-height:19px;
	}
}







.class-wrap2 .class-counter {
	margin:40px 0 0;
	padding:25px 20px;
	border: 2px solid rgba(43, 228, 178, 0.8);
	border-radius: 10px;
	background-color:#0a0a0a;
	-webkit-box-shadow:inset -3px -3px 8px rgba(0, 0, 0, 0.8);
	box-shadow:inset -3px -3px 8px rgba(0, 0, 0, 0.8);
}
.class-wrap2 .class-counter h4 {
	font-weight:500;
	margin:0 0 25px;
}
.class-wrap2 .class-counter h5 {
	color:#aaa;
	font-size:24px;
	line-height:32px;
}
.class-wrap2 .class-counter h6 {
	color:#fff;
	font-size:34px;
	line-height:40px;
}

@media (max-width:991px) {
	.class-wrap2 .class-counter {
		padding:20px 15px;
	}
	.class-wrap2 .class-counter h4 {
		font-size:26px;
		line-height:38px;
		margin:0 0 20px;
	}
	.class-wrap2 .class-counter h5 {
		font-size:22px;
		line-height:30px;
	}
	.class-wrap2 .class-counter h6 {
		font-size:32px;
		line-height:38px;
	}
}

@media (max-width:767px) {
	.class-wrap2 .class-counter h4 {
		font-size:24px;
		line-height:36px;
		margin:0 0 15px;
	}
	.class-wrap2 .class-counter h5 {
		font-size:16px;
		line-height:24px;
	}
	.class-wrap2 .class-counter h6 {
		font-size:26px;
		line-height:32px;
	}
}

@media (max-width:575px) {
	.class-wrap2 .class-counter h4 {
		font-size:20px;
		line-height:30px;
	}
	.class-wrap2 .class-counter h5 {
		font-size:12px;
		line-height:18px;
	}
	.class-wrap2 .class-counter h6 {
		font-size:18px;
		line-height:24px;
	}
}


.footer_sns a {
	display:inline-block;
	width:31px;
	height:31px;
	line-height:30px;
	color:#fff;
	font-size:18px;
	text-align:center;
	overflow:hidden;
	margin:0 0 0 6px;
	background-color:#666;
	border-radius: 10%;
}
.footer_sns a:hover {
	background-color:#333;
}
.footer_sns a i {
	position: relative;
	left:1px;
	top:1px;
}
.footer_sns a.kakao_ico i {
	top:-1px;
}
.footer_sns a img {
	position: relative;
	top:-1px;
	width:14px;
}


.special-wrap h5 {
	color:#e5ff6b;
	text-align:left;
	font-size:22px;
	font-weight:500;
	letter-spacing:-.05em;
	margin:0 0 10px;
}
.special-wrap .special-frame ul,
.special-wrap .special-frame ul li {
	padding:0;
	margin:0;
	text-align:left;
}
.special-wrap .special-frame ul li strong {
	color:rgba(255, 255, 255, 0.6);
	margin-right:4px;
}
.special-wrap .special-frame {
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:28px;
	padding:20px 30px;
	margin:0 0 30px;
	border-radius: 5px;
	background-color:rgba(10, 106, 205, 0.6);
	-webkit-box-shadow:inset 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow:inset 5px 5px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width:1199px) {
	.special-wrap h5 {
		font-size:20px;
	}
	.special-wrap .special-frame {
		font-size:16px;
		line-height:24px;
		padding:15px 25px;
		margin:0 0 20px;
		-webkit-box-shadow:inset 3px 3px 0 rgba(0, 0, 0, 0.04);
		box-shadow:inset 3px 3px 0 rgba(0, 0, 0, 0.04);
	}
}

@media (max-width:991px) {
	.special-wrap h5 {
		font-size:18px;
	}
	.special-wrap .special-frame {
		font-size:14px;
		line-height:22px;
		padding:15px 18px;
	}
	.special-wrap .special-frame ul li strong {
		margin-right:0;
	}
}

@media (max-width:767px) {
	.special-wrap h5 {
		font-size:17px;
		margin:0 0 5px;
	}
	.special-wrap .special-frame {
		font-size:13px;
		line-height:21px;
		padding:15px 18px;
	}
}

@media (max-width:575px) {
	.special-wrap h5 {
		font-size:16px;
	}
	.special-wrap .special-frame {
		font-size:11.5px;
		line-height:18px;
		padding:14px;
	}
}


.teacher-wrap h3 {
	color:#206bf3;
	font-size:34px;
	line-height:46px;
	font-weight:500;
	letter-spacing:-.1em;
}
.teacher-wrap p {
	color:#444;
	font-size:24px;
	line-height:34px;
	letter-spacing:-.05em;
}
.teacher-wrap .text-info {
	color:#000;
	font-size:24px;
	line-height:32px;
	font-weight:500;
	letter-spacing:-.1em;
}
.teacher-wrap h4.text-info {
	color:#333;
	font-size:18px;
	line-height:24px;
	font-weight:500;
}




.test-wrap {
	position: relative;
	display:table;
	width:1110px;
	height:560px;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url("img/test_bg.jpg");
	background-size:1110px auto;
}
.test-wrap .test-btn {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.test-wrap .test-frame {
	margin-top:110px;
}
.test-wrap .test-btn a {
	display:inline-block;
	color:#000;
	font-size:18px;
	font-weight:500;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	padding:5px 15px;
	margin:0 15px;
}
.test-wrap .test-btn a span {
	position: relative;
	display:block;
	width:75px;
	height:75px;
	margin:10px auto;
	background-color:#fff6f7;
	border:3px solid #fb2c5d;
	border-radius: 50%;
}
.test-wrap .test-btn a span i {
	position: absolute;
	top:50%;
	color:#fb2c5d;
	font-size:26px;
	margin-top:-12px;
	margin-left:-7px;
}


.test-wrap .test-btn a:hover {
	color:#ed0021;
}
.test-wrap .test-btn a:hover span {
	background-color:#fff;
	border-color:#ed0021;
	-webkit-box-shadow:0 0 8px rgba(246, 98, 106, 0.3);
	box-shadow:0 0 8px rgba(246, 98, 106, 0.3);
}
.test-wrap .test-btn a:hover span i {
	color:#ed0021;
}




@media (max-width:1199px) {
	.teacher-wrap h3 {
		font-size:30px;
		line-height:42px;
	}
	.teacher-wrap p {
		font-size:20px;
		line-height:30px;
	}
	.teacher-wrap .text-info {
		font-size:20px;
		line-height:28px;
	}
	.teacher-wrap h4.text-info {
		font-size:14px;
		line-height:20px;
	}


	.test-wrap {
		width:100%;
		height:490px;
		background-size:100% auto;
	}
	.test-wrap .test-frame {
		margin-top:100px;
	}
	.test-wrap .test-btn a {
		font-size:16px;
		line-height:18px;
		padding:5px 15px;
		margin:0 15px;
	}
	.test-wrap .test-btn a span {
		width:70px;
		height:70px;
		margin:8px auto;
	}
	.test-wrap .test-btn a span i {
		font-size:24px;
		margin-top:-10px;
		margin-left:-6px;
	}
}

@media (max-width:991px) {
	.teacher-wrap h3 {
		font-size:28px;
		line-height:40px;
	}
	.teacher-wrap p {
		font-size:18px;
		line-height:28px;
	}
	.teacher-wrap .text-info {
		font-size:18px;
		line-height:26px;
	}
	.teacher-wrap h4.text-info {
		font-size:14px;
		line-height:20px;
	}


	.test-wrap {
		width:100%;
		height:400px;
	}
	.test-wrap .test-frame {
		margin-top:70px;
	}
	.test-wrap .test-btn a {
		font-size:15px;
		line-height:17px;
		padding:4px 13px;
		margin:0 14px;
	}
	.test-wrap .test-btn a span {
		width:65px;
		height:65px;
	}
	.test-wrap .test-btn a span i {
		font-size:22px;
	}
}

@media (max-width:767px) {
	.teacher-wrap h3 {
		font-size:26px;
		line-height:36px;
	}
	.teacher-wrap p {
		font-size:16px;
		line-height:24px;
	}
	.teacher-wrap .text-info {
		font-size:16px;
		line-height:24px;
	}

	.test-wrap {
		width:100%;
		height:190px;
	}
	.test-wrap .test-frame {
		padding:0 11%;
		margin-top:55px;
	}
	.test-wrap .test-btn a {
		font-size:12px;
		line-height:14px;
		padding:3px 5px;
		margin:0;
	}
	.test-wrap .test-btn a span {
		width:35px;
		height:35px;
		border-width:2px;
	}
	.test-wrap .test-btn a span i {
		font-size:14px;
		margin-top:-6px;
		margin-left:-5px;
	}
}

@media (max-width:575px) {
	.teacher-wrap h3 {
		font-size:22px;
		line-height:30px;
	}
	.teacher-wrap p {
		font-size:14px;
		line-height:22px;
	}
	.teacher-wrap .text-info {
		font-size:14px;
		line-height:22px;
	}

	.test-wrap {
		width:100%;
		height:165px;
	}
	.test-wrap .test-frame {
		margin-top:42px;
	}
	.test-wrap .test-btn a {
		font-size:11px;
		line-height:12px;
		padding:3px;
	}
	.test-wrap .test-btn a span {
		width:33px;
		height:33px;
	}
	.test-wrap .test-btn a span i {
		font-size:13px;
		margin-top:-6px;
		margin-left:-4px;
	}
}


















			/* sm */
			@media (max-width:991px) {
				/* Mobile */
				.navbar-slider .navbar-toggle {
					position:absolute;
					top:14px;
					margin:0;
					float:left;
					display:block;
					height:35px;
					background-color:#ee2626;
					border:0;
					-webkit-border-radius:2px;
					-moz-border-radius:2px;
					-ms-border-radius:2px;
					-o-border-radius:2px;
					border-radius:2px;
				}
				.navbar-slider .navbar-toggle:hover,
				.navbar-slider .navbar-toggle:focus {
					background-color:#0c0c0c;
					border-color:#000;
				}
				.navbar-toggle .icon-bar {
					background-color:#fff !important;
					background-color:rgba(255, 255, 255, 0.9) !important;
				}
				.navbar-navi .navbar-toggle {
					background-color:#00c44c;
					-webkit-border-radius:10px;
					-moz-border-radius:10px;
					-ms-border-radius:10px;
					-o-border-radius:10px;
					border-radius:10px;
				}
				body.fixed {
					overflow:hidden;
					-webkit-overflow-scrolling:touch;
				}
				.navbar-slider #lnb-mobile {
					float:left;
					left:-240px;
					top:0;
					width:240px;
					position:fixed;
					height:100%;
					z-index:999;
					overflow:hidden;
					visibility: hidden;
					background-color:#282c37;
				}
				.navbar-slider #lnb-mobile.open {
					visibility: visible !important;
				}
				.navbar-slider #lnb-mobile ul.lnb-bg-wrap {
					position:absolute;
					top:0;
					bottom:0;
					padding:0;
					margin:0;
					padding-bottom:20px;
					list-style:none;
					text-indent:18px;
					overflow-x:hidden;
					overflow-y:auto;
				}
				html[lang|=ko] .navbar-slider #lnb-mobile ul.lnb-bg-wrap {
					letter-spacing:-.05em;
				}
				.navbar-slider #lnb-mobile .sidebar-main {
					height:60px;
					cursor:pointer;
					overflow:hidden;
					background-color:#2f3190;
					-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.4);
					-moz-box-shadow:0 2px 4px rgba(0,0,0,0.4);
					box-shadow:0 2px 4px rgba(0,0,0,0.4);
				}
				.navbar-slider #lnb-mobile .sidebar-main .logo {
					float:left;
					color:#fff;
					font-size:16px;
					line-height:59px;
					text-decoration:none;
				}
				.navbar-slider #lnb-mobile .sidebar-main .menu-icon {
					float:right;
					color:#fff;
					font-size:19px;
					line-height:59px;
					padding-right:19px;
				}
				/* Mobile Sidebar Main */
				.navbar-slider #lnb-mobile .navi1m-loop {
					transition:all .6s ease 0s;
				}
				.navbar-slider #lnb-mobile .navi1m-loop .navi1m {
					display:block;
					width:240px;
					text-decoration:none;
					text-indent:18px;
					font-size:14px;
					color:#fff;
					line-height:40px;
					background-color:rgba(31,34,45,0.3);
					/*-webkit-box-shadow:inset 0 -2px 4px rgba(18,21,29,0.1);
					-moz-box-shadow:inset 0 -2px 4px rgba(18,21,29,0.1);
					box-shadow:inset 0 -2px 4px rgba(18,21,29,0.1);*/
					-webkit-transition:opacity .3s ease,
					background-color .3s ease,
					color .3s ease,
					/*box-shadow .3s ease,*/
					background .3s ease;
					transition:opacity .3s ease,
					background-color .3s ease,
					color .3s ease,
					box-shadow .3s ease,
					background .3s ease;
					position:relative;
				}
				.navbar-slider #lnb-mobile .navi1m-loop .navi1m:after {
					font-family:"FontAwesome";
					color:#aaa;
					content:"\f078";
					float:right;
					font-size:13px;
					padding-right:15px;
				}
				.navbar-slider #lnb-mobile .navi1m-loop .navi1m.active {
					color:#ffcf5d;
					background-color:#7659e4;
				}
				.navbar-slider #lnb-mobile .navi1m-loop .navi1m.active:after {
					color:#ffcf5d;
					content:"\f077";
				}
				/* Mobile Sidebar Sub */
				.navbar-slider #lnb-mobile .navi2m {
					display:none;
					padding-bottom:10px;
					border-bottom:1px solid #1f222d;
				}
				.navbar-slider #lnb-mobile .navi2m ul {
					padding:0;
					margin:0;
					margin-top:10px;
					margin-bottom:10px;
					text-shadow:0 1px 0 rgba(0, 0, 0, .1);
				}
				.navbar-slider #lnb-mobile .navi2m ul li a {
					display:block;
					width:240px;
					color:#aaa;
					font-size:13px;
					line-height:26px;
					text-decoration:none;
					text-indent:8px;
					-webkit-transition:opacity .3s ease,
					background-color .3s ease,
					color .3s ease,
					box-shadow .3s ease,
					background .3s ease;
					transition:opacity .3s ease,
					background-color .3s ease,
					color .3s ease,
					box-shadow .3s ease,
					background .3s ease;
					position:relative;
				}
				.navbar-slider #lnb-mobile .navi2m ul li a:after {
					font-family:"FontAwesome";
					color:#888;
					content:"\f0da";
					float:left;
					font-size:10px;
					padding-left:15px;
					position:relative;
					top:0;
				}
				.navbar-slider #lnb-mobile .navi2m ul li:hover a,
				.navbar-slider #lnb-mobile .navi2m ul li.active a,
				.navbar-slider #lnb-mobile .navi2m ul li:hover a:after,
				.navbar-slider #lnb-mobile .navi2m ul li.active a:after {
					color:#fff;
				}
			}


		@media (min-width:768px) {
			.navbar-venture .navbar-kakao {
				position:absolute;
				top:-10px;
				left:104px;
				display:block;
				overflow:hidden;
			}
			.navbar-venture .navbar-kakao a img {
				width:95px !important;
			}
		}

		@media (max-width:767px) {
			.navbar-venture .navbar-kakao {
				display:block;
				overflow:hidden;
				float:right;
				margin-top:8px;
				margin-right:10px;
			}
			.navbar-venture .navbar-kakao a img {
				width:100% !important;
				height:35px !important;
			}
		}








/*-------------------kdream----------------------*/
.my_class_nav{
	border:solid 1px red;
	height:40px;
	position:absolute;
	top:50%; 
	transform:translateY(-50%);
	right:0;
	width:150px;
	border-radius:100px; 
	background-color:#e30921;
}


.my_class_nav a{
	display:block;
	height:100%;  
	width:100%; 
	text-align:center;
	font-size:16px;
	line-height:40px;
	color:#fff;
	text-decoration:none;

}

.navbar-venture .navbar-collapse {
	border:0;
	border-top:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	position:relative;
	text-align:center;
}





.kculture_video{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	top:0; 
	left:0;
	z-index:998;
	display:none;
}

.kculture_video #ytplayer{
	position:fixed;
	z-index:999;
	left:50%; 
	top:50%;
	transform:translate(-50%,-50%);
}
.kculture_video #ytplayer2{
	position:fixed;
	z-index:999;
	left:50%; 
	top:50%;
	transform:translate(-50%,-50%);
}

@media (max-width:768px){
	.kculture_video #ytplayer{
		position:fixed;
		z-index:999;
		left:50%; 
		top:50%;
		transform:translate(-50%,-50%);
		width:90%;
		height:50%;
	}
	.kculture_video #ytplayer2{
		position:fixed;
		z-index:999;
		left:50%; 
		top:50%;
		transform:translate(-50%,-50%);
		width:90%;
		height:50%;
	}
}




/*-------------------kdream----------------------*/