.subArea{
	position:relative;
}
/*--------------------------------------------------------------
# 서브 상단 타이틀 영역
--------------------------------------------------------------*/
.subTBox{
	margin:10rem 0 0 0;
	position:relative;
	width:100%;
	padding: 10rem 2rem;
	background: #FFF;          
}
.subT_sideBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.subT {
    gap: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.subT h1{
	margin:0;
	text-align:center;
	color: #111;
	text-align: center;
	font-family: 'Pretendard-Bold';
	font-size: 5.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 6.8rem;
}
.subT h2{
	margin:0;
	text-align:center;
	color: #666;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
}
@media (max-width:1600px) {
	.subTBox {
		margin: 9rem 0 0 0;
		padding: 8rem 2rem;
	}
	.subT h1 {
		font-size: 5rem;
		line-height: 6rem;
	}
	.subT h2 {
		font-size: 1.9rem;
		line-height: 3.2rem;
	}
}
@media (max-width:991px) {
	.subTBox {
		margin: 8rem 0 0 0;
		padding: 8rem 2rem;
	}
	.subT h1 {
		font-size: 4.6rem;
		line-height: 5.4rem;
	}
}
@media (max-width:767px) {
	.subTBox {
		margin: 6rem 0 0 0;
		padding: 5rem 2rem 4rem 2rem;
	}
	.subT {
		gap: 1rem;
	}
	.subT h1 {
		letter-spacing: -0.48px;
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	.subT h2 {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
}

/*--------------------------------------------------------------
# 꿀팁게시판
--------------------------------------------------------------*/
.boaWrap{
	position:relative;
	padding:0 0 10rem 0;
	overflow:hidden;
}
.boaSideBox{
	max-width:120rem;
	padding:0 2rem;
	margin:0 auto;
}



.memsInner {
    position: relative;
	/* border-bottom:1px solid #eee; */
}
.memsInner:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#eee;
	z-index:2;
}
.memsInner .swiper{
	z-index: 5;
	/* top: 1px; */
	overflow:unset;
}
.memsInner .swiper-slide{
	width:auto;
}
.memsItem{
	display:flex;
	margin:0 0.3rem;
}
.memsItem a {
    position: relative;
    z-index: 3;
    display: flex;
    padding: 0 0 1rem 0;
    align-items: flex-end;
    justify-content: flex-start;
    color: #888;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
.memsItem a:hover{
	color: #111;
    font-family: 'Pretendard-Medium';
	font-weight: 500;
}
.memsItem a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
}
/* .memsItem a:hover{ */
	/* text-decoration:underline; */
/* } */
.memsItem.active a {
	color: #111;
    font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.memsItem.active a:before{
	border-radius: 3px 3px 0px 0px;
	background: var(--main_color, #8754FB);
}

.boato {
    z-index: 6;
    top: 0;
    right: 0;
    position: absolute;
    display: flex;
    color: #111;
    text-overflow: ellipsis;
    font-family: 'Pretendard';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.boato span {
    margin: 0 0 0 3px;
    color: #8754FB;
    font-family: 'Pretendard-Bold';
    font-weight: 700;
}

.tipsBox{
	position:relative;
	margin:3rem 0 0 0;
}
.tipsBox ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: flex-start;
}
.tipsBox li {
    flex: 0 0 calc(100% - 0rem);
    margin: 2rem 0 0 0;
    box-sizing: border-box;
}
.tipsItem{
	position:relative;
	border-radius: 1rem;
}
.tipsItem:hover{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.tipsItem:hover .tipsText h2{
	text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.tipsItem a {
    display: flex;
    position: relative;
    width: 100%;
    padding: 0 0 0 22.1rem;
    min-height: 15.4rem;
    justify-content: flex-start;
}
.tipsImg {
    object-fit: contain;
    display: flex;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem 0px 0px 1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 22.1rem;
    align-items: center;
    justify-content: center;
}
.tipsImg:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem 0px 0px 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top-color: rgba(0, 0, 0, 0.05);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.05);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.05);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    content: "";
    z-index: 5;
}
.tipsImg img{
	object-fit: contain;
	z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}
.tipsText {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0px 1rem 1rem 0px;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.tipsText h2{
	    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin:0;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
}

.boas {
    margin: 1.4rem 0 0 0;
    display: flex;
    gap: 2.5rem;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-family: 'Pretendard';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    align-items: center;
    justify-content: flex-start;
}
.boas span {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}
.boas span:nth-child(1):before {
	margin:0 5px 0 0;
    display: inline-block;
    content: '';
    position: relative;
    width: 2.5rem;
    height: 2.4rem;
    background-image: url(../img/internet/sub/boaicon.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.boas span:nth-child(2):before {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 0.6rem;
    width: 1px;
    height: 1.2rem;
    background: #DDD;
}
.boas span:nth-child(2):after {
    content: '';
    position: absolute;
    right: -1.25rem;
    top: 0.6rem;
    width: 1px;
    height: 1.2rem;
    background: #DDD;
}


/* 페이징 */
.pc_pagenation{
	display:block;
}
.mo_pagenation{
	display:none;
}
.front_paging_line{
	margin-top:5rem;
	display:block;
	text-align:center;
}
.front_paging_box{
	display:inline-block;
}
.flex_box{
	display:flex;
}
.front_paging_number_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:0.4rem;
}
.front_paging_number_box ul li.on_front_paging{
	background: #8754FB;
	color:#fff;
	border: 1px solid #8754FB;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.front_paging_number_box ul li.on_front_paging:hover{
	background: #8754FB;
	color:#fff;
	border: 1px solid #8754FB;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.front_paging_number_box ul li {
    margin: 0;
    cursor: pointer;
    border-radius: 0.6rem;
	background: #F3F3F3;
    width: 5rem;
    height: 5rem;
    border: 1px solid #F3F3F3;
    display: flex;
    color: #222;
    font-size: 1.6rem;
    font-family: 'Pretendard-Medium';
    line-height: 2.2rem;
    align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li:hover{
	border: 1px solid #8754FB;
	background: #FFF;
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	color: #8754FB;
}

.prev_page {
	margin-right:0.4rem;
	position:relative;
	cursor:pointer;
    display: flex;
    border-radius: 0.6rem;
    border: 1px solid #DDD;
	width: 5rem;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.prev_page:after {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 1.2rem;
    background-image: url(../img/internet/sub/in_prev_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.next_page {
    margin-left: 0.4rem;
    position: relative;
    cursor: pointer;
    display: flex;
    border-radius: 0.6rem;
    border: 1px solid #DDD;
	width: 5rem;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.next_page:after {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 1.2rem;
    background-image: url(../img/internet/sub/in_next_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:767px) {
	.boaWrap {
		padding: 0 0 5rem 0;
	}
	
	.memsItem a {
		padding: 0 0 1rem 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.boato {
		left: 0;
		top: 5.4rem;
		right: inherit;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	
	
	.tipsBox {
		margin: 4.6rem 0 0 0;
	}
	.tipsBox li:nth-child(1){
		padding:0 0 2rem 0;
	}
	.tipsBox li {
		border-bottom: 1px solid #eee;
		padding: 2rem 0;
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
		box-sizing: border-box;
	}
	.tipsItem:hover{
		box-shadow: none;
	}
	.tipsItem a {
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 0 0 10.4rem;
		min-height:6rem;
	}
	.tipsImg {
		height: 6rem;
		border-radius: 0.6rem;
		width: 8.6rem;
	}
	.tipsText {
		width: 100%;
		display: flex;
		padding: 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		border-radius: 0;
		border-top: none;
		border-right: none;
		border-bottom: none;
	}
	.tipsText h2 {
		-webkit-line-clamp: 3;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.boas {
		margin: 0.8rem 0 0 0;
		gap: 1.7rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.boas span:nth-child(1):before {
		margin: 0 4px 0 0;
		width: 1.7rem;
		height: 1.6rem;
	}
	.boas span:nth-child(2):before {
		left: -0.8rem;
		top: 0.3rem;
		height: 1rem;
	}
	.boas span:nth-child(2):after {
		right: -0.8rem;
		top: 0.3rem;
		height: 1rem;
	}
	
	
	.front_paging_line {
		margin-top: 3rem;
	}
	.front_paging_number_box ul {
		gap: 0.3rem;
	}
	.front_paging_number_box ul li {
		border-radius: 0.4rem;
		width: 3.4rem;
		height: 3.4rem;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.next_page {
		margin-left: 0.3rem;
		border-radius: 0.4rem;
		width: 3.4rem;
		height: 3.4rem;
	}
	.prev_page {
		margin-right: 0.3rem;
		border-radius: 0.4rem;
		width: 3.4rem;
		height: 3.4rem;
	}
}

/*--------------------------------------------------------------
# 게시판 상세
--------------------------------------------------------------*/
.boaFrameWrap{
	width:100%;
	position:relative;
	margin:10rem 0 0 0;
	padding:10rem 0;
}
.boaFrameSideBox {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}
.boaDetailCont{
	position:relative;
}
.boa_title {
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #EEE;
    position: relative;
	margin:0 0 5rem 0;
}
.boa_title h3{
	margin:0;
	display:flex;
	color: #111;
	font-family: 'Pretendard-Medium';
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
}
.boa_title h3 span{
	margin:0 0.6rem 0 0;
	color: #888;
	font-family: 'Pretendard';
	font-weight: 400;
}
.boa_title h3 a {
	color: #8754FB;
    margin: 0 0 0 0.6rem;
    font-family: 'Pretendard-Bold';
    font-weight: 700;
}
.boa_title h1{
	margin:1rem 0;
	color: #111;
font-family: 'Pretendard-SemiBold';
font-size:2.8rem;
font-style: normal;
font-weight: 600;
line-height: 4.4rem;
}
.boaregcntbox {
	gap:4.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.boaregcntbox dl{
	position:relative;
}
.boaregcntbox dl b{
	margin:0;
	color: #111;
	font-family: 'Pretendard-Medium';
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
}
.boaregcntbox dl:nth-child(1):before {
    top: 0.9rem;
    right: -2rem;
    content: '';
    position: absolute;
    width: 1px;
    height: 1.2rem;
    background: #e5e5e5;
}
.boaregcntbox dl span{
	margin:0 0.6rem 0 0;
	color: #888;
	font-family: 'Pretendard';
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}

.boaSum{
	width:100%;
	margin:0 0 8rem 0;
}
.boaSum .image-container{
	width:100%;
	display:flex;
	border-radius: 1.6rem;
	overflow:hidden;
}
.boaSum .image-container img{
	width:100%;
}

.boaTextBox{
	width:100%;
	position:relative;
	margin:0 0 5rem 0;
}

.boaB_inner {
    padding: 0 0 8rem 0;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    align-items: flex-start;
    justify-content: center;
}
.boaB_btn{
	position:relative;
	display:inline-block;
}
.boaB_btn a{
	display: flex;
	padding: 1.1rem 3.9rem;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #111;
	font-family: 'Pretendard-Medium';
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	border-radius: 5rem;
	border: 1px solid #DDD;
	background: #FFF;
}

@media (max-width:1600px) {
	.boaFrameWrap {
		margin: 9rem 0 0 0;
		padding: 9rem 0;
	}
}
@media (max-width:991px) {
	.boaFrameWrap {
		margin: 8rem 0 0 0;
		padding: 8rem 0;
	}
}
@media (max-width:767px) {
	.boaFrameWrap {
		margin: 6rem 0 0 0;
		padding: 5rem 0;
	}
	.boa_title {
		padding: 0 0 1rem 0;
		margin: 0 0 4rem 0;
	}
	.boa_title h3 {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	.boa_title h3 span {
		margin: 0 0.4rem 0 0;
	}
	.boa_title h3 a {
		margin: 0 0 0 0.4rem;
	}
	.boa_title h1 {
		margin: 1rem 0;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	
	
	.boaregcntbox {
		gap: 2.5rem;
	}
	.boaregcntbox dl:nth-child(1):before {
		top: 0.3rem;
		right: -1.3rem;
		width: 1px;
		height: 1rem;
	}
	.boaregcntbox dl b {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	.boaregcntbox dl span {
		margin: 0 0.4rem 0 0;
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	
	
	.boaSum .image-container {
		border-radius: 0.6rem;
	}
	.boaSum {
		margin: 0 0 4rem 0;
	}
	
	
	.boaTextBox {
		margin: 0 0 2rem 0;
	}
	
	
	.boaB_inner {
		padding: 0 0 4rem 0;
	}
	.boaB_btn a {
		padding: 0.9rem 2.3rem;
		font-size: 1.3rem;
		line-height: 2.2rem;
		border-radius: 5rem;
	}
}

/*--------------------------------------------------------------
# 후기 게시판
--------------------------------------------------------------*/
.bereSlideWrap{
	position:relative;
	overflow:hidden;
	margin:0 0 8rem 0;
}
.bereSlideSideBox{
	max-width: 120rem;
    padding: 0 2rem;
    margin: 0 auto;
}
.besrarea {
    width: 100%;
    position: Relative;
}
.besrarea .swiper{
	overflow:unset;
}
.besrItem{
	position:Relative;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.besrItem:before {
    top: 1rem;
    left: 1rem;
    display: inline-flex;
	padding:0.5rem 0.7rem 0.5rem 0.8rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background: var(--main_color, #8754FB);
    content: 'BEST';
    position: absolute;
    z-index: 6;
    color: #FFF;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.6rem;
}
.besrItem:hover .bertext h2{
	text-decoration:underline;
}
.berImg {
    object-fit: contain;
    display: flex;
    height: 25.7rem;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.berImg:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem 1rem 0 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top-color: rgba(0, 0, 0, 0.05);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.05);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.05);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    content: "";
    z-index: 5;
}
.berImg img {
    object-fit: contain;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* height: 100%; */
}

.bertext {
    display: flex;
    padding: 2.4rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0px 0px 1rem 1rem;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    justify-content: flex-start;
}
.bertext h2{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #111;
	text-overflow: ellipsis;
	font-family: 'Pretendard-SemiBold';
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
.bertext h3{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin:1.4rem 0 0 0;
	color: #666;
	font-family: 'Pretendard';
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.3rem;
}

.besrarea .caBtnGroup .swiper-button-next, .besrarea .caBtnGroup .swiper-button-prev{
	width: 6.4rem;
    height: 6.4rem;
}
.besrarea .caBtnGroup .swiper-button-prev:after {
    width: 2rem;
}
.besrarea .caBtnGroup .swiper-button-next:after {
    width: 2rem;
}


.tipsBox.review ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1rem;
    list-style-type: none;
    justify-content: flex-start;
    align-items: flex-start;
}
.tipsBox.review li {
    flex: 0 0 calc(50% - 2rem);
    margin: 1rem;
    box-sizing: border-box;
}

.tipsBox.review .tipsImg img {
    width: 100%;
	height:auto;
}
.tipsBox.review .tipsText{
	padding: 1.8rem;
}

.revtext h3{
	margin:1rem 0;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666;
	font-family: 'Pretendard';
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1rem;
}
.boaSum.review {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.rebasicInfo{
	margin: 0;
    color: #111;
    font-family: 'Pretendard-Medium';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
}
.rebasicInfo dl{
	display:block;
	margin: 0 0 0.6rem 0;
    color: #000;
    font-family: 'Pretendard-Medium';
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
}
@media (max-width:991px) {
	.bereSlideWrap {
		margin: 0 0 6rem 0;
	}
	.besrarea .caBtnGroup .swiper-button-next, .besrarea .caBtnGroup .swiper-button-prev {
		width: 5rem;
		height: 5rem;
	}
	
	.tipsBox.review ul {
		gap: 1rem;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style-type: none;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.tipsBox.review li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
		box-sizing: border-box;
	}
}
@media (max-width:767px) {
	.bereSlideWrap {
		margin: 0 0 4rem 0;
	}
	.besrItem:before {
		top: 0.8rem;
		left: 0.8rem;
		padding: 0.4rem 0.6rem;
		border-radius: 0.4rem;
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.bertext {
		padding: 1.8rem;
		border-radius: 0px 0px 0.6rem 0.6rem;
	}
	.berImg {
		height: 19.7rem;
		border-radius: 0.6rem 0.6rem 0 0;
	}
	.berImg:after {
		border-radius: 0.6rem 0.6rem 0 0;
	}
	.bertext h2 {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.bertext h3 {
		margin: 0.8rem 0 0 0;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.besrarea .caBtnGroup .swiper-button-next, .besrarea .caBtnGroup .swiper-button-prev {
		width: 4.9rem;
		height: 4.9rem;
	}
	.besrarea .caBtnGroup .swiper-button-next {
		top: inherit;
		position: relative;
		right: 0;
	}
	.besrarea .caBtnGroup .swiper-button-prev {
		top: inherit;
		position: relative;
		left: 0;
	}
	.besrarea .caBtnGroup {
		height: 4.9rem;
		display: flex;
		margin: 2rem 0 0 0;
		width: 100%;
		position: Relative;
		justify-content: space-between;
		align-items: center;
	}
	
	
	.tipsBox.review ul{
		gap:0;
	}
	.tipsBox.review .tipsText {
		padding: 0;
	}
	.revtext h3 {
		margin: 0.8rem 0;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}
@media (max-width:450px) {
	.tipsBox.review ul{
		gap:1rem;
	}
	.tipsBox.review li {
		padding: 0;
		border-bottom: none;
	}
	.tipsBox.review .tipsItem a {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0;
		min-height: auto;
	}
	.tipsBox.review .tipsImg {
		border-radius: 6px 6px 0px 0px;
		position: relative;
		height: 23.4rem;
		width: 100%;
	}
	.tipsBox.review .tipsImg:after {
		border-radius: 6px 6px 0px 0px;
	}
	.tipsBox.review .tipsText {
		padding: 1.8rem;
		border-radius: 0px 0px 6px 6px;
		border-right: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
		border-left: 1px solid #EEE;
	}
	.revtext h3 {
		-webkit-line-clamp: 3;
		margin: 0.8rem 0;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}