body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a {
    opacity: 1 !important; }
    body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a .link-inner {
      color: #FFF; }
  
  body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child .sub-menu .link-inner {
    color: #000; }
    body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child .sub-menu .link-inner:hover {
      color: #5b87da; }
  
  body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item.menu-btn-rounded a {
    opacity: 1 !important; }
  
  body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a {
    opacity: 0.7 !important; }
    body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a .link-inner {
      color: #000; }
  
  body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child a {
    opacity: 1 !important; }
    body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child a .link-inner span {
      opacity: 0.7 !important; }
  
  body #contact-us-page #site-header .site-header-inner #site-logo .main-logo .blue-logo {
    display: block; }
  
  body #contact-us-page #site-header .site-header-inner #site-logo .main-logo .logo {
    display: none; }
  
  body #contact-us-page #site-header.sticky .site-header-inner #site-logo .main-logo .blue-logo {
    display: none; }
  
  body #contact-us-page #site-header.sticky .site-header-inner #site-logo .main-logo .logo {
    display: block; }
  
  .about-wrapper {
    padding-top: 165px;
    background-color: #5b87da; }
  
  .sgv-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 1; }
  
  .sgv-rotate svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  
  .about-wrapper__content {
    text-align: center; }
  
  .about-wrapper__content .sub-title {
    color: #060e9f;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px; }
  
  .about-wrapper__content .title {
    color: #fff;
    font-size: 50px;
    font-weight: 700; }
  
  .about-wrapper__content .text-full {
    margin-top: 30px;
    padding-bottom: 30px; }
  
  .about-wrapper__content .text {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
    line-height: 25.2px; }
   
  .border-bottom {
    border: 1px solid;
    border-top-color: #e5e5e5;
    border-bottom-color: transparent; }
  
.list-number {
    display: block;
    margin: 100px 0 70px;
    text-align: center;

}
.list-number li {
    width: 100%;
}
.list-number li .number{
    font-size: 60px;
    font-weight: bold;
    line-height: 99px;
    color: #060e9f;
}
.list-number li .text{
    font-size: 18px;
    /* font-weight: 300; */
    line-height: 29.7px;
    margin-bottom: 20px;
}

.section-wrapper {
    background-color: #f6f7fc;
}
.section-wrapper .container {
    padding-top: 120px;
    padding-bottom: 100px;
}

.section-wrapper .section01 {
    display: block;
    margin: 0 0px 80px;
}
.section-wrapper .section01 li{
    width: 100%;
}
.section-wrapper .section01 li img {
    margin-top: 30px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    transition: all .25s;
}
.section-wrapper .section01 li img:hover {
    opacity: 0.8;
}
.section-wrapper .section01 li .sub-tit {
    font-size:18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    color: #060e9f;
}
.section-wrapper .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26.4px;
    margin-bottom: 20px;
}
.section-wrapper .section01 li .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 59.4px;
    margin-bottom: 20px;
}

.section-wrapper .section02 {
    display: block;
    margin: 0 0px 40px;
}
.section-wrapper .section02 li{
    width: 100%;
}
.section-wrapper .section02 li .title{
    font-size:21px;
    font-weight: 700;
    line-height:34.65px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .list-number {
        display: flex;
        margin: 120px -15px 50px;
        text-align: center;
    
    }
    .list-number li {
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 15px;
    }
    .section-wrapper .section01 {
        display: flex;
        margin: 0 -30px 80px;
    }
    .section-wrapper .section01 li{
        flex: 0 50%;
        max-width: 50%;
        padding: 0 30px;
    }
    .section-wrapper .section01 li img {
        margin-top: 0px;
    }
    .section-wrapper .section02 {
        display: flex;
        margin: 0 -15px 40px;
    }
    .section-wrapper .section02 li{
        flex: 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media (max-width: 690px) {
    .sp-none {
      display: none; } 
}
  



