/* reset */
*{margin: 0;padding: 0;word-break: keep-all;}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: inherit;
}
b,strong{font-weight: inherit;}
i,em,address{font-style: inherit;}
img{max-width: 100%;}


/* common */
html{
    font-family: 'Paperlogy',   "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    font-size: 10px;
    background: #fff;
    color: #333;
    line-height: 1.5;
    letter-spacing: -0.025em;
}
html *.Paperlogy{font-family: 'Paperlogy';}
.container{
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
}
.container.w1060{max-width: 1060px;}
.container.w850{max-width: 850px;}

.page{overflow: hidden;width: 100%;}
.innertop{padding-top: 16rem;}
.innerbottom{padding-bottom: 16rem;}
p{font-size: 20px;line-height: 2;}
*.m100{margin-bottom: 10rem;}
*.m80{margin-bottom: 8rem;}
*.m50{margin-bottom: 5rem;}
*.m20{margin-bottom: 2rem;}
*.m10{margin-bottom: 1rem;}
*.c{text-align: center;}
* b{font-weight: 700;}
/* header */

#top_btn{cursor: pointer;}
/* popup */
.popups{position: absolute;z-index: 9999999;}
#popup_10{z-index:99999101;}    
#popup_9{z-index:99999102;}
#popup_8{z-index:99999103;}
#popup_7{z-index:99999104;}
#popup_6{z-index:99999105;}
#popup_5{z-index:99999106;}
#popup_4{z-index:99999107;}
#popup_3{z-index:99999108;}
#popup_2{z-index:99999109;}
#popup_1{z-index:99999110;}

.popup_wrap {
    width: max-content;
    max-width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.popup_foot {
    padding: 10px;
    font-size: 1.5rem;
}
.popup_foot>div{
    display: flex;
    justify-content: space-between;
}
.popup_foot label span{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.popup_close{
    cursor: pointer;
}
.popup_wrap.introani{
    animation: introanimation .8s forwards ease;
}
/* quick */
#quick-placeholder{
    position: fixed;
    bottom: 5vw;
    right: 2vw;
    z-index: 100000;
    /* box-shadow: 0 4px 18px rgba(121, 121, 121, 0.25); */
    /* background: #fff; */
    /* border-radius: 20px; */
    /* overflow: hidden; */
}
#quick-placeholder ul{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 1rem; */
    /* gap */
}
#quick-placeholder ul li{
    background: #45633e;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 40px;
}


#quick-placeholder ul li a{
    display: flex;
    /* flex-direction: column; */
    width: 165px;
    align-items: center;
    justify-content: flex-end;
    transition: all .5s ;
    padding:8px ;
    text-align: center;
    /* word-spacing:-5px; */
    font-size:17px;
    font-weight: 700;
    gap: .7rem;
    /* color: #000; */
}
#quick-placeholder ul li .q_txt{width: 100%;}
#quick-placeholder ul li .img_wrap{
    width: 33px;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ;
    flex-shrink: 0;
}
#quick-placeholder li img{
    max-width: 32px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#quick-placeholder .quick  ul{
    /* padding: 1rem 0; */
    position: absolute;
    bottom: 100px;
    right: 0;
    pointer-events: none;
    /* display: none; */
    opacity: 0;
    transition:  .3s ease-in;
    transform: translateX(200%);
}
#quick-placeholder .quick.on  ul{
    /* padding: 1rem 0; */
    transform: translateX(0%);
    display: block;
    opacity: 1;
    pointer-events: auto;
}
/*  */
.quick_logo{
    max-width: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    animation: quick_logo 1.2s ease-in-out infinite;
    cursor: pointer;
}
@keyframes quick_logo {
    0%{transform: translateY(10px);}
    50%{transform: translateY(0px);}
    100%{transform: translateY(10px);}
}
#quick-placeholder .quick{
    display: flex;
    justify-content: end;
    flex-direction: column;align-items: end;
    gap: 10px;
}
#quick-placeholder .quick_m{
    display: none;
    border-top: 1px solid #00000047;
}
footer{
    background: #505e3f;
    color: #fff;
    text-align: center;
}
ul.copy_menu{
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 50px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* ul.copy_menu li:not(:last-child)::after{content: 'ㅣ';} */
footer .container{
    padding: 5rem 0;
    font-size: 14px;
}

.f_logo{
    max-width: 300px;
    margin:  auto;
}

.f_right{
    /* line-height: 2; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 35px;
    max-width: 600px;
    margin: 30px auto ;
    font-size: 18px;
}
.f_right b{margin-right: 10px;}
footer hr{margin: 2rem 0;}

@media (min-width:0px) and (max-width:1280px){
    #quick-placeholder{
        bottom: 7vw;
    }
    footer .container{
        flex-direction: column;
        gap: 3rem;
    }
    .f_right{flex-direction: row-reverse;align-items: end;}
    .f_right ul{display: flex; gap: 2rem;}
    
    .innertop{padding-top: 10rem;}
    .innerbottom{padding-bottom: 10rem;}
    
    *.m100{margin-bottom: 8rem;}
    *.m80{margin-bottom: 6rem;}
    *.m50{margin-bottom: 3.5rem;}
    *.m20{margin-bottom: 2rem;}
    *.m10{margin-bottom: 1rem;}
}

@media (min-width:0px) and (max-width:900px){
    
    *.m100{margin-bottom: 6rem;}
    *.m80{margin-bottom: 5rem;}
    *.m50{margin-bottom: 3rem;}
    *.m20{margin-bottom: 1.5rem;}
    *.m10{margin-bottom: 1rem;}
    p {font-size: 18px;}
    /* popup */
    .popup_wrap {
        top: 65px!important;
        left: 0!important;
    }
    
    
    .innertop{padding-top: 8rem;}
    .innerbottom{padding-bottom: 8rem;}
    ul.copy_menu {
        padding: 15px 0;
    }
    footer .container{
        padding: 5rem 0 5rem;
    }
    .f_left p{font-size: 1.6rem;}
    .f_right {
        text-align: left;
        flex-direction: row;
    }
}
@media (min-width:0px) and (max-width:600px){

    

    /* common */
    .innertop{padding-top: 6rem;}
    .innerbottom{padding-bottom: 6rem;}
    
    /* popup */
    /* quick */
    #quick-placeholder ul li .img_wrap {
        width: 25px;
        padding: 4px;
    }   
    #quick-placeholder ul li a {
        width: 125px;
        padding: 5px;
        font-size: 15px;
    }
    .quick_logo {
        max-width: 60px;
    }

     /* footer */
     ul.copy_menu {
        gap: 20px;
        font-size: 4vw;
    }
    .f_logo {
        max-width: 250px;
        margin: auto;
    }
    .f_right{
        font-size:3vw ;
        gap:   5px 20px ;
    }
    footer .container {
        padding: 3rem 0;
        font-size: 2.8vw;
    }



}