@charset "utf-8";
body.prevent {
    /*overflow-y:hidden;*/
    /*height: 100%;*/
}
/*body.prevent .bg_slide .swiper-slide{*/
/*    width: 100% !important;*/
/*    transform: translate3d(0px, 0px, 0px) !important;*/
/*}*/

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #ccc;
}
.header-container {
    max-width: 1440px;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px;
}
.mob-gnb-btn {
    display: none;
}
.header-logo {
    width: 397px;
}
.header-logo a img:last-child {
    padding: 3px 0 0 5px;
    animation: bell 2s ease infinite;
}
@keyframes bell {
    0%, 50% {
        transform: rotate(0deg);
    }
    5%, 15%, 25%, 35%, 45% {
        transform: rotate(2deg);
    }
    10%, 20%, 30%, 40% {
        transform: rotate(-2deg);
    }
}
.gnb-list {
    display: flex;
}
.gnb-list li {
    position: relative;
    height: 110px;
}
.gnb-list li:first-child {
    margin-right: 100px;
}
.gnb-list li > img {
    width: 16px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-8px, -10px);
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
}
.gnb-list li a {
    display: block;
    font-family: "Tenada";
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    transition: 0.3s;
    background: #fff;
}
.gnb-list li:hover img {
    visibility: visible;
    top: 35%;
}
.gnb-list li:hover a {
    margin-top: 55px;
    color: #332FFA;
}
.mob-close-btn {
    display: none;
}
.search-wrap{
    max-width: 200px;
}
.search-box {
    border-bottom: 2px solid #111;
    display: flex;
}
.search-box input {
    width: 100%;
    border: none;
    /*font-weight: 200;*/
    font-size: 16px;
    padding-left: 0;
}
.search-box .search-btn {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    color: #111;
}
@media all and (max-width: 1060px) {
    .gnb-list li:first-child {
        margin-right: 50px;
    }
}
@media all and (max-width: 1023px) {
    .gnb-list li:first-child {
        margin-right: 40px;
    }
}
@media all and (max-width: 1023px) {
    .header-container {
        padding: 0 20px;
        height: 150px;
    }
    .mob-gnb-btn {
        display: block;
    }
    .gnb {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        padding: 50px 20px;
        background: rgba(51, 47, 250, 0.9);
        transition: 0.5s;
        z-index: 100;
    }
    .gnb.active {
        top: 0;
    }
    .gnb-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .gnb-list li {
        height: 25px;
        margin-top: 20px;
    }
    .gnb-list li:first-child {
        margin-right: 0;
    }
    .gnb-list li > img {
        display: none;
    }
    .gnb-list li a {
        font-size: 25px;
        color: #fff;
        transition: none;
        background: none;
        margin-top: -10px;
    }
    .gnb-list li:hover a {
        margin-top: -10px;
        color: #fff;
    }
    .mob-close-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .search-wrap {
        display: none;
    }
    .gnb-dimed {
        visibility: hidden;
    }
    .gnb-dimed.active {
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        transition: all .5s;
    }
}
@media all and (max-width: 767px) {
    .header-container {
        height: 70px;
    }
    .header-logo {
        font-size: 0;
    }
    .header-logo img:first-child {
        width: 167px;
    }
    .header-logo a img:last-child {
        padding: 2px 0 0 5px;
        width: 43px;
    }
}
/* header e */
/* footer */
.footer {
    background: #333333;
}
.footer-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 30px;
}
.footer-logo {
    max-width: 256px;
    width: 100%;
}
.footer-logo img:last-child{
    display: none;
}
.util-box li {
    display: inline-block;
    color: #fff;
}
.util-box li::after {
    content: "/";
    margin: 0 20px;
    color: #999999;
}
.util-box li:last-child:after {
    content: "";
    margin: 0;
}
.util-box li a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.footer-top {
    border-bottom: 1px solid #666666;
}
.footer-btm {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 40px;
    color: #ccc;
}
.address-box {
    font-size: 16px;
    font-style: normal;
}
.contact-box {
    display: flex;
}
.contact-tit {
    font-size: 16px;
    font-weight: 600;
}
.contact-desc {
    font-size: 16px;
}
.contact-box li {
    margin-right: 20px;
}
.sns-box .sns-list {
    display: flex;
}
.sns-box .sns-list li {
    margin-left: 15px;
}
@media all and (max-width: 1023px) {
    .footer-container {
        padding: 0 20px;
    }
    .footer-logo img:first-child{
        display: none;
    }
    .footer-logo img:last-child{
        display: block;
    }
    .footer-btm {
        flex-direction: column;
    }
    .contact-box {
        margin-bottom: 30px;
    }
    .sns-box .sns-list li {
        margin-left: 0;
        margin-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .footer-top {
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px 0 10px;
    }
    .footer-logo {
        width: 171px;
        margin-bottom: 30px;
    }
    .util-box li a {
        font-size: 12px;
    }
    .util-box li::after {
        margin: 0 10px;
    }
    .footer-btm {
        padding: 10px 0 20px;
    }
    .address-box {
        font-size: 12px;
        line-height: 18px;
    }
    .contact-box {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .contact-tit {
        font-size: 12px;
    }
    .contact-desc {
        font-size: 12px;
    }
}
/* footer e */
/* 상단 이동 버튼 */
.btn-top-box{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    opacity: 0;
    transition: all .3s ease-out;
}
.btn-top-box.active{
    opacity: 1;
}
.btn-top-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #AAAAAA;
    background: #FFFFFF;
    border-radius: 50px;
    font-weight: 900;
    font-size: 18px;
}
@media all and (max-width: 767px){
    .btn-top-box{
        right: 20px;
        bottom: 20px;
    }
}