/**sub css**/
/* 서브 배경 */
.sub_visual_bg {
	height: 350px;
}
.sub_vis img{
    width: 100%;
}
.subvisual_layout{
	text-align:center;
}
.subvisual_title{
	font-size:35px;
	
	letter-spacing: 5px;
}
/**서브 타이틀**/
.main_title{
	text-align: center;
	padding: 80px 0 40px;
}
.main_title .sub_title{
	font-family:'noto-b';
	font-size:28px;
	color:#333;
}
.main_title .sub_title:after {
    display: block;
    width: 65px;
    height: 3px;
    margin: 30px auto 15px;
    content: "";
    background-color: #44469D;
}
.sub_contents{
	padding-bottom:70px;
}
.sub_contents h3{
	font-size: 30px;
	font-family: 'noto-b';
	margin-bottom: 25px;
	text-align: center;
}
.sub_contents h4{
	text-align: center;
}
.sub_contents  h3 span{
	color: #44469D;
}
.sub_contents  p.desc{
	font-size: 16px;
	line-height: 24px;
	font-family: 'noto-r';
}
.sub_contents  p.desc span{
	font-size: 18px;
	line-height: 24px;
	font-family: 'noto-b';
	color:#fff;
	background:#44469D;
	padding: 7px 10px;
	display: inline-block;
}
.service:after {
    display: block;
    width: 60px;
    height: 5px;
    margin: 39px auto 0;
    content: "";
    background-color: #adc9ee;
}
.sub_txt{
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 5px;
	color: #333;
	position: relative;
	padding-left: 13px;
}
.sub_txt:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #44469D;
    position: absolute;
    left: 0;
    top: 12px;
}
/* 클라이밍 교육 */
/* 퍼스트소개 */
.slider-for{
	width:1200px;
	height: 650px;
	margin:auto;
	cursor:pointer;
}
.slider-for > div{
	width:100%;
	height: 650px;
	outline:none;
	overflow:hidden;
}
.slider-for > div > img{
	width:100%;
	height:100%;
}
.slider-nav{
	width:1200px;
	margin:auto;
	margin-top: 15px;
    background: rgba(255, 255, 255, 0.75);
}
.slider-nav .slider-thumb{
    height: 115px;
	position:relative;
	cursor:pointer;
	outline:none;
	margin:0 5px;
}
.slider-nav div img{
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
}
.gallery_bg{
	background: url(/images/bg/sec02-bg.png);
    background-position: bottom;
    background-size: auto;
    background-repeat: repeat;
    height: 322px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}
/* 교육프로그램 */
.board_list table{
	width: 100%;
	table-layout: fixed;
}
.board_list thead th {
	border-top: 1px solid #1c2640;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	height: 50px;
	padding: 4px 10px;
	font-size: 16px;
	background:#f8f8f8;
	font-family: noto-m;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family:'noto-m';
}
.board_list tbody td {
	font-size: 15px;
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	word-break: keep-all;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family:'noto-r';
}
.company_btn > div {
	font-size: 16px;
	font-family: 'noto-m';
	color: #fff;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #44469D;
	border-radius: 5px;
	margin: 30px 0;
}
.certificate ul li{
	font-size: 16px;
	line-height: 30px;
}
/* 클라이밍 설치,운영 */
.install_title{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	position: relative;
	margin-top: 20px;
	padding-left: 13px;
	padding-bottom: 5px;
}
.install_title:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #44469D;
    position: absolute;
    left: 0;
    top: 12px;
}
.install_wrap .cont{
	width: 100%;
}
.install_wrap .cont ul li {
	position: relative;
	width: calc(33.3% - 10px);
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
}
.install_wrap .cont ul li:nth-child(3n){
	margin-right:0;
}
.install_wrap .cont ul li img{
	max-width: 100%;
}
/* 클라이밍 대회운영,행사 */
.event_title{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	position: relative;
	padding-left: 13px;
}
.event_title:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #44469D;
    position: absolute;
    left: 0;
    top: 12px;
}
.event ul li {
    font-size: 18px;
    line-height: 40px;
}
.event_wrap .cont{
	width: 100%;
}
.event_wrap .cont ul li {
	position: relative;
	width: calc(33.3% - 10px);
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
}
.event_wrap .cont ul li:nth-child(3n){
	margin-right:0;
}
.event_wrap .cont ul li img{
	max-width: 100%;
}
/* 공공조달 */
.public_wrap .cont{
	width: 100%;
}
.public_wrap .cont ul li {
	position: relative;
	width: calc(33.3% - 10px);
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
}
.public_wrap .cont ul li:nth-child(3n){
	margin-right:0;
}
.public_wrap .cont ul li img{
	max-width: 100%;
}
.public_txt ul{
	margin-bottom: 10px;
}
.public_txt ul li{
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 5px;
	color: #333;
	position: relative;
	padding-left: 13px;
}
.public_txt ul li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #008ac3;
    position: absolute;
    left: 0;
    top: 12px;
}
/**목록으로 가는 버튼**/
.backtobtn{
	padding:30px 0;
	text-align:right;
}
.backtobtn .btn_back{
	width: 150px;
	line-height: 40px;
	text-align: center;
	background-color: #41BBD0;
	border: 1px solid #41BBD0;
	color: #fff;
	margin-left: 2px;
	font-size: 13px;
	cursor:pointer;
}

/** 상품 상세 영역(goods_view) **/
/**/
.main_new_item{
	position: relative;
	float: left;
	width: 25%;
	height: auto;
	padding:0 5px;
	margin-bottom:15px;
	box-sizing: border-box;
}
/* .main_new_item.best_seller{
	height:388px;
} */
.main_new_item  a{
	display:block;
	border:1px solid #e8e8e8;
	background: #fff;
	padding:8px;
	height: 412px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.main_new_figure {
	position:relative;
	height:220px;
	background:#fbfbfb;
	border-radius:5px;
	overflow:hidden;
}
.main_new_figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.main_new_item_content {
	padding: 10px 0;
	text-align: center;
}
.main_new_item_name {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #111;
	margin-bottom: 4px;
	padding-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
	white-space: normal;
	text-align: center;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*줄수를 설정하는 곳*/
	-webkit-box-orient: vertical;
}
.main_new_item_contry {
	height:20px;
}
.main_new_item_contry:after{
	display:block;
	clear:both;
	content:"";
}
.main_new_item_contry img {
	float:left;
	width:35px;
	height:20px;
}
.main_new_item_sale {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	color: #d7000f;
}
.main_new_item_price {
	display: inline-block;
	font-size: 17px;
	font-weight:bold;
	line-height: 13px;
	letter-spacing:-0.03em;
	margin-top: 10px;
}
.ico_sale_txt2 {
	font-size: 16px;
	color: #0080b4;
	margin-top:5px;
	font-weight:bold;
}
.origin_price{
	color:#808080;
	font-size:14px;
	text-decoration: line-through;
	text-align: center;
	margin-top: 5px;
}
p.main_new_item_tx {
	color: #808080;
    padding-top: 6px;
    padding-bottom: 20px;
    font-size: 14px;
    height: 28px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/**/
.goods_view_top{
	width:100%;
	padding:10px 0;
}
.goods_view_top:after {
	content: "";
	display: block;
	clear: both;
}
.goods_view_figure {
	position:relative;
	float:left;
	width:420px;
	height:420px;
	border:1px solid #ccc;
	box-sizing:border-box;
	overflow:hidden;
}
.goods_view_figure img {
	width:100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.goods_view_form {
	width:580px;
	float:left;
	margin-left:50px;
}
.goods_view_form h2 {
	font-size:20px;
	line-height:20px;
	color:#0d2228;
	margin:10px 0;
}
.goods_view_form p {
	font-size:14px;
	line-height:18px;
	color:#4c4c4c;
	margin-bottom:45px;
}
.goods_view_form_list {
	width:100%;
	margin-bottom:34px;
}
.goods_view_form_list table {
	width:100%;
	font-size:14px;
}
.goods_view_form_list tr {
	height:50px;
}
.goods_view_form_list th {
	text-align:left;
	padding-left:10px;
}
.goods_view_form_list td {
	text-align:left;
}
.table_list_border th,
.table_list_border td {
	border-bottom:1px solid #ddd;
}
.amount:after {
	content:"";
	display:block;
	clear:both;
}
.op_price {
	float: left;
	width: 80px;
	margin: 5px 0;
}
.amount_cancle {
	float: left;
	width: 24px;
	height: 24px;
	background: #393939;
	box-sizing: border-box;
	padding: 2px;
}
.goods_view_total_price {
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
	text-align:right;
}
.goods_view_total_price span{
	color:#008ac3;
	font-weight: bold;
}
.goods_price {
	font-size:18px;
	line-height:18px;
}
.goods_view_form_button {
	width:100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
span.h2_span {
	width: 20px;
	height: 5px;
	background: #000;
	display: block;
	margin-bottom: 8px;
}
select.list_select {
	width: 200px;
	height: 24px;
	/*color: #abaaaa;*/
	border-radius: 3px;
	padding-left: 10px;
}
.amount_plus,
.amount_count,
.amount_minus {
	float:left;
	font-size:13px;
}
.amount_plus,
.amount_minus {
	width:24px;
	height:24px;
	background:#dfdfe1;
	text-align:center;
	padding-top:5px;
	box-sizing:border-box;
	cursor: pointer;
}
.amount_count {
	width:40px;
	height:24px;
	text-align:center;
	padding-top:5px;
	box-sizing:border-box;
	border:1px solid #dfdfe1;
}
.small_view ul li{
	float: left;
	border:1px solid #ddd;
	margin-right: 5px;
	box-sizing: border-box;
}
.small_view ul .on{
	border:2px solid #44469D;
}

/**제품상세 구매버튼**/
.goods_button_cart {
	width: 280px;
    height: 50px;
    border: none;
    background-color: #44469D;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;    
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods_button_heart,
.goods_button_buy {
	width:140px;
	height:50px;
	border:1px solid #44469D;
	background:#fff;
	box-sizing:border-box;
	color:#44469D;
	font-size:15px;
	cursor: pointer;
    border-radius: 10px;
}
.related_product_slide{
	padding-top:23px;
}
.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 47px;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #bfbfbf;
	width: 100%;
	margin-bottom: 70px;
}
.goods_view_tab_on {
	height:47px!important;
}

ul.tabs li {
	width: 174px;
	float: left;
	margin: 0;
	padding: 0;
	height: 46px;
	line-height: 31px;
	border: 1px solid #bfbfbf;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #dfdfe1;
	border-bottom: none;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 12px;
	/* padding: 0 20px; */
	/* border: 1px solid #fff; */
	outline: none;
	/* margin: -1px; */
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px
}

.tabs .on{
	background-color:#fff;
}
ul:after{
	content:"";
	display:block;
	clear:both;
}
ul.tabs li a:hover {
	background: #fff;
	transition:all 0.5s;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	margin-bottom:120px;
}
.tab_content2 {
	margin-bottom:70px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {}
	.product_info on {
		background-color: #fff;
		height: 47px;
	}
	.review_title {
		font-size: 15px;
		font-weight: 600;
		color: #4d4b4c;
	}
	.title_text {
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		padding: 17px 0;
		position: relative;
		color: #999393;
	}
	.revie_table{
		border: 2px solid #333;
		border-right: 0;
		border-left: 0;
	}
	.revie_table thead tr{
		height: 64px;
		line-height: 64px;
		color:#535353;
		font-weight:bold;
	}
	.revie_table tbody td{
		border-bottom: 1px solid #ddd;
	}
	.revie_table th {
		border-bottom: 1px solid #ddd;
	}
	.revie_table tr {
		font-size: 12px;
		height: 64px;
		text-align: center;
	}
	.re_title{
		text-align: left;
	}
	.solt{
		position: absolute;
		top: 0;
		right: 0;
	}
	.solt select{
		color: #4c4c4c;
		max-width: 100%;
		height: 37px;
		width: 93px;
		padding: 8px 12px;
	}
	.review_write {
		text-align:right;
		margin:30px 0;
	}
	.review_write button{
		width:130px;
		height:32px;
		background:#008ac3;
		border:1px solid #008ac3;
		box-sizing:border-box;
		color:#fff;
		font-size:13px;
		line-height:13px;
		cursor:pointer;
	}
	.review_write a {
		line-height: 30px;
		width: 130px;
		text-align: center;
		background-color: #e90010;
		color: #fff;
		padding: 10px 30px;
	}
	.review_write a:last-child{
		margin-left:3px;
	}
	.container_warp{
		font-size:13px
	}
	#main_visual {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 48px;
	}
	#main_visual>.bx-wrapper {
		max-width:1050px!important;
	}
	.bx-pager.bx-default-pager {
		display: none;
	}
	#main_visual p {
		padding: 14px 12px 0px;
		font-size: 13px;
		font-weight: 600;
		color: #4d4c4a;
	}
	#main_visual p span{
		font-size: 13px;
		color: #4d4c4a;
		padding: 9px 0 23px;
		display: block;
	}
	#main_visual li{
		border: 1px solid #dddddf;
		width: 201px;
		height: 300px;
		box-sizing:border-box;
	}
	.vphoto {
		width:100%;
		padding:20px;
		box-sizing:border-box;
		text-align:left;
	}
	.vphoto img {
		width:100%;
	}
	
	
	
	/** 상품문의하기 영역**/
	.wrtyepage_wrap {
		width:1050px;
		margin:0 auto;
	}
	.qna_tt {
		padding:38px 0 12px;
	}
	.qna_tt:after {
		content:"";
		display:block;
		clear:both;
	}
	.qna_tt h3 {
		float:left;
		font-size:16px;
		line-height:20px;
		color:#333;
		letter-spacing:-0.6px;
		margin-right:10px;
	}
	.qna_tt p {
		float:left;
		font-size:12px;
		line-height:20px;
		color:#939393;
		letter-spacing:-0.6px;
		margin-top:1px;
	}
	
	/** ===== event css ===== **/
	.event_list {
		width:100%;
		padding-top:10px;
	}
	.event_list li {
		width:100%;
		height:200px;
		margin-bottom:10px;
		overflow:hidden;
	}
	.event_list li img {
		width:100%;
	}
	
	/* <!-- 신상품,베스트,세일장 보기 영역 --> */
	
	.inner_lnb {
		width:100%;
	}
	.inner_lnb .tit {
		font-size:20px;
		font-weight:bold;
		line-height:20px;
		color:#333333;
		padding:60px 0 23px;
	}
	.product_detail_select:after {
		content:"";
		display:block;
		clear:both;
	}
	.product_detail_select {
		width:100%;
	}
	.left_all_view {
		float: left;
		font-weight: bold;
		line-height: 12px;
		color: #333;
		text-align: center;
		min-width: 77px;
		padding: 10px 12px;
		border: 1px solid #ddd;
        box-sizing: border-box;
        border-radius: 10px;
	}
	.right_menu {
		float:right;
		font-size:18px;
		font-weight:bold;
		line-height:12px;
		color:#666666;
		text-align:right;
		border:none;
	}
	.right_menu:after {
		content:"";
		display:inline-block;
		width:9px;
		height:6px;
		margin-left:4px;
		background:url(/images/icon/icon_right_menu_off.png) no-repeat 50% 50%;
		background-size:11px 6px;
		vertical-align:1px;
	}
	/* 오른쪽 리스트 서브메뉴*/
	.right_menu_list {
		display:none;
		width:92px;
		height:162px;
		border:1px solid #eee;
		background:#ffffff;
		box-sizing:border-box;
		margin-top:5px;
	}
	.right_menu_list li {
		width:90px;
		height:40px;
		font-size:12px;
		line-height:12px;
		padding-top:14px;
		padding-right:10px;
		box-sizing:border-box;
		
	}
	.right_menu_list li:hover {
		display:block;
		background:#dfdfe1;
		color:#e90010;
		transition:all 0.5s;
	}
	
	
	/* 리스트서브 종료 */
	.list_goods {
		width:100%;
		margin-top:30px;
		min-height:290px;
	}
	.list {
		width:100%;
	}
	
	/*.item {
	float:left;
	width:340px;
	height:412px;
	margin-right:15px;
	margin-bottom:95px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}
.item:nth-child(3n) {
margin-right:0;
}*/
/**수정후**/
.item{
	float:left;
	width:33.33%;
	padding: 0 5px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.item .inner{
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}

/****/
.thumb {
	width:100%;
	height:202px;
	border:1px solid #fbfbfb;
	box-sizing:border-box;
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
.thumb img {
	width:100%;
}
.info {
	width:100%;
	/*height:100px;*/
}
.item_name {
	display: inline-block;
	width: 100%;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	color:#070707;
	margin:20px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
	white-space: normal;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*줄수를 설정하는 곳*/
	-webkit-box-orient: vertical;
}
.item_unit_price {
	font-size: 17px;
	line-height: 18px;
	color: #a5a5a5;
	margin-bottom: 10px;
	text-decoration: line-through;
}
.item_price {
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.item_price .pre_sale_price_span{
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
	color:#808080;
}
.item_kg {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#4c4c4c;
}
.wish_del{
	width: 100%;
	height: 38px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius:5px;
	box-sizing: border-box;
	color: #808080;
	font-size: 14px;
	cursor:pointer;
}
.bg_white{
	width:340px;
	height:540px;
	background:rgba(255,255,255,0.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
/**
.ico_sale{
width:66px;
height:58px;
position:absolute;
top:-1px;
left:8px;
z-index:1;
opacity:0.9;
}
.ico_sale img{
width:64px;
height:56px;
box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}**/
.ico_sale{
	width:66px;
	height:58px;
	position:absolute;
	top:-1px;
	left:8px;
	z-index:1;
	opacity:0.9;
}
.ico_sale_img {
	width:64px;
	height:56px;
}
.ico_sale_img img {
	width:100%;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.ico_sale_txt {
	position: absolute;
	top: 37px;
	width: 66px;
	text-align: center;
	font-size: 21px;
	line-height: 19px;
	font-weight: bold;
	font-style: oblique;
	color: #ffffff;
}


.ico_chart{
	width:45px;
	height:45px;
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:1;
	opacity:0.9;
}
.ico_chart img{
	width:45px;
	height:45px;
}
.list>li:hover .bg_white{
	display:block;
	opacity:1;
}
.ico_sale:hover{
	opacity:0.76;
}
/*
#header_wrap {
padding-bottom:49px!important;
}
#content_wrap {
margin-top:-49px!important;
}
*/


/*리뷰,문의*/
.review_btns {
	float:right;
}
.review_btns:after {
	content:"";
	display:block;
	clear:both;
}
.review .delete{
	float: right;
	width: 40px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #e90010;
	padding: 10px 15px;
	color: #e90010;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.review .view_pw_inputbox{
	display: none;
	float: left;
	width: 110px;
	height: 10px;
	line-height: 11px;
	font-size: 11px;
	padding: 10px 15px;
	text-align: center;
	/* margin-left: 19px; */
	margin-bottom: 19px;
}
.review .view_pw_btn{
	display: none;
	float: left;
	width: 40px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	background: #fff;
	padding: 10px 15px;
	color: #555;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 18px;
	cursor: pointer;
	border: 1px solid #999;
	border-left: none;
}
.review .view_pw_cancel_btn{
	display: none;
	float: left;
	width: 40px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 18px;
	cursor: pointer;
	border: 1px solid #555;
	border-left: none;
}

.review .list_pw_inputbox{
	display: none;
	float: left;
	width: 110px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	text-align: center;
	margin-left: 19px;
	padding: 5px 15px;
}
.review .list_pw_btn{
	display: none;
	float: left;
	width: 40px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	background: #fff;
	color: #555;
	text-align: center;
	cursor: pointer;
	border: 1px solid #999;
	border-left: none;
	padding: 6px 10px;
}
.review .list_pw_cancel_btn{
	display: none;
	float: left;
	width: 40px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	background: #555;
	color: #fff;
	text-align: center;
	/* margin-left: 8px; */
	cursor: pointer;
	border: 1px solid #555;
	border-left: none;
	padding: 6px 10px;
}

/*리뷰,문의 테이블*/
/*
.rList{width: 1180px;}
.rList>table{width: 100%; border-spacing: 0; border-collapse: collapse; background: #fff; border-top: 0; margin-bottom: 15px; border-bottom:1px solid #999;}
.rList>table>thead{border-bottom:1px solid #999;}
.rList>table>tbody>tr{text-align: center; height: 30px; font-size: 12px; border-bottom: 1px solid #ddd;}
.rList>table>tbody>tr>.subject{text-align: left; padding-left: 15px;line-height:22px;}
.rList>table>tbody>tr>.subject>a>.review_view_txt_gray{color:gray;}

.rList>table>tbody .view{ text-align: left; padding: 20px 20px 0 20px; width:100%; display:table; margin-top:0;}
.rList>table>tbody .view>.vphoto{margin: 20px;}
.rList>table>tbody .view>.vphoto>img{ display:block; max-width: 100%;}
*/
.boardComment{margin: 0 20px 20px 20px; text-align: left;}
.boardComment p{font-size: 12px; font-weight: bold; color: #444; border-top: 1px solid #ccc; }
.boardComment p span{font-size: 11px; color: #777;}
.boardComment li .comment{padding: 20px; color: #222;}
/*
.rBtns{text-align: right; margin-bottom: 20px;}
.rBtns a{display:inline-block; padding: 0 20px; text-align: center; border: 1px solid #999; letter-spacing: 1px;}
.rBtns a:hover{border: 1px solid #222;}

.rPager_wrap{position: relative; margin-bottom: 130px;}
.rPager{position: absolute; top: 0 ; left:50%; transform: translateX(-50%);}
.rPager>ul:after{content: "";display: block; clear: both;}
.rPager>ul li{float: left; padding: 0 11px;}
.rPager>ul li a{font-size: 12px; line-height: 1em;}

/*write page*/
.writePage{
	width: 1050px;
	margin: 0 auto;
}
.QandA{margin-bottom:20px;}
.QandA ul li a{display: block; font-size: 12px; font-weight: bold; color: #222; line-height: 14px;}

.viewBox{
	width: 1050px;
	border-top: 2px solid #333;
	border-bottom: 1px solid #ddd;
	padding: 17px 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.viewBox ul:after{
	content:"";
	display: block;
	clear: both;
}
.viewBox li{
	width: 320px;
}
.viewBox li img{
	width: 105px;
	height: 140px;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin-right: 30px;
}
.viewBox .viewText{
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	float: left;
	margin-top: 10px;
}
.viewBox .viewText>.money{
	color: #41BBD0;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.viewBox .viewMore {
	font-size:12px;
	display: block;
	width: 105px;
	height: 25px;
	background:#41BBD0;
	float: left;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	letter-spacing: -0.6px;
	box-sizing:border-box;
}
.viewBox .viewMore>span{
	padding: 0 5px;
}
.writebox{
	width: 1050px;
	text-align: left;
	border-top:2px solid #333;
}
.writebox table{
	border-spacing: 0;
	border-collapse: collapse;
	width: 1050px;
	margin-bottom: 20px;
	box-sizing:border-box;
}
.writebox tr{
	width:100%;
	height: 50px;
	border-bottom: 1px solid #ddd;
	font-size:14px;
	color:#444;
	box-sizing:border-box;
	padding-left:10px;
}
.writebox th {
	padding-left:10px;
}
.writebox td {
	padding:20px 0;
}
.writebox .tr1{
	border-top:1px solid #ddd;
}
.writebox tr th{ text-align:left;}
.writebox input{
	display: block;
	width: 400px;
	height: 30px;
	border:1px solid #bbb;
	box-sizing:border-box;
	padding:0 10px;
}
.writebox .tr3 input{height: 30px;}
.writebox textarea{
	display: table;
	width: 900px;
	height: 300px;
	padding:10px;
	font-size:13px;
	line-height:18px;
	border: 1px solid #bbb;
}
.writePage>.BTN{
	width: 1050px;
	margin-bottom: 50px;
}
.writePage>.BTN:after{
	content: "";
	display: block;
	clear: both;
}
.writePage>.BTN a{
	width:150px;
	height: 40px;
	box-sizing:border-box;
	background:#ffffff;
	border:1px solid #41BBD0;
	display: block;
	text-align: center;
	color: #41BBD0;
	padding: 12px 20px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
.writePage>.BTN>.leftBtn{
	float: left;
}
.writePage>.BTN>.rightBtn{
	float: right;
}
.writePage>.BTN>.rightBtn:after{
	content: "";
	display: block;
	clear: both;
}
.writePage>.BTN>.rightBtn>.OK{
	float: left;
	margin-right: 5px;
	background: #41BBD0;
	color: #fff;
	cursor:pointer;
	font-weight:bold;
}
.writePage>.BTN>.rightBtn>.CANCEL{
	float: left;
	cursor:pointer;
}

/*리뷰검색영역*/
.searchArea{
	margin:0 auto;
	width:250px;
}
.searchArea form{
	position:relative;
	width:250px;
}
.searchArea input{
	height:20px;
	width:250px;
}
.searchArea button{
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,0);
	border:0;
	border-left:1px solid #999;
	font-size:12px;
	line-height:12px;
	padding:6px 2px;
}

/* 소개 */
.introimgbox{
	width: 100%;
    padding: 47px;
    box-sizing: border-box;
}

.introimgbox img{
	width: 100%;
}



