body {
    background-color: #f6f6f6;
}
p {
    margin-bottom: 0;
}
.btn-success {
    background-color: #32c243;
    border-color: #32c243;
}
.btn-success:hover {
    background-color: #32c243;
    border-color: #32c243;
}
.navbar {
    padding: 1rem .938rem;
}
.navbar form .btn {
    font-size: .875rem;
    padding: 0.65rem 1.35rem;
    border-radius: 16px;
}
.main-bg {
    background: url(/Contents/images/bg_visual.png) no-repeat 50% 0 fixed;
    background-size: cover;
    animation: fadeinbg 2s 1s ease-in-out both;
    height: 100vh;
}
@media (max-width: 575px) {
    .main-bg {
        min-height: 810px;
        background-attachment: scroll !important;
    }
}
.section-bg {
    background-size: cover;
    height: 560px;
}
.section-1 .container {
    width: 1200px;
    letter-spacing: -2px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
@media (max-width: 1024px) {
    .section-1 .container {
        width: 100% !important;
        top: 38% !important;
    }
}
.section-1 .title-inner {
    display: inline-block;
    animation: inner-left 1s 1s ease both;
    z-index: 9;
}
.section-1 .main-title-wrapper {
    font-size: 3.25rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
.section-1 .main-desc-wrapper {
    font-size: 1.875rem;
    font-weight: 200;
    padding: 40px 0;
}
.section-1 .main-desc-wrapper p {
    line-height: 1.3;
}
.section-1 .main-desc-wrapper strong {
    font-weight: 600;
}
.section-1 .btn {
    width: auto;
    font-size: 1.125rem;
    letter-spacing: 0;
    padding: 1rem 0;
    width: 200px;
    border-radius: 16px;
    animation: fadeinbg 2s 1s ease-in-out both;
    transition: all 0.3s ease 0s;
}
.section-2 {
    padding: 90px 0;
    background-color: #32c243;
}
.section-2 .desc-wrapper {
    color: #e7e741;
}
.section-2 .cont-box .circle {
    position: relative;
    z-index: 1;
    background-color: #96fbff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 40px 0;
}
.section-2 .cont-box h5 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 20px;
}
.section-2 .cont-box p {
    color: #79ff89;
    padding: 0 16%;
    word-break: keep-all;
}
.section-3 .section-bg {
    background: url(/Contents/images/cont_01.png) no-repeat 50% 0;
}
.section-wrapper .container {
    width: 1200px;
    letter-spacing: -2px;
    transform: translate(-65%,-25%);
    left: 65%;
    top: 25%;
}
@media (max-width: 1024px) {
    .section-wrapper .container {
        width: 100% !important;
        top: 38% !important;
    }
}
.section-wrapper .title-wrapper {
    font-size: 2.25rem;
    color: #424242;
}
.section-wrapper .title-wrapper span {
    display: inline-block;
    width: 135px;
    height: 4px;
    background-color: #424242;
    margin-left: 10px;
    margin-bottom: -4px;
}
.section-wrapper .desc-wrapper {
    font-size: 1.125rem;
    padding: 22px 0;
    color: #929292;
}
.section-4 .section-bg {
    background: url(/Contents/images/cont_02.png) no-repeat 50% 0;
}
.section-5 {
    margin-bottom: 150px;
}
.section-5 .section-bg {
    background: url(/Contents/images/cont_03.png) no-repeat 50% 0;
}
.section-6 {
    background: url(/Contents/images/bg_bottom.png) no-repeat 50% 0 fixed;
    background-size: cover;
    min-height: 260px;
    padding: 90px 0;
}
.section-6 p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}
.section-6 p + p {
    margin-bottom: .5rem;
}
.footer-wrapper {
    padding-top: 10%;
    color: #727272;
}
.footer-wrapper .company_info {
    margin: 2.5rem 0;
}
.footer-wrapper ul {
    list-style: none;
}
.footer-wrapper ul.list-group li a {
    color: #727272;
    letter-spacing: -1px;
    text-decoration: none;
}
.footer-wrapper ul.list-group li:not(:last-child):after {
    content: "|";
    color: #b8b8b8;
    font-weight: 400;
    padding: 0 24px;
}
address {
    color: #929292;
    padding-bottom: 20px;
}
.footer-wrapper .company_info span {
    display: block;
    font-size: .875rem;
    word-break: keep-all;
    letter-spacing: -1px;
}
