/* ê¸°ë³¸ ë…¸ë§ë¼ì´ì§• */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
}

/* ì˜µì…˜ */
.con {
    margin: 0 auto;
    max-width: 1200px;
}

.img-box>img {
    width: 100%;
    display: block;
}

.k-cell::after {
    content: "";
    display: block;
    clear: both;
}

.cell {
    float: left;
    box-sizing: border-box;
}

.cell-right {
    float: right;
    box-sizing: border-box;
}

.block {
    display: block;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.xy-middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.x-middle {
    left: 50%;
    transform: translateX(-50%);
}

.y-middle {
    top: 50%;
    transform: translateY();
}

.text-bold {
    font-weight: bold;
}

/*ë‚˜ëˆ”ìŠ¤í€˜ì–´ í°íŠ¸*/
.nanumsquare {
    font-family: 'NanumSquare', sans-serif !important;
}

/*ë…¸í†  ì‚°ìŠ¤ í°íŠ¸*/
.noto-sans {
    font-family: 'Noto Sans KR', sans-serif;
}

body.active {
    overflow: hidden;
}

/*ì˜µì…˜ ë°˜ì‘í˜•*/
@media (max-width:1250px) {
    .con {
        padding: 0 20px;
    }
}

/*@@@@@@@@@@ë©”ì¸ íƒ‘ë°” / ë©”ì¸ ë¹„ì£¼ì–¼@@@@@@@@@@*/
.main-visual-box {
    width: 100%;
}

/*pc-íƒ‘ë°”*/
.main-visual-box .pc-top-bar-box {
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100px;
}

.main-visual-box .pc-top-bar-box .logo-box {
    width: 200px;
    height: 100%;
    cursor: pointer;
}

.main-visual-box .pc-top-bar-box .menu-box {
    width: 40%;
}

.main-visual-box .pc-top-bar-box .menu-box li {
    text-align: center;
}

.main-visual-box .pc-top-bar-box .menu-box>li {
    width: 25%;
    height: 100%;
    line-height: 100px;
    position: relative;
}

.main-visual-box .pc-top-bar-box .menu-box li>a {
    font-size: 18px;
    color: #fff;
}

.main-visual-box .pc-top-bar-box .menu-box li ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
}

.main-visual-box .pc-top-bar-box .menu-box li ul li {
    width: 100%;
}

.main-visual-box .pc-top-bar-box .menu-box li ul li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}

.main-visual-box .pc-top-bar-box .menu-box li ul li a:hover {
    color: coral;
}

/*mb-íƒ‘ë°”*/
.main-visual-box .mb-top-bar-box {
    width: 100%;
    height: 60px;
    background: #fff;
    display: none;
}

.main-visual-box .mb-top-bar-box .logo-box {
    width: 150px;
    margin-top: 15px;
}

.main-visual-box .mb-top-bar-box .menu-btn {
    width: 23px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 19px;
}

.main-visual-box .mb-top-bar-box .menu-btn div {
    width: 100%;
    height: 15%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.main-visual-box .mb-top-bar-box .menu-btn div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.main-visual-box .mb-top-bar-box .menu-btn div:nth-child(3) {
    top: auto;
    bottom: 0;
}

.main-visual-box .mb-top-bar-box .menu-box {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -100%;
    width: 270px;
    height: 100%;
    background: #fff;
    transition: all 0.5s;
}

.main-visual-box .mb-top-bar-box .menu-box.active {
    right: 0;
}

.main-visual-box .mb-top-bar-box .menu-box .top-area {
    height: 60px;
}

.main-visual-box .mb-top-bar-box .menu-box .top-area .x-btn {
    width: 23px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 19px;
}

.main-visual-box .mb-top-bar-box .menu-box .top-area .x-btn div {
    width: 100%;
    height: 15%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-visual-box .mb-top-bar-box .menu-box .top-area .x-btn div:nth-child(1) {
    transform: rotate(45deg);
}

.main-visual-box .mb-top-bar-box .menu-box .top-area .x-btn div:nth-child(2) {
    transform: rotate(-45deg);
}

/*mbë²„ì „ ë©”ë‰´*/
/* Accordion Container */
.container {
    width: 100%;
    position: relative;
}

.mb-top-bar-box .accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
    border-radius: 3px;
}

.accordionTitle {
    padding: 20px;
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #333;
    transition: ease-in-out 0.2s all;
    cursor: pointer;
}

.accordionTitle:hover {
    padding-left: 25px;
}

/* Accordion Item line */
.accordionTitle:before,
.accordionTitle:after {
    content: '';
    position: absolute;
    height: 2px;
    border-radius: 50px;
    transition: ease-in-out 0.6s all;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordionTitle:before {
    width: 100%;
    background-color: #c9d6df;
}

.accordionTitle:after {
    background-image: linear-gradient(90deg, #52616b, #c9d6df);
    width: 0%;
}

.accordionTitle:hover::after {
    width: 100%;
}

/* Accordion Item line - Active */
.accordionTitleActive:after {
    content: '';
    position: absolute;
    height: 2px;
    border-radius: 50px;
    transition: ease-in-out 0.6s all;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.accordionTitleActive:after {
    background-image: linear-gradient(90deg, #52616b, #c9d6df);
    width: 100%;
}


/* Accordion Item Icon  */
.accIcon {
    float: right;
    width: 30px;
    height: 30px;
    display: flex;
    margin-top: -3px;
    align-items: center;
    justify-content: center;
}

.accIcon:before,
.accIcon:after {
    content: '';
    position: absolute;
    border-radius: 50px;
    background-color: #c9d6df;
    transition: ease 0.3s all;
}

.accIcon:before {
    width: 2px;
    height: 20px;
}

.accIcon:after {
    width: 20px;
    height: 2px;
}

.accordionTitle:hover .accIcon:before,
.accordionTitle:hover .accIcon:after {
    background-color: #52616b;
}

.accIcon.anime.accIcon:before {
    transform: rotate(90deg);
}

/* Text Content */
.accordion .item .text {
    opacity: 0;
    height: 0;
    padding: 0px 20px;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 200;
    transition: all 0.6s cubic-bezier(.42, .2, .08, 1);
    overflow: hidden;
    background-color: #f1f1f1;
    letter-spacing: 0.5px;
}

.accordion .item .text li a {
    padding: 10px 0;
    color: #555;
}

/* Text Content - Class for JS to hide and show */
.accordion .item .text.show {
    opacity: 1;
    height: auto;
    padding: 0 25px;
    position: relative;
    z-index: 0;
    border-radius: 0px 0px 3px 3px;
}

@media (max-width:980px) {
    .main-visual-box .pc-top-bar-box {
        display: none;
    }

    .main-visual-box .mb-top-bar-box {
        display: block;
    }
}

/*1ì°¨ ë©”ë‰´ bg*/
.main-visual-box .menu-box-bg {
    width: 100%;
    height: 280px;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
}

.main-visual-box .menu-box-bg .gap {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.5);
}

@media (max-width:980px) {
    .main-visual-box .menu-box-bg {
        display: none;
    }
}

/*mb ë©”ë‰´ bg*/
.main-visual-box .mb-menu-box-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    top: 0;
    left: 0;
    z-index: 4;
    position: fixed;
}

.main-visual-box .mb-menu-box-bg.active {
    display: block;
}

/*ë©”ì¸ ë¹„ì£¼ì–¼*/
.main-visual-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 800px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-visual-slider .swiper-slide-1 {
    background: url(../img/img-home2.jpg) no-repeat center center/cover;
}

.main-visual-slider .swiper-slide-2 {
    background: url(../img/img-home3.jpg) no-repeat center center/cover;
}

.main-visual-slider .swiper-slide-3 {
    background: url(../img/img-home.jpg) no-repeat center center/cover;
}

.main-visual-slider .infor-box {
    bottom: 10px;
    z-index: 1;
    width: 130px;
    height: 30px;
}

.main-visual-slider .infor-box .swiper-pagination {
    color: #fff;
    top: 13%;
}

.main-visual-slider .swiper-button-next,
.main-visual-slider .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
    top: 97% !important;
}

.main-visual-slider .swiper-button-next:after,
.main-visual-slider .swiper-button-prev:after {
    font-size: 13px !important;
    color: #fff;
}

.main-visual-slider .swiper-button-prev,
.main-visual-slider .swiper-container-rtl .swiper-button-next {
    left: 12px !important;
}

.main-visual-slider .swiper-button-next,
.main-visual-slider .swiper-container-rtl .swiper-button-prev {
    right: 12px !important;
}

.main-visual-slider .pop-up-box {
    width: 530px;
    z-index: 2;
}

@media (max-width:980px) {
    .main-visual-slider .pop-up-box {
        width: 450px;
    }

    .main-visual-slider .swiper-slide {
        height: 600px;
    }
}

@media (max-width:768px) {
    .main-visual-slider .pop-up-box {
        width: 400px;
    }
}

@media (max-width:450px) {
    .main-visual-slider .pop-up-box {
        width: 300px;
    }
}


/*@@@@@@@@@@ë©”ì¸ ì»¨í…ì¸ -1@@@@@@@@@@*/
.content-1-box {
    width: 100%;
    padding: 50px 0;
}

.content-1-box>.content-1 {
    position: relative;
}

.content-1-box>.content-1>.box-1 {
    width: 35%;
    height: 608px;
    position: relative;
    overflow: hidden;
}

.content-1-box>.content-1>.box-1 .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.content-1-box>.content-1>.box-2 {
    width: 65%;
}

.content-1-box>.content-1>.box-1 .title-text {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.content-1-box>.content-1>.box-1 .text-1 {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}

.content-1-box>.content-1>.box-1 .text-2 {
    font-size: 15px;
    color: #333;
    margin-top: 15px;
    line-height: 23px;
}

.content-1-box>.content-1>.box-2 {
    border-left: 1px solid #dfdfdf;
}

.content-1-box>.content-1>.box-2>ul {
    width: 100%;
    height: 100%;
}

.content-1-box>.content-1>.box-2>ul>li {
    width: 50%;
    padding: 40px 0;
    padding-left: 120px;
    cursor: pointer;
}

.content-1-box>.content-1>.box-2>ul>li>img {
    width: 60px;
}

.content-1-box>.content-1>.box-2>ul>li>.text-1 {
    color: black;
    font-size: 23px;
    margin-top: 20px;
    font-weight: bold;
}

.content-1-box>.content-1>.box-2>ul>li>.text-2 {
    color: #333;
    font-size: 15px;
    margin-top: 10px;
    line-height: 23px;
}

.content-1-box>.content-1>.box-2 .text-3 {
    font-size: 15px;
    color: #000;
    margin-top: 20px;
}

.content-1-box>.content-1>.box-2>ul>li>.text-3 {
    color: #999;
    font-size: 15px;
    margin-top: 20px;
    width: 90px;
    height: 35px;
    border: 1px solid #999;
    text-align: center;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    transition: color 0.2s;
}

.content-1-box>.content-1>.box-2>ul>li>.text-3::before {
    content: "ë°”ë¡œê°€ê¸°";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.content-1-box>.content-1>.box-2>ul>li>.text-3:hover {
    color: white;
}

.content-1-box>.content-1>.box-2>ul>li>.text-3::after {
    content: "";
    background-color: #999;
    position: absolute;
    height: 300px;
    width: 100px;
    top: 0;
    right: 110%;
    z-index: 0;
    transform-origin: top right;
    transition: transform 0.2s;
}

.content-1-box>.content-1>.box-2>ul>li>.text-3:hover::after {
    transform: rotate(-90deg);
}

@media (max-width:980px) {
    .content-1-box {
        padding: 0;
    }

    .content-1-box>.content-1>.box-1 {
        width: 100%;
        height: 260px;
        border-bottom: 1px solid #dfdfdf;
    }

    .content-1-box>.content-1>.box-2 {
        border-left: none;
    }

    .content-1-box>.content-1>.box-1 .text-box {
        width: 100%;
        left: 10%;
    }

    .content-1-box>.content-1>.box-2 {
        width: 100%;
    }

    .content-1-box>.content-1>.box-2>ul>li {
        width: 50%;
        padding: 50px 0;
        padding-left: 16%;
    }

}

@media (max-width:768px) {
    .content-1-box>.content-1>.box-1 .title-text {
        font-size: 25px;
    }

    .content-1-box>.content-1>.box-1 .text-1 {
        font-size: 15px;
        margin-top: 10px;
    }

    .content-1-box>.content-1>.box-1 .text-2 {
        font-size: 13px;
        margin-top: 10px;
        line-height: 20px;
    }

    .content-1-box>.content-1>.box-1 {
        height: 200px;
    }

    .content-1-box>.content-1>.box-2>ul>li>.text-1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .content-1-box>.content-1>.box-2>ul>li>.text-2 {
        font-size: 13px;
        margin-top: 5px;
        line-height: 18px;
    }

    .content-1-box>.content-1>.box-2>ul>li>.text-3 {
        font-size: 13px;
        margin-top: 15px;
        width: 70px;
        height: 30px;
        line-height: 30px;
    }

    .content-1-box>.content-1>.box-2>ul>li {
        padding: 40px 0;
        padding-left: 16%;
    }

    .content-1-box>.content-1>.box-2>ul>li>img {
        width: 55px;
    }
}

@media (max-width:470px) {
    .content-1-box>.content-1>.box-2>ul>li {
        padding-left: 9%;
    }
}

/*@@@@@@@@@@ë©”ì¸ ì»¨í…ì¸ -2@@@@@@@@@@*/
.content-2-box {
    width: 100%;
    background: url(../img/content-2-img.jpg) no-repeat center 0px/cover;
}

.content-2-box .text-1 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    padding-top: 206px;
}

.content-2-box .text-2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-bottom: 206px;
    padding-top: 15px;
}

@media (max-width:768px) {
    .content-2-box .text-1 {
        font-size: 25px;
        padding-top: 100px;
    }

    .content-2-box .text-2 {
        font-size: 17px;
        padding-bottom: 100px;
        padding-top: 7px;
    }
}

/*@@@@@@@@@@ë©”ì¸ ì»¨í…ì¸ -3@@@@@@@@@@*/
.content-3-box {
    width: 100%;
    background: url(../img/content-3-img-1.png) no-repeat center center/cover;
}

.content-3-box .content-3 {
    padding: 50px 0;
    display: flex;
}

.content-3-box .content-3 .img-box {
    width: 60%;
}

.content-3-box .content-3 .text-box {
    width: 40%;
    position: relative;
}

.content-3-box .content-3 .text-box .text-box-in {
    padding-left: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content-3-box .content-3 .text-box .text-1 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.content-3-box .content-3 .text-box .text-2 {
    font-size: 15px;
    color: #333;
    line-height: 23px;
    margin-top: 30px;
}

.content-3-box .content-3 .text-box .add-btn {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
}

.content-3-box .content-3 .text-box .add-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:1250px) {
    .content-3-box .content-3 {
        padding: 50px 20px;
    }

    .content-3-box .content-3 .text-box .text-box-in {
        padding-left: 0px;
    }

    .content-3-box .content-3 .img-box {
        width: 55%;
    }

    .content-3-box .content-3 .text-box {
        width: 45%;
    }
}

@media (max-width:980px) {
    .content-3-box .cell {
        float: inherit;
    }

    .content-3-box .content-3 {
        display: block;
    }

    .content-3-box .content-3 .img-box {
        width: 60%;
        margin: 0 auto;
    }

    .content-3-box .content-3 .text-box {
        width: 100%;
        height: 200px;
        margin-top: 30px;
    }

    .content-3-box .content-3 .text-box .text-box-in {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 385px;
    }
}

@media (max-width:768px) {
    .content-3-box .content-3 {
        padding: 40px 20px;
    }

    .content-3-box .content-3 .text-box .text-1 {
        font-size: 25px;
    }

    .content-3-box .content-3 .text-box .text-2 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }

    .content-3-box .content-3 .text-box .add-btn {
        margin-top: 15px;
        font-size: 14px;
    }

    .content-3-box .content-3 .text-box .add-btn::after {
        width: 70%;
    }

    .content-3-box .content-3 .text-box {
        height: 150px;
    }

    .content-3-box .content-3 .text-box .text-box-in {
        width: 320px;
    }
}


/*@@@@@@@@@@ë©”ì¸ ì»¨í…ì¸ -4@@@@@@@@@@*/
.content-4-box {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.content-4-box .img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/5.jpg) no-repeat center center/cover;
}

.content-4-box .content-4 {
    width: 100%;
    height: 100%;
}

.content-4-box .content-4 .text-box {
    width: 50%;
    height: 100%;
    position: relative;
}

.content-4-box .content-4 .text-box-in {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 15px;
}

.content-4-box .content-4 .text-box-in .text-1 {
    font-size: 40px;
    font-weight: bold;
}

.content-4-box .content-4 .text-box-in .text-3 {
    padding-top: 30px;
}

.content-4-box .content-4 .text-box-in .text-3 .ico-box {
    width: 20px;
    height: 20px;
    background: url(../img/ico_time.png) no-repeat center center/cover;
    margin-top: 2px;
    margin-right: 5px;
}

.content-4-box .content-4 .text-box-in .text-4 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
}

.content-4-box .content-4 .text-box-in .text-5 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    padding-top: 5px;
}

.content-4-box .content-4 .text-box-in .text-6 {
    margin-top: 30px;
    width: 110px;
    height: 35px;
    border: 1px solid #999;
    color: #999;
    overflow: hidden;
    position: relative;
    transition: color 0.2s;
    text-align: center;
    line-height: 35px;
}

.content-4-box .content-4 .text-box-in .text-6::before {
    content: "ìƒë‹´ì‹ ì²­í•˜ê¸°";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: 15px;
}

.content-4-box .content-4 .text-box-in .text-6:hover {
    color: white;
}

.content-4-box .content-4 .text-box-in .text-6::after {
    content: "";
    background-color: #999;
    position: absolute;
    height: 300px;
    width: 100px;
    top: 0;
    right: 110%;
    z-index: 0;
    transform-origin: top right;
    transition: transform 0.2s;
}

.content-4-box .content-4 .text-box-in .text-6:hover::after {
    transform: rotate(-90deg);
}

@media (max-width:768px) {
    .content-4-box {
        height: 400px;
    }

    .content-4-box .content-4 .text-box-in .text-1 {
        font-size: 25px;
    }

    .content-4-box .content-4 .text-box-in .text-3 {
        padding-top: 25px;
        font-size: 13px;
    }

    .content-4-box .content-4 .text-box-in .text-3 .ico-box {
        margin-top: 3px;
        margin-right: 3px;
        width: 15px;
        height: 15px;
    }

    .content-4-box .content-4 .text-box-in .text-6 {
        margin-top: 25px;
        width: 90px;
        height: 30px;
        line-height: 30px;
    }

    .content-4-box .content-4 .text-box-in .text-6::before {
        font-size: 13px;
    }

    .content-4-box .content-4 .text-box-in .text-4 {
        font-size: 17px;
    }

    .content-4-box .content-4 .text-box-in .text-5 {
        font-size: 17px;
    }

    .content-4-box .img-box {
        width: 50%;
    }
}

/*@@@@@@@@@@í‘¸í„°@@@@@@@@@@*/
.footer-box {
    width: 100%;
    padding: 50px 0;
    background: #333;
}

.footer-box .menu-box>li {
    font-size: 16px;
    font-weight: bold;
    padding-right: 40px;
    color: #fff;
    cursor: pointer;
}

.footer-box .menu-box>li ul {
    padding-top: 7px;
}

.footer-box .menu-box>li li {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.8;
    padding-top: 8px;
}

.footer-box .logo-box {
    width: 200px;
}

.footer-box .logo-box img {
    margin-top: 20px;
}

.footer-box .text-box {
    text-align: right;
    line-height: 25px;
}

.footer-box .text-box .company {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.footer-box .text-box .company span {
    font-size: 17px;
}

.footer-box .text-box .text {
    color: #fff;
    font-size: 15px;
    font-weight: 550;
}

.footer-box .text-box .text-1 {
    margin-top: 13px;
}

.footer-box .text-box .copyright {
    color: #fff;
    opacity: 0.8;
    font-size: 13px;
}

@media (max-width:980px) {
    .footer-box .menu-box {
        display: none;
    }

    .footer-box .logo-box {
        display: none;
    }

    .footer-box .cell-right {
        float: inherit;
    }

    .footer-box .text-box {
        text-align: center;
    }
}

@media (max-width:768px) {
    .footer-box .text-box .company {
        font-size: 17px;
    }

    .footer-box .text-box .company span {
        font-size: 15px;
    }

    .footer-box .text-box .text {
        font-size: 13px;
    }

    .footer-box .text-box .copyright {
        font-size: 11px;
    }

    .footer-box .text-box {
        line-height: 23px;
    }

    .footer-box {
        padding: 40px 0;
    }
}