* {
	font-family: "MaruBuri-Regular";
	color: #333333;
	margin: 0;
	padding: 0;
}

body {
	background-color: #E7DFDA !important;
}

.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.intro-text {
    color: #fff;
    font-size: 1.5rem;
    font-family: "InkLiquid", sans-serif;
    opacity: 0;
    animation: fadeText 2.5s ease-in-out forwards;
}

@keyframes fadeText {
    0% { opacity: 0; }
    30% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; }
}

.intro-overlay.hide {
    opacity: 0;
    pointer-events: none;
}

.root-container {
	margin: 0 auto;
	max-width: 500px;
	background-color: #FFFFFF;
}

img {
	width: 100%;
}

.wedding {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}

.flower {
	width: 100%;
	height: 65px;
	margin-bottom: 15px;
}

.poster {
	text-align: center;
	margin-bottom: 50px;
	opacity: 0;
}
.poster.fade-in {
    opacity: 1;
	animation: fadeInPoster 1.5s ease-out forwards;
}
@keyframes fadeInPoster {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.intro {
	text-align: center;
	margin-bottom: 50px;
}
.intro div {
	font-size: 21px;
	margin-bottom: 30px;
}
.intro p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.v-line{
	margin: auto;
	height:50px;
	width:1px;
	border-width:0;
	background-color:#999999;
	margin-bottom: 50px;
}

.parents {
	text-align: center;
	margin-bottom: 50px;
}
.parents span {
	font-size: 15px;
}
.parents p {
	font-size: 15px;
	color: #999999;
	line-height: 2;
}

.contact{
	text-align: center;
	margin-bottom: 50px;
}
.contact .contact-container div,
.contact .contact-container p{
	font-size: 15px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0px;
}

.wedding-host{
	background-color: #f5f3f2;
	margin-top: 16px;
	margin-bottom: 30px;
}
.wedding-host .wedding-host-title{
	padding-top: 20px;
	font-size:18px;
	text-align:center;
	background:#f5f3f2;
}
.wedding-host .wedding-host-container{
	padding:1.563rem 2.250rem 1.875rem;
	text-align:center;
}
.wedding-host .wedding-host-container:after{
	content:'';
	display:block;
	clear:both;
}
.wedding-host .wedding-host-container .wedding-host-col{
	float:left;
	width:50%;
}
.wedding-host .wedding-host-sub-title{
	margin-bottom:0.625rem;
	font-size:1rem;
	font-weight:400;
	line-height:1.250rem;
	color:#111;
}
.wedding-host .box{
	margin:0 -0.625rem;
	padding:0 0.625rem;
	margin-top:0.938rem;
}
.wedding-host .box.first,
.wedding-host .wedding-host-sub-title + .box{
	margin-top:0;
}
.wedding-host .box .name{
	margin-bottom:0.438rem;
}
.wedding-host .box .name span{
	font-size:0.8rem;
	font-weight:400;
	line-height:1.250rem;
	color:#999;
}
.wedding-host .box .name strong{
	font-size:0.875rem;
	font-weight:400;
	color:#111;
	line-height:1.250rem;
	white-space:pre-wrap;
}
.wedding-host .box .honju-btn{
	font-size:0;
	line-height:0;
}

.name{font-size: 25px;}

.com-btn{
	display:inline-block; 
	vertical-align:top; 
	margin-left:1rem;
	width:2.250rem;
	height:2.250rem;
	font-size:0;
	line-height:0;
	border:1px solid transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border-radius:50%;
	box-sizing:border-box;
	margin: 0;
}
.tel{
	background-image:url("../assets/image/call.png");
	background-size:1.3rem auto;
}
.sms{
	background-image:url("../assets/image/message.png");
	background-size:1.3rem auto;
}

.calendar {
	background-color: #F8F8F8;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 32px;
	padding-right: 32px;
}
.calendar p{
	text-align: center;
}
.calendar .calendar-title {
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
	font-family: "Cafe24Oneprettynight", serif;
}
.calendar .calendar-korean {
	margin-bottom: 12px;
}
.calendar .calendar-english {
	color: #CCCCCC;
	font-weight: 300;
}
.calendar .calendar-divider {
	height: 1px;
	width: 100%;
	border: 0px;
	background-color:#CCCCCC;
	margin-top: 20px;
}
.calendar table { 
	margin: auto;
	margin-top: 10px;
	width: auto;
	max-width: 100%;}
.calendar th {
	font-weight: bold;
	height: 50px;
}
.calendar td {
	text-align: center;
	width: 50px;
	height: 50px;
	padding: 5px;
}
.calendar .holiday {
	color: red;
}
.calendar #today {
	width: 40px;
	height: 40px;
	font-weight: bold;
	background-color: #9B8D82;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.calendar .day-title {
	margin-top: 40px;
}
.day-count {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  animation: fadeIn 1.2s ease forwards;
  opacity: 0;
}

.count-item {
  text-align: center;
}

.count-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}


.count-item .label {
  font-size: 13px;
  color: #333;
  margin-top: 4px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


.gallery {
	margin-top: 50px;
}
.gallery .photo-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
	font-family: "Cafe24Oneprettynight", serif;
}

.video {
	width: auto;
	padding-left: 32px;
	padding-right: 32px;
	margin-bottom: 50px;
}
video {
	max-width: 100%;
}

.place {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F8F8F8;
}
.maps {
	text-align: center;
	padding-left: 32px;
	padding-right: 32px;
	margin-bottom: 30px;
}
.maps .maps-info {
	margin-bottom: 20px;
}
.maps .maps-title {
	font-size: 36px;
	margin-bottom: 50px;
	font-family: "Cafe24Oneprettynight", serif;
}
.maps .maps-hall {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 10px;
}
.maps .maps-address {
	font-size: 15px;
	color: #666666;
}
#map {
	margin: auto;
	width: 100%;
	height: 400px;
}

.transfer {
	padding-left: 32px;
	padding-right: 32px;
}
.transfer .transfer-title {
	font-size: 17px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.transfer .transfer-content {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.transfer .transfer-parking-content {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 0px;
}

.transfer hr {
	height: 1px;
	width: 100%;
	border: 0px;
	background-color:#CCCCCC;
}

.notice {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.notice .notice-content {
	font-size: 15px;
	line-height: 1.8;
}
.notice .notice-title {
	font-size: 36px;
	font-family: "Cafe24Oneprettynight", serif;
}
.notice img{
	margin: auto;
	display: block;
	width: 50px;
	margin-bottom: 30px;
}

.account {
	text-align: center;
	padding-bottom: 50px;
	background-color: #F8F8F8;
}
.account-title {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 24px;
	text-align: center;
	font-family: "Cafe24Oneprettynight";
	margin-bottom: 0px;
}

.etc {
	padding: 50px 40px;
	text-align: center;
}
.etc .etc-kakao {
	width: 100%;
	height: 48px;
	display: block;
	background-color: #FCE777;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: box-shadow 0.2s;
	margin-bottom: 10px;
}
.etc .etc-copy {
	width: 100%;
	height: 48px;
	display: block;
	background-color: #C2B0A2;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: box-shadow 0.2s;
}
.etc p {
	font-size: 15px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	font-family: "SUITE-Regular";
	align-items: center;
}
.etc .etc-kakao p {
	color: #222222;
}
.etc .etc-copy p {
	color: #fff;
}
.etc-kakao .icon-right {
	color: #222222;
    margin-right: 20px;
}
.etc-copy .icon-right {
	color: #fff;
    margin-right: 20px;
}

.footer-divider {
	border: 0px;
	height: 1px;
	background-color: #CCCCCC;
}
footer {
	padding-top: 40px;
	padding-bottom: 70px;
	text-align: center;
	font-size: 12px;
}

.scroll-section {
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20%); /* 초기 상태에서 아래로 조금 이동 */
    transition: opacity 1.5s ease-out, transform 1.5s ease-out; /* 부드러운 페이드 인 및 위로 이동 효과 */
}

.scroll-section.visible {
    opacity: 1;
    transform: translateY(0); /* 최종 상태에서 원래 위치로 */
}

.story_btn {
	width: 200px;
	height: 48px;
    display: block;
    margin: 40px auto;
    padding: 10px 20px;
    background-color: #C2B0A2;
    border: none;
	border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    transition: box-shadow 0.2s;
    font-family: "SUITE-Regular";
    font-size: 15px;
}
.story_btn:hover {
    box-shadow: 3px 4px 11px 0px #00000040;
}

.account-info { cursor: pointer; padding: 8px; }
.account-info:hover { background: #f9f9f9; } 

#toast {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	background: rgba(0,0,0,0.85);
	color: #fff;
	padding: 10px 16px;
	border-radius: 8px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
#toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}