@charset "UTF-8";
@import url('./base.css'); /**********************************************/
/* common */
body {
    height: calc(var(--vh, 1vh) * 100);
}

/* bold */
.bold {
    font-weight: bold;
}

/* input */
input:is([type='text'], [type='password'], [type='number'], [type='date'], [type='search'], [type='email']) {
    height: 50px;
    border: 1px solid #d9d9d9;
    padding-left: 10px;
}

/* scrollbar */
body *::-webkit-scrollbar {
    width: 5px;
}
body *::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #d9d9d9;
}
body *::-webkit-scrollbar-track {
    background: white;
}

/* header */
header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all 0.5s ease;
    background-color: #000000;
}
.nav-up {
    top: -80px;
}
header .top {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    background: #000000;
    padding: 0 10%;
    z-index: 999999;
}
header .top p {
    color: #fff;
}
header .top p a {
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
}

/* gnb */
header .gnb {
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    width: 100%;
    background-color: #000000;
}
header .gnb li {
    position: relative;
    min-width: 9%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .gnb li img {
    width: 100%;
}
header .gnb li > p img {
    margin-left: 5px;
}
header .gnb li > p > *:is(a, p) {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 0 5px;
    letter-spacing: 0.63px;
}

/* lnb */
header .lnb {
    position: absolute;
    top: 60px;
    z-index: 90000;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    display: none;
}
header .lnb a {
    color: #595959;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

/* indicaotr */
.wrap_indicator {
    width: 95%;
    max-width: 1590px;
    padding: 20px 0;
    margin: 0 auto;
}
.wrap_indicator > .indicator {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.49px;
}

/* sub section_top */
.section_top.sub h2 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1.47px;
}

.section_top.sub > p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.49px;
    margin: 20px 0 50px;
}

/* footer */
/* footer { margin-top: 130px; }  */
footer > .top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    border-bottom: 2px solid#000;
    padding: 15px 10%;
    background-color: #222020;
}

footer > .top ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #737373;
    gap: 0 20px;
}

footer > .top ul li a {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
footer > .top ul li:hover {
    font-weight: bold;
}
footer > .top p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    border: 1px solid #d3d3d3;
    padding: 10px 25px;
}
footer > .top span {
    font-size: 11px;
    color: #4670cf;
}
footer > .top p img {
    width: 24px;
}

footer > .bottom {
    background: #f8f8f8;
    background-color: #222020;
    padding: 30px 10%;
}
footer > .bottom .flexbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}
footer > .bottom .left img {
    margin-left: 20px;
}
footer > .bottom .left p {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 171.5%;
    letter-spacing: 0.425px;
    white-space: pre-line;
}
footer > .bottom .right {
    padding: 25px 40px;
    border: 1px solid #494949;
    background: #1b1b1b;
}
footer > .bottom .right p {
    color: #fff;
    font-size: 18px;
    line-height: 165%;
    letter-spacing: 0.45px;
    white-space: pre-line;
}
footer > .bottom .right p:nth-of-type(2) {
    color: #838383;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 0.325px;
    white-space: pre-line;
}
footer > .bottom .right img {
    margin-left: 10px;
}
footer > .bottom .right img:nth-of-type(1) {
    margin-left: 15px;
}

footer > .top_add {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    background: #7455f8;
    padding: 35px 0;
}

footer > .top_add p:nth-of-type(1) span {
    color: #ffde31;
    font-size: 28px;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: 0.7px;
}
footer > .top_add p:nth-of-type(1) button {
    color: #7455f8;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 230px;
    padding: 15px 35px;
    margin-left: 15px;
}

footer > .top_add p:nth-of-type(2) {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: 0.7px;
}

footer > .top_add p:nth-of-type(2) img {
    margin-right: 10px;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.pagination > * {
    cursor: pointer;
}
.pagination > button {
    all: unset;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    font-size: 12px;
    color: #6a6a6a;
    text-align: center;
    background: #f3f3f3;
    cursor: pointer;
    border-radius: 2px;
}
.pagination > img {
    width: 24px;
    height: 24px;
    margin: 0 10px;
}
.pagination .active {
    background: #ffa800;
    color: #fff;
}
/* 사이드바 수정 */
.quickmenu .middle {
    margin-bottom: 40px;
}
.sideba_li {
    display: flex;
}
.sideba_li a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.quickmenu_naver:hover {
    color: #2db400;
}
.quickmenu_kakao:hover {
    color: #f7e600;
}
.icon_left {
    font-size: 20px;
    color: #fff;
}
.red_text {
    color: #ff0000 !important;
    font-weight: bold;
}
/* 사이드바 수정 */
@media screen and (min-width: 768px) {
    /*header */
    header .gnb li:nth-of-type(1) {
        margin-left: 10%;
    }
    header .gnb li:nth-of-type(2) {
        margin-left: auto;
    }
    header .gnb li:nth-of-type(2):hover .lnb {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100px;
        text-align: center;
        color: #fff;
        background-color: #000000;
        z-index: 9999 !important;
    }

    header .gnb li:nth-of-type(6):hover .lnb {
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        color: #fff;
        background-color: #000000;
        z-index: 9999 !important;
        padding: 10px 0;
        gap: 5px;
    }

    header .gnb li:is(:nth-of-type(2):hover, :nth-of-type(6):hover) .lnb a {
        color: #fff;
    }
    header .gnb li:is(:nth-of-type(2):hover, :nth-of-type(6):hover) a:hover {
        font-weight: bold;
    }
    header .gnb > div {
        margin-right: 10%;
    }

    /* quickmenu */
    .quickmenu {
        position: fixed;
        top: 8%;
        right: 0;
        display: flex;
        flex-direction: column;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 30px 24px 21px 16px;
    }

    .quickmenu .top {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 48px;
    }

    .quickmenu .top .wrap_i {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }

    .quickmenu .top .wrap_i img {
        width: 100%;
        height: 100%;
    }

    .quickmenu .middle ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 40px;
    }

    /* .quickmenu .middle li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    /* .quickmenu .middle li a span {
        color: #494242;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 127.5%;
        letter-spacing: -0.35px;
        margin-top: 3px;
    } */

    .quickmenu .middle li:nth-of-type(4) a span:nth-of-type(2) {
        color: #0c274d;
        font-size: 14px;
        font-weight: 700;
        line-height: 127.5%;
        letter-spacing: -0.35px;
    }

    .quickmenu .middle .middle_text {
        margin: 48px 0px;
        text-align: end;
    }

    .quickmenu .middle .middle_text span {
        font-size: 20px;
        color: white;
    }

    .quickmenu .top p:nth-of-type(1) {
        text-align: end;
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0.4px;
    }
    .quickmenu .top .red {
        color: #9f003a;
        text-align: end;
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0.4px;
    }
    .quickmenu .top .org {
        color: #ffa800;
        text-align: end;
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0.4px;
    }

    .quickmenu .top .tel {
        margin-top: 8px;
    }

    .quickmenu .middle > div p {
        display: flex;
        align-items: center;
        gap: 0 3px;
        border-radius: 34px;
        background: #fff;
        padding: 3px 10px;
        color: #3e3e3e;
        font-size: 13px;
        font-weight: 700;
        line-height: 147.5%;
        letter-spacing: -0.325px;
    }

    .quickmenu .bottom {
        margin-bottom: 48px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
    }

    .quickmenu .bottom .title {
        font-size: 20px;
        color: white;
        text-align: right;
    }

    .quickmenu .bottom .desc {
        font-size: 16px;
        color: white;
        text-align: end;
    }

    .quickmenu .top_btn {
        display: flex;
        justify-content: flex-end;
        font-size: 20px;
        gap: 20px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }
    .quickmenu .top_btn:hover{
        color:#76a5e6
    }

    .quickmenu .top_btn img {
        cursor: pointer;
    }

    .quickmenu {
        transition: top 1s ease; /* 1초 동안 top 위치가 변경될 때 스무스하게 움직이게 합니다. */
    }

    .quickmenu_mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 881px) {
    body {
        zoom: 0.7;
    }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
    body {
        zoom: 0.6;
    }
}

@media screen and (max-width: 767px) {
    /* common */
    * {
        font-size: 12px;
    }

    /* input */
    input:is([type='text'], [type='password'], [type='number'], [type='date'], [type='search'], [type='email']) {
        height: 40px;
        border: 1px solid #d9d9d9;
        padding-left: 10px;
    }

    /* header */
    header {
        height: 60px;
    }
    header .top {
        display: flex !important;
        justify-content: space-between;
        height: 60px;
        box-shadow: 0px 4px 4px rgba(162, 162, 162, 0.25);
        z-index: 999999999999999;
        padding: 0 2%;
    }
    header .top .wrap_right {
        display: none;
    }
    header .top > a {
        width: 170px;
    }
    header .top > a img {
        width: 90%;
    }
    header .top_add {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        gap: 2%;
        color: #fff;
        height: 30px;
        background-color: #2d2c72;
        padding: 0 2%;
    }
    header .top_add a {
        color: #fff;
    }
    body.active {
        overflow: hidden;
    }

    header .bottom {
        height: 200vh;
        width: 95%;
        background: #030303;
        margin-left: auto;
        visibility: hidden;
        opacity: 0;
        transition: all 1s ease;
        overflow-y: auto;
    }
    header .bottom.active {
        visibility: visible;
        opacity: 0.9;
    }

    /* btn_panel */
    #btn_panel {
        position: relative;
        z-index: 5000;
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }
    #btn_panel i {
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        width: 22px;
        height: 2px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 0 0.43px #000;
        border-radius: 0.25px;
        transition:
            transform 0.1s,
            0.1s all 0.1s;
    }
    #btn_panel i:nth-child(1) {
        top: 12px;
    }
    #btn_panel i:nth-child(2) {
        top: calc(50% - 1px);
    }
    #btn_panel i:nth-child(3) {
        bottom: 12px;
    }
    #btn_panel.active i:nth-child(1) {
        top: calc(50% - 1px);
        transform: rotate(45deg);
        transition:
            all 0.1s,
            0.1s transform 0.1s;
    }
    #btn_panel.active i:nth-child(2) {
        visibility: hidden;
        opacity: 0;
        transition:
            opacity 0.1s,
            visibility 0.1s;
    }
    #btn_panel.active i:nth-child(3) {
        bottom: calc(50% - 1px);
        transform: rotate(-45deg);
        transition:
            all 0.1s,
            0.1s transform 0.1s;
    }

    /* gnb */
    header .gnb {
        right: -100%;
        z-index: 1500;
        border-top: 0;
        box-shadow: none;
        flex-flow: column nowrap;
        align-items: flex-start;
        width: 95%;
        height: 95vh;
        padding: 0 !important;
        position: absolute;
        margin: 0 auto;
        transition: 0.5s ease-in;
        top: 120px;
        overflow-y: scroll;
    }
    header .gnb.active {
        right: 0;
        z-index: 99999999999999999;
    }
    header .gnb li {
        flex-direction: column;
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        background-color: rgba(255, 255, 255, 0.1);
    }
    header .gnb li > *:is(a, p) {
        width: 100%;
        height: 60px;
        line-height: 1;
        padding: 0 20px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .gnb li > p {
        cursor: pointer;
    }
    header .gnb li > p > *:is(a, p) {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
    }
    header .gnb li > p.active + .lnb {
        overflow-y: scroll;
        display: flex;
        width: 100%;
        background-color: rgba(248, 248, 248, 0.7);
    }
    header .gnb > div > p > *:is(a, p) {
        font-size: 16px;
    }

    /* lnb */
    header .lnb {
        position: relative;
        display: none;
        padding: 5px 18px 150px;
        overflow-y: scroll;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        border-right: none;
    }
    header .gnb:hover .lnb {
        display: none;
    }
    header .lnb a {
        position: relative;
        z-index: 5;
        padding: 10px 10px;
        font-weight: 500;
        line-height: 20px;
        color: #757575;
        font-size: 14px;
        color: #222222;
        display: flex;
        gap: 0 5px;
    }
    header .lnb a.active {
        color: #fff;
    }

    /* sub section_top */
    .section_top.sub h2 {
        font-size: 24px;
    }
    .section_top.sub p {
        font-size: 12px;
    }

    /* indicator */
    .wrap_indicator {
        width: 95%;
        margin: 0 auto;
    }
    .wrap_indicator > .indicator {
        font-size: 12px;
    }

    /* footer */
    footer {
        margin-top: 0px;
    }
    footer > .top {
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
    }
    footer > .top ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    footer > .top ul li {
        font-size: 13px;
    }
    footer > .bottom {
        height: auto;
    }
    footer > .bottom .left {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer > .bottom .left p {
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin: 0;
    }
    footer > .bottom .flexbox {
        flex-direction: column;
        height: auto;
        padding: 0 0 30px;
    }
    footer > .bottom .right {
        padding: 25px;
        margin-top: 40px;
    }
    footer > .bottom .right p {
        font-size: 16px;
    }
    footer > .bottom .right p:nth-of-type(2) {
        font-size: 13px;
    }
    footer > .bottom .right img:nth-of-type(1) {
        margin: 0;
    }

    .quickmenu {
        display: none;
    }

    .quickmenu_mobile {
        width: 100vw;
        position: fixed;
        bottom: 0;
        display: flex !important;
        background-color: black;
        padding: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        z-index: 10;
        transition: all 0.5s ease;
    }

    .quickmenu_mobile .time_info {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quickmenu_mobile .time_info span {
        font-size: 16px;
        font-weight: 700;
        color: white;
    }
    .quickmenu_mobile .time_info .wrap_i {
        display: flex;
    }

    .quickmenu_mobile .time_info img {
        margin: 0px 8px;
    }

    .quickmenu_mobile .desc {
        font-size: 16px;
        font-weight: 700;
        color: white;
    }

    .quickmenu_mobile .wrap_a {
        display: flex;
        gap: 24px;
    }

    .quickmenu_mobile .wrap_a a {
        padding: 8px 14px;
        border-radius: 99px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        gap: 8px;
        line-height: 100%;
    }

    .quickmenu_mobile .wrap_a a:nth-of-type(1) {
        color: #7455f8;
    }

    .quickmenu_mobile .wrap_a a:nth-of-type(2) {
        color: #392020;
    }


    .quickmenu_mobile .colon {
        display: inline-block;
        width: 7px;
        text-align: center;
    }

    footer > .top_add {
        flex-direction: column;
    }

    footer > .top_add p:nth-of-type(1) span {
        font-size: 14px;
    }

    footer > .top_add p:nth-of-type(1) button {
        font-size: 14px;
        padding: 5px 20px;
    }

    footer > .top_add p:nth-of-type(2) img {
        width: 20px;
    }

    footer > .top_add p:nth-of-type(2) {
        font-size: 14px;
        margin-top: 10px;
    }
}
