#primary-nav {
     margin: auto;
     position: absolute;
     transform: translateX(-50%);
     left: 50%;
}
 #primary-menu li {
     font-weight: bold;
}
 #primary-menu li + li {
     margin-left: 20px;
}
 #masthead > .container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 100%;
}
 .btn {
     border-radius: 10px;
     height: 60px;
     min-width: 180px;
     letter-spacing: 3.6px;
     font-weight: bold;
     font-size: 18px;
}
 .article-section {
     background: url('/assets/img/article-bg.png') no-repeat;
     height: 1103px;
     background-size: cover;
     padding: 89px 0;
     position: relative;
     z-index: 0;
     color: #fff;
}
 .article-section::after {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: -1;
     background-color: rgba(0,0,0,0.35) 
}
 .article-section .section-header .section-desc {
     color: #fff;
}
 .article-section .main {
     display: flex;
     margin-top: 73px;
}
 .article-section .left {
     flex: 1;
     height: 373px;
}
 .article-section .left img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     border-radius: 10px;
}
 .article-section .right {
     flex: 1;
     margin-left: 25px;
     display: flex;
     flex-direction: column;
}
 .article-section .article-title {
     font-size: 30px;
     font-weight: bold;
}
 .article-section .article-summary {
     font-size: 15px;
     margin-top: 10px;
     flex: 1;
}
 .section-service .single-item {
     border-radius: 10px;
}
 .more-articles {
     display: flex;
     margin-top: 40px;
}
 .more-articles .section-service {
     flex: 1;
}
 .more-articles .section-service + .section-service {
     margin-left: 16px;
}
 .more-articles.relevant {
     margin-top: 84px;
     margin-bottom: 140px;
}
 .section-service .text-holder {
     width: 100%;
}
 .section-service .image-wrap img {
     width: 100%;
}
 .article-section .view-more {
     display: block;
     margin: auto;
     margin-top: 40px;
     background: transparent;
     border-radius: 10px;
     border: 3px solid #fff;
}
 .categories-area .section-header {
     margin-bottom: 60px;
}
 .categories-area .home-section {
     padding-top: 103px;
}
 .support-container {
     display: flex;
}
 .support-item + .support-item {
     margin-left: 16px;
}
 .support-item {
     flex: 1;
     border: 1px solid #D6D6D6;
     border-radius: 10px;
     padding: 31px 25px;
     text-align: center;
}
 .support-item .title {
     font-size: 18px;
     font-weight: bold;
     margin-bottom: 10px;
}
 .support-item .desc {
     font-size: 15px;
}
 .support-section .view-more {
     display: block;
     margin: auto;
     margin-top: 65px;
}
 .support-section {
     padding-bottom: 140px;
}
 .about-section {
     padding-top: 95px;
     padding-bottom: 80px;
     background: url(/assets/img/about-bg.png) no-repeat center;
     background-size: cover;
     color: #fff;
     position: relative;
     z-index: 0;
}
 .about-section::after {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: -1;
     background-color: rgba(0,0,0,0.75);
}
 .about-section .btn {
     display: block;
     margin: auto;
     background: #fff;
     color: #000 !important;
}
 .site-logo {
     width: 174px;
     height: 52px;
     object-fit: contain;
}
 #footer-menu {
     margin-top: 20px;
     margin-bottom: 30px;
}
 .footer-nav li:not(:last-child)::after {
     content: "";
     display: inline-block;
     vertical-align: middle;
     margin-left: 10px;
     border-left: 1px solid #000;
     height: 20px;
     margin-bottom: 4px;
}
 .breadcrumb {
     margin: 16px 0;
     position: absolute;
     font-size: 16px;
     color: #fff;
     z-index: 10;
     width: 278px;
}
 .custom-page-header .breadcrumb a {
     color: #fff;
}
 .grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 16px;
}
 .product-grid-item {
     position: relative;
     height: 385px;
     z-index: 0;
     border-radius: 10px;
     overflow: hidden;
}
 .product-grid-item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .product-grid-item::after {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: rgba(0,0,0,0.35);
}
 .product-grid-item .content-wrap {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     font-size: 18px;
     color: #fff;
     z-index: 1;
}
 .download-section {
     padding-top: 95px;
     padding-bottom: 80px;
     background: url(/assets/img/about-bg.png);
     position: relative;
     z-index: 0;
}
 .download-section::after {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: -1;
     background-color: rgba(0,0,0,0.75);
}
 .download-section .section-header {
     color: white;
     margin-bottom: 50px;
}
 .download-section .btn {
     display: block;
     margin: auto;
}
 .college-row-item {
     display: flex;
}
 .college-row-item + .college-row-item {
     margin-top: 30px;
}
 .college-row-item .entry-thumb {
     flex-shrink: 0;
     width: 572px;
     height: 373px;
}
 .college-row-item .entry-summary {
     font-size: 15px;
     line-height: 35px;
     margin-top: 10px;
     display: -webkit-box;
     -webkit-line-clamp: 5;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 .college-row-item .entry-thumb img {
     border-radius: 10px;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .college-row-item .entry-title a, .college-row-item .entry-title a:visited {
     color: #000;
     font-size: 30px;
     letter-spacing: 1.5px;
     line-height: 41px;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 .college-row-item .content-wrap {
     margin-left: 40px;
     display: flex;
     flex-direction: column;
}
 .college-row-item .content-wrap .btn-wrapper {
     margin-top: auto;
     display: block;
}
 .college-row-item .content-wrap .btn {
     width: 100%;
     background: #000;
}
 .navigation.pagination {
     margin-top: 50px;
}
 .article-title {
     font-size: 30px;
     font-weight: bold;
     text-align: center;
     line-height: 41px;
     margin-bottom: 35px;
}
 .site-main.article {
     width: 768px;
     margin: auto;
     font-size: 15px;
}
 .site-main.article img {
     border-radius: 10px;
     object-fit: cover;
     height: 373px;
     margin: auto;
     display: block;
     margin-bottom: 20px;
}
 .college-article .more-articles.relevant {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 16px 
}
 .college-article .more-articles.relevant .section-service {
     margin: 0;
}
 .college-article .more-articles.relevant {
     margin-bottom: 40px;
}
 .college-article .btn-wrapper {
     display: flex;
     justify-content: center;
}
 .college-article .btn-wrapper .btn {
     background: transparent;
     color: black !important;
     border: 2px solid;
}
 .pagination .page-numbers {
     min-width: 40px;
     height: 40px;
     border-radius: 10px;
     color: #000;
     background: #FFFFFF;
     font-size: 15px;
     font-weight: bold;
     line-height: 40px;
     margin-bottom: 12px;
}
 .pagination .page-numbers + .page-numbers {
     margin-left: 20px;
}
 .pagination.pagination .page-numbers:hover {
     background-color: #000;
     color: #fff;
}
 .pagination.pagination .page-numbers.current {
     background-color: #000;
     color: #fff;
}
 .support-wrapper {
     background: #F4F5F6;
}
 .support-wrapper #primary {
     padding-bottom: 140px;
     background: #F4F5F6;
     margin-bottom: 0;
}
 .support-row-item {
     background: #fff;
     min-height: 246px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0 77px;
}
 .support-row-item .entry-title {
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 25px;
     text-align: center;
}
 .support-row-item .entry-summary {
     line-height: 35px;
     font-size: 15px;
}
 .support-row-item + .support-row-item {
     margin-top: 20px;
}
 .about-summary {
     white-space: pre-wrap;
     text-align: center;
     font-size: 14px;
     color: #000;
}
 .site-info {
     margin-top: 20px;
}
 #overlay {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.9);
     z-index: 999;
}
 #modal {
     display: none;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     padding: 20px;
     border-radius: 5px;
     z-index: 1000;
     width: 358px;
     text-align: center;
}

#download-modal {
    inset: 0;
    display: none;
     position: fixed;
     border-radius: 5px;
     z-index: 1000;
     text-align: center;
     padding: 58px 8.25% 60px 8.25%;
     overflow: auto;
}

#download-modal .site-slogan {
    color: #00FF4E;
}
 .modal-title {
     font-weight: bold;
     color: #fff;
     margin-bottom: 40px;
}
 #qrcodeCanvas2 canvas {
     border-radius: 10px;
}

.mobile {
    display: none;
}

.article-pic {
    height: 563px;
    width: 474px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 55px;
}

.product-article-container {
    display: flex;
    padding-top: 84px;
}

.product-article {
    font-size: 15px;
    line-height: 35px;
}

.article-content-container {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

    .pageEllipsis {
        margin-bottom: 12px;
    }
    
    .site-main.article .about-cover {
        width: 100%;
        height: 474px;
        margin-bottom: 40px;
    }
    
    #primary.about {
        margin-top: 65px;
    }
    
    .about-article-container {
        display: flex;
    }
    
    .about-image-gallery {
        margin-left: 40px;
        flex-shrink: 0;
    }
    
     .about-image-gallery.about-image-gallery img {
        width: 376px;
        height: 194px;
        object-fit: cover;
     }
     
     .about .site-main.article {
         max-width: 964px;
         width: 100%;
     }
     
     .ancestor-wrapper .download-btn {
         cursor: pointer;
     }
     
     .ancestor-wrapper .download-btn:hover {
         color: inherit !important;
     }
     
     .product-grid-item .entry-thumb {
         height: 100%;
     }

@media (max-width: 959px) {
    .pc {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .support-section {
        padding-top: 43px;
        padding-bottom: 57px;
    }
    
    .section-header {
        margin-bottom: 20px;
    }
    
    .support-section .view-more {
        margin-top: 10px;
        width: 100%;
    }
    
    .section-header .section-desc {
        font-size: 12px;
    }
    
    .swiper {
        padding-bottom: 40px;;
    }
    
    .btn {
        font-size: 15px;
    }
    
    .swiper-pagination-bullet {
        background: transparent;
        border: 1px solid #000;
    }
    
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000;
    }
    
    .about-section {
        padding: 40px 0;
        height: 194px;
    }
    
    #site-bottom {
        font-size: 12px;
        padding-bottom: 60px;
    }
    
    #site-bottom .footer-nav li span, #site-bottom .footer-nav li a {
        font-size: 12px;
    }
    
    #footer-menu {
        margin-bottom: 10px;
    }
    
    .about-summary {
        font-size: 12px;
    }
    
    .about-section .btn {
        width: 100%;
        color: #fff !important;
        background: transparent;
        border: 2px solid white;
    }
    
    .article-section {
        height: 721px;
        padding: 40px 0;
    }
    
    .article-section .section-header {
        margin-bottom: 30px;
    }
    
    .article-section .swiper img {
        height: 216px;
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }
    
    .article-section .swiper .article-title {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: left;
        line-height: 20px;
        margin-top: 15px;
    }
    
    .article-section .swiper .article-summary {
        font-size: 12px;
        min-height: 160px;
    }
    
    .article-section .swiper .btn {
        width: 100%;
        margin-top: 15px;
    }
    
    #download-modal .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .article-section .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #03FF9B;
        border-color: transparent;
    }
    
    #download-modal .swiper .swiper-pagination-bullet,
    .article-section .swiper .swiper-pagination-bullet {
        background: #fff;
        border-color: transparent;
        opacity: 1;
    }
    
    .section-service .single-item {
        height: 254px;
    }
    
    .categories-area .home-section {
        padding-top: 43px;
        padding-bottom: 43px;
    }
    
    .categories-area .section-header {
        margin-bottom: 22px;
    }
    
    .mobile-menu .logo {
        width: 174px;
        height: 52px;
        margin: 58px auto 100px auto;
    }
    
    .menu-wrapper .menu-item + .menu-item {
        margin-top: 20px;
    }
    
    .modal-menu .download-menu-item a {
        line-height: 67px;
    }
    
    .breadcrumb {
        display: none;
    }
    
    .content-product-loop .grid {
        grid-template-columns: repeat(1,1fr);
    }
    
    .grid .product-grid-item {
        height: 220px;
    }
    
    .download-section {
        height: 194px;
        padding: 40px 0;
    }
    
    .download-section .section-header {
        margin-bottom: 25px;
    }
    
    .download-section .btn {
        height: 55px;
        width: 100%;
    }
    
    .college-row-item {
        flex-direction: column;
        border-radius: 10px;
        border: 1px solid #E6E6E6;
    }

    .college-row-item .entry-thumb {
        height: 183px;
        width: 100%;
    }
    
    .college-row-item .entry-title a, .college-row-item .entry-title a:visited {
        font-size: 15px;
        line-height: 20px;
    }
    
    .college-row-item .entry-summary {
        font-size: 12px;
        line-height: 25px;
    }
    
    .college-row-item .content-wrap {
        margin: 20px 24px;
    }
    
    .college-row-item .content-wrap .btn-wrapper {
        margin-top: 20px;
        height: 55px;
    }
    
    .support-row-item {
        padding: 45px 29px;
    }
    
    .support-row-item .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
    
    .support-row-item .entry-summary {
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }
    
    #modal {
        display: none;
         position: fixed;
         border-radius: 5px;
         z-index: 1000;
         text-align: center;
         padding: 58px 8.25% 60px 8.25%;
         inset: 0;
         transform: unset;
         width: 100%;
         padding-top: 58px;
         overflow: auto;
    }
    
    #modal .mobile {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    #download-modal .logo,
    #modal .mobile .logo {
        width: 174px;
        height: 52px;
        margin: auto;
    }
    
    .form-section {
        margin-top: 92px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .form-title {
        color: #fff;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding: 12px 24px;
        padding-top: 0;
    }
    
    
.form {
    padding-bottom: 20px;

}

.form-container {
  padding-top: 33px;
  height: 100%;
  position: relative;
}

.form input:not([type='checkbox']) {
  width: 100%;
  height: 59px;
  border: none;
  border-radius: 5px;
  position: relative;
  padding: 0 31px;
  font-size: 16px;
}

.form input {
  border: none;
  background-color: #f2f1f1;
}

.form input::placeholder {
  color: #989898;
}

.form-input {
  position: relative;
}

.form-input + .form-input {
  margin-top: 5vw;
}

.form-input img {
  position: absolute;
  left: 5.556vw;
  top: 50%;
  transform: translateY(-50%);
  width: 3.056vw;
  height: 3.519vw;
  object-fit: contain;
}

.err {
    font-size: 12px;
    margin-left: 5.5vw;
    color: red;
    position: absolute;
    bottom: -25px;
}

.code-container {
  width: 157px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  margin-left: 17px;
}

.submit-btn {
    width: 100%;
    height: 72px;
    border-radius: 10px;
    margin-top: auto;
    color: white;
    display: grid;
    font-size: 18px;
    place-items: center;
}

.form-input.code {
    display: flex;
}

.mobile .close-form-btn {
    color: white;
    font-size: 20px;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    right: 8.25%;
    margin: 20px 0;
}

.more-articles.relevant.mobile {
    margin: 20px 0;
}

.article-title {
    font-size: 25px;
}

.college-article .more-articles.relevant.pc {
    display: none;
}

.site-main.article {
    width: auto;
}

.college-article .more-articles.relevant {
    display: block;
}

.site-main.article img {
    height: 203px;
}

.college-article .more-articles.relevant .section-service .text-holder {
    padding: 20px 24px;
    position: static;
    background: #fff;
    color: #000;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.college-article .more-articles.relevant .section-service .image-wrap img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.college-article .more-articles.relevant .section-service .image-wrap {
    border-radius: 0;
    height: 183px;
}

.college-article .more-articles.relevant .section-service .btn-wrapper .btn {
    margin-top: 20px;
    background: #000;
    color: #fff !important;
    height: 55px;
    width: 100%;
}

.college-article .more-articles.relevant .section-service .single-item {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 509px;
    display: flex;
    flex-direction: column;
}

.college-article .more-articles.relevant .section-service {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    overflow: hidden;
}

.article-content-cover  {
    width: 100%;
    margin-bottom: 20px;
}

.article-content-container {
    font-size: 12px;
    line-height: 25px;
    border: none;
    padding: 0;
}

.college-article .article-title {
    margin-bottom: 20px;
}

.college-article .section-service .text-holder p {
    flex: 1;
    -webkit-line-clamp: 6;
}

.college-article .section-service .text-holder h5 {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.menu-modal .menu-top {
    padding-bottom: 100px;
}

.product-grid-item .entry-thumb {
    height: 220px;
}

.article-pic {
    height: 314px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.product-article-container {
    padding-top: 20px;
    display: block;
}

.product-article {
    margin-top: 20px;
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
}

 .site-main.article .about-cover {
        height: 186px;
        margin-bottom: 20px;
    }
    
    #primary.about {
        margin-top: 20px;
    }
    
    .about-article-container {
        display: block;
    }
    
    .about-image-gallery {
        margin-left: 0;
        flex-shrink: 0;
    }
    
     .about-image-gallery.about-image-gallery img {
        width: 376px;
        height: 194px;
        object-fit: cover;
        margin-bottom: 0;
     }
     
        .about-article-container .article-title {
            font-size: 15px;
            line-height: 20px;
        }
        
        .about-article-container .article-content {
            font-size: 12px;
            line-height: 25px;
            margin-bottom: 20px;
        }
        
        .about .swiper img {
            width: 100%;
            border-radius: 10px;
            height: 227px;
            object-fit: cover;
        }
        
        .download-swiper {
            margin-top: 20px;
        }
        
        .download-swiper img {
            height: 530px;
            object-fit: contain;
        }
        
        .download-modal .download-section {
            position: absolute;
            left: 0;
            right: 0;
            padding: 0 8.25%;
            bottom: 60px;
        }
        
        .download-apk-container  {
            margin-top: 16px;
        }
        
        .download-apk-container .download-apk {
            background: #03FF9B;
            border-radius: 10px;
            font-size: 18px;
            height: 72px;
                font-weight: bold;
    display: grid;
    place-items: center;
        }
     
}

 