/* extracted-inline-styles */
/* layouts/partials/page-about.html */
.con-banner_title {
                        min-height: 180px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-bottom: 40px;
                      }
                      .con-banner_title .title {
                        font-size: 48px;
                        line-height: 1.2;
                        text-align: center;
                        font-weight: bold;
                        color: #000;
                      }
                      @media (max-width: 768px) {
                        .con-banner_title { min-height: 80px; height: auto; }
                        .con-banner_title .title { font-size: 34px; }
                      }

/* layouts/partials/page-about.html */
#aboutbox { background-size: contain; }
                      #aboutbox .container { max-width: 1360px; padding: 0; }
                      #aboutbox .avia-builder-el-4 { margin: 0; }
                      .about-con {
                        position: relative;
                        background-color: #fff;
                        background-position: left bottom;
                        background-repeat: no-repeat;
                        background-size: cover;
                        border-radius: 20px;
                        box-shadow: 0 0 20px rgba(19,29,60,0.06);
                        padding: 60px 80px;
                        border: 1px solid #fff;
                      }
                      .about-con-pp { position: absolute; right: 0; top: -60px; }
                      .about-title { font-size: 28px; color: #141625; text-align: center; }
                      .about-con-num {
                        display: flex;
                        justify-content: space-around;
                        margin: 60px 0 50px;
                      }
                      .about-con-num-con { text-align: center; width: 23%; }
                      .about-con-num-con p {
                        font-size: 26px;
                        color: #00dc8c;
                        line-height: 1.1em;
                        margin: 0 0 5px 0;
                      }
                      .about-con-num-con span {
                        display: block;
                        font-size: 16px;
                        color: #999999;
                        line-height: 1.5em;
                      }
                      .about-con-p {
                        font-size: 16px;
                        color: #6a6969;
                        line-height: 1.5em;
                        text-align: justify;
                        margin: 0;
                      }
                      .about-de {
                        margin-top: 40px;
                        display: flex;
                        justify-content: space-between;
                        background: #fafeff;
                        padding: 20px 0;
                        border-radius: 20px;
                      }
                      .about-de-con { width: 50%; display: flex; }
                      .about-de-con-img { width: 130px; }
                      .about-de-con-txt { width: calc(100% - 140px); }
                      .about-de-con-txt p {
                        font-size: 20px;
                        color: #071439;
                        line-height: 1.2em;
                        margin: 10px 0 8px 0;
                      }
                      .about-de-con-txt span {
                        font-size: 16px;
                        color: #999999;
                        line-height: 1.5em;
                      }

/* layouts/partials/page-about.html */
#about-history { background-size: cover; }
                      #about-history .container { max-width: 1360px; padding: 0; }
                      .about-imgbox { text-align: center; }
                      .about-imgbox-img { margin: 20px 0 0 0; padding-bottom: 60px; }
                      .about-imgbox-imgpc { display: inline-block; }
                      .about-imgbox-imgm { display: none; }

/* layouts/partials/page-about.html */
@media (max-width: 1360px) {
                      #aboutbox { padding: 0 20px; }
                    }
                    @media (max-width: 1000px) {
                      .about-con { padding: 60px 30px; }
                      .about-con-num-con span { font-size: 14px; }
                      .about-con-pp { width: 180px; }
                      .about-de-con-txt span { font-size: 14px; }
                    }
                    @media (max-width: 768px) {
                      .responsive #top #wrap_all #aboutbox .container { width: 90%; max-width: 90%; }
                      #aboutbox { padding: 30px 0 0 0; background-size: 300%; }
                      .about-con { padding: 30px 20px; margin-top: -20px; background-size: 300%; }
                      .about-title { font-size: 20px; }
                      .about-con-pp { width: 100px; }
                      .about-con-num { margin: 30px 0; flex-wrap: wrap; }
                      .about-con-num-con { width: 50%; margin-bottom: 20px; }
                      .about-de { flex-direction: column; margin-top: 20px; }
                      .about-de-con { width: 100%; flex-direction: column; align-items: center; margin-bottom: 20px; }
                      .about-de-con-txt { width: 100%; text-align: center; }
                      .about-imgbox-img { padding-bottom: 20px; }
                      .about-imgbox-imgpc { display: none; }
                      .about-imgbox-imgm { display: inline-block; }
                      #about-history { background-image: none; }
                    }
