* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #333;
    background: #f5f7fa;
    line-height: 1.6;
}

a {
    color: #003eb8;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.container {
    width: min(1180px, 94vw);
    margin: 0 auto;
}

.skip-link,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    left: 12px;
    top: 12px;
    padding: 10px 14px;
    color: #fff;
    background: #111;
    z-index: 9999;
}

.header {
    position: relative;
    margin-top: 40px;
}

.header_innerBox {
    width: min(1180px, 94vw);
    margin: 0 auto;
    padding: 0 30px;
}

.header_info_box {
    color: #757575;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 1111;
    top: 0;
    border-bottom: solid 1px #f2f2f2;
}

.header_info_open {
    float: left;
    padding-top: 5px;
}

.header_info_right {
    float: right;
    height: 40px;
}

.header_info_right .venue_machine {
    margin-left: 10px;
    display: inline;
}

.header_info_right .venue_number {
    font-size: 20px;
    font-weight: 500;
    margin-left: 5px;
}

.header_info_right .venue_number_box {
    display: inline;
    color: #003eb8;
    margin: 0 2px 0 5px;
}

.header_info_socialIcon {
    float: right;
    margin-left: 10px;
}

.header_info_socialIcon a {
    color: #757575;
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
    transition: color linear 250ms;
}

.header_info_socialIcon a:hover {
    color: #3b5998;
}

.navbar {
    background: transparent;
    border: none;
    margin: 0;
    position: fixed;
    z-index: 1111;
    width: 100%;
    height: 100px;
    top: 40px;
    transition: background linear 250ms, height ease-in-out 350ms;
}

.header.header_fixed nav.navbar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.95);
    height: 70px;
}

.navbar .header_innerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.navbar-header {
    margin: 0;
    position: relative;
    height: 70px;
    width: 290px;
    flex: 0 0 290px;
}

.navbar-brand {
    display: block;
    height: 100%;
    position: relative;
    padding: 0 0;
}
.navbar-brand img {
    display: block;
    max-height: 70px;
}

#logo_white {
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 70px;
}

#logo_original {
    display: none;
}

.header.header_fixed #logo_white {
    display: none;
}

.header.header_fixed #logo_original {
    display: block;
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 30px;
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 11;
    display: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 4px;
    transition: background 200ms ease;
}

.header.header_fixed .navbar-toggle .icon-bar {
    background: rgba(0, 0, 0, 0.67);
}

.navbar-collapse {
    flex: 1;
}

.navbar-nav {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    float: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-nav > li {
    padding: 0 0 20px;
}

.navbar-nav > li > a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 100px;
    transition: all linear 125ms;
    margin-left: 5px;
    color: #fff;
}

.header.header_fixed .navbar-nav > li > a {
    color: #333;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
    background: rgba(44, 95, 220, 0.85);
    color: #fff;
}

.navbar-nav > li.dropdown {
    position: relative;
}

.navbar-nav > li.dropdown > .dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar-nav > li .dropdown-menu {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 172px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 10px;
    background: rgba(44, 95, 220, 0.92);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    display: none;
    z-index: 100;
}

.navbar-nav > li .dropdown-menu li {
    margin: 0;
    padding: 0;
}

.navbar-nav > li .dropdown-menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
}

.navbar-nav > li .dropdown-menu li a:hover {
    background: #2c8bdc;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav > li.dropdown:focus-within > .dropdown-menu {
    display: block;
}

.navbar-nav > li.dropdown.is-open > .dropdown-menu {
    display: block;
}

.mobileNavbar {
    display: none;
    top: 40px;
    background: rgba(255, 255, 255, 0.97);
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    border-color: #fff;
    padding-top: 70px;
    overflow-y: auto;
    text-align: center;
    padding-bottom: 100px;
}

.mobileNavbar.isMobileNavShow {
    display: block;
}

.mobileNavbar_logoBox {
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
    height: 70px;
    background: #fff;
    padding: 0 30px;
    text-align: left;
}

.mobileNavbar ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.mobileNavbar ul li > a {
    display: inline-block;
    width: 100%;
    color: #9d9d9d;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0;
}

.mobileNavbar ul li > a:hover {
    color: #003eb8;
}

.mobile-subnav-title {
    display: inline-block;
    width: 100%;
    color: #6f6f6f;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0 5px;
}

.mobile-subnav-list {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}

.mobile-subnav-list li a {
    font-size: 16px;
    color: #8c8c8c;
    padding: 10px 0;
}

.container_banner {
    position: relative;
    width: 100%;
}

.hero-carousel {
    position: relative;
    min-height: 450px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.jcarousel_home_banner {
    width: 100%;
    min-height: 450px;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jcarousel-wrapper {
    position: relative;
    overflow: hidden;
}

.banner_container {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    display: flex;      /* 改用 flex 代替 table */
    flex-direction: column;
    justify-content: center; /* 垂直置中 */
    align-items: center;     /* 水平置中 */
    text-align: center;
    pointer-events: none;    /* 讓滑鼠點擊可以穿透文字層，點到後方的按鈕 */
}
/* 3. 內容樣式微調 */
.banner_content {
    width: 100%;
    padding: 0 20px;
}

.banner_content h1 {
    font-size: 45px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5); /* 增加文字辨識度 */
}

.banner_content h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.jcarousel-control {
    position: absolute;
    top: 50%;
    z-index: 12;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.jcarousel-control-prev {
    left: 14px;
}

.jcarousel-control-next {
    right: 14px;
}

.jcarousel-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 12;
    text-align: center;
    margin: 0;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer;
}

.slider-dot.is-active {
    background: #fff;
}

.site-main {
    background: #f5f7fa;
}

.container_default_bg {
    background: #f5f7fa;
}

.container_section {
    text-align: center;
    padding: 50px 0;
}

h2 {
    text-align: center;
    margin: 0 0 50px;
    color: #222;
    font-size: 34px;
}

.row_posts {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
}

.row_posts::after {
    content: "";
    display: table;
    clear: both;
}

.row_posts .row_posts_box {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
}

.row_posts_box {
    text-decoration: none !important;
}

.default_box {
    display: inline-block;
    background: #fff;
    box-shadow: 0 13px 31px 0 rgba(184, 202, 213, 0.8);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto 25px;
    width: 100%;
    transition: all linear 125ms;
    border: 1px solid transparent;
    position: relative;
}

.default_box_link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.default_box:hover {
    box-shadow: none;
    border: 1px solid #d8d8d8;
}

.default_box_thumbnail {
    height: 150px;
    text-align: center;
    overflow: hidden;
}

.default_box_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.default_box_noThumbnail {
    display: block;
}

.row_posts .row_posts_box:nth-child(3n) .default_box_noThumbnail {
    border-top: solid 10px #2c5fdc;
}

.row_posts .row_posts_box:nth-child(3n + 1) .default_box_noThumbnail {
    border-top: solid 10px #2bafdc;
}

.row_posts .row_posts_box:nth-child(3n + 2) .default_box_noThumbnail {
    border-top: solid 10px #2c8bdc;
}

.default_box_noThumbnail img {
    margin: 50px auto 0;
    width: 55px;
    height: auto;
    object-fit: contain;
}

.default_box_tag {
    font-size: 18px;
    color: #2c5fdc;
    font-weight: 700;
}

.default_box_info {
    padding: 15px 30px 20px;
    color: #757575;
    height: 165px;
    text-align: left;
}

.default_box_title {
    font-size: 20px;
    color: #003eb8;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.default_box_date {
    text-align: center;
    margin-bottom: 12px;
}

.default_box_content {
    height: 60px;
    overflow: hidden;
    text-align: left;
    line-height: 20px;
}

.default_box_content > p {
    margin: 0;
}

.default_box_content a {
    display: none;
}

.item_list {
	margin: 0 auto;
	max-width: 950px;
	margin-bottom: 50px;
}

.item_list ul {
	padding: initial;
}

.item_list li {
	list-style: initial;
	text-align: left;
	padding: 0;
	line-height: 30px;
}

.item_list .tag_item {
    display: inline-flex;
    align-items: center;
    margin: 0 4px 6px;
}

.item_list .tag_item a {
    color: #757575;
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    padding: 7px 12px;
    transition: all 125ms linear;
}

.item_list .tag_item.active a,
.item_list .tag_item a:hover {
    background: rgba(44, 95, 220, 0.85);
    color: #fff;
}

.item_back_slash {
    margin-right: 4px;
    color: #a2a2a2;
}

.item_list .tag_item.active .item_back_slash,
.item_list .tag_item a:hover .item_back_slash {
    color: #cddafb;
}

#sp-posts.container_default_bg,
.post_detail_container.container_default_bg {
    background: url("/assets/images/bg_01.png") no-repeat;
    background-size: 100%;
}

#sp-posts .item_list {
    margin: 0 auto 50px;
    max-width: 950px;
}

#sp-posts .item_tags {
    text-align: center;
}

#sp-posts .item_tags ul {
    margin-bottom: 20px;
}

#sp-posts .item_tags li {
    display: inline-block;
    list-style: initial;
    position: relative;
    padding: 0 40px;
    line-height: 30px;
    text-align: left;
    color: #666;
    cursor: pointer;
}

#sp-posts .item_tags li .item_back_slash {
    position: absolute;
    left: 0;
    margin: 0;
    color: inherit;
}

#sp-posts .item_tags li:nth-child(1) .item_back_slash {
    display: none;
}

#sp-posts .item_tags li.active,
#sp-posts .item_tags li:hover {
    color: #003eb8;
    transition: all linear 125ms;
}

#sp-posts .item_tags li a {
    display: inline;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.87);
}

#sp-posts .item_tags li a:hover,
#sp-posts .item_tags li.active a,
#sp-posts .item_tags li a:focus {
    background: transparent;
    color: inherit;
    font-weight: 500;
    text-decoration: underline;
}

.btn_default {
    background: #fff;
    border-radius: 100px;
    color: #003eb8;
    height: 62px;
    line-height: 62px;
    cursor: pointer;
    width: 300px;
    margin: 45px auto 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #003eb8;
    overflow: hidden;
    display: block;
    transition: all ease-out 125ms;
}

.btn_default:hover {
    color: #fff;
    background: #003eb8;
}

.post_detail_container {
    padding: 50px 0;
}

.post_detail_article {
    background-color: transparent;
    border-bottom: none;
    padding-top: 50px;
}

.post_detail_box {
    max-width: 600px;
    padding: 0 25px;
    margin: 0 auto;
    text-align: initial;
}

.news-back-link {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 0 25px;
    text-align: left;
}

.post_detail_gallery {
    position: relative;
    max-width: 600px;
    margin: 0 auto 20px;
    background: #f5f7fa;
}

.post_detail_gallery_slide {
    display: none;
    margin: 0;
}

.post_detail_gallery_slide.is-active {
    display: block;
}

.post_detail_gallery_slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(72vh, 820px);
    margin: 0 auto;
    object-fit: contain;
}

.post_detail_gallery .jcarousel-control {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}

.post_detail_pagination {
    bottom: 14px;
}

.post_detail_fetautrImage {
    position: relative;
    text-align: center;
    width: 180px;
    height: 180px;
    margin: 0 auto 15px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(184, 202, 213, 0.8);
    overflow: hidden;
}

.post_detail_fetautrImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_detail_title {
    width: 100%;
    margin: 0 0 15px;
    color: #003eb8;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.post_detail_info {
    text-align: center;
    color: #c3c3c3;
    font-size: 15px;
    margin-bottom: 40px;
}

.post_detail_info .date {
    margin-right: 6px;
}

.post_detail_info.entry-meta > span:last-child {
    margin-right: 20px;
}

.post_detail_content {
    font-size: 16px;
    line-height: 26px;
}

.post_detail_content p a,
.post_detail_content p a:hover,
.post_detail_content p a:focus,
.post_detail_content p a:visited {
    color: #003eb8 !important;
}

.post_detail_content h2 {
    text-align: initial;
    margin-bottom: 10px;
}

.post_detail_content strong {
    color: #003eb8;
}

.post_detail_container .entry-content {
    max-width: 600px;
    padding: 0 25px;
    margin: 0 auto;
    text-align: initial;
    color: #333;
    font-size: 16px;
}

.post_detail_container .entry-content img {
    width: 100%;
    height: auto;
    margin: 20px auto;
    box-shadow: 0 3px 10px 0 rgba(184, 202, 213, 0.8);
}

.floor_container {
    max-width: 980px;
}

.floor_container li.floor_containerInnerBox {
    background: #2c5fdc;
    min-height: 160px;
    margin-bottom: 20px;
    box-shadow: 0 13px 31px 0 rgba(184,202,213,0.8);
    list-style-type: none; /* 移除點點 */
}

.floor_container li.floor_containerInnerBox:nth-child(3n+1) {
    background: #2bafdc;
}

.floor_container li.floor_containerInnerBox:nth-child(3n+1) .container {
    height: 100%;
}

.floor_container li.floor_containerInnerBox:nth-child(3n+2) {
    background: #2c8bdc;
}

.floor_containerInnerBox {
    padding: 24px 0;
}

.floor_box {
    position: relative;
    width: 100%;
    margin: 0;
}

.floor_floorNumberBox {
    position: relative;
    padding: 0 24px;
    text-align: right;
    color: #fff;
}

.floor_fristUnit {
    font-size: 48px;
    padding-right: 10px;
}

.floor_secondUnit {
    font-size: 24px;
}

.floor_floorNumberInnerBox {
    position: relative;
    float: right;
    top: -24px;
    display: inline;
    padding-left: 20px;
}

.floor_venueNameList {
    text-align: left;
    padding: 0 24px;
}

.floor_venueNameList li {
    display: inline-block;
}
.floor_venueNameList li a {
    border-radius: 100px;
    transition: all linear 125ms;
    cursor: pointer;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
}

.floor_venueNameList li a:hover,
.floor_venueNameList li a:focus {
    background: rgba(255,255,255,0.3);
    transition: all linear 125ms;
    text-decoration: none;
}

@media (max-width: 768px) {
    .floor_backslash {
        height: 70px;
    }

    .floor_venueNameList {
        padding: 0;
    }

    .floor_venueNameList li {
        display: inline-block;
        border-radius: 0;
        width: 100%;
    }

    .floor_venueNameList li a {
        height: 43px;
        line-height: 43px;
        border-radius: 0;
        width: 100%;
        padding: 0 20px;
        display: inline-block;
    }
}

/* sp-download */
.row_download_section {
    max-width: 1130px;
    margin: 0 auto;
}

.download_wrapper a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: transparent;
    z-index: 1;
}

.item_box_download {
    position: relative;
    background: #fff;
    box-shadow: 0 13px 31px 0 rgba(184, 202, 213, 0.8);
    border-left: solid 10px #2b66d9;
    padding: 5px 30px 25px 50px;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all linear 125ms;
}

.item_box_download:hover {
    box-shadow: 0 5px 20px 0 rgba(184, 202, 213, 0.8);
    border-color: #2c8bdc;
}

.item_box_download_block:nth-child(3n) .item_box_download {
    border-color: #2c5fdc;
}

.item_box_download_block:nth-child(3n + 1) .item_box_download {
    border-color: #2bafdc;
}

.item_box_download_block:nth-child(3n + 2) .item_box_download {
    border-color: #2c8bdc;
}

.item_box_download .download_arrow {
    position: absolute;
    right: 20px;
    top: 30px;
    background: url("/assets/images/ico_download_normal.png") no-repeat;
    width: 25px;
    height: 43px;
    background-size: auto 30px;
}

.item_box_download:hover .download_arrow {
    background: url("/assets/images/ico_download_pressed.png") no-repeat;
    background-size: auto 30px;
}

.item_date {
    font-size: 16px;
    color: #757575;
}

.item_content {
    font-size: 16px;
    margin-top: 5px;
    color: #003eb8;
}

.item_content > p {
    margin-bottom: 0;
}

.item_content a,
.item_content a:hover,
.item_content a:focus,
.item_content a:visited {
    color: #003eb8 !important;
    text-decoration: none;
}

@media (max-width: 400px) {
    .item_box_download {
        padding-left: 20px;
        padding-top: 15px;
    }
}

/** sp-support **/
#sp-support h1,
#sp-support h2 {
    text-align: center;
    margin: 0 0 50px;
    color: #222;
    font-size: 34px;
}

#accordion {
    max-width: 1100px;
}

#sp-support a:visited {
    color: inherit;
}

.panel-default {
    background: #fff;
    box-shadow: 0 13px 31px 0 rgba(184, 202, 213, 0.8);
    border: none;
    border-radius: 5px !important;
    padding: 25px 75px;
    margin-bottom: 15px !important;
    border-left: solid 10px #fff;
    text-align: left;
    cursor: pointer;
    display: inherit;
}

.panel-default:nth-child(3n) {
    border-color: #2c5fdc;
}

.panel-default:nth-child(3n + 1) {
    border-color: #2bafdc;
}

.panel-default:nth-child(3n + 2) {
    border-color: #2c8bdc;
}

.panel-default.checked,
.panel-default:hover {
    border-left: solid 10px #3c00ff;
    transition: all linear 125ms;
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-title {
    background: #fff;
    font-size: 18px;
    color: #003eb8;
    line-height: 32px;
}

.panel-heading {
    background: #fff;
    padding: 0;
}

.panel-body {
    padding-left: 0;
    font-size: 14px;
    color: #212121;
    line-height: 22px;
}

@media (max-width: 600px) {
    .panel-default {
        padding: 25px 30px;
    }

    .panel-heading a {
        line-height: 24px;
    }
}

#sp-footer {
    width: 100%;
    background: #212121;
    color: #d8d8d8;
    padding: 60px 0 0;
    border-top: 0;
    text-align: center;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 30px;
    align-items: start;
}

.footer_logo {
    width: 100%;
    max-width: 224px;
}

.footer_header {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.footer_column {
    text-align: left;
    line-height: 24px;
}

.footer_column_middle {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 35px;
}

.footer_socialIcon_box {
    font-size: 15px;
}

.footer_socialIcon a {
    color: #d8d8d8;
    font-weight: 700;
}

.footer_socialIcon a:hover {
    color: #fff;
}

.footer_socialIcon .fa {
    font-size: 18px;
    margin: 0 10px 15px 0;
}

.copyrjight {
    padding: 40px 0 30px;
}

.section-block {
    padding: 42px 0;
}

.section-block .container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(184, 202, 213, 0.55);
    padding: 28px;
}

.section-header h1 {
    margin: 0 0 8px;
    color: #003eb8;
    font-size: 32px;
}

.section-header p {
    margin: 0;
    color: #637381;
}

.course-grid,
.coach-grid {
    display: grid;
    gap: 18px;
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.course-card,
.coach-card,
.faq-item {
    border: 1px solid #dde4ea;
    border-radius: 10px;
    background: #fff;
    padding: 18px;
}

.coach-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.faq-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.faq-button {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    font-size: 17px;
    color: #003eb8;
    cursor: pointer;
}

.faq-answer {
    margin-top: 8px;
    display: none;
}

.faq-answer.is-open {
    display: block;
}

.contact-list {
    margin: 0;
}

.contact-list > div {
    margin-bottom: 12px;
}

.contact-list dt {
    font-weight: 700;
}

.contact-list dd {
    margin: 4px 0 0;
}

.contact-form {
    display: grid;
    gap: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd4dd;
    border-radius: 8px;
    font-size: 15px;
}

.contact-form button {
    margin-top: 8px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #2c5fdc;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

@media (max-width: 950px) {
    .header_info_open {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-header {
        width: 100%;
        flex: 1;
    }

    .row_posts .row_posts_box {
        width: 50%;
    }

    .course-grid,
    .coach-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header_innerBox {
        padding: 0 16px;
    }

    .header_info_box {
        text-align: center;
    }

    .header_info_right {
        float: none;
    }

    .banner_content h1 {
        font-size: 32px;
    }

    .banner_content h2 {
        font-size: 15px;
    }

    .hero-carousel,
    .jcarousel_home_banner {
        min-height: 420px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .default_box_info {
        height: auto;
    }

    .floor_box {
        display: block;
    }

    .floor_title {
        margin-bottom: 10px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer_column_middle {
        border: 0;
        padding: 0;
    }

    .copyrjight {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .venue_info_title,
    .header_info_socialIcon {
        display: none;
    }
}

/* courses page */
#sp-course h2,
#sp-coach h2 {
    margin-bottom: 30px;
}

.container_course {
    max-width: 1180px;
}

.row_curricula {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.row_curricula_box {
    height: 340px;
    padding: 5px;
}

.row_curricula_box.col-md-3 {
    width: 25%;
}

.row_curricula_box.col-md-6 {
    width: 50%;
}

.curricula_outer {
    position: relative;
    height: 330px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.curricula_outer .effect-chico {
    display: block;
    width: 100%;
    height: 100%;
}

.curricula_outer .effect-chico figcaption {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    transition: background 300ms ease;
}

.curricula_outer .effect-chico h2 {
    color: #fff;
    font-size: 26px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -30px 0 0;
    padding: 0 10%;
    transition: top 350ms ease;
}

.curricula_outer .effect-chico p {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 12%;
    text-align: center;
    transition: top 350ms ease;
}

.row_curricula .row_curricula_box:nth-child(3n) .effect-chico:hover figcaption,
.row_curricula .row_curricula_box:nth-child(3n) .effect-chico:focus figcaption {
    background: rgba(43, 175, 220, 0.6);
}

.row_curricula .row_curricula_box:nth-child(3n + 1) .effect-chico:hover figcaption,
.row_curricula .row_curricula_box:nth-child(3n + 1) .effect-chico:focus figcaption {
    background: rgba(44, 139, 220, 0.6);
}

.row_curricula .row_curricula_box:nth-child(3n + 2) .effect-chico:hover figcaption,
.row_curricula .row_curricula_box:nth-child(3n + 2) .effect-chico:focus figcaption {
    background: rgba(44, 95, 220, 0.6);
}

.curricula_outer .effect-chico:hover h2,
.curricula_outer .effect-chico:focus h2 {
    top: 30%;
}

.curricula_outer .effect-chico:hover p,
.curricula_outer .effect-chico:focus p {
    top: 40%;
}

.square_style_box {
    position: relative;
    padding: 70px 0;
}

.square_style_title {
    width: 200px;
    height: 200px;
    background: rgba(42, 101, 217, 0.93);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5);
    padding: 30px;
    position: absolute;
    top: -30px;
}

.square_style_title h2 {
    color: #fff;
    position: absolute;
    bottom: 35px;
    margin: 0;
    text-align: left;
    line-height: 40px;
    font-size: 34px;
}

.square_style_content {
    margin-left: 270px;
    text-align: left;
    color: #212121;
    line-height: 24px;
    font-size: 16px;
}

.course-time-bg {
    background: url('/assets/images/bg_course.png') no-repeat center;
    background-size: 100%;
    padding-bottom: 100px;
}

.timeInfo_row {
    margin-top: 140px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.timeInfo_box {
    background: #fff;
    box-shadow: 0 13px 31px rgba(184, 202, 213, 0.8);
    border-radius: 10px;
    text-align: left;
    padding: 40px 35px;
    min-height: 220px;
}

.timeInfo_title {
    font-size: 20px;
    color: #003eb8;
    line-height: 32px;
}

.timeInfo_period {
    font-size: 13px;
    color: #757575;
    line-height: 32px;
    margin-bottom: 30px;
}

.timeInfo_capacity {
    font-size: 15px;
    color: #212121;
    line-height: 24px;
}

.course-detail-section {
    text-align: left;
}

.course-detail-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 13px 31px rgba(184, 202, 213, 0.8);
    overflow: hidden;
}

.course-detail-slider {
    position: relative;
    background: #0d0d0d;
    min-height: 320px;
}

.course-detail-slide {
    display: none;
    margin: 0;
}

.course-detail-slide.is-active {
    display: block;
}

.course-detail-slide img {
    display: block;
    width: 100%;
    height: clamp(320px, 44vw, 520px);
    object-fit: cover;
}

.course-detail-slider .jcarousel-control {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}

.course-detail-pagination {
    bottom: 14px;
}

.course-detail-header {
    padding: 24px 30px 16px;
}

.course-detail-category {
    margin: 0 0 10px;
    color: #2c5fdc;
    font-size: 15px;
}

.course-detail-header h1 {
    margin: 0 0 10px;
    color: #003eb8;
    font-size: 34px;
}

.course-detail-header p {
    margin: 0;
    color: #4b5565;
}

.course-detail-action {
    margin-top: 18px;
}

.course-detail-register {
    width: auto;
    min-width: 220px;
    margin: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.course-detail-content {
    padding: 0 30px 32px;
    color: #202a36;
    line-height: 1.85;
}

.course-detail-content img {
    max-width: 100%;
    height: auto;
}

.course-detail-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
}

.course-detail-content th,
.course-detail-content td {
    border: 1px solid #d6dbe5;
    padding: 8px 10px;
    text-align: left;
}

.venue-detail-section {
    text-align: left;
}

.venue-detail-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 13px 31px rgba(184, 202, 213, 0.8);
    overflow: hidden;
}

.venue-detail-image {
    margin: 0;
    background: #f5f7fa;
    text-align: center;
}

.venue-detail-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(72vh, 820px);
    margin: 0 auto;
    object-fit: contain;
}

.venue-detail-header {
    padding: 24px 30px 12px;
}

.venue-detail-floor {
    margin: 0 0 10px;
    color: #2c5fdc;
    font-size: 15px;
}

.venue-detail-header h1 {
    margin: 0 0 8px;
    color: #003eb8;
    font-size: 34px;
}

.venue-detail-header h2 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 22px;
    font-weight: 500;
}

.venue-detail-header p {
    margin: 0;
    color: #4b5565;
}

.venue-detail-content {
    padding: 0 30px 32px;
    color: #202a36;
    line-height: 1.85;
}

.venue-detail-content img {
    max-width: 100%;
    height: auto;
}

/* coaches page */
.thumbnail_container {
    margin-top: 20px;
}

.coach-row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .col-md-2-4 {
        width: 20%;
    }
    .item_list .col-md-3 {
		width: 20%;
	}
}

.coach_box {
    margin-bottom: 40px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.coach_card_trigger {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    color: inherit;
}

.coach_thumbnail {
    width: 170px;
    height: 170px;
    border-radius: 100px;
    border: 1px solid #ddd;
    margin: 0 auto 24px;
    background-size: cover;
    background-position: top center;
    transition: border-color 180ms ease;
}

.coach_thumbnail:hover {
    border-color: #ccc;
}

.coach_name {
    line-height: 1.4;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
    margin: 10px 0 8px;
}

.coach_brief {
    margin: 0 auto;
    width: min(250px, 88%);
    color: #757575;
    font-size: 14px;
    line-height: 1.5;
}

.coach_modal_title,
.coach_modal_image,
.coach_modal_content {
    display: none;
}

body.isModalOpen {
    overflow: hidden;
}

.coach-modal[hidden] {
    display: none;
}

.coach-modal {
    position: fixed;
    inset: 0;
    z-index: 4000;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coach-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.76);
    padding: 0;
    cursor: pointer;
}

.coachModal_box {
    position: relative;
    z-index: 2;
    width: min(800px, calc(100vw - 40px));
    max-height: calc(100vh - 40px);
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.coach-modal-close {
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 4;
    border: 0;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.coachModal_left {
    flex: 0 0 45%;
    background: #f0f0f0;
}

.coachModal_thumbnail {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.coachModal_right {
    flex: 1 1 auto;
    overflow-y: auto;
}

.coachModal_info {
    padding: 24px;
}

.coachModal_title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 16px;
    color: #111;
}

.coachModal_content p {
    margin: 0 0 16px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.coachModal_content p:last-child {
    margin-bottom: 0;
}

.item_list_mobile {
    display: none;
}

.item_dropdown {
    position: relative;
    width: 288px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #c8c7cc;
    border-radius: 2px;
    margin: 0 auto 20px;
    cursor: pointer;
    color: #757575;
}

.item_dropdown .fa-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
    padding: 0 15px;
    font-size: 15px;
}

.item_dropdown_btn .btn_info {
    text-align: center;
}

.item_dropdown_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    z-index: 20;
    border: 1px solid #c8c7cc;
    background: #fff;
    display: none;
}

.item_dropdown_menu.isDropdownOpen {
    display: block;
}

.item_dropdown_menu li {
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.item_dropdown_menu li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: inherit;
}

.item_dropdown_menu li:hover,
.item_dropdown_menu li.active {
    background: #2b66d9;
    color: #fff;
}

@media (max-width: 1200px) {
    .coach_thumbnail {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 992px) {
    .row_curricula_box.col-md-3,
    .row_curricula_box.col-md-6 {
        width: 50%;
    }

    .timeInfo_row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .col-md-2-4 {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .square_style_box {
        margin-top: 100px;
        padding: 70px 25px;
    }

    .square_style_title {
        position: relative;
        margin: -80px auto 0;
    }

    .square_style_content {
        margin-left: 0;
    }

    /* sp-venue */
    /* for filter */
    .item_list {
        margin: 0 auto;
        max-width: 950px;
        margin-bottom: 50px;
    }

    .item_list ul {
        padding: initial;
    }

    .item_list li {
        list-style: initial;
        text-align: left;
        padding: 0;
        line-height: 30px;
    }

    .item_list li a {
        color: rgba(0,0,0,0.87);
        transition: all linear 125ms;
    }

    .item_list li a:hover,
    .item_list li a.active,
    .item_list li a:focus {
        color: #003eb8;
        font-weight: 500;
        text-decoration: underline;
        transition: all linear 125ms;
    }

    .item_list_mobile {
        display: none;
    }

    .item_list_web {
        display: block;
    }

    .col-md-2-4 {
        width: 50%;
    }

    .coach-modal {
        padding: 8px;
    }

    .coachModal_box {
        width: calc(100vw - 16px);
        max-height: 95vh;
        flex-direction: column;
    }

    .coachModal_left {
        flex: 0 0 auto;
    }

    .coachModal_thumbnail {
        min-height: 38vh;
    }

    .coachModal_info {
        padding: 16px;
    }

    .coachModal_title {
        font-size: 22px;
    }

    .post_detail_article {
        padding-top: 30px;
    }

    .post_detail_box,
    .post_detail_container .entry-content {
        padding: 0 16px;
    }

    .post_detail_title {
        font-size: 28px;
        line-height: 36px;
    }

    .course-detail-header,
    .course-detail-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .venue-detail-header,
    .venue-detail-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .course-detail-header h1 {
        font-size: 28px;
    }

    .venue-detail-header h1 {
        font-size: 28px;
    }
}

@media (max-width: 570px) {
    .row_posts .row_posts_box {
        width: 100%;
    }

    .default_box {
        max-width: 400px;
    }

    .row_curricula_box.col-md-3,
    .row_curricula_box.col-md-6 {
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
    }

    .curricula_outer {
        height: 150px;
    }

    .curricula_outer .effect-chico h2 {
        margin-top: -14px;
        font-size: 25px;
    }

    .curricula_outer .effect-chico:hover h2,
    .curricula_outer .effect-chico:focus h2 {
        top: 50%;
    }

    .curricula_outer .effect-chico p {
        display: none;
    }

    .timeInfo_row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .coach_thumbnail {
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
    }

    .coach_name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .col-md-2-4 {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .default_box {
        max-width: 350px;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: rgba(44, 95, 220, 0.85);
  color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color:  #fff;
}
