.inner{
    max-width: 102.4rem;
    margin: 0 auto;
}

.section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-wrap{
    height: 100%;
    position: relative;
}

.point-color{
    color: #311FFF;
}

[class^="btn-type-"]{
    display: inline-block;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    height: 4.8rem;
    line-height: 4.8rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.btn-type-white{
    background-color: #fff;
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.25);
}

.btn-type-blue{
    background: #311FFF;
    color: #fff;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
}

.title-type-big > dt{
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 8.4rem;
}

.title-type-small > dt{
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 6.6rem;
}

[class^="title-type-"] > dt .sub-text{
    display: block;
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 2.4rem;
    color: #9e9e9e;
}

[class^="title-type-"] > dd{
    line-height: 2.4rem;
    color: #3d3d3d;
}

.tit-sub-text{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #858585;
    font-weight: 700;
}

[class^="dev-logo-"] {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

[class^="dev-logo-"] > a{
    display: block;
    width: 100%;
    height: 100%;
}

.dev-logo-black{
    background-image: url(../img/logo.png);
}

.dev-logo-white{
    background-image: url(../img/logo_white.png);
}

.dev-logo-gray{
    background-image: url(../img/logo_gray.png);
}

.zep-logo{
    display: inline-block;
    background: url(../img/zep_logo.png) no-repeat center;
    background-size: 100%;
    text-indent: -9999px;
}

#nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    height: 8.4rem;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
}

#nav > .inner{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav h1[class^="dev-logo-"]{
    width: 10.8rem;
    height: 2rem;
}

#nav .nav-open-btn{
    display: none;
    width: 2rem;
    height: 2rem;
    background: url(../img/ico_menu.png) no-repeat center;
    background-size: 100%;
    text-indent: -9999px;    
}

#nav .nav-wrap .nav-close-btn{
    display: none;
    height: 3.6rem;
    border: 1px solid #0D0C0C;
    border-radius: 0.4rem;
    padding: 0.8rem 1.2rem 0.8rem 4rem;
    background: url(../img/ico_close.png) no-repeat left 1.2rem center;
    background-size: 2rem auto;
}

#nav .nav-wrap .nav-list{
    display: flex;
}

#nav .nav-wrap .nav-list > li + li{
    margin-left: 3.2rem;
}

#nav .nav-wrap .nav-list > li > .nav-item-style{
    line-height: 2rem;
    font-weight: 600;
    font-family: 'Metrophobic', sans-serif;
}

#nav .nav-wrap .nav-list > li.active > .nav-item-style{
    color: #311FFF;
}

#nav .nav-list .language-wrap{
    position: relative;
}

#nav .nav-list .language-wrap [class^="ico-"]{
    background-repeat: no-repeat;
    background-size: 2rem auto;
    padding-right: 2.8rem;
    background-position: right center;
}

#nav .nav-list .language-wrap .ico-kor{
    background-image: url(../img/kor.png);
}

#nav .nav-list .language-wrap .ico-eng{
    background-image: url(../img/eng.png);
}

#nav .nav-list .language-wrap .ico-jpn{
    background-image: url(../img/jpn.png);
}

#nav .nav-list .language-wrap .language-select{
    padding-left: 1.6rem;
    background: url(../img/arrow01.png) no-repeat left center;
    background-size: 0.8rem auto;
}

#nav .nav-list .language-wrap .language-option{
    display: none;
    padding: 1rem 1.6rem;
    border: 1px solid #dbdbdb;
    border-radius: 0.25rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 3rem;
}

#nav .nav-list .language-wrap .language-option > li + li{
    margin-top: 0.8rem;
}

#nav .nav-list .language-wrap .language-option > li > a{
    font-family: 'Metrophobic', sans-serif;
    font-weight: 600;
    line-height: 2rem;
}

.about-intro-wrap{
    background-image: url(../img/intro_bg.png);
}

.about-intro-wrap .intro-group{
    width: 100%;
    position: absolute;
    left: 50%;
    top: calc(50% + 4.2rem);
    transform: translate(-50%, -50%);
    text-align: center;
}

.intro-group .intro-title{
    color: #fff;
}

.intro-group .intro-title > dt{
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 7.2rem;
}

.intro-group .intro-title > dd{
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.25em;
    margin-top: 4rem;
    font-family: 'Metrophobic', sans-serif;
    font-weight: 500;
}


.intro-group .intro-title > dd [class^="dev-logo-"]{
    display: inline-block;
    width: 13rem;
    height: 2.4rem;
    vertical-align: bottom;
}

.intro-group [class^="btn-type-"]{
    margin-top: 10.5rem;
}

.about-info-wrap{
    background-image: url(../img/sec01_bg.png);
}

.about-info-wrap .info-group{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(8.4rem + 13.33%);
}

.info-group .title-type-big > dd{
    margin-top: 2.8rem;
}

.about-data-wrap{
    background-image: url(../img/sec02_bg.png);
}

.about-data-wrap .data-group{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(8.4rem + 8%);
}

.data-group .title-type-small{
    margin-top: 1.2rem;
}

.data-group .title-type-small > dt .point-color{
    vertical-align: middle;
}

.data-group .title-type-small > dt .zep-logo{
    width: 16.8rem;
    height: 6.4rem;
}

.data-group .title-type-small > dd{
    margin-top: 2.4rem;
}

.data-group [class^="btn-type-"]{
    margin-top: 3.6rem;
}

.service-wrap{
    background-image: url(../img/sec03_bg.png);
}

.service-wrap .service-group{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% + 4.2rem);
    transform: translateY(-50%);
}

.service-group .tit-sub-text{
    display: none;
}

.service-group .title-type-small > dd{
    margin-top: 2.4rem;
}

.service-group [class^="btn-type-"]{
    margin-top: 3.6rem;
}

.service-list-pc{
    position: absolute;
    width: 50.4rem;
    height: 58.4rem;
    top: calc(50% + 4.2rem);
    transform: translateY(-50%);
    right: 0;
}

.service-group .service-list-mo{
    display: none;
    margin-top: 4.8rem;
    padding-bottom: 4.4rem;
    margin-right: -3rem;
    padding-right: 3rem;
}

.service-group .service-list-mo .swiper-pagination{
    bottom: 0 !important;
}

.service-group .service-list-mo .swiper-pagination-bullet{
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
}

.service-group .service-list-mo .swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: 1.2rem;
}

.service-wrap [class^="service-list-"] [class^="service-slide-"]{
    width: 24rem;
    height: 24rem;
    border: 2px solid #fff;
    border-radius: 0.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.4rem;
    box-sizing: border-box;
    position: absolute;
}

.service-wrap [class^="service-list-"] .service-slide-01{
    left: 0;
    top: 0;
    background-image: url(../img/service_slide_bg01.png);
}

.service-wrap [class^="service-list-"] .service-slide-02{
    left: 0;
    top: 26.4rem;
    background-image: url(../img/service_slide_bg02.png);
}

.service-wrap [class^="service-list-"] .service-slide-03{
    right: 0;
    top: 8rem;
    background-image: url(../img/service_slide_bg03.png);
}

.service-wrap [class^="service-list-"] .service-slide-04{
    right: 0;
    bottom: 0;
    background-image: url(../img/service_slide_bg04.png);
}

.service-wrap [class^="service-list-"] [class^="service-slide-"] dl{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: 3.2rem auto;
    background-position: right top;
    color: #fff;
    flex-direction: column;
}

.service-wrap [class^="service-list-"] .service-slide-01 dl{
    background-image: url(../img/service_slide_ico01.png);
}

.service-wrap [class^="service-list-"] .service-slide-02 dl{
    background-image: url(../img/service_slide_ico02.png);
}

.service-wrap [class^="service-list-"] .service-slide-03 dl{
    background-image: url(../img/service_slide_ico03.png);
}

.service-wrap [class^="service-list-"] .service-slide-04 dl{
    background-image: url(../img/service_slide_ico04.png);
}

.service-wrap [class^="service-list-"] [class^="service-slide-"] dl > dt{
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.service-wrap [class^="service-list-"] [class^="service-slide-"] dl > dd{
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}

.portfolio-wrap .portfolio-group{
    width: 100%;
    position: absolute;
    top: calc(50% + 4.2rem);
    transform: translateY(-50%);
}

.portfolio-group h3{
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: 700;
    text-align: center;
}

.portfolio-group h3 .zep-logo{
    width: 12.6rem;
    height: 4.8rem;
}

.portfolio-swiper{
    margin-top: 7rem;
}

.portfolio-swiper .portfolio-slide{
    max-width: 102.4rem;
    height: 48rem;
    overflow: hidden;
    transition: all .5s;
}

.portfolio-swiper .portfolio-slide > *{
    width: 50%;
    height: 100%;
    float: left;
}

.portfolio-swiper .portfolio-slide .slide-image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-swiper .portfolio-slide .slide-content .slide-title{
    overflow: hidden;
    height: 14rem;
}

.portfolio-swiper .portfolio-slide .slide-content .slide-title > dt{
    float: left;
    display: flex;
    align-items: flex-end;
    padding: 2.4rem;
    width: calc(100% - 14rem);
    height: 100%;
    background-color: #311FFF;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
    box-sizing: border-box;
}

.portfolio-swiper .portfolio-slide .slide-content .slide-title > dd{
    float: left;
    width: 14rem;
    height: 100%;
    background-color: #CCA63D;
    color: #000;
    font-size: 12.8rem;
    line-height: 14rem;
    font-weight: 300;
    text-indent: -3.75rem;
    overflow: hidden;
}

.portfolio-swiper .portfolio-slide .slide-content .slide-text{
    height: calc(100% - 14rem);
    background-color: #0D0C0C;
    color: #fff;
    display: flex;
    align-items: flex-end;
    line-height: 2.4rem;
    letter-spacing: 0.015em;
    padding: 2.4rem;
    box-sizing: border-box;
    font-weight: 500;
}

.portfolio-swiper .swiper-slide-prev,
.portfolio-swiper .swiper-slide-next{
    transform: scale(0.925);
    opacity: 0.5;
}

.portfolio-swiper .swiper-button-prev{
    width: 9.6rem;
    height: 9.6rem;
    left: 50%;
    transform: translateX(calc(-51.2rem - 9.6rem));
    background: url(../img/arrow02.png) no-repeat center;
    background-size: 100%;
}

.portfolio-swiper .swiper-button-next{
    width: 9.6rem;
    height: 9.6rem;
    right: 50%;
    transform: translateX(calc(51.2rem + 9.6rem));
    background: url(../img/arrow03.png) no-repeat center;
    background-size: 100%;
}
  
.portfolio-swiper .swiper-button-next::after,
.portfolio-swiper .swiper-button-prev::after {
    display: none;
  }

.contact-wrap .contact-group{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% + 4.2rem);
    transform: translateY(-50%);
}

.contact-group .title-type-big > dd{
    margin-top: 0.8rem;
}

.contact-group .form-wrap{
    margin-top: 2.4rem;
    display: flex;
    justify-content: space-between;
}

.contact-group .form-wrap > div{
    width: calc((100% - 1.6rem) / 2);
}

.contact-group .form-wrap > div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-group .form-wrap > div:last-child{
    margin-left: 1.6rem;
}

.contact-group .input-wrap{
    border: 1px solid #e7e7e7;
    border-radius: 0.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    box-sizing: border-box;
}

.contact-group .text-wrap{
    height: 4.2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    cursor: text;
}

.contact-group .area-wrap{
    height: 21.6rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.contact-group .text-wrap .input-title{
    display: block;
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #858585;
    transition: all .3s;
}

.contact-group .text-wrap .input-form{
    display: none;
    line-height: 2rem;
    width: 100%;
    background-color: transparent;
}

.contact-group .area-wrap .input-form{
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
}

.contact-group .area-wrap .input-form::placeholder{
    font-size: 1.4rem;
    line-height: 2rem;
    color: #858585;
}

.contact-group .text-wrap.open .input-title{
    font-size: 1rem;
    line-height: 1.4rem;
    color: #0D0C0C;
}

.contact-group .text-wrap.open .input-form{
    display: block;
}

.contact-group .input-wrap.active{
    border-color: #311FFF;
}

.contact-group .input-wrap.active .input-title{
    color: #311FFF;
}

.contact-group .contact-btn{
    text-align: right;
    margin-top: 2.4rem;
}

.contact-group .contact-btn [class^="btn-type-"] .ico-pencil{
    padding-left: 3.2rem;
    background: url(../img/ico_pencil.png) no-repeat left center;
    background-size: 1.6rem auto;
}

#footer{
    color: #7f7f7f;
    background-color: #f3f3f3;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

#footer [class^="dev-logo-"]{
    width: 10.8rem;
    height: 2rem;
}

#footer h2{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 1.6rem;
}

#footer .company-wrap {
    margin-top: 0.8rem;
    overflow: hidden;
}

#footer .company-wrap .company-info{
    overflow: hidden;
}

#footer .company-wrap .company-info > *{
    float: left;
    font-size: 1rem;
    line-height: 1.2rem;
}

#footer .company-wrap .company-info > dt:after{
    content: ":";
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

#footer .company-wrap .company-info > dd > a{
    text-decoration: underline;
}

#footer .company-wrap .company-info:not(:nth-child(4)){
    float: left;
}

#footer .company-wrap .company-info:not(:nth-child(n+4)){
    margin-right: 1.2rem;
}

#footer .company-wrap .company-info:last-child{
    margin-top: 0.8rem;
}

#footer .copyright-text{
    margin-top: 0.8rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2rem;
}

.dim{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    z-index: 10;
}


@media (max-width: 1581px){
    html{
        font-size: 8.75px;
    }
}

@media (max-width: 1081px){

    .inner{
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .portfolio-swiper .swiper-wrapper{
        padding-bottom: 12.8rem;
    }

    .portfolio-swiper .swiper-button-prev{
        width: 12.8rem;
        height: 12.8rem;
        top: auto;
        bottom: 0;
        transform: translateX(calc(-50% - 6.4rem));
    }

    .portfolio-swiper .swiper-button-next{
        width: 12.8rem;
        height: 12.8rem;
        bottom: 0;
        top: auto;        
        right: auto;
        left: 50%;
        transform: translateX(calc(-50% + 6.4rem));
    }    
}

/* 태블릿 */
@media (max-width: 901px){
    .inner{
        margin-left: 6rem;
        margin-right: 6rem;
    }

    #nav .nav-open-btn{
        display: block;
    }

    #nav .nav-wrap{
        position: fixed;
        right: -100%;
        top: 0;
        width: 32rem;
        height: 100vh;
        background-color: #fff;
        padding: 3.2rem;
        box-sizing: border-box;
        z-index: 20;        
        transition: all .5s;
    }

    #nav .nav-wrap.on{
        right: 0;
    }

    #nav .nav-wrap.on + .dim{
        display: block;
    }

    #nav .nav-wrap .nav-list {
        flex-direction: column;
    }

    #nav .nav-wrap .nav-list > li + li{
        margin-left: 0;
        margin-top: 3.2rem;
    }

    #nav .nav-list .language-wrap{
        padding-top: 3.2rem;
        border-top: 1px solid #dbdbdb;
    }

    #nav .nav-list .language-wrap .language-option{
        top: 6rem;
    }

    .section:not(#footer){
        height: 119.4rem !important;
    }

    .about-info-wrap{
        background-image: url(../img/sec_tab_bg01.png);
    }
    
    .about-info-wrap .info-group{
        top: 20.4rem;
    }

    .about-data-wrap{
        background-image: url(../img/sec_tab_bg02.png);
    }

    .about-data-wrap .data-group{
        top: 14.8rem;
    }

    .service-wrap{
        background-image: url(../img/sec03_tab_bg.png);
    }

    .service-wrap .service-group{
        top: 15.6rem;
        transform: translateY(0);
    }

    .service-list-pc{
        top: calc(8.4rem + 36.04%);
        transform: translateY(0);
    }

    .service-wrap [class^="service-list-"] .service-slide-01{
        top: 8rem;
    }

    .service-wrap [class^="service-list-"] .service-slide-02{
        top: auto;
        bottom: 0;
    }

    .service-wrap [class^="service-list-"] .service-slide-03{
        top: 0;
    }

    .service-wrap [class^="service-list-"] .service-slide-04{
        top: 26.4rem;
        bottom: auto;
    }

    .portfolio-wrap .portfolio-group{
        top: 18rem;
        transform: translateY(0);
    }

    .portfolio-swiper{
        margin-top: 9.6rem;
    }

    .portfolio-swiper .portfolio-slide{
        width: 100%;
    }

    .portfolio-swiper .swiper-slide-prev, 
    .portfolio-swiper .swiper-slide-next{
        transform: scale(1);
        opacity: 1;
    }

    .contact-wrap .contact-group{
        top: 14.8rem;
        transform: translateY(0);
    }

    .contact-group .form-wrap{
        flex-direction: column;
    }

    .contact-group .form-wrap > div{
        width: 100%;
    }

    .contact-group .form-wrap > div:last-child{
        margin-left: 0;
        margin-top: 1.6rem;
    }

    .contact-group .text-wrap + .text-wrap{
        margin-top: 1.6rem;
    }

    .contact-group .contact-btn{
        text-align: center;
    }
}

@media (max-width: 801px) {
    html{
        font-size: 8.88px;
    }
}

@media (max-width: 701px) {
    html{
        font-size: 7.77px;
    }
}

@media (max-width: 601px) {
    html{
        font-size: 6.66px;
    }
}

@media (max-width: 501px) {
    html{
        font-size: 5.55px;
    }
}

@media (max-width: 401px){
    html{
        font-size: 10px;
    }

    .inner{
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .title-type-big > dt{
        font-size: 4rem;
        line-height: 4.8rem;
    }

    .title-type-small > dt{
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    #nav .nav-wrap{
        width: 100%;
    }

    #nav .nav-wrap .nav-close-btn{
        display: block;
    }

    #nav .nav-wrap .nav-list{
        margin-top: 3.2rem;
    }

    .intro-group .intro-title > dt{
        font-size: 3.2rem;
        line-height: 3.6rem;
    }

    .section:not(#footer){
        height: 81.2rem !important;
    }    

    .about-info-wrap{
        background-image: url(../img/sec_mo_bg01.png);
    }

    .about-info-wrap .info-group{
        top: 10.8rem;
    }

    .info-group .title-type-big > dd{
        margin-top: 2.4rem;
    }

    .about-data-wrap{
        background-image: url(../img/sec_mo_bg02.png);
    }    

    .about-data-wrap .data-group{
        top: 10.8rem;
    }

    .data-group .title-type-small > dt .zep-logo{
        width: 8.4rem;
        height: 3.2rem;
    }

    .data-group .title-type-small > dd{
        margin-top: 0.8rem;
    }

    .data-group [class^="btn-type-"]{
        margin-top: 1.2rem;
    }

    .service-wrap{
        background: #fff;
    }

    .service-wrap .service-group{
        top: 10.8rem;
    }

    .service-group .tit-sub-text{
        display: block;
    }    

    .service-group .title-type-small{
        margin-top: 1.2rem;
    }

    .service-group .title-type-small > dt{
        font-size: 3.2rem;
        line-height: 4.8rem;
    }

    .service-group .title-type-small > dd{
        margin-top: 1.2rem;
        line-height: 3.2rem;
    }

    .service-group [class^="btn-type-"]{
        margin-top: 1.2rem;
    }

    .service-list-pc{
        display: none;
    }

    .service-group .service-list-mo{
        display: block;
    }

    .service-wrap [class^="service-list-"] [class^="service-slide-"]{
        position: static;
        box-shadow: 0.25rem 2rem 2.25rem #d6d6d6;
    }

    .portfolio-wrap .portfolio-group{
        top: 10.8rem;
    }

    .portfolio-group h3{
        text-align: left;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .portfolio-group h3 .zep-logo{
        width: 8.4rem;
        height: 3.2rem;
    }

    .portfolio-swiper{
        height: calc(100vh - 19.6rem);
        margin-top: 2.4rem;
    }

    .portfolio-swiper .swiper-wrapper{
        padding-bottom: 6.5rem;
    }    

    .portfolio-swiper .portfolio-slide{
        height: auto;
    }

    .portfolio-swiper .portfolio-slide > *{
        width: 100%;
        float: none;
    }

    .portfolio-swiper .portfolio-slide > .slide-image{
        height: 29%;
    }

    .portfolio-swiper .portfolio-slide .slide-content{
        height: calc(71% - 6.4rem);
    }

    .portfolio-swiper .portfolio-slide .slide-content .slide-title{
        height: 28%;
    }

    .portfolio-swiper .portfolio-slide .slide-content .slide-title > dd{
        line-height: 90%;
    }

    .portfolio-swiper .portfolio-slide .slide-content .slide-text{
        height: 72%;
        display: block;
        font-size: 1.2rem;
    }

    .portfolio-swiper .swiper-button-prev{
        width: 50%;
        height: 6.4rem;
        left: 0;
        transform: translateX(0);
        background-image: url(../img/arrow04.png);
    }

    .portfolio-swiper .swiper-button-next{
        width: 50%;
        height: 6.4rem;
        left: auto;
        right: 0;
        transform: translateX(0);
        background-image: url(../img/arrow05.png);
    }

    .contact-wrap .contact-group{
        top: 10.8rem;
    }

    .contact-group .title-type-big > dt{
        font-size: 3.2rem;
        line-height: 4.8rem;
    }

    .contact-group .contact-btn [class^="btn-type-"]{
        width: 100%;
    }

    #footer .company-wrap .company-info:nth-child(2){
        float: none;
    }

    #footer .company-wrap .company-info:nth-child(n+3){
        margin-top: 0.8rem;
    }
}

@media (max-width: 391px){
    html{
        font-size: 9.75px;
    }
}

@media (max-width: 381px){
    html{
        font-size: 9.5px;
    }
}

@media (max-width: 371px){
    html{
        font-size: 9.25px;
    }
}

@media (max-width: 361px){
    html{
        font-size: 9px;
    }
}

@media (max-width: 351px){
    html{
        font-size: 8.75px;
    }
}

@media (max-width: 341px){
    html{
        font-size: 8.5px;
    }
}

@media (max-width: 331px){
    html{
        font-size: 8.25px;
    }
}

@media (max-width: 321px){
    html{
        font-size: 8px;
    }
}

@media (max-width: 311px){
    html{
        font-size: 7.75px;
    }
}

@media (max-width: 301px){
    html{
        font-size: 7.5px;
    }
}