@charset "UTF-8";

.product_view {
    display:flex;
    flex-direction:row;
    /* flex-wrap:wrap; */
    width:100%;  
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.product_view::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.product_view .seller_view {position:relative;width:800px;margin:0 auto}
.product_view .seller_view .seller_view_top {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;  
    align-items:flex-start;
}
.product_view .seller_view .seller_view_top .seller_img {
    position:relative;
    width:150px;
    height:150px;
    border-radius: 200px;
    overflow:hidden;
}
.product_view .seller_view .seller_view_top .seller_img img {display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width: auto; height: 100%;}
.product_view .seller_view .seller_view_top .seller_cont {width:calc(100% - 150px - 245px);padding-left:40px}
.product_view .seller_view .seller_view_top .seller_cont .top {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;}
.product_view .seller_view .seller_view_top .seller_nick {margin-top:30px;font-size:22px;font-weight:700;color:#484848}
.product_view .seller_view .seller_view_top .seller_rank {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;  
    margin-top:30px;
    align-items: flex-start;
}
.product_view .seller_view .seller_view_top .seller_rank .star_img {width:125px}
.product_view .seller_view .seller_view_top .seller_rank .star_img img {
    display:inline-block;
    width:25px;
    height: auto;
    vertical-align: middle;
    margin-left: -3px;
}
.product_view .seller_view .seller_view_top .seller_rank .rank {width:calc(100% - 125px);padding-left:10px;font-size:23px;font-weight:700;color:#484848}
.product_view .seller_view .seller_view_top .top_btn_box {width:245px;margin-left:auto;padding-top:10px}
.product_view .seller_view .seller_view_top .top_btn_box .btn_app {font-size:20px;}
.product_view .seller_view .seller_view_top .top_btn_box > div ~ div {margin-top:10px}
.product_view .seller_view .seller_view_top .top_btn_box .btn_share > div {height:50px}
.product_view .seller_view .seller_view_top .top_btn_box .btn_share > div i {width:18px}
.product_view .seller_view .seller_view_top .top_btn_box .btn_share > div span {font-size:18px;}

.product_view .supply_left {width:740px}
.product_view .supply_right {width:320px;margin-left:auto}
.product_view .view_box {width:100%;padding:40px;border-radius:5px;box-shadow: 0 5px 10px 0 rgba(112, 112, 112, 0.15);background-color: #ffffff;}
.product_view .btn_detail_go { position: absolute; width: 100%; text-align: center; z-index: 1; left: -8.6%; bottom: 15%; }
.product_view .btn_detail_go a {
	display: inline-block;
	padding: 15px 28px;
	border-radius: 100px;
	box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
	font-size: 18px;
  	font-weight: bold;
  	color: #fff;
  	position: fixed;
}
.product_view .view_box.view_btn_box {padding:10px}
.product_view .view_box ~ .view_box {margin-top:20px}
.product_view .ico_title {display:flex;flex-wrap:wrap;flex-direction:row;width:100%;align-items:flex-end;}
.product_view .ico_title .ico {width:16px;}
.product_view .ico_title .ico img {max-width:100%;height:auto;}
.product_view .ico_title .title {width:calc(100% - 16px);padding-left:5px;font-size:14px;font-weight:700;color:#484848}
.product_view .view_box .box_head {width:100%;padding-bottom:20px;border-bottom:1px solid #d9d9d9}
.product_view .view_box .box_head.no_line {padding-bottom:0;border-bottom-width:0}
.product_view .view_box .box_body {width:100%;margin-top:20px;}
.product_view .view_box .box_body.mt10 {margin-top:10px;}
.product_view .view_box .box_body .text1 {font-size:15px;line-height:1.2;color:#484848;word-break:break-all;}
.product_view .supplier_view_top {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:center;}
.product_view .supplier_view_top .left {position:relative;display:flex;flex-direction:row}
.product_view .s_box {display:inline-flex;height:25px;line-height:25px;padding:0 10px;border-radius:3px;font-size:14px;color:#fff;font-weight:700;text-align:center;}
.product_view .s_box.blue {background-color:#42b5d9 }
.product_view .s_box.blue2 {background-color:#8dceee }
.product_view .s_box.bg1 {background-color:#ff9100}
.product_view .s_box.bg2 {background-color:#4fd9a7}
.product_view .s_box.bg3 {background-color:#c0c3c2}
.product_view .s_box.bg4 {background-color:#80cdf8}
.product_view .s_box.bg5 {background-color:#b5b8f9}
.product_view .s_box+.s_box {margin-left:5px}
.product_view .s_box.deadline {margin-left:10px}
.product_view .supplier_view_top .right {position:relative;margin-left:auto;}
.product_view .supplier_view_top .right span {display:inline-flex;font-size:14px;color:#808080}
.product_view .supplier_view_top .right span+span {margin-left:10px}
.product_view .view_title {padding:20px 0;}
.product_view .view_title .title {display:block;width:100%;overflow:hidden;font-size:20px;line-height:1.25;color:#484848;font-weight:700;white-space:nowrap;text-overflow:ellipsis;}
.product_view .supplier_info {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    height: auto;
    padding: 25px 36px 25px 35px;
    border-radius: 3px;
    box-shadow: 0 5px 4px 0 rgba(217, 217, 217, 0.25);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;    
    align-items:flex-start;
}
.product_view .supplier_info .info_img {
    position:relative;
    width:150px;
    height:150px;
    border-radius:10px;
    overflow:hidden;
}
.product_view .supplier_info.seller {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    height:135px;
    margin-top:25px;
    padding: 25px 30px 25px 30px;
    border-radius: 3px;
    box-shadow: 0 5px 4px 0 rgba(217, 217, 217, 0.25);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
}

.product_view .supplier_info .info_img img {position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%, -50%);width:100%;height:auto;}
.product_view .supplier_info .info_content {position:relative;width:calc(100% - 150px);padding-left:30px;}
.product_view .supplier_info.seller .info_content {position:relative;width:100%;padding-left:0}

.product_view .supplier_info dl {display:flex;flex-wrap:wrap;flex-direction:row;width:100%;align-items:flex-start;}
.product_view .supplier_info dl dt {display:flex;flex-wrap:wrap;flex-direction:row;width:71px;font-size:14px;color: #707070;align-items:center;}
.product_view .supplier_info dl dt .ico {display:inline-flex;width:15px;}
.product_view .supplier_info dl dt .text {display:inline-flex;width:calc(100% - 15px);padding-left:5px;font-size: 13px;}
.product_view .supplier_info dl dd {position:relative;width:calc(100% - 71px);padding-left:20px;font-size:14px;font-weight:700;color:#484848}
.product_view .supplier_info .row_box {display:flex;flex-wrap:wrap;flex-direction:row;width:100%;}
.product_view .supplier_info .row_box .col {width:50%}
.product_view .supplier_info .row_box dl {margin-top:16px;}
.product_view .gr_box {
    position:relative;    
    width:100%;
    height: 196px;
    margin-top:15px;
    padding:32px 0 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 4px 0 rgba(217, 217, 217, 0.25);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
}
.product_view .gr_box .icon {position:absolute;top:0;left:35px}
.product_view .gr_box .gr, .product_view .gr_box .graph {
	position:relative;
	width:262px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.product_view .gr_box.seller {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    padding:30px 40px 31px 102px;
}
.product_view .gr_box.seller .gr {margin:0;}
.product_view .gr_box .gr_info {
    width: 208px;
    height: 135px;
    margin:0 0 0 auto;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
}
.product_view .gr_box .gr_info dl ~ dl {margin-top:20px}
.product_view .gr_box .gr_info dl {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    font-size:14px;
    color:#484848;
}
.product_view .gr_box .gr_info dl dt {position:relative;}
.product_view .gr_box .gr_info dl dd {margin-left:auto;font-weight:700;}
.product_view .date_info {position:relative;}
.product_view .date_info::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 94px;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
}
.product_view .date_info dl {    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 15px;
    color: #484848;
}
.product_view .date_info dl dt {padding-right:15px;}
.product_view .date_info dl dd {padding-left:14px;}
.product_view .date_info dl ~ dl {margin-top:15px}
.product_view .review_info {position:relative;}
.product_view .review_info::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 94px;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
}
.product_view .review_info dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 15px;
    color: #484848;
}
.product_view .review_info dl dt {width:99px}
.product_view .review_info dl ~ dl {margin-top:15px}
.product_view .review_info dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 99px);
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_view .review_info dl dd .img {width:85px}
.product_view .review_info dl dd .img img {max-width:17px;display:inline-block;margin-left:-3px;}
.product_view .review_info dl dd .text {width:calc(100% - 85px);padding-left:15px}

.product_view .hash_tag {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;margin-top:-10px;margin-bottom:-10px}
.product_view .hash_tag .hash {display:inline-flex;margin:10px 0 0 10px;padding:5px;border-radius:3px;background-color: #fff5e1;text-align:center;font-size:14px;color:#ff9100}
.product_view .hash_tag .hash:first-child {margin-left:0}
.product_view .download_file_box {position:relative;width:100%;padding:5px;}
.product_view .download_file_box::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:3px;
    -webkit-filter:blur(5px);
    filter: blur(5px);
    background-color: #e9f6ff;
}
.product_view .download_file_box .in_link {display:block;width:100%;position:relative;z-index:2;}
.product_view .download_file_box .in_box {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    padding:10px 20px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    align-items:center;
}
.product_view .download_file_box .in_box .ico {display:block;width:15px}
.product_view .download_file_box .in_box .ico img {max-width:100%;height:auto}
.product_view .download_file_box .in_box .file_name {display:block;width:calc(100% - 15px - 15px);padding-left:5px;font-size:14px;color:#484848;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.product_view .no_qa {text-align:center;padding-bottom:20px;border-bottom:1px solid #d9d9d9}
.product_view .no_qa .no_qa_text {font-size:14px;color:#afafaf;margin-top:8px}
.product_view .qa_alt_box {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    margin-top:10px;
    padding: 10px 20px;
    border-radius: 3px;
    border: solid 1px #fbe6b6;
    background-color: #fffbf2;
}
.product_view .qa_alt_box .text {font-size:13px;color:#484848}
.product_view .qa_alt_box .btn_close {
    display:block;
    width:14px;
    height:14px;
    margin-left:auto;
    background:url(/images/custom/icon/ico_close.png) no-repeat 0 0;
    background-size:100% auto;    
}
.product_view .qa_frm {margin-top:10px}
.product_view .qa_frm .textarea_box {position:relative;padding:0 0 8px;border-radius:3px;border: solid 1px #d9d9d9;}
.product_view .qa_frm .textarea_box textarea {
    width:100%;
    height:80px;
    padding:15px 20px;
    margin:0;  
    border:0; 
    border-radius:0 !important; 
    -webkit-border-radius:0 !important; 
    -webkit-appearance:none !important; 
    -ms-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-size:14px;
    color:#484848;
    font-family:"NanumSquare","Noto Sans KR","Gulim", Gulim, Dotum, "돋움", sans-serif;
    outline:0;
}
.product_view .qa_frm .textarea_box .textarea_alt_box {
    width:100%;
    height: 56px;
    padding: 10px 0 0 20px;
    background-color: #fcf8f8;
    font-size:13px;
    color: #afafaf;
    line-height:1.38;
    border-bottom:1px solid #d9d9d9;
}
.product_view .qa_frm .qa_btn_box {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:8px 20px 0;font-size:13px;color:#484848}
.product_view .qa_frm .qa_btn_box label input[type=checkbox]+i, 
.product_view .qa_frm .qa_btn_box label input[type=radio]+i {width:14px;height:14px;border: solid 1px #d9d9d9;}
.product_view .qa_frm .qa_btn_box .btn_qa_submit {
    display:block;
    position:relative;
    margin-left:auto;
    width: 65px;
    height: 34px;
    padding: 10px 5px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #ff9100, #ff540f);
    font-size:13px;
    font-weight:700;
    color:#fff;
}
.product_view .qa_frm .qa_btn_box label input[type=checkbox]:checked+i, 
.product_view .qa_frm .qa_btn_box label input[type=radio]:checked+i {
    border: 1px solid #ff540f;
    background-color: #ff540f;
}
.product_view .qa_frm .qa_btn_box label input[type=checkbox]:checked+i::before, 
.product_view .qa_frm .qa_btn_box label input[type=checkbox]:checked+i::after, 
.product_view .qa_frm .qa_btn_box label input[type=radio]:checked+i::before, 
.product_view .qa_frm .qa_btn_box label input[type=radio]:checked+i::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 1px;
    height: 9px;
    display: inline-block;
    background-color: #fff;
}
.product_view .btn_app {
    display:inline-block;
    position:relative;
    width:100%;
    height: 50px;
    padding: 14px 0;
    border-radius: 3px;
    box-shadow: 0 5px 5px 0 rgba(112, 112, 112, 0.15);
    background-image: linear-gradient(to right, #ff9100, #ff540f);
    text-align:center;
    font-size:20px;
    font-weight:700;
    color:#fff;
}
.product_view .view_box.view_btn_box .btn_bottom {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    margin-top:10px;
}
.product_view .view_box.view_btn_box .btn_bottom .left,
.product_view .view_box.view_btn_box .btn_bottom .right {width:50%}
.product_view .view_box.view_btn_box .btn_bottom .left {padding-right:5px}
.product_view .view_box.view_btn_box .btn_bottom .right {padding-left:5px}
.product_view .view_box .btn_scrap > div,
.product_view .view_box .btn_share > div {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    align-items:center;
    justify-content:center;
    height: 35px;
    padding: 4px 9px;
    border-radius: 3px;
    box-shadow: 0 5px 5px 0 rgba(112, 112, 112, 0.15);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
}
.product_view .view_box .btn_scrap > div i {display:block;width:17px}
.product_view .view_box .btn_scrap > div i img {max-width:100%;}
.product_view .view_box .btn_scrap > div span {padding-left:5px;font-size:15px;color:#484848}
.product_view .view_box .btn_share > div i {display:block;width:17px}
.product_view .view_box .btn_share > div i img {max-width:100%;}
.product_view .view_box .btn_share > div span {padding-left:5px;font-size:15px;color:#484848}


.product_view .view_box.myinfo {margin-top:15px;padding:30px 40px}
.product_view .view_box.myinfo .myinfo_head {text-align:center;}
.product_view .view_box.myinfo .myinfo_img {position:relative;width:130px;height:130px;margin:10px auto 0;overflow:hidden;border-radius: 85px;}
.product_view .view_box.myinfo .myinfo_img img {display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;}
.product_view .view_box.myinfo .myinfo_nick {margin-top:20px;font-size:18px;font-weight:700;color:#ff540f;text-align:center;}
.product_view .view_box.myinfo .myinfo_details {margin-top:19px;padding:15px 0 14px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;}
.product_view .view_box.myinfo .myinfo_details dl {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:center;}
.product_view .view_box.myinfo .myinfo_details dl dt {font-size:14px;color:#484848}
.product_view .view_box.myinfo .myinfo_details dl dd {font-size:14px;color:#484848;font-weight:700;margin-left:auto}
.product_view .view_box.myinfo .myinfo_details dl ~ dl {margin-top:12px}
.product_view .view_box.myinfo .myinfo_details .bottom {margin-top:14px;padding-top:15px;border-top:1px solid #d9d9d9;}
.product_view .view_box.supplier_state {margin-top:15px;padding:30px 30px 34px}
.product_view .view_box.supplier_state .state_list {margin-top:31px;}
.product_view .view_box.supplier_state .state_list .list {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;    
    align-items:center;
}
.product_view .view_box.supplier_state .state_list .list ~ .list {margin-top:10px;}
.product_view .view_box.supplier_state .state_list .list .list_img {position:relative;width:55px;height:55px;border-radius:27.5px;overflow:hidden;}
.product_view .view_box.supplier_state .state_list .list .list_img img {display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;}
.product_view .view_box.supplier_state .state_list .list .list_cont {width:calc(100% - 55px);padding-left:10px;font-size:14px;color: #484848;}


@media screen and (max-width: 1000px) {
	.product_view {
	    flex-wrap:wrap;
	}
	.product_view .gr_box { padding-top: 50px; }
	.product_view .gr_box .gr, .product_view .gr_box .graph {
		width: 70%;
	}
	.product_view .hash_tag {margin-bottom:0px}
	
	.producer_mypage_main_content {
		width: 100%;
		height: auto;
		padding: 20px 20px 10px 20px;
		font-size: 14px;
		border-radius: 10px;
		background-color: #fffaf3 ;
		border: solid 1px #d9d9d9;
		font-size: 16px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: -0.96px;
		text-align: left;
		color: #555;
		margin: 0 auto;
	}
	.producer-cert-container {
		display: block !important;
		text-align: center !important;
	}
	.producer-cert-box {
		width: 49%;
    	margin-bottom: 10px;
	    display: inline-block;
	    text-align: left;
	}
	.producer-cert-box:first-child {
		display: none;
	}
	.producer-cert-box img {
		width: 15px;
		height: 15px;
	}
}
}

/* 인증 */
.producer_mypage_main_content {
	width: 630px;
	height: 60px;
	padding: 20px 20px 20px 45px;
	border-radius: 10px;
	background-color: #fffaf3 ;
	border: solid 1px #d9d9d9;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.96px;
	text-align: left;
	color: #555;
	margin: 0 auto;
}

.product_view .gr_box {
	height: auto !important;
    padding: 15px !important;
}

.producer-mypage_main_content:first-child img{
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.producer-mypage_main_content .cert-box:first-child{
    width: 140px;
}
.status-img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.producer-cert-box{
	width: 100px;
}
.producer-cert-box span{
	margin-right: 10px;
}

.producer-cert-container {
    display: flex;
    justify-content: space-evenly;
}
/* 상세페이지 이미지 팝업 */
.goods_detail_img.popup {
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.goods_detail_img.popup.show {
	display: block;
}
.goods_detail_img.popup.hide {
	display: none !important;
}
.goods_detail_img .popup_body {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 500px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
	transform: translateX(-50%) translateY(-50%);
}
.goods_detail_img .popup_body .detail_img_box {
	overflow: auto;
	max-height: 600px;	
}
.goods_detail_img .btn_detail_go {
	position: absolute; width: 100%; text-align: center; z-index: 1; left: -11.6%; bottom: 15%;
}
.goods_detail_img .btn_detail_go a {
	display: inline-block;
	padding: 15px 28px;
	border-radius: 100px;
	box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
	font-size: 18px;
  	font-weight: bold;
  	color: #fff;
  	position: fixed;
}
.goods_detail_img .close-popup-btn {
    position: absolute;
    left: 96%;
    top: -15px;
    z-index: 1;
    cursor: pointer;
}

/* 스크롤바 디자인 */
.detail_img_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ffffff;
}
.detail_img_box::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #D9D9D9;

  .chk_listBox:hover {
    background-color: #adb5bd;
  }
}
.detail_img_box::-webkit-scrollbar-track {
  background: #ffffff;
}
.not-imgfile {
	height: 400px;
    margin: auto;
    padding: 180px 0;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 1000px) {
	.goods_detail_img .popup_body {
		width: 90%;
	}
	.goods_detail_img .btn_detail_go {
		left: -15%;
	}
	.goods_detail_img .btn_detail_go a {
		display: inline-block;
		padding: 10px 18px;
		border-radius: 100px;
		box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
		background-image: linear-gradient(to top, #ff9100, #ff540f);
		font-size: 18px;
	  	font-weight: bold;
	  	color: #fff;
	  	position: fixed;
	}
	.goods_detail_img .popup_body .detail_img_box {
		max-height: 500px;
	}
	.not-imgfile {
		font-size: 16px;
	}
}
