@charset "utf-8";
@font-face {
    font-family: 'LOTTERIACHAB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/LOTTERIACHAB.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* <!-- main benner --> */
.main_banner {
	background-image: url(/public/images/main/main_banner.png);
	background-size: cover;
	height: 480px;
	position: relative;
	z-index: 0;
}
.main_banner .inner {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.main_conselting {
	padding: 2rem;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.364);
	display: flex;
	align-items: center;
}
/* <!-- gif_banner_pc --> */
.gif_banner_m .inner {
	display: none;
}
.gif_banner_pc .inner {
	padding-top: 4rem;
}
/* <!-- conselting --> */
.m_main_conselting {
	display: none;
}
.main_conselting {
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	flex-basis: 45%;
	height: 480px;
}
.mc_tit {
	text-align: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--black-3-color);
	width: 100%;
}
.mc_input_wrap {
	width: 100%;
}
.mc_input_item {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2%;
	padding-top: 1rem;
}

.mc_input {
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	justify-content: space-between;
}

.mc_input label {
	font-family: "notoRegular";
	text-align: left;
	margin-bottom: .5rem;
	flex-basis: 20%;
	display: flex;
	align-items: center;
}

.mc_input .input_text_basic{
	border: 1px solid var(--black-3-color);
	flex-basis: 80%;
}

.mc_refer {
	border: 1px solid var(--black-3-color);
	padding: 1rem 1.5rem;
	text-align: center;
	border-radius: var(--border-1-radius);
	font-family: "notoRegular";
	font-size: 10px;
	line-height: var(--line-height-2);
	color: var(--black-2-1-color);
}

.mc_check {
	text-align: center;
	padding-top: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mc_check label {
	margin-left: .5rem;
	font-size: var(--font-7-size);
	margin-top: -2px;
	color: var(--black-2-1-color);
	cursor: pointer;
	margin-bottom: 0;
}
.main_conselting .btn_basic {
	width: 100%;
	margin-top: 1rem;
}
.mb_desc {
	text-align: left;
	width: 100%;
	margin: auto 0;
	margin-left: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.mb_desc span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: 1.5;
}
.mb_desc strong {
	color: inherit;
	font-size: inherit;
	font-weight: normal;
	font-family: "notoBold";
	line-height: 1;
}
.mb_desc h2 {
	margin-bottom: .75rem;
}
.mb_desc h2 span {
	line-height: 1.25;
}
.mb_desc h2 strong {
	line-height: 1;
}
@media (max-width: 720px) {
	.mb_desc h2 strong {
		font-size: 30px !important;
	}
	.mb_desc h2 span {
		font-size: 30px !important;
	}
	.mb_desc strong {
		font-size: 16px !important;
	}
	.mb_desc span {
		font-size: 16px !important;
	}
}

.mb_tit {
	font-size: 48px;
	font-family: "notoBold";
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0 .5rem;
	color: #fff;
	line-height: 1.2;
}
.mb_tit strong {
	color: var(--orange-1-color);
	font-size: 48px;
	font-family: "notoBold";
	line-height: 1.2;
	display: inline-block;
}
/* .mb_txt {
    color: #fff;
    font-size: var(--font-2-1-size);
    font-family: "notoRegular";
    padding: 0 .75rem;
}
.mb_txt strong {
    color: var(--orange-1-color);
    font-size: var(--font-2-1-size);
    font-family: "notoBold";
} */
.mb_call {
	color: #fff;
	display: block;
	margin-top: 2rem;
}
.mb_call a {
	background-color: rgba(0, 0, 0, 0.5);
	padding: .5rem 1.5rem;
	border-radius: 2rem;
	font-family: 'HSSaemaul-Regular';
	font-size: var(--font-2-size);
	color: #fff;
}
/* <!-- list --> */
.main_board .inner {
	background-color: #fff;
	border-radius: var(--border-2-radius);
	text-align: center;
	padding: 4rem 4rem 3rem;
	margin: 5rem auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.mab_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6%;
	position: relative;
	justify-content: space-between;

}

.mab_list:after {
	content: '';
	position: absolute;
	height: 100%;
	width: .25px;
	background-color: var(--black-3-color);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mab_list_item {
	display: flex;
	flex-direction: column;
	flex-basis: 46%;
	width: 46%;
}

.mab_list_desc {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	align-items: flex-end;
}

.mab_list_tit {
	font-size: var(--font-3-size);
	font-family: "notoBold";
}

.mab_list_tit strong {
	font-size: var(--font-3-size);
	font-family: "notoBold";
	color: var(--orange-1-color);
}

.mab_list_num {
	color: var(--orange-1-color);
	font-size: var(--font-6-size);

}
.mab_list_num a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-6-size);
}
.mab_list_num a:hover {
	font-family: "notoBold";
}
.mab_list_num a > img {
	margin-left: .5rem;
}
.rolling-box01 .mab_list_table_cont,
.rolling-box02 .mab_list_table_cont {
	display: flex !important;
}

.mab_list_table_60 {
	flex-basis: 60% !important;
}
.mab_list_table_20 {
	flex-basis: 20% !important;
}
.rolling-box01_wrap {
	width: 100%;
}
.mab_list_table_tit_2,
.mab_list_table_tit {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	width: 100%;
}
.mab_list_table_tit_2 div,
.mab_list_table_tit div {
	border-top: 1px solid var(--black-3-color);
	font-family: "notoBold";
	border-bottom: 1px solid var(--black-3-color);
	padding: .5rem .25rem;
	display: inline-block;
	flex-basis: 25%;
	font-size: var(--font-6-size);
}
.mab_list_table_tit_2 div,
.rolling-box02_wrap .mab_list_table_cont div {
	flex-basis: 25%;
}
.mab_list_table_cont {
	display: flex;

}
.mab_list_table_cont div {
	flex-basis: 25%;
	font-size: var(--font-6-size);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: .5rem;

}
.mab_list_table_cont div a {
	font-family: "notoRegular";
	font-size: var(--font-6-size);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mab_list_table_cont .w50:hover {
	text-decoration: underline;
}

.mab_list_table_com span {
	font-size: var(--font-7-size);
	border: 1px solid var(--orange-1-color);
	color: var(--orange-1-color);
	padding: .1rem .5rem;
}
.mab_list_table_atm span {
	font-size: var(--font-7-size);
	border: 1px solid #1454B4;
	color: #1454B4;
	padding: .1rem .5rem;
}
.m_mab_list {
	display: none;
}
.main_tabs {
	display: flex;
	flex-wrap: wrap;
	border-top-left-radius: var(--border-1-radius);
	border-top-right-radius: var(--border-1-radius);
	overflow: hidden;
	border-bottom: 1px solid var(--black-3-color);
}
.main_tab_item {
	flex-basis: 50%;
	text-align: center;
}
/* <!-- work --> */
.main_work {
	background-color: #FFFAEE;
}
.main_work .inner {
	text-align: center;
	padding: 3rem 0;
}

.mw_tit {
	text-align: center;
}

.mw_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: .5rem 1%;
}

.mw_item {
	border: 1px solid var(--orange-2-1-color);
	display: flex;
	flex-basis: 24%;
	flex-direction: column;
	text-align: center;
	align-items: center;
	border-radius: var(--border-1-radius);
	padding: 4rem 2rem;
	background-color: #fff;
}
.mw_photo {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.mw_item_tit {
	font-size: var(--font-3-size);
	font-family: "notoBold";
	color: var(--orange-1-color);
	line-height: var(--line-height-3);
}

.mw_item_desc {
	font-size: var(--black-2-color);
	line-height: var(--line-height-2);
}

/* <!-- Benefit --> */

.main_benefit .inner {
	text-align: center;
	padding-top: 3rem;
}

.maib_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem 2%;
	justify-content: space-between;
}

.maib_item {
	flex-basis: 32%;
	border-radius: var(--border-1-radius);
	background-color: #fff;
	padding: 3rem 2rem 2rem;
}
.maib_photo {
	height: 60px;
}
.maib_photo img {
	margin: 0 auto;
}

.maib_item_tit {
	font-size: var(--font-1-size);
	font-family: "notoBold";
	margin-top: 1rem;
	letter-spacing: var(--letter-1-spacing);
	line-height: var(--line-height-1);
}

.maib_item_tit strong {
	font-size: var(--font-1-size);
	letter-spacing: var(--letter-1-spacing);
	line-height: var(--line-height-1);
	font-family: "notoBold";
}

.maib_item_txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 90%;
	height: 230px;
	overflow-y: auto;
	line-height: var(--line-height-2);
}

.maib_item_txt p {
	color: var(--black-2-color);
	line-height: var(--line-height-2);
	margin-bottom: .35rem;
}
.maib_item_txt p:last-child {
	color: var(--black-2-color);
	line-height: var(--line-height-2);
	margin-bottom: 0;
}
/* brand-color */
.sk,
.skt {
	border: 3px solid #ff409b;
	border-radius: var(--border-1-radius);
}
.sk .maib_item_tit strong,
.skt .maib_item_tit strong {
	color:  #ff409b;
}
.sk .maib_btn,
.skt .maib_btn {
	border: 1px solid #ff409b;
	color: #ff409b;
}
.sk .maib_calc_btn,
.skt .maib_calc_btn {
	background: #ff409b;
}
.kt,
.ktSkylife {
	border: 3px solid #1454B4;
	border-image-slice: 1;
	border-radius: var(--border-1-radius);
}
.kt .maib_item_tit strong,
.ktSkylife .maib_item_tit strong {
	color:  rgb(33,59,143);
}
.kt .maib_btn,
.ktSkylife .maib_btn {
	border: 1px solid rgb(33,59,143);
	color: rgb(33,59,143);
}
.kt .maib_calc_btn,
.ktSkylife .maib_calc_btn {
	background: #1454B4;
}

.uPlus,
.lgHellovision {
	border: 3px solid #D6187B;
	border-radius: var(--border-1-radius);
}
.uPlus .maib_item_tit strong,
.lgHellovision .maib_item_tit strong {
	color:   #D6187B;
}
.uPlus .maib_btn,
.lgHellovision .maib_btn {
	border: 1px solid #D6187B;
	color:  #D6187B;
}
.uPlus .maib_calc_btn,
.lgHellovision .maib_calc_btn {
	background:  #D6187B;
}

.maib_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
	gap: 0 4%;
}

.maib_btn {
	display: flex;
	justify-content: center;
	flex-basis: 48%;
	border-radius: var(--border-1-radius);
	border: 2px solid var(--black-3-color);
}
.maib_btn a {
	padding: .75rem 0;
	width: 100%;
}.maib_calc_btn {
	 display: flex;
	 padding: .75rem 0;
	 justify-content: center;
	 flex-basis: 48%;
	 border-radius: var(--border-1-radius);
	 color: #fff;
	 background-color: #000;
 }
/* certified */
.certified .inner {
	display: flex;
	justify-content: space-between;
	padding: 5rem 0;
	/* max-width: 900px; */
	flex-wrap: wrap;

}
.certified_desc {
	flex-basis: 30%;
	padding-top: 1.5rem;
	padding-left: .5rem;
}
.certified_desc h3 {
	font-size: var(--font-1-size);
	font-family: "notoBold";
}
.certified_desc h3 strong {
	color: var(--orange-1-color);
	font-family: "notoBold";
	font-size: var(--font-1-size);
}
.certified_txt {
	margin-top: 1rem;
	font-size: var(--font-4-size);
	color: var(--black-2-color);
}
.certified_photo_wrap {
	flex-basis: 70%;
	display: flex;
	justify-content: space-between;
}
.certified_photo {
	text-align: center;
	flex-basis: 32%;
}
.certified_photo span {
	font-size: var(--font-7-size);
	color: #fff;
	font-family: "notoRegular";
	background-color: var(--black-2-color);
	padding: .25rem 1rem;
	display: inline-block;
	margin-top: .5rem;
	border-radius: 2rem;
}
/* <!-- ad photo --> */
.ad_photo {
	background-color: #F2F2F2;
}
.ad_photo .inner {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 2%;
	justify-content: space-between;
	padding: 5rem 0;
	text-align: center;
}

.ad_photo_item {
	flex-basis: 23.5%;
}
.ad_photo_item img {
	border-radius: var(--border-2-radius);
}
/* 메인혜택 */
.section03 {
	background: #f0f0f0;
}

.section03>p {
	padding: 23px 0 20px;
	background: #bc000f;
	font-size: 3rem;
	text-align: center;
	line-height: 1.4em;
	color: #fff;
}

.section03>p span {
	color: #ffe521;
}

.section03 .in-wrap {
	padding: 30px 0 60px;
}

.benefit-box {
	position: relative;
	width: 1000px;
	margin: 30px auto 0;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.benefit-box>div {
	float: left;
}

.benefit-box .txt-box {
	padding-left: 50px;
}

.benefit-box .txt-box p:nth-of-type(1) {
	padding: 20px 0;
	font-size: 4.2rem;
	line-height: 1.5em;
}

.benefit-box .txt-box p:nth-of-type(2) {
	font-size: 2rem;
	line-height: 2em;
}

.benefit-box a {
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #000;
	background: #ffdd1e;
	border: solid 5px #ffdd1e;
	display: block;
	width: 120px;
	height: 120px;
	padding-top: 32px;
	font-size: 1.8rem;
	line-height: 1.4em;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}

.benefit-box a:hover {
	border: solid 5px #f6d102;
}

/* 메인배너 */
.section04 {
	padding: 40px 0;
}

.section04 li {
	float: left;
	width: 25%;
	padding: 1%;
	box-sizing: border-box;
	text-align: center;
}

/* 2024.04.26 추가 */
.container {
	width: 1280px;
	margin: 0 auto;
	padding-top: 70px;
}

.container .top_banner {
	/* background: url('/public/images/main/main_bg_no_obj.png') no-repeat top center / cover; */
	margin-bottom: 50px;
	position: relative;
}

.container .top_banner .secret {
	height: 60px;
	background: linear-gradient(90deg, #fd00f0, #973fe5);
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	/* margin-bottom: 60px; */
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .top_banner .content {}
.container .top_banner .content .benefit {
	width: 450px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight: 500;
	color: #973fe5;
	text-align: center;
}
/* 240530 수정 */
.container .top_banner .content .price-txt{margin-bottom: 5px;}
.container .top_banner .content .price-txt > *{
	font-family: 'LOTTERIACHAB';
	text-align: center;
	font-size: 120px;
	position: relative;
	text-shadow: 0 10px #fff;
	line-height: 1.2;
}
.container .top_banner .content .price-txt h2{
	color: #B22EE8;
}
.container .top_banner .content .price-txt h3{
	color: #FA02F0;
}
.container .top_banner .content .desc2{text-align: center; font-size: 45px; font-weight: 700;}
/* //240530 추가 */

.container .top_banner .content .main_obj{text-align: center;}
.container .top_banner .content .main_obj video{width: 100%; object-fit: contain; vertical-align: top;}

.container .top_banner .box_wrap {
	width: 100%;
	padding: 15px;
	flex-flow: wrap;
	display: flex;
	/* position: absolute; */
	bottom: 0;
	margin-top: -35%;
}
.container .top_banner .box_wrap .box {
	width: calc(50% - 10px);
	border: 2px solid #ff409b;
	border-radius: 30px;
	padding: 30px;
	background-color: #fff;
	position: relative;
}

.container .top_banner .box_wrap .box:first-child {
	margin-right: 20px;
}

.container .top_banner .box_wrap .box .tab {
	margin-bottom: 15px;
	display: flex;
}

.container .top_banner .box_wrap .box .tab li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ff409b;
	border-radius: 30px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #ff409b;
	transition: 0.3s ease all;
	cursor: pointer;
}

.container .top_banner .box_wrap .box .tab li:first-child {
	margin-right: 15px;
}

.container .top_banner .box_wrap .box .tab li.active {
	background-color: #ff409b;
	color: #fff;
}

.container .top_banner .box_wrap .box .board_list {
	display: none;
}

.container .top_banner .box_wrap .box .board_list.active {
	display: block;
}

.container .top_banner .box_wrap .box .board_list li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #c8c8c8;
	align-items: center;
	display: flex;
}

.container .top_banner .box_wrap .box .board_list li.empty {
	justify-content: center;
}

.container .top_banner .box_wrap .box .board_list li div {
	text-align: center;
	color: #666;
	flex-shrink: 0;
}

.container .top_banner .box_wrap .box .board_list li .status {
	width: 80px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #ff409b;
	color: #ff409b;
	text-align: center;
	padding: 0;
	margin: 0 10px;
}

.container .top_banner .box_wrap .box .board_list li .subject {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-shrink: 1;
}

.container .top_banner .box_wrap .box .board_list li .name1 {
	width: 100%;
	flex-shrink: 1;
}

.container .top_banner .box_wrap .box .board_list li .date1 {
	width: 90px;
}

.container .top_banner .box_wrap .box .board_list li .name2 {
	width: 90px;
}

.container .top_banner .box_wrap .box .board_list li .date2 {
	width: 96px;
}

/* 240530 수정 */
.container .top_banner .box_wrap .box:last-child{
	border: 2px solid #424DC1;
	background-color: #424DC1; 
}
.container .top_banner .box_wrap .box .title,
.container .top_banner .box_wrap .box .title span{
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.container .top_banner .box_wrap .box .title span{
	color: #FFFF85; margin-bottom: 0;
}
.container .top_banner .box_wrap .box .sms_frm {
	width: calc(100% - 180px);
}

.container .top_banner .box_wrap .box .sms_frm ul {
	margin-bottom: 30px;
}

.container .top_banner .box_wrap .box .sms_frm ul li {
	margin-top: 15px;
	align-items: center;
	display: flex;
}

.container .top_banner .box_wrap .box .sms_frm ul li:first-child {
	margin-top: 0;
}

.container .top_banner .box_wrap .box .sms_frm ul li label {
	width: 75px;
	font-size: 24px;
	font-weight: 600;
	padding-right: 30px;
	color: #fff;
}

.container .top_banner .box_wrap .box .sms_frm ul li input[type='text'] {
	width: calc(100% - 75px);
	height: 40px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	padding: 0 15px;
	flex-shrink: 0;
}
.container .top_banner .box_wrap .box .sms_frm .chk_wrap {
	margin-bottom: 25px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .top_banner .box_wrap .box .sms_frm .chk_wrap input[type='checkbox'] {
	border-radius: 2px;
	margin-right: 10px;
}

.container .top_banner .box_wrap .box .sms_frm .chk_wrap input[type='checkbox']:checked {
	background-color: #fff;
}
.container .top_banner .box_wrap .box .sms_frm .chk_wrap input[type='checkbox']:checked::before{
	color: #000;
}
.container .top_banner .box_wrap .box .sms_frm .chk_wrap input[type='checkbox']:checked::before {
	font-size: 20px;
	margin-left: -1px;
}

.container .top_banner .box_wrap .box .sms_frm .chk_wrap label {
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.container .top_banner .box_wrap .box .sms_frm .chk_wrap a {
	padding: 2px 5px;
	background-color: #efefef;
	font-size: 12px;
	margin-left: 20px;
}

.container .top_banner .box_wrap .box .sms_frm button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 30px;
	background-color: #FFFF85;
	color: #424DC1;
	font-size: 20px;
	font-weight: 900;
	display: block;
}
.container .top_banner .box_wrap .box .r-imgbox{width: 155px; position: absolute; bottom: 0; right: 25px;}
.container .top_banner .box_wrap .box .r-imgbox img{width: 100%;}
/* //240530 수정 */
/* rental_banner */
.rental-banner{background-color: #FD9512;}
.rental-banner .container{padding-top: 0;}
@media(max-width: 1200px){
	/* 240530 */
	.container .top_banner .box_wrap .box .title, 
	.container .top_banner .box_wrap .box .title span{font-size: 45px;}
	.container .top_banner .box_wrap .box .sms_frm{width: calc(100% - 140px);}
	.container .top_banner .box_wrap .box .r-imgbox{width: 130px;}
}
@media(max-width: 1024px){
	/* .container .top_banner {
		background-image: url('/public/images/main/m_main_bg.jpg');
		background-size: contain;
	} */

	.container .top_banner .content .desc {
		padding: 0 55px;
	}

	.container .top_banner .box_wrap {
		flex-flow: column-reverse;
		align-items: center;
	}
	.container .top_banner .box_wrap .box .title, 
	.container .top_banner .box_wrap .box .title span{font-size: 55px;}
	.container .top_banner .box_wrap .box {
		width: 100%;
		padding: 30px 65px;
	}

	.container .top_banner .box_wrap .box:first-child {
		margin: 20px 0 0;
		padding: 30px;
	}

	.container .top_banner .box_wrap .box .sms_frm {
		padding: 0;
	}
	.container .top_banner .box_wrap .box .sms_frm{width: calc(100% - 200px);}
	.container .top_banner .box_wrap .box .r-imgbox{right: 65px;}
}
/* //top_banner */
@media(max-width: 768px) {
	/* .container .top_banner {
		background-image: url('/public/images/main/main_bg_no_obj.png');
	} */

	.container .top_banner .secret {
		height: 50px;
		/* margin-bottom: 35px; */
		font-size: 20px;
	}
/* 
	.container .top_banner .content {
		padding-bottom: 0;
	} */

	.container .top_banner .content .benefit {
		width: 350px;
		height: 45px;
		line-height: 45px;
		font-size: 26px;
		margin-bottom: 25px;
	}
	/* 240530 */
	.container .top_banner .content .price-txt > *{font-size: 65px;     text-shadow: 0 7px #fff;}
	.container .top_banner .content .desc2{font-size: 30px;}

	/* .container .top_banner .content .tb_obj_img {
		width: 680px;
		margin: -65px auto 0;
		display: block;
	} */

	.container .top_banner .box_wrap {
		/* margin-top: -85px; */
	}
	
	.container .top_banner .box_wrap .box .tab li {
		font-size: 20px;
	}
	.container .top_banner .box_wrap .box{padding: 30px;}
	.container .top_banner .box_wrap .box .title{display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
	.container .top_banner .box_wrap .box .title, .container .top_banner .box_wrap .box .title span{font-size: 3rem;}
	.container .top_banner .box_wrap .box .sms_frm ul li label{font-size: 18px;}
	.container .top_banner .box_wrap .box .sms_frm{width: 100%;}
	.container .top_banner .box_wrap .box .r-imgbox{display: none;}
}
@media(max-width: 570px) {
	.container .top_banner .box_wrap .box {
		width: 100%;
	}
}
@media(max-width: 480px){
	.container .top_banner .box_wrap .box .board_list:nth-child(2) li .subject{display: none;}
	.container .top_banner {
		/* background: url('/public/images/main/m_main_bg_no_obj.png') no-repeat top center / cover; */
		margin-bottom: 20px;
	}
	.container .top_banner .content .price-txt > *{font-size: 50px;     text-shadow: 0 5px #fff;}
	.container .top_banner .content .desc2{font-size: 20px;}
	.container .top_banner .secret {
		height: 40px;
		font-size: 16px;
		/* margin-bottom: 20px; */
	}
	.container .top_banner .box_wrap .box .title, .container .top_banner .box_wrap .box .title span{font-size: 2rem;}

	/* .container .top_banner .content {
		padding-bottom: 205px;
	} */

	.container .top_banner .content .benefit {
		width: 200px;
		height: 30px;
		line-height: 30px;
		font-size: 17px;
		margin-bottom: 20px;
	}


	/* .container .top_banner .content .tb_obj_img {
		display: none;
	} */

	.container .top_banner .box_wrap {
		/* margin-top: -10px; */
	}

	.container .top_banner .box_wrap .box {
		padding: 30px;
	}


	.container .top_banner .box_wrap .box .sms_frm ul li label {
		font-size: 16px;
		padding-right: 20px;
	}

	.container .top_banner .box_wrap .box .sms_frm .chk_wrap input[type='checkbox'] {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

	.container .top_banner .box_wrap .box .sms_frm .chk_wrap input[type='checkbox']:checked::before {
		font-size: 16px;
	}

	.container .top_banner .box_wrap .box .sms_frm .chk_wrap label {
		font-size: 12px;
	}

	.container .top_banner .box_wrap .box .sms_frm .chk_wrap a {
		font-size: 10px;
		margin-left: 20px;
	}

	.container .top_banner .box_wrap .box .sms_frm button {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.container .top_banner .box_wrap .box .board_list li div {
		padding: 0 15px;
	}
}
@media(max-width: 400px){
	
	/* .container .top_banner {
		background-image: url('/public/images/main/m_main_bg_no_obj.png');
	} */

	/* .container .top_banner .content {
		padding-bottom: 20px;
	} */

	/* .container .top_banner .content .m_obj_img {
		width: 320px;
		margin: -35px auto 0;
		display: block;
	} */
	
	.container .top_banner .box_wrap .box,
	.container .top_banner .box_wrap .box:first-child {
		padding: 25px;
	}
	.container .top_banner .box_wrap .box{}
	.container .top_banner .box_wrap .box .sms_frm ul {
		margin-bottom: 10px;
	}

	.container .top_banner .box_wrap .box .sms_frm ul li {
		padding: 0 15px;
		margin-top: 5px;
	}

	.container .top_banner .box_wrap .box .sms_frm ul li input[type='text'] {
		width: 100%;
		height: 35px;
		font-size: 12px;
		flex-shrink: 1;
	}

	.container .top_banner .box_wrap .box .sms_frm ul li label {
		width: 45px;
		font-size: 16px;
		padding-right: 10px;
		flex-shrink: 0;
	}

	.container .top_banner .box_wrap .box .sms_frm button {
		font-size: 14px;
	}

	.container .top_banner .box_wrap .box .tab li {
		height: 40px;
		line-height: 38px;
		font-size: 15px;
	}

	.container .top_banner .box_wrap .box .tab li:first-child {
		margin-right: 10px;
	}

	.container .top_banner .box_wrap .box .board_list li div {
		padding: 0 10px;
	}
}
@media(max-width: 350px){
	.container .top_banner {
		margin-bottom: 0;
	}

	.container .top_banner .secret {
		font-size: 15px;
	}

	/* .container .top_banner .content {
		padding-bottom: 0;
	} */

	.container .top_banner .content .benefit {
		width: 180px;
		font-size: 15px;
	}

	/* .container .top_banner .content .m_obj_img {
		width: 280px;
		margin: -25px auto 10px;
	} */

	.container .top_banner .box_wrap .box,
	.container .top_banner .box_wrap .box:first-child {
		padding: 20px;
	}

	.container .top_banner .box_wrap .box .title {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.container .top_banner .box_wrap .box .title, .container .top_banner .box_wrap .box .title span{font-size: 1.5rem;}

	.container .top_banner .box_wrap .box .sms_frm .chk_wrap a {
		display: none;
	}

	.container .top_banner .box_wrap .box .tab li {
		height: 35px;
		line-height: 33px;
		font-size: 13px;
	}

	.container .top_banner .box_wrap .box .board_list li {
		height: 40px;
		line-height: 40px;
	}

	.container .top_banner .box_wrap .box .board_list li div {
		padding: 0 6px;
		font-size: 13px;
	}
}

/*  */
.container .section {
	margin-bottom: 120px;
}

.container .section > .title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

.container .section > .title span {
	font-size: inherit;
	font-weight: inherit;
	color: #ff409b;
}

.container .section > .title_desc {
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-top: -20px;
}

.container .section .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	width: 60px;
	height: 60px;
	margin: auto 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px #00000029;
}

.container .section .slide_prev {
	left: -30px;
}

.container .section .slide_next {
	right: -30px;
}

.container .news_agency {
	align-items: center;
	display: flex;
}

.container .news_agency ul {
	margin-right: 40px;
	flex-shrink: 0;
	display: flex;
}

.container .news_agency ul li {
	margin-left: 20px;
	text-align: center;
}

.container .news_agency ul li:first-child {
	margin-left: 0;
}

.container .news_agency ul li .circle {
	width: 130px;
	height: 130px;
	background-color: #f5f5f5;
	border-radius: 50%;
	padding: 10px;
	margin-bottom: 10px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .news_agency ul li span {
	font-size: 16px;
	font-weight: 500;
}

.container .news_agency .btns {
	width: 100%;
}

.container .news_agency .btns a {
	height: 70px;
	border: 2px solid #424dc1;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .news_agency .btns a img {
	margin-right: 5px;
}

.container .news_agency .btns a.tel_btn {
	font-size: 24px;
	font-weight: 600;
	color: #424dc1;
	margin-bottom: 20px;
}

.container .news_agency .btns a.tel_btn span {
	font-size: 40px;
	font-weight: inherit;
	color: inherit;
	margin-left: 10px;
}

.container .news_agency .btns a.write_btn {
	background-color: #424DC1;
	border: none;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

.container .popularity .goods_slide .goods {
	width: calc(33.333% - 40px);
	margin: 0 20px;
	border: 1px solid #c8c8c8;
	border-radius: 30px;
	background-color: #fff;
	padding: 50px 25px;
	text-align: center;
}

.container .popularity .goods_slide .goods .name {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.container .popularity .goods_slide .goods .txt {
	font-size: 20px;
	color: #666;
	margin-bottom: 30px;
}

.container .popularity .goods_slide .goods .box_wrap {
	margin-bottom: 30px;
	display: flex;
}

.container .popularity .goods_slide .goods .box_wrap .box {
	width: 100%;
	height: 80px;
	border-radius: 5px;
	background-color: #f5f5f5;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .popularity .goods_slide .goods .box_wrap .box:first-child {
	margin-right: 10px;
}

.container .popularity .goods_slide .goods .box_wrap .box div {
	font-size: 16px;
}

.container .popularity .goods_slide .goods .box_wrap .box div span {
	font-size: 20px;
	font-weight: 600;
}

.container .popularity .goods_slide .goods .fee {
	font-size: 20px;
	color: #666;
	margin-bottom: 30px;
}

.container .popularity .goods_slide .goods .fee span {
	font-size: 40px;
	font-weight: 800;
}

.container .popularity .goods_slide .goods a {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #222;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: block;
}

.container .popularity .goods_slide .goods a.write_btn {
	margin-bottom: 10px;
}

.container .popularity .goods_slide .goods.sk .name {
	color: #3616ca;
}

.container .popularity .goods_slide .goods.sk .write_btn {
	background-color: #3616ca;
}

.container .popularity .goods_slide .goods.kt .name {
	color: #f3352e;
}

.container .popularity .goods_slide .goods.kt .write_btn {
	background-color: #f3352e;
}

.container .popularity .goods_slide .goods.lg .name {
	color: #e0007b;
}

.container .popularity .goods_slide .goods.lg .write_btn {
	background-color: #e0007b;
}

.container .popularity .goods_slide .slide_prev {
	left: -10px;
}

.container .popularity .goods_slide .slide_next {
	right: -10px;
}
/* main_gift */
.container .main_gift{}
.main_gift .main_sect_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.main_gift .main_sect_tit .tamnaTitle{font-weight: 900; position: relative;}
.container .main_gift ul{flex-wrap: nowrap;}
.container .main_gift ul li{width: calc((100% - 30px) / 4); border: 1px solid #ff409b;}
.container .main_gift ul li .imgbox{width: 99%; height: 200px; margin: 0 auto; text-align: center;}
.container .main_gift ul li .imgbox img{height: 100%; object-fit: contain;}
.container .main_gift ul li h2{font-size: 22px; font-weight: 700; margin-bottom: 15px; height: 66px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1;}
.container .main_gift ul li .btm{justify-content: space-between; color: #fff; display: flex; background-color: #ff409b; align-items: center; padding: 10px; line-height: 1.5;}
.container .main_gift ul li .btm p{color: #fff; font-size: 14px;}
.container .main_gift ul li .btm p span{text-decoration: line-through; color: #fff; font-size: 14px;}
.container .main_gift ul li .btm h3{font-size: 20px; font-weight: 700; color: #fff;}
.container .main_gift ul li .btm h3 b{font-size: 20px; font-weight: 700; color: yellow;}
.container .main_gift h6{font-size: 16px; text-align: center; color: #9B9B9D; margin-top: 20px;}
.pro_sl{position: relative; overflow: hidden; margin-left: auto; margin-right: auto; list-style: none; padding: 0;}
.pro_sl.lg{margin-top: 10px;}
.pro_sl ul{width: 100%; }
.pro_sl .swiper-button-next, .pro_sl .swiper-button-prev{width: 50px; height: 50px; border-radius: 50%; color: #fff; background-color: rgba(255, 64, 155, .7); font-size: 1.5rem !important;}
.pro_sl .swiper-button-next::after, .pro_sl .swiper-button-prev::after{font-size: 1.5rem; font-weight: 900;}
.tamna_img{max-width: 100px; position: absolute; right: -55px; top: -50px;}

/* 24.11.25 약관모달추가 */
.policy_md{width: 100%; height: 100%; position: fixed; z-index: 9999; top: 0; display: none;}
.policy_md.on{display: block;}
.policy_md .modal_mask{width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);  position: absolute; top: 0; left: 0; z-index: 0;}
.policy_md .modal_area{width: 25%; min-width: 300px; min-height: 200px; background-color: #fff; border-radius: 10px; padding: 20px; position: relative; transform: translate(-50%,-50%); top: 50%; left: 50%; display: flex; align-items: center; justify-content: center;}
.policy_md .modal_area .modal_close{padding: 10px; position: absolute; top: 0; right: 0;}
.policy_more{padding: 2px 5px; border-radius: 5px !important; background-color : #efefef !important; color: #000 !important; font-size: 12px !important; width: inherit !important; height: inherit !important; font-weight: 200 !important; line-height: normal !important; margin-left: 20px;}
/* //24.11.25 약관모달추가 */

@media (max-width:1280px) {
	.container .main_gift ul li h2{font-size: 20px; height: 60px;}}
@media (max-width:1024px) {
	.container .main_gift ul li{width: calc((100% - 10px) / 2);}
}
@media (max-width:768px) {
	.container .main_gift ul li h2{font-size: 18px; height: 45px;}
	/* .container .main_gift ul li .btm p,
	.container .main_gift ul li .btm p span{font-size: 14px;} */
	.container .main_gift ul li .btm h3,
	.container .main_gift ul li .btm h3 b{font-size: 18px; }
}
@media (max-width:480px) {
	.container .main_gift ul li h2{line-height: 1.2;}
	.container .main_gift ul li h2 br{display: none;}
	.container .main_gift ul li .btm{flex-direction: column; align-items: flex-start;}
	.container .main_gift ul li .btm h3{align-self: flex-end;}
	.container .main_gift h6{font-size: 14px;}
}
/* //main_gift */
.container .procedures .title_desc {
	margin-bottom: 40px;
}

.container .procedures ul {
	display: flex;
}

.container .procedures ul li {
	width: 100%;
}

.container .procedures ul li.arrow {
	width: fit-content;
	height: 200px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.container .procedures ul li .circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #f2f2f2;
	margin: 0 auto 15px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .procedures ul li .bk_bg {
	background-color: #222;
}

.container .procedures ul li span {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: block;
}

.container .sms {
	align-items: center;
	display: flex;
}

.container .sms .banner_slide {
	width: 780px;
	flex-shrink: 0;
}

.container .sms .banner_slide .banner {
	overflow: hidden;
	border-radius: 30px;
}

.container .sms .content {
	width: 100%;
	padding-left: 125px;
}

.container .sms .content .title {
	font-size: 30px;
	margin-bottom: 20px;
}

.container .sms .content .title span {
	font-size: inherit;
	font-weight: 700;
}

.container .sms .content .txt {
	line-height: 20px;
	color: #666;
	margin-bottom: 30px;
}

.container .sms .content a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #ff409b;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	display: block;
}

.month_cal {
	height: 150px;
	margin-bottom: 120px;
	background-color: #424fc2;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	display: flex;
}

.month_cal button {
	width: 135px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #424fc2;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-radius: 50px;
	margin-left: 20px;
}

.container .review > .title span {
	color: #424fc2;
}

.container .review .review_slide .review_box {
	overflow: hidden;
	width: calc(33.333% - 40px);
	margin: 0 20px;
	border: 1px solid #c8c8c8;
	border-radius: 30px;
}

.container .review .review_slide .review_box .image {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.container .review .review_slide .review_box .image1 {
	background-image: url('/public/images/main/review1.jpg');
}

.container .review .review_slide .review_box .image2 {
	background-image: url('/public/images/main/review2.jpg');
}

.container .review .review_slide .review_box .image3 {
	background-image: url('/public/images/main/review3.jpg');
}

.container .review .review_slide .review_box .image4 {
	background-image: url('/public/images/main/review4.jpg');
}

.container .review .review_slide .review_box .image5 {
	background-image: url('/public/images/main/review5.jpg');
}

.container .review .review_slide .review_box .content {
	padding: 25px 30px;
	text-align: center;
}

.container .review .review_slide .review_box .content .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.container .review .review_slide .review_box .content .txt {
	font-size: 18px;
	color: #666;
}

.container .review .review_slide .slide_prev {
	left: -10px;
}

.container .review .review_slide .slide_next {
	right: -10px;
}

.container .event ul {
	display: flex;
}

.container .event ul li {
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0 20px;
	padding: 35px;
	background-color: #f5f5f5;
	border-radius: 30px;
}

.container .event ul li .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.container .event ul li .txt {
	font-size: 16px;
	color: #666;
}

.container .event ul li.event1 img {
	position: relative;
	bottom: 25px;
	right: -60px;
}

.container .event ul li.event2 img {
	position: relative;
	bottom: -25px;
	right: -10px;
	float: right;
}

.container .event ul li.event3 img {
	position: relative;
	bottom: -35px;
	width: 260px;
	float: right;
}

@media(max-width: 1280px) {
	.container {
		width: 100%;
	}

	.container .section {
		padding: 0 25px;
	}

	.container .news_agency {
		justify-content: center;
	}

	.container .news_agency ul {
		margin: 0;
	}

	.container .news_agency ul li {
		margin-left: 40px;
	}

	.container .news_agency .btns {
		display: none;
	}

	.container .procedures ul li.arrow {
		height: 170px;
	}

	.container .procedures ul li .circle {
		width: 170px;
		height: 170px;
	}

	.container .procedures ul li .circle img {
		width: 70px;
	}

	.container .sms {
		display: block;
	}

	.container .sms .banner_slide {
		width: 100%;
		padding: 0 25px;
	}

	.container .section .slide_prev {
		left: -5px;
	}

	.container .section .slide_next {
		right: -5px;
	}

	.container .sms .content {
		margin: 30px 0 0;
		padding: 0;
		text-align: center;
	}

	.container .sms .content a {
		margin: 0 auto;
	}
}

@media(max-width: 1024px) {
	.container .section {
		margin-bottom: 100px;
	}

	.container .news_agency ul {
		width: 100%;
		flex-flow: wrap;
	}

	.container .news_agency ul li {
		width: calc(33.333% - 26.666px);
	}

	.container .news_agency ul li:nth-child(3n + 1) {
		margin-left: 0;
	}

	.container .news_agency ul li:nth-child(n + 4) {
		margin-top: 30px;
	}

	.container .news_agency ul li .circle {
		margin: 0 auto 10px;
	}

	.container .procedures ul li.arrow {
		height: 120px;
	}

	.container .procedures ul li.arrow img {
		height: 25px;
	}

	.container .procedures ul li .circle {
		width: 120px;
		height: 120px;
	}

	.container .procedures ul li .circle img {
		width: 50px;
	}

	.container .event ul {
		display: block;
	}

	.container .event ul li {
		position: relative;
		margin: 15px 0;
	}

	.container .event ul li.event1 img {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 220px;
	}

	.month_cal {
		margin-bottom: 100px;
	}
}

@media(max-width: 768px) {
	.container .section {
		margin-bottom: 75px;
	}

	.container .popularity .goods_slide .goods .box_wrap {
		display: flex;
	}

	.container .popularity .goods_slide .goods .box_wrap .box:first-child {
		margin: 0 10px 0 0;
	}

	.container .procedures ul li.arrow {
		height: 100px;
	}

	.container .procedures ul li .circle {
		width: 100px;
		height: 100px;
		margin: 0 auto 10px;
	}

	.container .procedures ul li .circle img {
		width: 35px;
	}

	.container .procedures ul li span {
		font-size: 17px;
	}

	.month_cal {
		height: 100px;
		font-size: 20px;
		margin-bottom: 75px;
		flex-flow: column;
	}

	.month_cal button {
		width: 100px;
		height: 30px;
		line-height: 30px;
		margin: 10px 0 0;
		font-size: 14px;
	}
}

@media(max-width: 480px) {
	.container .section {
		margin-bottom: 50px;
	}

	.container .section > .title {
		margin-bottom: 20px;
	}

	.container .section > .title_desc {
		font-size: 14px;
		margin: -10px 0 30px;
	}

	.container .section .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.container .section .slick-arrow img {
		height: 20px;
	}

	.container .section .slide_prev {
		left: 0;
	}

	.container .section .slide_next {
		right: 0;
	}

	.container .news_agency ul li {
		width: calc(33.333% - 13.333px);
		margin-left: 20px;
	}

	.container .news_agency ul li .circle {
		width: 110px;
		height: 110px;
	}

	.container .popularity .goods_slide .goods {
		margin: 0 10px;
		padding: 45px 20px;
	}

	.container .popularity .goods_slide .goods .name {
		font-size: 26px;
	}

	.container .popularity .goods_slide .goods .txt {
		font-size: 18px;
	}

	.container .popularity .goods_slide .goods .box_wrap .box {
		height: 70px;
	}

	.container .popularity .goods_slide .goods .box_wrap .box div {
		font-size: 14px;
	}

	.container .popularity .goods_slide .goods .box_wrap .box div span {
		font-size: 17px;
	}

	.container .popularity .goods_slide .goods .fee {
		font-size: 18px;
	}

	.container .popularity .goods_slide .goods .fee span {
		font-size: 36px;
	}

	.container .popularity .goods_slide .goods a {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.container .procedures ul li.arrow {
		height: 60px;
	}

	.container .procedures ul li.arrow img {
		height: 20px;
	}

	.container .procedures ul li .circle {
		width: 60px;
		height: 60px;
	}

	.container .procedures ul li .circle img {
		width: 25px;
	}

	.container .procedures ul li span {
		font-size: 12px;
	}

	.container .sms .banner_slide {
		padding: 0;
	}

	.container .review .review_slide .review_box {
		margin: 0 10px;
	}

	.container .review .review_slide .review_box .content .txt {
		font-size: 17px;
	}

	.month_cal {
		margin-bottom: 50px;
	}
}

@media(max-width: 400px) {
	.container .section > .title {
		font-size: 26px;
	}


	.container .news_agency ul li .circle {
		width: 80px;
		height: 80px;
	}

	.container .news_agency ul li span {
		font-size: 14px;
	}

	.container .news_agency ul li:nth-child(1) .circle img {
		max-height: 40px !important;
	}

	.container .news_agency ul li:nth-child(3) .circle img,
	.container .news_agency ul li:nth-child(4) .circle img {
		max-height: 35px !important;
	}

	.container .popularity .goods_slide .goods {
		padding: 30px 20px;
	}

	.container .popularity .goods_slide .goods .txt {
		font-size: 16px;
	}

	.container .popularity .goods_slide .goods .box_wrap .box div {
		font-size: 12px;
	}

	.container .popularity .goods_slide .goods .box_wrap .box div span {
		font-size: 15px;
	}

	.container .procedures ul li.arrow {
		height: 45px;
	}

	.container .procedures ul li.arrow img {
		height: 15px;
	}

	.container .procedures ul li .circle {
		width: 45px;
		height: 45px;
		margin: 0 auto 5px;
	}

	.container .procedures ul li .circle img {
		width: 17px;
	}

	.container .procedures ul li span {
		font-size: 11px;
	}

	.month_cal {
		height: auto;
		text-align: center;
		padding: 15px;
		font-size: 17px;
	}

	.container .review .review_slide .review_box .image {
		height: 300px;
	}

	.container .event ul li {
		height: 250px;
		padding: 25px;
	}

	.container .event ul li .title {
		font-size: 22px;
	}

	.container .event ul li .txt {
		font-size: 15px;
	}
}

@media(max-width: 350px) {
	.container {
		padding-top: 50px;
	}

	.container .section > .title {
		font-size: 22px;
	}

	.container .section > .title_desc {
		font-size: 12px;
		margin: -15px 0 20px;
	}

	

	.container .popularity .goods_slide .goods {
		margin: 0;
		padding: 20px 15px;
	}

	.container .popularity .goods_slide .goods .name {
		font-size: 24px;
	}

	.container .popularity .goods_slide .goods .txt {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.container .popularity .goods_slide .goods .box_wrap {
		margin-bottom: 20px;
		display: flex;
	}

	.container .popularity .goods_slide .goods .box_wrap .box:first-child {
		margin: 0 10px 0 0;
	}

	.container .popularity .goods_slide .goods .box_wrap .box div {
		font-size: 12px;
	}

	.container .popularity .goods_slide .goods .box_wrap .box div span {
		font-size: 15px;
	}

	.container .popularity .goods_slide .goods .fee {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.container .popularity .goods_slide .goods .fee span {
		font-size: 28px;
	}

	.container .popularity .goods_slide .goods a {
		font-size: 14px;
	}

	.container .popularity .goods_slide .goods a.write_btn {
		margin-bottom: 5px;
	}

	.container .popularity .goods_slide .slide_prev {
		left: -20px;
	}

	.container .popularity .goods_slide .slide_next {
		right: -20px;
	}

	.container .procedures ul li.arrow {
		height: 40px;
	}

	.container .procedures ul li.arrow img {
		height: 12px;
	}

	.container .procedures ul li .circle {
		width: 40px;
		height: 40px;
	}

	.container .procedures ul li .circle img {
		width: 15px;
	}

	.container .sms .content .title {
		font-size: 24px;
	}

	.container .sms .content .txt {
		font-size: 13px;
	}

	.container .sms .content a {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.container .review .review_slide .review_box {
		margin: 0;
	}

	.container .review .review_slide .review_box .image {
		height: 270px;
	}

	.container .review .review_slide .review_box .content {
		padding: 20px;
	}

	.container .review .review_slide .review_box .content .txt {
		font-size: 15px;
	}

	.container .review .review_slide .slide_prev {
		left: -20px;
	}

	.container .review .review_slide .slide_next {
		right: -20px;
	}

	.container .event ul li {
		height: 200px;
	}

	.container .event ul li .title {
		font-size: 18px;
	}

	.container .event ul li .txt {
		font-size: 13px;
	}

	.container .event ul li img {
		width: 165px !important;
	}

	.container .event ul li.event2 img {
		bottom: -10px;
	}

	.container .event ul li.event3 img {
		bottom: -15px;
	}
}