/* Header */
#header {
    position: relative;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}
#header .header-cont {
    position: relative;
    z-index: 99;
}
.header-container {
    position: relative;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}
.header-layout {
    height: 90px;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: block;
}
.logo .mlogo {
    display: none;
}
.logo .wlogo {
    display: block;
}

.top-nav {
    background-color: #fafafa;
    border-bottom: solid 1px #eee;
    display: flex;
}
.top-nav-box {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 1400px;
}
.top-nav-box ul {
    float: right;
}
.top-nav-box ul > li {
    position: relative;
    float: left;
}
.top-nav-box ul > li:first-child:before {
    content: "";
    display: none;
}
.top-nav-box > ul > li::before {
    content: "";
    background-color: #ccc;
    position: absolute;
    left: 0;
    width: 1px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.top-nav-box ul > li > a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 14px;
}
.top-nav-box ul > li.icon a {
    color: #111;
    display: block;
}
.top-nav-box ul > li.icon a i {
    font-size: 22px;
}
.top-nav-box ul > li .dropdown-menu {
    background-color: #fff;
    max-width: 150px;
    right: 0;
    left: auto;
    margin-top:0px;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.07);
    transition: height 0.4s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top-nav-box ul > li .dropdown-menu > li {
    float: none;
    padding: 0;
}
.top-nav-box ul > li .dropdown-menu > li > a {
    display: block;height: auto;
    padding: 8px 10px;
    color: #333;font-size: 15px;
}
.top-nav-box ul > li .dropdown-menu > li > a:focus,
.top-nav-box ul > li .dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
}
.top-nav-box ul > li.login a {
    color: #999;
    font-size: 28px;
}
.top-nav-box ul > li.login a:hover {
    color: #fff;
}
.zoom {
    display: flex;
    flex-direction: row;
    height: 50px;
    padding-left: 10px;
    align-items: center;
}
.zoom-tit {
}
.zoom-btn {
    display: flex;
    flex-direction: row;
    margin-left: 5px;
    gap: 5px;
}
.zoom-btn a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0;
    line-height: 24px;
    border-radius: 15px;
    color: #333;
    font-size: 14px;
    border: solid 1px #ddd;
}
.top-btn li a {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;

    color: #333;
    font-size: 14px;
    border: solid 1px #ddd;
}
.header-util {
    width: 100%;
    background-color: white;
    border-bottom: solid 1px #eee;
}
.header-util .inner {
    position: relative;
    max-width: 100%;
    width: 1400px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px 0;
}
.util-nav {
    position: absolute;
    right: 0;
    display: flex;
}
.util-nav .nav-btn {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 15px;
    color: #666;
}
.util-nav .nav-btn.mobile {
    display: none;
}
.util-nav .nav-btn.desktop {
    display: block;
}
.util-nav .nav-btn:first-child:before {
    content: "";
    display: none;
}
.util-nav .nav-btn::before {
    content: "";
    background-color: #ccc;
    position: absolute;
    width: 1px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.util-nav .nav-btn i {
    font-size: 1.8rem;
}
.util-nav .nav-btn span {
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

/* Footer */
#footer {
    position: relative;
    padding: 40px 0;
    margin-top: auto;
    background-color: #f9f9f9;
}
#footer .container {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#footer .footer-content {
    flex: 1;
    margin-left: 30px;
}
#footer .footer-logo {
    display: block;
}
#footer .footer-top .footer-sns a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
}
#footer .footer-top .footer-sns a:last-child {
    margin-right: 0;
}
#footer .footer-menu {
    display: flex;
}
#footer .footer-menu > li {
    position: relative;
    padding: 0 12px;
}
#footer .footer-menu > li:first-child:before {
    content: "";
    display: none;
}
#footer .footer-menu li::before {
    content: "";
    background-color: #ccc;
    position: absolute;
    width: 2px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#footer .footer-menu > li:first-of-type {
    padding-left: 0;
}
#footer .footer-menu > li > a {
    font-size: 18px;
    font-weight:600;
    color: #333;
}
#footer .footer-info {
    position: relative;
    margin-top: 12px;
}
#footer .footer-info > div {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    text-align: center;
}
#footer .footer-info > div + div {
    margin-top: 5px;
}
#footer .footer-info > div > p {
    font-size: 16px;
    color: #333;
    margin-right: 20px;
}
#footer .footer-info > div > p .line-text {
}
#footer .footer-info .copyright {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    opacity: 0.7;
}
/* section01 */
.section01 {
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(226, 240, 255, 1) 77%
    );
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.section01::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    background-image: url("/assets/common/img/user/section01_bg_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
}
.section01 > .container {
}
.main-wrap {
    display: flex;
    flex-direction: row;
    padding: 80px 0;
}
.main-banner {
    width: 900px;
    padding-right:45px;
}
.main-banner .main-banner-title {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-family: "S-CoreDream", sans-serif;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #444;
    font-weight: bold;
}
.main-banner .main-banner-title .icon {
    float: left;
    margin-right: 10px;
    width: 220px;
    height: 89px;
    background: url("/assets/common/img/user/banner_title_img.png") no-repeat
        center center;
    background-size: contain;
}
/* section01 */
/* swiper banner */
.main-banner-swiper {
    width: 100%;
    height: auto;
    border-radius: 42px;
    border-top-right-radius: 100px;
}
.main-banner-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.main-banner-swiper .swiper-slide {
}
.main-banner-swiper .swiper-slide .img{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-banner-swiper .swiper-slide .img::after {
    content: "";
    display: block;
    padding-top:52%;
}
.main-banner-swiper .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: table;
}
.main-banner-swiper .inner > div {
    display: inline-block;
    vertical-align: middle;
}
.main-banner-swiper .inner > div > p {
    font-size: 32px;
    margin: 30px 0 30px;
}
.main-banner-swiper .inner > div > .mainBtn {
    border: solid 1px #7ebdb0;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 35px;
    font-size: 18px;
}
.main-banner-swiper .inner > div > .mainBtn:hover {
    background: #7ebdb0;
    color: #fff;
}
.main-banner-swiper .inner > div > img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}
.main-banner-swiper .inner:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.swiper-controls {
    background: #fff;
    width: 300px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-top-left-radius: 32px;
}
.swiper-controls .swiper-pagination {
    position: relative !important;
    bottom: 0;
    display: inline-block;
    width: 80px;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
}
.swiper-controls .controls-box {
    height: 42px;
    position: relative;
    display: flex;
    flex-direction: row;
}
.swiper-controls .controls-box .button-prev,
.swiper-controls .controls-box .button-next {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}
.swiper-controls .controls-box .button-prev:hover,
.swiper-controls .controls-box .button-next:hover {
    background: #eee;
}

.swiper-controls .controls-box .button-next:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    font-weight: 400;
    color: #333;
    font-size: 24px;
}
.swiper-controls .controls-box .button-prev:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f060";
    font-weight: 400;
    color: #333;
    font-size: 24px;
}

.swiper-autoplay {
    position: relative;
    width: 42px;
    height: 42px;
    z-index: 99;
    margin: 0 5px;
}
.swiper-autoplay .start-autoplay,
.swiper-autoplay .stop-autoplay {
    display: block;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    color: #333;
}
.swiper-autoplay .start-autoplay:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    color: #333;
    content: "\f04b";
}
.swiper-autoplay .stop-autoplay:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    color: #333;
    content: "\f04c";
    font-size: 24px;
}

/* main-quick */
.main-quick {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.main-quick .main-quick-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}
.main-quick .main-quick-title h3 {
    flex: 1;
    font-family: "S-CoreDream", sans-serif;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #444;
}
.main-quick .main-quick-title h3 b {
    display: block;
}
.main-quick .main-quick-title .icon {
    width: 100px;
    height: 112px;
    background: url("/assets/common/img/user/quick_title_img.png") no-repeat
        center center;
    background-size: cover;
}
.main-quick .main-quick-list {
}
.main-quick .main-quick-list > ul {
    display: flex;
    flex-wrap: wrap;
}
.main-quick .main-quick-list > ul > li {
    flex: 1 0 33.3%;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.main-quick .main-quick-list > ul > li .icon {
    display: flex;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(225, 246, 238, 1) 90%
    );
    border-radius: 24px;
}
.main-quick .main-quick-list > ul > li .icon i {
    font-size: 36px;
}
.main-quick .main-quick-list ul > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-quick .main-quick-list ul > li a span {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #444;
}
.theme-ravenclaw {
    --fa-secondary-opacity: 0.3;
    --fa-primary-color: #00ae69;
    --fa-secondary-color: #00ae69;
}

/* News Section */
.news-section {
    position: relative;
    margin: 0 0 -80px;
    padding: 60px 60px;
    background: white;
    width: 100%;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    z-index: 11;
}
.news-nav {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 5px;
}

.news-title {
    font-family: "S-CoreDream";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #000000;
    text-align: center;
    margin-right: 15px;
}

.news-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
}
.news-tabs li {
    position: relative;
    padding-left: 15px;
}
.news-tabs li:first-child:before {
    content: "";
    display: none;
}
.news-tabs li::before {
    content: "";
    background-color: #ccc;
    position: absolute;
    width: 2px;
    height: 14px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.news-tabs li a {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.5px;
    color: #aaa;
}

.news-tabs li.active a {
    font-weight: 700;
    color: #444;
}
.more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.more-link a{
    display: inline-block;
    text-align: center;
    padding: 12px 25px;
    background: #fff;
    border: 1px solid #00a865;
    color: #00a865;
    font-weight: 500;
    border-radius: 32px;
}
.more-link a:hover{
    background: var(--bs-theme);
    color: #fff;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.news-item {
    position: relative;
    padding: 20px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    cursor: pointer;
}

.news-item::before {
    content: "";
    background-color: #ddd;
    position: absolute;
    width: 1px;
    height: 100%;
    left: -10px;
    top: 0;
    cursor: pointer;
}

.news-item:nth-child(1):before,
.news-item:nth-child(5):before {
    display: none;
}

.badge {
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 15px;
    margin-bottom: 10px;
}
.badge.badge-danger {
    background-color: #fdf0f0 !important;
    color: #ff0000 !important;
}
.badge.badge-success {
    background-color: rgb(35, 126, 255, 0.1) !important;
    color: rgb(35, 126, 255, 1) !important;
}
.badge.badge-primary {
    background-color: rgb(0, 174, 105, 0.1) !important;
    color: rgb(0, 174, 105, 1) !important;
}
.badge.badge-gray {
    background-color: rgb(0, 0, 0, 0.1) !important;
    color: rgb(0, 0, 0, 0.5) !important;
}

.news-item .title {

    font-weight: 500;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}

.news-item .date {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #999;
}
/*  Section 02*/
.shop-section {
    position: relative;
}
.shop-section .after {
    display: block;
    width: 100%;
    height: 384px;
    margin-bottom: -8px;
    background: url(/assets/common/img/user/landmark.svg) no-repeat center
        bottom / contain;
}
.shop-section-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #00ae4d;
    color: white;
    padding: 50px 100px;
    border-top-left-radius: 32px !important;
    border-radius: 80px;
}
.shop-section .shop-section-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.shop-section .shop-section-content .shop-section-title {
    margin-bottom: 10px;
    font-family: "S-CoreDream", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #fff;
}
.shop-section .shop-section-content .shop-section-sub-title {
font-family: "S-CoreDream", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #fff;
}
.shop-section-img {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 0px;
    right: 150px;
    background: url("/assets/common/img/user/section02_im01.svg") no-repeat
        center;
    background-size: contain;
}

.shop-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.shop-btn {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.shop-btn.last {
    padding: 10px 45px 10px 20px;
}
.shop-btn.last .icon {
    position: absolute;
    bottom: 10px;
    background-image: url("/assets/common/img/user/section02_btn_img.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.shop-btn:hover {
    background: #fff;
    color: #00ae4d;
}

/*  coronation-section */
.coronation-section {
    position: relative;
}
.coronation-section::before {
    content: "";
    background-image: url("/assets/common/img/user/section03_bg_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0;
    position: absolute;
    width: 520px;
    height: 300px;
    left: 0;
    bottom: 0;
}
.coronation-section::after {
    content: "";
    width: 50%;
    height: 300px;
    position: absolute;
    background-color: #414e8a;
    bottom: 80px;
    right: 0;
    border-bottom-left-radius: 150px;
    z-index: -1;
}
.coronation-item {
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.coronation-item .link {
    position: relative;
    display: block;
}
.coronation-item .img::before {
    content: "";
    display: block;
    padding-bottom: 72%;
}
.coronation-item .img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.coronation-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}
.coronation-item-content .title {
    font-size: 20px;
    color: white;
}
.coronation-item-content .item-tag {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.coronation-item-content .item-tag span {
    border-radius: 20px;
    font-size: 14px;
    color: white;
}
.coronation-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.coronation-contact-info {
    position: relative;
    flex: 1 0 55%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact-info-title {
display: flex;
flex-direction: row;
align-items: center;
}
.contact-icon {
    background-image: url("/assets/common/img/user/section03_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}
.contact-info-title h5{
    font-family: "S-CoreDream", sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #333;
}
.contact-info-details {
margin-left: 15px;
}
.contact-info-details ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-family: "S-CoreDream", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #555;
}
.contact-info-details ul li span {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 500;
    color: #333;
}
.contact-info-details ul li span::before {
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ddd;
}
.coronation-buttons {
    display: flex;
    flex: 1 0 45%;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    gap: 15px;
}
.coronation-btn {
    position: relative;
    background-color: #293057;
    border: solid 1px #293057;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.coronation-btn:hover {
    background-color: #fff;
    color: #293057;
    border: solid 1px #293057;
}
.status-section {
    position: relative;
    background-color: #f9f9f9;
    padding: 110px 0;
}
.status-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/assets/common/img/user/section04_img.jpg") no-repeat
        center center;
    width: calc(60% - 50px);
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 200px 0px 0px;
}
.status-section-wrap {
    display: flex;
    width: 100%;
}
.status-section-img {
    flex: 1 0 50%;
}
.status-section-content {
}
.status-section-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.status-section-title h3 {
    font-family: "S-Core Dream";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.5px;
    color: #454545;
}
.status-section-title .sub-title {
    display: block;
    font-family: "S-Core Dream";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #454545;
}
.status-section-icon {
    width: 120px;
    height: 120px;
    background: url(/assets/common/img/user/section04_icon.png) no-repeat center;
    background-size: contain;
    margin-right: 15px;
}
.status-section-buttons {
    display: flex;
}
.status-section-buttons ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.status-section-buttons ul li {
    position: relative;
    display: flex;
    flex: 1 0 33.3%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.status-section-buttons ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.status-section-buttons ul li a .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.status-section-buttons ul li a:hover .item-box{
    background-color: #00ae4d;
    color: #fff;
}
.status-section-buttons ul li a:hover .txt,
.status-section-buttons ul li a:hover .number {
    color: #fff;
}
.status-section-buttons ul li .txt {
    font-family: "S-CoreDream", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #444;
}
.status-section-buttons ul li .number {
    margin-top: 10px;
    font-family: "S-CoreDream", sans-serif;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.5px;
    font-weight: 900;
    color: #00ae4d;
}
.agency-section {
    padding: 80px 0;
}
.agency-cont {
    display: flex;
    flex-wrap: wrap;
}
.agency-cont + .agency-cont {
    margin-top: 20px;
}
.agency-cont .agency-cont-title {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.agency-cont .agency-cont-title .inner{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.agency-cont .agency-cont-title h3{
    margin-right: 15px;
    font-family: "S-CoreDream", sans-serif;
    font-size: 18px;
    font-weight:900;
    color: #212121;
}
.agency-cont .agency-cont-title .more-link{
color: #777;
}

.agency-cont-title .controls-box {
    height: 42px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.agency-cont-title .button-bar {
    background-color: #ddd;
    width: 2px;
    height: 20px;
    display: inline-flex;
}
.agency-cont-title .controls-box .button-prev,
.agency-cont-title .controls-box .button-next {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}
.agency-cont-title .controls-box .button-prev:hover,
.agency-cont-title .controls-box .button-next:hover {
    background: #eee;
}

.agency-cont-title .controls-box .button-next:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-weight: 400;
    color: #333;
    font-size: 24px;
}
.agency-cont-title .controls-box .button-prev:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
    font-weight: 400;
    color: #333;
    font-size: 24px;
}
.agency-cont .agency-banner {
    flex: 1;
    width: 80%;
}
.agency-cont .agency-banner .swiper-wrapper {
    transition-timing-function: linear;
}
.agency-cont .agency-banner .swiper-slide {
    width: 176px;
}
.agency-cont .agency-banner .item {
    display: block;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px 12px;
}
.agency-cont .agency-banner .cover {
    position: relative;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.agency-cont .agency-banner .cover::after {
    content: "";
    display: block;
    padding-top: 35%;
}
/* subpage */
.pageHeader-title-wrap {
    position: relative;
    background: #f5faf8;
    width: 100%;
    padding: 0;
    border-radius: 0px 0px 0px 120px;
    text-align: center;
    margin-bottom: 50px;
}
.pageHeader-title-wrap::before {
    content: "";
    background: url("/assets/common/img/user/pageheader_title.svg") no-repeat
        right;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 110px;
    padding: 0;
    text-align: center;
}
.pageHeader-title-wrap .wrap-inner {
    padding: 80px 0 50px;
}
.pageHeader-title-wrap .pageHeader-title {
    position: relative;
    display: inline-block;
    font-family:"SBAggroB", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.5px;
    color: #2C3E50;
}
.page-subMenu {
    display: flex;
    flex-direction: row;
}
.page-subMenu .home {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;

    background: #00a865;
    border-radius: 20px 20px 0px 20px;
}
.page-subMenu .home i {
    font-size: 24px;
    color: white;
}
.page-subMenu .dropdown {
    display: flex;
}
.page-subMenu .dropdown-item {
    display: block;
    min-width: 190px;
    text-align: left;
}
.page-subMenu .dropdown-item > div {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    background: #e9eef2;
    border-radius: 20px 20px 0px 0px;
    background-color: #e9eef2;
    font-size: 16px;
    color: #2c3e50;
}
.page-subMenu .dropdown-item.active > div {
    background-color: #fff;
    color: #00a865;
    font-weight: 600;
}
.page-subMenu .dropdown-item.active i {
    color: #00a865;
}
.page-subMenu .dropdown-item > div i {
    transition: all 0.3s ease;
    transform: rotate(0deg);
}
.page-subMenu .dropdown-item:hover i,
.page-subMenu .dropdown-item > .active i {
    top: 7px;
    transform: rotate(180deg);
    color: #066c70;
}
.page-subMenu .dropdown-menu {
    width: 100%;
    min-width: 190px;
    padding: 15px 20px;
    gap: 10px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    background-color: #fff;
    color: #2c3e50;
}
.page-subMenu .dropdown-menu li {
}
.page-subMenu .dropdown-menu li a {
    background-color: transparent;
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 24px;
    color: #737373;
}
.page-subMenu .dropdown-menu li a:hover,
.page-subMenu .dropdown-menu li a.active {
    color: #00a865;
}

@media (max-width: 1660px) {
    .wrap {
        width: 1400px;
    }
    .status-section {
        padding: 80px 0;
    }
    .status-section::before {
        width: calc(60% - 50px);
    }
}
@media (min-width: 1659px) {
    .shop-section .container {
        width: 1660px;
    }
}

@media (max-width: 1400px) {
    .main-wrap {
        display: flex;
        flex-direction: column;
    }
    .main-banner {
        width: 760px;
        margin: 0 auto;
        padding: 0;
    }
    .main-banner-swiper .swiper-slide .img::before{
        height: auto;
    }
    .main-quick .main-quick-title {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 30px 0 10px;
    }
    .main-quick .main-quick-title h3 {
        flex: 0 0 auto;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.5px;
        color: #444;
    }
    .main-quick .main-quick-title .icon {
        margin-left: 15px;
    }

    .news-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .news-item:nth-child(1):before,
    .news-item:nth-child(4):before {
        display: none;
    }

    .news-item:nth-child(5):before {
        display: block;
    }
    /* Section 02 */
    .shop-section .after {
        height: 220px;
    }
    .shop-section-inner {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 50px;
        text-align: center;
    }
    .shop-section .shop-section-content {
    }
    .shop-section .shop-section-content .shop-section-title {
        font-size: 32px;
        line-height: 42px;
    }
    .shop-section .shop-section-content .shop-section-sub-title {
        font-size: 18px;
    }

    .shop-section-img {
        display: none;
    }

    .shop-buttons {
        display: grid;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .shop-btn {
        flex: 1;
        text-align: center;
    }
    /* coronation-section */
    .coronation-section::after {
        content: "";
        width: 100%;
        height: 150px;
        bottom: 110px;
        right: 0;
        border-bottom-left-radius: 150px;
    }
    .coronation-section::before {
        content: "";
        display: none;
    }
    .coronation-section::after {
        width: 100%;
        height: 200px;
        top: 0;
        bottom: auto;
        border-bottom-left-radius: 0px;
    }
    .coronation-info {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 1024px) {
    .top-nav {
        display: none;
    }
    .util-nav .nav-btn span {
        display: none;
    }
    .util-nav .nav-btn.mobile {
        display: block;
    }
    .util-nav .nav-btn.desktop {
        display: none;
    }
    .util-nav .nav-btn i {
        font-size: 1.5rem;
    }
    .main-banner-swiper {
        width: 100%;
        height: auto;
        border-radius: 20px 40px 20px 20px;
    }
    #footer .container {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #footer .footer-content {
        margin-left: 0px;
    }
    #footer .footer-menu {
        margin-top: 15px;
        display: flex;
    }
    #footer .footer-info .copyright {
        text-align: left;
    }

    .main-wrap {
        padding: 40px 0;
    }
    .main-banner {
        width: 100%;
        height: auto;
    }
    .main-banner .main-banner-title {
        margin-left: 20px;
        font-size: 24px;
    }
    .main-banner .main-banner-title .icon {
        float: left;
        margin-right: 10px;
        width: 149px;
        height: 60px;
        background: url("/assets/common/img/user/banner_title_img.png")
            no-repeat center center;
        background-size: contain;
    }
    .main-banner-swiper .swiper-slide {
        width: 100% !important;
    }
    .swiper-controls {
        width: 260px;
        height: 50px;
        right: 0;
    }
    .main-quick .main-quick-title .icon {
        width: 88px;
        height: 96px;
    }
    .main-quick .main-quick-title h3 {
        font-size: 24px;
        color: #444;
    }
    .main-quick .main-quick-list > ul > li .icon {
        width: 72px;
        height: 72px;
    }
    .main-quick .main-quick-list > ul > li .icon i {
        font-size: 28px;
    }
    .main-quick .main-quick-list ul > li a span {
        font-size: 16px;
        line-height: 22px;
    }
    /* News Section */
    .news-section {
        position: relative;
        margin: 0;
        padding: 24px;
        background: white;
        width: 100%;
        border-top-right-radius: 36px;
        border-top-left-radius: 36px;
        z-index: 11;
    }
    .news-nav {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        padding-top: 5px;
    }

    .news-title {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .more-link {
    }
    .news-tabs {
        flex-direction: column;
    }
    .news-tabs li {
        position: relative;
        padding-left: 0;
    }
    .news-tabs li::before {
        content: "";
        display: none;
    }
    .news-tabs li a {
        font-size: 18px;
        line-height: 24px;
    }
    .news-item .title {
        font-family: "S-CoreDream", sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #333;
        padding: 10px 0 0!important;
    }
    .news-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .news-item {
        position: relative;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom:  1px solid #ddd;
        transition: transform 0.3s, box-shadow 0.3s;
        cursor: pointer;
    }
    .news-item .date {
        position: absolute;top: 5px;right: 0;
        padding-top: 0;
        border-top:0;
    }
    .news-item::before {
        display: none!important;
    }
    .shop-section .after {
        height: 160px;
    }
    .shop-section-inner {
        padding: 30px;
    border-top-left-radius: 16px !important;
    border-radius: 40px;
    }
    /* status Section */
    .status-section-img {
        display: none;
    }
    .status-section .container {
        position: relative;
        z-index: 99;
    }
    .status-section::before {
        width: 100%;
        height: 100%;
        border-radius: 0 40px 0 0;
    }
    .status-section::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 0 40px 0 0;
        z-index: 1;
    }
    .status-section-content {
        flex: 1 0 100%;
        padding: 0 20px;
        text-align: center;
    }
    .status-section-title h3 {
        font-size: 32px;
        line-height: 42px;
        color: #fff;
    }
    .status-section-title .sub-title {
        font-size: 24px;
        line-height: 32px;
        color: #fff;
    }
    .status-section-buttons {
        align-items: center;
        justify-content: center;
        flex: 1 0 auto;
    }
    .status-section-buttons ul {
    }
    .status-section-buttons ul li {
    }
    /* subpage */
    .pageHeader-title-wrap {
        border-radius: 0px;
    }
    .pageHeader-title-wrap::before {
        content: "";
        display: none;
    }
    .pageHeader-title-wrap .wrap-inner {
        padding: 50px 0;
    }
    .pageHeader-title-wrap .pageHeader-title {
        position: relative;
        display: inline-block;
        font-size: 36px;
        font-weight: 700;
        color: var(--bs-inverse);
    }
    .status-section-title {
        flex-direction: column;
    }
    .status-section-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .agency-cont .agency-cont-title {
        width: 100%;flex-direction: row;justify-content: space-between;
        margin-bottom: 15px;
    }
    .agency-cont .agency-cont-title .more-link{margin: 0;}
}
@media (max-width: 640px) {
    .shop-buttons {
        grid-template-columns: repeat(1, 1fr);
    }
    .shop-btn {
        flex: 1;
    }
    .status-section-buttons ul {

    }
    .swiper-controls {
        width: auto;
        height: auto;
        padding: 10px;
        border-top-left-radius: 12px;
    }
    .swiper-controls .swiper-pagination {
        width: 60px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }
    .swiper-controls .controls-box {
        height: 32px;
    }
    .swiper-controls .controls-box .button-prev,
    .swiper-controls .controls-box .button-next {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .swiper-controls .controls-box .button-prev:hover,
    .swiper-controls .controls-box .button-next:hover {
        background: #eee;
    }

    .swiper-controls .controls-box .button-next:before {
        font-size: 20px;
    }
    .swiper-controls .controls-box .button-prev:before {
        font-size: 20px;
    }

    .swiper-autoplay {
        position: relative;
        width: 32px;
        height: 32px;
    }
    .swiper-autoplay .start-autoplay,
    .swiper-autoplay .stop-autoplay {
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
    .swiper-autoplay .start-autoplay:before {
        font-size: 20px;
    }
    .swiper-autoplay .stop-autoplay:before {
        font-size: 20px;
    }
    .coronation-contact-info {
        flex: 1 0 auto;
        flex-direction: column;
    }
    .coronation-buttons {
        flex: 1 0 auto;
        margin-top: 15px;
        padding-left: 0px;
    }
    .contact-icon {
        width: 80px;
        height: 80px;
    }
    .contact-info-title h5 {
        font-size: 24px;
    }
}
