@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&family=Montserrat:wght@600;700;800&display=swap');

@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSansLight';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSansBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YiSunShinDotumM';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/YiSunShinDotumM.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NotoSerifKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.bluB {
	background: #31AC80 !important
}

.tc {
	text-align: center !important
}

.tl {
	text-align: left !important
}


a.hd_bookmark,
button.hd_bookmark {
	right: 83px;
	font-size: 1.6em;
	color: #FFF!important;
	outline: none;
	display: block;
	width: 30px;
	height: 30px;
	border: 0;
	background: none;
	top: 15px;
	position: absolute;
}

.modal-body img {
	width: 100%;
}

/* 초기화 */
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Montserrat', 'Play', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', 'AppleGothic', 'Apple SD Gothic Neo', sans-serif;
	min-width: 320px;
	font-size: 13px;
	letter-spacing: -0.5px;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

header ul,
nav ul,
footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

legend {
	position: absolute;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden;
	border: none !important;
	display: none !important
}

label,
input,
button,
select,
img {
	vertical-align: middle
}

label {
	display: inline !important;
	font-weight: 500;
}

input,
button {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

button,
input[type=submit] {
	cursor: pointer;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=image],
button {
	border-radius: 0;
	font-size: 1em;
	-webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
	margin: 0 !important;
}

textarea,
select {
	font-size: 1em;
}

textarea {
	border-radius: 0;
	-webkit-appearance: none
}

p {
	margin: 0;
	padding: 0;
	word-break: break-all
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
	font-size: 1.1em
}

a:link,
a:hover,
a:visited {
	color: #000;
	text-decoration: none
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.frm_input {
	border: 1px solid #e8e8e8;
	border-radius: 4px !important;
	padding: 0 16px;
	font-size: 14px;
	background: #fff;
	color: #000;
	border-radius: 0px;
	line-height: 45px;
	height: 45px;
	outline: none;
}

/*체크박스 아이콘*/
/*.chk_ico{position:relative; margin:0; margin-top:3px;}
.chk_ico input[type="checkbox"] + label{margin:0;font-size: 14px;left:0;font-weight: 400;height:23px;padding: 0px 0 0 30px;background: url('../img/checker-off.svg') no-repeat 6px center;background-size: 17px;color: #333;cursor: pointer;}
.chk_ico input[type="checkbox"]{ visibility:hidden;}
.chk_ico input[type="checkbox"]:checked + label {background-position:left bottom;background: url('../img/checker-on.svg') no-repeat 6px center;background-size: 17px;}

.radio_ico{position:relative; margin:0; margin-top:3px;}
.radio_ico input[type="radio"] + label{margin:0;font-size: 14px;left:0;font-weight: 400;height:23px;padding: 0px 0 0 30px;background: url('../img/checker-off.svg') no-repeat 6px center;background-size: 17px;color: #333;cursor: pointer;}
.radio_ico input[type="radio"]{ visibility:hidden;}
.radio_ico input[type="radio"]:checked + label {background-position:left bottom;background: url('../img/checker-on.svg') no-repeat 6px center;background-size: 17px;}*/


.chk_ico input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.chk_ico input[type="checkbox"] + label:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.1em;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #666;
	background: #eee;
	border-radius: 50%;
	margin: -2px 8px 0 0;

}

.chk_ico input[type="checkbox"] + label:active:before,
.chk_ico input[type="checkbox"]:checked + label:active:before {}

.chk_ico input[type="checkbox"]:checked + label:before {
	background: #333;
	color: #fff;
}

/*라디오버튼디자인*/
.radio_ico{
	margin: 0 10px 0 0;
}
.radio_ico input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.radio_ico input[type="radio"] + label:before {
	content: ' ';
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: -2px 4px 0 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	color: #666;
}

.radio_ico input[type="radio"] + label:active:before,
.radio_ico input[type="radio"]:checked + label:active:before {}

.radio_ico input[type="radio"]:checked + label:before {
	content: "\f192";
	color: #111;
	/*	background: #fff;*/
}


/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0px
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	border: 1px solid #e9e9e9;
	background: #fff
}

.hd_pops_con {}

.hd_pops_footer {
	padding: 10px 0;
	background: #000;
	color: #fff;
	text-align: right
}

.hd_pops_footer button {
	margin-right: 5px;
	padding: 5px 10px;
	border: 0;
	background: #393939;
	color: #fff
}

@media (max-width:1000px){

	.hd_pops{
		top: 100px !important;
		left: 50%!important;
		transform: translateX(-50%);
	}
	.hd_pops_con img {
		width: 100%;
		height: auto;
	}
}

#ft_fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	display: inline-block;

	z-index: 9999;
}

.icon_sns {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f7f7f7;
	display: inline-block;
	*display: inline;
	margin-bottom: 5px;
}

.icon_sns.icon_kakao {
	background: url('../img/common/icon_kakao40.png') #ffdc00 no-repeat center center;
	background-size: 22px auto;
}

.icon_sns.icon_facebook {
	background: url('../img/common/icon_fb.png') #3b5998 no-repeat center center;
	background-size: 22px auto;
}

.icon_sns.icon_insta {
	background: url('../img/common/icon_insta.png') no-repeat center center;
	background-size: 50px auto;
}


/* 이용후기 */
.reviewSlide {
	width: 100%;
	background: #433527 url(../img/main/bg_review.jpg)no-repeat center;
	background-size: cover;
	padding: 80px 0 110px;
	position: relative
}

.reviewSlide h3 {
	text-align: center;
	font-size: 33px;
	font-family: 'GmarketSansLight';
	margin-bottom: 30px;
	color: #fff;
}

.reviewSlide p.title {
	font-size: 15px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.reviewSlide h3 .bold {
	font-style: normal;
	font-family: 'GmarketSansMedium';
}

.reviewSlide .revw_slide {
	width: 100%;
	margin: 0 auto;
}

.reviewSlide .revw_slide .swiper-slide {
	background: #FFF;
	padding: 30px;
}

.reviewSlide .revw_slide .swiper-slide .pname a {
	display: inline-block;
	font-size: 17px;
	font-family: 'GmarketSansMedium';
	color: #222;
}

.reviewSlide .revw_slide .swiper-slide .imgBox {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 55px;
	height: 50px;
}

.reviewSlide .revw_slide .swiper-slide .imgBox img {
	width: 100%;
	height: 100%;
}

.reviewSlide .revw_slide .swiper-slide .starBox {
	display: block;
	margin: 0 0 20px;
	background: url(../img/ico_star4.jpg) no-repeat left center
}

.reviewSlide .revw_slide .swiper-slide .starBox span {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #444;
	line-height: 1em;
	vertical-align: middle;
}

.reviewSlide .revw_slide .swiper-slide .starBox span.star_4 {
	width: 90px;
}

.reviewSlide .revw_slide .swiper-slide .t_box a {
	display: block;
	font-size: 14px;
	word-break: keep-all;
	color: #555;
	line-height: 24px;
}

.reviewSlide .revw_slide .swiper-slide .idBox {
	color: #999999;
	margin-top: 15px;
	font-weight: 600;
}

@media (max-width: 1024px) {
	.reviewSlide {
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	.reviewSlide {
		margin-top: 0;
		padding: 60px 0 75px;
	}

	.hd_pops_con {
		width: 300px !important;
		height: auto !important;
	}

	.hd_pops_con img {
		width: 100%;
	}

	.reviewSlide h3 {
		font-size: 20px;
	}
}

@media (max-width: 550px) {
	.reviewSlide {
		padding: 30px 0;
		margin: 0 0 5px;
	}

	.reviewSlide p.title {
		font-size: 13px;
	}

	.reviewSlide h3 {
		font-size: 15px;
	}

	.reviewSlide .revw_slide .swiper-slide .pname a {
		font-size: 15px;
	}

	.reviewSlide .revw_slide .swiper-slide .t_box a {
		font-size: 13px;
	}
}


#top_popup {
	background: #333;
	text-align: center;
	line-height: 50px;
	position: relative;
}

#top_popup a {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
}

#top_popup .top_close {
	position: absolute;
	top: 2px;
	right: 40px;
	font-size: 2em;
	background: none;
	border: 0;
}

.inr {
	position: relative;
	width: 1114px;
	margin: 0 auto;
}

.inr:after {
	display: block;
	clear: both;
	content: "";
}

/* 상단 레이아웃 */
#hd {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	/*text-align:center;*/
	z-index: 98;
	background: url(../img/common/top_bg.jpg) no-repeat center top;
	background-size: 100%
}

#hd .container {
	width: 100%;
	padding: 0;
	position: relative;
}

#hd h1 {
	position: relative;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#hd_tnb {
	margin-bottom: 0px
}

#hd_tnb .flexBox {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#hd_tnb .flexBox.inr:after {
	display: none
}

#hd_tnb .list {
	text-align: right;
	padding: 8px 0;
}

#hd_tnb .list li {
	display: inline-block;
}

#hd_tnb .list li.top_copy {
	color: #fff;
	float: left;
}

#hd_tnb .list li > a {
	display: inline-block;
	padding: 0 5px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
}

#hd_tnb .list li:last-child > a {
	padding: 0 0 0 8px;
}

/* 탑부분 */
#tnb_wrapper {
	background: #fafafa;
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	height: 31px;
}

.tnb_in {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.tnb_in .cl {
	position: absolute;
	left: 0;
	top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.2px;
	font-size: 1.12em;
}

.tnb_in .cl span {
	color: #F60;
	font-weight: bold;
}

#tnb {
	float: right;
}

#tnb:after {
	display: block;
	clear: both;
	content: "";
}

#tnb li {
	float: left;
	font-size: 0.96em;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #f0f0f0;
}

#tnb li a {
	color: #838383 !important;
}

#tnb li a:hover {
	color: #000 !important;
}

#tnb li a.add_fav {
	color: #4c4c4c !important;
	text-decoration: underline;
}

#tnb li a.add_fav .fa,
#tnb li a.add_fav svg {
	color: #fbb177 !important;
	margin-left: 3px;
}

#tnb li a.adm {
	display: inline-block;
	color: #fff !important;
	background: #333;
	padding: 0px 12px;
}

#tnb li.fs {
	border-right: none;
}

/*글로벌 메뉴*/
.fs {
	position: relative;
	top: 5px;
}

.fs a:before {
	content: "";
}

.fs dt {
	cursor: pointer;
	width: 100%;
	letter-spacing: 0.2px;
	/*font-size:1.05em; line-height: 32px;*/
	text-align: left;
	/*background:url(../img/common/btn_lnb_off.gif) #FBFBFB no-repeat 95% 50% /auto 65%;*/
	z-index: 1;
	font-weight: 400;
	background: #009a5b;
	padding: 1px 10px;
	color: #fff;
	position: relative;
	top: 2px;
}

.fs dd {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	z-index: 100;
	width: 100%;
	/*border:1px solid #ccc; border-top:1px dashed #999;*/
	overflow: hidden;
	z-index: 2000;
	left: 0px;
	box-shadow: rgb(0, 0, 0, 0.2) 1px 1px 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
}

.fs dd a {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	letter-spacing: 0.2px;
	line-height: 1.5em;
	padding: 5px 10px;
	border-top: 1px dashed #999;
	background: #FBFBFB;
	margin-top: -1px;
}

.fs:hover dt {
	/*border:1px solid #999;*/
}

.fs:hover dd {
	/*border:1px solid #999; border-top:1px dashed #999;*/
}

.fs dd a:hover {
	background: #E8E8E8;
	color: #fff !important;
}


/* 상품로케이션 */
#shop_location {
	display: none;
	text-align: right;
}

#shop_location > li {
	display: inline-block;
}

#shop_location > li > a {
	position: relative;
	display: block;
	padding: 5px 10px;
	font-size: 15px;
	color: #555;
}

#shop_location > li > a:before {
	content: '';
	position: absolute;
	top: 11px;
	right: -7px;
	width: 10px;
	height: 10px;
	background: url(../img/common/icon_location_arr.svg)no-repeat center;
	background-size: contain;
}

#shop_location > li:last-child > a {
	padding: 5px 0 5px 10px;
}

#shop_location > li:last-child > a:before {
	display: none;
}

#shop_location > li > a:hover,
#shop_location > li > a.current {
	color: #ff6a00;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.inr {
		width: 94%;
	}

	#hd_wrapper .inr {
		width: 94%;
	}
}

@media (max-width: 767px) {
	.inr {
		width: 94%;
	}

	#tnb_wrapper {
		background: #fff;
		border-bottom: 1px solid #ddd;
		height: 30px;
		margin-bottom: 5px;
		display: none;
	}

	#tnb {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0px;
	}

	#tnb li {
		float: right;
		line-height: 30px;
		margin-right: 8px;
		font-size: 11px;
	}

	#tnb li a.adm {
		line-height: 17px;
		padding: 0 10px;
		margin: 0px 0;
	}

	#shop_location {
		text-align: center;
	}
}

@media (max-width: 550px) {
	.inr {
		width: 96%;
	}
}

#hd_wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#top_right {
	/* position:absolute; top:11px; right:0px; */
	float: right;
	display: flex;
	align-items: center;
	line-height: 125px;
}

#top_right ul li {
	float: left;
}

#top_right ul li a {
	display: inline-block;
	padding: 0 17px;
	font-size: 17px;
	font-weight: 600;
	color: #333;
}

/*#top_right ul li:last-child a{padding:17px 0 17px 17px; }*/
#top_txt {
	display: block;
	float: right;
	font-size: 0.9em;
	color: #888;
	margin-bottom: 5px;
}

#top_txt span {
	font-weight: 400;
	color: #465ec8;
}

#top_txt strong {
	color: #333;
	font-weight: 400;
}

#logo {
	padding: 0 0;
	text-align: left;
	float: left;
	position: relative;
	z-index: 2;
}

#logo a {
	display: inline-block;
}

#logo img {
	margin-top: 9px;
	width: 170px;
	margin-left: 15px;
}

#hd_wrapper .col-sm-2 {
	width: 30%;
}

#mtnb {}

.m_top_box #logo {
	display: none;
}

@media (max-width:980px) {
	#hd_wrapper {
		border: 0;
	}

	#hd {
		background: url(../img/common/navi_bg.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
	}

	.m_top_box {}

	.m_top_box #logo {
		float: inherit;
		padding: 6px 0;
		text-align: center;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 55px;
		transform: translate(0%,-50%);
	}

	#top_right {
		float: unset;
		display: inline-block;
		width: 100%;
		line-height: 50px;
	}

	#top_right #mtnb {
		width: 100%;
		height: 40px;
		white-space: nowrap;
		overflow-x: auto;
		display: flex;
		justify-content: space-between;
	}

	#top_right #mtnb li {
		width: auto;
		margin: 0;
		line-height: 40px;
		background: #fff;
		float: left;
	}

	#top_right #mtnb li a {
		width: auto;
		display: inline-block;
		color: #333;
		background: #fff;
	}
}

@media (max-width: 767px) {
	#hd_wrapper {
		display: none
	}

	.tcerti {
		left: 50%;
		margin-left: -50px;
	}

	.tcerti img {
		width: 120px;
	}

	#top_cus {
		display: none;
	}

	#hd_wrapper .col-sm-2 {
		width: 50%;
	}

	#logo {
		text-align: center;

	;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;
	}

	#logo img {
		width: auto;
		height: 25px;
		margin: 0;
	}

	#top_right {
		/*        display: block;*/
		float: left;
		padding-top: 61px;
	}

	#top_right #mtnb li a {
		font-size: 15px;
	}
}

@media (max-width:550px) {

	#top_right #mtnb li a {
		font-size: 13.5px;
	}
}


#top_menu {
	/* position:absolute; */
	/* top:22px; */
	/* right:5px; */
	float: right;
	margin-top: 10px;
}

#top_menu ul:after {
	display: block;
	content: "";
	clear: both;
}

#top_menu li {
	position: relative;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding-right: 12px;
	margin-left: 12px;
	margin-top: 40px;
}

#top_menu li a {
	font-size: 14px;
	display: inline-block;
	background: url(../img/ico_top.png) no-repeat;
	padding-top: 45px;
	color: #222;
}

#top_menu li a.ico_deli {
	background-position: -78px 0px;
}

#top_menu li a.ico_bask {
	background-position: -170px 0px;
}

#top_menu li a.ico_myp {
	background-position: 15px 0px;
}

#top_menu li button {
	border: 0;
	background: none;
	outline: none;
}

#top_menu .dropdown {
	line-height: 1.2em;
}

#top_menu .dropdown-menu {
	padding: 5px 10px;
	min-width: 100px;
	top: 145%;
}

#top_menu .dropdown-menu dd {
	font-size: 12px;
	line-height: 1.8em;
}

#top_menu li:after {
	display: none;
	content: "";
	width: 1px;
	height: 13px;
	background: #ddd;
	position: absolute;
	top: 2px;
	right: 0px;
}

#top_menu li:last-child:after {
	display: none;
}

#top_menu li.point:before {
	animation: bounce s infinite;
	content: '포인트 1000원 지급';
	position: absolute;
	bottom: -55px;
	left: 50%;
	width: 92px;
	font-size: 10px;
	padding: 2px;
	font-weight: 600;
	color: #d80a30;
	border: 2px solid #d80a30;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

#top_menu li .sign {
	animation-name: signupbox;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	position: absolute;
	top: 80px;
	left: 50%;
	width: 96px;
	font-size: 10px;
	color: #fff;
	margin-left: -48px;
	border-radius: 5px;
	background: #063158;
	padding: 5px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

#top_menu li .sign:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #063158;
	display: block;
	position: absolute;
	top: -5px;
	left: 36px;
	z-index: 1000;
}

@keyframes signupbox {
	0% {
		top: 80px;
	}

	50% {
		top: 77px;
	}

	100% {
		top: 80px;
	}
}

#top_menu li img {
	width: 20px;
	height: auto;
}

#top_menu li.cart img {
	position: relative;
	top: 3px;
	width: 23px;
}

#top_menu a {
	color: #222;
}

#top_menu p {
	color: #333;
	font-size: 1em;
	font-weight: 400;
}

@keyframes bounce {

	0%,
	15%,
	38%,
	60%,
	75% {
		transform: translateY(0);
	}

	30% {
		transform: translateY(10px);
	}

	45% {
		transform: translateY(5px);
	}
}

@media (max-width: 992px) {
	#top_menu {
		display: none;
	}
}

#gnb .inr {}

#gnb .gnb_1dli:focus .gnb_1da,
#gnb .gnb_1dli.hov .gnb_1da {
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

#gnb h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#gnb #gnb_1dul {
	font-size: 1.083em;
	/*display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;*/
	width: 100%;
	text-align: center;
	/*float: right;*/

}

#gnb ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#gnb .gnb_1dli {
	display: inline-block;
	/*width:16.6%;*/
	position: relative;
	margin: 0 25px;
}

#gnb .gnb_1dli:hover {
	/*     background: #fff url(../img/common/gnb_bg.png) repeat-x;
    color: #F60 !important;
    border-top:2px solid #ff6e42;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; */
}

#gnb .gnb_1dli:hover .gnb_1da {
	color: #222;
	font-weight: 600
}

/*1차메뉴오버*/

.gnb_1dli .bg {
	display: none;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url('../img/gnb_bg2.png') no-repeat 50% 50%;
	text-indent: -999px
}

.gnb_1da {
	display: inline-block;
	font-weight: 500;
	font-size: 19.5px;
	color: #FFF !important;
	text-decoration: none;
	padding: 14px;
	position: relative;
	transform: scale(1);
	/*	transition: all 0.5s;*/
	/*text-shadow: -1px 0 #3c9100, 0 1px #3c9100, 1px 0 #3c9100, 0 -1px #3c9100;*/
	text-shadow: -1px 0 #1f4405, 0 1px #1f4405, 1px 0 #1f4405, 0 -1px #1f4405;
	font-family: 'NotoSerifKR';
	letter-spacing: -2px;
}

.gnb_1da:hover {
	transform: scale(1.1);
	/*	transition: all 0.5s;*/
	color: #f4ff2b !important;
	font-weight: 500 !important;
	/*text-shadow: -1px 0 #3c9100, 0 1px #3c9100, 1px 0 #3c9100, 0 -1px #3c9100;*/
	text-shadow: -1px 0 #1f4405, 0 1px #1f4405, 1px 0 #1f4405, 0 -1px #1f4405;
}

/*1차메뉴*/

.gnb_1da.st2 {
	font-weight: 500
}

.lastVer .gnb_1da:after {
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background: #ddd;
	position: absolute;
	top: 20px;
	right: -2px;
}

.gnb_2dul {
	display: none;
	position: absolute;
	top: 50px;
	width: 180px;
	border: 1px solid #e2e5ef;
	background: #fff;
	padding: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgb a(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1)
}

/*2차메뉴박스*/
/*.gnb_1dli:nth-child(2) .gnb_2dul{width:180px!important;left:-10px; }
.gnb_1dli:nth-child(3) .gnb_2dul{width:195px!important; left:37px; }
.gnb_1dli:nth-child(4) .gnb_2dul{width:180px!important; left:31px; }*/
.gnb_2dli {
	border-bottom: 1px dashed #e2e5ef;
}

.gnb_2dli:last-child {
	border: none;
}

.gnb_2da {
	display: block;
	padding: 0 10px;
	font-size: 0.99em;
	line-height: 35px;
	color: rgba(0, 0, 0, 0.8) !important;
	text-align: left;
	text-decoration: none
}

/*2차메뉴*/
a.gnb_2da:hover {
	background: #31ac80;
	color: #fff !important;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

/*2차메뉴오버*/

#gnb_empty {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	line-height: 2em
}

#gnb_empty a {
	text-decoration: underline
}

;




/* 메인메뉴 */
#gnb {
	width: 100%;
	height: 62px;
	background: #FFF;
}

#gnb_wrap {
	float: right;
	width: 100%;
	color: #FFF;
	background: url(../img/common/navi_bg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 5px;
	border: 1px solid #1e5404;
	position: relative;
	overflow: hidden;
}

#hd .nav_open {
	display: none;
}

#all_category {
	display: block;
}

@media (max-width: 1400px) {
	#gnb_wrap {
		/*width: calc(100% - 210px);*/
		width: 100%;
	}
}

@media (max-width: 1200px) {
	#gnb_wrap {
		/*width: calc(100% - 210px);*/
	}

	#gnb .gnb_1dli {
		margin: 0 20px;
	}
}

@media (max-width: 980px) {
	#all_category {
		display: none;
	}

	#hd .nav_open {
		display: block;
		position: absolute;
		top: 16px;
		left: 10px;
	}

	#hd .nav_open a {
		font-size: 25px;
		display: inline-block;
		line-height: 30px;
		color: #666;
	}

	#hd .nav_open a i {

		color: #FFF
	}

	#hd .nav_open span {
		display: block;
		width: 24px;
		height: 3px;
		background: #fff;
		margin-bottom: 6px;
	}

	#hd .nav_open span:nth-child(2) {
		width: 18px;
	}
}

/*전체카테고리*/
#all_category {
	position: absolute;
	left: 0;
	z-index: 10;
}

#all_c {
	position: absolute;
	left: 0;
	top: 0;
}

#all_c h2 {
	display: none;
}

#all_c #menu_open {
	font-size: 17px;
	font-weight: 600;
	color: #222;
	padding: 17px 0;
	width: 17px;
	cursor: pointer;
}

#all_c #menu_open i.fa-bars {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
	font-size: 20px;
	font-weight: 500;
}

#all_c .close_btn {
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 10;
	background: #fff;
	border: 0;
	font-size: 1.25em;
	font-weight: 500;
	text-align: left;
	padding: 17px 0px;
	margin: 0 !important;
	width: 130px;
	outline: none;
}

#all_c #category {
	display: none;
}

#all_c .ct_wr {
	background: #fff;
	width: 180px;
	border: 1px solid #ddd;
}

#all_c #cate {}

#all_c .cate_li_1 {}

#all_c .cate_li_1:before {
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 18px;
}

#all_c .cate_li_1 a {
	display: block;
	line-height: 1em;
	padding: 13px 20px 13px 25px;
	font-size: 1.2em;
	color: #333;
}

#all_c .cate_li_1 .sub_cate {
	position: absolute;
	top: 58px;
	left: 178px;
	display: none;
	height: auto;
	border: 1px solid #DDd;
}

#all_c .cate_li_1:hover {
	background: #eee;
}

#all_c .cate_li_1:hover > a {
	font-weight: bold;
	color: #222;
}

#all_c .cate_li_1:hover .sub_cate {
	display: block;
	width: 180px;
	background: #f9f9f9;
	padding: 10px 0;
}

#all_c .cate_li_2 a {
	display: block;
	line-height: 1em;
	padding: 10px 20px 10px 20px;
	font-size: 1.1em;
	color: #555;
}

#all_c .cate_li_2 a:hover {
	font-weight: 600;
	color: #ff6a00;
}

#all_c .cate_li_2:hover .sub_cate2 {
	display: block
}

/*3차 카테고리 */
#category .sub_cate2 {
	border: 1px solid #ccc;
	position: absolute;
	width: 200px;
	height: 300px;
	top: 0px;
	background-color: #fff;
	left: 178px;
	display: none
}

#category .sub_cate2 a {
	color: #333333;
}

#category .sub_cate2 > li a i {
	margin-right: 10px
}

/*.cate_list li:hover .sub_cate2{display:block}*/


@media (max-width: 992px) {
	#gnb {
		display: none
	}

	#all_category {
		top: 18px;
		bottom: auto;
		left: 0;
		width: 100%;
		z-index: 99;
	}

	#all_c {
		position: absolute;
		left: 0;
		top: 80px;
		width: 100%;
	}

	#all_c #menu_open {
		font-size: 2em;
		padding: 0px;
		width: 50px;
		position: absolute;
		top: -85px;
		left: 10px;
	}

	#all_c .close_btn {
		background: #333333;
		color: #fff;
		font-size: 1.3em;
		text-align: left;
		padding: 0;
		width: 100%;
		padding: 10px 10px;
	}

	#all_c .close_btn i {}

	#all_c #category {
		display: none;
		width: 100%;
		position: absolute;
		top: -20px;
		left: 0px;
		z-index: 101;
	}

	#all_c .ct_wr {
		margin-top: 44px;
		padding: 0;
	}

	#all_c .cate_li_1:before {
		width: 3px;
		height: 3px;
		top: 18px;
		left: 18px;
	}

	#all_c .cate_li_1 a {
		padding: 13px 15px 13px 25px;
		font-size: 1.15em;
		border-bottom: 1px dotted #eee;
	}

	#all_c .cate_li_1 .sub_cate {
		display: none !important;
	}

	#all_c .cate_li_1 a:hover {
		background: #e1ebff;
	}

}


/* 상단검색 */
#tgnb {
	display: none
}

.msearch {
	display: none
}

#tnb_sch {
	width: 300px;
	box-sizing: border-box;
}

#tnb_sch h3 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#tnb_sch form {
	position: relative;
	padding: 0px 0;
	line-height: 1em;
	background: #FFF;
	height: 34px;
	border: 1px solid #379300;
	border-radius: 5px;
	overflow: hidden;

}

#tnb_sch #sch_str {
	margin: 0;

	width: calc(100% - 33px);
	padding: 7px 10px;
	border: 0;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	height: 32px;
}

#tnb_sch #sch_submit {
	margin: 0;
	padding: 0px;
	border: 0;
	background: transparent;
	color: #CDCDCD;
	vertical-align: middle
}

#tnb_sch #sch_submit .fa-search {
	font-size: 22px;
	color: #3d89c9;
}

#tnb_sch .add_sch {
	overflow: hidden;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}

#tnb_sch .add_sch .tit {
	display: inline-block;
	float: left;
	background: #264034;
	color: #FFF;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 7px;
	width: auto;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	height: 26px;
	letter-spacing: 0;
}

#tnb_sch .add_sch span.num {
	display: inline-block;
	float: left;
	background: #692;
	color: #FFF;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 7px;
	width: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	height: 26px;
	letter-spacing: 0;
}

#tnb_sch .add_sch .sch_slide {
	height: 26px;
	flex: 1;
}

#tnb_sch .add_sch .sch_slide .swiper-button-prev {
	background: url(../img/ico_prev2.png) no-repeat center center;
	height: 13px;
	left: inherit;
	right: 13px;
	margin-top: 0;
	background-size: auto;
	width: 13px;
	top: 0;
}

#tnb_sch .add_sch .sch_slide .swiper-button-next {
	background: url(../img/ico_next2.png) no-repeat center center;
	height: 13px;
	right: 0;
	margin-top: 0;
	background-size: auto;
	width: 13px;
	top: 0;
}

#tnb_sch .add_sch .sch_slide .swiper-slide a {
	display: inline-block;
	line-height: 26px;
	font-size: 14px;
}

.hd_div {
	display: none;
}

#hd_sch_open {
	display: none
}

.shop_cart {
	display: none
}

@media (max-width: 980px) {
	.msearch {
		display: block
	}

	.hd_opener,
	.shop_cart {
		width: 30px;
		height: 30px;
		border: 0;
		background: none;
		top: 15px;
		position: absolute;
	}

	.hd_opener img,
	.shop_cart img {
		width: 100%;
	}

	#gnb_open {
		left: 10px;
		top: 18px;
		font-size: 2em;
		outline: none;
	}

	#tnb_sch {
		width: 200px;
	}
}

@media (max-width:980px) {

	/* 메인메뉴 */
	#tgnb {
		/*  display:block */
	}

	#hd_sch_open {
		right: 45px;
		top: 15px;
		font-size: 1.6em;
		color: #FFF;
		outline: none;
		display: block
	}

	.shop_cart {

		font-size: 1.6em;
		display: block;
		right: 10px;
	}

	.shop_cart a {
		color: #FFF
	}

	#mgnb {
		text-align: left;
		padding: 0 0 0px 0;
		background: #F9F9F9;
		z-index: 1000;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
	}

	#mgnb h2 {
		position: absolute;
		font-size: 0;
		line-height: 0;
		overflow: hidden
	}

	#mgnb_1dul {
		border-top: 1px solid #E3E3E3;
		margin: 20px 0 0 0;
	}

	.mgnb_1dli {
		position: relative;
	}

	.mgnb_1dli a.mgnb_1da {
		display: block;
		text-indent: 5%;
		font-size: 1.1em;
		line-height: 40px;
		cursor: pointer;
		position: relative;
		border-bottom: 1px solid #E3E3E3;
		color: #333;
		text-decoration: none;
	}

	.mgnb_1dli a.mgnb_1da.selected {
		color: #333;
		font-weight: 600;
		padding-top: 5px;
		border-bottom: 0;
	}

	.mgnb_1dli button {
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		position: absolute;
		right: 10px;
		top: 9px;
		transition: all 0.3s ease;
	}

	.mgnb_1dli button.on {
		transform: rotate(180deg);
	}

	#gnb2 .mgnb_2dul {
		border-bottom: 1px solid #E3E3E3;
		display: none;
	}

	.mgnb_2dli a.mgnb_2da:before {
		content: "";
		display: inline-block;
		width: 2px;
		height: 2px;
		background: #fff;
		margin-right: 4px;
		margin-bottom: 3px;
	}

	.mgnb_2dli a.mgnb_2da {
		display: block;
		font-size: 1em;
		line-height: 1.5em;
		text-indent: 5%;
		background: none;
	}

	/*#mtnb:after{content:""; display:block; clear:both;}*/
	#mtnb li {
		float: left;
		width: calc(50% - 1px);
		text-align: center;
		margin-right: 2px;
	}

	#mtnb li:last-child {
		margin-right: 0;
	}

	#mtnb li:last-child > a {
		position: relative;
	}

	#mtnb li a {
		display: block;
		width: 100%;
		line-height: 35px;
		background: #333333;
		color: #fff;
	}

	#mtnb li:last-child a {
		background: #464345;
	}

	#mtnb li:last-child a span {
		font-size: 10px;
		font-weight: 600;
		color: #464345;
		border-radius: 2px;
		background: #ffec05;
		margin: 0 0 0 2px;
		padding: 1px 3px;
		font-weight: 600;
		border: 1px solid #ffec05;
	}

	/*
#mtnb li #snb_join:before{content:'포인트 1000원 지급'; position:absolute; top:0; left:50%; width:92px; font-size:10px; padding:2px; font-weight:600; color:#d80a30; border:2px solid #d80a30; transform:translateX(-50%); transition:all 0.3s ease;}
*/

	.hd_closer {
		display: flex;
		width: 30px;
		height: 30px;
		align-items: center;
		justify-content: center;
		border: 0;
		font-size: 1.5em;
		background: transparent;
		color: #fff;
		/*		padding: 0 10px;*/
		position: absolute;
		/*
                top: -60px;
                left: 0px;
        */
	}

	#tgnb {
		border-bottom: 1px solid #E3E3E3;
	}

	#tgnb h2 {
		position: absolute;
		font-size: 0;
		line-height: 0;
		overflow: hidden
	}

	#tgnb_1dul:after {
		content: "";
		display: block;
		clear: both;
	}

	li.tgnb_1dli {
		float: left;
		width: 23%;
		text-align: center;
	}

	li:nth-child(2).tgnb_1dli {
		float: left;
		width: 23%;
		text-align: center;
	}

	li:nth-child(3).tgnb_1dli {
		float: left;
		width: 18%;
		text-align: center;
	}

	li:nth-child(4).tgnb_1dli {
		float: left;
		width: 18%;
		text-align: center;
	}

	li:nth-child(5).tgnb_1dli {
		float: left;
		width: 18%;
		text-align: center;
	}

	#tgnb_1dul li:nth-child(3n+0) {
		border-right: 0
	}

	.tgnb_1da {
		display: block;
		padding: 13px 0px;
		font-size: 1.02em;
		border-right: 1px solid #E3E3E3;
		border-top: 1px solid #E3E3E3;
	}

	.tgnb_1da .hitm {
		font-weight: bold;
		color: #ed1616;
	}

	/*#tgnb_1dul li:nth-child(2) .tgnb_1da{ font-size:12px; padding:8px 3px;}*/

	#tgnb .dropdown {}

	#tgnb .dropdown button {
		border: 0;
		background: none;
		font-size: 1.2em;
		padding: 13px 0;
		outline: none;
	}

	#tgnb .dropdown .caret {
		display: none;
	}

	#tgnb .dropdown-menu {
		left: auto;
		right: -1px;
		top: 85%;
		min-width: 100px;
		padding: 5px 10px;
	}

	#tgnb .dropdown-menu dd {
		font-size: 12px;
	}

	#tgnb .dropdown-menu dd a {
		display: block;
		padding: 4px 0;
	}
}

#hd_ct {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 30px;
	height: 30px;
	border: 0;
	background: url(../mobile/shop/img/cate.png) no-repeat 50% 50%;
	color: #fff;
	font-size: 1em;
	text-indent: -9999px;
	-webkit-appearance: none;
}

#hd_mb:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#hd_mb li {
	float: left;
	width: 25%;
}

#hd_mb li a {
	display: block;
	background: #fff;
	color: #56788e;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #56788e;
	font-weight: bold
}

#hd_mb li:first-child a {
	border-left: none
}

/*카테고리*/
.navbar-inverse {
	display: block;
}

.navbar-inverse,
.navbar-inverse:hover {
	background: #FFF2B2 !important;
	border: none !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff !important;
	width: 25px;
	height: 3px;
	border-radius: 1px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: #ffd600 !important
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border: none !important
}

.navbar {
	margin-bottom: 0 !important
}

.navbar-nav {
	float: none;
}

@media (min-width: 767px) {
	/*    .nav>li {padding-right:20px !important;}
    .navbar-inverse .navbar-collapse{background:#f7f7f7 !important}
    .navbar-inverse .navbar-nav>.active>a{border:none !important}
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover{border:none !important}
    #nav .navbar-header .shop_member_btn{color:#484848;position:absolute;right:10px;top:12px;border:none;background:none}
    .cate_list .navbar-nav{margin:none !important}
    .cate_list .ct_op{display:inline-block;text-indent:-9999px;background:url('../mobile/shop/img/cate_op.gif') no-repeat 10px 75% !important;height:35px; width:30px;position:absolute;top:0;right:0;border:none}*/
}

@media (max-width: 767px) {

	#nav .navbar-header .shop_cart,
	#nav .navbar-header .shop_cart:hover {
		float: right;
		width: 30px;
	}

	#nav .navbar-header .shop_cart a {
		display: inline-block;
		color: #fff;
		padding: 0 !important
	}

	#nav .navbar-header .shop_member_btn {
		color: #fff;
		margin: 14px 10px 0 0;
		float: right !important;
		border: none;
		background: none;
		display: inline-block
	}

	.cate_list .navbar-nav {
		margin: 0px -15px;
		margin-bottom: -1px;
		overflow: hidden;
	}

	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:focus,
	.navbar-inverse .navbar-nav > .active > a:hover {
		border-bottom: 1px solid #fff !important;
	}
}

/*#nav {position:fixed}*/
#nav .collapse.navbar-collapse {
	border: 0;
}

#nav .navbar-header {
	background: #ffd600
}

#nav .navbar-header .navbar-toggle {
	float: left;
	margin-left: 10px;
	border: none
}

#nav .navbar-header .shop_cart,
#nav .navbar-header .shop_cart:hover {
	float: right;
	padding: 4px
}

#nav .navbar-header .shop_cart a {
	display: inline-block
}

#nav .navbar-header .logo {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}

#nav .navbar-header .dropdown-menu {
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	right: 0 !important;
	left: auto !important;
	width: 180px
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #6d6d6d !important;
	font-weight: normal;
	border: none !important
}

.cate_list {
	z-index: 1 !important;
}

.cate_list .active {
	background: none;
	width: 33.3333%;
}

.cate_list .active:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 82px;
	background: #DED3A0;
	position: absolute;
	right: 0;
	top: 10px;
}

.cate_list .active:last-child:after {
	display: none;
}

.cate_list .active .aa {
	text-align: center;
	font-family: 'BMJUA';
	font-size: 18px;
	line-height: 60px;
	color: #4D4D4D;
	padding: 20px 0;
}

.cate_list .active .aa .ico {
	display: inline-block;
	width: 75px;
	height: 60px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.cate_list .active:nth-child(1) .aa .ico {
	background-image: url(../img/cate_ico01.png);
}

.cate_list .active:nth-child(2) .aa .ico {
	background-image: url(../img/cate_ico04.png);
	margin-right: 5px;
}

.cate_list .active:nth-child(3) .aa .ico {
	background-image: url(../img/cate_ico03.png);
}

.cate_list .active:nth-child(4) .aa .ico {
	background-image: url(../img/cate_ico04.png);
}

/*검색*/
#sch_div {
	position: absolute;
	right: 35px;
}

#hd_sch {
	clear: both;
}

#hd_sch .sch_inner {}

#hd_sch #sch_str {
	float: left;
	width: 75%
}

#hd_sch .btn_submit {
	float: left;
	margin: 10px 0;
	padding: 6px 10px;
	background: #333333;
}

#hd_sch .btn_submit02 {
	float: left;
	margin: 10px 0;
	padding: 6px 10px;
	background: #333333;
}

#sit_more {
	display: none
}



@media (max-width:1000px) {
	.cate_list {
		overflow-y: auto
	}

	.cate_list .active {
		width: 33.3333%;
		float: left;
		text-align: center;
		border-bottom: 1px solid #DED3A0;
	}

	.cate_list .active .aa {
		font-size: 16px;
		padding: 10px 0;
	}

	.cate_list .active:after {
		top: 0;
		height: 100%;
	}

	.cate_list .active:last-child:after {
		display: none;
	}

	/*.cate_list .active:nth-child(0n+2):after{display:none;}*/
	.cate_list .active .aa .ico {
		width: 60px;
		height: 50px;
		background-size: auto 100%;
	}

	.cate_list .active .aa .text {
		display: block;
		line-height: 1.8em;
	}

	.cate_list ul > li {
		background: #fafafa;
	}

	.cate_list .sub_cate2 > li {
		border-bottom: none !important;
		background: #fafafa;
		padding: 0 40px;
		border-top: 1px solid #f1f1f1;
	}

	.cate_list .sub_cate2 > li a {
		background: #fafafa;
		color: lightslategrey
	}

	.cate_list .sub_cate2 > li a i {
		display: inline;
		margin-right: 5px;
	}

	.cate_list .ct_op {
		right: 10px;
	}

	#sch_div {
		width: 100%;
		top: 60px;
		left: 0;
	}

	#hd_sch {
		width: 100% !important;
		/*border-top: 1px solid #f1f1f1;*/
		background: #f5f5f5;
	}

	#hd_sch:after {
		display: block;
		content: "";
		clear: both;
	}

	#hd_sch #sch_str {
		float: left;
		width: 89%;
		height: 35px;
		padding: 0 10px;
		border-radius: 5px 0 0 5px;
	}

	#hd_sch .sch_inner {
		margin: 0 10px
	}

	#hd_sch .btn_submit {
		width: 11%;
		line-height: 23px;
		border-radius: 0 5px 5px 0;
	}

	#hd_sch .btn_submit02 {
		width: 11%;
		line-height: 35px;
		padding: 0;
		border-radius: 0 5px 5px 0;
	}

	#sch_close {
		/*		display: none;*/
		left: 50%;
		top: 115px;
		transform: translate(-50%,0);
		background: #333;
	}
}

.cate_list .ct_op {
	display: inline-block;
	display: none;
	text-indent: -9999px;
	background: url('../mobile/shop/img/cate_op.gif') no-repeat 10px 55%;
	height: 35px;
	width: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border: none
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	background: #FFF;
	color: #000 !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	background: #E3E3E3 !important;
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
	padding: 10px 15px 10px 25px !important
}

/*.sub_cate2 li{padding:0px 25px;}
.sub_cate2 li a{line-height:40px;display:block;text-decoration:none}
.sub_cate2 li a:hover{}*/

.shop_member {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: none !important
}

.shop_member li a {
	color: #1e1711 !important;
	padding: 5px 10px !important;
	background: #ffd600
}

.shop_member li a:hover {
	background: #ffa700 !important
}

.shop_member li a i {
	padding-right: 10px;
	color: #fff
}

.affix {
	width: 100% !important;
	top: 0;
	background: #56788e;
	z-index: 999999 !important;
	box-shadow: 1px 2px 10px -4px rgba(0, 0, 0, 0.55)
}

.sch_inner h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden;
	top: 0;
	left: 0;
}

#sch_str {
	margin: 10px 0;
	border: none;
	border: 1px solid #ddd;
	border-right: 0
}


/*메인-슬라이더*/
.slider_size {
	width: 100%;
	height: calc(100vh - 203px) !important;
}

.control {
	position: inherit;
	top: 40%;
	z-index: 105;
	display: inline-block;
	right: 50%;
}

.swiper-container .line {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 146px;
	overflow: hidden;
	background: url('../img/main/visual_bar.png') no-repeat center bottom;
	background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10;
}

.swiper-container .mtxt {
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 99999;
}

.swiper-container .m_text {
	position: absolute;
	width: 1300px;
	margin: 0px auto;
	z-index: 100;
	top: 130px;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	font-size: 1.2em;
}

.swiper-container .m_text h2 {
	font-size: 3em;
	margin-bottom: 20px;
	font-weight: 600;
}

.swiper-container .m_text h2 strong {
	color: #31ac80;
	font-weight: 800;
}

.swiper-container .m_text p {
	font-size: 1.2em;
}

a.btn_roll {
	background: #31ac80;
	border: 1px solid #31ac80;
	padding: 10px 30px;
	color: #fff !important;
	font-size: 1.2em;
	display: inline-block;
	margin: 30px 0 0;
	transition: all 0.5s;
	border-radius: 40px;
}

a.btn_roll:hover {
	background: #fff;
	border: 1px solid #31ac80;
	color: #31ac80 !important;
	display: inline-block;
	transition: all 0.5s;
	font-weight: 800;
}


#mainbanner .swiper-container-horizontal > .swiper-pagination-bullets {
	top: unset;
	bottom: 40px;
	text-align: center;
}

#mainbanner .swiper-pagination-bullet {
	background: #fff;
	border-radius: 50px;
	opacity: 1;
}

#mainbanner .swiper-pagination-bullet-active {
	background: #d3bba3;
	width: 30px;
}

@media (max-width: 1199px) {
	.slider_size {
		width: 100%;
		height: 600px !important;
		background-size: 140% auto !important
	}

	.swiper-container .m_text {
		position: absolute;
		width: 90%;
		z-index: 100;
	;
		top: 80px;
		display: table;
		transition: all 0.5s;
	}
}

@media (max-width: 767px) {
	.slider_size {
		height: 500px !important;
	}

	.control {
		position: inherit;
		top: 40%;
		z-index:
	}
}

@media (max-width: 550px) {
	.slider_size {
		height: 300px !important;
	}

	.swiper-container .m_text {
		top: 40px;
	}

	.swiper-container .m_text p {
		font-size: 1em;
	}

	.swiper-container .m_text h2 {
		font-size: 1.7em;
	}

	#mainbanner .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 0;
	}
}

@media (max-width: 450px) {
	.slider_size {
		height: 250px !important;
	}

	.swiper-container .m_text {
		top: 30px;
	}
}

.swiper_width {
	width: 350px !important
}

/* 중간 레이아웃 */
#wrapper {
	background: #fff;
	padding: 0 0;
}

#aside {
	/*z-index: 2;
	margin-bottom: -1px;
	margin-top: 18px;
	position: relative;*/
}

#container {
	/*width: 1200px;*/
	width: 1114px;
	margin: 0 auto;
	background: #fff;
	z-index: 1;
}

.hd_wrap {
	/*background: url(../img/sub/bg_title_box.jpg) no-repeat;*/
	background-size: 100% 100%;
	height: auto;
	padding: 0;
	/*display: flex;*/
	flex-direction: column;
	/*align-items: center;
	justify-content: center;*/
}

#container_title {
	font-family: 'YiSunShinDotumM';
	margin: 20px 0 5px;
	padding: 0 0 0px;
	font-size: 2.75em !important;
	text-align: left;
	font-weight: 600;
	color: #222;
	position: relative;
	z-index: 1;
	position: relative;

}

.container {
	width: 100%;
}


/*메인비주얼*/
#main_box {
	margin: 0 auto;
	position: relative;
}

#mainbanner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#mainbanner .container {
	padding: 0;
	width: 100% !important;
	max-width: inherit;
}

#main_box img {
	width: 100%
}

@media (max-width: 1400px) {
	#container {
		width: 90%;
	}
}

@media (max-width: 1199px) {
	.hd_wrap {
		/*background: url(../img/sub/bg_title_box.jpg) no-repeat;*/
		background-size: 100% 100%;
		height: auto;
		padding: 0;
		/*display: flex;*/
		flex-direction: column;
		/*align-items: center;
	justify-content: center;*/
	}
}

@media (max-width: 992px) {
	#wrapper {
		border-top: 0px
	}

	#main_box {
		width: 100%;
		margin: 0 auto;
	}

	#main_box img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#container {
		width: 96%;
	}
}

@media (max-width: 550px) {
	#container {
		width: 94%;
	}
}

#idx_container {
	width: 100%;
	margin: 0 auto;
}

#banner_container {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
}

#brand_bn2 {
	width: 100%;
	height: 210px;
	background: #dbd2c7;
	position: relative;
}

#brand_bn2 .area_img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#brand_bn2 .txt_wrap {
	position: relative;
	margin: 0 auto;
	display: table;
	width: 1000px;
	height: 100%;
}

#brand_bn2 .txt_wrap .area_txt {
	position: relative;
	display: table-cell;
	width: 60%;
	height: 100%;
	vertical-align: middle;
}

#brand_bn2 .txt_wrap .area_txt h3 {
	display: block;
	font-size: 37px;
	font-weight: 300;
	font-family: 'GmarketSansLight';
	color: #222;
	line-height: 1.4em;
	word-break: keep-all;
}

#brand_bn2 .txt_wrap .area_txt h3 .bold {
	font-style: normal;
	font-weight: bold;
	font-family: 'GmarketSansMedium';
}

#brand_bn2 .txt_wrap .area_txt span {
	display: block;
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 400;
	color: #493f39;
}

#banner_container #brand_bn2 {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 10px 20px;
	position: relative;
	border-radius: 80px;
	border: 1px solid #eee;
	box-sizing: unset;
}

#banner_container #brand_bn2 .bn_wrap {
	margin: 0 auto;
	position: unset;
	height: 50px;
}

#brand_bn2 .bn_wrap .img {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

#banner_container #brand_bn2 .bn_wrap .area_txt {
	position: absolute;
	top: 50%;
	left: 180px;
	transform: translateY(-50%);
}

#brand_bn2 .bn_wrap .area_txt {
	position: relative;
	padding: 50px 30px;
}

#banner_container #brand_bn2 .bn_wrap .area_txt p {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 1.5em;
	vertical-align: top;
	padding: 0 30px;
}

#brand_bn2 .bn_wrap .area_txt p {
	font-family: 'GmarketSansBold';
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 800;
	display: inline-block;
	font-weight: 600;
	color: #333;
	vertical-align: top;
}

#brand_bn2 .bn_wrap .area_txt span {
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 24px;
	font-weight: 500;
}

#banner_container #brand_bn2 .bn_wrap .area_txt p > span {
	display: block;
	font-size: 16px;
	color: #777;
}

#brand_bn2 .bn_wrap a {
	display: inline-block;
	padding: 10px 25px;
	box-sizing: border-box;
	border-radius: 50px;
	background: #333;
	transition: all 0.3s ease;
	vertical-align: top;
	position: absolute;
	top: 90px;
	left: 30px;
}

#brand_bn2 .bn_wrap a:hover {
	background: #fff;
}

#brand_bn2 .bn_wrap a > span {
	position: relative;
	padding: 0 13px 0 0;
	font-size: 15px;
	font-weight: 300;
	color: #333;
}

#brand_bn2 .bn_wrap a > span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 10px;
	background: url(../img/icon_arrow.svg) no-repeat center;
	transform: translateY(-50%);
}

@media (max-width: 1200px) {
	.inr.bn {
		width: 100%;
	}

	#brand_bn2 .area_img {
		width: 38%;
	}

	#brand_bn2 .area_img img {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	#brand_bn2 .txt_wrap {
		width: 90%;
	}
}

@media (max-width: 900px) {
	#brand_bn2 {
		height: auto;
		padding: 40px 0;
	}

	#brand_bn2 .txt_wrap .area_txt h3 {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	#brand_bn2 .txt_wrap {
		width: 96%;
	}

	#brand_bn2 {
		height: auto;
		padding: 30px 0;
	}

	#brand_bn2 .txt_wrap .area_txt {
		width: 100%;
		text-align: center;
	}

	#brand_bn2 .txt_wrap .area_txt h3 {
		font-size: 28px;
		line-height: 1.3em;
	}

	#brand_bn2 .area_img {
		display: none;
	}
}

@media (max-width:650px) {
	#brand_bn2 .txt_wrap .area_txt h3 {
		font-size: 23px;
	}

	#brand_bn2 .txt_wrap .area_txt span {
		margin: 0;
		font-size: 16px;
	}
}



/* 카테고리 상품 */
.list_cate {}

.list_cate:after {
	content: '';
	display: block;
	clear: both;
}

.list_cate > li {
	float: left;
	margin: 0 20px 40px 0;
	width: calc((100% / 4) - 15px);
}

.list_cate > li:nth-child(4n) {
	margin: 0 0 50px;
}

.list_cate > li .cate {
	position: relative;
	display: block;
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

.list_cate > li .cate:before {
	content: '';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 4px 0 0;
	background: #262118;
	border-radius: 10px;
}

.list_cate .sct_li .set_img {
	width: 100%;
	height: 285px;
}

.list_cate .sct_li .set_img > a {
	display: block;
	width: 100%;
	height: 100%;
}

.list_cate > li > a {
	display: block;
}

.list_cate > li > a .area_img {
	width: 100%;
}

.list_cate > li > a .area_img img {
	width: 100%;
	height: auto;
}

.list_cate > li > a .area_txt {
	margin: 10px 0 0;
	display: block;
	text-align: center;
}

@media (max-width:767px) {
	.list_cate > li {
		float: left;
		margin: 0 20px 30px 0;
		width: calc((100% / 2) - 10px);
	}

	.list_cate > li:nth-child(2n),
	.list_cate > li:nth-child(4n) {
		margin: 0 0 30px;
	}
}

@media (max-width:550px) {
	.list_cate > li .cate {
		font-size: 16px;
	}

	.list_cate > li {
		float: left;
		margin: 0 10px 15px 0;
		width: calc((100% / 2) - 5px);
	}

	.list_cate > li:nth-child(2n),
	.list_cate > li:nth-child(4n) {
		margin: 0 0 15px;
	}
}

/*메인-parallax */
#brand {
	width: 100%;
	background: #000 url(../img/back01.jpg) no-repeat center;
	height: 600px;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}

#brand.b {
	width: 100%;
	background: #000 url(../img/back02.jpg) no-repeat center;
	height: 600px;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}

#brand .luzen {
	padding-top: 120px;
}

#brand .luzen img {}

#brand h3 {
	font-size: 4em;
	padding: 40px 0 20px 0;
	color: #d5f068;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: -2.5px;
}

#brand .con {
	font-size: 1.6em;
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 40px;
}

#brand .con.top {
	margin-top: 40px;
}

#brand .go {
	display: block;
	padding: 20px 0;
	width: 210px;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
	font-size: 1.6em;
	font-weight: 300;
	color: #fcd000;
}

#brand .go:hover {
	color: #fcd000;
}

@media (max-width: 992px) {

	/*parallax */
	#brand {
		height: 220px;
		padding: 10px;
	}

	#brand.b {
		height: 220px;
	}

	#brand .luzen {
		padding-top: 20px;
	}

	#brand .luzen img {
		width: 100px;
	}

	#brand.b .luzen img {
		width: 130px;
	}

	#brand h3 {
		font-size: 1.3em;
		padding: 15px 0;
	}

	#brand .con {
		font-size: 1em;
		margin-bottom: 15px;
	}

	#brand .con.top {
		margin-top: 10px;
	}

	#brand .go {
		padding: 10px 0;
		width: 110px;
		font-size: 0.92em;
		color: #fcd000;
	}
}

/* 메인-카테고리 */
#cate_in {
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 70px 0 50px 0;
	background-color: #fff;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 1) 45%, rgba(0, 0, 0, 0.1) 55%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
	background-size: 8px 8px;
	background-repeat: repeat;
}

.con_cate {
	width: 1200px;
	margin: 0 auto;
}

.con_cate h2 {
	font-size: 2.45em;
	font-weight: 300;
	color: #000;
	text-align: center;
	margin: 0px 0 40px 0;
}

.con_cate h2 strong {
	font-weight: 700;
	color: #89b94f;
}

.con_cate h2 span {
	display: block;
	font-size: 0.5em;
	color: #000;
	padding-top: 16px;
	line-height: 1.4em;
	font-weight: 400;
}

.con_cate ul li {
	float: left;
	text-align: center;
	width: calc(20% - 80px);
	margin: 40px;
}

.con_cate ul li div {
	border-radius: 100px;
	border: 1px dashed #89b94f;
	overflow: hidden;
}

.con_cate ul li div img {
	width: 100%;
	height: auto;
}

.con_cate ul li p {
	font-size: 1.18em;
	padding-top: 22px;
	color: #000;
}

@media (max-width: 992px) {
	#cate_in {
		margin: 20px auto 0 auto;
		padding: 35px 0;
	}

	.con_cate {
		width: 100%;
	}

	.con_cate h2 {
		font-size: 1.6em;
		margin: 0px 0 20px 0;
	}

	.con_cate h2 span {
		font-size: 0.6em;
		padding-top: 10px;
	}

	.con_cate ul li {
		width: calc(33.3333% - 20px);
		margin: 10px;
	}

	.con_cate ul li p {
		font-size: 1em;
		padding-top: 12px;
	}
}


/* 메인-가입 */
#join_wrap {
	width: 1200px;
	margin: 65px auto;
	text-align: center;
}

#join_wrap h2 {
	font-size: 1.4em;
	letter-spacing: -1.5px;
	font-weight: 300;
}

#join_wrap h2 span {
	display: block;
	color: #999;
	padding: 20px 0 40px 0;
}

#join_wrap a {
	display: inline-block;
	padding: 12px 20px;
	background: #89b94f;
	border: 1px solid #80b045;
	color: #fff;
	width: 150px;
	margin: 5px;
	font-size: 1.3em;
}

#join_wrap a.join {
	background: #fff;
	border: 1px solid #80b045;
	color: #000;
}

@media (max-width: 767px) {
	#join_wrap {
		width: 100%;
		margin: 12px auto;
		padding: 10px 25px;
	}

	#join_wrap h2 img {
		width: 100%;
		padding: 0px;
	}

	#join_wrap h2 {
		font-size: 1em;
		line-height: 1.5em;
	}

	#join_wrap h2 span {
		padding: 15px 0;
	}

	#join_wrap a {
		padding: 5px 15px;
		width: 100px;
		font-size: 1em;
	}
}

/*메인 아이콘 배너*/
.icon_banner {
	width: 100%;
	background: #adb4c2;
	padding: 0 0 0;
	position: relative;
}

/* 8ea 배너*/
.m8_list {
	width: 1200px;
	padding: 0;
	margin: 0px auto
}

.m8_list ul {
	background: url(../img/main/icon_hos_bar.png) repeat-y left;
}

.m8_list ul:after {
	content: '';
	display: block;
	clear: both
}

.m8_list li {
	display: inline-block;
	width: 12.5%;
	float: left;
	margin: 0;
	text-align: center;
	transition: all 0.5s;
}

.m8_list li img {
	height: 45px;
	transition: all 0.5s;
}

.m8_list li a {
	color: #fff;
	font-size: 1.25em;
	letter-spacing: -.070em;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif, "돋움", "굴림", tahoma, sans-serif;
	display: block;
	background: url(../img/main/icon_hos_bar.png) repeat-y right;
	padding: 20px 0;
	transition: all 0.5s;
}

.m8_list li a:hover {
	background: #fff;
	color: #333333;
	transition: all 0.5s;
}

.m8_list li img {
	margin: 0px auto;
	padding: 0 0 10px;
}

.m8_list li .box {
	background: #fff;
	margin-bottom: 20px
}

.m8_list li .box .photo {
	text-align: center;
	padding: 20px 0 0
}

.m8_list li .box .content {
	padding: 20px 20px 30px 20px;
	text-align: center;
	/*border-right:1px solid #efefef; border-left:1px solid #efefef; border-bottom:1px solid #efefef;*/
}

.m8_list li .box .content p.title {
	font-size: 1.25em;
	line-height: 0.8em;
	color: #46340f;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif, "돋움", "굴림", tahoma, sans-serif;
	letter-spacing: -.055em
}

.m8_list li .box .content p.st {
	font-size: 0.95em;
	line-height: 0em;
	color: #7d7771;
	font-weight: 300;
	font-family: 'Noto Sans KR', sans-serif, "돋움", "굴림", tahoma, sans-serif;
	letter-spacing: -.055em
}

.m8_list li .box .content p {
	color: #6b6454;
	font-size: 1.00em;
	line-height: 1.2em;
	margin: 17px 0 0
}

.m8_list i {
	display: block;
	margin: 0 0 15px !important;
	font-size: 2.2em;
	height: 40px
}

@media screen and (max-width:1199px) {
	.m8_list {
		width: 100%;
		padding: 0;
		margin: 0
	}

	.m8_list ul {}

	.m8_list li {
		display: inline-block;
		width: 25%;
		margin: 0;
		color: #fff;
		transition: all 0.5s;
	}

	.m8_list li .box {
		background: #fff;
		margin-bottom: 15px
	}

	.m8_list li .box .photo {
		max-width: 100%
	}

	.m8_list li .box .content {
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.m8_list {
		width: 100%;
		padding: 0;
		margin: 0
	}

	.m8_list ul {}

	.m8_list li {
		display: inline-block;
		width: 50%;
		margin: 0;
		color: #fff;
		transition: all 0.5s;
	}

	.m8_list li .box {
		background: #fff;
		margin-bottom: 15px
	}

	.m8_list li .box .photo {
		max-width: 100%
	}

	.m8_list li .box .content {
		text-align: center;
	}

	.m8_list li a {
		color: #fff;
		font-size: 1.1em;
		letter-spacing: -.070em;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif, "돋움", "굴림", tahoma, sans-serif;
		display: block;
		background: url(../img/main/icon_hos_bar.png) repeat-y right;
		padding: 20px 0;
		transition: all 0.5s;
	}
}


/*하단정보*/
#footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	display: none;
}

#footerWrap {
	width: 100%;
	margin: 0 auto;
	background: #222;
	padding: 0 0 80px;
}

#footer:after {
	display: block;
	content: "";
	clear: both;
}

#footerWrap .ft_top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ft_top .btmBtn {
	background: #42444c;
	border-radius: 6px;
	padding: 0 25px;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ft_top .btmBtn .noti_ver {
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ft_top .btmBtn .noti_ver b {
	font-size: 1.25em;
	letter-spacing: 0;
}

.ft_top .btmBtn .noti_ver .noti_slide {
	height: 22px;
	width: 300px;
	margin-left: 30px;
}

.ft_top .btmBtn .noti_ver .noti_slide .swiper-button-prev {
	background: url(../img/ico_prev3.png) no-repeat center center;
	height: 13px;
	left: inherit;
	right: 13px;
	margin-top: 0;
	background-size: auto;
	width: 13px;
	top: 0;
}

.ft_top .btmBtn .noti_ver .noti_slide .swiper-button-next {
	background: url(../img/ico_next3.png) no-repeat center center;
	height: 13px;
	right: 0;
	margin-top: 0;
	background-size: auto;
	width: 13px;
	top: 0;
}

.ft_top .btmBtn .noti_ver .noti_slide .swiper-slide a {
	display: inline-block;
	line-height: 23px;
	color: #FFF;
	font-size: 1.10em;
	opacity: .8;
}

.ft_top .btmBtn .btmBtnBox a:first-child {
	padding-left: 0;
}

.ft_top .btmBtn .btmBtnBox a {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 14.5px;
	padding: 16px 10px;
}


.fot_btn {
	display: inline-block;
	color: #a8a8a8 !important;
	font-size: .8em;
	padding: 6px 10px;
	background: #333;
	margin-top: 8px;
}


#ft_login {
	margin-bottom: 20px;
}

#ft_login:after {
	content: "";
	display: block;
	clear: both;
}

#ft_login li {
	float: left;
	width: calc(50% - 1px);
	text-align: center;
	margin-right: 2px;
}

#ft_login li:last-child {
	margin-right: 0;
}

#ft_login li:last-child > a {
	position: relative;
}

#ft_login li a {
	display: block;
	width: 100%;
	line-height: 35px;
	background: #333333;
	color: #fff;
}

#ft_login li:last-child a {
	background: #464345;
}

#ft_login li:last-child a span {
	font-size: 10px;
	font-weight: 600;
	color: #464345;
	border-radius: 2px;
	background: #ffec05;
	margin: 0 0 0 2px;
	padding: 1px 3px;
	font-weight: 600;
	border: 1px solid #ffec05;
}



@media (max-width:768px) {
	.ft_top .btmBtn .btmBtnBox a {
		padding: 15px 10px;
	}

	.adrBox span {
		font-size: 13px;
	}

	.adrBox p.copy {
		font-size: 13px;
	}
}

#bcus_box_wrap {
	float: left;
	height: 280px;
}

#bcus_box_wrap:after {
	display: block;
	clear: both;
	content: "";
}

#bcus_box {
	float: left;
}

#bcus_box:after {
	display: block;
	clear: both;
	content: "";
}

#bcus_box h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
}

#bcus_box .tel {
	color: #333;
	letter-spacing: 0px;
	line-height: 1em;
	margin-bottom: 20px;
	letter-spacing: -.5px
}

#bcus_box .tel h3 {
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #42444c;
}

#bcus_box .tel span {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
}

#bcus_box .area_sns {}

#bcus_box .area_sns > li {
	margin: 5px 0 0;
	text-align: left;
	border-radius: 3px;
	width: 80%;
}

#bcus_box .area_sns > li > a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #444;
	font-size: 1.10em;
	border-radius: 3px;
}

#bcux_box2 {
	float: left;
	margin-left: 60px;
}

#bcux_box2 dl {
	margin-bottom: 40px !important;
	margin-top: 5px;
}

#bcux_box2 dt {
	font-size: 1.3em;
	color: #222;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -0.05em;
	position: relative;
}

#bcux_box2 dt span {
	font-size: 0.85em;
	font-weight: 500;
	display: inline-block;
}

#bcux_box2 .bank p {
	font-size: 15px;
	font-weight: 500;
	color: #777;
	line-height: 1em;
	margin-top: 8px;
}

#bcux_box2 .bank .bpoint {
	font-size: 14px;
	color: #777;
	font-weight: 500;
}

#bcus_box .qmbox {}

#bcus_box .qmbox:after {
	display: block;
	clear: both;
	content: "";
}

#bcus_box .qmbox li {
	float: left;
	text-align: center;
	margin: 0 7px;
}

#bcus_box .qmbox li:nth-child(odd) .qdong {
	background: #465ec8;
}

#bcus_box .qmbox li:nth-child(even) .qdong {
	background: #3a3b40;
}

#bcus_box .qmbox .qdong {
	width: 90px;
	height: 90px;
	border-radius: 200px;
	line-height: 90px;
}

#bcus_box .qmbox p {
	font-size: bold;
	margin-top: 10px;
}

#bcus_box .escrow {
	display: block;
	margin: 15px 0 0;
	width: 56%;
	cursor: pointer;
}

#bcus_box .escrow img {
	width: 100%;
}

@media (max-width: 992px) {
	#pfooter{ display: none;}
	#footer {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0 0;
		display: block;
	}

	#bcus_box_wrap {
		float: none;
		height: auto;
	}

	#bcus_box {
		float: none;
	}

	#bcus_box h2 {
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 10px;
	}

	#bcus_box .tel {
		color: #333;
		letter-spacing: 0px;
		line-height: 1em;
		width: 50%;
		float: left;
	}

	#bcus_box .tel h3 {
		font-size: 30px;
		margin-bottom: 10px;
		font-weight: 500;
		color: #333;
	}

	#bcus_box .tel span {
		display: block;
		font-size: 12px;
		color: #666;
		line-height: 1.5em;
	}

	#bcus_box .area_sns {
		float: right;
		width: 47%;
	}

	#bcus_box .area_sns > li {
		margin: 5px 0 0;
		text-align: left;
		border-radius: 3px;
		width: 100%;
	}

	#bcus_box .area_sns > li > a {
		display: block;
		padding: 7px 20px;
		border: 1px solid #ccc;
		color: #444;
	}

	#bcux_box2 {
		float: none;
		margin-left: 0;
		overflow: hidden;
		background: #f0f0f0;
		padding: 10px;
		margin-top: 17px;
	}

	#bcux_box2 dl {
		margin-bottom: 0 !important;
		margin-top: 0;
		width: 50%;
		float: left;
		/* background: #f0f0f0; */
	}

	#bcux_box2 dt {
		font-size: 1.2em;
		color: #222;
		font-weight: 500;
		margin-bottom: 10px;
		letter-spacing: -0.05em;
		position: relative;
	}

	#bcux_box2 dt span {
		font-size: 0.85em;
		font-weight: 500;
		display: inline-block;
	}

	#bcux_box2 .bank p {
		font-size: 14px;
		font-weight: 500;
		color: #000;
		line-height: 1em;
		margin-top: 4px;
	}

	#bcux_box2 .bank .bpoint {
		font-size: 14px;
		color: #777;
		font-weight: 500;
		word-break: keep-all;
	}

	#bcus_box .qmbox {}

	#bcus_box .qmbox:after {
		display: block;
		clear: both;
		content: "";
	}

	#bcus_box .qmbox li {
		float: left;
		text-align: center;
		margin: 0 7px;
	}

	#bcus_box .qmbox li:nth-child(odd) .qdong {
		background: #465ec8;
	}

	#bcus_box .qmbox li:nth-child(even) .qdong {
		background: #3a3b40;
	}

	#bcus_box .qmbox .qdong {
		width: 90px;
		height: 90px;
		border-radius: 200px;
		line-height: 90px;
	}

	#bcus_box .qmbox p {
		font-size: bold;
		margin-top: 10px;
	}

	#bcus_box .escrow {
		display: block;
		margin: 15px 0 0;
		width: 56%;
		cursor: pointer;
	}

	#bcus_box .escrow img {
		width: 100%;
	}
}

/* 하단 레이아웃 */
#ft {
	float: left;
	width: calc(100% - 430px);
	height: 280px;
	margin-left: 30px;
	padding: 0;
	font-size: 1.05em;
	letter-spacing: -0.05em;
}

#ft .btn_link {
	text-align: center;
	margin-top: 14px;
	width: 160px;
	margin-bottom: 38px;
}

#ft .btn_link a {
	display: inline-block;
	color: #FFF;
	background: #616475;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 28px;
	font-size: 12px;
	cursor: pointer
}

#ft .point {
	color: #ff7800;
}

#ft .img_wrap {
	width: 265px;
	position: relative;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 33px;
}

#ft .img_wrap:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #9e9e9e;
	position: absolute;
	left: 0;
	top: 0
}

#ft .img_wrap .logo img {
	width: 160px
}

#ft .img_wrap .add_img {
	margin-top: 25px;
}

#ft .copy_info {
	flex: 1
}

#ft h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

/*#ft_sns{display:inline-block;text-align:center !important;margin-bottom:15px;}
#ft_sns li{display:inline;margin-left:10px; text-align:center !important;}
#ft_sns li a{color:#fff;display:inline-block;width:30px;height:30px;line-height:34px;border-radius:3px}
#ft_sns li.s_facebook a{background:#3b5999}
#ft_sns li.s_twitter a{background:#dd4b39}
#ft_sns li.s_google a{background:#00bbf5}*/
#ft_box {
	padding: 20px 0 100px;
}


.fm {
	margin-bottom: 20px;
}

.fm li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.fm li:last-child {
	border-right: none;
	margin-right: 0;
}

.fm li a {
	display: inline-block;
	font-size: 1.1em;
	color: #222;
	letter-spacing: -0.8px;
	font-weight: 500;
}

.fm li:hover {}

.fm li:hover a {}

.ft_com {
	text-align: left;
	margin: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.ft_com li {
	display: inline-block;
	padding: 15px 10px;
	position: relative;
}

.ft_com li:first-child {
	padding-left: 0;
}

.ft_com li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #C0C0C0;
	position: absolute;
	top: 20px;
	right: -1px;
}

.ft_com li.lno:after {
	display: none;
}

.ft_com a {
	font-weight: 400;
	text-decoration: none;
	color: #414141;
}

.ft_com a:hover {
	color: #000;
	text-decoration: none
}

.ft_com p {
	display: inline-block;
	font-size: 11.5px;
	color: #999;
	letter-spacing: -0.5px;
	float: right;
	line-height: 38px;
}

#ft_copy {
	font-size: 0.95em;
	margin: 0;
	line-height: 1.6em;
	letter-spacing: 0px;
	text-align: right;
}

#ft_copy.col-sm-8 {
	padding-left: 0 !important;
}

#ft_copy h1 {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.05em;
}

#ft_copy h1 strong {
	color: #595959;
	font-size: 1.3em;
}

#ft_copy span {
	margin-right: 0px;
	display: inline-block;
	font-size: 13.5px;
	font-weight: 400;
	color: #666;
	line-height: 1.8em;
}

#ft_copy span b {
	margin-right: 3px;
	font-weight: 400;
}

#ft_copy strong {
	font-weight: 500;
}

#ft .copy {
	margin-top: 30px;
	font-size: .85em;
	color: #000;
	font-weight: 400;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sns {
	margin-top: 20px;
}

.saup {
	margin: 10px 0;
}

.saup a {
	display: inline-block;
	background: #616475;
	color: rgba(250, 250, 250, 0.7);
	line-height: 25px;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 12px;
}

#ft_info {
	border-top: 1px solid #ddd;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	padding: 40px 0;
}

#ft_info a {
	display: inline-block;
	margin-right: 40px;
}

#ft_copy,
#ft_logo,
#ft_cus {}

#ft_cus li {
	border-left: 1px solid #E8E8E8;
}

#ft_cus h3 {
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #383838;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.ft_call .call {
	font-size: 2.5em;
	line-height: 1.2em;
	color: #50534C;
	font-weight: 600;
	margin-bottom: 10px
}

@media (max-width: 992px) {
	#ft {
		padding-top: 30px;
		width: 100%;
		margin-left: 0;
		height: auto;
	}

	.ft_com {
		margin-bottom: 0;
		position: relative;
	}

	.ft_com li {
		padding: 10px 6px;
	}

	.ft_com li:after {
		top: 14px;
	}

	.ft_com a {
		font-size: 12px;
	}

	.ft_com p {
		float: none;
		line-height: 1.5em;
		text-align: center;
		padding: 0 20px;
		position: absolute;
		top: 50px;
		left: 0px;
	}

	#ft_copy {
		line-height: 1em;
		letter-spacing: 0px;
		padding: 0;
		font-size: 0.85em;
		text-align: left;
	}

	.ft_call {
		border-left: 0;
	}

	.ft_call .call {
		font-size: 1.5em;
	}

	.ft_bank dt {
		padding-right: 0;
	}

	.ft_bank dd {
		padding-left: 0;
	}

	.ft_bank .point {
		font-size: 0.9em;
	}

	#ft_copy h1 strong {
		font-size: 1.1em;
	}

	.fm li {
		margin: 0 15px 5px 0;
	}

	.fm li a {
		font-size: 1em;
	}

	#ft_info {
		border-top: 1px solid #ddd;
		width: 100%;
		margin: 40px auto 0 auto;
		padding: 40px 20px 20px 20px;
	}

	#ft_info a {
		display: block;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	#ft_info img {
		width: 80%;
	}

}


/*#sbn_idx{height:500px;overflow:hidden}*/
#sbn_idx {
	padding: 0x;
	width: 100%;
}

#main_box a img {
	width: 100%;
}

#sbn_idx h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#slides {
	display: none;
}

/*.bx-wrapper img {width:100% !important; height:auto}*/
.bx-wrapper .bx-next {
	background: url(../mobile/shop/img/controls.png) -43px -32px no-repeat !important;
}

.bx-wrapper .bx-next:hover {
	background: url(../mobile/shop/img/controls.png) -43px 0px no-repeat !important;
}

.bx-wrapper .bx-prev {
	background: url(../mobile/shop/img/controls.png) 0 -32px no-repeat !important;
}

.bx-wrapper .bx-prev:hover {
	background: url(../mobile/shop/img/controls.png) 0 0 no-repeat !important;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../mobile/shop/img/controls.png) -86px -44px no-repeat !important;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background: url(../mobile/shop/img/controls.png) -86px -33px no-repeat !important;
}

.bx-wrapper .bx-controls-auto .bx-start {
	background: url(../mobile/shop/img/controls.png) -86px -11px no-repeat !important;
}

.bx-wrapper .bx-controls-auto .bx-start:hover {
	background: url(../mobile/shop/img/controls.png) -86px 0 no-repeat !important;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 10px !important;
	z-index: 9999
}

/*왼쪽 배너*/
#sbn_side {
	width: 100% !important;
	height: auto;
}

#sbn_side h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

/* 인덱스 이미지 출력 */
#sidx {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 10px
}

#slide_tab {
	display: none
}

#sidx_slide {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden
}

.sidx_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}

.swiper-button-next2 {
	position: absolute;
	top: -140px;
	z-index: 100;
	cursor: pointer;
}

.swiper-button-prev2 {
	position: absolute;
	top: -140px;
	z-index: 100;
	cursor: pointer;
}

.swiper-button-next,
.swiper-button-next2 {
	width: 20px;
	height: 30px;
	background: url(../img/ico_next.png) no-repeat center center;
	background-size: 20px;
	right: -3px;
}

.swiper-button-prev,
.swiper-button-prev2 {
	width: 20px;
	height: 30px;
	background: url(../img/ico_prev.png) no-repeat center center;
	background-size: 20px;
	left: -3px;
}
.swiper-button-next, .swiper-button-prev{
	margin-top: -48px;
}

.hd_bnr.ver02 .swiper-controller {
	width: 15px;
	position: absolute;
	bottom: 20px;
	right: 0;
	/*	transform: translateY(-50%);*/
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.hd_bnr.ver02 .swiper-button-next,
.hd_bnr.ver02 .swiper-button-prev {
	position: relative;
	background: none;
	margin: 0;
	top: unset;
	left: unset;
	right: unset;
	color: #fff;
	background: #bbb;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1500px) {

	/* .swiper-button-prev,
    .swiper-button-prev2 {
        display: none;
    }
    
    .swiper-button-next,
    .swiper-button-next2 {
        display: none
    } */
}

@media (max-width: 767px) {
	#sbn_idx {
		width: 100%;
		height: auto;
	}

	.swiper-button-next,
	.swiper-button-next2 {
		/*		display: none*/
		margin-top: -36px;
	}

	.swiper-button-prev,
	.swiper-button-prev2 {
		/*		display: none*/
		margin-top: -36px;
	}
}

@media (max-width: 767px) {
	#sbn_idx {
		width: 100%;
		height: auto;
	}
}


#idx_best {
	padding: 100px 0 130px;
}

#idx_best .container,
#idx_new .container {
	padding: 0 !important
}

#idx_new {
	padding: 100px 0 0;
}

#idx_rec {
	padding: 170px 0 100px;
}

.idx_best_box ul,
.idx_new_box ul {

	display: block
}

.idx_best_box:after,
.idx_new_box:after,
.idx_rec_box:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.idx_best_box h2,
.idx_new_box h2,
.h2_st {
	font-weight: 600 !important;
	text-align: center;
	margin: 0px 0 45px 0;
	font-size: 37px;
	color: #222;
}

/*.idx_best_box h2:before{ display:block; content:""; width:35px; height:5px; border-radius:20px; background:#0e4d90; margin:0 auto 10px auto;} 
.idx_new_box h2:before{ display:block; content:""; width:35px; height:5px; border-radius:20px; background:#0e4d90; margin:0 auto 10px auto;}*/
.idx_best_box h2 p,
.idx_new_box h2 p {
	font-size: 0.68em;
	color: #686868;
	margin-top: 16px;
	margin-bottom: 20px;
	font-weight: 300;
}

.idx_best_box h2,
.idx_new_box h2,
.h2_st {
	color: #333 !important;
	text-align: left;
	font-family: 'Noto Sans KR';
}

.idx_rec_box h2 {
	margin: 0px 0 45px 0;
	font-size: 37px;
	color: #333 !important;
	text-align: left;
	font-family: 'Noto Sans KR';
	font-weight: 900;
}

.idx_new_box h2 .bold,
.h2_st .bold {
	font-style: normal;
	font-family: 'Noto Sans KR';
	font-weight: 900;
}

.idx_best_box h2 a,
.idx_new_box h2 a {
	color: #333 !important;
}

.idx_best_box h2 strong,
.idx_new_box h2 strong {
	color: #34a248;
	font-weight: 500;
}

.idx_best_box li,
.idx_new_box li {}




#mpro_cate {
	text-align: center;
	width: 80%;
	margin: 0 auto 40px auto;
}

#mpro_cate a {
	display: inline-block;
	line-height: 45px;
	border-radius: 50px;
	background: #eee;
	margin: 7px 7px;
	padding: 0 35px;
	font-size: 1.2em;
	color: #444;
}

#mpro_cate a.on {
	background: #333333;
	color: #fff;
	font-weight: bold;
}

.mpro_btn {
	width: 40%;
	margin: 40px auto 0 auto;
	text-align: center;
}

.mpro_btn a {
	display: block;
	border: 1px solid #ddd;
	line-height: 55px;
	font-size: 1.3em;
	color: #444;
	transition: all 0.5s;
}

.mpro_btn a:hover {
	display: block;
	border: 1px solid #ddd;
	line-height: 55px;
	font-size: 1.3em;
	color: #fff;
	transition: all 0.5s;
	background: #333333;
}

.sct_txt {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

.sct_txt > a {
	display: block;
	font-family: 'Noto Sans KR';
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.4em;
	word-break: keep-all;
}

.sct_cost {
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #222;
	line-height: 1.3em;
}

.sct_basic {
	color: #999;
	/*text-align:left;*/
	padding: 0 10px;
	/*    display: none*/
}

@media (max-width: 1024px) {
	#idx_best {
		padding: 70px 0 100px;
	}

	#idx_rec {
		padding: 100px 0;
	}

	#idx_new {
		padding: 70px 0 0;
	}

	.idx_rec_box h2,
	.idx_best_box h2,
	.idx_new_box h2,
	.h2_st {
		font-size: 20px;
		margin: 0 0 30px;
	}
}

@media (max-width: 992px) {
	.sct_txt {
		padding: 0 10px;
	}

}

@media (max-width: 767px) {

	#idx_new,
	#idx_best {
		padding: 70px 0 0;
	}

	#idx_rec {
		padding: 70px 0 0;
	}

	#mpro_cate {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	#mpro_cate a {
		line-height: 35px;
		margin: 3px 3px;
		padding: 0 20px;
		font-size: 1em;
	}

	.mpro_btn {
		width: 90%;
		margin: 0px auto 0 auto;
	}

	.mpro_btn a {
		line-height: 45px;
		font-size: 1.2em;
	}

	.sct_basic {
		color: #999;
	}

	#idx_best .sct_10 .sct_img,
	#idx_new .sct_10 .sct_img {
		margin-bottom: 20px;
	}

	.sct_txt > a {
		font-size: 13px;
	}
}

@media (max-width: 550px) {

	#idx_new,
	#idx_best {
		padding: 30px 0 0;
	}

	#idx_rec {
		padding: 30px 0 0;
	}

	.sct_txt {
		margin: 7px 0 0;
	}

	.sct_txt > a {}

	.sct_cost {
		font-size: 12px;
	}

	.idx_rec_box h2,
	.idx_best_box h2,
	.idx_new_box h2,
	.h2_st {
		font-size: 15px;
		margin: 0 0 20px;
	}

	#idx_best .sct_10 .sct_img,
	#idx_new .sct_10 .sct_img {
		margin-bottom: 10px;
	}
}

@media (max-width: 450px) {
	.reviewSlide {
		padding: 40px 0 50px;
	}
}

/*커뮤니티 바로가기*/
@media (max-width: 350px) {
	.idx_stbd li {
		float: left;
		margin-left: 5px
	}
}

.idx_stbd {
	clear: both;
	margin: 30px 0;
	padding: 20px 0 10px;
	border-bottom: 1px dashed #d2d2d2;
	border-top: 1px dashed #d2d2d2
}

.idx_stbd ul {
	display: inline-block
}

.idx_stbd li {
	float: left;
	margin-left: 15px
}

.idx_stbd li.first_stbd_icon {
	margin-left: 0
}

.idx_stbd li a {
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
	font-size: 15px
}

.idx_stbd li a:hover {
	color: #31AC80;
}

.idx_stbd li a img {
	width: 100%;
	height: auto
}

.idx_stbd li a span {
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #000;
	font-size: 16px
}

.idx_stbd:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

/*메인리뷰*/
.idx_review {
	margin-bottom: 30px;
}

.idx_review:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.idx_review h2 {
	font-size: 1.4em;
	margin: 30px 0 20px 0
}

.idx_review h2 a {
	font-weight: bold !important;
	color: #ff5b63;
!important;
	text-decoration: none;
}

.idx_review ul {
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 8px 10px;
	display: block
}

.idx_review ul li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dashed #e9e9e9;
}

.idx_review ul li:last-child {
	border-bottom: none;
}

.idx_review ul li .rv_wr .rv_img {
	float: left;
	display: inline-block;
}

.idx_review ul li .rv_wr .rv_txt {
	display: inline-block;
	width: 80%;
	height: 75px;
}

.idx_review ul li .rv_wr .rv_txt a {
	display: block;
	padding: 10px;
}

.idx_review ul li .rv_wr .rv_txt span {
	display: block;
	padding: 0 10px;
}

.idx_review ul li .rv_wr img {
	width: 73px;
	height: 73px;
}

.idx_review ul li .rv_wr .rv_prd {
	color: #ff405e;
	text-decoration: none;
	font-weight: bold;
}

@media (max-width: 767px) {
	.idx_review ul {
		padding: 5px 10px;
	}

	.idx_review ul li {
		padding: 5px 0 30px 0;
		height: 110px;
	}

	.idx_review ul li .rv_wr .rv_img {
		float: left;
		background: red
	}

	.idx_review ul li .rv_wr .rv_txt {
		display: inline-block;
		width: 59%;
		height: 75px;
	}

	.idx_review ul li .rv_wr img {
		width: 100px;
		height: 100px
	}
}

@media (max-width: 338px) {
	.idx_stbd li {
		margin-left: 5px
	}
}

@media (max-width: 536px) {
	.idx_cs_img {
		display: none
	}
}

.idx_ct,
.idx_cs,
.idx_nt {
	margin-bottom: 30px;
}

.idx_nt .lt .lt_title {
	color: #757575;
	font-weight: bold !important;
	font-size: 1.4em;
	margin: 30px 0 20px 0
}

.idx_nt:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

/*고객센터*/
.idx_cs:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.idx_cs h2 {
	color: #757575;
	font-weight: bold !important;
	font-size: 1.4em;
	margin: 30px 0 20px 0
}

.idx_cs > p {
	float: left
}

.idx_cs .idx_cs_img {
	margin-right: 10px
}

.idx_cs .tel {
	color: #f3435d;
	font-size: 20px
}


/*문의 및 조회*/
.idx_ct:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.idx_ct h2 {
	color: #757575;
	font-weight: bold !important;
	font-size: 1.4em;
	margin: 30px 0 20px 0
}

.idx_ct ul {
	border-radius: 10px;
	display: inline-block;
	margin: 0;
}

.idx_ct ul li {
	float: left;
	margin-left: 5px
}

.idx_ct ul li.no_mg {
	margin-left: 0
}

.idx_ct ul li a {
	display: inline-block;
	background: #e6e6e6;
	width: 82px;
	height: 77px;
	border-radius: 10px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	font-size: 13px
}

.idx_ct ul li a:hover {
	background: #262118;
}

.idx_ct ul li a span {
	display: block;
	margin-top: 15px;
}

.idx_gal {
	text-align: center;
	padding: 80px 0;
}

.idx_gal h2 {
	font-family: 'BMJUA';
	font-size: 1.8em;
	font-weight: 600;
	color: #4D4D4D;
	margin-bottom: 40px;
}

.idx_gal .lt_title,
.idx_gal .lt_more {
	display: none;
}

@media (max-width: 767px) {
	.idx_gal {
		padding: 40px 0;
	}
}


/*내용부분css*******************************************/
/*인사말*/
.greet01 {}

.greet01 img {
	width: 100%;
	height: auto;
}

@media (max-width: 992px) {}




/*브라우저 상하단이동버튼*/
#gobtn {
	position: fixed;
	display: block;
	right: 20px;
	bottom: 40px;
	display: none;
	z-index: 9999;
}

.goHd,
.goFt {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	text-indent: -9999px;
	position: relative;
	float: left;
	transition: all 0.5s;
	box-shadow: 0px 0px 3px RGBA(0, 0, 0, 0.1);
	border-radius: 100px;
	display: block;
	margin-bottom: 3px;
}

.goHd span {
	position: absolute;
	top: 60%;
	left: 17px;
	display: block;
	width: 15px;
	height: 15px;
	border-left: 2px solid #aaa;
	border-top: 2px solid #aaa;
	border-radius: 2px;
	transform: translateY(-50%) rotate(45deg);
}

.goFt span {
	position: absolute;
	top: 40%;
	left: 12px;
	display: block;
	width: 15px;
	height: 15px;
	border-left: 2px solid #aaa;
	border-top: 2px solid #aaa;
	border-radius: 2px;
	transform: translateY(-50%) rotate(-135deg);
}

.goHd:hover,
.goFt:hover {
	background: #444;
}

.goHd:hover span,
.goFt:hover span {
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
}

#ft_to_top {
	display: none;
}

#ft_to_call {
	display: none;
}

#quick {
	display: none
}

.todayview {
	display: none
}

@media (max-width: 1199px) {
	#gobtn {
		display: none !important;
	}

	#quick {
		position: fixed;
		right: -1px;
		top: 0;
		height: 100%;
		background: #fff;
		border-left: 1px solid #ccc;
		z-index: 999;
		display: block
	}

	#quick h2 {
		text-align: left;
		font-weight: 600;
		padding: 10px 10px 8px 10px;
		position: relative;
	}

	#qv_open {
		position: absolute;
		left: -30px;
		top: 135px;
		z-index: 999;
		background: #fff;
		border: 1px solid #ccc;
		border-right: 0;
	}

	#q_view {
		width: 280px;
	}

	.q_box {}
}

@media (max-width:768px) {


	#ft_to_top {
		display: block;
		right: 8px;
		bottom: 10px;
		position: fixed;
		display: inline-block;
		text-align: center;
		background: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		color: #000;
		border-radius: 50%;
		border: 1px solid #ccc;
		z-index: 99999;
		font-weight: bold;
		letter-spacing: 0em;
		text-decoration: none;
	}

	#ft_to_call {
		display: block;
		position: fixed;
		right: 53px;
		bottom: 10px;
		display: inline-block;
		text-align: center;
		background: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		color: #000;
		border-radius: 50%;
		border: 1px solid #ccc;
		z-index: 99999;
		font-weight: bold;
		letter-spacing: 0em;
		text-decoration: none;
		font-family: 'BMJUA';
		/*background:url(../mobile/shop/img/top.png) no-repeat center center;text-indent: -9999px*/
	}
}



/* 목록 바로가기 */
.sanchor {
	margin: 0 0 5px;
	padding: 0
}

.sanchor:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sanchor li {
	float: left;
	list-style: none;
	width: 25%;
	border-top: 2px solid #000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.2em;
	font-size: 1em
}

.sanchor a {
	display: block;
	padding: 10px;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background: #fcfcfc;
	text-decoration: none;
	color: #484848
}

.sanchor a:focus,
.sanchor a:hover {
	background: #eee;
	text-decoration: none
}

.sanchor a.sanchor_on {
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* ########## 쇼핑몰 컨텐츠 ########## */
/* 사용후기 모음 */
#sps_sch {
	margin: 10px 0
}

#sps_sch a {
	display: inline-block;
	padding: 0 8px;
	height: 30px;
	background: #333;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px
}

#sps_sch .btn_submit {
	padding: 0 8px;
	height: 30px;
	vertical-align: middle
}

#sps_sch select {
	height: 30px !important;
	border: 1px solid #e4eaec
}

#sps {
	zoom: 1
}

#sps ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	list-style: none
}

#sps li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
	background: #fff
}

#sps li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sps_img {
	position: absolute;
	top: 10px;
	left: 10px
}

.sps_img span {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sps dl {
	margin: 5px 0 10px;
	color: #888;
	font-size: 0.917em;
	overflow: hidden
}

#sps dt {
	float: left;
	margin: 0 0 5px
}

#sps dd {
	float: left;
	margin: 0 15px 5px 5px
}

#sps dd img {
	position: relative;
	top: -2px
}

.sps_section {
	margin-left: 80px;
	display: block;
}

.sps_section p {
	padding: 0;
	width: 100%
}

.sps_con_full {
	padding: 0;
	height: auto !important
}

.sps_con_btn {
	margin: 5px 0 0;
	text-align: right
}

.sps_con_btn button {
	margin: 0;
	padding: 5px;
	border: 0;
	background: #565e60;
	color: #fff
}


/* 상품문의 모음 */
#sqa_sch {
	margin: 10px 10px
}

#sqa_sch #sfl {
	height: 30px;
	border: 1px solid #e4eaec;
}

#sqa_sch a {
	display: inline-block;
	padding: 0 8px;
	height: 30px;
	background: #333;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.9em
}

#sqa_sch .btn_submit {
	padding: 0 8px;
	height: 30px;
	vertical-align: middle
}

#sqa {
	zoom: 1;
}

#sqa ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	list-style: none;
	padding: 0 10px
}

#sqa li {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9
}

#sqa li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sqa_img {
	position: absolute;
	top: 10px;
	left: 0px
}

.sqa_img span {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 0;
}

#sqa dl {
	margin: 5px 0 10px;
	color: #888;
	font-size: 0.917em;
	overflow: hidden
}

#sqa dt {
	float: left;
	margin: 0 0 5px
}

#sqa dd {
	float: left;
	margin: 0 15px 5px 5px
}

#sqa dd img {
	position: relative;
	top: -2px
}

.sqa_section {
	margin-left: 80px;
	display: block
}

.sqa_section .sqa_con {
	padding: 10px;
	background: #f2f5f9;
	line-height: 1.7em
}

.sqa_section p {
	padding: 0;
	width: 100%
}

.sqa_con_full {
	padding: 0;
	height: auto !important
}

.sqa_con_btn {
	margin: 5px 0 0;
	text-align: right
}

.sqa_con_btn button {
	margin: 0;
	padding: 5px;
	border: 0;
	background: #565e60;
	color: #fff;
	border-radius: 5px
}

#sqa .sit_qa_qaq,
#sqa .sit_qa_qaa {
	padding: 10px 5px 10px;
	position: relative
}

/* 마이페이지 */
#smb_my {
	padding: 10px;
	margin-top: 0
}

#smb_my_ov {
	margin: 0 0 20px
}

#smb_my_ov ul {
	text-align: right;
}

#smb_my_ov ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ''
}

#smb_my_ov ul li {
	/* width:48.5%; */
	/* float:left; */
	/* padding:10px 0; */
	/* background:#fff; */
	/* text-indent:10px; */
	/* height:55px; */
	/* position:relative; */
	/* border:1px solid #dbdbdb; */
	/* margin-bottom:5px; */
	display: inline-block;
	font-size: 14px;
	margin-left: 6px;
	border: 1px solid #262118;
	padding: 7px 18px;
	border-radius: 5px;
	color: #000000;
	margin-bottom: 20px;
}

#smb_my_ov ul li:first-child {
	/* float:right; */
}

#smb_my_ov ul li a {
	/* position:absolute; */
	/* bottom:10px; */
	/* right:10px; */
	/* color:#ff3e5e; */
	/* font-weight:bold; */
	/* font-size:1.3em; */
	/* background: #f0f0f0; */
	display: inline-block;
	padding-left: 3px;
	color: #262118;
	font-size: 16px;
}

#smb_my_ov h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#smb_my_ov .dlBox {
	margin: 0;
	border: 1px solid #262118;
	font-size: 0.92em;
	color: #666;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	padding: 10px;
}

#smb_my_ov dl {
	margin-bottom: 0;
}

#smb_my_ov dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ''
}

#smb_my_ov dt {
	float: left;
	height: 40px;
	line-height: 40px;
	/* width: 25%; */
	/* border-bottom:1px solid #e9e9e9; */
	font-weight: bold;
	font-size: 15px;
	padding: 0 25px;
	color: #31AC80;
}

#smb_my_ov dd {
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
	/* width: 75%; */
	/* border-bottom:1px solid #e9e9e9; */
}

#smb_my_ov dt.my_point {
	background: #f2f2f2;
	width: 49%;
}

#smb_my_ov .ov_addr {
	/* border-bottom:0; */
	/* height:auto; */
	/* line-height:24px; */
	/* padding:  5px 0 */
}

#smb_my_od {
	margin: 40px 0 40px;
}

#smb_my_od h2 {
	margin: 0 0 10px;
	font-size: 1.2em !important;
	font-weight: bold
}

#smb_my_od h2 a {
	color: #000;
}

#smb_my_od .td_stat {
	width: 100px
}

#smb_my_wish h2 {
	margin: 0 0 10px;
	font-size: 1.2em !important;
	font-weight: bold
}

#smb_my_wish h2 a {
	color: #000;
}

#smb_my_wish ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#smb_my_wish li {
	position: relative;
	padding: 5px 0 30px;
	min-height: 35px;
	border: 1px solid #c5c5c5;
	margin-bottom: 5px;
	background: #fff;
	font-size: 15px;
	border-radius: 10px;
}

#smb_my_wish li:nth-of-type(1) {
	/* border-top:1px solid #e9e9e9 */
}

#smb_my_wish .wish_img {
	position: absolute;
	top: 10px;
	left: 10px
}

#smb_my_wish .info_link {
	display: block;
	padding: 5px 0;
	font-size: 1.2em;
}

#smb_my_wish .info_date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #737373
}

/* 장바구니 주문서 공통 */
#sod_chk {
	/* padding:20px 15px; */
	/* border:1px solid #e9e9e9; */
	/* background:#f0fbff; */
	font-size: 1.25em;
}

.sod_list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}

.sod_list .sod_li {
	position: relative;
	padding: 0;
	/* border:1px solid #e9e9e9; */
	margin: 10px 0;
	background: #fff;
	border-top: 2px solid #262118;
}

.sod_list .sod_li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sod_list .li_chk {
	position: absolute;
	top: 8px;
	left: 10px;
}

.sod_list .li_name {
	min-height: 130px
}

.sod_list .li_name a,
.sod_list .li_name strong {
	display: block;
	padding: 0 10px 0 25px;
	border-bottom: 1px solid #e9e9e9;
	height: 45px;
	line-height: 45px;
	background: #fff;
}

.sod_list .li_name strong {
	padding-left: 10px
}

.sod_list .total_img {
	position: absolute;
	top: 45px;
	left: 10px;
}

.sod_list .sod_opt {
	padding: 10px 10px 5px;
	margin-left: 90px;
	color: #9e9e9e;
	font-size: 1em
}

.sod_list .sod_opt li {
	margin-bottom: 3px
}

.sod_list .li_cp {
	position: relative
}

.sod_list .li_cp .cp_btn,
.sod_list .li_cp .cp_cancel,
.sod_list .li_mod .mod_btn {
	margin: 0;
	padding: 5px 8px;
	border: 1px solid #262118;
	background: #fff;
	color: #262118;
	font-size: 1em;
	border-radius: 5px
}

.sod_list .li_mod .mod_btn:hover {
	background: #262118;
	color: #fff
}

.sod_list .li_cp .cp_cancel,
.odf_tbl #od_coupon_cancel,
.odf_tbl #sc_coupon_cancel {
	border: 1px solid #999;
	color: #777;
	background: #fafafa;
	margin-left: 3px;
	padding: 4px 5px
}

.sod_list .li_prqty {
	margin: 10px;
}

.sod_list .li_prqty:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sod_list .li_prqty .li_prqty_sp {
	width: 33%;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 2.2em;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #e9e9e9;
	color: #9e9e9e;
	font-size: 1em;
	margin-left: -1px
}

.sod_list .li_prqty .prqty_price {
	border-left: 1px solid #d3d3d3;
}

.sod_list .li_prqty .prqty_sc {
	border-right: 1px solid #d3d3d3;
}

.sod_list .li_prqty .li_prqty_sp span {
	display: block;
	background: #f2f2f2;
}

.sod_list .li_total {
	position: relative;
	border-top: 1px solid #e9e9e9;
	margin: 10px 10px 0;
}

.sod_list .total_span {
	display: block;
	position: relative;
	padding: 5px 0;
	text-align: right;
	color: #343434
}

.sod_list .total_span span {
	position: absolute;
	top: 5px;
	left: 0
}

.sod_list .total_span strong {
	font-size: 1.2em
}

#sit_opt_added {
	margin: 0;
	padding: 0;
	/*border:1px solid #e9e9e9;border-bottom:0;*/
	background: #fff;
	list-style: none;
}

#sit_opt_added li {
	padding: 15px 15px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 27px;
}

#sit_opt_added li:first-child {
	border-top: 1px solid #e9e9e9;

}

#sit_opt_added li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sit_opt_added li div {
	height: 25px;
	margin: 2px 0;
	text-align: right;
	position: relative;
	width: 111px;
	float: right
}

#sit_opt_added .btn_frmline {
	height: 1.85em;
	line-height: 1.85em;
	background: url(../mobile/shop/img/del_btn.gif) no-repeat 1px 2px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -99999px;
	width: 25px;
	height: 25px;
	padding: 0
}

#sit_opt_added li div .sit_qty_plus {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 57px;
	background: url(../mobile/shop/img/add.gif) no-repeat -1px -1px;
	text-indent: -999px;
	border: 1px solid #ccc;
	width: 25px;
	height: 25px
}

#sit_opt_added li div .sit_qty_minus {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../mobile/shop/img/add.gif) no-repeat -26px -1px;
	text-indent: -999px;
	border: 1px solid #ccc;
	width: 25px;
	height: 25px
}

#sit_opt_added li div .sit_opt_del {
	background: url(../mobile/shop/img/del_btn.gif) no-repeat 1px 2px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -99999px;
	width: 25px;
	height: 25px;
	padding: 0;
}

#sit_opt_added li div .frm_input {
	width: 32px;
	border: 1px solid #ccc;
	height: 25px;
	padding: 0 !important;
	line-height: 25px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 0;
	left: 25px;
	border-radius: 0px
}

#sit_tot_price {
	margin: 30px 0;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	position: relative
}

#sit_tot_price span {
	/*position:absolute;top:0;left:10px;*/
	font-size: 15px;
	font-weight: normal;
}

select.it_option,
select.it_supply {
	width: 100%;
	border: 0;
	border-radius: 5px;
	height: 30px;
	-webkit-appearance: none;
	border: 1px solid #aaa;
	background: url(../mobile/shop/img/select.gif) no-repeat right #fafafa;
	padding: 0 10px;
	font-size: 1.2em;
}


/* 장바구니 디자인변경 */
/*장바구니 주문서 공통*/
.od_prd_list .td_chk {
	border-left: 0;
	position: relative;
}

.od_prd_list .td_prd {
	border-left: 0;
	position: relative;
	padding-left: 90px;
	min-height: 100px
}

.od_prd_list .td_prd .sod_img {
	position: absolute;
	top: 15px;
	left: 0
}

.od_prd_list .td_prd .sod_name {
	min-height: 80px
}

.od_prd_list .td_prd .prd_name {}

.od_prd_list .total_prc {
	color: #e92f33;
	font-weight: 500;
	font-size: 1.167em
}


.sod_opt {
	font-size: 10pt;
}

.sod_opt ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.sod_opt li {
	padding-left: 10px;
	background: url('../img/bullet.gif') no-repeat 3px 8px;
	color: #777;
	margin: 3px 0;
	line-height: 1.3em
}

.sod_option_btn .mod_options {
	padding: 0 7px !important;
	border: 1px solid #ddd;
	color: #fff;
	height: 30px;
	line-height: 28px;
	margin: 10px 0 0;
	color: #999;
	background: #fff;
	font-size: 10pt;
}

.cp_btn {
	padding: 0 7px;
	border: 1px solid #38b2b9;
	color: #38b2b9;
	background: #fff;
	height: 30px;
	margin: 10px 0 0;
	font-size: 10pt;
}

.cp_cancel {
	padding: 0 7px;
	border: 1px solid #aaa;
	color: #666;
	background: #fff;
	height: 30px;
	margin: 10px 0 0 2px;
	font-size: 10pt;
}







/*수량*/
#sit_opt_added li .sit_opt_qty {
	position: relative;
	width: 81px;
	float: right;
	text-align: center !important;
}

#sit_opt_added li .sit_opt_qty .frm_input {
	width: 30px;
	border: 1px solid #ccc;
	height: 25px;
	padding: 0 3px !important;
	line-height: 25px;
	text-align: center;
	background: #fff;
	margin: 0 1px
}

#sit_opt_added li .sit_opt_qty .sit_qty_plus {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../mobile/shop/img/add.gif) no-repeat -1px -1px;
	text-indent: -999px;
	border: 1px solid #ccc;
	width: 25px;
	height: 25px
}

#sit_opt_added li .sit_opt_qty .sit_qty_minus {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../mobile/shop/img/add.gif) no-repeat -26px -1px;
	text-indent: -999px;
	border: 1px solid #ccc;
	width: 25px;
	height: 25px
}

/* 장바구니 */
#sod_bsk {
	margin: 10px
}

#sod_bsk_list {
	position: relative
}

#sod_bsk_list #mod_option_frm {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

#sod_bsk_list #mod_option_frm form {
	border: 2px solid #262118;
	background: #fff;
	padding: 10px;
	max-height: 500px;
	overflow-y: scroll
}

html.no-overflowscrolling #mod_option_frm {
	height: auto;
	max-height: 10000px !important
}

/* overflow 미지원 기기 대응 */
#sod_bsk_list #mod_option_frm .sit_ov_tbl {
	background: #ededed;
	margin-top: 5px
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl th,
#sod_bsk_list #mod_option_frm .sit_ov_tbl td {
	border: none;
	padding-left: 5px;
	font-weight: normal;
	text-align: left
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl th {
	width: 90px
}

#sod_bsk_list #mod_option_frm#sit_tot_price {
	font-size: 1.2em
}

#sod_bsk_list #mod_option_frm #sit_tot_price span {
	left: 0;
}

#sod_bsk_list #mod_option_frm .btn_confirm {
	overflow: hidden;
}

#sod_bsk_list #mod_option_frm .btn_submit {
	width: 49%;
	float: left;
	background: #262118;
	padding: 8px 0;
	border-radius: 5px
}

#sod_bsk_list #mod_option_frm .btn_cancel {
	width: 49%;
	float: right;
	background: #fff;
	border: 1px solid #262118;
	color: #262118;
	border-radius: 5px
}

#sod_bsk_tot {
	margin: 0 0 8px;
	border: 1px solid #e9e9e9;
	background: #fff
}

#sod_bsk_tot:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sod_bsk_tot dt,
#sod_bsk_tot dd {
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9
}

#sod_bsk_tot dd strong {
	font-weight: 400
}

#sod_bsk_tot dt {
	padding-left: 2%;
	width: 50%;
	font-weight: bold;
	font-size: 15px;
	line-height: 46px;
}

#sod_bsk_tot dd {
	margin: 0;
	padding-right: 2%;
	width: 50%;
	text-align: right;
	font-size: 18px;
	line-height: 46px;
}

.sod_bsk_cnt {
	background: #262118;
	color: #fff
}

.sod_bsk_point {
	border-bottom: 0 !important
}

#sod_bsk_act {
	margin: 0 0 20px;
	padding-top: 40px;
	text-align: center;
	position: relative
}

#sod_bsk_act:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sod_bsk_act a.btn01 {
	padding: 10px 60px;
	color: #515151;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #515151;
}

#sod_bsk_act .btn_submit {
	padding: 9px 5px;
	background: #262118;
	border: 1px solid #262118;
	border-radius: 5px;
	margin: 0 5px;
}

#sod_bsk_act div {
	position: absolute;
	top: 0;
	right: 0;
}

#sod_bsk_act div .btn01 {
	background: #fff;
	color: #999;
	padding: 5px;
	font-size: 1em;
	border: 1px solid #b0d2df;
	border-radius: 5px
}

a.newBtn,
button.newBtn,
input.newBtn {
	display: inline-block;
	padding: 10px 25px;
	font-size: 14px;
	color: #999;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 2px;
	background: #FFF
}

a.newBtn:hover,
button.newBtn:hover,
input.newBtn:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.newBtn.bgT,
button.newBtn.bgT,
input.newBtn.bgT {
	background: #52a17d;
	color: #FFF;
	padding: 10px 40px;
	border: 1px solid #52a17d;
}

a.newBtn.smallB,
button.newBtn.smallB,
input.newBtn.smallB {
	padding: 6px 12px;
	font-size: 12px;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	color: #333;
}

a.newBtn.smallB:hover,
button.newBtn.smallB:hover,
input.newBtn.smallB:hover {
	box-shadow: none;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
}

a.newBtn.xsmallB,
button.newBtn.xsmallB,
input.newBtn.xsmallB {
	border: 0;
	padding: 10px 5px
}

a.newBtn.xsmallB:hover,
button.newBtn.xsmallB:hover,
input.newBtn.xsmallB:hover {
	box-shadow: none;
	text-decoration: underline;
}

.newTextBtn {
	display: inline-block !important;
	padding: 0 20px !important;
	font-size: 1.25em;
	font-weight: 500;
}

.newTextBtn:hover {
	text-decoration: underline;
}

.newBtnBox {
	text-align: center !important;
	display: block;
	width: 100%;
	overflow: hidden
}

/* 위시리스트 */
#sod_ws {
	margin: 10px;
}

#sod_ws li {
	position: relative;
	background: #fff;
	padding: 10px 0 10px 90px;
	min-height: 35px;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
	height: 70px
}

#sod_ws .wish_img {
	position: absolute;
	top: 10px;
	left: 30px
}

#sod_ws .info_link {
	display: block;
	padding: 5px 0;
	font-size: 1.2em;
	font-weight: bold
}

#sod_ws .info_date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #737373
}

#sod_ws .wish_chk {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #737373
}

#sod_ws .sold_out {
	position: absolute;
	top: 20px;
	left: 80px;
	display: inline-block;
	width: 100px;
	color: #ff3e5e
}

#sod_ws .wish_del a {
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -999px;
	overflow: hidden;
	width: 25px;
	height: 25px;
	background: url(../mobile/shop/img/del_btn.gif) no-repeat top right;
}

#sod_ws_act {
	text-align: center;
	margin-top: 20px;
}

#sod_ws_act button {
	width: 49%;
	height: 40px;
	letter-spacing: 0.2em;
	line-height: 40px;
	padding: 0;
	border: 1px solid #262118
}

#sod_ws_act .btn01 {
	background: #fafafa;
	color: #30ae48;
	border: 1px solid #30ae48;
	width: 205px
}

#sod_ws_act .btn02 {
	background: #30ae48;
	color: #fff;
	border: none;
	width: 205px
}

@media (max-width: 500px) {
	#sod_ws_act .btn01 {
		width: 49%;
	}

	#sod_ws_act .btn02 {
		width: 49%;
	}
}


/* 쿠폰 */
#scp_list .win_desc {
	padding: 10px;
	padding-top: 0
}

#scp_list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#scp_list li {
	position: relative;
	border: 1px solid #e9e9e9;
	margin-bottom: 5px;
	border-radius: 8px;
	background: #fff
}

#scp_list .li_title {
	display: block;
	padding: 8px 10px;
	font-size: 1.2em;
	font-weight: bold;
	background: #f2f2f2
}

#scp_list .li_pd {
	margin: 0 0 5px;
	zoom: 1
}

#scp_list .li_pd:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#scp_list .pd_price {
	padding: 10px;
	display: inline-block
}

#scp_list .pd_date {
	float: right;
	padding: 10px;
	color: #a4a4a4
}

#scp_list .li_target {
	padding: 0 10px 10px;
	color: #029d9f;
	display: inline-block
}

/* 주문서 작성 */
#sod_frm {
	margin: 10px 0;
}

#sod_frm p#sod_frm_pt_alert {
	margin: 20px 0;
	text-align: center
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl {
	background: #ededed;
	margin-top: 5px
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl th,
#sod_bsk_list #mod_option_frm .sit_ov_tbl td {
	border: none;
	padding-left: 5px;
	font-weight: normal
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl th {
	width: 90px
}

html.no-overflowscrolling #cp_frm {
	height: auto;
	max-height: 10000px !important
}

/* overflow 미지원 기기 대응 */
#sod_frm_deli {
	position: relative;
	line-height: 2em
}

#sod_frm_deli #order_address {
	display: block;
;
	width: 100px;
	background: #333;
	color: #fff;
	text-align: center
}

#sod_frm_orderer {
	margin: 15px 0 45px;
}

#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {
	display: inline-block;
	margin: 5px 0 0
}

#sod_frm h2 {
	/* background:#f2f2f2; */
	border-bottom: 2px solid #262118;
	padding: 10px;
	font-size: 1.3em;
	color: #262118;
	font-weight: 600;
}

#sod_frm .right_tbl td {
	text-align: right;
	border-top: 0;
}

#sod_frm .right_tbl tr:nth-child(1) td {
	font-size: 18px;
	border-top: 0;
}

#sod_frm .right_tbl tr:nth-child(1) th {
	border-top: 0
}

#sod_frm .odf_tbl table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-collapse: collapse
}

#sod_frm .odf_tbl table tbody td,
#sod_frm .odf_tbl table tbody th {
;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0px 5px 10px;
	text-align: left;
	line-height: 26px;
	position: relative;
}

#sod_frm .odf_tbl table th {
	width: 90px;
	color: #343434;
	font-weight: normal;
	letter-spacing: -0.1em
}

#sod_frm .odf_tbl table .frm_input {
	background-color: #fff !important;
	height: 24px;
	line-height: 24px;
	text-indent: 5px
}

#sod_frm .odf_tbl table .frm_address {
	margin-top: 5px
}

#sod_frm .odf_tbl button.btn_frmline {
	font-size: 0.92em;
	padding: 0 8px;
	height: 26px;
	line-height: 26px
}

#sod_frm .odf_tbl textarea {
	width: 99%;
	border: 1px solid #e4eaec;
}

#sod_frm_same {
	margin: 0 0 10px
}

#sod_frm_pay {
	position: relative;
	margin-top: 10px
}

#sod_frm_pay .tbl_head01 caption {
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#sod_frm_pay .tbl_head01 th {
	width: auto !important;
	font-weight: bold;
	text-align: center !important
}

#sod_frm_pay .tbl_head01 td {
	border-top: 1px solid #e9e9e9 !important;
	border-bottom: 1px solid #e9e9e9 !important;
	line-height: 1.5em !important;
	word-break: break-all !important
}


#sod_frm .odf_tbl table th {
	width: 30%;
}

#sod_frm .odf_tbl table td {
	width: 70%;
}

html.no-overflowscrolling #sc_coupon_frm,
html.no-overflowscrolling #od_coupon_frm {
	height: auto;
	max-height: 10000px !important
}

/* overflow 미지원 기기 대응 */

#sod_frm_pay_info {
	margin: 0 0 10px
}

#sod_frm_paysel {
	margin: 10px 0;
	padding: 10px;
	background: #f2f2f2;
	border: 1px solid #e0e0e0
}

#sod_frm_paysel ul {
	margin: 0;
	padding: 0 0 10px;
}

#sod_frm_paysel ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sod_frm_paysel li {
	float: left;
	padding: 5px 15px;
	width: 50%;
	height: 21px
}

#sod_frm_paysel label {
	margin-right: 15px
}

#sod_frm_paysel .KPAY {
	background: url('../../../img/kpay_logo.png') no-repeat;
	width: 37px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block !important;
}

#sod_frm_paysel .PAYNOW {
	background: url('../../../img/paynow_logo.png') no-repeat;
	width: 46px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block !important;
}

#sod_frm_paysel .PAYCO {
	background: url('../../../img/payco_logo.png') no-repeat 1px;
	width: 46px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block !important;
}

.kakaopay_icon {
	background: url('../../../img/kakao.png') no-repeat;
	height: 21px;
	width: 74px;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block !important;
}

#sod_frm_paysel #settle_bank {
	margin: 10px 0 0;
	padding: 10px;
	background: #fff;
	line-height: 2em;
	border: 1px solid #dbdbdb
}

#sod_frm_paysel #settle_bank label {
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: bold
}

#sod_frm_paysel #settle_bank .frm_input {
	background: #fff;
	text-align: center;
	padding: 0;
	height: 30px;
}

#sod_frm_escrow {
	margin: 30px 0 0
}

#od_addr1,
#od_addr2,
#od_addr3,
#od_email,
#od_b_addr1,
#od_b_addr2,
#od_b_addr3 {
	width: 90%
}

#sod_frm #od_memo {
	height: 70px
}

#sod_frm_pt {
	margin: 10px 0 5px
}

#sod_frm_pt_alert,
#sod_frm_pt_info {
	margin: 0 0 10px
}

#sod_frm #show_progress {
	text-align: center
}

#sod_frm #show_progress span {
	display: block;
	margin: 5px 0 0
}

#sod_frm #cp_frm,
#od_coupon_frm,
#sc_coupon_frm {
	z-index: 10000;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	border: 2px solid #262118;
	background: #fff;
}

#od_coupon_frm,
#sc_coupon_frm {
	top: 33px;
	left: 10px;
	width: 95%
}

#sod_frm .odf_tbl button.sc_cp_apply,
#sod_frm .odf_tbl button.od_cp_apply {
	font-size: 1em
}

#sod_frm #cp_frm .tbl_head02,
#od_coupon_frm .tbl_head02,
#sc_coupon_frm .tbl_head02 {
	padding: 15px;
	margin: 0;
}

#sod_frm #cp_frm .tbl_head02 caption,
#od_coupon_frm .tbl_head02 caption,
#sc_coupon_frm .tbl_head02 caption {
	background: #262118;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-indent: 10px;
	padding: 0 0;
	height: 30px;
	line-height: 28px;
}

#sod_frm #cp_frm .tbl_head02 table,
#od_coupon_frm .tbl_head02 table,
#sc_coupon_frm .tbl_head02 table {
	margin-top: 30px;
	border: 1px solid #d3d3d3;
}

#sod_frm #cp_frm .tbl_head02 th,
#od_coupon_frm .tbl_head02 thead th,
#sc_coupon_frm .tbl_head02 thead th {
	border-bottom: 1px solid #e5e5e5;
	background: #ededed;
	text-align: center !important;
	padding: 5px 0;
	line-height: 1.5em !important
}

#sod_frm #cp_frm .tbl_head02 th + th + th,
#od_coupon_frm .tbl_head02 th + th + th,
#sc_coupon_frm .tbl_head02 th + th + th {
	width: 60px
}

#sod_frm #cp_frm .tbl_head02 td,
#od_coupon_frm .tbl_head02 td,
#sc_coupon_frm .tbl_head02 td {
	border: none;
	line-height: 1.5em !important
}

#od_coupon_frm .tbl_head02 td.td_numbig,
#od_coupon_frm .tbl_head02 td.td_mngsmall,
#sc_coupon_frm .tbl_head02 td.td_mngsmall {
	text-align: center
}

#sod_frm #cp_frm .tbl_head02 td .btn_frmline,
#od_coupon_frm .tbl_head02 td,
#sc_coupon_frm .tbl_head02 td {
	font-size: 0.92em
}

#sod_frm #cp_frm .tbl_head02 td.td_numbig,
#od_coupon_frmtd .tbl_head02 .td_numbig,
#sc_coupon_frm .tbl_head02 td.td_numbig {
	width: 90px;
	text-align: center
}

#sod_frm #cp_frm .btn_confirm .btn_submit,
#od_coupon_frm .btn_confirm .btn_submit,
#sc_coupon_frm .btn_confirm .btn_submit {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../mobile/shop/img/close_op.jpg) no-repeat 0 10px;
	text-indent: -9999px;
	width: 25px;
	height: 25px
}

#sod_frm #display_pay_button .btn_submit,
#sod_frm #display_pay_button .btn_cancel,
#sc_coupon_frm #display_pay_button .btn_cancel {
	text-align: center;
	background: #262118;
	-webkit-appearance: none;
	border-radius: 5px
}

#sod_frm #display_pay_button .btn_cancel {
	background: #fafafa;
	border: 1px solid #262118 !important;
	color: #262118;
	border-radius: 5px
}


@media (max-width: 500px) {
	#sod_frm #display_pay_button .btn_submit {
		width: 49%;
	}

	#sod_frm #display_pay_button .btn01 {
		width: 49%;
	}
}



/* 배송지 목록 */
#sod_addr {}
#sod_addr .win_btn{
	float: unset;
	margin: 20px;
}
#sod_addr ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}

#sod_addr li {
	position: relative;
	padding: 15px 20px;
	min-height: 35px;
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	flex-direction: column;
}
#sod_addr li > div{
	display: flex;
	align-items: center;
}
#sod_addr input[type="text"]{
	border: 1px solid #eee;
	box-shadow: none;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 30px;
}

#sod_addr .addr_info{
	display: flex;
	flex-direction: column;
	align-items: baseline;

	line-height: 1.5em;
	margin: 10px 0;
}
#sod_addr .addr_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sod_addr .addr_btn{
	display: flex;
	align-items: center;
}
#sod_addr .addr_btn input[type=radio]{
	margin: 0 4px 0 0 !important;
}
#sod_addr .addr_btn label{
	margin: 0;
}
#sod_addr .btn_wrap{
	display: flex;
	align-items: center;
}
#sod_addr .btn_wrap > a{
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2.5px;
	padding: 0 10px;
	background: #999;
	color: #fff;
}
#sod_addr a.sel_address{
	background: #4a9875;
	color: #fff;
}
.addr_tel{
	color: #333;
}
.addr_tel .line{
	width: 1px;
	height: 9px;
	display: inline-block;
	margin: 0 4px;
	background: #ccc;
}
.addr_tel i{
	color: #4a9875;
}

/* 주문내역 */
#sod_v {
	margin: 10px
}

#sod_v .td_stat {
	width: 100px
}

#sod_v_info {
	margin: 0 0 10px
}

/* 주문상세내역 */
#sod_fin {
	margin: 10px
}

#sod_fin .sod_list .li_name_od a {
	display: block;
	padding: 10px;
}

#sod_fin .sod_list .li_opt {
	padding: 10px;
	padding-bottom: 0;
	border-top: 1px solid #e9e9e9
}

#sod_fin .sod_list .li_opt:first-child {
	border: none
}

#sod_fin .sod_list .total_img {
	top: 10px;
	left: 0
}

#sod_fin .sod_list .total_span {
	padding: 10px;
	display: block
}

#sod_fin .sod_list .total_span span {
	top: 10px
}

#sod_fin .sod_list .li_prqty .li_prqty_sp {
	width: 24.5%;
}

#sod_fin .sod_list .li_prqty .prqty_stat {
	border-right: 1px solid #d3d3d3;
}

#sod_fin section {
	margin-bottom: 20px;
}

#sod_fin section h2 {
	font-size: 1.4em !important;
	color: #000;
	font-weight: bold
}

#sod_fin_no {
	margin: 0 0 20px;
	padding: 10px;
	background: #ddd
}

#sod_fin_no strong {
	margin-left: 5px
}

#sod_fin_list h2 {
	margin: 0 0 10px
}

#sod_sts_wrap {
	margin: 0 0 10px;
	text-align: right
}

#sod_sts_explan {
	display: none
}

#sod_fin_legend {
	margin: 10px 0;
	padding: 10px 10px;
	text-align: left;
	background: #fff;
	border: 1px solid #262118
}

#sod_fin_legend:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ''
}

#sod_fin_legend dt {
	clear: both;
	float: left;
	margin: 0 0 5px;
	width: 50px;
	font-weight: bold
}

#sod_fin_legend dd {
	float: left;
	margin: 0
}

#request_form {
	position: relative
}

#request_form div {
	display: none;
	z-index: 10000;
	position: absolute;
	top: 31px;
	left: 0;
	padding: 10px 0;
	width: 290px;
	border: 1px solid #000;
	background: #f2f5f9;
	text-align: center
}

#request_form label {
	letter-spacing: -0.1em
}

#request_form .frm_input {
	width: 170px;
	background: #fff !important
}

#request_form .btn_frmline,
#request_form .btn_cancel {
	margin: 5px 0 0;
	padding: 0 5px;
	height: 1.9em;
	vertical-align: middle !important;
	line-height: 1.9em
}

#sod_req_btn {
	margin: 0 0 10px
}

#sod_req_btn button {
	background: #626870
}

#sod_req_log {
	margin: 0 0 20px
}

#sod_req_log ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	background: #f2f5f9;
	list-style: none
}

#sod_req_log li {
	padding: 10px 10px 20px;
	border: 1px solid #e9e9e9;
	border-top: 0
}

#sod_req_log h3 {
	margin: 20px 0 10px
}

.sod_req_log_view table {
	margin: 0
}

.sod_req_log_view caption {
	padding: 10px 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 1em
}

.sod_req_log_view caption span {
	color: #ff3061
}

.sod_req_log_view th {
	border-top: 1px solid #e9e9e9;
	background: #f7f7f7 !important;
	color: #000 !important;
	text-align: center
}

.sod_req_log_view td {
	background: #fff;
	color: #000
}

.sod_req_log_view p {
	padding: 10px 15px;
	border-bottom: 1px solid #e9e9e9;
	background: #fff;
	color: #000
}

.sod_req_log_view button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ff3061;
	text-decoration: underline;
	vertical-align: middle
}

#sod_fin_view h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sod_fin_view h3 {
	margin: 0 0 10px
}

#sod_fin_view .tbl_head01 th {
	padding: 0 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f2f5f9;
	text-align: left
}

#sod_fin_dvr .dvr_link {
	color: #ff3061;
	text-decoration: underline
}

#sod_fin_tot {
	margin: 0 0 30px;
;
	border: 1px solid #e9e9e9;
	border-top: 0;
	background: #262118;
	color: #fff
}

#sod_fin_tot h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sod_fin_tot ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#sod_fin_tot li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	padding: 10px
}

#sod_fin_tot li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sod_fin_tot #alrdy {
	border-bottom: 0 !important
}

#sod_fin_tot strong {
	float: right
}

#sod_fin_cancel {
	text-align: center
}

#sod_fin_cancel h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sod_fin_cancel button {
	/*    display: none;*/
	padding: 8px;
	border: 0;
	color: #fff;
	background: #f3435d;
}

#sod_fin_cancelfrm {
	display: none;
	margin: 10px 0 0;
	padding: 20px 0;
	background: #f0fbff
}

#sod_fin_cancelfrm label {
	color: #888
}

#sod_fin_cancelfrm .frm_input {
	background: #fff !important;
	height: 24px;
	line-height: 24px;
	text-indent: 5px;
	width: 190px
}

#sod_fin_cancelfrm .btn_frmline {
	border: none;
	background: #fafafa;
	color: #262118;
	padding: 4px;
	border: 1px solid #b0d2df;
	border-radius: 5px
}

#sod_fin_test {
	padding: 10px
}

#sod_fin h3,
#kcp_acc_test table caption {
	background: #ffeeee;
	border: 1px solid #ffd3d9;
	padding: 10px;
	margin: 10px 0 0;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #f3435d
}

#sod_fin .odf_tbl table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-collapse: collapse;
}

#sod_fin .odf_tbl table tbody td,
#sod_fin .odf_tbl table tbody th {
;
	border-bottom: 1px solid #e9e9e9;
	padding: 6px 10px;
	text-align: left;
	line-height: 20px;
	background: #fff
}

#sod_fin .odf_tbl table th {
	width: 80px;
	color: #343434;
	font-weight: normal
}

#sod_fin .odf_tbl table tbody td.empty_table {
	text-align: center
}

#sod_fin .odf_tbl textarea {
	width: 99%;
	border: 1px solid #e4eaec;
}

#sod_fin .odf_tbl table input[type="text"] {
	background-color: #fff !important;
	height: 24px;
	line-height: 24px;
	text-indent: 5px;
	border: 1px solid #e4eaec
}

/* 주문내역 include  */
#sod_inquiry li {
	border: 1px solid #c5c5c5;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	font-size: 15px;
}

#sod_inquiry li .inquiry_idtime {
	background: #f6f6f6;
	padding: 10px;
	position: relative
}

#sod_inquiry li .inquiry_idtime a {
	font-weight: bold;
	color: #262118;
}

#sod_inquiry li .inquiry_idtime .idtime_time {
	position: absolute;
	top: 10px;
	right: 10px
}

#sod_inquiry li .inquiry_name {
	clear: both;
	padding: 10px;
	color: #696969
}

#sod_inquiry li .inquiry_price {
	padding: 10px;
	font-size: 1.167em;
	font-weight: bold;
}

#sod_inquiry li .inquiry_inv {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #f3435d;
	text-align: right
}

#sod_inquiry li .inquiry_inv .inv_status {
	display: block;
	font-weight: bold
}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}

#scash section {
	padding: 10px 0
}

#scash h2 {
	margin: 0 0 10px;
	text-align: center
}

#scash .tbl_head01 th {
	padding: 0 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f2f5f9;
	text-align: left;
}

#scash_apply {
	padding: 10px 0 15px;
	text-align: center
}

#scash_apply button {
	padding: 10px;
	border: 0;
	background: #565e60;
	color: #fff
}

#scash_copy {
	text-align: center
}

/* 상품검색 */

#ssch {}

#ssch_frm {
	padding: 20px;
	border: 1px solid #eee;
	margin: 0px;
	background: #f9f9f9;
}

#ssch_frm:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#ssch_frm div {
	margin: 0 0 13px
}

#ssch_frm label {
	margin: 0 5px 0 0;
}

#ssch_frm strong,
#ssch_frm .ssch_lbl {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	vertical-align: middle
}

#ssch_frm .frm_input {
	background: #fff
}

#ssch_frm .btn_submit {
	padding: 8.5px 15px !Important;
	height: 40px;
	border-radius: 5px !important;
	background: #333333
}

#ssch_frm .btn_submit .fa-lg {
	font-size: 16px;
	line-height: 1.3em;
}

#ssch_frm p {
	padding: 10px 0;
	solid #e9e9e9;
	line-height: 1.5em
}

#ssch_frm #ssch_qfrom {
	width: 50px
}

#ssch_frm #ssch_qto {
	width: 50px
}

#ssch_frm #ssch_q {
	width: 40%
}

#ssch_frm #ssch_sort {
	margin: 0 0 10px;
	padding: 1px 0 0 1px;
	list-style: none
}

#ssch_frm #ssch_sort:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#ssch_frm #ssch_sort li {
	position: relative;
	float: left;
	margin: 0 0 -1px -1px;
	width: 33%
}

#ssch_frm #ssch_sort li a {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 0;
}

#ssch_frm #ssch_sort li a:hover {
	color: #f3435d;
}

#ssch_frm .frm_input {
	height: 35px;
	line-height: 35px;
}

#ssch_frm .area_sch label {
	display: inline-block !important;
	margin: 0;
}

#ssch_frm .area_sch .frm_input {
	height: 40px;
	line-height: 40px;
}

#ssch_frm #ssch_ov {
	margin: 0;
}

/*#ssch_frm #ssch_sort li:nth-of-type(3n) {width:34%}*/
/**/

@media (min-width:720px) {
	#ssch_frm #ssch_sort li {
		width: 16.5%
	}
}

#ssch_frm #ssch_sort a {
	display: block;
	text-align: center
}

#ssch_cate {}

#ssch_cate ul {
	margin: 10px 0;
	padding: 10px 20px 20px;
	border-bottom: 1px solid #e9e9e9;
	list-style: none
}

#ssch_cate ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#ssch_cate li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #e9e9e9
}

#ssch_cate a span {
	font-weight: bold
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden
}

.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
	z-index: 100000;
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	left: 0;
}

#skip_to_container a:focus,
#skip_to_container a:active {
	width: 100%;
	height: 75px;
	background: #21272e;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3.3em
}

/* 이미지 등비율 리사이징 */
.img_fix {
	width: 100%;
	height: auto
}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {
	position: relative;
}

#captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

#captcha audio {
	display: block;
	margin: 0 0 5px;
	width: 100%;
	background: #fff
}

#captcha #captcha_img {
	width: 170px;
	height: 60px;
	border: 1px solid #e9e9e9;
}

#captcha #captcha_reload {
	margin: 0;
	padding: 0 5px;
	width: 31px;
	height: 31px;
	border: 0;
	background: url(../mobile/shop/img/captcha.png) 0 -31px no-repeat;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
	text-indent: -9999px;
}

#captcha #captcha_mp3 {
	width: 31px;
	height: 31px;
	border: 0;
	background: url(../mobile/shop/img/captcha.png) 0 0 no-repeat;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
	text-indent: -9999px;
}

#captcha #captcha_key {
	margin: 0 0 0 4px;
	padding: 0 5px;
	width: 76px;
	height: 30px;
	border: 1px solid #b8c9c2;
	background: #f7f7f7;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
}

#captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

/* Mobile화면으로 */
#mobile_cng {
	display: block;
	margin: 5px;
	padding: 5px 0;
	border: 1px solid #eee;
	border-radius: 2em;
	background: #fff;
	color: #000;
	font-size: 2em;
	text-decoration: none;
	text-align: center
}

/* ckeditor 단축키 */
.cke_sc {
	margin: 0 0 5px;
	text-align: right
}

.btn_cke_sc {
	display: inline-block;
	padding: 0 10px;
	height: 23px;
	border: 1px solid #ccc !important;
	background: #fafafa !important;
	color: #000 !important;
	text-decoration: none !important;
	line-height: 1.9em;
	vertical-align: middle
}

.cke_sc_def {
	margin: 0 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f2f5f9;
	text-align: center
}

.cke_sc_def dl {
	margin: 0 0 5px;
	text-align: left
}

.cke_sc_def dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
	width: 20%;
	font-weight: bold
}

.cke_sc_def dd {
	width: 30%
}

/* 콘텐츠별 스타일 */
.cnt_cmt {
	display: inline-block;
	margin: 0 0 0 5px;
	font-weight: bold
}

/* 버튼 */
#bo_v a.btn_b01 {}

#bo_sch select {
	height: 30px !important;
	border: 1px solid #e4eaec !important
}

#bo_sch .frm_input {
	width: 150px;
	height: 30px
}

#bo_sch .btn_submit {
	padding: 7px 20px !important;
}

a.btn01 {
	display: inline-block;
	padding: 5px 7px 8px;
	border: 1px solid #333333;
	background: #fff;
	color: #333333;
	text-decoration: none;
	border-radius: 50px;
}

a.btn01:focus,
a.btn01:hover {
	text-decoration: none;
	color: #262118;
}

button.btn01 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none
}

a.btn02 {
	display: inline-block;
	padding: 8px 7px 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 50px;
}

a.btn02:focus,
.btn02:hover {
	text-decoration: none
}

button.btn02 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none
}

.btn_confirm {
	text-align: center
}

/* 서식단계 진행 */
/*.btn_submit {padding:10px;border:0;background:#464345;color:#fff;letter-spacing:-0.1em}*/
.btn_submit {
	padding: 14px 20px !important;
	padding: 0;
	height: auto !important;
	background: #333;
	color: #fff;
	border: none;
	/* border-radius: 50px !important; */
	font-size: 1.20em !important;
}

.btn_submit02 {
	padding: 0;
	height: auto !important;
	background: #333333;
	color: #fff;
	border: none;
	/*border-radius: 50px !important;*/
	font-size: 1.20em !important;
}

fieldset .btn_submit {
	padding: 0 7px;
	height: 30px;
	line-height: 1em;
	border-radius: 3px;
}

a.btn_cancel {
	display: inline-block;
	padding: 16px 20px !important;
	height: auto !important;
	border: 1px solid #4b545e;
	background: #fafafa;
	color: #4b545e;
	/*border-radius: 50px !important;*/
	text-decoration: none !important;
	vertical-align: middle;
}

a.btn_cancel:hover {
	color: #262118;
}

button.btn_cancel {
	display: inline-block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	vertical-align: top;
	text-decoration: none
}

a.btn_frmline,
button.btn_frmline {
	display: inline-block;
	padding: 0 18px;
	height: 45px;
	border: 0;
	background: #317600;
	color: #fff;
	letter-spacing: -0.1em;
	text-decoration: none;
	vertical-align: top;
	line-height: 45px;
	border-radius: 3px;
}

/* 우편번호검색버튼 등 */
a.btn_frmline {
	/*	font-size: 1.05em;*/
	height: 35px;
	line-height: 35px;
}

/* 게시판용 버튼 */
.btn_bo_adm input {
	border-radius: 3px;
}

a.btn_b01 {
	display: inline-block;
	margin: 0 0 3px;
	padding: 8px 7px 7px;
	border: 1px solid #C3C3C3;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
}

a.btn_b01:focus,
.btn_b01:hover {
	text-decoration: none;
}

a.btn_b02 {
	display: inline-block;
	margin: 0 0 3px;
	padding: 8px 7px 7px;
	border: 1px solid #464345;
	background: #464345;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
}

a.btn_b02:focus,
.btn_b02:hover {
	text-decoration: none;
	color: #fff;
}

a.btn_admin {
	display: inline-block;
	margin: 0 0 3px;
	padding: 8px 7px 7px;
	border: 1px solid #464345;
	background: #464345;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
}

/* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
	text-decoration: none;
	color: #fff;
}

/* 기본테이블 */
.tbl_wrap {
	margin: 0 0 20px
}

.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.tbl_wrap caption {
	padding: 10px 0;
	color: #4b8b99;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-align: left
}

.tbl_head01 {
	background: #fff;
	margin: 10px 0;
	font-size: 14px;
}

.tbl_head01 caption {
	padding: 0 0 10px;
	color: #777;
	text-align: left
}

.tbl_head01 thead th {
	padding: 12px 0;
	border-top: 2px solid #444;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
	color: #383838;
	font-size: 1.1em;
	text-align: center;
	font-weight: 500;
	letter-spacing: -0.1em;
}

.tbl_head01 thead a {
	color: #383838
}

.tbl_head01 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v {
	margin: 27px 0 0;
}

.tbl_head01 tfoot th {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #484848;
	color: #fff
}

.tbl_head01 tfoot td {
	border-color: #666;
	background: #484848;
	color: #fff;
	font-weight: bold;
	text-align: center
}

.tbl_head01 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.tbl_head01 td {
	padding: 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.5em;
	word-break: break-all;
	text-align: left;
}

.tbl_head02 {}

.tbl_head02 caption {
	padding: 0 0 10px;
	color: #777;
	text-align: left
}

.tbl_head02 thead th {
	padding: 5px 0;
	border-top: 1px solid #d1dee2;
	border-bottom: 1px solid #d1dee2;
	background: #e5ecef;
	color: #383838;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.1em
}

.tbl_head02 thead a {
	color: #383838
}

.tbl_head02 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #484848;
	color: #fff
}

.tbl_head02 tfoot td {
	border-color: #666;
	background: #484848;
	color: #fff;
	font-weight: bold;
	text-align: center
}

.tbl_head02 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.tbl_head02 td {
	padding: 5px 3px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.4em;
	word-break: break-all
}

.btn_bo_adm input {
	background: #999
}


.tbl_head03 {
	margin: 0 0 10px
}

.tbl_head03 table {
	border-bottom: 1px solid #d3d3d3
}

.tbl_head03 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tbl_head03 thead th {
	padding: 12px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #d3d3d3;
	background: #fff;
	color: #383838;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.1em
}

.tbl_head03 thead a {
	color: #383838
}

.tbl_head03 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th,
.tbl_head03 tfoot td {
	padding: 10px 0;
	border-top: 1px solid #c1d1d5;
	border-bottom: 1px solid #c1d1d5;
	background: #d7e0e2;
	text-align: center
}

.tbl_head03 tbody th {
	padding: 10px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.tbl_head03 td {
	padding: 15px 5px;
	border-top: 1px solid #e9e9e9;
	line-height: 1.5em;
	word-break: break-all
}

.tbl_head03 td:first-child {
	border-left: 0
}

.tbl_head03 a {}

.td_subject a {
	display: inline-block;
	padding: 5px 0
}

@media (max-width: 992px) {
	.tbl_head01 {
		font-size: 12px !important;
	}
}

/* 폼 테이블 */
.tbl_frm01 {}

.tbl_frm01 th {
	padding-left: 10px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	text-align: left;
	background: #f5f6f6;
}

.tbl_frm01 td {
	padding: 15px 20px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: #fff;
}

.tbl_frm01 textarea {
	border: 1px solid #e9e9e9;
	background: #fff;
	vertical-align: middle;
	line-height: 1.8em;
	-webkit-appearance: none;
	height: 30px
}

.tbl_frm01 textarea {
	width: 100%;
	height: 100px
}

.tbl_frm01 a {
	text-decoration: none
}

.tbl_frm01 .btn_frmline:hover {
	color: #fff;
	text-decoration: none
}

.tbl_frm01 .frm_address {
	margin-top: 5px
}

.tbl_frm01 .frm_file {
	display: block;
	margin-bottom: 5px;
	width: 100%
}

.tbl_frm01 .frm_info {
	display: block;
	padding: 5px 0 0;
	color: #666;
	line-height: 1.3em
}

@media (min-width:720px) {
	.tbl_frm01 label {
		font-size: 13px;
		font-weight: 500;
	}
}



/* 자료 없는 목록 */
.empty_table {
	padding: 20px 0 !important;
	text-align: center
}

.empty_list {
	padding: 40px 0 !important;
	text-align: center
}

/* 필수입력 */
.required,
textarea.required {
	background: url('../img/wrest.gif') #fff top right no-repeat !important
}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {
	width: 40px
}

.grid_2 {
	width: 90px
}

.grid_3 {
	width: 120px
}

.grid_4 {
	width: 190px
}

.grid_5 {
	width: 240px
}

.grid_6 {
	width: 290px
}

.grid_7 {
	width: 340px
}

.grid_8 {
	width: 390px
}

.grid_9 {
	width: 440px
}

.grid_10 {
	width: 490px
}

.grid_11 {
	width: 540px
}

.grid_12 {
	width: 590px
}

.grid_13 {
	width: 640px
}

.grid_14 {
	width: 690px
}

.grid_15 {
	width: 740px
}

.grid_16 {
	width: 790px
}

.grid_17 {
	width: 840px
}

.grid_18 {
	width: 890px
}

/* 테이블 항목별 정의 */
.td_chk {
	width: 50px;
	text-align: center
}

.td_group {
	width: 100px;
	text-align: center
}

.td_board {
	width: 120px;
	text-align: center
}

.td_statsmall {
	width: 50px;
	text-align: center
}

.td_num {
	width: 50px;
	text-align: center
}

.td_numbig {
	width: 120px;
	text-align: center
}

.td_mb_id {
	width: 100px;
	text-align: center
}

.td_nick {
	width: 100px;
	text-align: center
}

.td_name {
	width: 100px;
	text-align: left
}

.td_namesmall {
	width: 100px;
	text-align: left
}

.td_date {
	width: 50px;
	text-align: center
}

.td_datetime {
	width: 170px;
	text-align: center
}

.td_mngsmall {
	width: 50px;
	text-align: center
}

.td_mng {
	width: 80px;
	text-align: center
}

.td_stat {
	text-align: center
}

/* 새창 기본 스타일 */
.new_win {
	position: relative;
}

.new_win #win_title {
	height: 50px;
	line-height: 30px;
	padding: 10px 20px;
	background: #262118;
	color: #fff;
	font-size: 15pt;
}

.new_win #win_title .sv {
	font-size: 0.75em;
	line-height: 1.2em
}

.new_win .win_ul {
	border-right: 1px solid #dfe6e7;
}

.new_win .win_ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .win_ul li {
	float: left;
	background: #f3f7f7;
	width: 33.333%;
	text-align: center;
	border-left: 1px solid #dfe6e7;
	border-bottom: 1px solid #dfe6e7;
	border-top: 1px solid #dfe6e7
}

.new_win .win_ul li a {
	display: block;
	padding: 10px 0
}

.new_win .win_ul .selected {
	background: #fff;
	border-bottom-color: #fff;
	border-top-color: #ae99da;
}

.new_win .win_ul .selected a {
	color: #9781c5
}

.new_win .win_desc {
	margin: 5px 0;
	font-size: 0.92em;
	color: #3598db;
}

.new_win .frm_info {
	font-size: 0.92em;
	color: #888;
}

.new_win .win_total {
	text-align: right;
	margin: 10px 0
}

.new_win .win_total span {
	display: inline-block;
	padding: 0 5px;
	color: #777;
	line-height: 26px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 0.92em;
}

.new_win .new_win_con {
	margin: 20px;
}

.new_win .new_win_con:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .btn_confirm:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .btn_close {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: url(../img/close_btn.gif) no-repeat 50% 50%;
	border: 0;
	text-indent: -999px;
	overflow: hidden
}

.new_win .btn_submit {
	padding: 0 20px !important;
	height: 40px !important;
	/*	border-radius: 3px;*/
	font-weight: 500;
	font-size: 1.083em;
	float: right;
	background: #000;
	color: #fff;
}

.new_win .win_btn {
	margin: -80px 0 0;
	float: right
}

/* .new_win #win_title{padding:15px 20px;border-bottom:1px solid #e9e9e9;font-size:1.3em;margin-bottom:10px;color:#000;font-weight:bold;}
.new_win .tbl_wrap {margin:0 20px}
.new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em;border-radius:5px}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {padding:0 10px;height:2.5em;line-height:2.5em;}
.new_win .win_btn .btn_submit{width:100px} */
/*.new_win .win_desc{text-align:center}*/
/*배송지목록 팝업창*/

/* 자바스크립트 alert 대안 */
#validation_check {
	margin: 100px auto;
	width: 500px
}

#validation_check h1 {
	margin-bottom: 20px;
	font-size: 1.3em
}

#validation_check p {
	margin-bottom: 20px;
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
	background: #fff
}

/* 사이드뷰*/
.sv_wrap {
	display: inline-block;
	position: relative;
	font-weight: normal
}

.sv_wrap .sv {
	z-index: 1000;
	display: none;
	margin: 5px 0 0;
	border: 1px solid #283646;
	background: #111
}

.sv_wrap .sv a {
	display: inline-block !important;
	margin: 0 !important;
	padding: 5px !important;
	width: 94px;
	border-bottom: 1px solid #283646;
	color: #fff !important
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
	text-decoration: none !important
}

.sv_on {
	display: block !important;
	position: absolute;
	top: 10px;
	left: 20px;
	width: auto;
	height: auto !important
}

.sv_nojs .sv {
	display: block
}

/* 페이징 */
.pg_wrap {
	clear: both;
	margin: 0 0 20px;
	padding: 20px 0 0;
	text-align: center
}

.pg {}

.pg_page,
.pg_current,
.qa_page {
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	color: #888 !important;
	letter-spacing: 0;
	line-height: 25px;
	vertical-align: middle;
	font-size: 1.2em
}

.pg a:focus,
.pg a:hover {
	text-decoration: none
}

.pg_page,
.qa_page {
	text-decoration: none
}

.pg_start,
.pg_prev {
	background: url(../mobile/shop/img/paging.gif) no-repeat 0 0;
	text-indent: -999px;
	overflow: hidden;
	width: 25px;
	height: 25px;
	padding: 0;
}

.pg_prev {
	background-position: -28px 0
}

.pg_end,
.pg_next {
	background: url(../mobile/shop/img/paging.gif) no-repeat -55px 0;
	width: 25px;
	height: 25px;
;
	width: 25px;
	height: 25px;
	padding: 0;
	text-indent: -999px;
	overflow: hidden
}

.pg_end {
	background-position: -83px 0
}

.pg_current {
	display: inline-block;
	margin: 0 4px 0 0;
	color: #ffa700 !important;
	font-weight: bold;
}

/* 상품상세 메뉴 floating */
#info_top_layer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #eee;
}

#form_btn_layer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #eee;
}

/*현금영수증*/
#kcp_req_rx .tbl_head01 tbody th {
	text-align: left;
}

/*배송지목록*/
#sod_addr .win_desc {
	padding: 10px 20px
}

/*쇼핑몰레이아웃*/
#mb_login .btn_submit {
	background: #52a17d !important;
	font-size: 1.20em;
	border-radius: ;
}

#bo_list,
#bo_cate {
	margin-top: 10px !important
}

#fregisterform {
	margin: 10px
}

#bo_w .btn_submit {
	padding: 8px 7px
}

#bo_w {
	padding: 10px
}

#fqalist {
	padding: 0 10px
}

#sit_sms_new #sms_agree {
	padding: 10px 20px !important
}

/*이벤트*/
#sev_hhtml,
#sev_thtml {
	padding: 10px
}

#sev_hhtml img,
#sev_thtml img {
	width: 100%
}

/*피시일때 모바일버전 주문폼*/
#sod_frm {
	position: relative
}

#sod_frm p {
	margin-bottom: 10px
}

#forderform .tbl_frm01 th {
	width: 100px;
	border-bottom: 1px solid #e9e9e9;
	background: #FFF;
	/* padding-left:10px; */
	border-right: 0;
	font-size: 15px !important;
	font-weight: 500;
}

#forderform .tbl_frm01 th > label {
	font-size: 15px;
}

#sod_list thead th {
	padding: 15px 0;
}

#sod_list .sod_opt {
	min-width: 70px
}

#sod_frm #display_pay_button .btn01 {
	text-align: center;
	background: #fafafa;
	border: 1px solid #262118 !important;
	color: #262118;
	line-height: 35px;
	border-radius: 5px;
	width: 100px;
	font-size: 15px;
}

/*피시일때 모바일버전 개인결제폼*/
#sod_frm_pay {
	padding: 10px 0
}

#sod_frm_pay h2 {
	padding: 10px;
	font-size: 1.4em !important;
	font-weight: bold;
}

#display_pay_button .btn_submit {
	padding: 8px 7px 7px
}

.sod_right {
	text-align: center;
	margin-top: 20px;
}

.sod_right h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.sod_right p {
	color: #666;
	margin-bottom: 20px;
}

.get_item_options label {
	font-weight: normal;
}


/*  오시는길  */
.map {}

.map_add_wrap {
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
	font-size: 1.3em;
	box-sizing: border-box;
	text-align: center;
}

.map_box_wrap {
	width: 100%;
	overflow: hidden;
	/*margin:0 0 20px 0;*/
	border: 1px solid #ddd;
	display: flex;
}

.map_box_wrap .map_bx {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-left: 1px dotted #ddd;
	padding: 1em 10px;
	align-items: stretch;
	text-align: center;
}

.map_box_wrap .map_bx:first-child {
	border: 0;
}

.map_box_wrap .map_bx .t {
	line-height: 1em;
	font-size: 1.3em;
	font-weight: 500;
	color: #f1aa00;
	margin: 10px auto 10px;
}

.map_box_wrap .map_bx .c {
	font-size: .9em;
	word-break: break-word;
}

.map_box_wrap .map_bx a.bt {
	display: inline-block;
	background: #f8f8f8;
	padding: 3px 8px 2px;
	margin: 3px;
	border-radius: 2px;
	border: 1px solid #dadada;
}

.map_box_wrap .map_bx a.bt:hover {
	font-weight: 500;
	color: #FFF;
	background: #333;
}

.map_box_wrap .glyphicon {
	font-size: 19px;
}

.map_add_wrap .glyphicon {
	font-size: 24px;
}

@media (max-width: 992px) {
	.map_add_wrap {
		padding: 2em 10px;
		font-size: 1.3em
	}

	.map_add_wrap span {
		display: block;
		margin-bottom: 5px;
	}

	.map_add_wrap br.mo {
		display: block
	}

	.map_box_wrap {
		display: block;
	}

	.map_box_wrap .map_bx {
		width: 50%;
		border-top: 1px dotted #ddd;
		padding: 1.5em 10px
	}

	.map_box_wrap .map_bx:nth-of-type(2) {
		border-top: 0;
	}

	.map_box_wrap .map_bx:nth-of-type(2n) + .map_bx {
		clear: both
	}

	.map_box_wrap .map_bx .t {
		font-size: 1.2em;
	}

	.map_box_wrap .map_bx .c {
		font-size: 1em;
	}

	.map_box_wrap .map_bx img {
		height: 40px;
	}

	.map_box_wrap .map_bx .t {
		margin: 10px auto;
		font-size: 1.3em;
	}
}

@media (max-width:1199px) {
	.gnb_1da {
		padding: 19px 0px;
	}
}

@media (max-width:992px) {
	#tnb_sch {
		width: 240px;
		display: none
	}

	#sch_str {
		padding-left: 0;
	}
}

#bo_v {
	font-size: 14px;
}

@media (max-width: 992px) {
	#bo_v {
		font-size: 12px !important;
	}
}


/*메인-특가영역*/
#joop_special {
	margin: 50px 0 100px 0;
}

#joop_special:after {
	display: block;
	content: "";
	clear: both;
}

#joop_special .js_box01 {
	float: left;
	width: 35%;
}

#joop_special .js_box02 {
	float: left;
	width: 65%;
	position: relative;
}

#joop_special .js_t1 {
	font-size: 2.5em;
	color: #222;
	font-weight: 500;
}

#joop_special .js_t2 {
	font-size: 1.4em;
	color: #777;
	margin-top: 30px;
}

#joop_special .js_t2:before {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #333333;
	margin-bottom: 10px;
}

#joop_special .js_t3 {
	font-size: 1.2em;
	color: #999;
	margin-top: 80px;
}

#joop_special .js_pro {
	position: relative;
}

#joop_special .js_pro .js_img {
	position: relative;
	height: 400px;
	overflow: hidden;
}

#joop_special .js_pro .js_img img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#joop_special .js_pro .js_img_sale {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: #333333;
	font-size: 1.2em;
	color: #fff;
	font-weight: 300;
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 0
}

#joop_special .js_pro .js_pro_tit {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background: rgba(0, 175, 170, 0.8);
	font-size: 1.5em;
	color: #fff;
	font-weight: 400;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	letter-spacing: 0;
}

#joop_special .js_pro_info {
	font-size: 1.3em;
	color: #999;
	margin-top: 30px;
	line-height: 1em;
}

#joop_special .js_price {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	margin-top: 20px;
	line-height: 1em;
}

#joop_special .js_pcost {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	line-height: 1em;
	display: inline-block;
	text-decoration: line-through;
}

#joop_special .js_sale {
	font-size: 2.5em;
	font-weight: bold;
	color: #333333;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#joop_special .js_soldout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 11;
}

#joop_special .js_soldout p {
	font-size: 1.4em;
	color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#joop_special .js_soldout strong {
	display: block;
	font-size: 1.8em;
}

@media (max-width: 992px) {
	#joop_special {
		width: 95%;
		margin: 0 auto 50px auto;
	}

	#joop_special .js_box01 {
		float: none;
		width: 100%;
	}

	#joop_special .js_box02 {
		float: none;
		width: 100%;
	}

	#joop_special .js_t1 {
		font-size: 2em;
		color: #222;
		font-weight: 500;
	}

	#joop_special .js_t2 {
		font-size: 1.2em;
		color: #777;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#joop_special .js_t2:before {
		width: 20px;
		margin-bottom: 5px;
	}

	#joop_special .js_t3 {
		display: none;
	}

	#joop_special .js_pro .js_img {
		height: 200px;
	}

	#joop_special .js_pro .js_img_sale {
		font-size: 1em;
		width: 40px;
		height: 40px;
	}

	#joop_special .js_pro .js_pro_tit {
		font-size: 1.1em;
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding: 0px 10px;
	}

	#joop_special .js_pro_info {
		font-size: 1.1em;
		margin-top: 20px;
	}

	#joop_special .js_price {
		font-size: 1.5em;
		margin-top: 10px;
	}

	#joop_special .js_pcost {
		font-size: 15px;
	}

	#joop_special .js_sale {
		font-size: 2em;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	#joop_special .js_soldout p {
		font-size: 1.2em;
	}
}

.idx_best_box {
	position: relative;
}

< !--할인율박스-- > #pro_sale {
	   background: #333333;
	   font-size: 1.2em;
	   color: #fff;
	   font-weight: 300;
	   width: 60px;
	   height: 60px;
	   text-align: center;
	   padding: 10px 0;
	   letter-spacing: 0;
   }

#pro_sale {
	background: #333333;
	font-size: 1.15em;
	color: #fff;
	font-weight: 300;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 5px 0;
	letter-spacing: 0;
	position: absolute;
	/*top:0px; left:0px;*/
	z-index: 10;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	left: 0
}

@media (max-width: 992px) {
	#pro_sale {
		font-size: 1em;
		width: 45px;
		height: 45px;
	}
}


/*자주하는질문*/


#qna {
	background: url(../img/logo_bg.png) no-repeat center, #fcfcfc;
	background-size: cover;
	width: 100%;
	height: auto;
	color: #333;
	padding: 100px 0;
}

#qna .text_wrap_bg {}

#qna .container {}

#qna .text_wrap {
	width: 100%;
	text-align: center;
}

#qna .text_wrap h2 {
	font-size: 2.1em;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

#qna .text_wrap h5 {
	font-size: 16px;
	color: #777;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 40px;
}



.shipFaq {
	max-width: 100%;
}

.shipFaq dl {
	margin: 0 auto;
}

.shipFaq dl dt {
	position: relative;
	line-height: 20px;
	font-size: 1.4em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shipFaq dl dt a img {
	display: inline-block;
	padding-right: 20px;
	height: 100px;
}

.shipFaq dl dt a .tit {
	vertical-align: middle;
	display: inline-block;
	width: 83%;
	color: #333;
}

.shipFaq dl dt a .sub_tit {
	display: block;
	font-size: 14px;
	color: #aeaba4;
	font-weight: 300;
}

.shipFaq dl dd .sub_con {
	padding: 0px 0px 10px 20px;
	color: #666;
	font-size: 0.9em;
	display: block;
}

.shipFaq dl dt::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-family: "Font Awesome 5 Pro";
	content: '\f078';
	font-size: 15px;
}

.shipFaq dl dt.on::after {
	content: '\f077';
}

.shipFaq dl dt a {
	display: block;
	padding: 20px 30px 20px 5px;
	font-weight: bold;
	color: #000;
}

.shipFaq dl dd {
	display: none;
	padding: 20px 30px;
	background: rgba(239, 241, 245, 0.4);
	font-size: 1.2em;
	line-height: 1.8em;
	border-radius: 0 0 20px 20px;
}

@media (max-width: 1399px) {
	#qna {
		padding: 80px 30px;
	}

	#qna .container {
		padding: 0;
	}

	#qna .text_wrap_bg {
		display: none;
	}

	#qna .text_wrap {
		position: relative;
		border: 0;
		padding-left: 0;
	}

	.shipFaq {
		margin: 0;
	}

	.shipFaq dl dt {
		font-size: 1.2em;
	}

	.shipFaq dl dt a {
		padding: 15px 20px 15px 20px;
	}

	.shipFaq dl dd {
		padding: 15px 20px;
	}
}

@media (max-width: 768px) {
	#qna {
		padding: 50px 5%;
		background-position: right bottom;
	}

	#qna .text_wrap h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	#qna .text_wrap h5 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.shipFaq dl dt {
		font-size: 1.1em;
	}

	.shipFaq dl dd {
		font-size: 1.1em;
	}
}


#newft {
	display: flex;
	justify-content: space-between;
	margin: 100px 0;
}

.ft_info[data-show="active"] {
	border-top: 1px solid #eee;
}

#newft h4 {
	font-size: 20px;
	color: #333;
	padding-bottom: 15px;
	font-weight: 600;
}

#newft > div {
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
}

#newft .telBox .telN {
	font-family: 'Noto Sans KR';
	font-size: 40px;
	color: #222;
	font-weight: 600;
}

#newft .telBox .txt {
	font-size: 15px;
	color: #777;
	font-weight: 500;
}

#newft .telBox .linkB {
	display: flex;
	margin-top: 15px;
}

#newft .telBox .linkB a {
	display: inline-block;
	background: #6d6d6d;
	color: #FFF;
	width: 40%;
	text-align: center;
	border-radius: 20px;
	line-height: 35px;
	margin-right: 10px;
}

#newft .accBox .account p {
	position: relative;
	top: -2px;
	display: inline-block;
	margin: 0 7px 0 0;
	font-size: 15px;
	color: #555;
	padding-left: 0;
	line-height: 1.5;
	/* background: url(../img/ico_kb.png) no-repeat left center; */
}

#newft .accBox .accN {
	padding: 0;
	font-weight: 600;
	font-size: 28px;
}

#newft .accBox .accnum {
	font-family: 'Noto Sans KR';
	font-size: 25px;
	font-weight: bold;
	color: #222;
}

#newft .accBox .txt {
	display: block;
	margin: 3px 0 0;
	font-size: 15px;
	color: #777;
}

#newft .notiBox li {
	margin-bottom: 6px;
}

#newft .notiBox li a {
	display: block;
	font-weight: 400;
	font-size: 15px;
}

#newft .notiBox span {
	display: inline-block;
	float: right;
}

#newft .notiBox span.tit {}

#newft .notiBox span.dt {}


@media (max-width: 1199px) {
	.reviewSlide .revw_slide {
		width: 96%
	}

	#newft .telBox .telN {
		font-size: 30px;
	}

	#newft .telBox .txt {
		font-size: 14px
	}

	#wrapper {
		padding: 0 0 10px 0;
	}

	#container_title {
		padding-bottom: 0;
		font-size: 1.85em !important;
		height: auto;
		padding: 15px 0 15px;
		margin: 0 0px 10px 0;
	}

	#hd .container {
		max-width: 100%;
	}

	#main_box a {
		bottom: -340px;
	}

	#aside {
		margin-top: 0px;
	}
}


@media (max-width: 768px) {
	.ft_info > .inr {
		width: 100%;
	}

	#newft {
		margin: 0;
		flex-direction: column;
	}

	#newft > div {
		width: 100% !important;
		border-bottom: 1px solid #eee;
		padding: 40px 30px;
	}

	#brand_bn3 {
		height: 170px;
		background: url(../img/main/main_bnr02.jpg) no-repeat 63% 0/auto 100%;
		padding: 0;
		position: relative;
	}

	#brand_bn3 .bn_wrap .area_txt {
		padding: 30px;
		width: 80%;
	}

	#brand_bn3 .bn_wrap .area_txt p {
		font-size: 20px;
	}

	#brand_bn3 .bn_wrap .area_txt span {
		font-size: 14px;
		word-break: keep-all;
	}

	#newft .notiBox li a {
		width: 100%;
		font-size: 13px;
	}

	#main_box a {
		bottom: -360px;
	}

	.newftCopy .adrBox {
		text-align: center
	}

	.newftCopy .adrBox span {
		font-size: 12px;
		margin-right: 10px;
	}

	.newftCopy p.copy {
		font-size: 11px;
		text-align: center
	}

	#newft h4 {
		font-size: 15px;
		padding-bottom: 5px;
	}

	#newft .telBox .telN {
		font-size: 15px;
	}

	#newft .telBox .txt {
		font-size: 13px;
	}

	#newft .accBox .account p {
		font-size: 15px;
	}

	#newft .accBox .txt,
	#newft .accBox .accnum {
		font-size: 13px;
	}


	#container_title {
		height: auto;
		padding: 15px 0;
		border-top: 1px solid #eee;
		/*border-bottom: 1px solid #eee;*/

		text-align: center;
	}
}

@media (max-width: 550px) {
	#newft > div {
		padding: 20px;
	}
}

.idx_best_box .sct {
	display: flex;
	flex-wrap: wrap;
}

.idx_best_box .sct.st2 {
	display: flex;
	flex-wrap: inherit;
}

nav#gnb:before {
	content: '';
	display: none;
	/* width: 100%; */
	background: #eeeeee;
	height: 1px;
	position: absolute;
	left: -50%;
	right: -50%;
	top: 150px;
}


/* 주문하기 디자인추가 */

.sod_left {
	position: relative;
	width: 100%;
	/*
	float: left;
	width: 70%;
	padding: 0px 50px 0 0px;
*/
	padding: 0;
	vertical-align: top;
}

.sod_right {
	position: relative;
	width: 100%;
	/*
	float: left;
	width: 30%;
*/
	/* background: #3b5998; */
	padding: 30px !important;
	vertical-align: top;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	/* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
}

/*sod_right 금액 내역 */

.sod_right #sod_bsk_tot {
	position: relative;
	float: left;
	width: 100%;
	display: inline-block;
	*display: inline;
	margin: 0 0 10px 0;
}

.sod_right #sod_bsk_tot li {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	text-align: right;
	padding: 15px 0;
	color: #999;
}

.sod_right #sod_bsk_tot li span {
	float: left;
	font-weight: 500
}

.sod_right #sod_bsk_tot li.sod_bsk_cnt,
.sod_right #sod_bsk_tot li.sod_bsk_dvr {
	color: #000;
	font-size: 13pt;
}

#sod_fin .sod_bsk_dvr {
	color: #999 !important;
}

.sod_right .sod_bsk_point {
	width: 100%;
	float: left;
	text-align: right;
	color: #999;
	font-size: 10pt;
	margin-top: 5px;
}

/*적립예정포인트*/



@media screen and (max-width: 991px) {

	#sod_bsk_list #mod_option_frm {
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
		margin-left: -10px;
		margin-top: 0;
	}


	#mod_option_frm form {
		padding: 10px;
	}

	#mod_option_frm .option_wr h4 {
		font-size: 11pt;
	}


	.sod_left,
	.sod_right {
		width: 100%;
	}

	.sod_left {
		padding: 10px 0;
	}

	#mod_option_bg {
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 100%;
	}



}



/* 주문서 작성 */
#sod_frm {
	width: 100%;
}

#sod_frm .od_prd_list {
	margin-bottom: 30px
}

.display_setup_message {
	margin: 0 0 10px;
	padding: 15px;
	border: 1px solid #fccdff;
	background: #ffeef9
}

.display_setup_message strong {
	display: block;
	margin: 0 0 10px
}

.comm_bn {
	text-align: center;
	padding: 100px 0;
}

.comm_bn h2 {
	text-align: center;
	font-size: 2em;
}

.comm_bn h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #333;
	margin: 50px auto;
}

.comm_bn h2 p {
	font-size: 1.5em;
	font-weight: 800;
	margin-bottom: 10px;
}

.comm_bn img {
	margin-bottom: 10px;
}

.comm_bn dl {
	display: inline-block;
	width: 20%;
	text-align: left;
	font-size: 1.2em;
	margin: 0 2%;
}

.comm_bn dt {
	font-size: 1.3em;
	font-weight: 800;
	margin-bottom: 20px
}

.comm_bn dd {
	word-break: keep-all;
}

@media screen and (max-width: 991px) {

	.comm_bn {
		padding: 50px 0;
	}

	.comm_bn h2 {
		font-size: 1.5em;
	}

	.comm_bn h2 span {
		word-break: keep-all;
	}

	.comm_bn dl {
		width: 85%;
		vertical-align: top;
		margin-bottom: 30px;
		position: relative;
		padding-left: 90px;
		font-size: 1.1em;
	}

	.comm_bn dl img {
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
	}

	.comm_bn dt {
		margin-bottom: 10px;
	}

}


.section {
	padding: 100px 0;
	margin: 0 0 50px;
}

.section h1 {
	font-family: 'Noto Sans KR';
	font-size: 30px;
	font-weight: 900;
}

.section img {
	width: 100%;
	height: auto;
	/*
    border-radius: 10px;
    overflow: hidden;
*/
}

.section ul {
	margin: 30px 0 0;
}

#intro01 {
	margin: 0;
}

#intro01 ul {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#intro01 ul > li {
	margin: 0 20px 0 0;
}

#intro01 ul > li {
	width: calc(25% - 15px);
}

#intro01 ul > li:last-child {
	margin: 0;
}

#intro01 ul > li h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
}

#intro02,
#intro03 {
	background: #1c364d;
	padding: 50px 0;
}

#intro02 img,
#intro03 img {

	width: auto;
	height: 120px;

}

#intro03 {
	margin: 0;
}

#intro03 .inr {
	/*
    display: flex;
    align-items: center;
*/
}

#intro02 h1,
#intro03 h1 {
	color: #fff;
}

#intro02 ul {

	display: flex;
	justify-content: space-between;
}

#intro02 li {
	margin: 0 20px 0 0;
}

#intro03 .em {
	width: 200px;
	height: 200px;
	background: url(../img/main/img_intro03_00.png) no-repeat center;
	background-size: contain;
	font-size: 18px;
	font-weight: 700;
	line-height: 200px;
	text-align: center;
	color: #ba8c1c;
}

#intro03 ul {
	/*    width: calc(100% - 200px);*/

}

#intro03 li {
	margin: 0 20px 0 0;
}

#intro02 img,
#intro03 img {
	/*
    width: auto;
    height: 235px;
*/
}


@media (max-width:1024px) {}

@media (max-width:768px) {
	.section {
		padding: 30px 0;
		margin: 0 0 20px;
	}

	.section h1 {
		font-size: 20px;
	}

	#intro01,
	#intro03 {
		/*        padding: 0 0 30px;*/
	}

	#intro02 img,
	#intro03 img {

		width: auto;
		height: 150px;

	}

	#intro02,
	#intro03 {
		padding: 30px 0;
	}
}

@media (max-width:550px) {
	.section h1 {
		font-size: 15px;
		line-height: 1.4em;

	}

	#intro02 img,
	#intro03 img {

		width: auto;
		height: 50px;

	}
}

@media (max-width:450px) {
	.section h1 {}

	#intro01 ul > li {
		width: calc(25% - 7.5px);
		margin: 0 10px 10px 0;
	}

	#intro01 ul > li:last-child {
		margin: 0;
	}

	#intro01 ul > li h3 {
		font-size: 12px;
		line-height: 1.3em;
	}
}


.sns_wrap,
.b_menu {
	display: none;
}

@media(max-widtH:768px) {
	.sns_wrap {
		display: flex;
		justify-content: center;
		align-content: center;
		width: 100%;
		padding: 20px 0;
	}

	.sns_wrap li {
		height: 65px;
	}

	.sns_wrap li a {
		width: 100%;
		height: 65px;
		display: flex;
		align-items: center;
	}

	.b_menu {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 999;
	}

	.b_menu li {
		width: 100%;
		height: 80px;
		background: #4b9673;
		display: flex;
		justify-content: center;
	}

	.b_menu li a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 11px;
	}

	.b_menu li a > img {
		display: block;
		height: 22px;
		margin: 0 0 5px;
	}
}

#super_top {
	overflow: hidden;
	padding: 15px 0px;
}

#super_top .add_btn {
	font-size: 1.12em;
	background: #2c6f00;
	color: #fff;
	border-radius: 5px;
	padding: 3px 10px;
}

#super_top .list.ver_top {
	float: right;
}

#super_top .list li {
	float: left;
}

#super_top .list li a {
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}

#super_top .list li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 10px;
	background: #939393;
	top: 5px;
}

.newSection {
	overflow: hidden;
	width: 100%;
	margin-bottom: 13px;
	margin-top: 13px;
}

.newSection .main_top_bnr section {
	border-radius: 5px;
	display: flex;
}

.newSection .main_top_bnr section:nth-of-type(1) {
	border: 1px solid #692;
}

.newSection .main_top_bnr section:nth-of-type(2) {
	border: 1px solid #51a17c;
	margin: 0 4px
}

.newSection .main_top_bnr section:nth-of-type(3) {
	border: 1px solid #f26700;
}

.newSection .main_top_bnr section:nth-of-type(1) .s_bnr {
	background: url(../img/main/main_top_bnr01.jpg) no-repeat center center;
	background-size: 100%;
	transition: all 0.5s;
}

.newSection .main_top_bnr section:nth-of-type(2) .s_bnr {
	background: url(../img/main/main_top_bnr02.jpg) no-repeat center center;
	background-size: 100%;
	transition: all 0.5s;
}

.newSection .main_top_bnr section:nth-of-type(3) .s_bnr {
	background: url(../img/main/main_top_bnr03.jpg) no-repeat center center;
	background-size: 100%;
	transition: all 0.5s;
}

.newSection .main_top_bnr {}

.newSection .main_top_bnr section .s_bnr {
	width: 245px;
	padding: 5px 20px;
	color: #FFF;
	border-radius: 5px;
	border: 2px solid #fff;
	/*	transform: scale(1);*/
	transition: all 0.5s;
}

.newSection .main_top_bnr .s_bnr .t {
	font-size: 20px;
	font-weight: 600
}

.newSection .main_top_bnr .s_bnr .s {
	font-size: 16px;
	margin-bottom: 5px;
}

.newSection .main_top_bnr .s_bnr p i {
	display: inline-block;
	word-break: keep-all;
	font-style: inherit;
	font-size: 13px;
	line-height: 1;
	font-weight: 300;
}
.newSection .main_top_bnr section:hover .s_bnr{
	color: #f4ff2b;
	background-size: 120%;
	transition: all 0.5s;
}
/*
.newSection .main_top_bnr .s_bnr:hover .t{
	font-size: 22px;
	transition: all 0.2s;
}
.newSection .main_top_bnr .s_bnr:hover .s{
	font-size: 18px;
	transition: all 0.2s;
}
.newSection .main_top_bnr .s_bnr:hover p i{
	font-size: 15px;
	transition: all 0.2s;
}
*/

.newSection .tel01 {
	flex: 1;
	margin-left: 20px;
	border: 1px solid #73b34c;
	border-radius: 5px;
	padding: 10px 15px;
	background: #ecf1dd;
}

.newSection .tel01 p {
	line-height: 1.2;
	font-size: 13px;
	font-weight: 600;
	color: #2b2b2b;
}

.newSection .tel01 .t {
	font-size: 16px;
	color: #111;
	font-weight: 600;
}

.newSection .tel01 .num {
	font-size: 30px;
	font-weight: 600;
	margin-top: 0px;
}

.newSection .leftBox {
	margin-right: 20px;
}

.newSection .mr_banner {
	margin-left: 20px;
}

.newSection #area_brand,
.newSection #left_menu {
	width: 166px;
	background: #ecf1dd;
	border-radius: 5px;
	border: 1px solid #379300;
}

.newSection .leftBox #left_menu .tit {
	text-align: center;
	font-size: 20px;
	line-height: 46px;
	background: url(../img/common/bg_lm_tit.jpg) no-repeat center center;
	background-size: cover;
	color: #FFF
}

.newSection .leftBox #left_menu li {
	position: relative
}

.newSection .leftBox #left_menu li:nth-of-type(4n) {
	padding-bottom: 5px;
	margin-bottom: 5px
}

.newSection .leftBox #left_menu li:nth-of-type(4n):after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	border-bottom: 1px dotted #379300
}

.newSection .leftBox #left_menu li:nth-last-child(1):after {
	display: none
}

.newSection .leftBox #left_menu li a {
	display: block;
	line-height: 30px;
	background: #FFF;
	border: 1px solid #379300;
	border-radius: 5px;
	text-align: center;
	height: 32px;
	font-size: 15px;
	margin: 10px;
	font-weight: 600
}

.newSection .leftBox #left_menu li a:hover {
	font-size: 16px
}

.left_latest {
	margin-top: 10px;
	position: relative;
	width: 160px;
}

.left_latest .latest_box {
	border-radius: 5px;
	/*padding: 8px 3px 3px 3px;*/
	padding: 8px 6px 6px 6px;
	min-height: 170px;
	margin-bottom: 10px;
}

.left_latest .latest_box .tit {
	font-size: 15px;
	color: #FFF;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-indent: 6px;
}

.left_latest .latest_box .tit:after {
	content: '';
	display: inline-block;
	border-radius: 3px;
	width: 20px;
	background: #1a4934 url(../img/common/ico_plus.png) no-repeat center center;
	margin-left: 10px;
	height: 20px;
}

.left_latest .latest_box .tit a {
	display: block
}

.left_latest .latest_box .txt {
	color: #555;
	line-height: 1.3;
	font-size: 14px;
	margin-top: 9px;
	opacity: 1;
	background: #fff;
	border-radius: 5px;
	padding: 10px 5px;
	text-align: center;
}

.left_latest .latest_box.ver1 {
	/*background: #52a17d url(../img/common/bg_left_gal.png) no-repeat right top;*/
	background: linear-gradient(#2e8700, #fce439);
	padding: 8px 6px 6px;
}

.left_latest .latest_box.ver2 {
	/*background: #5ca152 url(../img/common/bg_left_gal.png) no-repeat right top;*/
	background: linear-gradient(#2e8700, #fce439);
	padding: 8px 6px 6px;
}

.left_latest .latest_box.ver3 {
	/*background: #f36700 url(../img/common/bg_left_online.png) no-repeat 99% 10px;*/
	background: linear-gradient(#2e8700, #fce439);
	min-height: 115px;
	/*padding: 8px 3px 3px;*/
	padding: 8px 6px 6px;
}

.grn {
	color: #00937b !important;
}

.grn2 {
	color: #528827 !important
}

.mainBox {
	width: 748px;
}

.sub_cont_box {
	width: 748px;
	border-radius: 5px;
	padding: 0 0 20px;
}

.main_prd {
	margin-top: 19px;
	border: 5px solid #68bf30;
	border-radius: 5px;
	background: #ebf6e6;
	padding: 12px 25px 0px;
}

.main_prd .prd_slide {
	padding: 0 30px
}

.main_prd .prd_wrap {
	background: url(../img/main/prd_wrap_h4_bg.png) no-repeat 0px 12px;
	background-size: 100%;
	margin-bottom: 15px
}

.main_prd .prd_wrap .tab_b {
	min-height: 183.58px
}

.main_prd .prd_wrap h4 {
	display: table;
	margin: 0px auto 15px !important;
	text-align: center;
	padding: 0 50px;
	font-size: 17px;
	line-height: 35px;
	border-radius: 20px;
	/*background: url(../img/main/main_top_bnr02.jpg) no-repeat center center;*/
	background: #c9d776;
	background-size: cover;
	color: #2c3e16;
	position: relative;
	font-weight: 700;
	box-shadow: 0 -5px 5px #a5b160 inset;
	border: 1px solid #79933c;
	/*box-shadow: 0 -5px 5px #39785b inset;*/
}

.main_prd .prd_wrap .tab_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	displ-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px
}

.main_prd .prd_wrap .tab_list li {
	width: 43%;
	margin: 0 10px
}

.main_prd .prd_wrap .tab_list li a {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 35px;
	outline: 0;
	background: #fff;
	color: #3c8a00;
	border: 1px solid #79933c;
	border-radius: 20px;
}

.main_prd .prd_wrap .tab_list li a:after {
	display: inline-block;
	color: #3c8a00;
	content: "▲";
	transform: translateY(-50%);
	font-size: .50em;
	font-weight: 300;
	margin: 0 0 0 8px;
	position: relative;
	top: 18px;
}

.main_prd .prd_wrap .tab_list li.ui-state-active a {
	/*background: url(../img/main/main_top_bnr01.jpg) no-repeat center center;*/
	background: #c9d776;
	background-size: cover;
	color: #2c3e16;
	position: relative;
	font-weight: 700;
	box-shadow: 0 -5px 5px #a5b160 inset;
}

.main_prd .prd_wrap .tab_list li.ui-state-active a:after {
	display: inline-block;
	color: #79933c;
	content: "▼";
	transform: translateY(-50%);
	font-size: .50em;
	font-weight: 300;
	margin: 0 0 0 8px;
	position: relative;
	top: 18px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.2
}

.newSection.main_f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}

.main_f .img {
	width: 790px;
	border-radius: 10px;
	overflow: hidden;
}

.main_f .img img {
	width: 100%;
}

.main_f .txtB {
	flex: 1;
	padding-left: 45px;
	padding-top: 20px;
	background: url(../img/common/bg_main_f.gif) no-repeat 73% 10px;
}

.main_f .txtB .tit {
	font-size: 27px;
	line-height: 1;
	font-family: 'YiSunShinDotumM';
	font-weight: 600
}

.main_f .txtB .tit p {
	font-size: 52px;
}

.main_f .ul_list {
	margin-top: 30px;
}

.main_f .ul_list li {
	font-size: 15px;
	line-height: 25px;
}

.main_f .ul_list li i {
	display: inline-block;
	font-style: inherit;
	font-weight: 600;
	color: #528827;
}

.main_f .ul_list li b {
	font-weight: 500;
}

.newSection .rightBox {
	margin-left: 20px;
	/*width: 206px;*/
	width: 160px;
}

.newSection .rightBox .box {
	margin-bottom: 15px;
	border-radius: 3px;
}

.newSection .rightBox .box.ver01 {
	background: url(../img/common/r_tel02.png) no-repeat right 45px;
}

.newSection .rightBox .box.ver01 .tit {
	font-size: 17px;
	padding-left: 32px;
	margin-bottom: 12px;
	color: #3a6c55;
	font-weight: 600;
	background: url(../img/common/r_tel01.png) no-repeat left 0px;
}

.newSection .rightBox .box.ver01 .tel_box2 {}

.newSection .rightBox .box.ver01 .tel_box2 p {
	font-size: 17px;
	padding-left: 24px;
	background: url(../img/common/r_bg_t.png) no-repeat left 4px;
	margin-bottom: 3px;
}

.newSection .rightBox .box.ver01 .tel_box2 p b {
	color: #52a17d;
	font-size: 17px;
}

.newSection .rightBox .box.ver01 .tel_box2 p.f {
	background: url(../img/common/r_bg_f.png) no-repeat left 5px
}

.newSection .rightBox .box.ver01 .time {
	text-align: center;
	background: #52a17d url(../img/common/r_time.png) no-repeat 13px center;
	color: #FFF;
	border-radius: 3px;
	line-height: 32px;
	font-size: 15.5px;
	padding-left: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.newSection .rightBox .box.ver02 {
	padding: 15px;
	background: #ecf1dd;
	border: 1px solid #379300;
	border-radius: 5px;
}

.newSection .rightBox .box.ver02 .tit {
	color: #000;
	font-size: 18.5px;
	font-weight: 700;
}

.newSection .rightBox .box.ver02 .tit span {
	display: inline-block;
	font-size: 19.5px;
	margin-left: 4px;
	color: #30ae48;
}

.newSection .rightBox .box.ver02 .txt {
	color: #374031;
	opacity: .8;
	margin: 5px 0;
}

.newSection .rightBox .box.ver02 a {
	display: block;
	background: #30ae48;
	padding: 3px 10px;
	border-radius: 5px;
	position: relative
}

.newSection .rightBox .box.ver02 a:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 23px;
	position: absolute;
	background: url(../img/ico_blog_right.png) no-repeat center center;
	right: 5px;
	top: 3px;
}

.newSection .rightBox .box.ver03 {
	background: url(../img/bg_right_fd_info.jpg) no-repeat;
	background-size: cover;
	border-radius: 5px;
	/* overflow:hidden; */
	border: 1px solid #9d9491;
	padding: 20px;
	position: relative;
	margin-bottom: 15px;
}

.newSection .rightBox .box.ver03 .tit {
	font-size: 17.5px;
	color: #000;
	font-weight: 700;
}

.newSection .rightBox .box.ver03 .txt {
	color: #7c563b;
	font-size: 20.5px;
	font-weight: 700;
	line-height: 1;
}

.newSection .rightBox .box.ver03 img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.newSection .leftBox .box.ver04 {margin-top: 10px;}

.newSection .leftBox .box.ver04 li {
	/*background: url(../img/common/bg_ver04.gif) no-repeat;*/
	background: #cddb76;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 5px;
	border: 1px solid #4baa0f;
	box-shadow: 0 -5px 5px #a5b160 inset
}

.newSection .leftBox .box.ver04 li a {
	display: block;
	color: #283e1a;
	line-height: 42px;
	text-align: right;
	padding-right: 10px;
	font-size: 15px;
	font-weight: 600;;
}

.newSection .leftBox .box.ver04 li a.ico1 {
	background: url(../img/common/r_ico_01.png) no-repeat 10px center
}

.newSection .leftBox .box.ver04 li a.ico2 {
	background: url(../img/common/r_ico_02.png) no-repeat 10px center
}

.newSection .leftBox .box.ver04 li a.ico3 {
	background: url(../img/common/r_ico_03.png) no-repeat 10px center
}

.newSection .leftBox .box.ver04 li a.ico4 {
	background: url(../img/common/r_ico_04.png) no-repeat 10px center
}

.newSection .leftBox .box.ver04 li a.ico5 {
	background: url(../img/common/r_ico_05.png) no-repeat 10px center
}

.newSection .leftBox .box.ver04 li a.ico6 {
	background: url(../img/common/r_ico_06.png) no-repeat 10px center
}

.newSection .leftBox .box.ver05 {
	border: 1px solid #1ca38e;
	border-radius: 5px;
	padding: 15px;
	font-size: 19px;
	font-weight: 500;
	color: #1f1f1f;
}

.newSection .rightBox .box.ver05 img {
	margin-top: 5px;
}

.newSection .rightBox .box.ver05 .tit {
	color: #3d916b;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}

.newSection .rightBox .box.ver05 .nm {
	color: #FFF;
	background: #4a9875;
	border-radius: 3px;
	text-align: center;
	line-height: 25px;
	margin-bottom: 6px;
	font-size: 14px;
}

.newSection .rightBox .box.ver06 {
	border: 1px solid #1ca38e;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}

.newSection .leftBox .box.ver07 {
	border: 1px solid #5ca152;
	border-radius: 5px;
	padding: 20px 13px;
}

.newSection .leftBox .box.ver07 > .tit {
	font-size: 17.5px;
	font-weight: 600;
	color: #111;
	margin-bottom: 13px;
}

.newSection .leftBox .box.ver07 li .pr {
	font-size: 16px;
	font-weight: 600;
	color: #517c1a;
}

.newSection .leftBox .box.ver07 ul {}

.newSection .leftBox .box.ver07 ul li {
	margin-bottom: 15px;
}

.newSection .leftBox .box.ver07 ul li:nth-last-child(1) {
	margin-bottom: 0
}

.newSection .leftBox .box.ver07 ul li a {
	display: flex;
}

.newSection .leftBox .box.ver07 ul li a img {
	width: 100%;
}

.newSection .leftBox .box.ver07 .img {
	width: 40%;
	margin-right: 4%;
}

.newSection .leftBox .box.ver07 .txt {
	flex: 1;
	width: 56%;
}

.hd_bnr {
	width: 320px
}

.hd_bnr img {
	max-width: 100%
}

.hd_bnr_slide {
	overflow: hidden;
	height: 106px;
}

.hd_bnr_slide .slick-track {
	width: 100% !important;
}

.hd_bnr_slide {}

.hd_bnr_slide a {
	display: block
}

.hd_bnr_slide .swiper-slide {
	height: 102px;
}
.left_latest .latest_box.ver4{
	display: none;
}


@media(max-width:1200px) {
	.newSection .leftBox #left_menu {}

	.newSection .leftBox #left_menu li {}

	.newSection .leftBox #left_menu li a {}

	.newSection .rightBox .box.ver07 {}

	.newSection .rightBox .box.ver07 .tit {}

	.newSection .rightBox .box.ver07 ul {}

	.newSection .rightBox .box.ver07 ul li {}

	.newSection .rightBox .box.ver07 ul li a {}

	.newSection .rightBox .box.ver07 ul li a img {}

	.newSection .rightBox .box.ver07 .img {}

	.newSection .rightBox .box.ver07 .txt {}

	.newSection .main_top_bnr {
		flex: 1;
		width: 60%;
		margin: 10px 0 0;
	}

	.newSection .tel01 {
		width: 18%;
		margin-left: 2%;
		flex: inherit;
	}

	.newSection .main_top_bnr .s_bnr {
		width: 32.3%
	}

	.mainBox,
	.sub_cont_box {
		flex: 1;
		width: 60%
	}

	.newSection .leftBox {
		margin-right: 2%;
		width: 18%;
	}

	.newSection #area_brand,
	.newSection #left_menu {
		width: 18%;
		margin-right: 2%
	}

	.newSection .leftBox #left_menu {
		width: 100%
	}

	.newSection .rightBox .left_latest {
		width: auto
	}

	.newSection .rightBox {
		width: 18%;
		margin-left: 2%
	}

	.newSection .rightBox .box img {
		max-width: 100%
	}

	.newSection.main_f {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main_f .img,
	.main_f .txtB {
		width: 100%
	}

	.newSection .rightBox .box.ver01 .tit,
	.newSection .rightBox .box.ver05 .tit {
		font-size: 15px
	}

	.newSection .rightBox .box.ver01 {
		background: #FFF
	}

	.newSection .rightBox .box.ver01 .time {
		background: #52a17d;
		padding-left: 0;
	}

	.newSection .rightBox .box.ver05 {
		padding: 10px;
		font-weight: 600;
		font-size: 17px;
	}

	.newSection .rightBox .box.ver05 .nm {
		font-size: 13px
	}
}

@media (max-width:980px) {

	#super_top,
	.hd_bnr,
	.newSection #area_brand,

	.newSection .tel01,
	.newSection .leftBox #left_menu,
	#hd_tnb {
		display: none
	}

	#hd_tnb.cf {
		display: block;
	}

	.newSection.flexBox.mainVer,
	.newSection.flexBox.subVer {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.newSection .rightBox {
		position: fixed;
		right: 0;
		top: 0;
		width: 0
	}

	.newContainer.inr {
		width: 100%
	}

	.mainBox,
	.sub_cont_box {
		width: 100%;
		/*margin: 20px 0 0;*/
	}

	.newSection {
		margin-top: 0
	}

	.swiper-slide img {
		width: 100%
	}

	.newSection {
		width: 90%;
		margin: 0 auto 0
	}

	.main_prd {
		margin: 10px auto;
		width: 96%;
	}

	.newSection .leftBox {
		width: 100%;
		padding: 1%;
	}

	.left_latest .latest_box {
		min-height: auto;
		padding: 9px 3px 3px 3px;
	}

	.main_f .img,
	.main_f .txtB {
		padding-left: 0
	}

	.main_f .txtB .tit p {
		font-size: 22px;
	}

	.main_prd .prd_wrap .tab_b {
		min-height: 160px
	}

	.main_prd .prd_wrap {
		margin-bottom: 20px
	}

	.main_prd .prd_slide {
		padding: 0 15px;
	}

	.sct_10 .sct_img img {
		width: 100%;
	}

	.main_prd .prd_wrap h4 {
		margin: 0 0px 20px;
	}

	.main_prd .prd_wrap .tab_list li a {
		font-size: 15px;
		line-height: 35px
	}


	#ft .flexBox {
		flex-direction: column;
		margin-bottom: 70px;
	}

	#ft .btn_link {
		width: auto;
		display: inline-block;
		margin-bottom: 13px;
	}

	#ft .btn_link a {}

	#ft .img_wrap {
		width: 100%;
		padding: 0;
	}

	#ft .img_wrap:before {
		display: none
	}

	#ft .img_wrap .logo img {}

	#ft .img_wrap .add_img {
		margin: 0;
	}

	.ft_top .btmBtn {
		flex-direction: column;
		padding: 7px;
	}

	.ft_top .btmBtn .noti_ver {
		padding: 0;
		width: 100%;
		margin-top: 18px;
	}

	.ft_top .btmBtn .noti_ver b {
		margin-left: 4px;
	}

	.ft_top .btmBtn .noti_ver .noti_slide {
		width: 100%;
		margin-left: 20px;
		margin-top: -3px;
	}

	.ft_top .btmBtn .noti_ver .noti_slide .swiper-button-prev {}

	.ft_top .btmBtn .noti_ver .noti_slide .swiper-button-next {}

	.ft_top .btmBtn .noti_ver .noti_slide .swiper-slide a {}

	.ft_top .btmBtn .btmBtnBox a:first-child {
		padding-left: 6px;
	}

	.ft_top .btmBtn .btmBtnBox a {
		padding: 5px;
		font-size: 12px;
	}

	.left_latest .latest_box {
		margin: 10px 4%;
	}

	.left_latest {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		margin: 10px 4%;
	}

	.left_latest .latest_box.ver1,
	.left_latest .latest_box.ver2 {
		float: left;
		width: 49%;
		margin: 0px .5%;
	}

	.left_latest .latest_box.ver3 br {}

	.left_latest .latest_box.ver3,
	.left_latest .latest_box.ver4{
		display: inline-block;
		float: left;
		width: 49%;
		margin: 3px .5%;
	}

	.left_latest .latest_box .txt{
		padding: 9px 3px;
		font-size: 12px;
	}
	.left_latest .latest_box.ver3 .txt{
		/*		height: 102px;*/
		font-size: 13px;
	}
	.left_latest .latest_box.ver4{
		background: #ecf1dd;
		border: 1px solid #379300;
		border-radius: 5px;
		padding: 0 3px 3px;
	}

	.left_latest .latest_box.ver4.kakao{
		background: #f6efb0;
		width:100%;
		border: 1px solid #379300;
		border-radius: 5px;
		padding: 0 3px 3px;
	}

	.left_latest .latest_box.ver4 .tit {
		color: #000;
		font-size: 13px;
		font-weight: 700;
		margin: 9px 0;
	}

	.left_latest .latest_box.ver4 .tit span {
		display: inline-block;
		margin-left: 0;
		color: #30ae48;
	}

	.left_latest .latest_box.ver4 .txt {
		color: #374031;
		opacity: .8;
		margin: 5px 0;
	}


	.left_latest .latest_box.ver4 a {
		display: block;
		background: #30ae48;
		padding: 3px 10px;
		border-radius: 5px;
		position: relative
	}

	.left_latest .latest_box.ver4.kakao a {
		display: block;
		background: #f7e439;
		padding: 6px 10px;
		border-radius: 5px;
		position: relative
	}

	.left_latest .latest_box.ver4.kakao a > img{
		width: 100%;
		max-width: 157px;
	}

	.left_latest .latest_box.ver4 a > img{
		width: 90%;
		max-width: 137px;
	}

	.left_latest .latest_box.ver4 a:before {
		display: inline-block;
		content: '';
		width: 15px;
		height: 23px;
		position: absolute;
		background: url(../img/ico_blog_right.png) no-repeat center center;
		right: 5px;
		top: 3px;
	}

	.newSection.main_f {
		margin-top: 0;
	}

	.main_prd .prd_wrap .tab_list li {
		width: 49%
	}

	.left_latest .latest_box .tit {
		font-size: 14px
	}

}

@media(max-width:768px) {
	.newSection .leftBox #left_menu {}

	.newSection .leftBox #left_menu li {}

	.newSection .leftBox #left_menu li a {}

	#super_top {
		display: none
	}

	.newSection .rightBox .box.ver07 {}

	.newSection .rightBox .box.ver07 .tit {}

	.newSection .rightBox .box.ver07 ul {}

	.newSection .rightBox .box.ver07 ul li {}

	.newSection .rightBox .box.ver07 ul li a {}

	.newSection .rightBox .box.ver07 ul li a img {}

	.newSection .rightBox .box.ver07 .img {}

	.newSection .rightBox .box.ver07 .txt {}

	.main_prd {
		padding: 10px 10px 0;
	}

	.main_prd .prd_wrap .tab_list li {
		width: 50%;
		margin: 0;
	}

	.main_prd .prd_wrap .tab_list li a {
		font-size: 13px;
	}
	.newSection .main_top_bnr{
		overflow-x: scroll;
		width: 100% !important;
	}
}


.formBox {
	/*	background: #ecf1dd;*/
	padding: 20px;
	text-align: center;
	background: url(../img/sub/bg_comp.jpg);
	box-shadow: inset 0 0 7px rgb(0 0 0 / 20%);
}

.formBox .input_cal {
	border: 1px solid #DDD;
	padding: 0 5px;
	font-size: 14px;
	line-height: 30px;
	width: 120px;
}

.formBox #cal_type {
	width: 110px;
	border: 1px solid #DDD;
	padding: 0 4px;
	line-height: 30px;
	height: 32px;
	font-size: 14px;
}

.formBox .btn_ok {
	background: #2d6e01;
	border: 0;
	line-height: 30px;
	width: 60px;
	font-size: 14px;
	color: #FFF;
}

.formBox .form_txt {
	margin: 0 auto;
}

.formBox .form_t {
	margin-top: 20px;
	text-align: center;
}

.formBox .form_txt b {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
}

.formBox .form_txt span {
	font-size: 15px;
}

.formBox .form_txt:nth-of-type(2) {
	color: #FFF;
	background: #5ca152;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	margin-top: 7px;
}

@media(max-width:1200px) {
	.sub_cont_box {
		width: 90%;
		margin: 0 auto;
	}

	.formBox {}

	.formBox .input_cal {}

	.formBox #cal_type {}

	.formBox .btn_ok {}

	.formBox .btn_ok {}

	.formBox .form_txt {}

	.formBox .form_txt b {}

	.formBox .form_txt span {}
}

@media(max-width:980px) {
	.sub_cont_box {
		padding: 10px;
		margin-bottom: 50px;
		border: 0;
		width: 100%;
	}

	.formBox {
		padding: 10px;
	}

	.formBox .input_cal {
		width: 33%;
	;
	}

	.formBox #cal_type {
		width: 33%;
	}

	.formBox .btn_ok {
		width: 24%;
	}

}

@media(max-width:768px) {

	.sub_cont_box {
		margin-bottom: 0;
	}
}

ul.imgList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.imgList li {
	width: 25%;
	text-align: center;
	margin-bottom: 15px;
}

ul.imgList li p {
	font-size: 15px;
	margin-top: 2px;
}

ul.imgList li img {
	width: 90%;
}

.sub_border {
	width: 100%;
	display: block;
}

.comp {
	background: url(../img/sub/bg_comp.jpg);
	/*	background-size: contain;*/
	padding: 40px;
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
	position: relative;
}

.comp .imgList {
	background: #FFF;
	padding: 20px 20px 0 20px;
}

.comp .tit_img {
	width: 100%;
	margin: 0 0 80px;
}

.comp.ver2::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 150px;
	right: 5%;
	background: url(../img/sub/bg_birds.png) no-repeat;
	width: 99px;
	height: 79px;
}

.title_b {
	font-size: 22px;
	font-weight: bold;
	word-break: keep-all;
	color: #983f3f;
	margin-bottom: 15px;
}

.tc {
	text-align: center !important
}

.txtBox {
	margin-bottom: 30px;
	font-size: 15px
}

.txtBox.ver2 {
	margin-bottom: 25px;
	font-size: 15px;
	word-break: break-all;
	background: #f3ede6b5;
	padding: 13px;
}

.txtBox p {
	margin-bottom: 10px;
	font-size: 15px;
	word-break: keep-all;
}

.txtBox p.point {
	font-size: 23px;
	font-weight: 600;
}

.comp p.point {
	text-align: right;
	margin-top: 20px;
}

.txtBox p.point span {
	display: inline-block;
	margin-right: 5px;
	font-size: 15px
}

.sub_title_b {
	background: #983f3f;
	padding: 3px 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 20px 0 10px;
	border-radius: 20px;
	display: table;
}

.point1 {
	color: #983f3f
}

.point2 {
	color: #b94a01;
}

div.point2 {
	margin: 20px 0 0;
}

.sub_txtBox {}

.comp .imgBox {}

.comp .imgBox.certi_wrap {
	margin: 0 0 30px;
}

.comp .imgBox.certi_wrap .imgList {
	display: flex;
	/*	align-items: center;*/
	justify-content: center;

}

.comp .imgBox.certi_wrap .imgList li img {
	border: 3px solid #8e604a;
}

.comp .imgBox .point_box {
	font-size: 20px;
	font-weight: 600;
	margin: 30px auto 0;
	color: #fff;
	background: radial-gradient(#8e604a, #563526);
	padding: 5px 15px;
	display: table;
}

@media(max-width:980px) {
	.comp {
		padding: 30px;
	}

	.comp .imgList {
		padding: 15px 7px 0;
	}

	.comp .tit_img {
		height: auto;
		margin: 0 0 30px;
	}

	ul.imgList li p {
		font-size: 12px;
		word-break: keep-all;
		line-height: 1.2;
		margin-top: 5px;
	}

	.title_b {
		font-size: 15px
	}

	.txtBox p {
		font-size: 13px
	}


	.comp.ver2::after {
		top: 100px;
		background-size: contain;
		width: 80px;
		height: 80px;
	}
}

@media (max-width:375px) {


	.comp.ver2::after {
		top: 70px;
		background-size: contain;
		width: 50px;
		height: 50px;
	}

	.comp .imgBox.certi_wrap .imgList li img {
		border: 1px solid #8e604a;
	}

	.comp .imgBox .point_box {
		font-size: 15px;
	}
}

.sub_contents {
	padding: 40px;
	background: url(../img/sub/bg_comp.jpg);
	box-shadow: inset 0 0 7px rgb(0 0 0 / 20%);
}

.sub_contents.comp_info {
	/*	background: url(../img/bg_comp2.jpg) repeat-y 80% center;*/
	border-top: 0;
	padding: 40px;
}

.sub_contents > h3 {
	font-family: 'YiSunShinDotumM';
	font-size: 2em;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px !important;
}

.sub_contents .sub_contents_box {
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #2b7900;
	word-break: keep-all;
}

.sub_contents .sub_contents_box:nth-last-child(1) {
	border-bottom: 0;
	padding-bottom: 0;
}

.sub_contents .sub_contents_box h4 {
	font-size: 1.3em;
	font-family: 'YiSunShinDotumM';
	margin-bottom: 5px;
	display: inline-block;
	background: #983f3f;
	color: #FFF;
	line-height: 1.5;
	padding: 0 10px;
	border-radius: 5px;
}

.sub_contents .sub_contents_box .box {
	margin-bottom: 15px;
}

.sub_contents .sub_contents_box .box.ver_tc {
	text-align: center;
	background: #2b6b02;
	color: #FFF;
	padding: 15px;
	font-size: 14px;
	border-radius: 5px;
}

.sub_contents .sub_contents_box .box img {
	max-width: 100%
}

.sub_contents .sub_contents_box > .flexBox {
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub_contents .sub_contents_box > .flexBox img {
	height: auto;
	width: auto;
	border: 2px solid #983f3f;
	border-radius: 10px;
}

.sub_contents .sub_contents_box > .flexBox .txt {
	padding-left: 5%
}

.sub_contents .sub_contents_cont {
	margin-bottom: 20px;
	font-size: 15px
}

.sub_contents .sub_contents_cont b {
	color: #983f3f
}

.sub_contents .Big_box {
	background: #f3ede6b5 url(../img/common/bg_left_gal.png) no-repeat right top;
	border-radius: 10px;
	border: 1px solid #983f3f;
	padding: 30px;
	margin-bottom: 12px;
}

.sub_contents .Big_box2 {
	background: #fbfff0 url(../img/common/bg_left_gal.png) no-repeat right top;
	border-radius: 10px;
	border: 1px solid #983f3f;
	padding: 30px;
	margin-bottom: 12px;
}

.sub_contents h5 {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 600;
	color: #256201;
}

.sub_contents .Big_box > p {}

.sub_contents .sub_cont_list {
	padding: 0;
	margin-bottom: 20px;
}

.sub_contents .sub_cont_list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.sub_contents .sub_cont_list li:nth-last-child(1) {
	margin-bottom: 0
}

.sub_contents .sub_cont_list.ver2 li {
	padding-left: 0;
	margin-bottom: 13px
}

.sub_contents .sub_cont_list.ver3 {
	width: 100%;
	margin-top: 10px;
}

.sub_contents .sub_cont_list.ver3 li {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #983f3f;
	padding-bottom: 10px;
}

.sub_contents .sub_cont_list.ver3 li:nth-last-child(1) {
	border-bottom: 0;
	padding-bottom: 0;
}

.sub_contents .sub_cont_list.ver3 li b {
	display: inline-block;
	width: 120px;
	text-align: center;
}

.sub_contents .sub_cont_list.ver3 li span {
	display: inline-block;
	flex: 1
}

.sub_contents .sub_cont_list li i {
	display: inline-block;
	position: absolute;
	font-style: inherit;
	left: 0;
	background: #215d00;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}

.sub_contents .sub_cont_list.ver4 li {
	padding-left: 20px
}

.sub_contents .sub_cont_list.ver4 li i {
	background: transparent;
	color: #000;
	font-weight: 700;
	font-size: 19px;
	line-height: 1;
	width: 15px
}

.sub_contents .sub_cont_list_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub_contents .sub_cont_list_flex li {
	width: 50%;
	margin-bottom: 20px;
}

.sub_contents .sub_cont_list_flex li .stxt .flexBox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sub_contents .sub_cont_list_flex li > p {
	margin-bottom: 5px
}

.sub_contents .sub_cont_list_flex li h5 {
	margin-top: 0
}

.sub_contents .sub_contents_cont .sub_cont_list_flex b {
	color: #000
}

.sub_contents .flexBox_s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sub_contents .flexBox_s > * {
	width: 50%
}

.content_box {
	font-size: 15px;
	padding: 15px
}


@media(max-width:1200px) {
	.sub_contents {}

	.sub_contents > h3 {}

	.sub_contents .sub_contents_box {}

	.sub_contents .sub_contents_box h4 {}

	.sub_contents .sub_contents_box > .flexBox {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sub_contents .sub_contents_box > .flexBox > * {
		width: 100%
	}

	.sub_contents .sub_contents_box > .flexBox img {
		margin-bottom: 15px;
		width: 60%;
	}


}

@media(max-width:980px) {
	.sub_contents {
		padding: 20px;
	}

	.sub_contents > h3 {
		font-size: 1.5em
	}

	.sub_contents .sub_contents_box h4 {
		font-size: 1.1em
	}

	.sub_contents .sub_contents_box {
		font-size: 1em
	}

	.sub_contents .sub_cont_list.ver3 {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sub_contents .sub_cont_list.ver3 li b,
	.sub_contents .sub_cont_list.ver3 li span {
		display: block;
		width: 100%
	}


	.sub_contents .txt .sub_contents_cont {
		margin-bottom: 10px
	}

	.sub_contents .sub_cont_list_flex {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sub_contents .sub_cont_list_flex li {
		width: 100%
	}

	.content_box {
		font-size: 1em
	}

}



/*조직도*/
.greet5 {
	font-size: 15px;
	color: #666;
	line-height: 1em;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	margin-top: 50px;
}

.greet5 ul {
	padding: 0;
	background: url(../img/line.png) no-repeat center 20px;
	position: relative;
}

.greet5 .organ_box {
	width: 230px;
	border-radius: 5px 30px;
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.greet5 .organ_title {
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 5px 16px;
	background-image: url(../img/sub/organi_bg.png);
	background-position: 67px center;
	background-repeat: no-repeat;
}

.comp .greet5 .ft.organ_title {
	background-color: #9e5b11;

}

.greet5 .organ_cont {
	/* border: 1px solid #ccc; */
	border-top: none;
	background: #fff;
	padding: 10px 10px;

	min-height: 50px;
	height: auto;
}

.comp .greet5 .ceo {
	background-color: #2f6f00;
	background-image: url(../img/common/bg_left_gal.png);
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 5px 30px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
}

.comp .greet5 .mid1 {
	border-radius: 5px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 50px;
	margin: 0 auto 60px auto;
	text-align: center;
}

.comp .greet5 .mid2 {
	border-radius: 5px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 50px;
	margin: 0 auto 60px auto;
	text-align: center;
}

.comp .greet5 .ft {
	background-color: #ef5f5f;
	color: #fff;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
}

.comp .greet5 .ft2 {
	background-color: #3789c2;
	color: #fff;
	font-weight: 500;
	line-height: 50px;
}

.comp .greet5 span {
	display: block;
	margin-bottom: 4px;
	line-height: 1.6;
	color: #333;
	font-size: 15px;
	font-weight: 600;
}

.comp .greet5 span > strong {
	min-width: 30px;
	display: inline-block;
}

.greet5 .center {
	width: 230px;
	margin: 0 auto;
}

.greet5 .depart1 {
	width: calc(100% / 2);
	margin-top: 60px;
}

.greet5 .depart2 {
	width: calc(100% / 2);
	position: absolute;
	top: 110px;
	right: 0;

}

.greet5 .depart3 {
	width: calc(100% / 3);
	position: absolute;
	top: 190px;
	right: 0px;
}


.greet5 .depart1:after {
	display: block;
	content: "";
	clear: both;
}

.greet5 .depart2:after {
	display: block;
	content: "";
	clear: both;
}

.greet5 .depart1 li {
	width: 230px;
	margin: 0 auto;
}

.comp .greet5 .organ_box2 .ft {
	background: #19bfd3;
}

@media screen and (max-width:1000px) {
	.greet5 {
		width: 100%;
		height: auto;
		background-size: 100%;
		padding-bottom: 120px;
	}

	.greet5 ul {
		background: none;
	}

	.greet5 .organ_box {
		width: 100%;
	}

	.greet5 .c1 {
		margin-left: 0px;
	}

	.greet5 .center {
		width: 100%;
		margin: 0 auto;
	}

	.greet5 .depart1 {
		width: 100%;
		margin-top: 40px;
	}

	.greet5 .depart2 {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 30px;
	}

	.greet5 .depart3 {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 30px;
	}

	.greet5 .depart1 li {
		width: 100%;
		float: none;
		margin: 0 0px;
	}

	.greet5 .depart2 li {
		width: 100%;
		float: none;
		margin: 0 0px;
	}

	.greet5 .organ_box2 {
		margin-bottom: 10px !important;
	}
}

/*게시판 공통*/
#bo_v_title {
	font-size: 1.50em !important;
	font-weight: 600;
}


.m_menu {
	display: none;
}

@media(max-width:980px) {
	.m_menu {
		margin: 0;
		display: flex;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.m_menu dd {
		width: 25%;
	}

	.m_menu dd:nth-of-type(1) {
		background: #669922;
	}

	.m_menu dd:nth-of-type(2) {
		background: #51a17c;
	}

	.m_menu dd:nth-of-type(3) {
		background: #f26700;
	}
	.m_menu dd:nth-of-type(4) {
		background: rgba(203,55,223,1.00);
	}

	.m_menu dd strong {
		font-size: 1.2em;
		font-weight: 600;
		/*		margin-left: 5px;*/
	}

	.m_menu dd i {
		margin-left: 7px;
	}.m_menu dd a {
		 color: #fff;
		 display: block;
		 padding: 0;
		 line-height: 35px;
		 font-size: 1.05em;
		 font-weight: 600;
		 color: #fff;
		 text-align: center;
		 position: relative;
		 cursor: pointer;
		 z-index: 1;
	 }
}


.del_list_wrap{
	display: flex;
	align-items: center;
}

@media(max-width:980px){
	.del_list_wrap{
		flex-wrap: wrap;
	}

	#sod_addr .addr_input{
		display: flex;
	}
	#sod_addr .btn_wrap{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}

@media(max-width:999px){
	.pro_wrap{
		z-index: 999;
		background: #eee;
		position: absolute;
		top: 35px;
		width: 100%;
		min-height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
	}
	.pro_list{
		width: 100%;
		display: flex;
		padding: 10px;
		overflow-x: scroll;
	}
	.pro_list li{
		margin-right: 5px;
		border: 1px solid #ccc;
		padding: 5px;
		background: #fff;
	}
	.pro_list li:last-child{
		margin-right: 0;
	}
	.pro_list li.no_view{
		width: 100%;
		text-align: center;
	}
	.pro_list li .txt{
		margin: 3px 0 0;
	}
	.pro_list li .pr{
		font-size: 1.1em;
		color: #517c1a;
	}
	.pro_wrap .btn_close{
		background: #333;
		color: #fff;
		font-size: 1.5em;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 50%;
		bottom: -30px;
		transform: translate(-50%,0);

	}
}

/*우측배너 202030313*/
#r_banner{}
#r_banner > div { margin:0 0 10px;}
@media(max-width:980px){
	#r_banner{ display: none;}
	.newSection .leftBox .box.ver04 ul{display: grid;grid-template-columns: 1fr 1fr;gap: 4px;}
}