@charset "utf-8";
/* CSS Document */

div.prod_detail_title {
	font-family: "Noto Sans KR Regular";
	font-size: 20px;
	clear: both;
	float: left;
	width: 100%;
	max-width: 640px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing:-1px;
}

div.prod_detail_subtitle_red {
	font-family: "Noto Sans KR Bold";
	font-size: 15px;
	clear: both;
	float: right;
	color:#f00;
}

div.prod_detail_subtitle {
	font-family: "Noto Sans KR Bold";
	font-size: 15px;
	clear: both;
	float: left;
	width: 100%;
	max-width: 640px;
	padding-bottom: 10px;
	letter-spacing:-1px;
	color:#777;
}

div.prod_detail_subtitle_line {
	clear: both;
	float: left;
	width: 100%;
	max-width: 640px;
	padding-bottom: 10px;
}

div.prod_detail_subtitle_line p {
	letter-spacing: -1px;
	font-family: "Noto Sans KR Bold";
	font-size: 15px;
	color: #222222;
	float: left;
	width: 100%;
	max-width: 640px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

div.prod_detail_price {
	font-family: "Noto Sans KR Bold";
	font-size: 24px;
	clear: both;
	float: left;
	width: 100%;
	max-width: 640px;
	padding-top: 10px;
	letter-spacing: -1px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	margin-right: 0px;
	margin-left: 0px;
}

div.prod_detail_icon1 {
	float: right;
	height: 36px;
	width: 36px;
	margin-right:10px;
	text-align: center;
}
div.prod_detail_icon1 img{
	height: 100%;
	width: 100%;
}

div.prod_detail_icon2 {
	float: right;
	height: 36px;
	width: 36px;
	margin-right: 6px;
}
div.prod_detail_icon2 img{
	height: 100%;
	width: 100%;
}

div.prod_detail_info {
	margin-right: 10px;
	margin-left: 10px;
	width: calc(100% - 20px);
	max-width: 640px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	font-size: 14px;
	color: rgb(51,51,51);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}

div.prod_detail_info_key {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	color: rgb(102,102,102);
	clear: both;
	float: left;
	width: 30%;
	padding-bottom: 10px;
}
div.prod_detail_info_value {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	color: #333;
	float: left;
	padding-bottom: 10px;
	width: 70%;
}

span.prod_detail_info_value_deliveryday {
	font-family: "Noto Sans KR Regular";
	font-size: 14px;
	color: #fff;
	float: left;
	padding: 4px;
	background: #d31229;
	border-radius: 4px;
}

span.prod_detail_info_value_shop {
	font-family: "Noto Sans KR Regular";
	font-size: 14px;
	color: #fff;
	float: left;
	padding: 4px;
	background: #1e79ae;
	border-radius: 4px;
}

div.prod_detail_info_value_red {
	font-family: "Noto Sans KR Bold";
	font-size: 15px;
	color: #f00;
	float: left;
	padding-bottom: 10px;
	width: 70%;
}
div.prod_detail_info_value_blue {
	font-family: "Noto Sans KR Bold";
	font-size: 15px;
	color: #1e79ae;
	float: left;
	padding-bottom: 10px;
	width: 70%;
}

span.prod_detail_info_value_green {
	font-family: "Noto Sans KR Normal";
	font-size: 14px;
	color: #fff;
	float: left;
	padding: 4px;
	background: #0ab04c;
	border-radius: 4px;
}

div.prod_detail_grp {
	margin-right: 10px;
	margin-left: 10px;
	width: calc(100% - 20px);
	max-width: 640px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	float: left;
	font-size: 14px;
	color: rgb(51,51,51);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	padding-top:10px;
	padding-bottom:10px;
}

div.prod_detail_tab {
	background-color: #efefef;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	float: left;
	width: 100%;
}

div.prod_detail_tab1 {
	font-family: "Noto Sans KR Bold";
	color: rgb(211,18,41);
	text-align: center;
	width: 25%;
	float: left;
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: rgb(255,255,255);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(211,18,41);
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}

div.prod_detail_tab2 {
	font-family: "Noto Sans KR Regular";
	color: rgb(51,51,51);
	text-align: center;
	width: 25%;
	float: left;
	padding-top: 15px;
	padding-bottom: 14px;
	background-color: rgb(255,255,255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}

div.suggest_comment_tab {
	background-color: #efefef;
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	float: left;
	width: 100%;
}.suggest_comment_tab1 {
	font-family: "Noto Sans KR Bold";
	color: rgb(211,18,41);
	text-align: center;
	width: 50%;
	float: left;
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: rgb(255,255,255);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(211,18,41);
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}.suggest_comment_tab2 {
	font-family: "Noto Sans KR Regular";
	color: rgb(51,51,51);
	text-align: center;
	width: 50%;
	float: left;
	padding-top: 15px;
	padding-bottom: 14px;
	background-color: rgb(255,255,255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}

div.suggest_reg {
	clear: both;
	width: 100%;
	display: inline-block;
	padding-top: 5px;
}.suggest_reg_limit {
	font-family: "Noto Sans KR Regular";
	font-size: 12px;
	color: #999999;
	float:left;
}.suggest_btn_reg {
	background-color: #e5e5e5;
	border: 1px solid #e0e0e0;
	font-family: "Noto Sans KR Bold";
	font-size: 12px;
	color: rgb(125,125,125);
	text-align: center;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	float: right;
}

div.suggest_comment {
	clear: both;
	float: left;
	width: 100%;
}.div_regcomment {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}.div_regcomment input {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	height: 44px;
	padding-left: 9px !important;
}.div_regcomment textarea {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	height: 120px;
	padding-left: 9px !important;
}

div.suggest_comment_list {
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}.comment_row {
	clear: both;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}.comment_header {
	width: 100%;
	padding: 10px;
	float:left;
}.comment_writer {
	font-family: "Noto Sans KR Regular";
	font-size: 14px;
	color: #999999;
	float:left;
}.comment_btn_right {
	font-family: "Noto Sans KR Regular";
	font-size: 13px;
	color: #999999;
	float:right;
}.comment_date {
	font-family: "Noto Sans KR Regular";
	font-size: 14px;
	color: #999999;
	clear: both;
	float: left;
	margin-top: 5px;
}.comment {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	color: #222222;
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 5px;
	letter-spacing:-1px;
	line-height: 120%;
}

div.epilogue {
	clear: both;
	width: 100%;
	display: inline-block;
}.epilogue_img {
	width: 120px;
	height: 120px;
	clear: both;
	float: left;
	text-align: center;
}.epilogue_img img {
	width: 100%;
}.epilogue_canvas {
	width: 120px;
	height: 120px;
}.epilogue_txt {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	width: calc(100% - 130px);
	height: 120px;
	float: right;
	padding-left: 5px;
}.epilogue_txt textarea {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	float: left;
	height: 120px;
}

div.epilogue_list {
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}.epilogue_row {
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	display: inline-block;
}.epilogue_row_img {
	width: 120px;
	height: 120px;
	clear: both;
	float: left;
	text-align: center;
	padding: 10px;
}.epilogue_row_img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
}.epilogue_header {
	width: calc(100% - 120px);
	padding: 10px;
	float:left;
}.epilogue_like {
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
}.epilogue_like img {
	float: right;
	width: 33px;
	height: 33px;
	margin-left: 15px;
}.epilogue_like span {
	float: right;
	line-height: 33px;
	color: #333;
	font-family: "Noto Sans KR Bold";
	font-size: 16px;
	margin-left: 5px;
	display: inline-flex;
	vertical-align: middle;
}


div.epilogue_slider_mask {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 10000;
	height: 100%;
	width: 100%;
	background: #000000;
	max-width: 640px;
}

div.btn_bottom_up {
	background-color: rgb(255,255,255);
	height: 60px;
	width: 100%;
	max-width: 640px;
	position: fixed;
	bottom: 110px;
	clear: both;
	z-index: 99;
	text-align: center;
}.select_center {
	background-color: #ffffff;
	border: 1px solid #d31229;
	font-size: 18px;
	font-family: "Noto Sans KR Bold";
	color: rgb(0,0,0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 94%;
	border-radius: 5px;
	float: left;
	margin: 3%;
}

div.btn_bottom_up1 {
	background-color: rgb(255,255,255);
	height: 60px;
	width: 100%;
	max-width: 640px;
	position: fixed;
	bottom: 170px;
	clear: both;
	z-index: 99;
	text-align: center;
}.select_center {
	background-color: #ffffff;
	border: 1px solid #d31229;
	font-size: 18px;
	font-family: "Noto Sans KR Bold";
	color: rgb(0,0,0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 94%;
	border-radius: 5px;
	float: left;
	margin: 3%;
}

div.btn_bottom_up2 {
	background-color: rgb(255,255,255);
	height: 60px;
	width: 100%;
	max-width: 640px;
	position: fixed;
	bottom: 230px;
	clear: both;
	z-index: 99;
	text-align: center;
}.select_center {
	background-color: #ffffff;
	border: 1px solid #d31229;
	font-size: 18px;
	font-family: "Noto Sans KR Bold";
	color: rgb(0,0,0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 94%;
	border-radius: 5px;
	float: left;
	margin: 3%;
}

div.btn_bottom {
	background-color: rgb(255,255,255);
	height: 80px;
	width: 100%;
	max-width: 640px;
	position: fixed;
	bottom: 30px;
	clear: both;
	z-index: 99;
	text-align: center;
}.btn_left {
	background-color: rgb(255,255,255);
	border: 1px solid rgb(204,204,204);
	font-size: 18px;
	font-family: "Noto Sans KR Regular";
	color: rgb(51,51,51);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 47%;
	border-radius: 5px;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 1%;
}.btn_right {
	background-color: #d31229;
	border: 1px solid #d31229;
	font-size: 18px;
	font-family: "Noto Sans KR Bold";
	color: rgb(255,255,255);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 47%;
	border-radius: 5px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 2%;
}.btn_center {
	background-color: #d31229;
	border: 1px solid #d31229;
	font-size: 18px;
	font-family: "Noto Sans KR Bold";
	color: rgb(255,255,255);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 94%;
	border-radius: 5px;
	float: left;
	margin: 3%;
}.btn_center_gray {
	background-color: #e5e5e5;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	font-family: "Noto Sans KR Bold";
	color: rgb(125,125,125);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 94%;
	border-radius: 5px;
	float: left;
	margin: 3%;
}.btn_center_green {
	background-color: #0ab04c;
	border: 1px solid #0ab04c;
	font-size: 18px;
	font-family: "Noto Sans KR Bold";
	color: rgb(255,255,255);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 94%;
	border-radius: 5px;
	float: left;
	margin: 3%;
};

b.prod_detail_price_won {
	font-family: "Noto Sans KR Regular";
	font-size: 18px;
}

b.prod_detail_sale {
	font-family: "Noto Sans KR Bold";
	font-size: 22px;
	color:#c1091f;
	margin-left:10px;
}

b.prod_detail_oldprice {
	font-family: "Noto Sans KR Light";
	font-size: 18px;
	color:#999;
	margin-left:10px;	
};



#prod_detail {
	width: 100%;
	max-width: 640px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
}.wid_img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}.wid_img img {
	width: 100%;
	margin-bottom:10px;
}
.wid_sub_s {
	font-family: "Noto Sans KR Regular";
	font-size: 20px;
	color: #444444;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing:-2px;
}
.wid_sub {
	font-family: "Noto Sans KR Bold";
	font-size: 28px;
	letter-spacing:-2px;
	color: #222222;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.wid_sub a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_text {
	font-family: "Noto Sans KR Regular";
	font-size: 18px;
	color: #333333;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	line-height:150%;
	padding-left: 15px;
	padding-right: 15px;
}
.wid_text a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_inline {
	width: 100%;
	margin-bottom:10px;
	display: inline-block;
}
.wid_inline_left {
	width: 50%;
	clear: both;
	float: left;
}
.wid_inline_left img {
	width: 100%;
	padding-right: 2px;
}
.wid_inline_left span {
	font-family: "Noto Sans KR Regular";
	font-size: 18px;
	letter-spacing: -1px;
	width: 100%;
	line-height: 170%;
	display: inline-block;
	padding: 5px;
}
.wid_inline_left span a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}
.wid_inline_right {
	width: 50%;
	float: left;
}
.wid_inline_right img {
	width: 100%;
	padding-left: 2px;
}
.wid_inline_right span {
	font-family: "Noto Sans KR Regular";
	font-size: 18px;
	letter-spacing: -1px;
	width: 100%;
	line-height: 170%;
	display: inline-block;
	padding: 5px;
}
.wid_inline_right span a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_text1 {
	font-family: "Noto Sans KR Regular";
	font-size: 22px;
	color: #333333;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	line-height:150%;
	padding-left: 15px;
	padding-right: 15px;
}
.wid_text1 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_point1 {
	font-family: "Noto Sans KR Regular";
	font-size: 22px;
	color: #333333;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}
.wid_point1 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_point1 ul li{
	margin-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;
}

.wid_point2 {
	font-family: "Noto Sans KR Regular";
	font-size: 22px;
	color: #333333;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}
.wid_point2 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_point2 ul li{
	margin-bottom: 10px;
	list-style-type: decimal;
	list-style-position: outside;
}


.wid_point3 {
	font-family: "Noto Sans KR Regular";
	font-size: 22px;
	color: #333333;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}
.wid_point3 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_point3 ul li{
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: url('/assets/user/images/wid_point_icon1.png');
}


.wid_mark {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.wid_mark img {
	padding: 0 10px;
	width: 66px;}

.wid_title1 {
	font-family: "Noto Sans KR Bold";
	font-size: 24px;
	text-align: left;
	width: 100%;
	letter-spacing: -2px;
	background-image: url('/assets/user/images/wid_title_bg.png');
	background-repeat: repeat-x;
	background-position: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.wid_title1 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_title1 p {
	font-family: "Noto Sans KR Bold";
	font-size: 24px;
	color: #222222;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

.wid_title2 {
	font-family: "Noto Sans KR Bold";
	font-size: 24px;
	text-align: center;
	width: 100%;
	letter-spacing: -2px;
	background-image: url('/assets/user/images/wid_title_bg.png');
	background-repeat: repeat-x;
	background-position: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.wid_title2 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_title2 p {
	font-family: "Noto Sans KR Bold";
	font-size: 24px;
	color: #222222;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}


.wid_title3 {
	font-family: "Noto Sans KR Bold";
	font-size: 24px;
	text-align: center;
	width: 100%;
	letter-spacing: -2px;
	background-image: url('/assets/user/images/wid_title_bg.png');
	background-repeat: repeat-x;
	background-position: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.wid_title3 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_title3 p {
	font-family: "Noto Sans KR Bold";
	font-size: 24px;
	color: #222222;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

.wid_title3_icon {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.wid_title3_icon img {
	width: 50px;}


.wid_subtitle1 {
	font-family: "Noto Sans KR Bold";
	font-size: 22px;
	color: #222222;
	background-color: #ffffff;
	margin-bottom:15px;
	letter-spacing:-1px;
	line-height: 140%;
}
.wid_subtitle1 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_subtitle2 {
	background-color: #ffffff;
	margin-bottom:22px;
	letter-spacing:-1px;
}
.wid_subtitle2 a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.wid_subtitle2 p {
	font-family: "Noto Sans KR Bold";
	font-size: 22px;
	color: #222222;
	background-color: #FFDF2D;
	display: inline;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 2.0;
	line-height: 140%;
}

.wid_subtitle3 {
	background-color: #ffffff;
	margin-bottom:22px;
	letter-spacing:-1px;
}
.wid_subtitle3 a {
	color: #5867DD;
}

.wid_subtitle3 p {
	font-family: "Noto Sans KR Bold";
	font-size: 22px;
	color: #222222;
	display: inline;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 10px;
	line-height: 140%;
};

.rcp_con {
	width: 100%;
	max-width: 640px;
	clear: both;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
}.rcp_img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}.rcp_img img {
	width: 100%;
}
.rcp_sub {
	font-family: "Noto Sans KR Bold";
	font-size: 28px;
	letter-spacing:-2px;
	color: #222222;
	text-align: center;
	width: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.rcp_sub a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.rcp_sub_copy {
	font-family: "Noto Sans KR Regular";
	font-size: 17px;
	color: #444444;
	text-align: left;
	width: 100%;
	margin-top: 10px;
	letter-spacing:-1px;
	line-height: 180%;
	margin-bottom: 30px;
}
.rcp_sub_copy a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.rcp_title {
	text-align: left;
	width: 100%;
	letter-spacing: -2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:solid 3px #222;
	margin-top: 30px;
	font-family: "Noto Sans KR Bold";
	font-size: 22px;
	font-weight: 700;
	color: #222222;
}
.rcp_title a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.rcp_title1 {
	text-align: left;
	width: 100%;
	letter-spacing: -2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:solid 3px #222;
	font-family: "Noto Sans KR Bold";
	font-size: 22px;
	font-weight: 700;
	color: #222222;
}.rcp_info {
	width: 100%;
	max-width: 640px;
	text-align: right;
	height: 81px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}.rcp_info_icon {
	padding-left: 10px;
	width: 44px;
	height: 44px;
	float: right;
}.rcp_info_txt {
	padding-left: 10px;
	width: 60px;
	float: right;
	text-align: left;
	color: #999;
	font-family: "Noto Sans KR Regular";
	font-size: 12px;
	line-height: 100%;
}.rcp_info_txt p {
	color: #333;
	font-family: "Noto Sans KR Bold";
	font-size: 16px;
	margin-top:10px;
}
.rcp_step {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	display: inline-block;
}
.rcp_step a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.rcp_step_img {
	width: 50%;
	clear: both;
	float: left;
}.rcp_step_img img {
	width: 100%;
}
.rcp_step_txt {
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	letter-spacing: -1px;
	width: calc(50% - 20px);
	float: left;
	margin-left: 20px;
	line-height: 170%;
}
.rcp_step_txt a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}
.rcp_step_no {
	font-family: "Noto Sans KR Bold";
	font-size: 18px;
	width: 100%;
	margin-bottom: 5px;
}
.rcp_box_title {
	text-align: left;
	width: 100%;
	letter-spacing: -2px;
	margin-top: 30px;
	font-family: "Noto Sans KR Bold";
	font-size: 22px;
	color: #222222;
}
.rcp_box_title a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}

.rcp_box_contents {
	width: 100%;
	max-width: 640px;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 10px;
	font-family: "Noto Sans KR Regular";
	font-size: 15px;
	color: #333333;
	background-color: #f7f7f7;
	line-height: 170%;
	letter-spacing: -1px;
}
.rcp_box_contents a {
	text-decoration : underline;
	text-underline-offset : 3px;
	color: #5867DD;
}
.rcp_like_icons {
	width: 100%;
	max-width: 640px;
	text-align: right;
	height: 33px;
	padding-bottom: 10px;
}.rcp_like_icons img {
	float: right;
	width: 33px;
	height: 33px;
	margin-left: 15px;
}.rcp_like_icons span {
	float: right;
	line-height: 33px;
	color: #333;
	font-family: "Noto Sans KR Bold";
	font-size: 16px;
	margin-left: 5px;
	display: inline-flex;
	vertical-align: middle;
}

div.food_faq_seq {
	font-family: "Noto Sans KR Bold";
	font-size: 30px;
	text-align: center;
	color: #fff;
	background-color: #f00;
	width: 90px;
	border: 1px solid #f00;
	border-radius: 30px;
	padding: 5px;
	margin: 10px;
}

div.food_faq_qustion {
	font-family: "Noto Sans KR Bold";
	font-size: 32px;
	color: #f00;
	padding: 5px;
	margin: 10px;
}

div.food_faq_answer {
	font-family: "Noto Sans KR Regular";
	font-size: 28px;
	color: #000;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
