.mainBgFlower {
	background-image: url('/src/img/bg.webp');
	background-size: 200px auto;
}

.mainVisualWrapper * {box-sizing: border-box;}
.mainVisualWrapper {
	position: relative;
    z-index: 3;
    /*background-image: url(/src/img/h01.jpg);*/
    margin-bottom: 50px;
	width: 100%;
}
.mainVisualWrapper .ctainer {
	position: relative;
    z-index: 3;
	max-width: 1320px;
	margin: auto;
	width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
	padding-top: 100px;
    padding-top: 0px;
}
.wave-shape-bottom {
	display: none;
}
.mainVisualWrapper img {
	max-width: 100%;
}

.mainVisualWrapper .ctainer h1.vtxt01 {
	font-size: 40px;
	letter-spacing: -3.5px;
	margin-top: 220px;

	margin-top: 160px;
}
.mainVisualWrapper .ctainer .vtxt02 {
	font-size: 18px;
	letter-spacing: -1px;
	padding: 25px 0;
}
.mainVisualWrapper .ctainer .vtxt03 {
	font-size: 15px;
	letter-spacing: -1px;
	padding: 15px 0;
}
.summaryWrapper {
	padding: 60px 0 60px 0;
}
.summaryWrapper * {box-sizing: border-box;}
.summaryUl {

}
.summaryUl li {
	width: calc(50% - 20px);
	float: left;
	margin-bottom: 40px;
	padding: 20px 30px 25px 12px;
	position: relative;
	padding-left: 110px;

	border-radius: 14px;
	/* box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);*/
}
.summaryUl li:nth-child(2n) {
	margin-left: 40px;
}
.summaryUl li h2 {
	font-size: 24px;
	line-height: 1.75;
	margin-bottom: 5px;
	letter-spacing: -2px;
}
.summaryUl li p {
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #6c757d;
	line-height: 1.6;
	font-weight: 300;
}
.summaryUl li .fa {
	position: absolute;
	top: 30px;
	left: 25px; margin: auto;
	font-size: 45px;

	color: #ccc;
	color: #F7E600;

	color: #6c757d;

	opacity: 0.3;

	width: 52px;
}

.openingDescWrapper {
	padding-top: 100px;
	padding-bottom: 150px;
}
.openingDescWrapper .descriptionArea {
	float: left; width: calc(100% - 800px); padding-top: 30px;
}
.openingDescWrapper .descriptionArea > h1 {
	font-size: 42px;
	letter-spacing: -3px;
	margin: 30px 0 20px 0;
}
.openingDescWrapper .descriptionArea > .rnded {
	display: inline-block;
    padding: 6px 24px;
    font-size: 1.05rem;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	background: rgba(247,230,0, 0.5);
	letter-spacing: -1px;
	font-weight: 500;
}
.openingDescWrapper .descriptionArea > p {
	color: #6c757d;
	line-height: 1.66;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.75px;
}
.openingDescWrapper .descriptionArea .cate {
    overflow: hidden;
    padding-right: 50px;
}
.openingDescWrapper .descriptionArea .cate li {
	display: block;
	position: relative;
	padding-left: 50px;
	margin: 8px 0;
	font-size: 20px; font-weight: 500;
	line-height: 35px;
	letter-spacing: -1px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.openingDescWrapper .descriptionArea .cate li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #000;

	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.openingDescWrapper .descriptionArea .cate li.color1:before {
	background-image: linear-gradient( to bottom, #f1eab9, #ff8c8c );
}
.openingDescWrapper .descriptionArea .cate li.color2:before {
	background-image: linear-gradient( to bottom, #f2dfd3, #e4c0a8, #c08457 );
}
.openingDescWrapper .descriptionArea .cate li.color3:before {
	background-image: linear-gradient( to top, #ece9e6, #ffffff );
}
.openingDescWrapper .descriptionArea .cate li.color4:before {
	background-image: linear-gradient( to top, #382c30, #6e696a );
}
.openingDescWrapper .descriptionArea hr {
    margin-top: 30px;
    margin-bottom: 30px;
	height: 1px;
}
.openingDescWrapper .visualArea {
	width: 700px; float: right; position: relative;
}
.openingDescWrapper .visualArea > img {
	width: 650px; position: absolute; right: 0px; top: 0;
}

hr.divider {
	background-color: transparent;
    background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
    opacity: .3;
    margin: 0;
	height: 1px;
	border: 0;
}

.rsvpDescWrapper .kkt {
    background-image: url('/src/img/kakaolink_btn_small.png');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left center;
    padding-left: 25px;
}

.rsvpDescWrapper {
	padding-top: 100px;
	padding-bottom: 150px;
    
    /*
    background: #fafafa;
    background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
*/

}
.rsvpDescWrapper .descriptionArea {
	float: right; width: calc(100% - 650px); 
    /*padding-top: 280px;*/
}
.rsvpDescWrapper .descriptionArea > h1 {
	font-size: 42px;
	letter-spacing: -3px;
	margin: 30px 0 20px 0;
}
.rsvpDescWrapper .descriptionArea > .rnded {
	display: inline-block;
    padding: 6px 24px;
    font-size: 1.05rem;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	background: rgba(247,230,0, 0.5);
	letter-spacing: -1px;
	font-weight: 500;
}
.rsvpDescWrapper .descriptionArea > p {
	color: #6c757d;
	line-height: 1.66;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.75px;
}
.rsvpDescWrapper .descriptionArea .cate li {
	display: block;
	position: relative;
	padding-left: 30px;
	margin: 15px 0;
	font-size: 20px; font-weight: 500;
	line-height: 35px;
	letter-spacing: -1px;
}
.rsvpDescWrapper .descriptionArea .cate li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #6c757d;

	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.rsvpDescWrapper .descriptionArea hr {
    margin-top: 30px;
    margin-bottom: 30px;
	height: 1px;
}
.rsvpDescWrapper .visualArea {
	width: 700px; float: left; position: relative;
}
.rsvpDescWrapper .visualArea > img {
	width: 650px; max-width: 1500px; 
    position: absolute; left: -80px; top: -70px;
}

hr.divider {
	background-color: transparent;
    background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
    opacity: .3;
    margin: 0;
	height: 1px;
	border: 0;
}
.mainReviewLayer {
	background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
	padding: 75px 15px 150px 15px;
	margin-top: 50px;
}
.hder {
	text-align: center;
	padding-bottom: 50px;
}
.hder h3 {
	font-size: 18px;
	font-weight: 400;
}
.hder h1 {
	font-size: 38px;
	letter-spacing: -2px;
	margin: 15px 0;
}
.mainReviewLayer .txt-naver {
	display: inline-block;
	padding-left: 30px;
	background-image: url('/src/img/icon-naver.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 24px auto;
}
.mainReviewLayer .fa-star {
	color: #ffb30c;
}
.mainReviewLayer .review-1 {
	margin-top: 50px;
}
.mainReviewLayer .review-1 .review-1-item {
	background-color: #fff;
    border: 1px solid #efefef;
	padding: 40px 22px;
    margin: 0 10px 30px;
	border-radius: 8px;
	box-shadow: 0px 10px 15px 0px rgb(5 5 5 / 5%);
	position: relative;
	padding-left: 75px;
	float: left;
	width: 400px;
}
.mainReviewLayer .review-1 .review-1-item .fa-quote-left {
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 23px;
	color: rgb(108, 117, 125);
}
.mainReviewLayer .review-1 .review-1-item p {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.75;
	color: rgb(108, 117, 125);
    height: 178.5px;
    height: 152.5px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /*word-break: break-all;*/
    word-wrap: break-word;
    white-space: normal;


    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.mainReviewLayer .review-1 .review-1-item .frombox {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: -1px;
	position: relative;
	padding-left: 65px;
}
.mainReviewLayer .review-1 .review-1-item .frombox .writer {
	font-size: 16px;
	font-weight: 500;
}
.mainReviewLayer .review-1 .review-1-item .frombox .date {
	font-size: 16px; color: rgb(108, 117, 125);
	font-weight: 400; line-height: 1.5;
}
.mainReviewLayer .review-1 .review-1-item .frombox .star-group {
	display: inline-block;
	font-size: 14px;
}
.mainReviewLayer .review-1 .review-1-item .frombox .star-group i {float: left; margin: 0 2px 0 0; line-height: 1.0;}

.mainReviewLayer .review-1 .review-1-item .frombox .cir {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: rgb(0,0,0);
	background-image: url('https://profile-phinf.pstatic.net/404/default.png?type=f80_80');
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	top: 0; left: 0;
}

.mainVisualWrapper .se-left {
	width: 50%; float: left; padding: 0 40px;
}
.mainVisualWrapper .se-right {
	width: 50%; float: right;
}
@media screen and (max-width:999px) {
	.mainVisualWrapper .ctainer {
		padding-top: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.mainVisualWrapper .ctainer h1.vtxt01 {
		margin-top: 0;
        margin-bottom: 30px;
	}
	.mainVisualWrapper .se-left {
		width: auto; float: none; padding: 0 10px;
		text-align: center; margin-bottom: 30px;
	}
	.mainVisualWrapper .se-right {
		width: auto; float: none;
	}
	.mainVisualWrapper .ctainer h1.vtxt01 {
		font-size: 26px;
	}
	.mainVisualWrapper .ctainer .vtxt02 {
		font-size: 14px;
		padding: 15px 0;
        display: none;
	}
	.mainVisualWrapper .ctainer .vtxt03 {
		padding: 8px 0;
		font-size: 13px;
	}
	.mainVisualWrapper .getBtn.emp {margin-top: 5px !important;}

	.mainVisualWrapper .se-left > img {
		max-width: 65%;
	}
	.mainVisualWrapper .getBtn {
		padding: 15px 16px; font-size: 15px;
	}
	.mainVisualWrapper .getBtn > img {height: 18px !important;}

	.summaryWrapper {
		padding: 30px 0 30px 0;
		background: #fafafa;
        background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
	}
	.summaryUl li {
		margin-bottom: 10px;
    	padding: 20px 10px 10px 12px;
		margin-left: 0 !important;
		width: 50%;
	}
	.summaryUl li h2 {
		font-size: 18px;
	}
	.summaryUl li p {
		font-size: 13px; color: #888;
	}
	.summaryUl li .fa {
		display: none;
	}









	.openingDescWrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    .openingDescWrapper hr {display: none;}
	.openingDescWrapper .descriptionArea {
		float: left; width: 50%; padding-top: 60px;
        float: none; width: auto; text-align: center;
        padding: 0 20px;
	}
	.openingDescWrapper .descriptionArea > h1 {
		font-size: 26px;
		letter-spacing: -3px;
		margin: 5px 0 10px 0;
	}
	.openingDescWrapper .descriptionArea > .rnded {
		display: inline-block;
		padding: 6px 14px;
		font-size: 12px;
		text-transform: uppercase;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		background: rgba(247,230,0, 0.5);
		letter-spacing: -1px;
		font-weight: 500;
	}
	.openingDescWrapper .descriptionArea > p {
		color: #888;
		font-size: 14px;
		font-weight: 300;
		letter-spacing: -0.5px;
	}
	.openingDescWrapper .descriptionArea .cate li {
		display: block;
		position: relative;
		padding-left: 30px;
		margin: 15px 0;
		font-size: 16px; font-weight: 500;
		line-height: 20px;
		letter-spacing: -1px;
        padding-left: 14px;
	}
	.openingDescWrapper .descriptionArea .cate li:before {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #000;

		box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	}
	.openingDescWrapper .descriptionArea hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.openingDescWrapper .visualArea {
		width: 50%; float: right; position: relative;
	}
	.openingDescWrapper .visualArea > img {
		width: 650px; position: absolute; right: 0px; top: 0;
		max-width: 110% !important; right: -5%;

        display: none;
	}

    .openingDescWrapper .descriptionArea .cate {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        padding-right: 0;
    }
    .openingDescWrapper .descriptionArea .cate li {float: none; width: auto;}




	.rsvpDescWrapper {
		padding-top: 0px;
		padding-bottom: 50px;
	}
    .rsvpDescWrapper hr {display: none;}
	.rsvpDescWrapper .descriptionArea {
		float: right; width: 60%; padding-top: 10%;
		position: relative; z-index: 3;
		text-align: center;  float: none; width: auto;

	}
	.rsvpDescWrapper .descriptionArea > h1 {
		font-size: 26px;
		letter-spacing: -3px;
		margin: 5px 0 10px 0;
	}
	.rsvpDescWrapper .descriptionArea > .rnded {
		display: inline-block;
		padding: 6px 14px;
		font-size: 12px;
		text-transform: uppercase;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		background: rgba(247,230,0, 0.5);
		letter-spacing: -1px;
		font-weight: 500;
	}
	.rsvpDescWrapper .descriptionArea > p {
		color: #888;
		line-height: 1.66;
		font-size: 14px;
		font-weight: 300;
		letter-spacing: -0.75px;
	}
	.rsvpDescWrapper .descriptionArea .cate li {
		display: block;
		position: relative;
		padding-left: 20px;
		margin: 10px 0;
		font-size: 14px; font-weight: 500;
		line-height: 20px;
		letter-spacing: -1px;
	}
	.rsvpDescWrapper .descriptionArea .cate li:before {
		display: none;
	}
	.rsvpDescWrapper .descriptionArea hr {
		margin-top: 15px;
		margin-bottom: 15px;
		height: 1px;
	}
	.rsvpDescWrapper .visualArea {
		width: 40%; float: left; position: relative;
        display: none;
	}
	.rsvpDescWrapper .visualArea > img {
		width: 140%; max-width: 1500px; position: absolute; left: -45%; top: 0;
	}


	.mainReviewLayer {
		margin-top: 0;
		padding: 30px 15px 60px 15px;
	}
	.hder {
		padding-bottom: 35px;
	}
	.hder h1 {
		font-size: 24px;
	}
	.hder h3 {
		font-size: 14px;
		letter-spacing: -1px;
	}
	.mainReviewLayer .review-1 .review-1-item {
		padding: 20px 11px;
	}

	.mainReviewLayer .review-1 .review-1-item p {
		font-size: 12px;
        -webkit-line-clamp: 5;
        height: 104px;
	}
	.mainReviewLayer .review-1 .review-1-item .fa-quote-left {
		font-size: 20px; display: none;
	}
	.mainReviewLayer .review-1 .review-1-item .frombox {
		padding-left: 40px;
	}
	.mainReviewLayer .review-1 .review-1-item .frombox .cir {
		width: 30px; height: 30px;
	}
	.mainReviewLayer .review-1 .review-1-item .frombox .writer {
		font-size: 14px;
	}
	.mainReviewLayer .review-1 .review-1-item .frombox .date {
		font-size: 14px;
	}
	.mainReviewLayer .review-1 .review-1-item .frombox .star-group {
		font-size: 12px;
	}
}

@media screen and (max-width: 700px) {
	.openingDescWrapper .descriptionArea {
		padding-top: 0;
	}
	
	.openingDescWrapper .descriptionArea .cate li {
		margin: 8px 0;
		font-size: 14px;
        text-align: left;
        padding-left: 24px;
	}

	#wrapper .container {
		/*padding-bottom: 170px;*/
	}
}




.addLayer {
	padding: 100px 0;
}
.page_main .itemBox {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.page_main .itemBox .ib {
	height: 292.5px; background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 15px 0px rgb(5 5 5 / 5%);
	box-sizing: border-box;
	text-align: left;
	padding: 30px;
	border: 1px solid #efefef;
	position: relative;
}
.page_main .itemBox .ib h1 {
	margin-bottom: 30px;
	font-size: 30px;
}
.page_main .itemBox .ib p {
	color: #666;
	font-size: 20px;
	letter-spacing: -1px;
}
.page_main .itemBox .ib .point {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 20px; 
	font-weight: bold;
}
.page_main .itemBox .ib .point:after {

}


.itemBox.black .ib {
    /**/
    
    background: rgb(242, 243, 247);
    background: #fafafa;
    transition: background-color ease-out 0.2s;
}
.page_main .itemBox.black .ib h1 {font-size: 24px; margin-bottom: 15px;}
.itemBox.black .ib p {color: #ccc; color: #444; font-size: 16px;}

.itemBox.black .ib:hover {
    background: rgb(42, 48, 60);
    color: #fff;
}
.itemBox.black .ib:hover h1 {}
.itemBox.black .ib:hover p {color: #ccc;}




.headLineLayer {
	text-align: left; 
	
	

	/*border-bottom: 1px solid #eee;     
	background: #212529ee;*/
	/** */ 
	/*background-image: url('/src/img/land/wedding_bg.jpg');
	background-size: cover;
	background-position: center top;*/

	background: #fafafa;
	background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
	-webkit-mask-image: linear-gradient(0deg, transparent, rgba(0,0,0,.013) 1.1%,rgba(0,0,0,.049) 2.3%,rgba(0,0,0,.104) 3.58%,rgba(0,0,0,.175) 4.94%,rgba(0,0,0,.259) 6.34%,rgba(0,0,0,.352) 7.78%,rgba(0,0,0,.45) 9.26%,rgba(0,0,0,.55) 10.74%,rgba(0,0,0,.648) 12.22%,rgba(0,0,0,.741) 13.66%,rgba(0,0,0,.825) 15.06%,rgba(0,0,0,.896) 16.42%,rgba(0,0,0,.951) 17.7%,rgba(0,0,0,.987) 18.9%, #000 20%);

}
.headLineLayer .in {
	/*background-color: rgba(42, 48, 60, 0.9);*/
	padding: 70px 0 150px 0; 
}
.headLineLayer .inner {width: 1100px;}
.headLineLayer .bottom {
	background: #212529;
    text-align: center;
    box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 0;
	background: #111;
	color: #F7E600;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #efefef;
}
.head_line {
	font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.7;
	font-weight: 400;
	color: #ccc;
}
.head_line .emp {
	font-size: 24px;
	letter-spacing: -1px;
	color: #fff;
	/*background: #F7E600;*/
}


.pppp {
	box-shadow: 0px 10px 15px 0px rgb(5 5 5 / 5%); 
	width: 300px;
	height: 500px;
	border: 1px solid #efefef;
	position: absolute; 
	top: -0px; left: 270px;
	background-image: url('/src/img/land/rsvp_page.png');
	background-size: cover;
	background-position: top -0px center;
}
.pppp.p2 {
	left: 135px;
	background-image: url('/src/img/land/rsvp_page2.png');
	background-position: top -50px center;
}
.pppp.p3 {
	left: 0;
	background-image: url('/src/img/land/rsvp_page3.png');
	background-position: top -10px center;
}


.review-1-item .rimg {
    padding: 15px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.review-1-item .rimg > .gg {
    padding-bottom: 100%;
    background-size: cover; 
    background-position: center;
}


@media screen and (max-width: 999px) {



    .page_main .itemBox {
        grid-template-columns: repeat(2, 1fr);
    }
    .page_main .itemBox .ib {
        padding: 15px; height: 140px;
    }
    .page_main .itemBox .ib h1 {font-size: 20px; margin-bottom: 20px; letter-spacing: -1px;}
    .page_main .itemBox .ib p {font-size: 13px;}
    .page_main .itemBox .ib .point {font-size: 16px; left: 15px; bottom: 20px; display: none;}



    .headLineLayer .inner {width: auto;}
    .headLineLayer .in {padding: 30px 0 175px 0;}
    .itemBox.black .ib {padding: 15px 15px;}
    .page_main .itemBox.black {grid-template-columns: repeat(2, 1fr);}
    .page_main .itemBox.black .ib h1 {font-size: 18px;}
    .itemBox.black .ib p {font-size: 13px; color: #888; font-weight: 300;}


    .mainVisualWrapper {top: -150px; margin-bottom: -100px;}


    .pppp {
        width: 120px;
        height: 200px;
        top: -0px; left: 0; right: 0; margin: auto;
    }
    .pppp.p2 {left: 0; right: 0;margin-left: 40px;}
    .pppp.p3 {left: 0; right: 0;margin-right: 40px;}


    .addLayer {padding: 50px 0;}


    .rsvpDescWrapper .descriptionArea .cate {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .rsvpDescWrapper .descriptionArea .cate li {text-align: left;}


    .review-1-item .rimg {
        grid-template-columns: repeat(2, 1fr);
    }
    .review-1-item .rimg .gg:nth-child(3) {display: none;}


    .rsvpDescWrapper .kkt {
        background-size: auto 14px;
        background-position: left center;
        padding-left: 18px;
        margin-left: 4px;
    }
}