.play-regular {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.play-bold {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.vlt-custom--1969-t{
    font-size: 80px;
}

.vlt-custom--1969{
    font-size: 60px;
}

/*header*/
.vlt-nav{
    display: flex;
    align-items: center;
}
.admin-menu{
    display: flex;
    gap: 12px;
}

/* footer */
.footer-text{
    text-align: left;
    color: #c2c2c2;
}
.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.sticky-bottom .vlt-btn{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    width: 70%;
    padding: 0;
    border-radius: 8px;
    box-shadow: rgba(55, 53, 47, 0.2) 0px 0px 4px 2px;
    background-color: #fff !important;
}

.sticky-bottom a{
    width: 100%;
    height: 100%;
    padding: 14px 0;
    display: block;
    color: #000 !important;
}
.sticky-bottom a:hover{
    color: #fff !important;
}
/* company */
.company-title{
    font-size: 28px;
    font-weight: 500;
}
.company-sub-title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #7b7b7b;
}
.company-txt-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.company-txt-box p{
    margin-bottom: 0px;
}
.company-map{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
}
.company-map a{
    font-size: 16px;
    background-color: #eee;
    border-radius: 99px;
    padding: 4px 12px;
    font-weight: 600;
}
.company-history li{
    display: flex;
    gap: 12px;
    padding: 4px 0;
}
.company-history span{
    min-width: 50px;
}
.history-title{
    color: #1656a0;
    font-weight: 600;
}
.company-ceo-wrap{
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.filter-branding, .filter-design{
    padding: 0 !important;
}

/* business */

.jarallax-img{
    height: 400px;
}
.slide-title-wrap{
    margin-bottom: 50px;
}
.slide-title{
    margin-bottom: 12px;
    font-size: 44px;
}
.slide-title-sm{
    font-size: 36px;
}
.slide-sub-text{
    color: #333;
}
.slide-text-box span{
    color: #1656a0;
}
.slide-text-box{
    margin-bottom: 32px;
}
.business-background{
    position: relative;
    display: flex;
}
.business-background:before{
    content: '';
    position: absolute;
    top: -10%;
    left: -70%;
    width: 200vw;
    height: 360px;
    background-color: #101010;
}

.recruit-box{
    margin-top: 6vh;
}
.recruit-background{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vh;
    padding: 2vh 0;
}
/*.recruit-background:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -80%;*/
/*    width: 200vw;*/
/*    height: 100%;*/
/*    background-color: tr;*/
/*    z-index: -1;*/
/*}*/

.recruit-stroke-text{
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 44px;
}

/*캡챠*/
.captcha{
    display: flex !important;
    gap: 4px;
}