/* 게시판 목록 */
#bo_list h2 {
    font-family: 'NanumSquare', sans-serif;
    font-size: 33px;
    font-weight: 900;
    line-height: 44px;
    margin-top: 80px;
    margin-bottom: 60px;
    color: #595656;
}

#board_product_wrap {
	
}

#board_product_wrap .pro_wrap {
    clear: both;
	display:flex;
	flex-wrap: wrap;
    padding:80px 0 0px;
}

#board_product_wrap .pro_li {
	width:33.3%;
	margin-bottom:80px;
	padding:0 5px;
}

#board_product_wrap .pro_list {
	position:relative;
    text-align:center;
	height:100%;
}

#board_product_wrap .pro_list a {
    display:block;
	margin-bottom:60px;
}

#board_product_wrap .pro_list a:hover img {
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.4s;
}

#board_product_wrap .pro_list img {max-width:100%; border:0px solid #eee;} 

#board_product_wrap .pro_list h3 {
	font-size:20px;
	margin:20px 0 7px;
	word-break:keep-all;
	line-height:1.2;
}

#board_product_wrap .pro_list h3 span {
    font-weight:100;
}

#board_product_wrap .pro_list h3 > strong > span {
	font-size:0.9em;
}

#board_product_wrap .pro_list .btn.btn-pack {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}

#board_product_wrap .btn_wrap {
    text-align:center;
	margin-bottom:100px;
}

/* 쓰기  */
.tbl_wrap th {
    background-color: #f6f6f6;
}

.wr_content textarea {
	height:240px !important;
}

.write_div textarea {
	height:360px;
}

/* 읽기 */
.pros_visual_wrap {
	margin-top:-80px;
}

.pros_visual_wrap .slide, .pros_visual_wrap .slide li {
	height:580px;
	transition: 0.4s;
	margin-bottom:0px;
}

.pros_visual_wrap .slide li {
	background-size:cover;
	background-position:top center;
}

.wzd_board_header {
    border-top: 0 !important;
    margin-bottom: 50px;
    margin-top: -150px;
}

.wzd_board_header h2 {
	color:#fff;	
    font-family: 'NanumSquare', sans-serif;
	font-weight:900;
	font-size:33px;
}

.wzd_board_header p {
	color:#fff;
	font-size:24px;
	font-weight:100;
	letter-spacing:0.2em;
}

.wzd_board_header p span {	
	font-weight:700;
}

#bo_v_img img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

#bo_v_con {
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}

#bo_v_bot {
    border-top: 1px #eee solid;
    padding-top: 15px;
}

#bo_v_share {
    padding-top: 0;
    padding-bottom: 0;
}

#bo_v_atc {
	padding-top:0px;
}

#bo_v_atc .content {
	margin-top:80px;
    font-size: 16px;
	padding-right:100px;
}

#bo_v_atc .content h4 {
    font-size: 24px;
    font-weight: 900;
	margin-bottom:30px;
}

#bo_v_atc .content p {
    word-break:keep-all;
}

#bo_v_atc .content pre {
	font-family:'NotoSans', '맑은 고딕',  'Nanum Gothic', 'Malgun Gothic', '돋움', 'Ubuntu', dotum, sans-serif; 
	font-size:16px;
	padding:0;
	margin:0;
    border:0 none;
	background:transparent;
	white-space: pre-wrap;
    word-break:keep-all;
}

#bo_v_atc .pros_ment {
	margin:100px 0;
	padding:80px 0 60px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}

#bo_v_atc .pros_ment p {
	font-size:28px;
	font-weight:700;
	word-break:keep-all;	
}

#bo_v_atc .pros_ment i {
	color:#ddd;
	position:relative;
	top:-8px;
}

#bo_v_atc .pros_sns {
	text-align:center;
	margin-bottom:100px;
}

#bo_v_atc .pros_sns p {
	font-size:18px;
	font-weight:700;
}

#bo_v_atc .pros_sns img {
	margin:0 2px;
}

	
@media (max-width: 1920px) {	
	.pros_visual_wrap .slide, .pros_visual_wrap .slide li {
		height:460px;
		transition: 0.4s;	
	}
}

@media (max-width: 992px) {	
	#board_product_wrap .pro_li {
		width:50%;
		margin-bottom:60px;
	}
	
	#board_product_wrap .pro_list h3 {
		font-size:16px;
	}
} 

@media (max-width: 767px) {	


	#bo_list h2 {
		font-size: 26px;
		margin-top: 40px;
		margin-bottom: 00px;
	}
	
	#board_product_wrap .pro_li {
		margin-bottom:40px;
	}
	
	#board_product_wrap .pro_list a {
		margin-bottom:32px;
	}
	
	#board_product_wrap .pro_list h3 {
		font-size:14px;
		margin:14px 0 0px;
	}
	
	#board_product_wrap .pro_list .btn.btn-pack {
		font-size:12px;
		height: 24px;
		line-height: 25px;
	}
	
	#board_product_wrap .pro_list .btn.btn-pack .btn-line {
		display:none;	
	}
	
	.pros_visual_wrap .slide, .pros_visual_wrap .slide li {
		height:420px;
		transition: 0.4s;	
	}
	
	.wzd_board_header {
		margin-bottom: 50px;
		margin-top: -120px;
	}
	
	.wzd_board_header h2 {
		font-size:28px;
	}

	.wzd_board_header p {
		font-size:18px;
	}	

	#bo_v_atc .content {
		margin-top:80px;
		padding-right:0px;
	}

	#bo_v_atc .content.left {
		margin-top:40px;
	}
	
	#bo_v_atc .content h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom:20px;
	}
	
	#bo_v_atc .content pre {
		font-size:14px;			
	}
	
	#bo_v_atc .pros_ment p {
		font-size:20px;
		font-weight:700;		
	}
	
	#bo_v_atc .pros_ment i {
		top:-4px;
	}
	
}

/* 게시판 뷰 페이지 */
#bo_v_title .bo_v_tit {
    border-top: 2px #000 solid;
    border-bottom: 1px #e0e0e0 solid;
    background-color: #fcfcfc;
    display: block;
    font-size: 19px;
    font-weight: 900;
    padding-left: 20px;
    margin: 5px 0 0;
    padding-top: 22px;
    padding-bottom: 22px;
    word-break: break-all;
}

#bo_v_info .profile_info .pf_img img {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

#bo_v_info .profile_info {
    margin: 10px 0 10px;
    display: inline-block;
    float: left;
    padding-left: 20px;
}

#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
    font-weight: bold;
}

#bo_v_sns {
    padding: 0;
    list-style: none;
    zoom: 1;
    float: right;
    display: inline-block
}

#bo_v_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_v_sns li {
    float: left;
    width: 35px;
    margin-right: 3px;
    text-align: left
}

#bo_v_sns li a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3em;
    color: #fff;
    font-size: 0.95em;
    padding-left: 6px;
}

#bo_v_sns li img {
    vertical-align: middle;
    margin-right: 5px
}

#bo_v_sns li .sns_f {
    display: block;
    background: #3b5997
}

#bo_v_sns li .sns_t {
    display: block;
    background: #09aeee
}

#bo_v_sns li .sns_g {
    display: block;
    background: #ea4026
}

#bo_v_sns li .sns_k {
    display: block;
    background: #fbe300
}

#bo_v_sns li span {
    display: none;
}