@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;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#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;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : 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;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.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:575px) {
	.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:3px;
}
#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 .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

.new_warranty {margin:20px auto; width:1170px; }
.new_warranty li {position:relative; height:276px; background:#fff; border:1px solid #eee; box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 10%); margin-bottom:20px;}
.new_warranty li.end {position:absolute; bottom:0; left:0; width:100%; display:none;}
.new_warranty li.inspection {cursor:pointer;}
.new_warranty li.inspection a {display:none;}
.new_warranty li input[type=checkbox] {position:absolute; top:10px; left:10px; z-index:2; width:20px; height:20px;}
.new_warranty li .top_area {margin-top:8px; height:30px; line-height:30px; border-top:1px solid black; border-bottom:1px solid black; color:#333; font-size:15px; padding:0 20px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; }
.new_warranty li .top_area span {color:black; margin-right:5px;}
.new_warranty li .conts_area {margin-top:16px; padding:0 12px;}
.new_warranty li .conts_area .box {float:left; width:264px; height:200px; margin-left:10px;}
.new_warranty li .conts_area .box.feelavt {width:510px;}
.new_warranty li .conts_area .thum_img {width:298px; position:relative;}
.new_warranty li .conts_area .thum_img .point_icon {position:absolute; top:-10px; right:-6px;}
.new_warranty li .conts_area .thum_img .point_icon img {width:80px;}
.new_warranty li .conts_area .thum_img .imgs {width: 300px; height: 300px; border-radius: 1px;}
.new_warranty li .conts_area .thum_img .tit {display:none;}
.new_warranty li .conts_area .thum_img .sub {display:none;}
.new_warranty li .conts_area .box .tit {height:42px;}
.new_warranty li .conts_area .box .tit img {width:122px; height:41px;}
.new_warranty li .conts_area .box dl {margin-top:10px; overflow:hidden; height:140px; border-left:3px solid black; }
.new_warranty li .conts_area .box dt {padding-left:10px;  line-height:23px; color:#666; font-weight:normal; font-size:14px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; }
.new_warranty li .conts_area .box dt strong {color:#B857FB;}
.new_warranty li .conts_area .box dt span { color:black; font-size:11px; overflow:hidden;line-height:90%;}
.new_warranty li .conts_area .box dd {overflow:hidden; margin-top:20px; padding-left:10px;}
.new_warranty li .conts_area .box dd .imgs {float:left; margin-left:10px;}
.new_warranty li .conts_area .box dd .imgs:first-child {margin-left:0;}
.new_warranty li .conts_area .box.infomation_box dt {height:140px; white-space:normal;}
.new_warranty li.display_admin {background:#ddd;}

.warranty_area {overflow:hidden;}
.warranty_area li {position:relative; margin-left:18px; float:left; width:590px; background:#fff; border:1px solid #eee; box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 10%); margin-bottom:20px; border-radius:11px;}
.warranty_area li:nth-child(odd) {margin-left:0;}
.warranty_area li.end {position:absolute; bottom:0; left:0; width:100%; display:none;}
.warranty_area li input[type=checkbox] {position:absolute; top:10px; left:10px; z-index:2; width:20px; height:20px;}
.warranty_area li .top_area {margin-top:8px; height:30px; line-height:30px; border-top:1px solid black; border-bottom:1px solid black; color:#333; font-size:15px; padding:0 20px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; }
.warranty_area li .top_area span {color:black; margin-right:5px;}
.warranty_area li .conts_area {padding:10px; overflow:hidden;}

.warranty_area li .conts_area .thum_img {float:left; width:298px; position:relative;}
.warranty_area li .conts_area .thum_img .point_icon {position:absolute; top:-10px; right:-6px;}
.warranty_area li .conts_area .thum_img .point_icon img {width:80px;}
.warranty_area li .conts_area .thum_img .imgs {width: 300px; height: 300px; border-radius:4px;}
.warranty_area li .conts_area .thum_img .tit {display:none;}
.warranty_area li .conts_area .thum_img .sub {display:none;}
.warranty_area li .conts_area .box {float:left; margin-left:10px; width:260px;}
.warranty_area li .conts_area .box .tit {height:42px;}
.warranty_area li .conts_area .box .tit img {width:122px; height:41px;}
.warranty_area li .conts_area .box dl {margin-top:20px; overflow:hidden; }
.warranty_area li .conts_area .box dt {line-height:23px; color:#666; font-size:14px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; }
.warranty_area li .conts_area .box dd {line-height:23px; color:#666; font-size:14px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; }
.warranty_area li .conts_area .box .symbol {color:black; font-size:11px; line-height:90%;}
.warranty_area li .conts_area .box strong {color:#B857FB;}
.warranty_area li .conts_area .box.infomation_box dt {height:140px; white-space:normal;}
.warranty_area li.display_admin {background:#ddd;}

.warranty_banner {overflow:hidden; border-radius:8px;}
.warranty_youtube {overflow:hidden; margin:20px 0;}
.warranty_youtube ul {margin:0 -2px;}
.warranty_youtube li {float:left; width:33.333%; padding:0 2px; position:relative;}
.warranty_youtube li .play_btn {position:absolute; top:26%; left:50%; margin-left:-40px;}
.warranty_youtube li .imgs {background:#ddd; height:222px; border-radius:12px; overflow:hidden;}
.warranty_youtube li .imgs img {width:100%;}
.warranty_youtube li .tit {font-size:16px; margin:4px;}

.warranty_btn_box {overflow:hidden; padding:20px; 0; margin-bottom:40px;}
.warranty_btn_box ul {display:flex; justify-content:center; gap:20px;}
.warranty_btn_box li {flex:none; text-align:center;}
.warranty_btn_box li a {display:block; width:240px; height:50px; line-height:50px; text-align:center; background:#000000; color:#fff; font-size:16px; letter-spacing:-1px; border-radius:500px; box-shadow:2px 2px 6px 0 rgb(0 0 0 / 35%);}
.warranty_btn_box li a:hover {background:#B857FB;}


.new_warranty_post {overflow:hidden;}
.new_warranty_post .left_post {float:left; width:730px; text-align:center; padding:0 4px; margin-right:28px;}
.new_warranty_post .left_post .game_logo {margin-bottom:30px;}
.new_warranty_post .left_post .site_title {color:#6b6969; font-size:36px; font-weight:bold; letter-spacing:-1px; margin-bottom:10px;}
.new_warranty_post .left_post h1 {color:#9f9f9f; font-size:16px; line-height:20px; letter-spacing:-1px;}
.new_warranty_post .left_post .box {background:#0c4678; height:80px; line-height:80px; overflow:hidden; box-shadow: 2px 1px 4px 0 rgb(0 0 0 / 10%); margin-top:30px;}
.new_warranty_post .left_post .box span {color:#ffffff; font-size:20px; 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:#B857FB;}
.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:#717171; box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 10%); padding:18px; margin-bottom:18px;}
.new_warranty_post .left_post .post_txt_box div {position:relative; float:left; font-size:16px; width:485px; border-left:2px solid #000000; padding-left:20px;}
.new_warranty_post .left_post .post_txt_box div:first-child {width:166px; border-left:0; padding-left:0; }
.new_warranty_post .left_post .post_txt_box li {text-align:left; font-size:14px; line-height:30px;}
.new_warranty_post .left_post .post_txt_box span {color:#ffffff;}
.new_warranty_post .left_post .post_txt_box strong {color:#B857FB;}
.new_warranty_post .left_post dl {overflow:hidden; }
.new_warranty_post .left_post dt {color:#B857FB; font-size:36px; font-weight:bold; letter-spacing:-1px; margin-bottom:10px;text-align:left;}
.new_warranty_post .left_post dd {color:#9f9f9f; font-size:16px; line-height:25px; text-align:left;}
.new_warranty_post .right_post {overflow-x:hidden; float:left; width:377px; height:1869px; }
.new_warranty_post .right_post::-webkit-scrollbar {width: 5px;}
.new_warranty_post .right_post::-webkit-scrollbar-thumb {background-color: #000000; 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 (max-width: 768px) {
	
	.new_warranty {overflow:hidden; width:100%; }
	 
	.new_warranty li  {height:100%; }
	.new_warranty li.end {height:740px;} 
	.new_warranty li .conts_area {margin-top:10px; padding:0 10px;}
	.new_warranty li .conts_area .box {float:none; width:294px; height:100%; margin-left:0; margin-bottom:10px;}
	.new_warranty li .conts_area .thum_img {width:100%; margin:10px auto;}
	.new_warranty li .conts_area .thum_img .imgs {width:100%; height:100%; border-radius:3px;}
	.new_warranty li .conts_area .thum_img .point_icon {right:-10px;}
	.new_warranty li .conts_area .box dl {height:auto;}
	.new_warranty li .conts_area .box.infomation_box dt {height:auto;}

	.new_warranty_post .left_post {float:none; width:100%;}
	.new_warranty_post .left_post {float:none; width:100%;}
	.new_warranty_post .left_post .game_logo {margin:15px 0;}
	.new_warranty_post .left_post .game_logo img {width:200px;}
	.new_warranty_post .left_post .site_title {color:#6b6969; font-size:18px; font-weight:bold; letter-spacing:-1px; margin-bottom:5px;}
	.new_warranty_post .left_post h1 {color:#9f9f9f; font-size:13px; line-height:20px; letter-spacing:-1px;}
	.new_warranty_post .left_post .box {background:#0c4678; height:50px; line-height:50px; overflow:hidden; box-shadow: 2px 1px 4px 0 rgb(0 0 0 / 10%); margin-top:15px;}
	.new_warranty_post .left_post .box span {color:#ffffff; font-size:12px; font-weight:bold; margin-left:5px;}
	.new_warranty_post .left_post .post_img { margin:10px 0;}
	.new_warranty_post .left_post .post_img img {width:100%;}
	.new_warranty_post .left_post .post_txt_box {padding:6px; margin-bottom:10px;}
	.new_warranty_post .left_post .post_txt_box div {font-size:14px; width:100%; float:none;border-left:0; padding-left:0;}
	.new_warranty_post .left_post .post_txt_box div:first-child {width:100%; text-align:center; margin-bottom:10px; font-weight:bold; }
	.new_warranty_post .left_post .post_txt_box li {text-align:left; font-size:12px; line-height:25px;}
	.new_warranty_post .left_post dl {overflow:hidden; }
	.new_warranty_post .left_post dt {color:#B857FB; font-size:18px; font-weight:bold; letter-spacing:-1px; margin-bottom:5px;}
	.new_warranty_post .left_post dd {color:#9f9f9f; font-size:13px; line-height:20px; letter-spacing:-1px;}
	.new_warranty_post .right_post {width:100%; height:100%; padding:0 4px; overflow:hidden; margin:10px 0;}

	.warranty_area {padding:0 10px;}
	.warranty_area li {width:100%; margin-left:0;}
	.warranty_area li .conts_area .thum_img {width:100%; float:none; text-align:center;}
	.warranty_area li .conts_area .box {width:100%; float:none;}
	.warranty_banner {margin:0 10px;}
	.warranty_banner img {width:100%;}
	.warranty_youtube {margin:10px;}
	.warranty_youtube li .play_btn {top:18%; left:0; width:100%; text-align:center; margin-left:0;}
	.warranty_youtube li .play_btn img {width:28px;}

	.warranty_youtube li .imgs {height:auto; border-radius:4px;}
	.warranty_youtube li .tit {font-size:11px;}
	.warranty_btn_box {padding:10px; margin-bottom:20px;}
	.warranty_btn_box ul {gap:10px;}
	.warranty_btn_box li a {width:104px; height:34px; line-height:34px; font-size:11px;}
	.warranty_area li .conts_area .thum_img .point_icon {right:30px;}
}
