@charset "utf-8"; 

/************************************************

					setting

*************************************************/
* {margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box;}
html, body {overflow-x:hidden; background: #ffffff; font-family: 'Nanum Gothic', 'Malgun Gothic', sans-serif; -webkit-text-size-adjust: 100%; letter-spacing: -0.5px;}
ul, ol, dl, li {list-style:none;}
a {text-decoration: none; color: inherit;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table, table tr, table td {border: 0; border-collapse: collapse; border-spacing: 0;}
.blind, legend, caption {display: block; overflow: hidden; position: absolute; top: 0; left: -1000em;}
.cf:after {clear: both; display: block; content: "";}
input[type="submit"], input[type="button"], input[type="text"], input[type="password"], textarea {-webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; border-radius: 0 !important;}
input[type="submit"], input[type="checkbox"], input[type="radio"], button {cursor: pointer}
select {-webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; border-radius: 0; background: #ffffff url(../img/select_bg.png) no-repeat 97% center;}
select::-ms-expand {display: none;}
.ellipsis {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.center12 {width: 94%; margin: 0 auto; max-width: 1200px;}
input::-webkit-input-placeholder {color: #aaaaaa !important;}
input:-ms-input-placeholder {color: #aaaaaa !important;}
input::-moz-placeholder {color: #aaaaaa !important;}
textarea::-webkit-input-placeholder {color: #aaaaaa !important;}
textarea:-ms-input-placeholder {color: #aaaaaa !important;}
textarea::-moz-placeholder {color: #aaaaaa !important;}
.serif {font-family: 'Nanum Myeongjo', serif;}


/**************************************************
                       
                       header

***************************************************/
.main_header {
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 165px;
	border-bottom: 2px solid #d7a154;
}

.fk_header {
	height: 165px;
}

.main_header .center12 {
	position: relative;
}

.main_header h1 {
	text-align: center;
	padding-top: 20px;
	height: 115px;
}

.main_header .user_menu {
	position: absolute;
	right: 0;
	top: 10px;
}

.main_header .user_menu li {
	float: left;
	font-size: 14px;
	padding: 0 15px;
	border-right: 1px solid #525252;
	line-height: 0.8;
	color: #525252;
}

.main_header .user_menu li:last-child {
	padding-right: 0;
	border-right: 0;
}

.main_header .user_menu li.find {
	color: #d59f53;
}

.main_header .main_menu {
	text-align: center;
}

.main_header .main_menu > li {
	display: inline-block;
	font-size: 16px;
	color: #6f6f6f;	
	font-weight: 700;
	transition: 0.3s;	
	height: 50px;
	padding-top: 19px;
	position: relative;
	z-index: 1;
	text-align: left;
}

.main_header .main_menu > li:hover {
	color: #d59f53;
}

.main_header .main_menu > li > a {
	display: block;
	border-left: 1px solid #6f6f6f;
	line-height: 12px;
	padding: 0 50px;
}

.main_header .main_menu > li:first-child > a {
	border-left: 0;
}

.main_header .main_menu > li .sub_menu {
	position: absolute;
	left: 0px;
	top: 50px;
	padding-top: 20px;
	display: none;
	z-index: 99;
	height: 190px;
	width: 100%;
}

.main_header .main_menu > li .sub_menu li {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 10px;
	transition: 0.3s;
	text-align: center;
}

.main_header .main_menu > li .sub_menu li:hover {
	color: #000000;
}

.main_header_hover:after {
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	height: 310px;
	background: rgba(223, 170, 91, 0.95);
	content: '';
}

.mobile_btn {
	display: none;
	position: fixed;
	right: 30px;
	top: 40px;
	z-index: 9999;
	cursor: pointer;
}

.mobile_btn_ac {
	right: 285px !important;
	top: 15px !important;
}

.mobile_btn .line {
	background: #535252;
	width: 25px;
	height: 3px;
}

.mobile_btn .line2 {
	margin: 6px 0;
}

.line11 {
	transform: rotate(45deg);	
	transform-origin: left top;
	width: 27px !important;
	background: #ffffff !important;
}

.line22 {
	opacity: 0;
}

.line33 {
	transform: rotate(-45deg);	
	transform-origin: left bottom;
	width: 27px !important;
	background: #ffffff !important;
}

.mb_menu {
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
	transition: 0.4s opacity;
}

.mb_box {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	background-color: #ededed;
	z-index: 999;
	box-sizing: border-box;
	transition: 0.4s;
	overflow-y: scroll;
}

.mb_box .m_logo {
	display: block;
	margin: 10px auto;
	width: 100px;
}

.mb_box .top_menu {
	border-top: 1px solid #dddddd;
	line-height: 40px;	
	background: #ffffff;
}

.mb_box .top_menu li {
	float: left;
	width: 50%;
}

.mb_box .top_menu a {
	font-size: 13px;
	display: block;
	text-align: center;
	position: relative;
}

.mb_box .top_menu a:after {
	content: '';
	width: 1px;
	height: 10px;
	background: #dddddd;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

.mb_box .top_menu li:first-child a:after {
	display: none;
}

.mb_box .shop_menu {
	background: #bbb;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.mb_box .shop_menu li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 5px 0;
	color: #ffffff;
	font-size: 12px;
	border-left: 1px solid #aaa;
	font-weight: 300;
}

.mb_box .shop_menu li:first-child {
	border-left: 0;
}

.mb_box .shop_menu li a {
	color: #ffffff;
}

.mb_box .shop_menu li img {
	display: block;
	width: 32px;
	margin: 0 auto;
}

.mb_box .moblie_menu {
	margin-top: 10px;
	clear: both;
	background: #ffffff;
}

.mb_box .moblie_menu > li {
	padding: 12px 20px;
	border-bottom: 1px solid #e9e9e9;
}

.mb_box .moblie_menu > li img {
	float: right;
	margin-top: 5px;
	opacity: 0.7;
}

.mb_box .moblie_menu > li img.rotate {
	transform: rotate(180deg) !important;
}

.mb_box .moblie_menu > li a {
	color: #555555;
	font-size: 15px;
	transition: 0.4s;
	display: block;
}

.mb_box .moblie_menu > li a:hover {
	color: #d7a154;
}

.mb_box .moblie_menu > li ul {
	display: none;
	margin-top: 7px;
}

.mb_box .moblie_menu > li ul li {
	margin: 10px 0;
}

.mb_box .moblie_menu > li ul li a {
	margin-left: 5px;
	font-size: 15px;
}

.mb_box .close_btn {
	position: absolute;
	top: 25px;
	right: 25px;
}

	@media screen and (max-width : 1300px) {
	.main_header {
		height: 155px;
	}

	.fk_header {
		height: 155px;
	}

	.main_header h1 {
		height: 105px;
	}

	.main_header h1 a img {
		height: 70px;
	}

	.main_header .main_menu > li {
		font-size: 15px;
	}

	.main_header .main_menu > li > a {
		padding: 0 40px;
	}

	.main_header .main_menu > li .sub_menu {
		left: 20px;
		padding-top: 15px;
	}

	.main_header .main_menu > li .sub_menu li {
		font-size: 14px;
	}

	.main_header_hover:after {
		top: 150px;
		height: 290px;
	}
	}

	@media screen and (max-width : 1080px) {
	.main_header {
		height: 100px;
	}

	.fk_header {
		height: 100px;
	}

	.main_header h1 {
		height: 100px;
		padding-top: 19px;
	}

	.main_header h1 a img {
		height: 60px;
	}

	.main_header .user_menu {
		display: none;
	}

	.main_header .main_menu {
		display: none;
	}

	.mobile_btn {
		display: block;
	}
	}

	@media screen and (max-width : 900px) {
	.main_header {
		height: 80px;
	}

	.fk_header {
		height: 80px;
	}

	.main_header h1 {
		height: 80px;
		padding-top: 14px;
	}

	.main_header h1 a img {
		height: 50px;
	}

	.mobile_btn {
		top: 29px;
		right: 25px;
	}
	}

	@media screen and (max-width : 550px) {
	.main_header {
		height: 70px;
	}

	.fk_header {
		height: 70px;
	}

	.main_header h1 {
		height: 70px;
		padding-top: 14px;
	}

	.main_header h1 a img {
		height: 40px;
	}

	.mobile_btn {
		top: 24px;
		right: 20px;
	}
	}


/**************************************************
                       
                      footer

***************************************************/
footer {
	background: #ffffff;
	font-family: 'Dotum', sans-serif;
	color: #4e4e4e;
	font-size: 12px;
	letter-spacing: 0;
}

footer .ft_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #565656;
}

footer .ft_top ul {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}

footer .ft_top ul li {
	display: inline-block;
	margin-right: 30px;
}

footer .ft_top ul li a {
	color: #ffffff;
	opacity: 0.7;
	transition: 0.3s;
}

footer .ft_top ul li a.yellow {
	color: #ffc66c;
}

footer .ft_top ul li a:hover {
	opacity: 1;
}

footer .center12 {
	padding: 20px 0;
}

footer .ft_logo {
	float: left;
	margin: 10px 100px 0 35px;
}

footer p.ft_info {
	line-height: 20px;
	float: left;
	word-break: keep-all;
}

footer p.ft_info span {
	font-weight: bold;
	color: #3d3d3d;
}

footer p.ft_info a {
	color: #4e4e4e;
}

footer p.ft_info a:hover {
	text-decoration: underline;
}

footer .center12 ul {
	float: right;
	margin-right: 40px;
}

footer .center12 ul li {
	float: left;
	margin: 0 10px;
}

footer .center12 ul li img {
	display: block;
}

	@media screen and (max-width : 1080px) {
	footer .ft_logo {
		float: left;
		margin: 10px 30px 0 0;
		width: 150px;
	}

	footer .center12 ul {
		margin-right: 0px;
	}
	
	footer .center12 ul li {
		margin: 0 5px;
	}
	}

	@media screen and (max-width : 870px) {
	footer .ft_top ul {
		text-align: center;
	}

	footer .ft_top ul li {
		margin: 0 10px;
	}

	footer .ft_logo {
		float: none;
		margin: 0 auto 15px;
		display: block;
		width: 130px;
	}

	footer p.ft_info {
		float: none;
		text-align: center;
	}

	footer .center12 ul {
		margin: 20px auto 0;
		float: none;
		width: 210px;
	}

	footer .center12 ul li {
		margin: 0 10px;
	}
	}

	@media screen and (max-width : 700px) {
	footer .ft_top {
		line-height: 1.8;
		height: auto;
		padding: 7px 0;
	}

	footer .ft_logo {
		width: 110px;
	}
	}

	@media screen and (max-width : 400px) {
	footer .ft_top ul li {
		margin: 0 3px;
		font-size: 11px;
	}
	}


/**************************************************
                       
                     main title

***************************************************/
.main_tit {
	text-align: center;
	margin-bottom: 60px;
}

.main_tit .big {
	font-size: 30px;
	margin-bottom: 20px;
	word-break: keep-all;
}

.main_tit .big span {
	color: #656566;
}

.main_tit .small {
	font-size: 14px;
	word-break: keep-all;
}

	@media screen and (max-width : 1300px) {
	.main_tit {
		margin-bottom: 45px;
	}
	}

	@media screen and (max-width : 1080px) {
	.main_tit {
		margin-bottom: 40px;
	}

	.main_tit .big {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.main_tit .small {
		font-size: 14px;
	}
	}

	@media screen and (max-width : 900px) {
	.main_tit {
		margin-bottom: 35px;
	}

	.main_tit .big {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.main_tit .small {
		font-size: 14px;
	}
	}

	@media screen and (max-width : 700px) {
	.main_tit {
		margin-bottom: 30px;
	}

	.main_tit .big {
		font-size: 20px;
		margin-bottom: 7px;
	}

	.main_tit .small {
		font-size: 13px;
	}
	}

	@media screen and (max-width : 550px) {
	.main_tit {
		margin-bottom: 25px;
	}

	.main_tit .big {
		font-size: 18px;
		letter-spacing: -1px;
	}

	.main_tit .small {
		font-size: 12px;
	}

	.main_tit .bl {
		display: block !important;
	}
	}


/**************************************************
                       
                     product list

***************************************************/
.product_list ul {
	margin: -0.5%;
}

.product_list ul li {
	float: left;
	width: 24%;
	border: 1px solid #959595;
	margin: 0.5%;	
}

.product_list ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}


.product_list ul li a .thumb {
	display: block;
	width: 100%;
	height: auto;
}

.product_list ul li a .info_area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	opacity: 0;
	transition: 0.35s;
}

.product_list ul li a:hover .info_area {
	opacity: 1;
}

.product_list ul li a .info_area .pd_txt {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 20px;
}

.product_list ul li a .info_area .pd_txt .pd_name {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}

.product_list ul li a .info_area .pd_txt .pd_detail {
	font-family: 'Dotum', sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.6;
	word-break: keep-all;
}

.product_list ul li a .info_area .pd_txt .pd_price {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Dotum', sans-serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.product_list ul li a .info_area .pd_txt .pd_btn {
	font-size: 12px;
	font-family: 'Dotum', sans-serif;
	width: 150px;
	height: 30px;
	border: 1px solid #ffffff;
	line-height: 28px;
	margin: 0 auto;
}

	@media screen and (max-width : 1080px) {
	.product_list ul li a .info_area .pd_txt {
		padding: 0 15px;
	}

	.product_list ul li a .info_area .pd_txt .pd_name {
		font-size: 17px;
	}

	.product_list ul li a .info_area .pd_txt .pd_btn {
		width: 120px;
		height: 27px;
		line-height: 25px;
	}	
	}

	@media screen and (max-width : 900px) {
	.product_list ul li {
		width: 32.333%;
		border: 1px solid #959595;
		margin: 0.5%;	
	}
	}

	@media screen and (max-width : 700px) {
	.product_list ul li {
		width: 49%;
		border: 1px solid #959595;
		margin: 0.5%;	
	}
	}

	@media screen and (max-width : 550px) {
	.product_list ul li a .info_area .pd_txt {
		padding: 0 10px;
	}

	.product_list ul li a .info_area .pd_txt .pd_name {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.product_list ul li a .info_area .pd_txt .pd_detail {
		font-size: 11px;
		margin-bottom: 10px;	
		line-height: 1.3;	
	}

	.product_list ul li a .info_area .pd_txt .pd_price {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.product_list ul li a .info_area .pd_txt .pd_btn {
		display: none;
	}	
	}


/**************************************************
                       
                    sub page

***************************************************/
.sub_banner {
	width: 100%;
	padding: 70px 0 60px;
	background: url(../img/sub_banner.jpg) no-repeat center center;
	background-size: cover;
	color: #ffffff;
	margin-bottom: 80px;
}

.sub_banner .center12 {
	padding-left: 90px;
}

.sub_banner .serif {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.sub_banner .small {
	font-size: 14px;
}

.sub_tit {
	border-bottom: 3px solid #000000;
	padding-bottom: 7px;
	margin-bottom: 30px;
}

.sub_tit .tit_txt {
	float: left;
	font-size: 30px;
	font-weight: 700;
}

.sub_tit ul {
	float: right;
	margin-top: 20px;
}

.sub_tit ul li {
	float: left;
	font-family: 'Dotum';
	font-size: 12px;
	letter-spacing: 0;
}

.sub_tit ul li.arrow {
	margin: 0 7px;
}

.sub_tit ul li.active {
	font-weight: bold;
}

.cont_wrap {
	margin-bottom: 120px;
}

.top_txt {
	border: 1px solid #d7d7d7;
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.top_txt .big {
	font-size: 36px;
	font-weight: 700;
	color: #313131;
	margin-bottom: 20px;
	word-break: keep-all;
}

.top_txt .big span {
	color: #d6a053;
}

.top_txt .small {
	font-size: 22px;
	color: #313131;
	word-break: keep-all;
}

.top_txt .small span {
	color: #d6a053;
}


	@media screen and (max-width : 1300px) {
	.sub_banner {
		margin-bottom: 70px;
	}

	.sub_banner .center12 {
		padding-left: 40px;
	}

	.sub_tit .tit_txt {
		font-size: 26px;
	}

	.cont_wrap {
		margin-bottom: 100px;
	}

	.top_txt .big {
		font-size: 30px;
	}

	.top_txt .small {
		font-size: 20px;
	}
	}

	@media screen and (max-width : 1080px) {
	.sub_banner {
		padding: 60px 0 50px;
		margin-bottom: 60px;
	}

	.sub_banner .center12 {
		padding-left: 20px;
	}

	.sub_banner .serif {
		font-size: 26px;
		margin-bottom: 7px;
	}

	.sub_tit .tit_txt {
		font-size: 24px;
	}

	.sub_tit ul {
		margin-top: 12px;
	}

	.cont_wrap {
		margin-bottom: 80px;
	}

	.top_txt {
		padding: 30px;
		margin-bottom: 25px;
	}

	.top_txt .big {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.top_txt .small {
		font-size: 18px;
	}
	}

	@media screen and (max-width : 900px) {
	.sub_banner {
		padding: 50px 0 45px;
		margin-bottom: 50px;
		background-position: 55% center;
	}

	.sub_banner .center12 {
		padding-left: 0px;
	}

	.sub_banner .serif {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.sub_tit {
		border-bottom: 2px solid #000000;
		padding-bottom: 5px;
		margin-bottom: 25px;
	}

	.sub_tit .tit_txt {
		font-size: 22px;
	}

	.sub_tit ul {
		margin-top: 10px;
	}

	.cont_wrap {
		margin-bottom: 70px;
	}

	.top_txt {
		padding: 25px;
		margin-bottom: 20px;
	}

	.top_txt .big {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.top_txt .small {
		font-size: 17px;
	}
	}

	@media screen and (max-width : 700px) {
	.sub_banner {
		padding: 40px 0 40px;
		margin-bottom: 40px;
		background-position: 60% center;
	}

	.sub_banner .serif {
		font-size: 20px;
	}

	.sub_banner .small {
		font-size: 13px;
	}

	.sub_banner .small br {
		display: block !important;
	}

	.sub_tit .tit_txt {
		font-size: 20px;
	}

	.sub_tit ul {
		margin-top: 10px;
	}

	.cont_wrap {
		margin-bottom: 60px;
	}

	.top_txt .big {
		font-size: 18px;
	}

	.top_txt .small {
		font-size: 15px;
	}
	}

	@media screen and (max-width : 550px) {
	.sub_banner {
		padding: 35px 0 30px;
		margin-bottom: 30px;
		background-position: 65% center;
	}

	.sub_banner .serif {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.sub_banner .small {
		font-size: 12px;
	}

	.sub_tit .tit_txt {
		font-size: 17px;
	}

	.sub_tit ul {
		margin-top: 8px;
	}

	.sub_tit ul li {
		letter-spacing: -0.5px;
	}

	.sub_tit ul li.arrow {
		margin: 0 3px;
	}

	.cont_wrap {
		margin-bottom: 50px;
	}

	.top_txt {
		padding: 20px 15px;
		margin-bottom: 15px;
	}

	.top_txt .big {
		font-size: 15px;
		margin-bottom: 7px;
	}

	.top_txt .big br {
		display: none;
	}

	.top_txt .small {
		font-size: 13px;
	}
	}


/**************************************************
                       
                 pager

***************************************************/
ul.pager_st {
	text-align: center;
}

ul.pager_st li {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #858585;
	font-family: 'Dotum';
}

ul.pager_st li.active {
	font-weight: bold;
	color: #555555;
}


/**************************************************
                       
               	category title

***************************************************/
.category_tit {
	text-align: center;
	margin-bottom: 60px;
}

.category_tit p {
	font-size: 36px;
	font-weight: 700;
	color: #313131;
}

.category_tit .line {
	width: 50px;
	height: 2px;
	background: #d59f53;
	margin: 10px auto 0;
}

.category_tit2 {
	margin-top: 70px;
}

	@media screen and (max-width : 1300px) {
	.category_tit {
		margin-bottom: 50px;
	}

	.category_tit p {
		font-size: 32px;
	}

	.category_tit .line {
		width: 75px;
		height: 2px;
		margin: 10px auto 0;
	}

	.category_tit2 {
		margin-top: 60px;
	}
	}

	@media screen and (max-width : 1080px) {
	.category_tit {
		margin-bottom: 40px;
	}

	.category_tit p {
		font-size: 28px;
	}

	.category_tit .line {
		width: 65px;
		height: 2px;
		margin: 7px auto 0;
	}

	.category_tit2 {
		margin-top: 50px;
	}
	}

	@media screen and (max-width : 900px) {
	.category_tit {
		margin-bottom: 35px;
	}

	.category_tit p {
		font-size: 24px;
	}

	.category_tit .line {
		width: 55px;
		height: 2px;
		margin: 5px auto 0;
	}

	.category_tit2 {
		margin-top: 40px;
	}
	}

	@media screen and (max-width : 700px) {
	.category_tit {
		margin-bottom: 30px;
	}

	.category_tit p {
		font-size: 22px;
	}

	.category_tit .line {
		width: 45px;
		height: 2px;
		margin: 5px auto 0;
	}

	.category_tit2 {
		margin-top: 30px;
	}
	}

	@media screen and (max-width : 550px) {
	.category_tit {
		margin-bottom: 25px;
	}

	.category_tit p {
		font-size: 20px;
	}

	.category_tit .line {
		width: 35px;
		height: 2px;
		margin: 5px auto 0;
	}
	}



#top_btn:hover {background:#d59f53;border-color:#d59f53;}
.ctt_admin {display:none;}
.bbs_content .wrap {width:94%;margin:0px auto 80px;max-width:1200px;}

/* 상세페이지 */
#sit_siblings {display:none;}
#sit_star_sns {display:none;}
#sit_rel {display:none;}
.sit_admin {width:1200px;margin:0 auto 15px;font-family:'Malgun Gothic', dotum, sans-serif;}
.sit_s {width:1200px;margin:0 auto 160px !important;font-family:'Malgun Gothic', dotum, sans-serif;}
.sit_s #sit_ov_wrap {border-top:1px solid #000000;}
.sit_s #sit_tot_price {margin:30px 0;}
.sit_s #sit_tot_price {font-weight:bold;color:#d13f4a;}
.sit_s #sit_tot_price span {font-weight:normal;color:#000000;}
.sit_s #sit_btn_buy {background:#d59f53;border:1px solid #d59f53;}
.sit_s #sit_btn_buy:hover {background:#333333;border:1px solid #333333;}
.sit_s #sit_btn_cart {border:1px solid #555;color:#555;}
.sit_s a.btn02 {background:#d59f53;border:1px solid #d59f53;}
.sit_s a.btn02:hover {background:#333333;border:1px solid #333333;}
.sit_s .sit_use_li_title:hover {background:#d59f53;border:1px solid #d59f53;}
.sit_s .sit_qaa_yet {color:#333333;border:1px solid #333333;}
.sit_s .sit_qaa_done {background:#d59f53;}
.sit_m {font-family:'Malgun Gothic', dotum, sans-serif;}
.sit_m {padding:20px 0 40px;border-top:0 !important;}
.sit_m #sit_opt_added {padding-bottom:10px;}
.sit_m #sit_opt_added li:last-child {border-bottom:0;}
.sit_m #sit_tot_price {margin:20px 10px;}
.sit_m #sit_tab .tab_con {border-bottom:0;}
.sit_m #sit_pvi {padding-bottom:20px;}
.sit_m #sit_ov .sit_ov_wr {margin-top:0;}
.sit_m #sit_title {padding-bottom:10px;}
.sit_m .sit_use_p {margin-bottom:10px;}
#sit_inf_explan img {margin:0 auto;display:block;}

/* 장바구니 */
.sod_bsk_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.sod_bsk_s .btn_submit {background:#d59f53;border:1px solid #d59f53;}
.sod_bsk_s .btn_submit:hover {background:#333333;border:1px solid #333333;}
.sod_bsk_s .od_prd_list .total_prc {color:#d13f4a;}
.sod_bsk_s #sod_bsk_tot .sod_bsk_cnt strong {color:#d13f4a;}
.sod_bsk_m {font-family:'Malgun Gothic', dotum, sans-serif;background:#f5f5f5;margin:0 !important;padding:20px 10px 30px;}
.sod_bsk_m #sod_bsk_list {background:#ffffff;padding-top:5px;padding-bottom:1px;}
.sod_bsk_m .btn_submit {background:#d59f53;}

/* 주문내역조회 */
.sod_v_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.sod_v_s #sod_fin {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.sod_v_s #sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#d13f4a;}
.sod_v_m {font-family:'Malgun Gothic', dotum, sans-serif;background:#f5f5f5;margin:0 !important;padding:20px 10px 30px;}
.sod_v_m #sod_v_info {background:#f9f2f4;color:#c7254e;border:1px solid #ecc7d2;}
.sod_v_m #sod_inquiry li {border-radius:0;border:1px solid #cccccc;}
.sod_fin_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.sod_fin_s #sod_bsk_tot .sod_bsk_cnt strong {color:#d13f4a !important;}
.sod_fin_m {font-family:'Malgun Gothic', dotum, sans-serif;padding-top:15px;padding-bottom:30px;/* background:#f5f5f5;margin:0 !important;padding:20px 10px 30px; */}

/* 주문 */
.sod_frm_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.sod_frm_s #sod_bsk_tot .sod_bsk_cnt strong {color:#d13f4a !important;}
.sod_frm_s #od_tot_price strong {color:#d13f4a !important;}
.sod_frm_s .btn_address {background:#d59f53;border:0 !important;}
.sod_frm_s #sod_bsk_tot .sod_bsk_dvr:before {color:#d13f4a !important;}
.sod_frm_s #sod_bsk_tot .sod_bsk_coupon:before {color:#d13f4a !important;}
.sod_frm_s .btn_submit {background:#d59f53;}
.sod_frm_m {font-family:'Malgun Gothic', dotum, sans-serif;padding-bottom:50px;/* background:#f5f5f5;margin:0 !important;padding:20px 10px 30px; */}
.sod_frm_m .btn_submit {background:#d59f53;}

/* 마이페이지 */
.smb_my_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.smb_my_s .cou_pt dd a {color:#d13f4a;}
.smb_my_m {font-family:'Malgun Gothic', dotum, sans-serif;background:#f5f5f5;margin:0 !important;padding:20px 10px 30px;}
.smb_my_m #sod_inquiry li {border-radius:0;border:1px solid #cccccc;}
.smb_my_m .btn_more {background:#ffffff;}
.smb_my_m #smb_my_ov .my_name {background:#555;}

/* 위시리스트 */
.sod_ws_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.sod_ws_s button.btn02 {background:#d59f53;border:1px solid #d59f53;}
.sod_ws_s button.btn02:hover {background:#333333;border:1px solid #333333;}
.sod_ws_m {font-family:'Malgun Gothic', dotum, sans-serif;background:#f5f5f5;margin:0 !important;padding:20px 10px 30px;}
.sod_ws_m li {border-radius:0 !important;border:1px solid #cccccc;}
.sod_ws_m #sod_ws_act .btn01 {background:#d59f53;}
.sod_ws_m #sod_ws_act .btn02 {color:#555555;border:1px solid #555555;}

/* 사용후기 */
.use_center_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.use_center_s #sps_sch a {background:#d59f53;border:1px solid #d59f53;color:#ffffff;}
.use_center_m {font-family:'Malgun Gothic', dotum, sans-serif;background:#f5f5f5;margin:0 !important;padding:20px 10px 30px;}
.use_center_m #sps_sch {margin:10px 0;}
.use_center_m #sps ol {margin:10px 0;}
.use_center_m #sps_sch a {color:#ffffff;border:1px solid #d59f53;background:#d59f53;}
.use_center_m #sps_sch select {-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;padding-left:7px;}

/* 상품문의 */
.qa_center_s {width:1200px;margin:50px auto 160px;font-family:'Malgun Gothic', dotum, sans-serif;}
.qa_center_s #sqa_sch a {background:#d59f53;border:1px solid #d59f53;color:#ffffff;}
.qa_center_m {font-family:'Malgun Gothic', dotum, sans-serif;background:#f5f5f5;margin:0 !important;padding:20px 10px 30px;}
.qa_center_m #sqa_sch {margin:10px 0;}
.qa_center_m #sqa ol {margin:10px 0;}
.qa_center_m #sqa_sch a {color:#ffffff;border:1px solid #d59f53;background:#d59f53;}
.qa_center_m #sqa_sch select {-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;padding-left:7px;}

/* 타이틀 */
.category_tit_b p {font-size:36px;font-weight:700;color:#313131;font-family:'Nanum Gothic', '맑은 고딕', sans-serif !important;text-align:center;}
.category_tit_b .line {width: 50px;height: 2px;background: #d59f53;margin: 10px auto 50px;}
.m_tit {font-size:16px;font-weight:bold;margin-bottom:10px;}



#quick_menus {
	position: fixed;
	right: 15px;
	top: 50%;
	margin-top: -140px;
	z-index: 99;
	width: 100px;
	background-image: linear-gradient(to bottom right, #a09a8c, #807967);
	border-radius: 10px;
	padding: 10px 5px 5px;
}

#quick_menus .tit {
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: 700;
}

#quick_menus ul {
	width: 100%;
	background: #ffffff;
	border-radius: 7px;
}

#quick_menus ul li a {
	display: block;
	width: 80%;
	margin: 0 auto;
	border-top: 1px dashed #ccc;
	padding: 10px 0;
}

#quick_menus ul li:first-child a {
	border-top: 0;
}

#quick_menus ul li a img {
	display: block;
	margin: 0 auto 3px;
}

#quick_menus ul li a p {
	font-size: 13px;
	text-align: center;
	color: #4b4b4b;
	font-weight: 700;
}

#quick_menus ul li a p.num {
	font-weight: 800;
}

	@media screen and (max-width : 1500px) {
	#quick_menus {
		right: 0px;
		width: 90px;
		border-radius: 10px 0 0 10px;
	}
	}

	@media screen and (max-width : 900px) {
	#quick_menus {
		display: none;
	}
	}

.explanation #sit_btn_buy {display: none;}
.explanation #sit_btn_cart {display: none;}
.explanation #sit_btn_wish {width: 100%;}