@charset "utf-8";







.copyright{ color: #777777; font-size: 13px; padding-top: 25px;}




/*
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.top-btn:after {
	content: '';
	position: absolute;
	top: 16px;
	left: 13px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #555;
	border-left: 2px solid #555;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.top-btn.on-top {

}
*/

/* location */





/* container */
#container {

}
#container.scrolled {
	margin-top: 68px;
}
#container.main {
	padding-bottom: 0;
}

/* loading */
#loading {
	position: relative;
}
.loading-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	z-index: 9998;
}
.loading-blocks {
	position: fixed;
	top: 50%;
	left: 50%;	
	width: 80px;
	height: 100px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	z-index: 9999;
}

.block {
	position: relative;
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: #FFF;
}

.block:nth-child(4n+1) {
	animation: wave 1.8s ease .0s infinite;
}
.block:nth-child(4n+2) {
	animation: wave 1.8s ease .2s infinite;
}
.block:nth-child(4n+3) {
	animation: wave 1.8s ease .4s infinite;
}
.block:nth-child(4n+4) {
	animation: wave 1.8s ease .6s infinite;
	margin-right: 0;
}

@keyframes wave {
  0%   { top: 0;     opacity: 1; }
  50%  { top: 30px;  opacity: .1; }
  100% { top: 0;     opacity: 1; }
}


/* content 순서 뒤죽박죽 */
/* 공통 */
.view__wrap {
	margin-top: 45px;
}
.write__wrap {
	margin-top: 50px;
}

/* sub banner */
.sub__banner {
	position: relative; 
	height: 200px;
	background: #2b2a28;
}
.sub__banner .row {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.sub__banner .row:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 10;
}
.sub__banner .lect-bg01 {
	background-image: url('/images/common/bg_welcome_ba.png');
}
.sub__banner .lect-bg01:before {
	background-color: #2B2A28; 
	mix-blend-mode: color;
}
.sub__banner .learn-bg01 {
	background-image: url('/images/common/img_free_bg01.png');
}
.sub__banner .learn-bg01:before {
	background-color: #111;
}
.sub__banner .title {
	left: 60px;
	z-index: 20;
}
.sub__banner .title h2 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
}
.sub__banner .title p {
	font-size: 18px;
	color: #fff;
}
.sub__banner .title .t-be {
	display: inline-block;
	width: 50px;
	margin-bottom: 8px;
	font-family: 'Nanum Gothic';
	font-size: 13px;
	font-weight: 700;
	color: #e64d3e;
	text-align: center;
	background: #fff;
	border: 1px solid #e64d3e;
}
.sub__banner .button {
	right: 50px;
	text-align: center;
	z-index: 20;
}
.sub__banner .button a,
.sub__banner .button button {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	background: #fff;
	border: 1px solid rgba(44,46,54,0.65);
}
.sub__banner .button.small a,
.sub__banner .button.small button {
	width: 100px;
}
[class*='full-banner'] {
	position: relative;
	height: 520px;
}
[class*='full-banner'] .link-center {
	position: absolute;
	bottom: 145px;
	left: 50%;
	display: inline-block;
	width: 220px;
	height: 60px;
	margin-left: -110px;
	font-size: 0;
	text-indent: -9999px;
	text-align: center;
	background: transparent;
	border-radius: 30px;
	z-index: 11;
}
[class*='full-banner'] .link-center-radi {
    position: absolute;
    bottom: 169px;
    left: 583px;
    display: inline-block;
    width: 261px;
    height: 61px;
    margin-left: -110px;
    font-size: 0;
    text-indent: -9999px;
    text-align: center;
	background: transparent;
    border-radius: 30px;
    z-index: 11;
}
[class*='full-banner'] .link-left {
	position: absolute;
	bottom: 60px;
	left: 39px;
	display: inline-block;
	width: 210px;
	height: 60px;
	font-size: 0;
	text-indent: -9999px;
	text-align: center;
	background: transparent;
	z-index: 11;
}
[class*='full-banner'] .hide {
	background: #fff;
	cursor: auto;
	outline: none;
}
.banner-slide .slick-dots {
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner-slide .slick-dots li {
	display: inline-block;
	width: 48px;
	height: 5px;
	margin: 0 8px;
	background: #17181a;
	border-radius: 5px;
	opacity: 0.9;
}
.banner-slide .slick-dots li.slick-active {
	background: #e64d3e;
	opacity: 1;
}
.banner-slide .slick-arrow {
}
.banner-control {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner-control .control-arrow {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 38px;
	height: 54px;
	margin-top: -27px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.banner-control .control-prev {
	left: -38px;
	background-image: url('/images/common/ic_slide_back.png');
}
.banner-control .control-next {
	right: -38px;
	background-image: url('/images/common/ic_slide_next.png');
}

/* sub cont */
.sub__cont { min-height: 800px;}


/* title */
.page__tit {
	position: relative;

}
.page__tit h3 {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
}
.page__tit h3.small {
	font-size: 24px;
}
.page__tit h4 {
	font-size: 28px;
	font-weight: 500;
}
.page__tit h4 .txt-small {
	display: inline-block;
	margin-left: 15px;
	font-size: 15px;
	font-weight: 400;
}
.page__tit h4 .txt-small i {
	font-style: normal;
	font-size: 18px;
}
.page__tit p {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
}
.page__tit p.common-txt03 {
	margin-right: 40px;
	font-size: 12px;
}
.page__tit .t-red {
	color: #c61705;
}
.page__tit .info {
	right: 0;
	max-width: 50%;
	font-size: 0;
}
.page__tit .info .text {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.page__tit .info select {
	width: 140px;
	vertical-align: middle;
	margin-left: 20px;
}
.page__tit .info .text + select {
	width: 200px;
}
.page__tit .info .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.page__tit .info .icon i {
	margin-left: 10px;
}
.page__tit .info [class*='btn--type'] {
	vertical-align: middle;
}
.page__tit.bg01 {
	background: url('/images/common/img_notice_header_ba.png') no-repeat 90% 50%;
}
.page__tit.bg02 {
	background: url('/images/common/img_faq_header_ba.png') no-repeat 90% 50%;
}
.page__tit.bg03 {
	background: url('/images/common/img_event_header_ba.png') no-repeat 90% 50%;
}
.page__tit.bg04 {
	background: url('/images/common/img_policy_header_ba.png') no-repeat 90% 50%;
}
.page-in__tit {
	position: relative;
	padding: 36px 0 0;
}
.page-in__tit:after {
	content: '';
	clear: both;
	display: block;
}
.page-in__tit h4 {
	float: left;
	padding: 0 20px;
	font-size: 28px;
	font-weight: 700;
}
.page-in__tit .info {
	float: right;
}
.page-in__subtit {
	position: relative;
}
.page-in__subtit p {
	padding: 0 40px;
	font-size: 20px;
	font-weight: 500;
}

/* common-tit */
[class*='common-tit'] {
	position: relative;
}
.common-tit01 {

	font-size: 20px;
	font-weight: 700;
	color: #2a2f3e;
}
.common-tit01:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 15px;
	width: 6px;
	height: 6px;
	background: #2a2f3e;
}

/* common-txt */
[class*='common-txt'] strong {
	text-decoration: underline;
}
[class*='common-txt'].normal {
	font-weight: 400;
}
[class*='common-txt'].light {
	font-weight: 300;
}
.common-txt01 {
	font-size: 16px;
	font-weight: 500;
	color: #2a2f3e;
}
.common-txt02 {
	font-size: 15px;
	font-weight: 700;
	color: #2c2e36;
}
.common-txt03 {
	font-size: 12px;
	font-weight: 400;
	color: #414141;
}
.common-txt04 {
	font-size: 13px;
	font-weight: 400;
}
.common-txt05 {
	font-family: 'Nanum Gothic';
	font-size: 11px;
	font-weight: 700;
	color: #6b6e7b;
}

/* common-list */
[class*='common-list'] strong {
	font-weight: 500;
	color: #2a2f3e;
}
.common-list01 li {
	color: #505564;
}
.common-list01 li + li {
	margin-top: 20px;
}
.common-list02 li {
	position: relative;
}
.common-list02 li + li {
	margin-top: 30px;
}
.common-list03 li {
	padding-left: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #414141;
}
.common-list03 li + li {
	margin-top: 10px;
}

/* common-btn */
.common-btn {
	text-align: center;
}
.common-btn.more a,
.common-btn.more button {
	width: 144px;
	height: 46px;
	padding-right: 23px;
	font-size: 16px;
	color: #fff;
	background: #c61705 url('/images/common/ico_plus.png') no-repeat 90px 16px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.common-btn.more .black {
	background-color: #525465;
}

/* gry__box */
.gry__box {
	display: inline-block;
	padding: 15px;
	background: #f6f7fb;
	border-radius: 8px;
}
.gry__box-list li {
	font-family: 'Nanum Gothic';
	font-size: 12px;
	font-weight: 700;
}
.gry__box-list li + li {
	margin-top: 5px;
}
.gry__box-list .small {
	font-size: 11px;
	font-weight: 400;
}

/* warning */
.warning .warn01 {
	font-family: 'Nanum Gothic';
	font-size: 11px;
	color: #e64d3e;
}
.warning .warn02 {
	margin-top: 4px;
	padding-left: 15px;
	font-size: 13px;
	color: #e64d3e;
}
.warning .warn03 {
	font-size: 11px;
	color: #505564;
}
.warning .link {
	color: #1b7eff;
}

/* filter style */
.filter {
	position: relative;
}
.filter__box {
	background: #e9eaef;
	border-top: 1px solid #2a2f3e;
	border-bottom: 1px solid #cbcedb;
}
.filter__box dl {
	display: table;
	width: 100%;
}
.filter__box dl:last-of-type dt {
	padding-bottom: 25px;
}
.filter__box dt,
.filter__box b {
	display: table-cell;
	vertical-align: top;
	min-width: 130px;
	max-width: 130px;
	padding-top: 25px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background: #fff;
}
.filter__box b {
	display: inline-block;
}
.filter__box dd {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding: 0 20px;
}
.filter__box button {
	min-width: 120px;
	height: 32px;
	margin-top: 24px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 500;
}
.filter__box button.selected {
	color: #fff;
	background: #525465;
	border-radius: 20px;
}
.filter__box select {
	width: 230px;
	margin-top: 18px;
}
.filter__btn {
	position: relative;
	text-align: right;
	font-size: 0;
}
.filter__btn button {
	width: 110px;
	margin-left: 4px;
}
.filter__btn .search-box {
	position: absolute;
	top: 0;
	left: 130px;
}

/* table style */
[class*='table--type'] {
	border-top: 2px solid #2a2f3e;
	border-bottom: 1px solid #2a2f3e;
}
[class*='table--type'] table {
	width: 100%;
	font-family: 'Nanum Gothic';
	text-align: center;
	table-layout: fixed;
}
@media (max-width: 900px) {
	[class*='table--type'] table col.colauto{
		width: auto !important;
	}
}
[class*='table--type'] table th,
[class*='table--type'] table td {
	padding: 14px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
[class*='table--type'] table th {
	font-size: 16px; 
	font-weight: 700;
	color: #2a2f3e;
	background: #f7f7f7;
}
[class*='table--type'] table td {
	font-size: 14px;
}
[class*='table--type'] tbody th {
	border-top: 1px solid #cbcedb;
}
[class*='table--type'] tbody td {
	border-top: 1px solid #cbcedb;
}
[class*='table--type'] tbody td .tit_box{background: #f3ffd9; color: #53c71a; font-weight: bold; padding: 5px 10px; border-radius: 5px; font-size: 13px;}
[class*='table--type'] table .notice td.red {
	font-size: 12px;
}
[class*='table--type'] table .notice .red {
	font-weight: 700;
}
[class*='table--type'] table .ot td {
	color: #e64d3e;
}
[class*='table--type'] .link {
	display: table;
	width: 100%;
}
[class*='table--type'] .link span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
[class*='table--type'] .link img {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
[class*='table--type'] .w230 {
	width: 230px;
}
[class*='table--type'] .w360 {
	width: 360px;
}
[class*='table--type'] .big {
	font-size: 18px;
	font-weight: 700;
}
[class*='table--type'] .no-list {
	padding: 60px 0;
	font-size: 16px;
	text-align: center;
}
[class*='table--type'] .no-list .empty {
	display: inline-block;
	vertical-align: middle;
	width: 168px;
	height: 132px;
	margin-right: 25px;
	background: url('/images/common/img_empty02.png') no-repeat center center;
}
[class*='table--type'] .no-item,
[class*='table--type'] .no-search {
	background: #fff;
}
[class*='table--type'] .no-item p,
[class*='table--type'] .no-search p {
	padding: 48px 10px;
	font-size: 16px;
}
[class*='table--type'] .tbl-toggle-btn {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	font-size: 0;
	text-indent: -9999px;
	background: url('/images/common/ic_expand_open.png') no-repeat center center;
}
[class*='table--type'] .tbl-toggle-btn.current {
	background: url('/images/common/ic_expand_close.png') no-repeat center center;
}
[class*='table--type'] .tbl-toggle-cont {
	display: none;
}
[class*='table--type'] .tbl-toggle-cont td {
	overflow-y: auto;
	vertical-align: top;
	height: 200px;
	max-height: 200px;
	padding: 18px 50px;
	font-size: 13px;
	line-height: 1.7;
	background: #f6f7fb;
}
[class*='table--type'] .tbl-toggle-cont.current {
	display: table-row;
}
.table--type-normal {
	border: 0;
}
.table--type-normal table th,
.table--type-normal table td {
	padding: 10px;
    font-family: 'Noto Sans KR' !important;
	font-size: 12px !important;
	font-weight: 400;
	color: #505564;
	border: 1px solid #cbcedb;
}
.table--type-normal table th {
	background: none;
}
.table--type-normal table td {
	height: 140px;
	vertical-align: top;
}
.table--type-high {
	border: 0;
}
.table--type-high table th,
.table--type-high table td {
	padding: 8px 12px;
    font-family: 'Noto Sans KR' !important;
	font-size: 13px !important;
	font-weight: 400;
	color: #1c1e23;
	border: 1px solid #cbcedb;
}
.table--type-high table th {
	background: #cbcedb;
}
.table--type-high table td {
	background: #ffffff;
}
.table--type-high .box img {
	max-width: 140px;
}
.table--type-high .box .txt {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.table--type-high .box .txt h5 {
	font-size: 16px;
	color: #1c1e23;
}
.table--type-high .box .txt p {
	font-size: 13px;
	color: #1c1e23;
}
.table--type-write {
	border-top-width: 2px;
}
.table--type-write table th,
.table--type-write table td {
	vertical-align: top;
}
.table--type-write table th {
	padding: 16px 10px 8px 20px;
	padding-top: 16px;
	text-align: left;	
	background: none;
	border-top: 0;
}
.table--type-write table td {
	padding: 8px 0;
	font-family: 'Noto Sans KR';
	font-size: 15px;
	text-align: left;
	border-top: 0;
}
.table--type-write tr:first-of-type th {
	padding-top: 20px;
	vertical-align: middle;
}
.table--type-write tr:first-of-type td {
	padding-top: 20px;
}
.table--type-write textarea {
	height: 300px;
}
.table--type-write .text-limit {
	margin-top: 4px;
	font-size: 13px;
	text-align: right;
}
.table--type-write .upload-name {
	display: inline-block;
	margin-top: 12px;
}
.table--type-write .accordion {
	margin-top: 14px;
	margin-bottom: 40px;
	margin-left: 100px;
}
.write-info {
	margin: 20px 0 24px 100px;
	padding: 17px 30px 14px;
	background: #f6f7fb;
	border: 1px solid #cbcedb;
}
.write-info p {
	font-size: 13px;
	font-weight: 500;
	color: #414141;
}
.write-info ol {
	margin-top: 20px;
}
.write-info li {
	font-size: 12px;
	color: #414141;
}

/* board style */
[class*='board--type'] {
	border-top: 1px solid #2a2f3e;
	border-bottom: 1px solid #2a2f3e;
}
.board--type-view {
	position: relative; border-bottom:0
}
.view-first {
	overflow: hidden;
	padding: 15px 30px 17px;
	background: #f7f7f7;
}
.view-first [class*='badge--type'] {
	margin-right: 15px;
	vertical-align: bottom;
}
.view-first .title {
	float: left;
	max-width: 640px;
}
.view-first .title.small {
	max-width: 420px;
}
.view-first .title h4 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-height: 3em;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	font-size: 18px;
	color: #212121;
}
.view-first .title .category {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.view-first .title .category + .tit {
	max-width: 320px;
}
.view-first .title .tit {
	display: inline-block;
	vertical-align: middle;
	max-width: 550px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.view-first .info {
	float: right;
	overflow: hidden;
	margin-top: 5px;
}
.view-first .info dl {
	float: left;
	overflow: hidden;
	margin-left: 48px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.view-first .info dl:first-of-type {
	margin-left: 0;
}
.view-first .info dt,
.view-first .info dd {
	float: left;
}
.view-first .info dd {
	margin-left: 12px;
}
.view-second {
	padding: 10px 30px;
	border-top: 1px solid #cbcedb;
}
.view-second .info {
	overflow: hidden;
}
.view-second .info dl {
	float: left;
	overflow: hidden;
	font-family: 'Nanum Gothic';
}
.view-second .info dt,
.view-second .info dd {
	float: left;
}
.view-second .info dt {
	padding: 5px 10px;
	font-size: 12px;
	color: #404040;
	background: #ecedf1;
}
.view-second .info dd {
	margin-top: 3px;
	margin-left: 14px;
	font-size: 15px;
}
.view-content {
	min-height: 200px;
	padding: 35px 0;
	font-family: 'Nanum Gothic';
	font-size: 14px;
	line-height: 1.7;
	border-top: 1px solid #cbcedb;
	border-bottom: 1px solid #cbcedb;
}
.view-content img {
	max-width: 100%;
}
.view-content img + p {
	margin-top: 40px;
}
.view-content p {
	margin: 0 30px 10px 30px;
	word-break: break-all;
}
.view-content p + p {
	/* margin-top: 20px; */
}
.view-content.type-img {
	padding: 30px 0 60px;
	font-family: 'Nanum Gothic';
	border-top: 0;
}
.view-content.type-img img {
	width: 100%;
	border: 1px solid #707070;
}
.view-content.type-img h4 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
	color: #212121;
	text-align: center;
}
.view-content.type-img .event__view {
	margin: 0 10px;
}
.view-content.type-img .event__view dl {
	margin-top: 40px;
	padding-left: 30px;
	color: #212121;
}
.view-content.type-img .event__view dt {
	position: relative;
	font-size: 24px;
	font-weight: 700;
}
.view-content.type-img .event__view dt:before {
	content: '';
	position: absolute;
	top: 16px;
	left: -26px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #212121;
}
.view-content.type-img .event__view dd {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 400;
}
.view-comment {
	padding: 20px 30px;
	border-top: 1px solid #cbcedb;
}
.view-comment h5 {
	margin-left: 10px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.view-comment .comment-box {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.view-comment .comment-box textarea {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 80px;
}
.view-comment .comment-box .btn--type-primary {
	display: table-cell;
	vertical-align: middle;
	width: 112px;
	height: 80px;
}
.view-comment .comment-box button {
	height: 80px;
}
.view-answer {
	margin-bottom: 16px;
	font-family: 'Nanum Gothic';
	background: #e9eaef;
	border: 1px solid #cbcedb;
}
.view-answer-top {
	overflow: hidden;
	padding: 8px 30px 8px 25px;
	border-bottom: 1px solid #cbcedb;
}
.view-answer-top h5 {
	float: left;
	padding-left: 60px;
	font-size: 15px;
	font-weight: 700;
	line-height: 36px;
	background-repeat: no-repeat;
	background-position: left center;
}
.view-answer-top h5.admin {
	background-image: url('/images/common/french_logo@3x.png');
}
.view-answer-top h5.master-redskirt2 {
	background-image: url('/images/common/img_bg_master01_s.png');
	background-size: 36px;
}
.view-answer-top h5.master-eunstyle1125 {
	background-image: url('/images/common/img_bg_master02_s.png');
	background-size: 36px;
}
.view-answer-top h5.master-Loulou {
	background-image: url('/images/common/img_bg_master03_s.png');
	background-size: 36px;
}
.view-answer-top h5.master-parkjiwon {
	background-image: url('/images/common/img_bg_master04_s.png');
	background-size: 36px;
}
.view-answer-top h5.master-ircefive {
	background-image: url('/images/common/img_bg_master05_s.png');
	background-size: 36px;
}
.view-answer-top .info {
	float: right;
}
.view-answer-top .info p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 48px;
	font-size: 15px;
	font-weight: 700;
}
.view-answer-top .info .date {
	display: inline-block;
	margin-left: 10px;
}
.view-answer-top .info .answer__state {
	margin-left: 18px;
}
.view-answer-bot {
	position: relative;
	min-height: 120px;
	padding: 30px 60px;
}
.view-answer-bot p {
	font-size: 14px;
}

/* accordion */
.accordion {
	position: relative;
}
.accordion-all {
	padding: 20px;
}
.accordion-item + .accordion-item {
	margin-top: 10px;
}
.accordion-item.current .toggle-content {
	border: 1px solid #777c8a;
	border-top: 0;
	overflow-y: auto;transition: all 0.3s;
}
.accordion-item.current .accordion-btn .detail:after {
	background-image: url('/images/common/ic_expand_close.png');
}
.accordion-btn {
	position: relative;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #777c8a;
}
.accordion-btn .detail {
	display: inline-block;
	padding-right: 35px; 
	right: 40px;
	font-size: 13px;
	color: #e64d3e;
	cursor: pointer;
}
.accordion-btn .detail:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/common/ic_expand_open.png');
}
.accordion-btn .form-box {
	top: -2px;
}
.accordion .form-box input[type=checkbox] + label {
	font-size: 15px;
}
.accordion .form-box input[type=checkbox] + label:after {
	border-color: #777c8a;
}
.accordion .form-box input[type=checkbox]:checked + label:after {
	border-color: #e64d3e;
}
.accordion-btn .description {
	margin-top: 5px;
	padding-left: 34px;
	font-size: 12px;
	font-weight: 300;
}
.accordion-num {
	position: relative;
	top: -1px;
	padding: 13px 20px;
	border: 1px solid #777c8a;
	border-top: 1px dashed #cbcedb;
	font-size: 0;
}
.accordion-num:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.accordion-num.checked {
	background: #f6f7fb;
}
.accordion-num.checked:after {
	display: none;
}
.accordion-num dt,
.accordion-num dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
.accordion-num dt {
	padding-left: 43px;
	padding-right: 23px;
	font-weight: 500;
	color: #414141;
}
.accordion-num dd.space {
	width: 8px;
	height: 1px;
	margin: 0 10px;
	background: #2a2f3e;
	text-indent: -9999px;
}
.accordion-num input {
	width: 120px;
}
.accordion-view {
	padding: 30px;
	font-family: 'Nanum Gothic';
	background: #f6f7fb;
}
.accordion-view p {
	font-size: 13px;
}
.accordion-description {
	margin: 17px 0 0 40px;
	font-size: 13px;
	color: #414141;
}
/* accordion other-type */
.accordion.other-type .accordion-btn .detail {
	padding-right: 0;
}
.accordion.other-type .accordion-btn .detail:after {
	display: none;
}
.accordion.other-type .accordion-btn {
	border-color: #cbcedb;
}
.accordion.other-type .accordion-item.current .toggle-content {
	border-color: #cbcedb;
}
.accordion.other-type .form-box input[type=checkbox] + label:after {
	border-color: #cbcedb;
}
.accordion.other-type .form-box input[type=checkbox]:checked + label:after {
	border-color: #e64d3e;
}

/* ptcp box */
.ptcp-box {
	position: relative;
	padding: 20px 25px;
	border: 1px solid #cbcedb;
}
.ptcp-result {
	right: 25px;
}
.ptcp-result p {
	font-size: 15px;
	font-weight: 500;
}
.ptcp-result span {
	display: inline-block;
	margin-left: 8px;
	font-weight: 700;
}
.ptcp-result strong {
	display: inline-block;
	margin-right: 6px;
	font-size: 20px;
	font-weight: 500;
	color: #e64d3e;
}
.ptcp-info {
	position: relative;
}
.ptcp-info h4 {
	position: relative;
	padding-left: 30px;
	font-family: 'Nanum Gothic';
	font-size: 14px;
	font-weight: 700;
}
.ptcp-info h4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/images/common/icons8_ticket.png') no-repeat center center;
}
.ptcp-info ul {
	padding: 10px 25px;
	background: #f6f7fb;
	border: 1px solid #cbcedb;
}
.ptcp-info li {
	font-size: 11px;
	font-weight: 500;
	color: #6b6e7b;
}
.ptcp-info li + li {
	margin-top: 10px;
}

/* search box new */
.search-box-wp{display: flex; width: 100%; padding: 10px 0; align-items: center; justify-content: space-between;}
.search-box { width: 85%; display: flex}
.search-box input[type='text'] { border-right: 0; height: 55px;}
.search-box button {  border: 1px solid #cbcedb; border-left: 0; font-size: 25px; padding: 13px; color: #555;}
.search-tag-wp{}
.search-tag-wp ul{display: flex; flex-wrap: wrap;}
.search-tag-wp ul li{ display: flex; align-items: center; background: #e6e8f1; margin-right: 10px; padding: 5px 15px; border-radius: 50px; font-size: 15px;margin-bottom:10px; }
.search-tag-wp ul li i{ font-size: 13px; margin-left: 5px; cursor: pointer;}

.search-box-right{display: flex; justify-content: flex-end; /*margin-top: 10px;*/}
.search-box-right .search-box{width: 250px;}
.search-box-right .w230{width: 200px; height: 55px; margin-right: 5px;}



.search-box .text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.search-reset-box{ border: 1px solid #ddd;  height: 55px; display: flex; align-items: center; justify-content: center; padding: 0 20px; white-space:nowrap;}
.search-reset-box:hover i{ transform: rotate(365deg);    transition: all 0.5s ease-out;}
/* satis box */
.satis-box {
	margin-top: 16px;
	padding: 24px 25px 15px;
	border: 1px solid #cbcedb;
}
.satis-box dl {
	font-size: 0;
}
.satis-box dl + dl {
	margin-top: 25px;
}
.satis-box dt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.satis-box dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
.satis-box .star {
	display: inline-block;
	vertical-align: middle;
	width: 87px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.satis-box .star5 {
	background-image: url('/images/common/ico_star_5.png');
}
.satis-box .star4 {
	background-image: url('/images/common/ico_star_4.png');
}
.satis-box .star3 {
	background-image: url('/images/common/ico_star_3.png');
}
.satis-box .star2 {
	background-image: url('/images/common/ico_star_2.png');
}
.satis-box .star1 {
	background-image: url('/images/common/ico_star_1.png');
}
.satis-box .inp {
	font-size: 0;
}
.satis-box .inp input[type='text'] {
	width: 730px;
}
.satis-box .inp [class*='btn--type'] {
	margin-left: 10px;
}
.satis-box .inp [class*='btn--type'] button {
	min-width: 80px;
}

/* link tab */
.link-tab {
	display: table;
	width: 100%;
	text-align: center;
}
.link-tab li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 33.333%;
	height: 56px;
	line-height: 56px;
	background: #e9eaef;
	cursor: pointer;
}
.link-tab li:not(.current):hover {
	background: #d4d7e3;
}
.link-tab li.current {
	color: #fff;
	background: #1c67d8;
}
.link-tab li.current:after {
	content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: 5px solid #1c67d8;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.link-tab li a {
	display: block;
	width: 100%;
	height: 100%;
}
.link-tab li.current a {
	color: #fff;
}

/* no list item */
.no-item {width: 100%; min-height:300px; display: flex; align-items: center; justify-content: center; text-align: center;}
.no-item .no-item-txt-wp {font-size: 14px; color: #999;;}

/*
.no-item p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 131px;
	height: 125px;
	margin-right: 20px;
	background: url('/images/common/img_empty01.png');
}
*/
.no-search {
	margin-top: 15px;
	text-align: center;
	background: #f6f7fb;
}
.no-search p {
	padding: 65px;
}
.no-search p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 135px;
	height: 125px;
	margin-right: 20px;
	background: url('/images/common/img_empty03.png');
}
.no-event {
	text-align: center;
	background: #fff;
}
.no-event p {
	padding: 100px 50px;
}
.no-event p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 173px;
	height: 143px;
	margin-right: 20px;
	background: url('/images/common/img_empty04.png');
}

/* upload name */
.upload-name {
	display: block;
	padding: 7px 15px 7px 20px;
	margin-right:5px;
	font-size: 15px;
	background: #ecedf1;
	border-radius: 20px;
	color:#2a2f3e;
}
.upload-name i {
	position: relative;
	display: inline-block; 
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-left: 8px;
	text-indent: -9999px;
	cursor: pointer;
}
.upload-name i:before,
.upload-name i:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #5a5a5a;
}
.upload-name i:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}
.upload-name i:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); 
}

/* answer state */
.answer__state {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 18px;
	font-family: 'Nanum Gothic';
	font-size: 12px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
}
.answer__state.complete {
	color: #40ac40;
	border-color: #40ac40;
}
.answer__state.waiting {
	color: #ff8546;
	border-color: #ff8546;
}

/* 수강신청 */
.full-banner01 {
	background: url('/images/common/full_banner01.png') no-repeat center center;
}
.full-banner02 {
	background: url('/images/common/full_banner02.png') no-repeat center center;
}
.full-banner03 {
	background: url('/images/common/full_banner03.png') no-repeat center center;
}
.full-banner04 {
	background: url('/images/common/full_banner04.png') no-repeat center center;
}
.full-banner05 {
	background: url('/images/common/full_banner05_no_btn.jpg') no-repeat center center;
}
.full-banner06 {
	background: url('/images/common/full_banner06.png') no-repeat center center;
}
.full-banner07 {
	height: 680px;
	background: url('/images/common/full_banner07.jpg') no-repeat center center;
}
.class__tab {
	position: relative;
}
.class__tab:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	background: #d7dfee;
	background: -moz-linear-gradient(180deg, #d7dfee 0%, #eef2f9 100%);
	background: -webkit-linear-gradient(180deg, #d7dfee 0%, #eef2f9 100%);
	background: -o-linear-gradient(180deg, #d7dfee 0%, #eef2f9 100%);
	background: -ms-linear-gradient(180deg, #d7dfee 0%, #eef2f9 100%);
	background: linear-gradient(180deg, #d7dfee 0%, #eef2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#d7dfee', endColorstr='#eef2f9');
}
.class__tab .row {
	padding-top: 30px;
	z-index: 10;
}
.class__tab ul {
	text-align: center;
	font-size: 0;
}
.class__tab ul li {
	display: inline-block;
	vertical-align: middle;
	width: 610px;
	height: 66px;
	margin: 0 10px;
	background: #fff;
	border: 1px solid #cbcedb;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	opacity: 0.8;
}
.class__tab ul li a {
	display: block;
	padding: 12px 0 11px;
	font-size: 28px;
	font-weight: 300;
	color: #525465;
}
.class__tab ul li.active {
	height: 80px;
	border: 1px solid #525465;
	border-bottom: 2px solid #c61705;
	opacity: 1;
}
.class__tab ul li.active a {
	padding: 19px 0 18px;
	font-weight: 400;
}
.class__wrap {
	position: relative;
}
.class__wrap:after {
	content: '';
	clear: both;
	display: block;
}
.class__wrap .filter {
	float: left;
	width: 930px;
}
.class__wrap .filter__box button {
	min-width: 100px;
}
.class__wrap .slider {
	float: right;
	width: 280px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.class__wrap [class*='class--item'] {
	position: relative;
	height: 320px;
}
.class__wrap .class--item01 {
	background: #49566d;
	background: -moz-linear-gradient(#49566d, #2e3347);
	background: -webkit-linear-gradient(#49566d, #2e3347);
	background: -o-linear-gradient(#49566d, #2e3347);
	background: -ms-linear-gradient(#49566d, #2e3347);
	background: linear-gradient(#49566d, #2e3347);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49566d', endColorstr='#2e3347');
}
.class__wrap .cl-type01 {
	padding: 25px;
}
.class__wrap .cl-type01 .tit p {
	font-family: 'Noto Serif KR';
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.class__wrap .cl-type01 .tit h5 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
.class__wrap .cl-type01 .txt {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.class__wrap .cl-type01 .txt p {
	font-size: 12px;
	color: #d4d4d4;
}
.class__wrap .cl-type01 .btn {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 25px;
	text-align: center;
}
.class__wrap .slick-dots {
	position: absolute;
	right: 25px;
	bottom: 15px;
	text-align: right;
	font-size: 0;
}
.class__wrap .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	background: #fff;
	opacity: 0.8;
	text-indent: -9999px;
	border-radius: 50%;
	cursor: pointer;
}
.class__wrap .slick-dots li.slick-active {
	background: #e64d3e;
}

.main__sect-s2 {
	padding: 0;
}
.main__sect-s2:before {
	display: none;
}
.main__sect-s3 {
	padding: 110px 0 165px;
}
.main__sect-s3:before {
	bottom: auto;
	top: 0;
	height: 38%;
	background: #dbe1ec;
}
.main__sect-s4 {
	padding: 100px 0 340px;
}
.main__sect-s4:before {
	background: url('/images/common/bg_home_review_bg.png') no-repeat center top;
}
.main__sect-s4 .title {
	text-align: center;
}
.main__sect-s4 .title h3 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}
.main__sect-s4 .more {
	margin-top: 40px;
	text-align: center;
}
.main__sect-s5 {
	padding: 80px 0 150px;
}
.main__sect-s5:before {
	background: url('/images/common/bg_home_curriculum02_bg.png') no-repeat center bottom;
}
.main__sect-s6 {
	padding: 150px 0 210px;
}
.main__sect-s6 .box {
	padding-top: 50px;
}
.main__sect-s7 {
	margin-top: 75px;
	padding: 45px 0 55px;
}
.main__sect-s7:before {
	bottom: auto;
	top: 0;
	height: 540px;
	background: url('/images/common/bg_home_class_bg.png') no-repeat center top;
}
.main__sect-s7 .box {
	padding-top: 50px;
}
.main__sect-s8 {
	padding: 55px 0 105px;
}
.main__sect-s8 .box {
	padding-top: 60px;
}
.main__sect-s9 {
	padding: 105px 0 100px;
}
.main__sect-s9:before {
	height: 990px;
	background: #4e2e4c;
	background: -moz-linear-gradient(142deg, #4e2e4c 0%, #231723 100%);
	background: -webkit-linear-gradient(142deg, #4e2e4c 0%, #231723 100%);
	background: -o-linear-gradient(142deg, #4e2e4c 0%, #231723 100%);
	background: -ms-linear-gradient(142deg, #4e2e4c 0%, ##231723 100%);
	background: linear-gradient(142deg, #4e2e4c 0%, #231723 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#4e2e4c', endColorstr='#231723');
}
.main__sect-s9 .box {
	margin-top: 110px;
}
.main__sect-s10 {
	padding: 200px 0;
}
.main__sect-s10 .box {
	margin-top: 90px;
}
.main__sect-s11 {
	padding: 80px 0 130px;
}
.main__sect-s11:before {
	height: 1800px;
	background: #635075;
	background: -moz-linear-gradient(157deg, #635075 0%, #2a1f43 100%);
	background: -webkit-linear-gradient(157deg, #635075 0%, #2a1f43 100%);
	background: -o-linear-gradient(157deg, #635075 0%, #2a1f43 100%);
	background: -ms-linear-gradient(157deg, #635075 0%, ##2a1f43 100%);
	background: linear-gradient(157deg, #635075 0%, #2a1f43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#635075', endColorstr='#2a1f43');
}
.main__sect-s11 .main__title {
	margin-top: 130px;
}
.main__sect-s12 {
	padding: 140px 0 200px;
}
.main__sect-s12 .box {
	margin-top: 130px;
}
.main__sect-s13 {
	padding: 140px 0 120px;
}
.main__sect-s13:before {
	background: #dbe1ec;
}
.main__sect-s13 .box {
	margin-top: 80px;
}
.main__sect-s14 {
	padding: 160px 0 220px;
}
.main__sect-s14 .box {
	margin-top: 70px;
}
.main__sect-s15 {
	padding: 100px 0 100px;
}
.main__sect-s16 {
	padding: 130px 0 30px;
}
.main__sect-s16:before {
	background: url('/images/common/bg_trans_video.png') no-repeat center top;
}
.main__sect-s17 {
	padding: 110px 0 90px;
}


/* 프리패스 */
.freepass__intro {
	margin-top: 100px;
	text-align: center;
	font-size: 0;
}
.freepass__intro li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	height: 280px;
	margin: 35px 20px 0;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
}
.freepass__intro li p {
	font-size: 20px;
	font-weight: 700;
	color: #3b3b3b;
}
.freepass__intro li img {
	bottom: 20px;
}
.freepass__list {
	margin-top: 100px;
}
.freepass__list:after {
	content: '';
	clear: both;
	display: block;
}
.freepass__list li {
	float: left;
	width: 412px;
	margin-right: 22px;
	margin-bottom: 17px;
	padding: 25px 20px;
	background: #fff;
	border: 1px solid #cbcedb;
	box-shadow: 0px 2px 0px #cbcedb;
}
.freepass__list li:nth-of-type(3n) {
	margin-right: 0;
}
.freepass__list li img {
	width: 100%;
	max-height: 210px;
	margin-bottom: 20px;
}
.freepass__list .txt-box h4 {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.freepass__list .txt-box p {
	font-family: 'Nanum Gothic';
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	line-height: 1.6em;
	height: 4.8em;
}
.freepass__list .info-box {
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid #2c2c35;
}
.freepass__list .info-box p {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #3d3d3d;
}
.freepass__list .info-box span {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	color: #666;
}
.freepass__slide {
	position: relative;
}
.freepass__slide .slick-dots {
	position: absolute;
	top: 156px;
	left: 50%;
	width: 1280px;
	margin-left: -640px;
	text-align: center;
}
.freepass__slide .slick-dots li {
	position: relative;
	display: table;
	width: 180px;
	height: 60px;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.15);
	cursor: pointer;
}
.freepass__slide .slick-dots li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 100%;
	background: #463B65;
	background: -moz-linear-gradient(90deg, #463B65 0%, #27232D 100%);
	background: -webkit-linear-gradient(90deg, #463B65 0%, #27232D 100%);
	background: -o-linear-gradient(90deg, #463B65 0%, #27232D 100%);
	background: -ms-linear-gradient(90deg, #463B65 0%, ##27232D 100%);
	background: linear-gradient(90deg, #463B65 0%, #27232D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#463B65', endColorstr='#27232D');
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 9;
}
.freepass__slide .slick-dots li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	line-height: 1.3;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 10;
}


/* 구술/작문 첨삭 */
.edit__tab {
	background: #fff;
	box-shadow: 0px 3px 12px rgba(0,0,0,0.4);
	width: fit-content;
	margin: 0 auto;
}
.edit__tab .tab__menu {
	border-bottom: 3px solid #c61705;
}
.edit__tab .tab__menu-item {
	position: relative;
	padding: 16px 20px 13px;
	font-size: 18px;
	font-weight: 500;
	color: #212121;
}
.edit__tab .tab__menu-item:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-top: -5px;
	background: #dbdbdb;
}
.edit__tab .tab__menu-item.current {
	color: #fff;
	background: #c61705;
}
.edit__tab .tab__menu-item.current:after {
	display: none;
}
.edit__tab .tab__menu-item:first-of-type:after {
	display: none;
}
.edit__tab .tab__panel-content {
	padding: 38px 48px;
}
.edit__tab .tab__panel-content:after {
	content: '';
	clear: both;
	display: block;
}
.edit__tab .txt-box {
	float: left;
	width: 409px;
	height: 436px;
	padding: 17px 24px;
	background: #49566d;
	background: -moz-linear-gradient(#49566d, #2e3347);
	background: -webkit-linear-gradient(#49566d, #2e3347);
	background: -o-linear-gradient(#49566d, #2e3347);
	background: -ms-linear-gradient(#49566d, #2e3347);
	background: linear-gradient(#49566d, #2e3347);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49566d', endColorstr='#2e3347');
}
.edit__tab .txt-box h3 {
	font-size: 64px;
	font-weight: 700;
	color: #fff;
}
.edit__tab .txt-box h4 {
	margin-top: -20px;
	font-size: 36px;
	font-weight: 400;
	color: #d2d2d2;
}
.edit__tab .txt-box p {
	margin-top: 20px;
	padding-top: 13px;
	width: 90%;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	border-top: 1px solid #fff;
}
.edit__tab .vdo-box {
	float: left;
	width: 775px;
	height: 436px;
	border: 1px solid #525465;
}
.edit__tab .vdo-box img {
	width: 773px;
	height: 434px;
}
.edit__tit {
	margin-top: 80px;
	text-align: center;
}
.edit__tit h4 {
	font-size: 36px;
	font-weight: 700;
	color: #525465;
}
.edit__tit + .edit__step {
	margin-top: 25px;
}
.edit__step {
	text-align: center;
}
.edit__step ul {
	padding: 43px 46px;
	border-radius: 40px;
}
.edit__step ul:after {
	content: '';
	clear: both;
	display: block;
}
.edit__step ul.type01 {
	background: #d7e5e9;
}
.edit__step ul.type02 {
	background: #e9e6d7;
}
.edit__step ul li {
	position: relative;
	float: left; 
	width: 360px;
	height: 360px;
	margin-right: 54px;
	padding: 35px 35px 20px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
.edit__step ul li:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -45px;
	display: inline-block;
	width: 40px;
	height: 58px;
	background: url('/images/common/ic_guide_arrow.png') no-repeat center center;
}
.edit__step ul li:nth-of-type(1) {
	background: rgba(255,255,255,0.6); 
}
.edit__step ul li:nth-of-type(2) {
	background: rgba(255,255,255,0.8); 
}
.edit__step ul li:nth-of-type(3) {
	margin-right: 0;
	background: rgba(255,255,255,1.0); 
}
.edit__step ul li:nth-of-type(3):after {
	display: none;
}
.edit__step .img-box {
	position: relative;
	height: 175px;
}
.edit__step .img-box img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}
.edit__step .txt-box {
	margin-top: 20px;
}
.edit__step .txt-box h5 {
	font-size: 24px;
	font-weight: 700;
	color: #3b3b3b;
}
.edit__step .txt-box p {
	margin-top: 8px;
	font-size: 14px;
	color: #3b3b3b;
}
.edit__step4 {
	text-align: center;
}
.edit__step4 ul {
	padding: 43px 32px 46px;
	border-radius: 40px;
}
.edit__step4 ul:after {
	content: '';
	clear: both;
	display: block;
}
.edit__step4 ul.type01 {
	background: #d7e5e9;
}
.edit__step4 ul li {
	position: relative;
	float: left; 
	width: 271px;
	height: 360px;
	margin-right: 44px;
	padding: 45px 30px 20px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
.edit__step4 ul li:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -30px;
	display: inline-block;
	width: 21px;
	height: 40px;
	background: url('/images/common/ic_guide_arrow.png') no-repeat center center;
	background-size: cover;
}
.edit__step4 ul li:nth-of-type(1) {
	background: rgba(255,255,255,0.6); 
}
.edit__step4 ul li:nth-of-type(2) {
	background: rgba(255,255,255,0.7); 
}
.edit__step4 ul li:nth-of-type(3) {
	background: rgba(255,255,255,0.8); 
}
.edit__step4 ul li:nth-of-type(4) {
	margin-right: 0;
	background: rgba(255,255,255,1.0); 
}
.edit__step4 ul li:nth-of-type(4):after {
	display: none;
}
.edit__step4 .img-box {
	position: relative;
	height: 160px;
}
.edit__step4 .img-box img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}
.edit__step4 .txt-box {
	margin-top: 25px;
}
.edit__step4 .txt-box h5 {
	font-size: 23px;
	font-weight: 700;
	color: #3b3b3b;
}
.o3__info:after {
	content: '';
	clear: both;
	display: block;
}
.o3__info .img-box {
	float: left;
	width: 600px;
	height: 400px;
}
.o3__info .img-box img {
	width: 100%;
	height: 100%;
}
.o3__info .txt-box {
	float: right;
	width: 620px;
}
.o3__info .txt-box h4 {
	width: 110%;
	font-size: 36px;
	font-weight: 700;
	color: #ebf3fb;
}
.o3__info .txt-box p {
	margin-top: 8px;
	font-size: 16px;
	color: #d5d5e4;
}
.o3__info .txt-box h5 {
	margin-top: 30px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #ffd050;
}
.o3__info .txt-box ul {
	display: inline-block;
	margin-top: 8px;
	padding: 16px 18px;
	background: #cbcedb;
	border-radius: 12px;
}
.o3__info .txt-box ul li {
	font-size: 14px;
	color: #2b2b2b;
	line-height: 1.6;
}
.o3__who {
	position: relative;
	margin-top: 80px;
	padding: 400px 60px 130px;
	background: #f2e8ef;
	background: -moz-linear-gradient(160deg, #f2e8ef 0%, #b3dbde 100%);
	background: -webkit-linear-gradient(160deg, #f2e8ef 0%, #b3dbde 100%);
	background: -o-linear-gradient(160deg, #f2e8ef 0%, #b3dbde 100%);
	background: -ms-linear-gradient(160deg, #f2e8ef 0%, #b3dbde 100%);
	background: linear-gradient(160deg, #f2e8ef 0%, #b3dbde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#f2e8ef', endColorstr='#b3dbde');
	border-radius: 36px;
}
.o3__who .tit {
	position: absolute;
	top: -80px;
	left: 50%;
	width: 830px;
	margin-left: -415px;
	padding: 40px;
	background: #ef6b5e;
	border-radius: 12px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.o3__who .tit li {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.o3__who .tit li + li {
	margin-top: 28px;
}
.o3__who .list li {
	position: relative;
}
.o3__who .list li + li {
	margin-top: 90px;
}
.o3__who .list li h4 {
	font-size: 46px;
	font-weight: 700;
}
.o3__who .list li h4.type1 {
	color: #6579a2;
}
.o3__who .list li h4.type2 {
	color: #566482;
}
.o3__who .list li h4.type3 {
	color: #465A85;
}
.o3__who .list li h4.type4 {
	color: #3B4F7A;
}
.o3__who .list li:nth-of-type(even) {
	text-align: left;
}
.o3__who .list li:nth-of-type(even) h4 {
	right: 60px;
}
.o3__who .list li:nth-of-type(odd) {
	text-align: right;
}
.o3__who .list li:nth-of-type(odd) h4 {
	left: 0;
}
.o3__who .list li img {
	position: absolute;
	left: 20px;
	bottom: 0;
}
.o3__who .list li .txt {
	position: relative;
	display: inline-block;
	width: 796px;
	padding: 20px 20px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
}
.o3__who .list li .txt dl {
	padding-left: 190px;
}
.o3__who .list li .txt dt {
	font-size: 24px;
	font-weight: 700;
	color: #3b3b3b;
}
.o3__who .list li .txt dd {
	margin-top: 8px;
	font-size: 20px;
	color: #707070;
}
.o3__choice {
	padding-top: 70px;
}
.o3__choice ul {
	overflow: hidden;
}
.o3__choice ul li {
	float: left;
	width: 380px;
	height: 280px;
	margin-top: 36px;
	margin-right: 50px;
	padding: 16px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px #000;
}
.o3__choice ul li:nth-of-type(3n) {
	margin-right: 0;
}
.o3__choice ul li p {
	height: 74px;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
	color: #3b3b3b;
}
.o3__choice .common-btn {
	margin-top: 120px;
}
.o3__choice .common-btn button,
.o3__choice .common-btn a {
	width: 240px;
	font-size: 18px;
}
.exam__intro {
}
.exam__intro .tit {
	text-align: center;
}
.exam__intro .tit h4 {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
}
.exam__intro .tit h4 span {
	font-size: 36px;
	font-weight: 400;
}
.exam__intro .tit p {
	font-size: 80px;
	font-weight: 700;
	color: #d6c2ff;
	text-shadow: 0px 6px 12px rgba(0,0,0,0.3);
}
.exam__intro .tbl {
	position: relative;
	margin-top: 100px;
	text-align: center;
}
.exam__intro .tbl:before {
	content: '';
	position: absolute;
	top: 57px;
	left: 0;
	display: block;
	width: 100%;
	height: 61px;
	background: #f2e8ef;
	background: -moz-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: -webkit-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: -o-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: -ms-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#5ab49f', endColorstr='#9f4ad8');
	z-index: 9;
}
.exam__intro .tbl:after {
	content: '';
	position: absolute;
	top: 118px;
	left: 0;
	display: block;
	width: 100%;
	height: 63px;
	background: #f2e8ef;
	background: -moz-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: -webkit-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: -o-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: -ms-linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	background: linear-gradient(90deg, #5ab49f 0%, #4868b1 55%, #9f4ad8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#5ab49f', endColorstr='#9f4ad8');
	opacity: 0.2;
	z-index: 9;
}
.exam__intro .tbl table {
	position: relative;
	width: 100%;
	table-layout: fixed;
	z-index: 10;
}
.exam__intro .tbl thead th {
	padding: 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #dfdfdf;
}
.exam__intro .tbl tbody th {
	padding: 17px 0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-right: 1px dashed rgba(255,255,255,0.5);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.exam__intro .tbl tbody th:last-of-type {
	border-right: 0;
}
.exam__intro .tbl tbody td {
	padding: 21px 0;
	font-size: 14px;
	font-weight: 400;
	color: #a4a8d1;
	border-right: 1px dashed rgba(255,255,255,0.5);
}
.exam__intro .tbl tbody td:last-of-type {
	border-right: 0;
}
.exam__intro .point {
	position: relative;
	width: 1100px;
	margin: 230px auto 130px;
}
.exam__intro .point p {
	font-size: 32px;
	font-weight: 100;
	color: #ebebeb;
}
.exam__intro .point ul {
	position: absolute;
    top: 50%;
	right: 0;
	width: 296px;
	height: 296px;
	margin-top: -40px;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-moz-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	text-align: center;
}
.exam__intro .point ul li {
	float: left;
	width: 134px;
	height: 134px;
	line-height: 134px;
	margin: 7px;
	background: orange;
	border-radius: 12px;
}
.exam__intro .point ul li span {
	display: inline-block;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.exam__intro .point ul li.type1 {
	background: linear-gradient(180deg, #5088AA 0%, #284455 100%);
}
.exam__intro .point ul li.type2 {
	background: linear-gradient(180deg, #59B29F 0%, #2D5950 100%);
}
.exam__intro .point ul li.type3 {
	background: linear-gradient(180deg, #6260BD 0%, #31305F 100%);
}
.exam__intro .point ul li.type4 {
	background: linear-gradient(180deg, #9C4CD7 0%, #4E266C 100%);
}
.exam__intro .list {
	width: 1200px;
	margin: 0 auto;
}
.exam__intro .list:after {
	content: '';
	clear: both;
	display: block;
}
.exam__intro .list li {
	position: relative;
	float: left;
	width: 568px;
	height: 220px;
	margin: 16px;
	padding: 25px;
	background: #fff;
	border: 2px solid #9472e3;
	border-radius: 12px;
}
.exam__intro .list img {
	left: 25px;
}
.exam__intro .list dl {
	margin-left: 240px;
}
.exam__intro .list dt {
	font-size: 24px;
	font-weight: 700;
	color: #3b3b3b;
}
.exam__intro .list dd {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #3b3b3b;
	line-height: 1.8;
	word-break: break-all;
}
.exam__time .link-tab {
	width: 1100px;
	margin: 0 auto 80px;
}
.exam__time .description {
	margin-top: 37px;
	margin-left: 20px;
}
.exam__video {
	text-align: center;
}
.exam__video h4 {
	margin-bottom: 44px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.exam__video .coupon {
	margin-top: 145px;
}



/* 로그인후 */
.user__state {
	padding: 16px 25px;
}
.user__state-title h3 {
	font-size: 14px;
	font-weight: 400;
	color: #656565;
}
.user__state-title h3 strong {
	font-size: 20px;
	font-weight: 400;
}
.user__state-link {
	overflow: hidden;
	margin-top: 7px;
	padding-top: 14px;
	border-top: 1px solid #e4e4e4;
}
.user__state-link .modify {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #8f8f8f;
}
.user__state-link .logout {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #656565;
    padding-left: 27px;
    background: url('/images/common/ico_logout.png') no-repeat left center;
}
.user__state-lect {
	overflow: hidden;
	margin-top: 30px;
}
.user__state-lect span {
	float: left;
	display: inline-block;
	margin-top: 7px;
	font-size: 15px;
	font-weight: 500;
}
.user__state-lect em {
	font-weight: 700;
}
.user__state-lect a {
	float: right;
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	padding-left: 35px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #c61705 url('/images/common/icons8_school.png') no-repeat 14px 50%;
	border-radius: 5px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
}
.user__link {
	padding: 15px 25px;
	background: #62636e;
	border-radius: 0px 0px 6px 6px;
}
.user__link a {
	display: block;
	padding: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #2f9f23;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}
.user__link a + a {
	margin-top: 8px;
}

/* 회원가입 */
.user__info .btn--box {
	text-align: center;
}
.user__info-title {
	position: relative;
}
.user__info-title h3 {
	position: relative;
	display: inline-block;
	padding-right: 25px;
	font-size: 28px;
	font-weight: 500;
	color: #515151;
	background: #fff;
	z-index: 10;
}
.user__info-title i {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #cbcedb;
	z-index: 9;
}
.user__form {
	
}
.user__form-item {
	position: relative;
	margin-top: 30px;
}
.user__form-item:first-of-type {
	margin-top: 0;
}
.user__form-item .tit {
	position: relative;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #414141;
}
.user__form-item .tit.big {
	font-size: 28px;
}
.user__form-item .tit span {
	font-size: 14px;
	font-weight: 400;
}
.user__form-item .inp {
	position: relative;
	font-size: 0;
}
.user__form-item .tit + .inp {
	margin-top: 10px;
}
.user__form-item .inp + .inp {
	margin-top: 10px;
}
.user__form-item .inp input,
.user__form-item .inp select {
	display: inline-block;
	font-size: 15px;
}
.user__form-item .inp.text-center {
	width: 100%;
	padding: 0 20px;
}
.user__form-item .inp.text-center .form-box {
	width: 33%;
}
.user__form-item .inp.text-left {
	width: 340px;
	margin: 0 auto;
	text-align: left;
}
.user__form-item .inp.text-left.w100 {
	width: 100%;
	padding: 0 20px;
}
.user__form-item .inp.text-left.w100 .form-box {
	width: 33%;
}
.user__form-item .inp.text-left:after {
	content: '';
	clear: both;
	display: block;
}
.user__form-item .inp.text-left .form-box {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-top: 30px;
}
.user__form-item .inp.text-left .common-txt02 {
	padding-top: 38px;
}
.user__form-item .inp.text-left input[type='text'] {
	height: 48px;
}
.user__form-item .dv2 .first {
	width: 66%;
}
.user__form-item .dv2 .second {
	width: 33%;
	margin-left: 1%;
}
.user__form-item .dv3 .first {
	width: 32.3%;
}
.user__form-item .dv3 .second {
	width: 32.3%;
	margin-left: 1.5%;
}
.user__form-item .dv3 .third {
	width: 32.3%;
	margin-left: 1.5%;
}
.user__form-item .dv3 .first.small {
	width: 22.3%;
	padding-left: 20px;
}
.user__form-item .dv3 .first.small + .second {
	width: 42.3%;
}
.user__form-item .time {
	position: absolute;
	top: 20px;
	left: 53%;
	font-size: 18px;
	font-weight: 500;
	color: #4a74ff;
}
.user__form-item .form-box.text-right label {
	margin-right: 24px;
}
.user__form-item .form-box input[type=checkbox] + label,
.user__form-item .form-box input[type=radio] + label {
	font-size: 15px;
}
.user__form-item.auth-disabled input[type='text'][readonly],
.user__form-item.auth-disabled input[type='text'][disabled] {
	font-size: 18px;
	font-weight: 500;
	color: #4a74ff;
    opacity: 1;
}
.user__auth {
	margin: 45px -60px 0;
	padding: 35px 60px 0;
	border-top: 1px dashed #cbcedb;
}
.user__auth .text {
	text-align: center;
	font-size: 15px;
	color: #2c2e36;
}
.user__auth input {
	padding-right: 70px;
}
.user__survey {
	background: #f7707f;
	border-radius: 12px;
}
.user__survey .survey-top {
	position: relative;
	padding: 16px 28px;
}
.user__survey .survey-top .text h4 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.user__survey .survey-top .text strong {
	font-size: 28px;
	font-weight: 700;
}
.user__survey .survey-top .text em {
	position: relative;
	display: inline-block;
}
.user__survey .survey-top .text em:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -2px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}
.user__survey .survey-top .text p {
	display: inline-block;
	margin-top: 5px;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	background: rgba(145,14,0,0.3);
	border-radius: 6px;
}
.user__survey .survey-top .point {
	overflow: hidden;
	right: 20px;
	width: 200px;
	padding: 12px 15px;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	border-radius: 10px;
}
.user__survey .survey-top .point p {
	float: left;
	display: block;
	margin-top: 8px;
	font-size: 10px;
	font-weight: 700;
	color: #1c67d8;
}
.user__survey .survey-top .point span {
	float: right;
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #414141;
}
.user__survey .survey-top .point strong {
	font-size: 31px;
	color: #ffa200;
}
.join__box {
	position: relative;
	width: 640px;
	margin: 0 auto;
}
.join__box.normal {
	width: 580px;
}
.join__tit {
	position: relative;
}
.join__tit h3 {
	font-size: 28px;
	font-weight: 500;
}
.social {
	text-align: center;
}
.social__title {
	font-size: 16px;
	font-weight: 400;
	color: #414141;
}
.social__list {
	margin-top: 10px;
}
.social__list:after {
	content: '';
	clear: both;
	display: block;
}
.social__list-item {
	position: relative;
	float: left;
	width: 280px;
	margin-top: 10px;
}
.social__list-item:after {
	content: '';
	clear: both;
	display: block;
}
.social__list-item:nth-of-type(even) {
	float: right;
}
.social__list-item .linkage {
	display: table;
	width: 100%;
}
.social__list-item .linkage i,
.social__list-item .linkage span {
	display: table-cell;
	vertical-align: middle;
	height: 56px;
}
.social__list-item .linkage i {
	width: 56px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 5px 0 0 5px;
}
.social__list-item .linkage span {
	width: 224px;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	border: 1px solid #000;
	border-left: 0;
	border-radius: 0 5px 5px 0;
}
.social__list-item.facebook .linkage i {
	background-color: #4c66a4;
	background-image: url('/images/common/ic_logo_facebook.png');
	border-color: #4c66a4;
}
.social__list-item.facebook .linkage span {
	color: #4c66a4;
	border-color: #4c66a4;
}
.social__list-item.google .linkage i {
	background-color: #f6f6f6;
	background-image: url('/images/common/ic_logo_google.png');
	border-color: #c8c8c8;
}
.social__list-item.google .linkage span {
	color: #3e3e3e;
	border-color: #c8c8c8;
}
.social__list-item.naver .linkage i {
	background-color: #64cb6a;
	background-image: url('/images/common/ic_logo_naver.png');
	border-color: #64cb6a;
}
.social__list-item.naver .linkage span {
	color: #47a74d;
	border-color: #64cb6a;
}
.social__list-item.kakao .linkage i {
	background-color: #ffee00;
	background-image: url('/images/common/ic_logo_kakao.png');
	border-color: #ffee00;
}
.social__list-item.kakao .linkage span {
	color: #2b1718;
	border-color: #ffee00;
}
.social__list-item.linked .linkage {
	float: left;
	width: 210px;
}
.social__list-item.linked .linkage span {
	width: 154px;
}
.social__list-item.linked.facebook .linkage span {
	color: #fff;
	background-color: #4c66a4;
}
.social__list-item.linked.google .linkage span {
	background-color: #f6f6f6;
}
.social__list-item.linked.naver .linkage span {
	color: #fff;
	background-color: #64cb6a;
}
.social__list-item.linked.kakao .linkage span {
	background-color: #ffee00;
}
.social__list-item .release {
	display: none;
}
.social__list-item.linked .release {
	float: right;
	display: block;
	width: 56px;
	height: 56px;
	font-size: 14px;
	font-weight: 500;
	color: #c61705;
	line-height: 1.3;
	background: #fff;
	border: 1px solid #e64d3e;
	border-radius: 5px;
}
.social__list-item.linked .common-txt04 {
	position: absolute;
	bottom: -20px;
	left: 5px;
}

.welcome {
	position: relative;
	height: 330px;
	background: #73afab url('/images/common/bg_welcome.png') no-repeat center center;
}
.welcome__text {
	width: 550px;
}
.welcome__text .tit01 {
	font-size: 42px;
	font-weight: 100;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.welcome__text .tit02 {
	font-size: 36px;
	font-weight: 700;
	color: #ffef85;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.welcome__text .box {
	margin-top: 50px;
	padding: 8px 20px 12px;
	font-size: 18px;
	background: rgba(255,255,255,0.5);
	border-radius: 8px;
}
.welcome.other-type {
	background: #f7707f;
}
.welcome.other-type .welcome__text {
	width: 500px;
}
.welcome.other-type .tit {
	padding-top: 90px;
}
.welcome.other-type .tit:after {
	content: '';
	clear: both;
	display: block;
}
.welcome.other-type .tit h2 {
	float: left;
	width: 250px;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
}
.welcome.other-type .tit h2 strong {
	font-weight: 500;
}
.welcome.other-type .tit .point {
	position: relative;
	float: right;
	width: 175px;
	height: 90px;
	text-align: center;
	background: #fff;
	border-radius: 0 5px 0 5px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
.welcome.other-type .tit .point:before {
	content: '';
	position: absolute;
	top: -25px;
	left: -25px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f7707f;
}
.welcome.other-type .tit .point:after {
	content: '';
	position: absolute;
	bottom: -25px;
	right: -25px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f7707f;
}
.welcome.other-type .tit .point p {
	margin-top: 14px;
	font-size: 12px;
	font-weight: 500;
	color: #1c67d8;
}
.welcome.other-type .tit .point span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #414141;
}
.welcome.other-type .tit .point strong {
	font-size: 36px;
	color: #ffa200;
}
.welcome.other-type .txt {
	margin-top: 60px;
	text-align: center;
}
.welcome.other-type .txt p {
	padding: 5px 12px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: rgba(145,14,0,0.3);
	border-radius: 6px;
}

/* 학원수업신청 */
.academy__info {

}
.academy__form {
	background: #fff;
}
.academy__form-item + .academy__form-item {
	margin-top: 40px;
}
.academy__form-item .tit {
	position: relative;
	padding: 0 10px;
}
.academy__form-item .tit h4 {
	font-size: 18px;
	font-weight: 500;
	color: #414141;
}
.academy__form-item .tit h4 span {
	font-size: 15px;
	color: #2a2f3e;
}
.academy__form-item .tit select {
	right: 0;
	width: 190px;
}
.academy__form-item [class*='btn--type'] {
	min-width: 190px;
}
.academy__form-item .forms {
	margin-top: 20px;
}
.academy__form-item .forms .inp1 {
	width: 190px;
}
.academy__form-item .forms .inp2 {
	width: 314px;
	margin-left: 10px;
}
.academy__form-item .forms .day {
	min-width: 66px;
	width: 66px;
}
.academy__form-item .forms .yn {
	min-width: 120px;
	width: 120px;
}
.academy__form-item .forms dl {
	font-size: 0;
}
.academy__form-item .forms dl + dl {
	margin-top: 10px;
}
.academy__form-item .forms dt {
	display: inline-block;
	vertical-align: middle;
	width: 98px;
	font-size: 15px;
}
.academy__form-item .forms dd {
	display: inline-block;
	vertical-align: middle;
	width: 420px;
	font-size: 15px;
}

/* 통합서비스 */
.total__box {
	padding: 30px 29px 60px;
}
.total__box .description {
	font-size: 18px;
	font-weight: 500;
}
.total__box .title {
	margin-top: 20px;
	padding-top: 15px;
	font-size: 32px;
	font-weight: 300;
	color: #343434;
	line-height: 1.3;
	border-top: 1px solid #c61705;
}
.total__box .title strong {
	font-weight: 700;
}

/* 아이디,비밀번호 찾기 */
.idpw__tab {
	position: absolute;
	top: -66px;
	left: -1px;
	display: block;
	width: 380px;
	font-size: 0;
}
.idpw__tab li {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	height: 58px;
	line-height: 56px;
	font-size: 14px;
	color: #f6f6f6;
	background: #989ba7;
	border: 1px solid #989ba7;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.idpw__tab li.current {
	height: 66px;
	line-height: 64px;
	font-weight: 700;
	color: #2b1718;
	background: #fff;
	border: 1px solid #cbcedb;
}
.idpw__search-cmplt {
	margin: 30px 0;
	text-align: center;
}
.idpw__search-cmplt .box {
	width: 340px;
	margin: 35px auto 0;
	padding: 28px 0;
	background: #dfe0e8;
	border: 1px solid #cbcedb;
	border-radius: 10px;
	font-weight: 300;
	color: #414141;
}
.idpw__search-cmplt .box.pw {
	padding: 48px 0;
}
.idpw__search-cmplt .box h5 {
	font-size: 18px;
	font-weight: 500;
}
.idpw__search-cmplt .box p {
	margin-top: 15px;
}

/* 수강후기 */
.revi__top {
	position: relative;
	margin-bottom: 70px;
	padding: 40px 0 40px 40px;
	background-repeat: no-repeat;
	background-position: 94% 86%;
	border-bottom: 2px solid #2a2f3e;
}
.revi__top.bg02 {
	background-image: url('/images/common/img_review02_header_ba.png');
}
.revi__top.bg01 {
	background-image: url('/images/common/img_review01_header_ba.png');
}
.revi__top .title {
	font-size: 36px;
	font-weight: 700;
	color: #2a2f3e;
}
.revi__top .text {
	margin-top: 7px;
}
.revi__top .warning {
	margin-left: 15px;
}
.revi__top .btn--type-xs {
	position: absolute;
	top: 74px;
	right: 0;
}



.lect-ing .course__list-top {
	background: #fff6f5;
}
.lect-end:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 30;
}
.lect-pause .course__list-bot .rate .dot {
	background: url('/images/common/ico_video_nav-1.png') no-repeat 0 0;
}
.lect-pause .course__list-bot .rate .bar i {
	background: #8b93b7;
}
.course__list-top {
	position: relative;
	padding: 15px 20px;
	background: #e9eaef;
}
.course__list-top > div {
	display: inline-block;
	vertical-align: middle;
}
.course__list-top .nav {
	width: 38px;
	height: 38px;
	background: url('/images/common/ic_lecture_nav.png') no-repeat center center;
	cursor: pointer;
}
.course__list-top .img {
	width: 160px;
	height: 90px;
	margin: 0 25px;
}
.course__list-top .img img {
	width: 100%;
	height: 100%;
}
.course__list-top .text h5 {
	font-size: 26px;
}
.course__list-top .text h5 span {
	margin-top: -5px;
	margin-left: 10px;
	padding: 1px 10px;
	letter-spacing: -0.1em;
	background: #fff;
}
.course__list-top .text dl {
	margin-top: 5px;
	font-size: 0;
}
.course__list-top .text dt {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
}
.course__list-top .text dd {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	padding-left: 14px;
	font-size: 14px;
}
.course__list-top .text dd:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 1px;
	height: 16px;
	background: #707070;
}
.course__list-top .button {
	right: 20px;
	text-align: right;
	z-index: 99;
}
.course__list-top .button button {
	width: 120px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.course__list-top .button .normal {
	text-indent: -17px;
	background: #e64d3e url('/images/common/icons8_expand_arrow_1.png') no-repeat 90px 50%;
}
.course__list-top .button .release {
	background: #1c67d8;
}
.course__list-top .button p {
	margin-top: 6px;
	font-size: 11px;
}
.course__list-top .button p + p {
	margin-top: 0;
}
.course__list-bot {
	position: relative;
	height: 115px;
	padding: 20px;
}
.course__list-bot .progress {
	margin-left: 68px;
}
.course__list-bot .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 700;
}
.course__list-bot .percent {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
}
.course__list-bot .rate {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 25px;
}
.course__list-bot .rate .bar {
	position: relative;
	display: block;
	overflow: hidden;
	width: 320px;
	height: 6px;
	background: #e9eaef;
	border-radius: 100px;
	z-index: 10;
}
.course__list-bot .rate .bar i {
	display: block;
	height: 100%;
	background: #e64d3e;
}
.course__list-bot .rate .dot {
	position: absolute;
	top: -11px;
	display: inline-block;
	min-width: 60px;
	margin-left: -20px;
	padding-top: 30px;
	padding-left: 2px;
	padding-right: 10px;
	font-size: 13px;
	background: url('/images/common/ico_video_nav.png') no-repeat 0 0;
	z-index: 20;
}
.course__list-bot .button {
	right: 20px;
	width: 300px;
	font-size: 0;
	z-index: 40;
	text-align: right;
}
.course__list-bot .button button {
	width: 140px;
	height: 32px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	border: 1px solid #6b6e7b;
}
.course__list-bot .button button:nth-of-type(3) {
	margin-top: 10px;
}
.course__list-bot .button button:nth-of-type(4) {
	margin-top: 10px;
}
.course__list-bot .button button:disabled {
	opacity: 0.5;
	cursor: auto;
}
.course__list-bot .button button.f-small {
	font-size: 14px;
}

/* 무료학습 */
[class*='learn__bg'] {
	position: relative;
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
}
[class*='learn__bg']:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 8;
}
[class*='learn__bg']:after {
	content: '';
	position: absolute;
	bottom: -168%;
	right: -50%;
	width: 200%;
	height: 200%;
	-webkit-transform: rotate(174deg);
	-moz-transform: rotate(174deg);
	-ms-transform: rotate(174deg);
	transform: rotate(174deg);
	background: #fff;
	z-index: 9;
}
[class*='learn__bg'] .row {
	z-index: 10; 
	height: 100%;
}
.learn__bg01 {
	height: 520px;
	background-image: url('/images/common/img_banner_free01.png');
}
.learn__bg01:before {
	display: none;
}
.learn__bg01:after {
	display: none;
}
.learn__bg01 video {
	width: 100%; 
}
.learn__bg01 .row {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -620px;
}
.learn__bg02 {
	/* padding-bottom: 220px;
	background-image: url('/images/common/img_free_bg01.png'); */
	background: none;
}
.learn__bg02:before {
	/* background-color: #111; */
	display: none;
}
.learn__bg03 {
	/* padding-bottom: 220px;
	background-image: url('/images/common/img_free_bg02.png'); */
	background: none;
}
.learn__bg03:before {
	/* background-color: #822E31; */
	display: none;
}
.learn__text {
	margin-bottom: 20px;
	color: #2a2f3e;
}
.learn__text h2 {
	font-size: 42px;
	font-weight: 700;
}
.learn__text h3 {
	padding-top: 55px;
	padding-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
	border-bottom: 1px solid #2a2f3e;
}
.learn__text p {
	margin-top: 25px; 
	font-size: 18px;
}
.learn__list:after {
	content: "";
	clear: both;
	display: block;
}
.learn__list-item {
	float: left;
	width: 400px;
	margin-bottom: 40px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #cbcedb;
}
.learn__list-item:nth-of-type(3n) {
	margin-right: 0;
}
.learn__list-item .img-box {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.26%;
	overflow: hidden;
}
.learn__list-item .img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
} 
.learn__list-item .txt-box {
	height: 130px;
	padding: 15px 20px;
	border-top: 1px solid #cbcedb;
}
.learn__list-item .txt-box dl {
	overflow: hidden;
}
.learn__list-item .txt-box dl:first-of-type {
	margin-bottom: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d0d0d5;
}
.learn__list-item .txt-box dt {
	float: left;
}
.learn__list-item .txt-box dd {
	float: right;
}
.learn__list-item .txt-box .title {
	font-size: 20px;
	font-weight: 700;
	width: 90%; /* 공유하기 버튼 생기는 경우 80%로 조정 */
   /*  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
}
.learn__list-item .txt-box .icon i {
	margin-left: 5px;
}
.learn__list-item .txt-box .text {
	font-size: 16px;
	font-weight: 700;
}
.learn__list-item .txt-box .info {
	margin-top: 2px;
	font-size: 14px;
	color: #666;
}
.learn__more {
	margin-top: 70px;
	text-align: center;
}
.learn__more button {
	width: 144px;
	height: 46px;
	padding-right: 23px;
	font-size: 16px;
	color: #fff;
	background: #c61705 url('/images/common/ico_plus.png') no-repeat 90px 16px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.learn__video {
	margin-top: 45px; 
}
.learn__video .row {
	max-width: 960px; 
}
.video-info {
	position: relative;
	padding-left: 10px;
}
.video-info .text h3 {
	font-size: 32px;
	font-weight: 700;
}
.video-info .text ul {
	overflow: hidden;
	padding: 5px 0;
}
.video-info .text ul li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	border-left: 1px solid #cbcedb;
}
.video-info .text ul li:first-of-type {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.video-info .icon {
	right: 0; 
}
.video-box {
	position: relative;
	width: 960px;
	height: 540px;
	margin: 0 auto;
	background: #4c4c4c;
}
.video-box .play {
	/* width: 80px; */
	width: 120px;
	text-align: center;
}
.video-box .play .btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url('/images/common/btn_play_video_banner@2x.png') no-repeat center center;
	background-size: cover;
	text-indent: -9999px;
	cursor: pointer; 
}
.video-box .play .txt {
	display: inline-block;
	/* width: 80px;. */
	width: 120px;
	margin-top: 20px;
	font-family: 'Nanum Gothic';
	font-family: 16px;
	color: #fff;
}
.video-util {
	padding: 20px 30px;
	background: #f6f7fb;
	border: 1px solid #cbcedb;
}
.video-util p {
	font-size: 14px;
	font-weight: 500;
	color: #414141;
}
.video-util p + p {
	margin-top: 15px; 
}
.video-util span {
	margin-top: 8px;
}
.video-util span a,
.video-util span button {
	width: 160px;
	height: 32px;
	line-height: 30px;
}
.learn__rcmd {
	position: relative;
	margin-top: 105px;
	padding: 25px 0 125px;
}
.learn__rcmd .row {
	max-width: 960px; 
}
.learn__rcmd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 246px;
	background: #dbe1ec;
}
.learn__rcmd .slider-item {
	margin: 0 10px;
	text-align: center;
}
.slider-title {
	margin-bottom: 35px; 
	text-align: center;
}
.slider-title h3 {
	font-size: 28px;
	font-weight: 700;
}
.slider-wrap .slick-arrow {
	position: absolute; 
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 1px solid #cbcedb;
}
.slider-wrap .slick-prev {
	left: -46px;
	background-image: url('/images/common/ico_btn_prev_g.png'); 
}
.slider-wrap .slick-next {
	right: -46px;
	background-image: url('/images/common/ico_btn_next_g.png'); 
}
.slider-item img {
	max-width: 100%; 
}
.slick-slide {
	outline: none;
}

/* 무료학습 */
.master__list {
	padding: 45px 0;
	text-align: center;
	background: #2d313a;
	background: -moz-linear-gradient(#2d313a, #131a2b);
	background: -webkit-linear-gradient(#2d313a, #131a2b);
	background: -o-linear-gradient(#2d313a, #131a2b);
	background: -ms-linear-gradient(#2d313a, #131a2b);
	background: linear-gradient(#2d313a, #131a2b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2d313a', endColorstr='#131a2b');
	border-bottom: 4px solid #e64d3e;
}
.master__list h2 {
	font-size: 45px;
	color: #fff;
}
.master__list ul {
	margin-top: 50px;
	font-size: 0;
}
.master__list-item {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	margin: 0 15px;
}
.master__list-item a {
	display: inline-block;
}
.master__list-item .img-box {
	position: relative;
}
.master__list-item .txt-box {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	color: #cbcedb;
}
.master__list-item .txt-box:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -50px;
	display: block;
	width: 100px;
	height: 3px;
	background: transparent;
}
.master__list-item.on .txt-box {
	font-weight: 700;
	color: #fff;
}
.master__list-item.on .txt-box:after {
	background: #e64d3e;
}
[class*='master__intro'] {
	position: relative;
	height: 630px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
[class*='master__intro'] .row {
	height: 100%;
}
.master__intro-bg01 {
	background-image: url('/images/common/img_bg_master01.png');
}
.master__intro-bg01 .master__name h3 {
	background: rgba(140,62,230,0.8)
}
.master__intro-bg02 {
	background-image: url('/images/common/img_bg_master02.png');
}
.master__intro-bg02 .master__name h3 {
	background: rgba(49,154,87,0.8);
}
.master__intro-bg03 {
	background-image: url('/images/common/img_bg_master03.png');
}
.master__intro-bg03 .master__name h3 {
	background: rgba(230,77,62,0.8);
}
.master__intro-bg04 {
	background-image: url('/images/common/img_bg_master04.png');
}
.master__intro-bg04 .master__name h3 {
	background: rgba(230,163,62,0.8);
}
.master__intro-bg05 {
	background-image: url('/images/common/img_bg_master05.png');
}
.master__intro-bg05 .master__name h3 {
	background: rgba(62,140,230,0.8);
}
.master__name {
	position: absolute;
	bottom: 110px;
	left: 0;
	min-width: 560px;
}
.master__name h3 {
	position: relative;
	display: inline-block;
	padding: 2px 35px 5px;
	z-index: 10;
}
.master__name h3 strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}
.master__name h3 span {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 10px;
	font-size: 28px;
	font-weight: 400;
	color: #eee;
}
.master__name p {
	position: absolute;
	top: 58px;
	left: 25px;
	display: inline-block;
	padding: 16px 25px 11px;
	font-size: 22px;
	font-weight: 500;
	color: #1c67d8;
	letter-spacing: -0.02em;
	background: #fff;
	z-index: 9;
}
.master__info {
	right: 0;
	width: 500px;
}
.master__info-box {
	padding: 20px 30px;
	background: rgba(255,255,255,0.13);
	border-radius: 8px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.33);
}
.master__info-box + .master__info-box {
	margin-top: 10px;
}
.master__info-box h4 {
	font-family: 'Nanum Gothic';
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.master__info-box ul {
	margin-top: 14px;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,0.4);
}
.master__info-box li {
	position: relative;
	max-width: 95%;
	padding-left: 18px;
	font-family: 'Nanum Gothic';
	font-size: 14px;
	color: #fff;
}
.master__info-box li + li {
	margin-top: 12px;
}
.master__info-box li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 3px;
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 50%;
}
.master__lecture {
	margin-top: 50px;
}
.master__lecture ul {
	margin-top: 20px;
	border-top: 1px solid #2a2f3e;
}
.master__lecture-item {
	position: relative;
	margin-top: 15px;
	padding: 30px 25px 25px;
	background: #fff;
	border: 1px solid #cbcedb;
	box-shadow: 0px 2px 0px #cbcedb;
	font-size: 0;
}
.master__lecture-item.offline {
	background: #fff6f5;
}
.master__lecture-item > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.master__lecture-item .img-box {
	position: relative;
	width: 200px;
	height: 200px;
}
.master__lecture-item .img-box img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	border: 1px solid #cbcedb;
	border-radius: 10px;
}
.master__lecture-item .img-in {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.master__lecture-item .img-box .icon {
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 5;
}
.master__lecture-item .img-box .icon span {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #fff;
	border: 1px solid transparent;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.master__lecture-item .img-box .icon .com {
	font-size: 13px;
	font-weight: 700;
	color: #6b6e7b;
	border: 1px solid #6b6e7b;
}
.master__lecture-item .img-box .icon .pri {
	font-size: 13px;
	font-weight: 700;
	color: #48bfcc;
	border: 1px solid #48bfcc;
}
.master__lecture-item .img-box .icon .beg {
	font-size: 13px;
	font-weight: 700;
	color: #7bbf14;
	border: 1px solid #7bbf14;
}
.master__lecture-item .img-box .icon .int {
	font-size: 13px;
	font-weight: 700;
	color: #f59348;
	border: 1px solid #f59348;
}
.master__lecture-item .img-box .icon .adv {
	font-size: 13px;
	font-weight: 700;
	color: #e64d3e;
	border: 1px solid #e64d3e;
}
.master__lecture-item .img-box .icon .new {
	background: #ec6052;
}
.master__lecture-item .img-box .icon .best {
	background: #1b85ff;
}
.master__lecture-item .img-box .icon .off {
	min-width: 70px;
	background: #c935d9;
}
.master__lecture-item .img-box .icon .onoff {
	min-width: 88px;
	background: #2cb5a3;
}
.master__lecture-item .txt-box {
	width: 530px;
	margin: 0 50px 0 20px;
}
.master__lecture-item .txt-box .tit {
	font-size: 26px;
	font-weight: 700;
}
.master__lecture-item .txt-box .sub-tit {
	margin-top: 3px;
	font-size: 16px;
	font-weight: 500;
	color: #c61705;
}
.master__lecture-item .txt-box .txt {
	margin-top: 11px;
	font-size: 14px;
}
.master__lecture-item .txt-box .btn {
	font-size: 0;
}
.master__lecture-item .txt-box .btn select {
	width: 230px;
}
.master__lecture-item .txt-box .btn span {
	margin-top: 12px;
}
.master__lecture-item .txt-box .btn span + span {
	margin-left: 8px;
}
.master__lecture-item .txt-box .btn span button {
	height: 32px;
	line-height: 30px;
}
.master__lecture-item .txt-box .btn span:nth-of-type(7n) {
	margin-left: 0;
}
.master__lecture-item .txt-box .period {
	margin-top: 13px;
	font-size: 0;
}
.master__lecture-item .txt-box .period p {
	position: relative;
	display: inline-block;
	padding-left: 8px;
	font-size: 14px;
}
.master__lecture-item .txt-box .period p + p {
	margin-left: 25px;
}
.master__lecture-item .txt-box .period p:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #707070;
}
.master__lecture-item .txt-box .period span {
	margin-left: 8px;
	font-weight: 700;
}
.master__lecture-item .txt-box .slt {
	margin-top: 10px;
}
.master__lecture-item .txt-box .slt select {
	width: 160px;
}
.master__lecture-item .txt-box .slt select + select {
	margin-left: 5px;
}
.master__lecture-item .txt-box .icon {
	margin-top: 15px;
}
.master__lecture-item .txt-box .icon i {
	position: relative;
	vertical-align: middle;
	margin-right: 4px;
}
.master__lecture-item .tooltip {
	text-indent: 0px;
}
.master__lecture-item .tooltip__box {
	position: absolute;
	top: -45px;
	left: 50%;
	display: none;
	width: 120px;
	margin-left: -60px;
	padding: 7px 0 8px;
	font-family: 'Nanum Gothic';
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #2a2f3e;
}
.master__lecture-item .tooltip__box:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-top: 5px solid #2a2f3e;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.master__lecture-item .price-box {
	width: 240px;
}
.master__lecture-item .price-box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.master__lecture-item .price-box dl + dl {
	margin-top: 30px;
}
.master__lecture-item .price-box dt {
	font-size: 14px;
}
.master__lecture-item .price-box dt label {
	font-weight: 700;
}
.master__lecture-item .price-box dd {
	text-align: right;
}
.master__lecture-item .price-box p {
	font-size: 18px;
}
.master__lecture-item .price-box .principal {
	font-size: 13px;
	text-decoration: line-through;
}
.master__lecture-item .price-box .discount {
	font-size: 18px;
}
.master__lecture-item .price-box .discount span {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	color: #1b7eff;
}
.master__lecture-item .price-box .result {
	margin-top: 30px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	border-top: 1px solid #2a2f3e;
}
.master__lecture-item .price-box .discount {
	font-size: 18px;
}
.master__lecture-item .description {
	position: absolute;
	top: 100%;
	left: 30px;
	display: inline-block;
	font-size: 12px;
	color: #777;
}
.master__lecture-item .btn-box {
	width: 112px;
	right: 25px;
}
.master__lecture-item .btn-box span {
	display: block;
	width: 100%;
	margin: 8px 0;
}
.master__lecture-item .txt-box .tit span {
	display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}
.master__lecture-item .txt-box .tit span.ing {
	color: #fff;
    background: #2d81ff;
}

/* 첨삭 */
.correction__step {
	display: table;
	width: 490px;
	height: 54px;
	padding: 5px 17px;
	text-align: center;
	background: #3a3f4d;
	background: -moz-linear-gradient(90deg, #3a3f4d 0%, #556d9e 100%);
	background: -webkit-linear-gradient(90deg, #3a3f4d 0%, #556d9e 100%);
	background: -o-linear-gradient(90deg, #3a3f4d 0%, #556d9e 100%);
	background: -ms-linear-gradient(90deg, #3a3f4d 0%, #556d9e 100%);
	background: linear-gradient(90deg, #3a3f4d 0%, #556d9e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#3a3f4d', endColorstr='#556d9e');
	border-radius: 27px;
}
.correction__step-item {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 23px;
	font-size: 15px;
	color: rgba(255,255,255,0.6);
}
.correction__step-item.current {
	font-weight: 700;
	color: #fff;
}
.correction__step-item:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: block;
	width: 0;
	height: 4px;
	margin-left: -35%;
	background: #e64d3e;
}
.correction__step-item.current:before {
	width: 70%;
}
.correction__step-item:after {
	content: '';
	position: absolute;
	top: 13px;
	right: -5px;
	display: inline-block;
	width: 10px;
	height: 20px;
	background: url('/images/common/icons8_expand_arrow_1.png') no-repeat center center;
	opacity: 0.8;
}
.correction__step-item:last-of-type:after {
	display: none;
}
.correction__box {
	position: relative;
}
.correction__box .t-red {
	color: #c61705;
	margin-left: 10px;
	font-size: 13px;
}
.correction__top {
	overflow: hidden;
	padding: 28px 35px;
	border: 1px solid #cbcedb;
	border-bottom: 0;
}
.correction__top .text {
	float: left;
}
.correction__top .text h4 {
	font-size: 22px;
	font-weight: 700;
}
.correction__top .text p {
	margin-top: 5px;
	font-size: 15px;
	color: #414141;
}
.correction__top .info {
	float: right;
}
.correction__top .state {
	display: inline-block;
	padding: 9px 24px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}
.correction__top .state.waiting {
	background: #1c67d8;
}
.correction__top .state.working {
	background: #e64d3e;
}
.correction__top .state.complete {
	background: #56bb74;
}
.correction__top .date {
	margin-top: 5px;
}
.correction__top .date li {
	font-size: 11px;
}
.correction__bot {
	background: #fff;
	box-shadow: 0px 2px 0px #cbcedb;
}
.correction__bot.current {
	background: #f6f7fb;
}
.correction__btn {
	width: 100%;
	height: 48px;
	padding: 0 36px;
	font-size: 15px;
	font-weight: 500;
	color: #e64d3e;
	text-align: left;
	background: transparent;
	border: 1px solid #777c8a;
}
.correction__btn i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 16px;
	height: 9px;
	background: url('/images/common/ic_expand_open.png');
}
.current .correction__btn i {
	background: url('/images/common/ic_expand_close.png');
}
.correction__write {
	display: none;
	padding: 24px 34px;
	border: 1px solid #777c8a;
	border-top: 0;
}
.current .correction__write {
	display: block;
}
.correction__write .tab__menu {
	max-width: 280px;
}
.correction__write .tab__menu-item {
	width: 50%;
	height: 48px;
	line-height: 46px;
	font-size: 15px;
	font-weight: 500;
	background: #cbcedb;
	border: 1px solid #cbcedb;
	border-bottom: 0;
	cursor: pointer;
}
.correction__write .tab__menu-item.current {
	color: #2c2e36;
	background: #fff;
}
.correction__write .tab__panel-content {
	position: relative;
	height: 325px;
	padding: 20px;
	background: #fff;
	border: 1px solid #cbcedb;
	border-bottom: 0;
	box-shadow: 0px 2px 0px #cbcedb;
	overflow: hieedn;
	overflow-y: scroll;
}
.correction__write .tab__panel-content textarea {
	overflow-y: auto;
	height: 100%;
	padding: 0;
	font-size: 15px;
	border: 0;
}
.correction__write .btn--type-sm + .upload-name {
	margin-top: 5px;
}
.correction__write .upload-name + .upload-name {
	margin-top: 5px;
}
.correction__write .common-txt02 {
	margin: 0 0 20px 15px;
}
.correction__write .text-limit {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 13px;
}

/* FAQ */
.faq {
	position: relative;
}
.faq__list {
	border-top: 1px solid #2b2b35;
	font-family: 'Nanum Gothic';
}
.faq__list .icon {
	position: absolute;
	top: 14px;
	left: 20px;
	font-size: 18px;
	font-weight: 700;
}
.faq__list-q {
	position: relative;
	padding: 17px 20px 16px 50px;
	border-bottom: 1px solid #dadada;
	cursor: pointer;
}
.faq__list-q p {
	font-size: 15px;
	font-weight: 700;
	color: #2d323e;
}
.faq__list-q .icon {
	color: #b0b3c9;
}
.faq__list-q .arrow {
	right: 20px;
	display: inline-block;
	width: 16px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/common/ic_expand_open.png');
	text-indent: -9999px;
}
.faq__list-q.current .arrow {
	background-image: url('/images/common/ic_expand_close.png');
}
.faq__list-a {
	background: #f7f7f7;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.1s ease-out;
	-moz-transition: max-height 0.1s ease-out;
	-ms-transition: max-height 0.1s ease-out;
	transition: max-height 0.1s ease-out;
}
.faq__list-a .list-box {
	position: relative;
	padding: 17px 20px 16px 50px;
	border-bottom: 1px solid #dadada;
}
.faq__list-a .icon {
	color: #f16060;
}
.faq__list-a p {
	position: relative;
	font-size: 13px;
	line-height: 1.6;
}
.current + .faq__list-a {
	max-height: fit-content;
}
.faq__list .no-search {
	margin-top: 0;
	background: #fff;
	border-bottom: 1px solid #dadada;
}

/* 로그인 서비스 */
.login-service {
	padding: 88px 10px;
	text-align: center;
	border-top: 1px solid #2a2f3e;
	background: #e9eaef;
}
.login-service p {
	margin-bottom: 18px;
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: 700;
}
.login-service [class*='btn--type'] {
	width: 110px;
}

/* 개인정보 수정 */
.personal {
	padding: 15px 10px;
	border-top: 2px solid #2a2f3e;
	border-bottom: 1px solid #2a2f3e;
}
.personal__title h4 {
	font-size: 28px;
	font-weight: 700;
}
.personal__title p {
	margin-top: 8px;
}
.personal__modify {
	padding: 10px 30px;
}
.personal__modify-list > li + li {
	margin-top: 30px;
}
.personal__modify-list > li {
	font-size: 0;
}
.personal__modify-list > li .tit {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #414141;
}
.personal__modify-list > li .inp {
	display: inline-block;
	vertical-align: middle;
	width: 750px;
	font-size: 15px;
	font-weight: 500;
	color: #414141;
}
.personal__modify-list > li .inp input {
	width: 290px;
}
.personal__modify-list > li .inp [class*='btn--type'] {
	margin-left: 5px;
	vertical-align: middle;
}
.personal__modify-list > li .reception {
	padding: 25px 30px;
	background: #f6f7fb;
	border: 1px solid #cbcedb;
}
.personal__modify-list > li .reception dl {
	display: table;
	width: 100%;
}
.personal__modify-list > li .reception dl + dl {
	margin-top: 25px;
}
.personal__modify-list > li .reception dt {
	display: table-cell;
	vertical-align: middle;
	width: 55%;
	font-size: 16px;
	font-weight: 500;
}
.personal__modify-list > li .reception dt span {
	font-size: 14px;
	font-weight: 400;
}
.personal__modify-list > li .reception dd {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
	font-weight: 500;
}
.personal__modify-list > li .reception input[type='radio'] {
	width: 24px;
}
.personal__modify-list > li.full .tit {
	vertical-align: top;
}
.personal__modify-list > li.full .inp {
	font-weight: 400;
}
.personal__social .social__list {
	width: 580px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.personal__social .social__list-item {
	margin-top: 45px;
}
.personal__agree .agree-box {
	display: block;
	width: 580px;
	margin: 0 auto;
}
.personal__agree .agree-box dl {
	padding: 30px;
	background: #f6f7fb;
	border: 1px solid #cbcedb;
}
.personal__agree .agree-box dl:after {
	content: '';
	clear: both;
	display: block;
}
.personal__agree .agree-box dt {
	float: left;
	font-family: 'Nanum Gothic';
	font-size: 14px;
	font-weight: 700;
}
.personal__agree .agree-box dd {
	float: right;
	font-family: 'Nanum Gothic';
	font-size: 14px;
	font-weight: 700;
}
.personal__agree .agree-box dd span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.personal__agree .withdraw {
	margin-top: 50px;
	margin-bottom: 25px;
}

/* 이벤트 */
.event {
	position: relative;
}
.event__list {
	padding-top: 10px;
}
.event__list:after {
	content: '';
	clear: both;
	display: block;
}
.event__list-item {
	position: relative;
	float: left;
	width: 470px;
	height: 470px;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #707070;
}
.event__list-item.end:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(23,24,30,0.7);
	z-index: 11;
}
.event__list-item:nth-of-type(2n) {
	margin-right: 0;
}
.event__list-item .img-box {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	/* padding-bottom: 56.26%; */
	padding-bottom: 100%;
	overflow: hidden;
	z-index: 9;
}
.event__list-item .img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
} 
.event__list-item .txt-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	padding: 20px 25px;
	font-family: 'Nanum Gothic';
	color: #fff;
	background: rgba(23,24,30,0.85);
	z-index: 10;
}
.event__list-item .txt-box h4 {
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.event__list-item .txt-box p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.event__list-item .txt-box .info {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.event__list-item .txt-box .info span {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
}
.event__list-item .state {
	position: absolute;
	top: 20px;
	left: 25px;
	display: inline-block;
	width: 90px;
	padding: 2px 2px 4px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 15px;
	z-index: 12;
}
.event__list-item .state.progress {
	color: #fff;
	background: #994dc4;
}
.event__list-item .state.end {
	color: #e64d3e;
	background: #fff;
}

/* 환불정책 */
.policy {
	position: relative;
}
.policy__box {
	margin-top: 20px;
	padding: 14px 18px 20px;
	font-size: 15px;
	font-weight: 300;
	color: #2c2e36;
	line-height: 1.8;
	background: #f6f7fb;
	border: 1px solid #cbcedb;
}
.policy__box h5 {
	margin-top: 50px;
	font-size: 15px;
	font-weight: 500;
}
.policy__box h5:first-of-type {
	margin-top: 0;
}
.policy__box ol li {
	margin-left: 16px;
	text-indent: -16px;
}
.policy__box textarea {
	min-height: 2000px;
	padding: 0;
	color: #2c2e36;
	background: transparent;
	border: 0;
	opacity: 1;
	overflow-x: hidden;
}


.big3__info {
	padding: 45px 0 30px;
	background: rgba(203,206,219,0.3);
	border: 1px solid rgba(112,112,112,0.3);
	border-radius: 6px;
	text-align: center;
}
.big3__info dt {
	display: inline-block;
	vertical-align: middle;
}
.big3__info dd {
	display: inline-block;
	vertical-align: middle;
	margin-left: 45px;
}
.big3__info ul {
	text-align: left;
}
.big3__info ul li {
	font-size: 18px;
	font-weight: 500;
}
.big3__info ul li + li {
	margin-top: 8px;
}
.big3__pick {
	margin-top: 24px;
	padding: 50px 0 40px;
	background: #fff;
	border: 1px solid #CBCEDB;
	text-align: center;
}
.big3__pick .pick-bucket {
	width: 1010px;
	margin: 0 auto;
	font-size: 0;
}
.big3__pick .pick-bucket > div {
	display: inline-block;
	vertical-align: middle;
}
.big3__pick .pick-bucket > div p {
	font-size: 22px;
	font-weight: 700;
}
.big3__pick .pick-bucket .bucket__box {
	margin-top: 18px;
}
.big3__pick .pick-bucket .two + .two {
	margin-left: 10px;
}
.big3__pick .pick-bucket .one p {
	color: #ff8000;
}
.big3__pick .pick-bucket .one .bucket__box {
	border: 3px solid #FFB829;
}
.big3__pick .pick-bucket .plus {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 40px;
}
.big3__pick .pick-bucket .plus:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #757575;
}
.big3__pick .pick-bucket .plus:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	height: 100%;
	width: 2px;
	margin-left: -1px;
	background: #757575;
}
.big3__pick .pick-result {
	position: relative;
	width: 1010px;
	margin: 50px auto 0;
}
.big3__pick .pick-result ul {
	overflow: hidden;
	width: 620px;
}
.big3__pick .pick-result ul li {
	position: relative;
	float: left;	
	/* width: 25%; */
	width: 33%;
	font-size: 18px;
	font-weight: 700;
}
.big3__pick .pick-result ul.rhead {
	margin-bottom: 10px;
	border: 1px solid #fff;
}
.big3__pick .pick-result ul.rbody {
	padding: 14px 0 13px;
	background: #F6F7FB;
	border: 1px solid #CBCEDB;
}
/*
.big3__pick .pick-result ul.rbody li + li:not(.total):before {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	display: inline-block;
	width: 11px;
	height: 1px;
	background: #2a2f3e;
}
.big3__pick .pick-result ul.rbody li + li:not(.total):after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 1px;
	height: 11px;
	margin-top: -5px;
	background: #2a2f3e;
}
*/
.big3__pick .pick-result .btns {
	position: absolute;
	bottom: 0;
	right: 0;
}
.big3__pick .pick-result .btns span {
	min-width: 160px;
}
.big3__pick .pick-result .btns button {
	height: 56px;
	line-height: 54px;
}
.big3__select {
	margin-top: 50px;
	overflow: hidden;
}
.big3__select p {
	float: left;
	margin-left: 20px;
	font-size: 28px;
	font-weight: 700;
}
.big3__select select {
	float: right;
	width: 140px;
}
.big3__list {
	margin-top: 50px;
}
.big3__list .list-tit {
	padding: 0 20px 12px;
	border-bottom: 1px solid #2a2f3e;
	font-size: 28px;
}
.big3__list .list-check:after {
	content: '';
	display: block;
	clear: both;
}
.big3__list .list-check li {
	float: left;
	margin-top: 24px;
	margin-right: 13px;
	background: #fff;
	border: 1px solid #CBCEDB;
}
.big3__list .list-check li:nth-of-type(4n) {
	margin-right: 0;
}
.bucket__box {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 250px;
	background: #F6F7FB url('/images/common/ico_bin_box.png') no-repeat center center;
	border: 3px solid #CBCEDB;
	box-shadow: 0px 2px 0px #CBCEDB;
}
.bucket__box img {
	width: 100%;
	max-height: 170px;
}
.bucket__box dl {
	flex: 1;
	padding: 8px 15px 5px;
	font-size: 16px;
	text-align: left;
	background: #fff;
}
.bucket__box dt {
	float: none;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d0d0d5;
	font-size: 20px;
	font-weight: 700;
}
.bucket__box dd {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #3d3d3d;
	line-height: 1;
}
.bucket__box dd + dd {
	margin-left: 15px;
	padding-left: 12px;
	border-left: 1px solid #707070;
}
.bucket__box .form-box {
	display: block;
	width: 100%;
	height: 100%;
}
.bucket__box .form-box input[type='checkbox'] {
	top: 8px;
	left: auto;
	right: 8px;
	margin-top: 0;
}
.bucket__box .form-box input[type='checkbox'] + label:before {
	top: 8px;
	left: auto;
	right: 14px;
    margin-top: 0;
}
.bucket__box .form-box input[type='checkbox'] + label:after {
	top: 8px;
	left: auto;
	right: 8px;
	margin-top: 0;
}
.bucket__box .form-box input[type='checkbox'] + label {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0;
}
.bucket__box .form-box input[type='checkbox']:checked + label {
	margin: -1px;
	border: 3px solid #E64D3E;
}

/* 베스트4 */
.best__wrap {
	position: relative; 
	padding: 25px 0 10px;
}

.best__title {
	text-align: center;
}
.best__title h4 {
	font-size: 28px;
	font-weight: 700;
}
.best__list {
	margin-top: 35px;
}
.best__list:after {
	content: '';
	clear: both;
	display: block;
}
.best__list-item {
	position: relative;
	float: left;
	width: 290px;
	margin-left: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid #cbcedb;
	box-shadow: 0px 2px 0px #cbcedb;
}
.best__list-item:first-of-type {
	margin-left: 0;
}
.best__list-item .img-box {
	position: relative;
	display: block;
}
.best__list-item .img-box img {
	max-width: 100%;
}
.best__list-item .label {
	position: absolute;
	top: 10px;
	left: -5px;
	display: block;
	width: 86px;
	height: 26px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
	background: #ffd572;
	background: -moz-linear-gradient(90deg, #ffd572 0%, #bf8b32 100%);
	background: -webkit-linear-gradient(90deg, #ffd572 0%, #bf8b32 100%);
	background: -o-linear-gradient(90deg, #ffd572 0%, #bf8b32 100%);
	background: -ms-linear-gradient(90deg, #ffd572 0%, #bf8b32 100%);
	background: linear-gradient(90deg, #ffd572 0%, #bf8b32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffd572', endColorstr='#bf8b32');
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	z-index: 10;
}
.best__list-item .txt-box {
	position: relative;
	display: block;
	padding: 7px 5px 11px;
	border-top: 1px solid #cbcedb;
}
.best__list-item .txt-box p {
	font-size: 20px;
	font-weight: 700;
}

/* 팝업 */
.resolution {
	margin: 60px 55px 25px;
}
.resolution .text p + p {
	margin-top: 30px;
}
.resolution .img { 
	width: 640px;
	margin: 30px auto 0;
}
.resolution .description p {
	font-size: 14px;
}
.setting {
	margin: 15px -15px 10px;
}
.setting .step {
	position: relative;
	overflow: hidden;
	padding: 30px 45px;
}
.setting .step h4 {
	font-size: 18px;
	font-weight: 400;
}
.setting .step h4 span {
	font-weight: 700;
	color: #c71a20;
}
.setting .step ul {
	margin-top: 20px;
}
.setting .step li {
	font-weight: 500;
}
.setting .step li + li {
	margin-top: 10px;
}
.setting .step li span {
	display: inline-block;
	margin-left: 17px;
	color: #505564;
	font-weight: 300;
}
.setting .step01 {
	border-bottom: 1px solid #cbcedb;
}
.setting .step01 .left p {
	margin-top: 5px;
}
.setting .step02 .right {
	right: 0;
}
.setting .no-step {
	padding-top: 0;
}
.setting .left {
	float: left;
	width: 59%;
}
.setting .right {
	float: right;
	width: 40%;
}
.setting .description {
	font-size: 14px;
}
.setting .img {
	margin-top: 10px;
}
.setting .btn--type-dark a {
	padding: 11px 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.popup-data {
	overflow-y: hidden;
	max-height: none;
	margin: 40px 30px;
	padding: 0;
}
.popup-data ul {
	overflow-y: auto;
	max-height: 425px;
	border-top: 1px solid #2a2f3e;
	border-bottom: 1px solid #2a2f3e;
}
.popup-data .list-item {
	position: relative;
	padding: 15px 25px;
	border-top: 1px solid #cbcedb;
}
.popup-data .list-item:first-of-type {
	border-top: 0;
}
.popup-data .list-item .text {
	width: 90%;
	font-size: 15px;
	font-weight: 500;
}
.popup-data .list-item .download {
	display: inline-block;
	right: 15px;
}
.popup-data .list-item .time {
	display: inline-block;
	right: 15px;
	font-size: 15px;
	font-weight: 500;
}
.popup-data .sound-cloud {
	/* height: 100px; */
	margin-bottom: 20px;
}
.popup-data [class*='table--type'] table {
	border-collapse: collapse;
}
.popup-data [class*='table--type'] table th {
	padding: 14px 15px;
	font-weight: 600;
	border-bottom: 1px solid #cbcedb;
}
.popup-data [class*='table--type'] table th:nth-of-type(1),
.popup-data [class*='table--type'] table td:nth-of-type(1) {
	width: 50%;
}
.popup-data [class*='table--type'] table th:nth-of-type(2),
.popup-data [class*='table--type'] table td:nth-of-type(2) {
	width: 25%;
}
.popup-data [class*='table--type'] table td {
	padding: 8px 10px;
	font-weight: 600;
}
.popup-data [class*='table--type'] table .current td {
	padding-left: 15px;
	padding-right: 15px;
}
.popup-data [class*='table--type'] thead {
	float: left;
	width: 468px;
}
.popup-data [class*='table--type'] tbody {
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	width: 468px;
	height: 420px;
}
.popup-data [class*='table--type'] tr {
	display: table;
	width: 468px;
}
.popup-data [class*='table--type'] .tbl-toggle-cont {
	display: none;
}
.popup-data [class*='table--type'] .tbl-toggle-cont.current {
	display: table;
}
.popup-data [class*='table--type'] .download {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
}
.popup-data [class*='table--type'] .tbl-toggle-cont td {
	height: 140px;
}
.download-box {
	margin: -30px 30px 30px;
}
.popup-data .download-all {
	padding: 0 10px;
	text-align: center;
}
.download-all span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.download-all i {
	vertical-align: middle;
}
.normal-text {
	margin: 35px 0 40px;
	text-align: center;
}
.normal-list {
	margin: 35px 25px 40px;
}
.normal-list .phone-inp {
	font-size: 0;
}
.normal-list .phone-inp * {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
.normal-list .phone-inp select {
	width: 130px;
}
.normal-list .phone-inp input[type='text'] {
	width: 98px;
	margin-left: 8px;
}
.normal-list .phone-inp .space {
	margin-left: 8px;
}
.normal-list .common-txt04 {
	margin-top: -20px;
}
.normal-tbl {
	margin: 35px 20px 40px;
}
.normal-tbl [class*='table--type'] table td {
	font-family: 'Noto Sans KR';
	font-size: 15px;
}
.normal-tbl .red {
	font-size: 13px;
}
.normal-tbl select {
	display: block;
	width: 160px;
	margin: 0 auto;
}
.normal-policy {
	margin: 15px 25px 30px;
	padding: 5px 30px 35px;
	border: 1px solid #777c8a;
}
.normal-policy .common-tit01 {
	font-size: 16px;
}
.normal-policy .common-tit01:before {
	margin-right: 10px;
}
.normal-policy .policy__box {
	margin-top: 10px;
	font-size: 12px;
}
.normal-policy .policy__box h5 {
	margin-top: 20px;
	font-size: 14px;
}
.normal-policy .policy__box h5:first-of-type {
	margin-top: 0;
}
.check-wrap {
	margin: 35px 15px 40px;
}
.check-wrap .check-filter {
	font-size: 0;
}
.check-wrap .check-filter select {
	width: 160px;
	margin-right: 10px;
}
.check-wrap .check-filter input[type='text'] {
	width: 200px;
}
.check-wrap .check-check {
	overflow-y: auto;
	height: 420px;
	margin-top: 15px;
	padding: 15px;
	font-size: 15px;
	border: 1px solid #cbcedb;
}
.check-wrap .check-check label {
	font-weight: 700;
}
.check-wrap .check-check .sm {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #8f8f8f;
}
.check-wrap .check-check .sm.mln {
	margin-left: 0;
}
.check-wrap .check-check ul {
	margin-left: 25px;
}
.withdraw-wrap {
	margin: 0px 35px 40px;
}
.withdraw-wrap p {
	margin-top: 10px;
	padding: 11px 0;
	font-size: 18px;
	font-weight: 500;
	color: #414141;
	text-align: center;
	background: #dfe0e8;
	border: 1px solid #cbcedb;
	border-radius: 10px;
}
.popup-view {
	margin: 30px 30px 35px;
}
.popup-view .text {padding: 15px 10px;}
.popup-view .text .tit{padding-bottom:20px; display: block;}


.popup-view .info {}

.popup-view .info p {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.popup-view .info p b{ padding-right: 15px;}

.popup-view .btns [class*='btn--type'] a,
.popup-view .btns [class*='btn--type'] button {
	height: 32px;
	line-height: 30px;
}
.popup-view .btns [class*='btn--type'] + [class*='btn--type'] {
	margin-left: 2px;
}

/* 수강확인서, 이수확인서 (인쇄용) */
.print {
	width: 700px;
	min-height: 990px;
	margin: 78px auto;
	page-break-after: always;
	padding: 30px;
	position: fixed;
	top: 0px;
	left: 0px;
	visibility: hidden;
	opacity: 0.05;
}
.print__box {
	position: relative;
	width: 100%;
	height: 100%;
}
.print__title {
	color: #2a2f3e;
	text-align: center;
}
.print__title img {
	width: 100px;
	height: auto;
}
.print__title h1 {
	margin-top: 18px;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
}
.print__title p {
	margin-top: 57px;
	font-family: 'Noto Serif KR';
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.print__text {
	margin-top: 36px;
	color: #2a2f3e;
	margin-bottom: 50px;
}
.print__text li {
	font-size: 12px;
	font-weight: 500;
}
.print__text li + li {
	margin-top: 10px;
}
.print__text table {
	margin: 20px 0;
	text-align: center;
}
.print__text table th,
.print__text table td {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #2a2f3e;
}
.print__bottom {
	/* padding-bottom: 100px;
	width: 100%;
	color: #2a2f3e;
	text-align: center;
	background-image:url(/images/common/digitalherald_sign.png);
	background-repeat:no-repeat;
	background-position: 70% 40px;
	background-size: 70px 70px; */
	position: relative;
	padding-bottom: 100px;
	width: 100%;
	color: #2a2f3e;
	text-align: center;
}
.print__bottom p.company {
	/* margin-top: 50px;
	font-size: 14px;
	font-weight: 500; */
	position: relative;
	margin-top: 50px;
	font-size: 14px;
	font-weight: 500;
	z-index: 10;
}
.print__bottom p.copy {
	margin-top: 20px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: 400;
	border-top: 1px solid #d6d6d6;
}
.print__bottom .seal {
	position: absolute;
	top: 50px;
    right: 230px;
    width: 60px;
	z-index: 5;
}

@media print {
	.print {
		width: 21cm;
		height: 29.7cm;
		margin: 30mm 45mm 30mm 45mm; 
		padding: 0;
	}
}

/* 구술/작문 첨삭 비활성화 css */
.sub__nav-item.not_yet {
	pointer-events: none;
}
.sub__nav-item.not_yet > a {
	color: #A6A6A6;
}

/*** 내 강의실 영상 ***/
#vimeo_video__inner {
	background: rgba(0, 0, 0, 0.5) 0% 0% no-repeat padding-box;
	width: 960px;
	height: 540px;
	position: absolute;
}

.tbl-span {
	cursor: pointer;
}

/*** 종료된 첨삭 버튼 디자인 ***/
.end_confirmation {
	color: #A6A6A6;
	background-color: #dcdcdc;
	cursor: default;
	pointer-events: none;
}