@charset "utf-8";

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/NotoSans-Thin.eot") format("eot");
  src: url("../fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSans-Thin.otf") format("opentype"),
  url("../fonts/NotoSans-Thin.woff") format("woff"),
  url("../fonts/NotoSans-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/NotoSans-Light.eot") format("eot");
  src: url("../fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSans-Light.otf") format("opentype"),
  url("../fonts/NotoSans-Light.woff") format("woff"),
  url("../fonts/NotoSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/NotoSans-DemiLight.eot") format("eot");
  src: url("../fonts/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSans-DemiLight.otf") format("opentype"),
  url("../fonts/NotoSans-DemiLight.woff") format("woff"),
  url("../fonts/NotoSans-DemiLight.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NotoSans-Regular.eot") format("eot");
  src: url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSans-Regular.otf") format("opentype"),
  url("../fonts/NotoSans-Regular.woff") format("woff"),
  url("../fonts/NotoSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/NotoSans-Medium.eot") format("eot");
  src: url("../fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSans-Medium.otf") format("opentype"),
  url("../fonts/NotoSans-Medium.woff") format("woff"),
  url("../fonts/NotoSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/NotoSans-Bold.eot") format("eot");
  src: url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSans-Bold.otf") format("opentype"),
  url("../fonts/NotoSans-Bold.woff") format("woff"),
  url("../fonts/NotoSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/NotoSans-Black.eot") format("eot");
  src: url("../fonts/NotoSans-Black.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSans-Black.otf") format("opentype"),
  url("../fonts/NotoSans-Black.woff") format("woff"),
  url("../fonts/NotoSans-Black.woff2") format("woff2");
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:14px;font-family:'Noto Sans KR', dotum, sans-serif;background:#fff;color:#464646}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

img {
	max-width: 100%;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
 
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
.placeholdersjs { color: #aaa !important; }

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft{min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb,
#gnb .gnb_wrap,
#container_wr,
#ft_wr,
#sticky_gnb .sticky_gnb_wrap,
.container {
	width: 1200px;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 모바일 메뉴 */
.menu {
	background-color: #512771;
	display: none;
	padding: 10px 15px 20px;
}
.m_login_wrap {
	position: relative;
	height: 30px;
	background: #44215e;
	border: 1px solid #321846;
	border-radius: 30px;
}
.m_login_wrap:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.m_login {
	display: block;
	float: left;
	width: 50%;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}
.m_login_bar {
	position: absolute;
	top: 3px;
	left: 50%;
	color: #321846;
}
.m_menu_list {
	margin: 12px 0 0;
	border-top: 2px solid #f3ad2f;
	border-bottom: 1px solid #44215e;
	padding: 15px 0;
}
.m_menu_list ul {
}
.m_menu_list ul li {
	position: relative;
	line-height: 38px;
}
.m_menu_list ul li i {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 14px;
	color: #fff;
}
.m_menu_list ul li p {
	display: block;
	font-size: 15px;
	color: #fff;
	padding-right: 20px;
}
.m_menu_list ul li a {
	display: block;
	font-size: 15px;
	color: #fff;
	padding-right: 20px;
}
.m_menu_list ul li a .yel {
    color: #f7ed36;
}
.m_menu_list ul li a span.nop {
    padding: 0;
}
.m_menu_logo {
	margin: 25px 0 18px;
}
.m_menu_logo img {
	width: 151px;
}
.m_menu_info {
	font-size: 12px;
	color: #9f88b1;
}
.m_menu_info a {
    color: #9f88b1;
}
.m_menu_list ul li.mobile_depth1_active p {
	color: #f3ad2f;
}
.m_menu_list ul li.mobile_depth1_active i {
	color: #f3ad2f;
}
.mobile_depth2 {
	display: none;
}
.mobile_depth2 li {
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	background: #3d1d56;
	margin-bottom: 2px;
}
.mobile_depth2 li a {
	display: block;
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 400;
	padding: 0 15px;
}
.m_menu_list .m_link_wrapper {
    margin-top: 20px;
}
.m_menu_list .m_link_wrapper li {
	margin-bottom: 7px;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	background: #44215e;
	border: 2px solid #321846;
	text-align: center;
	border-radius: 6px;
}
.m_menu_list .m_link_wrapper li a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	padding: 0;
	font-weight: 600;
}
.m_menu_list .m_link_wrapper li a span {
	padding-left: 9px;
	vertical-align: middle;
}
.m_menu_list .m_link_wrapper li:nth-child(1) img {
	width: 28px;
}
.m_menu_list .m_link_wrapper li:nth-child(2) img {
	width: 18px;
}
.m_menu_list .m_link_wrapper li:nth-child(3) img {
	width: 23px;
}

/* 모바일 상단 */
#m_hd {
	position: relative;
	display: none;
}
.m_search {
    display: none;
    position: relative;
    padding: 0px 10px;
    margin: 20px 0;
}

/* 상단 레이아웃 */
#hd {}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {
    position: relative;
    margin: 6px auto 0;
    zoom: 1;
}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {
	float: left;
}

.hd_sch_wr {
    position: relative;
	float: right;
	margin-top: 4px;
}
.hd_sch_wr:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {
	width: 282px;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #512771;
    border-radius: 15px;
	padding-left: 16px;
    
}
#hd_sch #sch_stx {
	float: left;
	width: 218px;
    height: 28px;
	font-size: 14px;
	border: 0;
	background:#f5f5f5;
	color: #464646;
}
#hd_sch #sch_submit {
	float: left;
	width: 44px;
    height: 28px;
    border: 0;
    background:#f5f5f5;
    color: #253dbe;
    cursor: pointer;
    border-radius: 15px;
}
.search_img {
	display: block;
	width: 44px;
    height: 30px;
	background: url(../img/search_ic.png) no-repeat;
}

#sbn_side{position:absolute;top:20px;right:0}

#tnb {
	margin: 0 auto;
	padding-top: 36px;
}
#tnb:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {
	float: right;
}
#tnb ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#tnb li {
	float: left;
	font-size: 14px;
	color: #464646;
	margin-left: 10px;
}
#tnb a {
	font-size: 14px;
	color: #464646;
}
#hd_qnb {
	float: left;
	background: url(../img/speaker_ic.png) no-repeat;
	padding-left: 28px;
    margin: 10px 0 0 70px;
}
.hd_notice {
	font-size: 14px;
	color: #363636;
	line-height: 16px;
}

/* 메인메뉴 */
#gnb{
	position: relative;
    margin-top: 37px;
	background: #512771;
}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative}
#gnb #gnb_1dul {
    padding: 0;
    background: #512771;
}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {
	position: relative;
	float: left;
	width: 14.285714%;
    line-height: 52px;
    border-right: 1px solid #714394;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#gnb .gnb_1dli:last-child {
    border-right: 0;
}
#gnb .gnb_1dli:hover {

}
#gnb .gnb_1dli > a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#gnb .gnb_1dli > a > span {
	color: #f7ed36;
}
.sub_menu {
	position: absolute;
	width: 100%;
	border-top: 1px solid #2e1641;
	padding: 10px 0;
	text-align: left;
	z-index: 99;
	background: #401f5a;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#gnb .gnb_1dli:hover .sub_menu {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
#gnb .gnb_1dli .sub_menu li {
	position: relative;
}
#gnb .gnb_1dli .sub_menu li i {
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 12px;
	color: #ffffff;
}
#gnb .gnb_1dli .sub_menu li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	padding-left: 20px;
	z-index: 10;
}

.gnb_1dli .bg{display:inline-block;width:10px;height:10px;overflow:hidden;background:url(../img/gnb_bg2.gif) no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:inline-block;font-weight:bold;color:#fff;text-decoration:none;}
.gnb_2dli{border-top:1px solid #253dbe}
.gnb_2dli:first-child{border:0}
.gnb_2dul {display:none;position:absolute;top:50px;min-width:140px;background:#1a30a7;padding: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.1);
box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.gnb_2da {display:block;padding:0 10px;line-height:40px;color:#c3cbf7;text-align:left;text-decoration:none}
a.gnb_2da:hover{background:#0e2080;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#fff}
.gnb_wrap .gnb_empty a{color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#gnb .gnb_menu_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:-50px;left:0}
#gnb .gnb_mnal{padding:0}

#gnb_all {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
	background: #401f5a;
}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul {
	float: left;
	width: 16.667%;
	border-top: 1px solid #2e1641;
    border-right: 1px solid #2e1641;
	min-height: 194px;
	padding-top: 10px;
}
#gnb_all .gnb_al_ul:last-child {
    border-right: 0;
}
#gnb_all .gnb_al_ul li {
	position: relative;
	line-height: 24px;
}
#gnb_all .gnb_al_ul li i {
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 12px;
	color: #ffffff;
}
#gnb_all .gnb_al_ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	padding-left: 20px;
	z-index: 10;
}
#gnb_all .menu_logo {
	position: absolute;
	bottom: 24px;
	left: 23px;
}
#gnb_all .menu_close {
	position: absolute;
	bottom: 10px;
	right: 11px;
	cursor: pointer;
}

/* 고정 헤더 */
#sticky_hd {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
    transition: 0.3s;
}
#sticky_gnb {
	position: relative;
	background: #512771;
}
#sticky_gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#sticky_gnb .sticky_gnb_wrap{margin:0 auto;position:relative}
#sticky_gnb #sticky_gnb_1dul {
    padding: 0;
    background: #512771;
}
#sticky_gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#sticky_gnb .sticky_gnb_1dli {
	position: relative;
	float: left;
	width: 14.285714%;
    line-height: 52px;
    border-right: 1px solid #714394;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#sticky_gnb .sticky_gnb_1dli:last-child {
    border-right: 0;
}
#sticky_gnb .sticky_gnb_1dli:hover {

}
#sticky_gnb .sticky_gnb_1dli > a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#sticky_gnb .sticky_gnb_1dli > a > span {
	color: #f7ed36;
}
.sticky_sub_menu {
	position: absolute;
	width: 100%;
	border-top: 1px solid #2e1641;
	padding: 10px 0;
	text-align: left;
	z-index: 99;
	background: #401f5a;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#sticky_gnb .sticky_gnb_1dli:hover .sticky_sub_menu {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
#sticky_gnb .sticky_gnb_1dli .sticky_sub_menu li {
	position: relative;
}
#sticky_gnb .sticky_gnb_1dli .sticky_sub_menu li i {
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 12px;
	color: #ffffff;
}
#sticky_gnb .sticky_gnb_1dli .sticky_sub_menu li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	padding-left: 20px;
	z-index: 10;
}
#sticky_gnb_all {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
	background: #401f5a;
}
#sticky_gnb_all .sticky_gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#sticky_gnb_all .sticky_gnb_al_ul {
	float: left;
	width: 16.667%;
	border-top: 1px solid #2e1641;
    border-right: 1px solid #2e1641;
	min-height: 194px;
	padding-top: 10px;
}
#sticky_gnb_all .sticky_gnb_al_ul:last-child {
    border-right: 0;
}
#sticky_gnb_all .sticky_gnb_al_ul li {
	position: relative;
	line-height: 24px;
}
#sticky_gnb_all .sticky_gnb_al_ul li i {
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 12px;
	color: #ffffff;
}
#sticky_gnb_all .sticky_gnb_al_ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	padding-left: 20px;
	z-index: 10;
}
#sticky_gnb_all .sticky_menu_logo {
	position: absolute;
	bottom: 24px;
	left: 23px;
}
#sticky_gnb_all .sticky_menu_close {
	position: absolute;
	bottom: 10px;
	right: 11px;
	cursor: pointer;
}
#sticky_hd.sticky_visible {
	opacity: 1;
    transition: 0.3s;
	z-index: 100;
}

/* 중간 레이아웃 */
.panel {
    min-height: 100%;
}
.panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}
#wrapper {
}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin:20px 0 20px 20px}

#container_title {font-size:1.333em;margin:0 auto;font-weight:bold;}
#container_title span{margin:0 auto 10px;display:block;line-height:30px;}
/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.container {
	margin: 0 auto;
}

/* 모바일 하단 */
#m_ft {
	position: relative;
	display: none;
}

/* 하단 레이아웃 */
#ft {
	border-top: 2px solid #401f5a;
}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_bg {
	background: url(../img/ft_bg.jpg) center top no-repeat;
	background-size: cover;
	min-height: 480px;
	border-bottom: 1px solid #212121;
}
#ft_wr {
    margin: 0 auto;
    position: relative;
    padding-top: 95px;
}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
.ft_info {
	float: left;
	margin-left: 477px;
}
.ft_hour {
	float: left;
	margin-left: 72px;
}
.ft_about {
	float: left;
	margin-left: 70px;
}
.ft_title {
	font-size: 10px;
	font-weight: 600;
	color: #ededed;
	margin-bottom: 16px;
    letter-spacing: 3px;
}
.ft_text {
	display: block;
	font-size: 14px;
	color: #ededed;
	line-height: 26px;
}
.ft_text a {
    color: #ededed;
}
.ft_number {
	margin-top: 20px;
}
.ft_stay {
	margin-top: 28px;
}
.ft_sns {
	padding-top: 15px;
}
.ft_sns ul {
}
.ft_sns ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.ft_sns ul li {
	float: left;
	margin-right: 22px;
}
.ft_sns ul li:last-child {
	margin-right: 0;
}
#ft_copy {
	font-size: 14px;
	color: #636363;
	border-top: 1px solid #1b1b1b;
	text-align: center;
	line-height: 56px;
	background: #181818;
}
#top_btn {
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    z-index: 90;
    background: #303030;
	border-radius: 8px;
	border: 0;
    line-height: 34px;
}
#top_btn:hover {

}

/* quick */
.quick {
	position: absolute;
    width: 50px;
    height: 330px;
    top: 712px;
    right: 50%;
    background: url(../img/quick_bar.png) no-repeat;
    z-index: 90;
	margin: 0 -690px 0 0;
}
.quick li a {
	display: block;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
}
.quick li:first-child a {
	padding-top: 18px;
}
.quick li:last-child a {
	padding-top: 20px;
}
.quick li a img {

}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#253dbe;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#0025eb}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {
    margin: 25px 0 10px;
}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {
	font-size: 14px;
	color: #555555;
    font-weight: normal;
    text-align: center;
	padding: 20px 0;
}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {
	font-size: 14px;
	color: #555555;
    padding: 14px 0;
    word-break: break-word;
	text-align: center;
}
.tbl_head01 tbody tr:hover td {
	
}
.tbl_head01 a {
	font-size: 14px;
	color: #555555;
}
.tbl_head01 a:hover {}
.tbl_head01 .th_num {
	width: 80px;
}
.tbl_head01 .th_subject {
}
.tbl_head01 .th_count {
	width: 160px;
}
.tbl_head01 .th_file {
	width: 160px;
}
.tbl_head01 .th_date {
	width: 145px;
}
.tbl_head01 .th_date_l {
	width: 220px;
}
.tbl_head01 .th_play {
	width: 90px;
}
.tbl_head01 tbody tr:hover {
	background: #f2f5f6;
	border-radius: 80px;
}
.tbl_head01 .td_num {
	border-radius: 40px 0 0 40px;
}
.tbl_head01 .td_subject {
	text-align: left;
}
.tbl_head01 .td_count {

}
.tbl_head01 .td_file {
}
.tbl_head01 .td_date {
	border-radius: 0 40px 40px 0;
}
.tbl_head01 .td_file a {
	font-size: 14px;
	color: #5b8092;
    font-weight: 200;
}
.tbl_head01 .td_file a i {
    display: inline-block;
    width: 15px;
    height: 20px;
	background: url(../img/down_small_ic.png) no-repeat;
    vertical-align: middle;
}
.tbl_head01 .td_play {
	border-radius: 40px 0 0 40px;
}
.tbl_head01 .td_file2 {
	border-radius: 0 40px 40px 0;
}
.tbl_head01 .td_number {
    border-radius: 40px 0 0 40px;
}
.tbl_head01 .td_status {
    border-radius: 0 40px 40px 0;
}
.tbl_head01 .td_status_on {
	color: #d8ab3f;
	font-weight: 500;
}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {
	clear: both;
    margin: 30px 0 0;
    text-align: center;
}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {
}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {
    font-size: 12px;
    color: #898989;
    padding: 0 6px;
}
.pg_page:hover {
}
.pg_start {
	font-size: 10px;
}
.pg_prev {
	font-size: 10px;
}
.pg_end {
	font-size: 10px;
}
.pg_next {
	font-size: 10px;
}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {}

.pg_current {
    font-size: 12px;
    color: #81bae7;
    padding: 0 6px;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* slider */
#sliders {
	width: 100%;
	height: 460px;
	z-index: 1;	
    overflow: hidden;
}
#sliders.rsDefault .rsArrowIcn {
	background-color: transparent;
}
#sliders.rsDefault .rsBullets {
	bottom: 30px;
	background: transparent;
}
#sliders.rsDefault .rsBullet span {
	width: 7px;
    height: 7px;
	background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
}
#sliders.rsDefault .rsBullet.rsNavSelected span {
	background: rgba(255, 255, 255, 1.0);
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {

}
#sliders.rsDefault .rsBullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 0 4px;
	padding: 0 4px;
}
#sliders.rsDefault .rsBullet.rsNavSelected {

}
.rsImg { margin-top: 0 !important; }

/* index */
.main_box {
	margin-top: 80px;
}
.main_box:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.main_left {
	float: left;
	width: 580px;

}
.main_right {
	float: right;
	width: 580px;
    padding: 0 60px 0 50px;
}
.main_banner {
	width: 100%;
	height: 180px;
}
.main_book_wrap {
	margin-top: 20px;
}
.main_book_tap {
	position: relative;
	border-bottom: 2px solid #512771;
}
.main_book_tap:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.main_book_tap_title {
	float: left;
	width: 160px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
	background: #512771;
	text-align: center;
}
.main_book_tap_slider {
	float: left;
	width: 380px;
	margin-top: 8px;
	height: 14px;
    overflow-y: hidden;
}
.main_book_tap_name {
	font-size: 14px;
	color: #464646;
	padding: 0 15px;
	border-right: 1px solid #b2b2b2;
	line-height: 14px;
	cursor: pointer;
	float: left;
}
.main_book_tap_name_active {
	color: #f3ad2f;
}
.main_book_tap_name_last {
	border-right: 0;
}
.main_book_tap_arrow {
	float: right;
	font-size: 14px;
	color: #969696;
	margin-top: 6px;
}
.main_book_tap_arrow i {
	padding: 0 4px;
	cursor: pointer;
}
.main_book_tap_slider .slick-slide {
	float: left;
}
.main_book_slider {
	width: 100%;
	margin-top: 14px;
}
.main_book_slide {
	width: 120px;
	margin-right: 12px;
	float: left;
}
.main_book_slide img {
	width: 100%;
}
.main_book_slide p {
	font-size: 14px;
	color: #464646;
	margin-top: 10px;
	line-height: 18px;
}
.main_notice_top {
	height: 180px;
	border-bottom: 2px solid #f2f2f2;
}
.main_notice_date {
	font-size: 12px;
	color: #252525;
	text-align: center;
	padding-top: 30px;
}

.main_notice_date span {
	font-size: 60px;
}
.main_notice_title {
	font-size: 14px;
	color: #252525;
	text-align: center;
	margin-top: 8px;
}
.main_notice_more {
	font-size: 12px;
	color: #512771;
	text-align: right;
    margin-top: 8px;
    margin-right: 20px;
}
.main_notice_more a {
	font-size: 12px;
	color: #512771;
}
.main_notice_more i {
	font-size: 12px;
	color: #512771;
	vertical-align: middle;
	padding-left: 4px;
}
.main_notice_table {
	padding: 36px 20px 0;
}
.main_notice_table table {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
.main_notice_table table td {
	font-size: 14px;
	color: #363636;
	padding: 9px 0;
}
.main_notice_table table td.td_square {
	width: 16px;
}
.main_notice_table table td.td_square i {
	display: block;
	width: 10px;
	height: 10px;
	background: #512771;
}
.main_notice_table table td.td_subject {
}
.main_notice_table table td.td_subject a {
	font-size: 14px;
	color: #363636;
}
.main_notice_table table td.td_date {
	width: 80px;
	color: #898989;
	text-align: right;
}
.main_link {
	padding: 85px 0 90px;
}
.main_link ul {
}
.main_link ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.main_link ul li {
	width: 20%;
	float: left;
	text-align: center;
}
.main_link ul li a {
	position: relative;
}
.main_link_on {
	position: absolute;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.main_link_on:hover, .main_link_on:active {
	opacity: 1;
}
.m_main_link {
	display: none;
}
.main_in_banner {
	margin-top: 60px;
}
.main_in_box {
	margin-top: 40px;
}
.main_in_box ul {

}
.main_in_box ul::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.main_in_box li {
	float: left;
	width: 370px;
	margin-right: 45px;
}
.main_in_box li:last-child {
	margin-right: 0;
}
.main_in_box li .main_in_top {
	font-size: 24px;
	color: #363636;
	line-height: 30px;
	margin: 20px 0 10px;
}
.main_in_box li .main_in_top_on {
	font-size: 30px;
	color: #f24149;
}
.main_in_info {
	min-height: 90px;
	background: #512771;
	padding: 15px 15px 15px 20px;
}
.main_in_info:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.main_in_text_wrap {
	float: left;
	width: 265px;
	margin-top: 6px;
}
.main_in_title {
	font-size: 14px;
	color: #f7ed36;
}
.main_in_desc {
	font-size: 18px;
	color: #ffffff;
}
.main_in_cart {
	float: right;
}

/* sub */
.section {
}
.container_s {
	width: 1050px;
	margin: 0 auto;
}
.center {
	text-align: center !important;
}
.sub_top {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 240px;
}
.sub_top_wrap {
	text-align: center;
}
.sub_top_en {
	font-size: 12px;
	color: #ffffff;
    letter-spacing: 8px;
}
.sub_top_ko {
	font-size: 24px;
	color: #ffffff;
	margin-top: 3px;
}
.container_flex {
	display: flex;
}
.bo_title {
	font-size: 30px;
	color: #464646;
	font-weight: 600;
	padding: 0 0 35px;
}
.text {
	font-size: 14px;
	color: #363636;
	text-align: justify;
	line-height: 24px;
}
.square_row {
	display: flex;
    margin-bottom: 10px;
}
.square {
    display: block;
    width: 10px;
    height: 10px;
    background: #512771;
	flex-shrink: 0;
	margin-right: 5px;
    margin-top: 7px;
}

/* about */
.sub_about {
	background: url(../img/about_bg.jpg) center top no-repeat;
	background-size: cover;
}
.about_section1 {
	margin-top: 120px;
}
.about_section2 {
	margin-top: 120px;
	background: #f3f2ee;
    padding: 80px 0 120px;
}
.about_section3 {
	margin-top: 115px;
	margin-bottom: 40px;
	text-align: center;
}
.about_section4 {
	height: 520px;
	background: url(../img/about_chap_3_bg.jpg) center top no-repeat;
	background-size: cover;
}
.about_section5 {
	margin-top: 115px;
	margin-bottom: 55px;
	text-align: center;
}
.about_section6 {
	font-size: 0;
	margin: 0;
	height: 480px;
}
.about_flex1 {
	justify-content: space-between;
}
.about_flex2 {
	justify-content: space-between;
    align-items: flex-end;
}
.about_flex4 {
	height: 100%;
	justify-content: center;
    align-items: center;
}
.about_flex_box {
	width: 580px;
}
.about_dot {
	font-size: 30px;
	color: #363636;
	line-height: 10px;
}
.about_text1 {
	font-size: 30px;
	color: #363636;
	line-height: 38px;
}
.about_text1 span {
	color: #512771;
	font-weight: 600;
}
.about_text2 {
	font-size: 18px;
	color: #363636;
	margin: 35px 0;
	line-height: 30px;
}
.about_text3 {
	font-size: 30px;
	color: #363636;
	line-height: 38px;
    margin: 30px 0;
}
.about_text3 span {
	color: #512771;
}
.about_global {
	font-size: 18px;
	color: #6d4d87;
	letter-spacing: 10px;
    margin-bottom: 6px;
}
.about_text4 {
	font-size: 18px;
	color: #363636;
    margin-bottom: 25px;
}
.about_text5 {
	font-size: 16px;
	color: #363636;
    margin-bottom: 25px;
}
.about_text6 {
	font-size: 30px;
	color: #363636;
	font-weight: 600;
    margin-bottom: 35px;
    line-height: 30px;
}
.about_text7 {
	font-size: 18px;
	color: #363636;
	margin-bottom: 8px;
}
.about_number {
	font-size: 18px;
	color: #363636;
	margin-top: 24px;
}
.about_number span {
	padding: 0 15px;
}
.about_tel {
	font-size: 18px;
	color: #363636;
	background: url(../img/about_chap_4_tel.png) left 6px no-repeat;
	padding-left: 22px;
}
.about_fax {
	font-size: 18px;
	color: #363636;
	background: url(../img/about_chap_4_fax.png) left 6px no-repeat;
	padding-left: 22px;
}

/* book_list */
.sub_book {
    background: url(../img/book_bg.jpg) center top no-repeat;
    background-size: cover;
}
.book_list_wrapper {
	padding: 120px 0 110px;
}
#book_cate {
    border-bottom: 1px solid #512771;
}
#book_cate ul {
    display: flex;
    justify-content: space-between;
    zoom: 1;
}
#book_cate li {
    width: 150px;
    height: 36px;
}
#book_cate a {
    display: block;
    height: 100%;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #363636;
}
#book_cate #book_cate_on {
    color: #fedc57;
    background: #512771;
    border-radius: 0 17px 0 0;
}
#book_cate_m {
	display: none;
}
.book_list {
	margin: 50px 0 0;
}
.book_list ul {
    margin: 0 -15px 0;
    zoom: 1;
    font-size: 0;
}
.book_list ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.book_list ul li {
    position: relative;
    display: inline-block;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
	vertical-align: top;
}
.book_list_box {
	position: relative;
    margin: 0 0 25px 0;
}
.book_list_img {
}
.book_list_img img {
	height: auto;
}
.book_list_text {
	margin-top: 10px;
}
.book_list_text a {
	font-size: 16px;
	color: #363636;
}
#bo_sch {
    position: relative;
    width: 350px;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #b7b7b7;
    border-radius: 15px;
    margin: 30px auto 0;
}
#bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#bo_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
#bo_sch select {
    float: left;
    height: 28px;
    border: 0;
    background: 0;
    color: #898989;
    font-size: 13px;
    margin-left: 12px;
}
#bo_sch .sch_input {
    float: left;
    width: 188px;
    height: 30px;
    border: 0;
    background: 0;
    color: #898989;
    font-size: 13px;
}
#bo_sch .sch_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 28px;
    border: 0;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 15px;
}
#bo_sch .sch_btn i {
    display: block;
    width: 44px;
    height: 30px;
    background: url(../img/search_gray_ic.png) no-repeat;
}

/* book_detail */
.book_detail_wrapper {
	padding: 120px 0 110px;
}
.book_product {
	display: flex;
	justify-content: space-between;
}
.book_product_img {
	width: 510px;
}
.book_product_info {
	width: 490px;
}
.book_sub_name {
	font-size: 16px;
	color: #512771;
}
.book_name {
	font-size: 30px;
	color: #464646;
	font-weight: 600;
}
.book_author_wrap {
	font-size: 16px;
	color: #464646;
	margin-top: 8px;
    margin-bottom: 45px;
}
.book_author {
}
.book_date {
}
.book_product_row {
    margin-bottom: 27px;
	font-size: 0;
}
.book_product_row:after {
	display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.book_row_name {
    display: inline-block;
	width: 100px;
	font-size: 16px;
	color: #363636;
}
.book_row_content {
    display: inline-block;
	font-size: 16px;
	color: #363636;
}
.book_fyi {
	color: #363636;
	background: url(../img/pdf_ic.png) 0px 5px no-repeat;
    padding-left: 20px;
}
.book_mp3 {
	color: #363636;
	background: url(../img/mp3_down_ic_red.png) 0px 5px no-repeat;
    padding-left: 32px;
}
.book_price {
	font-size: 24px;
	color: #898989;
	text-decoration: line-through;
}
.book_arrow {
	font-size: 24px;
	color: #898989;
}
.book_sale {
	font-size: 24px;
	color: #512771;
	font-weight: 600;
}
.book_percent {
	font-size: 24px;
	color: #363636;
}
.book_count_btn {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #898989;
	background: #acacac;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
    line-height: 26px;
	cursor: pointer;
	vertical-align: bottom;
}
.book_count_input {
	display: inline-block;
	width: 80px;
	height: 28px;
	border: 1px solid #959595;
	background: #fff;
	font-size: 18px;
	color: #363636;
	text-align: center;
	vertical-align: bottom;
    margin: 0 8px;
}
.book_buy_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.book_cart {
	display: block;
	width: 240px;
	height: 42px;
	border: 1px solid #252525;
	background: #363636;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	line-height: 40px;
}
.book_buy {
	display: block;
	width: 240px;
	height: 42px;
	border: 1px solid #252525;
	background: #fff;
	font-size: 18px;
	color: #363636;
	text-align: center;
	font-weight: 600;
	line-height: 40px;
}
.book_online {
	font-size: 16px;
	color: #512771;
	margin-bottom: 5px;
}
.book_inline_wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book_inline_wrapper a {
    margin-bottom: 5px;
}
.book_desc {
	margin-top: 105px;
}
.book_desc_box {
	margin-bottom: 35px;
}
.book_desc_title {
	font-size: 24px;
	color: #363636;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
}
.book_desc_text {
	font-family: 'Noto Sans KR', dotum, sans-serif;
    overflow: hidden;
    word-break: keep-all;
    white-space: pre-wrap;
    margin: 15px 0 10px;
    font-size: 14px;
    color: #464646;
    text-align: justify;
    line-height: 24px;
    max-height: 145px;

}
.book_desc_text_open {
    max-height: 100%;

}
.book_desc_more {
	font-size: 12px;
	color: #bd8cbf;
	text-align: right;
}
.book_desc_more_btn {
	cursor: pointer;
}
.book_desc_more_text {
    vertical-align: middle;
	padding-right: 6px;
}
.book_desc_more i {
	font-size: 10px;
    vertical-align: middle;
	transition: 0.5s;
}
.book_list a {
    font-size: 12px;
    color: #81bae7;
}
.book_list a i {
    font-size: 10px;
    padding-left: 8px;
}

/* qa */
.sub_qa {
    background: url(../img/customer_bg.jpg) center top no-repeat;
    background-size: cover;
}
.qa_wrapper {
	position: relative;
    padding: 110px 0;
}
.qa_form_wrap {
	margin: 50px 0 0;
    padding-top: 50px;
    border-top: 1px dashed #e1e1e1;
}
.qa_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.qa_box {
	width: 505px;
	margin-bottom: 20px;
}
.qa_name {
	display: block;
	font-size: 12px;
	color: #512771;
	margin-bottom: 6px;
}
.qa_name span {
	color: #898989;
}
.qa_select {
	width: 100%;
	font-size: 14px;
	color: #363636;
	border: 0;
	border-bottom: 2px solid #898989;
	padding-left: 10px;
}
.qa_input {
	width: 100%;
	font-size: 16px;
	color: #363636;
	border: 0;
	border-bottom: 2px solid #898989;
	padding: 0 10px;
}
.qa_checkbox_label {
	font-size: 14px;
	color: #464646;
	cursor: pointer;
    padding-right: 10px;
}
.qa_textarea_row {
	margin-bottom: 20px;
}
.qa_title_row {
	margin-top: 55px;
}
.qa_textarea {
	width: 100%;
	font-size: 16px;
	color: #363636;
	border: 0;
	border-bottom: 2px solid #898989;
	padding: 0 10px;
	height: 25px;
	transition: 0s;
}
.qa_btn_wrap {
	display: block;
	margin: 30px 0 0;
	text-align: center;
}
.qa_submit {
	display: inline-block;
    width: 212px;
    height: 42px;
    font-size: 18px;
    color: #fff568;
    background: #512771;
    border: 1px solid #3b1d53;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    border-radius: 30px;
}

/* login */
.sub_login {
    background: url(../img/join_bg.jpg) center top no-repeat;
    background-size: cover;
}
.login_wrapper {
	position: relative;
    padding: 110px 0;
}
.download_link {
    display: inline-block;
    border: 1px solid #bd8cbf;
    font-size: 12px;
    color: #bd8cbf;
    padding: 2px 18px;
    border-radius: 30px;
    margin-top: 15px;
}
.download_link i {
    font-size: 10px;
    padding-left: 4px;
}
.login_form_wrap {
	margin: 50px 0 0;
    padding-top: 50px;
    border-top: 1px dashed #e1e1e1;
}
.login_row {
	width: 505px;
	margin: 0 auto;
}
.login_name {
	display: block;
	font-size: 12px;
	color: #512771;
	margin-bottom: 6px;
}
.login_input {
	width: 100%;
	font-size: 14px;
	color: #363636;
	border: 0;
	border-bottom: 2px solid #898989;
	padding: 0 10px;
}
.login_btn_wrap {
	display: block;
	margin: 50px 0 0;
	text-align: center;
}
.login_submit {
	display: inline-block;
    width: 212px;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    background: #512771;
    border: 1px solid #3b1d53;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    border-radius: 30px;
}
.login_info {
	margin-top: 90px;
}
.login_info_text {
	font-size: 18px;
	color: #363636;
	margin-bottom: 40px;
}
.login_title {
	width: 505px;
    margin: 0 auto 25px;
	font-size: 18px;
	color: #512771;
}
.login_form_new_wrap {

}
.login_form_new_wrap .login_row {
	margin-bottom: 20px;
}
.login_find_wrap {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
.login_find_wrap a {
	display: inline-block;
	font-size: 14px;
	color: #828282;
	line-height: 14px;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #828282;
}
.login_find_wrap a:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.login_form_new_wrap .login_btn_wrap {
	margin: 0;
}
.login_wrapper .text span {
	font-size: 10px;
    color: #512771;
    vertical-align: bottom;
}

/* register */
#fregister_chkall {
	margin-bottom: 15px;
}
#fregister_term textarea, #fregister_private textarea {
	width: 100%;
	height: 140px !important;
	border: 1px solid #828282;
	padding: 8px;
	font-size: 14px;
    color: #464646;
	margin: 8px 0 15px;
}

/* join */
.sub_join {
    background: url(../img/join_bg.jpg) center top no-repeat;
    background-size: cover;
}
.join_wrapper {
	position: relative;
    padding: 110px 0;
}
.join_form_wrap {
	margin: 50px 0 0;
    padding-top: 50px;
    border-top: 1px dashed #e1e1e1;
}
.join_row {
	width: 505px;
	margin: 0 auto 20px;
}
.join_name {
	display: block;
	font-size: 12px;
	color: #512771;
	margin-bottom: 6px;
}
.join_input {
	width: 100%;
	font-size: 14px;
	color: #363636;
	border: 0;
	border-bottom: 2px solid #898989;
	padding: 0 10px;
}
.join_input::placeholder {
	color: #e59797;
}
.join_input:-ms-input-placeholder {
	color: #e59797;
}
.join_input::-ms-input-placeholder {
	color: #e59797;
}
.join_btn_wrap {
	display: block;
	margin: 50px 0 0;
	text-align: center;
}
.join_submit {
	display: inline-block;
    width: 212px;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    background: #512771;
    border: 1px solid #3b1d53;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    border-radius: 30px;
}
.join_info {
	margin-top: 90px;
}
.join_info_text {
	font-size: 18px;
	color: #363636;
	margin-bottom: 40px;
}

/* mypage */
.sub_mypage {
    background: url(../img/mypage_bg.jpg) center top no-repeat;
    background-size: cover;
}
.mypage_wrapper {
	position: relative;
    padding: 110px 0;
}
.mypage_line {
	margin-bottom: 60px;
	padding-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
}
.mypage_btn_wrap {
	margin: 0 -25px 0;
	font-size: 0;
}
.mypage_btn {
	position: relative;
    display: inline-block;
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    vertical-align: top;
	text-align: center;
}
.mypage_link {
	display: block;
}
.mypage_ic {
	
}
.mypage_name {
	font-size: 18px;
	color: #464646;
	border-bottom: 2px solid #363636;
	font-weight: 500;
    padding: 2px 0 4px;
}
.mypage_count {
	font-size: 60px;
	color: #464646;
	font-weight: 600;
	margin-top: 20px;
}
.mypage_logout_wrap {
	margin-top: 70px;
}
.mypage_drop {
	display: inline-block;
	font-size: 12px;
    color: #363636;
    padding: 2px 0;
    margin-top: 15px;
	margin-left: 35px;
}
.mypage_id {
	font-size: 24px;
	color: #252525;
	text-align: left;
}
.mypage_id span {
	vertical-align: middle;
}
.mypage_name_ic {
	padding-left: 15px;
}
.mypage_mail {
	font-size: 14px;
	color: #252525;
	text-align: left;
}
.mypage_shop_name {
	font-size: 14px;
	color: #464646;
	padding-top: 10px;
}
.mypage_shop_count {
	font-size: 24px;
	color: #464646;
}
.mypage_shop_btn_wrap {
	display: flex;
	margin: 0 -25px;
}
.mypage_shop_btn {
	width: 25%;
	padding: 0 25px;
    text-align: center;
}

/* cart */
.sub_cart {
    background: url(../img/mypage_bg.jpg) center top no-repeat;
    background-size: cover;
}
.cart_wrapper {
	position: relative;
    padding: 110px 0;
}
.cart_num {
	color: #ef3e56;
}
.cart_form_wrap {
	margin: 50px 0 0;
    padding-top: 30px;
    border-top: 1px dashed #e1e1e1;
}
.cart_header {
	display: flex;
    font-size: 14px;
    color: #555555;
    text-align: center;
    padding: 20px 0;
}
.cart_check {
    width: 60px;
    flex-shrink: 0;
	margin-top: 10px;
}
.cart_del {
    width: 90px;
    flex-shrink: 0;
	margin-top: 10px;
}
.cart_book {
    flex-grow: 1;
	margin-top: 10px;
}
.cart_sale {
	width: 140px;
    flex-shrink: 0;
	margin-top: 10px;
}
.cart_count {
	width: 140px;
    flex-shrink: 0;
	margin-top: 10px;
}
.cart_price {
	width: 140px;
    flex-shrink: 0;
	margin-top: 10px;
}
.cart_row {
	position: relative;
	display: flex;
    font-size: 14px;
    color: #555555;
    text-align: center;
	margin-bottom: 20px;
}
.cart_del_ic {
}
.cart_img {
	width: 42px;	
    flex-shrink: 0;
}
.cart_img img {
	width: 100%;
	height: auto;
}
.cart_title {
	text-align: left;
	margin-left: 12px;
	margin-top: 10px;
	flex-grow: 1;
}
.cart_title_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart_title_text {	
	color: #555555;
}
.cart_sale_text {
}
.cart_count_text {
}
.cart_price_text {
}
.cart_price_text span {
	font-weight: 600;
}
.cart_total_wrap {
	padding-top: 30px;
	border-top: 2px solid #898989;
}
.cart_total {
	font-size: 14px;
	color: #363636;
	text-align: center;
}
.cart_dot {
	margin: 0 18px;
}
.cart_total_price {
	font-size: 24px;
	color: #512771;
	font-weight: 600;
	margin-left: 25px;
}
.cart_btn_wrap {
	display: block;
	margin: 30px 0 0;
	text-align: center;
}
.cart_submit {
	display: inline-block;
    width: 240px;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    background: #512771;
    border: 1px solid #3b1d53;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    border-radius: 30px;
}
.cp_btn, .cp_cancel {
	display: inline-block;
	width: 64px;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: #512771;
	border-radius: 20px;
	border: 0;
	padding: 0;
	margin-left: 4px;
}
.coupon_wrap {
	position: relative;
}
.od_coupon {
	position: relative;
	margin-top: 8px;
}
.od_coupon h3 {
	font-size: 14px;
	color: #464646;
	font-weight: 600;
}
.od_coupon .btn_confirm {
	position: absolute;
	right: 0;
	top: 0;
}
.od_coupon .btn_close {
	background: 0;
    padding: 0;
    border: 0;
}
.od_coupon .tbl_head02 {
	margin: 5px 0 0;
	border-top: 1px solid #512771;
}
.tbl_head02 td {
	border: 0;
	font-size: 12px;
	color: #464646;
}
.tbl_head02 td.td_mngsmall {
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}
.cp_apply {
	display: inline-block;
	width: 40px;
	height: 18px;
	font-size: 12px;
	color: #512771;
	text-align: center;
	border: 1px solid #512771;
	background: 0;
	padding: 0;
	line-height: 10px;
}

/* order */
.sub_order {
    background: url(../img/mypage_bg.jpg) center top no-repeat;
    background-size: cover;
}
.order_wrapper {
	position: relative;
    padding: 110px 0;
}
.order_img {
	margin-left: 55px;
}
.order_form_wrap {
    padding-top: 30px;
}
.order_title_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px 0 40px;
}
.order_title {
}
.order_title_text {
	font-size: 24px;
	color: #464646;
	font-weight: 600;
}
.order_title_checkbox {
}
.order_checkbox_label {
    font-size: 14px;
    color: #464646;
    cursor: pointer;
    padding-right: 10px;
}
.order_checkbox {
}
.order_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.order_box {
	width: 505px;
	margin-bottom: 20px;
}
.order_name {
	display: block;
	font-size: 12px;
	color: #512771;
	margin-bottom: 6px;
}
.order_name span {
	color: #898989;
}
.order_input {
	width: 100%;
	font-size: 16px;
	color: #363636;
	border: 0;
	border-bottom: 2px solid #898989;
	padding: 0 10px;
	min-height: 26px;
}
.order_textarea_row {
	margin-bottom: 20px;
}
.order_textarea {
	width: 100%;
	font-size: 16px;
	color: #363636;
	border: 0;
	border-bottom: 2px solid #898989;
	padding: 0 10px;
	height: 25px;
	transition: 0s;
}
.order_bank_title_row {
	margin: 40px 0;
}
.order_bank_row {
	margin-bottom: 20px;
}
.order_bank_text {
	font-size: 16px;
	color: #464646;
}
.order_bank_title {
	font-weight: 600;
	padding-right: 20px;
}
.order_bank_bar {
	padding: 0 20px;
	vertical-align: middle;
}
.order_bank_copy {
    font-size: 14px;
    color: #ffffff;
    background: #363636;
    text-align: center;
    border-radius: 20px;
	padding: 2px 12px;
	margin-left: 12px;
	cursor: pointer;
}
.order_total_wrap {
}
.order_total {
	font-size: 14px;
    color: #363636;
}
.order_total_price {
    font-size: 24px;
    color: #512771;
    font-weight: 600;
	margin-left: 25px;
}
.lb_icon {
	display: inline-block;
	font-size: 16px;
	color: #464646;
	font-weight: 600;
	vertical-align: middle;
}
.lb_icon span {
	display: inline-block;
	width: 90px;
}
.order_bank_block {
	vertical-align: middle;
}
.kakaopay_icon:after {
	content: "";
	display: inline-block;
	width: 122px;
	height: 44px;
	background: url(../img/kakaopay.png) no-repeat;
	vertical-align: middle;
}
.card_icon:after {
	content: "";
	display: inline-block;
	width: 122px;
	height: 44px;
	background: url(../img/credit.png) no-repeat;
	vertical-align: middle;
}
#od_pay_sl h3 {
	font-size: 18px;
	color: #464646;
	margin-bottom: 15px;
}
#display_pay_button {
	text-align: center;
	margin-top: 50px;
}
.pay_btn {
	display: inline-block;
	width: 240px;
	height: 42px;
	font-size: 20px;
	color: #ffffff;
	line-height: 42px;
	border-radius: 30px;
	border: 0;
	padding: 0;
	background: #512771;
	cursor: pointer;
}

/* order_list */
.sub_order_list {
    background: url(../img/mypage_bg2.jpg) center top no-repeat;
    background-size: cover;
}
.order_list_wrapper {
	position: relative;
    padding: 110px 0;
}
.order_list_form_wrap {
	margin: 50px 0 0;
    padding-top: 50px;
    border-top: 1px dashed #e1e1e1;
}
.order_list_row {
    border-bottom: 2px solid #898989;
	margin-bottom: 45px;
}
.order_list_total_wrap {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}
.order_list_date {
	font-size: 14px;
	color: #363636;
	margin-right: 30px;
}
.order_list_total_price {
	font-size: 14px;
	color: #363636;
}
.order_list_total_price span {
	color: #512771;
}

/* class_list */
.sub_class_list {
	background: url(../img/class_list_bg.jpg) center top no-repeat;
    background-size: cover;
}
.class_list_wrapper {
	padding: 120px 0 110px;
}
.class_list_list {
	margin-top: 50px;
}
.class_list_list ul {
	
}
.class_list_list ul li {
	display: flex;
	min-height: 208px;
	border: 1px solid #d7d7d7;
	margin-bottom: 20px;
}
.class_list_left_wrap {
	display: block;
	flex-grow: 1;
	padding: 10px;
}
.class_list_right_wrap {
	width: 220px;
	min-height: 208px;
	flex-shrink: 0;
	padding: 25px 20px 0;
	border-left: 1px solid #d7d7d7;
}
.class_list_img {
	float: left;
	width: 128px;
}
.class_list_info {
	display: flex;
    padding-left: 20px;
    flex-direction: column;
}
.class_list_name {
	font-size: 20px;
	color: #252525;
	padding-top: 6px;
	font-weight: 600;
}
.class_list_name a {
	font-size: 20px;
	color: #252525;
	padding-top: 6px;
	font-weight: 600;
}
.class_list_desc {
	font-size: 14px;
	color: #252525;
	padding-top: 6px;
	min-height: 54px;
}
.class_list_teacher {
	font-size: 14px;
	color: #252525;
}
.class_list_lesson {
	font-size: 14px;
	color: #252525;
	padding-top: 3px;
}
.class_list_info2 {
	display: flex;
    padding-left: 20px;
    align-items: center;
}
.class_list_info2 img {

}
.class_list_info_wrap {
	margin-left: 15px;
}
.class_list_period {
    font-size: 13px;
    color: #252525;
	padding-top: 2px;
}
.class_list_price_wrap {
	display: flex;
}
.class_list_price_name {
	position: relative;
	flex-grow: 1;
	font-size: 14px;
	color: #252525;
	padding-left: 20px;
}
.class_list_price_name::before {
	content: "";
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
	width: 12px;
	height: 12px;
	background: url(../img/check_on.jpg) no-repeat;
	background-size: 12px;
}
.class_list_price {
	flex-shrink: 0;
	font-size: 14px;
	color: #252525;
}
.class_list_buy_text {
	position: relative;
	font-size: 14px;
	color: #512771;
	padding-left: 20px;
	margin-top: 10px;
}
.class_list_buy_text a {
	color: #512771;
}
.class_list_buy_text:after {
	content: "";
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    right: 0;
	width: 7px;
	height: 12px;
	background: url(../img/it_book.png) no-repeat;
	background-size: 7px 12px;
}
.class_list_total_price_wrap {
	display: flex;
	margin-top: 18px;
}
.class_list_total_price_name {
	position: relative;
	flex-grow: 1;
	font-size: 14px;
	color: #252525;
	margin-top: 3px;
}
.class_list_total_price {
	flex-shrink: 0;
	font-size: 16px;
	color: #ef3e56;
}
.class_list_total_discount {
	display: inline-block;
	font-size: 11px;
	color: #000000;
	background: #ffc642;
	vertical-align: middle;
	line-height: 11px;
    padding: 2px 6px;
    margin-top: 1px;
    margin-right: 6px;
}
.class_list_total_price span {
	vertical-align: middle;
}
.class_list_btn_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}
.class_list_buy {
	display: inline-block;
	width: 140px;
	height: 36px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	background: #512771;
	border-radius: 5px;
}
.class_list_cart {
	
}

/* class_item */
.class_item_wrapper {
	padding: 120px 0 110px;
}
.class_item_info_wrap {
	display: flex;
    justify-content: space-between;
}
.class_item_sample_wrap {
	width: 510px;
	padding-top: 32px;
}
.class_item_video {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	background: #181818;
}
.class_item_video iframe {
    position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.class_item_sample {
	width: 100%;
	height: 42px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 42px;
	background: #512771;
}
.class_item_info {
	width: 490px;
}
.class_item_sub_name {
	font-size: 16px;
    color: #512771;
}
.class_item_name {
	font-size: 30px;
    color: #464646;
    font-weight: 600;
}
.class_item_summary {
	font-size: 16px;
    color: #464646;
    margin-top: 8px;
    margin-bottom: 8px;
	min-height: 54px;
}
.class_item_row {
    margin-bottom: 8px;
    font-size: 0;
}
.class_item_row_name {
	display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #363636;
}
.class_item_row_content {
	display: inline-block;
    font-size: 16px;
    color: #363636;
}
.class_item_price {
    font-size: 24px;
    color: #898989;
    text-decoration: line-through;
}
.class_item_arrow {
	font-size: 24px;
    color: #898989;
}
.class_item_sale {
	font-size: 24px;
    color: #512771;
    font-weight: 600;
}
.class_item_percent {
	font-size: 24px;
    color: #363636;
}
.class_item_buy_wrap {
    display: flex;
    justify-content: space-between;
	margin-top: 16px;
}
.class_item_cart {
	display: block;
    width: 240px;
    height: 42px;
    border: 1px solid #252525;
    background: #fff;
    font-size: 18px;
    color: #363636;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}
.class_item_buy {
	display: block;
    width: 240px;
    height: 42px;
    border: 1px solid #252525;
    background: #363636;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}
.class_item_desc {
    margin-top: 105px;
}
.class_item_desc_box {
	margin-bottom: 35px;
}
.class_item_desc_title {
	font-size: 24px;
    color: #363636;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
}
.class_item_desc_text {
	font-family: 'Noto Sans KR', dotum, sans-serif;
    overflow: hidden;
    word-break: keep-all;
    white-space: pre-wrap;
    margin: 15px 0 10px;
    font-size: 14px;
    color: #464646;
    text-align: justify;
    line-height: 24px;
    max-height: 145px;
}
.class_item_desc_more {
	font-size: 12px;
    color: #bd8cbf;
    text-align: right;
}
.class_item_desc_more_btn {
	cursor: pointer;
}
.class_item_desc_more_text {
	vertical-align: middle;
    padding-right: 6px;
}
.class_item_desc_more_text_open {
	max-height: 100%;
}
.class_item_desc_book {
	margin-top: 20px;
}
.class_item_desc_book ul {
	font-size: 0;
}
.class_item_desc_book ul li {
	display: inline-block;
	width: 180px;
	margin-right: 20px;
}
.class_item_desc_book ul li:last-child {
	margin-right: 0;
}
.class_item_desc_book_img {
	display: block;
	width: 100%;
}
.class_item_desc_book_text {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	background: #252525;
	margin-top: 10px;
}
.class_item_list {
	margin: 50px 0 0;
}
.class_item_list a {
	font-size: 12px;
    color: #81bae7;
}
.class_item_list a i {
    font-size: 10px;
    padding-left: 8px;
}
.class_item_photo_wrap {
	font-size: 0;
	margin-top: 10px;
}
.class_item_photo_wrap img {
	display: inline-block;
	margin-right: 15px;
	vertical-align: bottom;
}
.class_item_photo_wrap span {
	display: inline-block;
	font-size: 16px;
	color: #464646;
	vertical-align: bottom;
}

/* class_view */
.sub_class_view {
	background: url(../img/class_view_bg.jpg) center top no-repeat;
    background-size: cover;
}
.class_view_wrapper {
	padding: 95px 0 110px;
}
.class_view_info_wrap {
	display: flex;
	border-bottom: 1px dashed #e4e4e4;
	margin-bottom: 50px;
}
.class_view_info {
	flex-grow: 1;
}
.class_view_cate {
	font-size: 14px;
	color: #512771;
	margin-top: 20px;
}
.class_view_title {
	font-size: 30px;
	color: #464646;
	font-weight: 600;
}
.class_view_summary {
	font-size: 14px;
	color: #252525;
	margin-top: 25px;
}
.class_view_img {
	flex-shrink: 0;
}
.class_view_video {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	background: #000;
}
.class_view_video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#class_view_player {
	margin-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #e1e1e1;
}
#class_view_player .btn_group {
    display: flex;
    justify-content: space-between;
}
#class_view_player .btn_group #startTime, #class_view_player .btn_group #endTime {
    width: 330px;
    height: 50px;
    border: 2px solid #959595;
    background: #fff;
    border-radius: 50px;
}
#class_view_player .btn_group #startTime .view-startTime, #class_view_player .btn_group #endTime .view-endTime {
    font-size: 24px;
    color: #464646;
    font-weight: 600;
    vertical-align: middle;
}
#class_view_player .btn_group #startTime .time_text, #class_view_player .btn_group #endTime .time_text {
    font-size: 16px;
    color: #464646;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 8px;
    vertical-align: middle;
}
#class_view_player .btn_group #startTime i, #class_view_player .btn_group #endTime i {
    font-size: 14px;
    color: #464646;
    vertical-align: text-bottom;
}
#class_view_player .btn_group #timeRepeat {
    width: 330px;
    height: 50px;
    border: 2px solid #898989;
    background: #959595;
    border-radius: 50px;
}
#class_view_player .btn_group #timeRepeat.repeat_active {
    border: 2px solid #371b4d;
    background: #512771;
}
#class_view_player .btn_group #timeRepeat .time_text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-left: 65px;
    padding-right: 8px;
    vertical-align: middle;
}
#class_view_player .btn_group #timeRepeat i {
    font-size: 14px;
    color: #fff;
    vertical-align: text-bottom;
}
.class_view_table {
	margin: 0;
    padding-top: 5px;
	padding-bottom: 20px;
}
.class_view_table table {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.class_view_table td {
	text-align: center;
}
.class_view_table .th_number {
	width: 105px;
}
.class_view_table .th_around {
	
}
.class_view_table .th_time {
	width: 400px;
}
.class_view_table .th_status {
	width: 125px;
}
.class_view_list {
	margin: 50px 0 0;
}
.class_view_list a {
	font-size: 12px;
    color: #81bae7;
}
.class_view_list a i {
    font-size: 10px;
    padding-left: 8px;
}
.class_view_chapter {
	position: relative;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #fdff5c;
	padding: 0 25px;
	background: #512771;
	border-radius: 30px;
	cursor: pointer;
	margin-bottom: 20px;
}
.class_view_chapter:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 12px;
	background: url(../img/class_view_down.png) no-repeat;
	transition: 0.5s;
}
.class_view_chapter_active:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.5s;
}
.class_view_date_wrap {
	text-align: center;
	margin-bottom: 40px;
}
.class_view_date_title {
	font-size: 12px;
    color: #464646;
    font-weight: 600;
    margin-bottom: 8px;
}
.class_view_date_time {
	display: inline-block;
    font-size: 16px;
    color: #464646;
    border-bottom: 1px solid #f24149;
    padding: 0 10px;
}

/* 비밀번호 찾기 */
.captcha_row {
	margin-top: 40px;
	text-align: center;
}

/* order_view */
.order_view_wrapper {
	position: relative;
    padding: 110px 0;
}
.order_number {
	color: #512771;
}
.order_view_wrapper .cart_sale {
	width: 120px;
}
.order_view_wrapper .cart_count {
	width: 120px;
}
.order_view_wrapper .cart_price {
	width: 120px;
}
.order_view_state {
	width: 80px;
	flex-shrink: 0;
}
.order_view_state_text {
	color: #512771;
}
.order_view_state_desc {
	font-size: 14px;
	color: #363636;
	margin-bottom: 18px;
}
.order_view_state_desc span {
	padding-right: 30px;
}
.order_view_title_row {
	margin: 40px 0;
}
.order_view_pay_row {
	display: flex;
    margin-bottom: 20px;
}
.order_view_pay_name {
	width: 80px;
	flex-shrink: 0;
}
.order_view_pay_text {
	
}
.order_view_total_wrap {
	margin-top: 50px;
}
.order_view_cancel {
	display: flex;
}
.order_view_cancel_input {
	width: 506px;
	height: 42px;
	border: 2px solid #a0a0a0;
	font-size: 14px;
	color: #464646;
	padding: 0 16px;
}
.order_view_cancel_btn {
	width: 138px;
	height: 42px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	border: 1px solid #828282;
	background: #828282;
	border-radius: 42px;
	margin-left: 18px;
}
.tax_title {
	font-size: 18px;
    padding: 10px 20px;
    background: #512771;
    color: #fff;
}
.tax_sub {
	font-size: 14px;
	margin: 30px 20px 10px;
}
.new_win .tbl_tax {
	margin: 0 30px;
}
.new_win .tbl_tax th {
	text-align: left;
	border-bottom: 0;
}
.new_win .tbl_tax td {
	text-align: left;
}
.tax_btn_wrap {
	margin: 40px 0;
	text-align: center;
	font-size: 0;
}
.tax_btn_wrap .tax_ok {
	display: inline-block;
	width: 200px;
	height: 34px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	background: #4d2158;
	margin-right: 10px;
	border: 0;
}
.tax_btn_wrap .tax_close {
	display: inline-block;
	width: 200px;
	height: 34px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	background: #828282;
	border: 0;
}

/* couponzone */
.sub_coupon {
	background: url(../img/coupon_bg.jpg) center top no-repeat;
    background-size: cover;
}
.coupon_wrapper {
	padding: 95px 0 110px;
}
.couponzone_list {
	margin-top: 28px;
	padding-top: 40px;
	border-top: 1px dashed #e1e1e1;
	text-align: center;
}
.coupon_text1 {
	font-size: 18px;
	color: #464646;
	padding: 15px 0 10px;
}
.coupon_text2 {
	font-size: 32px;
	color: #5b80a5;
	font-weight: 600;
	padding-bottom: 35px;
}
.coupon_text3 {
	font-size: 18px;
	color: #000000;
}
.coupon_text3 .span_p {
	color: #512771;
}
.coupon_text3 .span_r {
	color: #ff3434;
}
.coupon_text4 {
	display: inline-block;
	font-size: 34px;
	color: #ffffff;
	font-weight: 600;
	background: #512771;
	margin: 20px 0 10px;
	padding: 4px 35px 6px;
}
.coupon_text5 {
	font-size: 14px;
	color: #000000;
	margin: 25px 0 40px;
}
.coupon_btn {
	font-size: 0;
	margin-top: 35px;
}
.downloadcoupon {
	border: 0px;
	outline: 0px;
	background-color:transparent;

}
.coupon_download {
	display: inline-block;
	width: 240px;
	height: 42px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	border: 2px solid #512771;
	background: #512771;
	border-radius: 42px;
	vertical-align: middle;
}
.coupon_link {
	display: inline-block;
	width: 240px;
	height: 42px;
	font-size: 18px;
	color: #512771;
	text-align: center;
	line-height: 38px;
	border: 2px solid #512771;
	background: #ffffff;
	border-radius: 42px;
	vertical-align: middle;
	margin-left: 12px;
}

/* privacy */
.sub_top_terms {
	font-size: 24px;
}
.privacy_content {
	padding-bottom: 40px;
}
.privacy_content pre {
	font-family: 'Noto Sans KR', dotum, sans-serif;
    overflow-x: hidden;
    white-space: pre-line;
    word-break: keep-all;
}

@media screen and (max-width: 1200px) {

	/* 레이아웃 크기 지정 */
	#hd, #wrapper, #ft{min-width:740px}

	#hd_pop,
	#hd_wrapper,
	#tnb,
	#gnb .gnb_wrap,
	#container_wr,
	#ft_wr,
	#sticky_gnb .sticky_gnb_wrap,
	.container {
		width: 740px;
	}

	/* 상단 레이아웃 */
	#logo {
		margin-top: 4px;
	}
	#logo img {
		width: 140px;
	}
	#hd_sch {
		width: 242px;
		
	}
	#hd_sch #sch_stx {
		width: 178px;
	}
	#hd_qnb {
		margin: 10px 0 0 20px;
	}

	/* 메인메뉴 */
	#gnb .gnb_1dli {
		line-height: 42px;
		font-size: 12px;
	}
	#gnb .gnb_1dli > a {
		font-size: 12px;
	}
	#gnb .gnb_1dli .sub_menu li i {
		top: 8px;
		right: 10px;
		font-size: 10px;
	}
	#gnb .gnb_1dli .sub_menu li a {
		font-size: 12px;
		line-height: 24px;
		padding-left: 10px;
	}

	/* 고정 헤더 */
	#sticky_gnb .sticky_gnb_1dli {
		line-height: 42px;
		font-size: 12px;
	}
	#sticky_gnb .sticky_gnb_1dli > a {
		font-size: 12px;
	}
	#sticky_gnb .sticky_gnb_1dli .sticky_sub_menu li i {
		top: 8px;
		right: 10px;
		font-size: 10px;
	}
	#sticky_gnb .sticky_gnb_1dli .sticky_sub_menu li a {
		font-size: 12px;
		line-height: 24px;
		padding-left: 10px;
	}

	/* 하단 레이아웃 */
	#ft_bg {
		min-height: auto;
	    background: #181818;
	}
	#ft_wr {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ft_info {
		margin-left: 0;
	}

	/* quick */
	.quick {
		margin: 0 -440px 0 0;
	}

	/* index */
	.main_box {
		margin-top: 30px;
	}
	.main_left {
		float: none;
		width: 100%;
	}
	.main_right {
		float: none;
		width: 100%;
		padding: 0 50px 0 50px;
	}
	.main_banner {
		width: 100%;
		height: auto;
	}
	.main_banner img {
		width: 100%;
	}
	.main_link {
		padding: 40px 0 40px;
	}
	.main_in_banner {
		margin-top: 40px;
	}
	.main_in_box {
		margin-top: 30px;
	}
	.main_in_box li {
		width: 240px;
		margin-right: 10px;
	}
	.main_in_box li:last-child {
		margin-right: 0;
	}
	.main_in_box li .main_in_top {
		font-size: 20px;
		line-height: 26px;
	}
	.main_in_box li .main_in_top_on {
		font-size: 26px;
	}
	.main_in_info {
		min-height: 82px;
		padding: 10px;
	}
	.main_in_text_wrap {
		width: 160px;
		margin-top: 2px;
	}
	.main_in_title {
		font-size: 12px;
	}
	.main_in_desc {
		font-size: 14px;
		color: #ffffff;
	}
	.main_in_cart {
		width: 40px;
		margin-top: 10px;
	}

	/* sub */
	.mobile_none {
		display: none;
	}
	.container_s {
		width: 740px;
	}

	/* about */
	.about_flex2 {
		display: block;
	}
	.about_flex_box {
		width: 100%;
	}

	/* 기본테이블 */
	.tbl_head01 .th_num {
		width: 60px;
	}
	.tbl_head01 .th_subject {
	}
	.tbl_head01 .th_count {
		width: 80px;
	}
	.tbl_head01 .th_file {
		width: 80px;
	}
	.tbl_head01 .th_date {
		width: 120px;
	}

	/* book_list */
	#book_cate li {
		width: 105px;
		height: 36px;
	}

	/* book_detail */
	.book_product {
		display: block;
	}
	.book_product_info {
		margin-top: 50px;
	}
	
	/* qa */
	.qa_box {
	    width: 355px;
	}

	/* mypage */
	.mypage_id {
		font-size: 18px;
	}
	.mypage_mail {
		font-size: 12px;
	}

	/* cart */
	.cart_del {
		width: 80px;
		flex-shrink: 0;
	}
	.cart_book {
		flex-grow: 1;
	}
	.cart_sale {
		width: 100px;
		flex-shrink: 0;
	}
	.cart_count {
		width: 60px;
		flex-shrink: 0;
	}
	.cart_price {
		width: 100px;
		flex-shrink: 0;
	}

	/* order */
	.order_img {
		margin-left: 20px;
	}
	.order_box {
	    width: 355px;
	}

	/* class_item */
	.class_item_info_wrap {
		display: block;
	}
	.class_item_info {
		margin-top: 50px;
	}

	/* class_view */
	#class_view_player .btn_group #startTime, #class_view_player .btn_group #endTime {
		width: 230px;
	}
	#class_view_player .btn_group #startTime .view-startTime, #class_view_player .btn_group #endTime .view-endTime {
		font-size: 20px;
	}
	#class_view_player .btn_group #startTime .time_text, #class_view_player .btn_group #endTime .time_text {
		font-size: 14px;
		padding-left: 10px;
	}
	#class_view_player .btn_group #startTime i, #class_view_player .btn_group #endTime i {
		font-size: 12px;
	}
	#class_view_player .btn_group #timeRepeat {
		width: 230px;
	}
	#class_view_player .btn_group #timeRepeat .time_text {
		font-size: 14px;
		padding-left: 10px;
	}
	#class_view_player .btn_group #timeRepeat i {
		font-size: 12px;
	}
	.class_view_table .th_time {
		width: 260px;
	}

}

@media screen and (max-width: 768px) {

	/* 레이아웃 크기 지정 */
	#hd, #wrapper, #ft{min-width:auto}

	#hd_pop,
	#hd_wrapper,
	#tnb,
	#gnb .gnb_wrap,
	#container_wr,
	#ft_wr,
	#sticky_gnb .sticky_gnb_wrap,
	.container {
		width: 100%;
	}
	#wrapper {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	img {
		height: auto;
	}

	/* 모바일 메뉴 */
	

	/* 모바일 상단 */
	#m_hd {
		position: fixed;
		display: block;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 0;
		background: #512771;
		z-index: 50;
	}
	.m_menu_btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.m_search_btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.m_logo {
		width: 126px;
		height: 50px;
	}
	.m_search {
	    position: fixed;
		width: 100%;
		padding: 70px 10px 20px;
		margin: 0;
		background: #fff;
		z-index: 49;
	}
	.m_search:before {
	    content: '';
		display: block;
		background-color: rgba(0,0,0,0);
		transition: background-color 0.5s ease-in-out;
	}
	.m_search_open:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 99;
	}

	/* 상단 레이아웃 */
	#hd {
		display: none;
	}
	#hd_sch {
		width: 100%;
	}
	#hd_sch #sch_stx {
		width: calc(100% - 44px);
	}

	/* 고정 헤더 */
	#sticky_hd {
		display: none;
	}

	/* 모바일 하단 */
	#m_ft {
		position: fixed;
	    width: 100%;
		left: 0;
		bottom: 0;
		display: block;
		background: #f9f6f1;
		border-top: 1px solid #d7d7d7;
		z-index: 10;
	}
	#m_ft ul {
	}
	#m_ft ul:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: "";
	}
	#m_ft ul li {
		width: 20%;
		float: left;
		text-align: center;
	}
	#m_ft ul li a {
		position: relative;
	}
	#m_ft ul li a img {
		width: 72px;
		height: 59px;
	}
	.ft_link_on {
		position: absolute;
		left: 0;
		opacity: 0;
		transition: 0.5s;
	}
	.ft_link_on:hover, .ft_link_on:active {
		opacity: 1;
	}
	.m_ft:before {
	    content: '';
		display: block;
		background-color: rgba(0,0,0,0);
		transition: background-color 0.5s ease-in-out;
	}
	.m_ft_open:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 99;
	}
	#m_ft.m_ft_open {
		border-top: 0;
	}

	/* 하단 레이아웃 */
	#ft {
		display: none;
	}
	#top_btn {
		display: none;
	}

	/* quick */
	.quick {
		display: none;
	}

	/* slider */
	#sliders {
		width: 100%;
		height: 230px;
	}

	/* index */
	.main_box {
		margin-top: 0;
	}
	.main_left {
		float: none;
		width: 100%;

	}
	.main_right {
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	.main_banner {
		height: auto;
	}
	.main_book_wrap {
		padding: 0 15px;
		margin-top: 15px;
	}
	.main_book_tap {
		border-bottom: 1px solid #512771;
	    padding-bottom: 4px;
	}
	.main_book_tap_title {
		display: none;
	}
	.main_book_tap_slider {
	    width: calc(100% - 50px);
		margin-top: 2px;
		height: 12px;
	}
	.main_book_tap_name {
		font-size: 12px;
		padding: 0 12px;
		line-height: 12px;
	}
	.main_book_tap_arrow {
		font-size: 12px;
		margin-top: 0;
	}
	.main_book_tap_arrow i {
		padding: 0 3px;
	}
	.main_book_slider {
		width: 100%;
		margin-top: 14px;
		height: 130px;
	    overflow-y: hidden;
	}
	.main_book_slide {
		width: 92px;
		margin-right: 6px;
	}
	.main_book_slide img {
		width: 100%;
	}
	.main_book_slide p {
		display: none;
	}
	.main_notice_top {
		height: auto;
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 5px;
	}
	.main_notice_date {
		font-size: 10px;
		padding-top: 30px;
	}

	.main_notice_date span {
		font-size: 36px;
	}
	.main_notice_title {
		font-size: 12px;
		margin-top: 0;
	}
	.main_notice_more {
		font-size: 10px;
		margin-top: 15px;
		margin-right: 0;
	}
	.main_notice_more a {
		font-size: 10px;
	}
	.main_notice_more i {
		font-size: 10px;
	}
	.main_notice_table {
		padding: 15px 0 0;
	}
	.main_notice_table table td {
		font-size: 12px;
		padding: 5px 0;
	}
	.main_notice_table table td.td_square {
		width: 14px;
	}
	.main_notice_table table td.td_subject a {
		font-size: 12px;
	}
	.main_notice_table table td.td_date {
		width: 70px;
	}
	.main_link {
		display: none;
	}
	.m_main_link {
		position: relative;
		display: block;
		padding: 40px 15px 10px;
	}
	.m_main_link ul {
	}
	.m_main_link ul:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: "";
	}
	.m_main_link ul li {
		width: 50%;
		float: left;
		text-align: center;
	}
	.m_main_link ul li a {
		position: relative;
	}
	.m_main_link ul li img {
		width: 80px;
		height: 65px;
	}
	.m_main_link_on {
		position: absolute;
		left: 0;
		opacity: 0;
		transition: 0.5s;
	}
	.m_main_link_on:hover, .m_main_link_on:active {
		opacity: 1;
	}
	.m_main_link_bar {
		position: absolute;
		width: 1px;
		height: 60px;
		top: 42px;
		left: 50%;
	}
	.main_in_banner {
		margin-top: 0;
	}
	.main_in_box li {
		float: left;
		width: calc(33.33334% - 5px);
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 5px;
	}
	.main_in_box li:first-child {
		margin-left: 5px;
	}
	.main_in_box li img {
		width: 100%;
	}
	.main_in_info {
		min-height: 60px;
	}
	.main_in_text_wrap {
		width: calc(100% - 50px);
		margin-top: 0;
	}
	.main_in_cart {
		margin-top: 0;
	}
	.main_in_box li .main_in_top {
		font-size: 18px;
	}
	.main_in_box li .main_in_top_on {
		font-size: 26px;
	}
	.main_in_desc {
		font-size: 10px;
	}

	/* sub */
	.section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.container_s {
		width: 100%;
	}
	.sub_top {
		height: 120px;
	}
	.bo_title {
		padding: 0 0 10px;
	}
	.text {
		line-height: 20px;
	}

	/* about */
	.about_section1 {
		margin-top: 40px;
	}
	.about_section2 {
		margin-top: 45px;
		padding: 40px 0 45px;
	}
	.about_section3 {
		margin-top: 45px;
		margin-bottom: 25px;
	}
	.about_section4 {
		height: auto;
		min-height: 180px;
	}
	.about_section5 {
		margin-top: 45px;
		margin-bottom: 25px;
	}
	.about_section6 {
		height: 240px;
	}
	.about_flex4 {
		min-height: 180px;
	}
	.about_flex_box {

	}
	.about_text1 {
		font-size: 24px;
		line-height: 30px;
	}
	.about_text2 {
		font-size: 15px;
		margin: 15px 0;
		line-height: 20px;
	}
	.about_text3 {
		font-size: 18px;
		line-height: 26px;
		margin: 20px 0;
	}
	.about_global {
		font-size: 12px;
	}
	.about_text4 {
		margin-bottom: 20px;
	}
	.about_text5 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.about_text6 {
		font-size: 24px;
		margin-bottom: 22px;
		line-height: 24px;
	}
	.about_text7 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.about_number {
		font-size: 14px;
	}
	.about_number span {
		padding: 0 12px;
	}
	.about_tel {
		font-size: 14px;
		background: url(../img/about_chap_4_tel.png) left 3px no-repeat;
	}
	.about_fax {
		font-size: 14px;
		background: url(../img/about_chap_4_fax.png) left 3px no-repeat;
	}
	.about_mentors {
		width: 145px;
	}

	/* 기본테이블 */
	.tbl_head01 {
		margin: 20px 0 10px;
	}
	.tbl_head01 thead th {
		padding: 10px 0;
	}
	.tbl_head01 td {
		padding: 9px 0;
	}
	.tbl_head01 .th_num {
		width: 50px;
	}
	.tbl_head01 .th_subject {
	}
	.tbl_head01 .th_count {
		width: 50px;
	}
	.tbl_head01 .th_file {
		width: 55px;
	}
	.tbl_head01 .th_date {
		display: none;
	}
	.tbl_head01 .td_file {
		border-radius: 0 40px 40px 0;
	}
	.tbl_head01 .td_date {
		display: none;
	}
	.tbl_head01 .th_play {
		width: 30px;
	}

	/* book_list */
	.book_list_wrapper {
		padding: 45px 15px 40px;
	}
	#book_cate {
		display: none;
	}
	#book_cate_m {
		display: block;
	}
	#book_cate_m select {
		width: 100%;
		background: #512771;
		font-size: 24px;
		color: #fff568;
		padding: 4px 8px;
	}
	.book_list {
		margin: 30px 0 0;
	}
	.book_list ul {
		margin: 0 -7.5px 0;
	}
	.book_list ul li {
		position: relative;
		display: inline-block;
		width: 50%;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.book_list_box {
		position: relative;
		margin: 0 0 16px 0;
	}
	.book_list_text {
		margin-top: 6px;
	}
	.book_list_text a {
		font-size: 14px;
		color: #363636;
	}
	#bo_sch {
		position: relative;
		width: 100%;
		margin: 15px auto 0;
	}
	#bo_sch .sch_input {
		width: calc(100% - 160px);
	}

	/* book_detail */
	.book_detail_wrapper {
	    padding: 45px 15px 40px;
	}
	.book_product {
		display: block;
	}
	.book_product_img {
		width: 100%;
	}
	.book_product_img img {
		height: auto;
	}
	.book_product_info {
		width: 100%;
	    margin-top: 10px;
	}
	.book_sub_name {
		font-size: 12px;
	}
	.book_name {
		font-size: 18px;
	}
	.book_author_wrap {
		font-size: 12px;
		color: #464646;
		margin-top: 8px;
		margin-bottom: 25px;
	}
	.book_product_row {
		margin-bottom: 20px;
		font-size: 0;
	}
	.book_row_name {
		width: 75px;
		font-size: 14px;
	}
	.book_row_content {
		font-size: 14px;
	}
	.book_fyi {
		background: url(../img/pdf_ic.png) 0px 3px no-repeat;
	}
	.book_mp3 {
		background: url(../img/mp3_down_ic.png) 0px 3px no-repeat;
	}
	.book_price {
		font-size: 14px;
	}
	.book_arrow {
		font-size: 14px;
	}
	.book_sale {
		font-size: 18px;
	}
	.book_percent {
		font-size: 14px;
	}
	.book_count_btn {
		width: 18px;
		height: 18px;
		font-size: 14px;
		line-height: 16px;
	}
	.book_count_input {
		width: 72px;
		height: 18px;;
		font-size: 12px;
		margin: 0 4px;
	}
	.book_buy_wrapper {
		margin-bottom: 40px;
		justify-content: flex-start;
	}
	.book_cart {
		width: 157px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
	}
	.book_buy {
		width: 157px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
	    margin-left: 16px;
	}
	.book_online {
		font-size: 15px;
	}
	.book_inline_wrapper a {
		margin-bottom: 10px;
		flex-basis: 33%;
	    text-align: center;
	}
	.book_desc {
		margin-top: 62px;
	}
	.book_desc_box {
		margin-bottom: 50px;
	}
	.book_desc_title {
		font-size: 18px;
	}
	.book_desc_text {
		font-size: 12px;
		line-height: 22px;
		max-height: 350px;
	}
	.book_desc_text_open {
		max-height: max-content;
	}

	/* qa */
	.qa_wrapper {
		padding: 40px 15px;
	}
	.qa_form_wrap {
		margin: 30px 0 0;
		padding-top: 30px;
	}
	.qa_row {
		display: block;
	}
	.qa_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.qa_input {
		font-size: 14px;
	}
	.qa_checkbox_label {
		font-size: 12px;
		padding-right: 5px;
	}
	.qa_title_row {
		margin-top: 10px;
	}
	.qa_textarea {
		font-size: 14px;
	}
	.qa_btn_wrap {
		margin: 20px 0 0;
	}
	.qa_submit {
		width: 170px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
	}

	/* login */
	.login_wrapper {
		padding: 40px 15px;
	}
	.login_form_wrap {
		margin: 30px 0 0;
		padding-top: 30px;
	}
	.login_row {
		width: 100%;
	}
	.login_btn_wrap {
		display: block;
		margin: 30px 0 0;
		text-align: center;
	}
	.login_submit {
		width: 170px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
	}
	.login_info {
		margin-top: 50px;
	}
	.login_info_text {
		margin-bottom: 30px;
	}
	.login_title {
		width: 100%;
	}

	/* join */
	.join_wrapper {
		padding: 40px 15px;
	}
	.join_form_wrap {
		margin: 30px 0 0;
		padding-top: 30px;
	}
	.join_row {
		width: 100%;
	}
	.join_btn_wrap {
		display: block;
		margin: 30px 0 0;
		text-align: center;
	}
	.join_submit {
		width: 170px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
	}
	.join_info {
		margin-top: 50px;
	}
	.join_info_text {
		margin-bottom: 30px;
	}

	/* mypage */
	.mypage_wrapper {
		padding: 40px 15px;
	}
	.mypage_line {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.mypage_btn_wrap {
		margin: 0 -7.5px 0;
		font-size: 0;
	}
	.mypage_btn {
		width: 50%;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.mypage_name {
		font-size: 18px;
		color: #464646;
		border-bottom: 2px solid #363636;
		font-weight: 500;
		padding: 2px 0 4px;
	}
	.mypage_count {
		font-size: 60px;
		color: #464646;
		font-weight: 600;
		margin-top: 20px;
	}
	.mypage_logout_wrap {
		margin-top: 30px;
	}
	.mypage_btn_bottom {
		margin-top: 100px;
	}
	.mypage_shop_btn_wrap {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mypage_shop_btn:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mypage_shop_btn:nth-child(2), .mypage_shop_btn:nth-child(3), .mypage_shop_btn:nth-child(4) {
		width: 33%;
	}

	/* cart */
	.cart_wrapper {
		padding: 40px 15px;
	}
	.cart_form_wrap {
		margin: 30px 0 0;
		padding-top: 10px;
		border-top: 1px dashed #e1e1e1;
	}
	.cart_header {
		display: none;
	}
	.cart_check {
		width: auto;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.cart_del {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		margin-top: 0;
	}
	.cart_sale {
		width: auto;
		padding-left: 90px;
		margin-bottom: 4px;
		margin-top: 0;
	}
	.cart_count {
		width: auto;
		padding-left: 90px;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.cart_price {
		width: auto;
		padding-left: 90px;
		margin-top: 0;
	}
	.cart_row {
		display: block;
		margin-bottom: 0;
		margin-top: 20px;
		padding-bottom: 20px;
		text-align: left;
		border-bottom: 2px solid #d7d7d7;
	}
	.cart_row:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: "";
	}
	.cart_del_ic {
	}
	.cart_img {
		float: left;
		width: 75px;
	}
	.cart_title {
		margin-left: 0;
		padding-left: 90px;
		padding-right: 30px;
		margin-top: 0;
		min-height: 55px;
	}
	.cart_total_wrap {
		border-top: 0;
	}
	.cart_total {
		font-size: 12px;
	}
	.cart_dot {
		margin: 0 16px;
	}
	.cart_total_price {
		margin-left: 0;
	}
	.cart_submit {
		width: 150px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
	}
	.cart_title_flex {
		display: block;
		min-height: 75px;
	}
	.cp_btn, .cp_cancel {
		display: inline-block;
		width: 64px;
		height: 20px;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
		background: #512771;
		border-radius: 20px;
		border: 0;
		padding: 0;
		margin-left: 4px;
	}
	.coupon_wrap {
		position: relative;
	}
	.od_coupon {
		position: relative;
		margin-top: 8px;
	}
	.od_coupon h3 {
		font-size: 14px;
		color: #464646;
		font-weight: 600;
	}
	.od_coupon .btn_confirm {
		position: absolute;
		right: 0;
		top: 0;
	}
	.od_coupon .btn_close {
		background: 0;
		padding: 0;
		border: 0;
	}
	.od_coupon .tbl_head02 {
		margin: 5px 0 0;
		border-top: 1px solid #512771;
	}
	.tbl_head02 td {
		vertical-align: top;
	}
	.tbl_head02 td.td_numbig {
		width: 70px;
	}
	.tbl_head02 td.td_mngsmall {
		padding-left: 0;
		padding-right: 0;
		text-align: right;
	}
	.cp_apply {
		display: inline-block;
		width: 40px;
		height: 18px;
		font-size: 12px;
		color: #512771;
		text-align: center;
		border: 1px solid #512771;
		background: 0;
		padding: 0;
		line-height: 10px;
	}
	.cart_form_wrap #iteminfoid {
		margin-bottom: 10px;
	}
	.cart_form_wrap #iteminfoid .li_cp {
		padding-left: 84px;
	}

	/* order */
	.order_wrapper {
		padding: 40px 15px;
	}
	.order_img {
		margin-left: 0;
	}
	.order_form_wrap {
		padding-top: 20px;
	}
	.order_title_row {
	    margin: 30px 0 25px;
	}
	.order_title_text {
		font-size: 18px;
	}
	.order_checkbox_label {
		font-size: 12px;
		padding-right: 5px;
	}
	.order_row {
		display: block;
	}
	.order_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.order_input {
		font-size: 14px;
		min-height: 22px;
	}
	.order_title_row {
		margin-top: 10px;
	}
	.order_textarea {
		font-size: 14px;
	}
	.order_bank_title_row {
		margin: 50px 0 15px;
	}
	.order_total {
		font-size: 12px;
	}
	.order_bank_text {
		font-size: 14px;
	}
	.order_bank_text:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: "";
	}
	.order_bank_title {
		float: left;
		padding-right: 0;
	}
	.order_bank_block {
		display: block;
		padding-left: 80px;
		margin-bottom: 5px;
	}
	.order_bank_block2 {
		margin-bottom: 10px;
	}
	.order_bank_bar {
		display: none;
	}
	.order_bank_copy {
	    margin-left: 0;
	}

	/* order_list */
	.order_list_wrapper {
		padding: 40px 15px;
	}
	.order_list_form_wrap {
		margin: 30px 0 0;
		padding-top: 30px;
	}
	.cart_row2:last-child {
		border-bottom: 0;
	}

	/* class_list */
	.class_list_wrapper {
		padding: 45px 15px 40px;
	}
	.class_list_list {
		margin-top: 30px;
	}
	.class_list_list ul li {
		display: block;
	}
	.class_list_left_wrap {
		display: block;
	}
	.class_list_img {
		width: auto;
	}
	.class_list_info {
		margin-left: 0;
	}
	.class_list_right_wrap {
		width: 100%;
		min-height: auto;
		padding: 10px;
		border-left: 0;
		border-top: 1px solid #d7d7d7;
		background: #f9f9f9;
	}
	.class_list_buy {
		width: calc(100% - 46px);
	}
	.class_list_buy_text {
		display: none;
	}

	/* class_item */
	.class_item_wrapper {
		padding: 45px 15px 40px;
	}
	.class_item_sample_wrap {
		width: 100%;
		padding-top: 0;
	}
	.class_item_info {
		width: 100%;
		margin-top: 10px;
	}
	.class_item_sub_name {
		font-size: 12px;
	}
	.class_item_name {
		font-size: 18px;
	}
	.class_item_summary {
		font-size: 12px;
		min-height: 36px;
	}
	.class_item_row {
		margin-bottom: 20px;
	}
	.class_item_row_name {
		width: 75px;
		font-size: 14px;
	}
	.class_item_row_content {
		font-size: 14px;
	}
	.class_item_price {
		font-size: 14px;
	}
	.class_item_arrow {
		font-size: 14px;
	}
	.class_item_sale {
		font-size: 18px;
	}
	.class_item_percent {
		font-size: 14px;
	}
	.class_item_buy_wrap {
		justify-content: flex-start;
	}
	.class_item_buy {
		width: 157px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
	}
	.class_item_cart {
		width: 157px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
		margin-left: 16px;
	}
	.class_item_desc {
		margin-top: 62px;
	}
	.class_item_desc_box {
		margin-bottom: 50px;
	}
	.class_item_desc_title {
		font-size: 18px;
	}
	.class_item_desc_text {
		font-size: 12px;
		line-height: 22px;
		max-height: 350px;
	}
	.class_item_list {
		margin: 30px 0 0;
	}

	/* class_view */
	.class_view_wrapper {
		padding: 40px 15px;
	}
	.class_view_info_wrap {
		display: flex;
		border-bottom: 1px dashed #e4e4e4;
		margin-bottom: 50px;
	}
	.class_view_cate {
		font-size: 12px;
		margin-top: 0;
	}
	.class_view_title {
		font-size: 18px;
	}
	.class_view_summary {
		font-size: 12px;
		margin-top: 15px;
	}
	.class_view_img {
		flex-shrink: 0;
		width: 65px;
		margin-left: 15px;
	}
	#class_view_player .btn_group #startTime, #class_view_player .btn_group #endTime {
		display: inline-block;
		width: 100px;
		height: 75px;
		margin-right: 15px;
		border: 1px solid #959595;
		border-radius: 12px;
	}
	#class_view_player .btn_group #startTime .view-startTime, #class_view_player .btn_group #endTime .view-endTime {
		display: block;
		font-size: 16px;
		margin-bottom: 8px;
		margin-top: 2px;
	}
	#class_view_player .btn_group #startTime .time_text, #class_view_player .btn_group #endTime .time_text {
		font-size: 12px;
		padding-left: 0;
		padding-right: 5px;
	}
	#class_view_player .btn_group #startTime i, #class_view_player .btn_group #endTime i {
		font-size: 10px;
    	vertical-align: middle;
	}
	#class_view_player .btn_group #timeRepeat {
		display: inline-block;
		width: 100px;
		height: 75px;
		border: 1px solid #898989;
		border-radius: 12px;
	}
	#class_view_player .btn_group #timeRepeat img {
		display: block;
		width: 62px;
		margin: 10px auto 14px;
	}
	#class_view_player .btn_group #timeRepeat .time_text {
		font-size: 12px;
		padding-left: 0;
		padding-right: 5px;
	}
	#class_view_player .btn_group #timeRepeat i {
		font-size: 10px;
		vertical-align: middle;
	}
	.class_view_table {
		margin: 45px 0 30px;
		border: 0;
	}
	.class_view_table .th_number {
		width: 40px;
	}
	.class_view_table .th_time {
		width: 110px;
	}
	.class_view_table .th_status {
		width: 60px;
	}
	.class_view_list {
		margin: 0;
	}

	/* order_view */
	.order_view_wrapper {
		padding: 40px 15px;
	}
	.order_view_wrapper .cart_sale {
		width: auto;
	}
	.order_view_wrapper .cart_count {
		width: auto;
	}
	.order_view_wrapper .cart_price {
		width: auto;
		margin-bottom: 4px;
	}
	.order_view_state {
		width: auto;
		padding-left: 90px;
	}
	.order_view_total_wrap {
		margin-top: 30px;
		padding-top: 30px;
    	border-top: 2px solid #898989;
	}
	.order_view_cancel {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.order_view_cancel_input {
		width: 100%;
		height: 30px;
		padding: 0 8px;
	}
	.order_view_cancel_btn {
		width: 120px;
		height: 30px;
		font-size: 15px;
		line-height: 28px;
		margin: 0;
		margin-top: 15px;
	}

	/* couponzone */
	.coupon_wrapper {
		padding: 45px 15px 40px;
	}
	.couponzone_list {
		margin-top: 28px;
		padding-top: 40px;
		border-top: 1px dashed #e1e1e1;
		text-align: center;
	}
	.coupon_text1 {
		font-size: 16px;
		padding: 15px 0 10px;
	}
	.coupon_text2 {
		font-size: 24px;
		padding-bottom: 24px;
	}
	.coupon_text3 {
		font-size: 16px;
	}
	.coupon_text4 {
		display: inline-block;
		font-size: 28px;
		margin: 15px 0 10px;
		padding: 4px 30px 6px;
	}
	.coupon_text5 {
		font-size: 12px;
		margin: 20px 0 30px;
	}
	.coupon_btn {
		font-size: 0;
		margin-top: 35px;
	}
	.coupon_download {
		width: calc(50% - 6px);
		font-size: 16px;
	}
	.coupon_link {
		width: calc(50% - 6px);
		font-size: 16px;
	}

}

@media screen and (min-width: 769px) {
	.m_search {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	.class_list_img {
		width: 89px;
		margin-bottom: 10px;
	}
	.class_list_info2 {
		padding-left: 0;
		clear: both;
	}
	.main_in_box li {
		padding: 0 15px;
	}
	.main_in_box li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.main_in_box li img {
		width: 100%;
	}
	.main_in_info {
		min-height: 60px;
	}
	.main_in_text_wrap {
		width: calc(100% - 50px);
		margin-top: 0;
	}
	.main_in_cart {
		margin-top: 0;
	}
	.main_in_box li:first-child {
		margin-left: 0;
	}
	.main_in_desc {
		font-size: 14px;
	}
	.tax_btn_wrap {
		margin: 40px 20px;
	}
	.tax_btn_wrap .tax_ok {
		width: calc(50% - 5px);
	
	}
	.tax_btn_wrap .tax_close {
		width: calc(50% - 5px);
	}
}