@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/****** basic style ******/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 2vw;
	height: 100%
}
body {
	font: 15px/20px "Noto Sans KR", "notoSans", "맑은 고딕", "AppleSDGothcNeo", "AppleGothic", sans-serif;
	color: #666;
	overflow-y: scroll;
	letter-spacing: -0.03em;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, tbody, tfoot, thead, th, td, select {
	margin: 0;
	padding: 0
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
ol, ul, li {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%
}
hr, legend, .hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.hide {
	text-indent: -9999px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
caption {
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
}
abbr, acronym, img, fieldset {
	border: 0 none
}
button {
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	vertical-align: top;
	background-color: #fff;
	font: 13px/20px "Nanum Gothic", "Malgun Gothic", Dotum, Gulim, Arial, sans-serif
}
label {
	cursor: pointer
}
em, address {
	font-style: normal
}
a {
	text-decoration: none;
	color: #777
}
a:link, a:visited {
	color: #3c3c3c;
	text-decoration: none
}
a:hover, a:active, a:focus {
	text-decoration: none
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed
}
.skip_nav {
	position: relative;
}
.skip_nav a {
	display: block;
	height: 1px;
	width: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	font-size: 0;
	color: transparent;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
}
.skip_nav a:focus, .skip_nav a:active {
	height: auto;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	background: #2466a6;
	z-index: 10
}
form {
	padding: 0;
	margin: 0;
}
input[type=text], input[type=password], select {
	font: 13px/20px 'Noto Sans KR', "Nanum Gothic", "Malgnun Gothic", 'Apple SD Gothic Neo', Dotum, Gulim, Arial, sans-serif;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 2px 4px 3px;
	margin-top: -1px;
	background-color: #ffffff !important;
	border: 1px solid #cccccc !important;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}
select, input, button, textarea, button {
	font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic';
}
/* input, textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-border-radius: 0; outline:none;} */
/* a, button{color:#555;outline:none;text-decoration:none;-webkit-tap-highlight-color : transparent;-webkit-transition: color 0.3s ease-out, background 0.3s ease-out;-moz-transition: color 0.3s ease-out, background 0.3s ease-out;-o-transition: color 0.3s ease-out, background 0.3s ease-out;transition: color 0.3s ease-out, background 0.3s ease-out;} */


.blind {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -9999em;
	left: -9999em;
	display: block;
	text-indent: -9999em;
	font-size: 0px;
	line-height: 0;
}
@font-face {
	font-family: 'Daum';
	font-style: normal;
	font-weight: 400;
	src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/daum/Daum/Daum-Regular.woff2') format('woff2'),  url('//cdn.jsdelivr.net/korean-webfonts/1/corps/daum/Daum/Daum-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Daum';
	font-style: normal;
	font-weight: 700;
	src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/daum/Daum/Daum-SemiBold.woff2') format('woff2'),  url('//cdn.jsdelivr.net/korean-webfonts/1/corps/daum/Daum/Daum-SemiBold.woff') format('woff');
}
/****** 페이지 레이아웃 스타일 ******/

#wrap {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 360px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}
#header:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	width: 20000px;
	margin-left: -10000px;
	background: #fff;
	z-index: -1;
	top: 0;
	height: 100%;
}
#header:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	width: 20000px;
	margin-left: -10000px;
	background: #005486;
	z-index: 1;
	bottom: 0;
	height: 55px;
}
#header .util_wrap {
	background-color: #fff;
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	height: 110px;
	text-align: left;
	position: relative;
}
#header .util_wrap:after {
	display: block;
	content: "";
	clear: both;
}
#header .h_call {
	float: left;
	margin-top: 40px;
}
#header .logo {
	position: absolute;
	left: 20px;
	top: 20px;
}
#header .logo img {
	margin-top: 10px;
	max-width: 300px;
}
#header .util_menu {
	position: absolute;
	right: 20px;
	top: 35px;
}
#header .util_menu ul li a {
	color: #333;
	font-size: 15px;
}
#header > .inner {
	padding-right: 20px;
	padding-left: 60px;
	max-width: 1210px;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 2001;
}
.header-slider-ovclick {
	position: fixed;
	z-index: 4000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.85);
	cursor: pointer
}
.content-slider-ovclick {
	position: fixed;
	z-index: 4000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.75);
	cursor: pointer
}
 @media only screen and (min-width:1101px) {
.content-slider-ovclick {
	display: none !important
}
}
 @media only screen and (min-width:1000px) {
#header > .inner {
	position: relative;
}
.header-slider-ovclick {
	display: none !important
}
#header:after {
	display: block;
	content: "";
	position: relative;
	left: 50%;
	width: 20000px;
	margin-left: -10000px;
	background: #005486;
	z-index: 1;
	bottom: 0;
	height: 55px;
}
}
 @media only screen and (max-width:999px) {
#header {
	position: fixed;
}
#header:after {
	display: none;
}
#header .logo {
	position: absolute;
	left: 50%;
	width: 210px;
	;
	margin-left: -105px;
	top: 15px;
	margin-top: 0;
}
#header .logo img {
	width: 210px;
	margin-top: 0;
}
#header .util_wrap {
	height: 60px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header.fix .util_wrap {
}
#header .util_menu {
	display: none;
}
#header > .inner {
	height: auto;
	background: none;
	padding-left: 0
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
.bt-search {
	display: none;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -14px;
	background: url('/common/images/default/h_search.png') no-repeat center center;
	background-size: 22px auto;
}
.h_search {
	width: 300px;
	border: 1px solid #bababa;
	box-sizing: border-box;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	padding: 0px 20px;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	background-color: #ffffff;
	top: 35px;
}
.h_search input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	border: none !important;
	box-shadow: none;
	outline: none;
	padding: 0;
	padding-right: 35px;
	box-sizing: border-box;
	background-color: #ffffff !important;
	letter-spacing: -0.03em;
}
.search_btn {
	background: url('/common/images/default/h_search.png') no-repeat center;
	width: 40px;
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0;
	background-size: 22px auto;
}
.search_close {
	display: none;
	background: url('/common/images/default/h_close.png') no-repeat center;
	width: 40px;
	height: 100%;
	position: absolute;
	right: 7px;
	top: 0;
	background-size: 22px auto;
}
 @media only screen and (min-width:1000px) {
.h_search {
	display: block !important
}
}
 @media only screen and (max-width:999px) {
.bt-search {
	display: block;
}
.h_search {
	display: none;
	background: #fff;
	position: absolute;
	box-sizing: border-box;
	margin-left: 0;
	padding: 5px 10px;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	border: none;
	box-sizing: border-box;
	z-index: 2009;
	box-sizing: border-box;
	border-radius: 0;
	padding-right: 85px;
}
.h_search input {
	border: none;
	font-size: 15px;
	height: 45px;
	padding: 0 10px;
	border-bottom: 1px solid #ddd !important;
	background: none !important
}
.search_btn {
	right: 42px;
}
.search_close {
	display: block;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
.util_wrap .util_menu {
	height: 40px;
	text-align: right;
}
.util_wrap .util_menu ul {
	width: auto;
	height: 40px;
}
.util_wrap .util_menu ul:after {
	display: block;
	content: "";
	clear: both;
}
.util_wrap .util_menu li {
	float: left;
	width: auto;
	position: relative;
	padding-left: 15px;
	margin-left: 15px;
}
.util_wrap .util_menu ul li img {
	vertical-align: middle;
}
.util_wrap .util_menu li a {
	display: block;
	line-height: 40px;
	color: #ffffff;
}
.util_wrap .util_menu li:first-child {
	background: none;
}
.util_wrap .util_menu li:first-child:after {
	display: none;
}
.util_wrap .util_menu li:after {
	content: '';
	position: absolute;
	left: -1px;
	width: 1px;
	background-color: #c1c1c1;
	top: 15px;
	height: 11px;
}
.util_wrap .util_menu li.logout_t {
	background: url('/common/images/default/header_icon3.gif') no-repeat left center;
	padding-left: 24px;
}
.util_wrap .util_menu li.cart_t a {
	background: url('/common/images/default/header_icon4.gif') no-repeat left center;
	padding-left: 24px;
}
.util_wrap .util_menu li.tutor_t a {
	background: url('/common/images/default/header_icon2.gif') no-repeat left center;
	padding-left: 24px;
}
.util_wrap .util_menu li.cart_t a, .util_wrap .util_menu li.tutor_t a, .util_wrap .util_menu li.logout_t a {
}
.util_wrap .af_log {
	background: url('/common/images/default/header_icon2.gif') no-repeat left center;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.2em;
	color: #111;
	display: inline-block;
	vertical-align: top;
}
.util_wrap .af_log span {
	font-size: 13px;
}
.util_mypage ul {
	display: none;
}
.util_mypage:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	width: 110px;
	height: 150px;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 9999;
	padding: 10px 0
}
.util_mypage:hover ul li {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.util_mypage:hover ul li a {
	line-height: 25px;
	font-size: 13px !important;
}
#header .inner .menu_wrap {
}
.gap30 {
	height: 30px
}
 @media only screen and (min-width:1000px) {
.menu_wrap #gnb {
	display: block;
}
.menu_wrap #gnb li {
	float: left;
	position: relative;
	width: 20%;
	padding-left: 0;
}
.menu_wrap #gnb li a {
	display: block;
	font-family: 'noto_sans';
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 55px;
	padding: 0 0px;
	box-sizing: border-box;
	position: relative;
	font-weight: 400;
	letter-spacing: -1px;
}
.menu_wrap #gnb li a:hover {
	color: #fff;
}
.menu_wrap #gnb li.on a {
	color: #fffd2e;
}
.menu_wrap #gnb li a:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 15px;
	background-color: #4d88ab;
	top: 20px;
}
.menu_wrap #gnb li:last-child a:after {
	display: none;
}
.menu_wrap #gnb li#GNB_MY {
	line-height: 55px;
	background: #0079c0;
	margin-top: 0px;
}
.menu_wrap #gnb li#GNB_CS a:after {
	display: none;
}
.menu_wrap #gnb .gnb_sub {
	display: none;
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	width: 100%;
	padding: 20px 0;
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	top: 55px;
}
.menu_wrap #gnb .gnb_sub li {
	float: none !important;
	width: 100%;
	padding-left: 0 !important;
}
.menu_wrap #gnb .gnb_sub li:hover a {
	color: #0f8fd0;
}
.menu_wrap #gnb .gnb_sub li a {
	display: block;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding: 0 5px;
}
.menu_wrap #gnb .gnb_sub li a:after {
	display: none;
}
}
 @media only screen and (max-width:999px) {
.menu_wrap {
	display: none;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
.vpop div:first-child {
	height: auto !important
}
.vpop.fixed {
	left: 3% !important;
	top: 75px !important;
	margin-left: 0 !important;
	min-width: 300px;
	width: 94% !important;
}
.vpop.fixed img {
	width: 100% !important;
	height: auto !important
}
 @media only screen and (max-width:680px) {
.vpop {
	left: 3% !important;
	top: 75px !important;
	margin-left: 0 !important;
	min-width: 300px;
	width: 94% !important;
}
.vpop img {
	width: 100% !important;
	height: auto !important
}
/*.vpop label, a{font-size:13px;}*/
}
.hamburger {
	padding: 19px 0;
	display: inline-block;
	height: 55px;
	box-sizing: border-box;
	width: 40px;
	position: absolute;
	left: 20px;
	top: 0;
	background-color: #005486;
	cursor: pointer;
}
.hamburger span {
	background: #fff;
	display: block;
	height: 3px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	margin: 0 auto;
}
.hamburger span:nth-child(1) {
	width: 24px;
}
.hamburger span:nth-child(2) {
	width: 24px;
	margin-top: 5px;
}
.hamburger span:nth-child(3) {
	width: 24px;
	margin-top: 5px;
}
.hamburger.is-active {
	padding: 19px 0;
	background-color: #005486;
}
.hamburger.is-active .line {
	width: 30px;
}
.hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.bt-mnall {
	padding: 19px 0;
	display: none;
	height: 55px;
	box-sizing: border-box;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #005486;
	cursor: pointer;
}
.bt-mnall span {
	background: #fff;
	display: block;
	height: 3px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	margin: 0 auto;
}
.bt-mnall span:nth-child(1) {
	width: 24px;
}
.bt-mnall span:nth-child(2) {
	width: 24px;
	margin-top: 5px;
}
.bt-mnall span:nth-child(3) {
	width: 24px;
	margin-top: 5px;
}
.bt-mnall.active {
	padding: 19px 0;
	background-color: #005486;
}
.bt-mnall.active .line {
	width: 30px;
}
.bt-mnall.active .line:nth-child(2) {
	opacity: 0;
}
.bt-mnall.active .line:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.bt-mnall.active .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.bt-mnall.mobile {
	display: none;
	border: 1px solid rgba(255,255,255,0.76);
	border-radius: 3px;
	background: none;
	width: 32px;
	height: 30px;
	padding: 7px 2px;
	top: 14px;
	left: 14px;
}
.bt-mnall.mobile.active {
	padding: 7px 2px;
	background-color: transparent;
}
.bt-mnall.mobile span {
	border-radius: 3px;
	height: 2px;
}
.bt-mnall.mobile span:nth-child(1) {
	width: 20px;
}
.bt-mnall.mobile span:nth-child(2) {
	width: 20px;
	margin-top: 4px;
}
.bt-mnall.mobile span:nth-child(3) {
	width: 20px;
	margin-top: 4px;
}
.bt-mnall.mobile.active .line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.bt-mnall.mobile.active .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}
 @media only screen and (max-width:1100px) {
.bt-mnall.mobile {
	display: block !important
}
.bt-mnall.mobile span {
	background: #fff;
}
}
 @media only screen and (max-width:999px) {
.hamburger {
	display: none;
}
.bt-mnall {
	display: block;
	background: none !important;
	position: absolute;
	left: 15px;
	top: 17px;
	width: 26px;
	height: 26px;
	padding: 3px 0
}
.bt-mnall span {
	background: #414141;
	border-radius: 3px;
}
.bt-mnall.active {
	padding: 3px 0;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
#container {
	width: 100%;
	margin: 0 auto;
	min-width: 360px;
	margin-top: 165px;
	position: relative;
	z-index: 9
}
#container.main {
	width: 100%;
	max-width: 100%;
	min-width: 360px;
	margin: 0 auto;
	margin-top: 165px;
	padding: 0px;
	box-sizing: border-box;
}
#container .horizontal_wrap {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
 @media only screen and (max-width:999px) {
#container {
	margin-top: 60px;
}
#container.main {
	margin-top: 60px;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
#footer {
	width: 100%;
	min-width: 360px;
	background: #232632;
}
#footer .foot_menu {
	width: 100%;
	background: #191b24;
	margin: 0 auto;
	text-align: center;
}
.foot_menu .foot_list {
	max-width: 1210px;
	margin: 0 auto;
	text-align: left;
	padding: 25px 20px
}
.foot_menu .foot_list li {
	padding-left: 35px;
	background: url('/common/images/default/blt_wbar.jpg') no-repeat 18px 50%;
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top
}
.foot_menu .foot_list li.first {
	background-image: none;
	padding-left: 0
}
.foot_menu .foot_list li a {
	color: #fff;
	font-size: 14px;
	font-weight: 350;
}
.foot_menu .foot_list li a.footer_privacy_policy {
	font-weight: 350;
	color: #fff;
}
#footer .copy {
	padding: 30px 20px 50px 20px;
	overflow: hidden;
	max-width: 1210px;
	margin: 0 auto;
	text-align: left;
}
#footer .copy .foot_logo {
	float: left;
	margin: 8px 30px 0 26px
}
#footer .copy .in-cmmt {
	font-size: 0
}
#footer .copy .in-cmmt span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: -0.01em;
	position: relative;
}
#footer .copy .in-cmmt span:nth-child(n+2) {
	margin-left: 20px;
}
#footer .copy .in-cmmt span:nth-child(n+2):before {
	width: 1px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content: ""
}
#footer .copy .in-nums {
	font-size: 0
}
#footer .copy .in-nums span {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	letter-spacing: -0.01em;
	position: relative;
}
#footer .copy .in-nums span:nth-child(n+2) {
	margin-left: 20px;
}
#footer .copy .in-nums span:nth-child(n+2):before {
	width: 1px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content: ""
}
#footer .foot_info {
	overflow: hidden;
	text-align: left;
	color: #fff;
	line-height: 170%
}
#footer .foot_info p.copyp {
	font-size: 13px;
	color: #fff;
	font-weight: 350;
	margin-top: 20px;
	opacity: 0.6;
	line-height: 1.3em;
	letter-spacing: 0;
}
 @media only screen and (max-width:999px) {
.foot_menu .foot_list {
	padding: 19px 20px;
	font-size: 0;
	text-align: center;
}
.foot_menu .foot_list li {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.foot_menu .foot_list li a {
	font-size: 15px;
	display: block;
}
#footer .copy {
	text-align: center;
	padding: 30px 20px 30px 20px;
}
#footer .foot_info {
	text-align: center;
}
#footer .copy .in-cmmt span {
	font-size: 14px;
}
#footer .copy .in-nums span {
	font-size: 14px;
}
#footer .foot_info p.copyp {
	font-size: 12px;
	margin-top: 15px;
}
}
 @media only screen and (max-width:680px) {
.foot_menu .foot_list {
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.foot_menu .foot_list:after {
	display: block;
	content: "";
	clear: both;
}
.foot_menu .foot_list li {
	background: none;
	padding: 0;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.foot_menu .foot_list li:nth-child(even) {
	border-left: 1px solid rgba(255,255,255,0.1)
}
.foot_menu .foot_list li:nth-child(n+3) {
	border-top: 1px solid rgba(255,255,255,0.1)
}
.foot_menu .foot_list li a {
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 45px;
}
#footer .copy {
	text-align: center;
	padding: 30px 10px 30px 10px;
}
#footer .copy .in-cmmt span {
	font-size: 14px;
}
#footer .copy .in-cmmt span:nth-child(3) {
	display: block;
	margin-left: 0;
}
#footer .copy .in-cmmt span:nth-child(3):before {
	display: none;
}
#footer .copy .in-cmmt span:nth-child(n+2) {
	margin-left: 16px;
}
#footer .copy .in-cmmt span:nth-child(n+2):before {
	left: -8px;
}
#footer .copy .in-nums span {
	font-size: 14px;
}
#footer .copy .in-nums span:nth-child(3) {
	display: block;
	margin-left: 0;
}
#footer .copy .in-nums span:nth-child(3):before {
	display: none;
}
#footer .copy .in-nums span:nth-child(n+2) {
	margin-left: 16px;
}
#footer .copy .in-nums span:nth-child(n+2):before {
	left: -8px;
}
#footer .foot_info {
	line-height: 150%
}
#footer .foot_info p.copyp {
	font-size: 12px;
	margin-top: 10px;
}
}
 @media only screen and (max-width:480px) {
.foot_menu .foot_list li a {
	line-height: 40px;
}
}
/* layout */
.bgGray {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	text-align: center;
	padding: 50px 0px;
	z-index: 1
}
.bgWhite {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding: 50px 0px;
	z-index: 1;
}
.main_inner {
	position: relative;
	max-width: 1210px;
	margin: 0px auto 0px auto;
	padding: 0px 20px;
	display: block;
	overflow: visible;
	text-align: left;
	z-index: 1
}
.main_wrap {
	position: static;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	overflow: visible;
	text-align: center;
	vertical-align: top;
}
.main_wrap .main_content {
	overflow: hidden;
}
.main_wrap .main_content > div {
	float: left
}
.main_wrap .left_area {
	display: none !important;
	float: none;
	height: 0;
}
.main_wrap .content_area {
	min-height: 750px;
	text-align: center;
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
}
.main_wrap .content_body {
	max-width: 1210px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 20px 100px 20px;
}
 @media only screen and (min-width:1000px) {
.mn-top {
	display: none !important;
}
.mn-member {
	display: none !important;
}
.all_list {
	display: none;
	position: absolute;
	top: 165px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.all_list .a_inner:before {
	width: 20000px;
	left: 50%;
	margin-left: -10000px;
	top: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: -1;
	display: block;
	content: ""
}
.all_list .a_inner {
	height: auto !important;
	position: relative;
	padding-left: 40px;
	max-width: 1170px;
	margin: 0 auto;
}
.all_list .a_inner:after {
	display: block;
	content: "";
	clear: both;
}
.all_list .a_inner .mn_l1 {
	float: left;
	width: 20%;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	padding: 35px 10px;
	height: 300px;
}
.all_list .a_inner .mn_l1.mypage {
	display: none;
}
.all_list .a_inner .mn_l1:nth-child(2) {
	border-left: 1px solid #ddd;
	margin-left: 0;
}
.all_list .a_inner .mn_l1:last-child {
	margin-right: 0px;
}
.all_list .a_inner .mn_l1 .mn_a1 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.all_list .a_inner .mn_l1 ul {
	overflow: hidden;
	margin-top: 10px;
	display: block !important;
}
.all_list .a_inner .mn_l1 ul li {
	line-height: 35px;
}
.all_list .a_inner .mn_l1 ul li .mn_a2 {
	color: #666;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	width: 100%;
	height: 100%;
}
/* .all_list .a_inner .mn_l1:last-child{display:none;}
		.all_list .a_inner .mn_l1 ul li:last-child{display:block;} */
}
 @media only screen and (max-width:999px) {
.all_list {
	display: block !important;
	position: fixed;
	transition: right 0.3s ease;
	z-index: 7000;
	left: -310px;
	z-index: 5012;
	top: 0;
	width: 290px;
	background: #fff;
	height: 100%;
	overflow-y: auto;
	min-height: 480px;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
	-webkit-transition: left 0.3s ease-out;
	-moz-transition: left 0.3s ease-out;
	-o-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
}
.all_list.mn-open {
	left: 0;
}
.mn-top {
	display: block;
	position: relative;
	background: #fff;
}
.mn-top h2 {
	height: 60px;
	text-align: left;
	box-sizing: border-box;
	padding: 16px 15px;
	border-bottom: 1px solid #ddd;
}
.mn-top h2 img {
	width: 180px;
	margin-top: 0;
}
.mn-top .bt-mnclose {
	background: url('/common/images/icon/bt_mnclose.png') no-repeat center #444;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0;
	background-size: 22px auto;
}
.mn-member {
	background: #f8f8f8;
	display: block;
}
.mn-member ul {
	text-align: center;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #e6e6e6
}
.mn-member li {
	float: left;
	width: 50%;
	position: relative;
}
.mn-member li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	font-weight: 400;
}
.mn-member li:before {
	width: 1px;
	height: 100%;
	position: Absolute;
	background: #e6e6e6;
	left: 0;
	top: 0;
	display: block;
	content: "";
}
.mn-member li:first-child {
	margin-left: 0
}
.mn-member li:first-child:before {
	display: none
}
.all_list .a_inner .mn_l1 {
	text-align: left;
}
.all_list .a_inner .mn_l1 .mn_a1 {
	position: relative;
	display: block;
	border-bottom: 1px solid #dedede;
	display: block;
	padding: 17px 30px 17px 20px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.01em;
	white-space: normal;
	cursor: pointer;
	color: #313131;
}
.all_list .a_inner .mn_l1.has-sub .mn_a1:after {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	background: url('/common/images/mobile/main/btn_gomenu.png') no-repeat center center;
	display: block;
	content: ""
}
.all_list .a_inner .mn_l1.is-open .mn_a1 {
	font-weight: 500;
	color: #111;
}
.all_list .a_inner .mn_l1 ul {
	position: relative;
	background: #f9f9f9;
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
	display: none;
}
.all_list .a_inner .mn_l1 ul li .mn_a2 {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 3px 45px 3px 32px;
	position: relative;
	color: #313131;
	border-bottom: none;
	line-height: 20px;
}
.all_list .a_inner .mn_l1 ul li.is-open mn_a2 {
	font-weight: 400;
}
.all_list .a_inner .mn_l1 ul li .mn_a2:hover {
	color: #0f8fd0;
}
.all_list .a_inner .mn_l1 ul li .mn_a2:hover:before {
	background: #0f8fd0
}
.all_list .a_inner .mn_l1 ul li .mn_a2:before {
	width: 5px;
	height: 1px;
	background: #777;
	position: absolute;
	left: 20px;
	top: 13px;
	display: block;
	content: "";
}
.all_list .a_inner .mn_l1 ul li .mn_a2:after {
	display: none;
}
/* .all_list .a_inner .mn_l1:last-child{display:none;}
		.all_list .a_inner .mn_l1 ul li:last-child{display:block;} */

#container.main .bgGray {
	padding: 35px 0
}
#container.main .bgWhite {
	padding: 35px 0
}
.main_wrap .content_body {
	padding: 0px 15px 70px 15px;
}
/*.main_wrap .content_body p > img, .main_wrap .content_body li > img {width:100% !important; height:auto !important;}*/
}
 @media only screen and (max-width:680px) {
.main_inner {
	padding: 0 15px;
}
}
 @media only screen and (max-width:480px) {
}
/****** 메인 스타일 ******/	
/* main 상단롤링배너 */
.main_visual {
	width: 100%;
	min-width: 360px;
	position: relative;
	height: 500px
}
#slides {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100
}
.slides_container {
	width: 100%;
	min-width: 360px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden
}
.slides_container img {
	width: 1170px;
	height: 500px;
	margin: 0 auto;
}
.slides_container div {
	width: 100% !important;
	height: 500px;
	display: block;
	text-align: center;
	margin: 0 auto;
	background-size: cover !important;
}
.pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	z-index: 101;
	margin: auto;
	text-align: center;
	margin: 0px auto;
	text-align: center;
}
.pagination li {
	width: 20px;
	height: 20px;
	float: none;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	background: none;
	border: 3px #999 solid;
}
.pagination li a {
	display: block;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	text-indent: -9999999px;
}
.pagination li.current {
	background: #999;
}
.main_title {
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	margin: 40px 0 15px 0;
	text-align: center;
}
 @media only screen and (max-width:1200px) {
.main_visual {
	height: 420px;
}
.slides_container {
	height: 420px;
}
.slides_container img {
	height: 420px;
}
.slides_container div {
	height: 420px;
}
.pagination {
	bottom: 15px;
}
.pagination li {
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-width: 2px;
}
.pagination li a {
	line-height: 15px;
}
}
 @media only screen and (max-width:999px) {
.main_visual {
	height: 320px;
}
.slides_container {
	height: 320px;
}
.slides_container img {
	height: 320px;
}
.slides_container div {
	height: 320px;
}
.pagination {
	bottom: 15px;
}
.pagination li {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-width: 2px;
}
.pagination li a {
	line-height: 10px;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
/* mvisual */
.mvisual {
	position: relative;
}
.mvisual .mvisual-slide {
	overflow: hidden;
	height: 500px;
}
.mvisual .mvisual-slide .item {
}
.mvisual .mvisual-slide .item .img {
	position: relative;
}
/*.mvisual .mvisual-slide .item .img img{width:100%}*/
.mvisual .mvisual-slide .item .img.desktop {
	display: block;
	height: 500px;
	background-position: center center;
	background-size: cover
}
.mvisual .mvisual-slide .item .img.desktop img {
	max-height: 500px;
}
.mvisual .mvisual-slide .item .img.mobile {
	display: none
}
.mvisual .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	height: 14px;
	bottom: 30px;
	z-index: 555;
}
.mvisual .slick-dots ul {
	height: auto;
	text-align: center;
	font-size: 0;
	width: 100%;
}
.mvisual .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	padding: 0;
	width: auto;
	height: 14px;
}
.mvisual .slick-dots li button {
	border: 2px solid #949494;
	border-radius: 100%;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	padding: 0;
	position: relative;
}
.mvisual .slick-dots li.slick-active button {
	background: #949494;
}
 @media only screen and (max-width:1200px) {
.mvisual .mvisual-slide {
	height: 420px;
}
.mvisual .mvisual-slide .item .img.desktop {
	height: 420px;
}
.mvisual .slick-dots {
	bottom: 20px;
}
}
 @media only screen and (max-width:999px) {
.mvisual .mvisual-slide {
	height: auto;
	min-height: 200px;
}
.mvisual .mvisual-slide .item .img.desktop {
	display: none
}
.mvisual .mvisual-slide .item .img.mobile {
	display: block;
	overflow: hidden
}
.mvisual .mvisual-slide .item .img.mobile img {
	min-height: 200px;
	max-height: 250px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.mvisual .slick-dots {
	bottom: 15px;
	height: 12px;
}
.mvisual .slick-dots li {
	height: 12px;
}
.mvisual .slick-dots li button {
	width: 12px;
	height: 12px
}
}
 @media only screen and (max-width:680px) {
.mvisual .slick-dots {
	height: 10px;
}
.mvisual .slick-dots li {
	height: 10px;
}
.mvisual .slick-dots li button {
	width: 10px;
	height: 10px
}
}
 @media only screen and (max-width:480px) {
.mvisual .slick-dots {
	bottom: 10px;
}
.mvisual .slick-dots li {
	margin: 0 2px
}
}
/* main 추출 강의 스타일 */
.horizontal_wrap .top_title {
	font-family: 'noto_sans';
	height: 40px;
	line-height: 40px;
	font-size: 35px;
	font-weight: 500;
	color: #000000;
	margin: 0px 0 30px 0;
	text-align: center;
	letter-spacing: -0.05em;
}
.horizontal_wrap .horizontal_list {
	margin: 0 -1%
}
.horizontal_wrap .horizontal_list:after {
	display: block;
	content: "";
	clear: both;
}
.horizontal_wrap .horizontal_list li {
	float: left;
	border: 1px solid #e5e5e5;
	padding-bottom: 10px;
	min-height: 200px;
	width: 23%;
	box-sizing: border-box;
	margin: 0 1% 1% !important
}
.horizontal_wrap .horizontal_list li.nodata {
	padding: 90px 0;
	min-height: 50px;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-left: 0;
}
.horizontal_wrap .horizontal_list li.first {
	margin-left: 0;
}
.horizontal_wrap .horizontal_list li.second {
	margin-left: 0;
	margin-top: 32px;
}
.horizontal_wrap .horizontal_list li.another {
	margin-top: 32px;
}
.horizontal_list span {
	display: block;
}
.horizontal_list span.img_box {
	border-bottom: 1px solid #e0e1e4;
	position: relative;
	margin-bottom: 15px;
	height: auto
}
.horizontal_list span.img_box a {
	position: relative;
	display: block;
}
.horizontal_list span.img_box > a > img, .horizontal_list span.img_box > img {
	width: 100%;
	height: 177px;
	object-fit: cover;
	display: block
}
.horizontal_list span.list_subject {
	font-family: 'noto_sans';
	font-weight: 500;
	font-size: 17px;
	color: #000;
	padding: 10px 20px 0;
	margin: 0;
	text-align: left
}
.horizontal_list span.list_subject a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.horizontal_list span.list_subtitle {
	border-bottom: 1px #e2e2e2 solid;
	margin: 3px 0 10px 0;
	padding: 0px;
	max-height: 50px;
	overflow: hidden;
}
.horizontal_list span.list_subtitle p {
	font-weight: normal;
	font-size: 13px;
	color: #777777;
	text-align: left;
	margin-bottom: 13px;
	padding: 0px 10px 0px 20px;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
}
.horizontal_list span.list_blt {
	margin-left: 20px;
	padding-left: 10px;
	text-align: left;
	line-height: 19px;
	font-size: 13px;
	color: #777777;
	background: url('/common/images/default/dot1.png') 0px 8px no-repeat;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.horizontal_list span.list_period {
	font-size: 14px;
	text-align: left;
	padding: 0 20px;
	margin: 10px 0;
}
.horizontal_list span.list_price {
	font-size: 16px;
	color: #f45137;
	text-align: left;
	font-weight: bold;
	padding: 0 20px;
	margin: 10px 0;
}
.horizontal_wrap .more {
	position: absolute;
	right: 13px;
	top: 10px
}
.horizontal_book_list {
	overflow: hidden
}
.horizontal_book_list li {
	float: left;
	padding: 0;
	min-height: 180px;
	width: 112px;
	margin-left: 18px;
}
.horizontal_book_list li.nodata {
	width: 245px;
	padding: 90px 0;
	min-height: 47px;
	margin-left: 0;
}
.horizontal_book_list li.first {
	margin-left: 0;
}
.horizontal_book_list li .img_box {
	border: 1px solid #e0e1e4;
	position: relative;
	margin-bottom: 15px;
	width: 110px;
	height: 125px
}
.horizontal_book_list li .img_box a {
	position: relative;
	display: block
}
.horizontal_book_list li .img_box > a > img {
	width: 110px;
	height: 125px;
	text-align: center
}
.horizontal_book_list li .list_subject {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.horizontal_book_list li .list_cont {
	width: 110px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #7a7a7a;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.horizontal_book_list li .list_cont b {
	color: #006da5;
}
 @media only screen and (max-width:1200px) {
.horizontal_wrap .top_title {
	font-size: 31px;
}
.horizontal_list span.img_box {
	margin-bottom: 10px
}
.horizontal_list span.list_subject {
	font-size: 17px;
	padding: 10px 15px 0
}
.horizontal_list span.list_period {
	font-size: 14px;
	margin: 7px 0;
	padding: 0 15px;
}
.horizontal_list span.list_price {
	font-size: 15px;
	margin-top: 7px;
	padding: 0 15px;
}
}
 @media only screen and (max-width:999px) {
.horizontal_wrap .top_title {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.4em;
	height: auto;
}
.horizontal_wrap .horizontal_list li {
	width: 48%;
}
.horizontal_wrap .horizontal_list li:nth-child(n+3) {
	margin-top: 2% !important
}
.horizontal_list span.img_box {
	overflow: hidden;
}
.horizontal_list span.img_box > a {
	position: relative;
	height: 30vw;
	min-height: 150px;
	display: block;
}
.horizontal_list span.img_box > a > img,  .horizontal_list span.img_box > img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
}
 @media only screen and (max-width:680px) {
.horizontal_wrap .top_title {
	font-size: 24px;
}
.horizontal_list span.list_subject {
	font-size: 16px;
	padding: 5px 12px 0
}
.horizontal_list span.list_period {
	font-size: 14px;
	margin: 5px 0;
	padding: 0 12px;
}
.horizontal_list span.list_price {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 12px;
}
}
 @media only screen and (max-width:480px) {
.horizontal_wrap .top_title {
	font-size: 24px;
	margin-bottom: 15px;
}
.horizontal_list span.list_subject {
	font-size: 15px;
}
.horizontal_list span.list_price {
	font-size: 14px;
}
}
/* 메인 컨텐츠 -  추천강의 */
/*.mcourse_recomm { display:block; width:1170px; height:425px; overflow:hidden; border:none; background:transparent !important; text-align:center; margin:0px auto;} */
.mcourse_recomm {
	display: block;
	max-width: 1170px;
	overflow: hidden;
	border: none;
	background: transparent !important;
	text-align: center;
	margin: 0px auto;
}
.mcourse_recomm .main_course_tab {
	font-size: 0;
	float: none;
	display: inline-block;
	width: auto;
	line-height: 50px;
	margin: 10px auto 30px auto;
	text-align: center;
}
.mcourse_recomm .main_course_tab li {
	float: left;
	width: auto;
}
.mcourse_recomm .main_course_tab li:nth-child(n+2) {
	margin-left: 15px;
}
.mcourse_recomm .main_course_tab li a {
	position: relative;
	display: block;
	background: none;
	width: auto;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #555555;
	border-radius: 40px;
}
.mcourse_recomm .main_course_tab li a:hover {
	color: #000000;
}
.mcourse_recomm .main_course_tab li.active a {
	color: #ffffff;
	background: #0f90d0;
}
.mcourse_recomm .main_course_info {
	float: none;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}
.main_course_info .horizontal_list li {
	float: left;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0px;
	padding-bottom: 10px;
	margin: 18px 0px 20px 32px;
}
.main_course_info .horizontal_list li.nodata {
	float: none;
	display: block;
	width: auto;
	padding: 150px 0;
	border: none;
	min-height: 47px;
	background: #ffffff;
	border: 1px #eeeeee solid;
	box-sizing: border-box;
	margin: 0 1% !important;
}
.main_course_info .horizontal_list li.first {
	padding-left: 0;
	margin-left: 0px;
	border-left: 1px solid #e5e5e5;
}
.main_course_info .horizontal_list span.img_box {
	border-bottom: 1px solid #e0e1e4;
	position: relative;
	margin-bottom: 15px;
	height: auto
}
.main_course_info .horizontal_list span.img_box > a > img {
	width: 100%;
	height: 177px;
	object-fit: cover;
}
.main_course_info .horizontal_list span.list_subject {
	font-family: 'noto_sans';
	font-weight: 500;
	font-size: 17px;
	color: #000;
	padding: 10px 20px 0;
	;
	margin: 0;
	text-align: left
}
.main_course_info .horizontal_list span.list_cont {
	font-weight: normal;
	padding: 0 15px 10px 20px;
	margin-bottom: 10px;
	border-bottom: 1px #e0e1e4 solid;
	font-size: 13px;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.main_course_info .horizontal_list span.list_period {
	font-size: 14px;
	text-align: left;
	padding: 0 20px;
	margin: 10px 0;
}
.main_course_info .horizontal_list span.list_blt {
	margin-left: 20px;
	padding-left: 10px;
	text-align: left;
	line-height: 19px;
	font-size: 13px;
	color: #777777;
	background: url('/common/images/default/dot1.png') 0px 8px no-repeat;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
 @media only screen and (max-width:1200px) {
.mcourse_recomm .main_course_tab li a {
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	padding: 0 17px;
}
.main_course_info .horizontal_list span.img_box {
	margin-bottom: 10px
}
.main_course_info .horizontal_list span.list_subject {
	font-size: 17px;
	padding: 10px 15px 0
}
.main_course_info .horizontal_list span.list_period {
	font-size: 14px;
	margin: 7px 0;
	padding: 0 15px;
}
.main_course_info .horizontal_list span.list_blt {
	font-size: 15px;
	margin-top: 7px;
	padding: 0 15px;
}
}
 @media only screen and (max-width:999px) {
.mcourse_recomm .main_course_tab {
	margin: 0;
	margin-bottom: 15px;
}
.mcourse_recomm .main_course_tab li:nth-child(n+2) {
	margin-left: 10px;
}
.mcourse_recomm .main_course_tab li a {
	font-size: 16px;
	padding: 0 10px;
}
.main_course_info .horizontal_list span.img_box {
	overflow: hidden;
}
.main_course_info .horizontal_list span.img_box a {
	position: relative;
	height: 30vw;
	min-height: 150px;
	display: block;
}
.main_course_info .horizontal_list span.img_box > a > img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
}
 @media only screen and (max-width:680px) {
.mcourse_recomm .main_course_tab li a {
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
}
.main_course_info .horizontal_list span.list_subject {
	font-size: 16px;
	padding: 5px 12px 0
}
.main_course_info .horizontal_list span.list_period {
	font-size: 13px;
	margin: 5px 0;
	padding: 0 12px;
}
.main_course_info .horizontal_list span.list_blt {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 12px;
}
}
 @media only screen and (max-width:480px) {
.mcourse_recomm .main_course_tab li:nth-child(n+2) {
	margin-left: 1px;
}
.mcourse_recomm .main_course_tab li a {
	font-size: 14px;
	padding: 0 10px;
	line-height: 35px;
	height: 35px;
}
.main_course_info .horizontal_list span.list_subject {
	font-size: 15px;
}
.main_course_info .horizontal_list span.list_blt {
	font-size: 13px;
}
}
 @media only screen and (max-width:400px) {
.mcourse_recomm .main_course_tab li:nth-child(n+2) {
	margin-left: 3px;
}
.mcourse_recomm .main_course_tab li a {
	padding: 0 7px;
}
}
/* 메인 컨텐츠 -  강사소개 영역 */
.main_tutor {
	display: inline-block;
}
.main_tutor li {
	float: left;
	width: 258px;
	height: 288px;
	border: 1px #e5e5e5 solid;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.main_tutor li.first {
	margin-left: 0;
}
.main_tutor li h2 {
	margin-top: 248px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
/* 메인 컨텐츠 -  수강후기 */
.mReview {
	text-align: center;
	width: 1100px;
	margin: 40px auto 0 auto;
}
.mReview_title {
	font-family: 'Noto Sans KR', 'Noto Sans CJK KR', sans-serif;
	font-size: 25px;
	color: #000;
	font-weight: 600;
	padding-bottom: 20px;
	text-align: left;
}
.mReview_inner {
	display: inline-block;
	width: 1100px;
	height: 341px;
	margin: 0 auto;
	text-align: left;
	border: 1px #dadada solid;
	background: #fafafa;
}
.mReview_inner h2 {
	font-family: 'Noto Sans KR', 'Noto Sans CJK KR', sans-serif;
	float: left;
	background: #ff5a00 url('/common/images_skin2/common/mReview.png') no-repeat;
	width: 260px;
	height: 340px;
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	padding: 30px 0 0 30px;
}
.mReview_inner h2 b {
	font-size: 53px;
	line-height: 50px;
	color: #fff;
	font-weight: 500;
}
.mReview_inner .mReview_cont {
	float: left;
	width: 838px;
	font-size: 45px;
	color: #000;
	font-weight: bold;
	padding: 10px 35px;
}
.mReview_inner .mReview_cont .review_top td {
	border-bottom: 1px #dadada solid;
	font-size: 14px;
	color: #666;
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
}
.mReview_inner .mReview_cont .review_top td a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mReview_inner .mReview_cont .review_top td.tac {
	text-align: center;
}
.mReview_inner .mReview_cont .review_top span.order {
	display: block;
	margin: 0 7px;
	text-align: center;
	border: none;
	background: none;
	font-size: 9px;
	color: #ff5a01;
	width: 15px;
	height: 20px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}
/* 메인 컨텐츠 -  하단 영역 */
.square_wrap {
	display: block;
	margin: 60px auto 60px auto;
	box-sizing: border-box;
	max-width: 1210px;
	padding: 0 20px;
}
.square_wrap:after {
	display: block;
	content: "";
	clear: both;
}
.square_wrap .main_cs {
	float: left;
	background: #ffffff;
	border: 1px #e5e5e5 solid;
	position: relative;
	width: 49%;
	background: url('/common/images/default/banner_bg.png') no-repeat right center #e9f0f7;
	border: none;
	border: 1px solid #d0d8df
}
.square_wrap .main_cs a {
	display: block;
	padding: 30px;
	box-sizing: border-box;
	height: 240px;
}
.square_wrap .main_cs a:after {
	width: 200px;
	height: 55px;
	background-size: 100% auto;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: url('/common/images/default/banner-btn.jpg') no-repeat right center;
	display: block;
	content: ""
}
.square_wrap .main_cs .top_title {
	font-family: 'noto_sans';
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	padding: 0px;
	margin-bottom: 15px
}
.square_wrap .main_cs p {
	font-size: 15px;
	line-height: 25px;
	color: #666;
	padding-bottom: 10px;
	word-break: keep-all;
}
.square_wrap .main_cs a > p {
	letter-spacing: -1px;
	color: #333;
}
/*.square_wrap .main_cs .mcs_text {padding:0px;margin:0px;background: none;} */
.square_wrap .main_cs .mcs_text {
	padding: 0px;
	margin: 0px;
	background: none;
}
.square_wrap .main_cs .mcs_text .mcs_tel {
	font-size: 35px;
	margin-top: 0px;
	line-height: 40px;
	color: #ec5f13;
	font-weight: normal;
	padding-bottom: 10px;
}
.square_wrap .main_cs .mcs_text span {
	color: #424545;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
}
.square_wrap .main_board {
	float: right;
	width: 49%;
	background: #ffffff;
	margin-right: 0px;
	box-sizing: border-box;
	position: relative;
}
.square_wrap .main_board .mboard_title {
	height: 45px;
	border-left: 1px #dcdcdc solid;
	background: #efefef;
	border: 1px #dcdcdc solid;
}
.square_wrap .main_board .mboard_title span {
	float: left;
	width: 150px;
}
.square_wrap .main_board .mboard_title span a {
	font-family: 'noto_sans';
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	background: none;
	color: #666666;
	border-left: 0;
	border-right: 1px #dcdcdc solid;
}
.square_wrap .main_board .mboard_title span a.active {
	background: #ffffff;
	font-size: 17px;
	color: #005486;
	font-weight: 500;
}
.square_wrap .main_board .mboard_cont {
	width: 100%;
	height: 195px;
	padding: 20px 25px;
	border: 1px #e4e4e4 solid;
	border-top: none;
}
.square_wrap .main_board .mboard_more {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
}
 @media only screen and (max-width:1200px) {
.square_wrap {
	margin: 50px auto;
}
.square_wrap .main_cs .top_title {
	font-size: 27px;
}
.square_wrap .main_cs a {
	padding: 25px;
}
.square_wrap .main_cs a:after {
	width: 170px;
	height: 50px;
	background-size: 100% auto;
	right: 25px;
	bottom: 25px;
}
.square_wrap .main_cs p {
	font-size: 15px;
}
.square_wrap .main_cs .mcs_text .mcs_tel {
	font-size: 32px;
}
.square_wrap .main_cs .mcs_text span {
	font-size: 14px;
}
}
 @media only screen and (max-width:999px) {
.square_wrap {
	margin: 35px auto;
}
.square_wrap .main_cs {
	float: none;
	width: auto;
}
.square_wrap .main_cs .top_title {
	font-size: 25px;
}
.square_wrap .main_cs a {
	padding: 20px;
	height: auto;
}
.square_wrap .main_cs a:after {
	width: 150px;
	height: 50px;
	background-size: 100% auto;
	right: 17px;
	bottom: 17px;
}
.square_wrap .main_cs p {
	font-size: 15px;
	padding-bottom: 15px;
}
.square_wrap .main_cs .mcs_text .mcs_tel {
	font-size: 29px;
	line-height: 1.2em;
	font-weight: 700;
	padding-bottom: 7px;
}
.square_wrap .main_cs .mcs_text span {
	font-size: 14px;
}
.square_wrap .main_board {
	float: none;
	width: auto;
	margin-top: 20px;
}
.square_wrap .main_board .mboard_title span {
	width: 120px;
}
.square_wrap .main_board .mboard_title span a {
	width: 120px;
	font-size: 15px;
}
.square_wrap .main_board .mboard_title span a.active {
	font-size: 15px;
}
.square_wrap .main_board .mboard_cont {
	padding: 20px;
	height: auto;
	min-height: 150px;
}
}
 @media only screen and (max-width:680px) {
.square_wrap {
	padding: 0 15px;
}
.square_wrap .main_cs {
	float: none;
	width: auto;
	background-size: 450px auto;
}
.square_wrap .main_cs .top_title {
	font-size: 24px;
}
.square_wrap .main_cs a {
	padding: 20px;
	height: auto;
}
.square_wrap .main_cs a:after {
	width: 150px;
	height: 50px;
	background-size: 100% auto;
	right: 20px;
	bottom: 20px;
}
.square_wrap .main_cs p {
	font-size: 15px;
	padding-bottom: 10px;
}
/* .square_wrap .main_cs p  br{display:none;} */
.square_wrap .main_cs .mcs_text .mcs_tel {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 700;
	padding-bottom: 5px;
}
.square_wrap .main_cs .mcs_text span {
	font-size: 14px;
}
.square_wrap .main_cs a:after {
	margin-top: 15px;
	display: block;
	position: relative;
	right: auto;
	bottom: auto;
	background-color: #1c9cdd !important;
	background-position: center center;
	width: auto;
	height: 40px;
	background-size: auto 40px;
}
.square_wrap .main_board .mboard_title span:nth-child(1) {
	width: 90px;
}
.square_wrap .main_board .mboard_title span:nth-child(1) a {
	width: 90px;
}
.square_wrap .main_board .mboard_title span:nth-child(2) {
	width: 110px;
}
.square_wrap .main_board .mboard_title span:nth-child(2) a {
	width: 110px;
	font-size: 14px;
}
.square_wrap .main_board .mboard_title span:nth-child(3) {
	width: 75px;
}
.square_wrap .main_board .mboard_title span:nth-child(3) a {
	width: 75px;
}
.square_wrap .main_board .mboard_title span a {
	font-size: 14px;
}
.square_wrap .main_board .mboard_title span a.active {
	font-size: 14px;
}
.square_wrap .main_board .mboard_cont {
	padding: 15px
}
}
 @media only screen and (max-width:480px) {
.square_wrap .main_cs a {
	padding: 17px;
}
}
/* 메인 컨텐츠 -  메인 게시물 추출 스타일 */
.list_top li {
	padding-left: 13px;
	background: url('/common/images_skin2/common/blt_dot2.png') no-repeat 2px 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_top li a {
	font-size: 15px;
	line-height: 30px;
}
.faq_top li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	margin-bottom: 4px
}
.faq_top li span {
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	padding-left: 0;
	margin-right: 5px;
}
.faq_top li .blue {
	background: #40659c;
	border-radius: 3px;
	margin-top: 2px;
}
.faq_top li .green {
	background: url('/common/images/default/green_cate.png') no-repeat 0 2px;
}
.faq_top li a {
	font-size: 14px
}
 @media only screen and (max-width:999px) {
.list_top li {
	padding-left: 10px;
	background-position: 2px 11px
}
.list_top li a {
	font-size: 14px;
	line-height: 25px;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
/****** 서브페이지 스타일 ******/
/*lnb */
.left_area {
}
.left_area .lnb_title {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	background-color: #0f91d0;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border: 1px solid #dfdfdf;
}
.left_area .lnb_list {
	margin-bottom: 50px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none;
}
.left_area .lnb_list li {
	border-bottom: 1px solid #dfdfdf;
}
.left_area .lnb_list li.half {
	width: 50%;
	float: left;
}
.left_area .lnb_list li a {
	display: block;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.left_area .lnb_list li.on a {
	color: #0f91d0;/* background: url('/common/images_skin2/common/blt_lnb.png') no-repeat 0% 50% */
}
.left_area .lnb_list li a:hover {
	color: #0f91d0;/* background: url('/common/images_skin2/common/blt_lnb.png') no-repeat 0% 50% */
}
.left_area .lnb_list li.lnb_sub {
	background-color: #f1f2f4;
	padding-left: 14px; /* height:28px; line-height:28px; */
}
.left_area .lnb_list li.lnb_sub a {
	font-weight: normal;
	padding: 4px 20px;
}
.left_area .lnb_list li.lnb_sub.on a {
	color: #0a81bb;
	background: url('/common/images/default/blt_lnb.png') no-repeat 95% 45%
}
.left_area .lnb_list li.lnb_sub a:hover {
	color: #0a81bb;
	background: url('/common/images/default/blt_lnb.png') no-repeat 95% 45%
}
/* 왼쪽 메뉴 고객센터 */
.left_area .sp_center {
	background: #ffffff;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 30px;
	position: relative;
	margin-top: 20px;
}
.left_area .sp_center .top_title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.left_area .sp_center .top_text {
	margin-top: 15px;
	font-size: 13px;
	color: #666;
}
.left_area .sp_center .mcs_text {
	margin-top: 10px;
	padding: 10px 0 0 80px;
	background: url('/common/images_skin2/common/img_cs.png') 0% 15px no-repeat;
}
.left_area .sp_center .mcs_text .mcs_tel {
	color: #ed3934;
	font-size: 21px;
	font-weight: bold;
}
.left_area .sp_center .mcs_text span {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	line-height: 18px;
}
/* layout */
.sub_top {
	display: none;
	width: 1100px;
	height: 200px;
	padding: 0;
	background: #000;
	overflow: hidden;
	text-align: center;
}
.sub_top img {
	width: 1100px;
	height: 200px;
	margin: 0 auto;
}
.content_title .class_tt {
	width: 545px
}
.content_title span {
	color: #666;
	letter-spacing: -1px
}
.content_title {
	font-family: 'noto_sans';
	font-weight: 500;
	color: #000000;
	font-size: 40px;
	margin: 0 auto 70px auto;
	padding: 70px 0 0 0;
	line-height: 1.2em;
	background: none;
	text-align: center;
	position: relative;
	letter-spacing: -0.05em;
}
.content_title::after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -50px;
}
.content_title_btn {
	position: absolute;
	left: 0;
	top: 52px;
}
.content_body {
	overflow: hidden
}
.content_codebody * {
	font-size: inherit;
	list-style: inherit;
}
.path {
	position: relative;
	text-align: left;
	max-width: 1210px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.path:after {
	background: #f0f0f0;
	position: absolute;
	left: 50%;
	margin-left: -10000px;
	width: 20000px;
	top: 0;
	height: 100%;
	z-index: -1;
	display: block;
	content: "";
}
.path_list {
	margin: 0px auto;
	display: block;
	background: url('/common/images/default/path_home.png') no-repeat 2px 50%;
	padding-left: 16px;
	box-sizing: border-box;
}
.path_list:after {
	display: block;
	content: "";
	clear: both;
}
.path_list li {
	float: left;
	padding-left: 16px;
	background: url('/common/images/default/blt_path.png') no-repeat 0 50%;
	margin-left: 7px;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	height: 50px
}
.path_list li.last {
	color: #666666
}
 @media only screen and (max-width:999px) {
.content_title {
	padding-top: 60px;
	margin-bottom: 50px;
	font-size: 34px;
}
.content_title::after {
	width: 80px;
	margin-left: -40px;
	bottom: -13px;
	height: 1px;
}
.path:after {/* background:#005486 #3071b7 */;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0.23, #005586), color-stop(0.81, #3071b7));
	background: -moz-linear-gradient(-45deg, #005586 23%, #3071b7 81%);
	background: -webkit-linear-gradient(-45deg, #005586 23%, #3071b7 81%);
	background: -o-linear-gradient(-45deg, #005586 23%, #3071b7 81%);
	background: -ms-linear-gradient(-45deg, #005586 23%, #3071b7 81%);
	background: linear-gradient(-45deg, #005586 23%, #3071b7 81%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005586', endColorstr='#3071b7', gradientType=1);
}
.path_list {
	background-image: url('/common/images/default/path_homew.png')
}
.path_list li {
	color: #fff;
	background-image: url('/common/images/default/blt_pathw.png');
	line-height: 45px;
	height: 45px
}
.path_list li.last {
	color: #fff
}
}
 @media only screen and (max-width:680px) {
.content_title {
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 28px;
}
.content_title::after {
	width: 70px;
	margin-left: -35px;
}
}
 @media only screen and (max-width:480px) {
.content_title {
	font-size: 26px
}
}
.tb_top {
	overflow: hidden;
	position: relative; /* margin-bottom:15px; */
}
.tb_top.search {
	margin-bottom: 15px;
}
.tb_top > .tb_title {
	float: left;
	padding-top: 0;
}
.tb_top .list_top {
	position: absolute;
	left: 0;
	top: 0;
}
.tb_top .list_top select {
	padding: 1px;
	margin: 0;
	vertical-align: top
}
.tb_top .list_top .course_type {
	float: left
}
.tb_top .list_top .book_type {
	float: left
}
.tb_top .list_top .list_ord {
	float: right
}
.tb_top .list_top .list_ord li {
	float: left;
	background: url('/common/images/default/blt_bar.png') no-repeat 0 50%;
	padding-left: 0;
	margin-right: 8px
}
.tb_top .list_top .list_ord li a {
	font-weight: 700
}
.tb_top .list_top .list_ord li.first {
	background-image: none
}
 @media only screen and (max-width:680px) {
.tb_top {/* padding-top:30px; */
}
.tb_top.search {
	padding-top: 30px;
}
.tb_top .list_top {
	width: 49.5%
}
/* .tb_top .list_top .course_type{width:100%}
		.tb_top .list_top .course_type select{width:100%;} */
}
/****** style ******/
.course_tab {
	display: inline-block;
	width: 400px;
	height: 40px;
	margin-bottom: 20px;
	float: left;
}
.search_form_wrap1 {
	margin: 0 auto 0px auto;
	padding: 0 0 0px 0;
	text-align: right;
}	  /* 강좌 상단의 오른쪽 검색 */
.search_form_wrap2 {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}  /* 게시판 하단 검색 */
.search_form_wrap2 .search_form {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.search_form_wrap3 {
	margin: 0 auto 20px auto;
	width: 100%;
	display: inline-block;
	padding: 30px 0;
	text-align: center;
	background: #f7f7f7;
}  /* FAQ 검색 */
.search_form_wrap3 .search_form {
	width: 90%;
	display: inline-block;
	padding: 0px 70px 0 0;
	margin: 0px auto;
	max-width: 374px;
	position: relative;
	box-sizing: border-box;
}  /* FAQ 검색 */
.search_form_wrap3 .search_form .c02 {
	display: block;
	float: none;
}
.search_form_wrap3 .search_form .c02 input {
	width: 100% !important;
	min-width: auto;
	box-sizing: border-box;
}
.search_form_wrap3 .search_form .c03 {
	position: absolute;
	right: 0;
	top: 0
}
.search_form_wrap3 .search_keyword {
	width: 300px !important;
	height: 34px !important;
	line-height: 34px !important;
	margin: 0 !important;
}
.search_form_wrap4 {
	display: block;
	float: right;
	margin-top: 10px;
	padding: 0;
	text-align: right;
	z-index: 100000;
}	 /* 마이페이지 검색 */
.btn_sort {
	display: inline-block;
	vertical-align: top;
}
.btn_sort.btns {
	margin-right: 10px;
}
.btn_sort.btns a:nth-child(n+2) {
	margin-left: 4px;
}
.search_form {
	font-size: 0;
}
.search_form:after {
	display: block;
	content: "";
	clear: both;
}
.search_form span {
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
}
.search_form span:last-child {
	margin-right: 0 !important;
}
.search_form form {
	overflow: hidden
}
.search_form select {
	padding: 0 0 0 5px;
	margin: 0;
	width: auto;
	min-width: 120px;
	height: 30px;
	border: 1px #cccccc solid;
	font-size: 14px;
}
select.search_select {
	width: auto;
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	border: 1px #cccccc solid;
	font-size: 14px;
}
.search_form input[type=text] {
	border: 1px solid #d1d1d1;
	margin: 0 !important;
	padding: 0 6px;
	width: 180px;
	height: 30px;
	line-height: 30px;
}
.search_form .search_input {
	border: 1px #cccccc solid;
	margin-top: 0;
}
.s_category {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	text-align: right;
}
.s_category select.category {
	float: right;
	width: auto;
	min-width: 150px;
	height: 28px;
	border: 1px #cccccc solid;
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.btn_sort.btns {
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
}
.btn_sort.search {
	position: relative;
	margin-top: 10px;
	display: block;
	padding-right: 76px;
	padding-left: 95px;
}
.btn_sort.search span:first-child {
	position: absolute;
	width: 90px;
	left: 0;
	top: 0;
	margin-right: 0 !Important;
}
.btn_sort.search span:first-child select {
	width: 100%;
	min-width: auto;
}
.btn_sort.search span:last-child {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 0 !Important;
}
.search_form span {
	float: none;
}
.search_form input[type=text] {
	width: 100%;
}
.search_form_wrap2 {
	padding: 15px 0
}
.search_form_wrap2 .search_form {
	position: relative;
	padding-right: 76px;
	padding-left: 125px;
}
.search_form_wrap2 .search_form div .c01 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 !important;
}
.search_form_wrap2 .search_form div .c03 {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 !important;
}
.search_form_wrap3 {
	padding: 15px 0
}
}
 @media only screen and (max-width:480px) {
.search_form_wrap3 {
	padding: 10px 0
}
}
/* 리스트,웹진,갤러리 */
a.back_icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-indent: -100000px;
	background: url('/common/images_skin2/common/icon_list2.png') no-repeat -1px -1px;
}
a.btn_list {
	background-position: -1px -1px
}
a.btn_list.on {
	background-position: -1px -32px
}
a.btn_gallery {
	background-position: -32px -1px
}
a.btn_gallery.on {
	background-position: -32px -32px
}
a.btn_webzine {
	background-position: -63px -1px
}
a.btn_webzine.on {
	background-position: -63px -32px
}
a.btn_calendar {
	background-position: -94px -1px
}
a.btn_calendar.on {
	background-position: -94px -32px
}
span.ori_price {
	font-weight: 400;
	text-decoration: line-through;
	text-align: center;
	padding-right: 5px
}
.type_chart span.ori_price {
	padding-right: 0
}
span.price {;
	color: #e2450e;
	text-align: center;
	font-weight: 700
}
span.return_pay_price {;
	color: #e2450e;
	text-align: center;
	font-weight: 700;
	font-size: 16px
}
.type_list tfoot td {
	padding: 20px 0;
	background-color: #f9f9f9;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center
}
.cart_sum {
	font-weight: 700;
	color: #3c3c3c;
	padding: 0 10px;
	font-size: 14px
}
.cart_sum em {
	font-weight: 700;
	color: #e2450e
}
/* .col-coupon{width:0;visibility:hidden;} 쿠폰 미사용 사이트 custom.css에 적용  */
.col-coupon {
	width: 18%;
}
.type_read {
	border-top: 1px solid #676767
}
.type_read thead th {
	padding: 10px 5px;
	background-color: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #d1d1d1
}
.type_read thead td {
	padding: 10px 5px;
	background-color: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #d1d1d1
}
.type_read thead td.subject {
	font-weight: bold;
	font-size: 17px;
	padding: 12px 0;
	padding-left: 20px;
}
.type_read td.files {
	padding-left: 10px
}
.type_read thead td.view_info {
	text-align: right;
	padding-right: 15px;
	font-size: 14px
}
.type_read tbody td {
	border-bottom: 1px solid #d1d1d1;
	padding: 8px 0;
}
.type_read tbody td .read_text {
	padding: 20px 15px 40px 15px;
	min-height: 200px
}
 @media only screen and (max-width:680px) {
.type_read thead td.subject {
	padding-left: 10px
}
.type_read tbody td .read_text {
	font-size: 15px;
	line-height: 25px;
	padding: 20px 5px 40px 5px
}
.type_read tbody td .read_text iframe {
	width: 100% !important;
	height: 50vw !important;
	min-height: 250px !important;
}
.type_read thead th {
	font-size: 14px;
}
.type_read thead td {
	font-size: 14px;
}
}
 @media only screen and (max-width:480px) {
}
.recomm_area {
	text-align: center;
	padding: 20px;
}
.recomm_area * {
	vertical-align: bottom;
}
.recomm_btn {
	margin: 0 auto;
	padding: 10px 15px;
	border-radius: 0;
	background-color: #f8f8f8;
	cursor: pointer;
}
.recomm_title {
	padding: 0 10px 3px 10px;
	font-size: 11px;
	border-bottom: 1px solid #aaaaaa;
}
.recomm_cnt {
	padding: 9px 20px 6px 20px;
	font-size: 22px;
	font-weight: bold;
}
.share_area {
	display: inline-block;
	margin-left: 20px;
}
.share_area span {
	font-weight: bold;
	line-height: 36px;
	padding: 0 10px;
	font-size: 14px;
}
.share_area input[type=text] {
	font-weight: bold;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
.share_area a img {
	width: 36px;
	height: 36px;
	border: 0 none;
	border-radius: 3px;
}
.tb_review tbody td {
	padding: 8px
}
.type_write {
	border-top: 1px solid #676767
}
.type_write tbody td {
	border-bottom: 1px solid #d1d1d1;
	padding: 8px 0
}
.type_write tbody td.tw_bold {
	font-weight: 700;
	color: #474747;
	text-indent: 8px
}
.type_write input[type=text] {
	padding: 2px 4px 3px;
	border: 1px solid #d1d1d1;
	height: 40px;
	margin: 0;
	font-size: 14px;
}
.type_write input[type=password] {
	padding: 2px 4px 3px;
	border: 1px solid #d1d1d1;
	height: 40px;
	margin: 0;
	font-size: 14px;
}
.type_write select {
	height: 40px;
}
.type_write #name {
	width: 150px
}
.type_write #subject {
	width: 500px
}
.type_write #tag {
	width: 250px
}
.type_write .write_text {
	padding: 8px
}
.type_write textarea {
	border: 1px solid #d1d1d1;
	width: 100%;
	min-height: 200px;
	padding: 8px 0
}
.type_write span.pl10 {
	padding-left: 10px
}
.type_write span.bad {
	color: #cc0000;
}
.type_write span.good {
	color: #006633;
}
.type_write.member_modify tbody th.tb_th {
	background: #f6f6f6;
	padding-left: 15px;
}
.type_write.member_modify .w100p {
	width: 100%;
}
.type_write.member_modify .field {
	font-size: 0;
}
.type_write.member_modify .field .ctxt {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 40px;
	padding: 0 7px;
}
.type_write.member_modify .field .rtxt {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 10px;
	word-break: keep-all;
}
.type_write.member_modify .field.email select {
	margin-left: 10px;
}
.type_write.member_modify .field.birth select:nth-child(n+2) {
	margin-left: 5px
}
.type_write.member_modify .button {
	line-height: 40px;
	height: 40px;
	vertical-align: top;
	font-size: 14px;
	padding: 0 15px;
}
.out_pro li:nth-child(n+2) {
	margin-top: 7px;
}
.field.choice .chk-radio:nth-child(n+2) {
	margin-left: 20px;
}
.field.choice .chk-check:nth-child(n+2) {
	margin-left: 20px;
}
.type_write.member_modify .field.phone select {
	width: 80px
}
.chk-radio {
	display: inline-block;
	font-size: 0px;
	vertical-align: middle;
	line-height: 100%;
	color: #000;
}
.chk-radio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.chk-radio input[type="radio"] + label {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	color: #1e1e1e;
	line-height: 18px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.chk-radio input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 18px;
	height: 18px;
	text-align: center;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 100%;
	box-sizing: border-box;
}
.chk-radio input[type="radio"] + label:after {
}
.chk-radio input[type="radio"]:checked + label:before {
	background: url('/common/images/default/radio-on.jpg') no-repeat center center;
	background-size: 100% auto;
	border-color: #286bff;
}
.chk-check {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
.chk-check input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.chk-check input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	font-weight: 400;
	letter-spacing: -0.02em;
	cursor: pointer;
}
.chk-check input[type="checkbox"] + label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	text-align: center;
	background: #fff;
	border: 1px solid #333;
}
.chk-check input[type="checkbox"]:checked + label {
	color: #000;
}
.chk-check input[type="checkbox"]:checked + label:before {
	background: url('/common/images/default/check-on.png') no-repeat center #fff;
	background-size: 80% auto
}
 @media only screen and (max-width:680px) {
.type_write.member_modify table colgroup {
	display: none;
}
.type_write.member_modify tbody tr {
	display: block;
	border-bottom: 1px solid #dedede
}
.type_write.member_modify tbody tr th {
	display: block;
	padding: 12px 10px 0 18px;
	position: relative;
	border: none;
	background: #fff;
	line-height: 1.2em;
}
.type_write.member_modify tbody tr th:before {
	width: 3px;
	height: 3px;
	position: Absolute;
	left: 10px;
	top: 18px;
	background: #555;
	display: block;
	content: "";
	border-radius: 100%;
}
.type_write.member_modify tbody tr th br {
	display: none;
}
.type_write.member_modify tbody tr td {
	display: block;
	padding: 12px 10px;
	border: none;
	height: auto;
	min-height: 30px;
	line-height: 1.2em;
}
.type_write.member_modify tbody th.tb_th {
	background: none;
	padding-left: 18px;
}
.type_write.member_modify .w500 {
	width: 100%;
	box-sizing: border-box;
}
.type_write.member_modify .field select {
	width: 100%;
	box-sizing: border-box;
}
.type_write.member_modify .field input {
	width: 100%;
	box-sizing: border-box;
}
.type_write.member_modify .field.pernum input {
	display: inline-block;
	vertical-align: top;
	width: 48%
}
.type_write.member_modify .field.pernum .ctxt {
	text-align: center;
	width: 4%;
	padding: 0;
}
.type_write.member_modify .field.pass input {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
.type_write.member_modify .field.pass .rtxt {
	display: block;
	padding: 0;
	line-height: 1.2em;
	margin-top: 4px;
}
.type_write.member_modify .field.email input {
	width: 47%
}
.type_write.member_modify .field.email .ctxt {
	text-align: center;
	width: 6%;
	padding: 0;
}
.type_write.member_modify .field.email select {
	margin-left: 0;
	width: 100%;
	margin-top: 6px;
}
.type_write.member_modify .field.phone select {
	width: 29%
}
.type_write.member_modify .field.phone input {
	width: 29%
}
.type_write.member_modify .field.phone .ctxt {
	text-align: center;
	width: 6%;
	padding: 0;
}
.type_write.member_modify .field.birth {
}
.type_write.member_modify .field.birth select {
	width: 40%
}
.type_write.member_modify .field.birth select:nth-child(n+2) {
	width: 28%;
	margin-left: 2%
}
}
.book_con {
	overflow: hidden;
	margin-bottom: 10px
}
.book_con .con_img {
	float: left;
	width: 200px;
	text-align: center
}
.book_con .con_img img {
	width: 200px
}
.book_con .con_tx {
	float: left;
	margin-left: 10px
}
tbody th.tb_th {
	background-color: #f8f8f8;
	color: #474747;
	padding-left: 10px;
	text-align: left;
	font-family: "noto_sans", sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-bottom: 1px solid #d1d1d1
}
tbody td.tb_td {
	padding-left: 8px !important;
	height: 36px;
}
tbody td div.content {
	min-height: 100px
}
.type_write .join tbody td {
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	line-height: 22px
}
.type_write .w40 {
	width: 40px
}
.type_write .w60 {
	width: 60px
}
.type_write .w100 {
	width: 108px
}
.type_write .w200 {
	width: 208px !important
}
.type_write .w500 {
	width: 500px
}
.type_write .wmax {
	width: 580px
}
.w400 {
	width: 400px
}
.type_write input[type="radio"] {
	vertical-align: middle;
	margin-right: 4px
}
.type_write input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 4px
}
.type_write .join button {
	margin-left: 5px
}
.nobg tbody th.tb_th {
	background-color: #fff;
}
.type_write .nobg tbody textarea {
	min-height: 50px
}
p.notice {
	font-weight: 700;
	color: #3c3c3c;
	padding: 10px 0 30px 0
}
p.no_install {
	font-weight: 700;
	color: #e2450e;
	text-align: right;
	font-size: 15px;
	padding: 20px 10px 0 0
}
.pay_type {
	background-color: #f9f9f9;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
	padding: 20px 0
}
.pay_type li {
	display: inline-block;
	margin-right: 10px
}
.pay_type li input {
	vertical-align: middle;
	margin-right: 4px
}
.escrow {
	background-color: #f9f9f9;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	display: none;
}
.escrow input {
	vertical-align: middle;
	margin-right: 4px
}
.sel_mom {
	margin-left: 5px
}
.sel_day {
	margin-left: 5px
}
 @media only screen and (max-width:680px) {
.type_write .join colgroup {
	display: none;
}
.type_write .join tbody tr {
	display: block
}
.type_write .join tbody td.tb_th {
	display: block;
	position: relative;
	padding-left: 18px;
	background: #f6f6f6;
	border-bottom: 1px solid #dedede;
	height: auto;
	font-weight: 500;
	color: #313131
}
.type_write .join tbody td.tb_th:before {
	width: 3px;
	height: 3px;
	position: Absolute;
	left: 10px;
	top: 18px;
	background: #555;
	display: block;
	content: "";
	border-radius: 100%;
}
.type_write .join tbody td.tb_th label {
	display: block;
}
.type_write .join tbody td {
	font-size: 14px;
	display: block;
	height: auto;
}
tbody th.tb_th {
	font-size: 14px;
}
tbody td.tb_td {
	font-size: 14px;
}
}
.pay_total_wrap {
	overflow: hidden;
}
.pay_total {
	font-size: 16px;
	float: left;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background-color: #f9f9f9;
	border-top: 1px solid #d1d1d1;
	border-bottom: 2px solid #d1d1d1;
	overflow: hidden;
}
.pay_total dl {
	font-weight: 700;
	color: #3c3c3c;
	padding: 0 5px;
	list-style: none;
}
.pay_total dl dt {
	display: inline-block;
	padding-left: 5px;
}
.pay_total dl dt:after {
	content: " : ";
	padding-right: 4px;
}
.pay_total dl dt:before {
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 10px;
}
.pay_total dl dt.sum_delivery:before {
	content: "+ ";
}
.pay_total dl dt.sum_discount:before {
	content: "- ";
}
.pay_total dl dt.sum_total:before {
	content: "= ";
}
.pay_total dl dd {
	display: inline-block;
	padding-right: 5px;
}
.pay_total dl em {
	font-weight: 700;
	color: #e2450e;
}
.pay_container .pay_item {
	width: 100%;
}
.pay_container .pay_item td {
	text-overflow: hidden;
	word-break: break-all;
}
.pay_container .single_box {
	min-height: 22px;
	padding: 8px 10px;
	border-top: 2px solid #727272;
	border-bottom: 1px solid #d1d1d1;
}
.return_agree_box {
	min-height: 22px;
	padding: 20px;
	border: 5px solid #d1d1d1;
}
.return_agree_box dt {
	font-weight: bold;
	margin-top: 20px
}
.return_agree_box dt:first-child {
	margin-top: 0
}
.return_agree_box dd {
	margin-left: 20px;
	margin-top: 10px
}
.return_agree_box .agree_text {
	margin-top: 20px;
	text-align: center;
	padding: 15px 15px 0 15px;
	border-top: 1px dotted gray;
}
.return_agree_box .agree {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 0 0;
	width: calc(100% + 30px);
	margin-left: -15px;
	padding: 15px 20px;
	background-color: #f1f1f1;
	border-top: 1px solid #d1d1d1
}
.return_agree_box input {
	vertical-align: -6px;
	width: 20px;
	height: 20px;
	margin-right: 5px
}
.return_pay_text {
	border-bottom: 1px solid #727272;
	padding: 10px;
	text-align: center
}
.return_pay_text .notice {
	font-weight: bold;
	color: red
}
 @media only screen and (max-width:999px) {
.return_agree_box {
	padding: 15px 10px 0 10px;
	border-width: 3px;
}
.return_agree_box dd {
	font-size: 14px;
}
.pay_container .single_box {
	font-size: 14px;
}
.return_agree_box .agree {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.return_agree_box .agree_text {
	font-size: 14px;
}
}
 @media only screen and (max-width:880px) {
.pay_total {
	border: 1px solid #d1d1d1;
	border-top: none;
border-width:1px !importnat;
}
}
.type_table {
	border-top: 1px solid #676767;
	margin-bottom: 20px;
}
.type_table thead th {
	padding: 8px 0;
	font-weight: 700;
	color: #3c3c3c;
	border-bottom: 1px solid #676767;
	text-align: center
}
.type_table tbody th {
	padding: 8px 0 8px 8px;
	background-color: #f8f8f8;
	font-weight: 700;
	text-align: left;
	color: #3c3c3c;
	border-bottom: 1px solid #d1d1d1
}
.type_table tbody th.c {
	text-align: center;
	font-size: 16px;
}
.type_table tbody td {
	padding: 8px 0 8px 8px;
	color: #3c3c3c;
	border-bottom: 1px solid #d1d1d1
}
.type_table tbody td div.mh50 {
	min-height: 50px
}
.type_table tbody th.tac {
	text-align: center;
	padding-left: 0
}
.type_table tbody td.tac {
	text-align: center;
	padding-left: 0
}
.type_table.type_inner {
	border-top: 1px dashed #d1d1d1;
	font-size: 15px;
}
.type_table.type_inner thead th {
	text-align: center;
	padding: 4px 0;
}
.type_table.type_inner tbody th {
	text-align: left;
	padding: 12px 7px;
	background-color: #ffffff;
	border-bottom: 1px dashed #d1d1d1
}
.type_table.type_inner tbody td {
	text-align: left;
	padding: 12px 0;
	border-bottom: 1px dashed #d1d1d1;
	word-break: keep-all;
}
.type_table.type_inner tbody td.tal {
	text-align: left;
	padding-left: 20px
}
 @media only screen and (max-width:999px) {
.type_table thead th {
	font-size: 14px;
}
.type_table tbody th {
	font-size: 14px;
}
.type_table tbody td {
	font-size: 14px;
}
}
 @media only screen and (max-width:680px) {
.type_table thead th {
	font-size: 15px;
}
.type_table tbody th {
	font-size: 15px;
}
.type_table tbody td {
	font-size: 15px;
}
.type_table tbody th.c {
	font-size: 15px;
}
}
 @media only screen and (max-width:480px) {
}
.type_table.type_tutor_view th {
	vertical-align: top;
	width: 260px;
}
.type_table.type_tutor_view td {
	vertical-align: top;
}
.type_table.type_tutor_view .tutor_image {
	width: 260px;
	height: 290px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-indent: -9999px;
}
.type_list {
	border-top: 1px solid #676767;
	font-size: 15px
}
.type_list thead th {
	border-bottom: 1px solid #676767;
	padding: 10px 0;
	color: #3c3c3c;
	white-space: nowrap;
	text-align: center;
}
.type_list tbody td {
	border-bottom: 1px solid #ddd;
	padding: 8px 0
}
.type_list tbody td.tac {
	text-align: center
}
.type_list tbody td.tal {
	text-align: left;
	padding-left: 10px
}
.type_list tbody td.tal span {
	vertical-align: top;
	margin-left: 2px
}
.type_list tbody td.tal span img {
	vertical-align: top;
	margin-top: 6px
}
.type_list tbody td.tal .subject {
	max-width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	float: left;
	line-height: 19px;
	margin-right: 4px
}
.type_list tbody td.tal .subject img {
	vertical-align: top
}
.type_list tbody td.tal .subject a {
	color: #777;
	line-height: 24px;
}
.type_list tbody td.tal .subject a b {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
}
.type_list tbody td.nodata {
	padding: 50px 0
}
.type_list .clabel .hide {
	display: none
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:880px) {
.type_list colgroup {
	display: none;
}
.type_list thead {
	display: none;
}
.type_list tbody td[data-cell-header]:before {
	content: attr(data-cell-header);
	position: absolute;
	left: 0;
	top: 0;
}
.type_list tbody tr {
	display: block;
	border: 1px solid #dedede;
	position: relative;
}
.type_list tbody tr:first-child {
	border-top: none;
}
.type_list tbody tr:nth-child(n+2) {
	display: block;
	margin-top: 15px;
}
.type_list tbody td {
	display: block;
	padding: 7px 7px 7px 110px;
	box-sizing: border-box;
	min-height: 35px;
	text-align: left;
	position: relative;
	font-size: 14px;
	background: none !important;
}
.type_list tbody tr:before {
	width: 95px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #f6f6f6;
	border-right: 1px solid #dedede;
	display: block;
	content: "";
	z-index: -1;
}
.type_list tbody td:before {
	display: block;
	font-size: 14px;
	color: #313131;
	padding: 7px 7px 7px 10px
}
.type_list tbody td.tal {
	padding-left: 110px;
	text-align: left;
}
.type_list tbody td.tac {
	background: #fff;
	text-align: left;
}
.type_list tbody tr td:last-child {
	border-bottom: none;
}
.type_list tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important
}
.type_list tbody tr td.nodata:before {
	display: none;
}
.type_list tbody td.col-coupon {
	width: auto;
}
}
 @media only screen and (max-width:480px) {
.type_list tbody td {
	padding: 7px 7px 7px 90px;
	font-size: 14px;
}
.type_list tbody td.tal {
	padding-left: 90px;
}
.type_list tbody tr:before {
	width: 75px;
}
.type_list tbody td:before {
	font-size: 14px;
}
}
.brd_list {
	border-top: 1px solid #676767;
	font-size: 15px
}
.brd_list thead th {
	border-bottom: 1px solid #676767;
	padding: 12px 0;
	color: #3c3c3c;
	white-space: nowrap;
	text-align: center;
}
.brd_list tbody td {
	border-bottom: 1px solid #ddd;
	padding: 10px 0
}
.brd_list tbody td.tac {
	text-align: center
}
.brd_list tbody td.tal {
	text-align: left;
	padding-left: 10px
}
.brd_list tbody td.tal span {
	vertical-align: top;
	margin-left: 2px
}
.brd_list tbody td.tal span img {
	vertical-align: top;
	margin-top: 6px
}
.brd_list tbody td.tal .subject {
	max-width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	float: left;
	line-height: 19px;
	margin-right: 4px
}
.brd_list tbody td.tal .subject img {
	vertical-align: top
}
.brd_list tbody td.tal .subject a {
	color: #777;
	line-height: 20px;
}
.brd_list tbody td.tal .subject a .label {
	margin-right: 4px;
}
.brd_list tbody td.tal .subject a b {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
}
.brd_list tbody td.nodata {
	padding: 25px 0
}
.brd_list .clabel .hide {
	display: none
}
.brd_list .chk-check label {
	padding-left: 0 !important;
	width: 18px;
	height: 18px;
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:880px) {
.brd_list colgroup {
	display: none;
}
.brd_list thead {
	display: none;
}
.brd_list tbody tr {
	display: block;
	border-bottom: 1px solid #dedede;
	position: relative;
	padding: 15px 10px
}
.brd_list tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.brd_list tbody td {
	border: none !important;
	padding: 0;
	display: block;
	float: left;
	width: auto;
}
.brd_list tbody td.tal span img {
	margin-top: 2px
}
.brd_list tbody td.tal .subject a {
	color: #111;
	line-height: 20px;
	display: inline-block;
}
.brd_list tbody td.tal .subject a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: ""
}
.brd_list.notice tbody td:nth-child(1) {
	display: none;
}
.brd_list.notice tbody td:nth-child(2) {
	width: 100%;
	margin-bottom: 2px;
}
.brd_list.notice tbody td:nth-child(n+3) {
	font-size: 14px;
	color: #888
}
.brd_list.notice tbody td:nth-child(n+4) {
	margin-left: 15px;
	position: relative;
}
.brd_list.notice tbody td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	background: #ddd;
	position: Absolute;
	left: -7px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content: ""
}
.brd_list.notice tbody td.tal {
	padding-left: 0;
}
.brd_list.qna tbody td:nth-child(1) {
	width: 100%;
	margin-bottom: 2px;
}
.brd_list.qna tbody td:nth-child(n+2) {
	font-size: 13px;
	color: #888
}
.brd_list.qna tbody td:nth-child(n+3) {
	margin-left: 15px;
	position: relative;
}
.brd_list.qna tbody td:nth-child(n+3):before {
	width: 1px;
	height: 10px;
	background: #ddd;
	position: Absolute;
	left: -7px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content: ""
}
.brd_list.qna tbody td.tal {
	padding-left: 0;
}
.brd_list.memo tbody tr {
	padding: 15px 10px 15px 39px
}
.brd_list.memo tbody td:nth-child(1) {
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 921;
}
.brd_list.memo tbody td:nth-child(2) {
	display: none;
}
.brd_list.memo tbody td:nth-child(3) {
	width: 100%;
	margin-bottom: 2px;
}
.brd_list.memo tbody td:nth-child(n+4) {
	font-size: 14px;
	color: #888
}
.brd_list.memo tbody td:nth-child(n+5) {
	margin-left: 15px;
	position: relative;
}
.brd_list.memo tbody td:nth-child(n+5):before {
	width: 1px;
	height: 10px;
	background: #ddd;
	position: Absolute;
	left: -7px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content: ""
}
.brd_list.memo tbody td.tal {
	padding-left: 0;
}
.brd_list.memo tbody td.tal .subject a:after {
	display: none
}
.brd_list.order tbody tr {
	padding: 15px 10px 15px 10px
}
.brd_list.order tbody td:nth-child(1) {
	display: none;
}
.brd_list.order tbody td:nth-child(2) {
	width: 100%;
	margin-bottom: 2px;
}
.brd_list.order tbody td:nth-child(n+3) {
	font-size: 13px;
	color: #888
}
.brd_list.order tbody td:nth-child(n+4) {
	margin-left: 15px;
	position: relative;
}
.brd_list.order tbody td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	background: #ddd;
	position: Absolute;
	left: -7px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content: ""
}
.brd_list.order tbody td:nth-child(6):before {
	display: none;
}
.brd_list.order tbody td:nth-child(6) {
	margin-left: 10px;
}
.brd_list.order tbody td.tal {
	padding-left: 0;
}
}
 @media only screen and (max-width:480px) {
}
.type_webzine {
	border-top: 1px solid #676767
}
.type_webzine thead th {
	border-bottom: 2px solid #ddd;
	padding: 10px 0;
	color: #3c3c3c;
	white-space: nowrap;
}
.type_webzine tbody td {
	border-bottom: 1px solid #ddd;
	padding: 15px 0
}
.type_webzine tbody td.tac {
	text-align: center
}
.type_webzine tbody td.tal {
	text-align: left;
	padding-left: 10px
}
.type_webzine tbody td.tal span {
	vertical-align: top;
	margin-left: 2px
}
.type_webzine tbody td.tal span img {
	vertical-align: top;
	margin-top: 2px;
}
.type_webzine tbody td.tal .subject {
	max-width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	float: left;
	line-height: 19px;
	margin-right: 4px;
	font-weight: bold;
}
.type_webzine tbody td.tal .subject img {
	vertical-align: top
}
.type_webzine tbody td.tal .subject a {
	color: #777
}
.type_webzine tbody td.tal .ct_text {
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.type_webzine .webzine_img {
	width: 200px;
	height: 140px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}
.type_calendar {
}
.type_calendar tr td {
	padding: 0 !important;
	vertical-align: top;
}
.type_calendar tr td div.type_day {
	background-color: #fcfcfc;
	border-bottom: 1px solid #d1d1d1;
	padding: 4px 0;
	font-weight: normal;
}
.type_calendar tr td div.normal {
	font-weight: normal;
}
.type_calendar tr td div.bold {
	font-weight: bold;
}
.type_calendar tr td div.type_schedule {
	padding: 0 5px;
	min-height: 100px;
	text-align: left;
	font-size: 12px;
}
.type_calendar tr td div.type_schedule ul li {
	padding: 5px 0;
	line-height: 16px;
}
.type_calendar_style {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
}
/* 갤러리형 강의 리스트 */
.course_ov {
	overflow: hidden;
}
.course_gallery {
	border-top: 1px solid #676767;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 20px;
	margin: 0 -1%;
	padding-top: 20px;
}
.course_gallery:after {
	display: block;
	content: "";
	clear: both;
}
.course_gallery li {
	float: left;
	width: 23%;
	box-sizing: border-box;
	border: 1px #dedede solid;
	margin: 0 1%
}
.course_gallery li:nth-child(n+5) {
	margin-top: 20px;
}
.course_gallery li a {
	display: block;
}
.course_gallery .cimg {
	border-bottom: 1px #dedede solid;
}
.course_gallery .cimg img {
	width: 100%;
	height: 192px;
	object-fit: cover;
}
.course_gallery .ccont {
	padding: 19px;
	box-sizing: border-box;
	min-height: 180px;
}
.course_gallery .ccont .clabel {
	display: block;
	overflow: hidden;
	max-height: 20px;
}
.course_gallery .ccont .clabel .hide {
	display: none
}
.course_gallery .ccont .label {
	margin-left: 0;
}
.course_gallery .ccont .cday {
	float: right;
	margin-top: -20px;
	font-size: 12px;
	text-align: right;
}
.course_gallery .ccont .ctitle a {
	display: block;
	font-size: 17px;
	color: #222;
	font-weight: bold;
	margin: 0 0 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.course_gallery .ccont .cprice {
	text-align: center;
	font-size: 15px;
	margin: 15px 0 10px 0;
	font-weight: 500;
	padding: 10px 0 0 0;
	border-top: 1px #dedede dashed;
}
.course_gallery .ccont .ctext {
	font-size: 13px;
	height: 40px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.course_gallery .ccont .cif {
	font-size: 13px;
	border-top: 1px #dedede dashed;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}
.course_gallery .ccont .cbtn {
	text-align: center;
	margin-top: 10px;
}
.course_gallery .ccont .cbtn .button.long {
	width: 110px
}
.course_gallery .ccont .cbtn a {
	display: inline-block;
	vertical-align: top;
}
.course_gallery .nodata {
	height: 200px;
	width: 100%;
	margin: 10px 0 0 6px;
	border: 0;
	text-align: center;
	font-size: 18px;
	line-height: 200px;
	padding: 0
}
 @media only screen and (max-width:1200px) {
}
 @media only screen and (max-width:999px) {
.course_gallery li {
	width: 31.333333%
}
.course_gallery li:nth-child(n+4) {
	margin-top: 20px;
}
.course_gallery .ccont .ctitle a {
	margin-bottom: 10px;
}
}
 @media only screen and (max-width:780px) {
.course_gallery li {
	width: 48%
}
.course_gallery li:nth-child(n+3) {
	margin-top: 20px;
}
}
 @media only screen and (max-width:580px) {
.course_gallery {
	margin: 0;
}
.course_gallery li {
	float: none;
	width: auto;
	margin: 0;
}
.course_gallery li:nth-child(n+2) {
	margin-top: 20px;
}
.course_gallery .ccont {
	padding: 15px;
	min-height: 170px;
}
.course_gallery .ccont .ctitle a {
	font-size: 20px;
	margin-bottom: 10px;
}
.course_gallery .cimg img {
	width: 100%;
	height: auto;
	object-fit: fill;
}
}
/* 웹진형 강의 리스트 */
.course_webzine {
	border-top: 1px solid #676767;
}
.course_webzine li {
	border: 1px solid #e8e8e8;
	margin-top: 20px;
	position: relative;
	padding: 30px 300px 30px 370px;
	box-sizing: border-box;
	min-height: 260px;
}
.course_webzine li:after {
	background: #e8e8e8;
	width: 1px;
	height: 100%;
	top: 0;
	position: absolute;
	right: 270px;
	display: block;
	content: "";
}
.course_webzine .col_course_thumbnail {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 310px;
	padding: 0px;
}
.course_webzine .col_course_thumbnail img {
	width: 100%;
	height: 200px;
	display: block;
	border: none;
	object-fit: cover;
}
.course_webzine .col_course_name {
	padding: 10px 0px 0 0px;
}
.course_webzine .col_course_name .ctitle a {
	font-size: 20px;
	line-height: 30px;
	color: #222;
	font-weight: bold;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.course_webzine .col_course_name .csubtitle {
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #777777;
	font-weight: normal;
	max-height: 36px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
}
.course_webzine .col_course_name .cstar {
	border-top: 1px #e8e8e8 solid;
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px;
}
.course_webzine .col_course_name .cstar img {
	vertical-align: middle;
	margin-top: -5px;
	line-height: 100%;
}
.course_webzine .col_course_name .clabel {
	margin-top: 10px
}
.course_webzine .col_course_name .clabel .small {
	font-size: 13px;
	padding: 0 12px;
	font-weight: normal;
	vertical-align: 1px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}
.course_webzine .col_course_name .clabel .hide {
	display: none
}
.course_webzine .col_course_name .cinfo {
	font-size: 15px;
}
.course_webzine .col_course_name .cinfo label {
	color: #111111;
	cursor: auto;
}
.course_webzine .col_course_name .ctutor label {
	color: #111111;
	cursor: auto;
}
.course_webzine .col_course_name p {
	margin-top: 3px
}
.course_webzine .col_course_name label {
	font-weight: bold;
	color: gray;
}
.course_webzine .col_course_name label.review_cnt {
	font-weight: bold;
	color: gray;
	cursor: auto;
}
.course_webzine .course_img {
	display: block;
}
.course_webzine .course_img a {
	display: block;
}
.course_webzine .col_course_button {
	position: absolute;
	right: 0;
	top: 50%;
	width: 270px;
	box-sizing: border-box;
	padding: 0 30px;/*  background:url('/common/images/default/col_course_button_title.png') 50% 0px no-repeat;*/
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.course_webzine .col_course_button table {
}
.course_webzine .col_course_button th {
	text-align: left;
	height: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #111111;
	line-height: 20px;
	width: 30%;
}
.course_webzine .col_course_button td {
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.course_webzine .col_course_button td.ccb_btn {
	padding-top: 10px;
}
.course_webzine .col_course_button td.ccb_btn span {
	display: block;
	margin-top: 5px;
}
.course_webzine .col_course_button .button.small {
	margin-top: 5px;
}
.course_webzine .nodata {
	height: 262px;
	text-align: center;
	font-size: 18px;
	line-height: 262px;
	margin-top: 20px;
	color: #313131;
	width: 100%;
	padding: 0
}
.course_webzine .nodata:after {
	display: none;
}
 @media only screen and (max-width:1200px) {
.course_webzine li {
	padding: 20px 280px 20px 300px;
}
.course_webzine li:after {
	right: 250px;
}
.course_webzine .col_course_thumbnail {
	width: 260px;
	left: 20px;
	top: 20px;
}
.course_webzine .col_course_thumbnail img {
	height: 220px;
}
.course_webzine .col_course_name {
	padding: 20px 0px 0 0px;
}
.course_webzine .col_course_button {
	width: 250px;
}
}
 @media only screen and (max-width:999px) {
.course_webzine:after {
	display: block;
	content: "";
	clear: both
}
.course_webzine li {
	float: none;
	width: auto
}
.course_webzine li:nth-child(even) {
	float: none
}
.course_webzine li:nth-child(n+2) {
	margin-top: 20px;
}
.course_webzine li {
	padding: 20px 20px 20px 320px;
	min-height: 280px;
}
.course_webzine li:after {
	right: auto;
	left: 300px;
}
.course_webzine .col_course_thumbnail {
	position: absolute;
	left: 20px;
	height: 20px;
	width: 260px;
	height: auto;
}
.course_webzine .col_course_thumbnail img {
	height: auto;
	min-height: 240px;
	object-fit: cover;
}
.course_webzine .col_course_name {
	padding: 0 0 0 0;
}
.course_webzine .col_course_name .cstar {
	border-top: none;
	padding: 5px 0
}
.course_webzine .col_course_name .ctitle a {
	font-size: 20px;
}
.course_webzine .col_course_name p {
	font-size: 14px;
}
.course_webzine .col_course_name .cinfo {
	font-size: 14px;
}
.course_webzine .col_course_name .clabel .small {
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 0 9px
}
.course_webzine .col_course_button {
	padding: 10px 0 0 0;
	position: relative;
	right: auto;
	top: auto;
	width: auto;
	height: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.course_webzine .col_course_button .button.small {
	line-height: 33px !important;
	height: 35px;
	font-weight: 500;
	font-size: 15px !important;
	margin-top: 5px;
}
.course_webzine .col_course_button th {
	font-size: 14px;
}
.course_webzine .col_course_button td {
	font-size: 17px;
}
}
 @media only screen and (max-width:780px) {
.course_webzine .nodata {
	font-size: 16px;
}
.course_webzine li {
	padding: 15px 15px 15px 250px;
	min-height: 240px;
}
.course_webzine li:after {
	left: 230px;
}
.course_webzine .col_course_thumbnail {
	position: absolute;
	left: 15px;
	height: 15px;
	width: 200px;
	height: auto;
}
.course_webzine .col_course_thumbnail img {
	height: auto;
	min-height: 200px;
	object-fit: cover;
}
.course_webzine .col_course_name {
	padding: 0 0 0 0;
}
.course_webzine .col_course_button {
	padding: 10px 0 0 0;
}
.course_webzine .col_course_button th {
	font-size: 14px;
}
.course_webzine .col_course_button td {
	font-size: 16px;
}
}
 @media only screen and (max-width:640px) {
.course_webzine li {
	padding: 15px 15px 15px 210px;
	min-height: 240px;
}
.course_webzine li:after {
	left: 190px;
}
.course_webzine .col_course_thumbnail {
	position: absolute;
	left: 15px;
	height: 15px;
	width: 160px;
	height: auto;
}
.course_webzine .col_course_thumbnail img {
	height: auto;
	min-height: 160px;
	object-fit: cover;
}
}
 @media only screen and (max-width:520px) {
.course_webzine li {
	padding: 0 0 0 0;
	min-height: 200px;
}
.course_webzine li:after {
	display: none;
}
.course_webzine .col_course_thumbnail {
	position: relative;
	text-align: center;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	border-bottom: 1px solid #dedede
}
.course_webzine .col_course_thumbnail img {
	height: 50vw;
	min-height: 250px;
	object-fit: cover;
}
.course_webzine .col_course_name {
	padding: 10px 15px 0 15px;
}
.course_webzine .col_course_button {
	padding: 0 15px 15px 15px;
}
}
.type_chart {
	border-top: 1px solid #676767
}
.type_chart .list_li {
	padding: 8px 0
}
.type_chart .list_li .course_img {
	width: 220px;
	height: 155px;
	display: block;
	float: none;
	position: relative;
	margin-top: 14px;
}
.type_chart .list_li .course_img a {
	display: block;
	width: 220px;
	height: 147px;
	overflow: hidden;
	border: 1px solid #d1d1d1
}
.type_chart .list_li .course_img a img {
	width: 220px;
	height: 147px;
	display: block
}
.type_chart .list_li .course_img .tm {
	position: absolute;
	left: 0;
	top: 0
}
.type_chart .list_li .webtv_img {
	width: 220px;
	height: 125px;
	display: block;
	float: none;
	position: relative;
	margin-top: 10px;
}
.type_chart .list_li .webtv_img a {
	display: block;
	width: 220px;
	overflow: hidden;
	border: 1px solid #d1d1d1
}
.type_chart .list_li .webtv_img a img {
	width: 220px;
	height: 125px;
	display: block
}
.type_chart .list_li .top_td {
	padding-top: 5px;
}
.type_chart .list_li .top_td span {
	margin-right: 8px
}
.type_chart .list_li .bot_td span {
	margin-left: 0
}
.type_chart .list_li .bot_td {
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1
}
.type_chart .list_li .bot_td.tac {
	text-align: center
}
.type_chart .list_li .btn_list {
	margin-bottom: -5px
}
.type_chart .list_li .btn_list .button {
	margin-bottom: 5px
}
.type_chart strong {
	display: block;
	max-height: 72px;
	line-height: 20px;
	overflow: hidden;
}
.type_chart strong a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
}
.type_chart .list_li span {
	margin-left: 4px
}
.type_chart .list_li .ct_wrap {
	overflow: hidden
}
.type_chart .list_li .ct_text {
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 10px
}
.type_chart .list_li .ct_if {
	overflow: hidden;
	margin-top: 10px
}
.type_chart .list_li .ct_if .tutor {
	float: left;
	margin-right: 10px
}
.type_chart .list_li .ct_if .p {
	float: left;
	padding-right: 10px;
}
.type_chart .list_li .ct_if .p span.days {
	margin-right: 10px;
}
.type_chart .nodata {
	width: 830px;
	line-height: 200px;
	height: 200px;
	margin: -8px 0 0 0;
	border-bottom: 1px solid #d1d1d1;
	padding: 0;
	text-align: center;
	font-size: 18px;
	background-color: #ffffff !important;
}
/* 강의 상세보기 */
.course_info {
	border-top: 0 solid #333333;
	padding: 0 0 0 550px;
	position: relative;
	min-height: 380px;
}
.course_info .info_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	text-align: center
}
.course_info .info_img img {
	width: 100%;
	height: 322px;
	object-fit: cover;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px
}
.course_info .info_text {
}
.course_info .info_text .info_title {
	font-size: 15px;
	color: #3c3c3c;
	border-bottom: 2px solid #e2450e;
	font-weight: 700
}
.course_info .info_text p {
	font-size: 12px;
	color: #3c3c3c
}
.course_info .info_text div.buy_book {
	float: left;
	width: 250px
}
.course_info .info_text div.buy_book p.book_name {
	text-align: left
}
.course_info .info_text div.buy_book p.book_price {
	text-align: right
}
.course_info .info_text div.buy_book p.book_price input {
	vertical-align: -3px;
	margin-left: 10px
}
.course_info .info_btn {
	overflow: hidden;
	padding-top: 15px;
	width: 100%;
}
.course_info .info_btn li {
	float: right;
	margin-left: 0
}
.course_info .info_btn li.notice {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.course_info .lesson_period li {
	margin: 2px
}
.course_info .lesson_period input[type=radio] {
	vertical-align: middle
}
.course_info .return_list li {
	float: left;
	margin-right: 15px;
	font-size: 14px
}
.course_foot {
	margin-top: 30px
}
.course_foot .tutor_list {
	padding-bottom: -10px
}
.course_foot .tutor_info dl {
	background-color: #f1f1f1;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.course_foot .tutor_info dt {
	float: left;
	padding: 5px 0;
	width: 70px;
	font-weight: bold;
}
.course_foot .tutor_info dd {
	float: clear;
	padding: 5px 0 5px 70px
}
 @media only screen and (max-width:1200px) {
.course_info {
	padding-left: 480px;
	min-height: 340px;
}
.course_info .info_img {
	width: 450px
}
.course_info .info_img img {
	height: 290px;
}
}
 @media only screen and (max-width:999px) {
.course_info {
	padding-left: 420px;
	min-height: 320px;
}
.course_info .info_img {
	width: 390px
}
.course_info .info_img img {
	height: 270px;
}
.course_foot .tutor_info dt {
	font-size: 14px;
}
.course_foot .tutor_info dd {
	font-size: 14px;
}
}
 @media only screen and (max-width:780px) {
.course_info {
	padding-left: 0;
}
.course_info .info_img {
	width: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: auto;
	margin-bottom: 30px;
}
.course_info .info_img img {
	height: auto;
	object-fit: fill;
}
.course_info .info_btn li {
	float: none;
	text-align: right;
}
.course_info .info_btn li .button.btn_buy {
}
}
 @media only screen and (max-width:680px) {
.course_foot .tutor_info dl {
	padding: 10px 15px
}
.course_foot .tutor_info dt {
	font-size: 14px;
}
.course_foot .tutor_info dd {
	font-size: 14px;
}
}
 @media only screen and (max-width:480px) {
}
.tutor_info dl {
	background-color: #f1f1f1;
	padding: 10px 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.tutor_info dt {
	float: left;
	padding: 5px 0;
	width: 70px;
	font-weight: bold;
	color: #333
}
.tutor_info dd {
	float: clear;
	padding: 5px 0 5px 70px
}
 @media only screen and (max-width:780px) {
.tutor_info dl {
	padding: 7px 10px;
	font-size: 14px;
	margin-top: 3px;
}
.tutor_info dt {
	padding: 3px 0;
	font-weight: 500;
}
.tutor_info dd {
	float: clear;
	padding: 3px 0 3px 70px
}
}
.sns_preview_wrap {
	margin-top: 10px;
	overflow: hidden;
}
.sns_preview_wrap .sns_btn {
	float: right;
}
.sns_preview_wrap .sns_btn li {
	float: left;
	margin-right: 5px
}
.sns_preview_wrap .sns_btn .btn_facebook {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url('/common/images_skin2/common/icon_facebook.png') no-repeat;
}
.sns_preview_wrap .sns_btn .btn_kakaostory {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url('/common/images_skin2/common/icon_kakaostory.png') no-repeat;
}
.sns_preview_wrap .sns_btn .btn_naver {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url('/common/images_skin2/common/icon_naver.png') no-repeat;
}
.sns_preview_wrap .button {
	float: left
}
.sns_btn .btn_kakao {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url('../images/common/icon_kakao.png') no-repeat;
}
.sns_btn .btn_qna {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url('../images/common/icon_qna.png') no-repeat;
}
/* 수강후기 */
.tb_box .review_list {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.tb_box .review_list li.first {
	border-top: 0 none;
}
.tb_box .review_list li {
	padding: 10px 20px;
	border-top: 1px dotted #8f8f8f;
}
.tb_box .review_list li.no {
	border-top: 0 none;
	text-align: center;
	margin: 30px;
}
.tb_box .review_list li .tx_info {
	overflow: hidden;
}
.tb_box .review_list li .tx_info .com_writer {
	float: left;
	font-weight: bold;
}
.tb_box .review_list li .tx_info .com_modify {
	float: right;
}
.tb_box .review_list li .tx_info .com_modify .btn_del {
	width: 32px;
	height: 16px;
}
.tb_box .review_list li .tx_comment {
	margin-top: 5px;
	clear: both;
}
.tb_box .review_list li .tx_reg_date {
	color: #999999;
	font-weight: normal;
}
.tb_box .review_pagebar {
	margin-top: 20px;
}
.review-ltem {
	height: 50px;
	overflow: hidden;
}
.review-more {
	padding: 0;
	display: none;
	overflow: hidden;
	position: relative;
	top: 11px;
}
.review-more > div {
	text-align: center;
	width: 100%;
}
.review-more > div > button {
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	color: #333;
	text-shadow: none;
	background-image: none;
	padding: 0 4px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	vertical-align: 0;
	width: 100px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* 도서 상세보기 */
.book_infomation {
	padding: 0;
	overflow: hidden
}
.book_infomation .info_img {
	width: 210px;
	float: left;
	margin-right: 40px;
	text-align: center
}
.book_infomation .info_img img {
	width: 210px;
	height: 270px;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px
}
.book_infomation .info_text {
	float: right;
	width: 578px;
}
.book_infomation .info_text .info_title {
	font-size: 30px;
	color: #3c3c3c;
	border-bottom: 0 solid #e2450e;
	font-weight: 700
}
.book_infomation .info_text p {
	font-size: 12px;
	color: #3c3c3c
}
.book_infomation .info_text div.buy_book {
	float: left;
	width: 250px
}
.book_infomation .info_text div.buy_book p.book_name {
	text-align: left
}
.book_infomation .info_text div.buy_book p.book_price {
	text-align: right
}
.book_infomation .info_text div.buy_book p.book_price input {
	vertical-align: -3px;
	margin-left: 10px
}
.book_infomation .info_btn {
	overflow: hidden;
	padding-top: 15px
}
.book_infomation .info_btn li {
	float: right;
	margin-left: 1px
}
.book_infomation .book_qty {
	width: 80px;
	border: 1px solid #ddd;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
}
.book_foot {
	margin-top: 10px
}
.col_book_information_title {
	width: 100px;
}
/* 방송 상세보기 */
#webtv_player {
	width: 100%;
	height: 467px;
}
#webtv_player > iframe:first-child {
	width: 830px;
	height: 467px;
	border: 0 none;
}
.content_body .webtv_ready {
	box-sizing: border-box;
	width: 100%;
	height: 467px;
	background-color: #efefef;
	border: 1px solid #dedede;
	text-align: center;
	font-size: 16px;
}
.content_body .webtv_ready h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 200px 0 20px 0;
}
/* .webtv_infomation{border:1px solid #d1d1d1;border-top:2px solid #676767;padding:20px;overflow:hidden} */
.webtv_infomation .info_text {
	margin-bottom: 15px;
}
.webtv_infomation .info_text .info_title {
	font-size: 15px;
	color: #3c3c3c;
	border-bottom: 2px solid #e2450e;
	font-weight: 700
}
.webtv_infomation .info_text p {
	font-size: 12px;
	color: #3c3c3c
}
.webtv_infomation .info_text div.buy_book {
	float: left;
	width: 250px
}
.webtv_infomation .info_text div.buy_book p.book_name {
	text-align: left
}
.webtv_infomation .info_text div.buy_book p.book_price {
	text-align: right
}
.webtv_infomation .info_text div.buy_book p.book_price input {
	vertical-align: -3px;
	margin-left: 10px
}
.webtv_infomation .info_btn {
	overflow: hidden;
	padding-top: 15px
}
.webtv_infomation .info_btn li {
	float: right;
	margin-left: 13px
}
.webtv_foot {
	margin-top: 30px
}
.tb_box {
	border-top: 1px solid #727272
}
.tb_box input.w300 {
	width: 300px
}
.tb_box input.w180 {
	width: 180px
}
.tb_box input.w158 {
	width: 158px
}
.tb_box input.w135 {
	width: 135px
}
.tb_box input.w80 {
	width: 80px
}
.tb_box input.w50 {
	width: 50px
}
.type_grid {
}
.type_grid .list_grid {
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
	margin-left: -20px
}
.type_grid .list_grid li {
	width: 192px;
	float: left;
	margin: 15px 0 25px 20px;
	height: 330px;
	text-align: left;
}
.type_grid .list_grid li .grid_text {
	padding: 0 0 0 0;
}
.type_grid .list_grid li .grid_img {
	width: 190px;
	height: 224px;
	border: 1px solid #d3d3d3;
	margin-right: 20px;
}
.type_grid .list_grid li .grid_img img {
	width: 190px;
	height: 224px
}
.type_grid .list_grid li .grid_title a {
	display: block;
	padding: 15px 0 10px 0;
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	font-weight: bold;
}
.type_grid .list_grid li .grid_author {
	margin-top: 2px;
	font-size: 13px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.type_grid .list_grid li .grid_price {
	color: #e2450e;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin: 5 0 10px 0;
}
.type_grid .list_grid li.nodata {
	float: none;
	width: 830px;
	margin: 0 0 0 20px;
	padding: 0;
	border: 0;
	text-align: center;
	height: 200px;
	line-height: 200px;
	font-size: 18px;
}
.type_grid_tutor {
	padding: 0;
	margin: 0;
}
.type_grid_tutor .list_grid {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0
}
.type_grid_tutor .list_grid li {
	float: none;
	width: 100%;
	padding: 0 0;
	margin: 0 20px 40px 0;
	height: 225px;
	text-align: left;
	display: inline-block;
	overflow: hidden;
}
.type_grid_tutor .list_grid li .grid_img {
	float: left;
	width: 202px;
	height: 225px;
	overflow: hidden;
	margin: 0 30px 0 0;
}
.type_grid_tutor .list_grid li .grid_img div {
	width: 200px;
	height: 223px;
	border: 1px solid #d3d3d3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-indent: -9999px;
	cursor: pointer;
}
.type_grid_tutor .list_grid li .grid_detail {
	float: left;
	width: 590px;
	background-color: #ffffff;
}
.type_grid_tutor .list_grid li .grid_title {
	height: 50px;
	border-bottom: 1px dashed #d3d3d3;
	border-top: 1px solid #666666;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 50px;
	color: #222222;
	font-weight: bold;
	text-align: left;
}
.type_grid_tutor .list_grid li.nodata {
	width: 100%;
	line-height: 200px;
	height: 200px;
	font-size: 18px;
	text-align: center;
}
.type_tutor {
	background-color: #ffffff;
	border: 1px solid #dedede;
	padding: 20px 20px 0 20px;
}
.type_tutor tbody th {
	padding: 0;
	text-align: left;
	color: #3c3c3c;
	vertical-align: top;
	padding-bottom: 20px;
}
.type_tutor tbody th img {
	width: 270px;
	height: inherit;
	border: 1px solid #e0e0e0;
}
.type_tutor tbody td {
	color: #3c3c3c;
	vertical-align: top;
}
.type_tutor tbody td .tutor_name {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #0e71a3;
	padding: 5px 0 25px 0;
}
.type_tutor tbody td .tutor_cont {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	padding-bottom: 20px;
}
.type_tutor tbody td .tutor_cont strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}
.calendar_title {
	text-align: center;
	margin: 15px 0;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.calendar_title b {
	color: #333333;
	font-weight: bold;
	padding: 10px 15px;
}
.calendar_title em {
	color: #ff6000;
	font-weight: bold;
}
.webtv_calendar {
	background-color: #ffffff;
	border-left: 1px solid #dedede;
}
.webtv_calendar thead th {
	background-color: #f5f5f5;
	text-align: center;
	color: #000000;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #cccccc;
}
.webtv_calendar td {
	height: 140px;
	vertical-align: top;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.webtv_calendar td div.webtv_day {
	padding: 8px 0 0 8px;
	color: #222222;
	font-weight: normal;
}
.webtv_calendar td div.normal {
	font-weight: normal;
}
.webtv_calendar td div.bold {
	font-weight: bold;
}
.webtv_calendar td div.webtv_schedule {
	color: #555555;
	padding: 0 8px;
	min-height: 100px;
	text-align: left;
	font-size: 12px;
}
.webtv_calendar td div.webtv_schedule ul li {
	padding: 5px 0;
	line-height: 16px;
}
.webtv_calendar td.sat {
	color: #3872ab;
}
.webtv_calendar td.sun {
	color: #ff4141;
}
.type_webtv {
}
.type_webtv .list_webtv {
	display: inline-block;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 20px;
}
.type_webtv .list_webtv li {
	width: 262px;
	float: left;
	margin: 0 10px 20px 10px;
	height: 240px;
	text-align: left;
}
.type_webtv .list_webtv li .webtv_text {
	padding: 0 5px;
}
.type_webtv .list_webtv li .webtv_img {
	width: 262px;
	height: 160px;
	border: 1px solid #dedede;
	position: relative;
}
.type_webtv .list_webtv li .webtv_img img {
	width: 262px;
	height: 160px
}
.type_webtv .list_webtv li .webtv_title {
	margin-top: 12px;
	font-size: 16px;
	line-height: 18px;
	color: #222222;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.type_webtv .list_webtv li .webtv_subtitle {
	margin-top: 7px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	text-overflow: hidden;
	overflow: hidden;
}
.type_webtv .list_webtv li .webtv_price {
	color: #e2450e;
	font-weight: bold;
	display: block;
	margin: 5 0 10px 0;
}
.type_webtv .list_webtv li.nodata {
	float: none;
	width: 830px;
	line-height: 200px;
	height: 200px;
	margin: -20px 10px 0 10px;
	padding: 0;
	text-align: center;
	font-size: 18px;
}
.webtv_length {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	width: 50px;
}
.book_img > a > img {
	border: 1px solid #d3d3d3;
}
.payment_comp {
	padding-top: 30px
}
/* 과정스케줄 */
table.tbl_style1 {
	border: 0;
	border-spacing: 0;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-left: 1px solid #dfdfdf;
}
table.tbl_style1 tr > th {
	border-top: 1px solid #2492cf;
	border-right: 1px solid #2492cf;
	height: 35px;
	background: #0079c0;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
}
table.tbl_style1 tr > td {
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	vertical-align: middle;
	font-size: 14px;
	padding: 7px 5px;
	text-align: center;
	color: #666;
}
table.tbl_style1 tr > td > b {
	font-weight: bold;
	color: #222222;
}
table.tbl_style1 tr > span {
	color: #18a3dc;
}
table.tbl_style1 tr > td.tal {
	text-align: left;
	padding-left: 15px;
}
table.tbl_style1 tr > td.bg_td {
	background: #f7f7f7;
}
table.tbl_style1 tr > td.font_bule {
	color: #0079c0;
}
table.tbl_style2 {
	border: 0;
	border-spacing: 0;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
table.tbl_style2 tr > th {
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	height: 35px;
	background: #f4f9ff;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #2e2e2e;
}
table.tbl_style2 tr > td {
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	vertical-align: middle;
	font-size: 14px;
	padding: 7px 5px;
	text-align: center;
	color: #666;
}
table.tbl_style2 tr > td > b {
	color: #18a3dc;
}
table.tbl_style2 tr > td.tal {
	text-align: left;
	padding-left: 15px;
}
table.tbl_style2 tr > td.bg_td {
	background: #f7f7f7;
}
/* 댓글 */
.comment_wrap {
	width: 100%;
	color: #000000;
}
.comment_wrap .comment_title {
	margin: 20px 0 7px 0;
}
.comment_wrap .comment_title .title {
	font-weight: bold;
	font-size: 14px;
}
.comment_wrap .comment_title .title em {
	color: #0a81bb;
}
.comment_wrap .comment_box .text_ip {
	border: 1px solid #dfdfdf;
	border-top: 2px solid #0a81bb;
	background-color: #fbfdfe;
	padding: 17px;
	margin-bottom: 25px;
	position: relative;
}
.comment_wrap .comment_box .text_ip .comment_write {
	box-sizing: border-box;
	margin-right: 82px;
}
.comment_wrap .comment_box .text_ip .comment_submit {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	margin: 17px 17px 0 0;
}
.comment_wrap .comment_box .text_ip textarea {
	width: 100%;
	height: 66px;
	border: 1px solid #c3c3c3;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.comment_wrap .comment_box .text_ip input[type=image] {
	width: 82px;
	height: 66px;
	margin: 0;
	padding: 0;
}
.comment_wrap .comment_box .com_list {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.comment_wrap .comment_box .com_list li.first {
	border-top: 0 none;
}
.comment_wrap .comment_box .com_list li {
	padding: 10px 20px;
	border-top: 1px dotted #8f8f8f;
}
.comment_wrap .comment_box .com_list li.no {
	border-top: 0 none;
	text-align: center;
	margin: 30px;
}
.comment_wrap .comment_box .com_list li .tx_info {
	overflow: hidden;
}
.comment_wrap .comment_box .com_list li .tx_info .com_writer {
	float: left;
	font-weight: bold;
}
.comment_wrap .comment_box .com_list li .tx_info .com_modify {
	float: right;
}
.comment_wrap .comment_box .com_list li .tx_info .com_modify .btn_del {
	width: 32px;
	height: 16px;
}
.comment_wrap .comment_box .com_list li .tx_comment {
	margin-top: 5px;
	clear: both;
}
.comment_wrap .comment_box .com_list li .tx_reg_date {
	color: #999999;
	font-weight: normal;
}
.comment_wrap .comment_box .comment_pagebar {
	margin-top: 20px;
}
.progress_info {
	display: none;
	position: absolute;
}
.progress_info div.progress_container {
	text-align: left;
	position: absolute;
	width: 180px;
	left: 10px;
	bottom: 0;
}
.progress_info div.progress_contents {
	box-sizing: border-box;
	word-break: break-all;
	border: 2px solid #0a81bb;
	border-bottom: 0 none;
	background-color: #ffffff;
	padding: 4px;
	font-size: 0.85em;
	line-height: 1.4em;
}
.progress_info div.progress_bottom {
	box-sizing: border-box;
	height: 9px;
	background: url('/common/images/default/progress_bottom.png') no-repeat;
}
.lesson_file_info {
	display: none;
	position: relative;
}
.lesson_file_info div.lesson_file_contents {
	position: absolute;
	width: 100%;
	bottom: 4px;
	box-sizing: border-box;
	word-break: break-all;
	border: 2px solid #0a81bb;
	background-color: #ffffff;
	padding: 4px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.4em;
}
.search_title {
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
}
.search_title em {
	color: #e9861a;
}
.search_title .search_keyword {
	font-size: 16px;
	margin-right: 10px;
	font-weight: 400;
}
.search_title .search_total_no {
	font-size: 1.3em;
	font-weight: 700;
}
 @media only screen and (max-width:1200px) {
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.search_title {
	font-size: 14px;
}
.search_title .search_keyword {
	font-size: 15px;
}
}
 @media only screen and (max-width:480px) {
}
.search_box {
	padding: 20px;
	text-align: center;
}
.search_box .search_txt {
	width: 300px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	border: 5px solid #df0012 !important;
	font-size: 14px;
}
.search_box .search_btn {
	width: 70px;
	height: 40px;
	margin: 0;
	background-color: #df0012;
	border: 0 none;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.search_category {
	width: 100%;
	padding: 10px;
	font-size: 12px;
	background-color: #f8f8f8;
	border: 1px solid #c1c1c1;
	border-width: 1px 0;
	overflow: hidden;
}
.search_category span {
	float: left;
	margin: 0 10px 0 10px;
	font-weight: bold;
	font-size: 1.2em
}
.search_category span img {
	vertical-align: 2px;
}
.search_category ul {
	float: left;
}
.search_category li {
	float: left;
	margin-right: 5px;
	font-size: 1.2em;
}
.search_category li:not(:last-child):after {
	content: ' ·';
}
.search_category li a:hover {
	text-decoration: none;
}
.search_category li em {
	font-size: 0.8em
}
.search_category li em strong {
	color: #df0012;
}
.search_section {
	margin-top: 40px;
}
.search_section .search_detail {
	vertical-align: middle;
	position: relative;
	height: 25px;
	margin-bottom: 7px;
	padding-left: 22px;
}
.search_section .search_detail img {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 4px;
}
.search_section .search_detail .search_subject {
	float: left;
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	color: #111
}
.search_section .search_detail .search_cnt {
	float: left;
	font-size: 14px;
}
.search_section .search_detail .search_cnt em {
	color: #e9861a;
	font-weight: bold;
	font-size: 1.2em;
}
.search_section .search_detail .search_more {
	float: right;
}
.search_section .search_detail .search_more a:hover {
	text-decoration: underline;
}
.search_section .search_result {
	width: 100%;
}
.search_section .search_result table {
	width: 100%;
	border-top: 1px solid #999999;
}
.search_section .search_result tr {
	border-bottom: 1px solid #d9d9d9;
}
.search_section .search_result td {
	padding: 17px 0;
	vertical-align: top;
}
.search_section .search_result td.course_image {
	padding: 13px 0;
	width: 128px;
}
.search_section .search_result td.course_image a {
	display: block;
	width: 118px;
	height: 88px;
	overflow: hidden;
	border: 1px solid #d1d1d1;
}
.search_section .search_result td.course_image a img {
	width: 118px;
	height: 88px;
}
.search_section .search_result td.course_info {
	position: relative;
}
.search_section .search_result td.course_info .info_t {
}
.search_section .search_result td.course_info .info_t em {
	font-weight: bold;
	font-size: 14px;
}
.search_section .search_result td.course_info .info_t .ctitle {
	font-weight: bold;
	font-size: 15px;
	word-break: keep-all;
}
.search_section .search_result td.course_info .info_t .ctitle a {
	font-size: 15px
}
.search_section .search_result td.course_info .info_t p {
	margin-top: 3px;
}
.search_section .search_result td.course_info .info_t .ctutor {
	font-size: 14px;
	line-height: 1.3em;
}
.search_section .search_result td.course_info .info_t .cinfo {
	word-break: keep-all;
	font-size: 14px;
}
.search_section .search_result td.course_info .info_t .cinfo br {
	display: none
}
.search_section .search_result td.course_info .info_t .cinfo span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.search_section .search_result td.course_info .info_t .cinfo span:nth-child(n+2) {
	margin-top: 0;
	padding-top: 0;
	margin-left: 16px;
}
.search_section .search_result td.course_info .info_t .cinfo span:nth-child(n+2):before {
	width: 1px;
	height: 12px;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -5px;
	background: #aaa;
	display: block;
	content: ""
}
.search_section .search_result td.course_info .info_t .info_b {
	vertical-align: bottom;
}
.search_section .search_result td.course_info .info_t .info_b .hide {
	display: none
}
.search_section .search_result td.course_info .star_p {
	position: absolute;
	bottom: 20px;
}
 @media only screen and (max-width:1200px) {
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.search_section .search_result td.course_info .info_t .cinfo br {
	display: block
}
.search_section .search_detail .search_more {
	font-size: 13px;
}
.search_section .search_result td.course_info .info_t .ctitle a {
	font-size: 15px
}
.search_section .search_result td.course_info .info_t .cinfo {
	font-size: 13px
}
.search_section .search_result td.course_info .info_t .ctutor {
	font-size: 13px;
}
.search_section .search_result td.course_info .info_t .cinfo span:nth-child(n+2) {
	margin-left: 0;
	display: block;
}
.search_section .search_result td.course_info .info_t .cinfo span:nth-child(n+2):before {
	display: none;
}
}
 @media only screen and (max-width:480px) {
}
.search_section .search_result td.post_info {
	position: relative;
}
.search_section .search_result td.post_info em {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	display: inline-block;
}
.search_section .search_result .webtv_img {
	width: 178px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	border: 1px solid #d1d1d1;
}
.search_section .search_result .webtv_img a {
	display: block;
	width: 178px;
	height: 100px;
	overflow: hidden;
}
.search_section .search_result .webtv_img a img {
	width: 178px;
	height: 100px;
	display: block
}
.search_section .search_result .webtv_img .tm {
	position: absolute;
	left: 0;
	top: 0
}
.search_no {
	border: 1px solid #d9d9d9;
	border-width: 1px 0;
	padding: 30px 0;
	height: auto;
	margin-bottom: 30px;
}
.search_no:after {
	display: block;
	content: "";
	clear: both;
}
.search_no .search_no_image {
	height: 100%;
	float: left;
	vertical-align: middle;
}
.search_no .search_no_image img {
	margin-top: 6px;
}
.search_no .search_no_text {
	height: 100%;
	float: left;
	word-break: keep-all;
}
.search_no .search_no_text h4 {
	font-weight: bold;
	margin-bottom: 14px;
}
.search_no .search_no_text h4 em {
	color: #e9861a;
}
.search_no .search_category {
}
 @media only screen and (max-width:999px) {
.search_no {
	height: auto;
	text-align: center;
}
.search_no .search_no_image {
	height: 100px;
	;
	float: none;
	text-align: center;
	position: relative;
}
.search_no .search_no_image img {
	visibility: hidden;
	display: none;
}
.search_no .search_no_image:before {
	background: url('/common/images/default/search_info.jpg') no-repeat -45px center;
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
	content: ""
}
.search_no .search_no_text {
	height: auto;
	float: none;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
}
}
 @media only screen and (max-width:680px) {
.search_no .search_no_text {
	font-size: 14px;
}
}
 @media only screen and (max-width:480px) {
}
/* 갤러리 2016-10-18 */
.type_gallery .list_gallery {
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 0;
	margin: 0 -1% 0 -1%;
}
.type_gallery .list_gallery li {
	float: left;
	width: 23%;
	margin: 0 1%;
	min-height: 260px;
	text-align: left;
}
.type_gallery .list_gallery li:nth-child(n+5) {
	margin-top: 20px;
}
.type_gallery .list_gallery li .gallery_div {
	border: 1px solid #dedede;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	text-indent: -9999px;
}
.type_gallery .list_gallery li .gallery_img img {
	width: 100%;
	height: 129px;
	object-fit: cover;
}
.type_gallery .list_gallery li .gallery_div.img {
	display: block;
	text-indent: 0;
	height: auto;
	border: none;
}
.type_gallery .list_gallery li .gallery_div.img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.type_gallery .list_gallery li .gallery_title {
	margin-top: 10px;
	font-size: 15px;
	line-height: 18px;
	color: #111;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
}
.type_gallery .list_gallery li .gallery_reg {
	float: right;
}
.type_gallery .list_gallery li em a {
	color: #111;
	font-size: 15px;
}
.type_gallery .list_gallery li a {
	color: #777;
	font-size: 14px;
}
.type_gallery .list_gallery li.nodata {
	width: 100%;
	line-height: 200px;
	text-align: center;
}
.type_gallery .list_gallery li .gallery_div_ie {
	height: 150px;
	overflow: hidden;
	display: none;
}
.type_gallery .list_gallery li .gallery_div_ie img {
	width: 229px;
	border: 1px solid #dedede;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
 @media only screen and (max-width:1200px) {
.type_gallery .list_gallery li {
	min-height: 240px
}
.type_gallery .list_gallery li .gallery_div.img img {
	height: 180px;
}
.type_gallery .list_gallery li .gallery_img img {
}
}
 @media only screen and (max-width:999px) {
.type_gallery .list_gallery li {
	width: 31.3333333%;
	min-height: 220px
}
.type_gallery .list_gallery li:nth-child(n+4) {
	margin-top: 20px;
}
.type_gallery .list_gallery li .gallery_div {
}
}
 @media only screen and (max-width:680px) {
.type_gallery .list_gallery {
	padding: 15px 0
}
.type_gallery .list_gallery li {
	width: 48%;
	min-height: 220px
}
.type_gallery .list_gallery li:nth-child(n+3) {
	margin-top: 20px;
}
.type_gallery .list_gallery li .gallery_div.img img {
	height: 180px;
}
.type_gallery .list_gallery li .gallery_title {
	margin-bottom: 3px;
}
.type_gallery .list_gallery li em a {
	font-size: 14px;
}
.type_gallery .list_gallery li a {
	font-size: 13px;
}
}
 @media only screen and (max-width:480px) {
.type_gallery .list_gallery {
	margin: 0;
}
.type_gallery .list_gallery li {
	width: auto;
	float: none;
	margin: 0;
	min-height: 220px
}
.type_gallery .list_gallery li:nth-child(n+2) {
	margin-top: 20px;
}
.type_gallery .list_gallery li .gallery_div.img img {
	height: auto;
	min-height: 160px;
	object-fit: fill;
}
}
/* 페이징 */
.page_box {
	margin: 0 auto;
	table-layout: auto !important
}
.page_box li {
	vertical-align: top;
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top
}
.page_box li.page_margin {
	display: none
}
.page_box li div {
	width: 24px;
	height: 24px;
	border: 1px solid #bebebe;
	padding: 0;
	margin: 0 2px;
	line-height: 24px
}
.page_box td {
	padding: 0;
	border-width: 0;
	font-family: verdana;
	color: #999999;
	font-size: 12px
}
.page_p_btn {
	display: none
}
.page_n_btn {
	display: none
}
.page_box .page_first_btn {
	background: url('/common/images_skin2/common/page_first_btn.png') no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	border: 1px #d1d1d1 solid;
}
.page_box .page_last_btn {
	background: url('/common/images_skin2/common/page_last_btn.png') no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	border: 1px #d1d1d1 solid;
}
.page_box .page_prev_btn {
	background: url('/common/images_skin2/common/page_prev_btn.png') no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	border: 1px #d1d1d1 solid;
}
.page_box .page_next_btn {
	background: url('/common/images_skin2/common/page_next_btn.png') no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	border: 1px #d1d1d1 solid;
}
.page_box li div.page_seperator {
	display: none
}
.page_box li .page_number_btn_on {
	background-color: #de5c00;
	color: #fff;
	font-weight: 500;
	width: 24px;
	height: 24px;
	border: none;
	line-height: 22px
}
.page_box li a:hover {
	text-decoration: none
}
.page_box li .page_number_btn:hover {
	background-color: #de5c00;
	color: #fff;
	width: 26px;
	height: 26px;
	border: none;
	line-height: 26px
}
.tab_wrap {
	padding-top: 0
}
.tab_wrap2 {
	padding-top: 0
}
.tab_wrap {
	position: relative
}
.tab_tt {
	display: inline-block;
	margin-bottom: 20px;
	border: NONE;
	width: 100%
}
.tab_tt li {
	float: left;
	position: relative;
	width: 16.6%;
	height: 40px
}
.tab_tt li a {
	display: block;
	background-color: #f7f7f7;
	border: 1px solid #d2d2d4;
	line-height: 40px;
	text-align: center;
	color: #3c3c3c;
	font-size: 15px;
	z-index: 4;
	height: 40px
}
.tab_tt li.on a {
	background-color: #666666;
	color: #ffffff;
	font-weight: 700;
	border-color: #555555;
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px
}
.tab_tt li:nth-child(n+2) a {
	border-left: none;
}
 @media only screen and (max-width:999px) {
.tab_tt li {
	width: 33.3333333%
}
.tab_tt li:nth-child(n+4) a {
	border-top: none;
}
.tab_tt li:nth-child(3n+1) a {
	border-left: 1px solid #d2d2d4;
}
.tab_tt li.on:nth-child(3n+1) a {
	border-color: #555
}
.tab_wrap.w50 .tab_tt li {
	width: 25%
}
.tab_wrap.w50 .tab_tt li:nth-child(n+2) a {
	border-left: 0;
}
.tab_wrap.w50 .tab_tt li:nth-child(n+3) a {
	border-top: 1px solid #d2d2d4;
}
.tab_wrap.w50 .tab_tt li.on a {
	border-color: #555
}
}
 @media only screen and (max-width:680px) {
.tab_wrap.w50 .tab_tt li {
	width: 50%
}
.tab_wrap.w50 .tab_tt li:nth-child(2n+1) a {
	border-left: 1px solid #d2d2d4;
}
.tab_wrap.w50 .tab_tt li:nth-child(n+3) a {
	border-top: none;
}
.tab_tt li a {
	font-size: 14px;
}
.tab_wrap.w50 .tab_tt li.on:nth-child(2n+1) a {
	border-color: #555
}
}
 @media only screen and (max-width:480px) {
}
.tab_cview {
	margin-bottom: 20px;
	border-bottom: 1px solid #d2d2d4;
}
.tab_cview:after {
	display: block;
	content: "";
	clear: both;
}
.tab_cview li {
	float: left;
	position: relative;
	width: 20%;
}
.tab_cview li a {
	display: block;
	background-color: #f7f7f7;
	border: 1px solid #d2d2d4;
	border-bottom: 0;
	line-height: 40px;
	text-align: center;
	color: #3c3c3c;
	font-size: 15px;
	z-index: 4
}
.tab_cview li.on a {
	background-color: #666666;
	color: #ffffff;
	border-color: #666
}
.tab_cview li:nth-child(n+2) a {
	border-left: none;
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.tab_cview {
}
.tab_cview li {
}
.tab_cview li a {
	font-size: 14px;
	line-height: 35px;
}
.tab_cview li.on a {
}
}
 @media only screen and (max-width:480px) {
}
.tab_tt1 li {
	width: 40%;
}
.tab_tt2 li {
	width: 33.3%;
}
 @media only screen and (max-width:680px) {
.tab_tt1 li {
	width: 33.333%;
}
}
 @media only screen and (max-width:480px) {
}
.tab_con {/*  min-height:500px; */
	margin-bottom: 50px;
}
.faq_wrap {
	border-top: 1px solid #727272
}
.faq_wrap .nodata {
	padding: 90px 0;
	border-bottom: 1px solid #d1d1d1
}
.faq_wrap a {
	display: block;
}
.faq dt {
	width: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	padding: 12px 50px;
	background: url('/common/images/default/faq_question.gif') no-repeat 17px 16px;
	border-bottom: 1px solid #d1d1d1;
	overflow: hidden
}
.faq dd {
	display: none;
	padding: 12px 50px;
	background: #f4f4f4 url('/common/images/default/faq_answer.gif') no-repeat 17px 17px;
	border-bottom: 1px solid #d1d1d1
}
.faq.on dt {
	display: block;
	white-space: normal;
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.faq dt {
	font-size: 15px;
	padding: 12px 12px 12px 40px;
}
.faq dd {
	font-size: 15px;
	line-height: 25px;
	padding: 12px 12px 12px 40px;
}
}
 @media only screen and (max-width:480px) {
}
/******** 회원관련 스타일 *********/
/* login */
.login_box {
	border: 1px solid #dcdcdc;
	padding: 50px 0;
	overflow: hidden;
	text-align: center;
}
.login_box .ov {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.login_box .ov:after {
	display: block;
	content: "";
	clear: both;
}
.log_tt {
	margin: 20px 0 50px 0px;
	font-size: 15px;
}
.log_form {
	float: left;
	padding-right: 35px;
	border-right: 1px solid #e0e0e0;
	width: 500px;
	padding-bottom: 10px;
}
.log_area {
	overflow: visible;
}
.log_in {
	float: left
}
.log_in label {
	display: inline-block;
	padding: 8px 13px 0 0;
}
.log_in div input {
	vertical-align: top;
	border: 1px solid #d1d1d1;
	padding: 0px 0 1px 6px;
	height: 44px;
	width: 240px;
	line-height: 42px;
	margin-bottom: 5px;
}
.log_in div {
	height: 42px;
	margin-bottom: 10px
}
.log_in div.ip_pass {
	margin-bottom: 0
}
.log_area .ip_submit {
	float: left;
	margin-left: 8px
}
.ip_submit .button.login {
	padding: 37px 30px;
}
.login_box .ip_tx {
	margin-top: 24px;
	font-size: 12px;
	line-height: 18px;
	color: #3c3c3c
}
.login_box .ip_tx a {
	color: #e2450e;
	font-weight: 700
}
.log_find {
	float: left;
	padding: 22px 0 0 80px;
	width: 300px
}
.log_find dt {
	font-weight: 500;
	letter-spacing: -0.03em;
	font-size: 17px;
}
.log_find dd {
	margin: 8px 0 33px 0
}
.log_oauth {
	overflow: hidden;
	margin-top: 15px;
	font-weight: bold;
	line-height: 40px;
}
.log_oauth .log_oauth_list {
	float: right;
	margin-right: 40px;
}
.log_oauth .log_oauth_list li {
	float: left;
	margin-left: 10px;
}
.log_oauth .log_oauth_list li img {
	width: 40px;
	height: 40px;
}
.login_box .ip_tx {
	margin-top: 15px;
}
 @media only screen and (max-width:999px) {
.login_box {
	padding: 50px 40px;
	max-width: 420px;
	margin: 0 auto;
}
.login_box .ov {
	display: block;
}
.log_tt {
	text-align: center;
	margin: 0 0 40px 0;
}
.log_tt img {
	width: 130px;
}
.log_tt span {
	display: block;
	margin-top: 10px;
	color: #888;
}
.log_form {
	float: none;
	width: auto;
	border-right: none;
	padding: 0;
}
.log_in {
	float: none
}
.log_area {
	position: relative;
	padding-right: 0;
}
.log_area .ip_submit {
	position: relative;
	float: none;
	margin: 0;
	display: block;
}
.ip_submit .button.login {
	padding: 0;
	line-height: 50px;
	width: 100%;
	display: block;
	margin-top: 14px;
	font-size: 20px;
	font-weight: 500;
}
.log_in label {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.log_in div {
	position: relative;
	padding-left: 0;
}
.log_in div input {
	width: 100%;
	margin-bottom: 0;
}
.log_find {
	float: none;
	width: auto;
	padding: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #dedede;
}
.log_find dl {
	position: relative;
}
.log_find dl:nth-child(n+2) {
	margin-top: 5px;
	padding-top: 10px;
}
.log_find dt {
	line-height: 30px;
	font-size: 15px;
	letter-spacing: -0.035em;
}
.log_find dd {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
.log_find dl:nth-child(n+2) dd {
	top: 10px;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
.log_tt {
	text-align: center;
	margin: 0 0 30px 0;
}
.log_tt img {
	width: 120px;
}
.log_tt span {
	font-size: 14px;
}
.login_box {
	max-width: 100%;
	padding: 40px 25px
}
.login_box .ov {
}
.log_in div {
	padding-left: 0;
}
.log_in label {
	display: none;
}
.ip_submit .button.login {
	line-height: 45px;
	font-size: 18px;
}
.log_find {
	margin-top: 18px;
	padding-top: 15px;
	text-align: right;
}
.log_find:after {
	display: block;
	content: "";
	clear: both
}
.log_find dl {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.log_find dl:nth-child(2) {
	float: right;
}
.log_find dt {
	font-size: 14px;
	display: none;
}
.log_find dd {
	position: relative;
	right: auto;
	top: auto;
}
.log_find dl:nth-child(n+2) dd {
	top: auto;
}
.log_find dl:nth-child(n+2) {
	position: relative;
	margin-top: 0;
	padding-top: 0;
	margin-left: 18px;
}
.log_find dl:nth-child(n+2):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -5px;
	background: #aaa;
	display: block;
	content: ""
}
.log_find dd .button {
	border: none;
	background: none !important;
	color: #444;
	padding: 0;
	line-height: 1.2em;
	height: auto;
}
}
.join_oauth {
	display: none;
	overflow: hidden;
}
.join_oauth .join_oauth_list {
	width: 300px;
	margin: 0 auto;
}
.join_oauth .join_oauth_list li {
	margin: 10px 0;
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 8px;
	padding: 6px;
}
.join_oauth .join_oauth_list li a {
	position: relative;
}
.join_oauth .join_oauth_list li img {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
}
.join_oauth .join_oauth_list li div {
	height: 40px;
	font-size: 1.2em;
	margin-left: 40px;
	text-align: center;
	line-height: 40px;
}
.join_oauth .join_oauth_list li.join_oauth_normal div {
	font-size: 1.4em;
	font-weight: bold;
}
/*agreement */
.agreement_list {
	overflow: hidden;
	width: 526px;
	margin: 0 auto;
	display: none;
}
.agreement_list li {
	float: left;
	padding-left: 47px;
	background: url('/common/images/default/blt_join.jpg') no-repeat 15px 50%
}
.agreement_list li.first {
	padding-left: 0;
	background-image: none
}
.box_title {
	font-family: "noto_sans", sans-serif;
	color: #2d2d2d;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 15px 0
}
.box_tx {
	margin: 0 0 15px 0;
	font-size: 15px;
	word-break: keep-all;
}
.gray_box {
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	padding: 25px;
	margin-bottom: 20px
}
.gray_box.top {
	border-top: 1px solid #676767
}
.gray_box .box_stitle {
	font-family: "noto_sans", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #464646;
	margin-bottom: 12px
}
.gray_box .g_box_in {
	border: 1px solid #dbdbdb;
	background-color: #fff;
	height: 150px;
	overflow: auto;
	padding: 14px 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.check input {
	vertical-align: middle;
	margin-right: 4px
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.box_title {
	font-size: 18px;
	margin-bottom: 10px;
}
.box_tx {
	font-size: 14px;
}
.gray_box {
	padding: 15px;
}
}
.gray_box_auth {
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	padding: 20px 22px;
	margin-bottom: 43px;
}
.gray_box_auth.top {
	border-top: 2px solid #676767;
}
.auth_box ul {
	text-align: center;
}
.auth_box ul li {
	display: inline-block;
}
.auth01 {
	border: 1px solid #ccc;
	float: left;
}
.auth02 {
	border: 1px solid #ccc;
	float: left;
	margin-left: 14px;
}
.auth_button {
	border: 1px solid #ccc;
	float: left;
	margin-left: 14px;
	width: 320px;
	height: 85px;
	display: inline-block;
	text-indent: -9999px;
	background: url('/common/images/default/agreement_method.png') no-repeat 0 0;
}
.auth_button.first {
	margin-left: 0;
}
.auth_mobile {
	background-position: 0 0;
}
.auth_mobile.on {
	background-position: -320px 0;
}
.auth_ipin {
	background-position: 0 -85px;
}
.auth_ipin.on {
	background-position: -320px -85px;
}
.btns_agr {
	overflow: hidden;
	width: 240px;
	margin: 0 auto
}
.btns_agr li {
	float: left;
	margin-left: 6px
}
.success {
	border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;
	padding: 40px 30px
}
.success .suc_in {
	overflow: hidden;
	max-width: 524px;
	margin: 0 auto
}
.success .suc_in h6 {
	text-align: center;
}
.success .suc_in h6 img {
	max-width: 346px;
	width: 100%;
}
.success .suc_in span {
	display: block;
	margin: 20px 0 0 0
}
.success .btn_home {
	max-width: 524px;
	margin: 0 auto
}
.success .btn_home .button {
	line-height: 50px;
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	padding: 0;
	margin: 0;
}
.suc_p {
	width: 435px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 20px auto;
	padding: 25px 25px
}
.suc_agree {
	max-width: 524px;
	border: 1px solid #dcdcdc;
	margin: 20px auto;
	padding: 20px;
	line-height: 1.6em;
	word-break: keep-all;
}
 @media only screen and (max-width:680px) {
.success {
	padding: 30px 15px;
}
.success .suc_in h6 img {
	width: 90%
}
.suc_agree {
	font-size: 14px;
	margin: 15px auto;
}
.success .btn_home .button {
	line-height: 45px;
	font-size: 16px;
	height: 50px;
}
}
.find_subtitle {
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 12px
}
.find_box {
	border: 1px solid #dcdcdc;
	border-top: 1px solid #676767;
	padding: 50px 0;
	margin-bottom: 50px
}
.find_box p {
	width: 530px;
	margin: 0 auto;
	padding-left: 120px;
	margin-bottom: 5px
}
.find_box .find_id {
	width: 440px;
	margin: 0 auto
}
.find_box .find_id li {
	overflow: hidden;
	position: relative;
	padding-left: 70px;
}
.find_box .find_id li:nth-child(n+2) {
	margin-top: 10px;
}
.find_box .find_id li input[type=text] {
	margin-top: 1px;
	height: 40px;
	font-size: 14px;
}
.find_box .find_id li strong {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	font-weight: 500;
	color: #313131;
}
.find_box .find_id li div {
}
.find_box .find_id li input.w70 {
	width: 70px
}
.find_box .find_id li input.w90 {
	width: 90px
}
.find_box .find_id li input.w120 {
	width: 120px
}
.find_box .find_id li input.w150 {
	width: 150px
}
.find_box .find_id li input.w100p {
	width: 100%;
	box-sizing: border-box;
}
.find_box img {
	border: 1px solid #ccc;
}
.find_box p.auth {
	padding-left: 0;
	text-align: center;
}
.find_box .field.email {
	font-size: 0;
	position: relative;
}
.find_box .field.cerfity {
	font-size: 0;
	padding-right: 105px;
	position: relative;
}
.find_box .field.email input {
	width: 46%;
	margin-top: 0;
}
.find_box .field.email .ctxt {
	line-height: 40px;
	width: auto;
	width: 8%;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.find_box .ex {
	font-size: 14px;
	white-space: pre
}
.find_box .field.cerfity .button {
	position: absolute;
	right: 0;
	top: 1px;
	line-height: 40px;
	font-size: 15px;
	height: 40px;
	letter-spacing: -0.04em;
	width: 100px;
	margin-top: 0;
	padding: 0
}
.find_box .find_id .button {
	display: block;
	margin-top: 20px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 17px;
}
.find_box .find_id .button:hover {
	background: #666 !important;
	border-color: #666
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.find_box {
	padding: 30px 20px
}
.find_box .find_id {
	width: auto;
}
.find_box .find_id li {
	padding-left: 0;
}
.find_box .find_id li strong {
	position: relative;
	left: auto;
	top: auto;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.find_box .field.cerfity {
	padding-right: 0;
}
.find_box .field.cerfity .button {
	position: relative;
	right: auto;
	top: auto;
	margin-top: 10px;
	width: 100%;
}
.find_box .ex {
	font-size: 13px;
}
}
 @media only screen and (max-width:480px) {
}
.privacy h3 {
	font-weight: 700;
	font-size: 15px;
	margin-top: 20px;
	color: #ff7200;
}
.privacy dl {
	padding-left: 5px;
	margin-top: 10px
}
.privacy dt {
	font-weight: 700;
	margin-top: 5px
}
.privacy dd {
	margin-top: 2px;
	margin-left: 10px
}
.privacy p {
	margin-top: 5px;
	margin-left: 5px;
	float: none !important
}
.privacy .depth2 {
	padding-left: 10px
}
.privacy .depth2 > li {
	margin: 2px 0
}
.privacy .depth3 {
	padding-left: 10px
}
.privacy .depth3 > li {
	margin: 2px 0
}
.privacy .tel_list {
	overflow: hidden
}
.privacy .tel_list li {
	float: left;
	width: 50%
}
.terms h3 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #ff7200;
}
.terms .depth1 li {
	line-height: 150%
}
.terms .depth1 {
	margin-top: 10px;
	padding-left: 0;
	float: none
}
.terms .depth2 {
	padding-left: 15px
}
.terms .depth3 {
	padding-left: 24px
}
.refund {
	border: 1px solid #dedede;
	padding: 30px;
	background: #f9f9f9
}
.refund h3 {
	margin-top: 35px;
	font-weight: bold;
	font-size: 17px;
	color: #111;/* color:#ff7200; */
}
.refund h3:first-child {
	margin-top: 0
}
.refund .depth1 {
	margin-top: 10px;
	padding-left: 0;
	float: none
}
.refund .depth1 li {
	line-height: 25px;
	font-size: 15px;
}
.refund .depth2 {
	padding-left: 15px;
	margin: 5px 0;
}
.refund .depth2 li {
	line-height: 25px;
	font-size: 15px;
}
.refund .depth3 {
	padding-left: 24px
}
.refund .depth3 li {
	line-height: 25px;
	font-size: 15px;
}
.refund .formula {
	position: relative;
	margin-top: 4px;
	padding-left: 17px;
}
.refund .formula span {
	float: left;
	margin-right: 5px;
}
.refund .formula .rnum {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.2em;
}
.refund .formula .rbox {
	padding: 15px 20px;
	border: 1px #dedede solid;
	background: #fff;
	margin: 5px 0;
	font-weight: bold;
	font-size: 14px
}
.refund .formula .rbox:after {
	display: block;
	content: "";
	clear: both;
}
.refund .formula .formula1 {
	float: left;
	line-height: 40px;
	font-size: 14px
}
.refund .formula .formula2 {
	float: left;
	text-align: center;
	line-height: 20px;
	;
	font-size: 14px;
	padding: 0 4px;
	background: url('/common/images_skin2/common/furmula2.png') 0 50% repeat-x;
}
 @media only screen and (max-width:999px) {
.refund {
	padding: 20px;
}
}
 @media only screen and (max-width:680px) {
.refund h2 {
	font-size: 17px
}
.refund h3 {
	font-size: 17px;
}
.refund .formula .rbox {
	font-size: 14px;
	line-height: 20px;
}
.refund .formula .formula1 {
	font-size: 14px;
	line-height: 20px;
}
.refund .formula .formula2 {
	font-size: 14px;
	line-height: 20px;
}
}
 @media only screen and (max-width:480px) {
.refund {
	padding: 15px;
}
}
/******** 마이페이지 스타일 *********/
.tb_title {
	font-weight: 700;
	color: #333;
	padding: 35px 0 15px 0;
	font-size: 20px;
	line-height: 20px
}
.tb_subtitle {
	font-weight: 700;
	color: #396e94;
	padding: 15px 0 10px 0;
	font-size: 17px;
	line-height: 15px
}
 @media only screen and (max-width:1100px) {
.tb_title {
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.tb_subtitle {
	font-size: 16px;
}
}
 @media only screen and (max-width:780px) {
.tb_title {
}
}
 @media only screen and (max-width:480px) {
}
.my_box {
	border: 1px solid #d7d7d7;
	overflow: hidden
}
.my_box .my_info {
	padding: 20px;
	width: 50%;
	height: 200px;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.my_box .my_info h6 {
	font-weight: 700;
	color: #2d2d2d;
	font-size: 17px;
}
.my_box .my_info .h6_sub {
	color: #757575;
	font-size: 13px;
	padding-left: 15px;
	background: url('/common/images/default/blt_bar.png') no-repeat 6px 0
}
.my_box .my_info .btn_more {
	position: absolute;
	right: 20px;
	top: 15px
}
.my_box .my_info .my_info_in {
	border-top: 1px solid #d7d7d7;
	margin-top: 15px;
	padding: 20px 0 0 100px;
	background: url('/common/images_skin2/common/myinfo_img.jpg') no-repeat 0 15px;
	min-height: 100px
}
.my_box .my_info li {
	overflow: hidden;
	height: 20px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 70px;
}
.my_box .my_info li strong {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.my_box .my_info li span {
	display: block;
}
.my_box .my_info li span.name {
	font-weight: 700;
	color: #3c3c3c
}
.my_box .my_note {
	padding: 20px;
	float: left;
	width: 50%;
	height: 200px;
	border-left: 1px solid #d7d7d7;
	position: relative;
	box-sizing: border-box;
}
.my_box .my_note h6 {
	font-weight: 700;
	color: #2d2d2d;
	font-size: 17px;
}
.my_box .my_note .h6_sub {
	color: #757575;
	font-size: 13px;
	padding-left: 15px;
	background: url('/common/images/default/blt_bar.png') no-repeat 6px 0
}
.my_box .my_note .btn_more {
	position: absolute;
	right: 20px;
	top: 24px
}
.my_box .my_note .my_note_in {
	border-top: 1px solid #d7d7d7;
	margin-top: 15px;
	padding: 20px 0 0 0;
	min-height: 110px
}
.my_box .my_note .my_note_in li {
	position: relative;
	margin-bottom: 2px;
	background-position: 2px 12px
}
.my_box .my_note .my_note_in li a {
	vertical-align: top;
	color: #777;
	line-height: 25px
}
.my_box .my_note .my_note_in li img {
	vertical-align: top;
	padding-right: 6px
}
.my_box .my_note .my_note_in li p {
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	line-height: 20px
}
.my_box .my_note .my_note_in li .note_day {
	position: absolute;
	right: 0;
	top: 0
}
 @media only screen and (max-width:999px) {
.my_box .my_info {
	float: none;
	width: auto;
}
.my_box .my_info li {
	font-size: 14px;
}
.my_box .my_info .my_info_in {
	padding-left: 70px;
	background-size: 70px auto;
}
.my_box .my_note {
	float: none;
	width: auto;
	border-left: none;
	border-top: 1px solid #d7d7d7
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
.my_box .my_info {
	padding: 15px;
}
.my_box .my_info .btn_more {
	right: 15px;
	top: 12px;
}
.my_box .my_info .my_info_in {
	padding-left: 60px;
	background-size: 60px auto;
}
.my_box .my_note {
	padding: 15px;
	min-height: 180px;
	height: auto;
}
.my_box .my_note .my_note_in li {
	background-position: 2px 10px !important
}
.my_box .my_note .my_note_in li a {
	line-height: 22px;
}
}
/* 클래스룸  */
.tb_title.subject {
	border: 1px solid #ccc;
	padding: 8px 14px;
	margin: 15px 0 5px 0;
	background-color: #eee;
	cursor: pointer
}
.tb_title.cr_arrow_up {
	border: 1px solid #ccc;
	background: #eeeeee url('/common/images/default/cr_arrow_up.png') 98% 50% no-repeat;
}
.tb_title.cr_arrow_down {
	border: 1px solid #ccc;
	background: #eeeeee url('/common/images/default/cr_arrow_down.png') 98% 50% no-repeat;
}
.tb_title span.cr_icon1 {
	display: inline-block;
	background: url('/common/images/default/cr_icon1.png') 0px 50% no-repeat;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
}
.tb_title span.cr_icon2 {
	display: inline-block;
	background: url('/common/images/default/cr_icon2.png') 0px 50% no-repeat;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
}
 @media only screen and (max-width:1100px) {
.tb_title span.cr_icon1 {
	background-size: 25px auto;
	padding-left: 35px;
}
.tb_title span.cr_icon2 {
	background-size: 25px auto;
	padding-left: 35px;
}
}
 @media only screen and (max-width:780px) {
.tb_title.subject {
	padding: 8px 10px;
}
}
 @media only screen and (max-width:480px) {
}
.btn_submit {
	text-align: center;
	margin-top: 10px
}
.btn_submit.right {
	text-align: right
}
.page_bar {
	margin-top: 30px;
	text-align: center
}
.page_btns {
	position: absolute;
	padding-top: 15px;
}
.read_page {
	margin-top: 30px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1
}
.read_page td {
	padding: 8px 10px
}
.read_page td span {
	vertical-align: top;
	margin-left: 2px
}
.read_page td.first {
	border-bottom: 1px solid #d1d1d1
}
.read_page td.pb_th {
	font-weight: 500;
	text-align: center;
	background: #f7f7f7;
	color: #313131
}
.read_page td.pb_subject .subject {
	max-width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	float: left;
	line-height: 19px
}
.read_page td.pb_subject span img {
	vertical-align: top;
	margin-top: 4px
}
.read_page td.pb_day {
	text-align: right;
	padding-right: 10px
}
.read_page td.none_text {
	padding: 8px 10px !important;
	color: #999
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:780px) {
.read_page table colgroup col:first-child {
	width: 80px !important;
}
}
 @media only screen and (max-width:680px) {
.read_page td {
	font-size: 14px;
}
}
 @media only screen and (max-width:480px) {
.read_page.mobile td {
	font-size: 13px;
}
}
p.nodata {
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #d1d1d1
}
.tb_table tbody .tb_th {
	padding: 8px 0 8px 10px;
	text-align: left;
	border-bottom: 1px solid #d1d1d1;
	background-color: #f8f8f8;
	color: #444
}
.tb_table tbody td {
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #d1d1d1
}
.tb_table .progress {
	width: 190px;
	height: 18px;
	background-color: #ececec;
	display: inline-block
}
.tb_table .progress span {
	display: block;
	background-color: #e2450e;
	height: 18px
}
.tb_list thead th {
	padding: 8px 0;
	border-bottom: 1px solid #676767;
	color: #444;
	font-weight: bold;
	text-align: center;
}
.tb_list tbody td {
	padding: 8px 0;
	border-bottom: 1px solid #d1d1d1
}
.tb_list tbody td.tac {
	text-align: center
}
.tb_list tbody td.tal {
	text-align: left
}
.tb_list tbody td.tal span {
	vertical-align: -4px;
	margin-left: 2px
}
.tb_list tbody td.impor {
	background-color: #f3f8ff !important;
}
.tb_list tfoot th {
	padding: 8px 0;
	border-bottom: 1px solid #676767;
	border-top: 2px solid #d1d1d1;
	background-color: #f9f9f9;
	font-weight: 700;
}
.tb_list tfoot td {
	padding: 8px 0;
	border-bottom: 1px solid #d1d1d1;
	background-color: #f9f9f9;
	font-weight: 700
}
.tb_list tfoot th.tac {
	text-align: center
}
.tb_list tfoot td.tac {
	text-align: center
}
.tb_list tfoot td.nline {
	border-bottom: 1px solid transparent;
	padding-bottom: 0
}
.tb_list tfoot td.tline {
	padding-top: 0
}
.tb_list tfoot td .coment {
	padding-left: 20px;
	font-weight: 400
}
.tb_list tfoot td em {
	font-weight: 700;
	color: #f47400;/* padding-right:4px */
}
.tb_view tbody th {
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #f8f8f8;
	text-align: left
}
.tb_view tbody td {
	padding: 8px 15px 8px 15px;
	border-bottom: 1px solid #d1d1d1;
	text-align: left
}
/*.tb_view.vcourse tbody td p img{width:100% !important; height:auto !important}*/
.tb_view.vcourse tbody td p img:not([alt*="Emotion"]) {
	width: 100% !important;
	height: auto !important
}
.tb_view.vnotice tbody td p img {
	width: 100% !important;
	height: auto !important
}
.tb_view.vexam tbody td p img {
	width: 100% !important;
	height: auto !important
}
.tb_view.vexam tbody td p img {
	width: 100% !important;
	height: auto !important
}
.tb_view .chk-input {
	display: inline-block;
	vertical-align: top;
}
.tb_view .chk-input.w100p {
	width: 100%;
	box-sizing: border-box;
	border: none !important
}
.tb_view .chk-input.w90p {
	width: 85%;
	box-sizing: border-box;
	border: none !important
}
.tb_view .chk-input input {
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	border: 1px solid #dedede;
}
.tb_view .chk-input textarea {
	width: 100%;
	box-sizing: border-box;
	height: 250px;
	resize: none;
	border: 1px solid #dedede;
	padding: 10px;
	font-size: 14px;
}
.tb_view .sm-txt {
	font-size: 14px;
	margin-bottom: 5px;
}
.tb_view .field.secret {
	position: relative;
	padding-right: 80px;
}
.tb_view .field.secret .chk-input {
	width: 100%
}
.tb_view .field.secret .chk-check {
	position: Absolute;
	right: 0;
	top: 7px;
}
.tb_view .field.recommend {
}
.tb_view .field.recommend .chk-radio {
	vertical-align: top;
}
.tb_view .field.recommend .chk-radio:nth-child(n+2) {
	margin-left: 20px;
}
.tb_view .field.recommend .chk-radio label {
	padding-top: 2px;
}
.tb_view .field.recommend .chk-radio label img {
	width: auto !important;
	display: inline-block;
	vertical-align: top;
}
.tb_view .write_text textarea {
	height: 300px;
	border: 1px solid #dedede;
	width: 100%;
	box-sizing: border-box;
	resize: none;
}
.tb_insert tbody th {
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #f8f8f8;
	text-align: left
}
.tb_insert tbody td {
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #d1d1d1;
	text-align: left
}
.cheditor-tb-wrapper {
	height: auto !important
}
 @media only screen and (max-width:1200px) {
}
 @media only screen and (min-width:1101px) {
.vms-third {
	padding-left: 5px !important
}
.vams-second {
	padding-left: 5px !important
}
}
 @media only screen and (max-width:1100px) {
.tb_list.vonline {
}
.tb_list.vonline colgroup {
	display: none
}
.tb_list.vonline thead {
	display: none
}
.tb_list.vonline tbody tr {
	display: block;
	padding: 15px 80px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vonline tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vonline tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vonline tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
}
.tb_list.vonline tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vonline tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vonline tbody tr td:nth-child(2) a {
	font-weight: 500;
	color: #111;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vonline tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vonline tbody tr td:nth-child(n+4) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vonline tbody tr td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vonline tbody tr td:nth-child(6) {
	margin-left: 0;
	position: absolute;
	right: 10px;
	top: 15px;
}
.tb_list.vonline tbody tr td:nth-child(6):before {
	display: none;
}
.tb_list.vonline .button.small {
	padding: 0 7px;
	line-height: 25px;
	height: 27px;
}
.tb_list.vexam colgroup {
	display: none
}
.tb_list.vexam thead {
	display: none
}
.tb_list.vexam tbody tr {
	display: block;
	padding: 15px 90px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vexam tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vexam tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vexam tbody tr td {
	display: block;
	float: left;
	padding: 0;
	text-align: left;
	background: none !important;
	border: none;
}
.tb_list.vexam tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vexam tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vexam tbody tr td:nth-child(2) a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vexam tbody tr td:nth-child(3) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vexam tbody tr td:nth-child(3) br {
	display: none;
}
.tb_list.vexam tbody tr td:nth-child(3) span {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
.tb_list.vexam tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vexam tbody tr td:nth-child(n+5) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vexam tbody tr td:nth-child(n+5):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vexam tbody tr td:nth-child(6) {
	margin-left: 0;
	position: absolute;
	right: 10px;
	top: 15px;
}
.tb_list.vexam tbody tr td:nth-child(6):before {
	display: none;
}
.tb_list.vexam .button.small {
	padding: 0 7px;
	line-height: 25px;
	height: 27px;
}
.tb_list.vexam .rspvn-table colgroup {
	display: none;
}
.tb_list.vexam .rspvn-table thead {
	display: none;
}
.tb_list.vexam .rspvn-table tbody td[data-cell-header]:before {
	content: attr(data-cell-header);
	position: absolute;
	left: 0;
	top: 0;
}
.tb_list.vexam .rspvn-table tbody tr {
	display: block;
	border: 1px solid #dedede;
	position: relative;
	background: none !important;
	padding: 0;
}
.tb_list.vexam .rspvn-table tbody tr:first-child {
	border-top: none;
}
.tb_list.vexam .rspvn-table tbody tr:nth-child(n+2) {
	display: block;
	margin-top: 15px;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(2) {
	margin-bottom: 0;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(n+3) {
	border-top: 1px solid #dedede
}
.tb_list.vexam .rspvn-table tbody td {
	display: block;
	width: 100%;
	padding: 7px 7px 7px 110px;
	box-sizing: border-box;
	min-height: 35px;
	text-align: left;
	position: relative;
	font-size: 14px;
	background: none !important;
	z-index: 2
}
.tb_list.vexam .rspvn-table tbody tr:before {
	width: 95px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #f6f6f6;
	border-right: 1px solid #dedede;
	display: block;
	content: "";
	z-index: 1;
}
.tb_list.vexam .rspvn-table tbody td:before {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	color: #313131;
	padding: 7px 0 7px 10px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.tb_list.vexam .rspvn-table tbody td.tal {
	padding-left: 110px;
	text-align: left;
}
.tb_list.vexam .rspvn-table tbody td.tac {
	background: #fff;
	text-align: left;
}
.tb_list.vexam .rspvn-table tbody tr td:last-child {
	border-bottom: none;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(2) a {
	color: #0f91d0;
	font-weight: 500;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(2):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "시험명"
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(3):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "응시기간"
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(4):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "응시일"
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(5):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "성적"
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(6):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "상태"
}
.tb_list.vexam .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important;
	margin-top: 0;
	top: auto;
	left: 0
}
.tb_list.vexam .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(n+3) {
	height: auto;
	line-height: 20px;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(6) {
	position: relative;
	right: auto;
	top: auto;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(n+5) {
	margin-left: 0;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(n+5):before {
	width: 95px;
	height: 100%;
	background: none;
	margin-top: 0;
	top: 0;
}
.tb_list.vexam .rspvn-table tbody td.col-coupon {
	width: auto;
}
.tb_list.vexam .rspvn-table tbody tr td:nth-child(6):before {
	display: flex;
}
.tb_list.vexam .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important
}
.tb_list.vexam .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vexam .rspvn-table .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
}
.tb_list.vexam .rspvn-table .periods span:before {
	display: inline;
	content: "~";
	margin: 0 3px;
}
.tb_list.vexam .rspvn-table .button.blue {
	padding: 0 7px !important;
	font-size: 14px;
	line-height: 25px;
	height: 28px;
}
.tb_list.vhomework colgroup {
	display: none
}
.tb_list.vhomework thead {
	display: none
}
.tb_list.vhomework tbody tr {
	display: block;
	padding: 15px 90px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vhomework tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vhomework tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vhomework tbody tr td {
	display: block;
	float: left;
	padding: 0;
	text-align: left;
	background: none !important;
	border: none;
}
.tb_list.vhomework tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vhomework tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vhomework tbody tr td:nth-child(2) a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vhomework tbody tr td:nth-child(3) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vhomework tbody tr td:nth-child(3) br {
	display: none;
}
.tb_list.vhomework tbody tr td:nth-child(3) span {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
.tb_list.vhomework tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vhomework tbody tr td:nth-child(n+5) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vhomework tbody tr td:nth-child(n+5):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vhomework tbody tr td:nth-child(6) {
	margin-left: 0;
	position: absolute;
	right: 10px;
	top: 15px;
}
.tb_list.vhomework tbody tr td:nth-child(6):before {
	display: none;
}
.tb_list.vhomework .button.small {
	padding: 0 7px;
	line-height: 25px;
	height: 27px;
}
.tb_list.vhomework .rspvn-table colgroup {
	display: none;
}
.tb_list.vhomework .rspvn-table thead {
	display: none;
}
.tb_list.vhomework .rspvn-table tbody td[data-cell-header]:before {
	content: attr(data-cell-header);
	position: absolute;
	left: 0;
	top: 0;
}
.tb_list.vhomework .rspvn-table tbody tr {
	display: block;
	border: 1px solid #dedede;
	position: relative;
	background: none !important;
	padding: 0;
}
.tb_list.vhomework .rspvn-table tbody tr:first-child {
	border-top: none;
}
.tb_list.vhomework .rspvn-table tbody tr:nth-child(n+2) {
	display: block;
	margin-top: 15px;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(2) {
	margin-bottom: 0;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(n+3) {
	border-top: 1px solid #dedede
}
.tb_list.vhomework .rspvn-table tbody td {
	display: block;
	width: 100%;
	padding: 7px 7px 7px 110px;
	box-sizing: border-box;
	min-height: 35px;
	text-align: left;
	position: relative;
	font-size: 14px;
	background: none !important;
	z-index: 2
}
.tb_list.vhomework .rspvn-table tbody tr:before {
	width: 95px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #f6f6f6;
	border-right: 1px solid #dedede;
	display: block;
	content: "";
	z-index: 1;
}
.tb_list.vhomework .rspvn-table tbody td:before {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	color: #313131;
	padding: 7px 0 7px 10px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.tb_list.vhomework .rspvn-table tbody td.tal {
	padding-left: 110px;
	text-align: left;
}
.tb_list.vhomework .rspvn-table tbody td.tac {
	background: #fff;
	text-align: left;
}
.tb_list.vhomework .rspvn-table tbody tr td:last-child {
	border-bottom: none;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(2) a {
	color: #0f91d0;
	font-weight: 500;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(2):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "과제명"
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(3):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "제출기간"
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(4):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "제출일"
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(5):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "성적"
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(6):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "상태"
}
.tb_list.vhomework .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important;
	margin-top: 0;
	top: auto;
	left: 0
}
.tb_list.vhomework .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(n+3) {
	height: auto;
	line-height: 20px;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(6) {
	position: relative;
	right: auto;
	top: auto;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(n+5) {
	margin-left: 0;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(n+5):before {
	width: 95px;
	height: 100%;
	background: none;
	margin-top: 0;
	top: 0;
}
.tb_list.vhomework .rspvn-table tbody td.col-coupon {
	width: auto;
}
.tb_list.vhomework .rspvn-table tbody tr td:nth-child(6):before {
	display: flex;
}
.tb_list.vhomework .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important
}
.tb_list.vhomework .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vhomework .rspvn-table .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
}
.tb_list.vhomework .rspvn-table .periods span:before {
	display: inline;
	content: "~";
	margin: 0 3px;
}
.tb_list.vhomework .rspvn-table .button.blue {
	padding: 0 7px !important;
	font-size: 14px;
	line-height: 25px;
	height: 28px;
}
.tb_list.vforum .rspvn-table colgroup {
	display: none;
}
.tb_list.vforum .rspvn-table thead {
	display: none;
}
.tb_list.vforum .rspvn-table tbody td[data-cell-header]:before {
	content: attr(data-cell-header);
	position: absolute;
	left: 0;
	top: 0;
}
.tb_list.vforum .rspvn-table tbody tr {
	display: block;
	border: 1px solid #dedede;
	position: relative;
	background: none !important;
	padding: 0;
}
.tb_list.vforum .rspvn-table tbody tr:first-child {
	border-top: none;
}
.tb_list.vforum .rspvn-table tbody tr:nth-child(n+2) {
	display: block;
	margin-top: 15px;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(2) {
	margin-bottom: 0;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(n+3) {
	border-top: 1px solid #dedede
}
.tb_list.vforum .rspvn-table tbody td {
	display: block;
	width: 100%;
	padding: 7px 7px 7px 110px;
	box-sizing: border-box;
	min-height: 35px;
	text-align: left;
	position: relative;
	font-size: 14px;
	background: none !important;
	z-index: 2
}
.tb_list.vforum .rspvn-table tbody tr:before {
	width: 95px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #f6f6f6;
	border-right: 1px solid #dedede;
	display: block;
	content: "";
	z-index: 1;
}
.tb_list.vforum .rspvn-table tbody td:before {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	color: #313131;
	padding: 7px 0 7px 10px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.tb_list.vforum .rspvn-table tbody td.tal {
	padding-left: 110px;
	text-align: left;
}
.tb_list.vforum .rspvn-table tbody td.tac {
	background: #fff;
	text-align: left;
}
.tb_list.vforum .rspvn-table tbody tr td:last-child {
	border-bottom: none;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(2) a {
	color: #0f91d0;
	font-weight: 500;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(2):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "과제명"
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(3):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "제출기간"
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(4):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "제출일"
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(5):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "성적"
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(6):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "상태"
}
.tb_list.vforum .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important;
	margin-top: 0;
	top: auto;
	left: 0
}
.tb_list.vforum .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(n+3) {
	height: auto;
	line-height: 20px;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(6) {
	position: relative;
	right: auto;
	top: auto;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(n+5) {
	margin-left: 0;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(n+5):before {
	width: 95px;
	height: 100%;
	background: none;
	margin-top: 0;
	top: 0;
}
.tb_list.vforum .rspvn-table tbody td.col-coupon {
	width: auto;
}
.tb_list.vforum .rspvn-table tbody tr td:nth-child(6):before {
	display: flex;
}
.tb_list.vforum .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important
}
.tb_list.vforum .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vforum .rspvn-table .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
}
.tb_list.vforum .rspvn-table .periods span:before {
	display: inline;
	content: "~";
	margin: 0 3px;
}
.tb_list.vforum .rspvn-table .button.blue {
	padding: 0 7px !important;
	font-size: 14px;
	line-height: 25px;
	height: 28px;
}
.tb_list.vnotice {
}
.tb_list.vnotice colgroup {
	display: none
}
.tb_list.vnotice thead {
	display: none
}
.tb_list.vnotice tbody tr {
	display: block;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vnotice tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vnotice tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vnotice tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
}
.tb_list.vnotice tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vnotice tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vnotice tbody tr td:nth-child(2) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: inline-block;
	vertical-align: top;
	max-width: 90%;
	;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vnotice tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vnotice tbody tr td:nth-child(n+4) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vnotice tbody tr td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vnotice .periods br {
	display: none;
}
.tb_list.vnotice .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.tb_list.vnotice.hoz {
}
.tb_list.vnotice.hoz colgroup {
	display: none
}
.tb_list.vnotice.hoz thead {
	display: none
}
.tb_list.vnotice.hoz tbody tr {
	display: block;
	padding: 15px 95px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vnotice.hoz tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vnotice.hoz tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vnotice.hoz tbody tr td {
	display: block;
	width: auto;
	float: left;
	text-align: left;
	padding: 0 0 0 0px;
	background: none !important;
	border: none;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(2) {
	margin-bottom: 3px;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(2) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: inline-block;
	vertical-align: top;
	max-width: 90%;
	;
	white-space: nowrap;
	overflow: visible;
	text-overflow: ellipsis;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(n+3) {
	margin-left: 15px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(n+4) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(3) {
	position: absolute;
	right: 72px;
	top: 15px;
	height: 20px;
	vertical-align: top;
}
.tb_list.vnotice.hoz tbody tr td:nth-child(4) {
	position: absolute;
	right: 10px;
	top: 15px;
	min-width: 45px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}
.tb_list.vface {
}
.tb_list.vface colgroup {
	display: none
}
.tb_list.vface thead {
	display: none
}
.tb_list.vface tbody tr {
	display: block;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vface tbody tr.vc {
	padding-right: 85px;
}
.tb_list.vface tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vface tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vface tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
}
.tb_list.vface tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vface tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 500;
	color: #111;
}
.tb_list.vface tbody tr td:nth-child(2) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: inline-block;
	vertical-align: top;
	max-width: 90%;
	;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vface tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vface tbody tr td:nth-child(n+4) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vface tbody tr td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vface tbody tr td.abr:nth-child(5) {
	margin-left: 0;
	position: absolute;
	right: 10px;
	top: 15px;
}
.tb_list.vface tbody tr td.abr:nth-child(5):before {
	display: none;
}
.tb_list.vface .periods br {
	display: none;
}
.tb_list.vface .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.tb_list.vlms {
}
.tb_list.vlms colgroup {
	display: none
}
.tb_list.vlms thead {
	display: none
}
.tb_list.vlms tbody tr {
	display: block;
	padding: 15px 80px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vlms tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vlms tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vlms tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
	box-sizing: border-box;
}
.tb_list.vlms tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vlms tbody tr td:nth-child(2) {
	position: absolute;
	left: 10px;
	top: 16px;
	font-size: 14px !important;
}
.tb_list.vlms tbody tr td:nth-child(3) {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 15px !important;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vlms tbody tr td:nth-child(5) {
	width: 100%;
	margin-left: 0 !important;
	margin-bottom: 3px !important;
}
.tb_list.vlms tbody tr td:nth-child(5):before {
	display: none !important;
}
.tb_list.vlms tbody tr td:nth-child(4) {
	position: absolute !important;
	left: 10px;
	width: auto;
	top: 60px;
	margin-left: 0 !important;
	margin-bottom: 3px;
}
.tb_list.vlms tbody tr td:nth-child(4):before {
	display: none !important;
}
.tb_list.vlms tbody tr td:nth-child(6) {
	margin-left: 45px !important;
}
.tb_list.vlms tbody tr td:nth-child(2) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: inline-block;
	vertical-align: top;
	max-width: 90%;
	;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vlms tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vlms tbody tr td:nth-child(n+4) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vlms tbody tr td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vlms tbody tr td:nth-child(8) {
	margin-left: 0;
	height: auto !important;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tb_list.vlms tbody tr td:nth-child(8):before {
	display: none;
}
.tb_list.vlms tbody tr td:nth-child(7):before {
	display: none;
}
.tb_list.vlms tbody tr td:nth-child(n+4) {
	line-height: 20px;
	margin-top: 2px;
	height: 20px;
}
.tb_list.vlms .periods br {
	display: none;
}
.tb_list.vlms .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.tb_list.vlms .button.small {
	padding: 0 7px;
	line-height: 25px;
	height: 27px;
}
.tb_list.vlms tbody tr td.vlms-name {
	padding-left: 37px;
}
.tb_list.vlms tbody tr td.vlms-cscore {
	margin-left: 0px !important;
}
.tb_list.vlms tbody tr td.vlms-cscore:before {
	display: none;
!important;
}
.tb_list.vams {
}
.tb_list.vams colgroup {
	display: none
}
.tb_list.vams thead {
	display: none
}
.tb_list.vams tbody tr {
	display: block;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vams tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vams tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vams tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
}
.tb_list.vams tbody tr td:nth-child(1) {
	position: absolute;
	left: 10px;
	top: 15px;
}
.tb_list.vams tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
	font-size: 15px !important;
	color: #111;
	box-sizing: border-box;
}
.tb_list.vams tbody tr td:nth-child(5) {
	width: 100%;
	margin-left: 0 !important;
	margin-bottom: 3px !important;
}
.tb_list.vams tbody tr td:nth-child(5):before {
	display: none !important;
}
.tb_list.vams tbody tr td:nth-child(2) {
	padding-right: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vams tbody tr td:nth-child(2) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: inline-block;
	vertical-align: top;
	max-width: 95%;
	;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vams tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vams tbody tr td:nth-child(n+4) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vams tbody tr td:nth-child(n+4):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vams tbody tr td:nth-child(6) {
	margin-left: 0;
	position: absolute;
	right: 10px;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tb_list.vams tbody tr td:nth-child(6):before {
	display: none;
}
.tb_list.vams tbody tr td:nth-child(5) {
	height: 20px;
	float: left;
	width: auto;
	margin-left: 10px !important;
	;/* position:absolute !important; left:0; top:16px;width:auto; */
}
.tb_list.vams tbody tr td:nth-child(5):before {
}
.tb_list.vams tbody tr td:nth-child(3) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vams tbody tr td:nth-child(4) {
	margin-bottom: 3px;
	margin-left: 0 !important;
	margin-top: 3px;
}
.tb_list.vams tbody tr td:nth-child(4):before {
	display: none !important;
	;
}
.tb_list.vams tbody tr td.vams-period {
	padding-top: 2px;
}
.tb_list.vams tbody tr td.vams-button {
	margin-left: 0;
	position: absolute;
	right: 10px;
	height: auto;
	top: 63%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tb_list.vams tbody tr td.vams-button:before {
	display: none;
}
.tb_list.vams .progress_info {
	display: none !important
}
.tb_list.vams .periods br {
	display: none;
}
.tb_list.vams .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.tb_list.vams .button.small {
	padding: 0 7px;
	line-height: 25px;
	height: 27px;
}
.tb_list.vsurvey {
}
.tb_list.vsurvey colgroup {
	display: none
}
.tb_list.vsurvey thead {
	display: none
}
.tb_list.vsurvey tbody tr {
	display: block;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vsurvey tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vsurvey tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vsurvey tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
}
.tb_list.vsurvey tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vsurvey tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vsurvey tbody tr td:nth-child(3) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vsurvey tbody tr td:nth-child(2) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vsurvey tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vsurvey tbody tr td:nth-child(n+5) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vsurvey tbody tr td:nth-child(n+5):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vsurvey .periods br {
	display: none;
}
.tb_list.vsurvey .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.tb_list.vsurvey .rspvn-table colgroup {
	display: none;
}
.tb_list.vsurvey .rspvn-table thead {
	display: none;
}
.tb_list.vsurvey .rspvn-table tbody td[data-cell-header]:before {
	content: attr(data-cell-header);
	position: absolute;
	left: 0;
	top: 0;
}
.tb_list.vsurvey .rspvn-table tbody tr {
	display: block;
	border: 1px solid #dedede;
	position: relative;
	background: none !important;
	padding: 0;
}
.tb_list.vsurvey .rspvn-table tbody tr:first-child {
	border-top: none;
}
.tb_list.vsurvey .rspvn-table tbody tr:nth-child(n+2) {
	display: block;
	margin-top: 15px;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(2) {
	margin-bottom: 0;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(n+3) {
	border-top: 1px solid #dedede
}
.tb_list.vsurvey .rspvn-table tbody td {
	display: block;
	width: 100%;
	padding: 7px 7px 7px 110px;
	box-sizing: border-box;
	min-height: 35px;
	text-align: left;
	position: relative;
	font-size: 14px;
	background: none !important;
	z-index: 2
}
.tb_list.vsurvey .rspvn-table tbody tr:before {
	width: 95px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #f6f6f6;
	border-right: 1px solid #dedede;
	display: block;
	content: "";
	z-index: 1;
}
.tb_list.vsurvey .rspvn-table tbody td:before {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	color: #313131;
	padding: 7px 0 7px 10px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.tb_list.vsurvey .rspvn-table tbody td.tal {
	padding-left: 110px;
	text-align: left;
}
.tb_list.vsurvey .rspvn-table tbody td.tac {
	background: #fff;
	text-align: left;
}
.tb_list.vsurvey .rspvn-table tbody tr td:last-child {
	border-bottom: none;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(2) a {
	color: #0f91d0;
	font-weight: 500;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(2):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "설문명"
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(3):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "설문기간"
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(4):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "참여일"
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(5):before {
	position: absolute;
	left: 0;
	top: 0;
	content: "상태"
}
.tb_list.vsurvey .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important;
	margin-top: 0;
	top: auto;
	left: 0
}
.tb_list.vsurvey .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(n+3) {
	height: auto;
	line-height: 20px;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(6) {
	position: relative;
	right: auto;
	top: auto;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(n+5) {
	margin-left: 0;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(n+5):before {
	width: 95px;
	height: 100%;
	background: none;
	margin-top: 0;
	top: 0;
}
.tb_list.vsurvey .rspvn-table tbody td.col-coupon {
	width: auto;
}
.tb_list.vsurvey .rspvn-table tbody tr td:nth-child(6):before {
	display: flex;
}
.tb_list.vsurvey .rspvn-table tbody tr td.nodata {
	padding-left: 0;
	text-align: center;
	padding: 60px 0;
	background: #fff !important
}
.tb_list.vsurvey .rspvn-table tbody tr td.nodata:before {
	display: none;
}
.tb_list.vsurvey .rspvn-table .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
}
.tb_list.vsurvey .rspvn-table .periods span:before {
	display: inline;
	content: "~";
	margin: 0 3px;
}
.tb_list.vsurvey .rspvn-table .button.blue {
	padding: 0 7px !important;
	font-size: 14px;
	line-height: 25px;
	height: 28px;
}
.tb_list.vforum {
}
.tb_list.vforum colgroup {
	display: none
}
.tb_list.vforum thead {
	display: none
}
.tb_list.vforum tbody tr {
	display: block;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vforum tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vforum tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vforum tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
}
.tb_list.vforum tbody tr td:nth-child(1) {
	display: none;
}
.tb_list.vforum tbody tr td:nth-child(2) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vforum tbody tr td:nth-child(3) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vforum tbody tr td:nth-child(2) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vforum tbody tr td:nth-child(n+3) {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.tb_list.vforum tbody tr td:nth-child(n+5) {
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vforum tbody tr td:nth-child(n+5):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vforum .periods br {
	display: none;
}
.tb_list.vforum .periods span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.tb_list.vcourse {
}
.tb_list.vcourse colgroup {
	display: none
}
.tb_list.vcourse thead {
	display: none
}
.tb_list.vcourse tbody tr {
	display: block;
	padding: 15px 80px 15px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.tb_list.vcourse tbody tr:after {
	display: block;
	content: "";
	clear: both;
}
.tb_list.vcourse tbody tr:nth-child(even) {
	background: #fafafa
}
.tb_list.vcourse tbody tr td {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	background: none !important;
	border: none;
}
.tb_list.vcourse tbody tr td:nth-child(1) {
	width: 100%;
	margin-bottom: 3px;
}
.tb_list.vcourse tbody tr td:nth-child(1) a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb_list.vcourse tbody tr td:nth-child(n+3) {
	font-size: 14px;
	position: relative;
	line-height: 16px;
	height: 16px;
	margin: 0;
	margin-left: 15px;
}
.tb_list.vcourse tbody tr td:nth-child(n+3):before {
	width: 1px;
	height: 10px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	background: #d1d1d1;
}
.tb_list.vcourse tbody tr td:nth-child(3) {
	margin-left: 0;
	position: absolute;
	right: 10px;
	top: 15px;
}
.tb_list.vcourse tbody tr td:nth-child(3):before {
	display: none;
}
.tb_list.vcourse .button.small {
	padding: 0 7px;
	line-height: 25px;
	height: 27px;
}
.tb_list.vexam .subject {
	font-weight: 500;
	color: #111;
}
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:780px) {
.tb_view.vcourse colgroup {
	display: none;
}
.tb_view.vcourse tbody tr {
	display: block;
	position: relative;
	border: none;
}
.tb_view.vcourse tbody tr:after {
	display: block;
	content: "";
	clear: both
}
.tb_view.vcourse tbody tr:before {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: #f8f8f8;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 100%;
	display: block;
	content: "";
}
.tb_view.vcourse tbody tr th {
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
	border-bottom: none;
	background: none;
	min-height: 35px;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
}
.tb_view.vcourse tbody tr th:nth-child(3) {
	top: auto;
	bottom: 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.tb_view.vcourse tbody tr td {
	padding: 10px 10px 10px 100px;
	border-bottom: 1px solid #dedede;
	display: block;
	box-sizing: border-box;
	background: none;
	font-weight: 400;
	font-size: 14px;
	min-height: 35px;
}
.tb_view.vcourse tbody tr td strong {
	font-weight: 400;
}
.tb_view.vcourse tbody tr.full.first {
	border-top: 1px solid #dedede;
	margin-top: 30px;
}
.tb_view.vcourse tbody tr.full.first th {
}
.tb_view.vcourse tbody tr.full:before {
	display: none
}
.tb_view.vcourse tbody tr.full th {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	border-bottom: 1px solid #dedede;
	display: block;
	background: #f8f8f8;
}
.tb_view.vcourse tbody tr.full td {
	padding: 10px
}
.tb_view.vnotice colgroup {
	display: none;
}
.tb_view.vnotice tbody tr {
	display: block;
}
.tb_view.vnotice tbody tr th {
	padding: 10px 10px 10px 10px;
	display: block;
	background: none;
	border-bottom: none;
	font-size: 15px;
	color: #333;
}
.tb_view.vnotice tbody tr td {
	padding: 0 10px 10px 10px;
	display: block;
	background: none;
	font-weight: 400;
	font-size: 14px;
}
.tb_view.vnotice tbody tr td strong {
	font-weight: 400;
}
.tb_view.vexam colgroup {
	display: none;
}
.tb_view.vexam tbody tr {
	display: block;
}
.tb_view.vexam tbody tr th {
	padding: 10px 10px 10px 10px;
	display: block;
	background: none;
	border-bottom: none;
	font-size: 15px;
	color: #333;
}
.tb_view.vexam tbody tr td {
	padding: 0 10px 10px 10px;
	display: block;
	background: none;
	font-weight: 400;
	font-size: 14px;
}
.tb_view.vexam tbody tr td strong {
	font-weight: 400;
}
.tb_view tbody tr td.vc {
	padding-top: 10px !important;
}
.tb_view.vexam2 colgroup {
	display: none;
}
.tb_view.vexam2 tbody tr {
	display: block;
	position: relative;
	border: none;
}
.tb_view.vexam2 tbody tr:after {
	display: block;
	content: "";
	clear: both
}
.tb_view.vexam2 tbody tr:before {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: #f8f8f8;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 100%;
	display: block;
	content: "";
}
.tb_view.vexam2 tbody tr th {
	ont-size: 14px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
	border-bottom: none;
	min-height: 35px;
	background: none;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}
.tb_view.vexam2 tbody tr th:nth-child(3) {
	top: auto;
	bottom: 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.tb_view.vexam2 tbody tr td {
	padding: 10px 10px 10px 100px;
	border-bottom: 1px solid #dedede;
	display: block;
	box-sizing: border-box;
	background: none;
	font-weight: 400;
	font-size: 14px;
	min-height: 35px;
}
.tb_view.vexam2 tbody tr td strong {
	font-weight: 400;
}
.tb_view.vforum colgroup {
	display: none;
}
.tb_view.vforum tbody tr {
	display: block;
}
.tb_view.vforum tbody tr th {
	padding: 10px 10px 10px 10px;
	display: block;
	background: none;
	border-bottom: none;
	font-size: 15px;
	color: #333;
}
.tb_view.vforum tbody tr td {
	padding: 0 10px 10px 10px;
	display: block;
	background: none;
	font-weight: 400;
	font-size: 14px;
}
.tb_view.vforum tbody tr td strong {
	font-weight: 400;
}
.tb_view.vhomework colgroup {
	display: none;
}
.tb_view.vhomework tbody tr {
	display: block;
}
.tb_view.vhomework tbody tr th {
	padding: 10px 10px 10px 10px;
	display: block;
	background: none;
	border-bottom: none;
	font-size: 15px;
	color: #333;
}
.tb_view.vhomework tbody tr td {
	padding: 0 10px 10px 10px;
	display: block;
	background: none;
	font-weight: 400;
	font-size: 14px;
}
.tb_view.vhomework tbody tr td strong {
	font-weight: 400;
}
.tb_view.vhomework2 colgroup {
	display: none;
}
.tb_view.vhomework2 tbody tr {
	display: block;
	position: relative;
	border: none;
}
.tb_view.vhomework2 tbody tr:after {
	display: block;
	content: "";
	clear: both
}
.tb_view.vhomework2 tbody tr:before {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: #f8f8f8;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 100%;
	display: block;
	content: "";
}
.tb_view.vhomework2 tbody tr th {
	font-size: 14px;
	padding: 7px 10px 7px 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
	border-bottom: none;
	min-height: 35px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	background: none;
}
.tb_view.vhomework2 tbody tr th:nth-child(3) {
	top: auto;
	bottom: 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.tb_view.vhomework2 tbody tr td {
	font-size: 14px;
	padding: 7px 10px 7px 100px;
	border-bottom: 1px solid #dedede;
	display: block;
	box-sizing: border-box;
	background: none;
	font-weight: 400;
	font-size: 14px;
	min-height: 35px;
}
.tb_view.vhomework2 tbody tr td strong {
	font-weight: 400;
}
.tb_view.vhomework2 .tb_subtitle {
	padding: 0;
	font-size: 14px;
}
.tb_list.vonline tbody tr td {
	font-size: 15px;
}
.tb_list.vonline tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vnotice tbody tr td {
	font-size: 15px;
}
.tb_list.vnotice tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vlms tbody tr td {
	font-size: 15px;
}
.tb_list.vlms tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vams tbody tr td {
	font-size: 15px;
}
.tb_list.vams tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vsurvey tbody tr td {
	font-size: 15px;
}
.tb_list.vsurvey tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vforum tbody tr td {
	font-size: 15px;
}
.tb_list.vforum tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vface tbody tr td {
	font-size: 15px;
}
.tb_list.vface tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vexam tbody tr td {
	font-size: 15px;
}
.tb_list.vexam tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vhomework tbody tr td {
	font-size: 15px;
}
.tb_list.vhomework tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_list.vcourse tbody tr td {
	font-size: 15px;
}
.tb_list.vcourse tbody tr td:nth-child(n+3) {
	font-size: 13px;
}
.tb_view .sm-txt {
	font-size: 13px;
}
.tb_view .field.recommend .chk-radio:nth-child(n+2) {
	margin-left: 10px;
}
.tb_view .field.recommend .chk-radio:nth-child(5) {
	margin-left: 0;
	display: block;
	margin-top: 5px;
}
}
 @media only screen and (max-width:680px) {
.tb_insert colgroup {
	display: none;
}
.tb_insert tbody tr {
	display: block;
}
.tb_insert tbody th {
	display: block;
	padding: 10px 0 10px 8px
}
.tb_insert tbody td {
	display: block;
}
}
 @media only screen and (max-width:480px) {
}
.tb_list.survey {
	table-layout: fixed;
	border-collapse: collapse;
}
.tb_list.survey thead th {
	border-left: 1px solid #DEDEDE;
	line-height: 15px;
}
.tb_list.survey thead th:first-child {
	border-left: none
}
.tb_list.survey tbody td {
	border-left: 1px solid #DEDEDE;
}
.tb_list.survey tbody td.items {
	padding: 0;
}
.tb_list.survey tbody td:first-child {
	border-left: none
}
.tb_list.survey tbody td span {
	vertical-align: 0;
	margin-left: 0
}
.tb_list.survey td.tac {
	text-align: center !important;
}
.tb_list.survey td.tal {
	text-align: left !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.tb_list.survey td div.sentence {
	margin-top: 5px;
}
.tb_list.survey td div.sentence textarea {
	width: 100%;
	padding: 5px;
}
.tb_list.survey td div.sentence input {
	width: 100%;
}
.tb_list.survey .survey_item {
	table-layout: fixed;
	border-collapse: collapse;
	width: auto;
}
.tb_list.survey .survey_item td {
	background-color: transparent !important;
	border-bottom: none;
}
.tb_list.survey .survey_item td label {
	display: inline-block;
	width: 45px;
}
.tb_list.survey .survey_item td .chk-radio {
	height: 20px;
}
.tb_list.survey .survey_item td .chk-radio label {
	width: auto;
	padding-left: 20px;
}
 @media only screen and (max-width:780px) {
.tb_list.survey thead th {
	font-size: 14px;
}
.tb_list.survey tbody td {
	font-size: 14px;
}
}
 @media only screen and (max-width:480px) {
}
h5.not_break {
	margin-bottom: 10px;
}
.not_break {
	line-height: 30px;
	white-space: nowrap;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	padding-left: 0;
	margin-bottom: 10px;
}
#fileArea {
	display: block;
	margin-top: 10px
}
.survey_list {
	border-top: 2px solid #727272;
	padding-bottom: 50px
}
.survey_dl dt {
	font-weight: 700;
	padding: 8px;
	border-bottom: 1px solid #d1d1d1;
	color: #333;
	background-color: #f8f8f8
}
.survey_dl dd {
	padding: 8px 10px;
	border-bottom: 1px solid #d1d1d1
}
.survey_dl dd input[type=radio] {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 4px
}
.survey_dl dd li {
	margin-top: 5px
}
.survey_dl dd textarea {
	border: 1px solid #d1d1d1;
	width: 100%;
	height: 100px;
	padding: 4px
}
.survey_dl .chk-input textarea {
	border: 1px solid #d1d1d1;
	width: 100%;
	min-height: 200px;
	padding: 8px
}
.survey_dl .chk-input input {
	width: 100%;
	box-sizing: border-box;
}
 @media only screen and (max-width:780px) {
.survey_dl dt {
	font-weight: 500;
	color: #333;
}
}
.file_info {
	background-color: #f8f8f8;
	padding: 15px 15px;
	color: #000;
	font-weight: 700;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1
}
.file_info_faq {
	background-color: #fff;
	padding: 10px;
	color: #000;
	font-weight: 700;
	margin-top: 20px;
}
.file_w {
	padding: 10px
}
.file_con {
	padding-right: 5px
}
.not_answer {
	padding: 30px 0;
	text-align: center;
	border-top: 1px dotted #afafaf;
	border-bottom: 1px dotted #afafaf;
	margin-top: 15px
}
.not_answer span {
	background: url('/common/images/default/not_answer.jpg') no-repeat 0 50%;
	padding-left: 55px;
	display: inline-block;
	height: 48px;
	line-height: 48px
}
.not_answer span em {
	font-weight: 700
}
.popup {
	position: relative;
}
.popup .btn_closed {
	position: absolute;
	right: 15px;
	top: 15px
}
.pop_tt {
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	padding-bottom: 10px
}
.pop_content {
	overflow: auto;
	border-top: 2px solid #676767;
	padding: 10px;
	height: 231px
}
.pop_content .book_img {
	float: left;
	width: 180px;
	height: 223px;
	margin-right: 10px
}
.pop_content .book_img img {
	width: 180px
}
.pop_content .book_info {
	float: left;
	width: 300px;
	border: 1px solid #d1d1d1;
	border-bottom: none
}
.pop_content .book_info .textbox {
	border: 1px solid #d1d1d1;
	height: 92px;
	width: 275px;
	padding: 4px;
	overflow: auto
}
.book_nm {
	font-weight: bold
}
.main_pop {
	width: 100%;
	height: 100%;
	border: 2px solid #0a81bb;
	background-color: #fff;
	padding-bottom: 33px;
	padding-top: 44px;
	position: relative;
	overflow: hidden
}
.main_pop_tt {
	height: 44px;
	background-color: #0a81bb;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-indent: 8px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.main_pop_bt {
	height: 35px;
	background-color: #0a81bb;
	color: #fff;
	border-top: 1px solid #0a81bb;
}
.main_pop_bt td {
	height: 35px;
	padding: 7px;
}
.main_pop_bt a {
	color: #fff;
}
.main_pop .btn_close {
	position: absolute;
	right: 15px;
	top: 15px
}
/* 수강신청절차 */
.step_list {
	padding-top: 30px;
	border-top: 2px solid #0d0b0b
}
.step_list > li {
	padding-left: 90px;
	padding-bottom: 40px
}
.step_list li.step01 {
	background: url('/common/images/default/icon_step01.jpg') no-repeat 0 0
}
.step_list li.step02 {
	background: url('/common/images/default/icon_step02.jpg') no-repeat 0 0
}
.step_list li.step03 {
	background: url('/common/images/default/icon_step03.jpg') no-repeat 0 0
}
.step_list li.step04 {
	background: url('/common/images/default/icon_step04.jpg') no-repeat 0 0
}
.step_list li.step05 {
	background: url('/common/images/default/icon_step05.jpg') no-repeat 0 0
}
.step_list li.step06 {
	background: url('/common/images/default/icon_step06.jpg') no-repeat 0 0
}
.step_list li.step07 {
	background: url('/common/images/default/icon_step07.jpg') no-repeat 0 0
}
.step_list li.step08 {
	background: url('/common/images/default/icon_step08.jpg') no-repeat 0 0
}
.step_list li.step09 {
	background: url('/common/images/default/icon_step09.jpg') no-repeat 0 0
}
.step_list li h6 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px
}
.step_list li em {
	color: #e2450e;
	padding-right: 5px;
	font-size: 18px;
}
.step_list li p {
	line-height: 22px;
	font-size: 14px;
}
.step_list li .dep1 {
	margin-top: 20px
}
.step_list li .dep2 {
	margin: 10px 0
}
/* 사이트맵 */
.sitemap_wrap {
	overflow: hidden;
	margin-left: -32px;
	margin-top: 15px
}
.sitemap_wrap > li {
	background-color: #f1f2f4;
	float: left;
	width: 175px;
	margin-left: 32px;
	height: 233px;
	margin-bottom: 32px;
	padding: 15px 20px
}
.sitemap_wrap > li h6.site_title {
	height: 30px;
	line-height: 30px;
	color: #0a81bb;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid #dcdcdc
}
.sitemap_wrap .site_list {
	border-top: 1px solid #fbfcfc
}
.sitemap_wrap .site_list li {
	height: 26px;
	padding-left: 10px;
	background: url('/common/images/default/blt_dot.png') no-repeat 3px 50%;
	line-height: 26px
}
table.buy_book {
	margin: -8px 0 -8px 0
}
table.buy_book tbody td {
	border: none;
	vertical-align: top;
	font-size: 12px;
	border-bottom: 1px solid #d1d1d1
}
table.buy_book tbody td.book_name {
	text-align: left;
	padding-left: 4px
}
table.buy_book tbody td.book_price {
	text-align: right
}
table.buy_book tbody td.book_buy {
	text-align: right
}
table.buy_book tbody td.book_buy input {
	vertical-align: top;
	margin-top: 4px
}
table.buy_book tbody td.last {
	border: none
}
.pop_wrap .pop_title {
	position: relative;
	height: 44px;
	background-color: #507bd7;
	line-height: 44px
}
.pop_wrap .pop_title .close {
	position: absolute;
	right: 0;
	top: 0;
	background: url('/common/images/default/bt_mnclose.png') no-repeat center #444;
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0px;
	top: 0;
	background-size: 22px auto;
}
.pop_wrap .pop_title h6 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 18px
}
.pop_wrap .pop_title .pop_closed {
	position: absolute;
	right: 13px;
	top: 13px
}
.pop_wrap .pop_title .time {
	position: absolute;
	right: 25px;
	top: 0;
	height: 30px;
	width: 250px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #3cc0f7;
	margin: 7px 0
}
.pop_wrap .post_con {
	border: 1px solid #0a81bb;
	border-top: none;
	height: 392px;
	width: 482px;
	padding: 13px 8px 0
}
.pop_wrap .control-group {
	text-align: center;
	margin-top: 19px;
	line-height: 24px
}
.pop_wrap .control-group .control-label {
	display: inline-block;
	zoom: 1;
*display:inline;
	font-weight: 700;
	color: #555;
	vertical-align: top
}
.pop_wrap .control-group .controls {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top
}
.pop_wrap .inner_tb {
	height: 230px;
	overflow: auto
}
.tb_post {
	border-top: 2px solid #727272;
	margin-top: 18px;
	border-bottom: 1px solid #d2d2d4
}
.tb_post thead th {
	height: 36px;
	background-color: #f6f6f6;
	border-left: 1px solid #d2d2d4;
	border-right: 1px solid #d2d2d4;
	color: #000
}
.tb_post > tbody > tr > td {;
	border-left: 1px solid #d2d2d4;
	border-right: 1px solid #d2d2d4
}
.post_code {
	border-right: 1px solid #d2d2d4;
	text-align: center;
	border-bottom: 1px solid #d2d2d4
}
.addr_code {
	padding-left: 4px;
	border-bottom: 1px solid #d2d2d4;
	line-height: 23px
}
#address a {
	font-size: 12px;
}
#nodata td {
	height: 230px;
	text-align: center;
	font-size: 14px
}
/* 시험창 */
.pop_exam {
	position: relative;
	width: 100%;
	height: 100%
}
.pop_exam .pop_title {
	position: fixed;
	top: 0;
	width: 100%
}
.exam_wrap {
	height: 100%;
	width: 100%;
	padding: 44px 0 56px 0
}
.exam_container {
	padding: 10px;
	overflow: auto;
	width: 80%;
	height: 100%;
	float: left;
}
.exam_result {
	width: 100%;
}
.exam_wrap .exam_container .exam_info {
	width: 250px;
	margin-left: 8px;
	float: left
}
.exam_question {
	border: 1px solid #919191;
	margin-bottom: 10px
}
.exam_question h6 {
	background-color: white;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	padding: 9px 14px;
	border-bottom: 1px solid black
}
.exam_question .exam_caption {
	background-color: #f7f8fa;
	padding: 15px 17px
}
.exam_question .exam_answer {
	padding: 15px
}
.exam_question .exam_answer td {
	padding-bottom: 5px
}
.exam_question .exam_answer .exam_choice {
	width: 15px;
	height: 15px
}
.exam_question .exam_answer .color_true {
	color: red;
	font-weight: bold
}
.exam_question .exam_answer .ans_false {
	display: none
}
.exam_question .exam_desc {
	padding: 15px;
	background-color: #f1f1f1
}
.exam_btn {
	text-align: center
}
.exam_info {
	width: 20%;
	height: 100%;
	float: right;
	overflow: auto;
}
.exam_info .time {
	background-color: #ef4e16;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: 700
}
.exam_info .answer_item {
	text-align: left;
	padding: 2px 0 0 5px
}
.exam_info .answer_item span {
	border: 1px solid gray;
	background-color: #f1f1f1;
	padding: 2px 5px
}
.exam_info .answer_item span.on {
	border: 2px solid gray;
	background-color: gray;
	color: white;
	font-weight: bold
}
.exam_table th {
	background-color: #d9d9d9;
	border: 1px solid #b2b2b2;
	height: 30px
}
.exam_table td {
	border: 1px solid #cacaca;
	text-align: center;
	height: 30px
}
.exam_table td .a_ok {
	color: #003aff;
	font-weight: bold
}
.exam_table td .a_not {
	color: #ff3a00;
	font-weight: bold
}
.exam_answer .ans_list {
	margin-top: 5px
}
.exam_answer input {
	vertical-align: top;
	margin-top: 3px
}
.exam_foot {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fefefe;
	background: linear-gradient(to bottom, #fefefe 0%, #e1e2e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e2e4', GradientType=0 );
	border-top: 1px solid #d1d1d1;
	padding: 12px 12px 10px;
	overflow: hidden;
}
.exam_foot p {
	float: left;
	height: 24px;
	line-height: 24px;
	font-weight: 700;
}
.exam_foot p em {
	color: #ef4e16
}
.exam_foot .button {
	float: right
}
/* sub_page  */
.page_license {
	background: url('/common/images/default/bg_guide.jpg') no-repeat 0 0;
	padding-top: 130px;
	padding-bottom: 50px
}
.page .page_h {
	font-size: 15px;
	font-weight: 700;
	color: #333;
}
.page .page_title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	background: url('/common/images_skin2/common/blt_curri.png') no-repeat 0 50%;
	margin-top: 20px
}
.page .ptext {
	margin-top: 8px;
	margin-bottom: 20px;
	color: #333;
	padding-left: 10px
}
.page .tb_page {
	text-align: center
}
.page .tb_page thead th {
	padding: 10px 0;
	color: #333;
	border-bottom: 2px solid #ddd
}
.page .tb_page tbody td {
	padding: 10px 0;
	color: #333;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd
}
.page .tb_page tbody td.bd_none {
	border-left: none
}
.cv .page_title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-left: 24px;
	background: url('/common/images_skin2/common/blt_curri.png') no-repeat 0 53%;
	margin-bottom: 8px
}
.cv .cv_text {
	margin-bottom: 20px;
	color: #3c3c3c;
	min-height: 70px;
}
.cv .cv_text .cv_txt {
	margin-top: 9px;
	font-size: 15px;
	line-height: 1.3em;
}
.cv .cv_text p {
	word-break: keep-all;
}
.cv .cv_text table {
	border-top: none;
}
.cv .cv_text table th {
	border-top: none;
}
.cv .tb_cv {
	border-top: 2px solid #727272
}
.cv .tb_cv thead th {
	padding: 8px 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
}
.cv .tb_cv tbody td {
	padding: 8px 0;
	border-bottom: 1px solid #d1d1d1;
	text-align: center
}
.cv .tb_cv tbody td.tal {
	text-align: left;
	padding-left: 20px
}
 @media only screen and (max-width:999px) {
.cv .tb_cv thead th {
	font-size: 14px;
}
.cv .tb_cv tbody td {
	font-size: 14px;
}
.cv .cv_text .cv_txt {
	font-size: 14px;
}
}
 @media only screen and (max-width:680px) {
.cv .tb_cv thead th {
	font-size: 14px;
}
.cv .tb_cv tbody td {
	font-size: 14px;
}
.cv .cv_text .cv_txt {
	font-size: 14px;
}
.cv .cv_text p {
	font-size: 15px;
	line-height: 25px
}
}
 @media only screen and (max-width:480px) {
}
.tb_table .progress {
	width: 190px;
	height: 18px;
	background-color: #ececec;
	display: inline-block
}
.tb_table .progress span {
	display: block;
	background-color: #e2450e;
	height: 18px
}
.sub_page .sub_tt {
	font-size: 24px;
	line-height: 150%;
	padding: 20px 10px;
	color: #333333
}
.sub_page .sub_tt em {
	color: #0a81bb;
	font-weight: bold;
}
.sub_page .right {
	float: right
}
.sub_page .left {
	float: left
}
.sub_page .bd_bot {
	border-bottom: 2px solid #000;
	overflow: hidden
}
.sub_page .ovh {
	overflow: hidden
}
.sub_page .text {
	width: 350px;
	padding: 10px 0
}
.sub_page .w48p {
	width: 48%;
	float: left
}
.sub_page .mr4p {
	margin-right: 4%
}
.sub_page div p {
	float: left
}
.sub_page .rule dt {
	font-weight: 700;
	color: #000
}
.sub_page .rule dd {
	margin-bottom: 20px
}
.sub_page .rule dd .rule_1 {
	margin-top: 20px
}
.sub_page .rule dd .rule_1 > li {
	margin-bottom: 20px
}
.sub_page .rule dd .dep1 {
	margin: 20px 0
}
.sub_page .rule dd .dep1 > li {
	margin-top: 10px
}
.sub_page .rule dd .dep2 {
	margin-left: 10px
}
.sub_page .year {
	border-top: 2px solid #676767
}
.sub_page .year_dl {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #d1d1d1
}
.sub_page .year_dl dt {
	font-weight: 700;
	font-size: 20px;
	display: block;
	float: left;
	width: 104px
}
.sub_page .year_dl dd {
	float: left
}
.sub_page .year_dl dd li {
	padding-left: 8px;
	background: url('/common/images/default/blt_dot.png') no-repeat 0 8px
}
.compbox {
	padding-top: 220px;
	text-align: center;
	background: url('/common/images/default/payment_bg.jpg') no-repeat center 10px;
	min-height: 250px;
	border-top: 2px solid #676767;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 40px;
}
.payment_comp div p.p1 {
	font-size: 24px;
	font-weight: 700;
	padding: 15px 10px;
	color: #313131;
	padding-bottom: 0;
	display: block;
	line-height: 1.3em
}
.payment_comp div p.p2 {
	padding: 7px 10px 0 10px;
	margin-bottom: 20px;
}
 @media only screen and (max-width:999px) {
.compbox {
	padding-left: 0;
	padding-top: 220px;
	background-position: center 10px;
	text-align: center;
}
.payment_comp div p.p1 {
	font-size: 21px;
	border-bottom: none;
	padding-bottom: 0;
	line-height: 1.3em;
	color: #313131;
}
.payment_comp div p.p2 {
	padding: 7px 10px 0 10px;
	margin-bottom: 20px;
}
}
 @media only screen and (max-width:680px) {
.compbox {
	background-size: 260px auto;
	padding-top: 200px;
}
.payment_comp div p.p1 {
	font-size: 18px;
}
}
 @media only screen and (max-width:480px) {
}
/* 주문결제시 쿠폰창 */
.main_pop_contents {
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: auto;
}
.pinfo {
	padding: 10px;
	background-color: #ededed;
	color: #000000;
	overflow: hidden;
}
.pinfo .pinfo_nm {
	font-weight: bold;
	word-break: break-all;
}
.pinfo .pinfo_price {
	float: right;
	margin-left: 20px;
}
.dc_method_title {
	padding: 0 5px !important;
}
.dc_method {
	text-indent: -18px;
	padding-left: 18px;
	word-break: break-all;
}
.period {
	color: #e2450e;
	font-size: 11px;
}
.limit_price {
	color: #428bca;
	font-size: 11px;
}
.discount_radio {
	vertical-align: -3px;
}
.apply_invalid {
	color: #bbbbbb;
}
.apply_invalid .period {
	color: #888888;
}
.price_box {
	margin-top: 20px;
	background-color: #f9f9f9;
}
.price_box .tb_price {
	border: 1px solid #727272;
}
.price_box .tb_price .price_result {
	background-color: #ededed;
}
.price_box .tb_price td.price_result {
	color: #e2450e
}
.price_box .tb_price th {
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	border-left: 1px solid #dedede;
}
.price_box .tb_price th:first-child {
	border-left: 0 none;
}
.price_box .tb_price td {
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
	border-left: 1px solid #dedede;
}
.price_box .tb_price td:first-child {
	border-left: 0 none;
}
.price_box .tb_price td .price_value {
	font-size: 1.4em;
	letter-spacing: -1px;
}
.discount_submit {
	margin: 15px auto;
	text-align: center;
}
/* 마이페이지 쿠폰관리 */
.coupon_box {
	text-align: center;
	border: 1px #dedede solid;
	background: #f7f7f7;
	padding: 20px 0;
	margin-bottom: 20px;
}
.coupon_box_inner {
	text-align: center;
	margin: 0 auto;
}
.coupon_box .coupon_input {
	vertical-align: 2px;
	font-size: 20px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 400px
}
/* 마이페이지 비밀번호변경 */
.passwd_box {
	border: 1px solid #dcdcdc;
	border-top: 2px solid #676767;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
.passwd_box .box_sub {
	padding: 20px 15px;
}
.passwd_box .box_sub .box_icon {
	padding: 10px 0 20px;
}
.passwd_box .box_sub .box_icon img {
	width: 67px;
	height: 65px;
}
.passwd_box .box_stitle {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
/* 강의실 캡차 */
#captcha_wrap {
	padding-top: 50px
}
#captcha_div {
	border: 5px solid #d1d1d1;
	padding: 10px 50px 50px 50px;
	margin: 0px auto;
	width: 500px
}
#captcha_img {
	margin-right: 10px;
	margin-top: 6px
}
#user_input {
	margin-right: 10px;
	margin-top: 10px;
	width: 270px;
	height: 33px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px
}
#btnVoice {
	width: 82px
}
#btnRefresh {
	margin-top: 2px;
	width: 82px
}
#btnConfirm {
	margin-top: 10px;
}
.authorization .auth_notice {
	text-align: center
}
.authorization .gray_box_auth {
	width: 710px;
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	padding: 20px 22px;
	margin: 20px auto;
}
/* homework_view.html */
.homework_notice {
	margin-bottom: 5px
}
.homework_notice dt {
	font-weight: bold;
	margin-top: 5px
}
.homework_notice dd {
	margin-left: 10px;
}
.homework_notice_wrap {
	border: 3px solid #DEDEDE;
	padding: 10px;
	margin-bottom: 10px;
}
.homework_agree {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: #F4F4F4;
	padding: 10px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
}
 @media only screen and (max-width:680px) {
.homework_agree {
	font-weight: 400;
	word-break: keep-all;
	font-size: 13px;
}
}
 @media only screen and (max-width:480px) {
}
/* exam_view.html */
.exam_notice {
	margin: 5px 0
}
.exam_notice li {
	margin-left: 20px;
	list-style-type: decimal
}
.exam_alert {
	text-align: center;
	padding-bottom: 30px;
}
.exam_alert h1 {
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color: red;
	line-height: 50px;
	height: 50px;
}
.exam_alert .ex {
	font-weight: bold;
	line-height: 200%;
	padding: 30px
}
.exam_alert .ex b {
	color: red
}
.exam_alert div {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 50px
}
.exam_alert input {
	width: 20px;
	height: 20px;
	vertical-align: -7px
}
.exam_alert button {
	margin-top: 20px
}
 @media only screen and (max-width:680px) {
.exam_alert h1 {
	font-size: 17px;
}
.exam_alert .ex {
	font-weight: 400;
	line-height: 1.75em;
	padding: 30px 15px;
	font-size: 14px;
}
}
 @media only screen and (max-width:480px) {
}
/* alert.html */
.popTitle {
	background-color: red;
	height: 50px;
	padding-left: 20px
}
.popTitle h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: white
}
.popContent {
	padding: 20px
}
.popContent h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px
}
.popContent ol {
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-top: 10px;
}
.popContent ol li {
	list-style-type: decimal;
	margin-left: 20px
}
.popContent .alert_check {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px
}
.popContent .alert_check input {
	width: 20px;
	height: 20px;
	vertical-align: -5px
}
/****** GRID ******/
.hide {
	display: none;
}
.tac {
	text-align: center;
}
.tc {
	text-align: center;
}
.mt10 {
	margin-top: 10px
}
.mt5 {
	margin-top: 5px
}
.mt15 {
	margin-top: 15px
}
.mt20 {
	margin-top: 20px
}
.mt30 {
	margin-top: 30px !important
}
.mt40 {
	margin-top: 40px !important
}
.mt50 {
	margin-top: 50px !important
}
.mb15 {
	margin-bottom: 15px;
}
.w555 {
	width: 555px
}
.nodata {
	text-align: center
}
.h50 {
	height: 50px
}
.p10 {
	padding: 10px;
}
.pl20 {
	padding-left: 20px
}
.bold {
	font-weight: bold
}
.font12 {
	font-size: 12px;
}
.font16 {
	font-size: 16px;
}
.debug {
	border: 1px solid red;
}
.inline {
	display: inline;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.clearfix:before, .clearfix:after, .box:before, .box:after, .container:before, .container:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after, .box:after, .container:after, .row:after {
	clear: both;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.col1 {
	width: 8.33333333%;
}
.col2 {
	width: 16.66666667%;
}
.col3 {
	width: 25%;
}
.col4 {
	width: 33.33333333%;
}
.col5 {
	width: 41.66666667%;
}
.col6 {
	width: 50%;
}
.col7 {
	width: 58.33333333%;
}
.col8 {
	width: 66.66666667%;
}
.col9 {
	width: 75%;
}
.col10 {
	width: 83.33333333%;
}
.col11 {
	width: 91.66666667%;
}
.col12 {
	width: 100%;
}
.box {
	border: 1px solid #e5e5e5;
	width: 100%;
	padding: 10px;
}
.box .title {
	margin: -10px -10px 10px -10px;
	padding: 10px;
	font-weight: bold;
	background-color: #efefef;
	border-bottom: 1px solid #e5e5e5;
}
.box .footer {
	margin: 10px -10px -10px -10px;
	padding: 10px;
	font-weight: bold;
	background-color: #efefef;
	border-top: 1px solid #e5e5e5;
}
.inline > li {
	display: inline-block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
/****** table button ******/
.board.btn {
	overflow: hidden;
	margin-top: 15px;
	text-align: center
}
.board.btn .left {
	float: left;
	margin-right: 4px
}
.board.btn .right {
	float: right;
	margin-left: 4px
}

/****** button style ******/

/* button style */
.button::-moz-focus-inner {
border:0;
padding:0;
margin:0
}
button.button::-moz-focus-inner {
margin:0
}
.button {
	width: auto;
	display: inline-block;
	cursor: pointer;
	line-height: 100%;
	border: none;
	border-radius: 0;
	padding: 8px 25px;
	font-size: 15px;
	text-align: center;
	background-image: none;
	text-shadow: none;
}
.button.mini {
	padding: 0 4px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	vertical-align: 0;
}
.button.thin {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 13px
}
.button.small {
	padding: 0 10px;
	height: 30px;
	line-height: 27px;
	font-size: 13px
}
.button.medium {
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	font-size: 15px
}
.button.large {
	padding: 0 35px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold
}
.button.large_square {
	padding: 10px 10px;
	font-size: 14px;
	font-weight: bold;
}
.button.large_p0 {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.button {
	font-size: 14px;
	padding: 8px 20px
}
.button.medium {
	font-size: 14px;
}
}
 @media only screen and (max-width:480px) {
}
.button.black {
	background-color: #222;
	color: #fff;
	border: 1px solid transparent;
	background-image: none;
}
.button.black:hover {
	background-color: #000
}
.button.white {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	text-shadow: none;
	background-image: none;
}
.button.white:hover {
	background-color: #eee;
	border: 1px solid #bbb
}
.button.recomm_title {
	float: left;
	border: 0 none;
	padding: 10px 0 10px 32px;
	border-radius: 3px;
	background: url('/common/images_skin2/common/icon_good.png') 10px 48% no-repeat;
}
.button.recomm_cnt {
	float: left;
	background: none;
	padding: 10px 10px 10px 6px;
	color: #0f91d0;
}
.button.pview_title {
	padding: 10px 10px 10px 37px;
	border-radius: 3px;
	background: url('/common/images_skin2/common/icon_pview.png') 10px 48% no-repeat;
}
.button.large_p0:hover .button.recomm_title {
	color: #0f91d0
}
.button.blue {
	background-color: #0f91d0;
	color: #fff;
	border: 1px solid #0d80b7
}
.button.blue:hover {
	background-color: #0d80b7
}
.button.green {
	background-color: #5cb85c;
	color: #fff;
	border: 1px solid #5cb85c
}
.button.green:hover {
	background-color: #4ba74b
}
.button.sky {
	background-color: #5bc0de;
	color: #fff;
	border: 1px solid #5bc0de
}
.button.sky:hover {
	background-color: #4ab0cd
}
.button.orange {
	background-color: #ff8814;
	color: #fff;
	border: 1px solid #ea7300
}
.button.orange:hover {
	background-color: #ea7300
}
.button.red {
	background-color: #ff2c02;
	color: #fff;
	border: 1px solid #e12500
}
.button.red:hover {
	background-color: #e12500
}
.button.red-sunglo {
	background-color: #E26A6A;
	color: #fff;
	border: 1px solid #de3939
}
.button.red-sunglo:hover {
	background-color: #de3939
}
.button.gray {
	background-color: #a3a3a3;
	color: #fff;
	border: 1px solid #939393
}
.button.gray:hover {
	background-color: #929292
}
.button.long {
	padding-left: 0;
	padding-right: 0;
	width: 78px
}
.button.full {
	padding-left: 0;
	padding-right: 0;
	width: 100%
}
.button.login {
	font-family: "noto_sans", sans-serif;
	padding: 36px 30px;
	font-size: 18px;
	font-weight: 500;
	background: #0f90d0;
	border: 1px #0f90d0 solid;
*padding:18px 0;
*width:75px
}
.button.login:hover {
	background: #147db1;
	border: 1px #147db1 solid;
}
.button.login_auth {
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	height: 50px;
}
.button.btn_buy {
	width: 245px;
	border-radius: 0px;
	padding: 0;
	text-align: center;
	height: 45px;
	line-height: 42px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background: #3e4347;
	border: 1px #3e4347 solid;
}
.button.btn_buy:hover {
	background: #25282b;
}
.button.btn_cart {
	width: 245px;
	border-radius: 0px;
	padding: 0;
	margin-right: 10px;
	text-align: center;
	height: 45px;
	line-height: 42px;
	font-size: 18px;
	color: #3e4347;
	font-weight: bold;
	background: #ffffff;
	border: 1px #3e4347 solid;
}
.button.btn_cart:hover {
	background: #ffffff;
	border: 1px #929292 solid;
}
.button.btn_refund {
	width: 100%;
	padding: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background: #3e4347;
	border: none;
}
.button.btn_refund:hover {
	background: #25282b;
}
.button.btn_sample {
	width: 100%;
	padding: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background: #a6a6a6;
	border: none;
}
.button.btn_sample:hover {
	background: #929292;
}
 @media only screen and (max-width:1200px) {
.button.btn_buy {
	width: 200px;
	font-size: 17px
}
.button.btn_cart {
	width: 200px;
	font-size: 17px
}
}
 @media only screen and (max-width:999px) {
.button.btn_buy {
	width: 170px;
	font-size: 16px
}
.button.btn_cart {
	width: 170px;
	font-size: 16px
}
}
 @media only screen and (max-width:680px) {
.button.btn_buy {
	width: 150px;
	font-size: 15px
}
.button.btn_cart {
	width: 150px;
	font-size: 15px
}
}
 @media only screen and (max-width:480px) {
}
/* 도서일괄구매 리스트 */
.list-table {
	border-top: 1px solid #676767
}
.list-table dt {
	border-bottom: 1px solid #676767;
	padding: 10px 0;
	color: #3c3c3c;
	font-weight: bold;
	background-color: #efefef;
}
.list-table dd {
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 20px 10px;
}
/* 테이블 */
.table {
	border-top: 1px solid #676767
}
.table thead th {
	border-bottom: 1px solid #676767;
	padding: 8px;
	color: #3c3c3c
}
.table tbody td {
	border-bottom: 1px solid #ddd;
	padding: 8px
}
.table.type-view tbody th {
	padding: 8px 0 8px 8px;
	background-color: #f8f8f8;
	font-weight: 700;
	text-align: left;
	color: #3c3c3c;
	border-bottom: 1px solid #d1d1d1
}
.table.type-view tbody td {
	padding: 8px 0 8px 8px;
	color: #3c3c3c;
	border-bottom: 1px solid #d1d1d1
}
.table.type-list thead th {
	padding: 8px 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #d1d1d1;
}
.table.type-list tbody td {
	padding: 8px 0;
	border-bottom: 1px solid #d1d1d1
}
.table.type-list tbody td {
	padding: 8px 0;
	border-bottom: 1px solid #d1d1d1
}
.table.bordered, .table.bordered td, .table.bordered th {
	border: 1px solid #d1d1d1
}
.table.striped tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}
/* 테이블 리스트  홀짝 색 */
.type_list tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}
.tb_list tbody tr:nth-child(odd) td, .tb_list tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}
/* 테이블 리스트 오버 */
.type_list tbody tr:hover td, .type_list tbody tr:hover th {
	background-color: #f5f5f5
}
.tb_list tbody tr:hover td, .tb_list tbody tr:hover th {
	background-color: #f5f5f5
}
/* 라벨 */
.label {
	font-size: 12px;
	padding: 0 4px;
	font-weight: normal;
	vertical-align: 1px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	letter-spacing: -1px;
}
.label.red {
	background-color: #d9534f;
	color: #fff
}
.label.blue {
	background-color: #0079c0;
	color: #fff
}
.label.mint {
	background-color: #199db2;
	color: #fff
}
.label.orange {
	background-color: darkorange;
	color: #fff
}
.label.gray {
	background-color: #999;
	color: #fff
}
.label.green {
	background-color: #5cb85c;
	color: #fff
}
.label.sky {
	background-color: #5bc0de;
	color: #fff
}
.label.brown {
	background-color: #7b462f;
	color: #fff
}
.label.purple {
	background-color: #8376ff;
	color: #fff
}
.label.small {
	font-size: 11px
}
.label.large {
	font-size: 13px
}
.label.refund {
	font-size: 13px;
	padding: 0 12px;
	font-weight: normal;
	vertical-align: 1px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}
/* 도서일괄구매 2017-05-16 */
.book_all_list {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	border-left: 1px solid #cccccc;
	padding: 0 1px 1px 0;
}
.book_all_list * {
}
.book_all_list li {
	width: 20%;
	float: left;
	display: none;
}
.book_all_list li a {
	display: inline-block;
	width: 100%;
	margin: 0 -1px -1px 0;
	padding: 10px 0;
	border: 1px solid #cccccc;
	border-left-width: 0;
	text-align: center;
}
.book_all_list li a:hover {
	background-color: #0a81bb;
	color: #ffffff;
}
.table_category .book_all_qty {
	width: 100%;
	text-align: center;
	padding: 2px 3px 4px 4px;
}
.table_category td.book_nm {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.table_category td.book_nm a {
	font-weight: normal;
}
/* 강의실 신규 레이아웃  */
#wrap_classroom {
	width: 100%;
	background: #1a1617 url('/common/images_skin2/common/classroom_bg.jpg') no-repeat !important;
	background-size: 100% auto !important;
	padding: 60px 0;
	text-align: center;
}
#wrap_classroom #container {
	margin-top: 0px
}
.main_wrap_classroom {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	background: #f9f9f9;
}
.main_wrap_classroom .content_area {
	text-align: left;
	border: 1px solid #dfdfdf;
	background: #ffffff;
	min-height: 585px;
	padding: 19px 19px 19px 19px;
	position: relative
}
.main_wrap_classroom .content_area .path {
	display: none;
}
.main_wrap_classroom .content_area .content_title {
	display: none;
}
.main_wrap_classroom .content_area .content_body {
	padding-top: 0;
	overflow: hidden
}
.main_wrap_classroom .content_area .tb_top {
	overflow: hidden;
}
/*.main_wrap_classroom .content_area .tb_top > .tb_title{float:none;padding:0;padding:0 0 16px 0;height:18px}*/	
	@media only screen and (max-width:1100px) {
#wrap_classroom {
	padding: 0;
	background: none;
}
.main_wrap_classroom .content_area {
	border: none;
	padding: 20px 15px 40px 15px;
}
}
 @media only screen and (max-width:780px) {
.main_wrap_classroom .content_area {
}
}
 @media only screen and (max-width:480px) {
}
.classroom_out {
	position: absolute;
	top: 14px;
	right: 14px;
	width: auto;
	text-align: right;
}
.classroom_out a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	border: 1px #95c9e8 solid;
	border-radius: 4px;
	padding: 0 15px 0 40px;
	height: 38px;
	line-height: 38px;
	background: url('/common/images_skin2/common/classroom_out.png') 14px 50% no-repeat;
}
.sub_top_classroom {
	position: relative;
	display: inline-block;
	width: 1100px;
	height: 175px;
	padding: 0 0;
	overflow: hidden;
	text-align: center;
	background: url('/common/images_skin2/common/classroom_top.png');
}
.sub_top_classroom .top_title {
	display: block;
	height: 50px;
	font-size: 31px;
	letter-spacing: -0.03em;
	line-height: 50px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 40px;
	text-align: center;
}
.sub_top_classroom .top_title em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	display: block;
	margin: 0 auto;
}
.sub_top_classroom .mtitle {
	display: none;
	font-weight: 500;
	line-height: 60px;
	font-size: 23px;
	letter-spacing: -0.04em;
	text-align: center;
	color: #fff;
}
.sub_top_classroom .top_state {
	overflow: hidden;
	height: 40px;
	padding: 0 0 0 20px;
	text-align: center;
	border-radius: 20px;
	background: #00466c;
	margin: 20px auto 20px auto;
	display: inline-block;
	vertical-align: top;
}
.sub_top_classroom .top_state:after {
	display: block;
	content: "";
	clear: both;
}
.sub_top_classroom .top_state li {
	text-align: left;
	float: left;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	padding-left: 80px;
}
.sub_top_classroom .top_state li p {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
	letter-spacing: -0.03em;
}
.sub_top_classroom .top_state li.li1 {
	padding-left: 75px;
	padding-right: 20px;
}
.sub_top_classroom .top_state li.li1 b {
	color: #68cdff;
	background: url('/common/images_skin2/common/classroom_top_bar.png') 0 55% no-repeat;
	font-weight: 500;
	padding-left: 15px;
}
.sub_top_classroom .top_state li.li2 {
	background: #002b4d;
	padding-left: 110px
}
.sub_top_classroom .top_state li.li2 p {
	left: 15px;
}
.sub_top_classroom .top_state li.li2 b {
	background: url('/common/images_skin2/common/classroom_top_bar.png') 0 55% no-repeat;
	font-size: 20px;
	font-weight: 500;
	color: #ffd200;
	font-weight: bold;
	padding-left: 15px
}
.sub_top_classroom .top_state li.li2:last-child {
	padding-right: 20px;
}
 @media only screen and (max-width:1100px) {
.classroom_out {
	top: 14px;
	right: 14px;
}
.classroom_out a {
	font-size: 13px;
	line-height: 30px;
	padding: 0 10px 0 28px;
	background-position: 7px center;
	font-weight: 500;
	background-size: 18px auto;
	height: 32px;
}
.sub_top_classroom {
	display: block;
	width: auto;
	height: auto;
}
.sub_top_classroom .top_title {
	line-height: 1.3em;
	height: auto;
	font-size: 27px;
	margin-top: 0;
	text-align: left;
	padding: 10px 15px;
}
.sub_top_classroom .top_title em {
	width: auto;
}
.sub_top_classroom .mtitle {
	display: block;
	font-size: 21px
}
.sub_top_classroom .top_state {
	width: auto;
	display: block;
	overflow: visible;
	background: #002b4d;
	height: auto;
	padding: 0;
	margin: 5px 0 0 0;
	border-radius: 0;
}
.sub_top_classroom .top_state li {
	font-size: 15px;
	padding: 0 15px
}
.sub_top_classroom .top_state li.li1 {
	width: 100%;
	background: #00466c;
	box-sizing: border-box;
	padding-left: 80px;
}
.sub_top_classroom .top_state li.li1 p {
	left: 15px;
}
.sub_top_classroom .top_state li.li1 b {
	padding-left: 12px;
}
.sub_top_classroom .top_state li.li2 {
	padding-left: 100px;
}
.sub_top_classroom .top_state li.li2 b {
	font-size: 17px;
}
.sub_top_classroom .top_state li.li2:last-child {
	padding-right: 0;
}
}
 @media only screen and (max-width:780px) {
.sub_top_classroom .top_title {
	font-size: 24px;
}
.sub_top_classroom .mtitle {
	font-size: 19px;
}
.sub_top_classroom .top_state li {
	line-height: 37px;
	height: 37px;
}
.sub_top_classroom .top_state li.li2 {
	padding-right: 10px;
}
}
 @media only screen and (max-width:480px) {
.classroom_out {
}
.classroom_out a {
	width: 32px;
	background-position: center center;
	padding: 0;
	text-indent: -9999em;
	position: relative;
	font-size: 0;
}
.sub_top_classroom .mtitle {
	font-size: 18px;
}
.sub_top_classroom .top_title {
	font-size: 21px;
}
/* .sub_top_classroom .top_state li{font-size:14px;}
		.sub_top_classroom .top_state li.li1{padding-left:75px;}
		.sub_top_classroom .top_state li.li2{padding-left:95px;}
		.sub_top_classroom .top_state li.li2 b{font-size:16px;} */
}
.sub_content {
	position: relative;
	min-height: 500px;
	padding: 20px;
	padding-left: 238px;
}
.sub_content:after {
	display: block;
	content: "";
	clear: both;
}
.left_area_classroom {
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
	width: 198px;
	min-height: 500px;
	height: 100%;
	border: 1px solid #dfdfdf;
	background: #ffffff;
}
.left_area_classroom .lnb_title {
	display: none;
}
.left_area_classroom .lnb_list {
	width: 160px;
	margin: 8px 19px 30px 19px;
	border-top: none;
	border-bottom: none;
	text-align: left;
}
.left_area_classroom .lnb_list li {
	border-bottom: 1px solid #dfdfdf;
}
.left_area_classroom .lnb_list li.half {
	width: 50%;
	float: left;
}
.left_area_classroom .lnb_list li a {
	display: block;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 20px 10px 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.left_area_classroom .lnb_list li.on a {
	color: #0f91d0;
}
.left_area_classroom .lnb_list li a:hover {
	color: #0f91d0;
}
 @media only screen and (min-width:1101px) {
.left_area_classroom {
	height: auto !important;
	top: auto !important;
}
}
 @media only screen and (max-width:1100px) {
.left_area_classroom {
	position: fixed;
	left: -165px;
	top: 0;
	width: 165px;
	border: none;
	background: #fff;
	margin: 0;
	z-index: 9021;
	-webkit-transition: left 0.35s ease-out;
	-moz-transition: left 0.35s ease-out;
	-o-transition: left 0.35s ease-out;
	transition: left 0.35s ease-out;
}
.left_area_classroom.mn-open {
	left: 0;
}
.left_area_classroom .lnb_list {
	width: auto;
	margin: 0;
}
.left_area_classroom .lnb_list li a {
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	padding: 14px 20px 14px 47px;
}
.left_area_classroom .lnb_list li {
	background-size: auto 30px !important;
}
.sub_content {
	padding: 0;
	background: #fff;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
.dim-layer {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
}
.wrap-layer {
	width: 96%;
	max-width: 500px;
	min-width: 340px;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.wrap-layer .pop-frame {
	width: auto !important;
	height: auto !important;
}
.left_area_classroom .lnb_list li.li1 {
	background: url('/common/images_skin2/common/left_cr_icon1.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li2 {
	background: url('/common/images_skin2/common/left_cr_icon2.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li3 {
	background: url('/common/images_skin2/common/left_cr_icon3.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li4 {
	background: url('/common/images_skin2/common/left_cr_icon4.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li5 {
	background: url('/common/images_skin2/common/left_cr_icon5.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li6 {
	background: url('/common/images_skin2/common/left_cr_icon6.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li7 {
	background: url('/common/images_skin2/common/left_cr_icon7.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li8 {
	background: url('/common/images_skin2/common/left_cr_icon8.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li9 {
	background: url('/common/images_skin2/common/left_cr_icon9.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li10 {
	background: url('/common/images_skin2/common/left_cr_icon10.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li11 {
	background: url('/common/images_skin2/common/left_cr_icon11.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li1:hover {
	background: url('/common/images_skin2/common/left_cr_icon1_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li2:hover {
	background: url('/common/images_skin2/common/left_cr_icon2_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li3:hover {
	background: url('/common/images_skin2/common/left_cr_icon3_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li4:hover {
	background: url('/common/images_skin2/common/left_cr_icon4_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li5:hover {
	background: url('/common/images_skin2/common/left_cr_icon5_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li6:hover {
	background: url('/common/images_skin2/common/left_cr_icon6_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li7:hover {
	background: url('/common/images_skin2/common/left_cr_icon7_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li8:hover {
	background: url('/common/images_skin2/common/left_cr_icon8_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li9:hover {
	background: url('/common/images_skin2/common/left_cr_icon9_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li10:hover {
	background: url('/common/images_skin2/common/left_cr_icon10_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.li11:hover {
	background: url('/common/images_skin2/common/left_cr_icon11_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li1 {
	background: url('/common/images_skin2/common/left_cr_icon1_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li2 {
	background: url('/common/images_skin2/common/left_cr_icon2_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li3 {
	background: url('/common/images_skin2/common/left_cr_icon3_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li4 {
	background: url('/common/images_skin2/common/left_cr_icon4_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li5 {
	background: url('/common/images_skin2/common/left_cr_icon5_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li6 {
	background: url('/common/images_skin2/common/left_cr_icon6_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li7 {
	background: url('/common/images_skin2/common/left_cr_icon7_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li8 {
	background: url('/common/images_skin2/common/left_cr_icon8_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li9 {
	background: url('/common/images_skin2/common/left_cr_icon9_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li10 {
	background: url('/common/images_skin2/common/left_cr_icon10_over.png') no-repeat 0% 50%
}
.left_area_classroom .lnb_list li.on.li11 {
	background: url('/common/images_skin2/common/left_cr_icon11_over.png') no-repeat 0% 50%
}
.left_area_classroom .sp_center {
	width: 160px;
	margin: 0 19px 30px 19px;
	position: relative;
	text-align: left;
	display: none
}
.left_area_classroom .sp_center .top_title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.left_area_classroom .sp_center .mcs_text {
	padding: 14px 0 0 58px;
	background: url('/common/images_skin2/common/img_cs.png') 0% 15px no-repeat;
	background-size: 48px auto;
}
.left_area_classroom .sp_center .mcs_text .mcs_tel {
	color: #ed3934;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
.left_area_classroom .sp_center .mcs_text span {
	display: block;
	font-size: 11px;
	line-height: 18px;
}
.my_cr_bbs {
	overflow: hidden;
}
.my_cr_bbs .my_bbs {
	padding: 0;
	width: 50%;
	height: 175px;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding-right: 25px;
}
.my_cr_bbs .my_bbs_right {
	float: right;
	border-left: 1px dashed #d7d7d7;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
	padding-right: 0
}
.my_cr_bbs .my_bbs h6 {
	font-weight: 700;
	color: #2d2d2d;
	font-size: 20px;
	padding: 0 0 16px 0;
	line-height: 20px;
}
.my_cr_bbs .my_bbs .h6_sub {
	color: #757575;
	font-size: 11px;
	padding-left: 15px;
	background: url('/common/images/default/blt_bar.png') no-repeat 6px 0
}
.my_cr_bbs .my_bbs .btn_more {
	position: absolute;
	right: 25px;
	top: 5px
}
.my_cr_bbs .my_bbs_right .btn_more {
	position: absolute;
	right: 5px;
	top: 5px
}
.my_cr_bbs .my_bbs .my_bbs_in {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 5px;
	height: 140px;
}
.my_cr_bbs .my_bbs .my_bbs_in li {
	position: relative;
	margin-bottom: 2px
}
.my_cr_bbs .my_bbs .my_bbs_in li a {
	vertical-align: top;
	color: #666;
	height: 22px;
	line-height: 22px
}
.my_cr_bbs .my_bbs .my_bbs_in li img {
	vertical-align: top;
	padding-right: 6px
}
.my_cr_bbs .my_bbs .my_bbs_in li p {
	padding-right: 80px;
	;
	height: 22px;
	line-height: 22px
}
.my_cr_bbs .my_bbs .my_bbs_in li p a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.my_cr_bbs .my_bbs .my_bbs_in li .note_day {
	position: absolute;
	right: 0;
	top: 0
}
 @media only screen and (max-width:1100px) {
.my_cr_bbs .my_bbs h6 {
	font-size: 18px;
	padding-bottom: 12px;
}
.my_cr_bbs .my_bbs .btn_more {
	right: 20px;
}
.my_cr_bbs .my_bbs .my_bbs_in {
	border-bottom: none;
}
.my_cr_bbs .my_bbs_right .btn_more {
	right: 0;
}
}
 @media only screen and (max-width:780px) {
.my_cr_bbs .my_bbs {
	float: none;
	width: auto;
	padding: 0;
	height: auto;
}
.my_cr_bbs .my_bbs_right {
	float: none;
	width: auto;
	margin-top: 25px;
	border-left: none;
	padding: 0;
}
.my_cr_bbs .my_bbs .my_bbs_in {
	border-bottom: none;
	height: auto;
}
.my_cr_bbs .my_bbs .my_bbs_in li p {
	position: relative;
	padding-left: 7px;
}
.my_cr_bbs .my_bbs .my_bbs_in li p:before {
	width: 2px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	content: "";
}
.my_cr_bbs .my_bbs .my_bbs_in li p a {
	font-size: 14px;
}
.my_cr_bbs .my_bbs .my_bbs_in li .note_day {
	font-size: 13px;
}
.my_cr_bbs .my_bbs .btn_more {
	right: 0;
}
.my_cr_bbs .my_bbs_right .btn_more {
	right: 0;
}
}
 @media only screen and (max-width:480px) {
}
.tb_list tbody tr.tb_section {
	background-color: #eeeeee;
}
.tb_list tbody tr.tb_section td {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 14px 17px;
}
.tb_list tbody tr.tb_section:hover {
	background-color: #eeeeee;
}
.tb_list tbody tr.tb_section:hover td {
	background-color: #eeeeee;
}
/* 스킨별 콘텐츠 노출 (항상 CSS 최하단에 위치) */
.skin_hide {
	display: none !important;
}
.skin_show_2_i {
	display: inline !important;
}
.skin_show_2_b {
	display: block !important;
}
.skin_show_2_ib {
	display: inline-block !important;
}
.simple_captcha .captcha_input {
	float: left
}
.simple_captcha #captcha {
	float: left;
	margin-left: 10px;
	width: 140px;
	height: 26px;
}
.warning {
	color: red;
	font-weight: bold
}
/* cheditor */
.cheditor-container > * {
	box-sizing: content-box;
}
/**/
.survey-shortcut {
	text-align: center;
	border: 3px solid #F1F8FF;
	margin-top: 20px;
	display: none;
}
.survey-shortcut div {
	border: 1px solid #CCC;
	padding: 10px;
}
.survey-shortcut div p {
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
	margin-right: 10px;
	word-break: keep-all;
}
 @media only screen and (max-width:680px) {
.survey-shortcut div {
	padding: 15px;
}
.survey-shortcut div p {
	display: block;
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-right: 0;
	font-size: 14px;
}
}
/* 개인정보 취급방침*/
.privacy {
	border: 1px solid #dedede;
	padding: 30px;
	background: #f9f9f9
}
.privacy h3:first-child {
	margin-top: 0
}
.privacy h3 {
	font-family: 'noto_sans';
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
	line-height: 40px;
	color: #333333;
}
.privacy dl {
	padding-left: 5px;
	margin-top: 15px;
	font-size: 15px;
	line-height: 25px
}
.privacy dt {
	font-weight: bold;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px
}
.privacy dd {
	margin-top: 2px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 25px
}
.privacy p {
	margin-top: 5px;
	margin-left: 0px;
	float: none !important;
	font-size: 15px;
	line-height: 25px
}
.privacy .depth2 {
	padding-left: 10px
}
.privacy .depth2 > li {
	margin: 2px 0
}
.privacy .depth3 {
	padding-left: 10px
}
.privacy .depth3 > li {
	margin: 2px 0
}
.privacy .tel_list {
	overflow: hidden
}
.privacy .tel_list li {
	float: left;
	width: 50%
}
.privacy table {
	border-top: 1px #dedede solid;
	border-left: 1px #dedede solid;
	margin-top: 10px;
}
.privacy th {
	border-bottom: 1px #dedede solid;
	border-right: 1px #dedede solid;
	padding: 6px 10px;
	line-height: 20px;
	color: #333333;
	background: #f7f7f7;
	text-align: center;
}
.privacy td {
	border-bottom: 1px #dedede solid;
	border-right: 1px #dedede solid;
	padding: 6px 10px;
}
.privacy td.tac {
	text-align: center;
}
.terms {
	border: 1px solid #dedede;
	padding: 30px;
	background: #f9f9f9
}
.terms h3:first-child {
	margin-top: 0
}
.terms h2 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
	color: #000000;
}
.terms h3 {
	font-family: 'noto_sans';
	margin: 20px 0px 0px 0px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.3em;
	color: #333333;
	word-break: keep-all;
}
.terms .depth1 li {
	line-height: 25px;
	font-size: 15px;
}
.terms .depth1 {
	font-size: 15px;
	line-height: 25px;
	margin-top: 10px;
	padding-left: 0;
	float: none
}
.terms .depth2 {
	padding-left: 15px;
	font-size: 15px;
	line-height: 25px;
}
.terms .depth3 {
	padding-left: 24px;
	font-size: 15px;
	line-height: 25px;
}
 @media only screen and (max-width:999px) {
.terms {
	padding: 20px;
}
.privacy {
	padding: 20px;
}
}
 @media only screen and (max-width:680px) {
.terms h2 {
	font-size: 17px
}
.terms h3 {
	font-size: 17px;
}
.terms .depth1 {
	font-size: 15px;
	line-height: 25px
}
.terms .depth1 li {
	font-size: 15px;
	line-height: 25px
}
.terms .depth2 {
	font-size: 15px;
	line-height: 25px
}
.terms .depth3 {
	font-size: 15px;
	line-height: 25px
}
.privacy h3 {
	font-size: 17px;
}
}
 @media only screen and (max-width:480px) {
.terms {
	padding: 15px;
}
.privacy {
	padding: 15px;
}
}
/* 이용약관 테이블 */
.terms_basic_table {
	padding-left: 12px;
	width: 100%;
	table-layout: fixed;
	border-top: 3px solid #4b5359;
	border-bottom: 1px solid #4b5359;
	font-size: 14px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.terms_basic_table th {
	padding: 18px 0;
	background-color: #ececec;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}
.terms_basic_table th.lst {
	border-right: none;
}
.terms_basic_table th.bgn {
	background: none;
}
.terms_basic_table td {
	padding: 12px 12px;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	text-align: center;
	line-height: 20px;
}
.refund .depth1 table {
	border-top: 1px #dedede solid;
	border-left: 1px #dedede solid;
	margin-top: 10px;
}
.refund .depth1 table th {
	border-bottom: 1px #dedede solid;
	border-right: 1px #dedede solid;
	padding: 6px 10px;
	line-height: 20px;
	color: #333333;
	background: #f7f7f7;
	text-align: center;
}
.refund .depth1 table td {
	border-bottom: 1px #dedede solid;
	border-right: 1px #dedede solid;
	padding: 6px 10px;
	text-align: center;
}
.refund .depth1 table td.tl {
	text-align: left;
}
.refund .depth1 table td .fc_red {
	color: #d90000;
}
/* 서브 디자인 페이지 */
.stitle {
	font-family: 'noto_sans';
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 35px;
	margin: 0px 0 15px 0px;
}
.sstitle {
	font-size: 17px;
	font-weight: bold;
	color: #0d79ba;
	line-height: 25px;
	margin: 0px 0 10px 0px;
}
.scont {
	font-size: 15px;
	color: #777777;
	line-height: 25px;
	margin-bottom: 40px;
}
.scont span {
	color: #0d79b9;
}
.scont p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	word-break: keep-all;
}
.scont_img {
	position: relative;
	margin-bottom: 50px;
}
.scont_img img {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}
.scont_img.full img {
	min-height: auto;
	object-fit: fill;
}
.scont_img.vc img {
	min-height: auto;
	object-fit: fill;
}
ul.scont {
	font-size: 15px;
	color: #777777;
	line-height: 25px;
	margin-bottom: 40px;
}
ul.scont li {
	font-size: 15px;
	font-weight: normal;
	color: #777777;
	line-height: 22px;
	padding-left: 10px;
	background: url('/common/images/default/dot1.png') 0px 10px no-repeat;
}
 @media only screen and (max-width:1200px) {
}
 @media only screen and (max-width:999px) {
.stitle {
	font-size: 20px;
	line-height: 1.3em;
}
}
 @media only screen and (max-width:680px) {
.stitle {
	font-size: 20px;
	margin-bottom: 10px;
}
.scont {
	margin-bottom: 20px
}
}
 @media only screen and (max-width:480px) {
.stitle {
}
.scont p {
	font-size: 15px;
	line-height: 25px;
}
}
/* 인사말 */
.greeting {
	position: relative;
	font-size: 17px;
	line-height: 25px;
	text-align: left;
}
.greeting h2 {
	font-family: 'noto_sans';
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	font-weight: 400;
	padding-left: 40px;
	border-left: 3px #0079c0 solid;
	margin-bottom: 40px;
}
.greeting h2 em {
	color: #0079c0;
}
.greeting p {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	word-break: keep-all;
}
 @media only screen and (max-width:1200px) {
.greeting h2 {
	line-height: 35px;
	font-size: 27px;
}
}
 @media only screen and (max-width:999px) {
.scont_img {
	margin-bottom: 30px;
	width: calc(100% + 40px);
	margin-left: -20px;
}
.greeting h2 {
	padding-left: 30px;
	line-height: 1.4em;
	font-size: 24px;
	word-break: keep-all;
	margin-bottom: 20px;
}
.greeting h2 br {
	display: none;
}
.greeting p {
	font-size: 15px;
	line-height: 1.6em;
}
}
 @media only screen and (max-width:680px) {
.scont_img {
	width: calc(100% + 30px);
	margin-left: -15px;
}
.greeting h2 {
	font-size: 21px;
	border-width: 2px;
}
}
 @media only screen and (max-width:480px) {
.greeting h2 {
	padding-left: 15px;
	font-size: 20px;
}
.greeting p {
	font-size: 15px;
	line-height: 25px
}
}
/* 미션 비전 */
.mission {
	margin-bottom: 60px;
}
.mission li {
	margin-bottom: 25px;
}
.mission h2 {
	font-family: 'noto_sans';
	font-size: 17px;
	font-weight: 400;
	color: #0079c0;
	line-height: 30px;
}
.mission h2 b {
	color: #2c7495;
	font-weight: 500;
}
.mission p {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	word-break: keep-all;
}
.mission2 {
	border: 1px #dedede solid;
	padding: 30px 35px;
	background: #f9fbfc;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	word-break: keep-all;
}
 @media only screen and (max-width:1200px) {
.mission {
	margin-bottom: 40px;
}
.mission h2 {
	font-size: 18px;
}
.mission2 {
	padding: 30px;
}
}
 @media only screen and (max-width:999px) {
.mission h2 {
	font-size: 17px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.mission p {
	font-size: 15px;
	line-height: 1.6em;
}
.mission2 {
	padding: 25px;
	font-size: 15px;
}
.mission2 br {
	display: none;
}
}
 @media only screen and (max-width:680px) {
.mission {
	margin-bottom: 30px;
}
.mission h2 {
	font-size: 17px;
}
.mission p {
	font-size: 15px;
	line-height: 25px
}
.mission2 {
	padding: 20px;
}
}
 @media only screen and (max-width:480px) {
.mission2 {
	font-size: 15px;
	padding: 17px;
	line-height: 25px
}
}
/* 연혁 */
.year_dl {
	padding: 40px 0;
	padding-left: 210px;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	margin: 0px;
}
.year_dl:first-child {
	margin-top: -30px;
}
.year_dl dt {
	font-family: 'noto_sans';
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	width: 200px;
	text-align: center;
}
.year_dl dd ul {
	padding-top: 3px;
}
.year_dl dd {
}
.year_dl dd li {
	position: relative;
	padding-left: 35px;
	background: none;
	font-size: 16px;
	font-weight: 400;
	word-break: keep-all;
}
.year_dl dd li:nth-child(n+2) {
	margin-top: 2px;
}
.year_dl dd li b {
	font-family: 'noto_sans';
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
	color: #0079c0;
	width: 50px;
}
.year_dl dd li strong {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
	color: #333
}
 @media only screen and (max-width:1200px) {
}
 @media only screen and (max-width:999px) {
.year_dl {
	padding: 30px 0;
	padding-left: 160px;
}
.year_dl dt {
	width: 150px;
	font-size: 26px;
	top: 30px;
}
.year_dl dd ul {
	padding-top: 3px;
}
.year_dl dd li {
	font-size: 15px;
	padding-left: 30px;
}
}
 @media only screen and (max-width:680px) {
.year_dl {
	padding: 20px 0;
	padding-left: 110px;
}
.year_dl dt {
	width: 100px;
	font-size: 23px;
	top: 20px;
}
}
 @media only screen and (max-width:480px) {
.year_dl {
	padding: 15px 0;
	padding-left: 80px;
}
.year_dl dt {
	width: 70px;
	font-size: 22px;
	top: 15px;
}
.year_dl dd li {
	font-size: 15px;
	line-height: 25px;
	padding-left: 25px;
}
.year_dl dd li strong {
	margin-right: 10px;
}
}
/* 조직도 */
.orz {
	background: #f5f8fa;
	padding: 50px;
	position: relative;
	min-height: 700px;
}
.orz dl {
	position: relative;
	z-index: 3;
}
.orz dl dt {
	position: absolute;
}
.orz dl dd {
	position: absolute;
}
.orz dl .c01 {
	width: 24%;
	left: 50%;
	top: 0;
	margin-left: -12%;
}
.orz dl .c01 .otxt {
	line-height: 90px;
	background: #0f90d0;
	text-align: center;
	font-size: 27px;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 700;
	font-family: 'Daum';
}
.orz dl .c02 {
	width: 20%;
	right: 60%;
	top: 135px;
}
.orz dl .c02 .otxt {
	line-height: 75px;
	background: #20333c;
	text-align: center;
	font-size: 21px;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 400;
}
.orz dl .c03 {
	width: 20%;
	left: 60%;
	top: 135px;
}
.orz dl .c03 .otxt {
	line-height: 75px;
	background: #20333c;
	text-align: center;
	font-size: 21px;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 400;
}
.orz dl .c04 {
	width: 20%;
	left: 0;
	top: 270px;
}
.orz dl .c04 .otxt {
	line-height: 75px;
	background: #51d1d0;
	text-align: center;
	font-size: 21px;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 400;
}
.orz dl .c04 .otxt:before {
	background: #282828;
	width: 1px;
	left: 50%;
	margin-left: -1px;
	top: 75px;
	height: 60px;
	position: absolute;
	display: block;
	content: ""
}
.orz dl .c04 .txt {
	width: 90%;
	margin: 60px auto auto;
	border: 1px solid #cccccc;
	background: #fff;
}
.orz dl .c04 .txt .btxt {
	background: #d6e5ec;
	line-height: 60px;
	color: #313131;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
}
.orz dl .c04 .txt ul {
	padding: 25px;
	box-sizing: border-box;
	min-height: 125px;
}
.orz dl .c04 .txt ul:after {
	display: block;
	content: "";
	clear: both
}
.orz dl .c04 .txt li {
	font-size: 15px;
	color: #333;
	line-height: 1.2em;
	float: left;
	width: 50%;
	text-align: center;
	font-weight: 500
}
.orz dl .c04 .txt li:nth-child(even) {
	float: right;
}
.orz dl .c04 .txt li:nth-child(n+3) {
	margin-top: 10px;
}
.orz dl .c05 {
	width: 20%;
	left: 50%;
	margin-left: -10%;
	top: 270px;
}
.orz dl .c05 .otxt {
	line-height: 75px;
	background: #51d1d0;
	text-align: center;
	font-size: 21px;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 400;
}
.orz dl .c05 .ov {
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	top: 135px;
}
.orz dl .c05 .ov:before {
	background: #282828;
	width: 66.835%;
	margin-left: -1px;
	left: 50%;
	top: -30px;
	height: 1px;
	position: absolute;
	display: block;
	content: "";
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.orz dl .c05 .ov:after {
	display: block;
	content: "";
	clear: both;
}
.orz dl .c05 .txt {
	width: 33.33333333%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #fff;
	float: left;
	position: relative;
}
.orz dl .c05 .txt:before {
	background: #282828;
	width: 1px;
	left: 50%;
	margin-left: -1px;
	top: -30px;
	height: 30px;
	position: absolute;
	display: block;
	content: ""
}
.orz dl .c05 .txt:nth-child(n+2) {
	border-left: none;
}
.orz dl .c05 .txt .btxt {
	background: #d6e5ec;
	line-height: 60px;
	color: #313131;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
}
.orz dl .c05 .txt ul {
	padding: 25px;
	box-sizing: border-box;
	min-height: 125px;
}
.orz dl .c05 .txt ul:after {
	display: block;
	content: "";
	clear: both
}
.orz dl .c05 .txt li {
	font-size: 15px;
	color: #333;
	line-height: 1.2em;
	text-align: center;
	font-weight: 500
}
.orz dl .c05 .txt li:nth-child(n+2) {
	margin-top: 10px;
}
.orz dl .c06 {
	width: 20%;
	right: 0;
	top: 270px;
}
.orz dl .c06 .otxt {
	line-height: 75px;
	background: #51d1d0;
	text-align: center;
	font-size: 21px;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 400;
}
.orz dl .c06 .otxt:before {
	background: #282828;
	width: 1px;
	left: 50%;
	margin-left: -1px;
	top: 75px;
	height: 60px;
	position: absolute;
	display: block;
	content: ""
}
.orz dl .c06 .txt {
	width: 90%;
	margin: 60px auto auto;
	border: 1px solid #cccccc;
	background: #fff;
}
.orz dl .c06 .txt .btxt {
	background: #d6e5ec;
	line-height: 60px;
	color: #313131;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
}
.orz dl .c06 .txt ul {
	padding: 25px;
	box-sizing: border-box;
	min-height: 125px;
}
.orz dl .c06 .txt ul:after {
	display: block;
	content: "";
	clear: both
}
.orz dl .c06 .txt li {
	font-size: 15px;
	color: #333;
	line-height: 1.2em;
	text-align: center;
	font-weight: 500
}
.orz dl .c06 .txt li:nth-child(n+2) {
	margin-top: 10px;
}
.orz .line01 {
	background: #282828;
	width: 1px;
	left: 50%;
	margin-left: -1px;
	top: 50px;
	height: 500px;
	position: absolute;
}
.orz .line02 {
	background: #282828;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	top: 220px;
	height: 1px;
	position: absolute;
}
.orz .line03 {
	background: #282828;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	top: 360px;
	height: 1px;
	position: absolute;
}
 @media only screen and (max-width:1200px) {
.orz {
	padding: 50px 30px
}
.orz dl .c05 .ov {
	width: 520px;
	margin-left: -260px;
}
}
 @media only screen and (max-width:999px) {
.orz {
	min-height: 620px;
}
.orz {
	padding: 50px 20px
}
.orz dl .c01 .otxt {
	line-height: 70px;
	font-size: 24px
}
.orz dl .c02 {
	top: 120px;
}
.orz dl .c02 .otxt {
	line-height: 50px;
	font-size: 17px
}
.orz dl .c03 {
	top: 120px;
}
.orz dl .c03 .otxt {
	line-height: 50px;
	font-size: 17px
}
.orz dl .c04 {
	top: 240px;
}
.orz dl .c05 {
	top: 240px;
}
.orz dl .c06 {
	top: 240px;
}
.orz dl .c04 .otxt {
	line-height: 50px;
	font-size: 18px
}
.orz dl .c04 .otxt:before {
	top: 50px;
	height: 50px;
}
.orz dl .c04 .txt {
	margin-top: 50px;
}
.orz dl .c04 .txt .btxt {
	line-height: 50px;
	font-size: 16px;
}
.orz dl .c04 .txt ul {
	padding: 20px 10px;
}
.orz dl .c04 .txt li {
	font-size: 14px;
}
.orz dl .c05 .otxt {
	line-height: 50px;
	font-size: 18px
}
.orz dl .c05 .ov {
	top: 100px;
	width: 440px;
	margin-left: -220px;
}
.orz dl .c05 .ov:before {
	width: 66.735%
}
.orz dl .c05 .txt .btxt {
	line-height: 50px;
	font-size: 16px;
}
.orz dl .c05 .txt ul {
	padding: 20px 10px;
}
.orz dl .c05 .txt li {
	font-size: 14px;
}
.orz dl .c06 .otxt {
	line-height: 50px;
	font-size: 18px
}
.orz dl .c06 .otxt:before {
	top: 50px;
	height: 50px;
}
.orz dl .c06 .txt {
	margin-top: 50px;
}
.orz dl .c06 .txt .btxt {
	line-height: 50px;
	font-size: 16px;
}
.orz dl .c06 .txt ul {
	padding: 20px 10px;
}
.orz dl .c06 .txt li {
	font-size: 14px;
}
.orz .line02 {
	top: 195px
}
.orz .line03 {
	top: 315px
}
}
 @media only screen and (max-width:840px) {
.orz {
	min-height: auto;
}
.orz {
	padding: 50px 20px
}
.orz dl:after {
	display: block;
	content: "";
	clear: both;
}
.orz dl dt {
	position: relative;
}
.orz dl dd {
	position: relative;
}
.orz dl .c01 {
	float: left;
	left: auto;
	top: auto;
	margin-left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 35px;
}
.orz dl .c01 .otxt {
	line-height: 60px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	min-width: 160px
}
.orz dl .c02 {
	float: left;
	left: auto;
	right: auto;
	top: auto;
	margin-left: 0;
	text-align: center;
	width: 30%;
	min-width: 130px
}
.orz dl .c02 .otxt {
	line-height: 45px;
	font-size: 15px
}
.orz dl .c03 {
	float: right;
	left: auto;
	right: auto;
	top: auto;
	margin-left: 0;
	text-align: center;
	width: 30%;
	min-width: 130px
}
.orz dl .c03 .otxt {
	line-height: 45px;
	font-size: 15px
}
.orz dl .c04 {
	margin-top: 30px;
	float: left;
	left: auto;
	right: auto;
	top: auto;
	margin-left: 0;
	text-align: center;
	width: 100%;
}
.orz dl .c05 {
	margin-top: 30px;
	float: left;
	left: auto;
	right: auto;
	top: auto;
	margin-left: 0;
	text-align: center;
	width: 100%;
}
.orz dl .c06 {
	margin-top: 30px;
	float: left;
	left: auto;
	right: auto;
	top: auto;
	margin-left: 0;
	text-align: center;
	width: 100%;
}
.orz dl .c04 .otxt {
	line-height: 45px;
	font-size: 16px
}
.orz dl .c04 .otxt:before {
	display: none;
}
.orz dl .c04 .txt {
	margin-top: 10px;
	width: auto;
	display: block;
}
.orz dl .c04 .txt .btxt {
	line-height: 50px;
	font-size: 15px;
}
.orz dl .c04 .txt ul {
	padding: 20px 10px;
	min-height: auto;
}
.orz dl .c04 .txt li {
	font-size: 14px;
}
.orz dl .c05 .otxt {
	line-height: 45px;
	font-size: 16px
}
.orz dl .c05 .ov {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	margin-left: 0;
	margin-top: 10px;
	width: auto;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.orz dl .c05 .ov:before {
	display: none;
}
.orz dl .c05 .txt {
	float: none;
	width: auto;
	margin-top: 10px;
}
.orz dl .c05 .txt:before {
	display: none;
}
.orz dl .c05 .txt:nth-child(n+2) {
	border-left: 1px solid #ccc;
}
.orz dl .c05 .txt .btxt {
	line-height: 50px;
	font-size: 15px;
}
.orz dl .c05 .txt ul {
	padding: 20px 10px;
	min-height: auto;
}
.orz dl .c05 .txt li {
	font-size: 14px;
}
.orz dl .c06 .otxt {
	line-height: 45px;
	font-size: 16px
}
.orz dl .c06 .otxt:before {
	display: none;
}
.orz dl .c06 .txt {
	margin-top: 10px;
	width: auto;
	display: block;
}
.orz dl .c06 .txt .btxt {
	line-height: 50px;
	font-size: 15px;
}
.orz dl .c06 .txt ul {
	padding: 20px 10px;
	min-height: auto;
}
.orz dl .c06 .txt li {
	font-size: 14px;
}
.orz .line01 {
	height: 1000px;
}
.orz .line02 {
	top: 167px
}
.orz .line03 {
	display: none;
}
.orz .line04 {
	display: none;
}
}
 @media only screen and (max-width:680px) {
}
 @media only screen and (max-width:480px) {
}
/* 찾아오시는 길 */
.location .maxWidth {
	margin: 0 auto !important;
	border: 1px solid #ddd;
}
.location .map_info {
	padding: 40px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.location .map_info h3 {
	float: left;
	padding-right: 40px;
	font-weight: 600;
	font-size: 24px;
	color: #333;
}
.location .row li {
	position: relative;
	width: 100%;
	padding-left: 117px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	list-style: none;
}
.location .row li strong {
	position: absolute;
	left: 0;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	vertical-align: middle;
	letter-spacing: 0
}
.location .row li strong:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 20px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover !important;
	vertical-align: middle;
}
.location .row li a {
	color: #666;
}
.location p {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	text-align: right;
}
.location .ly__map {
	position: relative;
}
.location .ly__map #map {
	position: relative;
	height: 420px;
}
.location .ly__map #map p {
	text-align: center;
	font-size: 14px !important;
	color: #fff;
}
.location .mapBtn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 140px;
	height: 45px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 300;
	z-index: 9999;
}
.location .mapBtn:before {
	display: none;
	content: '';
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-image: url(../../images/sub/blit_map.gif);
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
.location .ly__map .root_daum_roughmap {
	width: 100% !important;
}
.location .ly__map .root_daum_roughmap .wrap_controllers {
	display: none !important;
}
 @media only screen and (max-width:1200px) {
.location .map_info {
	padding: 30px;
}
}
 @media only screen and (max-width:999px) {
.location .map_info {
	padding: 20px;
}
.location .map_info h3 {
	font-size: 21px;
}
.location .row li {
	font-size: 15px;
	padding-left: 105px
}
.location .row li strong {
	font-size: 15px;
}
}
 @media only screen and (max-width:680px) {
.location .map_info {
	padding: 15px;
}
.location .map_info h3 {
	font-size: 18px;
}
.location .row li {
	font-size: 15px;
	padding-left: 90px;
	line-height: 28px;
}
.location .row li strong {
	font-size: 15px;
}
}
 @media only screen and (max-width:480px) {
}
/* 근로자카드 */
.stitle_worker {
	margin-bottom: 50px;
}
.scont {
	margin-bottom: 100px;
}
.tac {
	text-align: center;
}
.worker_top {
	margin-bottom: 50px;
}
.worker1 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 46%;
	margin-top: -30px;
	height: auto;
	background: none;
	box-sizing: border-box;
}
.worker1 .worker1_img {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 40%;
}
.worker1 .worker1_img img {
	width: 100%;
}
.worker1 h2 {
	font-family: 'noto_sans';
	font-size: 20px;
	font-weight: 500;
	color: #2e2e2e;
	line-height: 30px;
	margin: 30px 0 5px 0;
	word-break: keep-all;
}
.worker1 p {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	margin: 0px;
	word-break: keep-all;
	padding-left: 12px;
	background: url('/common/images/default/dot_w.png') 0% 10px no-repeat;
}
.worker1 ul {
	margin: 30px 0 5px 0;
}
.worker1 li {
	font-size: 18px;
	font-weight: bold;
	color: #2e2e2e;
	line-height: 23px;
	text-align: center;
	padding: 17px;
	border: 1px #dedede solid;
}
.worker1 li strong {
	color: #0c8ecd;
	font-weight: bold;
}
.worker1 .btn_box {
	margin: 10px 0 0px 0;
	max-width: 100%;
	text-align: center
}
.worker1 a.oepncard {
	float: left;
	width: 100%;
	font-family: 'noto_sans';
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	background: #0f90d0;
	padding: 0px;
	line-height: 60px;
}
.worker1 a.oepncard:hover {
	background: #0d6d9d;
}
.worker1_3 {
	margin-bottom: 60px;
}
.worker1_3 h2 {
	font-family: 'noto_sans';
	font-size: 22px;
	font-weight: 500;
	color: #2e2e2e;
	line-height: 30px;
	margin: 0px 0 5px 0;
	word-break: keep-all;
}
.worker1_3 p {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	line-height: 22px;
	margin: 0px 0 20px 0;
	word-break: keep-all;
	padding-left: 12px;
	background: url('/html/images/common/dot_w.png') 0% 12px no-repeat;
}
.worker1_3 p strong {
	font-family: 'noto_sans';
	font-size: 16px;
	font-weight: 500;
	color: #68717c;
	line-height: 30px;
}
 @media only screen and (max-width:1200px) {
}
@media only screen and (max-width:999px) {
.worker_top {
	margin: 0 -30px 50px -30px;
}
.worker_top img {
	width: 100%;
}
.stitle_worker {
	margin: 0 -150px 50px -150px;
}
.stitle_worker img {
	width: 100%;
}
.scont.tac img {
	width: 100%;
}
.scont {
	margin-bottom: 60px;
}
.worker1 {
	padding: 0;
}
}
@media only screen and (max-width:720px) {
.worker1 .worker1_img {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
}
/* rspvn-box */
.rspvn-box {
	position: relative;
}
.rspvn-box .rspvn-tit {
	display: none;
}
.owner-img {
	margin: 30px 0 40px 0;
	text-align: center;
}
.owner-img img {
	max-width: 824px;
	width: 100%;
}
 @media all and (max-width:999px) {
.rspvn-box {
	min-width: 300px;
	overflow-x: auto
}
.rspvn-box:after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	content: "";
	width: 160px;
	height: 100px;
background:/common/images/default//common/images/default/rspvn-wheel.png) no-repeat center top;
	background-size: 160px;
	margin-bottom: 0;/* border:1px solid #d2d2d2; */
	margin-bottom: 10px;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.rspvn-box.ani:after {
	transition-delay: 4.5s;
	opacity: 0;
}
.rspvn-box .rspvn-con {
	overflow-x: scroll;
	padding-bottom: 10px;
	position: relative;
}
.rspvn-box .scroll {
	overflow-y: auto
}
.rspvn-box table {
	width: 1000px !important;
	box-sizing: border-box;
}
}
 @media all and (max-width:480px) {
.rspvn-box .rspvn-tit:after {
	background-size: 34px auto;
	right: 15px;
}
.rspvn-box .rspvn-tit:before {
	background-size: 34px auto;
	left: 15px;
}
}
.worker3 .worker_noti {
	margin: 50px 0px;
}
.worker3 .worker_noti .noti_box {
	padding: 30px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.worker3 .worker_noti .noti_box h2 {
	font-size: 17px;
	font-weight: normal;
	color: #2e2e2e;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.worker3 .worker_noti .noti_box table {
	margin-top: 5px;
}
.worker3 .worker_noti .noti_box table th {
	padding: 4px 0;
	line-height: 1.3;
	background: #338bca;
	color: #fff;
	text-align: center;
}
.worker3 .worker_noti .noti_box table td {
	padding: 9px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.worker3 .worker_noti .noti_box table td.tc {
	text-align: center;
}
.worker3 .worker_noti .noti_box table td li {
	font-size: 15px;
	font-weight: normal;
	color: #777777;
	line-height: 25px;
	word-break: keep-all;
	padding-left: 10px;
	background: url('/common/images/default/dot1.png') 0px 10px no-repeat;
}
.worker3 .worker_noti .noti_box .txt_noti {
	margin-top: 15px;
}
.worker3 .worker_noti .noti_box .txt_noti p {
	font-weight: bold;
	padding-bottom: 5px;
}
.worker3 .worker_noti .noti_box .txt_noti ol {
	padding-left: 15px;
}
.worker3 .worker_noti .noti_box .txt_noti ol, .worker3 .worker_noti .noti_box .txt_noti li {
	list-style: decimal;
	font-weight: normal;
	color: #666666;
	word-break: keep-all;
}
 @media only screen and (max-width:1200px) {
}
 @media only screen and (max-width:999px) {
}
 @media only screen and (max-width:680px) {
.worker3 .worker_noti {
	margin: 30px 0px;
}
.worker3 .worker_noti .noti_box {
	padding: 20px;
}
.worker3 .worker_noti .noti_box h2 {
	font-size: 16px;
}
.worker3 .worker_noti .noti_box table td li {
	font-size: 14px;
}
.worker3 .worker_noti .noti_box .txt_noti ol, .worker3 .worker_noti .noti_box .txt_noti li {
	font-size: 15px;
	line-height: 25px
}
.depth1 li {
	font-size: 15px;
	line-height: 25px;
	word-break: keep-all;
}
}
 @media only screen and (max-width:480px) {
}
.tbl-type01 {
	margin-top: 7px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%
}
.tbl-type01 th {
	padding: 12px 0;
	line-height: 1.3em;
	background: #338bca;
	color: #fff;
	text-align: center;
}
.tbl-type01 td {
	padding: 12px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.tbl-type01 td.tl {
	text-align: left;
}
.tbl-type01 tbody tr td:first-child {
	border-left: 0;
}
.cs_help1 {
	background: #6ba3d2 url('/common/images/default/cshelp1_bg.png') 100% 50% no-repeat;
	padding: 40px;
}
.cs_help1 h2 {
	font-size: 33px;
	font-weight: bold;
	color: #ffffff;
	line-height: 35px;
	margin-bottom: 10px;
}
.cs_help1 p {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 24px;
}
.cs_help2 {
	background: #ffffff;
	padding: 40px 0px;
	width: 100%;
	border: 1px #e1e1e1 solid;
	display: inline-block;
	margin-bottom: 10px;
}
.cs_help2 li {
	float: left;
	width: 50%;
	padding-left: 40px;
}
.cs_help2 li:first-child {
	border-right: 1px #e1e1e1 solid;
}
.cs_help2 li b {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
}
.cs_help3 {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
	border-bottom: 1px #dedede dashed;
}
.cs_help3 h3 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 20px 0px;
}
.cs_help3 p {
	display: block;
	font-size: 15px;
	margin-bottom: 30px;
}
.cs_help3 p.tac {
	text-align: center;
}
.cs_help3 ul.cs_help3_1 {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.cs_help3 ul.cs_help3_1 li {
	float: left;
	width: 45%;
	font-size: 15px;
	color: #666666;
	line-height: 22px;
}
.cs_help3 ul.cs_help3_1 li span {
	color: #d70505;
	font-weight: bold;
}
.cs_help3 ul.cs_help3_1 li b {
	color: #222222;
	font-weight: bold;
}
.cs_help3 ul.cs_help3_2 {
	width: 1180px;
	display: inline-block;
	text-align: center;
	margin: 0px -5px 40px -5px;
}
.cs_help3 ul.cs_help3_2 li {
	float: left;
	width: 185px;
	text-align: center;
	margin: 5px;
	border: 1px #e1e1e1 solid;
	padding: 25px 0px 0px 0px;
}
.cs_help3 ul.cs_help3_2 li h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	margin: 10px 0px 20px 0px;
}
.cs_help3 ul.cs_help3_2 li img {
	width: 60px;
	height: auto;
}
.cs_help3 ul.cs_help3_2 li a.cs_help_down {
	display: block;
	font-size: 15px;
	padding-right: 30px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #f0f0f0 url('/common/images/default/btn_down.png') 100px 50% no-repeat;
}
.cs_help3 ul.cs_help3_3 {
	display: inline-block;
	width: 100%;
	margin: 10px 0 40px 0;
}
.cs_help3 ul.cs_help3_3 li {
	font-size: 15px;
	color: #666666;
	line-height: 22px;
}
.cs_help3 ul.cs_help3_3 li b {
	color: #222222;
	font-weight: bold;
}
.cs_help3 ul.cs_help3_3 li span {
	color: #d70505;
	font-weight: bold;
}
.cs_help3 ul.cs_help3_3 li img {
	display: block;
	margin: 10px 0px 30px 0px;
}
.cs_help4 {
	background: #ffffff;
	padding: 0px;
	width: 100%;
	border: 1px #e1e1e1 solid;
	display: inline-block;
}
.cs_help4 li {
	float: left;
	background: #ffffff;
	padding: 15px 10px 30px 10px;
	width: 32%;
	text-align: center;
}
.cs_help4 li.cs_help4_1 {
	background: #ffffff url('/common/images/default/cs_help3_1.png') 50% 55px no-repeat;
	border-right: 1px #e1e1e1 solid;
}
.cs_help4 li.cs_help4_2 {
	background: #fafafa url('/common/images/default/cs_help3_2.png') 50% 55px no-repeat;
	width: 36%;
	border-right: 1px #e1e1e1 solid;
}
.cs_help4 li.cs_help4_3 {
	background: #ffffff url('/common/images/default/cs_help3_3.png') 50% 55px no-repeat;
}
.cs_help4 li h1 {
	font-size: 15px;
	font-weight: normal;
	color: #555555;
	line-height: 20px;
	margin-bottom: 120px;
	text-align: left;
	padding: 0px 25px;
}
.cs_help4 li h1 span {
	color: #0b71b9;
}
.cs_help4 li h2 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 50px;
	margin-bottom: 0px;
}
.cs_help4 li p {
	font-size: 15px;
	font-weight: normal;
	color: #555555;
	line-height: 24px;
	margin-bottom: 25px;
}
.cs_help4 li .cshelp_btn {
	display: block;
	margin: 5px auto;
	width: 180px;
	height: 59px;
}
.cs_help4 li a.cshelp_btn1 {
	display: block;
	margin: 5px auto;
	width: 180px;
	height: 55px;
	line-height: 51px;
	border: 2px #838383 solid;
	background: #ffffff;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.cs_help4 li a.cshelp_btn2 {
	display: block;
	margin: 5px auto;
	width: 180px;
	height: 55px;
	line-height: 51px;
	border: 2px #0b71b9 solid;
	background: #0b71b9;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.cs_down1 {
	width: 1170px;
	display: inline-block;
	text-align: center;
	margin: 0px -5px 40px -5px;
}
.cs_down1 li {
	float: left;
	width: 242px;
	text-align: center;
	margin: 5px;
	border: 1px #e1e1e1 solid;
}
.cs_down1 li a {
	display: block;
	text-align: center;
	padding: 30px 0px;
}
.cs_down1 li a:hover {
	background: #f7f7f7;
}
.cs_down1 li h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	margin-top: 10px;
}
.cs_down1 li p {
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
}
.cs_down2 {
	width: 1170px;
	display: inline-block;
	text-align: center;
}
.cs_down2 li {
	text-align: left;
	margin-bottom: 30px;
	padding-left: 110px;
}
.cs_down2 li a {
	display: block;
	text-align: center;
}
.cs_down2 li h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
	background: url('/common/images/default/cs_down2_tit.png') 0% 100% no-repeat;
	margin-bottom: 15px;
}
.cs_down2 li p {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
}
.cs_down2 li p b {
	float: left;
	display: block;
	width: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.cs_down2 li .down_guide {
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 20px;
	border: 1px #e1e1e1 solid;
	background: #f7f7f7;
	padding: 15px 20px 15px 40px;
	margin-top: 10px;
	background: #f7f7f9 url('/common/images/default/cs_down2_guide.png') 20px 50% no-repeat;
}
.cs_down2 li.cs_down2_1 {
	background: url('/common/images/default/cs_down2_1.png') 0px 20px no-repeat;
}
.cs_down2 li.cs_down2_2 {
	background: url('/common/images/default/cs_down2_2.png') 0px 10px no-repeat;
}
.cs_down2 li.cs_down2_3 {
	background: url('/common/images/default/icon_explorer.png') 0px 20px no-repeat;
}
.cs_down2 li.cs_down2_4 {
	background: url('/common/images/default/cs_down2_4.png') 0px 20px no-repeat;
}
.cs_down2 li.cs_down2_5 {
	background: url('/common/images/default/icon_acrobat.png') 0px 20px no-repeat;
}
.cs_remote1 {
	background: #f7f7f7 url('/common/images/default/support1_1.png') -2% 50% no-repeat;
	border: 1px #dedede solid;
	padding: 50px 60px;
	margin-bottom: 40px;
	padding-left: 240px;
}
.cs_remote1 h2 {
	font-family: "noto_sans", sans-serif;
	font-size: 33px;
	font-weight: 500;
	color: #000000;
	line-height: 35px;
	margin-bottom: 20px;
}
.cs_remote1 p {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
}
.cs_remote2 {
	margin-bottom: 20px;
}
.cs_remote2:after {
	display: block;
	content: "";
	clear: both;
}
.cs_remote2 li {
	float: left;
	word-break: keep-all;
	width: 33.33333%;
	box-sizing: border-box;
	text-align: center;
	padding: 120px 30px 30px;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #444444;
}
.cs_remote2 li.cs_remote2_1 {
	background: url('/common/images/default/support1_2.png') center 11% no-repeat;
}
.cs_remote2 li.cs_remote2_2 {
	background: url('/common/images/default/support1_3.png') center 11% no-repeat;
}
.cs_remote2 li.cs_remote2_3 {
	background: url('/common/images/default/support1_4.png') center 11% no-repeat;
}
 @media only screen and (max-width:1200px) {
.cs_remote1 h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
.cs_remote2 li {
}
.cs_remote2 li br {
	display: none;
}
.cs_remote2 li.cs_remote2_1 {
	background-size: 80px auto;
}
.cs_remote2 li.cs_remote2_2 {
	background-size: 80px auto;
}
.cs_remote2 li.cs_remote2_3 {
	background-size: 80px auto;
}
}
 @media only screen and (max-width:999px) {
.cs_remote1 {
	background-size: 200px auto;
	padding: 40px 40px;
	padding-left: 200px;
}
.cs_remote1 h2 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.cs_remote1 p {
	word-break: keep-all;
	line-height: 1.6em;
}
.cs_remote1 p br {
	display: none;
}
.cs_remote2 li {
	padding: 100px 20px 20px;
	font-size: 14px;
}
.cs_remote2 li.cs_remote2_1 {
	background-size: 80px auto;
}
.cs_remote2 li.cs_remote2_2 {
	background-size: 80px auto;
}
.cs_remote2 li.cs_remote2_3 {
	background-size: 80px auto;
}
}
 @media only screen and (max-width:680px) {
.cs_remote1 {
	background-position: -30px 15px;
	background-size: 200px auto;
	padding: 30px 30px;
	padding-left: 150px;
}
.cs_remote1 h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.cs_remote1 p {
	font-size: 14px;
}
.cs_remote2 li {
	padding: 100px 10px 10px;
}
}
 @media only screen and (max-width:480px) {
.cs_remote1 {
	padding-left: 125px;
	background-position: -35px 10px
}
.cs_remote1 h2 {
	font-size: 18px;
}
.cs_remote2 li {
	float: none;
	width: auto;
	padding: 85px 35px 20px 35px
}
.cs_remote2 li:nth-child(n+2) {
	margin-top: 10px;
}
.cs_remote2 li.cs_remote2_1 {
	background-size: 70px auto;
}
.cs_remote2 li.cs_remote2_2 {
	background-size: 70px auto;
}
.cs_remote2 li.cs_remote2_3 {
	background-size: 70px auto;
}
}
.cs_remote3 {
	background-color: #f4f4f4;
	padding: 50px 50px 50px 50px;
	margin-bottom: 50px;
}
.cs_remote3 li {
	text-align: left;
	padding: 10px 0 0 120px;
	min-height: 96px;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #444444;
}
.cs_remote3 li:nth-child(n+2) {
	margin-top: 40px;
}
.cs_remote3 li h2 {
	text-align: left;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.cs_remote3 li.cs_remote3_1 {
	background: url('/common/images/default/support1_5.png') 0px 50% no-repeat;
}
.cs_remote3 li.cs_remote3_2 {
	background: url('/common/images/default/support1_6.png') 0px 50% no-repeat;
}
.cs_remote3 li.cs_remote3_3 {
	background: url('/common/images/default/support1_7.png') 0px 50% no-repeat;
}
.cs_remote4 {
	border: 1px #dedede solid;
	background: #ffffff;
	padding: 20px 40px;
	position: relative
}
.cs_remote4 p {
	line-height: 45px;
	font-size: 15px;
	position: relative;
	word-break: keep-all;
}
.cs_remote4 a.cs_remote4_btn {
	position: absolute;
	right: 40px;
	top: 20px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	background: #0a72b9;
}
 @media only screen and (max-width:1200px) {
.cs_remote3 {
	padding: 40px;
}
.cs_remote3 li {
	word-break: keep-all;
}
.cs_remote3 li h2 {
	font-size: 17px;
}
.cs_remote3 li br {
	display: none;
}
}
 @media only screen and (max-width:999px) {
.cs_remote3 {
	padding: 30px;
	margin-bottom: 30px
}
.cs_remote3 li {
	font-size: 14px;
	line-height: 20px;
	padding-left: 100px;
}
.cs_remote3 li:nth-child(n+2) {
	margin-top: 30px;
}
.cs_remote3 li h2 {
	margin-bottom: 7px;
}
.cs_remote3 li.cs_remote3_1 {
	background-size: 70px auto;
}
.cs_remote3 li.cs_remote3_2 {
	background-size: 70px auto;
}
.cs_remote3 li.cs_remote3_3 {
	background-size: 70px auto;
}
.cs_remote4 {
	padding: 20px;
	text-align: center;
}
.cs_remote4 p {
	line-height: 1.5em;
}
.cs_remote4 a.cs_remote4_btn {
	position: relative;
	width: 150px;
	right: auto;
	top: auto;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	line-height: 40px;
	height: 40px;
}
}
 @media only screen and (max-width:680px) {
.cs_remote4 p {
	font-size: 14px;
}
.cs_remote4 a.cs_remote4_btn {
	font-size: 14px;
}
.cs_remote3 {
	padding: 25px 20px;
}
.cs_remote3 li {
	padding-left: 85px;
}
.cs_remote3 li h2 {
	font-size: 16px;
	margin-bottom: 4px;
}
.cs_remote3 li.cs_remote3_1 {
	background-size: 60px auto;
	background-position: 0 20px;
}
.cs_remote3 li.cs_remote3_2 {
	background-size: 60px auto;
	background-position: 0 20px;
}
.cs_remote3 li.cs_remote3_3 {
	background-size: 60px auto;
	background-position: 0 20px;
}
}
 @media only screen and (max-width:480px) {
}
/* 결제페이지 할인 숨김 */
.col-coupon {
	display: none;
}
