@charset "utf-8";

/* View */
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap .no-attach { border-bottom:0px; }
.view-wrap .view-cnt { letter-spacing:0; }

.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img {
	display:inline-block; max-width:100%; margin: 0; border:0; height:auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.view-content { padding-bottom:20px; line-height:180%; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:180%; }
.view-good-box { text-align:center; }
.view-good-box span { margin:15px 6px; width:80px; height:80px; display:inline-block; }
.view-good-box a { background: rgb(245, 245, 245); padding-top:14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height:26px; display: inline-block; }
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-icon { margin-bottom:10px; }
.view-icon img { width:34px; border-radius:50%; margin-bottom:5px; }
.view-comment { margin: 0px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; border-bottom: 1px solid rgb(51, 51, 51); display: inline-block; position: relative; }

/* Padding */
.view-padding { padding-left:15px; padding-right:15px; }
.is-mobile .view-padding { padding-left:0px; padding-right:0px; }
.view-author-none { height:1px; border-top:1px solid #eee; margin:12px 0px 20px; }

/* Comment */
.comment-media { margin:10px 0px; }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content { margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('../../img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('../../img/cmt_nogood.gif') no-repeat left center; color:#888; }

.comment-form { padding-top:10px; }
.comment-box { border:1px solid #ddd; padding:12px 12px 0px; margin-bottom:15px; background:#fbfbfb; }
.comment-content { display:table; width:100%; table-layout:fixed; }
.comment-content .comment-cell { display:table-cell; padding:0px; text-align:center; vertical-align:middle; }
.comment-content .comment-cell.comment-submit { width:80px; height:100%; background:#fafafa; border:1px solid #ccc; border-left:0px; cursor:pointer; }
.comment-btn .cursor { margin-left:12px; color:#787878; }

#wr_content { resize:none; }
#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#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 20px 0 0; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }



.view-wrap .top_wrap .img {
	float: left;
	width: calc((100% - 80px)/2);
	border: 1px solid #ddd;
	margin-right: 80px;
}
.view-wrap .top_wrap .img img {max-width: 100%;}
.view-wrap .top_wrap .txt {
	float: left;
	width: calc((100% - 80px)/2);
}
.view-wrap .top_wrap .txt h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px;
}
.view-wrap .top_wrap .txt .desc {
	font-size: 18px;
	word-break: keep-all;
}
.view-wrap .top_wrap .txt ul {
	list-style: none;
	margin: 30px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #ddd;
}
.view-wrap .top_wrap .txt ul li {margin-bottom: 30px;}
.view-wrap .top_wrap .txt ul li h3 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.view-wrap .top_wrap .txt ul li h3 span {
	background: #2d2151;
	padding: 0 8px;
}
.view-wrap .top_wrap .txt ul li p {
	font-size: 18px;
	line-height: 1.5;
	word-break: keep-all;
}
.view-wrap .bottom_wrap {margin-top: 80px;}
.view-wrap .bottom_wrap h2 {
	font-size: 20px;
	background: #eee;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	border-left: 5px solid #2d2151;
	margin: 0 0 25px;
}
.view-wrap .bottom_wrap .note {
	font-size: 14px;
	text-align: right;
	margin-bottom: 25px;
}
.view-wrap .bottom_wrap .view-img {overflow: hidden;}
.view-wrap .bottom_wrap .view-img > a {
	float: left;
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	margin-bottom: 30px;
	height: 378px;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.view-wrap .bottom_wrap .view-img > a:nth-child(3n) {margin-right: 0;}

.view-wrap .products_banner {
	background: url("/img/custom/sub_3_bottom_banner_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
	position: relative;
	margin-top: 70px;
}
.view-wrap .products_banner p {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.view-wrap .products_banner a {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	font-family: "Roboto";
}
.view-wrap .products_banner a span {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #fff;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
.view-wrap .products_banner a span img {width: 20px; height: 20px;}

@media all and (max-width: 767px) {
	.view-wrap .top_wrap .img {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.view-wrap .top_wrap .txt {
		float: none;
		width: 100%;
	}
	.view-wrap .top_wrap .txt h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.view-wrap .top_wrap .txt .desc {font-size: 16px;}
	.view-wrap .top_wrap .txt ul {
		margin-top: 20px;
		padding-top: 20px;
	}
	.view-wrap .top_wrap .txt ul li h3 {font-size: 14px;}
	.view-wrap .top_wrap .txt ul li p {font-size: 16px;}
	.view-wrap .bottom_wrap {margin-top: 20px;}
	.view-wrap .bottom_wrap h2 {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.view-wrap .bottom_wrap .note {
		font-size: 13px;
		text-align: left;
		margin-bottom: 20px;
	}
	.view-wrap .bottom_wrap .view-img > a {
		width: calc((100% - 15px)/2);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.view-wrap .bottom_wrap .view-img > a:nth-child(2n) {margin-right: 0;}
	.view-wrap .bottom_wrap .view-img > a:nth-child(3n) {margin-right: 15px;}
	.view-wrap .products_banner {
		height: auto;
		margin-top: 40px;
		padding: 30px;
	}
	.view-wrap .products_banner p {
		position: relative;
		left: inherit;
		top: inherit;
		transform: none;
		font-size: 16px;
	}
	.view-wrap .products_banner a {
		position: relative;
		right: inherit;
		top: inherit;
		transform: none;
		font-size: 24px;
		margin-top: 10px;
	}
	.view-wrap .products_banner a span {
		width: 32px;
		height: 32px;
		line-height: 28px;
	}
	.view-wrap .products_banner a span img {width: 15px; height: 15px;}
}
@media all and (max-width: 480px) {
	.view-wrap .bottom_wrap .view-img > a {height: 180px;}
}