@import url('../css/page_style.css');
@import url('../css/bbs_style.css');

#wrap {
	width:100%;
	min-width:1500px; 
	 word-break: keep-all; /* 단어 중간이 아니라 띄어쓰기 단위로 줄바꿈 */
  white-space: normal;
}
#footer{
	width:100%;
	padding-top:40px;
}
.common_flex{
	display:flex;
}

.clear_area::after{
	clear: both;
	display: block;
	content: "";
}
.contents { width:1400px; margin:0 auto; } /*251104 넓이 1400px에서 변경함*/
.contents1 { width:1400px; margin:0 auto; } /*251104 넓이 1400px에서 변경함*/


.main_login { width:100%; background:#f6f6f6; border-top:1px solid #c1c1c1; border-bottom:1px solid #c1c1c1;  }

.input_style input[type=text] { border:1px solid #bdbdc0; background:#f3f3f3; padding-left:5px; height:28px; line-height:27px; margin:2px 0; }
.input_style input[type=password] { border:1px solid #bdbdc0; background:#f3f3f3; padding-left:5px; height:28px; line-height:27px; margin:2px 0; }
.input_style input[type=file] { border:1px solid #bdbdc0; background:#f3f3f3; padding-left:5px; height:30px; line-height:29px; margin:2px 0; }
.input_style select { padding:5px; border:1px solid #bdbdc0; height:30px; line-height:24px; }
.input_style textarea { border:1px solid #bdbdc0; background:#f3f3f3; padding:5px; height:200px; }
.input_style input[type=checkbox]
.input_style input[type=radio] { vertical-align:middle; margin:-2px 0 1px;  cursor:pointer; }
.input_style_login checkbox { border:1px solid #707070; background:#fff; }

.link_right { border-bottom:1px solid #e9e9e9; background:#fff; padding:5px 0; }

.font_number {font-family:tahoma,'굴림',Gulim,'돋움',Dotum,'맑은고딕',NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif}
.font_40 { font-size:40px;}
.font_v { font-family:verdana; }

.alpha_layer1 { position:absolute; top:10; z-index:0; left:0;  background-color:#000;  filter:alpha(opacity=60); -moz-opacity:0.7; opacity:0.7; }
.alpha_layer2 { position:absolute; top:10; z-index:0; left:0;  background-color:#000;  filter:alpha(opacity=60); -moz-opacity:0.7; opacity:0.7; }
.alpha_layer3 { position:absolute; top:10; z-index:0; left:0;  background-color:#000;  filter:alpha(opacity=60); -moz-opacity:0.7; opacity:0.7; }
.alpha_layer4 { position:absolute; top:10; z-index:0; left:0;  background-color:#000;  filter:alpha(opacity=60); -moz-opacity:0.7; opacity:0.7; }

.now_map { padding:10px 0; font-size:11px; color:#a6a6a6; }
.now_map a { color:#a6a6a6; }

.quick_right_01{width:0; left:50%; position:absolute; top:715px; margin-left:520px; z-index:30}
.quick_left_01{width:0; right:50%; position:absolute; top:715px; margin-right:600px; z-index:30}

.quick_right_02{width:0; left:50%; position:absolute; top:283px; margin-left:520px; z-index:30}
.quick_left_02{width:0; right:50%; position:absolute; top:283px; margin-right:600px; z-index:30}

.quick_right_03{width:0; left:50%; position:absolute; top:283px; margin-left:520px; z-index:30}
.quick_left_03{width:0; right:50%; position:absolute; top:283px; margin-right:600px; z-index:30}

.guide_txt { color:#959595; font-size:14px; letter-spacing:-1px; }

.lec_category01 { background:#c1b595; color:#fff; width:100px; font-weight:bold; border-bottom:1px solid #c7c7c7; }
.lec_category02 { background:#eaeef1; padding:20px;  border-bottom:1px solid #c7c7c7; line-height:17px; }
.lec_category03 { width:195px; background:#eaeef1; padding:20px 0; border-bottom:1px solid #c7c7c7; }

.lec_btn { width:148px; height:38px; line-height:38px; text-align:center; color:#fff; background:#797575; }

.ranking_select select { padding:10px; background:#fafafa; color:#000; border:none;  }
.ranking_select_m select { padding:10px; background:#fafafa; color:#000; border:none;  }
.ranking_select_d select { padding:10px; background:#fafafa; color:#000; border:none;  }

.calendar .day div {
    background-size: 80px !important;
}

/* 동영상팝업 및 플레이어 */
.movie_title {vertical-align:middle; background:#090c0d; padding:30px 0 30px 30px; position:relative;}
.movie_title h1{display:block; margin-bottom:15px; font-family:'맑은고딕';    font-display: swap; font-size:30px; color:#ffffff; letter-spacing:-1px;}
.movie_title p{font-family:'맑은고딕';    font-display: swap; font-size:16px; color:#ccc; letter-spacing:-1px;}
.movie_title .btn_close{position:absolute; right:25px; top:20px;}

.b_line {height:2px; background:url('../img/b_line.gif') repeat-x; margin:15px 0;}

.hp_controls {position:relative; overflow:hidden; padding:0 0 3px 0;}
.hp_controls .hp_left {float:left; overflow:hidden;}
.hp_controls .hp_right {float:right; overflow:hidden;}

.right_line {background:url('../img/l_line.gif') right repeat-y;}
.left_line {background:url('../img/l_line.gif') left repeat-y;}
/*  style.css 파일내에서 uikit dropbox 조정 */
.uk-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width:auto;
}
.uk-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	border-radius:10px;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	white-space: nowrap;
}
.gray{
	-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.grayscale{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(231,231,231,.6);
}
.btn_play {
	display:block;
	float:left;
	width:41px; height:31px;
	background:url('../img/btn_movie_play.gif') no-repeat;
	border:0; margin:0;
	text-indent:-100em;
	text-align:left;
	overflow:hidden;
	font-size:0px;
	cursor:pointer;
}
.btn_replay {
	display:block;
	float:left;
	text-indent:-100em;
	text-align:left;
	overflow:hidden;
	width:41px; height:31px;
	background:url('../img/btn_movie_replay.gif') no-repeat;
	border:0; margin:0;
	font-size:0px;
	cursor:pointer;
}
.btn_stop {
	display:block;
	float:left;
	text-indent:-100em;
	text-align:left;
	overflow:hidden;
	width:40px; height:31px;
	background:url('../img/btn_movie_stop.gif') no-repeat;
	border:0; margin:0;
	font-size:0px;
	cursor:pointer;
}
.btn_fullscreen {
	display:block;
	float:left;
	text-indent:-100em;
	text-align:left;
	overflow:hidden;
	width:35px; height:25px;
	background:url('../img/btn_fullscreen.gif') no-repeat;
	border:0; margin:0;
	font-size:0px;
	cursor:pointer;
}
.btn_smallscreen {
	display:block;
	float:left;
	text-indent:-100em;
	text-align:left;
	overflow:hidden;
	width:35px; height:25px;
	background:url('../img/btn_smallscreen.gif') no-repeat;
	border:0; margin:0;
	font-size:0px;
	cursor:pointer;
}
.btn_playrate span {
	color:#666666;
	display:inline-block;
	height:31px;
	line-height:31px;
	width:50px;
	text-align:center;
	font-size:11px;
	background:url('../img/btn_bg_playrate.gif') no-repeat;
}
.btn_mute {
	color:#666666;
	display:inline-block;
	height:31px;
	line-height:31px;
	width:50px;
	text-align:center;
	font-size:11px;
	background:url('../img/btn_bg_playrate.gif') no-repeat;
}
.btn_max {
	color:#e72b2b;
	display:inline-block;
	height:31px;
	width:50px;
	text-align:center;
	font-size:11px;
	background:url('../img/btn_bg_playrate.gif') no-repeat;
}
/* 동영상팝업 및 플레이어 */

/* 기존 타이틀 */
.leading_title{
	text-align:center;
}
.leading_title a{
	position: relative;
	font-size:35px;
	letter-spacing:-0.06em;
	color:#000000;
	font-weight:400;
}
.leading_title a span{
	position: absolute;
	top: 13px;
	right: -45px;
	width: 32px;
	height: 32px;
	color:#777777;
}

.leading_title.bottom a{
	font-size:20px;
}
.leading_title.cart a{
	font-size:18px;
	display:block;
	padding:18px 0;
	cursor:default;
	font-weight:500;
}
.leading_title.pay_end a{
	font-size:20px;
	display:block;
	padding:0 0 20px 0;
	cursor:default;
	font-weight:500;
}

/*메인 슬라이드 배너스타일------------------------------------------------------------------------*/
.main_slide{
	position:relative;
	overflow:hidden;
}
.main_slide .main_slider_warp .main_slider_arrow svg{
	width:48px;
	height:80px;
	visibility:hidden;
}
.main_slide .main_slider_warp .main_slider_arrow{
	background-repeat:no-repeat;
	background-position:center center;
	padding:0 !important;
	margin:0 !important;
}
.main_slide .main_slider_warp .container_c{
	width:1400px;
}
.main_slide .main_slider_warp .main_slider_arrow.uk-position-center-left{
	background-image:url('../img/main_arrow_left.png');
	left:-65px !important;
}
.main_slide .main_slider_warp .main_slider_arrow.uk-position-center-right{
	background-image:url('../img/main_arrow_right.png');
	right:-65px !important;
}
.main_slide .main_slider_warp .main_slider_arrow.uk-position-center-left:hover,
.main_slide .main_slider_warp .main_slider_arrow.uk-position-center-right:hover{
	opacity:1;
}
/*메인슬라이드 관련*/
.main_slide .uk-light .uk-dotnav > .uk-active > *{width:30px !important; background:rgba(255,255,255,0.5); border-radius:5px !important;}
.main_slide .uk-light .uk-dotnav > * > *{}
.main_slide .uk-dotnav > *{padding: 0 5px!important}
.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > *{background:rgba(210,210,210,0.2); border-color:transparent;}


/*메인 슬라이드 스타일------------------------------------------------------------------------*/


.reply_t td { border:1px solid #dedede; }
.reply_title { width:200px; padding-left:50px; background:#f5f6f6; text-align:left; }
.reply_t_nomal td { border:none; }
.reply_mal_top { background:url('../img/bg_detail_reply_top.gif') no-repeat; height:12px; }
.reply_mal_bottom { background:url('../img/bg_detail_reply_bottom.gif') no-repeat; height:13px; }
.reply_mal_center { background:url('../img/bg_detail_reply_center.gif') repeat-y; padding:10px 0 10px 30px; }

.reply_mal2_top { background:url('../img/bg_detail_reply_2_top.gif') no-repeat; height:12px; }
.reply_mal2_bottom { background:url('../img/bg_detail_reply_2_bottom.gif') no-repeat; height:13px; }
.reply_mal2_center { background:url('../img/bg_detail_reply_2_center.gif') repeat-y; padding:10px 0 10px 30px; }

.all_tb td { border:1px solid #dedede; }
.all_tb_nomal td { border:none; }

.my_menu { padding-left:20px; height:45px; border-bottom:1px solid #ebebeb; }
.my_menu a { color:#454545; }

.attend_view { border:2px solid #829c2c; padding:15px; line-height:20px; }

.price_view_no { display:none; }
.price_view { }
.sale_view_no { display:none; }
.sale_view {  }

.user_addr1_m input[type=text]{width:70% !important;}


/*** 미니홈 (특성화 페이지) 설정 ***/
.minihome_menu table{border-right:1px solid #c9c9c9;}
.minihome_menu td{font-size:16px; border-left:1px solid #c9c9c9;}
.sub_menu a, .sub_menu_sel a{font-family:'맑은 고딕','맑은고딕'}
.sub_menu a{width:100%; height:46px; text-align:center; color:#686868; line-height:44px; letter-spacing:-1px; border-bottom:1px solid #c9c9c9; display:inline-block; background:#f8f8f8; border-top:2px solid #c9c9c9;}
.sub_menu a:hover{color:#508ddd; background:#ffffff; border-top:2px solid #c9c9c9;}
.sub_menu_sel a{width:100%; height:46px; text-align:center; color:#508ddd; line-height:44px; letter-spacing:-1px; border-bottom:1px solid #ffffff; display:inline-block; background:#ffffff; font-weight:bold; border-top:2px solid #508ddd;}
.sub_menu_sel a:hover{color:#508ddd; background:#ffffff; border-top:2px solid #86a030;}


/* 상세 스크롤 기본위치 선점 - js 소스 영향을 주기위한 소스 */
.scrollfixed {position:fixed; top:0px;}
.end {border:none !important;}


/****************************** 쇼핑몰관련 ******************************/

.detail_memo { color:#4a4a4a; letter-spacing:-1px; width:130px; }
.detail_info td { border:1px solid #eaeaea; }

.tb_line_b { border-bottom:1px solid #e3e3e3; }
.tb_line_r { border-right:1px solid #e3e3e3; }

.bg_send_left { background:url('../img/bg_send_left.gif') no-repeat; height:141px; width:10px; }
.bg_send_center { background:url('../img/bg_send_center.gif') repeat-x; height:141px;  }
.bg_send_right { background:url('../img/bg_send_right.gif') no-repeat; height:141px; width:10px; }

.input_style_n input[type=text] { border:1px solid #bdbdc0; background:#f3f3f3; padding-left:5px; height:28px; line-height:27px; margin:2px 0; }
.input_style_n input[type=password] { border:1px solid #bdbdc0; background:#f3f3f3; padding-left:5px; height:28px; line-height:27px; margin:2px 0; }
.input_style_n input[type=file] { border:1px solid #bdbdc0; background:#f3f3f3; padding-left:5px; height:30px; line-height:29px; margin:2px 0; }
.input_style_n select { padding:5px; border:1px solid #bdbdc0; height:30px; line-height:24px;  font-family:맑은 고딕; }
.input_style_n textarea { border:1px solid #bdbdc0; background:#f3f3f3; padding:5px; height:200px; }
.input_style_n input[type=checkbox]
.input_style_n input[type=radio] { vertical-align:middle; margin:-2px 0 1px;  cursor:pointer; }


/* 베스트상품탭 */
.tab_off_01{ color:#999999; background:url('../img/bg_tab_off.gif'); height:43px; text-align:center; cursor:pointer; font-size:14px; font-weight:bold; font-family:'맑은 고딕','돋움','굴림',Dotum,tahoma,Gulim,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important; width:33%;}
.tab_on_01{ color:#333333; background:#ffffff; height:43px; text-align:center; cursor:pointer; font-size:14px; font-weight:bold; font-family:'맑은 고딕','돋움','굴림',Dotum,tahoma,Gulim,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important; width:33%;}


/* 쇼핑몰 메인 옵션상품 탭 */
.tab_off_03{ color:#999999; background:#fafafa; border-bottom:1px solid #c7c7c7; height:50px; width:34%; text-align:center; cursor:pointer; font-size:16px; letter-spacing:-0.5px; font-family: 'Noto Sans KR' !important; font-weight:400 !important;}
.tab_on_03{ color:#333333; background:#ffffff; border:1px solid #c7c7c7; border-bottom:none; height:50px; width:34%; text-align:center; cursor:pointer; font-size:16px; letter-spacing:-0.5px; font-family: 'Noto Sans KR' !important; font-weight:500 !important;}


/* 쇼핑몰 메인 상품리뷰 로우즈 마진 */
.rows_margin_st td > .rows_margin_st_01 { margin-left:20px;}
.rows_margin_st td:first-child .rows_margin_st_01 { margin-left:0px;}

/* 쇼핑몰 메인, 서브 옵션상품 하단라인 */
.rows_line_st tr:last-child .rows_line { display:none; }


/* 통합검색 탭 */
.tab_off_04{ background:#757575; border:1px solid #4e4e4e; border-right:none; height:43px; width:20%; text-align:center; cursor:pointer; font-size:15px; font-weight:bold; font-family:'맑은 고딕','돋움','굴림',Dotum,tahoma,Gulim,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important;}
.tab_on_04{ background:#ffffff; border:1px solid #c7c7c7; border-right:none;  border-bottom:none; height:43px; width:20%; text-align:center; cursor:pointer; font-size:15px; font-weight:bold; font-family:'맑은 고딕','돋움','굴림',Dotum,tahoma,Gulim,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important;}

.tab_off_04 a{ color:#e9e9e9; }
.tab_on_04 a { color:#333333; }


/* 주문변경팝업 */
.change_select_width select { width:93%; }


/* 3차 카테고리 */
.sub_count{display:none}
.detail_sub .sub_category{padding:7px 0; background:#f3f3f3;}
.detail_sub .sub_category .detail_scate{position:relative; display:block; padding:7px 10px 7px 35px; background:url('../img/sub_cate_arrow.png') 19px 10px no-repeat}
.detail_sub .sub_category .sub_count{width:40px; display:block; position:absolute; top:4px; right:20px}
.detail_sub br{display:none;}

.s_b{display:block}
.s_ib{display:inline-block}



.cursor_default,
.cursor_default a{
	cursor:default !important;
}

.string_ico{
	margin-bottom:0;
	padding:0;
	margin-top:-2px;
	margin-right:5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.string_ico{margin-bottom:0; padding:0; margin-top:-3px}
}

.sub_category_best_st .sub_category_best_rows {background:#f2f3f8; border:1px solid #cfd2da; border-left:none; padding:30px; width:288px; display:inline-block; float:left;}
.sub_category_best_st .sub_category_best_rows:first-child {border-left:1px solid #cfd2da;}

.category_search_select_st select{padding:7px 13px; border:1px solid #cfd2da; width:274px; height:52px; line-height:52px; word-spacing:-1px; font-size:15px !important; color:#000000;}

.category_search_input_st input {border:1px solid #cfd2da; border-right:none; background:#ffffff; color:#000000; padding-left:15px; height:52px; line-height:52px;}
.category_search_input_st input::placeholder {color:#000000; line-height:37px;}
.category_search_input_st input::-webkit-input-placeholder {color:#000000; line-height:37px;}
.category_search_input_st input:-ms-input-placeholder {color:#000000; line-height:37px;}

.category_search_form_on{background:url('../img/typeb/icon_search_fom_on.png') right 8px no-repeat; width:145px; padding-right:15px;}
.category_search_form_off{background:url('../img/typeb/icon_search_fom_off.png') right 7px no-repeat; width:145px; padding-right:15px;}

.icon_str{padding:0 0 0 17px; background:url('../img/icon_s.png') 0 6px no-repeat;}
.icon_down{padding:0 0 0 17px; background:url('../img/icon_d.png') 0 6px no-repeat;}


/* 서브 카테고리 normal*/
.sub_category_rows_st .sub_category_rows{float:left; position:relative; border:1px solid #eaeaea; margin-top:20px;}
.sub_category_rows_st .sub_category_rows:hover{border:1px solid #508ddd;}

.sub_category_rows_st .sub_category_rows .category_rows_left{padding:30px; background:#ffffff; display:inline-block; float:left;}

.sub_category_rows_st .sub_category_rows .category_rows_right{padding:30px; width:220px; height:230px; background:#f2f3f8; display:inline-block; float:left; }
.sub_category_rows_st .sub_category_rows .category_rows_right .category_rows_add{background:#333333;}
.sub_category_rows_st .sub_category_rows:hover .category_rows_left{background:#f7fbff;}
.sub_category_rows_st .sub_category_rows:hover .category_rows_right{background:#e2e9fe;}
.sub_category_rows_st .sub_category_rows:hover .category_rows_right .category_rows_add{background:#508ddd;}

.sub_category_rows_st .sub_category_rows .thumb .layer_tit{position:absolute; bottom:0; width:100%; overflow:hidden; z-index:100}
.sub_category_rows_st .sub_category_rows .thumb .layer_tit .movie_pack_icon_st img{width:35px;}
.sub_category_rows_st .sub_category_rows .thumb:hover .layer_tit{display:none}

.sub_category_rows_st .sub_layer_category_st a{color:#508ddd;}

.sub_category_rows_st .sub_layer_package_st .sub_layer_package_rows {margin-left:10px; float:left; position:relative; cursor:pointer;}
.sub_category_rows_st .sub_layer_package_st .sub_layer_package_rows:first-child {margin-left:0 !important;}

.sub_category_rows_st .sub_layer_package_st .sub_layer_package_rows .time_01{width:6px; height:19px; float:left; display:inline-block; background:url('../img/typeb/string_count_bg_01.png') 0 0 no-repeat;}
.sub_category_rows_st .sub_layer_package_st .sub_layer_package_rows .time_02{display:inline-block; font-weight:bold; color:#fff; overflow:hidden; height:19px; line-height:19px; padding-right:6px; background:url('../img/typeb/string_count_bg_02.png') right 0}
/* 서브 카테고리 normal*/


/* 서브 카테고리 gallery*/
.sub_category_rows_st_gal td:first-child .sub_category_rows_gal{margin-left:0px !important;}

.sub_category_rows_st_gal .sub_category_rows_gal{margin-top:20px; position:relative; border:1px solid #eaeaea;}
.sub_category_rows_st_gal .sub_category_rows_gal:hover{border:1px solid #508ddd;}

.sub_category_rows_st_gal .sub_category_rows_gal .category_rows_top{padding:30px; background:#ffffff;}
.sub_category_rows_st_gal .sub_category_rows_gal .category_rows_bottom{padding:25px 30px 30px 30px; background:#f2f3f8;}
.sub_category_rows_st_gal .sub_category_rows_gal .category_rows_bottom .category_rows_add{background:#333333;}
.sub_category_rows_st_gal .sub_category_rows_gal:hover .category_rows_top{background:#f7fbff;}
.sub_category_rows_st_gal .sub_category_rows_gal:hover .category_rows_bottom{background:#e2e9fe;}
.sub_category_rows_st_gal .sub_category_rows_gal:hover .category_rows_bottom .category_rows_add{background:#508ddd;}

.sub_category_rows_st_gal .sub_category_rows_gal .thumb {width:275px; height:200px; overflow:hidden}
.sub_category_rows_st_gal .sub_category_rows_gal .thumb .layer_tit{position:absolute; bottom:0; width:100%; overflow:hidden; z-index:100}
.sub_category_rows_st_gal .sub_category_rows_gal .thumb .layer_tit .movie_pack_icon_st img{width:35px;}
.sub_category_rows_st_gal .sub_category_rows_gal .thumb:hover .layer_tit{display:none}

.sub_category_rows_st_gal .sub_layer_category_st_gal a{color:#508ddd;}

.sub_category_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows {margin-left:10px; float:left; position:relative; cursor:pointer;}
.sub_category_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows:first-child {margin-left:0 !important;}

.sub_category_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows .time_01{width:6px; height:19px; float:left; display:inline-block; background:url('../img/typeb/string_count_bg_01.png') 0 0 no-repeat;}
.sub_category_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows .time_02{display:inline-block; font-weight:bold; color:#fff; overflow:hidden; height:19px; line-height:19px; padding-right:6px; background:url('../img/typeb/string_count_bg_02.png') right 0}
/* 서브 카테고리 gallery*/


.icon_home{}
.nevi_arrow{margin:0 7px;}

.money_s_mobile, .money_d_mobile{font-weight:bold;}



.margin_tbl_none tr td:first-child .fdivin{margin-left:0 !important}

.sub_rows_style_03{float:left; margin-left:20px; margin-bottom:20px; position:relative}
.sub_rows_style_03 .thumb{width:335px; height:220px; overflow:hidden; position:relative}
.sub_rows_style_03 .thumb .layer_tit{display:none}
.sub_rows_style_03 .thumb .premium_icon{position:absolute; bottom:20px; left:15px; z-index:9;}
.sub_rows_style_03 .thumb:hover .premium_icon{display:none;}
.sub_rows_style_03 .thumb .play_btn{position:absolute; background:url('../img/bg_rows_play.png') center center; width:100%; height:100%; z-index:9; filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}
.sub_rows_style_03 .thumb:hover .layer_tit{display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:url('../img/bg_black_60.png') 0 0 repeat}
.sub_rows_style_03 .thumb:hover .play_btn{display:none }
.sub_rows_style_03 .thumb:hover .number{display:none}
.sub_rows_style_03 .thumb:hover .clock{display:none }
.sub_rows_style_03 .rowsin_btn img{vertical-align:middle; margin-right:3px; margin-bottom:3px !important }

.time_01{width:6px; height:19px; float:left; display:inline-block; background:url('../img/string_count_bg_01.png') 0 0 no-repeat}
.time_02{display:inline-block; font-weight:bold; color:#fff; overflow:hidden; height:19px; line-height:19px; padding-right:6px; background:url('../img/string_count_bg_02.png') right 0}



.reply_write_table .input_style input[type=text] { border:1px solid #bdbdc0; background:#fff; padding-left:5px; height:38px; line-height:37px; margin:0;}
.reply_write_table .input_style input[type=password] { border:1px solid #bdbdc0; background:#fff; padding-left:5px; height:38px; line-height:37px; margin:2px 0;}
.reply_write_table .input_style input[type=file] { border:1px solid #bdbdc0; background:#fff; padding-left:5px; height:38px; line-height:37px; margin:2px 0;}
.reply_write_table .input_style select {padding:7px; border:1px solid #cfd2da; width:150px; height:40px; line-height:39px; font-family:'맑은 고딕',malgun gothic,'돋움',Dotum,'굴림',Gulim,tahoma,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important; word-spacing:-1px; font-size:15px !important; color:#000000;}
.reply_write_table .input_style textarea { border:1px solid #bdbdc0; background:#fff; padding:5px; height:200px;}


/* 메인 쇼핑몰 메인 카테고리 탭 */
.shop_main_tab .tab_off_02{ color:#555; background:url('../img/bg_tab_02_off.png') repeat-x;height:60px; vertical-align:top; text-align:center; cursor:pointer; font-size:20px; width:20%; font-family: 'Noto Sans KR' !important; font-weight:500 !important;}
.shop_main_tab .tab_on_02{ color:#ffffff; background:url('../img/bg_tab_02_on.png') no-repeat; height:60px; vertical-align:top; text-align:center; cursor:pointer; font-size:20px; width:20%; font-family: 'Noto Sans KR' !important; font-weight:500 !important;}

.shop_main_tab .tab_off_02 span { line-height:50px; }
.shop_main_tab .tab_on_02 span { line-height:50px; }


/* 강사소개페이지 */
.member_search_select select{height:52px; width:274px !important; padding:0 5px; border:1px solid #cfd2da; color:#000 !important; font-size:15px !important; font-family:'맑은 고딕','돋움','굴림',Dotum,tahoma,Gulim,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important;}
.member_search_select select option{color:#000 !important; font-size:15px; font-family:'맑은 고딕','돋움','굴림',Dotum,tahoma,Gulim,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important;}


/* 통합검색결과 */
.all_search_list td:first-child .all_search_rows{margin-left:0 !important;}
.all_search_list .all_search_rows{float:left; margin-left:10px; margin-bottom:20px}

.all_search_list .all_search_rows3{}
.all_search_list .all_search_rows3 table tr:first-child td div{border-top:0 none !important}

.all_search_list td:first-child .all_saerch_rows4{margin-left:0 !important;}
.all_search_list .all_saerch_rows4{float:left; margin-left:15px;}

.all_search_list .all_saerch_rows4:hover .all_search_hover{border:1px solid #508ddd !important; border-top:none !important; background:#f7fbff !important;}
.all_search_list .all_search_rows:hover .all_search_hover2{border:1px solid #508ddd !important; border-left:none !important; background:#f7fbff !important;}
.all_search_list .all_search_rows:hover .all_search_hover3{border:1px solid #508ddd !important; border-left:none !important; background:#f7fbff !important;}
.all_search_list .all_saerch_rows4:hover .all_search_hover4{border:1px solid #508ddd !important; border-top:none !important; background:#f7fbff !important;}

.all_search_list .all_search_lecture_hover:hover{border:1px solid #47c0d8 !important; background:#e8f6f9 !important;}

.all_search_list td:first-child .all_saerch_rows2{margin-left:0 !important;}
.all_search_list .all_saerch_rows2{float:left; margin-left:10px;}



/* 유료옵션page */
.sub_all_rows_st_gal td:first-child .sub_all_rows_gal{margin-left:0px !important;}

.sub_all_rows_st_gal .sub_all_rows_gal{margin-top:20px; position:relative; border:1px solid #eaeaea;}
.sub_all_rows_st_gal .sub_all_rows_gal:hover{border:1px solid #508ddd;}

.sub_all_rows_st_gal .sub_all_rows_gal .all_rows_top{padding:30px; background:#ffffff;}
.sub_all_rows_st_gal .sub_all_rows_gal:hover .all_rows_top{background:#f7fbff;}

.sub_all_rows_st_gal .sub_all_rows_gal .thumb {width:258px; height:200px; overflow:hidden}
.sub_all_rows_st_gal .sub_all_rows_gal .thumb .layer_tit{position:absolute; bottom:0; width:100%; overflow:hidden; z-index:100}
.sub_all_rows_st_gal .sub_all_rows_gal .thumb .layer_tit .movie_pack_icon_st img{width:35px;}
.sub_all_rows_st_gal .sub_all_rows_gal .thumb:hover .layer_tit{display:none}

.sub_all_rows_st_gal .sub_layer_category_st_gal a{color:#508ddd;}

.sub_all_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows {margin-left:15px; float:left; position:relative; cursor:pointer;}
.sub_all_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows:first-child {margin-left:0 !important;}

.sub_all_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows .time_01{width:6px; height:19px; float:left; display:inline-block; background:url('../img/typeb/string_count_bg_01.png') 0 0 no-repeat;}
.sub_all_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows .time_02{display:inline-block; font-weight:bold; color:#fff; overflow:hidden; height:19px; line-height:19px; padding-right:6px; background:url('../img/typeb/string_count_bg_02.png') right 0}


/* 강좌랭킹 rows */
.sub_ranking_rows_st_gal td:first-child .sub_ranking_rows_gal{margin-left:0px !important;}

.sub_ranking_rows_st_gal .sub_ranking_rows_gal{margin-top:20px; position:relative; border:1px solid #eaeaea;}
.sub_ranking_rows_st_gal .sub_ranking_rows_gal:hover{border:1px solid #508ddd;}

.sub_ranking_rows_st_gal .sub_ranking_rows_gal .ranking_rows_top{padding:30px; background:#ffffff;}
.sub_ranking_rows_st_gal .sub_ranking_rows_gal .ranking_rows_bottom{background:#f2f3f8;}
.sub_ranking_rows_st_gal .sub_ranking_rows_gal:hover .ranking_rows_top{background:#f7fbff;}
.sub_ranking_rows_st_gal .sub_ranking_rows_gal:hover .ranking_rows_bottom{background:#e2e9fe;}

.sub_ranking_rows_st_gal .sub_ranking_rows_gal .thumb {width:258px; height:200px; overflow:hidden}
.sub_ranking_rows_st_gal .sub_ranking_rows_gal .thumb .layer_tit{position:absolute; bottom:0; width:100%; overflow:hidden; z-index:100}
.sub_ranking_rows_st_gal .sub_ranking_rows_gal .thumb .layer_tit .movie_pack_icon_st img{width:35px;}
.sub_ranking_rows_st_gal .sub_ranking_rows_gal .thumb:hover .layer_tit{display:none}

.sub_ranking_rows_st_gal .sub_layer_category_st_gal a{color:#508ddd;}

.sub_ranking_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows {margin-left:15px; float:left; position:relative; cursor:pointer;}
.sub_ranking_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows:first-child {margin-left:0 !important;}

.sub_ranking_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows .time_01{width:6px; height:19px; float:left; display:inline-block; background:url('../img/typeb/string_count_bg_01.png') 0 0 no-repeat;}
.sub_ranking_rows_st_gal .sub_layer_package_st_gal .sub_layer_package_rows .time_02{display:inline-block; font-weight:bold; color:#fff; overflow:hidden; height:19px; line-height:19px; padding-right:6px; background:url('../img/typeb/string_count_bg_02.png') right 0}


/* 강의리스트 rows */
.all_new_margin table tr td .all_new_20{margin-left:20px;}
.all_new_margin table tr td:first-child .all_new_20{margin-left:0 !important;}


/* 강의검색결과 */
.sub_search_list .rows_sub_search_list_hover:hover{border:1px solid #508ddd !important; background:#f7fbff;}


/* 특성화상세 */
.mini_rows_style_03{float:left; margin-left:13px; margin-bottom:20px; position:relative}
.mini_rows_style_03 .thumb{width:308px; height:220px; overflow:hidden; position:relative}
.mini_rows_style_03 .thumb .layer_tit{display:none}
.mini_rows_style_03 .thumb .premium_icon{position:absolute; bottom:20px; left:15px; z-index:9;}
.mini_rows_style_03 .thumb:hover .premium_icon{display:none;}
.mini_rows_style_03 .thumb .play_btn{position:absolute; background:url('../img/bg_rows_play.png') center center; width:100%; height:100%; z-index:9; filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}
.mini_rows_style_03 .thumb:hover .layer_tit{display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:url('../img/bg_black_60.png') 0 0 repeat}
.mini_rows_style_03 .thumb:hover .play_btn{display:none }
.mini_rows_style_03 .thumb:hover .number{display:none}
.mini_rows_style_03 .thumb:hover .clock{display:none }
.mini_rows_style_03 .rowsin_btn img{vertical-align:middle; margin-right:3px; margin-bottom:3px !important }


/*마이페이지 주문내역검색 */
.btn_input_day { width:40px; height:30px; border:1px solid #d1d1d3; background:#ffffff url('../img/day_line_bg.gif') 0 bottom repeat; cursor:pointer; color:#7d7f8c}
.btn_input_search { width:90px; height:30px; border:1px solid #555555; background:#555555; color:#ffffff; cursor:pointer; letter-spacing:-1px}


/*마이페이지 주문내역검색 인풋 */
.input_style_mysearch input[type=text],.input_style_mysearch input[type=file],.input_style_mysearch input[type=password]{
	border:1px solid #bdbdc0;
	background:#ffffff;
	padding-left:5px;
	height:28px;
	line-height:27px;
	}
.input_style_mysearch select {
	padding:5px;
	border:1px solid #bdbdc0;
	height:30px;
	line-height:24px;
	}
.input_style_mysearch textarea{
	border:1px solid #bdbdc0;
	background:#ffffff;
	padding:5px;
	height:200px;
	}


/* 메인 > 강좌랭킹 */
.main_rangking_category a {
	color:#508ddd !important;
	}


/* 인터넷강의 */
.lecture_banner img {
	border-radius:3px;
	}


/* 강사상세정보 */
.member_detail_tbl td {
	border-bottom:1px solid #ddd;
	padding:20px 10px 20px 30px;
	color:#888;
	}


.animate{
	overflow:hidden;
	}

.animate img{
	display: block;
	transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	image-rendering: -webkit-optimize-contrast;
	}

.animate:hover img{
	transition-duration: .3s;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	}



/* 상세 상품평 내용 */
.detail_trust_contents img { max-width:100% !important; height:auto !important; }
.detail_trust_contents { font-size:12px; letter-spacing:-0.5px; text-align:left; line-height:160%; word-wrap:break-word; }
/* 마이페이지 상품평 내용 */
.my_trust_contents img { max-width:100% !important; height:auto !important; }

/* html5 업로드 */
.in_upload {display:table; float:left;}

.in_upload .upload_progressbar {display:table-cell; width:auto; padding-left:3px; position:relative; }
.in_upload .upload_progressbar .mov_progressbar {border:1px solid #2595a9; padding:3px; border-radius:20px; background:#f8f8f8; position:relative; overflow:hidden; margin-top:12px;}
.in_upload .upload_progressbar .mov_progressbar .on{background-color:#30bed8; position:absolute; top:0; left:0; height:100%; border-radius:20px; width:0%; }

.in_upload .upload {display:block; width:105px; height:30px; background:url('../img/btn_file_upload.png') no-repeat !important; font-size:0px; margin-right:5px; display:table-cell; cursor:pointer;}
.in_upload .upload_display {line-height:30px; padding-right:10px; display:table-cell}
.in_upload .upload_del {display:block; width:70px; height:30px; background:url('../img/btn_upload_del.png') no-repeat !important; font-size:0px; vertical-align:middle; cursor:pointer; display:table-cell; padding:0 5px;}

/* 평점별 */
.star_layer { position:relative; width:84px; height:16px; background:#dee1e4; }
.star_img { position:absolute; top:0px; left:0px; width:84px; height:16px; z-index:1; background:url('../img/trust_start_point.png') no-repeat;}
.star_color { position:absolute; top:0px; left:0px; background:#e83428; height:16px; }
.star_text { color:#e83428; }

.star_layer.resize_star { position:relative; width:69px; height:13px; background:#dee1e4; top:4px;}
.star_img.resize_star { position:absolute; top:0px; left:-1px; width:70px; height:13px; z-index:1; background:url('../img/trust_start_point.png') no-repeat; background-size: 70px;}
.star_color.resize_star { position:absolute; top:0px; left:0px; background:#e83428; height:13px; }
.star_text.resize_star { color:#e83428; }

/* 스크랩버튼 */
.common_rows_btn_scrap{
	position:absolute;
	bottom:-24px;
	right:10px;
	z-index:10;
	background:#fff;
	color:#6f6f6f;
	border-radius:50%;
	padding:14px;
	outline:none;
	box-shadow:0 0 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 7px 0px rgba(0,0,0, .3);
	-webkit-box-shadow:0 0 7px 0px rgba(0,0,0, .3);
}

/* 스크랩버튼 색상 */
.page{
	padding:60px 0;
	text-align:center;
}
.page.topno{
	padding:5px 0 30px 0;
}
.display_block{
	display:block;
}
.display_inlineblock{
	display:inline-block;
}
.common_rows_btn_scrap.on svg path{
	fill:#ffc1dc;
}

/* 리뉴얼 */
/* 폰트크기에 따른 체크박스 위치조정 */
.h_form .h-check.check_margin_font15 input[type="checkbox"] + span::before {
	margin-top:4px;
}
.h_form .h-check.check_margin_font16 input[type="checkbox"] + span::before {
	margin-top:4px;
}
.h_form .h-check.check_margin_font17 input[type="checkbox"] + span::before {
	margin-top:6px;
}
.h_form .h-check.check_margin_font20 input[type="checkbox"] + span::before {
	margin-top:7px;
}
.h_form .h-check.check_margin_font14 input[type="checkbox"] + span::before {
	margin-top:3px;
}

.h_form .h-radio.radio_margin_font16 input[type="radio"] + span::before {
	margin-top:4px;
}
.h_form .h-radio.radio_margin_font20 input[type="radio"] + span::before {
	margin-top:7px !important;
}
.h_form .h-radio.radio_margin_font14 input[type="radio"] + span::before {
	margin-top:3px;
}
.h_form .h-radio.radio_margin_font15 input[type="radio"] + span::before {
	margin-top:4px;
}
.h_form .h-radio.radio_margin_font20_2 input[type="radio"] + span::before {
	margin-top:-1px !important;
}

.img_maxwidth img{
	max-wdith:100%;
	height:auto !important;
}
/* 회차 플레이공통 */
.play_no{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	cursor:pointer;
	z-index:100
}
.ajax .page_area .page{
	margin-top:62px;
}
.page_area .page table{
	width:inherit;
	margin:0 auto;
}
.top_banner img{
	max-width:100%;
	height:auto !important;
}
.clear:after{
	clear:both;
	content:"";
	display:block;
}
.icon_bub{
	width:42px;
	text-align:center;
	display:inline-block;
	font-size:14px;
	line-height:1.0;
	padding:4px 0;
	border-radius:25px;
	background:#fff;
}
.font_weight500{
	font-weight:500;
}
.font_weight400{
	font-weight:400;
}

/* 로그인/로그아웃/장바구니 style */

.top_login_logout1{color:#000 !important; font-size:15px !important; letter-spacing:-0.5px;}
.top_login_logout1 span{color:#fff; font-size:13px; display:inline-block; background:rgba(255,255,255,0.15); padding:0 5px; border-radius:5px; 
	letter-spacing:0;}
.top_login_mypage1 {padding:6px 10px;font-size:13px;  border-radius:5px; color:#fff !important; background:#000 !important;}




.logo_area .etc_menu .top_login_logout{color:#000 !important; font-size:14px !important; letter-spacing:-0.5px;}
.logo_area .etc_menu .top_login_logout span{color:#fff; font-size:12px; display:inline-block; background:rgba(255,255,255,0.15); padding:0 5px; border-radius:5px; letter-spacing:0;}

.logo_area .etc_menu .top_login_mypage {padding:6px 10px;font-size:12px;  border-radius: 5px; color:#fff !important; background:#000 !important;}






.logo_area{
	background:#fff;
	box-sizing: border-box;
	border-bottom:1px solid #f6f6f6;
	height:80px; 
	position:relative;
	z-index:5 !important;

}
.logo_area .contents .logo_area_inner{
	position:relative;
	display:flex;
	height:80px;
	box-sizing:border-box;
	align-items: center;
}
.logo_area .contents .logo_area_inner .logo{
	min-width:240px;
}
.logo_area .contents .logo_area_inner .nav{
	position:relative;
	height:100%;
	flex:1;
	text-align: center;
	display: flex;
	align-items: center;
}
.logo_area .contents .logo_area_inner .etc_menu{
	min-width:465px;
	justify-content: end;
	align-items:center;
}
.logo_area .contents .logo_area_inner .nav .all_menu_btn{
	width:61px;
	text-align:center;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
}


.logo_area .contents .logo_area_inner .nav .sub_sub_menu{
	z-index:9990;
	position:absolute;
	top:60px !important;
	width:max-content;
	overflow:hidden;
	left:40%;
	transform:translateX(-40%);
	border-radius:10px;
	
}


.logo_area .contents .logo_area_inner .nav .sub_sub_menu .over_menu{
	padding:10px 20px;
	background:#292929;
	
	text-align:left;
	
}
/*.logo_area .contents .logo_area_inner .nav .sub_sub_menu .over_menu:nth-child(1){
	padding:17px 19px 7px;
	border-top:1px solid #3f3f3f;
	border-radius:10px 10px 0 0;
}

.logo_area .contents .logo_area_inner .nav .sub_sub_menu .over_menu:nth-last-child(1){
	padding:7px 19px 17px;
	border-bottom:1px solid #3f3f3f;
	border-radius:0 0 10px 10px;
}*/

.logo_area .contents .logo_area_inner .nav .sub_sub_menu .over_menu a{
	color:rgba(255,255,255,0.6);
}

.logo_area .contents .logo_area_inner .nav .main_menu{
	display:flex;
	align-items:center;
	gap:35px;

}

.logo_area .contents .logo_area_inner .nav .main_menu .top_menu_rows{
	position:relative;
}
.logo_area .contents .logo_area_inner .nav .main_menu a.main_menu_a{
	position:relative;
	display:block;
	min-width:max-content;
	box-sizing: border-box;
	font-size:18px;
	color:#000;
	text-align:center;
	z-index:1;
	padding:20px 0;
}
/*.logo_area .contents .logo_area_inner .nav .main_menu .top_menu_rows:last-of-type a.main_menu_a{
	padding:4px 7px 5px;
	border-radius:5px;
	background:rgba(255,255,255,0.15);
	font-size:16.7px;
}*/
.logo_area.scrollfixed_menu{
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	background: #fff;
	min-width:1500px !important;
	border-bottom:1px solid #fff;
	box-shadow: 5px 5px 14px rgba(0,0,0,0.1);

}
.logo_area.scrollfixed_menu #nav_flex{
	width:1400px !important;
	margin:0 auto !important;
	height:121 !important;
}

.logo_area.scrollfixed_menu .all_menu_layer .inner{
	top:-1px !important;
}
.logo_area #nav_flex{
	height:59px;
}
.logo_area .menu{
	display:block;
}
.logo_area .menu_scrolled{
	display:none;
}
.logo_area #submenu{
	display:block;
}
.logo_area .all_menu_layer .inner{
	top:-1px;
}

/* 전체메뉴탭 */
.all_menu_layer {
	position:relative;
	top:-1px;
	margin:0 auto;
	z-index:9999;
	width:1460px;
	border:1px solid rgba(53,55,58,0.97);
	border-radius:16px;
	background: rgba(41,41,41,0.97);
}

.all_menu_content {display:flex; justify-content:space-between; gap:35px;}

.all_menu_content .cate_table table{
	width:100%;
}

.all_menu_content .menu_box{
	padding:25px 0 20px;
	min-width:max-content;
}

.all_menu_content .all_menu_1st{
	font-size:20px;
	color:#fff;
	letter-spacing:-1px;
	display: inline-block;
}
.all_menu_content .all_menu_2st{
	display:flex;
	flex-flow:column;
	gap:13px;
}
.all_menu_content .all_menu_2st a{
	font-size:16px;
	color:#afafaf;
	letter-spacing:-1px;
}

.all_menu_layer .all_menu_right_area{min-width:max-content; padding-top:25px;}
.all_menu_layer .all_menu_right_area .menu_btn{
	display:flex;
	gap:5px;
}
.all_menu_content .menu_btn a{
	color:#fff;
	font-size:18px;
	font-family: 'Noto Sans KR' !important;
	font-weight:500 !important;
	text-align:left;
	background:#292929;
	border:1px solid #35373a;
	width:232px;
	padding:12px 0 12px 35px;
	border-radius:10px;
	letter-spacing:-1px;
	display:flex;
	align-items:center;
	gap:12px;
}

.all_menu_content:before {
	border-top:0px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(53,55,58,0.97);
	content:"";
	position:absolute;
	top:-9px;
	right:35px;
}
.all_menu_content:after {
	border-top:0px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(41,41,41,0.97);
	content:"";
	position:absolute;
	top:-7px;
	right:35px;
}

.all_menu_left_area{
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:wrap;
	gap:20px;
}

.all_menu_layer .inner .all_menu_title_area{
	background:#fafafa;
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	padding:22px 0;
}

/* 카피라이트 */
.copyright{padding:65px 0; display:flex;}
.copyright .copyright_logo{min-width:max-content; margin-right:59px;}
.copyright .copyright_content{width:100%;}
.copyright .copyright_policy{display:flex; margin-top:4px; gap:36px;}
.copyright .copyright_policy a{font-size:16px; letter-spacing:-1px; color:#222222; position:relative;}
.copyright .copyright_policy a::after{content:""; position:absolute; left:-19px; width:1px; height:14px; background:#cdcdcd; display:inline-block; top:50%; transform:translateY(-50%);}
.copyright .copyright_policy a:nth-child(1)::after{display:none;}
.copyright .copyright_sms{min-width:max-content; margin-left:15px; display:flex; gap:14px;}
.copyright .copyright_sms span{width:38px; height:38px; background:#d3d3d3; border-radius:50%; overflow:hidden;}
.copyright .copyright_sms span a{display:block;}
.copyright .copyright_sms span.insta:hover{background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0%,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%) , linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);}
.copyright .copyright_sms span.kakao:hover{background:#ffe500;}
.copyright .copyright_sms span.blog:hover{background:#00c63b;}
/* 카피라이트 */


/* 메인타이틀 */
a.main_title{font-size:32px; letter-spacing:-1px; color:#222222; line-height:1.4;}
a.main_sub_title{display:inline-block; font-size:17px; color:#777777; letter-spacing:-1px; margin-top:10px;}
/* 메인타이틀 */

/* 메인 - 모든클래스 tab */
.main_category_tab{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
}
.category_tab{
	display:flex;
	gap:10px;
	line-height:1.5;
}
.category_tab a{
	font-size:17px;
	color:#666666;
	letter-spacing:-1px;
	padding:5px 16px;
	border-radius:20px;
}
.category_tab a.off{
	background:#f3f4f5;
}
.main_layer_sub .category_plus{
	font-size:15px;
	color:#888888 !important;
	letter-spacing:-1px;
	position:absolute;
	right:-6px;
	top:-58px;
}
.main_layer_sub .category_plus i{margin-left:4px;}

/* 문제풀이, 수료증 아이콘 */
.rows_completion{
	position:absolute;
	top:10px;
	left:10px;
	display:flex;
	gap:5px;
	font-size:13px;
	color:#fff;
	letter-spacing:-0.5px;
	z-index:1;
}
.rows_completion span{padding:1px 7px 2px; border-radius:5px;}

/* 메인 모든클래스, 카테고리 페이지 */
.main_category{
	display:flex;
	gap:40px;
	flex-wrap:wrap;
	column-gap:24px;
}
.main_category_rows{width:332px; position:unset;}

/* 옵션 아이콘 */
.option_icon{
	position:absolute;
	top:10px;
}
.option_left{left:10px;}
.option_right{right:10px;}
.option_icon p{display:flex; gap:4px; align-items:center;}
.option_icon p span{
	width:22px;
	height:22px;
	border-radius:50%;
	background:rgba(0,0,0,0.2);
	display:inline-flex;
	align-items:center;
	justify-content:center;
}

/* 메인 - 모든클래스, 베스트클래스, 카테고리(갤러리) 페이지 공용 rows */
.main_rows_img{border-radius:15px; overflow:hidden; position:relative;}
.main_rows_text_top{
	display:flex;
	align-items:center;
	justify-content:space-between;
	color:#777777;
	font-size:14px;
	position:relative;
	margin-top:13px;
}
.main_rows_text_middle{
	font-size:19px;
	letter-spacing:-1px;
	margin-top:5px;
	height:56px;
}
.main_rows_text_middle a{color:#333333;}
.main_rows_text_bottom{
	margin-top:5px;
	font-size:17px;
	letter-spacing:-1px;
	display:flex;
	align-items:center;
	gap:15px;
}
.main_rows_text_bottom .string_ico{display:none;}
.main_rows_text_bottom .time{
	font-size:12px;
	letter-spacing:-0.5px;
	padding:1px 5px 2px;
	background:#e8f6f9;
	border-radius:0.3em;
	margin-top:3px;
}
/* 메인 - 모든클래스, 베스트클래스 카테고리 등 텍스트 부분 */

/* 메인 - 베스트 클래스 */
.main_best{display:flex;}
.main_best_left{min-width:356px; max-width:356px; margin-top:-5px;}
.main_best_right{width:100%; display:flex; gap:24px; flex-wrap:wrap;}
.main_best_btn{margin-top:27px;}
.main_best_btn a{font-size:16px; padding:14px 17px; border-radius:5px; letter-spacing:-1px;}

.main_ranking_rows{width:510px; position:unset;}
.main_ranking_rows .main_rows_text_middle{height:28px;}

/* 메인추천강의 동영상더보기 레이어 */
.main_layer_sub .layer_sub{
	width:1420px;
	padding:19px 24px;
	margin-left:-700px;
	position:absolute;
	top:-80px;
	left:50%;
	z-index:500;
	border-radius:10px;
	background-color:#1d2c33;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.main_layer_sub .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.main_layer_sub .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.main_layer_sub .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.main_layer_sub .layer_sub .sub_layer_package_rows{
	width:255px;
	float:left;
	margin-left:24px
}
.main_layer_sub .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb{
	width:255px;
	position:relative;
	border-radius:5px;
	height:128px;
	overflow:hidden;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.main_layer_sub .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute; top:0; bottom:0; left:0; right:0; background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
		z-index:2;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.main_layer_sub .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.main_layer_sub .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.main_layer_sub .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.main_layer_sub .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.main_layer_sub .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.main_layer_sub .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}

/* 메인 교재, 교재 메인 프리미엄 */
.main_shop{margin-top:35px;}
.main_shop table{width:auto;}
.main_shop table tr td:nth-child(1) .main_shop_rows{margin-left:0;}
.main_shop_rows{width:260px; margin-left:25px;}
.main_shop_img{border-radius:15px; overflow:hidden;}
.main_shop_top{margin-top:12px; font-size:14px; color:#777777; letter-spacing:-0.5px;}
.main_shop_top .top_line{position:relative;}
.main_shop_top .top_line::before{
	content:"l";
	font-size:12px;
	color:#d6d6d6;
	display:inline-block;
	margin:0 7px;
	font-weight:100 !important;
}
.main_shop_middle{font-size:19px; height:56px; margin-top:7px;}
.main_shop_middle a{color:#222222; letter-spacing:-1px;}
.main_shop_bottom{
	display:flex;
	align-items:center;
	gap:8px;
	font-size:15px;
	color:#b3b3b3;
	margin-top:5px;
	letter-spacing:-1px;
}
.main_shop_bottom span{text-decoration:line-through;}
.main_shop_bottom .present{
	text-decoration:none;
	font-size:17px;
}

/* 메인 - 출석체크, 수강후기, 1:1문의 배너영역 */
.main_sub_banner{display:flex; gap:25px;}

/* 메인 - 고객센터, 공지사항, 질문과 답변 */
.main_bbs{display:flex; gap:49px;}
.main_bbs_left{min-width:380px; max-width:380px;}
.main_bbs_content{width:100%;}
.main_bbs_title{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:26px;
	letter-spacing:-1px;
	margin-bottom:15px;
}
.main_bbs_title a{color:#222222;}
.main_bbs_left_content{padding:14px 30px; border-radius:5px; background:#fafafa;}
.main_bbs_left_content .left_interval{padding:12px 0; border-bottom:1px solid #ececec;}
.main_bbs_left_content a.left_content{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:16px;
	color:#222;
	letter-spacing:-1px;
}
.main_bbs_left_content .left_interval:nth-last-child(1){border-bottom:0;}
.main_bbs_left_content a.left_content span{display:flex; align-items:center; gap:10px;}
.main_bbs_left_content .left_content > i{margin-right:-6px;}

.main_bbs_content_box{padding:25px 0 0px ;  bordeR-bottom:1px solid #D4D4D4;}
.main_bbs_content_box1{padding:0px 0 0px ;  bordeR-bottom:1px solid #D4D4D4;}

.main_bbs_rows a{ position: relative;
	padding:25px 0px 45px;
	display:block;
	bordeR-top:1px solid #D4D4D4;

}
.main_bbs_rows a:hover{background:#f9f9f9;}
.main_bbs_rows .bbs_title{width:100%; text-align:left; font-size:19px; line-height:29px;}
.main_bbs_rows .bbs_title a{ display: block;
	color:#000 !important;
	letter-spacing:0px; 
}
.main_bbs_rows .bbs_title a:hover{
color:#25A344; font-weight:600; 
}
.date {	

	font-size:17px;
	color:#A0A0A0;
	letter-spacing:-0.5px;
	float:left;	bordeR:0px solid red; line-height:30px;
}
.main_bbs_plus{
	font-size:15px;
	color:#888888 !important;
	letter-spacing:-1px;
	display:flex;
	align-items:center;
	gap:4px;
	margin-right:-6px;
}
.main_bbs_plus > i{margin-top:2px;}

/* 메인 - 회원가입 배너 */
.main_banner{
	width:100%;
	overflow:hidden;
}
.main_banner img{
	max-width:none;
	position:relative;
	left:50%;
	transform:translateX(-50%);
}

/* 메인 수강후기, 서브 수강후기 */
.main_reply{text-align:center; margin-bottom:38px;}
.main_reply .main_title span{position:relative; font-weight:700 !important;}
.main_reply .main_title span:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%) translateX(1px);
	background:#fff;
	width:4px;
	height:4px;
	border-radius:50%;
	top:0;
}
.reply_rows{width:332px; border-radius:15px; overflow:hidden;}
.reply_rows .reply_rows_img{position:relative;}
.reply_rows .reply_rows_img .reply_option_icon{
	position:absolute;
	left:10px;
	top:10px;
}
.reply_rows .reply_rows_img .reply_option_icon p{display:flex; gap:4px; align-items:center;}
.reply_rows .reply_rows_img .reply_option_icon p span{
	width:22px;
	height:22px;
	border-radius:50%;
	background:rgba(0,0,0,0.2);
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.reply_rows .reply_count{
	position:absolute;
	top:10px;
	right:10px;
	background:rgba(0,0,0,0.2);
	display:flex;
	align-items:center;
	padding:4px 7px;
	gap:10px;
	border-radius:0.3em;
}
.reply_rows .reply_count .reply_count_content{
	font-size:11px;
	color:#fff;
	line-height:1;
	display:flex;
	align-items:center;
	gap:4px;
}
.reply_rows .reply_rows_list{padding:26px 30px 28px; background:#fff; position:relative;}
.reply_rows .reply_person{
	position:absolute;
	right:25px;
	top:-35px;
	background:#fff;
	padding:5px;
	border-radius:50%;
	overflow:hidden;
}
.reply_rows .reply_person img{border-radius:50%;}
.reply_rows .reply_categroy{
	font-size:14px;
	color:#777777;
	letter-spacing:-0.5px;
	width:205px;
}
.reply_rows .main_reply_title{
	font-size:22px;
	letter-spacing:-1px;
	height:66px;
	margin-top:5px;
}
.reply_rows .main_reply_comment{
	font-size:15px;
	letter-spacing:-0.75px;
	margin-top:18px;
	line-height:1.7;
	height:102px;
}
.reply_rows .main_reply_comment a{color:#888888;}
.reply_rows .reply_star_layer{
	display:flex;
	align-items:center;
	justify-content:end;
	gap:9px;
	margin-top:20px;
}
.reply_rows .reply_star_layer .star_layer{width:70px; height:13px;}
.reply_rows .reply_star_layer .star_img{background-size:70px; width:70px; height:13px;}
.reply_rows .reply_star_layer .star_color{background:#ffcc00; height:13px;}
.reply_rows .reply_star_layer .reply_name{
	color:#888888;
	font-size:14px;
	letter-spacing:-0.5px;
}
.reply_arrow{color:#fff !important; margin:6px;}

.sub_reply_list{display:flex; gap:40px; flex-wrap:wrap; padding-top:40px; column-gap:24px;}
.sub_reply_list .reply_rows .reply_rows_list{border:1px solid #ececec; border-radius:0 0 15px 15px;}
.sub_reply_list .reply_button{display:flex; gap:5px; margin-top:20px;}
.sub_reply_list .reply_button a{width:100%;}
.sub_reply_list .reply_rows .reply_star_layer{gap:19px;}


/* 카테고리, 교재 타이틀 */
.category_top{display:flex; align-items:center; justify-content:space-between; padding-top:45px;}
.category_title{font-size:28px; color:#222222; letter-spacing:-1px;}

/* 카테고리, 교재 서브메뉴 */
.category_top_sub{display:flex; align-items:center; justify-content:space-between; padding-top:30px;}
.category_search_count{font-size:22px; color:#333;}
.category_menu{	display:flex; align-items:center;}
.category_menu table tr td{vertical-align:middle;}
.category_menu a{
	margin-right:12px;
	font-size:17px;
	color:#666666;
	letter-spacing:-1px;
	padding:6px 16px;
	border-radius:20px;
	background:#f3f4f5;
	min-width:max-content;
}

.h_form a.search_btn{
	cursor:pointer;
	font-size:17px;
	letter-spacing:-1px;
	display:flex;
	align-items:center;
	padding:6px 16px;
	border-radius:20px;
	gap:5px;
}

/* 카테고리, 교재 검색 */
.modal_bgc {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10003;
	padding: 0;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.3);
}
.modal_bgc .modal_close{
	width:100%;
	height:100%;
	position: relative;
	z-index:5;
}
.modal_bgc .modal_popup_wrap {
	box-sizing:border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index:1001;
	width:600px;
}
.modal_bgc .modal_popup_layer {
	background: #ffffff;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	padding:40px;
}
.modal_bgc .modal_popup_layer h3.search_title{
	font-size:25px;
	color:#111111;
	letter-spacing:-1px;
	text-align:left;
	padding-bottom:15px;
	border-bottom:1px solid #ececec;
}
.modal_bgc .modal_popup_layer .select_content{display:flex; flex-flow:column; gap:13px; padding-top:25px;}
.modal_bgc .modal_popup_layer .content_title{font-size:17px; color:#222222; letter-spacing:-1px;}
.modal_bgc .modal_popup_layer .content_form select{font-size:15px; color:#999999; padding:0 20px 0 15px;}
.modal_bgc .modal_popup_layer .keyword_content{display:flex; gap:10px;}
.modal_bgc .modal_popup_layer .keyword_content .keyword_left{min-width:185px;}
.modal_bgc .modal_popup_layer .select_content button{font-size:20px; border-radius:7px; padding:14px 20px;}
.modal_bgc .search_close{
	position:absolute;
	right:35px;
	top:35px;
	color:#777777;
}

/* 현재위치 */
.location{font-size:14px; color:#9a9a9a !important; letter-spacing:-0.5px; display:flex; align-items:center; font-family: 'Noto Sans KR' !important;}
.location a{color:#9a9a9a !important; font-family: 'Noto Sans KR' !important;}
.location .icon_home{margin-top:-2px;}

/* 카테고리, 교재 타이틀 소팅 */
.category_list_wrap{display:flex; align-items:center; justify-content:space-between; padding:75px 0 25px; letter-spacing:-1px;}
.category_sub_title{font-size:24px; color:#222222 !important;}
.category_list_wrap .category_plus{font-size:15px; color:#888888; margin-right:-6px;}
.category_list_wrap .category_plus i{margin-left:4px;}
.category_list_wrap .category_sub_right{display:flex; align-items:center; gap:15px;}
.category_list_wrap .category_sort select{
	padding:0 30px 0 10px !important;
	border:none;
	height:36px !important;
	color:#777777;
	font-size:15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' fill='%23777' viewBox='0 -960 960 960' width='20'%3E%3Cpath d='M480-333 240-573l51-51 189 189 189-189 51 51-240 240Z'/%3E%3C/svg%3E") !important;
	background-position:100% 55% !important;
}
.category_list_wrap .category_list_btn{
	display:flex;
	color:#c7ccd3;
	gap:10px;
	align-items:center;
}

/* 카테고리 리스트 rows */
.category_list_rows{padding:30px 0; border-bottom:1px solid #ececec; display:flex; width:100%;}
.category_list_rows .category_list_img{border-radius:15px; overflow:hidden; position:relative; min-width:332px; max-width:332px;}
.category_list_rows .category_list_content{width:100%; padding:0 30px 0 40px;}
.category_list_rows .category_list_right{
	min-width:260px;
	max-width:260px;
	border-left:1px solid #ececec;
}
.category_list_right{
	font-size:17px;
	letter-spacing:-1px;
	display:flex;
	gap:12px;
	flex-flow:column;
	align-items:center;
	justify-content:center;
}
.category_list_right .string_ico{display:none;}
.category_list_right .time{
	font-size:12px;
	letter-spacing:-0.5px;
	padding:1px 5px 2px;
	background:#e8f6f9;
	border-radius:0.3em;
	width:max-content;
}
.category_list_rows .list_content_top{display:flex; justify-content:space-between; position:relative; line-height:1; font-size:14px; color:#777777; letter-spacing:-0.5px;}
.category_list_rows .list_content_title{letter-spacing:-1px; font-size:19px; margin-top:6px;}
.category_list_rows .list_content_title a{color:#333333;}
.category_list_rows .list_content_explain{font-size:15px; letter-spacing:-0.75px; line-height:1.7; margin-top:5px; height:51px;}
.category_list_rows .list_content_explain a{color:#aaa;}
.category_list_rows .list_content_bottom{margin-top:21px; display:flex; justify-content:space-between;}
.category_list_rows .list_bottom_left{display:flex; align-items:center;}
.category_list_rows .person_name{font-size:14px; color:#888888; padding:0 10px 0 9px;}
.category_list_rows .list_count{display:flex; align-items:center; color:#aaaaaa; font-size:13px; padding-left:9px;}
.category_list_rows .list_count i{color:#cccccc; margin-right:4px; margin-top:2px;}
.category_list_rows .list_bottom_left img{width:40px; height:40px; border-radius:50%; overflow:hidden;}
.category_list_rows .list_bottom_right{display:flex; align-items:end; gap:10px; color:#cccccc;}

/* 강사소개 */
.member_top{display:flex; align-items:center; justify-content:space-between; padding-top:50px;}
.teacher_list{padding-top:40px;}
.teacher_list table{width:auto;}
.teacher_list table tr td{text-align:left; width:332px; padding:0 0 24px 24px;}
.teacher_list table tr td:nth-child(1){padding-left:0;}
.teacher_rows{
	width:332px;
	height:332px;
	overflow:hidden;
	border-radius:15px;
	box-sizing:border-box;
	padding:20px;
	position:relative;
	z-index:1;
	border:1px solid #f1f1f1;
}
.teacher_rows .teacher_img{position:absolute; left:0; top:0;}
.teacher_rows .teacher_rows_category{
	border-radius:0.3em;
	font-size:15px;
	letter-spacing:-0.75px;
	padding:3px 6px;
	display:inline-block;
	background:#e8f6f9;
	margin-bottom:10px;
	position:relative;
	z-index:1;
	cursor:default;
}
.teacher_rows .teacher_name{color:#555555; line-height:1.3; letter-spacing:-1px; cursor:default;}
.teacher_rows .teacher_btn{
	position:absolute;
	width:100%;
	padding:20px;
	left:0;
	bottom:-150px;
	-webkit-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
	z-index:1;
}
.teacher_rows:hover .teacher_btn{
	bottom:0;
	-webkit-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}
.teacher_rows .teacher_btn a{
	width:100%;
	font-size:15px;
	padding:12px 0;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	letter-spacing:-0.75px;
	background:#fff;
	color:#666666;
}
.teacher_rows .teacher_btn a i{margin-top:1px;}


/* 교재 메인 - 전체상품 */

.shop_list_top{font-size:14px; color:#777777; letter-spacing:-0.5px;}
.shop_list_top .top_line{position:relative;}
.shop_list_top .top_line::before{
	content:"l";
	font-size:12px;
	color:#d6d6d6;
	display:inline-block;
	margin:0 7px;
	font-weight:100 !important;
}
.shop_list_rows{
	display:flex;
	align-items:center;
	padding:30px 0;
	border-bottom:1px solid #ececec;
}
.shop_list_rows .shop_list_left{
	border-radius:15px;
	overflow:hidden;
	min-width:max-content;
	max-width:max-content;
}
.shop_list_rows .shop_list_center{text-align:left; width:100%; padding:0 50px 0 30px;}
.shop_list_rows .shop_list_title{font-size:19px; letter-spacing:-1px; margin-top:7px;}
.shop_list_rows .shop_list_title a{color:#333333;}
.shop_list_rows .shop_list_sub_title{font-size:16px; letter-spacing:-1px; height:48px; margin-top:8px;}
.shop_list_rows .shop_list_sub_title a{color:#aaaaaa;}
.shop_list_rows .shop_list_count{display:flex; align-items:center; gap:9px; margin-top:44px;}
.shop_list_rows .shop_list_count i{color:#cccccc; margin-right:5px; margin-top:2px;}
.shop_list_rows .shop_list_count .list_count{display:flex; align-items:center; font-size:13px; color:#aaaaaa;}
.shop_list_rows .shop_list_right{
	border-left:1px solid #ececec;
	min-width:260px;
	max-width:260px;
	height:200px;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	gap:10px;
	font-size:15px;
	color:#b3b3b3;
	letter-spacing:-1px;
}
.shop_list_rows .shop_list_right span{text-decoration:line-through;}
.shop_list_rows .shop_list_right span.present{text-decoration:none; font-size:17px;}
.shop_list_rows .shop_list_right span.shop_list_point{
	font-size: 12px;
	letter-spacing: -0.5px;
	padding: 1px 5px 2px;
	background: #e8f6f9;
	border-radius: 0.3em;
	text-decoration:none;
}

/* 서브페이지 */
.sub_leading_title_top{
	font-size:38px;
	font-weight:500;
	color:#000000;
	text-align:center;
	letter-spacing:-1px
}
.sub_leading_title_top.bold{
	font-weight:500;
	font-size:33px;
}
.category_menu_list_st td:hover .sub_menu_st .sub_menu_count_st{
	color:#f7ff1d;
}

.sub_search_btn{
	width:52px;
	height:52px;
	text-indent:-10000px;
	background:url('../img/btn_search_category.jpg') 0 0 no-repeat;
	cursor:pointer;
}
.sub_search_btn.small{
	width:40px;
	height:40px;
	text-indent:-10000px;
	background:url('../img/btn_search_category2.jpg') 0 0 no-repeat;
}
.sub_leading_title a{
	font-size:24px;
	letter-spacing:-1px;
	color:#000000;
	font-weight:500;
}
.sub_leading_title .sub_txt{
	font-size:16px;
	color:#7d8093;
	letter-spacing:-1px;
	margin-left:10px;
}

/* 서브 베스트강좌 디자인 */
.sub_best_category{
	position:relative;
}
.sub_best_category:after{
	content:"";
	clear:both;
	overflow:hidden;
}
.sub_best_category .sub_best_category_rows{
	position:relative;
	width:335px;
	float: left;
	border-radius:10px;
	background:#fff;
	box-sizing: border-box;
	margin:0 10px;
}

.sub_best_category .sub_best_category_rows .thumb{
	width:335px;
	height:250px;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}

.sub_best_category .sub_best_category_rows .info{
	width:100%;
	position:relative;
	box-sizing: border-box;
	padding:20px 0;
}
.sub_best_category .sub_best_category_rows .info .title_info {
}
.sub_best_category .sub_best_category_rows .info .title_info em,
.sub_best_category .sub_best_category_rows .info .title_info em a{
	display:block;
	font-size:16px;
	line-height:1.0;
	letter-spacing:-0.5px;
}
.sub_best_category .sub_best_category_rows .info .title_info .name{
	color:#666;
}
.sub_best_category .sub_best_category_rows .info .title_info .name:before{
	content:"";
	display:inline-block;
	width:1px;
	height:12px;
	margin:0 10px 0 8px;
	background:#a7a7a7;
}
.sub_best_category .sub_best_category_rows .info .title_info .title{
	padding-top:7px;
	font-size:20px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
}

.sub_best_category .sub_best_category_rows .info .title_info .title a{
	color:#333333;
}
.sub_best_category .sub_best_category_rows .info .title_info .substance a{
	display:block;
	padding-top:3px;
	font-size:16px;
	color:#9a9ba7;
	line-height:1.4;
	letter-spacing:-1px;
}

.sub_best_category .sub_best_category_rows .info .substance .price{
	padding:19px 0 2px 0;
	line-height:1.0;
}

/* 메인추천강의 동영상더보기 레이어 */
.sub_best_category .layer_sub{
	width:1400px;
	padding:19px;
	margin-left:-700px;
	position:absolute;
	top:303px;
	left:50%;
	z-index:500;
	border-radius:10px;
	background:url('../img/layer_bg_new.png') center center repeat;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.sub_best_category .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.sub_best_category .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.sub_best_category .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.sub_best_category .layer_sub .sub_layer_package_rows{
	width:255px;
	height:160px;
	float:left;
	margin-left:21px
}
.sub_best_category .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb{
	width:255px;
	height:160px;
	position:relative;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute; top:0; bottom:0; left:0; right:0; background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
		z-index:2;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.sub_best_category .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_best_category .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.sub_best_category .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_best_category .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.sub_best_category .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_best_category .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}
.sub_best_category .layer_sub .sub_layer_package_rows .thumb .title{
	display:block;
	position:absolute;
	left:17px;
	bottom:20px;
	right:17px;
	z-index:3;
	font-size:15px;
	text-align:left;
	color:#fff;
}

/* 서브페이지 갤러리형 리스트 디자인 */
.sub_list_gallery_area  .sub_list_gallery_rows{
	position:relative;
	width:330px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:26px;
	margin-top:20px;
	background:#fff;
	text-align:left;
}
.sub_list_gallery_area  .sub_list_gallery_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
/*.sub_list_gallery_area :first-child .sub_list_gallery_rows{
	margin-left:0px;
}*/
.sub_list_gallery_area :nth-child(4n+1) .sub_list_gallery_rows{
	margin-left:0px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .ppl_thumb{
	width:60px;
	height:60px;
	position:absolute;
	right:20px;
	top:167px;
	border-radius:100px;
	overflow:hidden;
	box-shadow:2px 2px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	z-index:100;
}
.sub_list_gallery_area  .sub_list_gallery_rows .thumb{
	width:328px;
	height:200px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .thumb .rows_uryo{
	position:absolute;
	display:inline-block;
	top:10px;
	left:10px;
	padding:4px 5px;
	background: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.7);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub_list_gallery_area  .sub_list_gallery_rows  .thumb .rows_uryo img{
	float:left;
	margin-left:7px;
}
.sub_list_gallery_area  .sub_list_gallery_rows  .thumb .rows_uryo img:first-child{
	margin-left:0 !important;
}
.sub_list_gallery_area  .sub_list_gallery_rows  .thumb .rows_uryo  img{
	width:12px;
}

.sub_list_gallery_area  .sub_list_gallery_rows .thumb .rows_count{
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	background: rgba(0,0,0,0.15);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .thumb .rows_count .inquire{
	line-height:1.0;
	padding:4px 4px 5px 10px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .thumb .rows_count .scrap{
	line-height:1.0;
	padding:4px 10px 5px 6px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .thumb .rows_count .inquire{
	border-right:1px solid rgba(50,50,50,.1)
}
.sub_list_gallery_area  .sub_list_gallery_rows .thumb .rows_count span{
	vertical-align:middle;
	color: rgba(255,255,255,0.7);
}
.sub_list_gallery_area  .sub_list_gallery_rows .thumb .over_info{
	display:none;
}
.sub_list_gallery_area  .sub_list_gallery_rows:hover .thumb .over_info{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.6)
}
.sub_list_gallery_area  .sub_list_gallery_rows .over_info > div{
	padding:71px 25px 0 25px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .over_info > div > ul{
	display:table;
	width:100%;
	table-layout:fixed;
}
.sub_list_gallery_area  .sub_list_gallery_rows .over_info > div > ul li{
	display:table-cell;
	text-align:center;
}
.sub_list_gallery_area  .sub_list_gallery_rows .over_info > div > ul li span{
	color:#bebebe;
}
.sub_list_gallery_area  .sub_list_gallery_rows .over_info > div > ul li.scrap_on span{
	color:#ff0000;
}
.sub_list_gallery_area  .sub_list_gallery_rows .over_info > div > ul li.scrap_on span svg path{
	fill:#ff0000;
}
.sub_list_gallery_area  .sub_list_gallery_rows .info{
	border-top:0 none;
	padding:20px 20px 20px 20px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .info .title_info {
	padding-bottom: 19px;
	border-bottom: 1px solid #f0f0f0;
}

.sub_list_gallery_area  .sub_list_gallery_rows .info .title_info em a{
	display:block;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.5px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .info .title_info .title{
	padding-top:7px;
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
}
.sub_list_gallery_area  .sub_list_gallery_rows .info .title_info .title a{
	color:#333333;
}
.sub_list_gallery_area  .sub_list_gallery_rows .info .title_info .review{
	padding-top:13px;
	font-size:15px;
	font-weight:500;
	line-height:1.0;
	letter-spacing:-0.5px
}
.sub_list_gallery_area  .sub_list_gallery_rows .info .title_info .review a{
	color:#999999;
}
.sub_list_gallery_area  .sub_list_gallery_rows .info .substance .price{
	padding:13px 0 14px 0;
	border-bottom:1px solid #f0f0f0;
	line-height:1.0;
}
.sub_list_gallery_area  .sub_list_gallery_rows .info .substance .name{
	font-size:14px;
	padding:13px 0 0 20px;
	background: url('../img/person_ico.png') -1px 14px no-repeat;
	line-height:1.0;
	min-height:22px;
}
/* 서브카테고리 갤러리형 동영상더보기 레이어 */
.sub_list_gallery_area .layer_align{
	width:100%;
	position:absolute;
	left:0;
}
.sub_list_gallery_area .layer_align .layer_sub{
	width:1400px;
	padding:19px;
	text-align:left;
	position:absolute;
	top:431px;
	left:50%;
	margin-left:-700px;
	z-index:500;
	border-radius:10px;
	background:url('../img/layer_bg_new.png') center center repeat;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.sub_list_gallery_area .layer_align .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.sub_list_gallery_area .layer_align .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.sub_list_gallery_area .layer_align .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows{
	width:255px;
	height:160px;
	float:left;
	margin-left:21px
}
.sub_list_gallery_area .layer_align .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb{
	width:255px;
	height:160px;
	position:relative;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}

.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.sub_list_gallery_area  .layer_align .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}
.sub_list_gallery_area .layer_align .layer_sub .sub_layer_package_rows .thumb .title{
	display:block;
	position:absolute;
	left:17px;
	bottom:20px;
	right:17px;
	z-index:3;
	font-size:15px;
	text-align:left;
	color:#fff;
}

/* 서브카테고리 강좌 동영상더보기 레이어 */
.sub_list_area .sub_list .layer_sub{
	width:1400px;
	padding:19px;
	margin-left:-700px;
	position:absolute;
	top:233px;
	left:50%;
	z-index:500;
	border-radius:10px;
	background:url('../img/layer_bg_new.png') center center repeat;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.sub_list_area .sub_list .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.sub_list_area .sub_list .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.sub_list_area .sub_list .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows{
	width:255px;
	height:160px;
	float:left;
	margin-left:21px
}
.sub_list_area .sub_list .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb{
	width:255px;
	height:160px;
	position:relative;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}
.sub_list_area .sub_list .layer_sub .sub_layer_package_rows .thumb .title{
	display:block;
	position:absolute;
	left:17px;
	bottom:20px;
	right:17px;
	z-index:3;
	font-size:15px;
	text-align:left;
	color:#fff;
}
.locate{
	width: 1400px;
	padding:20px 0;
	margin: 0 auto;
}
.locate a{
	color:#9a9a9a;
}
.locate.position{
	position:absolute;
	left:0;
	right:0;
	border-bottom:0 none;
}
.search_box{
	border:1px solid #eeeeee;
	padding:37px 60px 25px 60px;
	background:#f9f8fa;
	border-radius:10px;
}
.search_box .category_search {
	display:flex;
	align-items: center;
	padding-bottom:30px;
	border-bottom:1px solid #dddddd;
}
.search_box .category_search .category_title{
	flex:0 1 180px;
	letter-spacing:-1px;
	font-size:35px;
	color:#1a1a1a;
}
.search_box .search_box_inner{
	display:flex;
	padding:23px 0;
}
.search_box .search_box_inner .search_box_title{
	flex:0 1 180px;
	padding-left:20px;
	box-sizing: border-box;
	letter-spacing:-1px;
	font-size:18px;
	color:#1a1a1a;
}
.search_box .search_box_inner .search_box_info{
	display:flex;
	gap:10px;
}


/* 상세페이지 A타입 */
.detail_container{
	background:#fff url('../img/detailbg.jpg') no-repeat top center;
}
.detail_container .contents .title_area{
	width:1400px;
	position:relative;
	margin:0 auto;
	padding:48px 0 53px 0;
	text-align:left;
	box-sizing: border-box;
}
.detail_container .contents .title_area span.buttons{
	position:absolute;
	top:60px;
	right:0;
}
.detail_container .contents .title_area span.buttons a{
	vertical-align:middle;
}
.detail_container .contents .title_area .leading_title{
	position:relative;
	display:inline-block;
	text-align:left;
	font-size:42px;
	line-height:1.4;
	color:#000000;
	font-weight:700;
	max-width:940px;
	letter-spacing:-1px;
}
.detail_container .contents .title_area .leading_title .icon{
	position:absolute;
	top:-35px;
	right:-70px;
}
.detail_container .contents .title_area .desc{
	margin-top:15px;
	text-align:left;
	font-size:22px;
	color:#333;
	letter-spacing:-0.5px;
	max-width:940px;
}
.scroll_contents_top{
	margin-top: 56px;
}
/* 영상 플레이바 */
.play_area{
	width:100%;
	position:absolute;
	bottom:0;
	z-index:101;
}
.play_area .play_bar_bg{
	width:100%;
	height:5px;
	position:relative;
	display:inline-block;
	background:#c5c3c3;
}
.play_area .play_bar_bg .play_bar{
	height:5px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.play_area_mypage{
	width:100%;
	position:absolute;
	bottom:0;
	z-index:101;
}
.play_area_mypage .play_bar_bg{
	width:100%;
	height:5px;
	position:relative;
	display:inline-block;
	background:#e4e4e4;
}
.play_area_mypage .play_bar_bg .play_bar{
	height:5px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.play_area_buylist{
	width:100%;
}
.play_area_buylist.bottom_left .bubble{
	width:100%;
	position:relative;
	display: inline-block;
	margin-bottom:10px;
	left:-44px;
}
.play_area_buylist.bottom_right .bubble{
	width:100%;
	position:relative;
	display: inline-block;
	margin-bottom:10px;
	left:-88px;
}
.play_area_buylist .play_bar_bg{
	width:100%;
	height:5px;
	position:relative;
	display:inline-block;
	background:#e4e4e4;
}
.play_area_buylist .play_bar_bg .play_bar{
	height:5px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	background:#00a8cc;
}

.detail_container .area_grow{
	width:1460px;
	margin:0 auto 70px auto;
	background:#fff;
	padding: 30px;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 1px 3px 10px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 10px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 3px 10px 4px rgba(0,0,0,0.1);
}
.detail_container .contents .detail_count{
	padding-top:4px;
}
.detail_container .contents .detail_count span{
	font-size:15px;
	color:#607d83;
	vertical-align:middle;
	line-height:1.0;
}
.detail_container .contents .sns{

	padding-right:3px;
}
.detail_container .contents .sns div{
	position:relative;
	border-radius:50%;
	display:inline-block;
	margin-left:3px;
	box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	overflow:hidden;
}
.detail_container .contents .sns div .bubble{
	position:absolute;
	top:40px;
	right:-40px;
	padding:4px 7px;
	background:#fff;
	white-space: nowrap;
	font-size:14px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
}
.detail_container .area_grow .contents .mebership{
	margin:50px 0;
	padding:31px 0;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:url('../img/icon_pre_detail_02.png') 0 29px no-repeat;
}
.detail_container .area_grow .contents .mebership dt{
	margin-right:45px;
	padding-left:93px;
	text-align:left;
	font-size:16px;
	font-weight:400;
	color:#ff8863;
}
.detail_container .area_grow .mebership dd{
	display:block;
	padding-left:93px;
	font-size:16px;
	font-weight:400;
	color:#797979;
}
.detail_menu_tab td{
	text-align:center;
	height:70px;
	padding:0 45px;
	font-weight:500;
	font-size:20px;
	box-sizing: border-box;
	border-bottom:2px solid #f1f1f1;
}

/*.detail_menu_tab td:first-child {
	padding:0 30px 0 4px;
	background:none;
}*/
.detail_menu_tab td a{
	color:#000;
	letter-spacing:-0.5px;
}
.detail_menu_tab_other{
	display:flex;
	align-items: center;
}
.detail_menu_tab_other .tab_title{
	display:inline-block;
	font-size:20px;
	color:#fff;
	font-weight:700;
	color:#000;
	letter-spacing:-1px;
}
.detail_menu_tab_other .each_tab{
	vertical-align:middle;
	margin-left:7px;
}
.detail_menu_tab_other .each_tab a{
	min-width:130px;
	display:inline-block;
	padding:11px 0 ;
	text-align:center;
	font-size:18px;
	border-radius:25px;
	background:#fff;
	line-height:1.0;
	letter-spacing:-0.5px;
	font-weight:500;
	border:1px solid #cecece;
	color:#000000;
}
.detail_menu_tab .count{
	display:inline-block;
	padding:4px 12px 6px 12px;
	text-align:center;
	font-size:14px;
	border-radius:25px;
	background:#8a9ba7;
	line-height:1.0;
	letter-spacing:-0.5px;
}

.scrollMoveBox_tab.tab_scrollfixed{
	position:fixed;
	top:70px;
	z-index: 999;
}

#detail_view_right_scroll.tab_scrollfixed{
	width:465px;
	position:fixed;
	top:66px;
	z-index: 1;
}

#detail_view_scroll.tab_scrollfixed{
	position:fixed;
	top:70px;
	z-index: 1;
}

.perchase_info .guide{
	position:relative;
	display:inline-block;
	padding:8px 15px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	letter-spacing:-0.3px;
	font-size:14px;
	color:#5d5d5d;
	box-shadow:3px 2px 6px -1px rgba(0,0,0, .2);
	-moz-box-shadow:3px 2px 6px -1px rgba(0,0,0, .2);
	-webkit-box-shadow:3px 2px 6px -1px rgba(0,0,0, .2);
}
.perchase_info h3.title{
	padding:14px 0 25px 0;
	font-weight:500;
	color:#1f1f1f;
	font-size:25px;
	letter-spacing:-1px
}
.perchase_info div.teacher{
	padding:20px 20px 20px 30px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background:#fafafa;
}
.perchase_info div.teacher .thumb{
	width:72px;
	margin-right:18px;
}
.perchase_info div.teacher .info{
	width:220px;
	overflow:hidden;
}
.perchase_info div.teacher .info .name{
	display:block;
	font-size:16px;
	color:#474747;
	letter-spacing:-1px;
}
.perchase_info div.teacher .info .text{
	display:block;
	font-size:14px;
	color:#838383;
	letter-spacing:-1px;
	margin-top:5px;
}
.perchase_info div.teacherb .h_btn_s{
	width:100%;
	padding:6px 15px 7px 15px;
	font-size:15px;
	background:#fff;
	color:#838383;
	letter-spacing:-1px;
}
.perchase_info .cost_pick_area{
	padding-bottom:0;
	border-bottom: 0px none;
}
.perchase_info .cost_pick_area.line_plus{
	padding-bottom:53px;
	border-bottom: 1px solid #dfdfdf;
}
.perchase_info .cost_pick_area .all_pick_area{
	padding-top:25px;
}
.perchase_info .cost_pick_area .all_pick_area span.tit{
	display:block;
	font-size:15px;
	letter-spacing:-1px
}
.perchase_info .cost_pick_area .all_pick_area span.price{
	display:block;
	color:#242424;
	font-size:35px;
	font-weight:500;
	line-height:1.0;
	letter-spacing:-0.5px;
}
.cost_pick_area button.h_btn_st5 {
	background:#666666;
	border:1px solid #888;
}
.cost_pick_area button.h_btn_st5:hover,
.cost_pick_area button.h_btn_st5:active,
.cost_pick_area button.h_btn_st5:focus{
	background:#8d8e98;
	border:1px solid transparent;
}
/* 장바구니, 수강신청 및 기타버튼 */
.typea .perchase_info .product_btn{
	margin-top:35px;
}
.typea .perchase_info .product_btn ul{
	width:100%;
	display:table;
	table-layout:fixed
}
.typea .perchase_info .product_btn ul li{
	display:table-cell;
}
.typea .perchase_info .product_btn ul li.free a svg{
	position:absolute;
	top:19px;
	left:145px;
}
.typea .perchase_info .product_btn ul li.free a{
	width:100%;
	display:block;
	padding:18px 0 18px 35px;
	font-size:23px;
	letter-spacing:-1px;
}
.typea .perchase_info .product_btn ul li.cart a svg,
.typea .perchase_info .product_btn ul li.buy a svg{
	position:absolute;
	top:20px;
	left:52px;
}
.typea .perchase_info .product_btn ul li.end a svg{
	position:absolute;
	top:20px;
	left:154px;
}
.typea .perchase_info .product_btn ul li.cart{
	padding-right:3px;
}
.typea .perchase_info .product_btn ul li.buy{
	padding-left:3px
}
.typea .perchase_info .product_btn ul li.end a,
.typea .perchase_info .product_btn ul li.cart a,
.typea .perchase_info .product_btn ul li.buy a{
	width:100%;
	display:block;
	padding:18px 0 18px 35px;
	font-size:23px;
	letter-spacing:-1px;
}
.typea .perchase_info .product_btn ul li a{
	width:100%;
	text-align:center;
	padding:18px 0 18px 0;
	font-size:20px;
}
/* 각 항목별 타이틀, 소팅 및 버튼 */
.typea .video_list .detail_title,
.typea .file_list .detail_title,
.typea .mp3_list .detail_title,
.typea .material_list .detail_title{
	font-size:25px;
	color:#242424;
	border-bottom:2px solid #494949;
	line-height:1.0;
	letter-spacing:-1px;
	padding:18px 0 18px 0;
}
.typea .video_list .detail_title .count,
.typea .file_list .detail_title .count,
.typea .mp3_list .detail_title .count,
.typea .material_list .detail_title .count,
.typea .review_list .detail_title .count{
	display: inline-block;
	padding: 4px 12px 6px 12px;
	margin-left:5px;
	text-align: center;
	font-size: 15px;
	border:1px solid #c1c1c1;
	border-radius: 25px;
	background: #fff;
	line-height: 1.1;
	letter-spacing: -0.5px;
}
.typea .video_list .detail_title .detail_list_sort::after{
	content:"";
	display:block;
	clear:both;
}
.typea .video_list .detail_title .detail_list_sort li{
	float:left;
	display:inline-block;
	padding-left:20px;
}
.typea .video_list .detail_title .detail_list_sort li a{
	font-size:17px;
	color:#acacac;
	letter-spacing:-0.5px;
}
.typea .video_list .detail_title .detail_list_sort li a.on {
	color:#000 !important;
}
.typea .video_list .video_area,
.typea .file_list .file_area,
.typea .mp3_list .mp3_area,
.typea .material_list .material_area{
	position:relative;
}
.typea .video_list .video_area .string_ico,
.typea .file_list .file_area .string_ico,
.typea .mp3_list .mp3_area .string_ico,
.typea .material_list .material_area .string_ico{
	display:none;
}
.typea .video_list .video_area .h_form.all_check,
.typea .file_list .file_area .h_form.all_check,
.typea .mp3_list .mp3_area .h_form.all_check,
.typea .material_list .material_area .h_form.all_check{
	margin-top:15px;
}
.typea .video_list .video_area .h_form.all_check.on button,
.typea .file_list .file_area .h_form.all_check.on button,
.typea .mp3_list .mp3_area .h_form.all_check.on button,
.typea .material_list .material_area .h_form.all_check.on button{
	color:#fff;
	border: 1px solid #196498;
	background: rgb(25,100,152);
	background: -moz-linear-gradient(180deg, rgba(25,100,152,1) 0%, rgba(22,135,215,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(25,100,152,1) 0%, rgba(22,135,215,1) 100%);
	background: linear-gradient(180deg, rgba(25,100,152,1) 0%, rgba(22,135,215,1) 100%);
}
.typea .video_list .video_area .h_form.all_check button,
.typea .file_list .file_area .h_form.all_check button,
.typea .mp3_list .mp3_area .h_form.all_check button,
.typea .material_list .material_area .h_form.all_check button{
	padding: 8px 20px;
	border-radius:5px;
	border:1px solid #cfcfcf;
	color:#7b7b7b;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f4f4",GradientType=1);
}

/* 강좌 동영상목록 디자인 */
.typea .video_list .video_area .detail_video_list{
	padding:20px 0;
	border-bottom:1px solid #ededed;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows{
	width:100%;
	display:table;
	table-layout:fixed;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell{
	display:table-cell;
	vertical-align:top;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb{
	width:250px;
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb .check{
	position:absolute;
	top:9px;
	right:5px;
	z-index:20;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 2px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb .over_btn{
	display:none;
}
.typea .video_list .video_area .detail_video_list:hover .detail_video_rows .cell .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows:hover .cell .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .info{
	padding:8px 30px 0 30px;
	text-align:left;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .info .title{
	font-size:20px;
	color:#242424;
	letter-spacing:-1px;
	padding-bottom:10px;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .info .review{
	width:436px;
	overflow:hidden;
	font-size:17px;
	color:#7f7f7f;
	line-height:1.4;
	letter-spacing:-1px;
	padding-bottom:25px;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .info .price_streaming .price,
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .info .price_streaming .streaming_count{
	vertical-align:middle;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .info .price_streaming .price{
	display:inline-block;
	font-size:20px;
	font-weight:500;
	color:#bf0000;
	letter-spacing:-0.5px;
	margin-right:20px;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell .info .price_streaming .streaming_count{
	display:inline-block;
	font-size:15px;
	color:#2e2e2e;
}
.typea .video_list .video_area .detail_video_list .detail_video_rows .cell.buttons button{
	width:100%;
	margin-bottom:5px;
	letter-spacing:-1px;
}

/* 강좌 파일목록 디자인 */
.typea .file_list .file_area .detail_file_list{
		padding:20px 0;
		border-bottom:1px solid #ededed;
	}
.typea .file_list .file_area .detail_file_list .detail_file_rows{
		width:100%;
		display:table;
		table-layout:fixed;
	}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell{
		display:table-cell;
		vertical-align:middle;
	}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell .thumb{
	width:37px;
	position:relative;
	overflow:hidden;
}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell .info{
	padding:0 0 0 17px;
	text-align:left;
}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell .info .check.h_form .h-check input[type="checkbox"] + span::before{
	margin-top:10px
}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell .info .title{
	padding-bottom:5px;
	font-size:20px;
	color:#242424;
	letter-spacing:-1px;
	line-height:1.0;
}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell .info .review{
	width:449px;
	font-size:15px;
	color:#7f7f7f;
	letter-spacing:-1px;
}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell .info .price_streaming .price{
	vertical-align:middle;
}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell .info .price_streaming .price{
	display:inline-block;
	font-size:20px;
	font-weight:500;
	color:#bf0000;
	letter-spacing:-0.5px;
}
.typea .file_list .file_area .detail_file_list .detail_file_rows .cell.buttons button{
	width:100%;
	margin-bottom:5px;
	letter-spacing:-1px;
}

/*강좌 mp3목록 디자인 */
.typea .mp3_list .mp3_area .detail_mp3_list{
		padding:20px 0;
		border-bottom:1px solid #ededed;
	}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows{
		width:100%;
		display:table;
		table-layout:fixed;
	}
.mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell{
		display:table-cell;
		vertical-align:top;
	}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb{
		width:250px;
		position:relative;
		border-radius:5px;
		overflow:hidden;
	}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb .check{
		position:absolute;
		top:9px;
		right:5px;
		z-index:5;
	}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 2px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb .over_btn{
	display:none;
}
.typea .mp3_list .mp3_area .detail_mp3_list:hover .detail_mp3_rows .cell .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows:hover .cell .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info{
	padding:8px 30px 0 30px;
	text-align:left;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .title{
	font-size:20px;
	color:#242424;
	letter-spacing:-1px;
	padding-bottom:10px;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .review{
	width:436px;
	overflow:hidden;
	font-size:17px;
	color:#7f7f7f;
	line-height:1.4;
	letter-spacing:-1px;
	padding-bottom:25px;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .price_streaming .price,
.mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .price_streaming .streaming_count{
	vertical-align:middle;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .price_streaming .price{
	display:inline-block;
	font-size:20px;
	font-weight:500;
	color:#bf0000;
	letter-spacing:-0.5px;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .price_streaming .streaming_count{
	display:inline-block;
	margin-left:20px;
	font-size:15px;
	color:#2e2e2e;
}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell.buttons{

}
.typea .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell.buttons button{
	width:100%;
	margin-bottom:5px;
	letter-spacing:-1px;
}

/* 강좌 교재목록 디자인 */
.typea .material_list .material_area .detail_material_list{
	padding:20px 0;
	border-bottom:1px solid #ededed;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows{
	width:100%;
	display:table;
	table-layout:fixed;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell{
	display:table-cell;
	vertical-align:middle;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .thumb{
	width:150px;
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .thumb .check{
	position:absolute;
	top:9px;
	right:5px;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .info{
	padding:1px 30px 0 40px;
	text-align:left;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .info .title{
	font-size:20px;
	color:#242424;
	letter-spacing:-1px;
	padding-bottom:10px;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .info em{
	display:block;
	font-size:14px;
	color:#b6b6b6;
	letter-spacing:-1px;
	padding-bottom:10px;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .info .review{
	height:46px;
	overflow:hidden;
	font-size:17px;
	color:#7f7f7f;
	line-height:1.4;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .info .price_area .price{
	display:inline-block;
	font-size:20px;
	font-weight:500;
	color:#bf0000;
	letter-spacing:-0.5px;
	margin-bottom:10px;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell .info .deliver{
	display:block;
	font-size:14px;
	color:#b6b6b6;
	letter-spacing:-1px;
}
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell.buttons a,
.typea .material_list .material_area .detail_material_list .detail_material_rows .cell.buttons button{
	width:100%;
	margin-bottom:5px;
	letter-spacing:-1px;
}
/* 구매 옵션 버튼들 */
.typea .product_option_box{
	margin-top:40px;
}
.typea .product_option_box .putbtn{
	width:110px;
	display:inline-block;
	padding:9px 0;
	position:relative;
	text-align:center;
	line-height:1.0;
	float:left;
	border-radius:5px;
	border:1px solid #c5c5c5;
	color:#5f5f5f;
	font-size: 15px;
	letter-spacing: -1px;
}
.typea .product_option_box .putbtn .count{
	width:37px;
	display:inline-block;
	padding:3px 0;
	float:left;
	position:absolute;
	top:-12px;
	left:9px;
	font-size:12px;
	text-align:center;
	line-height:1.0;
	border-radius:5px;
	background:#1e2634;
	color:#fff;
	box-shadow: 2px 2px 3px -1px rgba(0,0,0, .4);
	-moz-box-shadow: 2px 2px 3px -1px rgba(0,0,0, .4);
	-webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0, .4);
}
.typea .product_option_box .putbtn.on{
	color:#fff;
	border:1px solid #6c1ec1;
	background: rgb(25,100,152);
	background: -moz-linear-gradient(180deg, rgba(108,30,193,1) 0%, rgba(125,51,205,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(108,30,193,1) 0%, rgba(125,51,205,1) 100%);
	background: linear-gradient(180deg, rgba(108,30,193,1) 0%, rgba(125,51,205,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c1ec1",endColorstr="#7d33cd",GradientType=1);
}
/* 목록 금액리스트 */
.typea .detail_product_list_type_a .allin{
	padding: 24px 0 24px 0;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
}
.typea .detail_product_list_type_a .each{
	margin: 24px 0 24px 0;
	max-height:calc(100% - 25px );
	min-height: 10px;
	height:100%;
	overflow-y:auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.typea .detail_product_list_type_a .each{
		max-height:calc(100% - 25px );
		height:100%;
	}
}
.typea .detail_product_list_type_a .each::-webkit-scrollbar {
	display:none
}
.typea .detail_product_list_type_a .product_area{
	display:table;
	width:100%
}
.typea .detail_product_list_type_a .product_area .cell{
	display:table-cell;
}
.typea .detail_product_list_type_a .product_area .cell .product_desc{
	width:100%;
	display:table;
	table-layout:fixed;
}
.typea .detail_product_list_type_a .product_area .cell .product_desc .tit{
	display:block;
	font-size:14px;
	letter-spacing:-1.5px;
	margin-bottom:4px;
}

.typea .detail_product_list_type_a .product_area .cell .product_desc .substance{
	display:block;
	font-size:18px;
	letter-spacing:-1px;
	color:#242424;
}
.typea .detail_product_list_type_a .product_area .price{
	min-width:150px;
	display:table-cell;
	vertical-align:bottom;
	font-size:20px;
	color:#bf0000;
	letter-spacing:-1px;
	text-align:right;
	white-space: nowrap;
}
.typea .detail_product_list_type_a .total_sum strike{
	margin-right:25px;
	color:#8a8a8a;
	font-size: 20px;
	letter-spacing: -1px;
}
.typea .detail_product_list_type_a .total_sum{
	padding-bottom:40px;
	border-bottom:1px solid #dfdfdf;
	text-align:right;
}
.typea .detail_product_list_type_a .total_sum em{
	font-size:18px;
	letter-spacing:-1px;
	color:#242424;
	font-weight:500;
}
.typea .detail_product_list_type_a .total_sum .discount_price{
	min-width:140px;
	display:inline-block;
	color:#242424;
	font-weight:500;
	font-size:20px;
	vertical-align:middle;
}
.typea .detail_product_list_type_a .total_sum .total_price{
	min-width:140px;
	display:inline-block;
	color:#242424;
	letter-spacing:-1px;
	font-weight:500;
	font-size:25px;
}

/*상세페이지 게시판탭*/
.detail_list .detail_title,
.board_list .detail_title{
	font-size:25px;
	color:#242424;
	border-bottom:2px solid #494949;
	line-height:1.0;
	letter-spacing:-1px;
	padding:18px 0 18px 0;;
}
.review_list .detail_title{
	font-size:28px;
	color:#000000;
	letter-spacing:-1px;
	line-height:1.0;
	letter-spacing:-1px;
	padding:18px 0 18px 0;
	font-weight:700;
}
.board_list .detail_tab{
	position:relative;
	z-index:10;
}

.board_list .detail_tab  table{
	margin:0 auto;
}
.board_list .detail_tab  table td div{
	display:inline-flex;
	min-width:125px;
	height:40px;
	margin-right:5px;
	padding:0 15px;
	box-sizing: border-box;
	font-size:17px;
	letter-spacing:-1px;
	cursor:pointer;
	border-radius:20px;
	border:1px solid #eeeeee;
	color:#999999;
	justify-content: center;
	align-items: center;
}
.board_list .detail_tab  table td span{
	vertical-align:middle;
}
.board_list .detail_tab  table td div .count{
	min-width:32px;
	display: inline-block;
	padding: 3px 7px 4px 7px;
	margin-left: 5px;
	text-align: center;
	font-size: 13px;
	border-radius: 25px;
	line-height: 1.0;
	letter-spacing: -0.5px;

}

.board_list .detail_tab  table td.selectBox .count{
	color:#fff;
	background: #43525b;
}
.board_list .detail_tab  table td.noSelectBox{
	color:#7f7f7f;
	background: #fff;
}
.board_list .detail_tab  table td.noSelectBox .count{
	color:#fff;
	background: #cccccc;
}


/* 상세페이지 타입B */
.detail_container.typeb{
	background:#fff;
}
.typeb .lecture_info .detail_slide .rows_count{
	position:absolute;
	top:5px;
	right:5px;
	display:inline-block;
	background: rgba(0,0,0,0.15);
	z-index: 110;
	border-radius: 5px;
}
.typeb .lecture_info .detail_slide .rows_count .inquire{
	line-height:1.0;
	padding:4px 10px 5px 10px;
}
.typeb .lecture_info .detail_slide .rows_count .scrap{
	line-height:1.0;
	padding:5px 10px 6px 6px;
	border-right:1px solid rgba(50,50,50,.1);
	border-left:1px solid rgba(50,50,50,.1);
}
.typeb .lecture_info .detail_slide .rows_count .streaming_count{
	line-height:1.0;
	padding:4px 10px 5px 10px;
}
.typeb .lecture_info .detail_slide .rows_count span{
	vertical-align:middle;
	color: rgba(255,255,255,0.7);
}
.typeb .lecture_info .teacher{
	padding:20px 20px 20px 30px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background:#fafafa;
}
.typeb .lecture_info .teacher .thumb{
	width:72px;
	margin-right:18px;
}
.typeb .lecture_info .teacher .info{
	width:260px;
	overflow:hidden;
}
.typeb .lecture_info .teacher .info .name{
	display:block;
	font-size:16px;
	color:#474747;
	letter-spacing:-1px;
}
.typeb .lecture_info .teacher .info .text{
	display:block;
	margin-top:5px;
	font-size:14px;
	color:#838383;
	letter-spacing:-1px;
}
.typeb .lecture_info .sns_area{
	padding:20px 0 35px 0;
}
.typeb .lecture_info .sns_area .sns{
	display:inline-block;
}
.typeb .lecture_info .sns_area .sns div{
	position:relative;
	border-radius:50%;
	display:inline-block;
	box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
}
.typeb .lecture_info .sns_area .sns div .bubble{
	position:absolute;
	top:40px;
	right:-40px;
	padding:4px 7px;
	background:#fff;
	white-space: nowrap;
	font-size:14px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
}
.typeb .lecture_info .mebership{
	margin:50px 0;
	padding:31px 0 31px 20px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:url('../img/icon_pre_detail_02.png') 20px 29px no-repeat;
}
.typeb .lecture_info .mebership dt{
	margin-right:45px;
	padding-left:93px;
	text-align:left;
	font-size:16px;
	font-weight:400;
	color:#ff8863;
}
.typeb .lecture_info .mebership dd{
	display:block;
	padding-left:93px;
	font-size:16px;
	font-weight:400;
	color:#797979;
}

.typeb  .date_bubble{
	position:relative;
	top:-2px;
	left:2px;
	display:inline-block;
	margin-bottom:3px;
	padding:8px 15px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	letter-spacing:-0.3px;
	font-size:14px;
	color:#5d5d5d;
	box-shadow:3px 2px 6px -1px rgba(0,0,0, .2);
	-moz-box-shadow:3px 2px 6px -1px rgba(0,0,0, .2);
	-webkit-box-shadow:3px 2px 6px -1px rgba(0,0,0, .2);
}
.typeb  .title_areab{
	display:block;
	padding-left:8px;
	padding-bottom:37px;
}
.typeb  .title_areab .leading_title{
	display:inline-block;
	position:relative;
	padding:12px 0 12px 0;
	font-weight:500;
	color:#1f1f1f;
	font-size:35px;
	letter-spacing:-1px;
	text-align:left;
}
.typeb  .title_areab .leading_title .icon{
	position:absolute;
	top:-10px;
	right:-74px;
}
.typeb .title_areab .desc{
	margin-top:15px;
	text-align:left;
	font-size:20px;
	line-height:1.3;
	color:#8d8d8d;
	letter-spacing:-1px;
}
.typeb .video_list,
.typeb .file_list,
.typeb .mp3_list,
.typeb .material_list{
	position:relative;
}
.typeb .video_list .detail_title,
.typeb .file_list .detail_title,
.typeb .mp3_list .detail_title,
.typeb .material_list .detail_title{
	position:relative;
	font-size:15px;
	color:#8a8a8a;
	border-top:1px solid #d7d7d7;
	line-height:1.0;
	letter-spacing:-1px;
	padding:13px 8px 8px 8px;
}
.typeb .video_list .detail_title .count,
.typeb .file_list .detail_title .count,
.typeb .mp3_list .detail_title .count,
.typeb .material_list .detail_title .count{
	display: inline-block;
	padding: 2px 8px 3px 8px;
	margin-left:5px;
	text-align: center;
	font-size: 13px;
	border:1px solid #c1c1c1;
	border-radius: 5px;
	background: #fff;
	line-height: 1.0;
	letter-spacing: -0.5px;
}
.typeb .board_list .detail_title .count,
.typeb .review_list .detail_title .count{
	display: inline-block;
	padding: 4px 12px 6px 12px;
	margin-left:5px;
	text-align: center;
	font-size: 15px;
	border:1px solid #c1c1c1;
	border-radius: 25px;
	background: #fff;
	line-height: 1.0;
	letter-spacing: -0.5px;
}
.typeb .video_list .video_area,
.typeb .file_list .file_area,
.typeb .mp3_list .mp3_area,
.typeb .material_list .material_area{
	position:relative;
	padding-left:6px;
	padding-bottom:28px;
}
.typeb .video_list .detail_title .h_form.all_check,
.typeb .file_list .detail_title .h_form.all_check,
.typeb .mp3_list .detail_title .h_form.all_check,
.typeb .material_list .detail_title .h_form.all_check{
	position:absolute;
	top:11px;
	right:8px;;
}
.typeb .video_list .detail_title .h_form.all_check button,
.typeb .file_list .detail_title .h_form.all_check button,
.typeb .mp3_list .detail_title .h_form.all_check button,
.typeb .material_list .detail_title .h_form.all_check button{
	font-size:13px;
	padding: 4px 11px 5px 5px;
	border-radius:5px;
	color:#7b7b7b;
}
.typeb .video_list .detail_title .h_form.all_check button.on,
.typeb .file_list .detail_title .h_form.all_check button.on,
.typeb .mp3_list .detail_title .h_form.all_check button.on,
.typeb .material_list .detail_title .h_form.all_check button.on{
	background:#6c1ec1;
	color:#fff;
}


.typeb .video_list .video_area .detail_video_list{
	width:162px;
	position:relative;
	margin-left:5px;
	margin-top:5px;
	float:left;
}
.typeb .video_list .video_area .detail_video_list.noimg{
	width: auto;
	max-width:300px;
}
.typeb .video_list .video_area .detail_video_list .member_shipico{
	position:absolute;
	top:0;
	left:0;
	z-index:30;
}
.typeb .video_list .video_area td:first-child .detail_video_list{
	margin-left:0;
}
/*.typeb .video_list .video_area tr:first-child td .detail_video_list{
	margin-top:0;
}*/

/* 수정 부분 */
.typeb .video_list .video_area .detail_video_list .detail_video_rows.buyed .detail_opacity{
	opacity:.3;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .border{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.typeb .video_list .video_area .detail_video_list:hover .detail_video_bg{display:block;}
.typeb .video_list .video_area .detail_video_list .detail_video_bg{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:29;
	width:100%;
	height:100%;
	display:none;
}
.typeb .video_list .video_area .detail_video_list .detail_video_contents{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:12px 20px 0;
}
.typeb .video_list .video_area .detail_video_list .detail_video_contents i{
	color:#fff;
}
.typeb .video_list .video_area .detail_video_list .detail_video_contents .detail_video_text{
	color:#fff;
	font-size:13px;
	margin-top:2px;
}

/* 버튼 클릭 시 아이콘 텍스트 변경 */
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .detail_video_icon{
	text-align:center;
	display:none;
	cursor:pointer;
	width:50px;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .detail_video_icon.icon_on,
.typeb .video_list .video_area .detail_video_list .detail_video_rows.buyed .cell .detail_video_icon.icon_end,
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell.on .detail_video_icon.icon_off{
	display:block;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows.buyed .cell .detail_video_icon,
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell.on .detail_video_icon.icon_on{
	display:none;
}
/* 버튼 클릭 시 아이콘 텍스트 변경 */
/* 수정 부분 */

.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell
.typeb .video_list .video_area .detail_video_list .detail_video_rows{
	display:table;
	table-layout:fixed;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell{
	display:table-cell;
	position:relative;
	vertical-align:top;
	padding:3px;
	border:1px solid #cccccc;
	border-radius:3px;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell.on .border{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	border:2px solid #6c1ec1;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .thumb{
	width:151px;
	position:relative;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .info{
	padding:14px 4px 5px 4px;
	text-align:center;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .info.one_padding{
	padding:6px 15px 6px 15px;
	text-align:center;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .info .title{
	width:143px;
	height:38px;
	font-size:14px;
	color:#666666;
	letter-spacing:-1px;
	overflow:hidden;
}
.typeb .video_list .video_area .detail_video_list .detail_video_rows .cell .info .title.one_line{
	width:100%;
	height:19px;
}
/* 강좌 동영상리스트 레이어 디자인 */
.typeb .video_list .layer_detail_video{
	width:1400px;
	padding:19px;
	margin-left:-977px;
	position:absolute;
	top:54px;
	left:50%;
	z-index:500;
	border-radius:10px;
	background:#1d2c33;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.typeb .video_list .layer_detail_video .leading_title_area{
	padding-bottom:21px;
}
.typeb .video_list .layer_detail_video .leading_title_area h4{
	display:inline-block;
	padding-left:2px;
}
.typeb .video_list .layer_detail_video .leading_title_area h4 .leading_title{
	font-size:20px;
	font-weight:500;
	float:left;
	color:#fff;
}
.typeb .video_list .layer_detail_video .leading_title_area .detail_list_sort{
	margin-left:10px;
	float:left;
	line-height:2.2;
}
.typeb .video_list .layer_detail_video .leading_title_area .detail_list_sort::after{
	content:"";
	display:block;
	clear:both;
}
.typeb .video_list .layer_detail_video .leading_title_area .detail_list_sort li{
	float:left;
	display:inline-block;
	padding:0 15px;
	background:url('../img/top_gap_line4.jpg') left center no-repeat;
}
.typeb .video_list .layer_detail_video .leading_title_area .detail_list_sort li:first-child{
	background:none;
}
.typeb .video_list .layer_detail_video .leading_title_area .detail_list_sort li a{
	font-size:14px;
	color:#445259;
	letter-spacing:-0.5px;
}
.typeb .video_list .layer_detail_video .leading_title_area .detail_list_sort li a.on{
	color:#fff !important;
	border-bottom:1px solid #fff;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows{
	width:250px;
	float:left;
	margin-left:27px
}
.typeb .video_list .layer_detail_video td:first-child .main_layer_package_rows{
	margin-left:0;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb{
	width:250px;
	height:125px;
	position:relative;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb .icon{
	width:200px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	z-index:4;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb .bg{
	display:none;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows:hover .thumb .bg{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	z-index:2;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .thumb .play_sample{
	display:none;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	top:50px;
	left:60px;
	right:60px;
	z-index:5;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows:hover .thumb .play_sample button{
	cursor:pointer;
	width:100%;
	display:block;
	margin-bottom:10px;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .info{
	padding:10px 0 25px 0;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .info .title{
	display:block;
	font-size:15px;
	text-align:left;
	color:#fff;
	line-height:1.3;
}
.typeb .video_list .layer_detail_video .main_layer_package_rows .info .price{
	text-align:right;
	font-size:15px;
	color:#fff;
}

/* 강좌 파일목록 디자인 */
.typeb .file_list .file_area .detail_file_list{
	width:162px;
	position:relative;
	margin-left:5px;
	margin-top:5px;
	float:left;
}
.typeb .file_list .file_area .detail_file_list.noimg{
	width: auto;
	max-width: 300px;
}
.typeb .file_list .file_area .detail_file_list .member_shipico{
	position:absolute;
	top:0;
	left:0;
	z-index:30;
}
.typeb .file_list .file_area td:first-child .detail_file_list{
	margin-left:0;
}
/*.typeb .file_list .file_area tr:first-child td .detail_file_list{
	margin-top:0;
}*/
.typeb .file_list .file_area .detail_file_list .detail_file_rows{
	display:table;
	table-layout:fixed;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell{
	display:table-cell;
	position:relative;
	vertical-align:top;
	padding:3px;
	border:1px solid #cccccc;
	border-radius:3px;
}

/* 수정 부분 */
.typeb .file_list .file_area .detail_file_list .detail_file_rows.buyed .detail_opacity{
	opacity:.3;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .border{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.typeb .file_list .file_area .detail_file_list:hover .detail_file_bg{display:block;}
.typeb .file_list .file_area .detail_file_list .detail_file_bg{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:29;
	width:100%;
	height:100%;
	display:none;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .detail_file_contents{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:12px 20px 0;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows.buyed .detail_file_contents{
	justify-content:space-between;
}
.typeb .file_list .file_area .detail_file_list .detail_file_contents i{
	color:#fff;
}
.typeb .file_list .file_area .detail_file_list .detail_file_contents .detail_file_text{
	color:#fff;
	font-size:13px;
	margin-top:2px;
}

/* 버튼 클릭 시 아이콘 텍스트 변경 */
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .detail_file_icon{
	text-align:center;
	display:none;
	cursor:pointer;
	width:50px;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows.buyed .cell .detail_file_end,
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .detail_file_icon.icon_on,
.typeb .file_list .file_area .detail_file_list .detail_file_rows.buyed .cell .detail_file_icon.icon_end,
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell.on .detail_file_icon.icon_off{
	display:block;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .detail_file_end,
.typeb .file_list .file_area .detail_file_list .detail_file_rows.buyed .cell .detail_file_icon,
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell.on .detail_file_icon.icon_on{
	display:none;
}
/* 버튼 클릭 시 아이콘 텍스트 변경 */
/* 수정 부분 */

.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .thumb{
	width:151px;
	position:relative;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .info{
	padding:14px 4px 5px 4px;
	text-align:center;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .info.one_padding{
	padding:6px 15px 6px 15px;
	text-align:center;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .info .title{
	width:143px;
	height:38px;
	font-size:14px;
	color:#666666;
	letter-spacing:-1px;
	overflow:hidden;
}
.typeb .file_list .file_area .detail_file_list .detail_file_rows .cell .info .title.one_line{
	width:100%;
	height:19px;
}
/* 강좌 동영상리스트 레이어 디자인 */
.typeb .file_list .layer_detail_file{
	width:1400px;
	padding:19px;
	margin-left:-977px;
	position:absolute;
	top:52px;
	left:50%;
	z-index:500;
	border-radius:10px;
	background:#f6f6f6;
	border:1px solid #dfdfdf;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.typeb .file_list .layer_detail_file .leading_title_area{
	padding-bottom:18px;
}
.typeb .file_list .layer_detail_file .leading_title_area h4{
	display:inline-block;
	padding-left:2px;
}
.typeb .file_list .layer_detail_file .leading_title_area h4 .leading_title{
	font-size:20px;
	font-weight:500;
	float:left;
	color:#333333;
}
.typeb .file_list .layer_detail_file .leading_title_area .detail_list_sort{
	margin-left:10px;
	float:left;
	line-height:2.2;
}
.typeb .file_list .layer_detail_file .leading_title_area .detail_list_sort::after{
	content:"";
	display:block;
	clear:both;
}
.typeb .file_list .layer_detail_file .leading_title_area .detail_list_sort li{
	float:left;
	display:inline-block;
	padding:0 15px;
	background:url('../img/top_gap_line4.jpg') left center no-repeat;
}
.typeb .file_list .layer_detail_file .leading_title_area .detail_list_sort li:first-child{
	background:none;
}
.typeb .file_list .layer_detail_file .leading_title_area .detail_list_sort li a{
	font-size:14px;
	color:#445259;
	letter-spacing:-0.5px;
}
.typeb .file_list .layer_detail_file .leading_title_area .detail_list_sort li a.on{
	color:#fff !important;
	border-bottom:1px solid #fff;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows{
	width:210px;
	position:relative;
	padding:14px 16px;
	border:1px solid #d6d6d6;
	border-radius:10px;
	background:#fff;
	float:left;
	margin-left:20px;
}
.typeb .file_list .layer_detail_file td:first-child .main_layer_package_rows{
	margin-left:0;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .check{
	position:absolute;
	top:14px;
	left:16px;
	z-index:20;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .thumb{
	position:relative;
	padding:10px 0 8px 0;
	text-align:center;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .thumb .play_no{
	position:relative;
	height:36px;
	background:url('../img/detail_download_ico.png') center center no-repeat;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .thumb .download_file{
	height:36px;
	background:url('../img/detail_download_ico.png') center center no-repeat;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .icon{
	display:inline-block;
	position:absolute;
	top:-1px;
	right:-1px;
	text-align:left;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .thumb .file_size{
	display:block;
	margin-top:5px;
	font-size:13px;
	color:#242424;
	text-align:center;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .icon img{
	display:inline-block;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .icon_buy{
	margin:0 21px;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .icon_buy button{
	width:100%;
	display:block;
	margin-bottom:8px;
	letter-spacing:-1px
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .info{
	padding:10px 0 3px 0;
	margin:0 10px;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .info .title{
	display:block;
	font-size:16px;
	text-align:left;
	color:#242424;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .info .review{
	height:64px;
	padding:10px 0 0 0;
	text-align:center;
	font-size:14px;
	color:#a0a0a0;
	line-height:1.3;
}
.typeb .file_list .layer_detail_file .main_layer_package_rows .info .price{
	margin-top:9px;
	text-align:right;
	font-size:15px;
	color:#505050;
}

/* 강좌 MP3목록 디자인 */
.typeb .mp3_list .mp3_area .detail_mp3_list{
	width:162px;
	position:relative;
	margin-left:5px;
	margin-top:5px;
	float:left;
}
.typeb .mp3_list .mp3_area .detail_mp3_list.noimg{
	width: auto;
	max-width: 300px;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .member_shipico{
	position:absolute;
	top:0;
	left:0;
	z-index:30;
}
.typeb .mp3_list .mp3_area td:first-child .detail_mp3_list{
	margin-left:0;
}
/*.typeb .mp3_list .mp3_area tr:first-child td .detail_mp3_list{
	margin-top:0;
}*/
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows{
	display:table;
	table-layout:fixed;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell{
	display:table-cell;
	position:relative;
	vertical-align:top;
	padding:3px;
	border:1px solid #cccccc;
	border-radius:3px;
}

/* 수정 부분 */
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows.buyed .detail_opacity{
	opacity:.3;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .border{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.typeb .mp3_list .mp3_area .detail_mp3_list:hover .detail_mp3_bg{display:block;}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_bg{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:29;
	width:100%;
	height:100%;
	display:none;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_contents{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:12px 20px 0;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_contents i{
	color:#fff;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_contents .detail_mp3_text{
	color:#fff;
	font-size:13px;
	margin-top:2px;
}

/* 버튼 클릭 시 아이콘 텍스트 변경 */
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .detail_mp3_icon{
	text-align:center;
	display:none;
	cursor:pointer;
	width:50px;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .detail_mp3_icon.icon_on,
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows.buyed .cell .detail_mp3_icon.icon_end,
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell.on .detail_mp3_icon.icon_off{
	display:block;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows.buyed .cell .detail_mp3_icon,
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell.on .detail_mp3_icon.icon_on{
	display:none;
}
/* 버튼 클릭 시 아이콘 텍스트 변경 */
/* 수정 부분 */

.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .thumb{
	width:151px;
	position:relative;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info{
	padding: 14px 4px 5px 4px;
	text-align:center;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info.one_padding{
	padding:6px 15px 6px 15px;
	text-align:center;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .title{
	width:143px;
	height:38px;
	font-size:14px;
	color:#666666;
	letter-spacing:-1px;
	overflow:hidden;
}
.typeb .mp3_list .mp3_area .detail_mp3_list .detail_mp3_rows .cell .info .title.one_line{
	width:100%;
	height:19px;
}
/* 강좌 동영상리스트 레이어 디자인 */
.typeb .mp3_list .layer_detail_mp3{
	width:1400px;
	padding:19px;
	margin-left:-977px;
	position:absolute;
	top:52px;
	left:50%;
	z-index:500;
	border-radius:10px;
	background:#f6f6f6;
	border:1px solid #dfdfdf;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.typeb .mp3_list .layer_detail_mp3 .leading_title_area{
	padding-bottom:15px;
}
.typeb .mp3_list .layer_detail_mp3 .leading_title_area h4{
	display:inline-block;
	padding-left:2px;
}
.typeb .mp3_list .layer_detail_mp3 .leading_title_area h4 .leading_title{
	font-size:20px;
	font-weight:500;
	float:left;
	color:#333333;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows{
	width:250px;
	float:left;
	margin-left:28px;
	border:1px solid #d6d6d6;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
}
.typeb .mp3_list .layer_detail_mp3 td:first-child .main_layer_package_rows{
	margin-left:0;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb{
	width:250px;
	height:125px;
	position:relative;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .play_sample{
	display:none;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows:hover .thumb .play_sample{
	display: block;
	position: absolute;
	top: 55px;
	left: 60px;
	right: 60px;
	z-index: 5;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows:hover .thumb .play_sample button{
	cursor: pointer;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .bg{
	display:none;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows:hover .thumb .bg{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 2;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .icon{
	display:inline-block;
	position:absolute;
	top:3px;
	left:4px;
	text-align:left;
	z-index:40;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .over_btn{
	display:none;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:2px;
	border:3px solid #00a8cc;
	z-index:3;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:10;
	opacity:.4;
	cursor:pointer;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .thumb .icon_buy{
	display:none;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows:hover .thumb .icon_buy{
	display:block;
	padding:45px 56px 0 56px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	z-index:5;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows:hover .thumb .icon_buy button{
	width:100%;
	display:block;
	margin-bottom:10px;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .info{
	height:149px;
	padding:18px 25px 17px 15px;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .info .title{
	display:block;
	padding-bottom:10px;
	font-size:16px;
	text-align:left;
	color:#242424;
	line-height:1.3;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .info .review{
	width:185px;
	height:54px;
	overflow:hidden;
	text-align:left;
	font-size:14px;
	color:#a0a0a0;
	line-height:1.4;
}
.typeb .mp3_list .layer_detail_mp3 .main_layer_package_rows .info .price{
	padding-top:8px;
	text-align:right;
	font-size:15px;
	color:#505050;
}


/* 강좌 교재목록 디자인 */
.typeb .material_list .material_area .detail_material_list{
	padding:13px;
	position:relative;
	margin-left:5px;
	margin-top:5px;
	border:1px solid #cccccc;
	border-radius:3px;
	text-align:left;
	float:left;
	width:274px;
}
.typeb .material_list .material_area td:first-child .detail_material_list{
	margin-left:0;
}
.typeb .material_list .material_area tr:first-child td .detail_material_list{
	margin-top:0;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows{
	display:table;
	table-layout:fixed;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell{
	display:table-cell;
	vertical-align:top;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .thumb{
	width:49px;
	position:relative;
	float:left;
	margin-right:15px;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .info{
	overflow:hidden;
	text-align:left;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .info .title{
	max-width:180px;
	font-size:14px;
	color:#666666;
	letter-spacing:-1px;
	line-height:1.0;
	padding-top:2px;
	overflow:hidden;
	white-space: nowrap;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .info .review{
	padding-top:4px;
	font-size:13px;
	color:#a9a9a9;
	letter-spacing:-1px;
	overflow:hidden;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .info .deliver{
	padding-top:2px;
	font-size:13px;
	color:#a9a9a9;
	letter-spacing:-1px;
	overflow:hidden;
}
/* 수정 부분 */
.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .detail_opacity{
	opacity:.3;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .border{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.typeb .material_list .material_area .detail_material_list:hover .detail_material_bg{display:block;}
.typeb .material_list .material_area .detail_material_list .detail_material_bg{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:29;
	width:100%;
	height:100%;
	display:none;
}
.typeb .material_list .material_area .detail_material_list .detail_material_contents{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:17px 0 0;
	gap:38px;
}
.typeb .material_list .material_area .detail_material_list .detail_material_contents i{
	color:#fff;
}
.typeb .material_list .material_area .detail_material_list .detail_material_contents .detail_material_text{
	color:#fff;
	font-size:13px;
	margin-top:2px;
}

/* 버튼 클릭 시 아이콘 텍스트 변경 */
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .detail_material_icon{
	text-align:center;
	display:none;
	cursor:pointer;
	width:50px;
}

.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .cell .detail_material_end .detail_material_icon.icon_on,
.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .cell .detail_material_end,
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .detail_material_icon.icon_on,
.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .cell .detail_material_icon.icon_end,
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell.on .detail_material_icon.icon_off{
	display:block;
}
.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .cell.on .detail_material_icon.icon_on,
.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .cell .detail_material_not_each .detail_material_icon.icon_on,
.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .cell .detail_material_not_each .detail_material_icon.icon_off,
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell .detail_material_end,
.typeb .material_list .material_area .detail_material_list .detail_material_rows.buyed .cell .detail_material_icon,
.typeb .material_list .material_area .detail_material_list .detail_material_rows .cell.on .detail_material_icon.icon_on{
	display:none;
}
/* 버튼 클릭 시 아이콘 텍스트 변경 */
/* 수정 부분 */


/* 강좌 교재리스트 레이어 디자인 */
.typeb .material_list .layer_detail_material{
	width:1400px;
	padding:19px;
	margin-left:-977px;
	position:absolute;
	top:52px;
	left:50%;
	z-index:500;
	border-radius:10px;
	background:#f6f6f6;
	border:1px solid #dfdfdf;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.typeb .material_list .layer_detail_material .leading_title_area{
	padding-bottom:26px;
}
.typeb .material_list .layer_detail_material .leading_title_area h4{
	display:inline-block;
	padding-left:2px;
}
.typeb .material_list .layer_detail_material .leading_title_area h4 .leading_title{
	font-size:20px;
	font-weight:500;
	float:left;
	color:#333333;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows{
	width:435px;
	padding:0 6px;
	float:left;
	margin-left:27px;
	overflow:hidden;
}
.typeb .material_list .layer_detail_material td:first-child .main_layer_package_rows{
	margin-left:0;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .thumb{
	width:151px;
	height:200px;
	position:relative;
	float:left;
	margin-right:22px;
	border-radius:10px;
	overflow:hidden;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .thumb .check{
	position:absolute;
	top:10px;
	left:10px;
	z-index:30;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .thumb .check .h-check input[type="checkbox"] + span::before{
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .info{
	overflow:hidden;
	padding-top:8px;
	text-align:left;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .info .title{
	display:block;
	padding-bottom:10px;
	font-size:18px;
	text-align:left;
	color:#242424;
	line-height:1.3;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .info em{
	display: block;
	font-size: 14px;
	color: #b6b6b6;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

.typeb .material_list .layer_detail_material .main_layer_package_rows .info .review{
	overflow:hidden;
	text-align:left;
	font-size:15px;
	color:#7f7f7f;
	line-height:1.4;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .info .price{
	display: block;
	margin:4px 0 15px 0;
	font-size: 20px;
	font-weight: 500;
	color: #cfcfcf;
	letter-spacing: -0.5px;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .info .buttons .icon_bm {
	padding-left:32px !important;
}
.typeb .material_list .layer_detail_material .main_layer_package_rows .info .buttons .icon_bm svg{
	top:8px;
	left:12px;
}

/* 목록 금액리스트 */
.typeb .detail_product_list_type_b .allin{
	padding: 40px 0 34px 0;
	overflow: hidden;
}
.typeb .detail_product_list_type_b .each{
	padding:40px 0 34px 0;
	max-height: 360px;
	min-height: 10px;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.typeb .detail_product_list_type_b .product_area{
	display:table;
	width:100%;
	margin-bottom:19px;
}
.typeb .detail_product_list_type_b .product_area .cell{
	display:table-cell;
}
.typeb .detail_product_list_type_b .product_area .cell .product_desc{
	width:100%;
	display:table;
	table-layout:fixed;
}
.typeb .detail_product_list_type_b .product_area .cell .product_desc .intable{
	width:100%;
	display:table;
	table-layout:fixed;
}
.typeb .detail_product_list_type_b .product_area .cell .product_desc .tit{
	min-width:54px;
	float:left;
	font-size:14px;
	letter-spacing:-1.5px;
	line-height:2.0;
}

.typeb .detail_product_list_type_b .product_area .cell .product_desc .substance{
	margin-left:13px;
	overflow:hidden;
	font-size:18px;
	letter-spacing:-1px;
	color:#242424;
}
.typeb  .detail_product_list_type_b{
	border-top:1px solid #d7d7d7;
}
.typeb .detail_product_list_type_b .product_area .price{
	min-width:150px;
	display:table-cell;
	vertical-align:bottom;
	font-size:20px;
	color:#bf0000;
	letter-spacing:-1px;
	text-align:right;
	white-space: nowrap;
}
.typeb .detail_product_list_type_b .total_sum{
	text-align:right;
	margin:0 0 40px 0;
}
.typeb .detail_product_list_type_b .total_sum em{
	margin-left: 20px;
	font-size:20px;
	letter-spacing:-1px;
	color:#4a4a4a;
	vertical-align:text-bottom;
}
.typeb .detail_product_list_type_b .total_sum .discount_price{
	min-width:155px;
	display:inline-block;
	font-family:verdana;
	text-align:right;
	color:#262626;
	letter-spacing:-1px;
	font-weight:normal;
	font-size:20px;
	margin:0 3px 0 10px;
	vertical-align: middle;
}
.typeb .detail_product_list_type_b .total_sum .total_price{
	min-width: 155px;
	display: inline-block;
	font-family:verdana;
	color:#262626;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:30px;
	margin:0 3px 0 10px;
}

/* 장바구니, 수강신청 및 기타버튼 */
.typeb .detail_product_list_type_b .product_btn{
	margin-bottom:137px;
}
.typeb .detail_product_list_type_b .product_btn ul{
	width:100%;
	display:table;
	table-layout:fixed
}
.typeb .detail_product_list_type_b .product_btn ul.etc_btn a{
	background:#fff;
	border:1px solid #ddd;
	color:#666;
}
.typeb .detail_product_list_type_b .product_btn ul li{
	display:table-cell;
}
.typeb .detail_product_list_type_b .product_btn ul li.free a svg{
	position:absolute;
	top:19px;
	left:145px;
}
.typeb .detail_product_list_type_b .product_btn ul li.free a{
	width:100%;
	display:block;
	padding:18px 0 18px 35px;
	font-size:22px;
	letter-spacing:-1px;
}
.typeb .detail_product_list_type_b .product_btn ul li.cart a svg,
.typeb .detail_product_list_type_b .product_btn ul li.buy a svg{
	position:absolute;
	top:20px;
	left:52px;
}
.typeb .detail_product_list_type_b .product_btn ul li.end a svg{
	position:absolute;
	top:20px;
	left:154px;
}
.typeb .detail_product_list_type_b .product_btn ul li.cart{
	padding-right:3px;
}
.typea .perchase_info .product_btn  ul.type_a_etc li .h_btn_st2{
	background: #fff;
    border: 1px solid #ddd;
    color: #666;
}
.typea .perchase_info .product_btn ul li.cart .h_btn_st7,
.typeb .detail_product_list_type_b .product_btn ul li.cart .h_btn_st7 {
    background-color: #fff;
    color: #6b20bc;
    border: 1px solid #6b20bc;
}
.typeb .detail_product_list_type_b .product_btn ul li.buy{
	padding-left:3px
}
.typeb .detail_product_list_type_b .product_btn ul li.end a,
.typeb .detail_product_list_type_b .product_btn ul li.cart a,
.typeb .detail_product_list_type_b .product_btn ul li.buy a{
	width:100%;
	display:block;
	padding:18px 0 18px 35px;
	font-size:22px;
	letter-spacing:-1px;
}
.typeb .detail_product_list_type_b .product_btn ul li a{
	width:100%;
	text-align:center;
	padding:19px 0 19px 0;
	font-size:20px;
}
/*상세페이지 배송지정보입력 */
.modal .modal_title{
	padding:23px 31px;
	background:#555555;
	font-size:21px;
	color:#fff;
	letter-spacing:-1px;
	line-height:1.0;
	font-weight:500;
}
.modal .modal_title.gray{
	background:#f9f9f9;
	color:#333333;
}
.modal .inner{
	height:100%;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
}
.modal .inner .info {
	padding: 18px 30px 0 30px;
	background: #fff;
}
.modal .inner .info.cal {
	padding: 18px 30px 36px 30px;
	background: #fff;
}
.modal_bglayer{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .5);
	z-index:1001;
}
.delivery_area{
	width:100%;
	height:100%;
	z-index:1002;
}
.delivery_area .inner{
	height:100%;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
}
.delivery_area .inner .title{
	padding:24px 31px;
	line-height:1.0;
	background:#555555;
	font-size:21px;
	color:#fff;
	font-weight:500;
}
.delivery_area .inner .info{
	padding:18px 30px 0 30px;
	background:#fff;
	border-bottom:0;
}
.delivery_area .inner .info .delivery_info{
	width:100%;
	table-layout:fixed;
}
.delivery_area .inner .info .delivery_info th{
	width:108px;
	text-align:left;
	font-size:15px;
	color:#959595;
	font-weight:400;
}
.delivery_area .inner .info .delivery_info td{
	padding:5px 0;
}
.delivery_area .inner .info .delivery_info td.delivery_select select{
	width:30%;
}
.select_wide1 select{width:90px !important}
/* 마이페이지 */
.mypage_leading_title{
	position:relative;
	padding:5px 0 19px 0;
	font-size:20px;
	font-weight:500;
	line-height:1.0;
	letter-spacing:-1px;
	color:#444444;
}
.mypage_left_box{
	position:relative;
	float:left;
	width:240px;
	z-index:10;
}
.mypage_right_box{
	float:right;
	width:1120px;
	position:relative;
}
/* 레이어메뉴 투명도 키프레임 */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.mypage_left_menu_sub{
		-webkit-animation: fadeIn 0.3s;
		-moz-animation: fadeIn 0.3s;
		animation: fadeIn 0.3s;
	}
}
@-webkit-keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
@-moz-keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
@keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
}
/* 마이페이지 좌측 정보 및 메뉴 */
.ls_1{letter-spacing:-1px;}

.mypage_common_box{
	background:#fff;
	border:1px solid #eaeaea;
	border-radius:10px;
}
.mypage_common_box .membership_info .btn_area a{
	float:left;
	padding:2px 17px 3px 17px;
	font-size:14px;
	letter-spacing:-1px;
}
.mypage_common_box .mypage_count_info th{
	text-align:left;
	color:#383838;
	font-size:14px;
	padding-bottom:7px;
	width:100px;
	letter-spacing:-1px;
}
.mypage_common_box .mypage_count_info th a{color:#383838;}
.mypage_common_box .mypage_count_info th span svg{
	vertical-align:middle;
	margin:-2px 3px 0 0;
}
.mypage_common_box .mypage_count_info td{
	text-align:right;
	color:#666666;
	font-size:14px;
	padding-bottom:7px;
	letter-spacing:-0.3px;
}
.mypage_common_box .mypage_count_info td span{
	font-weight:500;
	color:#333333;
}
.mypage_left_btn{
	display: block !important;
	padding:20px 30px 20px 53px !important;
	width:100%;
	font-size:18px !important;
	letter-spacing:-1px;
	border-radius:8px !important;
}
.mypage_left_btn svg{
	top:20px !important;
	left:56px !important;
}

.mypage_left_menu_main{
	position:relative;
}
.mypage_left_menu_main .mypage_left_menu_sub{
	display:none;
	position:absolute;
	top:-60px;
	left: 238px;
	padding-left:11px;
	width:255px;
	z-index:250;
}
.mypage_left_menu_main .mypage_left_menu_sub.sub_top_mod_03{
	top:-177px !important;
}
.mypage_left_menu_main:hover,
.mypage_left_menu_sub_link:hover{
	background:#fafafa;
}
.mypage_left_menu_main:hover a{
	color:#518ddd;
}
.mypage_common_box .mypage_left_menu_main:first-child,
.mypage_left_menu_main .mypage_left_menu_sub_link:first-child{
	border-radius:10px 10px 0 0;
}
.mypage_common_box .mypage_left_menu_main:last-child,
.mypage_left_menu_main .mypage_left_menu_sub_link:last-child{
	border-radius:0 0 10px 10px;
}

.mypage_left_menu_main:hover .mypage_left_menu_sub{display:block;}
.mypage_left_menu_main .mypage_left_menu_sub .mypage_common_box{
	box-shadow:3px 3px 5px rgba(220,220,220,0.3);
	-moz-box-shadow:3px 3px 5px rgba(220,220,220, .3);
	-webkit-box-shadow:3px 3px 5px rgba(220,220,220, .3);
	overflow:hidden;
}

.mypage_left_menu_main .mypage_left_menu_main_link{
	display:block;
	position:relative;
	padding:16px 25px;
	border-top:1px solid #e9ecef;
	font-size:18px;
	letter-spacing:-1px;
	color:#333;
}
.mypage_left_menu_main:first-child .mypage_left_menu_main_link,
.mypage_left_menu_main .mypage_left_menu_sub .mypage_left_menu_sub_link:first-child{
	border-top:none;
}
.mypage_left_menu_main .mypage_left_menu_main_link .uk-icon{
	color:#c2c2c2;
	position:absolute;
	top:20px;
	right:20px;
}
.mypage_left_menu_main .mypage_left_menu_sub .mypage_left_menu_sub_link{
	display:block;
	color:#333333;
	position:relative;
	padding:16px 25px;
	border-top:1px solid #e9ecef;
	font-size:18px;
	letter-spacing:-1px;
}
.mypage_left_menu_main .mypage_left_menu_sub .mypage_left_menu_sub_link:hover{
	color:#518ddd;
}
.mypage_left_menu_main .mypage_left_menu_sub .mypage_left_menu_sub_link .count_text{
	color:#999999;
	font-size:16px;
}
/* 마이페이지 메인 */
.member_info_area{
	border:1px solid #e5e5e5;
	border-radius:10px;
}
.member_info_area .member_info{
	display:table;
	table-layout:fixed;
	width:100%;
	border-collapse: collapse;
}
.member_info_area .member_info .member_profile{
	display:table-cell;
	padding:19px 39px 18px 39px;
	border-right:1px solid #e5e5e5;
}
.member_info_area .member_info .member_profile .thumb{
	width:100px;
	margin-right:41px;
	float:left;
}
.member_info_area .member_info .member_profile .infomation_button{
	overflow:hidden;
}
.member_info_area .member_info .member_profile .infomation_button em .group{
	display:inline-block;
	padding:2px 6px 2px 6px;
	font-size:12px;
	letter-spacing:-1px;
	color:#fff;
	text-align:center;
	border-radius:3px
}
.member_info_area .member_info .member_profile .infomation_button .name{
	display:block;
	padding:12px 0;
	font-size:22px;
	color:#555;
	letter-spacing:-1px;
	line-height:1.0;
}
.member_info_area .member_info .member_profile .infomation_button .button .gray svg{
	color:#bdbdbd;
}
.member_info_area .member_info .member_count{
	width:620px;
	display:table-cell;
	padding:0 0 0 50px;
	vertical-align:middle;
}
.member_info_area .member_info .member_count table{
	width:100%;
}
.member_info_area .member_info .member_count table th,
.member_info_area .member_info .member_count table td{
	padding:9px 0;
	font-size:15px;
	letter-spacing:-1px;
}
.member_info_area .member_info .member_count table th{
	position:relative;
	text-align:left;
	font-weight:400;
}
.member_info_area .member_info .member_count table td{
	padding-right:50px;
	color:#000;
	text-align:right;
	font-weight:500;
}
.member_info_area .member_info .member_count .membership_info .desc{
	display:none;
}
.member_info_area .member_info .member_count  .membership_info:hover .desc{
	display:block;
	position:absolute;
	width:240px;
	padding:18px 20px;
	top:40px;
	right:-105px;
	border:1px solid #eaeaea;
	border-radius:10px;
	background:#fff;
	text-align:left;
	letter-spacing:-1px;
}
/* 마이페이지 작은 버튼 */
.common_btn a{
	display:inline-block;
	padding:2px 5px;
	font-size:10px;
	border:1px solid #cfcfcf;
	border-radius:3px;
}
.common_btn.blue a{
	background:#f5f9ff;
	border:1px solid #b0d7f6;
	color:#4d9ddb;
}
.common_btn.blue a{
	background:#f5f9ff;
	border:1px solid #b0d7f6;
	color:#4d9ddb;
}
.mypage_common_shadow1{
	box-shadow:3px 4px 5px rgba(55,55,55,0.3);
	-moz-box-shadow: 3px 4px 5px rgba(55,55,55, .3);
	-webkit-box-shadow: 3px 4px 5px rgba(55,55,55, .3);
}
.mypage_common_shadow2{
	box-shadow:0px 0px 8px rgba(220,220,220,0.5);
	-moz-box-shadow: 0px 0px 8px rgba(220,220,220, .5);
	-webkit-box-shadow: 0px 0px 8px rgba(220,220,220, .5);
}
/* 회원정보수정 */
.member_join_mod_table{
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
}
.member_join_mod_table th.title,
.member_join_mod_table td.info{
	font-size:15px;
	letter-spacing:-1px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.member_join_mod_table th.title{
	width:155px;
	padding:15px 0;
	text-align:left;
	letter-spacing:-1px;
	color:#959595;
	font-weight:normal;
}
.member_join_mod_table td.info{
	padding:7px 0;
}
.member_join_mod_table td.info .info_pass{
	margin-left:10px;
	letter-spacing:-1px;
	font-size:14px;
}
.member_join_mod_table td.info .tel_second,
.member_join_mod_table td.info .tel_third{
	width:117px;
}
.member_join_mod_table td.info .select_wide2 select{
	width:117px !important;;
}

/* 마이페이지 최근본 동영상 */
.myview_lecture_area .myview_lecture .myview_lecture_rows{
	position:relative;
	width:262px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:24px;
	margin-top:24px;
	background:#fff;
}
.myview_lecture_area  .myview_lecture .myview_lecture_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.myview_lecture_area > table{
	margin-left:-24px;
}
.myview_lecture_area table tr:first-child td .myview_lecture_rows{
	margin-top:0;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb{
	width:260px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	z-index:1;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb .thumb_img{width:260px; height:130px;}

.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb .expire{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	left: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.80);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb .delete{
	position: absolute;
	bottom:10px;
	right:10px;
	z-index:1001;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb .play{
	display:none;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows:hover .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:1;
	cursor:pointer;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb .play_sample{
	display:none;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb:hover .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
	text-indent:-1000px;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb .play_sample_lecture{
	display:none;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .thumb:hover .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
	text-indent:-1000px;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .info .title_info {
	padding-bottom: 2px;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .info{
	padding:20px;
	text-align:left;
	border-top:0 none;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .info .title_info em{
	display:block;
	font-size:14px;
	letter-spacing:-0.5px;
	color:#999;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .info .title_info .title{
	padding-top:5px;
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
}
.myview_lecture_area .myview_lecture .myview_lecture_rows .info .title_info .title a{
	color:#333333;
}

/* 마이페이지  강좌진행상태 소분류 */
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows{
	position:relative;
	width:262px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:24px;
	margin-bottom:25px;
	background:#fff;
}
.lecture_subclass_area  .lecture_subclass .lecture_subclass_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.lecture_subclass_area .lecture_subclass:nth-child(4n+1) .lecture_subclass_rows{
	margin-left:0px;
	margin-top:0;
}
.lecture_subclass_area .lecture_subclass:first-child .lecture_subclass_rows{
	margin-left:0px;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .thumb{
	width:260px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .thumb .play{
	display:none;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows:hover .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:1;
	cursor:pointer;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .info .title_info {
	padding-bottom: 2px;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .info{
	padding:20px 20px 18px 20px;
	text-align:left;
	border-top:0 none;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .info .title_info .title{
	display:block;
	font-size:18px;
	line-height:1.3;
	letter-spacing:-0.5px;
	color:#333;
}
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .info .title_info .review{
	height:29px;
	overflow:hidden;
	padding-top:7px;
	font-size:14px;
	font-weight:500;
	line-height:1.6;
	letter-spacing:-0.5px;
	color:#999999;
	word-break:break-all;
}

/* 파일 */
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows{
	position:relative;
	width:262px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:24px;
	margin-bottom:25px;
	background:#fff;
}
.lecture_subclass_area  .lecture_subclass_file .lecture_subclass_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.lecture_subclass_area .lecture_subclass_file:nth-child(4n+1) .lecture_subclass_rows{
	margin-left:0px;
	margin-top:0;
}
.lecture_subclass_area .lecture_subclass_file:first-child .lecture_subclass_rows{
	margin-left:0px;
}
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .thumb{
	width:260px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .thumb .bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,.6);
	z-index:1
}
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .thumb .file_info{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: transparent;
	z-index:2
}
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .info{
	padding:20px 20px 15px 20px;
	text-align:left;
	border-top:0 none;
}
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .info .title_info {
	padding-bottom: 2px;
}
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .info .title_info em{
	display:block;
	margin-bottom:5px;
	font-size:13px;
	letter-spacing:-1px;
}
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .info .title_info .title{
	display:block;
	margin-bottom:5px;
	font-size:18px;
	line-height:1.4;
	letter-spacing:-0.5px;
	color:#333;
}
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .info .title_info .review{
	overflow:hidden;
	height:23px;
	font-size:14px;
	font-weight:500;
	line-height:1.6;
	letter-spacing:-0.5px;
	color:#999999;
	word-break:break-all;
}

/* MP3 */
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows{
	position:relative;
	width:262px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:24px;
	margin-bottom:25px;
	background:#fff;
}
.lecture_subclass_area  .lecture_subclass_mp3 .lecture_subclass_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.lecture_subclass_area .lecture_subclass_mp3:nth-child(4n+1) .lecture_subclass_rows{
	margin-left:0px;
	margin-top:0;
}
.lecture_subclass_area .lecture_subclass_mp3:first-child .lecture_subclass_rows{
	margin-left:0px;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .thumb{
	width:260px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .thumb .play{
	display:none;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows:hover .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:1;
	cursor:pointer;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .info .title_info {
	padding-bottom: 2px;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .info{
	padding:20px 20px 18px 20px;
	text-align:left;
	border-top:0 none;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .info .title_info .title{
	display:block;
	font-size:18px;
	line-height:1.3;
	letter-spacing:-0.5px;
	color:#333;
}
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .info .title_info .review{
	height:29px;
	overflow:hidden;
	padding-top:7px;
	font-size:14px;
	font-weight:500;
	line-height:1.6;
	letter-spacing:-0.5px;
	color:#999999;
	word-break:break-all;
}

/* 교재 */
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows{
	position:relative;
	width:548px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	padding:20px;
	margin-left:24px;
	margin-bottom:25px;
	background:#fff;
	border-radius: 10px;
}
.lecture_subclass_area  .lecture_subclass_material .lecture_subclass_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.lecture_subclass_area .lecture_subclass_material:nth-child(2n+1) .lecture_subclass_rows{
	margin-left:0px;
	margin-top:0;
}
.lecture_subclass_area .lecture_subclass_material:first-child .lecture_subclass_rows{
	margin-left:0px;
}
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows .thumb{
	width:120px;
	position:relative;
	float:left;
	margin-right:20px;
}
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows .info{
	padding-top:3px;
	text-align:left;
}
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows .info .title_info {
	overflow:hidden;
	padding-bottom: 2px;
}
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows .info .title_info em{
	display:block;
	margin-bottom:5px;
	font-size:13px;
	color:#999999;
}
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows .info .title_info .title{
	display:block;
	font-size:18px;
	letter-spacing:-0.5px;
	color:#333;
	margin-bottom:3px;
}
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows .info .title_info .review{
	height:51px;
	overflow:hidden;
	padding-top:7px;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
	letter-spacing:-0.5px;
	color:#999999;
	word-break:break-all;
}
.lecture_subclass_area .lecture_subclass_material .lecture_subclass_rows .info .title_info .btn{
	margin-top:18px
}

/* 마이페이지 강좌목록 */
.lecture_list_area .lecture_list_rows{
	position:relative;
	width:356px;
	float:left;
	border-radius:10px;
	margin-bottom:26px;
	margin-left:26px;
	background:#fff;
	text-align:left;
}
.lecture_list_area .lecture_list_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.lecture_list_area > table{
	margin-left:-26px;
}

.lecture_list_area .lecture_list_rows .ppl_thumb{
	width:60px;
	height:60px;
	position:absolute;
	right:20px;
	top:145px;
	border-radius:100px;
	overflow:hidden;
	box-shadow:2px 2px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	z-index:100;
}
.lecture_list_area .lecture_list_rows .thumb{
	width:356px;
	height:178px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.lecture_list_area  .lecture_list_rows .thumb a.noimage_width{
	max-width:100%;
	height:auto;
}
.lecture_list_area  .lecture_list_rows .thumb .rows_uryo{
	position:absolute;
	display:inline-block;
	top:10px;
	left:10px;
	padding:4px 5px;
	background: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.7);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.lecture_list_area  .lecture_list_rows  .thumb .rows_uryo img{
	float:left;
	margin-left:7px;
}
.lecture_list_area  .lecture_list_rows  .thumb .rows_uryo img:first-child{
	margin-left:0 !important;
}
.lecture_list_area  .lecture_list_rows  .thumb .rows_uryo  img{
	width:12px;
}
.lecture_list_area  .lecture_list_rows .info{
	border:1px solid #ebebeb;
	padding:20px;
}
.lecture_list_area  .lecture_list_rows .info .title_info {
	padding-bottom: 17px;
}
.lecture_list_area  .lecture_list_rows .info .title_info em a{
	display:block;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.5px;
}
.lecture_list_area  .lecture_list_rows .info .title_info .title{
	padding-top:7px;
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
	color:#333333;
}
.lecture_list_area  .lecture_list_rows .info .title_info .title a{
	color:#333333;
}
.lecture_list_area  .lecture_list_rows .info .title_info .name{
	font-size:14px;
	padding:7px 0 0 20px;
	background: url('../img/person_ico.png') -1px 8px no-repeat;
	line-height:1.0;
	min-height:22px;
}
.lecture_list_area  .lecture_list_rows .substance .buttons{
	font-size:0;
}
.lecture_list_area  .lecture_list_rows .substance .buttons a{
	padding:9px 0;
	width:102px;
	background:#f9f9f9;
	font-size:12px;
	letter-spacing:-1px;
	margin-left:4px;
}
.lecture_list_area  .lecture_list_rows .substance .buttons a:first-child{
	margin-left:0 !important;
}
/* 메인카테고리 강좌 동영상더보기 레이어 */
.lecture_list_area .layer_align{
	width:100%;
	position:absolute;
	left:0;
}
.lecture_list_area .layer_align .layer_sub{
	width:1120px;
	padding:19px;
	text-align:left;
	position:absolute;
	top:290px;
	right:0;
	margin-left:-700px;
	z-index:500;
	border-radius:10px;
	background:url('../img/layer_bg_new.png') center center repeat;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.lecture_list_area .layer_align .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.lecture_list_area .layer_align .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.lecture_list_area .layer_align .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows{
	width:257px;
	height:129px;
	float:left;
	margin-left:18px
}
.lecture_list_area .layer_align .layer_sub td:first-child .mypage_layer_package_rows{
	margin-left:0;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb{
	width:257px;
	height:129px;
	position:relative;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}

.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.lecture_list_area  .layer_align .layer_sub .mypage_layer_package_rows .thumb .over_btn{
	display:none;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .play_sample{
	display:none;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}
.lecture_list_area .layer_align .layer_sub .mypage_layer_package_rows .thumb .title{
	display:block;
	position:absolute;
	left:17px;
	bottom:20px;
	right:17px;
	z-index:3;
	font-size:15px;
	text-align:left;
	color:#fff;
}

/* 결제내역 모달창, 재생시간 만료 모달창 */
.modal h3.title{
	padding-top:12px;
	padding-bottom:21px;
	font-size:21px;
	color:#000;
	letter-spacing:-1px;
	line-height:1.0;
	display:flex;
	justify-content: space-between;
	gap:20px;
}
.modal h3.title_limit{
	padding:13px 0 10px 0;
	font-size:25px;
	font-weight:500;
	color:#212121;
	letter-spacing:-1px;
	text-align:center;
	line-height:1.2;
}
.modal h3.title span.btn_s{
	height: max-content;
	min-width:max-content;
	padding:6px 25px 6px 17px;
	text-align:center;
	font-size:12px;
	color:#777777;
	letter-spacing:-1px;
	border-radius:3px;
	border:1px solid #e1e1e1;
	background:#f9f9f9 url('../img/btn_arrow_01.png') right center no-repeat;
}
.modal h3.title + div{
	border:1px solid #e5e5e5;
	border-top:2px solid #605f5f;
}
.modal .inner .info.limit_popup{
	padding: 30px 25px;
}
.modal .inner .info.limit_popup .limit{
	padding:7px 0 35px 0;
	color:#787878;
	font-size:16px;
	text-align:center;
}
.modal .inner .info.limit_popup .play_sample{
	width:100%;
	overflow: visible;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 30px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
	border-radius: 0.2em;
	color: #333;
	outline: none;
	position: relative;
	margin-top:5px;
	cursor:pointer;
}
.modal .inner .info.limit_popup .play_sample:hover,
.modal .inner .info.limit_popup .play_sample:focus{
	text-decoration: none;
	background-color: transparent;
	color: #333;
	border-color: #b2b2b2;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
.modal .inner .info.limit_popup .info_text{
	margin-top:29px;
	color:#787878;
	font-size:15px;
	letter-spacing:-1px;
	line-height:1.3;
	text-align:center;
}
.modal .intitle{
	padding:18px;
	font-size:18px;
	line-height:1.0;
	background:#f9f9f9;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	letter-spacing:-1px; color:#444;
}
.modal .intitle + div{
	padding:0 17px
}
.modal .mypage_chart_01 .chart_info{
	color:#888;
	padding:10px 0
}
.modal .mypage_chart_01{
	width:100%;
	table-layout:fixed;
}
.modal .mypage_chart_01 .chart_tit,
.modal .mypage_chart_01 .chart_info{
	font-size:15px;
	text-align:left;
	border-top:1px solid #f3f3f3;
}
.modal .mypage_chart_01 .chart_tit{
	width:155px;
	color:#666666;
	font-weight:normal;
}
.happy_modal_popup_wrap {
	width:100%;
	height:100%;
	border: 1px solid #e9e9e9;
	z-index: 110;
	border-radius: 7px;
	overflow: hidden;
	padding: 25px;
	background: #fff;
}
.happy_modal_popup_header {
	display: table;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #eaeaea;
}

.happy_modal_popup_title {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.happy_modal_popup_close {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}

.happy_modal_popup_close span:hover {
	color:#333 !important;
}

/* 하단에 버튼 항상출력 상하단을 제외한 컨텐츠 높이 */
.happy_modal_popup_contents {
	overflow:auto;
	height: calc(100% - 130px);
}
/* 상단을 제외한 컨텐츠 높이 */
.happy_modal_popup_contents_s {
	overflow:auto;
	height: calc(100% - 40px);
}
.happy_modal_popup_btn {
	padding:40px 0 50px 0;
	text-align:center;
}

/* 유료옵션 리스트 디자인 */
.lecture_paidlist_area .lecture_paidlist_gallery_rows{
	position:relative;
	width:260px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:20px;
	margin-top:20px;
	background:#fff;
	text-align:left;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.lecture_paidlist_area > table{
	margin-left:-20px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .thumb{
	width:258px;
	height:129px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows  .thumb .rows_uryo img{
	float:left;
	margin-left:7px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows  .thumb .rows_uryo img:first-child{
	margin-left:0 !important;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows  .thumb .rows_uryo  img{
	width:12px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .thumb .rows_count .inquire{
	line-height:1.0;
	padding:4px 4px 5px 10px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .thumb .rows_count .scrap{
	line-height:1.0;
	padding:4px 10px 5px 6px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .thumb .rows_count .inquire{
	border-right:1px solid rgba(50,50,50,.1)
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .thumb .rows_count span{
	vertical-align:middle;
	color: rgba(255,255,255,0.7);
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .thumb .over_info{
	display:none;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows:hover .thumb .over_info{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.6)
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .over_info > div{
	padding:35px 25px 0 25px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .over_info > div > ul{
	display:table;
	width:100%;
	table-layout:fixed;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .over_info > div > ul li{
	display:table-cell;
	text-align:center;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .over_info > div > ul li span{
	color:#bebebe;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .over_info > div > ul li.scrap_on span{
	color:#ff0000;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .over_info > div > ul li.scrap_on span svg path{
	fill:#ff0000;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info{
	border-top:0 none;
	padding:20px 20px 20px 20px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .title_info {
	padding-bottom:15px;
	border-bottom:1px solid #f0f0f0;
}

.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .title_info em a{
	display:block;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.5px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .title_info .title{
	padding-top:7px;
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .title_info .title a{
	color:#333333;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .title_info .review{
	padding-top:8px;
	font-size:15px;
	font-weight:500;
	letter-spacing:-0.5px
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .title_info .review a{
	color:#999999;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .substance .price{
	padding:13px 0 14px 0;
	border-bottom:1px solid #f0f0f0;
	line-height:1.0;
}
.lecture_paidlist_area  .lecture_paidlist_gallery_rows .info .substance .name{
	font-size:14px;
	padding:13px 0 0 20px;
	background: url('../img/person_ico.png') -1px 14px no-repeat;
	line-height:1.0;
	min-height:22px;
}
/* 메인카테고리 강좌 동영상더보기 레이어 */
.lecture_paidlist_area .layer_align{
	width:100%;
	position:absolute;
	left:0;
}
.lecture_paidlist_area .layer_align .layer_sub{
	width:1120px;
	padding:19px;
	text-align:left;
	position:absolute;
	top:355px;
	right:0;
	margin-left:-700px;
	z-index:500;
	border-radius:10px;
	background-color:#1d2c33;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.lecture_paidlist_area .layer_align .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.lecture_paidlist_area .layer_align .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.lecture_paidlist_area .layer_align .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows{
	width:257px;
	float:left;
	margin-left:18px
}
.lecture_paidlist_area .layer_align .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb{
	width:257px;
	height:129px;
	position:relative;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}

.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.lecture_paidlist_area  .layer_align .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.lecture_paidlist_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}

/* 마이페이지 베스트강좌 디자인 */
.mypage_ranking_area .mypage_best_category{
	position:relative;
	float:left;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows{
	position:relative;
	width:262px;
	float:left;
	border:1px solid #ddd;
	border-radius:10px;
	margin-left:24px;
	background:#fff;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.mypage_ranking_area .mypage_best_category:first-child .mypage_best_category_rows{
	margin-left:0px;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .ppl_thumb{
	width:50px;
	height:50px;
	position:absolute;
	right:20px;
	top:107px;
	border-radius:100px;
	overflow:hidden;
	box-shadow:2px 2px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	z-index:100;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .thumb{
	width:260px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .thumb .rank_number{
	width:35px;
	height:35px;
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	color:#fff;
	text-align:center;
	line-height:35px;
	font-size:13px;
	box-shadow:2px 2px 0 0px rgba(0,0,0,.3);
	-moz-box-shadow:2px 2px 0 0px rgba(0,0,0,.3);
	-webkit-box-shadow:2px 2px 0 0px rgba(0,0,0,.3);
	border-bottom-right-radius:10px;
	font-weight:500;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .thumb .rank_number.lower{
	background:#414141;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .info{
	border-top:0 none;
	padding:20px 20px 18px 20px;
	text-align:left;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .info .title_info {
	padding-bottom:12px;
	border-bottom: 1px solid #f0f0f0;
}

.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .info .title_info em a{
	display:block;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.5px;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .info .title_info .title{
	padding-top:7px;
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .info .title_info .title a{
	color:#333333;
}
.mypage_ranking_area .mypage_best_category .mypage_best_category_rows .info .substance .price{
	padding:19px 0 2px 0;
	line-height:1.0;
}

/* 마이페이지 동영상더보기 레이어 */
.mypage_ranking_area .layer_align{
	width:100%;
	position:absolute;
	left:0;
}
.mypage_ranking_area .layer_align .layer_sub{
	width:1120px;
	padding:19px;
	text-align:left;
	position:absolute;
	top:265px;
	right:0;
	margin-left:-700px;
	z-index:500;
	border-radius:10px;
	background-color:#1d2c33;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.mypage_ranking_area .layer_align .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.mypage_ranking_area .layer_align .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.mypage_ranking_area .layer_align .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows{
	width:257px;
	float:left;
	margin-left:18px
}
.mypage_ranking_area .layer_align .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb{
	width:257px;
	height:129px;
	position:relative;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}

.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.mypage_ranking_area  .layer_align .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.mypage_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}

/* 마이페이지 강좌진행 페이지 */
.mypage_buy_detail .buy_list{
	position:relative;
}
.mypage_buy_detail .buy_list .buy_list_rows{
	position:relative;
	border-radius:10px;
	margin-top:30px;
	background:#fff;
	text-align:left;
}
.mypage_buy_detail .buy_list .buy_list_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.mypage_buy_detail tr:first-child td .buy_list .buy_list_rows{
	margin-top:0;
}
.mypage_buy_detail .buy_list .buy_list_rows .ppl_thumb{
	width:60px;
	height:60px;
	position:absolute;
	right:10px;
	bottom:10px;
	border-radius:100px;
	overflow:hidden;
	box-shadow:2px 2px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	z-index:100;
}
.mypage_buy_detail .buy_list .buy_list_rows .thumb{
	width:350px;
	height:175px;
	float:left;
	position:relative;
	overflow:hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mypage_buy_detail .buy_list .buy_list_rows .thumb .rows_uryo{
	position:absolute;
	display:inline-block;
	top:10px;
	left:10px;
	padding:4px 5px;
	background: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.7);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.mypage_buy_detail .buy_list .buy_list_rows  .thumb .rows_uryo img{
	float:left;
	margin-left:7px;
}
.mypage_buy_detail .buy_list .buy_list_rows  .thumb .rows_uryo img:first-child{
	margin-left:0 !important;
}
.mypage_buy_detail .buy_list .buy_list_rows  .thumb .rows_uryo  img{
	width:12px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info{
	float:left;
	width:580px;
	height:175px;
	overflow:hidden;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:10px 40px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .title_info {
	padding-bottom: 20px;
}

.mypage_buy_detail .buy_list .buy_list_rows .info .title_info em {
	display:block;
	font-size:15px;
	letter-spacing:-0.5px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .title_info .title{
	margin-top:3px;
	font-size:20px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .title_info .title a{color:#333333;}
.mypage_buy_detail .buy_list .buy_list_rows .info .title_info .review{
	height:45px;
	overflow:hidden;
	margin-top:5px;
	font-size:15px;
	font-weight:400;
	color:#999;
	line-height:1.5;
	letter-spacing:-0.5px;
	word-break:break-all;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .substance .progress{
	padding-top:15px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .substance .progress .percent_bubble_layer:before {
	border-top:5px solid #0daccf;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0px solid transparent;
	content:"";
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .substance .progress .percent_bubble_layer:before {
	border-top:5px solid #0daccf;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0px solid transparent;
	content:"";
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-5px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .substance .progress .percent_bubble_layer:after {
	border-top:5px solid #0daccf;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0px solid transparent;
	content:"";
	position:absolute;
	bottom:-4px;
	left:50%;
	margin-left:-5px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .substance .progress .percent_bubble_layer{
	width:93px;
	background:#0daccf;
	border:1px solid #0daccf;
	border-radius:3px;
	padding:3px 10px;
	font-size:14px;
	color:#fff;
	letter-spacing:-1px;
	white-space: nowrap;
	display: inline-block;
	text-align:center;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .substance .progress .bottom_right .percent_bubble_layer:before {
	border-top:5px solid #0daccf;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0px solid transparent;
	content:"";
	position:absolute;
	bottom:-5px;
	left:90%;
	margin-left:-5px;
}
.mypage_buy_detail .buy_list .buy_list_rows .info .substance .progress .bottom_right .percent_bubble_layer:after {
	border-top:5px solid #0daccf;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0px solid transparent;
	content:"";
	position:absolute;
	bottom:-4px;
	left:90%;
	margin-left:-5px;
}
.mypage_buy_detail .buy_list .buy_list_rows .buttons{
	height:175px;
	padding:0 30px;
	display:flex;
	gap:3px;
	justify-content: center;
	flex-flow: column;
	overflow:hidden;
	border:1px solid #e6f0ff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#f9fbff;
}
.mypage_buy_detail .buy_list .buy_list_rows .buttons a{
	width:100%;
	letter-spacing:-1px;
	display:block;
	background:#fff url('../img/btn_arrow_02.png') right center no-repeat;
	padding-right:27px;
	padding-left:13px;
}
.info_alert{
	border-left: 3px solid #00B8FF;
	padding: 18px 20px;
	background-color: #fafafa;
	margin:28px 0;
	font-size: 14px;
	line-height: 1.6;
	color: #777;
}
/* 소분류 목록 검색창 */
.lecture_search{
	padding:40px;
	border-radius:10px;
	border:1px solid #e5e5e5;
	margin-bottom:20px;
}
.lecture_search .btn button{
	background:#555;
	color:#fff;
	padding-right:39px;
}
.lecture_search .btn button svg{
	position:absolute;
	top:10px;
	right:10px;
}

.lecture_search_table{
	padding:40px;
	border-radius:10px;
	border:1px solid #e5e5e5;
	margin-bottom:20px;
}
.lecture_search_table .title{
	font-size:15px;
	color:#444;
	text-align:left;
	font-weight:normal
}
.lecture_search_table .info{
	padding:5px 0;
}
.lecture_search_table .info.btn button{
background:#555;
color:#fff;
padding-right:39px;
border-radius:3px;
}
.lecture_search_table .info.btn button svg{
	position:absolute;
	top:10px;
	right:10px;
}
/* 결제상태버튼 */
.flow_btn{
	width:90px;
	padding:9px 0;
	text-align:center;
	border-radius:3px;
	font-size:13px;
	letter-spacing:-1px;
	line-height:1.0;
}
.flow_btn.green{
	color:#28c1cc;
	border:1px solid #a3d7da
}
.flow_btn.gray{
	color:#999999;
	border:1px solid #999999
}
.flow_btn.blue{
	color:#5589fe;
	border:1px solid #acc5ff;
}
/* 내역버튼들 */
.check_btn{
	display:inline-block;
	margin-bottom:3px !important;
	background:#fff url('../img/btn_arrow_02.png') right center no-repeat;
	padding:10px 35px 10px 13px !important;
	font-size:13px !important;
	letter-spacing:-1px !important;
	cursor:default;
}
.check_btn.close_btn{
	background:#fff url('../img/btn_close_04.png') 75px center no-repeat;
	background-size:14px;
}
.check_btn.icon_white{
	color:#fff;
	border:1px solid #646464;
	background:#646464 url('../img/btn_arrow_03.png') right center no-repeat;
}
.check_btn.icon_white:hover{
	background:#878383 url('../img/btn_arrow_03.png') right center no-repeat;
	border:1px solid #606060;
	color:#fff;
}
.check_btn.no_icon_green{
	padding: 9px 10px !important;
	text-align: center;
	color: #5cb41b;
	border: 1px solid #5cb41b;
	background: none;
}
.check_btn.no_icon_green:hover{
	border:1px solid #48970e;
	color:#48970e;
}
.no_effect .check_btn.no_icon_green:hover,
.no_effect .check_btn.no_icon_green:active,
.no_effect .check_btn.no_icon_green:focus{
	color:#5cb41b !important;
	border:1px solid #5cb41b !important;
	background:none !important;
}
.check_btn.no_icon_green2{
	padding:9px 10px !important;
	text-align:center;
	color:#fff;
	border:1px solid #37b9d1;
	background:#37b9d1;
}
.check_btn.no_icon_green2:hover,{
	border:1px solid #2fa4ba;
	background:#2fa4ba;
	color:#fff;
}
.no_effect .check_btn.no_icon_green2:hover,
.no_effect .check_btn.no_icon_green2:active,
.no_effect .check_btn.no_icon_green2:focus{
	color:#fff !important;
	border:1px solid #37b9d1 !important;
	background:#37b9d1 !important;
}
.check_btn.no_icon_green3{
	padding:9px 10px !important;
	text-align:center;
	color:#28c1cc;
	border:1px solid #a3d7da;
	background:#fff;
}
.check_btn.no_icon_green3:hover{
	border:1px solid #1eacb6;
	background:#fff;
	color:#29a1a9;
}
.no_effect .check_btn.no_icon_green3:hover,
.no_effect .check_btn.no_icon_green3:active,
.no_effect .check_btn.no_icon_green3:focus{
	color:#28c1cc !important;
	border:1px solid #a3d7da !important;
	background:#fff !important;
}
.check_btn.no_icon_green4{
	padding:9px 10px !important;
	text-align:center;
	color:#41af36;
	border:1px solid #8dcf86;
	background:#fff;
}
.check_btn.no_icon_green4:hover{
	border:1px solid #8cb987;
	background:#fff;
	color:#36a12c;
}
.no_effect .check_btn.no_icon_green4:hover,
.no_effect .check_btn.no_icon_green4:active,
.no_effect .check_btn.no_icon_green4:focus{
	color:#41af36 !important;
	border:1px solid #8dcf86 !important;
	background:#fff !important;
}
.check_btn.no_icon_red{
	padding:9px 10px !important;
	text-align:center;
	color:#fff;
	border:1px solid #df6368;
	background:#db5157;
}
.check_btn.no_icon_red:hover{
	background:#c94c52;
	border:1px solid #ae4045;
	color:#fff
}
.no_effect .check_btn.no_icon_red:hover,
.no_effect .check_btn.no_icon_red:active,
.no_effect .check_btn.no_icon_red:focus{
	color:#fff !important;
	border:1px solid #df6368 !important;
	background:#db5157 !important;
}
.check_btn.no_icon_red2{
	padding:9px 10px !important;
	text-align:center;
	color:#df6368;
	border:1px solid #df6368;
	background:#fff;
}
.check_btn.no_icon_red2:hover{
	background:#fff;
	color:#d65c61;
	border:1px solid #d65c61;
}
.no_effect .check_btn.no_icon_red2:hover,
.no_effect .check_btn.no_icon_red2:active,
.no_effect .check_btn.no_icon_red2:focus{
	color:#df6368 !important;
	border:1px solid #df6368 !important;
	background:#fff !important;
}
.check_btn.no_icon_gray{
	padding:9px 10px !important;
	text-align:center;
	color:#919191;
	border:1px solid #d3d3d3;
	background:#f9f9f9;
}
.check_btn.no_icon_gray:hover{
	background:#eaeaea;
	color:#6e6e6e;
	border:1px solid #cfcfcf;
}
.no_effect .check_btn.no_icon_gray:hover,
.no_effect .check_btn.no_icon_gray:active,
.no_effect .check_btn.no_icon_gray:focus{
	color:#919191;
	border:1px solid #d3d3d3;
	background:#f9f9f9;
}
.check_btn.no_icon_gray2{
	padding:9px 10px !important;
	text-align:center;
	color:#919191;
	border:1px solid #d3d3d3;
	background:#fff;
}
.check_btn.no_icon_gray2:hover{
	background:#fff;
	color:#6e6e6e;
	border:1px solid #cfcfcf;
}
.no_effect .check_btn.no_icon_gray2:hover,
.no_effect .check_btn.no_icon_gray2:active,
.no_effect .check_btn.no_icon_gray2:focus{
	color:#919191;
	border:1px solid #d3d3d3;
	background:#fff;
}
.check_btn.no_icon_gray3{
	padding:9px 10px !important;
	text-align:center;
	color:#fff;
	border:1px solid #9b9b9b;
	background:#b1b1b1;
}
.check_btn.no_icon_gray3:hover{
	background:#979696;
	color:#fff;
	border:1px solid #878686;
}
.no_effect .check_btn.no_icon_gray3:hover,
.no_effect .check_btn.no_icon_gray3:active,
.no_effect .check_btn.no_icon_gray3:focus{
	color:#fff;
	border:1px solid #9b9b9b;
	background:#b1b1b1;
}
.check_btn.no_icon_gray4{
	padding:9px 10px !important;
	text-align:center;
	color:#b8b8b8;
	border:1px solid #dddddd;
	background:#fff;
}
.check_btn.no_icon_gray4:hover{
	background:#fff;
	color:#aeacac;
	border:1px solid #cbcbcb;
}
.no_effect .check_btn.no_icon_gray4:hover,
.no_effect .check_btn.no_icon_gray4:active,
.no_effect .check_btn.no_icon_gray4:focus{
	color:#b8b8b8;
	border:1px solid #dddddd;
	background:#fff;
}
.check_btn.no_icon_blue{
	padding:9px 10px !important;
	text-align:center;
	color:#5679ea;
	border:1px solid #5679ea;
	background:#fff;
}
.check_btn.no_icon_blue:hover{
	color:#4c6edd;
	border:1px solid #4c6edd;
	background:#fff;
}
.no_effect .check_btn.no_icon_blue:hover,
.no_effect .check_btn.no_icon_blue:active,
.no_effect .check_btn.no_icon_blue:focus{
	color:#5679ea;
	border:1px solid #5679ea;
	background:#fff;
}
.check_btn.no_icon_purple{
	padding:9px 10px !important;
	text-align:center;
	color:#8876f6;
	border:1px solid #b8adfa;
	background:#fff;
}
.check_btn.no_icon_purple:hover{
	color:#7867e1;
	border:1px solid #b0a6ef;
	background:#fff;
}
.no_effect .check_btn.no_icon_purple:hover,
.no_effect .check_btn.no_icon_purple:active,
.no_effect .check_btn.no_icon_purple:focus{
	color:#8876f6;
	border:1px solid #b8adfa;
	background:#fff;
}
/* 학습관리 달력 */
.calendar .week{
	width:100%;
	table-layout:fixed;
}
.calendar .week th{
	padding:11px 0; font-size:13px;
	border-top:1px solid #eaeaea;
	text-align:center;
	font-weight:normal;
}
.calendar .day table:first-child{
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
}
.calendar .day .day_none_st,
.calendar .day .day_ok_st{
	padding:8px;
	border:1px solid #eaeaea;
	vertical-align:top;
}
.calendar .day .day_ok_st{
	background:#fafafa;
}
.calendar .day .day_none_st{
	background:#fff;
}

/* 강좌구매내역 */
.contents_buylist .rows_list{
	vertical-align:middle;
}
.contents_buylist .rows_list table tr:first-child td .rows{
	border-top:none;
}
.contents_buylist .rows_list table tr:last-child td .rows{
	border-bottom:none;
}
.contents_buylist .rows_list .rows{
	text-align:left;
	padding:19px 15px;
	line-height:1.0;
	border-bottom:1px solid #ededed;
	overflow:hidden;
	background:#fff;
}
.contents_buylist .rows_list .buy_info{
	border-top:1px solid #ededed;
	padding:19px 15px;
}
.contents_buylist .rows_list .buy_info span{
	font-size:15px;
	color:#767676;
}
.contents_buylist .rows_list .buy_info span.final_title{
	font-size:20px;
	color:#434343;
}
.contents_buylist .rows_list .buy_info span.final_price{
	font-size:24px;
	color:#f84e43;
}


.contents_buylist .buttons a{
	width:100%;
}
/* 교재 구매내역 */

.contents_buylist_material{
	width:100%;
	table-layout:fixed;
}
.contents_buylist_material .rows_list .rows{
	position:relative;
	padding:20px;
	background:#fff;
}
.contents_buylist_material .rows_list .rows .thumb{
	float:left;
	margin-right:15px;
	border-radius:5px;
	overflow:hidden;
}
.contents_buylist_material .rows_list .rows .info{
	overflow:hidden;
	vertical-align:top;
	padding-top:10px;
}
.contents_buylist_material .rows_list .rows .info em{
	color:#383737;
	font-size:20px;
	line-height:1.0;
	letter-spacing:-1px;
}
.contents_buylist_material .rows_list .rows .info .title{
	width:74px;
	float:left;
	text-align:left;
	color:#838383;
	font-weight:normal;
	color:#838383;
	margin-bottom:5px;
}
.contents_buylist_material .rows_list .rows .info .opt{
	overflow:hidden;
	text-align:left;
	color:#838383;
	margin-bottom:5px;
	letter-spacing:-1px;
}
.contents_buylist_material .rows_list .buy_info{
	border-top:1px solid #ededed;
	padding:20px;
}
.contents_buylist_material .rows_list .buy_info span{
	font-size:15px;
	color:#767676;
}
.contents_buylist_material .rows_list .buy_info span.final_title{
	font-size:20px;
	color:#434343;
}
.contents_buylist_material .rows_list .buy_info span.final_price{
	font-size:24px;
	color:#f84e43;
}
.contents_buylist_material .buttons a{
	width:100%;
}

/* 교재구매내역 상세 */
.contents_detail_material{
	width:100%;
}
.contents_detail_material .rows_list{
	padding:20px;
}
.contents_detail_material .rows_list .rows{
	position:relative;
}
.contents_detail_material .rows_list .rows .thumb{
	float:left;
	margin-right:13px
}
.contents_detail_material .rows_list .rows .info{
	overflow:hidden;
	vertical-align:top;
}
.contents_detail_material .rows_list .rows .info em{
	color:#2d80dd;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-1px;
}
.contents_detail_material .rows_list .rows .info .title{
	font-size:19px;
	letter-spacing:-1px;
	line-height:1.0;
	text-align:left;
	color:#383737;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:7px;
}
.contents_detail_material .rows_list .rows .info .opt{
	overflow:hidden;
	text-align:left;
	font-size:13px;
	color:#838383;
	margin-bottom:10px;
	letter-spacing:-1px;
}
.contents_detail_material .rows_list .rows .info .opt:before{
	content:"└";
	padding:0 3px;
}
.contents_detail_material .rows_list .rows .info{
	overflow:hidden;
	vertical-align:top;
	padding-top:2px;
}
.contents_detail_material .rows_list .rows .info .delivery_info{
	margin-top:5px;
	font-size:13px;
	color:#999999;
	letter-spacing:-1px;
}
.contents_detail_material .buttons a{
	width:90px;
}
.mypage_detail_title{
	padding: 19px 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.0;
	border-bottom:2px solid #757575;
	letter-spacing: -1px;
	color: #444444;
}
.mypage_chart{
	width:100%;
	table-layout:fixed;
}
.mypage_chart th,
.mypage_chart td{
	font-size:15px;
	letter-spacing:-1px;
}
.mypage_chart th{
	width:195px;
	padding:14px 0 14px 22px;
	text-align:left;
	border-bottom:1px solid #efefef;
	border-right:1px solid #c9c9c9;
	color:#757575;
	background:#f9f9f9;
	font-weight:400;
}
.mypage_chart td{
	padding:14px 20px;
	border-bottom:1px solid #efefef;
	background:#fff;
	color:#888888;
	text-align:left;
	min-height:53px;
}
.mypage_chart tr:last-child th,
.mypage_chart tr:last-child td{
	border-bottom:1px solid #efefef;
}
.mypage_detail_sum_area{
	padding:23px 28px;
	margin-top:57px;
	border:5px solid #ececec;
	border-radius:10px;
}
.mypage_detail_sum_area .detai_sum_title{
	padding-bottom:21px;
	font-size:20px;
	color:#444444;
	line-height:1.0;
	border-bottom:1px solid #b2b2b2;
	letter-spacing:-1px;
}
.mypage_detail_sum_area .detail_sum{
	padding:21px 0 0 0;
}
.mypage_detail_sum_area .detai_sum_total{
	padding-top:24px;
	font-size:16px;
	color:#444444;
	line-height:1.0;
	border-top:1px solid #b2b2b2;
	letter-spacing:-1px;
}
.common_buttons button,
.common_buttons a{
	width:100%;
}

/* 멤버쉽 결제 */
.membership .perchase_membership_area{
	padding:0 28px;
	border-radius:10px;
	border:1px solid #e5e5e5;
	margin-bottom:50px;
}
.membership .perchase_membership_area table{
	width:100%;
}
.membership .perchase_membership_area .title{
	width:162px;
	padding-left:10px;
	font-size:18px;
	color:#4f4f4f;
	text-align:left;
	font-weight:normal
}
.membership .perchase_membership_area .info.streming select{
	width:267px !important;;
}
.membership .perchase_membership_area .info.btn button{
background:#555;
color:#fff;
padding-right:39px;
border-radius:3px;
}
.membership .perchase_membership_area .info.btn button svg{
	position:absolute;
	top:10px;
	right:10px;
}
.membership .perchase_membership_area .streming span.h_form{
	width:295px;
	display:inline-block;
}
.membership .perchase_membership_area .streming span.h_form:nth-of-type(4n){
	margin-top:10px;
}
.membership .tit{
	font-size:17px;
	letter-spacing:-1px;
	line-height:1.0;
	padding-bottom:30px;
	color:#2e2e2e;
	font-weight:500;
}
.membership .choose_payment{
	margin-bottom:50px;
}
.membership .choose_payment .payment{
	width:100%;
	table-layout:fixed;
}
.membership .choose_payment .payment span{
	width:100%;
	height:50px;
	line-height:50px;
	display:block;
	background:#ebf0fb;
	border:1px solid #c2d2f6;
	color:#35466b;
	font-size:18px;
	text-align:center;
	letter-spacing:-1px;
	border-radius:5px;
	cursor:pointer;
}
.membership .choose_payment .payment td.on span{
	background:#dee8ff;
	border:1px solid #6595ff;
	color:#0b3fb2;
}
.membership .pay_list{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin:0 -8px;
}
.membership .pay_list .cell{
	width:100%;
	position:relative;
	margin:0 8px;
	border:1px solid #cacaca;
	border-radius:20px;
	text-align:center;
	font-size:18px;
	color:#7b7b7b;
}
.membership .pay_list .cell.choose_pay{
	border:1px solid #1fa6ef  !important;
}
.membership .pay_list .cell .bank_layer{
	width:370px;
	position:absolute;
	top:95px;
	left:-92px;
	padding:10px 30px 30px 30px;
	border-radius:10px;
	border:1px solid #dbdbdb;
	background:#fff;
	z-index:10;
}
.membership .pay_list .cell .bank_layer:before{
	border-top: 18px solid transparent;
	border-left: 18px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 18px solid #e9e9e9;
	content: "";
	position: absolute;
	top: -36px;
	left: 164px;
	z-index: 99;
}
.membership .pay_list .cell .bank_layer:after{
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #fff;
	content: "";
	position: absolute;
	top: -32px;
	left: 166px;
	z-index: 100;
}
.membership .pay_list .cell .bank_layer h4{
	padding:20px 0 12px 0;
	font-size:17px;
	text-align:left;
	color:#000;
	letter-spacing:-1px;
	font-weight:500;
}
.membership .pay_list .cell .bank_layer select{
	background-color:#f9fafc;
}
.membership .pay_list .cell:foucs{
	border:1px solid #1fa6ef  !important;
	outline:none;
}
.membership .pay_list .cell:focus-within,
.membership .pay_list .cell:active{
	border:1px solid #1fa6ef  !important;
}
.membership .pay_list .cell span{
	display:block;
	padding:20px;
}
.membership .pay_list .h_form .h-radio input[type="radio"] + span::before{
	display:block;
	margin:0 auto 15px auto;
}

.common .payment_chart .title,
.common .payment_chart .info,
.membership .payment_chart .title,
.membership .payment_chart .info{
	font-size:15px;
	color:#959595;
	letter-spacing:-1px;
	text-align:left;
}
.common .payment_chart .title,
.membership .payment_chart .title{
	width:108px;
	font-weight:normal;
}
.common .payment_chart .info,
.membership .payment_chart .info{
	padding:5px 0;
}
.common .payment_chart .info.morepd,
.common .info_chart .info.morepd,
.common .info_chart .title.morepd,
.membership .payment_chart .info.morepd{
	padding:15px 0;
}
.membership .total_sum_area{
	padding: 19px 28px;
	margin-top: 57px;
	margin-bottom:90px;
	border: 5px solid #ececec;
	border-radius: 10px;
}
.empty_alarm{
	padding:50px 0;
	text-align:center;
}
/* 팝업타이틀 */
.popup_big_title{
	position:relative;
	padding:20px;
	font-size: 21px;
	letter-spacing: -1px;
	line-height:1.0;
	background: #555555;
	color: #fff;
	font-weight: 500;
}
/* 포인트충전 셀렉트 */
.point_charge .point_charge_select select{
	width:268px;
	background:#fff !important;
	color:#333 !important;
}

/* 마이페이지 스크랩 리스트 디자인 */
.my_scrap_area > table{
	width:1146px !important;
	margin-left:-26px;
}
.my_scrap_area .my_scrap_rows{
	position:relative;
	width:356px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:26px;
	margin-bottom:20px;
	background:#fff;
	text-align:left;
}
.my_scrap_area  .my_scrap_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
/*.sub_list_gallery_area :first-child .sub_list_gallery_rows{
	margin-left:0px;
}*/
.my_scrap_area  .my_scrap_rows .ppl_thumb{
	width:60px;
	height:60px;
	position:absolute;
	right:20px;
	top:145px;
	border-radius:100px;
	overflow:hidden;
	box-shadow:2px 2px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	z-index:100;
}
.my_scrap_area  .my_scrap_rows .thumb{
	width:354px;
	height:177px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.my_scrap_area  .my_scrap_rows .thumb .rows_uryo{
	position:absolute;
	display:inline-block;
	top:10px;
	left:10px;
	padding:4px 5px;
	background: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.7);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.my_scrap_area  .my_scrap_rows  .thumb .rows_uryo img{
	float:left;
	margin-left:7px;
}
.my_scrap_area  .my_scrap_rows  .thumb .rows_uryo img:first-child{
	margin-left:0 !important;
}
.my_scrap_area  .my_scrap_rows  .thumb .rows_uryo  img{
	width:12px;
}

.my_scrap_area  .my_scrap_rows .thumb .rows_count{
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	background: rgba(0,0,0,0.15);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.my_scrap_area  .my_scrap_rows .thumb .rows_count .inquire{
	line-height:1.0;
	padding:4px 4px 5px 10px;
}
.my_scrap_area  .my_scrap_rows .thumb .rows_count .scrap{
	line-height:1.0;
	padding:4px 10px 5px 6px;
}
.my_scrap_area  .my_scrap_rows .thumb .rows_count .inquire{
	border-right:1px solid rgba(50,50,50,.1)
}
.my_scrap_area  .my_scrap_rows .thumb .rows_count span{
	vertical-align:middle;
	color: rgba(255,255,255,0.7);
}


.my_scrap_area  .my_scrap_rows .info{
	width:356px;
	border-top:0 none;
	padding:15px 20px 20px 20px;
}

.my_scrap_area  .my_scrap_rows .info .title_info em a{
	display:block;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.5px;
}
.my_scrap_area  .my_scrap_rows .info .title_info .title{
	padding-top:7px;
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
}
.my_scrap_area  .my_scrap_rows .info .title_info .title a{
	color:#333333;
}
.my_scrap_area  .my_scrap_rows .info .title_info .review{
	padding-top:13px;
	font-size:15px;
	font-weight:500;
	line-height:1.0;
	letter-spacing:-0.5px
}
.my_scrap_area  .my_scrap_rows .info .title_info .review a{
	color:#999999;
}
.my_scrap_area  .my_scrap_rows .info .title_info .price{
	padding:13px 0 19px 0;
	border-bottom:1px solid #f0f0f0;
	line-height:1.0;
}
.my_scrap_area  .my_scrap_rows .info .substance{
	padding-top:15px;
}
/* 서브카테고리 갤러리형 동영상더보기 레이어 */
.my_scrap_area .layer_align{
	width:100%;
	position:absolute;
	left:0;
}
.my_scrap_area .layer_align .layer_sub{
	width:1120px;
	padding:19px;
	text-align:left;
	position:absolute;
	top:290px;
	right:0;
	margin-left:-700px;
	z-index:500;
	border-radius:10px;
	background-color:#1d2c33;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.my_scrap_area .layer_align .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.my_scrap_area .layer_align .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.my_scrap_area .layer_align .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows{
	width:257px;
	float:left;
	margin-left:18px
}
.my_scrap_area .layer_align .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb{
	width:257px;
	height:129px;
	position:relative;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}

.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.my_scrap_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}


/* 문의하기 상세페이지 */
.inquiry_inquiry.inquiry_detail .inquiry_list .inquiry_list_rows .thumb{height:200px; width:400px;}
.inquiry_inquiry.inquiry_detail .inquiry_list .inquiry_list_rows .info{width:750px; height:200px; padding:18px 40px;}
.inquiry_inquiry.inquiry_detail .inquiry_list .inquiry_list_rows .buttons{width:250px; height:200px; padding-top:80px;}



.inquiry_detail .inquiry_list{
	position:relative;
}
.inquiry_detail .inquiry_list .inquiry_list_rows{
	position:relative;
	border-radius:10px;
	background:#fff;
	text-align:left;
}
.inquiry_detail .inquiry_list .inquiry_list_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.inquiry_detail tr:first-child td .inquiry_list .inquiry_list_rows{
	margin-top:0;
}
.inquiry_detail .inquiry_list .inquiry_list_rows .ppl_thumb{
	width:60px;
	height:60px;
	position:absolute;
	right:10px;
	bottom:10px;
	border-radius:100px;
	overflow:hidden;
	box-shadow:2px 2px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	z-index:100;
}
.inquiry_detail .inquiry_list .inquiry_list_rows .thumb{
	width:350px;
	height:175px;
	float:left;
	position:relative;
	overflow:hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.inquiry_detail .inquiry_list .inquiry_list_rows .thumb .rows_uryo{
	position:absolute;
	display:inline-block;
	top:10px;
	left:10px;
	padding:4px 5px;
	background: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.7);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.inquiry_detail .inquiry_list .inquiry_list_rows  .thumb .rows_uryo img{
	float:left;
	margin-left:7px;
}
.inquiry_detail .inquiry_list .inquiry_list_rows  .thumb .rows_uryo img:first-child{
	margin-left:0 !important;
}
.inquiry_detail .inquiry_list .inquiry_list_rows  .thumb .rows_uryo  img{
	width:12px;
}
.inquiry_detail .inquiry_list .inquiry_list_rows .info{
	float:left;
	width:580px;
	height:175px;
	overflow:hidden;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:13px 30px 12px 30px;
}
.inquiry_detail .inquiry_list .inquiry_list_rows .buttons{
	height:175px;
	padding:68px 30px 0 30px;
	overflow:hidden;
	border:1px solid #e6f0ff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#f9fbff;
}
.inquiry_detail .inquiry_list .inquiry_list_rows .buttons a{
	width:100%;
	letter-spacing:-1px;
	display:block;
	margin-bottom:3px;
	background:#fff url('../img/btn_arrow_02.png') right center no-repeat;
	padding-right:27px;
	padding-left:13px;
}

/* 영상등록, 사업자정보등록 */
.common .info_chart .title,
.common .info_chart .info{
	font-size:15px;
	color:#959595;
	letter-spacing:-1px;
	text-align:left;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8
}
.common .info_chart .title{
	width:133px;
	font-weight:normal;
	padding-left:3px;
}
.common .info_chart .info{
	padding:10px 0;
}
.common .info_chart .info.morepd,{
	padding:15px 0;
}
.common .info_chart .info .upload_infotxt{
	margin-top:10px;
	font-size:13px;
	line-height:1.8;
	color:#999;
	clear:both;
}
.common .info_chart .info .thumb{
	display:block;
	clear:both;
	padding-top:10px;
}
/* 쇼핑몰 */
.in_table_fixed table{
	width:100%;
	table-layout:fixed
}
.rows_top_border_none tr:first-child td div{
	border-top:0 none !important;
}
.mall_search{
	width:100%;
}
.mall_search th.title{
	width:130px;
	height:50px;
	padding-left:10px;
	border-bottom:1px solid #eaeaea;
	background:#fafafa;
	color:#666;
	font-weight:500
}
.mall_search td.info{
	padding:10px;
	border-bottom:1px solid #eaeaea;
}

.mall_detail .detail_tab{
	position:relative;
	border:1px  solid #dfdfdf;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 3px 2px 6px -1px rgba(0,0,0, .2);
	-moz-box-shadow: 3px 2px 6px -1px rgba(0,0,0, .2);
	-webkit-box-shadow: 3px 2px 6px -1px rgba(0,0,0, .2);
	z-index:10
}

.mall_detail .detail_tab  table{
	width:100%;
	table-layout:fixed;
}
.mall_detail .detail_tab  table td a{
	display:block;
	line-height:60px;
	height:60px;
	border-left:1px  solid #dfdfdf;
	text-align:center;
	font-size:20px;
	letter-spacing:-1px;
	cursor:pointer;
	background:#fff;
}
.mall_detail .detail_tab  table td:first-child a{
	border-left:0;
}
.mall_detail .detail_tab .on{
	color:#fff;
}

.mall_chart{
	width:100%;
	table-layout:fixed;
}
.mall_chart th,
.mall_chart td{
	font-size:15px;
	letter-spacing:-1px;
}
.mall_chart th{
	width:195px;
	padding:14px 0 14px 22px;
	text-align:left;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #efefef;
	border-right:1px solid #c9c9c9;
	color:#757575;
	background:#f9f9f9;
	font-weight:400;
}
.mall_chart td{
	padding:14px 20px;
	border-bottom:1px solid #efefef;
	border-right:1px solid #d3d3d3;
	background:#fff;
	color:#888888;
	text-align:left;
	min-height:53px;
}
.mall_chart tr:first-child th,
.mall_chart tr:first-child td{
	border-top:1px solid #d3d3d3;
}
.mall_chart tr:last-child th,
.mall_chart tr:last-child td{
	border-bottom:1px solid #d3d3d3;
}

/* 로그인 페이지*/
.login_area{
	margin:77px auto;
}
.login_area_inner{
	border:1px solid #e9ecef;
	border-radius:5px;
	background:#fff;
}
.login_area_inner .login_form{
	display:table;
	width:100%;
	table-layout:fixed;
}
.login_area_inner .login_form .cell{
	display:table-cell;
}
.login_area_inner .login_form .cell > div{
	padding:63px 72px;
}
.login_area_inner .title{
	font-size:40px;
	font-weight:600;
	color:#333;
	text-align:center;
	border-bottom:2px solid #333;
	padding:30px;
}
.login_area_inner .info_title{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 30px;
	padding: 15px 0;
	line-height: 30px;
}
.login_area_inner .info_title span{
	display:block;
	background:url('./img/icon_check01.gif') 0 12px no-repeat;
	padding-left:20px;
	box-shadow: 0 0 black;
}
.tstyle {
	width:100%;
	border-collapse: collapse;
	border-top: none;
l	etter-spacing: -0.4px;
}
.tstyle th {
	width:150px;
	text-align:left;
	font-weight:normal;
}
.tstyle td{
	padding:10px 0;
	font-size:14px;
}

/* 실명인증(아이핀,휴대폰)*/
.real_name{
	border-bottom:1px solid #eaeaea;
	padding:50px 0;
	background:#fff;
}
.real_article{
	overflow:hidden;
}
.real_article li{
	float:left;
}
.real_article li ul{
	width:100%;
}
.real_article li ul:after{
	content:'';
	display:block;
	clear:both;
	overflow:hidden;
}
.real_article li ul li{
	padding:0 25px;
	float:left;
}
.real_article .ipin_chk,
.real_article .cp_chk{
	float:left;
}
.real_article .ipin_chk dt,
.real_article .cp_chk dt{
	font-weight:500;
	font-size:17px;
	margin-bottom:20px;
	text-align:left;
}
.real_article .ipin_chk .txt,
.real_article .cp_chk .txt{
	font-size:16px;
	text-align:left;
	color:#686868;
	letter-spacing:-1.5px;
	margin-bottom:20px;
	font-weight:400;
	}
.real_article .ipin_chk .chk_btn,
.real_article .cp_chk .chk_btn{
	display:block;
	cursor:pointer;
}

/* 폰트크기에 따른 체크박스 위치조정 */
.h_form .h-check.check_margin_font16 input[type="checkbox"] + span::before {
	margin-top:4px;
}
.h_form .h-check.check_margin_font20 input[type="checkbox"] + span::before {
	margin-top:7px;
}
.h_form .h-check.check_margin_font14 input[type="checkbox"] + span::before {
	margin-top:3px;
}

.h_form .h-radio.radio_margin_font16 input[type="radio"] + span::before {
	margin-top:4px;
}
.h_form .h-radio.radio_margin_font20 input[type="radio"] + span::before {
	margin-top:7px;
}
.h_form .h-radio.radio_margin_font14 input[type="radio"] + span::before {
	margin-top:3px;
}
/* 회원가입 */
.member_agree .step_check{
	width:100%;
	display:table;
	table-layout:fixed;
	margin-bottom:37px;
}
.member_agree .step_check > div{
	display:table-cell;
}
.member_agree .member_allcheck{
	padding:32px;
	border:1px solid #eaeaea;
	background:#fafafa;
	overflow:hidden;
	margin-bottom:10px;
}
.member_agree .member_allcheck .txt{
	font-size:17px;
	letter-spacing:-1px;
	color:#4e4e4e;
}
.member_agree .title{
	padding:20px 0;
	font-size:18px;
	font-weight:500;
	color:#1f1f1f;
}
.member_agree .txtinfo{
	border:1px solid #e9e9e9;
	background:#fafafa;
	padding:25px;
}
.join_group_button{
	text-align:center;
	padding:70px 0 80px 0;
}
.join_group_button table{
	margin:0 auto
}
/* 이메일 */
.join_input_e_01{
	width:150px !important;
}
.join_input_e_02 {
	width:150px !important;
}
.join_select_e {
	width:150px !important;
	margin-left:5px !important;
}
/* 일반 */
.join_input_s{
	width:150px !important;
}
.check_txt span{
	margin-left:10px;
}
.guide_txt,
.guide_txt2{
	margin-left:10px;
	color:#999;
}

/* 연락처 */
.join_select_p {
	width:70px !important;
}
.join_input_p_01 {
	width:100px !important;
}
.join_input_p_02 {
	width:100px !important;
}

/* 주소 */
.join_input_a_01 {
	width:120px !important;
}
.join_input_a_02 {
	width:250px !important;
}
.join_input_a_03 {
	width:150px !important;
	margin-left:5px !important;
}

/* 도로명 */
.join_select_r_01 select {
	width:120px !important;
	margin-right:5px;
}
.join_select_r_01 #road_guinquiry_form select,
.join_select_r_01 #road_addrinquiry_form select{
	margin-right:3px;
}
.join_input_r_01 input {
	width:150px !important;
}
/* 자기소개 (textarea) */
.join_textarea {
	width:100% !important;
	height:150px !important;
}

.search_selct_width select { width:100% !important; }


/* 서브카테고리 갤러리형 동영상더보기 레이어 */
.sub_list_paidgoods_area .layer_align{
	width:100%;
	position:absolute;
	left:0;
}
.sub_list_paidgoods_area .layer_align .layer_sub{
	width:1400px;
	padding:19px;
	text-align:left;
	position:absolute;
	top:432px;
	left:50%;
	margin-left:-700px;
	z-index:500;
	border-radius:10px;
	background:url('../img/layer_bg_new.png') center center repeat;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.sub_list_paidgoods_area .layer_align .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.sub_list_paidgoods_area .layer_align .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.sub_list_paidgoods_area .layer_align .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows{
	width:255px;
	height:160px;
	float:left;
	margin-left:21px
}
.sub_list_paidgoods_area .layer_align .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb{
	width:255px;
	height:160px;
	position:relative;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}

.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.sub_list_paidgoods_area  .layer_align .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:4;
	cursor:pointer;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}
.sub_list_paidgoods_area .layer_align .layer_sub .sub_layer_package_rows .thumb .title{
	display:block;
	position:absolute;
	left:17px;
	bottom:20px;
	right:17px;
	z-index:3;
	font-size:15px;
	text-align:left;
	color:#fff;
}


/* 서브카테고리 갤러리형 동영상더보기 레이어 */
.sub_list_ranking_area .layer_align{
	width:100%;
	position:absolute;
	left:0;
}
.sub_list_ranking_area .layer_align .layer_sub{
	width:1400px;
	padding:19px;
	text-align:left;
	position:absolute;
	top:387px;
	left:50%;
	margin-left:-700px;
	z-index:500;
	border-radius:10px;
	background:url('../img/layer_bg_new.png') center center repeat;
	box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 6px 4px rgba(0,0,0,0.2);
}
.sub_list_ranking_area .layer_align .layer_sub .class_btns{
	height: 100px;
	position: absolute;
	top: -19px;
	right: -98px;
}
.sub_list_ranking_area .layer_align .layer_sub .class_btns .btn{
	width:64px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	color:#999999;
	background:#fff;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 9px -3px rgba(0,0,0,0.1);
}
.sub_list_ranking_area .layer_align .layer_sub .class_btns .btn.on{
	color:#000;
	font-weight:500;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows{
	width:255px;
	height:160px;
	float:left;
	margin-left:21px
}
.sub_list_ranking_area .layer_align .layer_sub td:first-child .sub_layer_package_rows{
	margin-left:0;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb{
	width:255px;
	height:160px;
	position:relative;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url('../img/layer_bg_new_02.png') 0 bottom no-repeat;
	z-index:2;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon{
	width:126px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:left;
}

.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .icon img{
	display:inline-block;
}
.sub_list_ranking_area  .layer_align .layer_sub .sub_layer_package_rows .thumb .over_btn{
	display:none;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .over_btn{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:3px solid #00a8cc;
	z-index:3;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_new.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play{
	background:url('../img/play_btn_new.png') center center no-repeat;
	opacity:1;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample{
	display:none;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_02.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample.mp3{
	background:url('../img/play_btn_sample_03.png') center center no-repeat;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .play_sample_lecture{
	display:none;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .play_sample_lecture{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_sample_01.png') center center no-repeat;
	z-index:4;
	cursor:pointer;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .download_file{
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	z-index:4;
	opacity:.4;
	cursor:pointer;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows:hover .thumb .download_file{
	background:url('../img/play_btn_download_01.png') center center no-repeat;
	opacity:1;
}
.sub_list_ranking_area .layer_align .layer_sub .sub_layer_package_rows .thumb .title{
	display:block;
	position:absolute;
	left:17px;
	bottom:20px;
	right:17px;
	z-index:3;
	font-size:15px;
	text-align:left;
	color:#fff;
}

/* 일반페이지 타이틀 */
.sub_leading_title_top_normal{
	padding:40px 0;
	font-size:40px;
	font-weight:500;
	color:#303030;
	letter-spacing:-1px;
	position:relative;
	text-align:left;
	line-height:1.0;
	border-bottom:1px solid #dbdbdb;
	background:#fff url('../img/sub_leading_normal_bg.jpg') right 0 no-repeat;
}
.sub_leading_title_top_normal.bgnone{
	background:#fff;
}
.sub_leading_title_top_normal .txt{
	display:inline-block;
	margin-left:10px;
	font-size:15px;
	color:#888;
	letter-spacing:-1px;
	font-weight:normal;
}

.normalpage_chart{
	width:100%;
	table-layout:fixed;
}
.normalpage_chart th,
.normalpage_chart td{
	font-size:15px;
	letter-spacing:-1px;
}
.normalpage_chart th{
	width:195px;
	padding:14px 0 14px 22px;
	text-align:left;
	border-bottom:1px solid #efefef;
	border-right:1px solid #c9c9c9;
	color:#757575;
	background:#f9f9f9;
	font-weight:400;
}
.normalpage_chart td{
	padding:14px 20px;
	border-bottom:1px solid #efefef;
	background:#fff;
	color:#888888;
	text-align:left;
	min-height:53px;
}
.normalpage_chart tr:last-child th,
.normalpage_chart tr:last-child td{
	border-bottom:1px solid #d3d3d3;
}
.normalpage_chart_title{
	padding: 19px 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.0;
	border-bottom: 2px solid #757575;
	letter-spacing: -1px;
	color: #444444;
}

/* 설문조사 */
.poll_inner{
	padding:25px 0 80px 0;
}
.poll_area table{
	width:100%;
	table-layout:fixed;
}
.poll_area tr td{
	vertical-align:top;
}
.poll_area tr:first-child td .poll_main_section{
	margin-top:0 !important;
}
.poll_area table tr td:first-of-type .poll_main_section{
	margin-left:0 !important;
}

.poll_main_section{
	padding:27px;
	border-radius:10px;
	border:1px solid #eaeaea;
	margin-left:30px;
	margin-top:30px;
	min-height:327px;
}
.poll_main_section .poll_contents .redsm{
	display:inline-block;
	margin-top:80px;
}
.poll_tit{
	padding-left:40px;
}
.poll_tit svg{
	position:absolute;
	left:0;
	top:2px;
}
.poll_result_area{
	margin-top:10px;
}
.poll_result_area .poll_result_title{
	font-size:15px;
	letter-spacing:-1px;
}
.poll_result_area .poll_result_graph_box{
	margin-top:3px;
	background:#eaeaea;
	height:20px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.poll_result_area .poll_result_graph_box .poll_result_percent{
	 position:absolute;
	 top:0;
	 left:0;
	 height:20px;
	 z-index:1;
}
.poll_result_area .poll_result_graph_box .poll_result_vote{
	position:absolute;
	right:10px;
	top:0px;
	z-index:2;
	font-size:13px;
}
.poll_main_section.rows_hover_effect_bg{
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}
.poll_main_section.rows_hover_effect_bg:hover{
	background:#fafafa;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 20px rgba(0,0,0, .1);
	-webkit-box-shadow:0 0 20px rgba(0,0,0, .1);
}

/* 최신 동영상 */
.video_lecture_area .video_lecture .video_lecture_rows{
	position:relative;
	width:260px;
	float:left;
	border:1px solid #ebebeb;
	border-radius:10px;
	margin-left:26px;
	margin-top:26px;
	background:#fff;
}
.video_lecture_area  .video_lecture .video_lecture_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.video_lecture_area .video_lecture:first-child .video_lecture_rows{
	margin-left:0px;
}
.video_lecture_area table tr:first-child td .video_lecture_rows{
	margin-top:0;
}
.video_lecture_area .video_lecture .video_lecture_rows .thumb{
	width:258px;
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.video_lecture_area .video_lecture .video_lecture_rows .thumb .time{
	position: absolute;
	display: inline-block;
	font-size:13px;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background: rgba(0,0,0,0.15);
	font-weight:normal;
	color: #fff;
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

.video_lecture_area .video_lecture .video_lecture_rows .info .title_info {
	padding-bottom: 2px;
}
.video_lecture_area .video_lecture .video_lecture_rows .info{
	padding:20px;
	text-align:left;
	border-top:0 none;
}
.video_lecture_area .video_lecture .video_lecture_rows .info .title_info em{
	display:block;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.5px;
	color:#999;
}
.video_lecture_area .video_lecture .video_lecture_rows .info .title_info .title{
	padding-top:7px;
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing:-0.5px;
	color:#333333;
}

/* 강의문의하기 */
.lecture_inquiry_table{
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
}
.lecture_inquiry_table th.title,
.lecture_inquiry_table td.info{
	font-size:15px;
	letter-spacing:-1px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.lecture_inquiry_table th.title{
	width:155px;
	padding:15px 0;
	text-align:left;
	letter-spacing:-1px;
	color:#959595;
	font-weight:normal;
}
.lecture_inquiry_table td.info{
	padding:7px 0;
}
.lecture_inquiry_table td.info .info_pass{
	margin-left:10px;
	letter-spacing:-1px;
	font-size:14px;
}
.lecture_inquiry_table td.info .tel_second,
.lecture_inquiry_table td.info .tel_third{
	width:117px;
}
.lecture_inquiry_table td.info .select_wide2 select{
	width:117px !important;;
}
.member_agree.inquiry{
	border:1px solid #e9e9e9;
	border-top:2px solid #4f4e4e;
	padding:20px 20px 0 20px;
}

/* 통합검색 */
.all_search_rows{
	margin:10px;
	border-radius:10px;
	border:1px solid #eaeaea;
	overflow:hidden;
	background:#ffffff;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

.all_search_rows .name {
	font-size: 14px;
	padding: 13px 0 0 20px;
	background: url(../img/person_ico.png) -1px 14px no-repeat;
	line-height: 1.0;
	min-height: 22px;
}
.common_hover:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 20px rgba(0,0,0, .1);
	-webkit-box-shadow:0 0 20px rgba(0,0,0, .1);
}
.common_name{
	font-size: 14px;
	padding: 0 0 0 20px;
	background: url(../img/person_ico.png) -1px 0px no-repeat;
	line-height: 1.0;
	min-height: 22px;
}
.common_price {
	padding: 9px 0 14px 0;
	line-height: 1.0;
	font-size:13px;
}
.all_search_list td:first-child .all_search_rows{
	margin-left:0 !important;
}
.all_search_list .all_search_rows{
	float:left;
	margin-left:13px;
}

.all_search_list .all_search_rows2 tr:first-child td div{
	margin-top:0 !important;
}
.all_search_list .all_search_rows3 table tr:first-child td div{
	border-top:0 none !important;
}

.all_search_list tr:first-child td .all_search_rows4{
	margin-top:0 !important;
}
.all_search_list td:first-child .all_search_rows4 {
	margin-left:0 !important;
}
.all_search_list .all_search_rows4{
	float:left;
	margin-left:13px;
	margin-top:17px;
}

.all_search_list td:first-child .all_search_rows5 {
	margin-left:0 !important;
}
.all_search_list .all_search_rows5{
	float:left;
	margin-left:20px;
	margin-top:20px;
}
.all_search_list td:first-child .all_search_rows6 {
	margin-left:0 !important;
}
.all_search_list .all_search_rows6{
	float:left;
	margin-left:20px;
}

/* 관리자 동영상,파일,mp3등록 페이지 */
.admin_regist_video_lecture{
	overflow:hidden;
	border:1px solid #ebebeb;
	border-radius:10px;
}
.admin_regist_video_lecture .thumb{
	float:left;
}
.admin_regist_video_lecture .info{
	overflow:hidden;
	padding:23px 23px 0 23px;
}
.admin_regist_video_lecture .info em a{
	display:inline-block;
	font-size:14px;
	color:#508ddd;
}
.admin_regist_video_lecture .info .title{
	padding:0 0 10px 0;
	color:#333;
	font-size:20px;
	font-weight:500;
	letter-spacing:-1px;
}
.admin_regist_video_lecture .info .review{
	color:#999;
	letter-spacing:-1px;
}
.admin_regist_video_area .list_tab{
	width:100%;
	margin-bottom:10px;
}
.admin_regist_video_area .list_tab .title{
	display:inline-block;
	width:33.3%;
	float:left;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	overflow:hidden;
}
.admin_regist_video_area .list_tab .title a{
	display:block;
	padding:10px 0;
	font-size:16px;
	letter-spacing:-1px;
	color:#999999;
	text-align:center;
	background:#fbfbfb;
	border:1px solid #efefef;
}
.admin_regist_video_area .list_tab .title:nth-child(2) a{
	border-right:0 none;
	border-left:0 none;
}
.admin_regist_video_area .list_tab .title a.on{
	background:#555555;
	border:1px solid #555;
	color:#fff;
}
.admin_regist_video_area .video_rows .h_form .h-check.mod_check input[type="checkbox"] + span::before{
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(255,255,255,0.2);
}
.admin_regist_video_area .video_rows .buttons .mod{
	color:#5796e9;
	border:1px solid #9fc4f5;
}
.admin_regist_video_area .video_rows .buttons .delete{
	color:#f65252;
	border:1px solid #f8a7a7;
}
/* 공통체크박스 그레이*/
.h_form .h-check.common_check input[type="checkbox"] + span::before{
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(255,255,255,0.2);
}

/* 팝업창 테이블 */
.popup_table{
	display:table;
	width:100%;
}
.popup_table .popup_table_title{
	display:table-cell;
	width:25%;
	background:#fafafa;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:15px;
	letter-spacing:-1px;
	vertical-align:top;
}
.popup_table .popup_table_content{
	display:table-cell;
	width:75%;
	padding:15px;
	border-bottom:1px solid #ededed;
	letter-spacing:-1px;
}
/* 회차보기 슬라이드 */
.lecture .bx-wrapper .bx-viewport {
	height: 160px !important;
}
/* 상세타입 동영상목록 디자인 */
.detail_lecture .bx-wrapper {
	display:flex;
}
.detail_lecture .bx-wrapper .bx-viewport {
	height:100% !important;;
	background: transparent;
}


/* 쇼핑몰상세 */
.mall_purchase{
	width:770px;
}
.mall_purchase .title{
	position:relative;
	padding-right:35px;
	margin-top:8px;
	font-size:30px;
	letter-spacing:-1px;
	color:#1f1f1f;
	font-weight:500;
}
.mall_purchase .title .more{
	width:35px;
	height:35px;
	position:absolute;
	right:0;
	top:0;
	display:inline-block;
	text-align:center;
	border:1px solid #ededed;
	border-radius:50px;
}
.mall_purchase .review{
	margin:15px 0;
	font-size:18px;
	letter-spacing:-1px;
	color:#8d8d8d;
	line-height:1.6;
}

.mall_purchase .title dl dd,
.mall_purchase .title dl dt{
	font-size:14px;
	color:#666666;
	text-align:left;
}
.mall_purchase .title dl dt{
	width:125px;
	font-weight:normal;
	float:left;
}
.mall_purchase .title dl dd{
	overflow:hidden;
}
.mall_purchase .price{
	margin:5px 0 35px 0;
}
.mall_purchase .price em{
	font-size:20px;
	color:#000000;
	line-height:1.0;
}
.mall_purchase .price em span{
	margin-right:5px;
	letter-spacing:-0.5px;
	font-family:verdana;
	font-weight:bold;
	font-size:28px;
	line-height:1.0;
	vertical-align: text-bottom;
}
.mall_purchase .price strike{
	margin-left:15px;
	letter-spacing:-0.5px;
	font-family:verdana, Noto Sans KR;
	font-size:20px;
	font-style:italic;
	color:#888;
	font-weight:normal;
}
.mall_purchase .chart.divide_padding{
	padding:25px 0;
	border-bottom:1px solid #dfdfdf
}
.mall_purchase .chart.divide_padding.noselect{
	padding:30px 0 0 0;
	border-top:1px solid #dfdfdf
}
.mall_purchase .chart{
	position:relative;
}
.mall_purchase .chart table{
	width:100%;
	table-layout:fixed;
}
.mall_purchase .chart table th{
	width:147px;
	text-align:left;
	font-size:18px;
	color:#4a4a4a;
	letter-spacing:-1px;
	font-weight:normal;
}
.mall_purchase .chart.noselect table th{
	padding:0 0 30px 0;
	vertical-align:top;
}
.mall_purchase .chart table td{
	padding:5px 0;
	font-size:16px;
	color:#777777;
	letter-spacing:-1px;
}
.mall_purchase .chart table td select{
	width:50% !important;
	font-size:16px;
}
.mall_purchase .chart.noselect table td{
	padding:0 0 30px 0;
	vertical-align:top;
}
.mall_purchase .vertual_cart_table{
	width:100%;
	margin-top:30px;
	padding:23px 30px;
	border:1px solid #eaeaea;
	border-radius:3px;
	background:#f8f8f8
}
.mall_purchase .vertual_cart table th.title,
.mall_purchase .vertual_cart table td.info{
	padding-bottom:10px;
	vertical-align:middle;
}
.mall_purchase .vertual_cart table th.title{
	font-size:18px;
	color:#222;
	letter-spacing:-1px;
	text-align:left;
}
.mall_purchase .vertual_cart_table table td.info{
	width:300px;
	text-align:right;
}
.mall_purchase .vertual_cart_table table td.info .cart_button_minus{
	float:left;
	background:#fff;
	padding:14px 10px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:0 none;
}
.mall_purchase .vertual_cart_table table td.info .cart_button_plus{
	float:left;
	background:#fff;
	padding:14px 10px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left:0 none;
}
.mall_purchase .vertual_cart_table table td.info .quantity{
	width:50px;
	text-align:center;
	font-size:14px;
	border-radius:0;
}
.mall_purchase .vertual_cart_table table td.info .quantity_price{
	color:#000;
	font-family:verdana;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
}
.mall_purchase .h_form .cart_button_minus:focus,
.mall_purchase .h_form .cart_button_minus:hover,
.mall_purchase .h_form .cart_button_plus:focus,
.mall_purchase .h_form .cart_button_plus:hover{
	border:1px solid #e5e5e5;
}
.mall_purchase .total_price_table{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #dfdfdf;
}
.mall_purchase .total_price_table table{
	width:100%;
	table-layout:fixed;
}
.mall_purchase .total_price_table table th.title{
	padding:10px 0;
	color:#333;
	font-size:17px;
	text-align:left;
	font-weight:400;
}
.mall_purchase .total_price_table table th.title.add_pirce,
.mall_purchase .total_price_table table td.info.add_pirce{
	padding-bottom:20px;
}
.mall_purchase .total_price_table table th.title.total_sum,
.mall_purchase .total_price_table table td.info.total_sum{
	font-size:18px;
}
.mall_purchase .total_price_table table td.info{
	padding:10px 0;
	font-size:18px;
	text-align:right;
}
.mall_detail_title{
	padding:17px 0;
	font-size:17px;
	letter-spacing:-1px;
	color:#333; line-height:1.0;
}

/* 장바구니 */
/* 강좌구매내역 */
.cart_buylist tr:first-child table td{
	border-top:0 none !important;
}
.cart_buylist .rows_list{
	vertical-align:top;
}
.cart_buylist .rows_list.top_border{
	border-top:1px solid #ededed;
}
.cart_buylist .rows_list table tr:first-child td .rows_list,
.cart_buylist .rows_list table tr:first-child td .thumb,
.cart_buylist .rows_list table tr:first-child td .rows{
	border-top:none !important;
}
.cart_buylist .rows_list .rows{
	text-align:left;
	padding:14px 10px 15px 19px;
	line-height:1.3;
	border-top:1px solid #ededed;
}
.cart_buylist .rows_list .rows.border_none{
	border:0 none;
}
.cart_buylist .rows_list .rows.table{
	display:table;
	padding:0;
}
.cart_buylist .rows_list .rows.table .cell_st{
	display:table-cell;
	max-width:490px;
	padding:25px 20px;
}
.cart_buylist .rows_list .rows.table .cell_nd{
	width:85px;
	display:table-cell;
	vertical-align:middle;
	padding-right:30px;
}
.cart_buylist .rows_list .rows.table .cell_rd{
	width:150px;
	display:table-cell;
	vertical-align:middle;
	text-align: right;
	white-space:nowrap;
}

.cart_buylist .buttons a{
	width:100%;
}
.cart_buylist .point table{
	width:100%;
}

.cart_contents .cart_inner .tit{
	font-size:20px;
	letter-spacing:-1px;
	line-height:1.0;
	padding-bottom:30px;
	color:#2e2e2e;
	font-weight:500;
}
.cart_contents .cart_inner .tit.small{
	font-size:20px;
}
.cart_contents .cart_inner .choose_payment{
	margin-bottom:5px;
}
.cart_contents .cart_inner .choose_payment .payment{
	width:100%;
	table-layout:fixed;
}
.cart_contents .cart_inner .choose_payment .payment span{
	width:100%;
	height:55px;
	line-height:55px;
	display:block;
	background:#ebf0fb;
	border:1px solid #c2d2f6;
	color:#35466b;
	font-size:17px;
	text-align:center;
	letter-spacing:-1px;
	border-radius:5px;
	cursor:pointer;
}
.cart_contents .cart_inner .choose_payment .payment td.on span{
	position:relative;
	background:#dee8ff;
	border:1px solid #6595ff;
	color:#0b3fb2;
}

/* 주문결제 결제수단 */
.cart_contents .cart_inner .pay_list{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin:0 -8px;
}
.cart_contents .cart_inner .pay_list .cell{
	width:100%;
	position:relative;
	margin:0 8px;
	border:1px solid #cacaca;
	border-radius:20px;
	text-align:center;
	font-size:18px;
	color:#7b7b7b;
}
.cart_contents .cart_inner .pay_list .cell.choose_pay{
	border:1px solid #1fa6ef  !important;
}
.cart_contents .cart_inner .pay_list .cell .bank_layer{
	width:370px;
	position:absolute;
	top:95px;
	left:-92px;
	padding:10px 30px 30px 30px;
	border-radius:10px;
	border:1px solid #dbdbdb;
	background:#fff;
	z-index:10;
}
.cart_contents .cart_inner .pay_list .cell .bank_layer:before{
	border-top: 18px solid transparent;
	border-left: 18px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 18px solid #e9e9e9;
	content: "";
	position: absolute;
	top: -36px;
	left: 164px;
	z-index: 99;
}
.cart_contents .cart_inner .pay_list .cell .bank_layer:after{
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #fff;
	content: "";
	position: absolute;
	top: -32px;
	left: 166px;
	z-index: 100;
}
.cart_contents .cart_inner .pay_list .cell .bank_layer h4{
	padding:20px 0 12px 0;
	font-size:17px;
	text-align:left;
	color:#000;
	letter-spacing:-1px;
	font-weight:500;
}
.cart_contents .cart_inner .pay_list .cell .bank_layer select{
	background-color:#f9fafc;
}
.cart_contents .cart_inner .pay_list .cell:foucs{
	border:1px solid #1fa6ef  !important;
	outline:none;
}
.cart_contents .cart_inner .pay_list .cell:focus-within,
.cart_contents .cart_inner .pay_list .cell:active{
	border:1px solid #1fa6ef  !important;
}
.cart_contents .cart_inner .pay_list .cell span{
	display:block;
	padding:20px 15px;
	line-height:1.1;
}
.cart_contents .cart_inner .pay_list .h_form .h-radio input[type="radio"] + span::before{
	display:block;
	margin:0 auto 15px auto;
}


.cart_contents .payment_chart th.title,
.cart_contents .payment_chart td.info{
	font-size:15px;
	color:#959595;
	letter-spacing:-1px;
	text-align:left;
}
.cart_contents .payment_chart th.title{
	width:108px;
	font-weight:normal;
}
.cart_contents .payment_chart td.info{
	padding:5px 0;
}
.cart_contents .payment_chart td.info.morepd{
	padding:15px 0;
}
.cart_title{
	padding:35px 0;
	font-size:40px;
	font-weight:500;
	letter-spacing:-1px;
	color:#303030;
	border-bottom:1px solid #dbdbdb;
	background: #fff url('../img/sub_leading_normal_bg.jpg') right 0 no-repeat;
}
.cart_contents{
	padding:30px 0;
}
.cart_title span{
	display:inline-block;
	margin-left:25px;
	font-size:15px;
	color:#888888;
	font-weight:400;
}
.cart_buylist .moreinfo_layer{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #ededed
}
.cart_buylist .moreinfo_layer dt,
.cart_buylist .moreinfo_layer dd{
	margin-bottom:5px;
	color:#797979;
	font-size:13px;
	font-weight:500;
	letter-spacing:-1px
}
.cart_buylist .moreinfo_layer dt{
	width:50px;
	float:left;
	margin-right:35px
}
.cart_buylist .moreinfo_layer dd{
	min-width:225px;
	text-align:right;
}

/* 장바구니 rows개별 디자인 */
.cart_buylist .rows_list .rows .info{
	overflow:hidden;
	vertical-align:top;
	padding-top:7px;
}
.cart_buylist .rows_list .rows .info em{
	display:block;
	margin-bottom:15px;
	font-weight:500;
	color:#383737;
	font-size:20px;
	line-height:1.0;
	letter-spacing:-1px;
}
.cart_buylist .rows_list .rows .info .title{
	width:74px;
	font-size:14px;
	float:left;
	text-align:left;
	color:#838383;
	font-weight:normal;
	color:#838383;
	letter-spacing:-1px;
	line-height:1.7;
	clear:both;
}
.cart_buylist .rows_list .rows .info .opt{
	overflow:hidden;
	line-height:1.7;
}
.cart_buylist .rows_list .rows .info .opt .in{
	margin-bottom:8px;
	text-align:left;
	font-size:14px;
	color:#838383;
	letter-spacing:-1px;
}
.cart_contents  .cart_inner{
	padding:38px 0;
	border-top:1px solid #686868;
}
.cart_contents  .cart_inner .title{
	font-size:20px;
	color:#2e2e2e;
	letter-spacing:-1px;
	font-weight:500;
}
.cart_contents  .cart_inner .info_area{
	padding:18px 0 0 0;
	background:#fff;
	border-bottom:0;
}
.cart_contents  .cart_inner .info_area .cart_info{
	width:100%;
	table-layout:fixed;
}
.cart_contents  .cart_inner .info_area .cart_info th{
	width:108px;
	text-align:left;
	font-size:15px;
	color:#959595;
	font-weight:400;
}
.cart_contents  .cart_inner .info_area .cart_info td{
	padding:5px 0;
}
/* 장바구니 우측금액 디자인 */

.cart_contents .order_product_info{
	margin-bottom:25px;
}
.cart_contents .sidebar__inner .title{
	font-size: 20px;
	display: block;
	padding: 0 0 20px 0;
	cursor: default;
	font-weight: 500;
	letter-spacing: -1px;
	color: #000000;
}
.cart_contents .perchase_aside_cart{
	padding:0 25px 18px 25px;
	border:1px solid #e3e3e3;
}

.cart_contents .perchase_aside_cart .title{
	padding:15px 0 18px 0;
	font-size:18px;
	font-weight:500;
	letter-spacing:-1px;
	color:#303030;
}
.cart_contents .perchase_aside_cart .list{
	padding:15px 0;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
}
.cart_contents .perchase_aside_cart .list .inner_table th.tit{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:500;
	color:#555555;
	padding:8px 0;
}
.cart_contents .perchase_aside_cart .list .inner_table td.info{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:400;
	color:#878787;
	padding:8px 0;
}
.cart_contents .perchase_aside_cart .list .inner_table th.tit{
	text-align:left
}
.cart_contents .perchase_aside_cart .list .inner_table td.info{
	text-align:right;
}
.cart_contents .perchase_aside_cart .list .inner_table td.info table th.inner_tit,
.cart_contents .perchase_aside_cart .list .inner_table td.info table td.inner_info{
	font-size:14px;
	letter-spacing:-1px;
	font-weight:400;
	color:#ababab;
	padding:6px 0 8px 0;
}
.cart_contents .perchase_aside_cart .list .inner_table td.info table th.inner_tit{
	padding-left:15px;
	text-align:left
}
.cart_contents .perchase_aside_cart .list .inner_table td.info table td.inner_info{
	text-align:right;
}
.cart_contents .perchase_aside_cart .perchase_total_sum{
	padding:20px 0;
	font-size:14px;
	color:#242424;
	letter-spacing:-1px;
	font-weight:500;
	overflow:hidden;
}
.cart_contents .perchase_aside_cart .perchase_total_sum em{
	font-size:25px;
	color:#242424;
	font-weight:500;
	letter-spacing:-1px;
}

.cart_contents .perchase_aside{
	padding:25px 0 0 0;
	border:3px solid #303030;
}
.cart_contents .perchase_aside .list{
	padding:0 30px 20px 30px;
	border-bottom:1px solid #c4c4c4;
}
.cart_contents .perchase_aside .list .inner_table th.tit{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:500;
	color:#474747;
	padding-bottom:10px;
	white-space: nowrap;
}
.cart_contents .perchase_aside .list .inner_table td.info{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:400;
	color:#252525;
	padding-bottom:10px;
}
.cart_contents .perchase_aside .list .inner_table th.tit{
	text-align:left
}
.cart_contents .perchase_aside .list .inner_table td.info{
	text-align:right;
}
.cart_contents .perchase_aside .list .inner_table td.info table th.inner_tit,
.cart_contents .perchase_aside .list .inner_table td.info table td.inner_info{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:400;
	color:#ababab;
	padding:0 0 1px 0;
}
.cart_contents .perchase_aside .list .inner_table td.info table th.inner_tit{
	padding-left:15px;
	text-align:left
}
.cart_contents .perchase_aside .list .inner_table td.info table td.inner_info{
	text-align:right;
}
.cart_contents .perchase_aside .perchase_total_sum{
	padding:30px;
	font-size:16px;
	color:#242424;
	letter-spacing:-1px;
	font-weight:500;
	overflow:hidden;
}
.cart_contents .perchase_aside .perchase_total_sum em{
	font-size:25px;
	color:#e30404;
	font-weight:500;
	letter-spacing:-1px;
	font-family:verdana;
	font-weight:bold;
}
.basket_summary{
	padding:25px 50px;
	background:#f4fdfe;
}
/* 장바구니, 주문페이지 드랍박스 제어 */
.cart_buylist .uk-drop{
	width:inherit !important;
}
/* 주문페이지 */
.tab_off_2{
	color:#000;
	background:#f9fafc;
	text-align:center;
	cursor:pointer;
	border:1px solid #000;
	border-bottom:1px solid #000;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tab_on_2{
	color:#000;
	background:#ffffff;
	text-align:center;
	cursor:pointer;
	border:1px solid #000;
	border-bottom:1px solid #fff;
	z-index:999999;
}
.order_table_style th {
	text-align:left;
	letter-spacing:-0.5px;
	color:#000;
	font-size:16px;
	font-weight:normal;
	vertical-align:top;
	padding-bottom:10px;
	vertical-align:middle;
}
.order_table_style td {
	padding-bottom:10px;
	font-size:16px;
	letter-spacing:-0.5px;
}

.order_table_style td .calendar {
	background:#f9fafc url('../img/order_bg_calendar.gif') no-repeat 93px 14px;
	cursor:pointer;
}
.order_table_style td .textarea_style {
	border:1px solid #cbcbcb;
	color:#333;
	background:#f9fafc;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:5px 0px 0px 5px;
	overflow-y:auto;
}
#class_kwak_div_1.tab_off_2 {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:none;
}
.tab_order{
	width:100%;
	position:relative;
	display:block;
	background:#f8f8f8;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.tab_order li.blank_tab{
	width:100%;
	float:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:red;
	z-index:1;
	background:#f8f8f8;
	border:1px solid #dfdfdf;
	border-bottom:1px solid #bcbcbc;
}
.tab_order li.blank_tab.nomember{
	border:1px solid #bcbcbc;
	border-bottom:1px solid #fff;
}
.tab_order li{
	float:left;
	width:50%;
	position:relative;
	overflow:hidden;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	z-index:2;
}
.tab_order li label{
	display:block;
	height:60px;
	line-height:60px;
	font-size:18px;
	letter-spacing:-1px;
	text-align:center;
	cursor:pointer;
}
.tab_order li.tab_on_2{
	color:#000;
	background:#ffffff;
	text-align:center;
	cursor:pointer;
	border:1px solid #bcbcbc;
	border-bottom:1px solid #fff;
	z-index:9;
	overflow:hidden;

}
.tab_order li.tab_off_2{
	background: transparent;
	border-bottom: transparent;
}
/* 결제완료 */
.payend_box{
	border:1px solid #e9ecef;
	border-radius:3px;
	background:#fff;
}
.payend_box.left{
	padding:65px 85px 70px 85px;
	background:#fff url('../img/payend_box_bg.png') right top no-repeat;
}
.payend_box .leading_title{
	padding-left:75px;
	font-size:40px;
	font-weight:500;
	color:#333;
	letter-spacing:-1.5px;
	background:url('../img/payend_title_bg.png') left 12px no-repeat;
}
.payend_box .memo{
	margin:30px 0;
	font-size:15px;
	letter-spacing:-1px;
	color:#999;
	line-height:1.6;
}
.payend_box .account{
	padding:25px 40px;
	background:#fafafa;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.payend_box .account table th{
	width:230px;
	padding:10px 0;
	color:#333;
	font-size:16px;
	text-align:left;
	letter-spacing:-1px;
	font-weight:500;
}
.payend_box .account table td{
	font-size:16px;
	color:#333333;
	text-align:left;
}
.payend_box .order_result{
	padding:20px 0 20px 0;
	border-bottom:1px solid #eaeaea
}
.payend_box .order_result.top_none{
	padding:0 0 20px 0;
}
.payend_box .order_result table{
	width:100%;
}
.payend_box .order_result table th{
	width:190px;
	padding:10px 0 15px 0;
	text-align:left;
	color:#333;
	font-weight:500;
	font-size:16px;
	letter-spacing:-1px;
	vertical-align:top;
	line-height: 1.8;
}
.payend_box .order_result table td{
	padding:10px 0 15px 0;
	text-align:left;
	color:#333;
	font-weight:400;
	font-size:16px;
	letter-spacing:-1px;
	line-height: 1.8;
}
.payend_box.right{
	padding:15px 25px 30px 25px;
}

.payend_box .payinfo_title{
	padding:5px 0 15px 0;
	font-size:23px;
	font-weight:500;
	letter-spacing:-1px;
	color:#333333;
	border-bottom:1px solid #c7c7c7;
}
.payend_box .payinfo_title.point{
	border-bottom:1px solid #e9ecef;
}
.payend_box .list{
	border-top:1px solid #bbbbbbv;
}
.payend_box .pay_info,
.payend_box .paydeliver_info{
	padding:10px 0 23px 0;
	border-bottom:1px solid #eaeaea;
}
.payend_box .pay_info table,
.payend_box .paydeliver_info table{
	width:100%;
}
.payend_box .pay_info table th,
.payend_box .paydeliver_info table th{
	padding:5px 0;
	font-size:18px;
	font-weight:400;
	color:#666;
	text-align:left;
}
.payend_box .pay_info table td{
	padding:5px 0;
	font-size:18px;
	font-family:tahoma;
	color:#333;
	text-align:right;
	letter-spacing:-1.5px;
}
.payend_box .common_name{
	background: url('../img/person_ico.png') -1px 0 no-repeat;
	line-height:1.0;
	min-height:22px;
}
.payend_box .paydeliver_info table td{
	padding:5px 0;
	font-size:18px;
	font-weight:500;
	color:#333;
	text-align:right;
}
.payend_box .total_sum{
	padding: 20px 0 0 0;
	font-size: 16px;
	color: #242424;
	letter-spacing: -1px;
	font-weight: 500;
	overflow: hidden;
}
.payend_box .total_sum em{
	font-size: 23px;
	font-family:tahoma;
	font-weight:bold;
	color: #242424;
}
/* 상품금액 */
.modal_cart_button_minus{
	float: left;
	background: #fff !important;
	padding: 14px 10px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-right: 0 none !important;
}
.modal_cart_button_plus{
	float: left;
	background: #fff !important;
	padding: 14px 10px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-left: 0 none !important;
}
.modal_quantity{
	width: 50px !important;
	text-align: center !important;
	font-size: 14px !important;
	border-radius: 0 !important;
}
.modal_quantity_price{
	color: #000;
	font-family: verdana;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}
.dtotal_sum{
	line-height:220%;
}
.dtotal_sum dt{
	width:100px;
	text-align:left; ;
	float:left;
}
.dtotal_sum dd{
	color:#333;
	text-align:right;
	overflow:hidden;
}
/*.happy_modal_popup_btn{
	display:flex;
}*/
.ccc{margin-top:63px;}

/* 모달창 구매하기 */
.modal_mall_purchase .chart.divide_padding {
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
.modal_mall_purchase .chart.divide_padding.noselect {
	padding: 20px 0 0 0;
	border-top: 1px solid #dfdfdf;
}
.modal_mall_purchase .chart{
		position:relative;
	}
.modal_mall_purchase .chart table{
	width:100%;
	table-layout:fixed;
}
.modal_mall_purchase .chart th{
	width:120px;
	text-align:left;
	font-size:16px;
	color:#4a4a4a;
	letter-spacing:-1px;
	font-weight:normal;
	vertical-align:top;
	padding-top:7px;
}
.modal_mall_purchase .chart table td{
	padding-bottom:20px;
	font-size:16px;
	color:#777777;
	letter-spacing:-1px;
}
.modal_mall_purchase .chart.noselect table th {
	vertical-align: top;
	padding:0;
}
.modal_mall_purchase .chart table td input[type="text"]{
	height:24px;
}
.modal_mall_purchase .chart.modal .info .modal_mall_purchase{

}
.modal_mall_purchase .vertual_cart_table{
	width:100%;
	padding:23px 30px;
	border:1px solid #eaeaea;
	border-radius:3px;
	background:#f8f8f8
}
.modal_mall_purchase .vertual_cart table th.title,
.modal_mall_purchase .vertual_cart table td.info{
	padding:0 0 10px 0 !important;
	vertical-align:middle;
	background:#f8f8f8;
}
.modal_mall_purchase .vertual_cart table th.title{
	font-size:17px;
	color:#222;
	letter-spacing:-1px;
	text-align:left;
	font-weight:400;
}
.modal_mall_purchase .vertual_cart_table table td.info{
	width:300px;
	text-align:right;
}
.modal_mall_purchase .vertual_cart_table table td.info .cart_button_minus{
	float:left;
	background:#fff;
	padding:14px 10px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:0 none;
}
.modal_mall_purchase .vertual_cart_table table td.info .cart_button_plus{
	float:left;
	background:#fff;
	padding:14px 10px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left:0 none;
}
.modal_mall_purchase .vertual_cart_table table td.info .quantity{
	width:50px;
	text-align:center;
	font-size:14px;
	border-radius:0;
}
.modal_mall_purchase .vertual_cart_table table td.info .quantity_price{
	color:#000;
	font-family:verdana;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
}
.modal_mall_purchase .h_form .cart_button_minus:focus,
.modal_mall_purchase .h_form .cart_button_minus:hover,
.modal_mall_purchase .h_form .cart_button_plus:focus,
.modal_mall_purchase .h_form .cart_button_plus:hover{
	border:1px solid #e5e5e5;
}
.modal_mall_purchase .total_price_table{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #dfdfdf;
}
.modal_mall_purchase .total_price_table table{
	width:100%;
	table-layout:fixed;
}
.modal_mall_purchase .total_price_table table th.title{
	padding:10px 0;
	color:#333;
	font-size:17px;
	text-align:left;
	font-weight:400;
}
.modal_mall_purchase .total_price_table table th.title.add_pirce,
.modal_mall_purchase .total_price_table table td.info.add_pirce{
	padding-bottom:20px;
}
.modal_mall_purchase .total_price_table table th.title.total_sum,
.modal_mall_purchase .total_price_table table td.info.total_sum{
	font-size:20px;
	font-weight:500;
}
.modal_mall_purchase .total_price_table table td.info{
	padding:10px 0;
	font-size:18px;
	text-align:right;
	background:#f8f8f8;
}
.modal_mall_purchase .chart table td select {
	width: 80% !important;
	font-size: 16px;
}
.cart_contents  .allcheck{
	padding:32px;
	border:1px solid #eaeaea;
	background:#fafafa;
	overflow:hidden;
	margin-bottom:30px;
}
.cart_contents  .allcheck .txt{
	font-size:17px;
	letter-spacing:-1px;
	color:#4e4e4e;
}
/* 휴대폰 인증 동일한 번호 */
.happy_memeber_check_same{
	text-align:center;
	margin-top:105px;
	font-size:16px;
	color:#999;
}


/* 미니샵 슬라이더 제어 */
.minihome_small_thumb .uk-slider-items li{
	margin-right:10px;
}
.minihome_small_thumb .gall_small_btn_bg svg{
	background-color: rgba(0,0,0,0.2);
	width: 25px;
	height: 40px;
	padding: 5px;
}
.border_control{
	border-bottom:0 none !important;
}
.all_buy_height_control{
	min-height:100px !important;
}

/* 주문결제 드랍박스 */
.step2 .uk-dropdown{
	position:fixed !important;
}

.step2 .cart_buylist .titlein{
	width:58px;
	font-size:13px;
	float:left;
	text-align:left;
	color:#838383;
	font-weight:normal;
	color:#838383;
	letter-spacing:-1px;
	line-height:1.7;
}
.step2 .cart_buylist .optin{
	_display: inline-block;
	overflow: hidden;
	line-height:1.7;
	font-size:13px;
	color:#858585;
	zoom: 1;
}
.step2 .cart_buylist .optin .in{
	text-align:left;
	font-size:13px;
	color:#858585;
	letter-spacing:-1px;
}

/* 무통장입금 시 레이어 */
.cart_inner .bank_layer{
	width:370px;
	position:absolute;
	top:130px;
	left:50%;
	transform:translateX(-50%);
	padding:10px 30px 30px 30px;
	border-radius:10px;
	border:1px solid #dbdbdb;
	background:#fff;
	z-index:10;
}
.cart_inner .bank_layer:before{
	border-top: 18px solid transparent;
	border-left: 18px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 18px solid #e9e9e9;
	content: "";
	position: absolute;
	top: -36px;
	left: 164px;
	z-index: 99;
}
.cart_inner .bank_layer:after{
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #fff;
	content: "";
	position: absolute;
	top: -32px;
	left: 166px;
	z-index: 100;
}
.cart_inner .bank_layer h4{
	padding:20px 0 12px 0;
	font-size:16px;
	text-align:left;
	color:#000;
	letter-spacing:-1px;
	font-weight:500;
}
.cart_inner .bank_layer select{
	background-color:#f9fafc;
}
.cart_contents .perchase_aside_cartend{
}
.cart_contents .perchase_aside_cartend .list{
	padding:15px 0 0 0;
	border-bottom:1px solid #777777;
}
.cart_contents .perchase_aside_cartend .list.point{
	padding:25px 0 25px 0;
	border-bottom:1px solid #e9ecef;
}
.cart_contents .perchase_aside_cartend .list .inner_table th.tit{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:500;
	color:#555555;
	padding-bottom:5px;
}
.cart_contents .perchase_aside_cartend .list .inner_table td.info{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:400;
	color:#878787;
	padding-bottom:5px;
}
.cart_contents .perchase_aside_cartend .list .inner_table th.tit.point{
	font-size:18px;
	letter-spacing:-1px;
	font-weight:400;
	color:#777;
	padding-bottom:17px;
}
.cart_contents .perchase_aside_cartend .list .inner_table td.info.point{
	font-size:18px;
	letter-spacing:-1px;
	font-weight:400;
	color:#777;
	padding-bottom:17px;
}
.cart_contents .perchase_aside_cartend .list .inner_table th.tit{
	text-align:left
}
.cart_contents .perchase_aside_cartend .list .inner_table td.info{
	text-align:right;
}
.cart_contents .perchase_aside_cartend .list .inner_table td.info table th.inner_tit,
.cart_contents .perchase_aside_cartend .list .inner_table td.info table td.inner_info{
	font-size:16px;
	letter-spacing:-1px;
	font-weight:400;
	color:#ababab;
	padding-bottom:8px;
}
.cart_contents .perchase_aside_cartend .list .inner_table td.info table th.inner_tit{
	padding-left:15px;
	text-align:left
}
.cart_contents .perchase_aside_cartend .list .inner_table td.info table td.inner_info{
	text-align:right;
}
/* 멤버쉽 결제 우측 */
.perchase_aside_cartend .member_ship_info{
	position:relative;
	padding:20px 15px 20px 28px;
}
.perchase_aside_cartend .member_ship_info::before{
	content: "";
	width: 100%;
	display: inline-block;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafafa",GradientType=1);
	border-radius: 3px;
	z-index: 3;
	border: 1px solid #e2e2e2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow:hidden;
}
.perchase_aside_cartend .member_ship_info::after{
	content: "";
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
	border-radius: 5px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -3px ;
}
.perchase_aside_cartend .member_ship_info .coupon_left{
	width:14px;
	height:31px;
	z-index: 5;
	background:url('../img/member_ship_cbg_left.png') 0 0 no-repeat;
	position: absolute;
	top: 61px;
	left:0px;
}
.perchase_aside_cartend .member_ship_info .coupon_right{
	width:14px;
	height:31px;
	z-index: 5;
	background:url('../img/member_ship_cbg_right.png') 0 0 no-repeat;
	position: absolute;
	top: 61px;
	right:-2px;
}
.perchase_aside_cartend .member_ship_info h2{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#fe4032;
	z-index:3;
}
.perchase_aside_cartend .member_ship_info .alarm{
	position:relative;
	z-index:3;
}
.perchase_aside_cartend .member_ship_info .alarm span{
	font-size:24px !important;
	font-weight:500 !important;
	letter-spacing:-0.5px !important;;
	color:#333 !important;
}
.perchase_aside_cartend .member_ship_info .info{
	position:relative;
	margin-top:10px;
	z-index:3;
	font-size:14px;
	letter-spacing:-1px;
	color:#333333;
}
.perchase_aside_cartend .member_ship_info + .caution{
	padding:15px 0 15px 0;
	letter-spacing:-1px;
	color:#999999;
}

/* 주문결제 페이지 쿠폰 */
.couponbg_start{
	position:relative;
	padding:50px 0 60px 80px;
	background:url('../img/coupon_use_bg_01.png') 0 top repeat-y;
	margin-top:30px;
	overflow:hidden;
}
.couponbg_end{
	width:935px;
	height:32px;
	background:url('../img/coupon_use_bg_02.png') 0 bottom no-repeat;
}
.coupon_use .coupon_area{
	width:530px;
	float:left;
	margin-right:95px;
	zoom: 1;
	text-align:left;
}
.coupon_use .coupon_area h3{
	font-size:36px;
	font-weight:500;
	letter-spacing:-2px;
	color:#333949;
}
.coupon_use .coupon_area .line{
	display:block;
	width:57px;
	height:4px;
	margin:20px 0;
	background:#333949;
}
.coupon_use .coupon_area .coupon_kind{
	font-size:24px;
	font-weight:500;
	letter-spacing:-1px;
	color:#333939;
}
.coupon_use .coupon_area .enabled{
	font-size:16px;
	color:#333949;
	margin:15px 0 5px 0;
}
.coupon_use .coupon_area .coupon_date{
	font-size:16px;
	color:#1fa6ef;
}
.coupon_use .coupon_area h4{
	font-size:16px;
	font-weight:500;
	margin:20px 0;
	color:#333949;
}
.coupon_use .coupon_area .coupon_lecture_rows{
	width:100%;
	border-collapse: collapse;
}
.coupon_use .coupon_area .coupon_lecture_rows td{
	padding:15px 18px;
	background:#fff;
	border:1px solid #e9e9e9;
}
.coupon_use .coupon_area .coupon_lecture_rows .re_contents{
	padding-left:40px;
	margin-top:5px;
	background:url('../img/coupon_use_re.png') 25px 4px no-repeat;
}
.coupon_use .discount_text{
	width: 233px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin-top:70px;
	color:#333333;
	font-family:tahoma;
	font-size:48px;
	font-weight:bold;
}
.coupon_use .coupon_btn{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.h_form.mall_sns a{
	color:#9e9fac;
	margin-right:3px;
}
.h_form.mall_sns .vote svg{
	margin-top:4px  !important
}

/* 쇼핑몰 문의하기 상단 상품 상세 */
.shop_inquiry_detail .inquiry_list{
	position:relative;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows{
	position:relative;
	border-radius:10px;
	background:#fff;
	text-align:left;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows:hover{
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
}
.shop_inquiry_detail tr:first-child td .inquiry_list .inquiry_list_rows{
	margin-top:0;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows .ppl_thumb{
	width:60px;
	height:60px;
	position:absolute;
	right:16px;
	bottom:17px;
	border-radius:100px;
	overflow:hidden;
	box-shadow:2px 2px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.2);
	z-index:100;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows .thumb{
	width:258px;
	height:346px;
	float:left;
	position:relative;
	overflow:hidden;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows .thumb .rows_uryo{
	position:absolute;
	display:inline-block;
	top:10px;
	left:10px;
	padding:4px 5px;
	background: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.7);
	z-index: 110;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows  .thumb .rows_uryo img{
	float:left;
	margin-left:7px;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows  .thumb .rows_uryo img:first-child{
	margin-left:0 !important;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows  .thumb .rows_uryo  img{
	width:12px;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows .info{
	float:left;
	width:802px;
	height:346px;
	overflow:hidden;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:53px;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows .buttons{
	height:346px;
	padding:90px 48px 0 48px;
	overflow:hidden;
	border:1px solid #e6f0ff;
}
.shop_inquiry_detail .inquiry_list .inquiry_list_rows .buttons a{
	width:100%;
	letter-spacing:-1px;
	display:block;
	margin-bottom:3px;
	background:#fff url('../img/btn_arrow_02.png') 160px center no-repeat;
	padding-right:27px;
	padding-left:13px;
}
.shop_inquiry_detail .price em{
	font-size:35px;
	font-weight:bold;
	font-family:tahoma;
	color:#000000;
	line-height:1.0;
	vertical-align:middle;
}
.shop_inquiry_detail .price em span{
	letter-spacing:-0.5px;
	font-weight:normal;
	font-size:16px;
	line-height:1.0;
	vertical-align: middle;
}
.shop_inquiry_detail .price strike{
	margin-top: 6px;
	display: inline-block;
	letter-spacing:-0.5px;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	vertical-align:middle;
}
/* 서브프리미엄 */
.sub_shop_rows_st .sub_shop_rows{
	width:490px;
	margin-left:29px;
	position:relative;
	display:table;
	table-layout:fixed;
	cursor:pointer;
}
.sub_shop_rows_st td:first-child .sub_shop_rows{
	margin-left:0px !important;
}
.sub_shop_rows_st .sub_shop_rows .thumb{
	width:162px;
	display:table-cell;
	border:1px solid #d8d8d8;
	position:relative;
}
.sub_shop_rows_st .sub_shop_rows .main_shop_rows_over{
	display:none;
}
.sub_shop_rows_st .sub_shop_rows:hover .main_shop_rows_over{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.4);
	z-index:99;
}
.sub_shop_rows_st .sub_shop_rows .info{
	width:100%;
	position:relative;
	display:table-cell;
	padding-left:25px;
	vertical-align:top;
}
.sub_shop_rows_st .sub_shop_rows .info .brand{
	font-size:14px;
	color:#999999;
}
.sub_shop_rows_st .sub_shop_rows .info .title{
	font-size:22px;
	font-weight:500;
	color:#000000;
	line-height:1.3;
	max-height:56px;
	overflow:hidden;
}
.sub_shop_rows_st .sub_shop_rows .info .review{
	max-height:66px;
	margin-top:12px;
	color:#999999;
	font-size:16px;
	line-height:1.4;
}
.sub_shop_rows_st .sub_shop_rows .info .company{
	padding-left:23px;
	margin-right:13px;
	font-size:14px;
	background:url('../img/book_icon_sm2.png') no-repeat 0 4px;
	float:left;
}
.sub_shop_rows_st .sub_shop_rows .info .writer{
	max-width:100px;
	padding-left:17px;
	margin-right:13px;
	font-size:14px;
	background:url('../img/writer_icon_sm2.png') no-repeat 0 4px;
	float:left;
}
.sub_shop_rows_st .sub_shop_rows .info .zzim{
	padding-left:17px;
	background:url('../img/zzim_icon_sm2.png') no-repeat 0 5px;
	font-size:14px;
	float:left;
}

.sub_shop_rows_st .sub_shop_rows .info .inquire{
	padding-left:17px;
	background:url('../img/view_icon_sm2.png') no-repeat 0 6px;
	font-size:14px;
	float:left;
	margin-right:13px;
}
.sub_shop_rows_st .sub_shop_rows  .price{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 187px;
}
.sub_shop_rows_st .sub_shop_rows  .price em{
	font-size:24px;
	font-weight:bold;
	font-family:tahoma;
	color:#000000;
	line-height:1.0;
	vertical-align:middle;
}
.sub_shop_rows_st .sub_shop_rows  .price em span{
	letter-spacing:-0.5px;
	font-weight:normal;
	font-size:16px;
	line-height:1.0;
	vertical-align: middle;
}
.sub_shop_rows_st .sub_shop_rows  .price strike{
	margin-top: 5px;
	display: inline-block;
	letter-spacing:-0.5px;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	vertical-align:middle;
}

/* 서브아이콘 */
.sub_shop_rows_icon{
	position:relative;
	padding:20px 0;
	border-top:1px solid #e9e9e9;
}

.sub_shop_rows_icon .thumb{
	position:relative;
	width:114px;
}

.sub_shop_rows_icon .info{
	position:relative;
	padding-left:20px;
	vertical-align:top;
}
.sub_shop_rows_icon .info .title{
	font-size:22px;
	font-weight:500;
	color:#000000;
	line-height:1.3;
	overflow:hidden;
}
.sub_shop_rows_icon .info .review{
	min-height:22px;
	margin-top:15px;
	color:#999999;
	font-size:16px;
	line-height:1.4;
}
.sub_shop_rows_icon .info .company{
	padding-left:23px;
	margin-right:13px;
	font-size:14px;
	background:url('../img/book_icon_sm2.png') no-repeat 0 4px;
	float:left;
}
.sub_shop_rows_icon .info .writer{
	padding-left:17px;
	margin-right:13px;
	font-size:14px;
	background:url('../img/writer_icon_sm2.png') no-repeat 0 4px;
	float:left;
}
.sub_shop_rows_icon .info .zzim{
	padding-left:17px;
	background:url('../img/zzim_icon_sm2.png') no-repeat 0 5px;
	font-size:14px;
	float:left;
}

.sub_shop_rows_icon .info .inquire{
	padding-left:17px;
	background:url('../img/view_icon_sm2.png') no-repeat 0 6px;
	font-size:14px;
	float:left;
	margin-right:13px;
}
.sub_shop_rows_icon  .price{
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 133px;
}
.sub_shop_rows_icon  .price em{
	font-size:24px;
	font-weight:bold;
	font-family:tahoma;
	color:#000000;
	line-height:1.0;
	vertical-align:middle;
}
.sub_shop_rows_icon  .price em span{
	letter-spacing:-0.5px;
	font-weight:normal;
	font-size:16px;
	line-height:1.0;
	vertical-align: middle;
}
.sub_shop_rows_icon  .price strike{
	margin-top: 5px;
	display: inline-block;
	letter-spacing:-0.5px;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	vertical-align:middle;
}
/* 서브 포커스 */

.sub_shop_rows_focus {
	width:206px;
}
.sub_shop_rows_focus .thumb{
	width:206px;
	height:288px;
	position:relative;
}
.sub_shop_rows_focus .pick_inquire{
	position:absolute;
	bottom:8px;
	left:10px;
	z-index:10;
	border-radius:3px;
	background:url('../img/shop_rows_main_count_bg.png') 0 0 repeat;
}
.sub_shop_rows_focus .pick_inquire .zzim,
.sub_shop_rows_focus .pick_inquire .inquire{
	font-size:11px;
	color:#bebebe;
}
.sub_shop_rows_focus .pick_inquire .zzim{
	background:url('../img/zzim_icon_sm.png') no-repeat 10px 7px;
	float:left;
	padding:4px 5px;
}
.sub_shop_rows_focus .pick_inquire .line{
	background:#fff;
	width:1px;
	height:25px;
	float:left;
	margin:0 5px;
	opacity:0.2;
}
.sub_shop_rows_focus .pick_inquire .inquire{
	background:url('../img/view_icon_sm.png') no-repeat 3px 9px;
	float:left;
	padding:4px 7px 4px 5px;
}
.sub_shop_rows_focus .sub_shop_rows_over{
	display:none;
}
.sub_shop_rows_focus:hover .sub_shop_rows_over{
	display:block;
}
.sub_shop_rows_focus .info .title{
	font-size:16px;
	color:#000000;
	margin-top:10px;
	font-weight:400;
	letter-spacing:-1px;
}
.sub_shop_rows_focus .info .price{
	margin-top:10px;
}
.sub_shop_rows_focus .info .price em{
	font-size:20px;
	font-weight:bold;
	font-family:tahoma;
	color:#000000;
	line-height:1.0;
	vertical-align:text-bottom;
}
.sub_shop_rows_focus .info .price em span{
	letter-spacing:-0.5px;
	font-weight:normal;
	font-size:17px;
	line-height:1.0;
	vertical-align: top;
}

/* 상세페이지 구매버튼관련 */
.sell_view_detail_btn{
	position:relative;
	display:flex;
	justify-content:flex-start;
	margin: 0 -10px 0 0px;
}
.sell_view_detail_btn .h_btn_st10:hover,
.sell_view_detail_btn .h_btn_st10{
	background-color: #6b20bc !important;
	border: 1px solid #6b20bc !important;
}
.sell_view_detail_btn .h_btn_st7:hover,
.sell_view_detail_btn .h_btn_st7{
	background-color: #fff;
	color: #6b20bc;
	border: 1px solid #6b20bc;
}

.sell_view_detail_btn a,
.sell_view_detail_btn button{
	width:24%;
	margin-right:10px;
}
.sell_view_detail_btn a .view_count{
	width:30px;
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-15px;
	border-radius:3px;
	border:1px solid #9e9fac;
	background:#fff;
	text-align:center;
	height:23px;
	line-height:22px;
	color:#ef6b13;
	font-family:tahoma;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
}
.scrap svg{
	top: 19px;
}
/* 요술지팡이 타이틀 디자인 */
.happy_yozii_layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: transparent;*/
	background-color: #333333;
	z-index:1000000;
	display:block;
}

.happy_yozii_layer:hover{
	display:block;
}
.happy_yozii_layer .happy_yozii_layer_inner{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.happy_yozii_title_cover{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:30%;
	z-index:100001;
	opacity:0.5;
}

.happy_yozii_title_layer{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background: transparent;
	z-index:100002;
}

.happy_yozii_title_layer .happy_yozii_title{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
}
.happy_yozii_title_layer .happy_yozii_title span{
	font-size: 25px;
	letter-spacing: -1px;
	color: #fff;
	font-family: 'Noto Sans KR' !important;
	font-weight:500 !important;
}
.happy_yozii_title_layer  span.happy_yozii_sub_title {
	margin-left: 25px;
	font-size: 21px;
	letter-spacing: -1px;
	color: #bbbbbb;
	font-family: 'Noto Sans KR' !important;
	font-weight:500 !important;
}
.happy_yozii_close{
	position:absolute;
	top:50%;
	left:50%;
	width:48px;
	height:48px;
	margin-left:-24px;
	margin-top:-5px;
	border-radius:100%;
	background:rgba(32,35,40,.5);
	color:#fff;
	outline:none;
}

/* 마이페이지 멤버쉽 말풍선 스타일 */
.membership_bubble{
	position:absolute;
	top:-155px;
	left:-8px;
	z-index:100;
	padding-bottom:15px;
}
.membership_bubble .bubble_con{
	width:254px;
	height:165px;
	border-radius:10px;
	box-sizing:border-box;
	padding:20px;
	color:#666;
	box-shadow:0 5px 12px rgba(0,0,0,0.15);
	background:#fff;
	border:1px solid #dddddd;
	line-height:normal;
}
.membership_bubble::before{
	border-top:12px solid #cccccc;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-bottom:0px solid transparent;
	content:"";
	position:absolute;
	bottom:4px;
	left:50%;
	margin-left:-6px;
}
.membership_bubble::after{
	border-top: 12px solid #ffffff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 0px solid transparent;
	content:"";
	position:absolute;
	bottom:5px;
	left:50%;
	margin-left:-6px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.membership_bubble{
		-webkit-animation: fadeIn 0.5s;
		-moz-animation: fadeIn 0.5s;
		animation: fadeIn 0.5s;
	}
}




/*문제풀이*/
	.exam_box_wrap{width:1000px; margin:0 auto; padding:60px 70px; box-sizing: border-box;}
	.exam_box_wrap *{line-height:1.2; letter-spacing:-0.05em;box-sizing: border-box;}
	.exam_list_wrap *{color:#000}
	.exam_box {width:860px; margin:0 auto;}
	.exam_box .top{width:100%; text-align:center;}
	.exam_box h1{font-size:42px;color:#000}
	.exam_box .pass_score {text-align:center; padding:12px 25px; display:inline-block;border:solid 2px; border-radius:50px; margin:20px auto 0;line-height:1!important; color:#000}
	.exam_list_wrap{display: flex;flex-wrap: wrap; gap:90px;padding-top:50px;border-top:solid 2px; margin:50px auto}
	.exam_box  .exam_list {display: flex;align-items: flex-start; width:100%}
	.exam_box  .exam_list .num{width:60px;}
	.exam_box  .exam_list .test{padding-top:3px; width:800px}
	.exam_box  .exam_list .test label{cursor:pointer !important;}
	.exam_box  .exam_list .test p{line-height:1.4 !important;}
	.exam_box  .exam_list .test .upload_data{border:solid 1px #ddd; display:inline-block;margin-bottom:30px;box-sizing: border-box;max-width:742px}
	.exam_box  .exam_list .test .upload_data img{max-width:740px}
	.exam_box  .exam_list .test .upload_choice img{padding-bottom:5px}
	.exam_box  .exam_list .test  .question{display: flex;align-items: flex-start;padding-bottom:20px; gap:7px}
	.exam_box  .exam_list .test  .question .txt_box {width:776px !important; line-height:1.3;}
	.exam_box  .exam_list .test  .qnumber{line-height:1;text-align:left; padding-top:3px;}
	.exam_box  .exam_list .test .choice{background-color:#000!important; color:#fff !important; border:none !important;}

	/*풀이*/
	.explan_wrap{padding:50px 0}
	.explan .box{position:relative; padding:46px 40px  30px; background-color:#fff9fb}
	.explan .box .tit{background-color:#eb1265; top:-15px;left:20px; color:#fff !important; display:inline-block; padding:7px 10px; border-radius:3px; text-align:center;position:absolute;}
	.explan .box p{line-height:1.8; color:#333}
	.explan .answer {color:#eb1265; margin-top:25px}

	.btn_wrap{text-align:center; border-top:solid 1px rgba(0,0,0,.15); padding:30px 0;}

/*결과*/
.exam_box .result_test_questions table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border:solid 1px #bcbcbc;
	margin-bottom:50px;
	-webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;

}
.exam_box .result_test_questions table tr th, .exam_box .result_test_questions table tr td{
	padding:25px 0;
	color:#000;
	text-align:left;
	letter-spacing:-0.02em;
	font-size:18px;
	border-bottom:solid 1px #c9ccd1;
	box-sizing: border-box;
}
.exam_box .result_test_questions table tr:last-child th, .exam_box .result_test_questions table tr:last-child td{border-bottom:none !important;}

.exam_box .result_test_questions table tr th{
	background-color:#e4e7ec;
	padding-left:45px!important;
	width:160px;
}
.exam_box .result_test_questions table tr td{
	padding-left:30px!important;
	background-color:#fff;
}

.exam_box .result_tit{display: flex;justify-content: space-between;align-items: flex-end; margin:0 auto 25px}
.exam_box .result_tit{color:#000;width:100%}
.exam_box .result_tit .tit span{vertical-align:middle;color:#000}




/* 쪽지 스타일 */
.message_title_box{
	display:table;
	width:100%;
	height:65px;
	border-bottom:1px solid #eaeaea;
}
.message_title_box .message_title_text{
	display:table-cell;
	vertical-align:middle;
	padding:15px;
	font-weight:500;
	color:#000;
}
.message_title_box .message_title_text .uk-icon{
	vertical-align:middle;
	margin-top:-3px;
}
.message_title_box .message_title_close{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding:15px;
	width:60px;
}
.message_title_box .message_title_close a{
	color:#666 !important;
}
.message_contents .message_tab.on{
	background:#fff !important;
}
.message_contents .message_tab.on a {
	color:#333333 !important;
}
.message_contents .message_tab{
	background:#f5f5f5;
}
.message_contents .message_tab a {
	display:block;
	color:#767676;
	line-height:1.4;
	text-align:center;
	padding:12px 0;
	font-size:14px;
}
.message_rows{
	margin-top:10px;
	border:1px solid #eaeaea;
	box-sizing:border-box;
	background:#fff;
	height:451px;
}

.message_rows_style {
	box-sizing:border-box;
}

.message_receive_rows{
	border-bottom:1px solid #eaeaea;
	box-sizing:border-box;
}
.message_receive_rows .del_btn{
	color:#999999 !important;
}
.message_contents .message_view_table th{
	text-align:left;
	width:60px;
	vertical-align:top;
	font-weight:500;
	font-size:14px;
}
.message_contents .message_view_table td{
	padding:0 0 3px 10px;
	color:#888;
	word-break:break-all;
	vertical-align:top;
	font-size:14px;
}
.message_th_title tr{
	display: table-row;
	vertical-align: inherit;
}
.message_th_title th{
	font-size:14px;
	color:#000;
	font-weight: 400;
	letter-spacing: -1px;
	padding: 16px 0;
}
.message_group_bubble{
	max-width:100%;
	display:inline-block;
	padding:8px 10px;
	border-radius:5px;
	position:relative;
}
.message_group_bubble.right_me{
	text-align:left;
	background:#fbf9dd;
	border:1px solid #ece8b3;
}
.message_group_bubble.right_me:before{
	content:"";
	display:block;
	position:absolute;
	border-top:0px solid transparent;
	border-left:10px solid #ece8b3;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	top:10px;
	right:-20px;
}
.message_group_bubble.right_me:after{
	content:"";
	display:block;
	position:absolute;
	border-top:0px solid transparent;
	border-left:10px solid #fbf9dd;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	top:11px;
	right:-18px;
}
.message_group_bubble.left_other{
	text-align:left;
	background:#fff;
	border:1px solid #dcdcdc;
}
.message_group_bubble.left_other:before{
	content:"";
	display:block;
	position:absolute;
	border-top:0px solid transparent;
	border-left:10px solid transparent;
	border-right:10px solid #dcdcdc;
	border-bottom:10px solid transparent;
	top:10px;
	left:-20px;
}
.message_group_bubble.left_other:after{
	content:"";
	display:block;
	position:absolute;
	border-top:0px solid transparent;
	border-left:10px solid transparent;
	border-right:10px solid #fff;
	border-bottom:10px solid transparent;
	top:11px;
	left:-18px;
}

.message_tab.on a span{color:#f43142;}
.font_12{font-size:12px;}

/* 스크롤 css */
.scroll_css::-webkit-scrollbar{width: 5px; height:10px;}
.scroll_css::-webkit-scrollbar-thumb{background-color:#ccc; border-radius:0px; transition:all 0.5s;}
.scroll_css::-webkit-scrollbar-thumb:hover{background-color:#ccc; border-radius:0px; transition:all 0.5s;}
.scroll_css::-webkit-scrollbar-track{background-color:#f2f2f2; background: rgba(247,247,247,0.96); border-radius:0;}


/* 동영상, 베스트 강좌 페이지 */
.all_video{display:flex; padding:25px 0;}
.all_video_title{min-width:200px; max-width:200px; font-size:19px; color:#222; display:flex; align-items:center; gap:5px;}
.all_video_title i{margin:2px 0 0 -2px;}
.all_video_search{position:relative;}
.all_video_search .h_form input{height:45px; padding-right:50px; padding-left:15px;}
.all_video_search button{position:absolute; right:0; top:50%; transform:translateY(-50%); height:45px; width:45px;}

.main_category_rows .main_rows_img .rank_number{
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:0 0 15px 0 ;
}
.ranking_btn{display:flex; padding-top:30px; gap:10px; align-items:center;}
.ranking_btn > div{
	width:100%;
	text-align:center;
	border:1px solid #e5e5e5;
	border-radius:0.3em;
	background-color: #fff;
	height:47px;
	box-sizing:border-box;
}

.ranking_btn > div:hover{
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
}
.ranking_btn > div.h_form .h-check input[type="checkbox"] + span::before{margin-top:2px;}
.ranking_btn > div span{width:100%; display:block; padding:13px 0; font-size:15px;}


/* 강사 상세 rows */

.detail_sample_lecture,
.detail_sample_teacher{
	display:inline-flex;
	width:194px;
	height:45px;
	font-size:16px;
	letter-spacing:-0.5px;
	align-items: center;
	justify-content: center;
	border-radius:30px;
	overflow:hidden;
}
.detail_sample_teacher,
.detail_sample_teacher:hover{
	background: #fff;
	font-weight:500;
}
.file_area .h_form .h_btn_st5,
.mp3_area .h_form .h_btn_st5,
.material_area .h_form .h_btn_st5,
.video_area .h_form .h_btn_st5 {
	background-color: #666666;
	color: #fff;
	border: 1px solid #888;
}
.file_area .h_form .h_btn_st5:hover,
.mp3_area .h_form .h_btn_st5:hover,
.material_area .h_form .h_btn_st5:hover,
.video_area .h_form .h_btn_st5:hover{
	background:#8d8e98;
	border:1px solid transparent;
}

.sub_leading_title_list{
	position:relative;
	padding:15px 0 17px 0;
	font-size:24px;
	letter-spacing:-1px;
	color:#000000;
	font-weight:500;
	border-top:1px solid #000;
	border-bottom:1px solid #cfd2db;
}


/* 강사 상세페이지 */
.teacher_top{display:flex; align-items:center; justify-content:space-between; padding-top:30px;}
.teacher_top .icon_s_right svg{top:10px;}
.teacher_title{
	display:flex;
	align-items:center;
	letter-spacing:-1px;
}
.teacher_title .teacher_name{
	font-size:32px;
	color:#222222;
	margin-right:20px;
	line-height:1.1;
}
.teacher_title .teacher_id{
	font-size:17px;
	color:#222222;
	border:1px solid #e5e5e5;
	border-radius:20px;
	padding:5px 18px 6px;
	margin-right:10px;
}
.teacher_title .teacher_subject{
	font-size:17px;
	color:#ffffff;
	padding:6px 18px 7px;
	border-radius:20px;
}
.teacher_detail{
	padding-top:25px;
	display:flex;
	gap:18px;
}
.teacher_detail .teacher_img{
	min-width:456px;
	max-width:456px;
	height:456px;
	border-radius:15px;
	overflow:hidden;
	border:1px solid #eeeeee;
	position:relative;
}
.teacher_detail .teacher_img img{
	width:100%;
	height:auto;
}
.teacher_detail .teacher_info{
	padding:33px 26px 23px;
	border:1px solid #eeeeee;
	border-radius:15px;
	width:100%;
	display:flex;
	gap:25px;
}
.teacher_detail .teacher_content{
	width:100%;
	display:flex;
	flex-flow:column;
	gap:17px;
}
.teacher_detail .teacher_content.left_content{min-width:380px; max-width:380px; gap:25px;}
.teacher_detail .teacher_content .sub{display:flex;}
.teacher_detail .teacher_content .sub ul{width:max-content;}
.teacher_detail .teacher_content .sub ul li{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	letter-spacing: -0.5px;
}
.teacher_detail .teacher_content .title{
	letter-spacing: -1px;
	font-weight: 700;
	color: #000000;
	font-size: 17px;
	min-width:90px;
	max-width:90px;
}
.teacher_detail .teacher_content .pick_rows .title{
	padding:0 0 15px;
	max-width:100%;
	min-width:100%;
}
.teacher_detail .teacher_content .pick_rows .tearcher_pick_rows{
	width:332px;
}
.teacher_detail .teacher_content .pick_rows .tearcher_pick_rows .pick_rows_img{
	width:332px;
	height:166px;
	overflow:hidden;
	border-radius:15px;
	margin-bottom:6px;
}
.teacher_detail .teacher_content .pick_rows .tearcher_pick_rows .rows_title{margin-bottom:4px;}
.teacher_detail .teacher_content .pick_rows .tearcher_pick_rows .rows_title a{
	font-size:16px;
	letter-spacing:-0.5px;
	color:#333;
}
.teacher_detail .teacher_content .pick_rows .tearcher_pick_rows .rows_sub_title{
	font-size: 14px;
	color: #9a9ba7;
	line-height: 1.4;
	letter-spacing: -1px;
}

.teacher_detail .teacher_content .sub .content .sub_title{
	color: #333;
	font-size:16px;
	letter-spacing:-1px;
}
.teacher_detail .teacher_content .sub .content,
.teacher_detail .teacher_content .sub .inner_info{
	width:100%;
	font-size:14px;
	color:#666;
	line-height:1.6;
	letter-spacing:-0.5px;
}

.teacher_list_title{
	padding:70px 0 25px;
	font-size:24px;
	letter-spacing:-1px;
	color:#222222;
	border-bottom:1px solid #ececec;
}

.problem_banner{
	width: 100%;
	overflow: hidden;
}
.problem_banner img{
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	cursor: default !important;
}
.problem_banner_rows img{cursor:default !important;}

/* 최근본동영상 간격 */
.all_paid_class table{width:100%;}
.all_paid_class table tr td .main_category_rows{margin-right:24px; margin-bottom:40px;}
.all_paid_class table tr td:nth-last-child(1) .main_category_rows{margin-right:0;}

/* 상세페이지 트위터 페이스북 아이콘 스타일 */
.detail_sns_icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	box-sizing:border-box;
	border:1px solid #999999;
	color:#999999 !important;
	border-radius:50%;
}
.h_form.mall_sns .detail_sns_icon{
	color:#9e9fac !important;
	border-color:#e5e5e5;
	width:34px;
	height:34px;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
	margin-right:2px;
}
.h_form.mall_sns .detail_sns_icon:hover{
	border-color: #b2b2b2;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

/* 관리자모드 강좌관리 업다운버튼 및 도움말 */
.h_form .tmp_cfg_btn_a{
	display:flex;
	flex-flow:column;
	gap:3px;
	align-items:center;
	justify-content:center;
}
.h_form .tmp_cfg_btn_a a{
	padding:0;
	width:max-content;
}
.member_content_list_bottom{
	display:flex;
	align-items:center;
}
.member_content_list_bottom{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.in_table_fixed div.video_rows:nth-child(1) .tmp_cfg_btn_a .disabled:nth-child(1),
.in_table_fixed div.video_rows:nth-last-child(1) .tmp_cfg_btn_a .disabled:nth-child(2){
	border-color:#e5e5e5;
	color:#e5e5e5;
	box-shadow:none;
}

/* 특성화 페이지 */
.minihome_banner{
	width:100%;
	overflow:hidden;
}
.minihome_banner img{
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/* 미니홈 탭메뉴 */
.minihome .detail_tab{
	position:relative;
	margin:50px 0 75px;
	border:1px  solid #dfdfdf;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 3px 2px 6px -1px rgba(0,0,0, .2);
	-moz-box-shadow: 3px 2px 6px -1px rgba(0,0,0, .2);
	-webkit-box-shadow: 3px 2px 6px -1px rgba(0,0,0, .2);
	z-index:10
}

.minihome .detail_tab  table{
	width:100%;
	table-layout:fixed;
}
.minihome .detail_tab  table td a{
	display:block;
	line-height:60px;
	height:60px;
	border-left:1px  solid #dfdfdf;
	text-align:center;
	font-size:20px;
	letter-spacing:-1px;
	cursor:pointer;
	background:#fff;
}
.minihome .detail_tab  table td:first-child a{
	border-left:0;
}

/* 수료중인 강좌목록 수정 */
.complete_list_area .complete_list_rows{
	position:relative;
	margin:20px 0;
}
.complete_list_area .rows_none_end{display:block; padding:100px 0; font-size:16px; color:#999; text-align:center;}
.complete_list_area .complete_list_chart{
	border-top:2px solid #757575;
	border-bottom:1px solid #c9c9c9;
	background-color:#fafafa;
	font-size:15px;
	color:#757575;
	padding:14px 0;
	display:flex;
	align-items:center;
	text-align:center;
}
.complete_list_area .complete_list_chart .title{justify-content: center;}

.complete_list_area .complete_list_area_rows{border-bottom:1px solid #c9c9c9;background-color:#fff; font-size:15px; height:85px; vertical-align:middle; text-align:center; display:flex; align-items:center;}
.complete_list_area .complete_cnt{min-width:50px; max-width:50px;}
.complete_list_area .title{text-align:left !important; min-width:296px; max-width:296px; display:flex; align-items:center;}
.complete_list_area .title span{color:#333; font-size:17px; padding-left:8px;letter-spacing:-1px}
.complete_list_area .title i.open_btn_icon{min-width:max-content;}
.complete_list_area .video_look{min-width:190px; max-width:190px;}
.complete_list_area .date{color:#666 !important;}
.complete_list_area .progress{width:160px; margin:0 15px}
.complete_list_area .progress .progress_bg{
	width:160px;
	height:5px;
	position:relative;
	display:inline-block;
	background:#eaeaea;
	border-radius:30px;
	margin:0 auto
}
.complete_list_area .video_day{min-width:100px; max-width:100px;}
.complete_list_area .video_day .not_completion{color:#bbbbbb;}
.complete_list_area .video_examination{min-width:107px; max-width:107px;}
.complete_list_area .video_completion{min-width:77px; max-width:77px;}
.complete_list_area .open_btn{
	display:flex;
	align-items:center;
	height:100%;
	cursor:pointer;
}
.complete_list_area .complete_list_area_rows > .open_btn > div{color:#999999;}

.complete_list_area_rows .open_btn.on .open_btn_icon{
	transition: 0.4s ease-in-out;
	transition-property: transform;
	transition-duration: .2s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.complete_list_area_rows .open_btn .open_btn_icon{
	transition: 0.4s ease-in-out;
	transition-property: transform;
	transition-duration: .2s;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.open_content{
	border-bottom:1px solid #c9c9c9;
	padding-bottom:15px;
	background-color:#fbfbfb;
	position:relative;
}
.open_content .open_content_rows{
	padding:15px 30px;
}
.open_content .open_content_rows h3.open_content_title{
	font-size:22px;
	letter-spacing:-1px;
	color:#111111;
	padding:15px 0 20px;
	line-height:1;
}
.open_content .open_content_rows ul.open_content_rows_title{
	display:flex;
	align-items:center;
	height:49px;
	text-align:center;
	background-color:#7e7e7e;
}
.open_content .open_content_rows ul.open_content_rows_title li{
	font-size:15px;
	color:#fff;
	letter-spacing:-0.5px;
}


/* 표 사이즈 */
/* 동영상 */
.open_content .open_content_rows .content_movie_size_01{width:100%;}
.open_content .open_content_rows .content_movie_size_02{min-width:100px; max-width:100px;}
.open_content .open_content_rows .content_movie_size_03{min-width:130px; max-width:130px;}
.open_content .open_content_rows .content_movie_size_04{min-width:100px; max-width:100px;}
.open_content .open_content_rows .content_movie_size_05{min-width:158px; max-width:158px;}
.open_content .open_content_rows .content_movie_size_06{min-width:120px; max-width:120px;}
/* 동영상 */

/* 파일 */
.open_content .open_content_rows .content_file_size_01{width:100%;}
.open_content .open_content_rows .content_file_size_02{min-width:100px; max-width:100px;}
.open_content .open_content_rows .content_file_size_03{min-width:158px; max-width:158px;}
.open_content .open_content_rows .content_file_size_04{min-width:120px; max-width:120px;}
/* 파일 */

/* MP3 */
.open_content .open_content_rows .content_mp3_size_01{width:100%;}
.open_content .open_content_rows .content_mp3_size_02{min-width:100px; max-width:100px;}
.open_content .open_content_rows .content_mp3_size_03{min-width:278px; max-width:278px;}
/* MP3 */
/* 표 사이즈 */


.open_content .open_content_list .open_content_items{
	display:flex;
	align-items:center;
	font-size:15px;
	color:#999999;
	letter-spacing:-0.5px;
	height:58px;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	justify-content:center;
	background-color:#fff;
}
.open_content .open_content_list .list_title{
	font-size:17px;
	letter-spacing:-1px;
	color:#333333;
	margin:0 20px;
	text-align:left;
}
.open_content .open_content_detail_btn{
	position:absolute;
	right:30px;
	top:25px;
}

/* 마이페이지 강좌목록 강좌만료일 */
.lecture_subclass_area .lecture_subclass .lecture_subclass_rows .info .info_end,
.lecture_subclass_area .lecture_subclass_mp3 .lecture_subclass_rows .info .info_end,
.lecture_subclass_area .lecture_subclass_file .lecture_subclass_rows .info .info_end,
.myview_lecture_area .myview_lecture .myview_lecture_rows .info .info_end{
	font-size:14px;
	color:#999999;
	padding-top:7px;
}
.lecture_list_area  .lecture_list_rows .info .info_end{
	margin-top:15px;
	color:#999999;
	font-size:14px;
}

/* 동영상 더보기 레이어 같이 사용하는 목록 추가 */
.layer_sub .layer_title{
	display:flex;
	align-items:center;
	gap:25px;
	padding-bottom:21px;
}
.layer_sub .layer_sub_title{
	font-size: 20px;
	font-weight: 500;
	float: left;
	color: #fff;
}
.layer_sub ul.layer_list_sort{
	display:flex;
	align-items:center;
	gap:30px;
}
.layer_sub ul.layer_list_sort li{position:relative;}
.layer_sub ul.layer_list_sort li:after{
	content:"";
	width:1px;
	height:14px;
	background-color:#445259;
	position:absolute;
	left:-15px;
	top:50%;
	transform: translateY(-50%);
}
.layer_sub ul.layer_list_sort li:nth-child(1):after{display:none;}
.layer_sub ul.layer_list_sort li a{
	font-size: 14px;
	color: #445259;
	letter-spacing: -0.5px;
}
.layer_sub ul.layer_list_sort li a.on{
	color:#fff;
	border-bottom:1px solid #ffffff;
}

.layer_sub .sub_layer_package_rows .info{
	padding:10px 0 25px;
}
.layer_sub .sub_layer_package_rows .info .title{
	font-size:15px;
	text-align:left;
	color:#fff;
}
.layer_sub .sub_layer_package_rows .info .price{
	text-align: right;
	font-size: 15px;
	color: #fff;
}

/* 메세지 창 */
.message_layer_area .message_layer{
	position:fixed;
	padding:25px 40px;
	right:0;
	bottom:0px;
	right:0;
	z-index:10001;
	border-radius:20px;
	background:#fff url('../img/bg_mess.png') center 25px no-repeat;
}
.message_layer_area .message_text{
	padding-top:83px;
	font-size:16px;
	color:#333;
	cursor:pointer;
	text-align:center;
}



/* 결제하기 결제수단 */
.cart_order_pay_wrap_label {
	background:#fff;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
	margin:0 -5px;
	justify-content:center;
}
.cart_order_pay_wrap_label .pay_rows {
	width:100%;
	position:relative;
	margin:0 5px;
	text-align:center;
	box-sizing:border-box;
	max-width:25%;
}

.cart_order_pay_wrap_label .pay_rows label.pay_method {
	padding:30px 0;
	border:2px solid #e9e9e9;
	color:#7b7b7b;
	border-radius:10px;
	text-align:center;
	display:block;
	cursor:pointer;
	background-color:#fff;
}

.cart_order_pay_wrap_label .pay_rows label.pay_method.pay_point{
	border:2px solid #f4f4f4;
	color:#999999;
}

.cart_order_pay_wrap_label .pay_rows label.pay_method .pay_text{
	margin-top:5px;
	color:#7b7b7b;
}

.cart_order_pay_wrap_label .pay_rows label.pay_method .pay_text{
	margin-top:5px;
}

.cart_order_pay_wrap_label .pay_rows input[type=radio]:checked + label {
	border:2px solid var( --main-color-10 ) !important;
	color:var( --main-color-10 ) !important;
}

.cart_order_pay_wrap_label .pay_rows input[type=radio]:checked + label .pay_text{
	color:var( --main-color-10 ) !important;
}

.cart_order_pay_wrap_label .pay_rows.naver_st input[type=radio]:checked + label {
	border:2px solid #1dc800 !important;
	color:#1dc800 !important;
}

.cart_order_pay_wrap_label .pay_rows.naver_st input[type=radio]:checked + label .pay_text{
	color:#1dc800 !important;
}

.cart_order_pay_wrap_label .pay_rows.kakaopay_st input[type=radio]:checked + label {
	border:2px solid #f2cd01 !important;
	color:#f2cd01 !important;
}

.cart_order_pay_wrap_label .pay_rows.kakaopay_st input[type=radio]:checked + label .pay_text{
	color:#f2cd01 !important;
}

.cart_order_pay_wrap_point {
	display:grid;
	border-collapse:collapse;
	width:80%;
	margin:0 auto;
	grid-template-columns:auto;
	border:1px solid #e9e9e9;
	background:#fff;
}
.cart_order_pay_wrap_point .pay_rows {
	width:100%;
	position:relative;
	text-align:center;
	display:inline-grid;
	border-bottom:1px solid #e9e9e9;
	height:71px;
	box-sizing:border-box;
}

.cart_order_pay_wrap_point .pay_rows:last-child {
	border-bottom:none;
}

.cart_order_pay_wrap_point .pay_rows label.pay_method .pay_text{
	color:inherit;
	font-weight:400 !important;
	font-size:17px
}

.cart_order_pay_wrap_point .pay_rows label.pay_method.pay_point{
	color:#999999;
}

.cart_order_pay_wrap_point .pay_rows label.pay_method {
	margin:0 !important;
	padding:0 0 0 22px;
	box-sizing:border-box;
	color:#7b7b7b;
	text-align:center;
	display:flex;
	align-items:center;
	gap:12px;
	cursor:pointer;
}

.cart_order_pay_wrap_point .pay_rows input[type=radio]:checked + label::after{
	content:'';
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border:1px solid var( --main-color-10 ) !important;
}

.cart_order_pay_wrap_point .pay_rows input[type=radio]:checked + label{
	color:var( --main-color-10 ) !important;
}

.cart_order_pay_wrap_point .pay_rows.naver_st input[type=radio]:checked + label::after{
	content:'';
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border:1px solid #1dc800 !important;
}

.cart_order_pay_wrap_point .pay_rows.naver_st input[type=radio]:checked + label{
	color:#1dc800 !important;
}

.cart_order_pay_wrap_point .pay_rows.kakaopay_st input[type=radio]:checked + label::after{
	content:'';
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border:1px solid #f2cd01 !important;
}

.cart_order_pay_wrap_point .pay_rows.kakaopay_st input[type=radio]:checked + label{
	color:#f2cd01 !important;
}





/* 콜러스플레이어 타이틀 디자인 */
.happy_kollus_layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: transparent;*/
	background-color: #333333;
	z-index:1000000;
	display:block;
}

.happy_kollus_layer:hover{
	display:block;
}
.happy_kollus_layer .happy_kollus_layer_inner{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.happy_kollus_title_cover{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:30%;
	z-index:100001;
	opacity:0.5;
}

.happy_kollus_title_layer{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background: transparent;
	z-index:100002;
}

.happy_kollus_title_layer .happy_kollus_title{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
}
.happy_kollus_title_layer .happy_kollus_title span{
	font-size: 25px;
	letter-spacing: -1px;
	color: #fff;
	font-family: 'Noto Sans KR' !important;
	font-weight:500 !important;
}
.happy_kollus_title_layer  span.happy_kollus_sub_title {
	margin-left: 25px;
	font-size: 21px;
	letter-spacing: -1px;
	color: #bbbbbb;
	font-family: 'Noto Sans KR' !important;
	font-weight:500 !important;
}
.happy_kollus_close{
	position:absolute;
	top:50%;
	left:50%;
	width:48px;
	height:48px;
	margin-left:-24px;
	margin-top:-5px;
	border-radius:100%;
	background:rgba(32,35,40,.5);
	color:#fff;
	outline:none;
}




.pt15{padding-top:15px;}
.pt25{padding-top:25px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt65{padding-top:65px;}
.pt75{padding-top:75px;}
.pt80{padding-top:80px;}
.pt85{padding-top:85px;}


.pb25{padding-bottom:25px;}
.pb35{padding-bottom:35px;}



.mt5{margin-top:5px;}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mt35{margin-top:35px;}
.mt45{margin-top:45px;}
.mt55{margin-top:55px;}
.mt65{margin-top:65px;}
.mt75{margin-top:75px;}
.mt85{margin-top:85px;}
.mt95{margin-top:95px;}


.mb5{margin-bottom:5px;}
.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}
.mb35{margin-bottom:35px;}
.mb45{margin-bottom:45px;}
.mb55{margin-bottom:55px;}
.mb65{margin-bottom:65px;}
.mb75{margin-bottom:75px;}
.mb85{margin-bottom:85px;}
.mb95{margin-bottom:95px;}
.mb105{margin-bottom:105px;}
.mb115{margin-bottom:115px;}



/* ===== D-day ===== */
  .d-day {
    background:#fff;
    padding:5px 10px;
    border-radius:4px;
   
    color:#000;
    border:1px solid #999;
    font-size:16px;
    margin-right:5%; 
  }
    .d-day span{ color:#187532;  font-weight:600;  font-size:17px;}