/* 메인 */
.boards_wrap .notice .board {
    float: right;
    width: 100%;
}

/* 회원가입 */
input[type="tel"] {
    border: 1px solid #d5d5d5;
}
    
div.list_table table.list-table.submit tr td select.country_select {
    width: auto;
    max-width: 100%
}

@media only screen and (max-width: 640px){
	div.list_table table.list-table.submit.mobile tr td select.country_select {
	    width: auto;
	    max-width: 100%;
	}
}

/* 제품소개 */
.text_wrap .text{
	white-space: pre-wrap;
}
.product_info_wrap .product_info .image {
    top: 50px;   
    height: auto;
}

.product_info_wrap .product_info .image img {vertical-align: top;}

.product_info_wrap .product_info .text_wrap {min-height: 285px;}

.product_txt_area div.area_txt {
	font-size:13px;
	color:#666;
	margin-top:10px;
	padding:30px 30px 30px 3%;
	word-break:keep-all;
	border-top:1px solid #333;
	border-bottom:1px solid #e5e5e5;
	background-color:#f9f9f9;
	line-height:20px;
	overflow: auto;
}
.product_txt_area div.area_txt table{
	max-width: 100%
}

.product_txt_area div.area_txt table tr{
	max-width: 100%
}

.product_txt_area div.area_txt table td{
	max-width: 100%
}

.product_txt_area div.area_txt img{
	max-width: 100%;
	max-height: 100%;
}

::-webkit-scrollbar { width: 3px; } ::-webkit-scrollbar-thumb { background: #a9a9a9; }



@media only screen and (max-width: 640px){	
	.product_txt_area div.area_txt {
	    padding: 15px 5%;
	}
}