.main-slide-title1 {
    font-size: 18px;
    font-weight: 500;
    color: #5c5041;
    letter-spacing: -0.5px;
    margin: 0 0 20px;
    padding: 0px;
    letter-spacing: -0.5px;
    line-height: 1;
    border-radius: 4px;
    display: inline;
}

.main-slide-title2 {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: -0.5px;
    text-shadow: 0 0 3px #060708;
    word-break: keep-all;
    display: block;
    line-height: 1.1;
}

.main-slide-title3 {
    font-size: 19px;
    font-weight: 300;
    color: #5c5041;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.carousel-caption {
    position: absolute;
    top: 52%;
    left: 70%;
    width: 35%;
    text-align: left;
    bottom: 0;
    line-height: 3;
    transform: translate(-50%, -50%);
}

.btn-primary,
.btn-primary.active,
.btn-primary:active {
    background-color: #fff !important;
    border-color: #ffffff00 !important;
    transition: all 0.5s;
    color: #ea7c7b !important;
}

.ftsize5 {
    font-size: 22px;
}

.ytbg {
    height: 190px;
    background-size: 135%;
    background-position: center;
}

.text-black {
    color: 000;
}

.sertitle {
    font-size: 15px;
    letter-spacing: -1px !important;
    color: #5a5a5abf !important;
    margin-bottom: 5px;
}

.serdesc {
    font-size: 19px;
    font-weight: 200;
    color: #aaa !important;
    word-break: keep-all;
    letter-spacing: -0.5px;
}

.tmore {
    font-size: 15px;
    letter-spacing: -0.5px;
    margin-left: auto;
}

.tmore a {
    color: #bbb;
}

.gal_title {
    display: block;
    color: #041e42;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.gal_subtitle {
    display: block;
    color: #041e42;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: -10px;
    letter-spacing: -0.5px;
    margin-bottom: 35px;
}

.tab_menu button {
    color: #444;
}

.user-desc {
    color: #000;
}

caption {
    visibility: hidden;
}

.tnoto {
    margin-top: 10px;
    letter-spacing: -0.5px;
}

.rnd {
    background: #c8e9fb;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 26px;
    margin: 8px auto;
    text-align: center;
    transition: 0.5s;
    border: 6px solid #fff;
}

.rnd:hover {
    background: #ea7c7b;
}

.txtinf {
    font-size: 20px;
    font-weight: 600;
    color: #ea7c7b;
}
.layeroverlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.bgbottom {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}
.bgbottomimg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/img/bg_test.jpg);
    height:100%;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
}
.mission {
    min-height: 500px;
    padding: 70px;
}
.txtmission {
    color: #fff;
    font-size: 14px;
    background: #47a4d7;
    border-radius: 8px;
    padding: 4px 14px;
    width: fit-content;
    margin: 0 auto 15px;
}
h5 {
    letter-spacing: -1px;
}
.m100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.shorttxt {
    font-size: 17px;
    font-weight: 500;
}
.txtvision {
    color: #fff;
    position: relative;
    font-weight: 400;
    font-size: 34px;
}
.txtpoint {
    font-weight: 700;
}

@media (max-width: 568px) {
    .carousel-img.cbanner2 {
        background-size: contain;
        background-color: #f7e51a;
        background-repeat: no-repeat;
    }

    .snsthumb {
        height: auto;
    }
    .txtvision {font-size: 30px;}
}

@media (min-width: 1624px) {
    .main-slide-title1 {
        font-size: 19px;
    }

    .carousel-caption {
        position: absolute;
        top: 52%;
        left: 73%;
        right: 0;
        text-align: left;
        bottom: 0;
        line-height: 3.4;
        transform: translate(-50%, -50%);
    }

    .main-slide-title2 {
        font-size: 52px;
    }
}
