@charset "utf-8";

/* common */
body,
html {
	background: #fff;
}

h1,
h2,
h3,
h4 {
	font-weight: 500;
	line-height: 1.5;
	color: #212121;
}

p {
	font-weight: 400;
	line-height: 1.5;
	color: #212121;
}

input[type="password"],
input[type="text"] {
	color: #212121;
	font-size: 16px;
	padding: 6px 15px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}

#captcha_reload,
#captcha_mp3,
input[type="button"] {
	color: #fff;
	font-weight: 600;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #278fa4;
	border-radius: 3px;
	cursor: pointer;
	background: #278fa4;
}

#captcha_reload,
#captcha_mp3{
	padding:5px 10px;
}

input[type="submit"]#btn_submit {
	color: #fff;
	font-weight: 600;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #278fa4;
	border-radius: 3px;
	cursor: pointer;
	background: #278fa4;
}

.sub_register_input_btn_box input[type="button"] {
	color: #333;
	font-weight: 600;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #FAFAFA;
	border-radius: 3px;
	cursor: pointer;
	background: #FAFAFA;
	display: none;
}

input[type="checkbox"] {
	cursor: pointer;
}

input[type="button"].cancel_btn {
	color: #212121;
	border: 1px solid #e1e1e1;
	background: #FAFAFA;
}

textarea,
select {
	color: #212121;
	font-size: 16px;
	padding: 5px;
}

.sub_section_wrap {
	padding: 120px 0px;
}

iframe {
	border: none;
}

.rg_btn,
input#btn_submit{
	color: #fff !important;
	font-weight: 600;
	vertical-align: middle;
	padding: 5px 10px !important;
	border: 1px solid #278fa4 !important;
	border-radius: 3px;
	cursor: pointer;
	background: #278fa4 !important;
}

input#btn_submit{
	padding: 10px 10px !important;
}

.sub_register_user_input_wrap .sub_register_input_btn_box input{
	width:100%;
	margin-top:10px;
}

.line_clear{
	display:block;
	width:100px; height:4px;
	margin:20px 0px;
	border:none;
	border-radius:5px;
	background:#bfd9e0;
}

/* sub_visual_wrap */

.sub_visual_wrap{
	height:350px;
	margin-top:80px;
	background:#ccc;
	background-size:cover;
}

.sub_visual_wrap h2{
	color:#fff;
	text-align:center;
	padding-top:125px;
}

.sub_visual_wrap p{
	color:#fff;
	margin-top:10px;
	text-align:center;
}

.section{
	margin:0px;
	padding:115px 0px 120px;
}

/* sub_visual_wrap02 */

.sub_visual_wrap02{
	background:url(../images/sub/sub_visual02_bk.png) no-repeat center left 30%;
	background-size:cover;
	background-color:#888;
}

/* datapicker */
.ui-widget-header {
	color: #fff;
	border: 0px solid #dddddd;
	background: #212121;
}

.ui-datepicker-calendar>thead>tr>th {
	font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 10px 0;
	margin-bottom: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0px solid #e1e1e1;
	background-color: transparent;
	font-weight: normal;
	color: #666;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 0em;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
}

.ui-datepicker {
	display: none;
	background-color: #333;
	border-radius: 4px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px;
	padding-bottom: 10px;
	width: 300px;
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
	border: 1px solid #e1e1e1;
}

#datepicker:focus>.ui-datepicker {
	display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker-next {
	float: right;
}

.ui-state-disabled {
	cursor: auto;
	color: hsla(0, 0%, 80%, 1);
}

.ui-datepicker-title {
	text-align: center;
	padding: 10px;
	font-weight: 100;
	font-size: 20px;
}

.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker-calendar>thead>tr>th {
	color: #fff;
	margin-top: 5px;
	padding: 5px;
	font-size: 20px;
	font-weight: 400;
}

.ui-datepicker-calendar>tbody>tr>td>a {
	color: #666;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none;
}

.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover {
	cursor: auto;
	background-color: #fff;
}

.ui-datepicker-calendar>tbody>tr>td {
	border-radius: 100%;
	width: 44px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
	font-weight: 100;
	text-align: center;
	font-size: 12px;
}

.ui-datepicker-calendar>tbody>tr>td:hover {
	background-color: transparent;
	opacity: 0.6;
}

.ui-datepicker-calendar>tbody>tr>td::after {
	content: "\2022";
	color: #212121;
}

.ui-datepicker-calendar>tbody>tr>td.event a {
	color: #fff;
}

.ui-datepicker-calendar>tbody>tr>td.event::after {
	content: "\2022";
	color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0px solid #cccccc;
	background-color: transparent;
	font-weight: normal;
	color: #999;
}

.ui-widget-header .ui-icon {
	background-image: url('../images/common/btns_wh.png');
}

.ui-icon-circle-triangle-e {
	background-position: -20px 0px;
	background-size: 36px;
}

.ui-icon-circle-triangle-w {
	background-position: -0px -0px;
	background-size: 36px;
}

.ui-datepicker-calendar>tbody>tr>td:first-child a {
	color: red !important;
}

.ui-datepicker-calendar>tbody>tr>td:last-child a {
	color: #0099ff !important;
}

.ui-datepicker-calendar>thead>tr>th:first-child {
	color: red !important;
}

.ui-datepicker-calendar>thead>tr>th:last-child {
	color: #0099ff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	color: #fff;
	background: #666;
	border-radius: 50%;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* sub_map_wrap */

.sub_map_wrap{
	height:60px;
	border-bottom:1px solid #efefef;
	background:#fcfcfc;
}

.sub_map_wrap .sub_map_box{
	display:flex;
	height:60px;
	align-items:center;
	justify-content:flex-end;
	gap:10px;
}

.sub_map_wrap .sub_map_box p{
	font-size:14px;
}

.sub_map_wrap .sub_map_box span{
	color:#666;
	font-size:12px;
}


/* pagination */
.pagination_box table {
	width: 290px;
	height: 40px;
	margin: 60px auto 30px;
}

.pagination_box table tr td {
	width: 30px;
	height: 28px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}

.pagination_box table tr td a {
	display: block;
	padding: 5px 10px;
}

.pagination_box table tr td.page_on a {
	border-bottom: 1px solid #e1e1e1;
}

.sub_back_page_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

/* 입시컨설팅 */
.consulting-title-wrap {
	padding: 115px 0px 60px 0px;
	display: flex;
}

.consulting_title_box {
	text-align: center;
}

.consulting-wrap {
	background-color: #fafafa;
}

/* consulting-wrap tab */
.tab-wrapper {
	display: grid;
	gap: 30px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	background-color: #fff;
}

ul.tabs li {
	margin: 18px 0;
	padding: 10px 15px;
	display: inline-block;
	background-color: #eaeaea;
	border-radius: 12px;
	color: #212121;
	cursor: pointer;
}

ul.tabs li.current {
	background-color: #0A5FD2;
	color: #fff;
}

.tab-content {
	/* padding: 16px; */
	display: none;
}

.tab-content.current {
	display: grid;
	gap: 30px;
}

.consulting-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.consulting-content {
	background-color: #fff;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.consulting-content:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.consulting-text {
	padding: 20px;
}

.consulting-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 20px;
}

.consulting-icon {
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
}

/* consulting-item01 */
.consulting-item01 .consulting-icon {
	background-color: #DBEAFE;
}

.consulting-item01 .consulting-icon i {
	color: #0A5FD2;
}

/* consulting-item02 */
.consulting-item02 .consulting-icon {
	background-color: #D1FAE5;
}

.consulting-item02 .consulting-icon i {
	color: #00B056;
}

/* consulting-item03 */
.consulting-item03 .consulting-icon {
	background-color: #EDE9FE;
}

.consulting-item03 .consulting-icon i {
	color: #510DE2;
}

.consulting-title span:last-child {
	font-weight: 600;
}

.consulting-desc {
	font-size: 18px;
	margin-bottom: 12px;
}

.consulting-list {
	margin-bottom: 12px;
}

.consulting-check {
	color: #00B056;
}

/* 1:1 컨설팅 문의하기 버튼 */
.consulting-btn {
	display: flex;
	width: 80px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 14px;
	color: #fff !important;
}

.consulting-item01 .consulting-btn {
	background-color: #0A5FD2;
}

.consulting-item02 .consulting-btn {
	background-color: #00B056;
}

.consulting-item03 .consulting-btn {
	background-color: #510DE2;
}

/* 컨설팅 이용 후기 */
/* .consulting-reviews {
	margin-top: 30px;
} */

.consulting-review-content {
	padding: 20px;
	background-color: #fff;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.consulting-review-content:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.consulting-review-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.consulting-reviews .consulting-title {
	justify-content: center;
}

/* 후기 아이템 */
.review-item {
	position: relative;
	padding-left: 16px;
}

/* 공통 왼쪽 선 */
.review-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 4px;
}

.review-item:nth-child(1)::before {
	background-color: #0A5FD2;
}

.review-item:nth-child(2)::before {
	background-color: #00B056;
}

.review-item:nth-child(3)::before {
	background-color: #510DE2;
}

.review-item:nth-child(4)::before {
	background-color: #E67E22;
}

.review-writer-profile {
	width: 50px;
	height: 50px;
}

.review-item:first-child .review-writer-profile {
	background: url(/images/sub/profile_01.svg) no-repeat center center / cover;
}

.review-item:nth-child(2) .review-writer-profile {
	background: url(/images/sub/profile_02.svg) no-repeat center center / cover;
}

.review-item:last-child .review-writer-profile {
	background: url(/images/sub/profile_03.svg) no-repeat center center / cover;
}

/* 학습 자료 허브 */
.subject-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.subject-content {
	padding: 20px;
	background-color: #fff;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.subject-content:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.subject-title {
	display: grid;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.subject-title p {
	font-weight: 600;
}

/* 과목별 타이틀 아이콘 */
.subject-icon {
	margin-bottom: 20px;
	display: flex;
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
}

.subject-icon,
.subject-icon i {
	font-size: 24px;
}

.subject-math .subject-icon {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 4px;
	background-color: #DBEAFE;
}

.subject-math .subject-icon i {
	color: #0A5FD2;
}

.subject-english .subject-icon {
	padding: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4px;
	background-color: #D1FAE5;
}

.subject-english .subject-icon i {
	color: #00B056;
}

.subject-korean .subject-icon {
	background-color: #FEEADB;
}

.subject-korean .subject-icon i {
	color: #E67E22;
}

.subject-science .subject-icon {
	background-color: #EDE9FE;
}

.subject-science .subject-icon i {
	color: #510DE2;
}

.tab-content .subject-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tab-content .subject-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	font-size: 16px;
}

.tab-content .subject-list li:first-child span:last-child {
	color: #0A5FD2;
}

.tab-content .subject-list li:nth-child(2) span:last-child {
	color: #00B056;
}

.tab-content .subject-list li:last-child span:last-child {
	color: #510DE2;
}

.tab-content .subject-list li span:last-child {
	font-weight: 600;
}

/* 자료보기 버튼 */
.subject-content .subject-btn {
	margin-top: 16px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-weight: 600;
	color: #fff;
}

.subject-math .subject-btn {
	background-color: #0A5FD2;
}

.subject-english .subject-btn {
	background-color: #00B056;
}

.subject-korean .subject-btn {
	background-color: #E67E22;
}

.subject-science .subject-btn {
	background-color: #510DE2;
}

/* 이번 주 인기 자료 */
.learning-title {
	margin-bottom: 20px;
	text-align: center;
}

.popular-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.popular-item {
	position: relative;
	padding: 20px;
	border: 1px solid #D1D1D1;
	border-radius: 12px;
	background-color: #fff;
}

.popular-item::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 100%;
	border-radius: 4px;
}

.popular-item:nth-child(1)::before,
.popular-item:nth-child(1) .popular-thumb {
	background-color: #EF4444;
}

.popular-item:nth-child(2)::before,
.popular-item:nth-child(2) .popular-thumb {
	background-color: #F68D3F;
}

.popular-item:nth-child(3)::before,
.popular-item:nth-child(3) .popular-thumb {
	background-color: #FBC900;
}

.popular-item:nth-child(4)::before,
.popular-item:nth-child(4) .popular-thumb {
	background-color: #00B056;
}

.popular-item:nth-child(5)::before,
.popular-item:nth-child(5) .popular-thumb {
	background-color: #0A5FD2;
}

.popular-item:nth-child(6)::before,
.popular-item:nth-child(6) .popular-thumb {
	background-color: #828282;
}

.popular-item:nth-child(7)::before,
.popular-item:nth-child(7) .popular-thumb {
	background-color: #510DE2;
}

.popular-item:nth-child(8)::before,
.popular-item:nth-child(8) .popular-thumb {
	background-color: #EF4483;
}

.popular-thumb {
	float: left;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 999px;
}

.popular-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popular-info-text {
	display: grid;
	align-items: center;
	justify-content: flex-start;
}

.popular-desc {
	color: #B2B2B2;
}

.popular-btn {
	display: grid;
	align-items: center;
	justify-content: flex-end;
}

/* brand_identity_wrap */

.brand_identity_wrap{
	text-align:center;
	padding-bottom:0px;
}

.brand_identity_wrap h3{
	color:#666;
	font-size:17px;
	font-weight:400;
	margin-top:5px;
}

.brand_identity_wrap img{
	margin:30px auto 0px;
	border-radius:10px;
}

/* brand-intro-wrap */

.brand-intro-wrap .row{
	display:flex;
    justify-content:center;
	align-items:center;
}

.brand-intro-wrap img{
	border-radius:10px;
}

.brand-intro-wrap .brand-intro-wrap-title{
	margin-bottom:20px;
}

.brand-intro-wrap .brand-intro-text{
	margin-top:20px;
}

.brand-intro-wrap h3{
	color:#666;
	font-size:17px;
	font-weight:400;
	margin-top:5px;
}

.brand-intro-wrap .brand-intro-text p{
	color:#666;
	margin-top:10px;
}

/* core-services-wrap */
.core-services-wrap {
	background-color: #fafafa;
}

.core-services-wrap img{
	border-radius:10px 10px 0px 0px;
}

.core-services-wrap-title {
	text-align:center;
	margin-bottom: 36px;
}

.core-services-wrap-title h3{
	color:#666;
	font-size:17px;
	font-weight:400;
	margin-top:5px;
}

.core-services-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.core-services-content {
	padding: 30px;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}

.core-services-icon-box {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.core-services-icon-box i {
	font-size: 20px;
}

.core-services-content01 .core-services-icon-box {
	background-color: #DBEAFE;
}

.core-services-content01 .core-services-icon-box i {
	color: #0A5FD2;
}

.core-services-content02 .core-services-icon-box {
	background-color: #D1FAE5;
}

.core-services-content02 .core-services-icon-box i {
	color: #00B056;
}

.core-services-content03 .core-services-icon-box {
	background-color: #EDE9FE;
}

.core-services-content03 .core-services-icon-box i {
	color: #510DE2;
}

.core-services-title {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 20px;
}

.core-services-text {
	font-weight: 400;
	font-size: 16px;
	color: #666;
	text-align:center;
	margin-top:10px;
}

/* 믿을 수 있는 성과 */
.reliable-achievement-wrap {
	background-color: #1F3C88;
}

.reliable-achievement-wrap-title {
	margin-bottom: 36px;
	text-align:center;
}

.reliable-achievement-wrap-title h1,
.reliable-achievement-wrap-title h3{
	color:#fff;
}

.reliable-achievement-wrap-title h3{
    color: #ccc;
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
}

.reliable-achievement-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.reliable-achievement-content {
	padding: 40px 0;
	background-color: transparent;
	border-radius: 20px;
	text-align: center;
}

.reliable-achievement-icon-box {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 72px;
	height: 72px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reliable-achievement-icon-box i {
	font-size: 20px;
}

.reliable-achievement-title {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 20px;
}

.reliable-achievement-text {
	color:#ccc;
	font-weight: 400;
	font-size: 16px;
}

.reliable-achievement-wrap h2,
.reliable-achievement-wrap span,
.reliable-achievement-wrap i {
	color: #fff;
}

/* core-value-wrap */

.core-value-wrap{
	background:#fafafa;
}

.core-value-wrap-title {
	text-align:center;
	margin-bottom:36px;
}

.core-value-wrap-title h3 {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
}

.core-value-wrap .core-value-title{
	white-space:nowrap;
}

.core-value-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.core-value-content {
	display:flex;
	align-items:center;
	gap:30px;
	padding: 30px;
	margin-top:30px;
	background-color: #fff;
	border-radius: 10px;
}

.core-value-icon-box {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.core-value-icon-box i {
	font-size: 20px;
}

.core-value-content01 .core-value-icon-box {
	background-color: #FFE7E7;
}

.core-value-content01 .core-value-icon-box i {
	color: #EF4444;
}

.core-value-content02 .core-value-icon-box {
	background-color: #FFF6D3;
}

.core-value-content02 .core-value-icon-box i {
	color: #EEBE00;
}

.core-value-content03 .core-value-icon-box {
	background-color: #FEEADB;
}

.core-value-content03 .core-value-icon-box i {
	color: #E67E22;
}

.core-value-title {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 20px;
}

.core-value-text {
	font-weight: 400;
	font-size: 16px;
	color: #666;
}

/* product_title_wrap */
.product_title_wrap {
	padding-top: 115px;
}

.sub_notice_view_wrap{
	padding-bottom: 115px;
}

.product_search_title_wrap span,
.product_title_wrap span {
	display: block;
	font-size: 15px;
	text-align: right;
	margin-bottom: 30px;
}

.product_search_title_wrap span i,
.product_title_wrap span i {
	font-size: 12px;
}

.product_search_title_wrap span i,
.product_title_wrap span i,
.product_search_title_wrap span a,
.product_title_wrap span a {
	color: #fff;
}

.product_title_wrap h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.product_title_wrap p {
	text-align: right;
	margin-top: 15px;
}

.product_title_wrap p i {
	font-size: 9px;
}

/* sub_product_list_search_wrap */
.sub_product_list_catagory_box {
	margin-top: 15px;
	overflow: hidden;
}

.sub_product_list_catagory_box h3 {
	margin-top: 5px;
}

.sub_product_list_catagory_box ul li {
	float: left;
	width: auto !important;
	vertical-align: bottom;
	white-space: nowrap;
	margin: 15px 0px 0px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 30px;
}

.sub_product_list_catagory_box ul li.on {
	color: #fff;
	border: 1px solid #278fa4;
	background: #278fa4;
}

.sub_product_list_catagory_box ul li a {
	display: block;
	padding: 5px 15px;
}

.sub_product_list_catagory_box ul li:first-child {
	margin-left: 0px;
}

.sub_product_list_search_box {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #e1e1e1;
}

.product_rank_list_box {
	display: inline-block;
}

.product_rank_list_box ul li {
	float: left;
	margin: 25px 0px 0px 15px;
}

.product_rank_list_box ul li::before {
	content: "|";
	margin-right: 10px;
}

.product_rank_list_box ul li:first-child {
	margin-left: 0px;
}

.product_rank_list_box ul li:first-child::before {
	content: "";
	margin-right: 0px;
}

.product_rank_list_search_box {
	float: right;
	display: inline-block;
	width: 180px;
	margin-top: 25px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}

.product_rank_list_search_box input[type="text"] {
	width: 80%;
	padding: 5px;
	vertical-align: middle;
	border: none;
	background: none;
}

.product_rank_list_search_box input[type="text"]:focus,
.product_rank_list_search_box input[type="text"]:hover {
	border: none;
	outline: none;
}

.product_rank_list_search_box button {
	color: #fff;
	border: none;
	background: none;
}

/* sub_product_list_wrap */
.sub_product_list_box h3.product_list_title,
.sub_product_list_box {
	margin-top: 30px;
}

.sub_product_list_box p.vod_title {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 15px;
	overflow: hidden;
}

.sub_product_list_box .vod_img_box {
	position: relative;
	padding-top: 56.25%;
	cursor: pointer;
}

.sub_product_list_box .vod_img_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.sub_product_list_box .vod_detail_box {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	padding: 5%;
	overflow: hidden;
	border-radius: 5px;
	background: url(../images/common/bk60.png);
}

.sub_product_list_box .vod_detail_box h2,
.sub_product_list_box .vod_detail_box h3,
.sub_product_list_box .vod_detail_box p {
	line-height: 1.5;
	font-size: 16px;
}

.sub_product_list_box .vod_detail_box h2 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sub_product_list_box .vod_detail_box h3 {
	color: #ccc;
}

.sub_product_list_box .vod_detail_box p {
	display: -webkit-box;
	height: 4.5em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sub_product_list_box .price_box span {
	display: inline-block;
	margin-top: 15px;
}

.sub_product_list_box .price_box span.sale_box {
	font-size: 13px;
	padding: 1px 5px;
	border-radius: 3px;
	background: #278fa4;
}

.sub_product_list_box .price_box span.msrp_price {
	color: #666;
	text-decoration: line-through;
	margin: 0px 5px;
}

.sub_product_list_box .vod_type_box {
	position: absolute;
	top: -1px;
	right: 0px;
}

/* sub_shop_view_wrap */
.sub_shop_view_info_box h1 {
	font-size: 42px;
	font-weight: 600;
}

.sub_shop_view_info_box .view_info_slider_box {
	overflow: hidden;
}

.sub_shop_view_info_box .view_info_slider_box .swiper-button-next,
.sub_shop_view_info_box .view_info_slider_box .swiper-button-prev {
	transform: translateY(-50%);
}

.sub_shop_view_info_box .view_info_slider_box .swiper-button-next {
	right: 20px;
}

.sub_shop_view_info_box .view_info_slider_box .swiper-button-prev {
	left: 20px;
}

.sub_shop_view_info_box .view_info_slider_box .swiper-button-next::after,
.sub_shop_view_info_box .view_info_slider_box .swiper-button-prev::after {
	display: none;
}

.sub_shop_view_info_box .view_info_slider_thumbs {
	margin-top: 15px;
}

.sub_shop_view_info_box .view_info_slider_thumbs .swiper-slide {
	opacity: 0.5;
	cursor: pointer;
}

.sub_shop_view_info_box .view_info_slider_thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.sub_shop_view_info_box .view_info_price_box {
	vertical-align: middle;
}

.sub_shop_view_info_box .view_info_price_box h2 {
	display: inline-block;
	font-weight: 500;
	margin-top: 20px;
}

.sub_shop_view_info_box .view_info_price_box h2>span {
	color: #666;
	font-size: 18px;
	text-decoration: line-through;
}

.sub_shop_view_info_box .view_info_price_box span.sale_percent {
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
	padding: 0px 6px 0px;
	border-radius: 2px;
	background: #6a2594;
}

.sub_shop_view_info_box .view_info_price_box>input[type="button"] {
	float: left;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	margin: 15px 30px 0px 0px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background: #278fa4;
}

.sub_shop_view_info_box .view_info_price_box>input[type="button"].buy_finish_btn {
	margin-bottom: 15px;
	cursor: default;
	background: #aaa;
}

.sub_shop_view_info_box .view_info_price_box .buy_finish_data_msg {
	clear: both;
	margin-top: 15px;
}

.sub_shop_view_info_box .view_info_price_box ul {
	margin: 10px 0px 0px;
}

.sub_shop_view_info_box .view_info_price_box ul li {
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	padding-top: 10px;
}

.sub_shop_view_info_box .view_info_price_box ul li a>span {
	display: inline-block;
	width: 30px;
	height: 35px;
	font-size: 28px;
	vertical-align: middle;
}

.sub_shop_view_info_box .view_info_price_box ul li a.pick_up_checked>span {
	color: #ec1b26;
}

.sub_shop_view_info_box .view_info_price_option_box h3 {
	margin-top: 15px;
}

.sub_shop_view_info_box .view_info_price_option_box input[type="text"].datepicker,
.sub_shop_view_info_box .view_info_price_option_box select {
	width: 100%;
	color: #fff;
	margin: 15px 5px 0px 0px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	background: none;
}

.sub_shop_view_info_box .view_info_price_option_box select option {
	color: #212121;
	border: 1px solid #e1e1e1;
	background-color: #212121;
}

.sub_shop_view_info_box .view_info_price_option_box table {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.sub_shop_view_info_box .view_info_price_option_box table tr th,
.sub_shop_view_info_box .view_info_price_option_box table tr td {
	font-size: 16px;
	padding: 10px 10px 15px;
	vertical-align: middle;
}

.sub_shop_view_info_box .view_info_price_option_box table tr th {
	width: 70%;
}

.sub_shop_view_info_box .view_info_price_option_box table tr td {
	width: 25%;
	text-align: right;
	padding-right: 15px;
}

.sub_shop_view_info_box .view_info_price_option_box table tr td:first-child {
	width: 5%;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
}

.sub_shop_view_info_box .view_info_price_option_box table tr td a {
	display: inline-block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 23px;
	height: 25px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	border: 1px solid #333;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
	background: none;
}

.sub_shop_view_info_box .view_info_price_option_box table tr td input[type="text"] {
	width: 25px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border: 1px solid #e1e1e1;
}

.sub_shop_view_info_box .view_info_price_total_box {
	margin: 0px 0px 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.sub_shop_view_info_box .view_info_price_total_box table {
	width: 100%;
	margin-top: 15px;
}

.sub_shop_view_info_box .view_info_price_total_box table tr th,
.sub_shop_view_info_box .view_info_price_total_box table tr td {
	font-size: 24px;
}

.sub_shop_view_info_box .view_info_price_total_box table tr td {
	text-align: right;
}

.sub_shop_view_info_box img {
	border-radius: 5px;
}

.pick_up_msg_box h4 {
	position: fixed;
	bottom: 50%;
	left: 50%;
	display: none;
	width: 180px;
	height: 40px;
	color: #333;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	z-index: 200;
	background: url(../images/common/wh50.png) repeat;
}

.sub_shop_view_contents_box ul.product_type_list,
.sub_shop_view_info_box ul.product_type_list {
	margin-top: 15px;
}

.sub_shop_view_contents_box ul.product_type_list li,
.sub_shop_view_info_box ul.product_type_list li {
	float: left;
	margin-left: 10px;
}

.sub_shop_view_contents_box ul li:first-child,
.sub_shop_view_info_box ul li:first-child {
	margin-left: 0px;
}

.sub_shop_view_contents_box ul li>span,
.sub_shop_view_info_box ul li>span {
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.sub_shop_view_contents_box ul li>a {
	display: inline-block;
	font-size: 32px;
	margin-left: 10px;
}

.sub_shop_view_contents_box h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1;
}

.sub_shop_view_contents_box h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 30px;
	overflow: hidden;
}

.sub_shop_view_contents_box p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 30px;
	overflow: hidden;
}

.sub_shop_view_contents_box a {
	display: inline-block;
}

.sub_shop_view_contents_box a.content_more_btn {
	margin-top: 15px;
}

.sub_shop_view_contents_box a.content_more_close_btn {
	display: none;
}

.sns_link_msg_box .sns_link_box {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	z-index: 200;
	background: url(../images/common/wh70.png) repeat;
}

.sns_link_msg_box .sns_link_box ul {
	padding: 0px 10px;
}

.sns_link_msg_box .sns_link_box ul li {
	display: inline-block;
}

.sns_link_msg_box .sns_link_box ul li a {
	display: block;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 2;
	padding: 10px 5px;
}

.sns_link_msg_box .sns_link_bk_box {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 1000vh;
	z-index: 100;
	cursor: pointer;
	background: url(../images/common/bk90.png) repeat;
}

.pick_cart_msg_box .pick_cart_msg {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 300px;
	text-align: center;
	padding: 15px;
	border: 1px solid #e1e1e1;
	z-index: 200;
	transform: translate(-50%, -50%);
	background: #333;
}

.pick_cart_msg_box .pick_cart_msg h4 {
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.pick_cart_msg_box .pick_cart_msg h4>a {
	float: right;
}

.pick_cart_msg_box .pick_cart_msg h3 {
	margin-top: 15px;
}

.pick_cart_msg_box .pick_cart_msg p {
	color: #fafafa;
	margin-bottom: 20px;
}

.pick_cart_msg_box .pick_cart_msg>a {
	color: #fff;
	font-weight: 500;
	vertical-align: middle;
	margin: 15px 5px 0px 5px;
	padding: 3px 15px;
	border: 1px solid #278fa4;
	border-radius: 3px;
	cursor: pointer;
	background: #278fa4;
}

.pick_cart_msg_box .pick_cart_msg>a+a {
	color: #333;
	border: 1px solid #fafafa;
	background: #fafafa;
}

.pick_cart_msg_bk_box {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 1000vh;
	cursor: pointer;
	z-index: 100;
	background: url(../images/common/bk90.png) repeat;
}

/* sub_shop_teacher_info_wrap */
.sub_shop_teacher_info_wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}

.sub_shop_teacher_info_wrap h3 {
	margin-top: 30px;
}

.sub_shop_teacher_info_wrap h3.teacher_info_first_title {
	margin-top: 0px;
}

.sub_shop_teacher_info_wrap p {
	text-align: justify;
	margin-top: 15px;
}

.shop_teacher_info_detail_slider {
	margin-top: 30px;
}

.shop_teacher_info_detail_slider ul li {
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.shop_teacher_info_detail_slider .shop_teacher_info_detail_img_box {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}

.shop_teacher_info_detail_slider .shop_teacher_info_detail_img_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.shop_teacher_info_title_box h2 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.shop_teacher_info_title_box h2>a {
	float: right;
	font-size: 16px;
	padding-top: 2px;
}

.shop_teacher_info_title_box h2>a>span {
	vertical-align: middle;
}

.shop_teacher_info_detail_slider ul li a {
	cursor: zoom-in;
}

.shop_teacher_info_detail_vod {
	overflow: hidden;
	margin-top: 30px;
}

.shop_teacher_info_detail_vod ul li iframe {
	width: 100%;
}

.shop_teacher_info_detail_vod .swiper-button-next,
.shop_teacher_info_detail_vod .swiper-button-prev {
	display: none;
}

.shop_teacher_info_detail_vod2 .swiper-wrapper {
	margin-top: 25px;
}

.shop_teacher_info_detail_vod2 ul li img {
	cursor: pointer;
	opacity: 0.5;
	border-radius: 5px;
	background: #000;
}

.shop_teacher_info_detail_vod2 ul li.swiper-slide-thumb-active img {
	opacity: 1;
}

/* sub_shop_tab_menu_wrap */
.sub_shop_view_tab_menu_box {
	margin-top: 30px;
}

.view_tab_menu {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.view_tab_menu li {
	float: left;
	margin-left: 20px;
}

.view_tab_menu li:first-child {
	margin-left: 0px;
}

.view_tab_menu li.active a {
	padding-bottom: 5px;
	border-bottom: 2px solid #e1e1e1;
}

.view_tab_detail_box .tab_list {
	display: none;
	padding-top: 30px;
}

.view_tab_detail_box .view_tab_vod_list_box ul li {
	width: 100%;
	display: inline-block;
	padding: 30px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.view_tab_detail_box .view_tab_vod_list_box ul li:first-child {
	padding-top: 0px;
}

.view_tab_detail_box .view_tab_vod_list_box ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.view_tab_detail_box .view_tab_vod_list_box ul li a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	content: "";
	opacity: 1;
	transform: translate(-50%, -50%);
	z-index: 100;
	background: url(../images/sub/play_btn.svg) no-repeat;
}

.view_tab_detail_box .view_tab_vod_list_box ul li.play_lock a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	content: "";
	opacity: 1;
	transform: translate(-50%, -50%);
	z-index: 100;
	background: url(../images/sub/lock_btn.svg) no-repeat;
}

.view_tab_detail_box .view_tab_vod_list_box ul li a img {
	opacity: 0.5;
	transition: transform 0.2s;
}

.view_tab_detail_box .view_tab_vod_list_box p {
	display: -webkit-box;
	height: 4.5em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	text-overflow: ellipsis;
	margin-top: 15px;
	overflow: hidden;
}

.view_tab_detail_box .view_tab_vod_list_box span {
	display: inline-block;
	color: #888;
	margin-top: 15px;
}

.view_tab_detail_box .view_tab_vod_list_box span.watch_time {
	color: #b95fec;
}

.view_tab_product_box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.view_tab_product_box .detail_product_box {
	display: -webkit-box;
	height: 30em;
	-webkit-line-clamp: 20;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.view_tab_product_box a.content_more_close_btn,
.view_tab_product_box a.content_more_btn {
	display: block;
	width: 120px;
	height: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	margin: 30px auto 0px;
	border: 1px solid #f5f5f5;
}

.view_tab_product_box>a.content_more_close_btn {
	display: none;
}

.view_tab_review_box .review_filter_box {
	width: 100%;
	height: 50px;
	padding-top: 12px;
	border-radius: 4px;
	background: #333;
}

.view_tab_review_box .review_filter_box .select_box {
	position: relative;
	float: right;
	width: 150px;
	height: 26px;
	padding: 0px 15px;
	cursor: pointer;
	border: 1px solid #fff;
}

.view_tab_review_box .review_filter_box .select_box a {
	vertical-align: top;
}

.view_tab_review_box .review_filter_box .select_box a::after {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: "Linearicons-Free";
	content: "\e874";
}

.view_tab_review_box .review_filter_box .select_box span.lnr-chevron-up {
	display: none;
}

.view_tab_review_box .review_filter_box .select_box_drop_down {
	position: absolute;
	top: 26px;
	right: 15px;
	display: none;
	width: 150px;
	background: #fff;
}

.view_tab_review_box .review_filtr_box .select_box_drop_down ul li {
	float: none;
	text-align: left;
}

.view_tab_review_box .review_filter_box .select_box_drop_down ul li a {
	display: block;
	color: #333;
	padding: 5px;
}

.view_tab_review_box .review_filter_box .select_box_drop_down ul li a:hover {
	background: #ccc;
}

.view_tab_review_box .review_filter_box .select_box_drop_down ul li a.selected {
	color: #fff;
	background: #aaa;
}

.view_tab_review_box .review_list_box .star_rating_box {
	padding: 15px 0px;
}

.view_tab_review_box .review_list_box .star_rating_box img {
	width: 30px;
	height: 30px;
}

.view_tab_review_box .review_list_box .review_list_img_box a {
	float: left;
	width: 120px;
	height: 120px;
	margin-bottom: 30px;
}

.view_tab_review_box .review_list_box .review_list_img_box a img {
	width: 100%;
	height: 100%;
}

.view_tab_review_box .review_list_box p {
	clear: both;
	margin-top: 15px;
}

.view_tab_review_box .review_list_box ul {
	margin-top: 30px;
}

.view_tab_review_box .review_list_box ul li {
	display: inline-block;
	width: 100%;
	line-height: 2;
	padding: 30px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.view_tab_review_box .review_list_box ul li:first-child {
	padding: 0px 0px 30px;
}

.view_tab_review_box .review_list_box ul li span.lnr-star-empty,
.view_tab_review_box .review_list_box ul li span.lnr-star-half,
.view_tab_review_box .review_list_box ul li span.lnr-star {
	color: #ff0;
}

.view_tab_qna_box>h3 {
	float: left;
}

.view_tab_qna_box>a {
	float: right;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #3a3a3a;
	border-radius: 2px;
	background: #278fa4;
}

.view_tab_qna_box>.view_tab_qna_info_box {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e1e1e1;
}

.view_tab_qna_box>.view_tab_qna_info_box>p {
	line-height: 2;
}

.view_tab_qna_box dl dd,
.view_tab_qna_box dl dt {
	padding: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.view_tab_qna_box dl dt p.question_title,
.view_tab_qna_box dl dd p.question_title {
	display: inline-block;
	margin-top: 0px;
}

.view_tab_qna_box dl dd p.question_title::before {
	content: "\21B3"
}

.view_tab_qna_box dl dd h3,
.view_tab_qna_box dl dt h3 {
	clear: both;
	margin-top: 15px;
}

.view_tab_qna_box dl dd span.question_date,
.view_tab_qna_box dl dt span.question_date {
	float: right;
	padding-top: 0px;
}

.view_tab_qna_box dl dd span,
.view_tab_qna_box dl dt span {
	clear: both;
	display: block;
	color: #ccc;
	padding-top: 15px;
}

.view_tab_qna_box dl dd p,
.view_tab_qna_box dl dt p {
	clear: both;
	margin-top: 30px;
}

.view_tab_qna_box dl dd {
	clear: both;
	background: #333;
}

.view_tab_qna_write_box {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 500px;
	transform: translate(-50%, -50%);
	z-index: 1100;
	background: #333;
}

.view_tab_qna_write_box .qna_write_title_box {
	width: 100%;
	height: 60px;
	padding: 15px;
	background: #666;
}

.view_tab_qna_write_box .qna_write_title_box h3 {
	float: left;
	display: inline-block;
}

.view_tab_qna_write_box .qna_write_title_box a {
	float: right;
	font-size: 20px;
}

.view_tab_qna_write_box table {
	width: 100%;
}

.view_tab_qna_write_box table tr th {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.view_tab_qna_write_box table tr td {
	width: 70%;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border-top: 1px solid #e1e1e1;
}

.view_tab_qna_write_box table tr td select {
	width: 100%;
	height: 30px;
	margin-top: 15px;
}

.view_tab_qna_write_box table tr td select:first-child {
	margin-top: 0px;
}

.view_tab_qna_write_box table tr td textarea {
	width: 100%;
	height: 200px;
	font-size: 16px;
	padding: 10px;
}

.view_tab_qna_write_box table tr td button {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 5px;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background: #fafafa;
}

.view_tab_qna_write_box table tr td button:first-child {
	color: #fff;
	background: #278fa4;
}

.view_tab_qna_bk_box {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 1000vh;
	cursor: pointer;
	z-index: 100;
	background: url(../images/common/bk90.png) repeat;
}

/* sub_shop_view_detail_wrap */
.sub_shop_review_write_box {
	margin-top: 10px;
}

.sub_shop_review_write_box h3 {
	margin-top: 20px;
}

.sub_shop_review_write_box h3 a {
	float: right;
}

.sub_shop_review_write_box .review_write_box textarea {
	width: 100%;
	height: 150px;
	text-align: left;
	margin-top: 20px;
	padding: 15px;
	resize: none;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}

.sub_shop_review_write_box .review_write_box .write_file_box {
	margin-top: 20px;
}

.sub_shop_review_write_box .review_write_box input[type="button"] {
	float: right;
	margin-top: 20px;
}

.shop_view_review_list_box ul li {
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	padding-top: 20px;
}

.shop_view_review_list_box ul li a.image-popup-fit-width {
	display: inline-block;
}

.shop_view_review_list_box ul li img {
	max-width: 100px;
	margin-top: 20px;
}

.shop_view_review_list_box ul li p {
	margin-top: 20px;
	padding: 15px;
	border-radius: 3px;
	background: #333;
}

.view_vod_play_box {
	position: relative;
	height: 0px;
	margin: 0px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.view_vod_play_box iframe {
	position: absolute;
	top: 0px;
	height: 0px;
	width: 100%;
	height: 100%;
}

.view_vod_play_file_download_box {
	text-align: right;
	margin-top: 30px;
}

.view_vod_play_file_download_box a {
	padding: 5px 10px;
	border-radius: 3px;
	background: #278fa4;
}

.view_vod_play_prev_next_box {
	margin-top: 30px;
}

.view_vod_play_prev_next_box table {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.view_vod_play_prev_next_box table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
}

.view_vod_play_prev_next_box table tr td a.vod_view_finish_check::before {
	content: "\2714";
}

.view_vod_play_text_box h2 {
	margin: 30px 0px 0px;
}

.view_vod_play_text_box p {
	text-align: justify;
	margin: 15px 0px;
}

.view_vod_play_list_title_box {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.view_vod_play_list_title_box h3 {
	float: left;
	display: inline-block;
	line-height: 1;
	padding-bottom: 15px;
}

.view_vod_play_list_title_box a {
	float: right;
	line-height: 1;
	padding-bottom: 15px;
}

.view_vod_play_list_box ul li {
	clear: both;
	display: block;
}

.view_vod_play_list_box ul li p {
	display: -webkit-box;
	height: 3em;
	line-height: 1.5;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	text-overflow: ellipsis;
	margin-top: 5px;
	overflow: hidden;
}

.view_vod_play_list_box ul li {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #e1e1e1;
}

.view_vod_play_list_box ul li .vod_play_list {
	cursor: pointer;
}

.view_vod_play_list_box ul li .vod_play_list>div {
	padding: 15px 7.5px 0px;
}

.view_vod_play_list_box ul li .vod_play_list img {
	width: 100%;
}

.sub_shop_view_finish_msg {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 265px;
	height: 150px;
	padding: 15px;
	border: 1px solid #e1e1e1;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background: #333;
}

.sub_shop_view_finish_msg_box h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}

.sub_shop_view_finish_msg_box h3>span {
	float: right;
	cursor: pointer;
}

.sub_shop_view_finish_msg_box p {
	clear: both;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 15px;
}

.sub_shop_view_finish_msg_box table {
	width: 100%;
}

.sub_shop_view_finish_msg_box a {
	clear: both;
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #e1e1e1;
}

.sub_shop_view_finish_msg_box {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(../images/common/bk50.png) repeat;
}

/* sub_login_wrap */
.sub_register_finish_box,
.sub_account_search_finish_box,
.sub_account_search_box,
.sub_login_box {
	width: 500px;
	margin: 0px auto;
}

.sub_register_finish_box input[type="submit"],
.sub_account_search_finish_box input[type="submit"],
.sub_account_search_box input[type="submit"],
.sub_account_search_box input[type="password"],
.sub_account_search_box input[type="text"],
.sub_login_box input[type="text"],
.sub_login_box input[type="password"],
.sub_login_box input[type="submit"] {
	width: 100%;
	font-size: 18px;
	padding: 15px;
}

.sub_register_finish_box input[type="submit"],
.sub_account_search_finish_box input[type="submit"],
.sub_account_search_box input[type="submit"],
.sub_account_search_box input[type="text"],
.sub_login_box input[type="submit"],
.sub_login_box input[type="text"] {
	margin-top: 20px;
}

.sub_account_search_box input[type="text"]+input[type="text"],
.sub_login_box input[type="checkbox"],
.sub_login_box input[type="password"] {
	margin-top: 10px;
}

.sub_account_search_box input[type="text"],
.sub_account_search_box input[type="password"],
.sub_login_box input[type="text"],
.sub_login_box input[type="password"] {
	color: #333;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
}

.sub_login_box input[type="checkbox"] {
	width: 23px;
	height: 23px;
	border: none;
	cursor: pointer;
}

.sub_login_box>span {
	vertical-align: super;
}

.sub_register_finish_box input[type="submit"],
.sub_account_search_finish_box input[type="submit"],
.sub_account_search_box input[type="submit"],
.sub_login_box input[type="submit"] {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	background: #278fa4;
}

.sub_login_box ul {
	display: inline-block;
	margin: 0px auto;
}

.sub_login_box ul li {
	float: left;
}

.sub_login_box ul li a {
	font-size: 16px;
}

.sns_login_box,
.account_search_box {
	text-align: center;
	margin-top: 15px;
}

.sns_login_box ul {
	margin-top: 20px;
}

.sns_login_box ul li {
	margin: 0px 10px;
}

.sub_register_finish_box h2,
.sub_account_search_finish_box h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.sub_account_search_finish_box p {
	text-align: center;
	line-height: 2;
	padding: 30px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.sub_register_finish_box{
	text-align:center;
}

.sub_register_finish_box p {
	line-height: 2;
	padding: 30px 0px;
	border-bottom: 1px solid #e1e1e1;
}

/* sub_register_wrap */
.sub_register_input_box,
.sub_register_choice_box {
	width: 500px;
	margin: 0px auto;
}

.sub_register_choice_box>a {
	display: block;
	width: 100%;
	font-size: 18px;
	margin-top: 15px;
	padding: 10px;
	border-radius: 3px;
	background: #666;
}

.sub_register_choice_box>a:nth-child(2) {
	margin-top: 30px;
}

.sub_register_choice_box>a:nth-child(7) span,
.sub_register_choice_box>a:nth-child(2) span {
	display: inline-block;
	width: 36px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.sub_register_choice_box>a:nth-child(3) {
	background: #3fb549;
}

.sub_register_choice_box>a:nth-child(4) {
	color: #333;
	background: #f7e317;
}

.sub_register_choice_box>a:nth-child(5) {
	color: #fff;
	background: #1877f2;
}

.sub_register_choice_box>a:nth-child(6) {
	color: #fff;
	background: #1da1f2;
}

.sub_register_input_box input[type="submit"],
.sub_register_input_box input[type="text"],
.sub_register_input_box input[type="password"] {
	width: 100%;
	color: #333;
	font-size: 18px;
	padding: 15px;
	border: none;
	border-radius: 2px;
	background: #f5f5f5;
}

.sub_register_input_box input[type="text"]#reg_mb_zip{
	width:80%;
}

.sub_register_input_box .address_search_btn{
	vertical-align:top;
	margin-left:11px;
}

.sub_register_input_box input[type="text"].address_search_text {
	width: 60%;
}

.sub_register_input_box input[type="button"].address_search_btn {
	padding: 12px 16px;
	margin-top: 5px;
}

.sub_register_input_box input[type="text"]#reg_mb_addr1 {
	margin: 15px 0px;
}

.sub_register_input_box hr {
	margin: 30px 0px;
}

.sub_register_input_box .sub_register_input_list {
	margin-bottom: 30px;
}

.sub_register_input_box #captcha{
	padding:0px;
}

.sub_register_input_box input[type="date"]{
    width: 100%;
    padding: 17.5px 10px;
    border: 1px solid #f5f5f5;
    background: #F5F5F5;
}

.sub_register_input_list label{
	cursor:pointer;
}

.sub_register_input_list textarea{
    width: 100%;
    height: 150px;
    padding: 15px;
    resize: none;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}

fieldset#captcha.captcha.m_captcha {
	padding: 0;
}

fieldset#captcha legend label {
	display: none;
}

audio#captcha_audio {
	vertical-align: middle;
}

button#captcha_reload {
	margin: 10px 0px;
}

.sub_register_input_box p {
	margin-top: 5px;
}

.sub_register_input_box p>a {
	border-bottom: 1px dotted #fff;
}

.sub_register_input_box input[type="file"] {
	width: 100%;
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

.sub_register_input_box h2+input[type="text"] {
	margin-top: 30px;
}

.sub_register_input_box input[type="checkbox"] {
	width: 23px;
	height: 23px;
	margin-top: 15px;
	border: none;
	cursor: pointer;
}

.sub_register_input_box span {
	display:inline-block;
	vertical-align: super;
	font-size: 15.5px;
	margin-top:5px;
}

.sub_register_input_box span a {
	border-bottom: 1px dotted #fff;
}

.sub_register_input_box .fa-asterisk{
	font-size:8px;
}

.sub_register_input_btn_box input[type="submit"],
.sub_register_input_box input[type="submit"] {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	background: #278fa4;
}

.register_personal_info_msg_box,
.register_terms_msg_box {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 500px;
	height: 500px;
	z-index: 900;
	transform: translate(-50%, -50%);
}

.register_personal_info_msg_box p,
.register_terms_msg_box p {
	width: 500px;
	height: 500px;
	text-align: justify;
	border: 1px solid #e1e1e1;
	padding: 15px;
	overflow-y: scroll;
	background: #000;
}

.register_personal_info_msg_box a,
.register_terms_msg_box a {
	float: right;
	width: 60px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #333;
}

.register_personal_info_msg_box p::-webkit-scrollbar,
.register_terms_msg_box p::-webkit-scrollbar {
	width: 10px;
}

.register_personal_info_msg_box p::-webkit-scrollbar-thumb,
.register_terms_msg_box p::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 10px;
	background-clip: padding-box;
	border: 2px solid transparent;
}

.register_personal_info_msg_box p::-webkit-scrollbar-track,
.register_terms_msg_box p::-webkit-scrollbar-track {
	background-color: grey;
}

.register_msg_bk_box {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 800;
	background: url(../images/common/bk50.png) repeat;
}

/* product_buy_info_wrap */
.product_search_title_wrap span,
.product_title_wrap span {
	display: block;
	font-size: 15px;
	text-align: right;
	margin-bottom: 30px;
	display: none;
}

.product_title_wrap h2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

.product_buy_info_wrap h3,
.product_buy_info_wrap h3 {
	margin-top: 20px;
}

.product_buy_info_wrap table {
	width: 100%;
	margin-top: 15px;
}

.product_buy_info_wrap table tr th {
	width: 20%;
	text-align: center;
	border: 1px solid #333;
	background: #333;
}

.product_buy_info_wrap table tr td {
	background: #222;
}

.product_buy_info_wrap table tr td,
.product_buy_info_wrap table tr th {
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.product_get_user_info_box h3>a {
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	background: none;
}

.product_buy_info_wrap table tr td input[type="text"] {
	width: 150px;
}

.product_buy_info_wrap table tr td input[type="button"] {
	margin-left: 5px;
	border-radius: 3px;
}

.product_buy_info_wrap .product_payment_btn_box {
	text-align: center;
	margin: 30px 0px 0px;
}

.product_buy_info_wrap .product_payment_btn_box input.cancel_btn {
	color: #333;
	border: 1px solid #e1e1e1;
	background: #f3f3f3;
}

.product_buy_info_wrap .product_payment_btn_box input {
	margin: 30px 7.5px 0px 7.5px;
	padding: 10px 20px;
}

.product_payment_info_box p {
	line-height: 1.7;
}

.product_buy_info_wrap .product_payment_info_box table tr td .live_transfer_payment_box,
.product_buy_info_wrap .product_payment_info_box table tr td .offline_transfer_payment_box {
	display: none;
}

.admin_user_qna_box,
.product_get_user_address_edit_box,
.product_get_user_address_add_box,
.product_get_user_address_modify_box {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 500px;
	padding: 0px;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	z-index: 2100;
	background: #232323;
}

.admin_user_qna_box h3>span,
.product_get_user_address_edit_box h3>span,
.product_get_user_address_add_box h3>span,
.product_get_user_address_modify_box h3>span {
	float: right;
	cursor: pointer;
}

.admin_user_qna_box .admin_user_qna_details_box,
.product_get_user_address_modify_box .user_address_list_box {
	height: 400px;
	padding: 5px 15px;
	overflow-y: scroll;
	border: none;
}

.admin_user_qna_box .admin_user_qna_details_box {
	height: 455px;
	overflow: hidden;
}

.product_get_user_address_modify_box .user_address_list_box::-webkit-scrollbar,
.product_get_user_address_modify_box .user_address_list_box::-webkit-scrollbar {
	width: 10px;
}

.product_get_user_address_modify_box .user_address_list_box::-webkit-scrollbar-thumb,
.product_get_user_address_modify_box .user_address_list_box::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 10px;
	background-clip: padding-box;
	border: 2px solid transparent;
}

.product_get_user_address_modify_box .user_address_list_box::-webkit-scrollbar-track,
.product_get_user_address_modify_box .user_address_list_box::-webkit-scrollbar-track {
	background-color: grey;
}

.product_get_user_address_modify_box ul li {
	margin: 15px 0px;
	padding: 15px;
	background: #333;
}

.product_get_user_address_modify_box ul li a.defult_address_btn {
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: none;
}

.product_get_user_address_modify_box ul li a {
	display: inline-block;
	color: #fff;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 3px;
	background: #278fa4;
}

.product_get_user_address_modify_box ul li a.address_del_btn {
	color: #333;
	background: #fafafa;
}

.product_get_user_address_modify_box ul li a.address_choice_btn {
	float: right;
}

.product_get_user_address_modify_box a.address_add_btn {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

.product_get_user_address_edit_box,
.product_get_user_address_add_box {
	width: 500px;
}

.admin_user_qna_box h3,
.product_get_user_address_edit_box h3,
.product_get_user_address_add_box h3,
.product_get_user_address_modify_box h3 {
	color: #fff;
	margin: 0px;
	padding: 15px;
	border: none;
	border-radius: 5px 5px 0px 0px;
	background: #278fa4;
}

.product_get_user_address_edit_box .address_add_input_box,
.product_get_user_address_add_box .address_add_input_box {
	padding: 10px 30px 30px;
}

.admin_user_qna_box .admin_user_qna_details_box input[type="text"],
.product_get_user_address_edit_box .address_add_input_box input[type="text"],
.product_get_user_address_add_box .address_add_input_box input[type="text"] {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #e1e1e1;
}

.admin_user_qna_box .admin_user_qna_details_box p,
.product_get_user_address_edit_box .address_add_input_box p,
.product_get_user_address_add_box .address_add_input_box p {
	margin-top: 15px;
}

.product_get_user_address_edit_box .address_add_input_box input[type="text"].detail_address,
.product_get_user_address_add_box .address_add_input_box input[type="text"].detail_address {
	width: 175px;
}

.admin_user_qna_box .admin_user_qna_details_box textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	margin-top: 10px;
	resize: none;
}

.admin_user_qna_box .admin_user_qna_details_box input[type="button"] {
	margin-top: 30px;
}

.admin_user_qna_box .admin_user_qna_details_box select {
	margin-top: 10px;
}

.admin_user_qna_box .admin_user_qna_details_btn_box {
	text-align: center;
}

.product_get_user_address_edit_box input[type="button"].address_list_edit_btn,
.product_get_user_address_add_box input[type="button"].address_list_add_btn {
	width: 100%;
	font-size: 16px;
	margin-top: 30px;
}

.product_buy_finish_wrap {
	padding-top: 0px;
}

.product_buy_finish_wrap .product_buy_finish_box h1 {
	font-size: 28px;
	line-height: 1.7;
	margin-top: 60px;
}

.product_buy_finish_wrap .product_buy_finish_box h1>span {
	color: #fff;
	font-weight: 500;
}

.product_buy_finish_wrap .product_buy_finish_box p,
.product_buy_finish_wrap .product_buy_finish_box h1 {
	margin-top: 15px;
	text-align: center;
}

.product_buy_finish_wrap .product_buy_info_finish_box h3 {
	margin-top: 30px;
}

.product_buy_finish_wrap .product_buy_info_finish_box table {
	width: 100%;
	min-height: 300px;
	margin-top: 15px;
	background: #333;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr th {
	width: 30%;
	color: #212121;
	padding: 30px;
	vertical-align: middle;
	border-top: 1px solid #e1e1e1;
	background: #212121;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr td {
	width: 70%;
	padding: 30px;
	vertical-align: middle;
	border-top: 1px solid #e1e1e1;
	background: #222;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr:first-child th,
.product_buy_finish_wrap .product_buy_info_finish_box table tr:first-child td {
	border-top: none;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr th p {
	color: #fff;
	text-align: left;
}

.product_buy_finish_wrap .product_buy_finish_btn_box {
	text-align: center;
	margin-top: 30px;
	padding: 30px 0px 0px;
	border-top: 1px solid #e1e1e1;
}

.product_buy_finish_wrap .product_buy_finish_btn_box input {
	padding: 10px 20px;
}

.admin_user_qna_bk_box,
.product_get_user_address_bk_box {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 800;
	background: url(../images/common/bk50.png) repeat;
}

/* sub_faq_warp */
.sub_faq_search_box {
	text-align: center;
	margin-top: 30px;
	padding: 30px 0px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.sub_faq_search_box ul {
	width: 270px;
	margin: 15px auto 0px;
}

.sub_faq_search_box ul li {
	float: left;
	color: #aaa;
	margin-left: 5px;
}

.sub_faq_search_box ul li:first-child {
	margin-left: 0px;
}

.sub_faq_search_box ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-right: 5px;
}

.sub_faq_search_box input[type="button"] {
	margin-left: 5px;
}

.sub_faq_tab_menu_box ul {
	width: 100%;
}

.sub_faq_tab_menu_box ul li {
	float: left;
	width: 16.66666667%;
	padding: 0px 7.5px;
}

.sub_faq_tab_menu_box ul li:first-child {
	margin-left: 0px;
}

.sub_faq_tab_menu_box ul li a {
	display: block;
	text-align: center;
	margin-top: 30px;
	padding: 6px 0px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.sub_faq_tab_menu_box ul li.on a {
	color: #fff;
	font-weight: 500;
	border: 1px solid #278fa4;
	background: #278fa4;
}

.sub_faq_list_box dl {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
}

.sub_faq_list_box dl dt {
	padding: 15px 20px 15px 10px;
	border-bottom: 1px solid #e1e1e1;
	background: url(../images/sub/arrow_down.png) 99% 50% no-repeat;
}

.sub_faq_list_box dl dt.active {
	background: url(../images/sub/arrow_up.png) 99% 50% no-repeat;
}

.sub_faq_list_box dl dt a {
	display: block;
}

.sub_faq_list_box dl dt i {
	float: right;
}

.sub_faq_list_box dl dt i.lnr-chevron-up {
	display: none;
}

.sub_faq_list_box dl dd {
	display: none;
	font-weight: 300;
	line-height: 1.7;
	padding: 15px;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.sub_faq_list_box dl dd p button{
	border:1px solid #e1e1e1;
	border-radius:3px;
	background:#fff;
}

/* sub_policy_terms_wrap */
.sub_policy_terms_box {
	padding-top: 30px;
}

.sub_policy_terms_box p {
	padding: 30px;
	border-radius: 5px;
	background: #fafafa;
}

/* sub_bbs_tab_wrap */
.sub_bbs_tab_box ul {
	margin-top: 30px;
}

.sub_bbs_tab_box ul li {
	float: left;
	width: 33.3%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: none;
}

.sub_bbs_tab_box ul li:nth-child(4),
.sub_bbs_tab_box ul li:nth-child(5),
.sub_bbs_tab_box ul li:nth-child(6) {
	border-bottom: 1px solid #e1e1e1;
}

.sub_bbs_tab_box ul li:nth-child(3),
.sub_bbs_tab_box ul li:nth-child(6) {
	border-right: none;
}

.sub_bbs_tab_box ul li:focus,
.sub_bbs_tab_box ul li:hover,
.sub_bbs_tab_box ul li.active {
	background: #EFF6FF;
}

.sub_bbs_tab_box ul li a {
	display: block;
	text-align: center;
	padding: 20px 5px;
}

/* sub_notice_wrap */
.sub_notice_box table {
	width: 100%;
	margin-top: 30px;
}

.sub_notice_box table tr th {
	text-align: left;
	vertical-align: middle;
	padding: 15px 0px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.sub_notice_box table tr th:nth-child(3),
.sub_notice_box table tr td:nth-child(3) {
	padding-left: 30px;
}

.sub_notice_box table tr td {
	vertical-align: middle;
	padding: 15px 5px;
	border-bottom: 1px solid #e1e1e1;
}

.sub_notice_box table tr td:first-child+td,
.sub_notice_box table tr td:first-child,
.sub_notice_box table tr th:first-child {
	text-align: center;
}

.sub_notice_box table tr td:last-child,
.sub_notice_box table tr th:last-child {
	text-align: right;
}

.bbs_btn_box input[type="button"] {
	margin-top: 30px;
}

.bbs_btn_box input[type="button"].bbs_write_btn {
	float: right;
}

.bbs_search_box {
	text-align: center;
	margin-top: 30px;
}

.bbs_search_box select {
	width: 95px;
}

.bbs_search_box input[type="text"] {
	width: 160px;
	margin: 0px 5px;
	vertical-align: middle;
}

.bbs_search_box input[type="button"] {
	vertical-align: middle;
}

/* sub_notice_view_wrap */
.sub_event_view_box,
.sub_notice_view_box {
	margin-top: 30px;
}

.sub_event_view_title_box table,
.sub_notice_view_title_box table {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.sub_event_view_title_box table tr td,
.sub_notice_view_title_box table tr td {
	padding: 15px 0px;
}

.sub_event_view_box,
.sub_notice_view_box {
	padding: 0px 0px 15px;
}

.sub_notice_view_box img {
	max-width: 100%;
	height: auto;
}

.sub_event_btn_box,
.sub_notice_btn_box {
	display: flex;
	justify-content:space-between;
	margin-top: 15px;
	border-top: 1px solid #e1e1e1;
}

.sub_event_btn_box input[type="button"],
.sub_notice_btn_box input[type="button"] {
	margin-top: 30px;
}

.sub_event_btn_box input[type="button"].list_view_btn,
.sub_notice_btn_box input[type="button"].list_view_btn {
	float: right;
}

.file_img_list_box ul li {
	float: left;
	width: 12.5%;
	margin-top: 15px;
	padding: 7.5px;
}

.file_img_list_box .file_form_box {
	position: relative;
	color: #bbb;
	font-size: 14px;
	text-align: center;
	padding-top: 100%;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	background: none;
}

.file_img_list_box .file_form_box p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.file_img_list_box .file_form_box>input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
}

.file_img_list_box .img_preview {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	object-fit: cover;
	opacity: 0;
}

/* sub_notice_write_box sub_event_write_box */
.sub_event_write_box p,
.sub_notice_write_box p {
	margin-top: 15px;
}

.sub_event_write_box input[type="text"],
.sub_notice_write_box input[type="text"] {
	width: 100%;
	height: 40px;
	font-size: 16px;
	margin: 10px 0px;
	padding: 0px 15px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.sub_event_write_box textarea,
.sub_notice_write_box textarea {
	width: 100%;
	height: 400px;
	margin-top: 10px;
	padding: 15px;
	resize: none;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.sub_event_write_box+hr,
.sub_notice_write_box+hr {
	margin: 30px 0px;
	border-top: none;
	border-color: #212121;
}

.sub_event_write_box .bbs_view_text_box,
.sub_notice_write_box .bbs_view_text_box {
	margin-top: 15px;
	background: #fff;
}

.sub_event_write_box select,
.sub_notice_write_box select {
	width: 180px;
	height: 35px;
	font-size: 16px;
	margin: 15px 0px;
	padding: 5px;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.write_file_box {
	position: relative;
	width: 280px;
	height: 40px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
}

.write_file_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.write_file_box>.button {
	height: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	padding: 20px 10px;
	background: #278fa4;
}

.write_file_box:hover>.button {
	color: #fff;
	background: #278fa4;
}

.write_file_box>.label {
	width: 280px;
	height: 40px;
	color: #666;
	font-size: 13px;
	font-weight: 300;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	/* text-overflow:ellipsis; */
}

.write_file_box .chosen>.label {
	opacity: 1;
}

.write_btn_box input[type="button"].write_btn {
	float: right;
}

/* sub_qna_wrap */
.sub_qna_box .doc_box {
	width: 100%;
	height: 300px;
	margin-bottom: 5px;
	padding: 15px;
	overflow-y: scroll;
	border: none;
	background: #333;
}

.sub_qna_box h3 {
	margin: 30px 0px 15px;
}

.sub_qna_box input[type="text"] {
	width: 100%;
	padding: 7.5px 15px;
}

.sub_qna_box p {
	margin: 15px 0px 0px;
}

.sub_qna_box select {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}

.sub_qna_box textarea {
	width: 100%;
	height: 300px;
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.sub_qna_btn_box {
	text-align: center;
	margin-top: 30px;
}

.sub_qna_btn_box input[type="button"] {
	padding: 7px 15px;
}

.sub_qna_finish_box h2,
.sub_qna_finish_box h3 {
	text-align: center;
	margin-top: 30px;
}

.sub_qna_finish_box h2 i {
	color: #fff;
}

.sub_qna_finish_box p {
	text-align: center;
	margin-top: 10px;
}

.sub_qna_finish_box h2 {
	font-size: 64px;
}


/* bbs */
.sub_event_write_wrap,
.sub_notice_write_wrap,
.sub_event_view_wrap,
.sub_product_list_wrap,
.product_buy_info_wrap,
.sub_faq_wrap,
.sub_policy_terms_wrap,
.sub_notice_wrap,
.sub_notice_view_wrap,
.sub_qna_wrap {
	padding-top: 0px;
}

.sub_faq_wrap{
	padding-bottom:115px;
}

/* my_page_menu_wrap */
.my_page_menu_wrap .my_page_menu_box a {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 30px;
	padding: 15px 0px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}

.my_page_menu_wrap .my_page_menu_box a>i {
	font-size: 32px;
}

.my_page_menu_wrap .my_page_menu_box a>span.signal_count_icon {
	position: absolute;
	top: 10%;
	right: 36%;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
	background: #f00;
}

.my_page_menu_wrap .my_page_menu_box a.on {
	border: 1px solid #278fa4;
	background: #278fa4;
}

.my_page_menu_wrap .my_page_menu_box a:focus,
.my_page_menu_wrap .my_page_menu_box a:hover {
	border: 1px solid #278fa4;
	background: #278fa4;
}


/* my_page_wrap */
.my_page_wrap {
	margin-top: 30px;
	padding-bottom: 120px;
}

.my_page_wrap h2.my_page_title {
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.my_page_wrap h2.my_page_title>a {
	float: right;
	font-size: 14px;
	padding-top: 10px;
}

.my_page_wrap table.mileage_current_box {
	width: 100%;
}

.my_page_wrap table.mileage_current_box tr th,
.my_page_wrap table.mileage_current_box tr td {
	width: 20%;
	padding: 15px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.my_page_wrap table.mileage_current_box tr th {
	border-right: none;
	background: #333;
}

.my_page_wrap table.mileage_current_box tr td {
	text-align: right;
	border-left: none;
	background: #222;
}

.my_page_wrap table.mileage_current_box tr td p input[type="button"] {
	color: #333;
	font-weight: 300;
	margin-left: 5px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.my_page_wrap table.mileage_current_box tr td a {
	color: #ffff;
	border-bottom: 1px dotted #fff;
}

.my_page_wrap table.delivery_status_box {
	width: 100%;
	margin-top: 30px;
}

.my_page_wrap table.delivery_status_box tr th {
	padding: 15px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #333;
}

.my_page_wrap table.delivery_status_box tr th h3>span {
	font-size: 13px;
	font-weight: 300;
}

.my_page_wrap table.delivery_status_box tr th h3>a {
	float: right;
	font-size: 15px;
}

.my_page_wrap table.delivery_status_box tr td {
	width: 20%;
	text-align: center;
	padding: 15px 0px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #222;
}

.my_page_wrap table.delivery_status_box tr td img {
	display: block;
	margin: 0px auto;
}

.my_page_wrap table.delivery_status_box tr td p {
	font-size: 14px;
	margin-top: 5px;
}

.my_page_wrap table.delivery_status_box tr td p a {
	color: #fff;
	font-size: 24px;
	border-bottom: 1px dotted #fff;
}

.my_page_wrap .my_page_menu_box {
	text-align: center;
	margin-top: 30px;
	padding: 30px 10px;
	border: 1px solid #e1e1e1;
}

.my_page_wrap .my_page_menu_box a i {
	font-size: 48px;
}

.my_page_wrap .my_page_buy_product_list_img_box {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.my_page_wrap .my_page_buy_product_list_img_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.my_page_wrap .my_page_buy_product_list_text_box {
	border: 1px solid #e1e1e1;
	border-top: none;
}

.my_page_wrap .my_page_buy_product_list img {
	width: 100%;
	margin-top: 30px;
}

.my_page_wrap .my_page_buy_product_list table tr th,
.my_page_wrap .my_page_buy_product_list table tr td {
	width: 50%;
}

.my_page_wrap .my_page_buy_product_list>h4 {
	margin-bottom: 10px;
	padding: 10px 10px 0px;
}

.my_page_wrap .my_page_buy_product_list_text_box h4,
.my_page_wrap .my_page_buy_product_list p,
.my_page_wrap .my_page_buy_product_list h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.my_page_wrap .my_page_buy_product_list_text_box h4:first-child {
	text-align: right;
}

.my_page_wrap .my_page_buy_product_list h3 {
	margin-top: 10px;
	padding-left: 10px;
}

.my_page_wrap .my_page_buy_product_list h4>input {
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 5px;
}

.my_page_wrap .my_page_buy_product_list h5 {
	text-align: right;
}

.my_page_wrap .my_page_buy_product_list h5 a {
	font-size: 16px;
}

.my_page_wrap .my_page_buy_product_list p {
	color: #666;
	text-align: left;
}

.my_page_wrap .my_page_buy_product_list_text_box {
	padding: 10px;
}

.my_page_wrap .my_page_buy_product_list_text_box p.product_buy_number {
	font-size: 14px;
}

.my_page_wrap .my_page_buy_product_list_text_box h2 {
	display: inline-block;
	font-size: 16px;
	padding: 5px 10px;
	margin: 10px 0px;
	border: 1px solid #e1e1e1;
	border-radius: 15px;
}

.my_page_wrap .my_page_buy_product_list_price_box {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e1e1e1;
}

.my_page_wrap .my_page_buy_product_list_price_box h3,
.my_page_wrap .my_page_buy_product_list_price_box p {
	text-align: right;
}

.my_page_wrap .my_page_buy_product_list_btn_box {
	margin-top: 17px;
}

.my_page_wrap .my_page_buy_product_list_btn_box input {
	display: block;
	width: 100%;
	color: #333;
	margin-top: 5px;
	padding: 10px 0px;
	border: 1px solid #e1e1e1;
	background: none;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:first-child {
	margin-top: 10px;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:nth-child(2) {
	color: #fff;
	border: 1px solid #309c8a;
	background: #0069b8;
}

.my_page_wrap .my_page_buy_product_list_btn_box input[disabled="disabled"] {
	color: #888;
	cursor: default;
}

.my_page_wrap .product_list_box img {
	margin-top: 30px;
}

.my_page_index_tail_box {
	margin-bottom: 120px;
}

.my_page_product_list_box {
	margin-top: 30px;
	background: #222;
}

.my_page_product_list_box .vod_text_box>span {
	display: inline-block;
	font-size: 14px;
	margin: 20px 15px 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.my_page_product_list_box p.my_vod_price,
.my_page_product_list_box p.my_vod_title {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 15px;
	padding: 0px 15px;
	overflow: hidden;
}

.my_page_product_list_box p.my_vod_price {
	margin-top: 5px;
}

.my_page_product_list_box img {
	width: 100%;
	border-radius: 5px;
}

.my_page_product_list_box .vod_img_box {
	position: relative;
	cursor: pointer;
}

.my_page_product_list_box .my_page_watch_box,
.my_page_product_list_box .my_page_buy_detail_box {
	padding: 0px 15px 15px;
}

.my_page_product_list_box .my_page_buy_detail_box>a {
	display: block;
	text-align: ceter;
	margin-top: 15px;
	padding: 10px;
	border-radius: 5px;
	background: #212121;
}

.my_page_product_list_box .my_page_buy_detail_box>a.my_page_review_write_btn {
	color: #fff;
	border: none;
	background: #278fa4;
}

.my_page_product_list_box .my_page_watch_box>a {
	display: block;
	text-align: center;
	margin-top: 15px;
	padding: 10px;
	border-radius: 5px;
	border: none;
	background: #278fa4;
}


/* my_page_search_wrap */
.my_page_search_wrap {
	margin-top: 30px;
	padding-bottom: 0px;
}

.my_page_search_box {
	height: auto;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #222;
}

.my_page_search_box a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #212121;
	padding: 3px 0px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}

.my_page_search_box input[type="text"] {
	width: 100%;
}

.my_page_search_box input[type="button"] {
	padding: 5px 10px;
}


/* my_page_order_details_wrap */
.my_page_order_details_wrap {
	padding-bottom: 120px;
}


/* order_details_view_wrap */
.order_details_view_title_box h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.order_details_view_box .delivery_msg_box {
	margin-top: 30px;
}

.order_details_view_box .delivery_msg_box h3 {
	text-align: center;
}

.order_details_view_box table {
	table-layout: fixed;
	width: 100%;
	margin-top: 30px;
}

.order_details_view_box table tr td,
.order_details_view_box table tr th {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}

.order_details_view_box table tr th p {
	text-align: center;
}

.order_details_view_box table tr th {
	border: 1px solid #e1e1e1;
	background: #222;
}

.order_details_view_box table tr td {
	border: 1px solid #e1e1e1;
}

.order_details_view_box table tr td img {
	display: block;
	margin: 0px auto;
}

.order_details_view_box table tr td h4,
.order_details_view_box table tr td h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.order_details_view_box table tr td h3 a {
	font-weight: 400;
}

.order_details_view_box table tr td select {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.order_details_view_box table tr td.active {
	background: #278fa4;
}

.order_details_view_box table tr td.active p {
	color: #fff;
	font-weight: 400;
}

.order_details_view_box table tr td input.product_return_btn {
	color: #333;
	border: 1px solid #fafafa;
	background: #fafafa;
}

.order_details_view_box table tr td .address_change_btn {
	color: #333;
	margin-top: 10px;
	border: 1px solid #fafafa;
	background: #fafafa;
}

.order_details_view_box table tr td[colspan="3"] {
	text-align: left;
}

.order_details_view_box table tr td[colspan="3"] p {
	margin: 5px 0px;
}

.order_details_view_box table tr td[colspan="4"] input[type="text"] {
	width: 100%;
	border-radius: 3px;
}

.order_details_view_box table tr td[colspan="4"] input[type="text"].detail_address,
.order_details_view_box table tr td[colspan="4"] input[type="text"].phone_num_input {
	width: 200px;
}

.order_details_view_box table tr td[colspan="4"] input[type="text"].detail_address {
	margin-bottom: 15px;
}

.order_details_view_box table tr td[colspan="4"] input[name="cash_receipt"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.order_details_view_box table tr td[colspan="4"] {
	text-align: left;
}

.order_details_view_box table tr td[colspan="4"] h4 {
	margin-top: 10px;
}

.order_details_view_box table tr td[colspan="4"] h4:first-child {
	margin-top: 0px;
}

.order_details_view_box table tr td[rowspan="4"] .order_details_title {
	text-align: left;
}

.order_details_view_box table tr td[rowspan="4"] .order_details_title h3 {
	font-size: 14px;
}

.order_details_view_box table tr td input[type="button"] {
	padding: 5px;
}

.order_details_view_box table tr td[colspan="4"] h3 {
	text-align: center;
}

.order_details_view_box table tr:last-child td[colspan="4"] {
	text-align: center;
}

.order_details_view_box table tr:last-child td[colspan="4"] input {
	color: #333;
	padding: 10px;
	border: 1px solid #fafafa;
	background: #fafafa;
}

.order_details_view_box table tr td textarea {
	width: 100%;
	height: 120px;
	padding: 15px;
}

.order_details_view_box table tr td p.delivery_office_name {
	margin-bottom: 10px;
}

.order_details_view_box table tr td.return_account {
	text-align: left;
}

.order_details_view_box table tr td.return_account h4 {
	margin-top: 15px;
	padding-bottom: 5px;
}

.order_details_view_box table tr td.return_account h4:first-child {
	margin-top: 0px;
}

.order_details_view_box table tr td.return_account input[type="text"] {
	width: 200px;
}

.order_details_view_box table tr td input[type="radio"] {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.order_details_view_box table tr td ul li {
	float: left;
	display: block;
	width: 20%;
	text-align: center;
}

.order_details_view_box .delivery_msg_box {
	display: none;
}

.order_details_view_btn_box {
	text-align: center;
	margin-top: 30px;
}

.order_details_view_btn_box input {
	padding: 10px 20px;
}

.order_details_view_box .delivery_product_info_box {
	padding: 30px 0px;
	margin-top: 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #222;
}

.order_details_view_box .delivery_product_info_box h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.order_details_view_box .delivery_product_info_box h3 a {
	font-weight: 400;
}

.order_details_view_box .delivery_product_info_box p a {
	color: #fff;
	padding-bottom: 1px;
	border-bottom: 1px dotted #fff;
}

.order_details_view_box .delivery_product_info_box p input.delivery_num_copy_btn {
	padding: 5px;
	margin-left: 5px;
}

.order_details_view_box .delivery_product_info_box p input.delivery_num_copy {
	height: 1px;
	visibility: hidden;
}

.order_details_view_box .delivery_product_info_box dl {
	margin-top: 30px;
}

.order_details_view_box .delivery_product_info_box dl dt {
	font-weight: 600;
	padding: 10px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.order_details_view_box .delivery_product_info_box dl dt {
	padding: 15px 20px 15px 15px;
	border-bottom: 1px solid #e1e1e1;
	background: url(../images/sub/arrow_down.png) 99% 50% no-repeat;
}

.order_details_view_box .delivery_product_info_box dl dt.active {
	background: url(../images/sub/arrow_up.png) 99% 50% no-repeat;
}

.order_details_view_box .delivery_product_info_box dl dt:first-child {
	border-top: 1px solid #e1e1e1;
}

.order_details_view_box .delivery_product_info_box dl dd {
	display: none;
	font-weight: 300;
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
	background: #fafafa;
}

.order_details_view_box .delivery_product_info_box dl dd strong {
	font-weight: 400;
}

.delivery_copy_alert_box {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 180px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	background: url(../images/common/bk50.png);
}

.delivery_copy_alert_box p {
	color: #fff;
	font-size: 13px;
	line-height: 30px;
}

.order_return_finish_box {
	text-align: center;
}

.order_return_finish_box h2,
.order_return_finish_box h3 {
	text-align: center;
	margin-top: 30px;
}

.order_return_finish_box strong,
.order_return_finish_box h2 i {
	color: #fff;
}

.order_return_finish_box p {
	text-align: center;
	margin-top: 10px;
}

.order_return_finish_box h2 {
	font-size: 64px;
}

.order_return_finish_box input[type="button"] {
	margin-top: 30px;
	padding: 10px 20px;
}


/* popup_manager_wrap */
.popup_manager_title_box h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.popup_manager_list_box table {
	width: 100%;
	margin-top: 20px;
}

.popup_manager_list_box table tr th {
	border-bottom: 1px solid #e1e1e1;
}

.popup_manager_list_box table tr th,
.popup_manager_list_box table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	border-top: 1px solid #e1e1e1;
}

.popup_manager_list_box table tr:last-child td {
	border-bottom: 1px solid #e1e1e1;
}

.popup_manager_add_box .popup_manager_add_title {
	margin-top: 30px;
}

.popup_manager_add_box input[type="text"] {
	width: 100%;
	margin-top: 15px;
}

.popup_manager_add_box .gallery_view_box {
	width: 420px;
	height: 560px;
	margin-top: 15px;
	border: 1px solid #e1e1e1;
}

.popup_manager_add_box .gallery_view_box img {
	width: 100%;
	height: 100%;
}

.popup_manager_add_box .my_img_del_btn {
	margin-top: 30px;
}

.popup_manager_add_box>.bbs_btn_box {
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
}


/* my_page_search_wrap */
.my_page_select_wrap {
	margin-top: 30px;
	padding-bottom: 0px;
}

.my_page_select_box {
	height: 75px;
	padding: 20px 15px 0px 15px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #222;
}

.my_page_select_box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
}

.my_page_select_box span {
	vertical-align: bottom;
}

.my_page_select_box input[type="button"] {
	float: right;
	padding: 5px;
}


/* my_page_order_wishlist_wrap */
.my_page_order_wishlist_wrap {
	padding-bottom: 120px;
}

.my_page_order_wishlist_wrap .vod_edit_box {
	display: block;
	margin: 0px 15px 15px;
}

.my_page_order_wishlist_wrap .vod_edit_box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-bottom: 15px;
	cursor: pointer;
}

.my_page_order_wishlist_wrap .vod_edit_box a {
	float: right;
	display: inline-block;
	font-size: 13.5px;
	border-bottom: 1px dotted #ccc;
}


/* my_page_coupon_add_code_wrap */
.my_page_coupon_add_code_wrap {
	margin-top: 30px;
}

.my_page_coupon_add_code_title h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.my_page_coupon_add_code_box {
	text-align: center;
	margin-top: 30px;
}

.my_page_coupon_add_code_box input[type="text"] {
	margin-right: 5px;
}


/* my_page_coupon_wrap my_page_qna_wrap my_page_mileage_wrap my_page_certificate_wrap */
.my_page_certificate_wrap .my_page_certificate_count_box h3,
.my_page_qna_wrap .my_page_qna_count_box h3,
.my_page_coupon_wrap .my_page_coupon_count_box h3,
.my_page_mileage_wrap .my_page_mileage_count_box h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}

.my_page_mileage_wrap .my_page_mileage_count_box p {
	margin-top: 15px;
}

.my_page_certificate_wrap p.my_page_cerificate_info_text {
	margin-top: 15px;
}

.my_page_cerificate_wrap .my_page_cerificate_count_box h3 span,
.my_page_qna_wrap .my_page_qna_count_box h3 span,
.my_page_coupon_wrap .my_page_coupon_count_box h3 span,
.my_page_mileage_wrap .my_page_mileage_count_box h3 span {
	color: #fff;
	font-weight: 500;
}

.my_page_certificate_wrap .my_page_cerificate_box,
.my_page_mileage_wrap .my_page_mileage_box,
.my_page_coupon_wrap .my_page_coupon_box {
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #333;
	border-radius: 5px;
	background: #222;
}

.my_page_certificate_wrap .my_page_cerificate_box h4,
.my_page_mileage_wrap .my_page_mileage_box h4,
.my_page_coupon_wrap .my_page_coupon_box h4 {
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	overflow: hidden;
}

.my_page_certificate_wrap .my_page_cerificate_box p,
.my_page_certificate_wrap .my_page_cerificate_box h3,
.my_page_mileage_wrap .my_page_mileage_box p,
.my_page_mileage_wrap .my_page_mileage_box h3,
.my_page_coupon_wrap .my_page_coupon_box p,
.my_page_coupon_wrap .my_page_coupon_box h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.my_page_certificate_wrap .my_page_cerificate_box h3,
.my_page_mileage_wrap .my_page_mileage_box h3,
.my_page_coupon_wrap .my_page_coupon_box h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.my_page_certificate_wrap .my_page_cerificate_box a {
	display: block;
	text-align: center;
	margin-top: 15px;
	padding: 8px 10px;
	border-radius: 3px;
	background: #278fa4;
}

.my_page_coupon_wrap .coupon_finish {
	border: 1px solid #333;
}

.my_page_coupon_wrap .coupon_finish h4,
.my_page_coupon_wrap .coupon_finish h3,
.my_page_coupon_wrap .coupon_finish p {
	color: #888;
}


/* my_page_qna_wrap */
.my_page_qna_wrap dl {
	border-top: 1px solid #e1e1e1;
}

.my_page_qna_wrap dl dt {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.my_page_qna_wrap dl dt>a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.my_page_qna_wrap dl dt p {
	text-align: right;
}

.my_page_qna_wrap dl dt>span {
	color: #888;
}

.my_page_qna_wrap dl dt p span {
	margin-right: 15px;
}

.my_page_qna_wrap dl dt p span+span {
	color: #666;
}

.my_page_qna_wrap dl dt p a {
	margin-right: 15px;
	padding: 2px 5px;
	border: 1px solid #e1e1e1;
}

.my_page_qna_wrap dl dd {
	display: none;
	padding: 15px;
	text-align: justify;
	border-bottom: 1px solid #333;
	background: #222;
}

.my_page_qna_wrap dl dd h4 {
	font-weight: 300;
	line-height: 1.7;
	margin-top: 30px;
}

.my_page_qna_wrap h5 {
	color: #777;
	font-size: 14px;
	font-weight: 400;
}

.my_page_qna_wrap .qna_modify_btn_box {
	text-align: right;
	margin-top: 60px;
}

.my_page_qna_wrap .qna_modify_btn_box a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	padding: 5px 10px;
	margin-left: 5px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	background: none;
}


/* my_page_user_info_modify_wrap */
.my_page_user_info_modify_box,
.user_info_modify_modify_box,
.user_info_modify_check_box {
	display: block;
	text-align: center;
	padding: 60px 15px 0px;
	border-top: 1px solid #e1e1e1;
}

.user_info_modify_modify_box {
	text-align: left;
	padding: 30px 0px 0px;
}

.user_info_modify_check_box p {
	margin-bottom: 15px;
}

.user_info_modify_check_box input[type="password"] {
	font-size: 16px;
	border-radius: 5px;
}

.my_page_user_info_modify_box input[type="button"],
.user_info_modify_check_box input[type="button"] {
	margin-top: 30px;
	padding: 8px 10px;
}

.user_info_modify_modify_box .sub_input_list {
	width: 100%;
	padding: 5px 0px 0px;
}

.user_info_modify_modify_box .sub_input_list h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.user_info_modify_modify_box .sub_input_list p {
	margin-top: 15px;
}

.user_info_modify_modify_box .sub_input_list input[type="button"] {
	padding: 5px 10px;
}

.user_info_modify_modify_box .sub_input_list i {
	font-size: 8px;
	vertical-align: top;
}

.user_info_modify_modify_box .sub_input_list .address_text_int {
	width: 280px;
	margin-top: 5px;
}

.user_info_modify_modify_box .sub_input_list .address_num_int {
	width: 160px;
}

.user_info_modify_modify_box .modify_modify_btn_box {
	text-align: center;
	margin-top: 60px;
	border-top: 1px solid #e1e1e1;
}

.user_info_modify_modify_box .modify_modify_btn_box input[type="button"] {
	color: #333;
	margin: 30px 5px;
	padding: 10px 15px;
	border: 1px solid #e1e1e1;
	background: #fafafa;
}

.user_info_modify_modify_box .modify_modify_btn_box input[type="button"].join_btn {
	color: #fff;
	border: 1px solid #278fa4;
	background: #278fa4;
}

.my_page_user_info_modify_box i {
	font-size: 54px;
}

.my_page_user_info_modify_box h3 {
	margin-top: 30px;
}


/* my_profile_setting */
.my_profile_setting_box h3 {
	margin-top: 30px;
}

.my_profile_setting_box h3.my_profile_title {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.my_profile_setting_box h3>span {
	font-size: 14px;
	vertical-align: baseline;
}

.my_profile_setting_box h3+p {
	font-size: 14px;
}

.my_profile_setting_box .my_profile_greeting_img_list,
.my_profile_setting_box select,
.my_profile_setting_box img.profile_img,
.my_profile_setting_box input[type="file"] {
	margin-top: 15px;
}

.my_profile_setting_box .my_profile_greeting_img_list p {
	margin-top: 5px;
}

.my_profile_setting_box .my_profile_greeting_img_list .my_profile_greeting_img_box {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.my_profile_setting_box .my_profile_greeting_img_list .my_profile_greeting_img_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.my_img_del_btn,
.my_profile_setting_box .my_img_del_btn {
	display: inline-block;
	border-bottom: 1px dotted #212121;
	vertical-align: super;
}

.my_profile_setting_box textarea {
	width: 100%;
	height: 193px;
	margin-top: 15px;
	padding: 15px;
	resize: none;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	background: #333;
}

.my_profile_setting_box input[type="text"] {
	width: 100%;
	margin-top: 15px;
}

.my_profile_setting_box h4 {
	margin-top: 30px;
}

.my_profile_setting_box h3+h4 {
	margin-top: 15px;
}

.greeting_user_write_file_box,
.my_profile_setting_box .write_file_box {
	position: relative;
	display: inline-block;
	width: 280px;
	height: 40px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 10px 0px 0px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px;
	background: #fff;
}

.greeting_user_write_file_box input,
.my_profile_setting_box .write_file_box input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.greeting_user_write_file_box>.button,
.my_profile_setting_box .write_file_box>.button {
	height: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	padding: 20px 10px;
	cursor: pointer;
	background: #278fa4;
}

.greeting_user_write_file_box>.label,
.my_profile_setting_box .write_file_box>.label {
	width: 280px;
	height: 40px;
	color: #666;
	font-size: 13px;
	font-weight: 300;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.greeting_user_write_file_box .chosen>.label,
.my_profile_setting_box .write_file_box .chosen>.label {
	opacity: 1;
}

.greeting_user_gallery_view_box,
.my_profile_setting_box .gallery_view_box {
	width: 100%;
	margin: 15px 0px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}

.greeting_user_gallery_view_box {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.greeting_user_gallery_view_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.my_profile_greeting_user_img_box {
	display: none;
	margin-top: 10px;
}

.my_profile_setting_box .gallery_view_box img {
	width: 100%;
}

.my_profile_setting_box .class_img_del_btn {
	float: right;
	margin-top: 5px;
	border-bottom: 1px dotted #212121;
}

.my_profile_setting_box .my_profile_btn_box {
	text-align: center;
	margin-top: 30px;
}

.my_profile_setting_box .my_profile_btn_box input[type="button"] {
	padding: 8px 10px;
}

.my_profile_setting_box .my_profile_product_list_box {
	height: 200px;
	margin-top: 20px;
	padding: 15px;
	overflow-y: scroll;
	border: 1px solid #e1e1e1;
}

.my_profile_setting_box .my_profile_product_list_box::-webkit-scrollbar {
	width: 10px;
}

.my_profile_setting_box .my_profile_product_list_box::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 10px;
	background-clip: padding-box;
	border: 2px solid transparent;
}

.my_profile_setting_box .my_profile_product_list_box::-webkit-scrollbar-track {
	background-color: grey;
}

.my_profile_setting_box .my_profile_product_list_box ul li {
	padding: 10px 0px;
	border-bottom: 1px dotted #212121;
}

.my_profile_setting_box .my_profile_product_list_box ul li input {
	float: right;
	width: 15px;
	height: 15px;
}

.my_page_profile_setting_finish_box {
	display: block;
	text-align: center;
	padding: 60px 15px 0px;
	border-top: 1px solid #e1e1e1;
}

.my_page_profile_setting_finish_box i {
	font-size: 54px;
}

.my_page_profile_setting_finish_box h3 {
	margin-top: 30px;
}

.my_page_profile_setting_finish_box input[type="button"] {
	margin-top: 30px;
	padding: 8px 10px;
}


/* sub_cash_payment_wrap */
.sub_cash_payment_box>h3 {
	margin-top: 30px;
}

.sub_cash_payment_box .add_my_cash_box,
.sub_cash_payment_box .my_cash_box {
	margin-top: 30px;
	padding: 10px 15px;
	border-radius: 5px;
	background: #333;
}

.sub_cash_payment_box .add_my_cash_box h4,
.sub_cash_payment_box .my_cash_box h4 {
	display: inline-block;
	font-size: 18px;
}

.sub_cash_payment_box .add_my_cash_box span,
.sub_cash_payment_box .my_cash_box span,
.sub_cash_payment_box h4>span {
	float: right;
}

.sub_cash_payment_box p.cash_readme_text {
	margin-top: 30px;
}

.sub_cash_payment_box ul li {
	vertical-align: middle;
	margin-top: 30px;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px;
	background: #333;
}

.sub_cash_payment_box ul li i {
	font-size: 24px;
	vertical-align: middle;
}

.sub_cash_payment_box ul li i.select {
	color: #ae48ea;
	font-weight: 500;
}

.sub_cash_payment_box ul li h4 {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 10px;
}

.sub_cash_payment_box ul li sub {
	font-size: 14px;
	margin-left: 38px;
}

.sub_cash_payment_box ul li span {
	float: right;
	font-size: 18px;
}

.sub_cash_payment_box .payment_select_box {
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px;
	background: #333;
}

.sub_cash_payment_box .payment_select_box p {
	margin-top: 15px;
}

.sub_cash_payment_box .payment_select_box p.payment_select_first_title {
	margin-top: 0px;
}

.sub_cash_payment_box select {
	font-size: 16px;
	margin-top: 10px;
}

.sub_cash_payment_box .payment_select_box sub {
	font-size: 15px;
}

.sub_cash_payment_box .offline_transfer_payment_box,
.sub_cash_payment_box .live_transfer_payment_box {
	display: none;
}

.sub_cash_payment_box .offline_transfer_payment_box input[type="text"] {
	vertical-align: middle;
	margin-top: 10px;
	border: 1px solid #333;
	background: #212121;
}

.sub_cash_payment_box .offline_transfer_payment_box input[type="button"] {
	vertical-align: bottom;
	padding: 6px 10px;
}

.sub_cash_payment_box .payment_btn_box {
	text-align: center;
	margin-top: 30px;
}

.sub_cash_payment_box .payment_btn_box input[type="checkbox"] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.sub_cash_payment_box .payment_btn_box input[type="button"] {
	margin-top: 30px;
	padding: 8px 15px;
}

.sub_cash_payment_box p.payment_use_info_box {
	line-height: 1.7;
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px;
	background: #333;
}

/* sub_teacher_profile_wrap */
.sub_teacher_profile_box h3.profile_title {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.sub_teacher_profile_box h3.profile_title>a {
	float: right;
	font-size: 16px;
	padding-top: 3px;
}

.teacher_profile_product_img_list_box,
.teacher_profile_product_list_box {
	margin-top: 30px;
}

.teacher_profile_product_list_box p.vod_title {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 15px;
	overflow: hidden;
}

.teacher_profile_product_img_list_box img,
.teacher_profile_product_list_box img {
	border-radius: 5px;
}

.teacher_profile_product_list_box .vod_img_box {
	position: relative;
	cursor: pointer;
}

.teacher_profile_product_list_box .vod_detail_box {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	padding: 5%;
	overflow: hidden;
	border-radius: 5px;
	background: url(../images/common/bk60.png);
}

.teacher_profile_product_list_box .vod_detail_box h2,
.teacher_profile_product_list_box .vod_detail_box h3,
.teacher_profile_product_list_box .vod_detail_box p {
	line-height: 1.5;
	font-size: 16px;
}

.teacher_profile_product_list_box .vod_detail_box h3 {
	color: #ccc;
	margin-top: 0px;
}

.teacher_profile_product_list_box .vod_detail_box p {
	display: -webkit-box;
	height: 4.5em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.teacher_profile_product_list_box .vod_type_box {
	position: absolute;
	top: -1px;
	right: 0px;
}

.teacher_profile_product_list_box .price_box span {
	display: inline-block;
	margin-top: 15px;
}

.teacher_profile_product_list_box .price_box span.sale_box {
	font-size: 13px;
	padding: 1px 5px;
	border-radius: 3px;
	background: #278fa4;
}

.teacher_profile_product_list_box .price_box span.msrp_price {
	color: #666;
	text-decoration: line-through;
	margin: 0px 5px;
}

.teacher_profile_product_list_box .swiper-button-prev,
.teacher_profile_product_list_box .swiper-button-next {
	top: 40%;
}

.teacher_profile_product_img_box {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}

.teacher_profile_product_img_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.teacher_greeting_box {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	border-radius: 5px;
	background: #333;
}

.teacher_greeting_box h3,
.teacher_greeting_box h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-weight: 500;
	text-align: center;
	padding: 15px;
	transform: translate(-50%, -50%);
}

.teacher_profile_img_box img,
.teacher_greeting_box>img {
	border-radius: 5px;
}

.teacher_greeting_box>img.mo_ver {
	display: none;
}

.teacher_profile_img_box,
.teacher_profile_text_box {
	margin-top: 30px;
}

.sub_teacher_profile_wrap h3 {
	margin-top: 30px;
}

.sub_teacher_profile_box .sub_product_list_box h3 {
	margin-top: 0px;
}

.sub_teacher_profile_wrap h3.teacher_profile_title {
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.teacher_profile_text_box p {
	margin-top: 15px;
	padding: 15px;
	border-radius: 3px;
	background: #333;
}

.teacher_profile_live_class_box ul {
	margin-top: 30px;
}

.teacher_profile_live_class_box ul li {
	float: left;
	width: 22.5%;
	text-align: center;
	margin-left: 30px;
}

.teacher_profile_live_class_box ul li:first-child {
	margin-left: 0px;
}

.teacher_profile_live_class_box ul li a {
	display: inline-block;
	width: 150px;
	height: 150px;
	font-size: 32px;
	text-align: center;
	line-height: 150px;
	margin: 0px auto;
	border-radius: 100%;
	background: #278fa4;
}

.teacher_profile_live_class_box ul li p {
	text-align: center;
	margin-top: 30px;
}

.teacher_profile_notice_box ul {
	width: 100%;
	margin-top: 15px;
}

.teacher_profile_notice_box ul li {
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}

.teacher_profile_notice_box ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: auto;
	overflow: hidden;
}

.teacher_profile_map_box h4 {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.teacher_profile_map_box p {
	margin-top: 20px;
	padding: 15px;
	border-radius: 3px;
	background: #333;
}

.teacher_profile_map_box iframe {
	width: 100%;
	height: 600px;
	margin-top: 30px;
}

/* sub_event_list_wrap */
.sub_event_list_wrap {
	padding-top: 0px;
}

.sub_event_list_box {
	margin-top: 30px;
	cursor: pointer;
}

.sub_event_list_box p {
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
	overflow: hidden;
}

.sub_event_list_box+input[type="checkbox"] {
	margin-left: 0px;
}

.event_list_img_box {
	position: relative;
	padding-top: 42.85714285%;
	overflow: hidden;
}

.event_list_img_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.sub_event_list_wrap .bbs_btn_box {
	display: block;
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
}

/* sub_event_write_wrap */
.sub_event_write_wrap .gallery_view_box {
	width: 510px;
	height: 215px;
	margin-top: 15px;
	border: 1px solid #e1e1e1;
}

.sub_event_write_wrap .my_img_del_btn {
	margin-top: 15px;
}

.sub_event_write_wrap .gallery_view_box img {
	width: 100%;
	height: 100%;
}

#bo_vc {
	margin-top: 5px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}

#bo_vc>h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

#bo_vc header {
	height: 30px;
}

#bo_vc article {
	clear: both;
	padding: 15px 0px;
	border-bottom: 1px solid #e1e1e1;
}

#bo_vc .bo_vc_act li {
	display: inline-block;
	margin: 15px 0px 0px 10px;
}

#bo_vc .bo_vc_act li:first-child {
	margin-left: 0px;
}

#bo_vc .bo_vc_act li a {
	padding: 3px 8px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}

/* top_of_the_page_box */
.top_of_the_page_box a {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	border-radius: 2px;
	background: url(../images/common/wh20.png) repeat;
}

/* 선생님 찾기 */
.search_tchr_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.search_tchr_box form {
	width: 100%;
}

.search_input_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1%;
	height: 46px;
}

.search_input_box {
	padding: 12px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	background: #FAFAFA;
}

input#sch_str {
	padding: 0;
	width: 90%;
	height: 100%;
	border: none;
	border-radius: 0;
	background: none;
	/* background: url(../images/sub/search.svg) 0% 50% no-repeat;
	background-size: contain; */
}

input#sch_str:focus,
input#sch_str:hover {
	border: none;
	outline: none;
}

.search_btn {
	width: 10%;
	height: 100%;
	border: none;
	background-color: #0A5FD2;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.search_btn:hover {
	opacity: 0.9;
}

.search_filter_wrap {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.search_filter_inner_wrap {
	/* display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem; */
	border: 1px solid #e5e7eb;
}

.search_filter_inner_wrap>.filter-item {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.filter-sido,
.filter-sigungu,
.filter-grade,
.filter-gender,
.filter-age,
.filter-teaching-mode,
.filter-place,
.filter-graduated,
.filter-subject {
	border-right: 1px solid #e5e7eb;
}

.search_filter_inner_wrap>.filter-item#selectedSubjects,
.search_filter_inner_wrap>.filter-item.filter-subject {
	border-bottom: none;
}

.search_filter_inner_wrap>.filter-item.filter-gender,
.search_filter_inner_wrap>.filter-item.filter-graduated {
	border-right: none;
}

.search_filter_inner_wrap>.filter-item>select {
	width: 100%;
	border: none;
	background: none;
}

#selectedSubjects {
	padding: 1rem 1.6rem;
	border-bottom: none;
}

.select-subject-btn {
	width: 100%;
	height: 30px;
	border: none;
	background-color: #0A5FD2;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.select-subject-btn:hover {
	opacity: 0.9;
}

/* 과목 선택 */
/* dim 처리 */
.modal-dim {
	margin: 0;
	padding: 0;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998;
}

/* 팝업 전체 레이아웃 */
.modal {
	display: none;
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99999;
}

.modal-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.popup-content-box {
	margin: 0;
	padding: 0;
	display: flex;
	width: 740px;
	height: 80%;
	background-color: rgba(255, 255, 255, 1);
	opacity: 1;
	border-radius: 0.75rem;
	flex-direction: column;
}

.popup-content {
	width: 100%;
	height: calc(100% - 48px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

/* .subject-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 600px;
	height: 85%;
	max-width: 95%;
	border-radius: 10px;
	z-index: 9999;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
} */

/* 팝업 내부 */
.popup-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: calc(100% - 48px);
}

.popup-header {
	padding: 0 1.75rem;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup-title {
	font-size: 18px;
	color: #212121;
}

.popup-subtitle {
	font-size: 13px;
	color: #EF4444;
}

.popup-content {
	padding: 0 0.25rem;
	width: 100%;
	height: calc(100% - 80px);
}

.subject {
	margin-bottom: 1.75rem;
	padding: 0 1.75rem;
	width: 100%;
}

.subject-category {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #212121;
}

.subject-grid {
	margin-top: 0.5rem;
	display: grid;
	gap: 0.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 과목 버튼 스타일 */
.subject-list {
	margin-top: 24px;
	width: 100%;
	height: calc(100% - 10px);
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

.subject-div {
	display: inline-block;
	padding: 6px 12px;
	/* margin: 5px; */
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	font-size: 15px;
	color: #212121;
	text-align: center;
	cursor: pointer;
}

.subject-div.selected {
	background-color: #608BC1;
	color: #fff;
	border-color: #608BC1;
}

/* 팝업 하단 버튼 */
.popup-actions {
	width: 100%;
	height: 48px;
	display: flex;
	border-top-width: 1px;
}

.popup-actions button {
	/* padding: 6px 12px; */
	width: 50%;
	border: none;
	/* border-radius: 5px; */
	background-color: #608BC1;
	color: #fff;
	cursor: pointer;
}

.popup-actions button.cancel {
	border-bottom-left-radius: 0.75rem;
	background-color: #FAFAFA;
	color: #212121;
}

.popup-actions button.apply {
	border-bottom-right-radius: 0.75rem;
}


/* sub_shop_list_wrap */
.sub_shop_list_wrap {
	padding-top: 0px;
}

.sub_shop_list_box {
	cursor: pointer;
}

.sub_shop_list_box .sub_shop_list_img_box {
	position: relative;
	margin-top: 30px;
	padding-top: 75%;
	overflow: hidden;
}

.sub_shop_list_box .sub_shop_list_img_box img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

/* .sub_shop_list_box .sub_shop_list_text_box h3 {
	text-align: center;
	text-overflow: ellipsis;
	margin-top: 15px;
	overflow: hidden;
} */

.tchr-info {
	margin-top: 16px;
	padding: 4px 8px;
	display: grid;
	justify-content: center;
	text-align: center;
	background-color: #fff;
}

.tchr-name {
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-weight: 700;
	font-size: 18px;
}

span.certified {
	padding: 4px 8px;
	border-radius: 24px;
	background-color: #00b056;
	font-size: 13px;
	color: #fff;
}

div a h3.live_product_title {
	margin-top: 10px;
}

div .pg_wrap span.pg a {
	margin: 0px 2px;
}

/* sub_register_select_wrap */

.sub_register_select_wrap .sub_register_select_box{
	text-align:center;
	margin:80px 0px 80px;
	border:1px solid #e1e1e1;
	border-radius:5px;
	background:#fff;
}

.sub_register_select_wrap .sub_register_select_box:hover,
.sub_register_select_wrap .sub_register_select_box:focus{
	background:#fafafa;
}

.sub_register_select_wrap .sub_register_select_box i{
	color:#333;
	font-size:32px;
	margin-bottom:15px;
}

.sub_register_select_wrap .sub_register_select_box a{
	display:block;
	font-size:24px;
	padding:60px 0px;
	color:#333;
}

.textscroll {
    width: 100%;
	height: 250px;
	border:1px solid #ccc;
	border-radius: 5px;
	padding:15px;
	font-size:13px;
	overflow: auto;
}
.textscroll::-webkit-scrollbar {
	width: 10px;
}
.textscroll::-webkit-scrollbar-thumb {
	background-color: #2f3542;
	border-radius: 10px;
}
.textscroll::-webkit-scrollbar-track {
	background-color: grey;
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px white;
}

/* sub_register_section */

.sub_register_section .access_text_box{
	margin:20px 0px;
}

.sub_register_section input[type="checkbox"]{
	width:18px; height:18px;
	vertical-align:sub;
}

.sub_register_section span.check_text{
	cursor:pointer;
}	

.sub_register_section .register_btn_box{
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap:20px;
	margin-top:40px;
}

.sub_register_section .register_btn_box input[type="button"]{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    background: #278fa4;
}

@media all and (max-width: 1600px) {

	/* sub_shop_view_wrap */
	.sub_shop_view_info_box .view_info_price_option_box table tr th {
		width: 65%;
	}

	.sub_shop_view_info_box .view_info_price_option_box table tr td {
		width: 25%;
	}

	.sub_shop_view_info_box .view_info_price_option_box table tr td:first-child {
		width: 10%;
	}
}

@media all and (max-width: 1200px) {

	/* sub_shop_view_wrap */
	.shop_teacher_info_detail_vod2 .swiper-wrapper {
		margin-top: 10px;
	}
	
	/* brand-intro-wrap */
	
	.brand-intro-wrap .brand-intro-wrap-title h1{
		font-size:24px;
	}
	
	.brand-intro-wrap .brand-intro-wrap-title h3{
		font-size:16px;
	}


	/* my_page_menu_wrap */
	.my_page_menu_wrap .my_page_menu_box a>span.signal_count_icon {
		right: 35%;
	}
}

@media all and (max-width:991px) {

	/* common */
	.sub_section_wrap {
		padding: 60px 15px;
	}

	.mobile_logo_box {
		padding-left: 15px;
	}

	.sub_shop_view_info_box {
		margin-top: 10px;
	}

	.product_title_wrap {
		padding-top: 80px;
	}
	
	.sub_notice_view_wrap{
		padding-bottom: 80px;
	}

	.my_page_wrap {
		padding-bottom: 60px;
	}

	/* sub_faq_wrap */
	.sub_faq_tab_menu_box ul li {
		width: 33.3%;
	}

	.sub_faq_tab_menu_box ul li a {
		font-size: 14px;
	}

	/* sub_shop_teacher_info_wrap */
	.sub_shop_teacher_info_wrap {
		padding-top: 0px;
	}

	/* sub_shop_tab_menu_wrap */
	.view_tab_detail_box .view_tab_vod_list_box p {
		display: -webkit-box;
		height: 3em;
		-webkit-line-clamp: 2;
	}

	.view_tab_review_box .review_filter_box .select_box_drop_down {
		right: 7px;
	}

	.view_tab_menu li {
		margin-left: 15px;
	}

	.view_tab_menu li a {
		font-size: 14px;
	}

	.review_filter_box a {
		font-size: 14px;
	}

	/* sub_shop_view_wrap */
	.shop_teacher_info_detail_box .shop_teacher_info_detail_vod ul {
		position: relative;
	}

	/* sub_shop_view_detail_wrap */
	.view_vod_play_list_box ul li .vod_play_list>div {
		padding: 15px 0px 0px;
	}

	.view_vod_play_list_title_box {
		margin-top: 30px;
	}

	.sub_product_list_wrap,
	.sub_shop_tab_menu_wrap,
	.product_buy_info_wrap,
	.sub_faq_wrap,
	.sub_policy_terms_wrap,
	.sub_notice_wrap,
	.sub_notice_view_wrap,
	.sub_qna_wrap {
		padding-top: 0px;
	}

	/* my_page_search_wrap */
	.my_page_search_box {
		height: 135px;
	}

	.my_page_search_box input {
		margin-top: 30px;
	}

	/* my_page_order_details_wrap */
	.my_page_order_details_wrap {
		padding-bottom: 60px;
	}

	.my_page_order_wishlist_wrap {
		padding-bottom: 60px;
	}

	.sub_shop_teacher_info_wrap h3:first-child {
		margin-top: 30px;
	}

	.file_img_list_box ul li {
		float: left;
		width: 25%;
	}

	/* popup_manager_wrap */
	.popup_manager_add_box .gallery_view_box {
		width: 320px;
		height: 427px;
	}

	/* pagination */
	.pagination_box table {
		margin: 30px auto 30px;
	}

	/* sub_teacher_profile_wrap */
	.teacher_profile_live_class_box ul li {
		width: 21.5%;
	}

	.teacher_profile_live_class_box ul li a {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	/* sub_event_list_wrap */
	.sub_event_view_wrap,
	.sub_event_list_wrap {
		padding-top: 0px;
	}

	/* top_of_the_page_box */
	.top_of_the_page_box a {
		bottom: 10px;
		right: 10px;
	}

	/* sub_teacher_profile_wrap */
	.teacher_greeting_box>img.pc_ver {
		display: none;
	}

	.teacher_greeting_box>img.mo_ver {
		display: block;
	}

	/* sub_shop_list_wrap */
	.sub_shop_list_wrap {
		padding-top: 0px;
	}

	.search_filter_inner_wrap>.filter-item.filter-subject {
		border-bottom: 1px solid #e5e7eb;
	}

	.search_filter_inner_wrap>.filter-item.filter-sigungu,
	.search_filter_inner_wrap>.filter-item.filter-teaching-mode,
	.search_filter_inner_wrap>.filter-item.filter-subject {
		border-right: none;
	}
	
	.sub_faq_wrap{
		padding-bottom:80px;
	}
	
	
	
	/* brand_identity_wrap */
	
	.brand_identity_wrap h3{
		margin-bottom:40px;
	}
	
	.brand_identity_wrap img{
		margin-top:20px;
	}
	
	/* brand-intro-wrap */
	
	.brand-intro-wrap{
		padding-top:20px;
	}
	
	/* core-services-wrap */
	
	.core-services-wrap-title{
		margin-bottom:20px;
	}
	
	.core-services-wrap img{
		width:100%;
		margin-top:20px;
	}
	
	.core-services-wrap .core-services-content{
		padding:20px;
	}
	
	.core-services-wrap .core-services-content01{
		margin-top:0px;
	}
	
	/* core-value-wrap */
	
	.core-value-wrap .core-value-content{
		padding:20px;
	}
	
	.core-value-wrap .core-value-content01{
		margin-top:10px;
	}
}

@media all and (max-width:768px) {

	/* brand_identity_wrap */

	.brand_identity_wrap h1{
		font-size:24px;
	}
	
	.brand_identity_wrap h3{
		font-size:16px;
	}

	/* brand-intro-wrap */
	
	.brand-intro-wrap .row{
		flex-direction: column;
	}
	
	.brand-intro-wrap .brand-intro-wrap-title h1{
		margin-top:20px;
	}
	
	/* core-services-wrap */
	
	.core-services-wrap .core-services-wrap-title h1{
		font-size:24px;
	}
	
	.core-services-wrap .core-services-wrap-title h3{
		font-size:16px;
	}
	
	/* reliable-achievement-wrap */
	
	.reliable-achievement-wrap .reliable-achievement-wrap-title h1{
		font-size:24px;
	}
	
	.reliable-achievement-wrap .reliable-achievement-wrap-title h3{
		font-size:16px;
	}
	
	
	/* core-value-wrap */	
		
	.core-value-wrap .core-value-wrap-title h1{
		font-size:24px;
	}
	
	.core-value-wrap .core-value-wrap-title h3{
		font-size:16px;
	}
	
	/* sub_product_list_wrap product_rank_list_box */
	.sub_product_list_catagory_box ul li a,
	.product_rank_list_box ul li a {
		font-size: 13px;
	}

	.product_rank_list_box ul li {
		margin-left: 2px;
	}

	.product_rank_list_box ul li::before {
		margin-right: 0px;
	}

	.product_rank_list_search_box {
		width: 150px;
	}

	.product_rank_list_search_box input[type="text"] {
		font-size: 12px;
	}

	.product_rank_list_search_box input[type="button"] {
		padding: 3px 5px;
	}

	/* sub_shop_tab_menu_wrap */
	.view_tab_qna_write_box {
		position: fixed;
		top: 50%;
		left: 50%;
		display: none;
		width: 300px;
		transform: translate(-50%, -50%);
		z-index: 1100;
		background: #4d4d4d;
	}

	.view_tab_qna_write_box table tr td textarea {
		height: 150px;
	}

	.view_tab_review_box .review_list_box .review_list_img_box a {
		width: 80px;
		height: 80px;
	}

	/* sub_teacher_profile_wrap */
	.teacher_profile_live_class_box ul li {
		width: 45.5%;
	}

	.teacher_profile_live_class_box ul li:nth-child(3) {
		margin: 30px 0px 0px 0px;
	}

	.teacher_profile_live_class_box ul li:nth-child(4) {
		margin-top: 30px;
	}

	.teacher_profile_map_box iframe {
		height: 400px;
	}

	/* my_page_menu_wrap */
	.my_page_menu_wrap .my_page_menu_box a>span.signal_count_icon {
		right: 30%;
	}

	/* 선생님 찾기 페이지 */
	/* .search_filter_inner_wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	} */

	input#sch_str {
		width: 76%;
	}

	.search_btn {
		width: 24%;
	}

	.subject-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* 입시컨설팅 페이지 */
	.popular-list {
		grid-template-columns: repeat(1, 1fr);
		/* gap: 20px; */
	}

	/* 학습 자료 허브 */
	.subject-items {
		grid-template-columns: repeat(2, 1fr);
		/* gap: 16px; */
	}
	
	/* sub_register_select_wrap */
	
	.sub_register_select_wrap .sub_register_select_box{
		text-align:center;
		margin:90px 0px 70px;
		border:1px solid #e1e1e1;
		border-radius:5px;
	}
}

@media all and (max-width:575px) {

	/* common */
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}

	p {
		font-size: 14px;
	}

	.sns_link_box ul {
		width: 270px;
		padding: 5px;
	}

	.sns_link_box ul li a {
		font-size: 14px;
		padding: 5px;
	}

	/* sub_shop_view_wrap */
	.sub_shop_view_info_box .view_info_price_option_box table tr th {
		width: 55%;
	}

	.sub_shop_view_info_box .view_info_price_option_box table tr td {
		width: 35%;
	}

	.sub_shop_view_info_box .view_info_price_option_box table tr td:first-child {
		width: 10%;
	}

	.view_tab_detail_box .view_tab_vod_list_box h3 {
		margin-top: 15px;
	}

	.view_tab_review_box ul li a {
		font-size: 14px;
	}

	.view_tab_qna_box dl dd,
	.view_tab_qna_box dl dt {
		padding: 30px 15px;
	}

	.admin_user_qna_box,
	.product_get_user_address_edit_box,
	.product_get_user_address_add_box,
	.product_get_user_address_modify_box {
		width: 290px;
	}

	.admin_user_qna_box {
		height: 480px;
	}

	.view_tab_review_box .review_list_box .review_list_img_box a {
		width: 65px;
		height: 65px;
	}

	.view_vod_play_prev_next_box table tr td a {
		font-size: 14px;
	}

	/* sub_register_wrap */
	.sub_register_finish_box,
	.sub_register_input_box,
	.sub_register_choice_box,
	.sub_register_choice_box,
	.sub_account_search_finish_box,
	.sub_account_search_box,
	.sub_login_box {
		width: 100%;
	}

	.sub_register_choice_box>a,
	.sub_login_box input[type="text"],
	.sub_login_box input[type="password"],
	.sub_login_box input[type="submit"] {
		font-size: 18px;
	}

	.register_personal_info_msg_box,
	.register_terms_msg_box {
		width: 100%;
		height: 390px;
	}

	.register_personal_info_msg_box p,
	.register_terms_msg_box p {
		width: 100%;
		height: 390px;
	}

	.product_title_wrap h2 {
		padding-bottom: 10px;
	}

	/* my_page_wrap */
	.my_page_wrap table.delivery_status_box,
	.my_page_wrap {
		margin-top: 15px;
	}

	/* my_page_menu_wrap */
	.my_page_menu_wrap .my_page_menu_box a {
		font-size: 14px;
		margin-top: 15px;
	}

	/* my_page_search_wrap */
	.my_page_search_box {
		height: 120px;
	}

	.my_page_search_box input {
		margin-top: 15px;
	}

	.my_profile_setting_box .class_img_del_btn {
		font-size: 14px;
	}

	/* my_page_coupon_add_code_wrap */
	.my_page_coupon_add_code_box input[type="text"] {
		width: 180px;
	}

	/* popup_manager_wrap */
	.popup_manager_add_box .gallery_view_box {
		width: 300px;
		height: 400px;
	}

	/* sub_product_list_search_wrap  */
	.sub_product_list_catagory_box ul li a,
	.product_rank_list_box ul li a {
		font-size: 12px;
	}

	.product_rank_list_search_box {
		width: 120px;
	}

	.product_rank_list_search_box input[type="text"] {
		width: 75%;
	}

	input#stx[type="text"] {
		width: 200px;
	}

	/* sub_notice_wrap */
	.sub_notice_box table tr td p {
		font-size: 13px;
	}
	
}

@media all and (max-width:380px) {

	/* bbs_search_box */
	.bbs_search_box select {
		width: 80px;
	}

	.bbs_search_box input[type="text"] {
		width: 120px;
	}

	/* sub_shop_tab_menu_wrap */
	.view_tab_review_box .review_list_box .review_list_img_box a {
		width: 54px;
		height: 54px;
	}

	/* sub_faq_wrap */
	.sub_faq_tab_menu_box ul li a {
		font-size: 12px;
	}

	/* sub_shop_view_wrap */
	.sub_shop_view_info_box .view_info_price_option_box table tr th {
		width: 50%;
	}

	.sub_shop_view_info_box .view_info_price_option_box table tr td {
		width: 40%;
		padding-right: 10px;
	}

	.sub_shop_view_info_box .view_info_price_option_box table tr td:first-child {
		width: 10%;
		padding-left: 10px;
	}

	/* my_page_menu_wrap */
	.my_page_menu_wrap .my_page_menu_box a {
		font-size: 13px;
	}

	.my_page_menu_wrap .my_page_menu_box a>span.signal_count_icon {
		right: 25%;
	}

	/* sub_product_list_search_wrap  */
	.sub_product_list_catagory_box ul li a,
	.product_rank_list_box ul li a {
		font-size: 11px;
	}

	.product_rank_list_search_box {
		width: 115px;
	}

	.product_rank_list_search_box input[type="text"] {
		width: 71%;
		font-size: 11px;
	}
}

@media all and (max-width:360px) {

	/* sub_product_list_search_wrap  */
	.sub_product_list_catagory_box ul li a,
	.product_rank_list_box ul li a {
		font-size: 10px;
	}

	.product_rank_list_search_box {
		width: 110px;
	}

	.product_rank_list_search_box input[type="text"] {
		width: 70%;
		font-size: 10px;
	}
}

@media all and (max-width:340px) {

	/* sub_product_list_search_wrap  */
	.sub_product_list_catagory_box ul li a,
	.product_rank_list_box ul li a {
		font-size: 9px;
	}

	.product_rank_list_search_box {
		width: 90px;
	}

	.product_rank_list_search_box input[type="text"] {
		width: 60%;
		font-size: 9px;
	}
}

@media all and (max-width:325px) {}