:root {
    --main-color: #000000;
    --main-v2-color: #f79e9e;
    --main-bride-color: #f79e9e;
    --main-groom-color: #78c0e9;
    --main-sun-day-color: #b27085;
    --main-sat-day-color: #2a3954;
    --box-bg-color: none; /*rgb(249,247,247);*/
    --box-border-color: rgb(240, 227, 227);
    --box-font-color: #7b2934;
    --box-font-color: #b0385a;
    --box-font-color: #b8537b;
    --box-font-color: #F08080;
    --box-font-color: #f79e9e;
    --box-border-color: #eeeeee;
    --box-font-color: #404040;
    --dday-color: #f79e9e;
}

html {font-size: calc(var(--font-size) * 425 / 390);}

@media (max-width: 430px) {
    html {font-size: calc(var(--font-size) * 430 / 390);}
}
@media (max-width: 425px) {
    html {font-size: calc(var(--font-size) * 425 / 390);}
}
@media (max-width: 420px) {
    html {font-size: calc(var(--font-size) * 420 / 390);}
}
@media (max-width: 410px) {
    html {font-size: calc(var(--font-size) * 410 / 390);}
}
@media (max-width: 400px) {
    html {font-size: calc(var(--font-size) * 400 / 390);}
}
@media (max-width: 390px) {
    html {font-size: calc(var(--font-size) * 390 / 390);}
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
}

.hd {
    opacity: 0;
}
.visible {
    opacity: 1;
}

html {
    touch-action: pan-x pan-y;
}

html,body {
    background: #efefef;
    margin: 0px;

    /*--primary-bg-color: #000;
    --primary-color: #000;
    --secondary-color: #000;
    --font-size: 1.6rem;
    --account-width: 290px;
    --notice-width: 84%;
    --calendar-margin-lr: 2rem;
    --waytocome-margin-lr: 2rem;
    --guestbook-margin-lr: 2rem;
    --font-regular: TmoneyRoundWindRegular;
    --font-regular-spacing: -0.8px;
    --font-gothic: Pretendard-Regular;
    --font-gothic-spacing: -0.2px;
    --font-bold: TmoneyRoundWindRegular;
    --font-bold-weight: bold;*/

    overscroll-behavior: none;
    -webkit-user-select: none;
    user-select: none;
}
.layer {
	width: 425px;
    max-width: 100%;
    box-sizing: border-box;
	margin: 0px auto;
	background: transparent;
}
.layer img {max-width: 100%;}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #222;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: 0;
}

dl,
menu,
ol,
ul {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

dd {
    margin: 0;
}

p,
pre {
    margin: 0;
}

/* 청첩장 배경색상 스타일 */
.bg_theme_white .pageCover, .bg_theme_white.pageCover { background-color:#fafafa !important; }
.bg_theme_white .gallGridWrapper.multiple + .moreBtnWrap .moreBtnGradient {
    background: linear-gradient(0deg, rgba(250, 250, 250,1) 0%, rgba(250, 250, 250,0.55) 60%, rgba(250, 250, 250,0.5) 73%, rgba(250, 250, 250,0.25) 83%, rgba(250, 250, 250,0) 100%);
}

.pageCover {
    background-size: 100%;

    background-color: #efefef;
    background-color: #f2ece6;

    width: 425px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

:root {--font-size: 10px;}
html.big:root {--font-size: 11px;}
html.big2:root {--font-size: 12px;}

.ft-gowundodum {font-family: 'Gowun Dodum', sans-serif;}
.ft-gowundodum *:not(.ft-gowun-bold) { -webkit-text-stroke: .2px; }
.ft-gowundodum .ft-gowun-bold * { -webkit-text-stroke: 0; }
.ft-gowundodum .ft-gowun-bold { -webkit-text-stroke: 0; }
.ft-gowundodum i { -webkit-text-stroke: 0 !important; }

@font-face {
    font-family: 'Nanum BiSangCe';
    src: url("../font/nanum_bisang.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nanum HyeJunCe';
    src: url("../font/nanum_hyejun.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../font/crimson-pro.woff2") format('woff2');
}

.theme_main_2025_v5 {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
}
.theme_main_2025_v5 .image-cover {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    margin-top: 40px;
}
.theme_main_2025_v5 .image-cover .img-wrap {
    padding: 0 50px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.theme_main_2025_v5 .image-cover .img-wrap .box {
    width: 100%;
    height: 100%;
    aspect-ratio: 29/20;
    max-width: 290px;
    max-height: 200px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: -2px 3px 3px -3px rgba(0, 0, 0, 0.60);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.theme_main_2025_v5 .image-cover .img-wrap .box img {
    width: 100%;
    min-height: 100%;
    image-rendering: -webkit-optimize-contrast; /* iOS에서 효과 있음 */
    image-rendering: auto;
}
.theme_main_2025_v5 .image-cover .img-wrap:nth-child(1) .box {
    transform: rotate(-1.3deg) translate3d(0, 0, 0);
}
.theme_main_2025_v5 .image-cover .img-wrap:nth-child(2) .box {
    transform: rotate(-1.88deg) translate3d(0, 0, 0);
}
.theme_main_2025_v5 .text-cover {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-transform: uppercase;
    font-variant: small-caps; /* SC 스타일 */

    color: rgba(251, 226, 0, 1);
    color: #fff;
}
.theme_main_2025_v5 .text-cover .txt-1 {
    width: 100%;
    color: #f79e9e;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nanum HyeJunCe";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
}
.theme_main_2025_v5 .text-cover .txt-1 span {
    font-size: min(21vw, 90px);
    transform: rotate(-6deg);
    margin-left: 17%;
}
.theme_main_2025_v5 .text-cover .txt-2 {
    width: 100%;
    color: #f79e9e;
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nanum BiSangCe";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
}
.theme_main_2025_v5 .text-cover .txt-2 span {
    display: block;
    margin-top: max(-13vw, -52px);
    margin-left: 60%;
    transform: rotate(-6deg);
    font-size: min(13vw, 55px);
}

.sectionMg {
    /*margin: 60px 0 50px 0;*/
    margin: 0 !important;
    padding: 30px 0 25px 0;

    padding: 40px 0 !important;
}

.sectionHead {
    text-align: center;
}
.sectionHead .name {
    display: block;
    font-size: 1.8rem;
    color: var(--main-color);
    /*letter-spacing: -1px;*/
    letter-spacing: 0.5px;
    line-height: 2;
}
.sectionHead .enstr {
    font-size: 1.2rem;
    font-family: Crimson Pro, serif;
    letter-spacing: 3px;
    line-height: 20px;
    color: var(--main-color);
    opacity: 0.6;
    display: block;
    -webkit-text-stroke: 0 !important;
}
.sectionHead .desc {
    color: #555;
    line-height: 1.7;
    font-size: 1.4rem;
}
.sectionHead .desc .emp {
    font-size: 26px;
    margin: 20px 0px 5px 0px;
}

.sectionDesc {
    color: #544f4f; font-size: 1.4rem; line-height: 1.75; margin-top: 20px;
    padding: 0 33px;
}

/* 배경음악 */
.bgmbar {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0; margin: auto;
    width: 425px;
    max-width: 100%;
    text-align: center;
    z-index: 100;
    height: 39px;
    line-height: 39px;
}
.bgmbar > p {
    color: #fff;
    font-size: 12px;
}
.bgmbar .sound {
    position: absolute;
    top: 0;
    bottom: 0; right: 15px;
    width: 1.7rem;
    filter: invert(31%) sepia(3%) saturate(551%) hue-rotate(332deg) brightness(93%) contrast(88%);
    line-height: 39px;
    font-size: 16px;
}
.bgmbar.fadeBg {
    background: transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.bgmbar.fadeBg > p {display: none;}
.bgmbar.fadeBg .sound {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
/* 배경음악 END */

.introLayer {
    text-align: center;
}
.introLayer .introMent {
	font-weight: normal;
	font-size: 1.4rem;
	color: #585858;
	padding: 35px 33px;
    line-height: 2.0;
}
.introLayer .line {
	margin: 15px auto 15px auto;
	width: 40px;
	height: 1px;
	background: #000;
    background: #ccc;
    margin: 0 auto 30px auto;
}
.introLayer .title2 {
	padding-top: 10px;
	font-weight: normal; font-size: 1.4rem;
	line-height: 2.0; color: #777;
}
.ft-notosans .introLayer .title2 strong,
.ft-myeongjo .introLayer .title2 strong {
    font-weight: bold;
}
.introLayer .title2 strong {/*font-size: 1.8rem; */font-weight: normal; color: #444;}
.introLayer .introBottomDisplay .ibottom.grid .wrap {
    display: grid;
    grid-template-columns: auto minmax(10px, auto) auto auto minmax(30px, auto) auto;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 5px;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}
.introLayer .introBottomDisplay .ibottom.grid .wrap .order {
    margin: 0 4px;
}
.introLayer .introBottomDisplay .ibottom.grid .wrap .dot_wrap {
    margin: 0 4px;
}
.introLayer .introBottomDisplay .ibottom.grid .wrap .parentOf {
    margin-left: 1px;
}
.introLayer .introBottomDisplay .ibottom.grid .wrap .n {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
}
.introLayer .introBottomDisplay .ibottom.grid .wrap .n > span.on:not(.flower) {
    width: 100%;
    text-align: justify;
    line-height: .3;
}

.telArea {
    padding-top: 15px; text-align: center;
}
.int_buttn {
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    border-radius: 10px;
    box-sizing: border-box;

    border-radius: 14px;

    padding: 9px 30px;
    color: #978686;

    color: #404040;
    background: #fafafa;

    width: 190px;
    border: 1px solid #eee;
    font-size: 1.4rem;

    color: var(--box-font-color);
    border-color: var(--box-border-color);
    background: #fff;

}
.int_buttn > img {opacity: 0.2; width: 20px; vertical-align: middle;}


.sectionBottom {
}
.t-btn {
    border-radius: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0px 30px;
    box-shadow: none;
    border: 1px solid #d1c8c8;
    color: #978686;
    background: none;
    border-color: #e2d2d2;
    border-color: #ddd;
    color: #404040;
    background: #fafafa;
    border-color: transparent;
    border-color: rgb(250, 250, 250);
    min-width: 215px;
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: var(--box-font-color);
    border-color: var(--box-border-color);
    background: #fff;
    cursor: pointer;
    /*
        box-shadow: 1px 1px 3px rgba(0,0,0,.05);
    */
}
.t-btn > img {opacity: 0.2; width: 20px; vertical-align: middle;}
.sectionBottom .img-area {
    padding: 30px 50px 0px 50px;
}
.sectionBottom .img-area > img {
    border-radius: 10px; max-width: 100%;
}
.sectionBottom .img-area.two {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sectionBottom .img-area.two > div {
    width: 50%;
}
.sectionBottom .img-area > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.sectionBottom .btn-area {
    padding: 30px 0 0 0;
}

.gallGridWrapper {
    padding: 5px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    overflow: hidden;
    transition: height 1s ease-in-out;
}
.gallGridWrapper.twoRow { grid-template-columns: repeat(2, 1fr); padding: 5px 20px; gap: 8px; }
.gallGridWrapper.ratio .item {
    aspect-ratio: 10 / 13;
}
.gallGridWrapper .item {
    aspect-ratio: 1 / 1;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 4px;
}
.gallGridWrapper .item .box {
    display: none;
    width: 100%;
    visibility: hidden;
}
.gallGridWrapper:not(.ratio) .item .square { display: block; }
.gallGridWrapper.ratio .item .rectangle { display: block }
.gallGridWrapper .item:nth-child(3),
.gallGridWrapper .item:nth-child(6),
.gallGridWrapper .item:nth-child(9),
.gallGridWrapper .item:nth-child(12),
.gallGridWrapper .item:nth-child(15),
.gallGridWrapper .item:nth-child(18),
.gallGridWrapper .item:nth-child(21),
.gallGridWrapper .item:nth-child(24),
.gallGridWrapper .item:nth-child(27),
.gallGridWrapper .item:nth-child(30),
.gallGridWrapper .item:nth-child(33),
.gallGridWrapper .item:nth-child(36),
.gallGridWrapper .item:nth-child(39),
.gallGridWrapper .item:nth-child(42) {
    margin-right: 0;
}
.gallGridWrapper.multiple {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: calc(((425px - 40px) / 2 - 8px / 2) / 20 * 10);
    gap: 8px;
}
.gallGridWrapper:not(.multiple) + .moreBtnWrap .moreBtnGradient {
    display: none;
}
.gallGridWrapper.twoRow.multiple {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: calc(((425px - 40px) / 2 - 8px / 2) / 16 * 10);
}
@media screen and (max-width: 425px) {
    .gallGridWrapper.multiple {
        grid-auto-rows: calc(((100vw - 40px) / 2 - 8px / 2) / 20 * 10);
    }
    .gallGridWrapper.twoRow.multiple {
        grid-auto-rows: calc(((100vw - 40px) / 2 - 8px / 2) / 16 * 10);
    }
}
.gallGridWrapper.multiple .item {
    aspect-ratio: unset !important;
    height: 100%;
}
.not-prevent-zoom {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    touch-action: pan-y;
}
.zoomGallWrapper {
    animation: fadeIn;          /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.5s;   /* don't forget to set a duration! */
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0; margin: auto;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.92);
    z-index: 10001;
}
#fullbox {
    display: block; width: 100%; height: 100%;
}
#fullbox .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
#fullbox .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.zoomGallWrapper .swiper-pagination-bullets {
    bottom: 50px !important;
}
.zoomGallWrapper .swiper-pagination-bullet {
    background: #444;
    width: 12px; height: 12px;
    opacity: 0.5;
}
.zoomGallWrapper .swiper-pagination-bullet-active {
    opacity: 0.8;
    background: #777 !important;
}
.zoomGallWrapper .close {
    position: absolute;
    top: 20px; right: 20px;
    color: #bbb; font-size: 0px;
    z-index: 10002;
    cursor: pointer;
    width: 25px; height: 25px;

    top: 10px; right: 10px; width: 50px; height: 50px;
}
.zoomGallWrapper .close img {
    width: 100%;
}
/* 갤러리 END */

/* 캘린더 */
.calwrap {padding: 0;}
.calander th, .calander td { font-size: 1.4rem; color: #544f4f; }
.calander {margin-bottom: 0;}
.caltit {

}
.caltit .caltit_tit {
    letter-spacing: 1px;
    font-size: 22px;
    opacity: 0.95;
    color: #544f4f;
    font-size: 2rem;
    font-weight: 400 !important;
    text-shadow: 0 0 #aaa;
}
.caltit .caltit_add {
    letter-spacing: 0px;
    opacity: 0.8;
    font-size: 1.5rem;
    color: #544f4f;
    margin-top: 7px;
}

.calwrap {
    padding: 20px 0px;
    width: 280px; margin: auto; max-width: 90%;
}
.calander {
	width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.calander th,
.calander td {
	width: 14%;
	text-align: center;
	padding: 6px 0;
    font-weight: normal;
	font-size: 1.4rem;
}
.calander th {
    padding-bottom: 14px;
}
.calander tr th:first-child,
.calander tr td:first-child {
    color: var(--main-sun-day-color);
}
.calander tr th:nth-child(7),
.calander tr td:nth-child(7) {
    color: var(--main-sat-day-color);
}
.calander .dday {
	display: inline-block;
	background: var(--main-v2-color);
	border-radius: 50%;
	width: 30px; height: 30px; line-height: 30px;
	color: #fff;
}
.calander_warpper {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-color: #eee;
    padding: 15px 0;
    margin: 35px 0;
}
.subTitle.v2 {background: transparent; margin-top: 0;}

.dday-wrap {
    letter-spacing: -.5px;
    border-left: 0;
    border-right: 0;
    font-size: .9rem;
    text-align: center;
    padding-bottom: 20px;
}
.dday-wrap .countdown {
    font-family: Crimson Pro !important;
    margin: 0 0 10px;
}
.dday-wrap .countdown>div {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem !important;
    letter-spacing: 0;
    line-height: 1.6rem;
    text-transform: uppercase;
}
.dday-wrap .countdown .desc {
    color: #2b2222;
    opacity: .4;
}
.dday-wrap .countdown>div>span {
    display: inline-block;
    font-size: 1.2rem !important;
    padding: 0 2.5px;
    text-align: center;
    line-height: 2.88rem;
    color: #544f4f;
}
.dday-wrap .countdown .card {
    color: #2b2222;
    font-size: 2.4rem !important;
    width: 32px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: .8;
}

img.daycard { display: none !important; }

.calanderSection.no-dday .calander_warpper {
    margin-bottom: 0;
}
.calanderSection.no-dday .dday-wrap {display: none;}

.subTitle {
	text-align: center;
	color: #666;
	padding: 15px 0px; font-weight: normal;
    font-size: 1.8rem;
    margin-top: 30px;
}
.subTitle.v2 {
    font-size: 1.4rem; 
    font-weight: 500; 
    letter-spacing: -0.25px;
    padding: 7px 0px;
    background: #fafafa;
}

.location_wrapper {
    margin: 18px 0 1px;
    text-align: center;
    padding: 0 33px;
}
.location_wrapper .tbox {
    line-height: 3.2rem;
    letter-spacing: -0.2px;
    font-size: 1.5rem;
    color: #888;
}
.location_wrapper .tbox.emp {
    font-size: 1.8rem;
    color: #000;
    word-break: keep-all;
}
.location_wrapper .tbox > .tel {
    font-size: 1.3rem; color: #666;
    display: block; padding-top: 10px;
}

.map_wrapper {
    padding: 25px 33px;
}

.ybtn {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #cacaca;
    font-size: 1.3rem;
    height: 50px;
    border-radius: 8px;
    color: #000;
    border: 1px solid #eaeaea;
}
.ybtn > span {
    padding-left: 20px;
    position: relative;
}
.ybtn > span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../ico/ico_map01.png);
    margin-top: -8px;
    background-size: auto 15px;
}

ul.wayto {
    padding: 0px 33px;
}
ul.wayto li.li {
    font-size: 1.3rem;
    color: #555;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding-top: 24px;
    line-height: 1.65;
    padding-bottom: 21px;
}
ul.wayto li.li:last-child {
    border: none;
}
ul.wayto li.li .n {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000; 
    letter-spacing: -.03em; 
    margin-bottom: 12px;
    display: block;
}
.wayto li.li.navi {
    display: block;
}
.navi_button_wrap {
    display: flex;
    margin: 0 -3px;
    margin-top: 12px;
}
ul.wayto .navi_button {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 15px;
    margin: 0 3px;
    border: 1px solid #eaeaea;
    height: 57px;
    width: 33.333%;
    background: #fff;
    border-radius: 12px;
    height: 40px;
    border-radius: 8px;
}
ul.wayto .navi_button > span {
    font-weight: 500;
    color: #000;
    position: relative;
    font-size: 1.2rem;
    padding-left: 22px;
}
ul.wayto .navi_button > span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    background-image: url(../ico/ico_nav03.png);
    background-size: 17px auto;
    margin-top: -8.5px;
}
ul.wayto .navi_button:nth-child(2) > span:before {
    background-image: url(../ico/ico_nav02.png);
}
ul.wayto .navi_button:nth-child(3) > span:before {
    background-image: url(../ico/ico_nav01.png);
}

.infoTab01 {
    text-align: center;
    padding-bottom: 21px;
}
.infoTab01 .tabContent {
    box-sizing: border-box;
    max-width: 280px; margin: 21px 0 0 0;
}
.infoTab01 .tabContent .imgdiv {
    padding: 0 0px; position: relative;
    margin: auto auto 21px auto;
}
.infoTab01 .tabContent .imgdiv .txt {
    color: #fff; position: absolute; margin: auto; font-size: 1.7rem; left: 0; right: 0;
    -webkit-text-stroke: 0.4px;
    z-index: 5; color: #454545; display: none;
}
.infoTab01 .tabContent .imgdiv .img {
    position: relative;
    height: 90px;
    width: 100%;
    background-image: url(https://img.freepik.com/premium-photo/luxury-wedding-decor_661495-20250.jpg?w=1380);
    /*filter: blur(1.5px);*/
    background-size: cover;
    background-position: center;

    border-radius: 26px 26px 0 26px;
    box-sizing: border-box;
    overflow: hidden;
}
.infoTab01 .tabContent .imgdiv .img:after {
    /*content: " ";
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 3;*/
}
.infoTab01 .t-btn {
    box-shadow: 1px 1px 2px rgb(0 0 0/2%);
    /*font-size: 1.3rem;*/
    cursor: pointer;
}
.infoTab01 .tabContent .sectionDesc {
    /*font-size: 1.3rem;*/ word-break: keep-all; padding: 0;

}
.infoTab01 .tabContent .sectionDesc,
.infoTab01 .tabContent .sectionBottom {
    display: none;
}
.infoTab01 .tabContent.swiper-slide-active .sectionDesc,
.infoTab01 .tabContent.swiper-slide-active .sectionBottom {
    display: block;
}

.imgLayerWrap {
    display: block;
}
.imgLayerWrap.light > img {
    -webkit-mask-image: linear-gradient(180deg,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%,#000 80%,rgba(0,0,0,.987) 81.1%,rgba(0,0,0,.951) 82.3%,rgba(0,0,0,.896) 83.58%,rgba(0,0,0,.825) 84.94%,rgba(0,0,0,.741) 86.34%,rgba(0,0,0,.648) 87.78%,rgba(0,0,0,.55) 89.26%,rgba(0,0,0,.45) 90.74%,rgba(0,0,0,.352) 92.22%,rgba(0,0,0,.259) 93.66%,rgba(0,0,0,.175) 95.06%,rgba(0,0,0,.104) 96.42%,rgba(0,0,0,.049) 97.7%,rgba(0,0,0,.013) 98.9%,transparent);
    mask-image: linear-gradient(180deg,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%,#000 80%,rgba(0,0,0,.987) 81.1%,rgba(0,0,0,.951) 82.3%,rgba(0,0,0,.896) 83.58%,rgba(0,0,0,.825) 84.94%,rgba(0,0,0,.741) 86.34%,rgba(0,0,0,.648) 87.78%,rgba(0,0,0,.55) 89.26%,rgba(0,0,0,.45) 90.74%,rgba(0,0,0,.352) 92.22%,rgba(0,0,0,.259) 93.66%,rgba(0,0,0,.175) 95.06%,rgba(0,0,0,.104) 96.42%,rgba(0,0,0,.049) 97.7%,rgba(0,0,0,.013) 98.9%,transparent);
}
.imgLayerWrap .wave {display: none; z-index: 1;}
.imgLayerWrap.wave .wave.top { position: relative; top: 30px;transform: scaleY(-1);transition: .3s; display: block; margin-top: -30px;}
.imgLayerWrap.wave .wave.bottom {position: relative;top: -30px;margin-bottom: -30px;display: block;}
.imgLayerWrap.rippid .rpd {
    display: block;
}

.main-img-parent {
    overflow: hidden;
}
.end-img-parent,
.main-img-parent {
    position: relative;
}
.end-img-parent .rpd,
.main-img-parent .rpd {
    position: absolute;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}
.end-img-parent .rpd.rpd01,
.main-img-parent .rpd.rpd01 {
    top: 0; left: 0;
    width: 100%;
    background-image: url(/src/img/card/rippid-wh-left.png);
    background-size: auto 100%;
    background-position: left top;
    height: 100%;
}
.end-img-parent .rpd.rpd02,
.main-img-parent .rpd.rpd02 {
    top: 0; right: -1px;
    width: 100%;
    background-image: url(/src/img/card/rippid-wh-right.png);
    background-size: auto 100%;
    background-position: right top;
    height: 100%;
}
.end-img-parent .rpd.rpd03,
.main-img-parent .rpd.rpd03 {
    top: 0; left: 0;
    width: 100%;
    background-image: url(/src/img/card/rippid-wh-top.png);
    background-size: 100% auto;
    background-position: top left;
    height: 100%;
}
.end-img-parent .rpd.rpd04,
.main-img-parent .rpd.rpd04 {
    bottom: -1px; left: 0;
    width: 100%;
    background-image: url(/src/img/card/rippid-wh-bottom.png);
    background-size: 100% auto;
    background-position: bottom left;
    height: 100%;
}

.waves {
    position:relative;
    width: 100%;
    height: 40px;
    margin-bottom:-7px; /*Fix for safari gap*/
}

.parallax > use { animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite; }
.parallax > use:nth-child(1) { animation-delay: -2s;animation-duration: 7s; }
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}

.blr {
    height: 30px;
    background-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.99);

    position: absolute;
    left: -10%; margin: auto;
    width: 120%;
    filter: blur(10px);
    -webkit-filter: blur(8px);
    display: none;
}
.blr.blr01 { top: -15px; }
.blr.blr02 { bottom: -15px; }
/* 사진 END */

/* 방명록 */
ul.books li .video .vbg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    position: relative;
    border-radius: 5px;
}
ul.books li .video .fa-play {
    background: #222;
    color: #fafafa;
    display: inline-block;
    padding: 10px 9px 10px 11px;
    border-radius: 50%;
    font-size: 10px;

    width: 30px; height: 30px; box-sizing: border-box;

    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
    margin: auto;
}
ul.books li .b.video {
    padding: 0 !important;
    border-radius: 5px;
}
ul.books li .b.video .bottom {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
ul.books li .b.video .bottom > span {
    background: rgba(0,0,0,0.5); color: #ccc;
}

.books-open-list {
    margin: 30px 30px 20px 30px;
    /*font-family: 'Pretendard';*/

    /*margin-top: -20px;*/
}
.books-open-list-ul {
    padding: 0;
}
.books-open-list-ul > li:not(.nt) {
    display: none;
    box-shadow: 1px 1px 2px rgb(0 0 0/5%);
    position: relative;
    padding: 15px 17px;
    text-align: left;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    margin-bottom: 6px;
    font-size: 1.3rem;
    color: #544f4f;
}

.books-open-list-ul > li .top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.books-open-list-ul > li.on {
    display: block;
}

.books-open-list-ul > li.nt {
    padding-bottom: 25px;
    font-size: 1.4rem;
    color: #555;
    text-align: center;
    font-family: inherit;
}

.ft-yeonsung .books-open-list-ul > li.nt {
    font-size: 1.6rem;
}

.ft-yeonsung .books-open-list-ul > li {
    font-size: 1.5rem;
}

.books-open-list-ul > li .name {
    font-weight: 600;
    line-height: 1.4;
    font-size: inherit;
}
.books-open-list-ul > li .close {
    color: #aaa;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.ft-yeonsung .books-open-list-ul > li .close {
    font-size: 1.4rem;
}
.books-open-list-ul > li .close > span {
    line-height: 1px;
    letter-spacing: -.5px;
}
.books-open-list-ul > li .close .xx {
    color: #aaa;
    width: 10px;
    vertical-align: top;
    width: 1.7rem; height: 1.4rem;
    background-image: url('../ico/close.svg');
    display: inline-block;
    background-size: auto 1rem;
    background-position: center;
    background-repeat: no-repeat;
}
.ft-yeonsung .books-open-list-ul > li .close .xx {
    width: 1.9rem; height: 1.6rem;
}
.books-open-list-ul > li .note {
    line-height: 1.4;
    font-size: inherit;
    word-break: keep-all;
}
.books-open-list-ul > li .note i.fa-pencil-alt {
    font-size: 1.3rem;
}
.books-open-list-ul > li .note .note_in_btn {
    display: block;
    border-radius: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    box-shadow: none;
    background: none;
    min-width: 215px;
    border: 1px solid var(--box-border-color);

    color: var(--box-font-color);
    background: #fff;
    font-size: 1.4rem;
    width: 215px;
    margin: 0 auto;
}

.ft-yeonsung .books-open-list-ul > li .note .note_in_btn {
    font-size: 1.6rem;
}

.books-open-list .moreBtn {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 15px;
    color: #544f4f;
}

.ft-yeonsung .books-open-list .moreBtn {
    font-size: 1.6rem;
}

.books-open-list .books-w-wrap {
    text-align: right; margin-top: 15px;
    display: flex;
    justify-content: right;
}
.books-open-list .books-w {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    font-size: 1.3rem;
    background: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    width: 100px;
    font-weight: 500;
}
.ft-yeonsung .books-open-list .books-w {
    font-size: 1.5rem;
}
.books-open-list-ul > li .note {
    word-break: unset;
}
/* 방명록 END */

/* 마음 전하실 곳 */
.radio-swipe-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    height: 42px;
    width: fit-content;
    background-color: rgba(178, 112, 133, 0.1);
    background-color: #f1f1f1;
    border-radius: 25px;
    overflow: hidden;
    min-width: 0;
    text-align: center;
    justify-content: center;
}
.radio-swipe-container input[type="radio"] { display: none; }
.radio-swipe-container label {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s ease;
    padding: 0 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: inline;
    max-width: 160px;
    width: fit-content;
    box-sizing: border-box;
    margin: auto;
    min-width: 95px;
    height: fit-content;
}
.radio-swipe-container.i-1 label {max-width: 260px;}
.radio-swipe-container.i-3 label {max-width: 115px;}
.radio-swipe-container .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: transform 0.3s ease;
}
.radio-swipe-container .slider > span {
    background-color: #fff;
    border-radius: 25px;
    display: flex; 
    width: 100%; 
    height: 100%;
}
.radio-swipe-container.i-1 { grid-template-columns: 1fr; }
.radio-swipe-container.i-2 { grid-template-columns: 1fr 1fr; }
.radio-swipe-container.i-3 { grid-template-columns: 1fr 1fr 1fr; }
.radio-swipe-container.i-1 .slider {width: 100%;}
.radio-swipe-container.i-2 .slider {width: 50%;}
.radio-swipe-container.i-3 .slider {width: 33.3%;}

.radio-swipe-container input[type="radio"]:nth-of-type(1):checked ~ .slider { transform: translateX(0); }
.radio-swipe-container input[type="radio"]:nth-of-type(2):checked ~ .slider { transform: translateX(100%);}
.radio-swipe-container input[type="radio"]:nth-of-type(3):checked ~ .slider { transform: translateX(200%); }

.radio-swipe-container input[type="radio"]:nth-of-type(1):checked + label:nth-of-type(1),
.radio-swipe-container input[type="radio"]:nth-of-type(2):checked + label:nth-of-type(2),
.radio-swipe-container input[type="radio"]:nth-of-type(3):checked + label:nth-of-type(3) { color: #000; }

.swipe_acct_box_wrapper { margin-top: 50px; }
.swipe_acct_box_wrapper .group {display: flex; justify-content: center;}
.swipe_acct_box_wrapper .group-in-content {padding-top: 23px;}
.swipe_acct_box_wrapper .gcontents {
    line-height: 1;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: scale(0.95); /* 약간 축소된 상태에서 시작 */
    transition:
        opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), /* 부드러운 투명도 변화 */
        max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), /* 높이 전환 */
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* 크기 변화 */
}
.swipe_acct_box_wrapper .gcontents.active {
    opacity: 1; /* 활성화된 상태 */
    height: auto; /* 높이를 콘텐츠에 맞게 자동으로 조정 */
    transform: scale(1); /* 원래 크기로 확대 */
}
.swipe_acct_box_wrapper .gcontents .gc1 { display: flex; padding-bottom: 10px; }
.swipe_acct_box_wrapper .gcontents .gc1 .acbox {
    width: 264px;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    display: grid;
    gap: 24px;
    font-size: 1.3rem;
    padding-top: 24px;
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.1);
}

.swipe_acct_box_wrapper .gcontents .gc1 .acbox .a-name {
    display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 1.4rem; font-weight: 500;
}
.swipe_acct_box_wrapper .gcontents .gc1 .acbox .a-account {
    display: flex; justify-content: center; align-items: center; gap: 9px;
}
.swipe_acct_box_wrapper .gcontents .gc1 .acbox .buttns {
    display: grid; gap: 8px;
}
.swipe_acct_box_wrapper .gcontents .gc1 .acbox .buttns > a {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #999;
    padding: 14px;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    color: #000;
    border: 1px solid var(--box-border-color);
    color: #404040;
    border: 1px solid #eaeaea;
    background-color: #f1f1f1;
    background: transparent;
    color: #000;
    cursor: pointer;
    gap: 4px;
    justify-content: space-between;
}
.swipe_acct_box_wrapper .gcontents .gc1 .acbox .buttns > a .c {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFEB00;
}
.swipe_acct_box_wrapper .gcontents .gc1 .acbox .buttns > a .c img {
    width: 60%;
}
.swipe_acct_box_wrapper .gcontents .gc1 .acbox .buttns > a .c.card {
    background: #333;
}
.swipe_acct_box_wrapper .gcontents .swiper-wrapper {
    display: flex;
}

.txtnone {
    text-indent: -9999px;
    left: -9999px;
    position: absolute;
}
/* 마음 전하실 곳 END */

/* 스냅 */
.card-stack-wrapper {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding-bottom: 62px; 
    padding-top: 20px;
}
.snap-noti {
    padding-top: 8px; color: #544f4f;
}
.card-stack {
    position: relative;
    width: 148px;
    height: 148px;
    box-sizing: border-box;
}
.card-stack img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 8px solid #fff;
    transition: all 1.0s ease-in-out;
}
.card-stack img:nth-child(1) {
    transform: translate(-70px, -10px) rotate(-20deg);
    transform: translate(-100px, -15px) rotate(-25deg);
    z-index: 1;
}
.card-stack img:nth-child(2) {
    transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    z-index: 2;
}
.card-stack img:nth-child(3) {
    transform: translate(70px, -10px) rotate(20deg);
    transform: translate(100px, -15px) rotate(25deg);
    z-index: 3;
}
.card-stack.in-view img {
    /* opacity: 1; */
    /* scale: 1; */
}
.card-stack.in-view img:nth-child(1) {
    transform: translate(-48px, 0px) rotate(-15deg);
}
.card-stack.in-view img:nth-child(2) {
    transform: translate(-3px, -1px) rotate(-5deg);
}
.card-stack.in-view img:nth-child(3) {
    transform: translate(51px, 0px) rotate(12deg);
}
.snap-noti {font-size: 1.3rem;}

.private-books .wrt,
.private-attend .wrt {
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.private-books .fw  {
    display: none !important;
}

.private-books-one,
.private-attend-one {
    padding: 30px 30px; 
    border-radius: 6px;
    background: var(--box-bg-color);
    border-color: #fadcda;
    border-color: transparent;
    line-height: 1.76;
}
.private-books .wrt,
.private-attend .wrt {
    font-size: 1.4rem;
    border-radius: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0px 30px;
    box-shadow: none;
    border: 1px solid #d1c8c8; 
    color: #978686;
    background: none;
    border-color: #e2d2d2;
    border-color: #ddd;
    color: #404040;

    background: #fafafa;
    border-color: transparent;

    border-color: rgb(250, 250, 250);
    min-width: 215px;

    border: 1px solid #eee;
}
.private-books .wrt.gry,
.private-attend .wrt.gry {
    background: #fafafa;
} 
.private-books .wrt.str,
.private-attend .wrt.str {
    color: var(--box-font-color); ;
    border-color: var(--box-border-color); 
    background: #fff;
}
.private-attend .wrt .i {
    display: initial;
    opacity: 0.7;
}

.btn {
	height: 28px; min-width: 32px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 28px;
	border-radius: 5px;
	padding: 0px 10px;
    box-sizing: border-box;
    background: #9295a0;
    vertical-align: inherit;
}
/* 스냅 END */

/* 엔딩 사진 */
.endingLayer {
    position: relative;
}
.endingLayer.light {
    -webkit-mask-image: linear-gradient(180deg,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%,#000 80%,rgba(0,0,0,.987) 81.1%,rgba(0,0,0,.951) 82.3%,rgba(0,0,0,.896) 83.58%,rgba(0,0,0,.825) 84.94%,rgba(0,0,0,.741) 86.34%,rgba(0,0,0,.648) 87.78%,rgba(0,0,0,.55) 89.26%,rgba(0,0,0,.45) 90.74%,rgba(0,0,0,.352) 92.22%,rgba(0,0,0,.259) 93.66%,rgba(0,0,0,.175) 95.06%,rgba(0,0,0,.104) 96.42%,rgba(0,0,0,.049) 97.7%,rgba(0,0,0,.013) 98.9%,transparent);
    mask-image: linear-gradient(180deg,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%,#000 80%,rgba(0,0,0,.987) 81.1%,rgba(0,0,0,.951) 82.3%,rgba(0,0,0,.896) 83.58%,rgba(0,0,0,.825) 84.94%,rgba(0,0,0,.741) 86.34%,rgba(0,0,0,.648) 87.78%,rgba(0,0,0,.55) 89.26%,rgba(0,0,0,.45) 90.74%,rgba(0,0,0,.352) 92.22%,rgba(0,0,0,.259) 93.66%,rgba(0,0,0,.175) 95.06%,rgba(0,0,0,.104) 96.42%,rgba(0,0,0,.049) 97.7%,rgba(0,0,0,.013) 98.9%,transparent);
}
.endingLayer .wave {display: none; z-index: 1;}
.endingLayer.wave .wave.top { position: relative; top: 30px;transform: scaleY(-1);transition: .3s; display: block; margin-top: -30px;}
.endingLayer.wave .wave.bottom {position: relative;top: -30px;margin-bottom: -30px;display: block;}
.endingLayer.rippid .rpd {
    display: block;
}

.banner01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 320px;
    position: relative;
}
.banner01.auto {
    height: auto;
}
.banner01 > img {max-width: 100%;}
.banner01 .cover {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    background-color: rgba(0,0,0,0.2);
    letter-spacing: 2px;
    height: 100%;
    position: absolute; top: 0; left: 0; width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
}
.banner01 .cover .vcenterbox {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right:0;
    margin: auto;
    text-align: left;
}
.banner01 .vcenterbox {
    padding: 80px 30px 0;
}
.banner01.fixed .vcenterbox {
    padding: 0 30px;
}
.banner01 .cover .vcenterbox.right {
    text-align: right;
    right: 30px;
    left: unset;
}
.banner01 .cover .vcenterbox.center {
    text-align: center;
    left: 0px;
}
/* 엔딩 사진 END */

/* 카카오톡 초대장 링크 */
.kkt-share {
    font-size: 1.3rem;
    display: inline-block;
    background-image: url('../ico/icon-kakaotalk.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 16px;
    padding-left: 20px;
    /*font-family: 'RIDIBatang';*/
    text-align: center;
    cursor: pointer;
    letter-spacing: -0.5px;
}
/* 카카오톡 초대장 링크 END */

/* 저작권 */
.card-bottom-copyright {
    font-size: 10px; 
    margin: 20px 0; 
    line-height: 10px; 
    text-align: center; 
    color: #AAA; 
    font-weight: 400;
    font-family: 'Noto Serif KR', serif; 
    letter-spacing: -1px;
}
/* 저작권 END */

/* 연락하기 */
#tel_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    transition: 0.5s opacity;
    /*background: rgba(56,44,48,.84);*/
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    opacity: 0;
    overflow: scroll;
}

#tel_popup .x_button {
    position: absolute;
    top: 10px;
    right:10px;
    font-size: 20px;
    z-index: 1;
}
#tel_popup .ctt {
    width: 350px;
    max-width: 92%;
    /*background: #fff;*/
    border-radius: 4px;
    padding: 0;
    margin-top: 50px;
    font-size: 14px;
    overflow: hidden;
    --animate-duration: 0.25s;
    /*-webkit-box-shadow: 3px 3px 10px 0 rgb(0 0 0/20%);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.2);
    box-shadow: 3px 3px 10px 0 rgb(0 0 0/20%);*/
    z-index: 1;
    padding-top: 10px;
    flex: 0 0 auto;
}
#tel_popup .tp {

    text-align: center;
    font-size: 18px;
    color: #585858;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 50px;
    left: 0; right: 0;

}
#tel_popup .ctt .grd_wrap {
    padding: 10px;
    /*font-family: 'Noto Sans KR', sans-serif;*/
}

#tel_popup .ctt > .grd_wrap:first-child {
    margin-bottom: 30px;
}

#tel_popup .ctt .grd {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 15px;
    align-items: center;
}
#tel_popup .ctt .grd > .cell {
    text-align: center; font-size: 15px;
}
#tel_popup .ctt .grd > .cell.name {
    color: #222222;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
#tel_popup .ctt .grd > .cell.name .baptismal {
    font-size: 13px;
    word-break: keep-all;
}
#tel_popup .ctt .grd > .cell:nth-child(1) {
    text-align: left; font-size: 14px; color:#585858;
}
#tel_popup .ctt .grd > .cell:nth-child(3) {
    text-align: right;
}
#tel_popup .ctt .grd .fa {
    margin: 0 10px;
}
#tel_popup .ctt .grd_wrap.man,
#tel_popup .ctt .grd_wrap.man .fa {color: rgb(102, 142, 170); color: #ccc; }

#tel_popup .ctt .grd_wrap.woman,
#tel_popup .ctt .grd_wrap.woman .fa {color: #c8b1b7; color: #ccc  }

#tel_popup .ent {
    font-size: 12px;
    font-family: Crimson Pro,serif;
    letter-spacing: 3px;
    line-height: 20px;
    color: #585858;
    opacity: 0.6;
}
#tel_popup .grd_line {
    border-bottom: 1px solid #AAAAAA; padding-bottom: 9px; margin: 0 15px;
    color: #585858; font-size: 14px;
}

.pop_contact_open #tel_popup { visibility: visible;opacity: 1; }
.pop_contact_open .pageCover {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    transition: 0.3s filter;
}
.pop_contact_open .bgmbar.fadeBg .sound {visibility: hidden;}

.ft-yeonsung #tel_popup .ctt {font-size: 16px;}
.ft-yeonsung #tel_popup .tp {font-size: 20px;}
.ft-yeonsung #tel_popup .ctt .grd > .cell {font-size: 17px;}
.ft-yeonsung #tel_popup .ctt .grd > .cell:nth-child(1) {font-size: 16px;}
.ft-yeonsung #tel_popup .grd_line {font-size: 16px;}

.cell > a > img {
    width: 20px; 
    margin: 0 8px;
    filter: invert(60%) sepia(0%) saturate(5200%) hue-rotate(64deg) brightness(87%) contrast(105%);
}
/* 연락하기 END */

/* 인터뷰 */
#interview_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    /*
    justify-content: center;
    flex-direction: column;
    align-items: center;
    */
    transition: 0.5s opacity;
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    opacity: 0;

    box-sizing: border-box;
    padding: 150px 35px 24px 35px;

    overflow-y: scroll;
}

#interview_pop .x_button {
    position: absolute;
    top: 10px;
    right:10px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
#interview_pop .ctt {
    width: 350px;
    max-width: 91%;
    /*background: #fff;*/
    border-radius: 4px;
    margin: auto;
    padding: 0;
    font-size: 14px;
    overflow: hidden;
    --animate-duration: 0.25s;
    /*-webkit-box-shadow: 3px 3px 10px 0 rgb(0 0 0/20%);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.2);
    box-shadow: 3px 3px 10px 0 rgb(0 0 0/20%);*/
    z-index: 1;
    padding-top: 10px;
}
#interview_pop .tp {

    text-align: center;
    font-size: 18px;
    color: #585858;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    top: 5%;
    margin: auto;
    left: 0; right: 0;

}
#interview_pop .ent {
    font-size: 12px;
    font-family: Crimson Pro,serif;
    letter-spacing: 3px;
    line-height: 20px;
    color: #585858;
    opacity: 0.6;
}

#interview_pop .grd_line {
    border-bottom: 1px solid #AAAAAA; padding-bottom: 9px; margin: 0 15px;
    color: #585858; font-size: 14px;
}

ul.interview {
    display: block;
}
ul.interview > li {
    display: block;
    border-top: 1px solid #AAAAAA;
    box-sizing: border-box;
    padding: 20px 0;
    line-height: 1.52;
    word-break: keep-all;
}
ul.interview > li > .q {
    display: block;
    color: #222222;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 8px;
}
ul.interview li > .a {
    display: block;
    font-size: 1.4rem;

    color: #222222;
    font-weight: 400;
    letter-spacing: 0;
}
ul.interview > li.more {
    color: #fff;
    color: #222222;
    text-align: center;
    font-size: 1.4rem;
    border: none;
}

.pop_interview_open #interview_pop { visibility: visible;opacity: 1; }
.pop_interview_open .pageCover {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    transition: 0.3s filter;
}
/* 인터뷰 END */

/* 알림창 */
.pop-design {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}
.pop-design .background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.2)
}
.pop-design .in {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    max-width: 365px;
    z-index: 100;

    background: #fff;
    padding-top: 47px;
    padding-bottom: 36px;

    width: 280px;
    border-radius: 10px;
    padding: 0 15px;
    padding-top: 32px;
    padding-bottom: 25px;
}
.pop-design .title {
    color: #000;
    line-height: 1.3;
    font-size: 13px;
    margin-bottom: 15px;
}
.ft-yeonsung .pop-design .title {
    font-size: 15px;
}
.pop-design .btns {

}
.pop-design .btns button {

    vertical-align: middle;
    margin: 0; padding: 0; box-sizing: border-box;
    border: 0;

    display: inline-block;
    width: 110px;
    height: 48px;
    line-height: 48px;
    background: #f79e9e;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 12px;

    height: 32px;
    line-height: 32px;
    font-family: 'Gowun Dodum', sans-serif;
    font-size: 12px;
    width: 80px;
    border-radius: 8px;

    font-weight: 500;
}
.pop-design .ipts {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border-radius: 8px;
    font-weight: 500;
    box-sizing: border-box;
    border: 1px solid #f79e9e;
    width: 100%;
    padding: 0 10px;
}
.pop-design .ipts:focus {
    border-color: #000;
}
.pop-design .ipts::placeholder {color: #aaa;}
/* 알림창 END */

.drag-prevent {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    touch-action: pan-y;
}