@charset "utf-8";

/* common */

body,
html{
	background:#000;
}

h1,h2,h3,h4,p{
	font-weight:400;
	line-height:1.5;
}

input[type="password"], 
input[type="text"]{
	color:#333;
    font-size: 16px;
    padding:6px;
    /* border: 1px solid #444; */
    border-radius: 3px;
	background:#fff;
}

div.qna_input_box table tbody tr td select {
	padding: 2px;
}

input[type="button"] {
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
	padding:5px 10px;
    border: 1px solid #464646;
    border-radius: 3px;
    cursor: pointer;
    background: #464646;
}

input.delivery_num_copy_btn[type="button"] {
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
	padding:5px 10px;
    border: 1px solid #464646;
    border-radius: 3px;
    cursor: pointer;
    background: #464646;
}

input[type="button"].cancel_btn{
	color:#333;
	border: 1px solid #fafafa;
	background:#fafafa;
}

input#btn_submit {
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #464646;
    border-radius: 3px;
    cursor: pointer;
    background: #464646;
}

textarea,
select{
	color:#333;
	font-size:16px;
	padding:0px;
	background:#fff;
}

.sub_section_wrap{
	padding:120px 0px;
}

iframe{
	border:none;
}

.fa-share-alt {
	color: #fff;
}

/* datapicker */

.ui-widget-header {
	color:#fff;
	border: 0px solid #dddddd;
	background: #444;
}

.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 #444;
	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 #444;
}

#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:#333;
}

.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;
}


/* 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 #666;
}

.sub_back_page_box{
	display:inline-block;
	width:100%; 
	margin-bottom:30px;
}

/* product_title_wrap */

.product_title_wrap{
	padding-top: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 #666;
}

.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 #444;
	border-radius:30px;
}

.sub_product_list_catagory_box ul li.on{
	color:#fff;
	border:1px solid #dc1e1e;
	background:#dc1e1e;
}

.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 #444;
}

.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 #444;
	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:#dc1e1e;
}

.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 .price_box h2{
	/* display:inline-block; */
	font-weight:500;
	margin-top:20px;
	display: flex;
	/* justify-content: flex-end; */
	justify-content: center;
}

.sub_shop_view_info_box .view_info_price_box .sale_per_box .sale_box {
	display: inline-block;
	font-size: 15px;
	padding: 1px 9px;
	border-radius: 3px;
	color: #fff;
	background: #dc1e1e;
	text-decoration: none;
	line-height: 1.8;
}

.sub_shop_view_info_box .view_info_price_box h2 > span{
	color:#666;
	font-size:18px;
	text-decoration:line-through;
	margin: 5px 6px 0px 0px;
}

.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:#dc1e1e;
}

.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: 20px 0px 0px;
	/*
	width: 33%;
	float: left;
	*/
}

.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 .btn_buy {
	margin-top: 29px;
	text-align: center;
	/*
	width: 67%;
	float: right;
	*/
}

.sub_shop_view_info_box .view_info_price_box .btn_buy a {
	display: block;
	font-weight:500;
	padding: 18px 20px 20px 22px;
	border-radius:5px;
	background:#dc1e1e;
}

/*
.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_box ul li a.pick_up_checked > i{
	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 #444;
	border-radius:2px;
	background:none;
}

.sub_shop_view_info_box .view_info_price_option_box select option{
	color:#fff;
	border:1px solid #666;
	background-color: #000;
}

.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 #666;
	border-bottom:1px solid #666;
}

.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 #666;
}

.sub_shop_view_info_box .view_info_price_total_box{
	margin:0px 0px 15px;
	padding-bottom:15px;
	border-bottom:1px solid #666;
}

.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 #eee;
	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: 15px 10px;
}

.sns_link_msg_box .sns_link_box ul li {
	display: inline-block;
	color: #333;
	padding: 0px 10px;
}

.sns_link_msg_box .sns_link_box ul li a {
	display: block;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 2;
	padding: 5px 5px;
}

.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 #444;
	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 #666;
}

.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 #dc1e1e;
    border-radius: 3px;
    cursor: pointer;
    background: #dc1e1e;
}

.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:15px;
}

.shop_teacher_info_title_box .chef_name_box {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #444;
	margin-bottom: 20px;
}

.shop_teacher_info_title_box ul li {
	float:left;
	padding: 10px;
	border-radius: 5px;
	background-color: #444;
}

.shop_teacher_info_title_box ul li a {
}

.shop_teacher_info_title_box ul li:first-child{
	margin-right: 15px;
}

/* .shop_teacher_info_title_box h2 > a.shop_icon{
	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 #666;
}

.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 #666;
}

.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 #666;
}

.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;
}

.play_lock .tit_list a .img-responsive {
	opacity: 0.5;
	transition: transform 0.2s;
}
/* 

.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;
}
*/
.sub_notice_box .row .notice_content_box div .tit_list 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;
}

.sub_notice_box .row .notice_content_box .play_lock .tit_list 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;
}
/* 
.play_lock{
	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 #ccc;
}

.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 #444;
}

.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:#dc1e1e;
}


.view_tab_qna_box > .view_tab_qna_info_box{
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:2px solid #444;
}

.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 #444;
}

.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 #444;
	border-right:1px solid #444;
}

.view_tab_qna_write_box table tr td{
	width:70%;
	text-align:center;
	vertical-align:middle;
	padding:15px;
	border-top:1px solid #444;
}

.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:#dc1e1e;
}

.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 #444;
	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 #444;
	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:#dc1e1e;
}

.view_vod_play_prev_next_box{
	margin-top:30px;
}

.view_vod_play_prev_next_box table{
	width:100%;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
}

.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 #666;
}

.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 #444;
	transform:translate(-50%, -50%);
	z-index:1000;
	background:#333;
}

.sub_shop_view_finish_msg_box h3{
	padding-bottom:5px;
	border-bottom:1px solid #444;
}

.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 #444;
}

.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:#fff;
	border:none;
	border-radius:2px;
	background:#333;
}

.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;
	background:#dc1e1e;
}

.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 #666;
}

.sub_register_finish_box p,
.sub_account_search_finish_box p{
	text-align:center;
	line-height:2;
	padding:30px 0px;
	border-bottom:1px solid #666;
}

/* 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:#fff;
	font-size:18px;
	margin-top:15px;
	padding:15px;
	border:none;
	border-radius:2px;
	background:#333;
}

.sub_register_input_box input[type="text"].address_search_text{
	width:60%;
}

.sub_register_input_box input[type="button"].address_search_btn{
	padding:10px;
	margin: 0;
	/* margin-left:10px; */
}

.sub_register_input_box p{
	margin-top:15px;
}

.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 #333;
}

.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{
	vertical-align:super;
}

.sub_register_input_box span a{
	border-bottom:1px dotted #fff;
}

.sub_register_input_box input[type="submit"]{
	color:#fff;
	font-size:18px;
	font-weight:600;
	border-radius:4px;
	cursor:pointer;
	background:#dc1e1e;
}

.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 #666;
	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 #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
	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: none;
    font-size: 15px;
    text-align: right;
    margin-bottom: 30px;
}

/* .product_search_title_wrap span, 
.product_title_wrap span {
    display: block;
    font-size: 15px;
    text-align: right;
    margin-bottom: 30px;
} */

.product_title_wrap h2 {
	white-space:nowrap;
	text-overflow:ellipsis;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
	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;
	color: #fff;
}

.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 #444;
	border-right:none;
	border-bottom: 1px solid #444;
	border-left:none;
}

.product_get_user_info_box h3 > a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #666;
    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 #666;
    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: #dc1e1e;
}

.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: #dc1e1e;
}

.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 #666;
}

.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: #444;
    padding:30px;
	vertical-align:middle;
	border-top:1px solid #666;
	background:#444;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr td{
    width: 70%;
    padding:30px;
	vertical-align:middle;
	border-top:1px solid #666;
	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 #666;
}

.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;
	background:#212121;
}

.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 #666;
	border-radius:5px;
}

.sub_faq_tab_menu_box ul li.on a{
	color:#fff;
	font-weight:500;
	border:1px solid #dc1e1e;
	background:#dc1e1e;
}

.sub_faq_list_box dl{
	width:100%;
	margin-top:30px;
	border-top:1px solid #666;
}

.sub_faq_list_box dl dt{
	padding:15px 20px 15px 10px;
	border-bottom:1px solid #666;
	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 dd{
	display:none;
	font-weight:300;
	line-height:1.7;
	padding:15px;
	background:#212121;
}

.sub_faq_list_box dl dt i{
	float:right;
}

.sub_faq_list_box dl dt i.lnr-chevron-up{
	display:none;
}

/* sub_policy_terms_wrap */

.sub_policy_terms_box{
	padding-top:30px;
}

.sub_policy_terms_box p{
	padding:30px;
	border-radius:5px;
	background:#222;
}

/* 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 #444;
	border-right:1px solid #444;
	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 #444;
}

.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:#222;
}

.sub_bbs_tab_box ul li a{
	display:block;
	text-align:center;
	padding:35px 5px;
}

.sub_bbs_tab_box ul li a i{
	font-size: 35px;
	margin-bottom: 10px;
}

/* sub_notice_wrap */

.sub_notice_box table{
	width:100%;
	margin-top:30px;
}

.sub_notice_box table tr th{
	text-align:center;
	padding: 15px 0px;
	background:#444;
}

.sub_notice_box table tr td{
	vertical-align:middle;
	padding: 15px 0px;
	border-bottom:1px solid #444;
}

.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;
	padding-right: 1.5% !important;
}

.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:30px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

.sub_event_view_title_box table tr td,
.sub_notice_view_title_box table tr td{
	padding:15px;
}

.sub_event_view_title_box table tr td:last-child,
.sub_notice_view_title_box table tr td:last-child{
	text-align:right;
}

.sub_event_view_box,
.sub_notice_view_box{
	padding:0px 15px 15px;
}

.sub_notice_view_box img{
	display: block;
	max-width: 100%;
	height: auto;
}

.sub_event_btn_box,
.sub_notice_btn_box{
	display:block;
	margin-top:15px;
	border-top:1px solid #666;
}

.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 #444;
  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 #444;
	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 #444;
	border-radius:5px;
}

.sub_event_write_box + hr,
.sub_notice_write_box + hr{
	margin:30px 0px;
	border-top:none;
	border-color:#444;
}

.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 #444;
	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:#dc1e1e;
}

.write_file_box:hover > .button {
	color:#fff;
	background:#dc1e1e;
}

.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 15px;
}

.sub_qna_box select{
	width:100%;
	padding:8px 5px;
	border-radius:5px;
}

.sub_qna_box textarea{
	width:100%; height:300px;
	padding:15px;
	border:none;
	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;
}

/* 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-top:1px solid #464646; */
	/* 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-top:1px solid #464646; */
	background:#464646;
}

.my_page_menu_wrap .my_page_menu_box a:focus,
.my_page_menu_wrap .my_page_menu_box a:hover{
	/* border-top:1px solid #1e1e1e; */
	background:#464646;
}

/* 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 #444;
}

.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 #444;
	border-right:none;
	border-bottom:1px solid #444;
	border-left:none;
}

.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 #666;
	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 #444;
	border-right:none;
	border-bottom:1px solid #444;
	border-left:none;
	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 #444;
	border-right:none;
	border-bottom:1px solid #444;
	border-left:none;
	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 #666;
}

.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:none;
	background:#222;
}

.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 #666;
	border-radius:15px;
}

.my_page_wrap .my_page_buy_product_list_price_box{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #666;
}

.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 #666;
	background:none;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:first-child{
	margin-top:10px;
	color:#333;
	border:1px solid #fff;
	background:#fff;
}

/* .my_page_wrap .my_page_buy_product_list_btn_box input:nth-child(2){
	color:#fff;
	border:1px solid #666;
	background:#1e1e1e;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:nth-child(2):hover{
	background:#464646;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:last-child {
	color:#fff;
	border:1px solid #666;
	background:#1e1e1e;
	opacity: 1;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:last-child:hover {
	background:#464646;
	opacity: 1;
} */

.my_page_wrap .my_page_buy_product_list_btn_box input[disabled="disabled"]{
	color:#888;
	cursor:default;
}

.my_page_wrap .product_list_box img{
	
}

.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:center;
	margin-top:15px;
	padding:10px;
	border-radius:5px;
	background:#444;
}

.my_page_product_list_box .my_page_buy_detail_box > a.my_page_review_write_btn{
	color:#fff;
	border:none;
	background:#dc1e1e;
}

.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:#dc1e1e;
}


/* my_page_search_wrap */

.my_page_search_wrap{
	margin-top:30px;
	padding-bottom:0px;
}

.my_page_search_box{
	height:auto !important; 
	padding-top:20px;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	background:#222;
}

.my_page_search_box a{
	display:inline-block;
	width:100%;
	text-align:center;
	color: #000;
	padding:3px 0px;
	border:1px solid #444;
	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 #666;
}

.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 {
	padding: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 td ul li p label i {
	color: #f7e317;
}

.order_details_view_box table tr th p{
	text-align:center;
}

.order_details_view_box table tr th{
	border:1px solid #444;
	background:#222;
}

.order_details_view_box table tr td{
	border:1px solid #444;
}

.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:#464646;
}

.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;
	display: none;
}

.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 div > p{
	/* color: #333; */
	color: #fff;
}

.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 #666;
}

.order_details_view_box .delivery_product_info_box dl dt{
	padding:15px 20px 15px 15px;
	border-bottom:1px solid #666;
	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 #666;
}

.order_details_view_box .delivery_product_info_box dl dd{
	display:none;
	font-weight:300;
	padding:15px;
	border-bottom:1px solid #666;
	background:#fafafa;
	color: #333;
}

.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 #666;
}

.popup_manager_list_box table{
	width:100%;
	margin-top:20px;
}

.popup_manager_list_box table tr th{
	border-bottom:1px solid #444;
}

.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 #444;
}

.popup_manager_list_box table tr:last-child td{
	border-bottom:1px solid #444;
}

.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 #444;
}

.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 #444;
}

/* 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 #444;
	border-bottom:1px solid #444;
	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 #444;
}

.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 #444;
}

.my_page_certificate_wrap .my_page_cerificate_box a{
	display:block;
	text-align:center;
	margin-top:15px;
	padding:8px 10px;
	border-radius:3px;
	background:#dc1e1e;
}

.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 #444;
}

.my_page_qna_wrap dl dt{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #444;
}

.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 #666;
}

.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 #666;
	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 #666;
}

.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 #444;
}

.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 #444;
}

.user_info_modify_modify_box .modify_modify_btn_box input[type="button"]{
	color:#333;
	margin:30px 5px;
	padding:10px 15px;
	border:1px solid #666;
	background:#fafafa;
}

.user_info_modify_modify_box .modify_modify_btn_box input[type="button"].join_btn{
	color:#fff;
	border:1px solid #dc1e1e;
	background:#dc1e1e;
}

.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 #444;
}

.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 #444;
	vertical-align:super;
}

.my_profile_setting_box textarea{
	width:100%; height:193px;
	margin-top:15px;
	padding:15px;
	resize:none;
	border:1px solid #444;
	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:#dc1e1e;
}

.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 #444;
	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 #444;
}

.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 #444;
}

.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 #444;
}

.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 #666;
}

.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:#444;
}

.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 #444;
}

.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:#dc1e1e;
}

.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 #444;
}

.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:#dc1e1e;
}

.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 #444;
}

.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 #444;
}

/* sub_event_write_wrap */

.sub_event_write_wrap .gallery_view_box{
	width:510px; height:215px;
	margin-top:15px;
	border:1px solid #444;
}

.sub_event_write_wrap .my_img_del_btn{
	margin-top:15px;
}

.sub_event_write_wrap .gallery_view_box img{
	width:100%; height:100%;
}

/* 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;
}


/* 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:56.25%;
	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;
}

/* pm_layer */
.pm_layer .ly_head a {
	color: #222;
}

@media all and (max-width: 2560px) and (min-width: 993px) {
	/* my_page_menu_wrap */	
	.my_page_menu_wrap .my_page_menu_box ul {
		display: flex;
		justify-content: center;
	}
}

@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;
	}
	
	/* 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:0px;
	}

	.sub_shop_view_info_box{
		margin-top:10px;
	}
	
	.product_title_wrap{
		padding-top:60px;
	}

	.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;
	}
}	

@media all and (max-width:768px){
	
	.sub_shop_view_info_box .view_info_price_box h2 > span{
		font-size: 16px;
		margin: 1px 6px 0px 0px;
	}

	.play_lock .tit_list a .img-responsive {
		width: 100% !important;
		margin-bottom: 15px;
		opacity: 0.5;
		transition: transform 0.2s;
	}

	/* 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%;
	}

}


@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: 347px;
		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:290px;
	}
	
	.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:290px; height:390px;
	}
	
	.register_personal_info_msg_box p, 
	.register_terms_msg_box p{
		width:290px; 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:3px;
	}

	/* 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%;
	}
}

@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){
	
}