/* 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", 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.04em;
}

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 */
.popup_swiper img {
    width: 100%
}
.popup_nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
}

.popup_prev,
.popup_next {
    pointer-events: all;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
}

.popup_prev { margin-left: 10px; }
.popup_next { margin-right: 10px; }


.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: 80%;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform:translate(-50%,-50%);
    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;
    color:#fff;
    font-weight:600;
}

.popup_close {
    cursor: pointer;
    font-weight:600;
    color:#fff;
}

.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.popup_bg.on {
    opacity: 1;
    visibility: visible;
}
.popup_wrap.introani {
    animation: introanimation .8s forwards ease;
}

/* quick */
#quick-placeholder {
    position: fixed;
    bottom: 4vw;
    right: 2vw;
    z-index: 100000;
    font-size: 14px;
}

#quick-placeholder ul {
    display: flex;
    flex-direction: column;

}

#quick-placeholder ul li {
    /* background: #EAEAEA; */
    background: #f4f4f4;
    padding: 10px;
    position: relative;
}

#quick-placeholder ul li:nth-of-type(1)::after,
#quick-placeholder ul li:nth-of-type(2)::after,
#quick-placeholder ul li:nth-of-type(3)::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background: #A3A3A3;
    position: absolute;
    bottom: 0.5px;
    left: 10px;
}

#quick-placeholder ul li:nth-of-type(1) {
    border-radius: 5px 5px 0 0;
}

#quick-placeholder ul li:nth-of-type(4) {
    border-radius: 0 0 5px 5px;
}

#quick-placeholder ul li:nth-of-type(5) {
    border-radius: 5px;
    background: #383838;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#quick-placeholder ul li a {
    text-align: center;
    transition: all .5s;
    font-weight: 500;
    border-radius: 50%;
    position: relative;
    color: #1C1C1B;
    letter-spacing: -0.28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#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;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    padding: 8px;
}

#quick-placeholder ul li .tel .img_wrap {
    padding: 0;
}

#quick-placeholder ul li:first-child .img_wrap {
    padding: 5px;
}

/* #quick-placeholder ul li:last-child {background: none;} */
#quick-placeholder ul li:last-child .img_wrap {
    padding: 0px;
}

#quick-placeholder li img {
    aspect-ratio: 1/ 1;
    max-width: 50px;
    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: #232F4F;
    color: #fff;
}

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;
    font-weight: 300;
}

.f_right i {
    font-weight: 500;
    display: inline-block;
    padding-left: 15px;
    padding-right: 5px;
}

footer hr {
    margin: 2rem 0;
}

ul.copy_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    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: 18px;
    }

    /* popup */
    .popup_wrap {
      
    }

    /*  */
    .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) {

    .popup_wrap {
        max-width: 300px;
    }


    /* common */
    .innertop {
        padding-top: 5rem;
    }

    .innerbottom {
        padding-bottom: 5rem;
    }

    p {
        font-size: 4.3vw;
    }

    /* popup */
    /* quick */
    #quick-placeholder {
        bottom: 0;
        right: 0;
        width: 100%;
    }

    #quick-placeholder ul {
        flex-direction: row;
        width: 100%;
    }

    #quick-placeholder ul li {
        width: 100%;
    }

    #quick-placeholder ul li:nth-of-type(1) {
        border-radius: 5px 0px 0 0;
    }

    #quick-placeholder ul li:nth-of-type(4) {
        border-radius: 0 5px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #quick-placeholder ul li:nth-of-type(5) {
        border-radius: 5px 5px 0 0;
    }

    #quick-placeholder ul li:nth-of-type(1)::after,
    #quick-placeholder ul li:nth-of-type(2)::after,
    #quick-placeholder ul li:nth-of-type(3)::after {
        left: auto;
        right: 0;
        bottom: 10%;
        transform: translate(0);
        height: 80%;
        width: 0.5px;
        content: '';
        display: block;
        background: #A3A3A3;
        position: absolute;
        z-index: 2;
    }

    #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;
    }

    #quick-placeholder li .tel {
        display: flex;
        align-items: center;
    }

    #quick-placeholder li .tel img {
        max-width: 50px;
    }

    /* footer */
    .f_right ul {
        font-size: 16px;
    }

    .f_wrap {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    footer .container {
        padding: 5rem 0 100px;
    }


}