@charset "utf-8";

/* ======================================================================
   Pulmuone Lohas Community CSS
   - duplicate selectors/properties merged
   - responsive rules grouped at the bottom
   ====================================================================== */

/*�뚣끇占썬끇�빍占쎈뼒 - 野껓옙占쎄퉳占쎌겫占쎈열*/
#search_box>div.bx_select {
	position: absolute;
	z-index: 1;
	top: 0;
}

#search_box>div.search {
	position: relative;
	text-align: right;
	height: 60px;
	display: flex;
	gap: 10px;
	align-items: center;
}

#search_box>div.search.divide_line {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding-top: 12px;
}

#search_box>div.search label {
	position: absolute;
	height: 100%;
	color: #666;
	line-height: 2.625em;
	margin-left: 0.5em;
}

#search_box>div.search button {
	line-height: 2.625em;
	font-size: 1em;
	width: 4.5em;
	background-color: #333333;
	color: #fff;
	font-weight: 700;
	border-radius: 12px;
}

#search_box>div.search button.recipe {
	line-height: 2.625em;
	font-size: 1.2em;
	width: 100px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 4px;
	color: #1d9244;
	font-weight: 500; /* padding: 5px 12px; */
	background:
		url(/resources/img/community/ico_recipe_search.png)
		no-repeat left;
	background-size: 45%;
}

/*page nate*/

/* 占쎌뵠占쎌읈疫뀐옙 占쎈뼄占쎌벉疫뀐옙 */
.bbsPage {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
}

.bbsPage td {
	padding: 14px;
	text-align: left;
	vertical-align: middle;
	border-style: solid;
	border-top-width: 1px;
	border-color: #dedede;
}

.bbsPage td.h {
	width: 100px;
	text-align: center;
}

.bbsPage td.h img { 
	margin-right: 13px;
	vertical-align: middle;
}

.bot_btns {
	text-align: center;
	margin-top: 40px;
}

.bot_btns.nomg {
	margin: 0;
}

.bot_btns.rgt {
	text-align: right;
}

.bot_btns button {
	min-width: 200px;
	height: 50px;
	font-size: 15px;
	font-weight: 700;
}

.bot_btns button.mini {
	font-size: 15px;
	min-width: 145px;
	height: 37px;
}

.bot_btns button.pink {
	background-color: #005116;
	color: #fff;
}

.bot_btns button.dpgreen {
	background-color: #005116;
	color: #fff;
}

.bot_btns button.gray {
	border: 1px solid #6D6D6D;
	background-color: #7c7c7c;
	color: #fff;
}

.bot_btns button.gray2 {
	border: 1px solid #3b3b3b;
	background-color: #3b3b3b;
	color: #fff;
}

.bot_btns button.white {
	border: 1px solid #d8d8d8;
	color: #707070;
}

.bot_btns button.request img {
	margin-right: 10px;
}

/*form*/
.formType {
	width: 100%;
	border-top: 2px solid #9e9e9e;
}

.formType table {
	width: 100%;
}

.formType table tbody td, .formType table tbody th {
	border-style: solid;
	border-width: 0px 0 1px 0px;
	border-color: #D0D0D0;
	vertical-align: middle;
	padding: 10px 13px;
	text-align: left;
}

.formType table tbody th {
	color: #333;
	font-size: 13px;
	line-height: 17px;
	background-color: #f8f8f9;
	padding-left: 40px;
	vertical-align: top;
	padding: 17px 13px 17px 40px;
}

.formType table tbody td {
	color: #666666;
}

.formType table tbody td .textarea {
	max-width: 580px;
}

.formType table tbody td textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 13px;
	border-color: #BBBBBB;
}

.formType input.ipt {
	border-color: #BBBBBB;
	height: 30px;
	line-height: 28px;
}

.formType div.fileinputs {
	max-width: 500px;
}

.formType .calcu {
	display: inline-block;
	vertical-align: middle;
}

.formType button {
	height: 30px;
	min-width: 66px;
	padding: 0 10px;
	background-color: #999999;
	border: 1px solid #BBBBBB;
	color: #fff;
}

.formType .check_list_normal label {
	margin-right: 30px;
}

.formType .check_list_normal label input[type="radio"] {
	margin: 0;
}

.formType .bx_tip {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.formType .bx_tip>ul {
	
}

.formType .bx_tip>ul>li {
	line-height: 1.5em;
}

.formType .bx_tip>ul>li+li {
	margin-top: 10px;
}

/*input file fake*/
div.fileinputs {
	position: relative;
	width: 100%;
}

div.fakefile {
	margin-right: 141px;
}

div.fakefile img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.fakefile input {
	width: 100%;
}

input.file {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: right;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 2;
}

.formType table tbody td span.tip {
	display: inline-block;
	font-size: 12px;
	color: #666;
	margin: 0.5em 0
}

/*faq*/
.lst_tab_cont {
	
}

.lst_tab_cont>.inner {
	overflow: hidden;
	margin-bottom: 10px;
}

.lst_tab_cont ul {
	
}

.lst_tab_cont ul>li {
	padding: 0 15px;
	float: left;
	position: relative;
}

.lst_tab_cont ul>li:first-child {
	padding-left: 0;
}

.lst_tab_cont ul>li>a {
	min-width: 117px;
	padding: 6px 0px;
	line-height: 1.3;
	display: block;
	border-radius: 14px;
	text-align: center;
}

.lst_tab_cont ul>li.on>a {
	background-color: #005116;
	color: #fff;
}

.lst_tab_cont ul>li:after {
	position: absolute;
	left: -1px;
	height: 13px;
	border-left: 1px solid #D4D4D4;
	top: 0;
	bottom: 0;
	content: "";
	margin: auto;
}

#faq .lst_faq ul {
	border-top: 2px solid #9e9e9e;
}

#faq .lst_faq ul li {
	position: relative;
	line-height: 1.3em;
	padding-bottom: 0;
}

#faq .lst_faq ul li span.date {
	color: #adadad;
	font-size: 1.250em;
	margin-bottom: 2.5%;
	font-weight: 700;
	display: block;
}

#faq .lst_faq ul li .que {
	display: block;
	position: relative;
	line-height: 1.2;
	padding: 15px 20px 15px 40px;
	border-bottom: 1px solid #D0D0D0;
}

#faq .lst_faq ul li .que:after {
	display: block;
	clear: both;
	content: "";
}

#faq .lst_faq ul li .que strong {
	display: block;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	margin-top: -2px;
}

#faq .lst_faq ul li .que span {
	display: block;;
	margin-left: 60px;
	line-height: 1.4;
	margin-right: 25px;
}

#faq .lst_faq ul li .ans {
	padding: 15px 20px 40px 40px;
	display: none;
	background-color: #f6f6f6;
	border-bottom: 1px solid #D0D0D0;
	font-size: 1em;
	position: relative;
	overflow: hidden;
}

#faq .lst_faq ul li .ans:after {
	display: block;
	clear: both;
	content: "";
}

#faq .lst_faq ul li .ans strong {
	display: block;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	color: #a94c91;
}

#faq .lst_faq ul li .ans p {
	margin-left: 60px;
	line-height: 1.4;
}

#faq .lst_faq ul li .detail_arr {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 21px;
	height: 21px;
	margin: auto;
	background-image: url(/m/images/common/faq_arr_open.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

#faq .lst_faq ul li.on .detail_arr {
	background-image: url(/m/images/common/faq_arr_close.gif);
}

#faq .lst_faq ul li.on {
	
}

/*�⑤벊占쏙옙沅쀯옙鍮�*/
#notice>h2 {
	margin-bottom: 20px;
}

/*椰꾨떯由곤옙�뻼 占쎄맒占쎈뼖*/
#healthqna .bx_banner {
	position: relative;
	margin-bottom: 30px;
	height: 168px;
	border: 1px solid #507EBC;
	background-color: #507EBC;
	overflow: hidden;
}

#healthqna .bx_banner .bg {
	
}

#healthqna .bx_banner .bg img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto;
}

#healthqna .bx_banner .tit {
	
}

#healthqna .bx_banner .tit img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
}

#healthqna .area_policy {
	margin-top: 40px;
	margin-bottom: 40px;
}

#healthqna .area_policy>h3 {
	
}

#healthqna .bx_policy {
	max-height: 200px;
	padding: 1.5em;
	border: 1px solid #E9E9E9;
	overflow: hidden;
	overflow-y: auto;
	margin: 1em 0;
	font-size: 12px;
	line-height: 1.5;
}

#healthqna .bx_policy dt {
	font-size: 14px;
	line-height: 20px;
	margin: 0.5em 0 0.2em;
	font-weight: 700;
}

#healthqna .bx_policy dd {
	
}

/*占쎈７占쎌뵥占쎈뱜 占쎄텢占쏙옙占쎈�� 占쎈뻿筌ｏ옙*/
#request_gift .bx_point {
	margin-bottom: 35px;
}

.bx_point p.tip {
	text-align: right;
	font-size: 15px;
	margin-bottom: 5px;
}

.bx_point p.tip strong {
	font-size: 18px;
	color: #005116;
}

.bx_point p.tip a {
	color: #ffffff;
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
	padding: 5px 15px;
	background-color: #6a6a6a;
	text-align: center;
	margin-left: 5px;
}

.bx_point p.tip a img {
	margin-right: 5px;
}

.bx_point>dl {
	border: 1px solid #A3A3A3;
	border-radius: 7px;
	position: relative;
}

.bx_point>dl:after {
	display: block;
	clear: both;
	content: "";
}

.bx_point>dl>dt {
	border: 3px solid #005116;
	border-radius: 7px;
	margin: -1px;
	float: left;
	padding: 50px 40px 20px 0;
	width: 60%;
	box-sizing: border-box;
}

.bx_point>dl>dt h2 {
	position: absolute;
	top: 2px;
}

.bx_point>dl>dt .con:after {
	display: block;
	clear: both;
	content: "";
}

.bx_point>dl>dt .con figure {
	width: 176px;
	text-align: center;
	float: left;
}

.bx_point>dl>dt .con figure img {
	
}

.bx_point>dl>dt .con ul {
	margin-left: 176px;
}

.bx_point>dl>dt .con ul>li {
	background: url(/pc/brand/images/g_point/bg_disc.gif) no-repeat 10px
		center;
	padding: 5px 20px;
	margin: 5px 0;
	color: #666666;
	font-size: 15px;
}

.bx_point>dl>dt .con ul>li strong {
	display: block;
	float: right;
	font-weight: 700;
}

.bx_point>dl>dt .con ul>li.str {
	background-color: #f7f1e9;
	font-weight: 700;
	color: #333;
	border-radius: 19px;
	behavior: url(/pie/PIE.htc);
}

.bx_point>dl>dt .con ul>li.str strong {
	color: #005116;
}

.bx_point>dl>dd {
	padding-top: 55px;
	width: 40%;
	float: right
}

.bx_point>dl>dd>.inner {
	margin: 0 30px;
}

.bx_point>dl>dd h2 {
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
}

.bx_point>dl>dd p {
	padding: 10px;
}

.bx_point>dl>dd ul {
	
}
/*.bx_point > dl > dd ul > li{padding:10px 20px;border-bottom:1px solid #DDDDDD;}
.bx_point > dl > dd ul > li:after{display: block; clear:both; content:"";}
.bx_point > dl > dd ul > li > strong{padding-left:26px; background: url(/pc/brand/images/g_point/icon_arrow.gif) no-repeat left center;float: left;color: #666666;font-weight: 400;}
.bx_point > dl > dd ul > li > span{float: right;}*/
.bx_point>dl>dt .con>dl {
	margin-left: 176px;
	line-height: 60px;
	padding-top: 30px;
}

.bx_point>dl>dt .con>dl>dt {
	color: #333333;
	font-size: 15px;
	float: left;
}

.bx_point>dl>dt .con>dl>dd {
	font-size: 40px;
	color: #666666;
	font-weight: 400;
	text-align: right;
	border-bottom: 1px solid #005116;
}

.bx_point>dl>dt .con>dl>dd>p {
	display: inline-block;
}

.bx_point>dl>dt .con>dl>dd strong {
	color: #005116;
}

.bx_point>dl>dd.type2 {
	padding-top: 0;
}

.bx_point>dl>dd.type2 ul {
	margin-top: 15px;
}

.bx_point>dl>dd.type2 ul>li {
	padding: 14px 10px;
	border-top: 1px solid #DDDDDD;
	line-height: 22px;
}

.bx_point>dl>dd.type2 ul>li:first-child {
	border-width: 0;
}

.bx_point>dl>dd.type2 ul>li:after {
	display: block;
	clear: both;
	content: "";
}

.bx_point>dl>dd.type2 ul>li>strong {
	float: left;
	color: #333333;
	font-size: 15px;
}

.bx_point>dl>dd.type2 ul>li>span {
	float: right;
	font-size: 15px;
	color: #666666;
	text-align: right;
}

.bx_point>dl>dd.type2 ul>li>span button {
	height: 22px;
	background-color: #005116;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
}

.bx_point>dl>dd.type2 ul>li>span small {
	font-size: 13px;
}

.bx_point>dl>dd.type2 ul>li>span.view_more {
	font-size: 13px;
	color: #b55d9e;
	line-height: 20px;
}

.bx_point>dl>dd.type2 ul>li>span.view_more a {
	text-decoration: underline;
}

.bx_point.coupon {
	
}

.bx_point.coupon p.tip strong {
	color: #b55c9e;
}

.bx_point.coupon>dl>dt {
	border-color: #333;
}

.bx_point.coupon>dl>dt .con>dl>dd strong {
	color: #333;
}

.bx_point.coupon>dl>dt .con>dl>dd {
	border-color: #333;
}

.bx_search_type1 {
	
}

.bx_search_type1 dl {
	background-color: #eceef0;
	padding: 10px 25px;
	border: 1px solid #D8D8DB;
	margin-bottom: 34px;
}

.bx_search_type1 dl>dt {
	font-size: 16px;
	font-weight: 700;
	float: left;
	width: 100px;
	line-height: 29px;
}

.bx_search_type1 dl>dd {
	margin-left: 108px;
}

.bx_search_type1 dl>dd:after {
	display: block;
	clear: both;
	content: "";
}

.bx_search_type1 dl>dd .left {
	float: left;
}

.bx_search_type1 dl>dd .right {
	float: right;
}

.bx_search_type1 dl>dd input[type="text"] {
	box-sizing: border-box;
	width: 168px;
	height: 29px;
	border: 1px solid #9C9C9C;
	font-size: 13px;
	color: #8e9099;
	padding: 0 10px;
}

.bx_search_type1 dl>dd .right button {
	font-size: 13px;
	min-width: 80px;
	padding: 0 10px;
	height: 29px;
	border: 1px solid #C0C0C1;
	color: #666666;
	border-radius: 3px;
}

.bx_search_type1 dl>dd .right button.on {
	color: #ffffff;
	background-color: #8a96a1;
	border-color: #8a96a1;
}

#point_history .bx_detail.off {
	display: none;
}

#point_history .bx_detail>td {
	padding: 3% 5.8%;
	background-color: #fbf7f3;
	color: #666666;
	text-align: left;
}

#point_history .bx_detail>td>h4 {
	padding: 0px 5px 15px 5px;
	border-bottom: 1px dotted #8A8989;
	font-size: 1em;
	font-weight: 400;
}

#point_history .bx_detail>td>div {
	margin-top: 20px;
	padding: 0 5px;
}

#point_history .bx_detail>td>div p {
	line-height: 26px;
	font-size: 13px;
}

#point_history .bx_detail>td>div p.mb15 {
	margin-bottom: 15px;
}

#point_history .bx_detail>td>div p strong {
	text-decoration: underline;
	color: #d80202;
}

/*(占쎈７占쎌뵥占쎈뱜 占쎄텢占쏙옙占쎈�� 占쎈뻿筌ｏ옙)*/
#gift_basket {
	margin-top: 50px;
}

#gift_basket>.inner {
	padding: 35px 35px 20px 35px;
	border: 1px solid #B1B1B1;
}

#gift_basket>.inner>h2 {
	font-size: 22px;
	padding-bottom: 20px;
}

#gift_basket .bot_btns {
	position: relative;
	text-align: left;
	margin-top: 20px;
}

#gift_basket .bot_btns:after {
	display: block;
	clear: both;
	content: "";
}

#gift_basket .bot_btns>p {
	margin-right: 200px;
	color: #666666;
	line-height: 24px;
}

#gift_basket .bot_btns>button {
	float: right;
}

#request_gift .filter {
	text-align: right;
	margin: 20px 0px;
	overflow: hidden;
}

#request_gift .filter>ul {
	margin-right: -36px;
}

#request_gift .filter>ul>li {
	display: inline-block;
	margin-right: 18px;
	padding-right: 18px;
	position: relative;
}

#request_gift .filter>ul>li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 10px;
	width: 1px;
	background-color: #D9D9D9;
	margin: auto;
	content: '';
}

#request_gift .filter>ul>li>a {
	display: block;
	font-size: 12px;
}

#request_gift .filter>ul>li.on>a {
	padding-right: 25px;
	position: relative;
	color: #b55d9e;
	text-decoration: underline;
}

#request_gift .filter>ul>li.on>a:after {
	position: absolute;
	content: '';
	border-top: 5px solid #A74E8E;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
	width: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
}

/*g占쎈７占쎌뵥占쎈뱜 鈺곌퀬�돳*/
#point_history {
	margin-top: 40px;
}

#point_history>h2 {
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
}

#point_history>h2 .select {
	position: absolute;
	right: 0;
	bottom: 0;
}

#point_history>h2 .select select {
	width: 185px;
	height: 33px;
	border: 1px solid #DFDFDF;
	font-size: 13px;
	padding: 0 10px;
	color: #666;
}

#point_history dl.bot_txt {
	border-top: 1px solid #D9D9D9;
	padding: 20px 25px;
	margin-top: 35px;
}

#point_history dl.bot_txt:after {
	display: block;
	clear: both;
	content: "";
	color: #666666;
}

#point_history dl.bot_txt>dt {
	background: url(/pc/brand/images/g_point/ico_caution.gif) no-repeat left
		center;
	float: left;
	color: #9a7447;
	font-weight: 700;
	padding-left: 30px;
	min-height: 17px;
	line-height: 24px;
}

#point_history dl.bot_txt>dd {
	display: table;
}

#point_history dl.bot_txt>dd {
	margin-left: 20px;
	line-height: 24px;
}

#point_history dl.bot_txt>p {
	background: url(/pc/brand/images/g_point/ico_caution.gif) no-repeat left
		center;
	color: #9a7447;
	padding-left: 30px;
	min-height: 17px;
	line-height: 24px;
}

/*占쎈�믭옙�뵠�뇡占� 占쎈뮞占쏙옙占쎌뵬 �빊遺쏙옙*/
.tb_type2 {
	width: 100%;
	border-top: 1px solid #000
}

.tb_type2 tr td {
	border-bottom: 1px dotted #898989;
	vertical-align: middle;
	padding: 20px 0;
}

.tb_type2 tr td.ta-l {
	text-align: left;
	padding-left: 10px;
}

.tb_type2 tr td.title h1 {
	font-size: 15px;
}

.tb_type2 tr td.title p {
	color: #787878;
}

.tb_type2 tr td.price {
	font-weight: bold;
	text-align: right;
}

.tb_type2 tr td.price .ori_price {
	font-size: 14px;
	color: #666;
	text-decoration: line-through;
	display: block;
	margin-bottom: 5px;
}

.tb_type2 tr td.price .sale_price {
	font-size: 16px;
	color: #005116;
	display: block;
}

.tb_type2 tr td.count {
	font-size: 15px;
}

.tb_type2 tr td.del {
	text-align: center;
}

.tb_type2 tr td.del>a {
	text-decoration: underline;
	color: #555555;
	font-size: 15px;
}

.tb_type2 .img {
	width: 88px;
	height: 88px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	text-align: center;
}

.tb_type2  a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tb_type2  a img {
	max-width: 100%;
	max-height: 100%;
}

/*�뵳�딅뮞占쎈뱜 占쏙옙占쎌뿯 �빊遺쏙옙*/
/* lst_type04 */
.lst_type04 .list>ul {
	margin-left: -1.375em;
}

.lst_type04 .list>ul>li {
	width: 25%;
	float: left;
}

.lst_type04 .list>ul>li>div {
	display: block;
	margin-left: 1.375em;
	margin-bottom: 1.275em;
}

.lst_type04 .list>ul>li>div>* {
	display: block;
}

.lst_type04 .list .img {
	text-align: center;
	height: 10.625em;
	border: 1px solid #DDDDDD;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.lst_type04 .list .img>a {
	display: block;
	position: absolute;
	height: 70%;
	width: 70%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.lst_type04 .list .img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.lst_type04 .list .con {
	padding: 1.4375em;
}

.lst_type04 .list .con h4 {
	text-align: center;
	color: #333333;
	font-size: 15px;
	line-height: 1.3em;
	height: 1.3em;
	margin-bottom: 0.3em;;
	overflow: hidden;
}

.lst_type04 .list .con p {
	color: #666;
	line-height: 18px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
}

.lst_type04 .list .con p.point {
	font-weight: 700;
	font-size: 15px;
	color: #005116;
	margin-top: 10px;
	height: 18px;
}

/* //lst_type04 */

/*占쎄맒占쎈�뱄옙�땾占쎌쎗*/
.lst_type04 .list>ul>li>div>.btns {
	padding: 0 !important;
	position: relative;
	text-align: center;
}

.lst_type04 .btns .pd_cnt {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #dadada;
	overflow: hidden;
	margin-right: 5px;
}

.lst_type04 .btns .pd_cnt>button {
	position: absolute;
	width: 24px;
	height: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.lst_type04 .btns .pd_cnt>button.plus {
	right: 0px;
	border-left: 1px solid #dadada;
	background: url(/pc/brand/images/g_point/btn_plus.gif) no-repeat center
		center;
}

.lst_type04 .btns .pd_cnt>button.plus::after {
	width: 0.25em;
	height: 1.3125em;
	background: #acacac;
}

.lst_type04 .btns .pd_cnt>button.minus {
	left: 0px;
	border-right: 1px solid #dadada;
	background: url(/pc/brand/images/g_point/btn_minus.gif) no-repeat center
		center;
}

.lst_type04 .btns .pd_cnt .cnt {
	position: relative;
	margin: 0 24px;
}

.lst_type04 .btns .pd_cnt .cnt>input {
	height: 26px;
	display: block;
	font-size: 13px;
	line-height: 26px;
	color: #333;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	text-align: center;
	width: 33px;
	color: #333;
}

.lst_type04 .btns button.basket {
	width: 97px;
	height: 28px;
	border: 1px solid #726363;
	color: #4d4343;
	font-weight: 700;
}

.lst_type04 .btns button.basket:hover {
	color: #fff;
	background-color: #6a6a6a;
	border-color: #6a6a6a;
}

/*�뵳�딅뮞占쎈뱜 占쏙옙占쎌뿯 �빊遺쏙옙*/
/* lst_type05 */
.lst_type05 .list>ul {
	margin-left: -12px;
}

.lst_type05 .list>ul>li {
	width: 25%;
	float: left;
}

.lst_type05 .list>ul>li>div {
	display: block;
	margin-left: 12px;
	margin-bottom: 24px;
	border: 1px solid #CECECE;
	padding: 22px 11px 15px;
}

.lst_type05 .list>ul>li>div>* {
	display: block;
}

.lst_type05 .list p.point {
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
	height: 24px;
	text-align: center;
}

.lst_type05 .list .img {
	text-align: center;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.lst_type05 .list .img>a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.lst_type05 .list .img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.lst_type05 .list .con {
	padding: 1.4375em;
}

.lst_type05 .list .con h4 {
	text-align: center;
	color: #333333;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 0.3em;
	/*height:2.6em;overflow:hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;*/
}

.lst_type05 .list .con p {
	color: #666;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lst_type05 .btns button.basket {
	width: 100%;
	height: 28px;
	border: 1px solid #9D9D9D;
	color: #4d4343;
	font-weight: 700;
	font-size: 15px;
}

.lst_type05 .btns button.basket:hover {
	background-color: #6A6A6A;
	color: #fff;
}

/* Set the dimensions of the replaced select element and make it transparent. */
.customized-select.custom-select-replaced {
	border: 0;
	filter: alpha(opacity = 0);
	/* Move to IE-specific CSS file if you want to. */
	opacity: 0;
	position: relative;
	z-index: 10;
}

.select_w100 .custom-select-container {
	display: block;
}

.custom-select {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.custom-select-container {
	position: relative;
	display: inline-block;
}

.custom-select-container>select {
	padding: 0 20px 0 0;
	margin: 0;
	font-size: 0.875em;
	line-height: 28px;
	height: 30px;
	border-width: 0px;
}

.custom-select-container>select.w100 {
	width: 100%;
}

.custom-select-container>select>option {
	
}

.custom-select-container>span {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.custom-select>span {
	display: block;
	box-sizing: border-box;
	line-height: 28px;
	font-size: 0.875em;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	height: 100%;
	filter: none;
	background: url(/pc/brand/images/common/ico_select02.png) no-repeat 90%
		center;
	background: url(/pc/brand/images/common/ico_select02.png) no-repeat
		right 0.6em center;
}

.custom-select span span {
	display: block;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_list2 ul {
	border-bottom: 2px solid #606060;
	margin-left: 1px;
}

.tab_list2 ul:after {
	display: block;
	clear: both;
	content: "";
}

.tab_list2 li {
	float: left;
	width: 20%;
	font-size: 15px;
	color: #6d6d6d;
}

.tab_list2.n2 li {
	width: 50%;
}

.tab_list2 li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: -1px;
	background-color: #f8f8f8;
	border-left: 0;
	border: 1px solid #C4C4C4;
	border-bottom-width: 0;
	margin-left: -1px;
	white-space: nowrap;
	font-size: 15px;
	position: relative;
}

.tab_list2 li:hover a {
	text-decoration: none;
	background-color: #f8f8f8;
	color: #333;
}

.tab_list2 li.on {
	
}

.tab_list2 li.on a {
	background: #fff;
	color: #333;
	font-weight: 700;
	border: 2px solid #606060;
	border-bottom-width: 0;
	margin-bottom: -2px;
	padding-bottom: 1px;
	z-index: 1;
}

table.tb_type1 {
	width: 100%;
	border-top: 2px solid #9e9e9e;
	margin-bottom: 5px;
}

table.tb_type1>thead th {
	background-color: #f8f8f8;
	color: #333;
	font-weight: bold;
	padding: 1.3077em 0;
	border-bottom: 1px solid #d0d0d0;
}

table.tb_type1>tbody {
	
}

table.tb_type1>tbody>tr {
	
}

table.tb_type1>tbody>tr.notice_fix {
	font-weight: 800;
	background-color: #f5f5f5;
}

table.tb_type1>tbody>tr>td {
	border-bottom: 1px solid #D0D0D0;
	color: #333333;
	line-height: 1.2;
	padding: 1.3077em 0.8em;
	text-align: center;
	vertical-align: middle;
}

table.tb_type1>tbody>tr>td.tit {
	text-align: left;
}

table.tb_type1>tbody>tr>td.date {
	color: #adadad;
	font-weight: 700;
	font-size: 13px;
}

table.tb_type1>tbody>tr>td.ans {
	text-decoration: underline;
	color: #b55c9e;
}

table.tb_type1>tbody>tr>td.address {
	text-align: left;
}

table.tb_type1>tbody>tr>td.save {
	color: #b55c9e;
	text-align: right;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
}

table.tb_type1>tbody>tr>td.use {
	color: #214c8f;
	text-align: right;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
}

table.tb_type1>tbody>tr>td.btn button {
	color: #5f5f5f;
	font-size: 12px;
	min-width: 55px;
	padding: 0 5px;
	height: 23px;
	border: 1px solid #A1A1A1
}

table.tb_type1>tbody>tr>td.btn button.gray {
	background-color: #e7e7e7;
}

table.tb_type1>tbody>tr>td.point.plus {
	color: #b55c9e;
	font-weight: 700;
}

table.tb_type1>tbody>tr>td.point.minus {
	color: #214c8f;
	font-weight: 700;
}

table.tb_type1>tbody>tr>td.event {
	color: #229656;
}

table.tb_type1>tbody>tr>td.promotion {
	color: #b55c9e;
}

table.tb_type3 {
	width: 100%;
}

table.tb_type3>tbody {
	
}

table.tb_type3>tbody>tr {
	
}

table.tb_type3>tbody>tr>td {
	vertical-align: middle;
	font-size: 15px;
	padding: 0 10px;
}

table.tb_type3>tbody>tr>td>.img {
	width: 88px;
	height: 88px;
	border: 1px solid #E9E9E9;
	background-color: #fff;
	position: relative;
}

table.tb_type3>tbody>tr>td>.img>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

table.tb_type3>tbody>tr>td.tit {
	text-align: left;
}

table.tb_type3>tbody>tr>td.tit>strong {
	display: block;
	color: #333333;
	font-size: 15px;
	margin-bottom: 5px;
}

table.tb_type3>tbody>tr>td.tit>p {
	font-size: 13px;
}

table.tb_type3>tbody>tr>td.point {
	font-size: 16px;
	color: #b55c9e;
	font-weight: 700;
	text-align: center;
}

table.tb_type4 {
	width: 100%;
	border-top: 1px solid #D0D0D0;
}

table.tb_type4>tbody {
	
}

table.tb_type4>tbody>tr {
	
}

table.tb_type4>tbody>tr>td {
	color: #666;
	font-size: 13px;
	padding: 18px;
	text-align: center;
	border-bottom: 1px solid #D0D0D0;
}

table.tb_type4>tbody>tr>td.date {
	color: #8f8f8f;
	font-weight: 700;
}

table.tb_type4>tbody>tr>td.price {
	font-weight: 700;
	color: #333;
}

table.tb_type4>tbody>tr>td a.btn_detail {
	color: #b55c9e;
	text-decoration: underline;
}

table.tb_type4>tbody>tr.detail>td {
	padding: 25px 18px;
	text-align: left;
	color: #333;
}

table.tb_type4 .detail dl {
	
}

table.tb_type4 .detail dl>dt {
	float: left;
	width: 100px;
	font-weight: 700;
	clear: both;
	line-height: 20px;
	padding-top: 4px;
}

table.tb_type4 .detail dl>dt .star {
	color: #b55c9e;
}

table.tb_type4 .detail dl>dt small {
	font-weight: 400;
	color: #878787;
	font-size: 12px;
	display: block;
}

table.tb_type4 .detail dl>dd {
	margin-left: 100px;
	margin-bottom: 23px;
}

table.tb_type4 .detail dl>dd select {
	height: 28px;
	min-width: 267px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px solid #dadada;
	color: #666;
}

table.tb_type4 .detail dl>dd textarea {
	box-sizing: border-box;
	border: 1px solid #DADADA;
	padding: 10px;
	width: 100%;
}

.common_caution {
	position: relative;
	padding-left: 30px;
	background: url(/pc/shop/images/mypage/ico_caution.gif) 9px 2px
		no-repeat;
}

.common_caution img {
	position: absolute;
	top: 0;
	left: 5;
}

.common_caution p {
	color: #519cc4;
	font-size: 13px;
	line-height: 20px;
}

.ccmtable_tit {
	font-size: 1.2em;
	margin: 40px 0 15px 0;
	font-weight: 700;
	color: #008000;
}

.js-product-item {
	max-height: 61.9px;
}
/* 기업소식 페이징 */
#notice .paginate {
	margin-top: 20px;
	text-align: center;
}

#notice .paginate>* {
	vertical-align: middle;
}

#notice .paginate .pages {
	display: inline-block;
	margin-top: 5px;
}

#notice .paginate button {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 0 3px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}

#notice .paginate .page-control {
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 20px;
}

#notice .paginate .page-number.on {
	color: #005116;
	font-weight: 700;
	text-decoration: underline;
}

#notice .paginate button.disabled {
	color: #ccc;
	cursor: default;
	opacity: 0.45;
}

#notice .txt_empty_content {
	padding: 40px 0;
	text-align: center;
	color: #777;
}

#notice .spec {
	margin-top: 40px;
}

.bbsPage {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
}

.bbsPage td {
	padding: 14px;
	text-align: left;
	vertical-align: middle;
	border-style: solid;
	border: 0px;
	border-top: 1px solid;
	border-top-width: 1px;
	border-color: #dedede;
}

.bbsPage td.h {
	width: 100px;
	text-align: center;
}

.bbsPage tr:first-child td {
	border-top: 0;
}

.bbsPage td.h img {
	margin-right: 13px;
	vertical-align: middle;
	display: inline-grid;
}

.bot_btns {
	text-align: center;
	margin-top: 40px;
}

.bot_btns button {
	min-width: 200px;
	height: 50px;
	font-size: 15px;
	font-weight: 700;
}

.bot_btns button.pink {
	background-color: #005116;
	color: #fff;
}

.bot_btns button.dpgreen {
	background-color: #005116;
	color: #fff;
}

.area_reply {
	background-color: #fff;
	margin: 6% 2% 0 2%;
	border-top: 1px solid #d0d0d0;
}

.area_reply>.inner {
	
}

.area_reply .inner .header .title:after {
	display: block;
	clear: both;
	content: "";
}

.area_reply .inner .header {
	padding: 5% 0 4% 0;
}

.area_reply .inner .header .title h1 {
	float: left;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 700;
}

.area_reply .inner .header .title h1 img {
	width: 1.613em;
	margin-right: 0.5em;
}

.area_reply .inner .header .title p {
	float: left;
	font-size: 1.250em;
	margin-left: 2%;
	padding-top: 0.7em;
}

.area_reply .inner .header .title p span {
	color: #005116;
	font-weight: bold;
}

.area_reply .inner .header .writeBox_review {
	position: relative;
	margin-top: 2%;
	box-sizing: border-box;
}

.area_reply .inner .header .writeBox_review textarea {
	width: 85%;
	box-sizing: border-box;
	border-width: 0.23em;
	border-right: 0;
	border-color: #333;
	padding: 0.8em;
	font-size: 1.2em;
	line-height: 1.2em;
	height: 6em;
	outline: none;
	-webkit-appearance: none;
	color: #333;
}

.area_reply .inner .header .writeBox_review button {
	position: absolute;
	width: 15%;
	height: 100%;
	background-color: #333;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	box-sizing: border-box;
}

.area_reply .inner .article ul.list {
	border-bottom: 1px solid #D3D3D3;
}

.area_reply .inner .article ul.list>li {
	padding: 25px 10px;
	border-top: 1px solid #D3D3D3;
}

.area_reply .inner .article ul.list>li>.date {
	font-size: 15px;
	color: #adadad;
	margin-bottom: 10px;
	overflow: hidden;
}

.area_reply .inner .article ul.list>li>.date>* {
	vertical-align: middle;
}

.area_reply .inner .article ul.list>li>.date>strong {
	color: #333;
	margin-right: 1.5em;
}

.area_reply .inner .article ul.list>li>.date>span {
	margin-right: 1.5em;
	font-weight: bold;
}

.area_reply .inner .article ul.list>li>.date>span.opt {
	float: right;
	margin-right: 0;
}

.area_reply .inner .article ul.list>li>.date>span.opt a {
	padding: 0.2em 0.5em;
	border-radius: 20px;
	display: inline-block;
	font-size: 0.8em;
}

.area_reply .inner .article ul.list>li>.date>span.opt a.edit {
	border: 1px solid #6D6D6D;
	background-color: #edeff2;
	color: #6D6D6D;
	margin-right: 0.5em;
}

.area_reply .inner .article ul.list>li>.date>span.opt a.del {
	border: 1px solid #6D6D6D;
	background-color: #7f7f7f;
	color: #fff;
}

.area_reply .inner .article ul.list>li p {
	font-size: 15px;
	line-height: 1.6667;
	letter-spacing: -0.5px;
}

#related_goods {
	margin: 7% 0;
}

#related_goods h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 3%;
}

#related_goods ul:after {
	display: block;
	clear: both;
	content: "";
}

#related_goods ul li {
	float: left;
	width: 24%;
	margin-left: 1%;
	text-align: center;
	cursor: pointer;
}

#related_goods ul li:first-child {
	margin-left: 0;
}

#related_goods ul li .img {
	border: 1px solid #d6d6d6;
	height: 15em;
}

#related_goods ul li .img img {
	max-width: 100%;
	max-height: 100%;
}

#related_goods ul li .cont {
	margin-top: 5%;
}

#related_goods ul li .cont strong {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

#related_goods ul li .cont span {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-top: 3%;
}

#brand .video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

#brand .video>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#brand .promo_info header {
	position: relative;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 18px;
}

#brand .promo_info header p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

#brand .promo_info header button {
	text-align: left;
	color: #fff;
	border: 1px solid #888;
	padding: 6px 26px 6px 15px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/pc/brand/images/life/ico_down.png) 90% center no-repeat
		#888;
}

#brand .promo_info header button.on {
	color: #333;
	background: url(/pc/brand/images/life/ico_up.png) 90% center no-repeat
		#fff;
}

#brand .promo_info article {
	color: #666;
	line-height: 25px;
}

#brand .lst_video {
	padding-top: 5%;
	border-top: 1px solid #ddd;
	margin-top: 5%;
}

#brand .lst_video ul:after {
	display: block;
	clear: both;
	content: "";
}

#brand .lst_video ul {
	margin-left: -2%;
}

#brand .lst_video ul li {
	float: left;
	margin-bottom: 5%;
	width: 25%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#brand .lst_video ul li .img {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	text-align: center;
}

#brand .lst_video ul li img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#brand .lst_video ul li dl {
	margin-top: 25px;
}

#brand .lst_video ul li dl dt {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 20px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#brand .lst_video ul li dl dd {
	line-height: 20px;
}

#brand3 .lst_print ul {
	margin-left: -1.5%;
}

#brand3 .lst_print ul:after {
	clear: both;
	display: block;
	content: "";
}

#brand3 .lst_print ul li {
	width: 25%;
	float: left;
	margin-bottom: 5%;
	padding-left: 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#brand3 .lst_print ul li a {
	display: block;
	-webkit-transition: box-shadow .17s ease-out;
	box-shadow-moz-transition: .17s ease-out;
	-o-transition: box-shadow .17s ease-out;
	box-shadow-transition: .17s ease-out;
}

#brand3 .lst_print ul li a:hover { /* transform: scale(1.0);  */
	box-shadow: 0px 3px 6px -2px #666;
	z-index: 1;
}

#brand3 .lst_print ul li .img {
	display: block;
	border: 1px solid #dcdcdc;
	height: 0;
	padding-bottom: 130%;
	position: relative;
	overflow: hidden
}

#brand3 .lst_print ul li .img img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#brand3 .lst_print ul li .cont {
	display: block;
	padding: 20px 10px;
}

#brand3 .lst_print ul li .cont .title {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #333;
}

#brand3 .lst_print ul li .cont .date {
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 11px;
}

#brand3 .view_box {
	text-align: left;
	position: fixed;
	top: 0;
	right: 0;
	left: 50%;
	bottom: 0;
	z-index: 200;
	margin-left: -241px;
	display: none;
	background-color: #fff;
	width: 482px;
	height: 650px;
	margin-top: 10%;
}

#brand3 .view_box>.inner {
	background-color: #fff;
	text-align: center; /* height: 100%; */
}

#brand3 .view_box .print_area {
	
}

#brand3 .view_box .print_area img {
	width: 100%;
	margin: 0 auto;
}

#brand3 .view_box>.inner>.view_box_btn {
	display: block;
	margin: 0px 0 0 0;
	position: absolute;
	top: 0;
	right: -44px;
	z-index: 10;
}

#brand3 .view_box>.inner>.view_box_btn button {
	cursor: pointer;
	width: 2.5em;
}

#brand3 .view_box>.inner>.view_box_btn button img {
	width: 100%;
}

.pop_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	left: 0;
	top: 0;
	z-index: 50;
	display: none;
}

#brand .recent_ebook {
	
}

#brand .recent_ebook>dl {
	position: relative;
	margin-bottom: 85px;
}

#brand .recent_ebook>dl:after {
	content: '';
	display: block;
	clear: both;
}

#brand .recent_ebook>dl>dt {
	width: 48.26%;
}

#brand .recent_ebook>dl>dt .img {
	position: relative;
	height: 0;
	padding-bottom: 135%;
}

#brand .recent_ebook>dl>dt .img>img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25)
}

#brand .recent_ebook>dl>dd {
	position: absolute;
	right: 0;
	height: 100%;
	width: 45.65%;
	top: 0;
}

#brand .recent_ebook>dl>dd h3 {
	text-align: right;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #8E8E8E;
	line-height: 34px;
}

#brand .recent_ebook>dl>dd .con {
	
}

#brand .recent_ebook>dl>dd h4 {
	color: #a1a1a1;
	font-size: 25px;
	font-weight: 400;
	padding: 60px 0 30px 10px;
}

#brand .recent_ebook>dl>dd .list {
	overflow: hidden;
	overflow-y: auto;
}

#brand .recent_ebook .list>ul {
	
}

#brand .recent_ebook .list>ul>li {
	padding: 9px 5px;
	border-bottom: 1px solid #ECECEC;
}

#brand .recent_ebook .list>ul>li>a {
	display: block;
	padding-left: 10px;
	position: relative;
	line-height: 1.5;
	font-size: 14px;
	color: #7d7d7d;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#brand .recent_ebook .list>ul>li>a:after {
	position: absolute;
	top: 7px;
	left: 0;
	background: url(/pc/brand/images/life/arr_next1.png) 0 0 no-repeat;
	height: 100%;
	width: 10px;
}

#brand .recent_ebook .list>ul>li>a:hover {
	color: #333333;
}

#brand .recent_ebook .list>ul>li>a:hover:after {
	content: '';
}

#brand .recent_ebook .bot_btn {
	padding-top: 30px;
}

#brand .recent_ebook .bot_btn>button {
	border: 1px solid #989898;
	color: #333333;
	font-size: 13px;
	height: 36px;
	min-width: 126px;
}

#brand .recent_ebook .bot_btn>button>* {
	vertical-align: middle;
}

#brand .lst_ebook ul:after {
	display: block;
	clear: both;
	content: "";
}

#brand .lst_ebook>ul {
	margin-left: -3%;
}

#brand .lst_ebook>ul>li {
	float: left;
	width: 25%;
	position: relative;
	padding-left: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#brand .lst_ebook>ul>li a {
	display: block;
}

#brand .lst_ebook>ul>li .img {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 121.173%;
}

#brand .lst_ebook>ul>li .img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

#brand .lst_ebook>ul>li .title {
	display: block;
	z-index: 3;
	width: 88%;
	padding: 0.6em 0 0.6em 0;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(trg.png);
	/* IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,
		endColorstr=#cc000000);
	/* IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
}

#brand .lst_ebook ul li .title:not([dummy]) {
	/* IE9 only */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

#brand .lst_ebook ul li .title>.ico {
	margin: 0 0.5em 0 0.8em;
}

#brand .lst_ebook ul li .title>.ico img {
	width: 1.5em;
}

#pop_ebook_view {
	width: 1200px;
	overflow: visible;
}

#pop_ebook_view>.inner {
	padding: 30px 60px;
}

#pop_ebook_view header {
	position: relative;
}

#pop_ebook_view header h2 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
}

#pop_ebook_view header p {
	position: absolute;
	bottom: -10px;
	right: 0;
}

#pop_ebook_view .bx_book {
	height: 0;
	position: relative;
	padding-bottom: 67.5%;
	z-index: 0;
}

#pop_ebook_view .bx_book>.inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 2px solid #DFDFDF;
}
/*#pop_ebook_view .bx_book > .inner:before{position: absolute;width:42%;left:5%;height:15%;background-color: rgba(0,0,0,0.5);box-shadow: 0 0 60px 0px rgba(0,0,0,0.5);content: '';bottom:0;border-radius:50%;}
#pop_ebook_view .bx_book > .inner:after{position: absolute;width:42%;right:5%;height:15%;background-color: rgba(0,0,0,0.5);box-shadow: 0 0 60px 0px rgba(0,0,0,0.5);content: '';bottom:0;border-radius:50%;}*/
#pop_ebook_view #flipbook {
	height: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: margin-left 0.3s ease-in-out;
	-moz-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	-ms-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
}

#pop_ebook_view.w120 {
	width: 1400px;
}

#pop_ebook_view.w140 {
	width: 1600px;
}

#pop_ebook_view .bx_book img {
	width: 100%;
}

#pop_ebook_view .bx_book button.pagi {
	position: absolute;
	height: 46px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 50;
}

#pop_ebook_view .bx_book button.pagi.btn_prev {
	left: 10px;
}

#pop_ebook_view .bx_book12000 button.pagi.btn_next {
	right: 10px;
}

#pop_ebook_view footer {
	margin-top: 18px;
}

#pop_ebook_view .selectArea {
	float: right;
	position: relative;
	z-index: 1
}

#pop_ebook_view .selectArea .bx_select {
	float: left;
}

#pop_ebook_view .selectArea select {
	position: relative;
	color: #666;
	font-size: 13px;
	width: 100%;
	border: 2px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 0;
	background-color: #fff;
	line-height: 31px;
	height: 35px;
}

#pop_ebook_view .selectArea .input_page {
	position: relative;
	margin-left: 0.5em;
	font-size: 13px;
	height: 2.09em;
	float: left;
	line-height: 31px;
	height: 35px;
}

#pop_ebook_view .selectArea .input_page input {
	background-color: #f3f3f3;
	border: 2px solid #e1e1e1;
	padding: 0px 10px;
	width: 130px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pop_ebook_view .selectArea .input_page button {
	height: 100%;
	background-color: #005116;
	color: #fff;
	padding: 0 15px;
}

#pop_ebook_view footer .paging {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.9em;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

#pop_ebook_view footer .paging>span.current {
	color: #005116;
}

#pop_ebook_view .btns button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 59px;
}

#pop_ebook_view .btns button.btn_prev {
	left: 0;
}

#pop_ebook_view .btns button.btn_next {
	right: 0;
}

/* �뇡�슢�삏占쎈굡 揶쎼끇�쑎�뵳占� - 占쎌냹癰귣똻�겫占쎄맒*/
#brand .recent_ebook {
	
}

#brand .recent_ebook>dl {
	position: relative;
	margin-bottom: 85px;
}

#brand .recent_ebook>dl:after {
	content: '';
	display: block;
	clear: both;
}

#brand .recent_ebook>dl>dt {
	width: 48.26%;
}

#brand .recent_ebook>dl>dt .img {
	position: relative;
	height: 0;
	padding-bottom: 135%;
}

#brand .recent_ebook>dl>dt .img>img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25)
}

#brand .recent_ebook>dl>dd {
	position: absolute;
	right: 0;
	height: 100%;
	width: 45.65%;
	top: 0;
}

#brand .recent_ebook>dl>dd h3 {
	text-align: right;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #8E8E8E;
	line-height: 34px;
}

#brand .recent_ebook>dl>dd .con {
	
}

#brand .recent_ebook>dl>dd h4 {
	color: #a1a1a1;
	font-size: 25px;
	font-weight: 400;
	padding: 60px 0 30px 10px;
}

#brand .recent_ebook>dl>dd .list {
	overflow: hidden;
	overflow-y: auto;
}

#brand .recent_ebook .list>ul {
	
}

#brand .recent_ebook .list>ul>li {
	padding: 9px 5px;
	border-bottom: 1px solid #ECECEC;
}

#brand .recent_ebook .list>ul>li>a {
	display: block;
	padding-left: 10px;
	position: relative;
	line-height: 1.5;
	font-size: 14px;
	color: #7d7d7d;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#brand .recent_ebook .list>ul>li>a:after {
	position: absolute;
	top: 7px;
	left: 0;
	background: url(/pc/brand/images/life/arr_next1.png) 0 0 no-repeat;
	height: 100%;
	width: 10px;
}

#brand .recent_ebook .list>ul>li>a:hover {
	color: #333333;
}

#brand .recent_ebook .list>ul>li>a:hover:after {
	content: '';
}

#brand .recent_ebook .bot_btn {
	padding-top: 30px;
}

#brand .recent_ebook .bot_btn>button {
	border: 1px solid #989898;
	color: #333333;
	font-size: 13px;
	height: 36px;
	min-width: 126px;
}

#brand .recent_ebook .bot_btn>button>* {
	vertical-align: middle;
}

#brand .lst_ebook ul:after {
	display: block;
	clear: both;
	content: "";
}

#brand .lst_ebook>ul {
	margin-left: -3%;
}

#brand .lst_ebook>ul>li {
	float: left;
	width: 25%;
	position: relative;
	padding-left: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#brand .lst_ebook>ul>li a {
	display: block;
}

#brand .lst_ebook>ul>li .img {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 121.173%;
}

#brand .lst_ebook>ul>li .img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

#brand .lst_ebook>ul>li .title {
	display: block;
	z-index: 3;
	width: 88%;
	padding: 0.6em 0 0.6em 0;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(trg.png);
	/* IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,
		endColorstr=#cc000000);
	/* IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
}

#brand .lst_ebook ul li .title:not([dummy]) {
	/* IE9 only */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

#brand .lst_ebook ul li .title>.ico {
	margin: 0 0.5em 0 0.8em;
}

#brand .lst_ebook ul li .title>.ico img {
	width: 1.5em;
}

#pop_ebook_view {
	width: 1200px;
	overflow: visible;
}

#pop_ebook_view>.inner {
	padding: 30px 60px;
}

#pop_ebook_view header {
	position: relative;
}

#pop_ebook_view header h2 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
}

#pop_ebook_view header p {
	position: absolute;
	bottom: -10px;
	right: 0;
}

#pop_ebook_view .bx_book {
	height: 0;
	position: relative;
	padding-bottom: 67.5%;
	z-index: 0;
}

#pop_ebook_view .bx_book>.inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 2px solid #DFDFDF;
}
/*#pop_ebook_view .bx_book > .inner:before{position: absolute;width:42%;left:5%;height:15%;background-color: rgba(0,0,0,0.5);box-shadow: 0 0 60px 0px rgba(0,0,0,0.5);content: '';bottom:0;border-radius:50%;}
#pop_ebook_view .bx_book > .inner:after{position: absolute;width:42%;right:5%;height:15%;background-color: rgba(0,0,0,0.5);box-shadow: 0 0 60px 0px rgba(0,0,0,0.5);content: '';bottom:0;border-radius:50%;}*/
#pop_ebook_view #flipbook {
	height: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: margin-left 0.3s ease-in-out;
	-moz-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	-ms-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
}

#pop_ebook_view.w120 {
	width: 1400px;
}

#pop_ebook_view.w140 {
	width: 1600px;
}

#pop_ebook_view .bx_book img {
	width: 100%;
}

#pop_ebook_view .bx_book button.pagi {
	position: absolute;
	height: 46px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 50;
}

#pop_ebook_view .bx_book button.pagi.btn_prev {
	left: 10px;
}

#pop_ebook_view .bx_book12000 button.pagi.btn_next {
	right: 10px;
}

#pop_ebook_view footer {
	margin-top: 18px;
}

#pop_ebook_view .selectArea {
	float: right;
	position: relative;
	z-index: 1
}

#pop_ebook_view .selectArea .bx_select {
	float: left;
}

#pop_ebook_view .selectArea select {
	position: relative;
	color: #666;
	font-size: 13px;
	width: 100%;
	border: 2px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 0;
	background-color: #fff;
	line-height: 31px;
	height: 35px;
}

#pop_ebook_view .selectArea .input_page {
	position: relative;
	margin-left: 0.5em;
	font-size: 13px;
	height: 2.09em;
	float: left;
	line-height: 31px;
	height: 35px;
}

#pop_ebook_view .selectArea .input_page input {
	background-color: #f3f3f3;
	border: 2px solid #e1e1e1;
	padding: 0px 10px;
	width: 130px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pop_ebook_view .selectArea .input_page button {
	height: 100%;
	background-color: #005116;
	color: #fff;
	padding: 0 15px;
}

#pop_ebook_view footer .paging {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.9em;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

#pop_ebook_view footer .paging>span.current {
	color: #005116;
}

#pop_ebook_view .btns button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 59px;
}

#pop_ebook_view .btns button.btn_prev {
	left: 0;
}

#pop_ebook_view .btns button.btn_next {
	right: 0;
}

/* �뇡�슢�삏占쎈굡 揶쎼끇�쑎�뵳占� - 占쎌냹癰귣똻�겫占쎄맒*/
.tab_list.n2.history-tabs {
	margin-top: 28px;
}

.tab_list.n2.history-tabs>ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.tab_list.n2.history-tabs>ul>li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab_list.n2.history-tabs>ul>li.fixed, .tab_list.n2.history-tabs>ul>li.active
	{
	z-index: 2;
}

.tab_list.n2.history-tabs>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #d2d1da;
	border-radius: 0;
	background: #f0f0f0;
	color: #555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	transition: background-color 0.15s ease, color 0.15s ease, border-color
		0.15s ease;
}

.tab_list.n2.history-tabs>ul>li>a:hover, .tab_list.n2.history-tabs>ul>li>a:focus
	{
	background: #ffffff;
	color: #222222;
}

.tab_list.n2.history-tabs>ul>li.fixed>a, .tab_list.n2.history-tabs>ul>li.active>a,
	.tab_list.n2.history-tabs>ul>li>a.active {
	border-top: 2px solid #6f6f6f;
	border-right-color: #d2d1da;
	border-bottom: 0;
	border-left-color: #d2d1da;
	background: #ffffff;
	color: #222222;
	font-weight: 400;
	box-shadow: none;
}

.history-tab-panels {
	position: relative;
}

.history-cont {
	display: none;
}

.history-cont.is-active {
	display: block;
}

.history-cont[hidden] {
	display: none !important;
}

.history-cont img {
	display: block;
	width: 100%;
	height: auto;
}

.tab_list.n2.research-tabs {
	margin-top: 28px;
}

.tab_list.n2.research-tabs>ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.tab_list.n2.research-tabs>ul>li {
	position: relative;
	float: none !important;
	width: auto !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab_list.n2.research-tabs>ul>li.fixed, .tab_list.n2.research-tabs>ul>li.active
	{
	z-index: 2;
}

.tab_list.n2.research-tabs>ul>li+li>a {
	margin-left: -1px;
}

.tab_list.n2.research-tabs>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #d2d1da;
	border-radius: 0;
	background: #f0f0f0;
	color: #555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	box-sizing: border-box;
	transition: background-color 0.15s ease, color 0.15s ease, border-color
		0.15s ease;
}

.tab_list.n2.research-tabs>ul>li>a:hover, .tab_list.n2.research-tabs>ul>li>a:focus
	{
	background: #ffffff;
	color: #222222;
}

.tab_list.n2.research-tabs>ul>li.fixed>a, .tab_list.n2.research-tabs>ul>li.active>a,
	.tab_list.n2.research-tabs>ul>li>a.active {
	border-top: 2px solid #6f6f6f;
	border-right-color: #d2d1da;
	border-bottom: 0;
	border-left-color: #d2d1da;
	background: #ffffff;
	color: #222222;
	font-weight: 400;
	box-shadow: none;
}

.research-tab-panels {
	position: relative;
}

.tab_list.n2.research-tabs .research-tab-panel {
	display: none;
}

.tab_list.n2.research-tabs .research-tab-panel.is-active {
	display: block;
}

.tab_list.n2.research-tabs .research-tab-panel[hidden] {
	display: none !important;
}

#page_webzine .recent_ebook {
	margin-top: 40px;
	margin-bottom: 40px;
}

#page_webzine .recent_ebook>dl {
	position: relative;
}

#page_webzine .recent_ebook>dl:after {
	content: '';
	display: block;
	clear: both;
}

#page_webzine .recent_ebook>dl>dt {
	width: 48.26%;
}

#page_webzine .recent_ebook>dl>dt .img {
	position: relative;
	height: 0;
	max-width: 385px;
	padding-bottom: 113%;
	border: 1px solid #dadada;
	box-sizing: border-box;
	margin: 0 auto;
}

#page_webzine .recent_ebook>dl>dt .img>img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

#page_webzine .recent_ebook>dl>dd {
	position: absolute;
	right: 0;
	height: 100%;
	width: 52%;
	top: 0;
	padding-bottom: 100px;
	box-sizing: border-box;
}

#page_webzine .recent_ebook>dl>dd h3 {
	font-size: 35px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #8E8E8E;
	line-height: 1.2;
	padding: 15px 0;
}

#page_webzine .recent_ebook>dl>dd h3 span {
	font-size: 16px;
	margin-left: 15px;
}

#page_webzine .recent_ebook>dl>dd .con {
	
}

#page_webzine .recent_ebook>dl>dd h4 {
	color: #a1a1a1;
	font-size: 20px;
	margin: 15px 0 20px;
	font-weight: 400;
	line-height: 1.5;
}

#page_webzine .recent_ebook>dl>dd .list {
	overflow: hidden;
	overflow-y: auto;
}

#page_webzine .recent_ebook .list>ul {
	
}

#page_webzine .recent_ebook .list>ul>li {
	display: block;
	padding-left: 10px;
	position: relative;
	line-height: 1.5;
	font-size: 13px;
	color: #3c3c3c;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#page_webzine .recent_ebook .list>ul>li+li {
	margin-top: 15px;
}

#page_webzine .recent_ebook .list>ul>li:after {
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	font-weight: bold;
}

#page_webzine .recent_ebook .bot_btn {
	position: absolute;
	bottom: 25px;
	left: 0;
}

#page_webzine .recent_ebook .bot_btn>button {
	border: 1px solid #989898;
	color: #333;
	background-color: #fff;
	font-size: 15px;
	height: 40px;
	min-width: 125px;
}

#page_webzine .recent_ebook .bot_btn>button.view {
	color: #fff;
	background-color: #80bb0a;
	border-color: #80bb0a;
}

#page_webzine .recent_ebook .bot_btn>button>* {
	vertical-align: middle;
}

#page_webzine .recent_ebook .bot_btn>button>img {
	margin-right: 5px;
}

#page_webzine>.top {
	border-top: 2px solid #9e9e9e;
	padding-top: 10px;
}

#page_webzine>.top:after {
	display: block;
	clear: both;
	content: "";
}

#page_webzine>.top p {
	color: #666;
	float: right;
	line-height: 30px;
	margin-bottom: 14px;
}

#page_webzine>.top p strong {
	color: #cb60af;
	font-weight: bold;
}

#page_webzine>.top .selectBox {
	border: 1px solid #dfdfdf;
	height: 40px;
	font-family: "NanumGothic";
	margin-right: 2%;
	width: 140px;
	color: #666;
}

.webzine_list {
	
}

.webzine_list>ul {
	margin-left: -25px;
}

.webzine_list>ul:after {
	content: '';
	display: table;
	clear: both;
}

.webzine_list>ul>li {
	float: left;
	width: 25%;
	margin-bottom: 25px;
}

.webzine_list>ul>li>.in {
	/* border:1px solid #D5D5D5;padding: 15px 18px; */
	margin-left: 25px;
}

.webzine_list .img {
	display: block;
	height: 0;
	padding-bottom: 143%;
	position: relative;
	border: 1px solid #dadada;
	background-color: #f3f3f3;
	overflow: hidden;
	box-sizing: border-box;
}

.webzine_list .img>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.webzine_list .img .tag {
	width: 43px;
	height: 43px;
	display: block;
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 1;
}

.webzine_list .txt {
	
}

.webzine_list .txt>h3 {
	color: #666666;
	font-size: 15px;
	padding: 15px 0; /* border-bottom: 1px solid #DDDDDD; */
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.webzine_list .txt>dl {
	margin: 10px 0;
	line-height: 22px;
}

.webzine_list .txt>dl>dt {
	font-size: 13px;
	color: #9c8772;
}

.webzine_list .txt>dl>dd {
	color: #9e9e9e;
	font-size: 13px;
	position: relative;
	padding-left: 0.75em;
}

.webzine_list .txt>dl>dd:after {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

.webzine_list .sns_list {
	text-align: right;
}

.webzine_list .sns_list>ul {
	
}

.webzine_list .sns_list>ul>li {
	display: inline-block;
	margin: 0 0 0 5px;
}

.webzine_list .sns_list>ul>li>a {
	
}

.webzine_list .bot_btn {
	
}

.webzine_list .bot_btn:after {
	content: '';
	display: block;
	clear: both;
}

.webzine_list .bot_btn>button {
	border: 1px solid #989898;
	color: #333;
	background-color: #fff;
	font-size: 13px;
	height: 35px;
	width: 50%;;
	box-sizing: border-box;
	float: left;
}

.webzine_list .bot_btn>button>* {
	vertical-align: middle;
}

.webzine_list .bot_btn>button+button {
	border-left: 0;
}

.webzine_list .bot_btn>button>img {
	margin-right: 5px;
}

#page_webzine .btn_more {
	margin-top: 50px;
}

#page_webzine .btn_more>button {
	width: 100%;
	height: 55px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	background-color: #f3f3f3;
	color: #666;
	font-size: 20px;
}

#page_webzine .btn_more>button .ico_plus {
	margin-right: 12px;
}

/* 로하스 레시피 목록 */
#recipe .recipe-grid-area {
	margin-top: 30px;
}

#recipe .recipe-grid-area>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -24px;
	padding: 0;
}

#recipe .recipe-grid-area>ul:after {
	display: block;
	clear: both;
	content: "";
}

#recipe .recipe-grid-area>ul>li {
	width: 33.333%;
	padding-left: 24px;
	margin-bottom: 38px;
	box-sizing: border-box;
}

#recipe .recipe-grid-area>ul>li>a {
	display: block;
	height: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#recipe .recipe-grid-area>ul>li>a:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
	text-decoration: none;
}

#recipe .recipe-grid-area .img {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 72%;
	overflow: hidden;
	background: #f5f5f5;
}

#recipe .recipe-grid-area .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#recipe .recipe-grid-area .con {
	display: block;
}

#recipe .recipe-grid-area .inner {
	display: block;
	min-height: 178px;
	padding: 22px 20px 20px;
	box-sizing: border-box;
}

#recipe .recipe-grid-area h1 {
	margin: 0;
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#recipe .recipe-grid-area .expl {
	display: -webkit-box;
	height: 44px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#recipe .recipe-grid-area .meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: #888;
	font-size: 13px;
}

#recipe .recipe-grid-area .time {
	display: inline-block;
	padding: 4px 10px;
	font-weight: 700;
	color: #3d854f;
	background: url(/resources/img/community/ico_recipe_time.png) no-repeat;
	background-size: 16px;
	background-position: 0 5px;
	padding-left: 21px;
}

#recipe .recipe-grid-area .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
	box-shadow: none;
	justify-content: flex-start;
	padding: 5px 0px;
}

#recipe .recipe-grid-area .tag em {
	display: inline-block;
	font-style: normal;
	padding: 4px 9px;
	border-radius: 999px;
	background: #f6f6f6;
	color: #508323;
	font-size: 12px;
	font-weight: 700;
}

/* 로하스 레시피 페이징 */
#recipe .recipe-paginate {
	margin-top: 20px;
	text-align: center;
}

#recipe .recipe-paginate>* {
	vertical-align: middle;
}

#recipe .recipe-paginate .pages {
	display: inline-block;
	margin-top: 5px;
}

#recipe .recipe-paginate button {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 3px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}

#recipe .recipe-paginate .page-control {
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 20px;
}

#recipe .recipe-paginate .page-number.on {
	color: #005116;
	font-weight: 700;
	text-decoration: underline;
}

#recipe .recipe-paginate button.disabled {
	color: #ccc;
	cursor: default;
	opacity: 0.45;
}

#recipe .empty_content {
	padding: 60px 0;
	text-align: center;
	color: #777;
	font-size: 16px;
}

/* 레시피 필터 */
#recipe .recipe-filter-header {
	margin-bottom: 38px;
}

#recipe .recipe-filter-box {
	padding: 0;
	border: 0;
}

#recipe .recipe-filter-panel {
	padding: 28px 30px;
	border: 1px solid #e2eadb;
	border-radius: 24px;
	background: linear-gradient(135deg, #fbfdf8 0%, #f4faf1 100%);
	box-shadow: 0 14px 30px rgba(0, 81, 22, 0.08);
	box-sizing: border-box;
}

#recipe .recipe-filter-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1eadb;
}

#recipe .recipe-filter-top strong {
	display: block;
	color: #1b1b1b;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.7px;
}

#recipe .recipe-filter-top p {
	margin-top: 8px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

#recipe .btn-filter-reset {
	min-width: 82px;
	height: 36px;
	padding: 0 14px;
	border: 1px solid #cfd9c8;
	border-radius: 999px;
	background: #fff;
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

#recipe .btn-filter-reset:hover {
	border-color: #005116;
	color: #005116;
}

#recipe .recipe-filter-group {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 24px;
	align-items: flex-start;
}

#recipe .recipe-filter-group+.recipe-filter-group {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #d5e2cd;
}

#recipe .filter-title {
	position: relative;
	padding-left: 14px;
}

#recipe .filter-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 4px;
	height: 38px;
	border-radius: 999px;
	background: #005116;
}

#recipe .filter-title .label {
	display: inline-block;
	margin-bottom: 7px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #005116;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

#recipe .filter-title .label.theme {
	background: #7caf22;
}

#recipe .filter-title strong {
	display: block;
	color: #222;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.5px;
}

#recipe .filter-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 38px;
}

#recipe .filter-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border: 1px solid #d8dfd2;
	border-radius: 999px;
	background: #fff;
	color: #444;
	font-size: 14px;
	font-weight: 800;
	line-height: 38px;
	letter-spacing: -0.3px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.18s ease;
}

#recipe .filter-chip:hover {
	border-color: #7bb342;
	color: #005116;
	background: #f8fff2;
	box-shadow: 0 6px 14px rgba(0, 81, 22, 0.08);
}

#recipe .filter-chip.on {
	border-color: #005116;
	background: #005116;
	color: #fff;
	box-shadow: 0 8px 16px rgba(0, 81, 22, 0.18);
}

#recipe .filter-chip.theme.on {
	border-color: #7caf22;
	background: #7caf22;
}

#recipe .filter-chip.on:before {
	content: "✓";
	display: inline-block;
	margin-right: 6px;
	font-size: 12px;
	font-weight: 900;
}

#recipe .recipe-search-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #eeeeee;
}

#recipe .recipe-search-box input.w400_recipe, #recipe .recipe-search-box input.ipt
	{
	width: 430px;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid #ccd6c8;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-size: 15px;
	line-height: 50px;
	box-sizing: border-box;
	outline: none;
}

#recipe .recipe-search-box input.w400_recipe:focus, #recipe .recipe-search-box input.ipt:focus
	{
	border-color: #005116;
	box-shadow: 0 0 0 4px rgba(0, 81, 22, 0.08);
}

#recipe .btn-recipe-search {
	min-width: 108px;
	height: 50px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: #005116;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 50px;
	cursor: pointer;
	box-sizing: border-box;
}

#recipe .btn-recipe-search:hover {
	background: #003f11;
}

#recipe .recipe-result-summary {
	margin-top: 18px;
	text-align: right;
	color: #666;
	font-size: 14px;
}

#recipe .recipe-result-summary strong {
	color: #005116;
	font-size: 18px;
	font-weight: 900;
}

/* 레시피 상세 SNS 공유 */
.recipe-sns-list {
	display: flex;
	align-items: center;
	gap: 8px;
}

.recipe-sns-list .sns-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.18s ease;
}

.recipe-sns-list .sns-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.recipe-sns-list .sns-url {
	border-color: #005116;
	color: #005116;
}

.recipe-sns-list .sns-naver {
	border-color: #03c75a;
	background: #03c75a;
	color: #fff;
}

.recipe-sns-list .sns-facebook {
	border-color: #1877f2;
	background: #1877f2;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.recipe-sns-list .sns-x {
	border-color: #111;
	background: #111;
	color: #fff;
}

.recipe-sns-list .sns-instagram {
	border-color: #e4405f;
	background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 58%, #962fbf
		78%, #4f5bd5 100%);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.event-filter-area {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 34px 0 28px;
}

.event-filter-area .event-filter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	height: 48px;
	padding: 0 22px;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #fff;
	color: #555;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	box-sizing: border-box;
	transition: all .2s ease;
}

.event-filter-area .event-filter-btn.active, .event-filter-area .event-filter-btn:hover,
	.event-filter-area .event-filter-btn:focus {
	border-color: #6ab344;
	background: #6ab344;
	color: #fff;
}

.lst_event .event-date {
	display: block;
	margin-top: 10px;
	color: #777;
	font-size: 14px;
	line-height: 1.45;
}

.lst_event .winner-info {
	display: inline-block;
	margin-top: 8px;
	color: #2f73d8;
	font-size: 13px;
	font-weight: 700;
}

.lst_event {
	text-align: center;
}

.lst_event .is-ended .img img {
	filter: grayscale(100%);
	opacity: .72;
}

.lst_event .event-ended-card {
	display: block;
	cursor: default;
}

#event_view .area_view{background-color: #fff; margin-bottom: 20px; border-top: 2px solid #9e9e9e;}
#event_view .area_view .header{border-bottom: 1px solid #ddd;}
#event_view .area_view .header .con{background-color: #fff;  }
#event_view .area_view .header .con > .inner{padding:0 0 20px 20px; margin-top: 17px;position: relative;}
#event_view .area_view .header .con > .inner h1{width: 82%; font-size: 20px; line-height: 1.3em;font-weight: 700;     padding-top: 9px;}
#event_view .area_view .header .con > .inner p.date{color: #adadad; font-size: 1.250em; margin-top:12px; font-weight:700; }
#event_view .area_view .header .con > .inner p.date .clock{margin-right:10px; line-height:1.4em;}
#event_view .area_view .header .con > .inner p.date .clock img{width: 1.5em; vertical-align: top;}
#event_view .area_view .article{padding:5.14% 3.7% 0;}
#event_view .area_view .article .img img{width: 100%;}
#event_view .label{right:17px;}

#event_view .area_view .event_type1{}
#event_view .area_view .event_type1 .bx_img{ margin-bottom: 20px; }
#event_view .area_view .event_type1 .bx_img > img{width: 100%;}
#event_view .area_view .event_type1 .bx_con{ border: 6px solid #e1dbdf; padding:3% 5%; margin-bottom: 20px; box-sizing: border-box;}
#event_view .area_view .event_type1 .prd_url { margin-bottom: 20px; text-align: center; }
#event_view .area_view .event_type1 button.prd_info{padding:10px 15px;font-size: 15px;line-height:1.2;color: #000000;border:1px solid #000;font-weight: 700;}
#event_view .area_view .event_type1 button.prd_info > span{margin-right:10px;vertical-align: middle;}
#event_view .area_view .event_type1 dl.event_info{}
#event_view .area_view .event_type1 dl.event_info:after{content: '';display: block;clear: both;}
#event_view .area_view .event_type1 dl.event_info > dt{color: #333333;font-size: 16px;font-weight: 700;float: left;clear: both;line-height:26px; border-bottom: 1px solid #c7c5c3;}
#event_view .area_view .event_type1 dl.event_info > dd{color: #333333;font-size: 16px;margin-left:84px;line-height:26px;margin-bottom:22px;}
#event_view .area_view .event_type1 dl.event_info > dd:last-child { margin-bottom: 0; }
#event_view .area_view .event_type1 dl.event_info > dd p{}
#event_view .area_view .event_type1 dl.event_info > dd p.alert{color: #b23d6d;}
#event_view .area_view .event_type1 dl.event_info > dd p.alert strong{color: #a61f62;}
#event_view .area_view .event_type1 .bot_btn{text-align: center;margin-top: 3%;}
#event_view .area_view .event_type1 button.btn_show_pop{height: 67px;padding:0 10px;min-width:312px;color: #ffffff;font-size: 20px;font-weight: 700;background-color: #8aba2a;}

#event_view .area_list {  padding: 0 3.7%; margin-bottom: 30px; }
#event_view .area_list > .inner { border: 1px solid #bebebe; box-sizing: border-box; }
#event_view .area_list > .inner > ul { margin: 0 2%; }
#event_view .area_list > .inner > ul > li { border-bottom: 1px solid #e8e8e8; padding: 3% 0; }
#event_view .area_list > .inner > ul > li:last-child { border: 0; }
#event_view .area_list > .inner > ul > li > .title { font-size: 20px; line-height:1.2; background: url(/pc/brand/images/common/ico_list.png) 0 center no-repeat; padding-left: 25px; margin-bottom: 2%;}
#event_view .area_list > .inner > ul > li > .cont { padding-left: 25px; }
#event_view .area_list .result { text-align: center; }
#event_view .area_list .result input { background-color: #edeff2; border: 1px solid #9e9e9e; text-align: center; width: 60px; height: 60px; margin: 5px; font-size: 35px; box-sizing: border-box; }
#event_view .area_list .result.small input { width: 50px; height: 50px; }
#event_view .area_list .result span { margin: 0 10px; font-size: 35px; line-height: 45px; vertical-align: middle; }
#event_view .area_list p { font-size: 18px; line-height: 30px; color: #666; }
#event_view .area_list p.em { color: #333; position: relative; padding-left: 12px; }
#event_view .area_list p.em span { position: absolute; left: 0; }
#event_view .area_list p.em a { color: #2b8aec; text-decoration: underline; }
#event_view .area_list .infoBox { background-color: #f7f4ef; border: 1px solid #c3b6a9; box-sizing: border-box; padding: 2%; margin-top: 20px; }
#event_view .area_list .infoBox > .inner { padding-left: 30px; padding-right: 170px; position: relative; }
#event_view .area_list .infoBox p { color: #333; }
#event_view .area_list .infoBox .name { margin-bottom: 15px; }
#event_view .area_list .infoBox button { font-size: 18px; line-height: 24px; color: #fff; border: 1px solid #000; border-radius: 3px; background-color: #505050; padding: 0 2%; position: absolute; top: 0; right: 0; height: 100%; }
#event_view .area_list ul.textList > li { font-size: 18px; line-height: 30px; color: #666; position: relative; padding-left: 20px; }
#event_view .area_list ul.textList > li span { position: absolute; left: 0; }
#event_view .area_list ul.inputList { margin-top: 20px; }
#event_view .area_list ul.inputList > li { margin-bottom: 15px; position: relative; }
#event_view .area_list ul.inputList > li:last-child { margin-bottom: 0; }
#event_view .area_list ul.inputList > li .title { margin: 10px 0; font-size: 18px; vertical-align: middle; color: #666; width: 155px; display: inline-block; font-weight: bold; }
#event_view .area_list ul.inputList > li input.ipt { max-width: 350px; width: 100%; height: 40px; font-size: 15px;}
#event_view .area_list ul.inputList > li button { height: 40px; background-color: #505050; color: #fff; padding: 0 20px; font-size: 15px; }
#event_view .area_list ul.inputList > li textarea { max-width: 620px; width: 100%; height: 170px; box-sizing: border-box; padding: 1%; }
#event_view .area_list ul.inputList > li.textarea .title { vertical-align: top; }
#event_view .area_list ul.inputList > li input.ipt.number { width: 125px; text-align: right; }
#event_view .area_list ul.inputList > li span.age { font-size: 18px; margin-left: 5px; }
#event_view .area_list .bot_btn{text-align: center; margin-bottom: 3%;}
#event_view .area_list button.btn_show_pop{height: 67px;padding:0 10px;min-width:312px;color: #ffffff;font-size: 20px;font-weight: 700;background-color: #a61f62;}
#event_view .area_list .bx_check{ margin-top: 20px; }
#event_view .area_list .bx_check > label{ color: #333; font-size: 18px; font-weight: 700; vertical-align: middle;}
#event_view .area_list .bx_check input { width: 20px; height: 20px; }


#event_view .area_winner{margin-bottom: 10%;  margin: 0 2%; }
#event_view .area_winner .inner{  background-color: #fafafa;padding:5% 4.4% 6.6% 4.4%; border: 0.3em solid #d6d6d6;}
#event_view .area_winner .inner h1{font-size: 24px; line-height: 1.3em;font-weight: 700;}
#event_view .area_winner .inner h1 img{width: 1.8em; margin-right:0.5em;}
#event_view .area_winner .inner .con{font-size: 15px; line-height: 26px; margin: 4.8% 2em 0  4em; color: #333;}
#event_view .area_winner .lst_con{margin-top: 2em;}
#event_view .area_winner .lst_con > li { margin-bottom: 30px; }
#event_view .area_winner .lst_win{margin-bottom:3%;}

#pop_event_type1{width:850px;}
#pop_event_type1 > .inner button.btn_submit{width:196px;height:48px;color: #fff;font-size: 20px;font-weight: bold;}
#pop_event_type1 .bot_btn{margin-top:20px;text-align: center;}
#pop_event_type1 > .inner > header{position: relative;text-align: center;padding:30px 0 60px;color: #fff;}
#pop_event_type1 > .inner > header .bg img{position: absolute;height:100%;left:0;right:0;margin:auto;top:0;bottom:0;}
#pop_event_type1 > .inner > header span.cate{position: relative;display: inline-block;padding:8px 0;border-bottom:1px solid #fff;font-size: 15px;}
#pop_event_type1 > .inner > header h2{position: relative;margin-top:40px;font-size: 35px;line-height: 1.2;font-weight: 400;}

#pop_event_type1 .tb_event_type1{padding:25px 34px 62px; background: white;}
.tb_event_type1 > table{width: 100%;}
.tb_event_type1 > table > thead > tr > th{color: #858585;font-size: 15px;padding:10px;text-align: center;vertical-align: middle;border-bottom:2px solid #707070;}
.tb_event_type1 > table > tbody > tr > td{font-size: 15px;padding:10px;text-align: center;vertical-align: middle;border-bottom:1px solid #E5E5E5;color: #666666;position: relative;overflow: hidden;}
.tb_event_type1 > table > tbody > tr > td.num{text-align: left;}
.tb_event_type1 > table > tbody > tr > td.tit{text-align: left;font-weight: 700;}

/*占쎌뵠甕겹끋�뱜 野껉퀗�궢 占쎈솚占쎈씜*/
/* ==============================
   이벤트 결과 모달
============================== */

#event_modal_dim {
	background: rgba(10, 24, 16, 0.62) !important;
	backdrop-filter: blur(4px);
}

#pop_event_type1_result.pop_type1 {
	width: min(920px, calc(100vw - 32px));
	background: transparent;
	border-radius: 28px;
	box-sizing: border-box;
}

#pop_event_type1_result > .inner {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
}

/* 닫기 버튼 */
#pop_event_type1_result .btn_event_pop_close {
	position: absolute !important;
	right: 18px !important;
	top: 18px !important;
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.96) !important;
	color: #222 !important;
	font-size: 28px !important;
	font-weight: 300 !important;
	line-height: 38px !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
	cursor: pointer !important;
	transition: transform 0.2s ease, background 0.2s ease;
}

#pop_event_type1_result .btn_event_pop_close:hover {
	background: #f3f7ef !important;
	transform: rotate(90deg);
}

/* 상단 헤더 */
#pop_event_type1_result > .inner > header {
	position: relative;
	height: 210px;
	padding: 54px 60px 42px;
	box-sizing: border-box;
	overflow: hidden;
	background: linear-gradient(135deg, #174d2a 0%, #54a92c 100%);
	color: #fff;
}

#pop_event_type1_result > .inner > header .bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

#pop_event_type1_result > .inner > header .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(17, 70, 35, 0.9), rgba(17, 70, 35, 0.52)),
		radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.22), transparent 32%);
}

#pop_event_type1_result > .inner > header .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#pop_event_type1_result > .inner > header .cate,
#pop_event_type1_result > .inner > header h2 {
	position: relative;
	z-index: 1;
}

#pop_event_type1_result > .inner > header .cate {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 16px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

#pop_event_type1_result > .inner > header h2 {
	margin: 0;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.055em;
	color: #fff;
}

/* 본문 */
#pop_event_type1_result article {
	padding: 38px 48px 46px;
	background: #f7faf4;
	box-sizing: border-box;
}

/* 결과 영역 */
#pop_event_type1_result .bx_result {
	position: relative;
	margin-bottom: 28px;
	padding: 34px 36px 32px;
	background: #fff;
	border-radius: 24px;
	border: 1px solid #e3eddc;
	text-align: center;
	box-shadow: 0 14px 36px rgba(57, 105, 43, 0.1);
	box-sizing: border-box;
}

#pop_event_type1_result .bx_result h2 {
	margin: 0 0 18px;
	font-size: 25px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: -0.045em;
	color: #222;
}

#pop_event_type1_result .bx_result h2 span {
	display: inline-block;
	min-width: 54px;
	margin: 0 5px;
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	color: #63b32e;
	vertical-align: -3px;
}

#pop_event_type1_result .bx_result .ico {
	width: 92px;
	height: 92px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pop_event_type1_result .bx_result .ico img {
	max-width: 68px;
	max-height: 68px;
	display: block;
}

#pop_event_type1_result .bx_result h3 {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.35;
	font-weight: 800;
	color: #184f2a;
	letter-spacing: -0.05em;
}

#pop_event_type1_result .bx_result p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	letter-spacing: -0.03em;
}

/* 응모 영역 */
#pop_event_type1_result .bx_apply {
	background: #fff;
	border-radius: 24px;
	border: 1px solid #e5e9e1;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	box-sizing: border-box;
}

#pop_event_type1_result .bx_apply form {
	margin: 0;
}

/* 입력 테이블 */
#pop_event_type1_result .bx_apply table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

#pop_event_type1_result .bx_apply table th {
	width: 150px;
	padding: 16px 20px;
	background: #f5f8f1;
	border-bottom: 1px solid #e6ecdf;
	color: #22402a;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -0.035em;
	box-sizing: border-box;
}

#pop_event_type1_result .bx_apply table td {
	padding: 13px 18px;
	border-bottom: 1px solid #edf1e9;
	color: #333;
	font-size: 15px;
	box-sizing: border-box;
}

#pop_event_type1_result input[type="text"],
#pop_event_type1_result input[type="number"],
#pop_event_type1_result select {
	height: 42px;
	padding: 0 13px;
	border: 1px solid #ccd8c5;
	border-radius: 10px;
	background: #fff;
	color: #222;
	font-size: 15px;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

#pop_event_type1_result input[type="text"]:focus,
#pop_event_type1_result input[type="number"]:focus,
#pop_event_type1_result select:focus {
	border-color: #68b935;
	box-shadow: 0 0 0 4px rgba(104, 185, 53, 0.14);
}

#pop_event_type1_result #writer,
#pop_event_type1_result #age,
#pop_event_type1_result #orgName,
#pop_event_type1_result #checkNum {
	width: 255px;
}

#pop_event_type1_result #hp1 {
	width: 92px;
}

#pop_event_type1_result #hp2,
#pop_event_type1_result #hp3 {
	width: 96px;
	text-align: center;
}

#pop_event_type1_result #haNameSelect {
	width: 255px !important;
	height: 42px !important;
	padding: 0 13px !important;
	border-radius: 10px !important;
	border: 1px solid #ccd8c5 !important;
}

/* 버튼 */
#pop_event_type1_result .phone button,
#pop_event_type1_result button[onclick="showSearchBranch();"] {
	height: 42px;
	margin-left: 8px;
	padding: 0 16px;
	border: 0;
	border-radius: 10px;
	background: #3d7f2f;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.03em;
	cursor: pointer;
	transition: background 0.18s ease, transform 0.18s ease;
}

#pop_event_type1_result .phone button:hover,
#pop_event_type1_result button[onclick="showSearchBranch();"]:hover {
	background: #2f6624;
	transform: translateY(-1px);
}

/* 안내 문구 */
#pop_event_type1_result .bx_apply > form > div[style*="margin:15px"] {
	margin: 0 !important;
	padding: 22px 24px 12px;
	background: #fff;
}

#pop_event_type1_result .bx_apply > form > div[style*="margin:15px"] p {
	margin: 0;
	padding: 15px 18px;
	border-radius: 14px;
	background: #f5f9ef;
	color: #3c4638;
	font-size: 15px !important;
	line-height: 1.55;
	letter-spacing: -0.035em;
}

/* 약관 영역 */
#pop_event_type1_result .area_agree {
	padding: 0 24px 22px;
	background: #fff;
}

#pop_event_type1_result .bx_agree {
	margin-top: 12px;
	border: 1px solid #e1e8da;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

#pop_event_type1_result .bx_agree:first-child {
	margin-top: 0;
}

#pop_event_type1_result .bx_agree dl {
	margin: 0;
}

#pop_event_type1_result .bx_agree dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	background: #f8faf5;
	border-bottom: 1px solid #edf1e8;
}

#pop_event_type1_result .bx_agree dt h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: #223d29;
	letter-spacing: -0.04em;
}

#pop_event_type1_result .bx_agree dt button {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: #5b8d34;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

#pop_event_type1_result .bx_agree dd {
	display: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

#pop_event_type1_result .bx_agree.on dd {
	display: block;
}

#pop_event_type1_result .bx_agree dd .inner {
	padding: 16px 18px;
	background: #fff;
}

#pop_event_type1_result .li_dash {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pop_event_type1_result .li_dash li {
	position: relative;
	padding-left: 12px;
	margin-top: 6px;
	color: #555;
	font-size: 14px;
	line-height: 1.65;
	letter-spacing: -0.03em;
}

#pop_event_type1_result .li_dash li:first-child {
	margin-top: 0;
}

#pop_event_type1_result .li_dash li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #75b843;
}

/* 동의 체크 */
#pop_event_type1_result .bx_check {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	padding: 13px 18px;
	background: #fff;
}

#pop_event_type1_result .bx_check label {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	cursor: pointer;
}

#pop_event_type1_result .bx_check input[type="checkbox"] {
	width: 19px;
	height: 19px;
	margin: 0;
	accent-color: #68b935;
	cursor: pointer;
}

#pop_event_type1_result .caution {
	width: auto !important;
	margin: 10px 4px 14px !important;
	color: #5d6658 !important;
	font-size: 13px;
	line-height: 1.55;
	letter-spacing: -0.03em;
}

/* 응모하기 버튼 */
#pop_event_type1_result .bot_btn {
	padding: 0 24px 30px;
	text-align: center;
	background: #fff;
}

#pop_event_type1_result .btn_submit {
	min-width: 220px;
	height: 54px;
	padding: 0 34px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #6fbd35 0%, #2f8f3a 100%);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.045em;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(73, 150, 45, 0.28);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#pop_event_type1_result .btn_submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(73, 150, 45, 0.36);
}

/* 반응형 */
@media screen and (max-width: 768px) {
	#pop_event_type1_result.pop_type1 {
		width: calc(100vw - 20px);
	}

	#pop_event_type1_result > .inner {
		border-radius: 20px;
	}

	#pop_event_type1_result > .inner > header {
		height: 170px;
		padding: 42px 26px 30px;
	}

	#pop_event_type1_result > .inner > header h2 {
		font-size: 26px;
	}

	#pop_event_type1_result article {
		padding: 24px 16px 28px;
	}

	#pop_event_type1_result .bx_result {
		padding: 28px 20px;
		border-radius: 20px;
	}

	#pop_event_type1_result .bx_result h2 {
		font-size: 21px;
	}

	#pop_event_type1_result .bx_result h2 span {
		font-size: 34px;
	}

	#pop_event_type1_result .bx_result h3 {
		font-size: 22px;
	}

	#pop_event_type1_result .bx_apply table,
	#pop_event_type1_result .bx_apply tbody,
	#pop_event_type1_result .bx_apply tr,
	#pop_event_type1_result .bx_apply th,
	#pop_event_type1_result .bx_apply td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	#pop_event_type1_result .bx_apply table th {
		padding: 15px 18px 7px;
		border-bottom: 0;
		background: #fff;
	}

	#pop_event_type1_result .bx_apply table td {
		padding: 0 18px 15px;
	}

	#pop_event_type1_result #writer,
	#pop_event_type1_result #age,
	#pop_event_type1_result #orgName,
	#pop_event_type1_result #checkNum,
	#pop_event_type1_result #haNameSelect {
		width: 100% !important;
	}

	#pop_event_type1_result .phone button,
	#pop_event_type1_result button[onclick="showSearchBranch();"] {
		width: 100%;
		margin: 10px 0 0;
	}

	#pop_event_type1_result #hp1 {
		width: 31%;
	}

	#pop_event_type1_result #hp2,
	#pop_event_type1_result #hp3 {
		width: 29%;
	}

	#pop_event_type1_result .area_agree {
		padding: 0 16px 20px;
	}

	#pop_event_type1_result .bx_agree dt {
		align-items: flex-start;
		flex-direction: column;
	}

	#pop_event_type1_result .bot_btn {
		padding: 0 16px 26px;
	}

	#pop_event_type1_result .btn_submit {
		width: 100%;
	}
}

/* 占쎈솊疫뀐옙占쎄텚疫꿸퀗由� */
.area_reply{background-color: #fff;     margin: 4% 2% 0 2%;   border-top: 1px solid #d0d0d0; }
.area_reply > .inner{}
.area_reply .inner .header .title:after{display: block; clear: both; content:"";}
.area_reply .inner .header{ padding:5% 0 4% 0; }
.area_reply .inner .header .title h1{float: left; font-size: 24px; line-height: 1.3em;font-weight: 700;}
.area_reply .inner .header .title h1 img{width: 1.613em; margin-right:0.5em;}
.area_reply .inner .header .title p{float: left; font-size: 1.250em; margin-left: 2%; padding-top: 0.7em;}
.area_reply .inner .header .title p span{color: #005116; font-weight: bold;}

.area_reply .inner .header .writeBox_review{position: relative; margin-top:2%;     box-sizing: border-box;}
.area_reply .inner .header .writeBox_review textarea{width:85%;box-sizing:border-box; border-width: 0.23em;border-right: 0;border-color: #333;padding:0.8em;font-size:1.2em;line-height:1.2em;height: 6em;outline:none;-webkit-appearance:none; color: #333;}
.area_reply .inner .header .writeBox_review button{position:absolute; width:15%;height:100%;background-color: #333; color:#fff; font-size: 1.25em; font-weight:700;box-sizing: border-box;}

.area_reply .inner .article ul.list{border-bottom:1px solid #D3D3D3 ;}
.area_reply .inner .article ul.list > li{padding:25px 10px;border-top:1px solid #D3D3D3; }
.area_reply .inner .article ul.list > li > .date{font-size: 15px; color:#adadad;margin-bottom:10px;}
.area_reply .inner .article ul.list > li > .date > *{vertical-align: middle;}
.area_reply .inner .article ul.list > li > .date > strong{color:#333;margin-right:1.5em;}
.area_reply .inner .article ul.list > li > .date > span{margin-right:1.5em; font-weight: bold;}
.area_reply .inner .article ul.list > li p{font-size: 15px; line-height: 1.6667;letter-spacing:-0.5px;}

/* 占쎌궔占쎌뵬占쎌뵥 Poll */


#survey > .header{border-top: 2px solid #9e9e9e; text-align: right; padding-top: 20px;}
#survey > .header .selectBox{border: 1px solid #dfdfdf; height: 40px; font-family: "NanumGothic"; margin-right: 2%; width: 240px; color: #666;}

#survey .lst_event{}
#survey .lst_event ul:after{display: block;clear: both;content: "";}
#survey .lst_event ul li{width: 46%;float: left; margin: 2%;border: 1px solid #ccc; box-shadow: 1px 2px 5px -2px rgba(0,0,0, .25); -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box ; }
#survey .lst_event ul li a{display: block;}
#survey .lst_event ul li .img{display: block;position: relative;height:0;padding-bottom:53.653%;overflow: hidden;}
#survey .lst_event ul li .img img{width: 100%;position: absolute;}
#survey .lst_event ul li .con{display: block;background-color: #fff; border-top: 1px solid #ccc; }
#survey .lst_event ul li .con > .inner{display: block;padding:0 0 4.4% 4.26%; margin-top: 3.73%;position: relative;}
#survey .lst_event ul li .con > .inner h1{font-size: 1.5em; font-weight: 700; padding-top: 1%;padding-right:4.5em;overflow: hidden;-ms-text-overflow: ellipsis; text-overflow: ellipsis;white-space: nowrap;}
#survey .lst_event ul li .con > .inner span.date{display: block;color: #adadad; font-size: 1.250em; margin-top: 2.5%; font-weight:700; }
#survey .lst_event ul li .con > .inner span.date .clock{margin-right:2%; line-height:1.4em;}
#survey .lst_event ul li .con > .inner span.date .clock img{width: 1.5em; vertical-align: top;}
#survey .lst_event ul li.txt_empty_content{width:auto;font-size: 1.125em;text-align: center;float: none;border-width:0;box-shadow: none;padding:40px 0 80px;border-bottom:1px solid #999;}

/* 占쎌궔占쎌뵬占쎌뵥 Poll 占쎄맒占쎄쉭占쎈읂占쎌뵠筌욑옙 */
#survey_view .label{top: 0.5em;}
#survey_view .area_view{background-color: #fff;      margin-bottom: 3%; border-top: 2px solid #9e9e9e;}
#survey_view .area_view .header{border-bottom: 1px solid #ddd;}
#survey_view .area_view .header .con{background-color: #fff;  }
#survey_view .area_view .header .con > .inner{padding:0 0 20px 20px; margin-top: 17px;position: relative;}
#survey_view .area_view .header .con > .inner h1{width: 82%; font-size: 20px; line-height: 1.3em;font-weight: 700; padding-top: 9px;}
#survey_view .area_view .header .con > .inner p.date{color: #adadad; font-size: 1.250em; margin-top:12px; font-weight:700; }
#survey_view .area_view .header .con > .inner p.date .clock{margin-right:10px; line-height:1.4em;}
#survey_view .area_view .header .con > .inner p.date .clock img{width: 1.5em; vertical-align: top;}

#survey_view .area_view > .article .lst_poll{margin: 0 2%; position: relative; overflow: hidden;}
#survey_view .area_view > .article .lst_poll li{padding: 2.5em 0; border-bottom: 1px solid #d9d9d9;}
#survey_view .area_view > .article .lst_poll li:after{clear: both;display: block;content: "";}
#survey_view .area_view > .article .radiobtn{float: left;margin:4.2em 1.5em;}
#survey_view .area_view > .article .lst_poll .img{float: left; width: 11.188em; }
#survey_view .area_view > .article .lst_poll .img img{width: 100%;}
#survey_view .area_view > .article .lst_poll .cont{float: left;margin-left: 18em;position: absolute;margin-right: 5%;}
#survey_view .area_view > .article .lst_poll .cont dt{font-size: 18px; color: #333; margin-bottom: 1em;}
#survey_view .area_view > .article .lst_poll .cont dd{font-size: 15px; color: #666;	line-height: 30px;}

#pop_survey_view{}
#pop_survey_view > .inner{}
#pop_survey_view > .inner > h2{color: #ffffff;font-size: 24px;line-height:30px;padding:25px 35px;background-color: #c4c4c4;}
#pop_survey_view .bx_con{padding:40px;}
#pop_survey_view .bx_con > ul{padding:15px;}
#pop_survey_view .bx_con > ul > li{position: relative;margin-top:19px;}
#pop_survey_view .bx_con > ul > li:first-child{margin-top:0;}
#pop_survey_view .bx_con .img{width:70px;height:70px;float: left;position: relative;border:1px solid #DCDCDC}
#pop_survey_view .bx_con .img > img{max-width:100%;max-height:100%;top:0;bottom:0;left:0;right:0;position: absolute;margin:auto;}
#pop_survey_view .bx_con .con{margin-left:97px;}
#pop_survey_view .bx_con .con:after{content: '';display: block;clear: both;}
#pop_survey_view .bx_con .con > h3{color: #666666;font-size: 15px;margin-bottom:5px;padding-top:10px;}
#pop_survey_view .bx_con .bx_graph{}
#pop_survey_view .bx_con .graph{margin-right:150px;position: relative;white-space:nowrap;}
#pop_survey_view .bx_con .graph > .line{height:11px; border-radius:5px; background-color: #005116;display : inline-block;}
#pop_survey_view .bx_con .graph > p{margin-left:10px;display: inline-block;top:0;bottom:0;line-height:35px;font-size: 18px;color: #005116;font-weight: 700;}
#pop_survey_view .bx_con .graph > p > small{font-size: 13px;}
#pop_survey_view .btns{border-top:1px solid #CBCBCB; padding-top:30px;margin-top:20px;text-align: center;}
#pop_survey_view .btns button{color: #707070;font-weight: 700;text-align: center;font-size: 15px;min-width:135px;height:40px;border:1px solid #A8A8A8;}



/* lst_check */
.lst_check .on .bx_radio > span{background-color: #8ebe3f;}
.lst_check.radio > strong{display:inline-block;font-size:1.375em;}
.lst_check.radio > span > *{vertical-align: middle;}
.lst_check.radio label{display: inline-block; color:#929292; font-size:1.25em;}
.lst_check.radio label > *{vertical-align: middle;}
.lst_check label .bx_radio{display:inline-block;width:1.3em; height: 1.3em; border:1px solid #424242;box-sizing:border-box;position:relative;vertical-align: middle;border-radius:50%;}
.lst_check label .bx_radio > span{position:absolute;width:50%;height:50%;left:0;right:0;top:0;bottom:0;margin:auto;border-radius:50%;}
.lst_check.radio label + input[type='radio']{left:-5em;position: absolute;}
/* �⑤벀而㏆옙援뱄옙�땸 E*/

/* �뵳�딅뮞占쎈뱜 筌ｋ똾寃뺟뵳�딅뮞占쎈뱜  (radio) */
.lst_check2.radio {overflow:hidden; vertical-align: middle;} /* .lst_check2.radio {display:inline-block; overflow:hidden; vertical-align: middle;} */
.lst_check2.radio > label{display: inline-block;zoom: 1; position: relative; overflow: hidden; min-width:125px; font-size: 18px; border: 1px solid #bababa; text-align: center; line-height:40px;padding:0px 10px; color: #666; vertical-align:middle;
	-webkit-transition:background-color .15s ease-in-out;
	-moz-transition:background-color .15s ease-in-out;
	-o-transition:background-color .15s ease-in-out;
	transition:background-color .15s ease-in-out;
	box-sizing: border-box;
}
.lst_check2.radio > label.on{background-color: #005116; border-color: #005116; color: #fff;}
.lst_check2.radio > label,.lst_check > input{ vertical-align: bottom; cursor: pointer; }
.lst_check2.radio > label input{ position: absolute; left: -50px; top: -50px;}

/* ==============================
   이벤트 진단 모달
   #pop_event_type1
============================== */

#pop_event_type1.pop_type1 {
	width: min(880px, calc(100vw - 32px));
	background: transparent;
	border-radius: 28px;
	box-sizing: border-box;
}

#pop_event_type1 > .inner {
	position: relative;
	width: 100%;
	max-height: calc(100vh - 60px);
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
}

/* 닫기 버튼 */
#pop_event_type1 .btn_event_pop_close {
	position: absolute !important;
	right: 18px !important;
	top: 18px !important;
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.96) !important;
	color: #222 !important;
	font-size: 28px !important;
	font-weight: 300 !important;
	line-height: 40px !important;
	text-align: center !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
	cursor: pointer !important;
	transition: transform 0.2s ease, background 0.2s ease;
}

#pop_event_type1 .btn_event_pop_close:hover {
	background: #f3f7ef !important;
	transform: rotate(90deg);
}

/* 상단 헤더 */
#pop_event_type1 > .inner > header {
	position: relative;
	height: 210px;
	padding: 54px 60px 42px;
	box-sizing: border-box;
	overflow: hidden;
	background: linear-gradient(135deg, #174d2a 0%, #62b536 100%);
	color: #fff;
}

#pop_event_type1 > .inner > header .bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

#pop_event_type1 > .inner > header .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(17, 70, 35, 0.92), rgba(17, 70, 35, 0.54)),
		radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.2), transparent 34%);
}

#pop_event_type1 > .inner > header .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#pop_event_type1 > .inner > header .cate,
#pop_event_type1 > .inner > header h2 {
	position: relative;
	z-index: 1;
}

#pop_event_type1 > .inner > header .cate {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 16px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
}

#pop_event_type1 > .inner > header h2 {
	margin: 0;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.055em;
	color: #fff;
}

/* 본문 */
#pop_event_type1 form {
	margin: 0;
}

#pop_event_type1 .tb_event_type1 {
	padding: 34px 42px 42px;
	background: #f7faf4;
	box-sizing: border-box;
}

/* 테이블 카드 */
#pop_event_type1 .tb_event_type1 table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #e1e9da;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(57, 105, 43, 0.1);
	table-layout: fixed;
}

/* 헤더 */
#pop_event_type1 .tb_event_type1 thead th {
	height: 54px;
	padding: 0 8px;
	background: #eef7e8;
	border-bottom: 1px solid #dce8d4;
	color: #24502d;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	letter-spacing: -0.04em;
}

#pop_event_type1 .tb_event_type1 thead th:first-child {
	text-align: left;
}

/* 행 */
#pop_event_type1 .tb_event_type1 tbody tr {
	transition: background 0.16s ease;
}

#pop_event_type1 .tb_event_type1 tbody tr:hover {
	background: #fbfdf8;
}

#pop_event_type1 .tb_event_type1 tbody td {
	height: 58px;
	padding: 10px 8px;
	border-bottom: 1px solid #edf2e9;
	color: #333;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

#pop_event_type1 .tb_event_type1 tbody tr:last-child td {
	border-bottom: 0;
}

#pop_event_type1 .tb_event_type1 tbody td.num {
	width: 48px;
	color: #6ca842;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

#pop_event_type1 .tb_event_type1 tbody td.tit {
	padding-left: 10px;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -0.04em;
	line-height: 1.45;
}

/* 라디오 영역 */
#pop_event_type1 .tb_event_type1 tbody td span[id^="span"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.16s ease, transform 0.16s ease;
}

#pop_event_type1 .tb_event_type1 tbody td span[id^="span"]:hover {
	background: #eef8e8;
	transform: scale(1.04);
}

#pop_event_type1 .tb_event_type1 input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

#pop_event_type1 .tb_event_type1 label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

/* 기존 bx_radio 커스텀 */
#pop_event_type1 .tb_event_type1 .bx_radio {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 2px solid #cbd9c2;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

#pop_event_type1 .tb_event_type1 .bx_radio > span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	font-size: 0;
	line-height: 0;
	transition: background 0.16s ease, transform 0.16s ease;
}

/* 최신 브라우저용 checked 스타일 */
#pop_event_type1 .tb_event_type1 td:has(input[type="radio"]:checked) .bx_radio {
	border-color: #66b934;
	background: #f2faec;
	box-shadow: 0 0 0 5px rgba(102, 185, 52, 0.14);
}

#pop_event_type1 .tb_event_type1 td:has(input[type="radio"]:checked) .bx_radio > span {
	background: #66b934;
	transform: scale(1);
}

/* JS로 on 클래스 붙였을 때 checked 스타일 */
#pop_event_type1 .tb_event_type1 span.on .bx_radio {
	border-color: #66b934;
	background: #f2faec;
	box-shadow: 0 0 0 5px rgba(102, 185, 52, 0.14);
}

#pop_event_type1 .tb_event_type1 span.on .bx_radio > span {
	background: #66b934;
	transform: scale(1);
}

/* 하단 버튼 */
#pop_event_type1 .bot_btn {
	text-align: center;
}

#pop_event_type1 .btn_submit {
	min-width: 230px;
	height: 56px;
	padding: 0 38px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #6fbd35 0%, #2f8f3a 100%);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.045em;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(73, 150, 45, 0.28);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

#pop_event_type1 .btn_submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(73, 150, 45, 0.36);
	filter: brightness(1.03);
}

#pop_event_type1 .btn_submit:active {
	transform: translateY(0);
	box-shadow: 0 9px 20px rgba(73, 150, 45, 0.28);
}

/* 반응형 */
@media screen and (max-width: 768px) {
	#pop_event_type1.pop_type1 {
		width: calc(100vw - 20px);
	}

	#pop_event_type1 > .inner {
		border-radius: 20px;
	}

	#pop_event_type1 > .inner > header {
		height: 170px;
		padding: 42px 26px 30px;
	}

	#pop_event_type1 > .inner > header h2 {
		font-size: 26px;
	}

	#pop_event_type1 .tb_event_type1 {
		padding: 22px 14px 28px;
	}

	#pop_event_type1 .tb_event_type1 table {
		border-radius: 18px;
	}

	#pop_event_type1 .tb_event_type1 colgroup {
		display: none;
	}

	#pop_event_type1 .tb_event_type1 thead th {
		height: 46px;
		font-size: 13px;
	}

	#pop_event_type1 .tb_event_type1 thead th:first-child {
		width: auto;
	}

	#pop_event_type1 .tb_event_type1 tbody td {
		height: 52px;
		padding: 8px 4px;
		font-size: 13px;
	}

	#pop_event_type1 .tb_event_type1 tbody td.num {
		width: 34px;
		font-size: 13px;
	}

	#pop_event_type1 .tb_event_type1 tbody td.tit {
		font-size: 14px;
		line-height: 1.35;
	}

	#pop_event_type1 .tb_event_type1 .bx_radio {
		width: 22px;
		height: 22px;
	}

	#pop_event_type1 .tb_event_type1 .bx_radio > span {
		width: 9px;
		height: 9px;
	}

	#pop_event_type1 .btn_submit {
		width: 100%;
		min-width: 0;
		height: 54px;
	}
}

@media screen and (max-width: 480px) {
	#pop_event_type1 .tb_event_type1 {
		overflow-x: auto;
	}

	#pop_event_type1 .tb_event_type1 table {
		min-width: 650px;
	}

	#pop_event_type1 .tb_event_type1::after {
		content: "좌우로 밀어서 전체 항목을 확인하세요.";
		display: block;
		margin-top: 10px;
		color: #6b7467;
		font-size: 12px;
		text-align: center;
		letter-spacing: -0.03em;
	}
}
@media screen and (max-width: 768px) {
	.event-filter-area {
		gap: 8px;
		margin: 24px 0 22px;
	}
	.event-filter-area .event-filter-btn {
		min-width: 0;
		width: 50%;
		height: 44px;
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.recipe-sns-list {
		gap: 6px;
	}
	.recipe-sns-list .sns-btn {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
}