@charset "utf-8";
/* CSS Document */


/* -------------------------------- 

Contents Common Style

-------------------------------- */
.contents_con_area {
	width: 100%;
	/*padding: 85px 0 150px 0;*/
	background: #ffffff;
}
@media only screen and (max-width: 1080px) {
	.contents_con_area {
		padding: 20px 0 100px 0;
	}
}

/* -------------------------------- 

Digital Reference Style

-------------------------------- */
.diRe_list {
	width: 100%;
	margin: 0 auto;
	overflow: visible !important;
	display: inline-block;
}
.diRe a {
	float: left;
	width: 25%;
	background: #ffffff;
	border: 1px #d5d5d5 solid;
	box-sizing: border-box;
	margin: 0 -2px -1px 1px;
	padding: 30px;
}
.diRe a:hover {
	background: #fafafa;
}
.diRe img {
	max-width: 140px;
	max-height: 185px;
	box-shadow: 0px 0px 10px 0px #bbb;
	-webkit-box-shadow: 0px 0px 10px 0px #bbb;
}
.diRe .diReTitle {
	font-size: 97.5%;
	color: #444444;
	font-weight: 600;
	margin-top: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 16px;
}
.diRe .diReInfo {
	font-size: 80%;
	color: #888888;
	font-weight: 600;
	margin-top: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.diRe .diReType {
	font-size: 80%;
	color: #e94c35;
	font-weight: 600;
	margin-top: 9px;
}
@media only screen and (max-width: 1080px) {
	.diRe a {
		width: 25%;
		background: #ffffff;
		border: 1px #d5d5d5 solid;
		box-sizing: border-box;
		margin: 0 -2px -1px 1px;
		padding: 20px 15px;
	}
	.diRe img {
		max-width: 70%;
	}
	.diRe .diReTitle {
		font-size: 80%;
		color: #444444;
		font-weight: 600;
		margin-top: 10px;
		line-height: 16px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.diRe .diReInfo {
		font-size: 68.8%;
		color: #888888;
		margin-top: 7px;
		line-height: 16px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.diRe .diReType {
		font-size: 68.8%;
		color: #e94c35;
		margin-top: 7px;
	}
}
@media only screen and (max-width: 730px) {
	.diRe a {
		width: 50%;
		background: #ffffff;
		border: 1px #d5d5d5 solid;
		box-sizing: border-box;
		margin: 0 -2px -1px 1px;
		padding: 20px 15px;
	}
}
.reference_view_info {
	width: 1080px;
	margin: 0 auto 50px;
}
.view_book {
	width: 265px;
	margin: 0 auto 26px;
}
.view_txt_area {
	padding: 0 20px;
}
.view_txt_area .view_title {
	font-size: 187.5%;
	color: #000000;
	letter-spacing: -0.7px;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	margin-bottom: 24px;
}
.view_txt_area .view_author {
	font-size: 125%;
	color: #666666;
	margin-bottom: 19px;
}
.view_txt_area .view_add_con_p {
	font-size: 97.5%;
	color: #e94c35;
}
.reference_con_list {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
}
.reference_con_list ul {
	display: block;
	border-top: 1px #404040 solid;
	text-align: left;
}
.reference_con_list ul li.part_title {
	background: #e0e0e0;
	border-bottom: 1px #aaaaaa solid;
	padding: 16px 25px;
	font-size: 97.5%;
	color: #000000;
	font-weight: 600;
	line-height: 18px;
}
.reference_con_list ul li.chapter_title {
	background: #f5f5f5;
	border-bottom: 1px #dddddd solid;
	padding: 16px 50px;
	font-size: 97.5%;
	color: #404040;
	line-height: 18px;
}
.reference_con_list ul li.type a {
	display: block;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px #dddddd solid;
	padding: 16px 50px;
	font-size: 87.5%;
	color: #555555;
	line-height: 18px;
}
.reference_con_list ul li.type a:hover {
	background: #edf5fb;
}
.reference_con_list ul  li.type a > i {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
}
.reference_con_list ul  li.type a > span {
	display: inline-block;
	padding-left: 15px;
	padding-top: 3px;
}
.icon_vod {
	display: block;
	background-image: url(../../images/icon/icon_vod.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px 25px;
	text-indent: -555555px;
}
.icon_document {
	display: block;
	background-image: url(../../images/icon/icon_document.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px 25px;
	text-indent: -555555px;
}
.view_txtC {
	display: block;
	text-align: center;
}
@media only screen and (max-width: 1080px) {
	.icon_vod {
		display: block;
		background-image: url(../../images/icon/icon_vod_m.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 25px 25px;
		text-indent: -555555px;
	}
	.icon_document {
		display: block;
		background-image: url(../../images/icon/icon_document_m.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 25px 25px;
		text-indent: -555555px;
	}
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	.view_txtC {
		display: none;
		text-align: center;
	}
	.view_txtL {
		display: block;
		text-align: left;
	}
}
@media only screen and (max-width: 1020px) {
	.reference_view_info {
		width: 90%;
		margin: 0 auto 50px;
	}
	.view_book {
		width: 100%;
		margin: 0 auto 20px;
	}
	.view_book img {
		max-width: 50%;
	}
	.view_txt_area {
		padding: 0;
	}
	.view_txt_area .view_title {
		font-size: 150.0%;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.view_txt_area .view_author {
		font-size: 87.5%;
		color: #666666;
		margin-bottom: 15px;
	}
	.view_txt_area .view_add_con_p {
		font-size: 87.5%;
		color: #e94c35;
	}
	.reference_con_list {
		width: 100%;
		margin: 0 auto;
	}
	.reference_con_list ul li.part_title {
		padding: 13px 20px;
		font-size: 87.5%;
	}
	.reference_con_list ul li.chapter_title {
		padding: 13px 20px;
		font-size: 80%;
	}
	.reference_con_list ul li.type a {
		padding: 13px 20px;
		font-size: 80%;
	}
	.reference_con_list ul  li.type a > span {
		display: inline-block;
		width: 89%;
		padding-left: 7px;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1020px) {
	.reference_view_info {
		width: 90%;
		margin: 0 auto 50px;
	}
	.reference_con_list {
		width: 90%;
		margin: 0 auto;
	}
}
/* -------------------------------- 

Digital Reference Popup Style

-------------------------------- */
#refer_popup_area {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 1080px) {
	#refer_popup_area {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
}
.popup_title_area {
	width: 100%;
	height: 100px;
	background: #f5f5f5;
	position: relative;
}
.popup_book_title {
	max-width: 1080px;
	height: 68px;
	padding: 0 146px;
	line-height: 68px;
	position: relative;
	margin: 0 auto;
}
.popup_book_title > p.title {
	font-size: 112.5%;
	color: #000000;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.btns_absolute1 {
	position: absolute;
	top: 13px;
	left: 20px;
}
.btns_absolute2 {
	position: absolute;
	top: 13px;
	right: 20px;
}
.popup_btns {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	border: 1px #404040 solid;
}
.icon_prev {
	background: url(../../images/icon/icon_prev.png) no-repeat 0 0;
	background-size: 39px;
	text-indent: -555555px;
	background-color: transparent;
	margin-right: 8px;
}
.icon_next {
	background: url(../../images/icon/icon_next.png) no-repeat 0 0;
	background-size: 39px;
	text-indent: -555555px;
	background-color: transparent;
}
.icon_close {
	background: url(../../images/icon/icon_close.png) no-repeat 0 0;
	background-size: 39px;
	text-indent: -555555px;
	background-color: transparent;
}
.icon_prev:hover, .icon_next:hover, .icon_close:hover {
	background-position: 0 -39px;
	background-color: #404040;
}
@media only screen and (max-width: 1080px) {
	.popup_title_area {
		height: 75px;
	}
	.popup_book_title {
		height: 50px;
		padding: 0 84px;
		line-height: 50px;
		position: relative;
	}
	.popup_book_title > p.title {
		font-size: 87.5%;
		color: #000000;
		font-family: 'NanumSquare', 'Nanum Square' !important; 
		font-style: normal;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.btns_absolute1 {
		position: absolute;
		top: 12px;
		left: 10px;
	}
	.btns_absolute2 {
		position: absolute;
		top: 12px;
		right: 10px;
	}
	.popup_btns {
		display: block;
		float: left;
		width: 26px;
		height: 26px;
		border: 1px #404040 solid;
	}
	.icon_prev {
		background: url(../../images/icon/icon_prev_m.png) no-repeat 0 0;
		background-size: 24px;
		text-indent: -555555px;
		background-color: transparent;
		margin-right: 3px;
	}
	.icon_next {
		background: url(../../images/icon/icon_next_m.png) no-repeat 0 0;
		background-size: 24px;
		text-indent: -555555px;
		background-color: transparent;
	}
	.icon_close {
		background: url(../../images/icon/icon_close_m.png) no-repeat 0 0;
		background-size: 24px;
		text-indent: -555555px;
		background-color: transparent;
	}
	.icon_prev:hover, .icon_next:hover, .icon_close:hover {
		background-position: 0 -24px;
		background-color: #404040;
	}
}
.list_table_area {
	width: 100%;
	position: absolute;
	z-index: 500;
	top: 68px;
	left: 0;
}
.barClick {
	width: 100%;
	height: 32px;
	background: #e5e5e5;
}
.barClick a.spread_bar {
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
}
.barClick a > i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	text-indent: -555555px;
}
.spread_open {
	background: url(../../images/icon/icon_spread.png) no-repeat 0 0;
	background-position: 0 0;
	background-size: 32px;
}
.spread_close {
	background: url(../../images/icon/icon_spread.png) no-repeat 0 0;
	background-position: 0 -32px;
	background-size: 32px;
}
@media only screen and (max-width: 1080px) {
	.list_table_area {
		width: 100%;
		position: absolute;
		z-index: 500;
		top: 50px;
		left: 0;
	}
	.barClick {
		width: 100%;
		height: 25px;
		background: #e5e5e5;
	}
	.barClick a.spread_bar {
		display: block;
		width: 100%;
		height: 25px;
		text-align: center;
	}
	.barClick a > i {
		display: inline-block;
		width: 25px;
		height: 25px;
		margin: 0 auto;
		text-indent: -555555px;
	}
	.spread_open {
		background: url(../../images/icon/icon_spread_m.png) no-repeat 0 0;
		background-position: 0 0;
		background-size: 25px;
	}
	.spread_close {
		background: url(../../images/icon/icon_spread_m.png) no-repeat 0 0;
		background-position: 0 -25px;
		background-size: 25px;
	}
}
/* All List Table */
.list_table {
	display: none;
	width: 100%;
	max-height: 100%;
}
.list_table p.books_title {
	padding: 15px 25px;
	text-align: left;
	font-size: 112.5%;
	font-weight: 500;
	line-height: 24px;
	color: #ffffff;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	background: #3995D1;
}
@media only screen and (max-width: 1080px) {
	.list_table {
		display: none;
		width: 100%;
		max-height: 100%;
	}
	.list_table p.books_title {
		padding: 10px 20px;
		text-align: left;
		font-size: 87.5%;
		font-weight: 500;
		color: #ffffff;
		line-height: 20px;
		font-family: 'NanumSquare', 'Nanum Square' !important; 
		font-style: normal;;
		background: #3995D1;
	}
}
/* Background Mask */
.list_mask {
	position: fixed;
	z-index: 200;
	top: 68px;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	background: #000000;
	opacity: 0;
	transition: opacity 0.2s, width 0s 0.2s, height 0s 0.2s;
	-webkit-transition: opacity 0.2s, width 0s 0.2s, height 0s 0.2s;
}
.list_mask.is_active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.refer_popup_con {
	position: relative;
	width: 100%;
	max-width: 1080px;
	padding: 50px 100px;
	background: #ffffff;
	margin: 0 auto;
}
.refer_select_title {
	max-width: 1080px;
	font-size: 125%;
	line-height: 26px;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	margin: 0 auto 35px;
}
.refer_popup_vod {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.refer_popup_vod video,
.refer_popup_vod iframe,
.refer_popup_vod object,
.refer_popup_vod embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.refer_popup_explain {
	max-width: 1080px;
	margin: 25px auto 0;
	font-size: 97.5%;
	color: #000000;
	line-height: 24px;
	text-align: left;
}
@media only screen and (max-width: 1080px) {
	.refer_popup_con {
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 40px 0;
		background: #ffffff;
	}
	.refer_select_title {
		font-size: 97.5%;
		line-height: 24px;
		font-family: 'NanumSquare', 'Nanum Square' !important; 
		font-style: normal;
		margin-bottom: 25px;
	}
	.refer_popup_vod {
		width: 100%;
	}
	.refer_popup_explain {
		width: 100%;
		margin-top: 30px;
		font-size: 87.5%;
		color: #000000;
		line-height: 22px;
		text-align: left;
	}
}
/* -------------------------------- 

Digital Contents Style

-------------------------------- */
.dc_intro {	
	margin-bottom: 30px;
}
.dc_intro a {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 45px 70px;
	border: 1px #e0e0e0 solid;
}
.dc_intro a:hover {
	border: 1px #404040 solid;
}
.dc_intro i {
	width: 163px;
	height: 163px;
}
.dc_intro .dc_intro_ex {
	text-align: left;
	width: 735px;
}
.dc_intro .dc_intro_ex > .title {
	font-size: 250%;
	color: #000000;
	margin-bottom: 7px;
}
.dc_intro .dc_intro_ex > .add_ex_eng {
	font-size: 112.5%;
	color: #444444;
	margin-bottom: 35px;
}
.dc_intro .dc_intro_ex > .add_ex_kor {
	font-size: 87.5%;
	color: #888888;
	margin-bottom: 20px;
}
.dc_intro .dc_intro_ex > .explain {
	font-size: 87.5%;
	color: #888888;
	line-height: 22px;
}
.intro_fl {
	float: left;
}
.intro_fr {
	float: right;
}
@media only screen and (max-width: 1020px) {
	.intro_fl, .intro_fr {
		float: none;
		margin: 0 auto 30px;
	}
}
.icon_anatomy {
	display: block;
	background-image: url(../../images/icon/icon_anatomy.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 163px 163px;
	text-indent: -555555px;
}
.icon_neuroanatomy {
	display: block;
	background-image: url(../../images/icon/icon_neuroanatomy.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 163px 163px;
	text-indent: -555555px;
}
.icon_histology {
	display: block;
	background-image: url(../../images/icon/icon_histology.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 163px 163px;
	text-indent: -555555px;
}
.icon_aphysiology {
	display: block;
	background-image: url(../../images/icon/icon_aphysiology.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 163px 163px;
	text-indent: -555555px;
}
.icon_virtual {
	display: block;
	background-image: url(../../images/icon/icon_virtual.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 163px 163px;
	text-indent: -555555px;
}
@media only screen and (max-width: 768px) {
	.dc_intro {
		margin-bottom: 15px;
	}
	.dc_intro a {
		padding: 40px 5%;
	}
	.dc_intro i {
		margin: 0 auto 30px;
	}
	.dc_intro .dc_intro_ex {
		text-align: left;
		width: 100%;
	}
	.dc_intro .dc_intro_ex > .title {
		font-size: 187.5%;
		color: #000000;
		margin-bottom: 10px;
	}
	.dc_intro .dc_intro_ex > .add_ex_eng {
		font-size: 97.5%;
		color: #444444;
		margin-bottom: 30px;
		line-height: 18px;
	}
	.dc_intro .dc_intro_ex > .add_ex_kor {
		font-size: 80%;
		color: #888888;
		margin-bottom: 20px;
		line-height: 22px;
	}
	.dc_intro .dc_intro_ex > .explain {
		font-size: 80%;
		color: #888888;
		line-height: 22px;
	}
	.icon_anatomy {
		background-image: url(../../images/icon/icon_anatomy_m.png);
		background-size: 100%;
	}
  .icon_neuroanatomy {
    background-image: url(../../images/icon/icon_neuroanatomy_m.png);
    background-size: 100%;
  }
	.icon_histology {
		background-image: url(../../images/icon/icon_histology_m.png);
		background-size: 100%;
	}
	.icon_aphysiology {
		background-image: url(../../images/icon/icon_aphysiology_m.png);
		background-size: 100%;
	}
	.icon_virtual {
		background-image: url(../../images/icon/icon_virtual_m.png);
		background-size: 100%;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
	.dc_intro {
		margin-bottom: 20px;
	}
	.dc_intro a {
		padding: 30px;
	}
	.dc_intro .dc_intro_ex {
		text-align: left;
		width: 77%;
	}
	.dc_intro .dc_intro_ex > .title {
		font-size: 187.5%;
		color: #000000;
		margin-bottom: 10px;
	}
	.dc_intro .dc_intro_ex > .add_ex_eng {
		font-size: 97.5%;
		color: #444444;
		margin-bottom: 30px;
	}
	.dc_intro .dc_intro_ex > .add_ex_kor {
		font-size: 80%;
		color: #888888;
		margin-bottom: 20px;
		line-height: 22px;
	}
	.dc_intro .dc_intro_ex > .explain {
		font-size: 80%;
		color: #888888;
		line-height: 22px;
	}
	.icon_anatomy {
		background-image: url(../../images/icon/icon_anatomy_m.png);
		background-size: 100%;
	}
	.icon_histology {
		background-image: url(../../images/icon/icon_histology_m.png);
		background-size: 100%;
	}
	.icon_aphysiology {
		background-image: url(../../images/icon/icon_aphysiology_m.png);
		background-size: 100%;
	}
	.icon_virtual {
		background-image: url(../../images/icon/icon_virtual_m.png);
		background-size: 100%;
	}
}


/* -------------------------------- 

E-Learning Style

-------------------------------- */
 ul.el_list_area {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
ul.el_list_area li {
	display: inline-block;
	width: 340px;
	margin: 0 8px 20px 8px;
	text-align: center;
}
ul.el_list_area li a {
	display: block;
	border: 1px #e0e0e0 solid;
}
ul.el_list_area li a:hover {
	border: 1px #404040 solid;
}
ul.el_list_area .el_p_area {
	width: 100%;
	padding: 20px;
}
ul.el_list_area .conThum {
	width: 100%;
}
ul.el_list_area .conTitle {
  font-size: 97.5%;
  color: #444444;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
}
ul.el_list_area .conInfo {
  font-size: 80%;
  color: #888888;
  font-weight: 600;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.el_list_area .conType {
  font-size: 80%;
  color: #e94c35;
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 1080px) {
	ul.el_list_area li {
		display: inline-block;
		width: 280px;
		margin: 0 8px 20px 8px;
	}
	ul.el_list_area .conThum {
		width: 100%;
	}
	 ul.el_list_area .conTitle {
		font-size: 93.8%;
		line-height: 16px;
	}
}
@media only screen and (max-width: 1015px) {
	ul.el_list_area {
		text-align: center;
	}
}
@media only screen and (max-width: 731px) and (min-width: 320px) {
	ul.el_list_area li {
		display: block;
		width: 280px;
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 319px) {
	ul.el_list_area li {
		width: 95%;
	}
}
/* 20171130 Add */
.el_con_list {
	width: 1080px;
	max-height: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 1020px) {
	.el_con_list {
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1020px) {
	.el_con_list {
		width: 90%;
		margin: 0 auto;
	}
}
.el_con_list .el_tit_area {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
}
.el_con_list .el_tit_area span.period {
	font-size: 87.5%;
	color: #888888;
	font-weight: 600;
}
.el_con_list .el_tit_area span.material {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 87.5%;
	color: #888888;
	font-weight: 600;
}
@media only screen and (max-width: 480px) {
	.el_con_list .el_tit_area {
		width: 100%;
		margin: 0 auto 10px;
		padding: 0 20px;
	}
	.el_con_list .el_tit_area span.period {
		font-size: 80%;
	}
	.el_con_list .el_tit_area span.material {
		position: relative;
		display: block;
		font-size: 80%;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 480px) {
	.el_con_list .el_tit_area {
		width: 100%;
		margin: 0 auto 10px;
		padding: 0 20px;
	}
	.el_con_list .el_tit_area span.period {
		font-size: 80%;
	}
	.el_con_list .el_tit_area span.material {
		position: absolute;
		right: 20px;
		top: 0;
		font-size: 80%;
	}
}
.el_con_list ul {
	display: block;
	max-height: 100%;
	border-top: 1px #404040 solid;
	text-align: left;
}
.el_con_list ul li.part_title {
	background: #e0e0e0;
	border-bottom: 1px #aaaaaa solid;
	padding: 16px 25px;
	font-size: 97.5%;
	color: #000000;
	font-weight: 600;
	line-height: 18px;
}
.el_con_list ul li.chapter_title {
	background: #f5f5f5;
	border-bottom: 1px #dddddd solid;
	padding: 16px 50px;
	font-size: 97.5%;
	color: #404040;
	line-height: 18px;
}
.el_con_list ul li.type {
	display: inline-block;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px #dddddd solid;
	padding: 16px 50px;
	position: relative;
}
.el_con_list ul li.type:hover {
	background: #edf5fb;
}
.el_con_list ul li.type > .lesson_tit_area {
	display: inline-block;
	width: auto;
	font-size: 87.5%;
	color: #555555;
	line-height: 18px;
	padding-right: 20px;
}
.el_con_list ul li.type > .lesson_tit_area > i {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
}
.el_con_list ul li.type > .lesson_tit_area > span {
	display: inline-block;
	padding-left: 15px;
	padding-top: 3px;
}
@media only screen and (max-width: 1020px) {
	.el_con_list ul li.part_title {
		padding: 13px 20px;
		font-size: 87.5%;
	}
	.el_con_list ul li.chapter_title {
		padding: 13px 20px;
		font-size: 80%;
	}
	.el_con_list ul li.type {
		padding: 13px 20px;
	}
	.el_con_list ul li.type > .lesson_tit_area {
		width: 100%;
		font-size: 80%;
		padding-right: 0;
	}
	.el_con_list ul  li.type > .lesson_tit_area > span {
		display: inline-block;
		width: 89%;
		padding-left: 7px;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1020px) {
	.el_con_list ul li.part_title, .el_con_list ul li.chapter_title, .el_con_list ul li.type {
		padding: 13px 20px;
	}
}
.el_situation {
	display: inline-block;
	float: right;
	width: 400px;
	position: relative;
	vertical-align: middle;
}
.el_situation .my_ing_area {
	display: block;
	width: 270px;
}
.el_situation .my_ing_area .my_ingBar {
	float: left;
	width: 80px;
	background: #cccccc;
	margin-top: 10px;
}
.el_situation .my_ing_area .my_ing {
	width: 50%;
	height: 6px;
	background: #2d8be1;
}
.el_situation .my_ing_area .my_ingTxt {
	float: left;
	font-size: 75%;
	color: #666666;
	padding-left: 10px;
	line-height: 25px;
}
.el_situation .learnBtn {
	display: inline-block;
	position: relative;
	float: right;
	width: auto;
}
.el_situation .learnBtn > a.ing {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-right: 35px;
	background: #3962d1;
	color: #ffffff;
	font-size: 80%;
	vertical-align: middle; 
}
.el_situation .learnBtn > a.start {
	float: right;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-right: 35px;
	background: #3995d1;
	color: #ffffff;
	font-size: 80%;
	vertical-align: middle; 
}
.el_situation .learnBtn > a.quest {
	float: right;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-right: 5px;
	background: #1a6117;
	color: #ffffff;
	font-size: 80%;
	vertical-align: middle; 
}
.el_situation .learnBtn > a.files {
	float: right;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-right: 5px;
	background: #43494d;
	color: #ffffff;
	font-size: 80%;
	vertical-align: middle; 
}
.el_situation em {
	width: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}
.el_situation em > a.fileLink {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../../images/icon/icon_link.png) no-repeat center center;
	text-indent: -555555px;
}
@media only screen and (max-width: 1020px) {
	.el_situation {
		display: block;
		float: none;
		width: 100%;
	}
	.el_situation .my_ing_area {
		display: block;
		overflow: hidden;
		width: 100%;
		margin-top: 10px;
	}
	.el_situation .learnBtn {
		display: block;
		width: 100%;
		margin-top: 10px;
		position: relative;
	}
	.el_situation .learnBtn > a.ing, .el_situation .learnBtn > a.start {
		float: none;
		display: block;
		width: 80px;
	}
	.el_situation em {
		width: 24px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -12px;
	}
	.el_situation em > a.fileLink {
		display: block;
		width: 24px;
		height: 24px;
		background: url(../../images/icon/icon_link_m.png) no-repeat center center;
		background-size: 100%;
		text-indent: -555555px;
	}
}
/* -------------------------------- 

Contents Detail Style

-------------------------------- */
.con_info_area {
	overflow: hidden;
	width: 1080px;
	margin: 0 auto 75px;
}
.thumbnail1 {
	max-width: 420px;
  width: 100%;
}
.thumbnail1 > .thum_media {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.thum_media iframe,
.thum_media object,
.thum_media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumbnail1 a {
	position: relative;
	overflow: hidden;
}
.thumbnail1 a .icon_play {
	position: absolute;
	width: 84px;
	height: 84px;
	top: 50%;
	left: 50%;
	margin: -42px 0 0 -42px;
	background-image: url(../../images/icon/icon_play.png);
	opacity: 0.7;
	background-repeat: no-repeat;
	background-size: 84px 84px;
	text-indent: -555555px;
}
.thumbnail1 a:hover .icon_play {
	opacity: 1;
}
/* 20200617 Add */
.thumbnail_p {
	font-size: 14px;
	color: #444444;
	line-height: 20px;
	margin-top: 10px;
}
.thumbnail2 {
	width: 265px;
}
.thumbnail2 > img {
  border: 1px #e0e0e0 solid;
	width: 100%;
	height: auto;
	max-height: 345px;
}
.thumbnail2 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.buy_info_area1 {
	width: 585px;
	margin-left: 75px;
	text-align: left;
}
.buy_info_area2 {
	width: 720px;
	margin-left: 95px;
	text-align: left;
}
.buy_info_title {
	font-size: 187.5%;
	color: #000000;
	margin-bottom: 15px;
	letter-spacing: -0.7px;
	font-family: 'NanumSquare', 'Nanum Square' !important;
	font-style: normal;
}
.buy_info_ex {
	font-size: 125%;
	color: #666666;
	margin-bottom: 30px;
}
.buy_divide {
	padding-bottom: 25px;
	border-top: 1px #999999 solid;
}
.selling_price {
	font-size: 137.5%;
	color: #e94c35;
	margin-bottom: 25px;
}
.cost_price {
	font-size: 97.5%;
	color: #999999;
	text-decoration: line-through;
	margin-left: 20px;
}
.btn_view_con {
	width: 100%;
	margin-bottom: 20px;
}
.btn_view_con a {
	display: block;
	width: 125px;
	height: 35px;
	font-size: 93.8%;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
}
.add_con {
	font-size: 97.5%;
	color: #e94c35;
	margin-bottom: 25px;
}
.buy_review_p {
	margin-bottom: 20px;
	font-size: 87.5%;
	font-weight: 600;
	color: #000000;
}
.buy_review_p img {
	vertical-align: middle;
	margin-right: 7px;
}
.buy_price_p {
	width: 100%;
}
.buy_guide_p {
	font-size: 80%;
	color: #3995D1;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.buy_total_p {
	font-size: 87.5%;
	color: #444444;
	line-height: 25px;
}
.buy_terms {
	display: inline-block;
}
.buy_terms > span {
	display: inline;
}
.buy_terms > span:first-child a {
	margin-left: 0;
}
.buy_terms > span a {
	float: left;
	height: 55px;
	padding: 10px 50px;
	margin-left: 10px;
	font-size: 87.5%;
	color: #404040;
	background: #f5f5f5;
	border: 1px #cccccc solid;
	text-align: center;
	line-height: 16px;
	box-sizing: border-box;
}
.buy_terms > span a:hover {
	border: 1px #404040 solid;
}
.buy_terms > span a.active {
	background: #ffffff;
	border: 2px #e94c35 solid;
}
.btn_buy_terms {
	display: block;
	width: 18.05%;
	padding: 10px 0;
	background: #f5f5f5;
	border: 1px #cccccc solid;
}
.btn_buy_wrap {
	margin-top: 20px;
}
ul.btn_buys1 {
	width: 340px;
	overflow: hidden;
	border: 1px #e0e0e0 solid;
}

ul.btn_buys1 li {
	float: left;
	width: 16.5%;
}
ul.btn_buys1 li a {
	display: block;
	font-size: 97.5%;
	line-height: 58px;
	text-align: center;
	border-left: 1px #e0e0e0 solid;
}
ul.btn_buys1 li:first-child a {
	border-left: none;
}
ul.btn_buys1 li.buy {
	width: 50%;
}
ul.btn_buys1 li.buy a {
	color: #ffffff;
	background: #444444;
}
ul.btn_buys2 {
	width: 345px;
	overflow: hidden;
	border: 1px #e0e0e0 solid;
	position: relative;
}
ul.btn_buys2 li {
	float: left;
	width: 20%;
}
ul.btn_buys2 li a {
	display: block;
	font-size: 97.5%;
	line-height: 58px;
	text-align: center;
	border-left: 1px #e0e0e0 solid;
}
ul.btn_buys2 li:first-child a {
	border-left: none;
}
ul.btn_buys2 li.buy {
	width: 60%;
}
ul.btn_buys2 li.buy a {
	color: #ffffff;
	background: #444444;
}
ul.btn_buys3 {
	width: 276px;
	overflow: hidden;
	border: 1px #e0e0e0 solid;
	position: relative;
}
ul.btn_buys3 li {
	float: left;
	width: 25%;
}
ul.btn_buys3 li a {
	display: block;
	font-size: 97.5%;
	line-height: 58px;
	text-align: center;
	border-left: 1px #e0e0e0 solid;
}
ul.btn_buys3 li:first-child a {
	border-left: none;
}
ul.btn_buys3 li.buy {
	width: 75%;
}
ul.btn_buys3 li.buy a {
	color: #ffffff;
	background: #444444;
}
.icon_cart {
	background: url(../../images/icon/icon_cart.png) no-repeat center center;
	text-indent: -555555px;
}
.icon_wish {
	background: url(../../images/icon/icon_wish.png) no-repeat center center;
	text-indent: -555555px;
}
.icon_share {
	background: url(../../images/icon/icon_share.png) no-repeat center center;
	text-indent: -555555px;
}

.icon_share_button{
	
}
@media only screen and (max-width: 1080px) {
	.icon_cart {
		background: url(../../images/icon/icon_cart_m.png) no-repeat center center;
		background-size: 38px;
		text-indent: -555555px;
	}
	.icon_wish {
		background: url(../../images/icon/icon_wish_m.png) no-repeat center center;
		background-size: 36px;
		text-indent: -555555px;
	}
	.icon_share {
		background: url(../../images/icon/icon_share_m.png) no-repeat center center;
		background-size: 34px;
		text-indent: -555555px;
	}
}
@media only screen and (max-width: 1080px) {
	.con_info_area {
		overflow: hidden;
		width: 100%;
		margin: 0 auto 50px;
	}
	.thumbnail1, .thumbnail2 {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.thumbnail2 img {
		max-width: 50%;
	}
	.buy_info_area1, .buy_info_area2 {
		width: 100%;
		margin: 20px auto 0;
		text-align: left;
	}
	.buy_price_p {
		width: 90%;
		margin: 0 auto;
	}
	.buy_guide_p {
		width: 90%;
		margin: 10px auto 25px;
	}
	.buy_review_p {
		width: 90%;
		margin: 0 auto 15px;
		font-size: 80%;
		font-weight: 600;
		color: #000000;
	}
	.buy_review_p img {
		vertical-align: middle;
		margin-right: 7px;
	}
	.add_con {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 87.5%;
	}
	.btn_view_con {
		width: 90%;
		margin: 0 auto 20px;
	}
	.buy_total_p {
		width: 90%;
		margin: 0 auto;
		font-size: 80%;
		color: #444444;
		line-height: 24px;
	}
	.buy_info_title {
		width: 90%;
		font-size: 150.0%;
		color: #000000;
		margin: 0 auto 10px;
		line-height: 30px;
	}
	.buy_info_ex {
		width: 90%;
		font-size: 87.5%;
		color: #666666;
		margin: 0 auto 20px;
	}
	.buy_divide {
		width: 90%;
		padding-bottom: 20px;
		border-top: 1px #999999 solid;
		margin: 0 auto;
	}
	.buy_terms {
		display: block;
		overflow: hidden;
		text-align: center;
	}
	.buy_terms > span {
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
	}
	.buy_terms > span a {
		display: block;
		float: none;
		height: 55px;
		padding: 10px 25px;
		margin-left: 10px;
		font-size: 87.5%;
		color: #404040;
		background: #f5f5f5;
		border: 1px #cccccc solid;
		text-align: center;
		line-height: 16px;
		box-sizing: border-box;
	}
	ul.btn_buys1 {
		width: 100%;
		overflow: hidden;
		border: 1px #e0e0e0 solid;
	}
	ul.btn_buys2 {
		width: 100%;
		overflow: hidden;
		border: 1px #e0e0e0 solid;
	}
  ul.btn_buys3 {
		width: 100%;
		overflow: hidden;
		border: 1px #e0e0e0 solid;
	}
  ul.btn_buys3 li {
    width: 22%;
  }
  ul.btn_buys3 li.buy {
    width: 78%;
  }
}
.con_fl {
	float: left;
}
@media only screen and (max-width: 1080px) {
	.con_fl {
		float: none;
	}
}

.around_site {
	overflow: hidden;
	width: 1080px;
	margin: 0 auto 75px;
	border-top: 2px #404040 solid;
	border-bottom: 1px #aaaaaa solid;
	padding: 25px 25px;
	color: #444444;
	line-height: 28px;
	text-align: left;
}
.around_site .site_ex {
	font-size: 93.8%;
}
.around_site .btn_site {
	display: block;
	width: 215px;
	height: 50px;
	padding: 10px 0;
	text-align: center;
	font-size: 97.5%;
	font-weight: 600;
	color: #ffffff;
}
/** 2020.06.18 Add **/
.around_site .btn_site2 {
	display: block;
	width: 215px;
	height: 50px;
	padding: 10px 0;
	text-align: center;
	font-size: 97.5%;
	font-weight: 600;
	color: #ffffff;
	margin-top: 15px;
}
.product_info {
	width: 1080px;
	padding: 50px 0;
	text-align: left;
	font-size: 93.8%;
	color: #444444;
	line-height: 32px;
	margin: 0 auto;
}
.product_info > .table_info {
	padding: 0 100px;
}
.product_info > .table_con {
	padding: 0 100px;
}
.product_info > .table_review {
	padding: 0 50px;
}

/* 2019.09.19 Add */
.table_review ul {
	overflow: hidden;
}
.table_review ul li {
	padding: 15px;
	border-bottom: 1px #e0e0e0 solid;
	line-height: 26px;
}
.tr_txtArea {
	display: inline-table;
	width: 90%;
}
.tr_txtArea > textarea {
	width: 100%;
	height: 70px;
	background: #eeeeee;
	padding: 15px;
	color: #404040;
	border: none;
}
/* 2019.09.21 Add */
.star_rating_area {
	display: block;
	margin-bottom: 10px;
}

.p_fl {
	float: left;
}
.p_fr {
	float: right;
}
@media only screen and (max-width: 1020px) {
	.p_fl, .p_fr {
		float: none;
	}
}
@media only screen and (max-width: 640px) {
	.around_site {
		overflow: hidden;
		width: 100%;
		margin: 0 auto 55px;
		padding: 20px 20px;
		line-height: 22px;
	}
	.around_site .site_ex {
		font-size: 80%;
	}
	.around_site .btn_site, .around_site .btn_site2 {
		display: block;
		width: 215px;
		height: 50px;
		padding: 13px 0;
		text-align: center;
		font-size: 97.5%;
		font-weight: 600;
		color: #ffffff;
		margin: 20px auto 0;
	}
	.product_info {
		width: 100%;
		padding: 45px 0;
		text-align: left;
		font-size: 80%;
		color: #444444;
		line-height: 30px;
		margin: 0 auto;
	}
	.product_info > .table_con {
		padding: 0 7%;
	}
}
@media only screen and (max-width: 1080px) {
	.product_info > .table_info, .product_info > .table_review {
		padding: 0 7%;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 640px) {
	.around_site {
		overflow: hidden;
		width: 100%;
		margin: 0 auto 55px;
		padding: 20px 60px;
	}
	.around_site .site_ex {
		font-size: 87.5%;
		line-height: 26px;
	}
	.around_site .btn_site, .around_site .btn_site2 {
		display: block;
		width: 215px;
		height: 50px;
		padding: 12px 0;
		text-align: center;
		font-size: 97.5%;
		font-weight: 600;
		color: #ffffff;
		margin: 20px auto 0;
	}
	.product_info {
		width: 100%;
		padding: 45px 0;
		text-align: left;
		font-size: 87.5%;
		color: #444444;
		line-height: 32px;
		margin: 0 auto;
	}
	.product_info > .table_con {
		padding: 0 15%;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
	.around_site .btn_site {
		margin: 0 auto;
	}
	.around_site .btn_site2 {
		display: block;
		width: 215px;
		height: 50px;
		padding: 10px 0;
		text-align: center;
		font-size: 97.5%;
		font-weight: 600;
		color: #ffffff;
		margin-top: 15px;
	}
}


/** 2020.03.25 Add **/
.layer_scroll_box {
	max-height: 600px;
	overflow-y: scroll;
}

@media only screen and (max-width: 978px) {
	.layer_scroll_box {
		height: 60vh;
	}
}
@media only screen and (max-width: 768px) {
	.layer_scroll_box {
		height: 47vh;
	}
}
@media only screen and (max-width: 375px) {
	.layer_scroll_box {
		height: 45vh;
	}
}

/** 2020.06.18 Add **/
.exam_num_box {
	width: 100%;
	padding-bottom: 20px;
}
.exam_num_box > p {
	display: inline-block;
	width: 20%;
	font-size: 14px;
	color: #444444;
	line-height: 25px;
	vertical-align: top;
}
.exam_num_box > .num_select {
	display: inline-block;
	width: auto;
	font-size: 14px;
	color: #444444;
	vertical-align: top;
	line-height: 30px;
}
.num_select > label {
	display: block;
}
.num_select > label input[type="checkbox"] {
	vertical-align: middle;
}
@media only screen and (max-width: 1080px) {
	.exam_num_box {
		width: 90%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 600px) {
	.exam_num_box > p {
		width: 30%;
		font-size: 13px;
	}
	.exam_num_box > .num_select {
		font-size: 13px;
	}
}
.kuksi_info_box {
	width: 1080px;
	text-align: left;
	font-size: 93.8%;
	color: #444444;
	line-height: 32px;
	margin: 0 auto;
}
.kuksi_info_tit {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}
.kuksi_info_tit > p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
.kuksi_info {
	margin-top: 25px;
}
.kuksi_info > .kuksi_info_con {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 30px;
}
@media only screen and (max-width: 1080px) {
	.kuksi_info_box {
		width: 90%;
	}
	.kuksi_info_tit {
		font-size: 18px;
	}
	.kuksi_info_tit > p {
		font-size: 15px;
	}
	.kuksi_info {
		margin-top: 20px;
	}
	.kuksi_info > .kuksi_info_con {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.kuksi_info_tit {
		font-size: 16px;
	}
	.kuksi_info_tit > p {
		font-size: 14px;
	}
	.kuksi_info {
		margin-top: 20px;
	}
	.kuksi_info > .kuksi_info_con {
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 26px;
	}
}

/* -------------------------------- 

Special lecture Style - 2022.08.11 Add

-------------------------------- */

.speclec_img_pc {
	display: block;
}
.speclec_img_m {
	display: none;
}
.speclec_img_pc img,
.speclec_img_m img {
	display: block;
}
@media screen and (max-width: 768px) {
	.speclec_img_pc {
		display: none;
	}
	.speclec_img_m {
		display: block;
	}
}

/** Table **/
.speclec_list_box {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
.speclec_list_box > h4 {
	font-size: 50px;
	font-weight: 600;
	font-family: 'NanumSquareEB' !important;
	color: #000000;
	vertical-align: middle;
}
.speclec_list {
	margin-top: 55px;
	color: #000000;
}
.speclec_list > ul {
	display: inline-table;
	overflow: hidden;
	width: 100%;
	border-top: 3px #10ad86 solid;
	border-bottom: 3px #10ad86 solid;
	margin-top: -3px;
	box-sizing: border-box;
}
.speclec_list > ul li.class_area {
	width: 22%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
ul li.class_area .class_num {
	font-size: 22px;
	font-weight: 600;
	font-family: 'NanumSquare' !important;
	color: #10ad86;
}
ul li.class_area .class_price {
	margin-top: 15px;
}
ul li.class_area .class_price > .price {
	display: block;
	font-size: 16px;
	font-family: 'NanumSquare' !important;
	text-decoration:line-through;
}
ul li.class_area .class_price > .discount {
	display: block;
	font-size: 22px;
	font-weight: 600;
	font-family: 'NanumSquareEB' !important;
	margin-top: 7px;
	color: #10ad86;
}
.speclec_list > ul li.classCon_area {
	width: 100%;
	box-sizing: border-box;
	display: table;
	text-align: left;
}
.class_line {
	border-bottom: 2px #10ad86 solid;
}
ul li.classCon_area div.classCon {
	width: 100%;
	padding: 6px 0;
	display: table;
}
div.classCon .classCon_tit1 {
	display: table-cell;
	vertical-align: middle;
	width: 27%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-size: 18px;
	font-family: 'NanumSquare' !important;
}
div.classCon .classCon_tit2 {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-size: 18px;
	font-family: 'NanumSquareB' !important;
	line-height: 36px;
}
div.classCon .classCon_price {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 36px;
	text-align: right;
}
@media only screen and (max-width: 1080px) {
	.speclec_list_box > h4 {
		font-size: 40px;
	}
	.speclec_list_box > h4 > span.line {
		font-size: 20px;
		margin: 0 15px;
	}
	.speclec_list {
    margin-top: 40px;
	}
	.speclec_list > ul {
		display: block;
	}
	.speclec_list > ul li.class_area {
		display: table;
		width: 100%;
		padding: 13px 3%;
		background-color: rgba(0, 0, 0, .05);
		box-sizing: border-box;
	}
	ul li.class_area .class_num {
		display: table-cell;
		vertical-align: middle;
		width: 25%;
		padding-right: 10px;
		text-align: left;
	}
	ul li.class_area .class_price {
		display: table-cell;
		vertical-align: middle;
		width: auto;
    margin-top: 0;
		text-align: right;
	}
	ul li.class_area .class_price > .price {
    display: initial;
	}
	ul li.class_area .class_price > .discount {
		padding-left: 5px;
		display: contents;
	}
	div.classCon .classCon_tit1 {
    width: 25%;
    padding: 0 20px 0 3%;
    font-size: 16px;
	}
	div.classCon .classCon_tit2 {
    width: auto;
    font-size: 16px;
		font-weight: 600;
    font-family: 'NanumSquare' !important;
    line-height: 34px;
	}
	div.classCon .classCon_price {
    width: 15%;
    padding: 0 3% 0 0;
    font-size: 16px;
    line-height: 34px;
	}
}
@media only screen and (max-width: 840px) {
	.speclec_list_inner {
    padding: 45px 0;
	}
	.speclec_list_box > h4 {
    font-size: 32px;
	}
	.speclec_list_box > h4 > span.line {
    display: none;
	}
	.speclec_list > ul li.class_area {
    padding: 10px 3%;
	}
	ul li.class_area .class_num {
    font-size: 16px;
	}
	ul li.class_area .class_price > .price {
    font-size: 14px;
	}
	ul li.class_area .class_price > .discount {
		font-size: 18px;
	}
	div.classCon .classCon_tit1 {
    padding: 0 15px 0 3%;
    font-size: 14px;
	}
	div.classCon .classCon_tit2 {
    font-size: 14px;
    line-height: 32px;
	}
	div.classCon .classCon_price {
    font-size: 14px;
    line-height: 32px;
	}
}
@media only screen and (max-width: 575px) {
	.speclec_list_inner {
    padding: 35px 0;
	}
	.speclec_list_box > h4 {
    font-size: 24px;
	}
	.speclec_list {
    margin-top: 25px;
	}
	ul li.class_area .class_num {
    font-size: 14px;
	}
	ul li.class_area .class_price > .price {
    font-size: 13px;
	}
	ul li.class_area .class_price > .discount {
    font-size: 16px;
		font-family: 'NanumSquare' !important;
	}
	div.classCon .classCon_tit1 {
    font-size: 13px;
	}
	div.classCon .classCon_tit2 {
    font-size: 13px;
    line-height: 28px;
	}
	div.classCon .classCon_price {
    font-size: 13px;
    line-height: 28px;
	}
}
@media only screen and (max-width: 530px) {
	div.classCon .classCon_tit1 {
		display: block;
    width: 100%;
		margin: 8px 0 5px;
	}
	div.classCon .classCon_tit2 {
		display: inline-block;
    width: 80%;
		padding: 0 15px 0 3%;
		margin-top: 5px;
	}
	div.classCon .classCon_price {
		display: inline-block;
    width: 50px;
		margin-top: 5px;
	}
}

/** Package Box **/
.speclec_package {
	width: 100%;
	margin-top: 30px;
	background-color: #10ad86;
	padding: 30px 30px 25px 30px;
	border-radius: 10px;
	box-sizing: border-box;
}
.speclec_package_line {
	padding-bottom: 20px;
	border-bottom: 2px rgba(255, 255, 255, .50) dashed;
}
.class_package {
	display: inline-table;
	width: 100%;
}
.class_package_tit {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-size: 30px;
	font-family: 'NanumSquareEB' !important;
	color: #ffffff;
	text-align: left;
}
.class_package_price {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	font-size: 30px;
	font-family: 'NanumSquareEB' !important;
	color: #ffffff;
	text-align: right;
}
.all_package {
	display: inline-table;
	width: 100%;
	margin-top: 25px;
}
.all_package_tit {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	font-size: 30px;
	font-family: 'NanumSquareEB' !important;
	color: #000000;
	text-align: left;
}
.all_package_price {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	text-align: right;
}
.all_package_price > .price {
	font-size: 30px;
	font-family: 'NanumSquareEB' !important;
	color: rgba(255, 255, 255, .80);
	text-decoration: line-through;
}
.all_package_price > .discount {
	font-size: 38px;
	font-family: 'NanumSquareEB' !important;
	color: #fafd02;
	padding-left: 20px;
}
.btn_speclec_buy {
	display: block;
	width: 255px;
	height: 60px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	background-color: #222222;
	line-height: 60px;
	text-align: center;
	color: #fff000;
	margin: 50px auto 0;
}
.btn_speclec_buy > span {
	font-size: 32px;
	font-family: 'NanumSquareEB' !important;
}
@media only screen and (max-width: 1080px) {
	.speclec_package {
    margin-top: 25px;
    padding: 20px 25px 15px 25px;
	}
	.class_package_tit, .class_package_price {
    font-size: 24px;
	}
	.speclec_package_line {
    padding-bottom: 15px;
	}
	.all_package {
    margin-top: 20px;
	}
	.all_package_tit {
    padding: 0 20px 0 0;
    font-size: 24px;
	}
	.all_package_price > .price {
    font-size: 24px;
	}
	.all_package_price > .discount {
    font-size: 30px;
    padding-left: 10px;
	}
	.btn_speclec_buy {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: 50px;
    margin: 35px auto 0;
	}
	.btn_speclec_buy > span {
    font-size: 26px;
	}
}
@media only screen and (max-width: 840px) {
	.class_package_tit {
		width: 40%;
    font-size: 20px;
	}
	.class_package_price {
    font-size: 20px;
	}
	.all_package_tit {
		width: 40%;
    padding: 0 20px 0 0;
    font-size: 20px;
	}
	.all_package_price > .price {
		display: block;
    font-size: 20px;
	}
	.all_package_price > .discount {
		display: block;
    font-size: 24px;
    padding-left: 10px;
		margin-top: 7px;
	}
	.btn_speclec_buy {
    width: 180px;
    height: 45px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    line-height: 45px;
    margin: 30px auto 0;
	}
	.btn_speclec_buy > span {
    font-size: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.class_package_tit {
		display: block;
		width: 100%;
    font-size: 16px;
		font-weight: 600;
		font-family: 'NanumSquare' !important;
	}
	.class_package_price {
		display: block;
		width: 100%;
    font-size: 18px;
		font-weight: 600;
		font-family: 'NanumSquare' !important;
		text-align: left;
		margin-top: 10px;
	}
	.all_package_tit {
		display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
		font-weight: 600;
		font-family: 'NanumSquare' !important;
	}
	.all_package_price {
		display: block;
    width: 100%;
    text-align: left;
		margin-top: 10px;
	}
	.all_package_price > .price {
    font-size: 14px;
		font-weight: 600;
		font-family: 'NanumSquare' !important;
	}
	.all_package_price > .discount {
    font-size: 18px;
		font-weight: 600;
		font-family: 'NanumSquare' !important;
    padding-left: 0;
    margin-top: 7px;
	}
	.btn_speclec_buy {
    width: 160px;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    line-height: 40px;
    margin: 25px auto 0;
	}
	.btn_speclec_buy > span {
    font-size: 16px;
		font-weight: 600;
		font-family: 'NanumSquare' !important;
	}
}

/** Preview **/
.preview_box {
	display: block;
	margin-top: 55px;
}
@media screen and (max-width: 1080px) {
	.preview_box {
		margin-top: 35px;
	}
}
@media screen and (max-width: 768px) {
	.preview_box {
		margin-top: 25px;
	}
}
@media screen and (max-width: 530px) {
	.preview_box {
		margin-top: 20px;
	}
}




