.Title{
    font-size: 4rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
}
.Title-EN{
    font-size: 8rem;
    letter-spacing: -1px;
}
.fw-bold{
    font-weight: 700 !important;
}
.Txt h3{
    letter-spacing: 0.1rem;
}
.Txt h5{
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.05rem;
}
.Txt p{
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}
.Txt small{
    display: block;
}
.UnitTitle{
    margin-top: 8%;
}
.UnitTitle .TxtBox{
    padding-bottom: 3%;
    border-bottom: 1px solid #4d4d4d;
}
.UnitTitle .TxtBox .col{
    padding-left: 0;
    padding-right: 0;
}
.btnBox{
    justify-content: center;
    margin-top: -2%;
}
.btn{
    text-align: center;
    display: block;
    background: #282828;
    color: #fff;
    padding: 3% 0;
    border-radius: 0px;
    font-size: 1.2rem;
    transition: all 0.5s;
    border: 0px;
}
.btn:hover{
    background: #000000;
    color: #fff;
    transition: all 0.5s;
}
@media (max-width:1699px) {
    .display-5{
        font-size: 2rem;
    }
    .Title-EN{
        font-size: 6rem;
    }
}
@media (max-width:1399px) {
    .Title-EN{
        font-size: 4rem;
    }
}
@media (max-width:991px) {
    .Txt h5{
        font-size: 0.9rem;
        letter-spacing: 0;
    }
    .Txt h4{
        font-size: 1rem;
    }
    .Txt h3{
        font-size: 1.1rem;
    }
    .Txt p{
        font-size: 0.9rem;
    }
    .Txt small{
        font-size: 0.8rem;
    }
    .Title-EN{
        font-size: 2rem;
    }
    .display-2{
        font-size: 1.2rem;
    }
    .TitleBox h4{
        font-size: 0.9rem;
    }
    .Title{
        font-size: 2.2rem;
        letter-spacing: 0.1rem;
    }
    .font-EN{
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .UnitTitle{
        margin-top: 30%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .UnitTitle .infoImg{
        margin-top: 13%;
        font-size: 0.7rem;
    }
    .UnitTitle .TxtBox{
        border-bottom: 0px;
    }
    .UnitTitle .Txt h3{
       line-height: 1.5;
    }
    .btnBox{
        justify-content: center;
        margin-top: -15px;
    }
    .btn{
        font-size: 0.8rem;
    }
}