@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* 웹진 스타일 */
#bo_webzine .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_webzine .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}
.card-text{color: #999;line-height: 1.5;}
.info{width: 100%}
.info td{padding: 0 10px}
.info td:first-child{background: #e5e5e550;min-width: 170px;width: 21%;}
.info_table{width: 100%;border: 1px solid #e5e5e5}
.info_table tr{border-bottom: 1px solid #e5e5e5}
.info_table td:first-child{border-right: 1px solid #e5e5e5;width: 70px;text-align: center;padding: 0}
.info_table td{padding-left:5px}
/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;

	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:768px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
	.info_table td:first-child{width: 60px;}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}

.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:768px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:.5rem;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */

#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:768px) {
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

.new_warranty_post .left_post .box {background:#008730;line-height:3;padding: 15px 0 5px;overflow:hidden; box-shadow: 2px 1px 4px 0 rgba(0 0 0 / 10%); margin-top:30px;font-size: 9px;}
.new_warranty_post {overflow:hidden;}
.new_warranty_post .left_post {text-align:center; padding:0 4px;}
.new_warranty_post .left_post .game_logo {margin-bottom:30px;}
.new_warranty_post .left_post .site_title {color:#008730; font-size:36px; font-weight:bold; letter-spacing:-1px; margin-bottom:10px;}
.new_warranty_post .left_post h1 {color:#333; font-size:16px; line-height:30px; letter-spacing:-1px;}
.new_warranty_post .left_post .box span {color:#fff; font-size:15px; font-weight:bold; margin-left:20px;}
.new_warranty_post .left_post .box span:first-child {margin-left:0;}
.new_warranty_post .left_post .box a {color:#fff;}
.new_warranty_post .left_post .post_img {overflow:hidden; margin:20px 0;}
.new_warranty_post .left_post .post_img img {width:100%;}
.new_warranty_post .left_post .post_txt_box {overflow:hidden; background:#f9f9f9; box-shadow: 2px 2px 6px 0 rgba(0 0 0 / 10%); padding:10px; margin-bottom:10px;}
.new_warranty_post .left_post .post_txt_box div {width:calc(100% - 130px);position:relative; float:left; font-size:16px; border-left:2px solid #008730; }
.new_warranty_post .left_post .post_txt_box div:first-child {width:130px; border-left:0; padding-left:0;padding-top: 5px; }
.new_warranty_post .left_post .post_txt_box li {text-align:left; font-size:14px; line-height:30px;list-style: none;padding-left: 20px;}
.new_warranty_post .left_post .post_txt_box span {color:#008730;}
.new_warranty_post .left_post .post_txt_box strong {color:#fe0000;}
.new_warranty_post .left_post dl {overflow:hidden; }
.new_warranty_post .left_post dt {color:#008730; font-size:36px; font-weight:bold; letter-spacing:-1px; margin-bottom:10px;}
.new_warranty_post .left_post dd {color:#333; font-size:16px; line-height:25px; text-align:left;}
.new_warranty_post .right_post {overflow-x:hidden; float:left; width:30%;}
.new_warranty_post .right_post::-webkit-scrollbar {width: 5px;}
.new_warranty_post .right_post::-webkit-scrollbar-thumb {background-color: #008730; border-radius: 5px; background-clip: padding-box;}
.new_warranty_post .right_post::-webkit-scrollbar-track {background-color: #999; box-shadow: inset 0px 0px 5px white; }

@media all and (max-width:767px) {
	.new_warranty_post .left_post, .new_warranty_post .right_post{width: 100%;padding:0;}
	.new_warranty_post .left_post .post_txt_box div:first-child{width: 100%;border-top: none}
	.new_warranty_post .left_post .post_txt_box div{border-left:none; border-top:2px solid #008730;width: 100%;}
	.new_warranty_post .left_post .post_txt_box li {padding-left:0;}
}

/********************************************************
■ ticket
********************************************************/
.ticket{position: relative;box-sizing: border-box;margin: 10px 0;border-radius: 5px;box-shadow: 0 0 5px #008730 ;}
.ticket:before,.ticket:after {content: '';position: absolute;left: 2px;height: 6px;width: 98%;}
.ticket:before {top: -5px;background: radial-gradient(circle, transparent, transparent 50%, #fff 50%, #fff 100% ) -7px -7px / 16px 12px repeat-x;}
.ticket:after {bottom: -5px;background: radial-gradient(circle, transparent, transparent 50%, #fff 50%, #fff 100% ) -7px 1px / 16px 12px repeat-x;}
.ticket .na-subject{display: block;word-break: break-all;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}

.bottom{text-align:center}
.bottom p{display: flex;flex-direction: column;font-size: 13px;font-weight: 700;}
.bottom	span {font-weight: 400;font-size: 11px;color: #989898;}
.bottom	.column {display: inline-block;width: 100%;max-width: 240px;}
.bottom	.row--right {display: flex;justify-content: space-between;text-align: right;}
.bottom	.row--center {display: flex;justify-content: space-between;text-align: center;}
.bottom .row-2{display: flex;justify-content: space-between;margin: 0 5px;position: relative;}

.holes-lower {position: relative;border:1px dashed #008730;display: inline-block;width: 100%;}
.holes-lower:before, .holes-lower:after {content: '';height: 20px;width: 20px;background-color: #fff;position: absolute;border-radius: 50%;}
.holes-lower:before {top: -10px;left: -12px;}
.holes-lower:after {top: -10px;right: -12px;}



.toon_list{width:100%;}
.homelist {padding: 0;list-style-type: none;float: left;border-top: 1px solid #e5e5e5;width: calc(100% / 7);}
.section-title {padding: 8px;font-size: 13px;text-align: center;display: block;border-bottom: solid 1px #e5e5e5;border-left: 1px solid #e5e5e5;cursor: pointer;}
.today-focus-title {background-color: #e5e5e5;border-color: #e5e5e5;color: #fff;}

.section-item-wrap{width:calc(100% / 7);float: left;display:none;}
.on .section-item-wrap{display:block}
.section-item{border: solid 5px transparent;cursor: pointer;}
.section-item-photo{position: relative;min-width: 60px;min-height: 60px;overflow: hidden;}
.section-item-photo img{width: 100%;height: auto;}
.section-item-title{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: normal;}
.toon_view img{width:100%;}