 /* @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;
}




/************* 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;}

/* 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;}



.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;}


/************* body 컨테이너 **************/
.wrap_container {background: #f3f3f3;min-height: 100%;width: 1100px;margin: 0 auto;overflow: hidden;}
.center_content {width: 1100px;overflow: hidden;position: relative;display: inline-block;float: left;}

/************* Body **************/
.wrap_body {width:1100px;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;}

/* 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;}

/*  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 20px;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 20px;}
.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::-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;}


/********** 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;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;}


/********** 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:black !important;background:white;width:120px;padding:12px 0;border-radius:20px;line-height: 16px;}
.btn_list:HOVER {}
.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;}

/**********************************
************ 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;}
}

/******** 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 {cursor:pointer;}
	.pagination li a {display:block;width:100%;height:100%;}
	.pagination li.active {color:black;cursor:default; font-size:13px; font-weight:bold; color:#444444;}
	.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/01sub_notice_list_LLeft.png')no-repeat center center;}
.page_first :hover{background:url('/assets/images/common/01sub_notice_list_LLeft_on.png')no-repeat center center;}
.page_last {background:url('/assets/images/common/01sub_notice_list_RRight.png')no-repeat center center;}
.page_last :hover{background:url('/assets/images/common/01sub_notice_list_RRight_on.png')no-repeat center center;}
.page_prev {background:url('/assets/images/common/01sub_notice_list_Left.png')no-repeat center center;}
.page_prev :hover{background:url('/assets/images/common/01sub_notice_list_Left_on.png')no-repeat center center;}
.page_next {background:url('/assets/images/common/01sub_notice_list_Right.png')no-repeat center center;}
.page_next :hover{background:url('/assets/images/common/01sub_notice_list_Right_on.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;
}


/********** Page_nav ***********/
.page_number_nav {background: #ffffff;float: left;margin-top: 4px;}
.number_nav_input {width:95px;font-size:14px;color:#bfbfbf;border:1px solid #bfbfbf;position:relative;}
.number_nav_input .number_select_btn img {width:30px;height:34px;position:absolute;right:0;top:0;}
.number_nav_input label {position: absolute;color: #000000;font-size: 11px;line-height: 35px;text-indent: 10px;}
.number_nav_input .number_select_list {width: 100%;height:34px;padding: 0 5px;opacity: 0;filter: alpha(opacity=0);color:#bfbfbf;font-size: 14px;}

.v_line {border-left: 1px solid #dcdcdc;padding-left: 7px;margin-left: 7px;/*height:8px;*/}

/********** 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;}


/********* 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-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-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:0px;right:0px;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;}


/********** 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;
}

/********* 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;}


/***********************************************
******************** 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 10px;}
.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;}


/************* Header *************/
.wrap_header {/*background:#333333;*/position:relative;}
.header_top {
	position:relative;
	background:#222222;
	width:100%;
	height:100px;
	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;}



/********** 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%;}
*/


/********** 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;}



/******* 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;}


/********** 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;}


/********** Board_Write ***********/
.write_area {padding: 30px;overflow: hidden;background: #fff;padding-left: 56px;}
.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:962px;margin-bottom:10px;border: 1px solid #b5b5b5;background: #ffffff;padding:10px 15px;font-size:15px;}
.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:732px;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;}


/* 나머지 css*/


/********** Notice_Box **********/
.notice_box {padding:30px;overflow:hidden;background:#fff;border-bottom:4px solid #d8d8d8;margin-bottom:15px;position:relative; margin-top:12px;   border-bottom: 2px solid black;border-top: 2px solid black;border-left: 1px solid #d8d8d8;border-right: 1px solid #d8d8d8;}
.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%; border:1px solid #d8d8d8;}
.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:350px;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;}
.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;}


/*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;}


/*talent_board*/
.board_list .list_series p {color:#cacaca;font-weight:bold;margin-top:5px;font-size:12px;}


/*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;}




/***********************************************
******************** 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;}


/* 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;
}




/**/

/* .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:60px;}
.dv_talent .board_list .list_row_like {width:60px;}
.dv_talent .board_list .list_row_subject {margin-left:120px;margin-right:330px;}
.dv_talent .board_list .list_row_subject a {/*font-size: 14px;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;}



/********* 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;}


/***********************************************
********************* 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;}

/***********************************/
/******** 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_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;}


/***********************************************
 ***************** 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;}




/*  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_List ***********/
.board_list {border-top:2px solid black;border-bottom:2px solid black;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:#f0f1f3;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; width:150px;}
.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:75px;}
.board_list .list_row_view {float:right;width:60px;}
.board_list .list_row_like {float:right;width:60px;text-align:center;}
.board_list .list_row_writter {float:right;width:150px;text-align:left;}
.board_list .list_row_writter .list_row_sd{float: left;margin-right: 10px;padding: 0 }
.board_list .list_row_writter .list_row_sd .ic_sd {width: 26px;height: 26px; top:0px; position: relative; margin-left: 5px;}
.board_list .list_nickname {float: left; max-width:90px;}

.board_list .list_row_subject {text-align:left;margin-left:120px;margin-right:470px;}
.board_list .list_row_subject a {display:inline-block;max-width:66%;}
.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;}


.wrap_footer {width : 100%;height:120px;text-align: center;color:#a5a5a5;background: #1d1d1d;}
	.wrap_footer .footer_guide {height:15px;line-height:15px;padding:7px;border-bottom:1px solid #2e2e2e;}
	.wrap_footer .footer_guide li {display:inline-block;padding:0 10px;border-right:1px solid #c7c7c7;}
	.wrap_footer .footer_guide li:last-child {border:none;}
	.wrap_footer .footer_info {position:relative;width:600px;margin:0 auto;padding:20px 0 0;}
	
	.wrap_footer .footer_info .highbrow_page {position:absolute;top:10px;right:-50px;}
	.wrap_footer .footer_info .highbrow_page_eng {top:15px !important; right:0px !important;}
	.wrap_footer .footer_info .highbrow_page a {font-size:0;}
	
	.wrap_footer a, .wrap_footer a:LINK, .wrap_footer a:VISITED {color:#a5a5a5;text-decoration:none;}
	.wrap_footer a:HOVER, .wrap_footer a:ACTIVE {color:#fff;text-decoration:none;cursor:pointer;}

	.footer_eng {line-height:20px;padding-top:15px;height:90px !important;}

	.footer_banner {width:495px;float:left;font-size:0px;border:1px solid #2e2e2e;}
        
        .main_size { position: relative; width: 1000px;  height: 100%; height:auto; margin: 0 auto; }
        
        /*180820 공용푸터 작업으로 common에서 style로 이동*/
.footer_sns {position:absolute;font-size:0;right:-205px;}
.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%;}