/* ========================================== font ========================================== */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ========================================== font - end ========================================== */


/* ========================================== reset ========================================== */
*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
html{
	scroll-behavior: smooth;
}
body{
    position: relative;
}
/* ========================================== reset - end ========================================== */



/* ========================================== header ========================================== */
.header .mobile{
    display: none;
}
.header{
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: fixed;
}
.header .center{
    margin-left: 148px;
    margin-right: 146px;
}

.header .center .ft-nav{
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
}
.header .center .ft-nav>li{
    margin-right: 120px;
}
.header .center .ft-nav>li:last-child{
    margin-right: 0;
}
.header .center .hover-bg{
    position: absolute;
    width: 100%;
    height: 168px;
    background: #F5F5F5;
    left: 0;
    top: 80px;
    border-top: 1px solid #f1f1f1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
/* .header .center:hover .hover-bg{
    visibility: visible;
    opacity: 1;
} */

.header .center .ft-nav>li>a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #252240;
    position: relative;
}
.header .center .ft-nav>li>a::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #043BFF;
    left: 0;
    bottom: -8px;
    transition: all 0.3s;
}
.header .center .ft-nav>li>a:hover::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #043BFF;
    left: 0;
    bottom: -8px;
    transition: all 0.3s;
}
.header .center .ft-nav>li .sec-nav{
    position: absolute;
    top: 93px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9999;
}


.header .center .ft-nav>li .sec-nav li{
    margin-bottom: 16px;
}
.header .center .ft-nav>li .sec-nav li:last-child{
    margin-bottom: 0;
}
.header .center .ft-nav>li .sec-nav li a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #7C7A8E;
    transition: all 0.3s;
}

.header .center:hover .ft-nav+.hover-bg{
    visibility: visible;
    opacity: 1;
}
.header .center .ft-nav>li:hover .sec-nav+a::after{
    width: 100%;
}
.header .center .ft-nav>li .sec-nav li a:hover{
    color: #252240;
}
.header .center:hover .ft-nav>li .sec-nav{
    visibility: visible;
    opacity: 1;
}

.header .right{
    display: flex;
    align-items: center;
}
.header .right a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #7C7A8E;
    margin-right: 24px;
}
.header .right a:last-child{
    margin-right: 0;
}
.header .right a:nth-child(2) svg{
    margin-left: 8px;
}
/* ========================================== header - end ========================================== */



/* ========================================== section01 ========================================== */

.section01{
    width: 100%;
    height: 880px;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.section01 .swiper-slide01{
    background: url(../img/main/section01/main01-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 880px;
    display: flex;
    align-items: center;
}
.section01 .swiper-slide01 .textbox{
    margin-left: 260px;
}
.section01 .swiper-slide01 .textbox h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 32px;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}
.section01 .swiper-slide01 .textbox p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}
.section01 .swiper-slide.swiper-slide-visible .textbox.active_ani h3{
    top: 0px;
    opacity: 1;
}
.section01 .swiper-slide.swiper-slide-visible .textbox.active_ani p{
    top: 0px;
    opacity: 1;
}

/* .section01 .swiper-slide02 .textbox.active_ani .left{
    top: 0px;
    opacity: 1;
}
.section01 .swiper-slide02 .textbox.active_ani .center{
    top: 0px;
    opacity: 1;
}
.section01 .swiper-slide02 .textbox.active_ani .right{
    top: 0px;
    opacity: 1;
} */

/* .section01 .swiper-slide02{
    background: url(../img/main/section01/main02-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 880px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.section01 .swiper-slide02 .textbox{
    display: flex;
}
.section01 .swiper-slide02 .textbox .left{
    background: rgba(82, 117, 243, 0.7);
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 0.5s;
}
.section01 .swiper-slide02 .textbox .left h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.section01 .swiper-slide02 .textbox .left p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.section01 .swiper-slide02 .textbox .center{
    background: rgba(202, 202, 210, 0.7);
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 0.5s;
}
.section01 .swiper-slide02 .textbox .center h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.section01 .swiper-slide02 .textbox .center p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.section01 .swiper-slide02 .textbox .right{
    background: rgba(37, 34, 64, 0.7);
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 0.5s;
}
.section01 .swiper-slide02 .textbox .right h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.section01 .swiper-slide02 .textbox .right p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
} */

.section01 .swiper-slide02{
    background: url(../img/main/section01/main01-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 880px;
    display: flex;
    align-items: center;
}
.section01 .swiper-slide02 .textbox{
    margin-left: 260px;
}
.section01 .swiper-slide02 .textbox h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 32px;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}
.section01 .swiper-slide02 .textbox p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}


.section01 .swiper-slide03{
    background: url(../img/main/section01/main01-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 880px;
    display: flex;
    align-items: center;
}
.section01 .swiper-slide03 .textbox{
    margin-left: 260px;
}
.section01 .swiper-slide03 .textbox h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 32px;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}
.section01 .swiper-slide03 .textbox p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}



.section01 .swiper-slide04{
    background: url(../img/main/section01/main01-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 880px;
    display: flex;
    align-items: center;
}
.section01 .swiper-slide04 .textbox{
    margin-left: 260px;
}
.section01 .swiper-slide04 .textbox h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 32px;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}
.section01 .swiper-slide04 .textbox p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}



.swiper-button-prev:after{
    content: "" !important;
    background: url(../img/main/section01/prev-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 50px;
}
.swiper-button-next:after{
    content: "" !important;
    background: url(../img/main/section01/next-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 50px;
}
.swiper-button-prev{
    left: 60px !important;
    right: auto;
}
.swiper-button-next{
    right: 60px !important;
    left: auto;
}


.section01 .arrow-box{
    width: 24px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    z-index: 5;
}
.section01 .arrow-box .arrow01{
    background: url(../img/main/section01/arrow01.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 12px;
    animation: arrow01 2s infinite;
}
@keyframes arrow01{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.section01 .arrow-box .arrow02{
    background: url(../img/main/section01/arrow01.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 12px;
    animation: arrow02 2s 0.2s infinite;
}
@keyframes arrow02{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.section01 .arrow-box .arrow03{
    background: url(../img/main/section01/arrow01.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 12px;
    animation: arrow03 2s 0.4s infinite;
}
@keyframes arrow03{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* ========================================== section01 - end ========================================== */



/* ========================================== section02 ========================================== */

.section02{
    width: 100%;
    height: 598px;
    overflow: hidden;
}
.section02 .content-wrap{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.section02 .content-wrap>h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #252240;
    margin-top: 80px;
    margin-bottom: 40px;
}
.section02 .content-wrap .content{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.section02 .content-wrap .content .cont{
    position: absolute;
}
.section02 .content-wrap .content .cont h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 19.3485px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #252240;
}
.section02 .content-wrap .content .cont ul{
    position: absolute;
    top: 248px;
    left: 70px;
}
.section02 .content-wrap .content .cont ul p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17.4137px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #7C7A8E;
}
.section02 .content-wrap .content .cont ul li{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17.4137px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #7C7A8E;
    position: relative;
    margin-left: 25px;
}
.section02 .content-wrap .content .cont ul li::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #7C7A8E;
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section02 .content-wrap .content .cont:nth-child(1){
    background: url(../img/main/section02/process-bg01.svg) no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    left: 0;
}
.section02 .content-wrap .content .cont:nth-child(2){
    background: url(../img/main/section02/process-bg02.svg) no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    left: 220.7px;
}
.section02 .content-wrap .content .cont:nth-child(3){
    background: url(../img/main/section02/process-bg03.svg) no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    left: 441.3px;
}
.section02 .content-wrap .content .cont:nth-child(4){
    background: url(../img/main/section02/process-bg04.svg) no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    left: 661.8px;
}
.section02 .content-wrap .content .cont:nth-child(5){
    background: url(../img/main/section02/process-bg05.svg) no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    left: 882.4px;
}
.section02 .content-wrap .content .cont:nth-child(6){
    background: url(../img/main/section02/process-bg06.svg) no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    left: 1103px;
}
.section02 .content-wrap .content .cont:nth-child(1) h3 {
    position: relative;
    left: -17px;
    top: 109px;
}
.section02 .content-wrap .content .cont:nth-child(2) h3 {
    position: relative;
    left: -17px;
    top: 109px;
}
.section02 .content-wrap .content .cont:nth-child(3) h3 {
    position: relative;
    left: -17px;
    top: 95.85px;
}
.section02 .content-wrap .content .cont:nth-child(4) h3 {
    position: relative;
    left: -17px;
    top: 90px;
}
.section02 .content-wrap .content .cont:nth-child(5) h3 {
    position: relative;
    left: -17px;
    top: 108px;
}
.section02 .content-wrap .content .cont:nth-child(6) h3 {
    position: relative;
    left: -17px;
    top: 108px;
}

/* ========================================== section02 - end ========================================== */




/* ========================================== section03 ========================================== */

.section03{
    width: 100%;
    height: 458px;
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
}
.section03 .content-wrap{
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.section03 .content-wrap h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #252240;
    margin-top: 80px;
    margin-bottom: 40px;
}
.section03 .content-wrap .content{
    display: flex;
    justify-content: center;
}
.section03 .content-wrap .content .cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 24px;
    position: relative;
}
.section03 .content-wrap .content .cont:last-child{
    margin-right: 0px;
}
.section03 .content-wrap .content .cont p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #252240;
    margin-top: 8px;
}
.product-hover{
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.3s;
}

.product-hover:hover{
    opacity: 1;
}
.product-hover span{
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFFFFF;
    padding: 8px 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    transition: all 0.3s;
}
.product-hover span svg{
    margin-left: 16px;
}
.product-hover span:hover{
    background: rgba(255, 255, 255, 1);
    border: 2px solid #FFFFFF;
    color: #252240;
}
.product-hover span:hover svg line{
    stroke: #252240;
}
.product-hover span:hover svg path{
    stroke: #252240;
}
/* ========================================== section03 - end ========================================== */


/* ========================================== section04 ========================================== */


.section04{
    width: 100%;
    height: 626px;
    background: url(../img/main/section04/section05-bg.jpg) no-repeat center center;
    background-size: cover;
    /* background: #ffffff; */
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.section04 .ani{
    position: absolute;
    z-index: -1;
}
.section04 .ani01{
    left: -9px;
    top: -52px;
    opacity: 0.5;
}
.section04 .ani01 path{
    fill: none;
    stroke-width: 2;
    stroke: rgb(78, 78, 78);
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    animation: line 90s linear infinite;
    /* animation-fill-mode: forwards; */
    opacity: 0.5;
}
@keyframes line{
    0% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 2000;
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
}

.section04 .ani02{
    right: -9px;
    top: -59px;
    opacity: 0.5;
}
.section04 .ani02 path{
    fill: none;
    stroke-width: 2;
    stroke: rgb(78, 78, 78);
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    animation: line 30s linear infinite;
    /* animation-fill-mode: forwards; */
    opacity: 0.5;
}
.section04 .content-wrap{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
}
.section04 .content-wrap h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #252240;
    margin-top: 84px;
    margin-bottom: 40px;
}
.section04 .content-wrap .content{
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #F1F1F1;
    padding: 80px 155px;
    box-sizing: border-box;
}
.section04 .content-wrap .content p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #4B4961;
    word-break: keep-all;
}

/* ========================================== section04 - end ========================================== */



/* ========================================== section05 ========================================== */

.section05{
    width: 100%;
    height: 470px;
    background: url(../img/main/section05/section05-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.section05 .content-wrap{
    max-width: 984px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section05 .content-wrap h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #252240;
    margin-top: 44px;
    margin-bottom: 40px;
}
.section05 .content-wrap .content form{
    display: flex;
    flex-wrap: wrap;
}
.section05 .content-wrap .content form input{
    width: 480px;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #CACAD2;
    padding: 16px 0px 16px 16px;
    box-sizing: border-box;
}
.section05 .content-wrap .content form input:nth-child(odd){
    margin-right: 24px;
    margin-bottom: 24px;
}
.section05 .content-wrap .content form input::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #CACAD2;
}
.section05 .content-wrap .content form textarea{
    width: 100%;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #CACAD2;
    padding: 16px 0px 40px 16px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.section05 .content-wrap .content form textarea::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #CACAD2;
}
.section05 .content-wrap .content form button{
    width: 100%;
    height: 49px;
    background: #043BFF;
    border: 0;
    cursor: pointer;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
/* ========================================== section05 - end ========================================== */


/* ========================================== footer ========================================== */

.footer{
    width: 100%;
    height: 132px;
    background: #4B4961;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .left{
    margin-right: 144px;
}
.footer .right .textbox .top{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.footer .right .textbox .bottom{
    display: flex;
    align-items: center;
}
.footer .right .textbox .bottom .tel{
    display: flex;
}
.footer .right .textbox .bottom .fax{
    display: flex;
}
.footer .right .textbox .bottom .email{
    display: flex;
}
.footer .right .textbox div .bold{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.footer .right .textbox div.bottom .bold{
    margin-right: 16px;
}
.footer .right .textbox div .non-bold{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.footer .right .textbox div span{
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ffffff;
    margin: 0 16px;
}

/* ========================================== footer - end ========================================== */
