/* 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: 'SCDream', "Pretendard", 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: #393a39;
    line-height: 1.5;
    letter-spacing: -0.025em;
}
html *.LeferiBase{font-family: 'LeferiBase';}
.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: 100%;
    max-width: 450px;
    position: fixed;
    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 */
#quick-placeholder{
    font-family: 'ONE_Mobile_Title';
    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{
    color: #fff;
    margin-bottom: 5px;
    border-radius: 40px;
}


#quick-placeholder ul li a{
    display: block;
    text-align: center;
    transition: all .5s ;
    
    /* word-spacing:-5px; */
    font-size:16px;
    
    border-radius: 40px;
    position: relative;
    /* color: #000; */
}
/* #quick-placeholder ul li .q_txt{width: 0%;} */
#quick-placeholder ul li .img_wrap{
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ;
    background: linear-gradient( -45deg,#203458 , #3b69a4 );
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
#quick-placeholder li img{
    aspect-ratio:  1/ 1;
    max-width: 40px;
    width: 100%;
    
}
.q_txt{
    border-radius:  25px 0 0 25px  ;
    width: 0px;
    opacity: 0;
    height: 50px;
    background: linear-gradient( -45deg,#203458 , #3b69a4 );
    position: absolute;
    top: 0;
    left: 25px;
    transform:translateX( -100%);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: width .5s ;
}
#quick-placeholder ul li a:hover .q_txt{
    width: 130px;
    padding-right: 25px;
    opacity: 1;
}
/*  */
.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 */
/* footer */
footer{
    background: rgba(71, 107, 178, 10%);
    color: #2A2A2A;
}
footer .container{
    padding: 5rem 0;
    font-size: 14px;
}

.f_logo{
    max-width: 300px;
}
.f_wrap{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 2rem;
}
.f_right{
    text-align: right;
    line-height: 2;
}
footer hr{margin: 2rem 0;}
ul.copy_menu{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.6    ;
}


@media (min-width:0px) and (max-width:1520px){
    .innertop{padding-top: 13rem;}
    .innerbottom{padding-bottom: 13rem;}
}
@media (min-width:0px) and (max-width:1280px){
    #quick-placeholder{
        bottom: 7vw;
    }
    footer .content_inner{
        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: 5rem;}
    *.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: 4rem;}
    *.m50{margin-bottom: 3rem;}
    *.m20{margin-bottom: 1.5rem;}
    *.m10{margin-bottom: 1rem;}
    p {font-size: 16px;}
    /* popup */
    .popup_wrap {
        top: 65px!important;
        left: 0!important;
    }
    
    /*  */
    .innertop{padding-top: 8rem;}
    .innerbottom{padding-bottom: 8rem;}

    footer .content_inner{
        padding: 5rem 0 12rem;
    }
    .f_left p{font-size: 1.6rem;}
    .f_logo{display: none;}
    .f_right {
        text-align: left;
        flex-direction: row;
    }
    .f_wrap {
        flex-direction: column-reverse;
    }
}
@media (min-width:0px) and (max-width:600px){

    

    /* common */
    .innertop{padding-top: 5rem;}
    .innerbottom{padding-bottom: 5rem;}
    p {
        font-size: 4.5vw;
    }
    /* popup */
   /* quick */
   #quick-placeholder ul li .img_wrap {
        width: 40px;
   }
    #quick-placeholder ul li a {
        font-size: 12px;
        gap: 0;
    }
    #quick-placeholder li img{
        max-width: 30px;
    }
    /* footer */
    .f_right ul{
        font-size:16px ;
    }
    .f_wrap{
        flex-direction: column-reverse;
        gap: 1rem;
    }



}