@charset= "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    box-sizing: border-box;
}

/*font*/
@font-face {
    font-family: 'SpoqaHanSansNeo-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff')
        format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff')
        format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff')
        format('woff');
    font-weight: normal;
    font-style: normal;
}

.clearfix::after,
.clearfix::before {
    overflow: hidden;
    clear: both;
    content: '';
}

ul,
ol {
    margin-bottom: 0;
}

a,
img {
    display: block;
}

.quick_menu {
    position: fixed;
    bottom: 50%;
    right: 0px;
    transform: translateY(50%);
    z-index: 70;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.quick_menu li {
    margin-bottom: 0px;
    background: rgb(111 50 94 / 85%);
    position: relative;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
}
.quick_menu li:last-child {
    border-bottom: 0;
}
.quick_menu li:hover {
    background: #fff;
}
.quick_menu li:hover .quick_mo {
    color: #333;
}
.quick_menu li:last-child {
    margin-bottom: 0px;
}
.quick_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 70px;
    padding: 4px 6px;
    margin: 0 auto;
}
.quick_menu li a span {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.quick_menu li .quick_mo {
    display: block;
    font-size: 16px;
    position: relative;
    top: -3px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 0px 10px;
}
.quick_menu li.sns_n .quick_mo {
    /*left: -4.2px;*/
}
.quick_menu li.sns_f .quick_mo {
    /*right: -5px;*/
}
.quick_menu li.sns_i .quick_mo {
    /*right: -1px;*/
}

/*이전quick_bottom*/
/*.quick_bottom{position: fixed;bottom: 0;left: 0;z-index: 30;width: 100%;background: #223671;}
.quick_bottom ul{display: flex;align-items: center;justify-content: center;height: 65px;}
.quick_bottom ul li{margin-left: 8%; border: 1px solid #fff; width: 300px;text-align: center;overflow: hidden;box-shadow: 0 0 5px yellow;}

.quick_bottom ul li:hover a{color: #223671;background: rgba(255,255,255,0.9);font-family: 'SpoqaHanSansNeo-Bold';}
.quick_bottom ul li:hover a span{color: #223671;font-family: 'SpoqaHanSansNeo-Bold';}


.quick_bottom ul li:first-child{margin-left: 0px;}
.quick_bottom ul li a{font-family: 'SpoqaHanSansNeo-Regular';font-size: 22px;color: #fff;padding: 5px 0;transition: all 0.3s ease;}
.quick_bottom ul li a span{font-family: 'SpoqaHanSansNeo-Regular';color: #fff;position: relative;transition: all 0.3s ease;}
li.quick_bottom1 a{margin-left: -28px;}
li.quick_bottom2 a{margin-left: -22px;}
li.quick_bottom3 a{margin-left: -29px;}

li.quick_bottom1 a span:after{content: ""; position: absolute;top: 2px;left: 103%;background: url(../../images/main_images/floating_icon1.png) no-repeat; width: 27px;height: 25px;transition: all 0.3s ease;}
li.quick_bottom2 a span:after{content: ""; position: absolute;top: 2px;left: 103%;background: url(../../images/main_images/floating_icon2.png) no-repeat; width: 27px;height: 25px;transition: all 0.3s ease;}
li.quick_bottom3 a span:after{content: ""; position: absolute;top: 3px;left: 103%;background: url(../../images/main_images/floating_icon3.png) no-repeat; width: 27px;height: 25px;transition: all 0.3s ease;}

.quick_bottom ul li.quick_bottom1:hover a span:after{background: url(../../images/main_images/floating_icon1_h.png) no-repeat;}
.quick_bottom ul li.quick_bottom2:hover a span:after{background: url(../../images/main_images/floating_icon2_h.png) no-repeat;}
.quick_bottom ul li.quick_bottom3:hover a span:after{background: url(../../images/main_images/floating_icon3_h.png) no-repeat;}*/

@media (max-width: 1080px) {
    .quick_menu {
        left: 0;
        bottom: 0;
        width: 100vw;
        box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
        transform: translateX(0);
        display: none;
    }
    .quick_menu ul {
        overflow: hidden;
    }
    .quick_menu li {
        border-bottom: none;
        width: 25%;
        float: left;
        background: rgba(255, 255, 255, 0.99);
    }
    .quick_menu li a {
        width: auto;
        height: auto;
        padding: 6px 6px;
    }
    .quick_menu li .quick_mo {
        font-size: 16px;
    }
    .quick_menu li.sns_f,
    .quick_menu li.sns_i,
    .quick_menu li.sns_n {
        display: none;
    }
}

@media (max-width: 480px) {
    /*.quick_menu{right: 10px;}*/
    .quick_menu li .quick_mo {
        font-size: 13px;
    }
}

/*----------------------------------------------------------------------------------------*/

.quick_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    background: #16394f;
    z-index: 30;
}
.quick_left {
    display: flex;
    align-items: center;
    width: 50%;
}
.quick_left > div {
    height: 85px;
}
.quick_right > div {
    height: 85px;
}
.qb_contents1 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #555;
}

.qb_consult_box {
    display: flex;
    line-height: 60px;
    width: 70%;
}
.qb_consult {
    border-right: 1px solid #555;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qb_consult a p {
    color: #fff;
}
.qb_consult a p br {
    display: none;
}
.qb_consult a {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.qb_consult a span {
    font-weight: bolder;
    color: #fff;
}
.qb_consult img {
    padding-left: 20px;
}

.qb_contents_box {
    width: 1450px;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
}
.quick_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.qb_count_box {
    display: flex;
    width: 80%;
    border-right: 1px solid #555;
}
.qb_count {
    display: flex;
    width: 33.333%;
    align-items: center;
    justify-content: center;
}

.qb_cotents_text {
    padding-left: 10px;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #fff;
}
.qb_cotents_text span {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.qb_count_box img {
    width: 61px;
    height: 61px;
}

.qb_contents5 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1530px) {
    .qb_contents5 {
        display: none;
    }
    .qb_count_box {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .qb_consult a p {
        line-height: 1.2;
        text-align: right;
    }
    .qb_consult a p br {
        display: block;
    }
    .qb_consult img {
        padding-left: 13px;
    }
}

@media (max-width: 1280px) {
    .qb_contents1 {
        display: none;
    }
    .quick_left {
        width: 40%;
    }
    .qb_consult_box {
        width: 100%;
    }
    .quick_right {
        width: 60%;
    }
}

@media (max-width: 1080px) {
    .qb_cotents_text {
        font-size: 14px;
        padding-left: 4px;
    }
    .qb_cotents_text span {
        font-size: 26px;
    }
    .qb_count_box img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 860px) {
    .quick_left {
        width: 45%;
    }
    .qb_consult a {
        font-size: 18px;
    }
    .quick_right {
        width: 55%;
    }
    .qb_consult img {
        padding-left: 10px;
    }
    .qb_count_box img {
        display: none;
    }
    .qb_cotents_text {
        text-align: center;
    }
}

@media (max-width: 648px) {
    .quick_left {
        width: 100%;
    }
    .quick_bottom {
        height: 60px;
    }
    .quick_left > div {
        height: 60px;
    }
    .quick_right {
        display: none;
    }
}

@media (max-width: 480px) {
    .qb_consult a {
        font-size: 16px;
    }
}
