/*-----------------------------------------
# 게시판 > 공지
-------------------------------------------*/

.noticardWrap{
	position:Relative;
}
.listtable{
	position:Relative;
	margin:0 0 8rem 0;
}
.listtable table {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    font-size: 14px;
    border-collapse: collapse;
}

.listtable thead tr td {
    padding: 0;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7.2rem;
    border: 0;
    border-bottom: 1px solid #000;
}
.listtable thead tr td.list-uid {
    width: 15rem;
    padding: 0 0 0 4rem;
}
.listtable thead tr td.list-title {
	text-align:left;
    width: auto;
}
.listtable thead tr td.list-date {
    width: 14rem;
    padding: 0 0 0 4rem;
}

.listtable table tr {
    border: 0;
    background-color: transparent;
    transition-duration: 0.3s;
}
.listtablethead tr td {
    padding: 0;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7rem;
    border: 0;
    border-bottom: 1px solid #000;
}
.listtable table tbody{
	width:100%;
}
.listtable table tbody tr.list-notice {
	/* background: #F6F3ED; */
	background: #fff;
}
.listtable table tbody tr.list-notice .tdtitle h2{
	padding:0 0 0 7.7rem;
}

.listtable table tbody tr td {
	vertical-align: middle;
    padding: 2rem 0;
    word-break: break-all;
    border: 0;
    border-bottom: 1px solid #eee;
}
.listtable table tbody tr:hover .tdtitle h2{
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.listtable table td.tdnotice{
	padding: 0 2rem 0 2rem;
	text-align:center;
}
.listtable table td.tdtitle span {
    position: absolute;
    display: flex;
	padding:0.6rem 0.8rem;
    justify-content: center;
    align-items: center;
    border-radius:0.4rem;
    background: #DAC28A;
    color: #000;
    font-family: pretendard-800;
    font-size:1.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.8rem;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

/* .listtable table td.tdtitle{ */
	/* display:flex; */
/* } */
.listtable table td.tdtitle span{
	display: flex;
	padding:0.6rem 0.8rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.4rem;
	background: #DAC28A;

	color: #000;
	font-family: pretendard-800;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.8rem;
	letter-spacing: 0.36px;
	text-transform: uppercase;
}
.listtable table td.tdtitle a {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}
.listtable table td.tdtitle h2 {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0;
    color: #000;
    font-family: pretendard-500;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
}

.listtable table td.tdnum{
	padding: 0 0 0 4rem;
	text-align:center;
	color: #000;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.2rem;
}
.listtable table td.tddate{
	text-align:center;
	color: #AAA;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
	padding: 0 0 0 4rem;
} 
.listtable table td .modate{
	display:none;
}

@media (max-width:991px) {
	.listtable {
		margin: 0 0 4rem 0;
	}
	.listtable thead tr td {
		font-size: 1.5rem;
		line-height: 6rem;
	}
	
	.listtable thead tr td.list-uid {
		width: 13rem;
		padding: 0 0 0 2rem;
	}
	.listtable table td.tdnum {
		padding: 0 0 0 2rem;
		font-size: 1.4rem;
		line-height: 3rem;
	}
	.listtable thead tr td.list-date {
		width: 12rem;
		padding: 0 0 0 2rem;
	}
	.listtable table td.tddate {
		font-size: 1.4rem;
		line-height: 3rem;
		padding: 0 0 0 2rem;
	}
	.listtable table tbody tr td {
		padding: 1.6rem 0;
	}
	.listtable table td.tdtitle h2 {
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.listtable table tbody tr.list-notice .tdtitle h2 {
		padding: 0 0 0 6rem;
	}
	.listtable table td.tdtitle span {
		padding: 0.4rem 0.6rem;
		border-radius: 0.4rem;
		font-size: 1rem;
		line-height: 1.6rem;
		letter-spacing: 0.36px;
	}
}
@media (max-width:767px) {
	.listtable {
		margin: -3rem 0 0 0;
	}
	.listtable thead tr td.list-uid,
	.listtable table td.tdnum{display:none;}
	.listtable thead tr td {
		font-size: 1.2rem;
		line-height: 4.4rem;
	}
	
	.listtable thead tr td.list-date {
		width: 7rem;
		padding: 0 0 0 1rem;
	}
	.listtable table td.tddate {
		font-size: 1rem;
		line-height: 2rem;
		padding: 0 0 0 1rem;
	}
	.listtable table tbody tr td {
		padding: 1.2rem 0;
	}
	.listtable table td.tdtitle h2 {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.listtable table tbody tr.list-notice .tdtitle h2 {
		padding: 0 0 0 5rem;
	}
	.listtable table td.tdtitle span {
		padding: 4px 6px;
		border-radius: 2px;
		font-size: 8px;
		line-height: 12px;
		letter-spacing: 0.24px;
	}
}

/*-----------------------------------------
# 게시판 > 소식
-------------------------------------------*/
.bocateLineWrap{
	width:100%;
	position:Relative;
	margin:0 0 5rem 0;
}
.bocateLineMultiBox {
    gap: 0.6rem;
    display: flex;
    position: Relative;
    flex-direction: column;
}
.bocateLineMultiBox .bocateLine{
	background: #fff;
}
.bocateLineMultiBox .bocateLine.on{
	background: #F6F3ED;
}
.bocateLine{
	overflow: hidden;
	width:100%;
	position:Relative;
	display: flex;
	padding:1.6rem 3rem;
	align-items: center;
	align-self: stretch;
	border-radius: 0.8rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #F6F3ED;
}
.swcate a{
	opacity: 0.4;
	color: #2F2C2C;
	font-family: pretendard-500;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8rem;
}
.swcate.on a{
	font-family: pretendard-600;
	font-weight: 600;
	opacity: 1;
}
.bomaincate {
    margin: 0 6.1rem 0 0;
    position: relative;
    color: #2F2C2C;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
}
.bomaincate:after {
    transform: translateY(-50%);
    content: '';
    position: absolute;
    right: -3rem;
    top: 50%;
    width: 1px;
    height: 2rem;
    opacity: 0.1;
    background: #000;
}
.bocateswInner{
	position:Relative;
}
.swiper.bocateswitem .swiper-slide{
	width:auto;
}

.pdNavInput {
    position: absolute;
    right: 3rem;
    bottom: 0;
    z-index: 2;
    /* width: 24.4rem; */
    height: 6rem;
}
.pdNavInput form {
    gap: 0rem;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.pdNavInput input {
	outline: none;
	border: none;
    font-family: pretendard-400;
	box-sizing: border-box;
	margin: 0;
	width: 16.2rem;
	position: relative;
	height: 100%;
	border-radius: 0;
	background: inherit;
	padding: 0;
	color: #111;
	font-family: pretendard-500;font-weight: 500;font-size: 1.8rem;font-style: normal;line-height: 2.6rem;
}
.pdNavInput input:-webkit-autofill,
.pdNavInput input:-webkit-autofill:hover,
.pdNavInput input:-webkit-autofill:focus,
.pdNavInput input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.pdNavInput input:focus,
.pdNavInput input:active {background: inherit; border:none;}
.pdNavInput input:focus{outline: none;}
.pdNavInput button {
	background: inherit;
    cursor: pointer;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 18px;
    height: 18px;
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(/public/new_img/common/sea_icon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pdNavInput button:active {background:initial; border:none;}
.pdNavInput button:focus{outline: none;}

.pdNavInput input::placeholder {
	color: #888;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.4rem;
}
@media (max-width:991px) {
	.bocateLine {
		padding: 1.6rem 0rem 1.6rem 3rem;
	}
	.bocateLine .swiper{
		overflow: unset;
	}
	.bocateswInner {
		padding:0 3rem 0 0;
		overflow: hidden;
	}
}
@media (max-width:767px) {
	.thBodyItem.boaContlist {
		margin: -3rem 0 0 0;
	}
	.bocateLineWrap {
		margin: 0 0 3rem 0;
	}
	.bocateLineMultiBox {
		gap: 0.4rem;
	}
	.bocateLine {
		padding: 1.2rem 0rem 1.2rem 1.6rem;
		border-radius: 0.6rem;
	}
	.bocateswInner {
		padding:0 1.6rem 0 0;
	}
	.bomaincate {
		margin: 0 2.5rem 0 0;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.bomaincate:after {
		right: -1.4rem;
		height: 2rem;
	}
	.swcate a {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	
	.pdNavInput{
		height:4.4rem;
	}
	.pdNavInput input{
		font-size:1.4rem;
		line-height:2.2rem;
	}
	.pdNavInput input::placeholder{
		font-size:1.4rem;
		line-height:2.2rem;
	}
	.pdNavInput form {
		justify-content: space-between;
	}
}


/*-----------------------------------------
# 게시판 > 전후 사진
-------------------------------------------*/
.botrelSerBox {
    margin: 0 0 2rem 0;
    display: flex;
    justify-content: flex-end;
}
.botrelSerBox .pdNavInput {
    right: inherit;
    position: Relative;
	border-radius: 0.8rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding:0 2rem;
}
.botrelSerBox .pdNavInput input {
	background: #FFF;
    width: 28.2rem;
}

.balayout .thBaImg figure{
	padding-bottom: 100%;
}
.balayout .thBaImgBox {
    border-radius: 0.8rem;
}
.balayout .borsBox {
    width: calc(100%/2 - 2rem);
    margin-right: 4rem;
}
.balayout .borsBox:nth-child(2n) {
    margin-right: 0;
}
@media (max-width:1200px) {
	.balayout .thBaImg .day {
		width: 12rem;
		bottom: 1rem;
	}
}
@media (max-width:1100px) {
	.balayout .borsBox {
		width: calc(100%/1 - 0rem);
		margin-right: 0rem;
	}
	.balayout .thBaImg .day {
		width: auto;
		bottom: 2rem;
	}
}

@media (max-width:767px) {
	.baListcont{
		margin-top:1.4rem;
	}
	
	.botrelSerBox {
		margin: 0;
	}
	.botrelSerBox .pdNavBar{width: 100%;}
	.botrelSerBox .pdNavInput input {
		width: 100%;
	}
	.botrelSerBox .pdNavInput {
		width: 100%;
		border-radius: 0.6rem;
		padding: 0 2rem;
	}
	
	
	.balayout .thBaImgBox {
		border-radius: 0.6rem;
	}
	.balayout .borsBox {
		width: calc(100%/1 - 0rem);
		margin-right: 0rem;
	}
	.balayout .thBaImg .day {
		bottom: 6px;
	}
}

/*-----------------------------------------
# 게시판 > 영상 후기
-------------------------------------------*/

.vidreWrap {
    position: Relative;
    margin: 0 0 8rem 0;
}
.vidreCont{
	position:Relative;
	width:100%;
}
.vidreCont ul {
    gap: 3rem;
    display: flex;
    position: Relative;
    width: 100%;
    flex-direction: column;
}
.vidreCont ul li{
	position:Relative;
	width:100%;
}
.vidreCont ul li h2.hidden{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.vidreCont ul li p.vidtitle{
	margin:0 0 0.9rem 0;
	text-align:left; 
	color: #2F2C2C;
    font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
}
.vidreInner{
	z-index:2;
	position:Relative;
	width:100%;
	display:flex;
	border-radius:1rem;
	overflow:hidden;
}
.viinfotext {
    border-radius: 0.4rem;
    background: #F9F9F9;
    /* background: #f5f5f5; */
    padding: 1rem;
    font-size: 1rem;
    margin: 0.6rem 0 0 0;
}
.vidreViCont{
	width:42%;
    position: Relative;
    padding-bottom: 23.2%;
    overflow: hidden;
}
.vidreViCont iframe {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
}
.vidreBaCont{
	width:58%;
}

.vidreBaCont .thBaImg figure {
    padding-bottom: 81.47%;
}
@media (max-width:1300px) {
	.vidreWrap {
		margin: 0 0 6rem 0;
	}
	.vidreInner {
		display: flex;
		flex-direction: column;
	}
	.vidreViCont {
		width: 100%;
	}
	.vidreViCont{
		position: Relative;
		padding-bottom: 56.2%;
		overflow: hidden;
	}
	.vidreBaCont {
		width: 100%;
	}
}
@media (max-width:991px) {
	
}
@media (max-width:767px) {
	.vidreWrap {
		margin: 0 0 2rem 0;
	}
	.vidreCont ul {
		gap: 2rem;
	}
	.vidreInner {
		border-radius: 0.6rem;
	}
	.vidreCont ul li p.vidtitle {
		margin: 0 0 0.6rem 0;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
}


/*-----------------------------------------
# 게시판 > 상담신청
-------------------------------------------*/
.thcontBody.consultation .conitopbox{
	padding:0 0 8rem 0;
}
.thcontBody.consultation .chinfobox{
	margin:5rem 0 0 0;
}

.consultationWrap{
	position:Relative;
	padding:8rem 0;
}
@media (max-width:767px) {
	.thcontBody.consultation .conitopbox {
		border-bottom: none;
		padding: 0 0 4rem 0;
	}
	.consultationWrap {
		padding: 0;
	}
}

/*-----------------------------------------
# 게시판 > 상담신청 완료
-------------------------------------------*/
.recsWrap{
	position: relative;
    width: 100%;
	background:#f9f9f9;
    padding: 14rem 0 10rem 0;
}
.recsSideBox{
	max-width:82rem;
	margin:0 auto;
	padding:0 2rem;
}
.recsInner{
	width:100%;
	position:Relative;
	padding:6rem 3rem 4rem 3rem;
	border-radius: 1rem;
	background: #FFF;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.06);
}
.recsTitle {
    display: flex;
    gap: 4rem;
    color: #000;
	font-family: pretendard-600;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.8rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.recsTitle img{
	height:10rem;	
}
.recsInfoInner{
	margin:3rem 0;
	width:100%;
	display:flex;
	border-radius: 1rem;
	background: rgba(246, 243, 237, 0.80);
	backdrop-filter: blur(5px);
	padding: 4rem;
}
.recsInfo {
    display: flex;
    position: Relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	gap:0.4rem;
}
.recsInfo:nth-child(1){
	border-right:1px solid rgba(0,0,0,0.1);
}
.recsInfo.solo:nth-child(1){
	border-right:none;
}
.recsInfo p{
	color: #000;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
	text-transform: uppercase;
}
.recsInfo span{
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
	text-transform: uppercase;
}
.recspp {
    display: flex;
    position: Relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.recspp p {
	position:Relative;
    text-align: center;
    padding: 0 0 0 1.2rem;
    color: #666;
    font-family: pretendard-400;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    text-transform: uppercase;
}
.recspp p:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 4px;
    height: 4px;
    background: #DAC28A;
}

.recsbtn {
	margin:3rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recsbtn a {
    gap: 1rem;
    display: flex;
    padding: 0rem 7rem;
    cursor: pointer;
    width: auto;
    height: 6.4rem;
    color: #000;
    font-size: 2rem;
    font-family: pretendard-600;
    line-height: 2.4rem;
    border-radius: 0.6rem;
    border: 1px solid #000;
    background: linear-gradient(0deg, #ECE8DF 0%, #ECE8DF 100%), #FFF;
    align-items: center;
    justify-content: center;
}
@media (max-width:767px) {
	.recsWrap {
		padding: 7rem 0 5rem 0;
	}
	.recsInner {
		padding: 4rem 2rem 2rem 2rem;
		border-radius: 2rem;
		box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.06);
	}
	.recsTitle {
		gap: 2rem;
		font-size: 2rem;
		line-height: 3rem;
	}
	.recsTitle img {
		height: 5rem;
	}
	.recsInfoInner {
		margin: 2rem 0;
		display: flex;
		border-radius: 1rem;
		padding: 2rem;
		flex-direction: column;
	}
	.recsInfo:nth-child(1) {
		padding: 0 0 2rem 0;
		margin: 0 0 2rem 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-right: none;
	}
	.recsInfo p {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.recsInfo span {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.recspp {
		gap: 4px;
		display: flex;
		position: Relative;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.recspp p {
		text-align: left;
		padding: 0 0 0 1.2rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.recspp p:before {
		top: 0.6rem;
	}
	.recsbtn {
		margin: 2rem 0 0 0;
	}
	.recsbtn a {
		padding: 0rem 2rem;
		width: 100%;
		height: 4.7rem;
		font-size: 1.6rem;
		line-height: 2.1rem;
		border-radius: 0.6rem;
	}
}