
/********* 배경화면 커스텀 시작 *********/
.light_img {
    position: fixed;
    z-index: 905;
    animation: fadeInLight 5s;
}

.bottom_flower_1 {
    position: fixed;
    left: calc(0% - 0px);
    bottom: calc(0% - 0px);
    z-index: 900;
    animation: fadeInUp 3s;
}

.bottom_flower_2 {
    position: fixed;
    left: calc(0% - 0px);
    bottom: calc(0% - 0px);
    z-index: 899;
    animation: fadeInUp 5s;
}

.left_flower_1 {
    position: fixed;
    left: 0;
    top: 0;
    animation: fadeInLeft 5s;
    z-index: 890;
}

.left_flower_2 {
    position: fixed;
    left: 0;
    top: 0;
    animation: fadeInLeft 5s;
    z-index: 800;
}

.left_flower_3 {
    position: fixed;
    left: 0;
    bottom: 0;
    animation: fadeInLeft 5s;
    z-index: 905;
}

.left_flower_4 {
    position: fixed;
    left: 0;
    bottom: 0;
    animation: fadeInUp 5s;
    z-index: 910;
}

.right_flower_1 {
    position: fixed;
    right: 0;
    top: 0;
    animation: fadeInRight 5s;
    z-index: 890;
}

.right_flower_2 {
    position: fixed;
    right: 0;
    top: 0;
    animation: fadeInRight 5s;
    z-index: 800;
}

.right_flower_3 {
    position: fixed;
    right: 0;
    bottom: 0;
    animation: fadeInRight 5s;
    z-index: 905;
}

.right_flower_4 {
    position: fixed;
    right: 0;
    bottom: 0;
    animation: fadeInUp 5s;
    z-index: 910;
}

.left_ribbon_1 {
    position: fixed;
    left: 0;
    bottom: calc(12% - 0px);
    animation: fadeInLeft 5s;
    z-index: 904;
}

.right_ribbon_1 {
    position: fixed;
    right: 0;
    bottom: calc(12% - 0px);
    animation: fadeInRight 5s;
    z-index: 904;
}
/********* 배경화면 커스텀 끝 *********/








/********* 메뉴 시작 *********/
#main_contents1 {
    width: 220px;
    height: 800px;
    position: absolute;
    left: calc(50% - 730px);
    top: 70px;
    z-index: 999;
}

.main-logo {
    width: 85%;
    height: 120px;
    margin: 0 auto;
}

.main-logo a img {
    filter: drop-shadow(1px 0px 3px rgba(0,0,0,0.25)) drop-shadow(0px 2px 0px rgba(0,0,0,0.25)) drop-shadow(-1px 0px 3px rgba(0,0,0,0.25)) drop-shadow(3px -1px 0px rgba(0,0,0,0.25));
}

.main-menu {
    width: 100%;
    height: 235px;
    margin: 0px 0px 7%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.menu-img {
    width: 16px;
    margin: 0 20% 0 0;
}

.main-menu ul {
    width: 80%;
}

.main-menu ul li {
    margin: 7% 0;
    padding: 7px 10px;
    box-shadow: 2px 4px 4px 0px rgb(23 46 129 / 70%);
    border-radius: 15px;
    border: 1px solid #ddeeff;
    background-image: linear-gradient(90deg, rgb(210 233 255 / 40%) 50%, transparent 50%), linear-gradient(rgba(210 233 255 / 40%) 50%, transparent 50%);
    background-size: 30px 30px;
    background-color: rgb(241 248 255);
    font-weight: bold;
}

.main-menu ul li a {
    color: #333 !important;
}

.menu-img {
    width: 16px;
    margin: 0 20% 0 0;
}

.main-dday {
    width: 90%;
    height: 80px;
    background-color: #fff;
    margin: 0px 0px 3%;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddeeff;
    box-shadow: 2px 4px 4px 0px rgb(23 46 129 / 70%);
}

.dday-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin: 0px 11px 0px 0px;
    background-image: url(/img/dday_img.png);
    background-size: 200%;
    background-position-x: 50%;
    background-position-y: 63%;
    background-color: #fff8a4;
}

.dday-content {
    font-weight: bold;
}

#main_contents3 {
    width: 228px;
    height: 778px;
    position: absolute;
    right: calc(50% - 760px);
    top: 70px;
    padding: 10px !important;
    z-index: 909;
    background-color: white;
    border: 1px solid #000;
}

.side_img {
    border: 1px solid #B4B4B4;
    height: 100%;
    background-image: url(/img/side_banner.png);
    background-size: 320%;
    background-position-x: 32%;
    background-position-y: 15%;
}
/********* 메뉴 끝 *********/





/****************** 모바일 메뉴 ******************/

.mobile-slide-open{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
    overflow:hidden; 
    display: none;
}

.burgur{
right: 15px;
top: 23px;
position: absolute;
width: 20px;
height: 2px;
background: #fff;
}
.burgur .top-line{
width: 20px;
height: 2px;
background-color: #fff;
bottom: -5px;
content: '';
position: absolute;
right: 0;
-webkit-transition:  -webkit-transform .3s;
transition: transform .3s;

}

.burgur .bot-line {
width: 20px;
height: 2px;
background-color: #fff;
top: -5px;
content: '';
position: absolute;
right: 0;
-webkit-transition:  -webkit-transform .3s;
transition: transform .3s;
}

.burgur.on {
width: 0;
}

.burgur.on .bot-line {
-webkit-transform: translateY(5px) rotate(135deg);
transform: translateY(5px) rotate(135deg);
}

.burgur.on .top-line{
-webkit-transform: translateY(-5px) rotate(-135deg);
transform: translateY(-5px) rotate(-135deg);
}

.mobile-slide{
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    background-color: rgba(255,255,255,0.6);
    z-index: 998;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mobile-slide ul li img {
    width: 20px;
    margin: 0 5px 0 0;
}

.mobile-slide-title {
    width: 100%;
    height: 100px;
    font-size: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0 40px 0;
}

.mobile-slide-title a img {
    width: 200px;
    filter: drop-shadow(1px 0px 3px rgba(0,0,0,0.25)) drop-shadow(0px 2px 0px rgba(0,0,0,0.25)) drop-shadow(-1px 0px 3px rgba(0,0,0,0.25)) drop-shadow(3px -1px 0px rgba(0,0,0,0.25));
}

.mobile-slide.on{
  left:0;
}

.mobile-slide ul {
    display: grid;
    justify-content: center;
    text-align: center;
}

.mobile-slide ul li {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.mobile-slide ul li a {
    color: #333;
    font-size: 1.2em;
}

.custom-mobile-login  {
    display: grid;
    justify-content: center;
    margin: 10px 0 0 0;
}

.custom-mobile-login .ui-btn.small {
    margin: 0 0 5px 0;
    border-radius: 15px;
}

.custom-mobile-login .name{
    margin: 10px 0 10px 0;
}

/****************** 모바일 메뉴 ******************/



@keyframes fadeInLight {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translate3d(-100%, 0, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translate3d(100%, 0, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
    }


    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
    }

    @keyframes fadeInBottom {
        0% {
            opacity: 0;
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 0.4;
            transform: translateZ(0);
        }
    }





@media (max-width: 1000px) {
    #main_contents1 {display: none;}
    #main_contents3 {display: none;}
    .left_flower_1 {display: none;}
    .left_flower_2 {display: none;}
    .left_ribbon_1 {display: none;}

    .right_flower_1 {display: none;}
    .right_flower_2 {display: none;}
    .right_ribbon_1 {display: none;}
    .light_img {display: none;}


    .mobile-slide-open {display: inline-block;}
}

@media (max-width: 700px) {
    #main_contents3 {display: none;}
    .left_flower_1 {display: none;}
    .left_flower_2 {display: none;}
    .left_ribbon_1 {display: none;}

    .right_flower_1 {display: none;}
    .right_flower_2 {display: none;}
    .right_ribbon_1 {display: none;}
    .light_img {display: none;}

   .mobile-slide-open {display: inline-block;}
}

@media (max-width: 460px) {
    #main_contents3 {display: none;}
    .left_flower_1 {display: none;}
    .left_flower_2 {display: none;}
    .left_ribbon_1 {display: none;}

    .right_flower_1 {display: none;}
    .right_flower_2 {display: none;}
    .right_ribbon_1 {display: none;}
    .light_img {display: none;}

   .mobile-slide-open {display: inline-block;}
}

@media (max-width: 390px) {
    .mobile-slide-open {display: inline-block;}
}