 /* @import "style_v2.css?v=118";  Common & Webtoon Style Sheet */
/*@import "lab.css?v=103";
@import "event.css?v=102";
@import "talent.css"
@import "login.css" */


/******************************************* 170424~170504 소스정리 *******************************************/


/********** Font **********/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/**********************************
************ DEFAULT ************
**********************************/
html, body { position: relative;margin: 0;padding: 0;font-size: 13px;background: #f3f3f3;}

body {
	font-family:'Nanum Gothic',Helvetica,'돋움',Dotum,Verdana,AppleGothic,sans-serif;

    scrollbar-face-color: #e7e7e7;
    scrollbar-shadow-color: #c2c2c2;
    scrollbar-highlight-color:#c2c2c2;
    scrollbar-3dlight-color: transparent;
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: #b0b0b0;
}

ul, p, h1, h2, h3, h4, h5, h6 {padding: 0; margin: 0;}
li {list-style: none;}

table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-collapse: separate;
	border:1px solid #c7c7c7;
	border-width:1px 0 0 1px;
}

th {background-color:#f8f8f8;}
td {background-color:#fff;}
td * {vertical-align: middle;}
th, td {padding:3px;/* text-align:center; */vertical-align: middle;/*border:1px solid #c7c7c7;*/border-width:0 1px 1px 0;}

button {border:none;padding:0;margin:0;box-sizing:inherit;font-size:13px;cursor:pointer;background:#ffffff;font-family:'Nanum Gothic','맑은 고딕','Malgun Gothic','돋움',Dotum,Helvetica,Verdana,AppleGothic,sans-serif;}
button:focus {outline:none;}

a, a:LINK, a:VISITED {color:#7c7c7c;text-decoration:none;cursor:pointer;border:none;border-width:0;}
a:HOVER, a:ACTIVE {color:#555;text-decoration:none;cursor:pointer;border:none;border-width:0;}

a, img { border: 0;border-width: 0; vertical-align:top;}

input, textarea {
	font-size:16px;
	line-height:16px;
	border: 1px solid #c7c7c7;
	font-family:'Nanum Gothic',Helvetica,'돋움',Dotum,Verdana,AppleGothic,sans-serif;
	outline:none;
}

input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
	outline:none;
/*
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
/*     border: 1px solid #66afe9; */
}

input[type=checkbox] {display:none;}
input[type=checkbox] + label{display:inline-block;width:18px;height:14px;padding:0px;background:url('/assets/images/common/icon/checkbox_off.png') no-repeat top left;cursor:pointer;vertical-align:top;}
input[type=checkbox]:checked + label{background:url('/assets/images/common/icon/checkbox_on.png') no-repeat top left;}

/* input placeholder css */
input::-webkit-input-placeholder {
	color: #ababab;
	font-size:16px;
	line-height: 16px;
	font-weight:bold;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #ababab;
	font-size:16px;
	line-height: 16px;
	font-weight:bold;
}
input:-ms-input-placeholder {
	color: #ababab;
	font-size:16px;
	line-height: 16px;
	font-weight:bold;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #ababab;
	font-size:16px;
	line-height: 16px;
	font-weight:bold;
}


/**********************************
************ Common ************
**********************************/
.line-overflow1 {display:-webkit-box;overflow:hidden;white-space:normal;word-wrap:break-word;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line-overflow2 {display:-webkit-box;overflow:hidden;white-space:normal;word-wrap:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line-overflow3 {display:-webkit-box;overflow:hidden;white-space:normal;word-wrap:break-word;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line-overflow4 {display:-webkit-box;overflow:hidden;white-space:normal;word-wrap:break-word;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.line-overflow5 {display:-webkit-box;overflow:hidden;white-space:normal;word-wrap:break-word;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;}

.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-45 {margin-bottom:45px;}
.margin-bottom-50 {margin-bottom:50px;}
.margin-bottom-60 {margin-bottom:60px;}

.margin-top-40 {margin-top:40px;}

.highlight {font-weight:bold;text-decoration: underline !important;}
.noList {padding:70px 0;text-align:center;font-weight:bold;font-size:16px;}
.img_tag {width:40px;height:38px;border:1px solid #000 !important;vertical-align:middle;margin-top:2px;margin-bottom:2px;border-radius:20px;}
.hidden {display:none;}

.images_body .btn_area_read {margin-top:25px;}

/*media query (chat_위치변경)*/
@media all and (max-width:1180px) {
	/* .chat_wrap {right:5px !important;} */
	.chat_wrap {right:1px !important;}
	.chat_btn_holder .chat_btn {float:right;}
}

@media all and (max-width:1330px) {
	#float_menu2 {visibility: hidden;}
}

/********** chat_area **********/
.chat_wrap {display: inline-block;position: fixed;bottom:45px;z-index:9;margin-left:20px;}
.chat_btn_holder {width: auto;height: 60px;z-index: 2;margin-top:5px;display:none;}
.chat_btn_holder .chat_btn {
    position: relative;
    /*float: right;*/
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    border-radius: 60%;
    -webkit-border-radius: 60%;
    /* margin: 0 0 0 10px; */
    cursor: pointer;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 40% auto !important;
}
.chat_btn_holder .chat_btn .fa-weixin {font-size: 23px;line-height: 50px;text-align: center;margin: 0px 13px;color: #222222;}
.chat_btn_holder .chat_btn .ic_cmt_close {display: inline-block;width: 15px;height: 15px;background: url('/assets/images/common/icon/ic_cmt_close3.png')no-repeat center center;background-size: 100%;margin: 18px;opacity: 0.9;}

#chat_frame {
	display: none;
    border: none;
    outline: none;
    /*position: fixed;
    bottom: calc(220px / 2);
    right: 0;
    height: 80%;
	*/

	z-index: 11;
	min-width:350px;
    max-width:350px;
	min-height: 458px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
	border-radius:10px;

   -ms-user-select: none;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.overlay_code_mask {
    display: none;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 11 !important;
}


/********* Search Select Box *********/
/* Select Box */
.select_box {position:relative;color:#7c7c7c;cursor:pointer;z-index:2;}
	.select_option_selected {position:relative;padding:6px 12px;border:1px solid #acacac;border-radius:14px;background:#fff;z-index:2;}
	.select_option_list {display:none;position:absolute;top:14px;left:0;/* width:calc(100% - 2px); */padding-top:14px;border:1px solid #acacac;border-bottom-left-radius:14px;border-bottom-right-radius:14px;background:#fbfbfb;z-index:1;overflow:hidden;}
	.select_option_list li {padding:5px 10px;}
	.select_option_list li:HOVER {color:#fff;background:#c7c7c7;}
/* Search Box */
.search_keyword {position:relative;width:224px;/*height:26px; border:1px solid #acacac;border-radius:14px;overflow:hidden; */}
	.search_keyword input {width:180px;height:16px;padding:5px 12px;border:1px solid #acacac;border-top-left-radius:14px;border-bottom-left-radius:14px;font-size:13px;line-height:13px;}
	.search_keyword input::-webkit-input-placeholder {color:#7c7c7c;font-size:13px;line-height:16px;font-weight:normal;}
	.search_keyword input::-moz-placeholder {color:#7c7c7c;font-size:13px;line-height:16px;font-weight:normal;}
	.search_keyword input:-ms-input-placeholder {color:#7c7c7c;font-size:13px;line-height:16px;font-weight:normal;}
	.search_keyword input:-moz-placeholder {color:#7c7c7c;font-size:13px;line-height:16px;font-weight:normal;}
	.search_keyword button {position:absolute;top:0;right:0;width:32px;height:26px;padding:0;
		border:1px solid #acacac;border-top-right-radius:14px;border-bottom-right-radius:14px;border-left:0;
		font-size:0;background:#fff url('/assets/images/common/btn_search.png') no-repeat center center;cursor:pointer;
	}
.search_box {position:absolute;top:20px;right:0;z-index:2;}
.search_box2 {position:absolute;top:-10px;right:0;z-index:1;}
.search_type {display:inline-block;width:85px;vertical-align:middle;}
.search_type .select_option_list {width:83px;}
.search_keyword {display:inline-block;vertical-align:middle;}


/************* Body **************/
.wrap_body {width:1100px;margin:0 auto;height:auto;position:relative;}
.wrap_content {padding:60px 0 160px;overflow:hidden;}

.header_txt {overflow:hidden;}
.header_txt h1 {font-size:34px;color:#333333;margin-bottom:10px;letter-spacing:-3px;}
.header_txt p {font-size:16px;color:#777777;font-weight:bold;letter-spacing:-0.5px;margin-bottom:10px;}

/************* text **************/
.bold-off {font-weight:normal;}
.bold-on {font-weight:bold;}
.font-weight-900 {font-weight:900;}

.pos_relative {position:relative;}
.pos_absolute {position:absolute;}
.table-cell {display:table-cell;}
.valign-middle {vertical-align:middle;}
.display-none {display:none;}
.float-right {float:right;}
.text-right {text-align:right;}
.text-overflow {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

/********** Button ***********/
.btn_area {text-align:right;position: relative;height:40px;}
.btn_area_top {text-align:right;margin-bottom:10px;position: relative;height:40px;}
.btn_area_bottom {text-align:right;margin-top:15px;position: relative;height:40px;}
.btn_area_absolute {position: absolute;right: 0;top: -6px;}

.btn_area_read {text-align:right;}

.wrap_container .btn_write {margin-left:5px;}
.wrap_container .btn_write_submit {margin-left:5px;}
.wrap_container .btn_cancel {margin-left:5px;}
.wrap_container .btn_modify {margin-left:5px;}
.wrap_container .btn_return {margin-left:5px;}
.wrap_container .btn_cancle {margin-left:5px;}
.wrap_container .btn_delete {margin-left:5px;}
.wrap_container .btn_list_return {margin-left:5px;}

.btn * {vertical-align:middle;}
.btn:focus {outline:none;}
.btn:HOVER {cursor:pointer;background:#e3e3e3;}
.btn {font-size:14px;display:inline-block;font-weight:bold;text-align:center;
  /*드래그방지*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn_write {color:#fff !important;background:#ff8400;width:120px;padding:12px 0;border-radius:20px;line-height: 16px;}
.btn_write:HOVER {background:#f27d00;}
.btn_list {color:#fff !important;background:#ff8400;width:120px;padding:12px 0;border-radius:20px;line-height: 16px;}
.btn_list:HOVER {background:#f27d00;}
.btn_cancel {color:#777777 !important;background:#d2d2d2;width:120px;padding:12px 0;border-radius:20px;line-height: 16px;}
.btn_cancel:HOVER {background:#bbbbbb;}
.btn_write_submit {color:#fff !important;background:#ff8400;width:120px;padding:12px 0;border-radius:20px;line-height: 16px;}
.btn_write_submit:HOVER {background:#f27d00;}
.btn_modify {color: #fff !important;padding:12px 0;width:120px;background: #888888;border-radius:20px;line-height: 16px;}
.btn_modify:HOVER {background:#7a7a7a;}
.btn_delete {color: #fff !important;padding:12px 0;width:120px;background: #888888;border-radius:20px;line-height: 16px;}
.btn_delete:HOVER {background:#7a7a7a;}
.btn_return {color: #fff !important;padding:12px 0;width:150px;background: #888888;border-radius:20px;line-height: 16px;}
.btn_return:HOVER {background:#7a7a7a;}
.btn_list_return {color: #fff !important;padding:12px 0;width:150px;background: #888888;border-radius:20px;line-height: 16px;}
.btn_list_return:HOVER {background:#7a7a7a;}

.btn_like {border:2px solid #ff8400 !important;color:#ff8400 !important;font-size:24px;font-weight:normal;border-radius:30px;width:170px;padding:9px 0;}

.btn_sd_get {color: #fff !important;padding:18px 0;font-size:16px;line-height: 14px;background: #ff8400;width:100%;}
.btn_sd_get:HOVER {background:#f27d00;}

.btn_more {border:1px solid #6e6e6e !important;color:#6e6e6e;width:80px;height:14px;line-height:14px;padding:8.5px 0;border-radius:20px;}

.btn_select {font-size:13px;font-weight:bold;color:#ffffff;background:#ff8400;width:85px;height:36px;line-height:36px;}
.btn_select:HOVER {background:#f27d00;}

.btn_modify2 {border: 1px solid #888888 !important;width: 104px;line-height:35px;}
.btn_delete2 {font-size:13px;font-weight:bold;color:#777777;background:#d2d2d2;width:85px;height:36px;line-height:36px;}
.btn_delete2:HOVER {background:#bbbbbb;}

.btn_notice_first {width:136px;height:46px;line-height:46px;font-size:16px;font-weight:bold;color:#ffffff !important;border:2px solid #ff8400 !important;background:#ff8400;}
.btn_notice_first:HOVER {background:#f27d00;}
.btn_notice_other {width:136px;height:46px;line-height:46px;font-size:16px;font-weight:bold;color:#ff8400 !important;border:2px solid #ff8400 !important;background:#ffffff;}

.btn_map {color: #db2424 !important;border: 2px solid #db2424 !important;background: #fff;width: 110px;padding: 8px 0;line-height: 18px;font-weight: 900;margin-top:16px;font-size: 12px;}
.btn_map:HOVER {background:#db2424;color:#fff !important;}
.btn_map i {font-size: 18px;vertical-align: top;margin-left: 5px;}

.btn_result {color:#fff !important;background:#ff8400;width:100%;padding:12px 0;line-height:15px;text-align:center;font-size:13px;cursor:pointer;}
.btn_result:HOVER {background:#f27d00;}
.btn_result .fa-pencil-square-o {display: inline-block;font-size: 15px;vertical-align: top;margin-top: 1px;margin-right: 4px;}


/********** Icon ***********/
/*header*/
.header_btn_alarm {display: inline-block;width: 26px;height: 31px;background: url('/assets/images/common/icon/header_btn_alarm.png') no-repeat top center;cursor:pointer;}
.ic_alarm_close {display: inline-block;width:11px;height:11px;background: url('/assets/images/common/icon/ic_alarm_close.png') no-repeat center center;}
.ic_alarm_number {display: inline-block;width: 14px;height: 14px;line-height: 14px;color: #ffffff;background: #ff2b2e;border-radius: 14px;text-align: center;font-size: 11px;border: 1px solid #ff2b2e;letter-spacing: -1px;font-family: Helvetica;font-weight: bold;}
.ic_alarm_n {display: inline-block;width:4px;height:4px;border-radius:4px;background: #ff1515;}
/**/

.ic_n {display:inline-block;width:12px;height:12px;background:url('/assets/images/common/icon/ic_n.png') no-repeat center center;}
.ic_n2 {display:inline-block;width:6px;height:6px;border-radius:6px;border:1px solid #ff1515; background:#ff1515;}
.ic_n3 {display:inline-block;width:4px;height:4px;border-radius:4px;border:1px solid #ff1515; background:#ff1515;}

.ic_lv {display:inline-block;width:27px;height:18px;vertical-align:top;margin-top:-2px;}

.ic_sd {display: inline-block;width: 18px;height: 18px;vertical-align: top;margin-top: -2px;}

.ic_hate {display:inline-block;width:70px;height:24px;background:url('/assets/images/common/icon/board_report.png') no-repeat center center;vertical-align:top;}

.ic_like {display:inline-block;width:15px;height:12px;background:url('/assets/images/common/icon/ic_like.png') no-repeat center center;vertical-align:top;margin-top:2px;}
.likes {color: #fd2d2d;font-weight: bold;}
.ic_view {display:inline-block;width:20px;height:12px;background:url('/assets/images/common/icon/ic_view.png') no-repeat center center;vertical-align:top;margin-top:2px;float:left;margin-right:2px;}
.views {color: #aaaaaa;font-weight: bold;}

.ic_like2 {display:inline-block;width:15px;height:14px;background:url('/assets/images/common/icon/ic_like2.png') no-repeat center center;}

.ic_like_view {display: inline-block;margin-right: 10px;width: 27px;height: 22px;background: url('/assets/images/common/icon/ic_like_view.png') no-repeat center center;}
.ic_reply_arrow {display: inline-block;margin-right: 4px;width: 11px;height: 9px;background: url('/assets/images/common/icon/ic_reply_arrow.png') no-repeat center center;vertical-align: top;margin-top:3px;}

.ic_fb {display: inline-block;width: 21px;height: 23px;background: url('/assets/images/common/icon/ic_fb.png') center center no-repeat;}
.ic_gg {display: inline-block;width: 21px;height: 23px;background: url('/assets/images/common/icon/ic_gg.png') center center no-repeat;}

.ic_comment {display:inline-block;width:35px;height:28px;background:url('/assets/images/common/icon/ic_comment.png') no-repeat center center;}

.ic_modify {display:inline-block;width:16px;height:17px;background:url('/assets/images/webtoon/ic_modify.png') no-repeat center center;}

.talent_ic_best {display:inline-block;width:51px;height:57px;background:url('/assets/images/common/icon/ic_best.png')no-repeat center center;vertical-align:top;}
.talent_ic_best2 {display:inline-block;width:52px;height:22px;background:url('/assets/images/common/icon/ic_best2.png')no-repeat center center;vertical-align:top;}

.sd_ic_check {display:inline-block;width:13px;height:13px;background:url('/assets/images/common/icon/ic_check.png')no-repeat center center;vertical-align:top;margin-right:3px;}
.sd_ic_coin {display:inline-block;width:13px;height:13px;background:url('/assets/images/common/icon/ic_coin.png')no-repeat center center;vertical-align:top;margin-right:2px;margin-top: -3px;}
.sd_ic_like2 {display:inline-block;width:14px;height:13px;background:url('/assets/images/common/icon/ic_like3.png')no-repeat center center;vertical-align:top;margin-right:2px;}
.sd_ic_view {display:inline-block;width:26px;height:17px;background:url('/assets/images/common/icon/ic_view.png')no-repeat center center;vertical-align:top;margin-top:3px;}
.sd_ic_arrow {display:inline-block;width:5px;height:7px;background:url('/assets/images/common/icon/ic_arrow.png')no-repeat center center;vertical-align:middle;}

.bookmark_on {position:absolute;top:0;right:10px;background:url('/assets/images/common/icon/ic_bookmark_on.png') no-repeat center center;width:32px;height:37px;cursor:pointer;}
.bookmark_off {position:absolute;top:0;right:10px;background:url('/assets/images/common/icon/ic_bookmark_off.png') no-repeat center center;width:32px;height:37px;cursor:pointer;}

/* No Best */
.nobest_img.noimg_kr {background:url('/assets/images/common/no_best.png') no-repeat center center;width:1100px;height:100px;}
.nobest_img.noimg_box_kr {background:url('/assets/images/common/no_best.png') no-repeat center center;width:1100px;height:100px;}
.nobest_img.noimg_en {background:url('/assets/images/common/en_no_best.png') no-repeat center center;width:1100px;height:100px;}
.nobest_img.noimg_box_en {background:url('/assets/images/common/en_no_best.png') no-repeat center center;width:1100px;height:100px;}

/* No Best_photo */
.board_gallery_list .nobest_img.noimg_kr {background:url('/assets/images/common/no_best_p.png') no-repeat center center;width:212px;height:260px;}
.board_gallery_list .nobest_img.noimg_en {background:url('/assets/images/common/en_no_best_p.png') no-repeat center center;width:212px;height:260px;}

.v_line {border-left: 1px solid #dcdcdc;padding-left: 7px;margin-left: 7px;/*height:8px;*/}

.ic_cmt_re {display:inline-block;width:10px;height:10px;background:url('/assets/images/common/icon/ic_cmt_re.png')no-repeat center center;vertical-align:top;margin-top:4px;}
.ic_cmt_img {display:inline-block;width:20px;height:16px;background:url('/assets/images/common/icon/ic_cmt_img.png')no-repeat center center;vertical-align:top;}
.ic_cmt_cancel {display:inline-block;width:24px;height:23px;background:url('/assets/images/common/icon/ic_cmt_cancel.png')no-repeat center center;vertical-align:top;}

/********** Header_menu ***********/
.header_menu_bar {overflow:hidden;background:#ffffff;box-shadow:inset 0 -1px #e6e6e6;}
.menu_bg {width:1150px;margin:0 auto;}
.menu_shadow {width:1150px;height:30px;background:url('/assets/images/talent/talent_tabs_shadow.png')no-repeat center center;position:absolute;bottom:51px;}

/********** Tab ***********/
.dv_tab {position: relative;z-index: 1;border-bottom: 1px solid #888888;height:35px;margin-bottom:20px;font-weight: bold;}
.dv_tab li {position: absolute;width: 90px;font-size: 12px;text-align: center;background: #f8f8f8;border: 1px solid #d6d6d6;border-bottom: none;padding: 10px 0;cursor: pointer;color:#999999;}
.dv_tab .selected_tab {z-index: 2;background: #f3f3f3;border: 1px solid #888888;border-bottom: 1px solid #f3f3f3;color: #666666;}
.dv_tab .tab_2 {left:91px;}
.dv_tab .tab_3 {left:182px;}
.dv_tab .tab_4 {left:273px;}

/********** Page_nav ***********/
.page_number_nav {background: #ffffff;float: left;margin-top: 4px;}
.number_nav_input {width:155px;font-size:14px;color:#bfbfbf;border:1px solid #bfbfbf;position:relative;}
.number_nav_input .number_select_btn img {width:30px;height:30px;position:absolute;right:0;top:0;}
.number_nav_input label {position: absolute;color: #000000;font-size: 14px;line-height: 29px;text-indent: 10px;}
.number_nav_input .number_select_list {width: 100%;height:30px;padding: 0 5px;opacity: 0;filter: alpha(opacity=0);color:#bfbfbf;font-size: 14px;}


/********** Notice_Box **********/
.notice_box {padding:30px;overflow:hidden;background:#fff;border-bottom:4px solid #d8d8d8;margin-bottom:15px;position:relative;}
.notice_box .thumb_area {float:left;position:relative;width:212px;height:158px;}
.notice_box .thumb_area input {position:absolute;width:100%;height:100%;top:0px;left:0px;opacity:0;cursor:pointer;border:none;}
.notice_box .thumb_area img {width:100%;height:100%;background:url('/assets/images/common/no_thumb.png') no-repeat center center;background-size:100% 100%;}
.notice_box .info_area {margin-left:230px;position:relative;}
.notice_box .info_area .wt_input {width:780px;background:#f6f6f6;border:none;padding:10px 15px;}
.notice_box .info_area input::-webkit-input-placeholder {color:#d4d4d4;font-weight:normal;}
.notice_box .info_area input::-moz-placeholder {color:#d4d4d4;font-weight:normal;}
.notice_box .info_area input:-ms-input-placeholder {color:#d4d4d4;font-weight:normal;}
.notice_box .info_area input:-moz-placeholder {color:#d4d4d4;font-weight:normal;}
.notice_box .info_area .board_category {height:30px;margin-top:10px;padding-bottom:5px;}

.notice_box .info_area.series_info {margin-right:160px;height:158px;}
.notice_box .info_area .info_subject {padding:5px 0;font-size:24px;color:#444444;font-weight:bold;}
.notice_box .info_area .info_content {font-size:16px;color:#aaaaaa;}

.notice_box .info_date {color:#989898;position:absolute;font-size:16px;bottom:5px;}
.notice_box .info_date .event_date {font-weight:bold;color:#5fa8e5;margin-right:10px;}

.notice_box .info_area .info_writter {margin-top:20px;}
.notice_box .info_area .info_writter a {margin-top:2px;}

 
.info_writter .lv10  {box-shadow: -5px -5px 20px  #78909C inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #78909C; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv20  {box-shadow: -5px -5px 20px  #FFCA28 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #FFCA28; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv30 {box-shadow: -5px -5px 20px  #D4E157 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #D4E157; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv40 {box-shadow: -5px -5px 20px  #42A5F5 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #42A5F5; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv50 {box-shadow: -5px -5px 20px  #7E57C2 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #7E57C2; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv60 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv60; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px #FF7043 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #FF7043;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv70 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv70; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #66BB6A inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #66BB6A; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv75 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv75; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #26C6DA inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #26C6DA;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv80 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv80; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #E53935 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #E53935;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv85 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv85; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #921e03 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #921e03;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv90 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv90; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #049153 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #049153;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv95 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv95; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #d30101 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; ine-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #d30101;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.info_writter .lv100 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: example6; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #aa1212 inset; border: 1px solid #c9c9c9;display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #aa1212;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.notice_box .info_area .info_like {position:absolute;bottom:5px;font-size:16px;font-weight:bold;color:#ff8400;}
.notice_box .info_area .ic_like2 {vertical-align:top;margin-top:3px;}

.notice_box .btn_area {float:right;margin-top:31px;}
.notice_box .btn_area div {margin:5px 0;}

.notice_box .v_line {border-left: 1px solid #dcdcdc;margin: 0px 6px;height: 10px;display: inline-block;vertical-align: top;margin-top: 2px;padding-left:0;}


/********** Board_List ***********/
.board_list {border-top:2px solid #b5b5b5;border-bottom:2px solid #cecece;margin-bottom:15px;}
.board_list .list_row {overflow:hidden;background-color:#fff;border-bottom:1px solid #e0e0e0;}
.board_list .list_row:last-child {border-bottom:none;}
.board_list .list_header {text-align:center;color:#555555;background:#e0e0e0;padding:15px 0;font-size:14px;line-height:18px;font-weight:bold;}
.board_list .list_header .list_row_subject {text-align:center;}
.board_list .list_header .list_row_writter {text-align:center;}
.board_list .list_row_number {float:left;width:150px;}
.board_list .list_row_sd {float: left;text-align: left;margin-right: 10px;padding: 0 !important;position:relative;}
.board_list .list_row_date {float:right;width:160px;}
.board_list .list_row_view {float:right;width:60px;}
.board_list .list_row_like {float:right;width:130px;text-align:center;}
.board_list .list_row_writter {float:right;width:125px;text-align:left;}
.board_list .list_nickname {max-width:72%;}

.board_list .list_row_subject {text-align:left;margin-left:180px;margin-right:470px;}
.board_list .list_row_subject a {display:inline-block;max-width:59%;}
.board_list .list_row_subject .list_comment {display:inline-block;vertical-align:top;margin-left:3px;margin-top:2px;text-align:left;font-size:11px;color:#ff9000;}

.board_list .ic_n {vertical-align:top;margin-top:2px;margin-left:2px;}

.board_list .list_series {color:#888888;font-size:13px;padding:20px 0;text-align:center;}
.board_list .list_series:HOVER {background:#f9f9f9;}
.board_list .list_series a:HOVER {text-decoration:underline;}


.board_list .ic_sd {width: 26px;height: 26px;position: absolute;top: -3px;left:0;}

/*lab_board*/
.board_list .list_row_lab {float:left;width:200px;font-weight:bold;}
.board_list .color_contents {color:#62a600;}
.board_list .color_publish {color:#9630ff;}
.board_list .color_game {color:#ff9600;}
.board_list .color_media {color:#6a6a6a;}

/*events_board*/
.arrow_toggle {position: relative;overflow: hidden;text-align: center;font-size:20px;margin-top: 20px;padding-bottom:20px;cursor: pointer;}
.arrow_toggle .arrow_prev {display:inline-block;color: #ff8400;vertical-align: top;}
.arrow_toggle .arrow_next {display:inline-block;color: #ff8400;vertical-align: top;}
.arrow_toggle .txt {display: inline-block;font-size:18px;cursor: pointer;font-weight: bold;color: #444444;vertical-align: top;padding:0 10px;}
.arrow_toggle .txt:HOVER {color:#333333;}

/*talent_board*/
.board_list .list_series p {color:#cacaca;font-weight:bold;margin-top:5px;font-size:12px;}

/*webtoon_series_board*/
.board_list .list_row_image {float: left;width:200px;}
.board_list .list_series .list_row_image {padding:10px 0;}


/********** Board_Gallery_List ***********/
.board_gallery_list {overflow:hidden;}
.board_gallery_list.list_more {display:none;}
.board_gallery_list a {position:relative;}
.board_gallery_list .talent_ic_best {position:absolute;top:0;left:0;z-index:1;}
.board_gallery_list .gallery_list_img {display:block;width:212px;height:158px;border-bottom:1px solid #f3f3f3;}

.board_gallery_list .list_row {list-style:none;float:left;width:212px;margin-right:10px;margin-bottom:15px;border-bottom:4px solid #d8d8d8;position:relative;}
.board_gallery_list .list_row:nth-child(5n) {margin-right:0px;}
.board_gallery_list .list_row_inner {padding:10px;background:#ffffff;}
.board_gallery_list .list_row_inner:HOVER {background:#e9e9e9;}

.board_gallery_list .list_row_subject {margin-top:5px;text-align:left;}
.board_gallery_list .list_row_subject p {display:inline-block;font-size:15px;font-weight:bold;color:#666666;max-width:70%;height:20px;}
.board_gallery_list .list_comment {display:inline-block;vertical-align:top;text-align:left;font-size:13px;margin-left:3px;color:#ff9000;margin-top:1px;}

.dv_tab .ic_n2 {position: absolute;top: -3px;right: -4px;z-index: 1;}
.board_gallery_list .ic_n {vertical-align: top;margin-left:2px;margin-top:3px;}

.board_gallery_list .list_row_info {padding-top:3px;}

.board_gallery_list .list_row_info .list_writter .lv10  {box-shadow: -5px -5px 20px  #78909C inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #78909C; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv20  {box-shadow: -5px -5px 20px  #FFCA28 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #FFCA28; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv30 {box-shadow: -5px -5px 20px  #D4E157 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #D4E157; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv40 {box-shadow: -5px -5px 20px  #42A5F5 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #42A5F5; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv50 {box-shadow: -5px -5px 20px  #7E57C2 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #7E57C2; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv60 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv60; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px #FF7043 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #FF7043;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv70 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv70; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #66BB6A inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #66BB6A; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv75 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv75; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #26C6DA inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #26C6DA;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv80 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv80; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #E53935 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #E53935;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv85 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv85; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #921e03 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #921e03;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv90 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv90; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #049153 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #049153;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv95 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv95; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #d30101 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; ine-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #d30101;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_gallery_list .list_row_info .list_writter .lv100 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: example6; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #aa1212 inset; border: 1px solid #c9c9c9;display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #aa1212;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
/* Safari 4.0 - 8.0 */
@keyframes lv60 {from {background-color: white;} to {background-color: #FF7043;}}
@keyframes lv70 {from {background-color: white;} to {background-color: #66BB6A;}}
@keyframes lv75 {from {background-color: white;} to {background-color: #26C6DA;}}
@keyframes lv80 {from {background-color: white;} to {background-color: #E53935;}}
@keyframes lv85 {from {background-color: white;} to {background-color: #921e03;}}
@keyframes lv90 {from {background-color: white;} to {background-color: #049153;}}
@keyframes lv90 {from {background-color: white;} to {background-color: #049153;}}
@keyframes lv95 {from {background-color: white;} to {background-color: #d30101;}}
@keyframes lv100 {from {background-color: white;} to {background-color: #aa1212;}}

.board_gallery_list .list_nickname {max-width: 73%;display: inline-block;height:14px;}
.board_gallery_list .list_row_info2 {padding-top:19px;overflow:hidden;}
.board_gallery_list .list_date {float:left;font-size:11px;font-weight:bold;color:#cacaca;}
.board_gallery_list .list_like {float:right;}
.board_gallery_list .list_view {float:right;margin-left:8px;}

/*talent_drawing*/
.talent_banner {margin-top:15px;margin-bottom:60px;}
.talent_banner .talent_banner1 {float:left;width:550px;height:80px;background:url('/assets/images/talent/talent_banner1.png') no-repeat center center;}
.talent_banner .talent_banner2 {display:inline-block;width:550px;height:80px;background:url('/assets/images/talent/talent_banner2.png') no-repeat center center;}

/********** Board_List_Box ***********/
.board_list_box .list_row {width:360px;}
.board_list_box .list_row:nth-child(3n) {margin-right:0;}
.board_list_box .list_row_inner {padding:30px 0 0 80px;}
.board_list_box .talent_ic_best2 {position:absolute;top:30px;left:20px;}

.board_list_box .list_row_subject {margin-top: 0;}
.board_list_box .list_row_subject p {font-size:18px;}
.board_list_box .list_comment {font-size:16px;}
.board_list_box .ic_n {margin-top:5px;}

.board_list_box .row_content {width:230px;color:#aaaaaa;font-size:14px;line-height:20px;margin:14px 0 30px;height:60px;}
.board_list_box .row_info {border-top:1px solid #f3f3f3;padding-top:12px;overflow:hidden;position:relative;width:100%;}
.board_list_box .list_writter {float:left;}
.board_list_box .list_date {float:none;font-size:12px;padding:6px 0 12px;}
.board_list_box .list_like {position:absolute;top:18px;right:20px;}
.board_list_box .ic_like {margin-top:5px;}
.board_list_box .likes {font-size:18px;}



/********** Board_Read ***********/
/*.board_read_wrap {background:#ffffff;}*/
.board_read_wrap .board_read {background:#ffffff;}
.board_read_wrap .board_header {border-top: 2px solid #b5b5b5;font-weight: bold;color: #555555;overflow: hidden;background: #e0e0e0;padding: 0 30px;position:relative;}
.board_read_wrap .board_subject {float: left;font-size: 16px;font-weight: bold;color: #555555;letter-spacing: 0.2px;padding: 15px 0;width: 83.5%;word-break: break-all}
.board_read_wrap .board_date {font-size: 14px;color: #888888;letter-spacing: 0.2px;position: absolute;bottom: 15px;right: 30px;}
.board_desc_area {text-align: right;margin-top: 20px;padding: 0 30px;}

.board_desc_area .lv10  {box-shadow: -5px -5px 20px  #78909C inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #78909C; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv20  {box-shadow: -5px -5px 20px  #FFCA28 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #FFCA28; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv30 {box-shadow: -5px -5px 20px  #D4E157 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #D4E157; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv40 {box-shadow: -5px -5px 20px  #42A5F5 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #42A5F5; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv50 {box-shadow: -5px -5px 20px  #7E57C2 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #7E57C2; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv60 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv60; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px #FF7043 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #FF7043;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv70 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv70; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #66BB6A inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #66BB6A; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv75 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv75; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #26C6DA inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #26C6DA;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv80 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv80; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #E53935 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #E53935;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv85 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv85; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #921e03 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #921e03;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv90 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv90; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #049153 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #049153;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv95 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv95; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #d30101 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; ine-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #d30101;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_desc_area .lv100 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: example6; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #aa1212 inset; border: 1px solid #c9c9c9;display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #aa1212;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}

.board_desc {color: #888888;letter-spacing: 0.2px;}
.board_desc li {display:inline-block;vertical-align:middle;}
.board_desc .row_writter .board_nickname {display:inline-block;}
.board_desc .row_writter .ic_sd {width:18px;height:18px;}
.board_desc .row_info {color:#a8a8a8;margin-left:5px;}
.board_desc .row_like {margin-left:10px;}
.board_desc .row_like .likes {margin-left:3px;}
.board_desc .row_hate {margin-left:10px;}

.board_content {padding:50px 30px;word-break:break-word;}
.board_content img {max-width:100%;}
.board_content .content_text {margin-top:30px;font-weight:normal;font-size:14px;letter-spacing:0;line-height:1.4;color:#000000;}
.text_board_wrap .list_btn {position:absolute;right:0;top:0;margin-top:20px;}

.board_footer .share_layer {padding-right:30px;text-align:right;}
.board_footer .share_layer .share_txt {font-size: 13px;color: #a5a5a5;padding-right: 2px;margin-top: 17px;vertical-align: top;}
.board_footer .share_layer li {display: inline-block;}
.board_footer .like_layer {padding-bottom:60px;text-align:center;}

.board_address {padding:0 30px 20px;font-size:15px;font-weight:bold;}

/*  Board_Reply */
.board_reply_layer {height:auto;padding-bottom:40px;font-size:12px;font-weight:normal;background:#ffffff;}
.board_reply_layer .txt_reply_cnt {background:#fff;color:#444444;font-size:17px;font-weight:bold;padding:0 30px;margin-bottom:10px;}
.board_reply_layer .txt_reply_cnt a {color:#444444;}
.board_reply_layer .reply_cnt {margin-left:3px;color:#ff9000;}
.board_reply_layer .click_reply_txt {font-size: 12px;font-weight: normal;color: #7a7a7a;display: inline-block;margin-left: 5px;}
.board_reply_layer .click_reply_txt i {color: #7a7a7a;font-size: 17px;display: inline-block;vertical-align: top;margin-top: -2px;margin-right:3px;}

.board_reply_list {border-top:2px solid #cbcbcb;border-bottom:2px solid #cbcbcb;padding:0px 9px;margin: 20px 30px 0;}
.board_reply_list .board_reply_row {padding:20px;border-bottom:1px solid #d7d7d5;font-weight:normal;font-size:12px;}
.board_reply_list .board_reply_row:last-child {border-bottom:none;}
.board_reply_list .board_reply_row .reply_body {margin-left:172px;margin-right:90px;}
.board_reply_list .reply_label {float: left;width: 137px;text-align: left; line-height: 18px;padding: 4px 0;}
.board_reply_list .reply_label .reply_icon_lv {float:left;width:27px;height:18px;}
.board_reply_list .reply_label .reply_name {width:105px;}
.board_reply_list .reply_label * {display:inline-block;vertical-align:middle;}
.board_reply_list .reply_icon_sd {float:left;}
.board_reply_list .reply_icon_sd img {width:26px;height:26px;}
.board_reply_list .reply_body .reply_content {font-size: 12px;letter-spacing: 0.5px;padding: 6px 0;word-break: break-word;}
.board_reply_list .reply_body .reply_ip {margin-top:3px;color:#bbbbbb;font-weight:bold;}

.board_reply_list .reply_body .reply_img {width:230px;height:173px;margin-bottom:10px;}
.board_reply_list .reply_body .reply_img:HOVER {cursor:pointer;}
.board_reply_list .reply_body .reply_img img {width:100%;height:100%;}

.board_reply_list .reply_body .reply_date {font-weight:normal;font-size:12px;color:#bbbbbb;letter-spacing:0.5px;}

.board_reply_list .reply_report {float:right;text-align:center;margin-top:2px;/*width:65px;*/overflow:hidden;}
.board_reply_list .reply_report a {float:left;}

.board_reply_list .row_info2 {display:inline-block;}
.board_reply_list .reply_report .row_report {display:inline-block;color: #9c9c9c;line-height:8px;}

.board_reply_list .cmt_re_name {font-size:13px;font-weight: 900;color: #aaaaaa;margin-right: 7px;display: inline-block;vertical-align: top;margin-top:-2px;}
.board_reply_list .comment_reply2 {position: relative;/*margin: 0 20px*/;padding: 20px 50px 20px 60px;}
.board_reply_list .comment_reply2 .ic_cmt_re {position: absolute;left:40px;}
.board_reply_list .comment_reply3 {position: relative;/*margin: 0 20px*/;padding: 20px 50px 20px 100px;}
.board_reply_list .comment_reply3 .ic_cmt_re {position: absolute;left:80px;}

.board_reply_layer .btn_reply_submit {width:130px;height:90px;background:#555555;cursor:pointer;position:absolute;right:0;bottom:0;}
.board_reply_layer .btn_reply_submit:hover {background:#333333;}
.board_reply_layer .btn_reply_submit .text {text-align:center;font-size:15px;font-weight:bold;color:#fff;letter-spacing:0.5px;line-height:90px;}
.board_reply_layer .reply_warning p {margin:2px 5px;font-size:13px;color:#8c8c8c;}

.board_reply_write {padding: 0 30px;}
.board_reply_write .reply_cmt_wrap {border-left: 1px solid #e0e0e0;position:relative;}
.board_reply_write .reply_cmt_wrap .reply_textarea {display: flex;}
.board_reply_layer .reply_cmt_wrap .reply_textarea textarea {
    display: inline-block;
    width: 869px;
    height: 49px;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
    resize: none;
    border: none;
    background: #f3f3f3;
    padding: 20px;
	border-top: 1px solid #e0e0e0;
}

.board_reply_layer .reply_cmt_wrap .reply_textarea textarea::-webkit-input-placeholder {color:#ababab;}
.board_reply_layer .reply_cmt_wrap .reply_textarea textarea::-moz-input-placeholder {color:#ababab;}
.board_reply_layer .reply_cmt_wrap .reply_textarea textarea::-ms-input-placeholder {color:#ababab;}

.board_reply_row .board_reply_write {padding:0;}
.board_reply_layer .reply_cmt_wrap .reply_textarea {margin-right:130px;}
.board_reply_layer .reply_cmt_wrap .reply_cmt_img_area {display:none; overflow: hidden;clear: both;margin-right:130px;background: #f3f3f3;padding:0 20px 20px;}
.board_reply_layer .reply_cmt_wrap .reply_cmt_img {width:120px;height: 120px;float: left;position:relative;margin:10px 5px 0 0;}
.board_reply_layer .reply_cmt_wrap .reply_cmt_img input {display:none;}
.board_reply_layer .reply_cmt_wrap .reply_cmt_img img {width:100%;height:100%;background:#fff;}
.board_reply_layer .ic_cmt_cancel {position: absolute;top: -8px;right: -10px;cursor:pointer;}

.board_reply_layer .file {float: left;position: relative;width: 73px;padding: 6px 0;background: #ffffff;text-align: center;border: 1px solid #888888;font-weight: bold;color: #777777;font-size: 13px;}
.board_reply_layer .file_upload label {position: absolute;top: 0;left: 0;width:100%;height: 100%;margin: 0;padding: 0;opacity: 0;z-index: 0;cursor: pointer}
.board_reply_layer .file_upload input[type=file] {position:absolute;width:0;height:0;bottom:0;overflow:hidden;border:none;}

.board_reply_layer .reply_upload {position: relative;padding: 0 20px;margin-top: 10px;}
.board_reply_layer .reply_upload .txt {display:inline-block;font-size:12px;color:#acacac;font-weight:bold;font-family:'돋움',Dotum;margin-left:2px;margin-top:1px;}
.board_reply_layer .reply_upload.reply_upload_on .txt {border-bottom:1px solid #c7c7c7;padding-bottom:1px;}
.board_reply_layer .reply_upload.reply_upload_on .ic_cmt_n {width: 4px;height: 4px;background: #ff8400;position: absolute;top: -1px;left:130px;border-radius: 4px;}

.board_reply_layer .reply_upload a {position:relative;}
.board_reply_layer .reply_upload .ic_cmt_n {position: absolute;top:-1px;right:-6px;}


/*  Board_Remote */
.wrap_remote {background:#222222;height:80px;}
.wrap_remote .remote_layer {width:1100px;margin:0 auto;overflow:hidden;}

.remote_layer .remote_comment {float:left;margin-left:50px;font-size:18px;color:#ffffff;padding:25px 0;cursor:pointer;}
.remote_layer .remote_comment .ic_comment {vertical-align:top;}
.remote_layer .remote_comment .comment_cnt {color:#ffae00;}

.remote_layer .remote_nav {float:right;width:130px;font-size:18px;color:#ffffff;text-align:center;padding:30px 0;}
.remote_layer .remote_nav:HOVER {background:#ff8400;color:#222222;}

.reply_overlay .board_reply_list {margin:0;border-bottom:none;}



/********** Board_Write ***********/
.write_area {padding: 30px;overflow: hidden;background: #fff;border-bottom: 4px solid #d8d8d8;}
.write_area .info_area {font-size: 16px;font-weight: bold;color:#666666;/*line-height: 27px;*/}
.write_area .info {display:inline-block;margin-bottom:10px;margin-right:25px;vertical-align:top;}
.write_area .info p {margin-bottom:5px;}
.write_area select {border: 1px solid #b5b5b5;background: #ffffff;padding:10px;font-weight:normal;font-size:15px;line-height:15px;font-family:'Nanum Gothic';color:#333333;}
/* .write_area span {font-size:20px;color: #aaaaaa;padding:0px 4px;} */
.write_area input[type=text] {width:1008px;margin-bottom:10px;border: 1px solid #b5b5b5;background: #ffffff;padding:10px 15px;font-size:16px;}
.write_area input[type=text].select_input {background:#f6f6f6;}
/*.write_area input[type=text]:nth-child(2) {margin-top:10px;}*/
.write_area input::-webkit-input-placeholder {color:#888888;font-weight:normal;font-size:16px;}
.write_area input::-moz-placeholder {color:#888888;font-weight:normal;font-size:16px;}
.write_area input:-ms-input-placeholder {color:#888888;font-weight:normal;font-size:16px;}


.write_thumb_header .info_area {padding-bottom:20px;}
.write_thumb_header .thumb_area {float: left;position: relative;width:212px;height:158px;margin-bottom:30px;}
.write_thumb_header .thumb_area input {position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;opacity: 0;cursor: pointer;border: none;}
.write_thumb_header .thumb_area img {width: 100%;height: 100%;background: url('/assets/images/common/no_thumb.png') no-repeat center center;background-size: 100% 100%;}
.write_thumb_header input[type=text] {width:778px;margin-bottom:5px;}
.write_thumb_header input[type=text]:nth-child(3) {margin-bottom:10px;}
.write_thumb_header .info_area {margin-left:230px;position:relative;overflow:hidden;}

.write_area .info_area_msg {margin-top:5px;}
.write_area .info_area_msg p {font-size: 14px;line-height: 25px;font-weight:normal;color:#666666;}

.write_area .chk_area {margin-top:6px;}
.write_area .chk_area li {display:inline-block;margin-right:15px;}
.write_area .chk_area span {vertical-align:middle;}
.write_area .chk_area .chapter {width:58px;vertical-align:middle;text-align:right;margin-bottom:0;}
.write_area .chk_area .radio {width:18px;height:18px;vertical-align:middle;margin-top: 1px;}


/***********************************************
******************** Lab **********************
***********************************************/

/****** Menu ******/
.lab_menu {margin:0 auto;width:1100px;height:50px;line-height:51px;font-weight:900;color:#666666;font-size:14px;}
.lab_menu li {width:110px;float:left;text-align:center;padding:0 36px;}
.lab_menu a:hover {color:#ff8400;}
.lab_menu a {display:inline-block;width:100%;height:51px;position:relative;}
.lab_menu .lab_active a {color:#ff8400;box-shadow:inset 0 -3px #ff8400;transition:color 0.5s;-webkit-transition:color 0.5s;-moz-transition:color 0.5s;-o-transition:color 0.5s;}
.lab_menu .ic_n3 {position:absolute;top:16px;right:11px;}
/**/

.dv_lab .btn_write {margin-right:0px;}
.dv_lab .board_series {margin-top:30px;}

.dv_lab .board_list .list_row_subject {margin-left: 200px;margin-right:380px;}
.dv_lab .board_list .lab_row_date {width:170px;}
.dv_lab .board_list .list_row_like {width:70px;}
.dv_lab .board_list .list_row_view {width:140px;}

.dv_lab .write_thumb_header .info_area select {width:220px;margin-top:12px;}
.dv_lab .btn_delete {margin-right:0px;}

.dv_lab .board_reply_list {display:none;}
.dv_lab .board_reply_layer .board_reply_write {display:none;}

/* .dv_lab .pos_relative {height: 43px;position: absolute;width: 313px;} */
.dv_lab .search_box {position: relative;top: 0;float: left;margin-top: 6px;}
.dv_lab .wrap_pagination {margin-left:313px;margin-right:120px;}
.dv_lab .wrap_pagination .pagination {margin-left:-182px;}


/***********************************************
******************** UserLab ******************
***********************************************/

.dv_userlab .board_series {margin-top:30px;}

.dv_userlab .board_list .list_row_subject {margin-left:165px;margin-right:460px;}
.dv_userlab .board_list .list_row_number {width:130px;}
.dv_userlab .board_list .list_row_date {width:160px;}
.dv_userlab .board_list .list_row_like {width:110px;}
.dv_userlab .board_list .list_row_view {width:80px;}

.board_series .lv10  {box-shadow: -5px -5px 20px  #78909C inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #78909C; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv20  {box-shadow: -5px -5px 20px  #FFCA28 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #FFCA28; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv30 {box-shadow: -5px -5px 20px  #D4E157 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #D4E157; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv40 {box-shadow: -5px -5px 20px  #42A5F5 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #42A5F5; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv50 {box-shadow: -5px -5px 20px  #7E57C2 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #7E57C2; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv60 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv60; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px #FF7043 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #FF7043;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv70 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv70; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #66BB6A inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #66BB6A; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv75 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv75; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #26C6DA inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #26C6DA;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv80 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv80; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #E53935 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #E53935;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv85 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv85; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #921e03 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #921e03;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv90 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv90; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #049153 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #049153;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv95 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv95; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #d30101 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; ine-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #d30101;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_series .lv100 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: example6; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #aa1212 inset; border: 1px solid #c9c9c9;display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #aa1212;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}


/* admin */
.dv_userlab .board_list.board_list_admin .list_row_subject {margin-left:165px;margin-right:550px;}
.dv_userlab .board_list.board_list_admin .list_row_check {width:130px;float:left;position:relative;}
.dv_userlab .board_list.board_list_admin .list_row_check_submit {width: 140px;height: 18px;float: right;position: relative;}
.dv_userlab .board_list.board_list_admin .list_row_best {width:90px;height: 18px;float: right;position: relative;}

.dv_userlab .board_list.board_list_admin .list_row_date {width:130px;}
.dv_userlab .board_list.board_list_admin .list_row_like {width:110px;}
.dv_userlab .board_list.board_list_admin .list_row_view {width:60px;}


.dv_userlab .board_list.board_list_admin .btn_best {
	cursor: pointer;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e73100;
    color: #e73100;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: -7px;
}
.dv_userlab .board_list.board_list_admin .btn_best:HOVER {background:#ffeeee;}

.dv_userlab .board_list.board_list_admin .btn_best_cancel {
	cursor: pointer;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888888;
    color: #888888;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: -7px;
}
.dv_userlab .board_list.board_list_admin .btn_best_cancel:HOVER {background:#ececec;}

.dv_userlab .board_list.board_list_admin .list_row_check_submit .btn_submit {
	cursor: pointer;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff9000;
    color: #ff9000;
    font-weight: bold;
    position: absolute;
    right: 29px;
    top: -7px;
}
.dv_userlab .board_list.board_list_admin .list_row_check_submit .btn_submit:HOVER {background:#fff2e5;}

.dv_userlab .board_list.board_list_admin .list_row_check_submit .btn_submit_cencel {
	cursor: pointer;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888888;
    color: #888888;
    font-weight: bold;
    position: absolute;
    right: 29px;
    top: -7px;
}
.dv_userlab .board_list.board_list_admin .list_row_check_submit .btn_submit_cencel:HOVER {background:#ececec;}


.dv_userlab .board_list.board_list_admin .check_box {position:absolute;top:2px;left:21px;}

/*
.dv_userlab .board_list.board_list_admin .label_open {display: inline-block;width:48px;height:20px;line-height:20px;background:#ff9000;color:#ffffff;}
.dv_userlab .board_list.board_list_admin .label_close {display: inline-block;width:48px;height:20px;line-height:20px;background:#888888;color:#ffffff;}
*/
.dv_userlab .board_list.board_list_admin .label_open {
	display: inline-block;
    width: 48px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    border-radius: 10px;
    border: 2px solid #ff9000;
    background: #ff9000;
    color: #ffffff;
}

.dv_userlab .board_list.board_list_admin .label_close {
	display: inline-block;
    width: 48px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    border-radius: 10px;
    border: 2px solid #888888;
    background: #888888;
    color: #ffffff;
}

.dv_userlab .board_list .label_notice {
	display: inline-block;
    width: 48px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    border-radius: 10px;
    border: 2px solid #ed4d4d;
    background: #ed4d4d;
    color: #ffffff;
	/*font-weight:bold;*/
}

.dv_userlab .board_list.board_list_admin .talent_ic_best2 {margin-top:-2px;}

.dv_userlab .wrap_pagination {position:relative;margin:20px 0;padding-top:0;}

.dv_userlab .write_thumb_header .info_area select {width:220px;margin-top:12px;}
.dv_userlab .btn_delete {margin-right:0px;}
.dv_userlab .btn_list_return {margin-left:5px;}


.dv_userlab .board_reply_list {display:none;}
.dv_userlab .board_reply_layer .board_reply_write {display:none;}

.dv_userlab .pos_relative {height: 43px;position: absolute;width: 313px;}
.dv_userlab .search_box {top:4px;}

.dv_userlab .all_select {margin-left:0;}

/*
.dv_userlab .list_notice {background:#fff7f7;}
.dv_userlab .list_notice:HOVER {background:#fff7f7;}
*/

/*write*/
.dv_userlab .write_area .info_area_msg p {line-height:23px;}
.dv_userlab .write_area .info_area_msg {margin-top:0;margin-bottom:10px;}

.dv_userlab .write_area .notice_area {margin-bottom:8px;}
.dv_userlab .write_area .label_notice {display:inline-block;vertical-align:top;margin-top:-1px;margin-left:-3px;cursor:pointer;font-size:15px;
   -ms-user-select: none;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}


/***********************************************
******************** Event *********************
***********************************************/
.ev_noEvent {padding:70px 0;text-align:center;font-weight:bold;font-size:16px;background: #ffffff;}


/********** Tab ***********/
.dv_events .dv_tab {height:47px;}
.dv_events .dv_tab li {width:200px;font-size:14px;padding: 15px 0;}
.dv_events .dv_tab .selected_tab {box-shadow: inset 0 3px #666666;}
.dv_events .dv_tab .tab_2 {left:201px;}
.dv_events .dv_tab .tab_3 {left:402px;}

.dv_events .search_box {position: absolute;top:175px;right: 0;z-index: 2;}

/**/

.dv_events .write_thumb_header .chapter {padding:10px 16px;width:100px;margin-bottom:0;background:#ffffff;border:1px solid #b5b5b5;}
.dv_events .write_thumb_header .info_area select {width:150px;}

/********** Board_Gallery_List(ev) **********/
.dv_events .board_gallery_list .list_row {width:267px; }
.dv_events .board_gallery_list .list_row:nth-child(4n) {margin-right:0;}
.dv_events .board_gallery_list .list_row:nth-child(5n) {margin-right:10px;}
.dv_events .board_gallery_list .gallery_list_img {width:267px;height:198px;}
.dv_events .board_gallery_list .list_opacity {position:absolute;top:0;width:267px;height:198px;z-index:1;}
.dv_events .board_gallery_list .list_row_inner {padding:15px;}

.dv_events .board_gallery_list .list_row_subject .list_subject {max-width:78%;font-size: 16px;line-height: 16px;height:20px;}
.dv_events .main_body .board_gallery_list .list_row_subject .list_subject {max-width:90%; !important;}

.dv_events .board_gallery_list .list_row_contents {padding-bottom:30px;font-size:13px;line-height:16px;color:#999999;height:32px;}
.dv_events .board_gallery_list .list_row_date {font-size:12px;line-height:12px;color:#989898;}
.dv_events .board_gallery_list .list_row_date .date_ing {font-size:12px;line-height:12px;font-weight:bold;color:#5fa8e5;margin-right:10px;}
.dv_events .board_gallery_list .list_row_date .date_end {font-size:12px;line-height:12px;font-weight:bold;color:#666666;margin-right:10px;}
.dv_events .notice_box .info_area.series_info {margin-right:0;}

.dv_events .events_add_reply .board_reply_write {display:none;}
.dv_events .events_add_reply .board_reply_list {display:none;}

/********** Board_Gallery_List2(ev) **********/
.dv_events .images_body .board_gallery_list .list_row {width:212px;}
.dv_events .images_body .board_gallery_list .gallery_list_img {width:212px;height:158px;}
.dv_events .images_body .board_gallery_list .list_row_inner {padding:10px;}
.dv_events .images_body .board_gallery_list .list_row:nth-child(4n) {margin-right:10px;}
.dv_events .images_body .board_gallery_list .list_row:nth-child(5n) {margin-right:0;}

/********** Board_List(ev) ***********/
.dv_events .board_list .list_row_number {width: 120px;}

.dv_events .board_list .list_row_writter {width:110px;}
.dv_events .board_list .list_row_like {width:130px;}
.dv_events .board_list .list_row_view {width:70px;}
.dv_events .board_list .list_row_date {width:130px;}

.dv_events .board_list .list_row_subject {margin-left:153px;margin-right:440px;}

/********** Board_Write(ev) ***********/
.write_result .info_area {margin-left:0;padding-bottom:0;}
.write_result .write_thumb_header input[type=text] {width:1008px;}
.write_result .info {display:none;}
.write_result .write_thumb_header input[type=text]:nth-child(2) {margin-bottom:10px;}



/***********************************************
******************** Talent ********************
***********************************************/

/****** Menu ******/
.talent_menu {margin:0 auto;width:1100px;height:50px;line-height:51px;font-weight:900;color:#666666;font-size:14px;}
.talent_menu li {width:110px;float:left;text-align:center;padding:0 36px;}
.talent_menu a:hover {color:#ff8400;}
.talent_menu a {display:inline-block;width:100%;height:51px;}
.talent_menu .talent_active a {color:#ff8400;box-shadow:inset 0 -3px #ff8400;transition:color 0.5s;-webkit-transition:color 0.5s;-moz-transition:color 0.5s;-o-transition:color 0.5s;}
/**/

/* .dv_talent .header_txt {margin-bottom:30px;position:relative;} */

.dv_talent .board_list .list_series div:nth-child(-n+5) {padding:10px 0;}
.dv_talent .board_list .list_row_number {width:120px;}
.dv_talent .board_list .list_row_view {width:120px;}
.dv_talent .board_list .list_row_like {width:90px;}
.dv_talent .board_list .list_row_subject {margin-left:157px;margin-right:330px;}
.dv_talent .board_list .list_row_subject a {font-size: 16px;font-weight: bold;}
.dv_talent .board_list .list_row_subject .list_comment {font-size: 14px;margin-top:1px;}
.dv_talent .board_list .list_row_subject .ic_n {margin-top:4px;}

.dv_talent .board_list .ic_sd {position:absolute;top:8px;left:0;}



/********** Board_Selfdragon_List ***********/
.sd_nav {overflow:hidden;margin:10px 0;}
.sd_nav ul {float:left;line-height:13px;letter-spacing:-0.5px;font-size:12px;color:#888888;}
.sd_nav li {display:inline-block;margin-right:20px;position:relative;}
.sd_nav li:HOVER {color:#555555;font-weight:bold;cursor:pointer;}
.sd_nav .active {color:#555555;font-weight:bold;cursor:pointer;}
.sd_nav .sd_ic_check {position:absolute;left:-15px;}

.selfdragon_body .board_gallery_list {overflow:hidden;}
.selfdragon_body .board_gallery_list input {display: block;position: absolute;top:0;left:0;margin:0;}
.selfdragon_body .board_gallery_list .list_row {width:168px;border:1px solid #dcdcdc;margin-right:16px;}
.selfdragon_body .board_gallery_list .list_row:nth-child(5n) {margin-right:16px;}
.selfdragon_body .board_gallery_list .list_row:nth-child(6n) {margin-right:0;}
.selfdragon_body .board_gallery_list .gallery_list_img {display:block;width:148px;height:140px;}
.selfdragon_body .board_gallery_list .gallery_list_hidden {position: absolute;top: 10px;left: 10px;width: 148px;height: 140px;}

.selfdragon_body .board_gallery_list .list_row_subject {margin-top: 10px;}
.selfdragon_body .board_gallery_list .list_nickname {max-width:58%;}
.selfdragon_body .board_gallery_list .list_row_info2 {padding-top:20px;font-size:11px;color:#989898;}
.selfdragon_body .board_gallery_list .info_coin {float:left;padding-right: 10px;border-right: 1px solid #dddddd;height: 8px;line-height: 8px;margin-top: 3px;}
.selfdragon_body .board_gallery_list .info_like2 {float:left;padding-left: 10px;}

.selfdragon_body .btn_write {width:140px;}
.selfdragon_body .search_box {top:-15px;}

.selfdragon_body .board_gallery_list .list_comment {margin-top:1px;}
.selfdragon_body .board_gallery_list .ic_n {margin-top:3px;}

.selfdragon_body .wrap_pagination {margin-left:147px;margin-right:140px;}


/********* talent_selfdragon_read *********/
.selfdragon_body .board_content {border-bottom: 10px solid #f3f3f3;padding:60px 50px;position:relative;overflow:hidden;}
.selfdragon_body .board_reply_layer .txt_reply_cnt {padding-top:60px;}
.selfdragon_body .board_ip {position: absolute;right: 30px;top: 15px;}
.selfdragon_body table {border:0;}

.sd_board_desc {float:right;width:665px;text-align:left;position: relative;}
.sd_subject_area {overflow:hidden;}
.sd_subject_area .sd_subject {font-size: 28px;font-weight: bold;color: #444444;float: left;padding-right: 15px; margin-top: 7px;max-width: 55.5%;}
.sd_subject_area .sd_number {color: #999999;font-size: 18px;font-weight: bold;margin-top: 14px;display: inline-block;padding-left: 15px;line-height: 28px;position:relative;}
.sd_subject_area .sd_line {line-height: 12px;border-left:4px solid #d6d6d6;position: absolute;left: 0;height: 14px;top: 10px;}
.sd_subject_area .sd_point_color {font-size:26px;color:#ff8400;}
.sd_subject_area .sd_bar {padding:0 5px;}

.board_content .lv10  {box-shadow: -5px -5px 20px  #78909C inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #78909C; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv20  {box-shadow: -5px -5px 20px  #FFCA28 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #FFCA28; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv30 {box-shadow: -5px -5px 20px  #D4E157 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #D4E157; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv40 {box-shadow: -5px -5px 20px  #42A5F5 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #42A5F5; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv50 {box-shadow: -5px -5px 20px  #7E57C2 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #7E57C2; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv60 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv60; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px #FF7043 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #FF7043;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv70 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv70; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #66BB6A inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #66BB6A; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv75 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv75; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #26C6DA inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #26C6DA;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv80 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv80; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #E53935 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #E53935;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv85 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv85; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #921e03 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #921e03;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv90 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv90; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #049153 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #049153;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv95 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv95; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #d30101 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; ine-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #d30101;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.board_content .lv100 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: example6; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #aa1212 inset; border: 1px solid #c9c9c9;display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #aa1212;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}






.sd_writter_area {padding:20px 0 50px;}
.sd_writter_area .sd_label {display: inline-block;font-size:14px;font-weight:bold;color:#bababa;margin-right:3px;vertical-align: top;margin-top: -1px;}

.sd_info_area {overflow:hidden;font-weight:bold;color:#999999;font-size:18px;position:relative;}
.sd_info_area .sd_info_view {float:left;padding-right:10px;}
.sd_info_area .sd_info_hate {position:relative;display:inline-block;}
.sd_info_area .sd_hate {padding-left:10px;color:#bababa;}
.sd_info_area .sd_line {line-height: 12px;border-left: 2px solid #d6d6d6;position: absolute;left: 0;height:8px;top:8px;}

.sd_get_box {position:absolute;right:0;top:0;}
.sd_get_box .sd_get_goin {display:inline-block;font-weight:bold;border-top: 4px solid #666666;background: #f9f9f9;text-align: left; padding: 25px 0;width: 170px;text-align: center;}
.sd_get_box .sd_get_goin .text1 {font-size:14px;color:#999999;text-indent:3px;margin-bottom:5px;}
.sd_get_box .sd_get_goin .text2 {font-size:30px;color:#444444;}

.sd_info_area2 {margin-top:55px;border-top: 2px solid #777777;border-bottom: 2px solid #777777;}
.sd_info_area2 .sd_info_table {font-size:14px;line-height:16px;color:#555555;font-weight:bold;text-align:center;}

.sd_info_area2 .info_row td {padding:15px 0;border-right:1px solid #999999;border-bottom:1px solid #999999;}
.sd_info_area2 .info_row2 td {border-bottom:none;}
.sd_info_area2 .info_row td:nth-child(odd) {background:#f4f4f4;color:#777777;width:30px;}
.sd_info_area2 .info_row td:nth-child(even) {width: 65px;font-weight: normal;color: #444444;}
.sd_info_area2 .info_row td.col5 {width:42px;}
.sd_info_area2 .info_row td.col6 {width:93px;border-right:none;}

.sd_info_area2 .info_row2 td.col1 {vertical-align:top;}
.sd_info_area2 .info_row2 td.col2 {text-align:left;word-break:keep-all;word-wrap:break-word;height:87px;vertical-align: top;border-right:none;overflow-y: auto;padding: 10px 20px;}
.sd_info_area2 .info_row2 td.col2 p {height: 97px;line-height:21px;}

.sd_board_img_list {margin-right:665px;}
.sd_board_img_list .sd_imgs {position: relative;width:300px;height:300px;}
.sd_board_img_list .sd_imgs img {width: 298px;height: 298px;border: 1px solid #dcdcdc;}
.sd_imgs .sd_hidden3 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('/assets/images/selfdragon/sd_hidden_child.png') no-repeat center center;background-size: 100% 100%;}
.sd_imgs .sd_hidden4 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('/assets/images/selfdragon/sd_hidden_adult.png') no-repeat center center;background-size: 100% 100%;}
.sd_imgs li {display:none;position:absolute;top:0;left:0;}
.sd_imgs li.active {display:block;}

.sd_board_list {overflow:hidden;margin-top:4px;}
.sd_board_list li {float: left;position: relative;width: 70px;height: 70px;margin-right: 4px;border: 1px solid #dcdcdc;}
.sd_board_list li.selected {border:1px solid #ff8400;}
.sd_board_list li:last-child {margin-right:0;}

.sd_board_list li img {width:100%;height:100%;}
.sd_board_list .sd_hidden3 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('/assets/images/selfdragon/sd_hidden_t_child.png') no-repeat center center;background-size: 100% 100%;cursor:pointer;}
.sd_board_list .sd_hidden4 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('/assets/images/selfdragon/sd_hidden_t_child2.png') no-repeat center center;background-size: 100% 100%;cursor:pointer;}

/********* talent_selfdragon_write *********/
.sd_write_area {border-top:4px solid #666666;border-bottom:4px solid #666666;}
.sd_write_area tr:last-child td{border-bottom:0;}
.sd_write_area .col1 {background:#e2e2e2;width:180px;border-bottom:1px solid #f3f3f3;font-size:16px;font-weight:bold;color:#666666;line-height: 14px;}
.sd_write_area .col2 {border-bottom:1px solid #dadada;padding:20px;color:#666666;font-size:16px;}
.sd_write_area .sd_ic_arrow {margin-left:20px;margin-right:8px;}
.sd_write_area input::-webkit-input-placeholder {font-size:16px;color:#cbcbcb;font-weight:normal;text-indent:10px;}
.sd_write_area input::-moz-placeholder {font-size:16px;color:#cbcbcb;font-weight:normal;text-indent:10px;}
.sd_write_area input:-ms-input-placeholder {font-size:16px;color:#cbcbcb;font-weight:normal;text-indent:10px;}
.sd_write_area input:-moz-placeholder {font-size:16px;color:#cbcbcb;font-weight:normal;text-indent:10px;}

.info_row .sd_content {padding:10px;width:800px;background:#f6f6f6;border:none;font-size:16px;text-indent:10px;}
.info_row2 .sd_content {width:250px;}
.info_row2 td:nth-child(3n) {border-bottom:1px solid #dadada;}
.info_row2 .txt {margin-left:10px;}

.info_row_check .col2 {padding:30px 40px;}
.info_row_check ul {padding:0;margin:0;}
.info_row_check ul li {display:inline-block;margin-right:35px;position:relative;}
.info_row_check ul li input[type=radio]{position:absolute;visibility:hidden;}
.info_row_check ul li label {display:block;position:relative;color:#666666;font-size:16px;padding-left:28px;cursor:pointer;z-index:9;}
.info_row_check ul li:hover label {color:#ff8400;}
.info_row_check ul li .check {display:block;position:absolute;border:1px solid #787878;border-radius:100%;width:18px;height:18px;top:0;left:0;z-index:5;}
.info_row_check ul li:hover .check {border:1px solid #ff8400;}
.info_row_check ul li .check::before {display: block;position: absolute;border-radius: 100%;margin: auto;top: 4px;left: 4px;width: 10px; height: 10px;content: '';transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
.info_row_check ul li input[type=radio]:checked ~ .check::before {background:#ff8400;}

.info_row6 .col1 {vertical-align:top;padding-top:30px;}
.info_row6 .col2 {padding:30px 20px;}
.info_row6 .sd_img {float:left;margin-right:15px;}
.info_row6 .sd_img .file_upload {position:relative;width:139px;height:140px;background:url('/assets/images/selfdragon/sd_dragon_photo.png') no-repeat top left;}
.info_row6 .sd_img .file_upload2 {position:relative;width:139px;height:140px;background:url('/assets/images/selfdragon/sd_dragon_photo2.png') no-repeat top left;}
.info_row6 .sd_img .file_upload3 {position:relative;width:139px;height:140px;background:url('/assets/images/selfdragon/sd_dragon_photo3.png') no-repeat top left;}
.info_row6 .sd_img .file_upload4 {position:relative;width:139px;height:140px;background:url('/assets/images/selfdragon/sd_dragon_photo4.png') no-repeat top left;}
.info_row6 .sd_img .sd_img_preview {display:none;width:100%;height:100%;background:#ffffff;}
.info_row6 .sd_img input[type=file] {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;filter: alpha(opacity=0);-ms-filter: alpha(opacity=0);-khtml-opacity: 0;-moz-opacity: 0;cursor: pointer;}
.info_row6 .sd_msg {padding-top:105px;}

.info_row7 .col1 {vertical-align:top;padding-top:30px;}
.info_row7 .col2 {padding:20px 20px 60px;}
.info_row7 .sd_content {height:150px;display:inline-block;resize:none;padding:20px;text-indent:0;resize:vertical;}
.info_row7 textarea::-webkit-input-placeholder {color:#cbcbcb;}
.info_row7 textarea::-moz-placeholder {color:#cbcbcb;}
.info_row7 textarea:-ms-input-placeholder {color:#cbcbcb;}
.info_row7 textarea:-moz-placeholder {color:#cbcbcb;}
.info_row7 .sd_msg {padding:8px;}

.sd_msg {font-size:12px;color:#aaaaaa;font-family:'돋움';}
.sd_msg p {line-height:16px;}


/***********************************************
****************** Webtoon ******************
***********************************************/

.yoil_MON {background:#ff0006 !important;}
.yoil_TUE {background:#ff8105 !important;}
.yoil_WED {background:#0db100 !important;}
.yoil_THU {background:#0031cf !important;}
.yoil_FRI {background:#8f00ea !important;}
.yoil_SAT {background:#d700b1 !important;}
.yoil_SUN {background:#6a6a6a !important;}

.webtoon_body .wrap_remote_read {padding-bottom:0;}

.webtoon_series_body .list_yoil {position:absolute;color:#fff;top:0;left:0;width:50px;height:26px;line-height:26px;font-weight:bold;text-align:center;background:#ff4e00;z-index:1;}

.webtoon_series_body .board_gallery_list .list_row_subject {margin-top:0;}
.webtoon_series_body .board_gallery_list .list_row_inner {padding:18px 10px;}
.webtoon_series_body .board_gallery_list .list_nickname {max-width:43%;}
.webtoon_series_body .write_area .info_area {padding-bottom:0;padding-top:4px;}
.webtoon_series_body .write_thumb_header .thumb_area {margin-bottom:0;}
/* .webtoon_series_body .btn_list_return {position:absolute;right:0;bottom: 10px;} */

.dv_talent .webtoon_series_body .board_list .list_series {padding:10px 0;}
.dv_talent .webtoon_series_body .board_list .list_series div {line-height:75px;}
.dv_talent .webtoon_series_body .board_list .list_series div:nth-child(-n+5) {padding:0;}
.dv_talent .webtoon_series_body .board_list .list_series .ic_like {vertical-align:middle;margin-top:-2px;}
.dv_talent .webtoon_series_body .board_list .list_series .ic_n {vertical-align: middle;margin-top:-2px;}
.dv_talent .webtoon_series_body .board_list .list_row_subject a {color: #888888;font-size: 13px;font-weight: normal;}
.dv_talent .webtoon_series_body .board_list .list_row_subject .list_comment {font-size:11px;margin-top:0px;}
.dv_talent .webtoon_series_body .board_list .list_row_like {width:150px;}
.dv_talent .webtoon_series_body .board_list .list_row_view {width:85px;}
.dv_talent .webtoon_series_body .board_list .list_row_subject {margin-left:200px;margin-right:395px;}


/********* notice_box_list_user_view *********/
.user_view_wrap {border-bottom:2px solid #cecece;}
.user_view_wrap .notice_box {margin-bottom:0;border-bottom:0;}
.user_view_wrap .user_other_line {border-bottom: 1px solid #e5e5e5;position: absolute;bottom: 0;width: 1040px;}


/********** myList_box **********/

/* 웹툰 등록시 체크 박스 부분 */
.myList_box {background:#fff;border-bottom:4px solid #d8d8d8;margin-bottom:45px;}
.myList_box .myList_area {overflow:hidden;position:relative;}
.myList_box .myList_area.active {background:#f9f9f9;}

.myList_area .list_num {width:150px;text-align:center;float:left;font-size:36px;color:#444444;line-height:106px;height:100px;padding:40px 0;}
.myList_area .list_layer {padding:40px 0;margin-left:150px;border-bottom:1px solid #e5e5e5;}
.myList_area .list_img {float:left;width:130px;height:99px;}
.myList_area .list_info {margin-left:160px;}
.myList_area .list_subject {font-size:18px;color:#444444;margin-bottom:5px;}
.myList_area .list_content {font-size:14px;color:#aaaaaa;margin-bottom:21px;}
.myList_area .ic_modify {margin-right:5px;vertical-align:top;margin-top:7px;}
.myList_area .list_btn {font-size:0;}
.myList_area .list_btn {position:absolute;right:25px;bottom:25px;}
.myList_area .list_btn button {margin-right:5px;}
.myList_area:last-child .list_layer {border-bottom:none;}

.select_list {display:none;}

.webtoon_series_body .board_select .board_list .list_row_number {float: left;width:150px;}

.dv_talent .webtoon_series_body .select_list .board_list .list_series {background: #ffffff;}
.dv_talent .webtoon_series_body .select_list .board_list .list_series div {line-height: 37px;text-align: center;}
.dv_talent .webtoon_series_body .select_list .board_list .list_row_subject{margin-left:150px;margin-right:160px;}

.reserve_tag {background:red;color:#fff;font-weight:bold;padding:2px 5px;border-radius: 10px;font-size:0.8em;margin-left:5px;}

/********** Webtoon_write **********/
.webtoon_body .write_header .info_row_check ul {margin-top:0;}
.webtoon_body .write_header .info_row_check ul li {margin-right:20px;color:#666666;}
.webtoon_body .write_header .info_row_check ul li:first-child {margin-right:20px;}
.webtoon_body .write_header .info_row_check ul li:nth-child(5) input[type=text] {width: 58px;text-align: right;margin-bottom:0;}
.webtoon_body .write_area .info_row_check {margin-top:5px;}

.webtoon_body .write_header .info_row_reserve {padding: 1px;margin-bottom: 0;margin-right: 0;}
.webtoon_body .write_header .info_row_reserve input[type=text] {width: 100px;margin-bottom:0;}
.webtoon_body .write_header .info_row_reserve .comma {vertical-align:bottom;line-height:25px;}
.webtoon_body .write_header .info_row_reserve i {font-size: 23px;font-weight: normal;vertical-align: top;margin-top: -2px;padding-right: 7px;}


/***********************************************
********************* Vote *********************
***********************************************/

/* vote write */
.write_header .info_row_check ul {margin-top:15px;}
.write_header .info_row_check ul li:first-child {margin-right:20px;}
.write_header .info_row_check ul li:last-child {margin-right:0;}
.write_header .info_row_check ul li .check {top:0px;}
.write_header .btn_write_vote {width:135px;height: 41px;background:#ff8400;cursor: pointer;position: absolute;right:25px;bottom:30px;}
.write_header .btn_write_vote:HOVER {background:#f27d00;}
.write_header .btn_write_vote i {color:#ffffff;font-size:15px;margin-right:6px;vertical-align: top;margin-top: 14px;}
.write_header .btn_write_vote span {text-align: center;font-size: 15px;font-weight: bold;color: #fff;letter-spacing: 0.5px;line-height: 41px;}

.btn_write_vote {display:none;}
.vote-open {overflow:hidden;padding-right:17px;}
.vote_overlay {overflow-x:hidden;overflow-y:auto;display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.3);z-index:99;}
.vote_overlay .vote_layer {width:460px;border:8px solid #555555;padding:25px 20px;background:#fff;margin:40px auto;}
.vote_overlay .vote_layer input {width:375px;font-size:13px;font-weight:normal;border: 0;border-bottom: 2px solid #f7f7f7;padding:7px 0;text-indent:15px;}
.vote_overlay .vote_layer input::-webkit-input-placeholder {color:#ababab;font-size:13px;font-weight:normal;}
.vote_overlay .vote_layer input::-moz-input-placeholder {color:#ababab;font-size:13px;font-weight:normal;}
.vote_overlay .vote_layer input::-ms-input-placeholder {color:#ababab;font-size:13px;font-weight:normal;}

.vote_overlay .vote_layer .vote_subject {width:100%;}
.vote_overlay .vote_layer .vote_container {margin:0 15px;}

.vote_overlay .vote_header .vote_subject_area {margin:0 8px;}
.vote_overlay .vote_header p {color: #444444;font-size:17px;font-weight: bold;margin-bottom:10px;border-bottom: 2px solid #cbcbcb;padding-bottom:6px;}
.vote_overlay .vote_header i {font-size: 15px;margin-right: 6px;vertical-align: top;margin-top:3px;color: #ff8400;}
.vote_overlay .vote_header input {font-size:14px;}
.vote_overlay .vote_header input::-webkit-input-placeholder {font-size:14px;}
.vote_overlay .vote_header input::-moz-input-placeholder {font-size:14px;}
.vote_overlay .vote_header input::-ms-input-placeholder {font-size:14px;}

.vote_overlay .btn_pm_area {text-align:right;margin: 10px 0;}
.vote_overlay .btn_pm {font-size: 12px;color: #999999;position: relative;vertical-align: middle;width: 41px;border: 2px solid #cbcbcb;padding: 2px 5px;border-radius: 20px;}
.vote_overlay .btn_pm:HOVER {background:#f7f7f7;}
.vote_overlay .btn_pm i {margin-right:4px;vertical-align: top;font-size: 12px;margin-top:2px;}

.vote_overlay .vote_content .btn_pm {color:#cbcbcb;}
.vote_overlay .vote_content .btn_pm i {margin-top:2.5px;}

.vote_overlay .vote_footer {text-align:right;margin-top:20px;overflow:hidden;}
.vote_overlay .vote_footer .btn {margin-right:6px;float:right;}
.vote_overlay .vote_footer .btn_vote_clear {font-size: 12px;background:#cbcbcb;color:#ffffff;width: 41px;padding: 3px 5px;}
.vote_overlay .vote_footer .btn_vote_cancel {font-size: 12px;background:#cbcbcb;color:#ffffff;width: 41px;padding: 3px 5px;}
.vote_overlay .vote_footer .btn_vote_submit {font-size: 12px;background:#ff8400;color:#ffffff;width: 41px;padding: 3px 5px;}


/* vote read */
.board_read .vote_layer {width:400px;margin:0 auto;border:1px solid #cbcbcb;box-shadow: 2px 2px 4px #f7f7f7;margin-bottom:60px;padding:25px;}
.board_read .vote_layer .vote_header_area {border-bottom: 2px solid #cbcbcb;padding-bottom:8px;}
.board_read .vote_header_area .vote_ing {font-size: 15px;color: #ffffff;display: inline-block;padding: 5px 8px;
background:linear-gradient(135deg, #ff8400, #ff8400, #fff5ea, #ff8400, #ff8400, #ff8400);background-size:700% 100%;
-webkit-animation: vote_ing 3.3s ease infinite;
-moz-animation: vote_ing 3.3s ease infinite;
-o-animation: vote_ing 3.3s ease infinite;
animation: vote_ing 3.3s ease-out infinite;
}
@-webkit-keyframes vote_ing {0%{background-position:100% 100%}50%{background-position:99% 99%}100%{background-position:0% 0%}}
@-moz-keyframes vote_ing {0%{background-position:100% 100%}50%{background-position:99% 99%}100%{background-position:0% 0%}}
@-o-keyframes vote_ing {0%{background-position:100% 100%}50%{background-position:99% 99%}100%{background-position:0% 0%}}
@keyframes vote_ing {0%{background-position:100% 100%}50%{background-position:99% 99%}100%{background-position:0% 0%}}

.board_read .vote_header_area .vote_ing i {font-size: 13px;margin-right: 5px;vertical-align: top;margin-top: 3px;}
.board_read .vote_header_area .vote_end {font-size: 15px;background: #f7f7f7;color: #999999;display: inline-block;padding: 5px 8px;}
.board_read .vote_header_area .vote_end i {font-size: 13px;margin-right: 5px;vertical-align: top;margin-top: 3px;}

.board_read .vote_header_area .vote_subject {color: #444444;font-size: 17px;font-weight: bold;margin-top:8px;}
.board_read .vote_content {margin: 0 10px;padding-top: 10px;}
.board_read .votes li {overflow: hidden;font-size: 13px;font-weight: normal;display: inline-block;width: 100%;position: relative;margin-top:3px;box-shadow: inset 0 -2px #f7f7f7;height: 55px;}
.board_read .votes li:first-child {margin-top:0;}
/* .board_read .votes li:last-child {border-bottom:0;} */
.board_read .votes li.vote_on_border {box-shadow: inset 0 0 0 2px #ff8400;}

.board_read .votes .vote_n {float: left;font-style: italic;text-align: center;font-size: 17px;text-indent: 10px;color: #444444;line-height:53px;margin-right:10px;}
.board_read .votes .vote_txt {margin-left:34px;margin-right:62px;}
.board_read .votes .vote {display: table-cell;vertical-align: middle;height: 55px;word-break: break-word;}
.board_read .btn_vote {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    text-align: center;
    color: #999999;
    cursor: pointer;
    background: #f7f7f7;
}

.board_read .vote_off {border:1px solid black;}
.board_read .vote_on {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
	font-weight:bold;
    background: #ff8400 !important;
}

.board_read .vote_cnt {font-size: 20px;font-weight: 900;color: #ff6000;position: absolute;right: 10px;top: 16px;}
.board_read .vote_cnt span {display: inline-block;font-size: 13px;font-weight: normal;margin-left: 2px;color:#ff6000;vertical-align: top;margin-top:5px;}


/*popup vote users*/
.voteUsers-open {overflow:hidden;padding-right:17px;}
.voteUsers_overlay {overflow-x:hidden;overflow-y:auto;display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.3);z-index:99;}
.voteUsers_overlay .voteUsers_layer {width:460px;border:8px solid #555555;padding:25px 20px;background:#fff;margin:40px auto;}

.users_detail {overflow:hidden;}
.users_detail li {width:16.66%;float:left;}


/******** Pagination ********/
.page_relative {position:relative;display:inline-block;width:100%;}
.page_relative .btn_write {float:right;top:0;right:0;}

.wrap_pagination {text-align: center;position: relative;padding:7px 0;margin-left:157px;margin-right:120px;}
	.pagination {display:inline-block;text-align:center;}
	.pagination li {display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;border-radius:13px;overflow:hidden;}
	.pagination li:HOVER {background-color:#c7c7c7;cursor:pointer;}
	.pagination li a {display:block;width:100%;height:100%;}
	.pagination li.active {color:#fff;background:#bfbfbf;cursor:default;}
	.pagination li.active a {color:#fff;cursor:default;}
/* 	.pagination li.page_nav {border:1px solid #bfbfbf;} */

.page_nav {/* font-size:0; */width:26px;height:26px;}
.page_first {background:url('/assets/images/common/paginate_first.png')no-repeat center center;}
.page_last {background:url('/assets/images/common/paginate_last.png')no-repeat center center;}
.page_prev {background:url('/assets/images/common/paginate_prev.png')no-repeat center center;}
.page_next {background:url('/assets/images/common/paginate_next.png')no-repeat center center;}



/******** Indicator ********/
#indicator {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}

#indicator img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px -32px;
}

/***********************************************
 ***************** OVERLAY *********************
 ***********************************************/
.overlay_mask {display:none;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:99;}
.wrap_overlay {position:absolute;top:50%;left:50%;width:360px;height:200px;height:auto;margin-left:-180px;margin-top:-100px;background:#fff;
	-webkit-box-shadow: 0 2px 10px rgba(1,2,2,.6);
	-moz-box-shadow: 0 2px 10px rgba(1,2,2,.6);
	box-shadow: 0 2px 10px rgba(1,2,2,.6);
}
.inner_overlay {position:relative;width:100%;min-height:100%;background:#fff;}
.inner_overlay.btns {/* padding-bottom: 45px; */padding-bottom:20px;}
.overlay_header {position:relative;height:17px;padding:15px;background:#2d2d2d;}
	.overlay_title {color:#fff;}
	.overlay_close {float:right;display:block;width:17px;height:17px;font-size:0;background:url('/assets/images/common/btn_popup_close.png') no-repeat top left;}

.overlay_body {position:relative;max-height:500px;overflow:hidden;overflow-y:auto;padding:15px;background:#fff;font-size: 13px;line-height: 18px;text-align:center;}
.overlay_btns {text-align: center;}
.overlay_btns .btn {margin: 0 3px;}

div.overlay-content {font-size:0.9em;line-height:1.8em;padding:10px;}
div.overlay-content h3 a, div.overlay-content h3 a:hover {cursor:inherit;color:#000;}
div.overlay-content ul {padding:20px 10px;}
div.overlay-content li {list-style:none;}
div.overlay-content li a {color: #555; text-decoration: none;}
div.overlay-content li a:hover, div.overlay-content li a:active {text-decoration: underline;}
div.overlay-content h2, div.overlay-content h3 {margin:0;}
div.overlay-content p {white-space: pre-line;margin-bottom: 30px;}

div.overlay-content table {border: 1px solid #444;}
div.overlay-content table th {text-align:center;border:1px solid #444;border-width:0 1px 1px 0;background:#cacaca;}
div.overlay-content table td {text-align:center;border:1px solid #444;border-width:0 1px 1px 0;}
div.overlay-content table tr th:last-child, div.overlay-content table tr td:last-child {border-right:0;}
div.overlay-content table tr:last-child td {border-bottom:0;}
div.overlay-content table .la {text-align:left;padding-left:5px;}

.overlay-open {overflow:hidden;padding-right:17px;}


/*****************************************
************* Code Overlay ***************
*****************************************/

.overlay_mask_code {display:none;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:99;}
.overlay-open-code {overflow:hidden;padding-right:17px;}
.overlay-mylist-code {overflow:hidden;padding-right:17px;}


/***********************************************
 **************** Remote Overlay **************
 ***********************************************/
.reply_overlay {display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.3);z-index:99;}
.reply-open {overflow:hidden;padding-right:17px;}
.reply-open .reply_overlay {overflow-x:hidden;overflow-y:auto;}

/*
	.reply_layer {width:850px;border:8px solid #555555;padding:0 20px;background:#ffffff;margin:40px auto;}
	.reply_layer .board_reply_write {position:relative;margin:20px 0 40px;}
	.reply_layer .board_reply_write .btn_reply_submit {float:right;width:130px;height:45px;background:#555555;font-size:16px;font-weight:bold;color:#ffffff;}
	.reply_layer .board_reply_write .btn_reply_submit:HOVER {background:#555555 !important;cursor:pointer;}
	.reply_layer .board_reply_write input {width:700px;border:none;background:#f3f3f3;padding:10px;height:25px;font-size:13px;}
	.reply_layer .board_reply_write input::-webkit-input-placeholder {color:#bdbdbd;font-weight:normal;}
	.reply_layer .board_reply_write input::-moz-placeholder {color:#bdbdbd;font-weight:normal;}
	.reply_layer .board_reply_write input:-ms-input-placeholder {color:#bdbdbd;font-weight:normal;}
	.reply_layer .board_reply_write input:-moz-placeholder {color:#bdbdbd;font-weight:normal;}
	.reply_layer .board_reply_write .txt_reply_cnt {font-size:18px;color:#444444;padding:10px 0;}
	.reply_layer .board_reply_write .reply_cnt {color:#ff9000;}
	.reply_layer .board_reply_write	.reply_warning {font-size:13px;color:#8c8c8c;padding:5px 0 0 5px;}

	.reply_layer .board_reply_list {border-top:2px solid #bbb;color:#606060;}
		 .reply_layer .board_reply_row {position:relative;padding:20px 20px 20px 0px;border-bottom: 1px solid #d7d7d5;overflow:hidden;}
	.reply_layer .reply_label {float:left;width:140px;text-align:center;}
	.reply_layer .reply_label * {display:inline-block;vertical-align:middle;}
	.reply_layer .reply_label .reply_icon_lv {width:27px;height:18px;float:left;}
	.reply_layer .reply_label .reply_name {float:left;width:95px;text-align:left;text-indent:3px;line-height:18px;}
	.reply_layer .reply_label .reply_icon_sd {float:right;width:18px;height:18px;}

	.reply_overlay .reply_layer .reply_body {margin-left:150px;margin-right:68px;}
		.reply_layer .reply_content {margin-bottom:9px;}
		.reply_layer .reply_date {color:#bbbbbb;}
		.reply_layer .reply_date_2 {display:inline-block;vertical-align:middle;}
		.reply_layer .reply_ip {margin-top:3px;color:#bbbbbb;font-weight:bold;}
		.reply_layer .reply_language {display: inline-block;vertical-align: middle;}
	.reply_layer .reply_report {float:right;}
*/

	/******* 170516 reply대댓글 작업 *******/
	.reply_layer {width:850px;border:8px solid #555555;padding:0 20px;background:#ffffff;margin:40px auto;}
	.reply_layer .board_reply_layer {position:relative;padding:20px 0;}
	.reply_layer .board_reply_layer .txt_reply_cnt {padding:0;}
	.reply_layer .board_reply_layer .board_reply_list {border-top:2px solid #bbb;border-bottom:2px solid #bbb;color:#606060;padding:0;margin-top:20px;}
	.reply_layer .board_reply_layer .board_reply_write {padding:0;}
	.reply_layer .board_reply_layer .board_reply_row .board_reply_write {margin-top:0;}
        
.reply_label .lv10  {box-shadow: -5px -5px 20px  #78909C inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #78909C; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv20  {box-shadow: -5px -5px 20px  #FFCA28 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height:17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #FFCA28; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv30 {box-shadow: -5px -5px 20px  #D4E157 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #D4E157; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv40 {box-shadow: -5px -5px 20px  #42A5F5 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #42A5F5; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv50 {box-shadow: -5px -5px 20px  #7E57C2 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #7E57C2; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv60 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv60; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px #FF7043 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #FF7043;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv70 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */ animation-name: lv70; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #66BB6A inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #66BB6A; text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv75 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv75; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #26C6DA inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #26C6DA;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv80 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv80; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #E53935 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #E53935;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv85 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv85; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #921e03 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff;  border-radius: 4px; font-size: 12px; background: #921e03;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv90 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv90; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #049153 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #049153;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv95 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: lv95; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #d30101 inset; border: 1px solid #c9c9c9; display: inline-block; width: 26px; height: 17px; ine-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #d30101;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}
.reply_label .lv100 {-webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */animation-name: example6; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: -5px -5px 20px  #aa1212 inset; border: 1px solid #c9c9c9;display: inline-block; width: 26px; height: 17px; line-height: 16px; color:  #fff; border-radius: 4px; font-size: 12px; background: #aa1212;  text-align:center; text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;}


/******* Float Menu *******/
/* #float_menu {position:absolute;top:310px;right:-135px;} */
#float_menu2 {position:fixed;top:18%;right:0;z-index:1;}
#float_menu2 a {display:block;}

/***********************************/
/******** StyleSheet Start *********/
/***********************************/
.wrap_container {background: #f3f3f3;min-height: 100%;width: 1100px;margin: 0 auto;overflow: hidden;}
.dv_code {min-width:1152px !important;}
.dv_event {min-width:1152px !important;}

.center_content {width: 1100px;overflow: hidden;position: relative;display: inline-block;float: left;}


/************* Header *************/
.wrap_header {/*background:#333333;*/position:relative;}
.header_top {
	position:relative;
	background:#222222;
	width:100%;
	height:100px;
	box-shadow:0px 0px 15px #000;
	-webkit-box-shadow:0px 0px 15px #000;
	-moz-box-shadow:0px 0px 15px #000;
	-o-box-shadow:0px 0px 15px #000;
	z-index:2;
}

.inner_header_top {position:relative;width:1152px;height:100px;margin:0 auto;z-index:99;}
.inner_header_top .header_logo {position:absolute;bottom:15px;}

.inner_header_top .header_search {position:absolute;bottom:20px;right:91px;width:215px;}
				  .header_search input {width:156px;height:31px;padding:0 20px;border:1px solid #222222;border-top-left-radius:15px;border-bottom-left-radius:15px;border-right:0;}
				  .header_search button {position:absolute;top:0;right:0;width:22px;height:31px;padding:0;padding-right:10px;border:1px solid #222222;border-top-right-radius:15px;border-bottom-right-radius:15px;border-left:0;background:#fff url('/assets/images/webtoon/header_btn_search.png') no-repeat center left;}

.inner_header_top .header_home {position:absolute;right:85px;bottom:20px;}
				  .header_home .header_btn_home {cursor:pointer;width:34px;height:33px;background:url('/assets/images/common/header_btn_home.png') no-repeat top center;}

.inner_header_top .header_login {position:absolute;right:46px;bottom:20px;}
.inner_header_top .header_login .header_btn_login {cursor:pointer;width:25px;height:33px;background:url('/assets/images/webtoon/header_btn_login.png') no-repeat top center;}
.inner_header_top .header_login .header_btn_logout {cursor:pointer;width:25px;height:33px;background:url('/assets/images/webtoon/header_btn_logout.png') no-repeat top center;}

.inner_header_top .header_alarm {position:absolute;right:133px;bottom:18px;}
.inner_header_top .header_alarm .ic_alarm_number {position: absolute;top:1px;right:-8px;}


.header_bottom {background:#333333 url('/assets/images/webtoon/header_bg.png') no-repeat top center;}
.header_slider {white-space:nowrap;overflow:hidden;font-size:0;}
.header_slider li {display:inline-block;}
.inner_header_bottom {width:1100px;margin:0 auto;position:relative;}


/********** Footer **********/
.wrap_footer {background:#3a3a3a;}
.footer_info {width:1000px;padding:40px 0;text-align:center;font-size:14px;font-weight:bold;color:#777777;letter-spacing:-0.4px;line-height:22px;position:relative;margin:0 auto;}
.footer_info.en_footer_info {letter-spacing:0;}
.footer_info .footer_law {font-size:16px;margin-top:30px;}
.footer_copyright {width:100%;height:40px;background:#000000;font-size:14px;font-weight:bold;color:#555555;text-align:center;display:table;}

.footer_sns {position:absolute;font-size:0;right:0;}
.footer_sns span {margin:0;}
.sns_facebook {display:inline-block;width:42px;height:42px;background:url('/assets/images/gateway/sns_facebook.png') no-repeat center center;background-size:100%;}
.sns_instagram {display:inline-block;width:42px;height:42px;background:url('/assets/images/gateway/sns_instagram.png') no-repeat center center;background-size:100%;}
.sns_twitter {display:inline-block;width:42px;height:42px;background:url('/assets/images/gateway/sns_twitter.png') no-repeat center center;background-size:100%;}
.sns_kakaostory {display:inline-block;width:42px;height:42px;background:url('/assets/images/gateway/sns_kakaostory.png') no-repeat center center;background-size:100%;}
.sns_yellow {display:inline-block;width:42px;height:42px;background:url('/assets/images/gateway/sns_yellow.png') no-repeat center center;background-size:100%;}
.sns_youtube {display:inline-block;width:42px;height:42px;background:url('/assets/images/gateway/sns_youtube.png') no-repeat center center;background-size:100%;}



/********** Login ***********/
.wrap_login {position:absolute;right:0;top:0;background:#ffffff;display:none;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
}

.wrap_login {width:250px;z-index:11;}
.wrap_login .login_header {position:relative;overflow:hidden;}
.wrap_login .login_join {float:left;font-size:13px;font-weight:bold;background:#c2c2c2;width:125px;padding:11px 0;color:#ffffff;text-align:center;height:18px;line-height:16px;}
.wrap_login .login_login {float:left;font-size:14px;font-weight:bold;width:125px;padding:11px 0;color:#666666;text-align:center;height:18px;line-height:16px;}
.wrap_login .login_arrow {position:absolute;background:url('/assets/images/webtoon/login_box_arrow.png') no-repeat center center;width:22px;height:14px;right:21px;top:-14px;}

.wrap_login .login_box {padding:15px 20px 21px;}
.wrap_login .member_input {background:#f0f0f0;font-size:15px;color:#000;border:none;padding:12px 10px;margin-top:5px;width:190px;}
.wrap_login .member_input::-webkit-input-placeholder {font-size:15px;color:#b9b9b9;font-weight:normal;}
.wrap_login .member_input::-moz-placeholder {font-size:15px;color:#b9b9b9;font-weight:normal;}
.wrap_login .member_input:-ms-input-placeholder {font-size:15px;color:#b9b9b9;font-weight:normal;}
.wrap_login .member_input:-moz-placeholder {font-size:15px;color:#b9b9b9;font-weight:normal;}

.wrap_login .login_opt {color:#afafaf;font-size:0;margin:3px 5px 13px;}
.wrap_login .login_opt a {color:#afafaf;}
.wrap_login .login_opt span {display:inline-block;font-size:11px;cursor:pointer;vertical-align: top;margin-top:3px;}
.wrap_login .login_opt .save_id {margin-top:1px;}

.wrap_login .member_submit {font-size:14px;text-align:center;width:210px;color:#fff;background:#ff8400;padding:13px 0;font-weight:bold;}
.wrap_login .member_submit:HOVER {background:#EA7900;}

.wrap_login .signup_submit {font-size:14px;text-align:center;width:208px;color:#999999;background:#ffffff;padding:11px 0;font-weight:bold;margin-top:5px;border:1px solid #bbbbbb;}
.wrap_login .signup_submit:HOVER {background:#e9e9e9;}

.wrap_login .v_line {border-bottom:1px solid #cccccc;width:100%;margin:15px 0;}

.wrap_login .login_outer {position:relative;}
.wrap_login .login_outer .btn_facebook, .wrap_login .login_outer .customGPlusSignIn {font-size:12px;color:#fff;width:188px;cursor:pointer;overflow:hidden;padding:11px;margin-bottom:3px;}
.wrap_login .btn_facebook {background:#1969c2;}
.wrap_login .btn_facebook:HOVER {background:#1861b5;}
.wrap_login .customGPlusSignIn {background:#e14b28;}
.wrap_login .customGPlusSignIn:HOVER {background:#d34626;}
.wrap_login .login_outer .ic_fb {float:left;}
.wrap_login .login_outer .ic_gg {float:left;}
.wrap_login .login_outer .btn_label {margin-left:32px;line-height:23px;}

.wrap_login .info_header {padding:20px 25px;}
.wrap_login .info_name {font-size:20px;font-weight:bold;color:#ff5400;margin-bottom:5px;}
.wrap_login .info_name span {color:#666666;}
.wrap_login .info_hello {font-size:14px;color:#999999;}

.wrap_login .info_box {margin:0 20px;padding:15px 0 20px;border-top:1px solid #cccccc;}
.wrap_login .info_box .info_sd {position:relative;margin:0 auto;width:138px;border:1px solid #c8c8c8;border-bottom:none;height:137px;}
			.info_box .info_sd .btn_tamer {display:block;position:absolute;bottom:0;font-size:14px;color:#fff;background:#555555;height:32px;opacity:0.5;width:100%;text-align:center;line-height:30px;font-weight:bold;}

.wrap_login .info_txt {margin:10px 0 15px;font-family:'돋움',Dotum;font-size:12px;font-weight:bold;}
.wrap_login .info_txt .info_grade {color:#999999;display:inline-block;margin-top:2px;}
.wrap_login .info_txt .ic_coin {vertical-align:top;background:url('/assets/images/common/icon/icon_c.png')no-repeat center center;display:inline-block;width:12px;height:12px;margin-top:3px;background-size:100%;}
.wrap_login .info_txt .info_coin {color:#ff8400;display:inline-block;margin-top:2px;}

.wrap_login .btn_logout {color:#fff;font-size:14px;background:#888888;padding:16px 0;width:100%;line-height:12px;}

.facebook_popup {display:none;}
.facebook_popup {position:absolute;top:0;width:100%;background:#292929;}
.facebook_popup .overlay_close {margin-top:5px;margin-right:5px;}
.facebook_header {height:25px;}
.facebook_content {color:#a8a8a8;text-align:center;}
.facebook_btn_layer {overflow:hidden;text-align:center;padding:13px 0;font-size:0;}
.facebook_btn_layer button {height:33px;width:85px;padding:0;color:#fff;font-size:13px;cursor:pointer;margin:0 4px;}
.btn_fb_dv1 {background:#2e9ce8;}
.btn_fb_dv2 {background:#e94a43;}


/********** Alarm ***********/
.wrap_alarm {position:absolute;right:0;top:0;background:#ffffff;width:250px;z-index:2;font-family:'돋움',Dotum;display:none;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
}
.wrap_alarm .alarm_arrow {background:url('/assets/images/webtoon/login_box_arrow.png') no-repeat center center;width:22px;height:14px;position:absolute;right:111px;top:-14px;}
.wrap_alarm .alarm_header {position: relative;overflow: hidden;height: 20px;padding: 10px;border-bottom:1px solid #dedede;}
.wrap_alarm .alarm_header .alarm_title {display: inline-block;font-size: 12px;font-weight:900;color: #444444;margin-top:7px;}
.wrap_alarm .alarm_header .btn:HOVER {background:#f8f8f8;}
.wrap_alarm .alarm_header .btn_alarm_delete {float: right;font-size: 11px;font-weight: normal;border: 1px solid #cccccc;color: #787878;border-radius: 5px;letter-spacing: -0.5px;text-align: center;width: 54px;height: 21px;}

.wrap_alarm .alarm_box {overflow:hidden;height:235px;overflow-y:auto;}
				.alarm_box .list_wrap li {border-bottom: 1px solid #f2f4f6;position:relative;}
				.alarm_box .list_wrap li:last-child {border-bottom:none;}
				.alarm_box .list_wrap li:HOVER {background:#f8f8f8;}
				.alarm_box .list_wrap li > a {padding: 10px;display: inline-block;width: 180px;}
				.alarm_box .list_wrap .list_subject {display: inline-block;font-size: 12px;line-height: 12px;color: #444444;max-width:100%;text-indent:9px;}
				.alarm_box .list_wrap .list_subject .category {padding-right:3px;}
				.alarm_box .list_wrap .list_row_info {font-size: 11px;line-height: 11px;color: #bababa;vertical-align: top;margin-top:3px;}
				.alarm_box .list_wrap .list_writter {display: inline-block;text-indent:9px;}
				.alarm_box .list_wrap .v_line {display: inline-block;height: 6px;margin-left: 4px;margin-right: -6px;vertical-align: top;margin-top: 3px;}
				.alarm_box .list_wrap .list_date {display:inline-block;letter-spacing:-0.3px;}
				.alarm_box .list_wrap .ic_alarm_n {position:absolute;top:9px;left:10px;}
				.alarm_box .list_wrap .ic_alarm_close {position:absolute;top:19px;right:10px;cursor:pointer;}

				.alarm_box .list_wrap .list_read .ic_alarm_n {background:#e5e5e5;}
				.alarm_box .list_wrap .list_read .list_subject {color:#bababa;}

.wrap_alarm .alarm_bottom {height: 20px;padding: 10px;background:#f7f7f7;border-top:1px solid #dedede;}
.wrap_alarm .alarm_msg {font-size:11px;line-height:11px;color:#a9a9a9;margin-top:4px;}


/********* open event popup  *********/
#event_loading {
	line-height:39;
	text-align:center;
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.3);*/
   z-index: 99;
}

.openEvent {position:absolute;top:40px;left:0px;z-index:10;background:url('/assets/images/events/roulette_popup_2.png') no-repeat top center;width:655px;height:652px;}
.openEvent .event_close {float:right;width:40px;height:33px;background:url('/assets/images/events/exit_btn.png') no-repeat top left;margin-top:5px;}
.openEvent .event_body {position:relative;margin-top:155px;padding:0 40px;}
.openEvent .congrats {}
.openEvent .imgReward {overflow:hidden;height:150px;}
		   .imgReward img {padding-top:10px;}
.openEvent .event_term {color:#fff;font-weight:bold;font-size:1.7em;margin-bottom:10px;
	text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-moz-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-webkit-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
}
.openEvent .event_content {color:#fff;font-weight:bold;font-size:1.9em;
	text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-moz-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-webkit-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
}

.openEvent .event_day_close {color:#fff;font-weight:bold;font-size:1.0em;cursor:pointer;padding:0 10px;
	text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-moz-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-webkit-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;}

.openEvent .btn_evt_close {display:block;float:left;width:20px;height:18px;font-size:0;background:url('/assets/images/common/btn_popup_close.png') no-repeat center center;background-size:10px 10px;}

.openEvent .event_win {color:#fff;font-weight:bold;font-size:2.7em;margin:5px;
	text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-moz-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-webkit-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
}

.openEvent .event_reward {color:#fff;font-weight:bold;font-size:2.0em;
	text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-moz-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
	-webkit-text-shadow: -2px 0 #5915a8, 0 3px #5915a8, 2px 0 #5915a8, 0 -1px #5915a8;
}
.openEvent .event_img {position:relative;}
.openEvent .img_roulette {width:430px;}
.openEvent .btn_roulette {position:absolute;top:138px;left:227px;width:120px;cursor:pointer;}
.openEvent .event_btn {padding:0 50px;}
.openEvent .reward_dv1 {background:url('/assets/images/events/btn_dv1_2.png') no-repeat top center;width:242px;height:115px;cursor:pointer;}
.openEvent .reward_dv2 {background:url('/assets/images/events/btn_dv2_2.png') no-repeat top center;width:242px;height:115px;float:right;cursor:pointer;}

/* Dv Ace CBT 사전등록  */
.cn_popup_layer {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:99;display:none;}
.cn_popup_layer img {vertical-align:top;}
.ace_cbt_req {background:url('/assets/images/ace_cbt/cbt_bg.png') no-repeat center center;width:546px;height:842px;margin:55px auto 0;position:relative;}
.ace_cbt_req .btn_close {position:absolute;right:0;top:0;z-index:99;}
.ace_cbt_req .cbt_close {display:inline-block;background:url('/assets/images/ace_cbt/btn_close.png') no-repeat center center;width:37px;height:37px;}
.ace_cbt_req .input_layer {padding-top:425px;position:relative;}
.ace_cbt_req .input_box {position:relative;width:412px;margin:0 auto;}
.ace_cbt_req .input_id {border:3px solid #452618;width:275px;height:42px;font-size:20px !important;padding:0 15px 0 10px;line-height:42px;box-shadow: inset 4px 4px 0px 0px #bfbfbf;}
.ace_cbt_req input[type=text]:focus {outline:none;border-color:#452618 !important;box-shadow: inset 4px 4px 0px 0px #bfbfbf;}
.ace_cbt_req input::-webkit-input-placeholder {color: #7c7c7c;font-size:18px;line-height: 18px;font-weight:bold;text-indent:70px;}
.ace_cbt_req input::-moz-placeholder {color: #7c7c7c;font-size:18px;line-height: 18px;font-weight:bold;text-indent:70px;}
.ace_cbt_req input:-ms-input-placeholder {color: #7c7c7c;font-size:18px;line-height: 18px;font-weight:bold;text-indent:70px;}
.ace_cbt_req input:-moz-placeholder {color: #7c7c7c;font-size:18px;line-height: 18px;font-weight:bold;text-indent:70px;}
.ace_cbt_req .btn_apply {position:absolute;top:0;right:0;}

.ace_cbt_req .btn_layer {text-align:center;position:absolute;bottom:43px;width:100%;}

.ace_cbt_req .success_bg {background:url('/assets/images/ace_cbt/apply_success.png') no-repeat bottom center;width:546px;height:125px;padding-top:398px;}
.ace_cbt_req .failed_bg {background:url('/assets/images/ace_cbt/apply_failed.png') no-repeat bottom center;width:546px;height:125px;padding-top:398px;}
.ace_cbt_req .txt_box {
	background:url('/assets/images/ace_cbt/txt_box.png') no-repeat center center;
	width:437px;
	height:65px;
	position:absolute;
	top:417px;
	left:52px;
	font-size:24px;
	line-height:57px;
	text-align:center;
	font-weight:900;
	color:#ffffff;
	display:none;
}

/* 모바일에서 PC버전출력시 디바이스에서 글자가 이상하게 커지는거 방지 */
@media screen and (max-device-width: 480px)
{
	body
	{
		-webkit-text-size-adjust: none;
	}
}

/************** EN_Sub *************/

/********** EN_Tab ***********/
.en_dv_tab {position: relative;z-index: 1;border-bottom: 1px solid #888888;height:35px;margin-bottom:20px;font-weight: bold;}
.en_dv_tab li {position: absolute;width:120px;font-size: 12px;text-align: center;background: #f8f8f8;border: 1px solid #d6d6d6;border-bottom: none;padding: 10px 0;cursor: pointer;color:#999999;}
.en_dv_tab .selected_tab {z-index: 2;background: #f3f3f3;border: 1px solid #888888;border-bottom: 1px solid #f3f3f3;color: #666666;}
.en_dv_tab .tab_2 {left:121px;}

