@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');

}@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'iceJaram-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceJaram-Rg.woff2') format('woff2');
}
body {
    font-family: 'pretendard-Regular';
    font-size: 14px;
    margin: 0px;
    background: #fffaf2;
}
/* 웹(넓은 화면)에서 열어도 모바일 청첩장처럼 보이도록 폰 프레임으로 가둠 */
@media (min-width: 481px) {
    html {
        background: #ececec;
    }
    body {
        max-width: 430px;
        margin: 0 auto;
        position: relative;
        min-height: 100vh;
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
        /* transform 이 있으면 body가 position:fixed 자식의 containing block이 되어,
           고정 요소(예: 상단 D-day 배지)가 브라우저 창이 아니라 이 프레임 안에 갇힌다. */
        transform: translateZ(0);
    }
}
button {
    border: none;
}
button:hover {
    background-color: rgb(230,230,230);
    cursor: pointer;
}
#float-height {
    height: auto;
    min-height: 100vh;
}
#share {
    position: sticky;
    width : 366px;
    bottom: 12px;
    height: 0px;
    margin: 0 auto;
    display: flex;
    z-index: 1000 !important;
}
#share-icon {
    position: relative;
    display: inline-block;
    left: 320px;
    bottom: 70px;
    cursor: pointer;
    z-index: 100;
}
#share-icon-img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 6px 16px rgba(0,0,0,0.12);
}
#share-body {
    position: relative;
    display: none;
    bottom: 200px;
    left: 150px;
    opacity: 0;
    transition: opacity 0.5s ease; /* Adjust the duration of the fade-out effect */
}
#share-body.show {
    display: block;
    opacity: 1;
}
.float-share {
    background-color: white;
    width: 166px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.165);
    margin-bottom: 10px;
    cursor: pointer;
}
.float-share:hover {
    background-color: rgb(246,246,246);
}
.share-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-left: 10px;
}
b {
    font-family: 'pretendard-medium';
}
#int {
    margin-top: 30px;
    margin-bottom: 60px;
}
#title {
    display: flex;
    margin: auto;
    align-items: center;
    flex-direction: column;
}
#place {
    text-align: center;
    background-color: rgb(246,246,246);
    width: 366px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 160%;
}
#dayback {
    display: flex;
    background: linear-gradient(180deg, #fffaf2 0%, #fff4e7 100%);
    width: 100%;
    height: 200px;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    overflow: hidden;
}
.title {
    font-size: 46px;
    font-family: 'Pretendard-extraBold';
    margin-bottom: 0;
    margin-top: 0;
}
.parent {
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 200px;
    height: 30px;
}
.grey-font {
    color: rgb(132, 132, 132) ;
}
.bubble-top {
    background-color: #ff9100;
    color: white;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-family: 'pretendard-medium';
    position: fixed;
    top: 20px;
    z-index: 1000 !important;

}
.bubble-top::after{ 
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-top: 15px solid #ff9100;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.bubble-bottom {
    background-color: #ff9100;
    color: white;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-family: 'pretendard-medium';
}
.bubble-bottom::before{ 
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-bottom: 15px solid #ff9100;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.title-no {
    margin-top: 0px;
    width: 64px;
    display: flex;
    justify-content: space-between;
}
.title-line {
    width: 62px;
    margin-top:0px;
    margin-bottom: 0px;
    height: 1px;
    border: 0;
    background-color: black;
}
#title-date {
    font-size: 15px;
    font-family: 'Pretendard-Regular';
    text-align: center;
    margin-top: 47px;
    margin-bottom: 0px;
    letter-spacing: 3px;
}
#photo {
    width: 100%;
    height: 520px;
    overflow: hidden;
    margin-top: 12px;
    background: #fff4e7;
}
#main {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#notebody {
    margin-top: 60px;
    margin-bottom: 60px;
}
.quete {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
#note {
    font-family: 'iceJaram-Rg';
    font-size: 25px;
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceJaram-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    text-align: center;
    z-index: 1;
}
:root {
    --swiper-theme-color: #343434 !important;
}
.swiper {
    width: 100%;
    height: 400px;
}
.swiper-slide {
    width: 317px !important;
    height: 400px;
    border-radius: 10px;
}
.slide {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}
#photo-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    overflow: hidden;
}
/*애니메이션*/
  
  @keyframes appear_from_bottom{
    0%{
    transform: translateY(150px);
    opacity: 0;
    }
  
    100%{
    transform: translateY(0);
    opacity: 1;
    }
  }

#calendar {
    background-color: #fff4e7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
}
.title-txt {
    font-size: 22px;
    display: flex;
    font-family: 'pretendard-bold';
    margin-bottom: 40px;
    justify-content: center;
}
#calendar-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    width: 366px;
    height: 420px;
    border-radius: 10px;
    margin-bottom: 60px;
}
#calendar-title{
    font-size: 20px;
    font-family: 'pretendard-bold';
    margin: 0px;
}
#calendar-all {
    margin-top: 20px;
    margin-bottom: 20px;
}
.calendar-body-group {
    display: flex;
}
.calendar-no {
    font-size: 14px;
    width: 40px;
    height: 40px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calendar-no-x {
    font-size: 14px;
    color: white;
    width: 40px;
    height: 40px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dday {
    color: white;
    background-color: #ff9100;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
#sat {
    color: rgb(12, 118, 200);
}
#sun {
    color: rgb(204,0,0);
}
#map-body {
    opacity: 0;
    overflow: hidden;
    background: #fffaf2;
}
#warning-title {
    display: flex;
    align-items: center;
    color: red;
}
#warning-img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
#notice-warning-body {
    text-align: center;
    background-color: rgb(254, 238, 238);
    width: 366px;
    height: 280px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 160%;
    flex-direction: column;
    margin-bottom: -20px;
    margin-top : 90px;
}
#notice-warning {
    font-size: 18px;
    font-family: 'pretendard-bold';
}
#notice-notice-warning {
    text-align: center;
    background-color: rgb(255, 195, 195);
    width: 320px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 160%;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top : 20px;
    font-family: 'pretendard-medium';

}
#map {
    width: 320px;
    align-items: center;
    margin: auto;
}
#map-img {
    width:100%;
    height:300px;
    z-index: 10 !important;
    background-image: url("sourse/map-preview.svg");
    background-size: cover;
    background-position: center;
}
#map-title {
    display: flex;
    width: 320px;
    justify-content: space-between;
    align-items: center;
}
.txt {
    line-height: 150%;
}
#map-copy {
    color: rgb(164,164,164);
    font-size: 12px;
    text-decoration: underline;
}
#map-copy:hover {
    color: rgb(0, 0, 0);
    cursor: pointer;
}
.sub-title{
    font-size: 20px;
    font-family: 'pretendard-medium';
}
#chip {
    display: flex;
    margin-top: 40px;
}
.chip-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 36px;
    border-radius: 50px;
    font-size: 16px;
    color: white;
    background-color: #ff9100;
    font-family: 'pretendard-medium';
    margin-right:10px
}
.chip-tab:hover {
    cursor: pointer;
}
.chip {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 36px;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'pretendard-medium';
    color: #ff9100;
    border: 1px solid #ff9100;
    background-color: white;
    margin-right:10px
}
.chip:hover {
    color: white;
    background-color: #ff9100;
    cursor: pointer;

}
#grey-box-1 {
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(246,246,246);
    line-height: 150%;
}
#grey-box-2 {
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(246,246,246);
    line-height: 150%;
}
#grey-box-3 {
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(246,246,246);
    line-height: 150%;
}
.map-txt {
    width : 280px;
    display: flex;
    flex-direction: row;
    margin-top: 7px;
    margin-bottom: 7px;
}
.map-dot {
    margin: 0px;
    margin-right: 8px;
}
.map-t {
    margin: 0px;
}

#nav {
    margin-bottom: 60px;
    width : 320px;
    display: flex;
    justify-content: space-between;
}
.nav-logo {
    width: 40px;
    height: 40px;
}
.nav-btn {
    width: 100px;
    height: 90px;
    background-color: rgb(246,246,246);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    color: black;
    text-decoration: none;
}
.nav-name {
    margin: 0px;
    margin-top: 10px;
    font-size: 14px;
}
#bank{
    background-color: #fff4e7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}
.bank-no {
    text-decoration: none;
    color: inherit;
    cursor: default;
}
#bank-body{
    background-color: white;
    width: 366px;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#tab-body {
    display: flex;
    width: 320px;
    margin-top: 40px;
}

.tab {
    width: 160px;
    margin: 0px;
    margin-right: 20px;
    font-size: 20px;
    font-family: 'pretendard-bold';
    text-align: center;
    cursor: pointer;
}
#no {
    color: rgb(162,162,162);
}

#line {
    margin-top: 14px;
    width: 320px;
    display: flex;
    justify-content: space-between;
}
#line-1 {
    border: 1px solid black;
    width: 160px;
}
#line-2 {
    border: 1px solid rgb(242,242,242);
    width: 160px;
}
.bank {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 320px;
    border: 1px solid rgb(242,242,242);
    margin-bottom: 10px;
    z-index: 10;
    position: relative;
}
.bank-title {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'pretendard-medium';
}
.banklogo {
    width :44px;
    height: 44px;
}
.bank-content {
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 290px;
    height: 80px;
}
.bank-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 30px;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'pretendard-medium';
    color: rgb(0, 0, 0);
    background-color: rgb(242,242,242);
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}
.bank-copy:hover {
    background-color: rgb(230,230,230);

}
.bank-txt-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 180px;
    align-items: flex-start;
    margin-left: 14px;
}
.bank-txt {
    margin: 0px;
    font-family: 'pretendard-medium';
}
.bank-no {
    margin: 0px;
    margin-top: 3px;
    color: rgb(162,162,162);
    font-size: 12px;
}
.bank-sun-content {
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 320px;
}
.bank-button {
    width : 155px
}
#fin{
    background-color: #ff9100;
    width: 100%;
    height: 150px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000 !important;
    position: relative;
}
#title-fin {
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
    color: white;
}
.block {
    display: block;
}
.hidden {
    display: none !important;
}

.copy-txt {
    position: absolute;
    left: -9999px;
}
#toast {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff9100e6;
    color: white;
    width: 300px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    z-index: 1100 !important;
    opacity: 0;
    transition: opacity 0.5s ease; /* Adjust the duration of the fade-out effect */
}
#toast.show {
    display: block;
    opacity: 1;
}
#toast-body {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    font-size: 13px;
    white-space: nowrap;
}
.temp-body {
    display: flex;
    justify-content: center;
}
.main-icon-color {
    margin-top: 60px;
    border-radius: 100%;
    background-color: #ff9100;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-icon-grey {
    margin-top: 60px;
    border-radius: 100%;
    background-color: rgb(230,230,230);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-img {
    width: 24px;
    height: 24px;
}
