@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

html, body { height:100%; font-family: 'Noto Sans KR', sans-serif;}
li, ol, dd { list-style: none;}

/* 모바일에서 스크롤 보이기 */
::-webkit-scrollbar { -webkit-appearance: none; } 
::-webkit-scrollbar:vertical { width: 12px; } 
::-webkit-scrollbar:horizontal { height: 12px; } 
::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; } 
::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }

/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
	margin-top: -50px;
	opacity: .8;
}
.swiper-button-next:after,
.swiper-button-prev:after {	
	font-family: 'Slimicons' !important;
	content: "\e98f";
	border-radius: 50%;
	background: #fff;
	color: rgba(0, 0, 0, .3);
	transition: all .2s;
}
.swiper-button-next:after {
	content: "\e9af";
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	color: rgba(0, 0, 0, .5);
}

/* 모달 팝업 */
.modal-content { background: white; color: #333;}

a { cursor: pointer;}
.container { position: relative; height: auto;}
.inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
select { min-width: 82px;}
.section-title { margin-bottom: 25px;}
.search-form .btn_hidden {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0px;
	height: 100%;
	width: 27px;
	opacity: 0;
}

/* table */
.tbl_type2,.tbl_type2 th,.tbl_type2 td {border:0}
.tbl_type2 {width:100%;border-bottom:2px solid #dcdcdc;font-size:12px;text-align:center;border-collapse:collapse}
.tbl_type2 caption {display:none}
.tbl_type2 tfoot {background-color:#d2e3e3;font-weight:bold; color:#F00}
.tbl_type2 th {padding:7px 5px 4px;border-top:2px solid #dcdcdc;border-right:1px solid #dcdcdc;border-left:1px solid #dcdcdc;background-color:#f5f7f9;color:#666;font-size:14px;font-weight:bold;}
.tbl_type2 td {padding:6px 5px 4px;border:1px solid #e5e5e5;color:#4c4c4c}
.tbl_type2 td.ranking {font-weight:bold}
.tbl_type4,.tbl_type4 th,.tbl_type4 td {border:0}
.tbl_type4 {width:100%;border:1px solid #dddee2;font-size:14px;table-layout:fixed}
.tbl_type4 caption {display:none}
.tbl_type4 th {padding:8px 10px 5px 10px;border-top:1px solid #dddee2;background:#f1f1f3;color:#666;font-weight:bold;text-align:left;vertical-align:top; font-weight: bold;}
.tbl_type4 td {padding:8px 5px 5px 12px;border-top:1px solid #dddee2;line-height:16px;vertical-align:top;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 15px 5px; text-align: center; font-size: 15px; color: #555;}
.table>thead>tr>th { font-weight: 600;}
.table>tbody>tr>td.text-left { text-align: left !important;}
.table { border-top: 2px solid #ee7757; border-bottom: 1px solid #ddd;}
.table.view td { text-align: left; padding: 15px; vertical-align: top;}

.table td a:hover { text-decoration: underline;}
.table.view .cntarea { white-space: pre-wrap; line-height: 2.5rem;}
.table.view .cntarea img { max-width: 98%;}
.table.view td label.custom-select span { padding-top: 0; height: 25px;}
.btn-section { margin-top:20px; text-align: right;}
.pagination { margin-top: 40px;}
.search-section { text-align: right; margin-bottom: 10px;}
.search-section label.custom-select span { margin-top: 3px; margin-bottom: 0;}
.form-inline {
	display: inline-block;
}
.form-inline .form-group label { margin-bottom: 0;}
.form-inline .btn, .form-group .btn {
	vertical-align: middle;
}
.btn {
	margin-bottom: 0;
}

td input[type="text"],td input[type="password"],td input[type="tel"],td input[type="email"],
td select { height: 30px !important; line-height: 30px !important;}
td label.custom-select span { padding-top: 5px; margin-bottom: 0;}



.boardview .subjectarea {position: relative; height: auto; overflow: hidden; padding: 17px 15px 17px 20px; background:#f7f7f7; border-top: 2px solid #ee7757; border-bottom: 1px solid #ccc;}
.boardview .subjectarea.answer {background:#ddecf9;}
.boardview .subjectarea .subject {float: left; width: 100%; font-size: 18px; font-weight: 600; color: #666; height: auto;	white-space: normal;}
.boardview .subjectarea .dateview {float: left;	width: 100%; text-align: left; font-size: 14px;	color: #666;}
.boardview .viewcnt {clear: both; position: relative; width: 100%; padding: 20px 10px; white-space: pre-wrap; font-size: 14px; line-height: 2.2rem; background: #fff; color: #666; border-bottom: 1px solid #ccc;}
.boardview .viewcnt img {max-width:100%; height: auto; display: block;}

.light-wrapper {
	background: #fff;
}
.gray-wrapper {
	background: rgba(0, 0, 0, 0.01);
}
.navbar .navbar-nav > li > a { font-size: 24px;}
.navbar .navbar-nav > li img { vertical-align: middle;}
.navbar .navbar-nav > li i {
	font-size: 14px;
	line-height: 16px;
	/* color: rgba(0, 0, 0, .5); */
}
.navbar-nav .dropdown-menu li a { 
	font-size: 14px; 
	color:#defff6; 
}
.title_more { margin-left: 20px;}
.lg-backdrop { background: rgba(0, 0, 0, 0.9);}

.goods_wrap figure { margin-bottom: 10px;}
.goods_wrap .price {
	color: #333;
	font-size: 20px;
	font-weight: 800;
}
.goods_wrap .weight {
	color: #999;
	font-size: 16px;
}
.goods_wrap .goods-title {
	margin-bottom: 0px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
footer .inquire_area {
	display: flex;
	justify-content: flex-start;
}
footer .inquire_area .kakao { margin-right: 10px;}
footer .sub-footer p.company {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer .sub-footer .container span {
	margin-right: 10px;
}



/* .weeks_goods { margin-bottom: 30px;} */
.weeks_goods div[class*="col-"] { margin-bottom: 0;}
.weeks_products .wrapper:first-child > .inner { padding-top: 30px;}
.weeks {
	display: block;
	height: 100%;
	line-height: 200px;
	font-size: 40px;
	font-weight: 800;
}
h2[onClick] { cursor: pointer;}
.map_img {
	padding: 20px 0;
	text-align: center;
}
.map_img img {
	max-width: 100%;
}
.form_section {
	margin: 0 auto;
	padding: 20px ;
}
.form_section .btn_inquiry { width: 100%;}

/* .sub_title { text-align: center;}
.sub_title .title {
	display: inline-block;
	padding: 10px 20px;
	min-width: 300px;
	width: auto;
	border-radius: 30px;
	background: #00b973;
	color: #fff;
} */


.mySwiperMain {
	height: 320px;
}
.mySwiperMain .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (min-width: 992px) {
	/* .navbar:not(.center) .navbar-collapse {
		display: flex !important;
		justify-content: center;
	} */
	.navbar:not(.center):not(.extended) .navbar-nav {
    float: left;
	}
	.navbar-nav .dropdown-menu {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #21745e;
	}
	footer .inquire_area {
		display: flex;
		justify-content: flex-end;
	}
	footer .inquire_area .inquire {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	footer .inquire_area .inquire .title {
		font-size: 16px;
	}
	footer .inquire_area .inquire .tel {
		font-size: 20px;
		font-weight: 800;
	}
	.form_section {
		width: 800px;
	}
}
@media (min-width: 1200px) {
	.weeks {
		line-height: 202px;
	}
}
@media (max-width: 1199.9px) {
	.weeks {
		line-height: 166px;
	}
}
@media (max-width: 1023.9px) {	
	.weeks {
		line-height: 165px;
	}
}
@media (max-width: 991.98px) {
	.navbar:not(.bg-opacity-dark) .navbar-collapse {    
    background: #21745e;
    padding: 0;
	}
	.navbar:not(.bg-opacity-dark) .navbar-collapse li a { color: #defff6;}
	.navbar:not(.bg-opacity-dark) .navbar-collapse li a:hover { color: #ffffff;}
	.weeks {
		line-height: 210px;
	}
}
@media (max-width: 785.9px) {	
	.weeks {
		line-height: 265px;
	}
}
@media (max-width: 767px) {
	.inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.isotope .item {
			width: 50%;
	}
	.tiles:not(.tiles-s) .item > * {
    margin-right: 10px;
	}
	h3.post-title,
	.goods_wrap .goods-title {
    font-size: 16px;
		letter-spacing: -1px;
	}
}
/* mobile only */
@media (max-width: 639px) {
	.weeks {
		/* line-height: 399px; */
		line-height: 173px;
	}
	.sub-heading { letter-spacing: -2px;}
	.mySwiperMain {
		height: 350px;
	}
	footer .sub-footer .container span {
		display: block;
	}
}





















