@font-face {
    font-family: Hiragino-Sans;
    src: url("../fonts/hiragino/hiragino-sans.woff");
}

@font-face {
    font-family: Hiragino;
    src: url("../fonts/hiragino/hiragino-mincho-pron.woff");
}

@font-face {
    font-family: koruri;
    src: url("../fonts/koruri/Koruri-Regular.woff");
}

html {
    /*scroll-behavior: smooth;*/
    overflow-x: hidden;
}

html[lang="zh_hk"] p, html[lang="zh_hk"] span, html[lang="en"] p, html[lang="en"] span, html[lang="jp"] p, html[lang="jp"] span {
    letter-spacing: .08rem;
    line-height: 1.6rem;
    /*font-weight: 400;*/
}

html[lang="jp"] p, html[lang="jp"] span {
    letter-spacing: .08rem;
    line-height: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    /*font-weight: 400;*/
}

body {
    font-family: "koruri", sans-serif;
    max-width: 100%;
    font-size: 1.0em;
    color: #5D6F76;
    margin: 0;
    padding: 126px 0 0 0;
    line-height: normal;
    background: #fff;
    overflow-x: hidden;
}

body.s-text {
    padding: 122px 0 0 0;
}

body.l-text {
    padding: 129px 0 0 0;
}

li.lang-s {
    font-size: 0.85em;
}

li.lang-m {
    font-size: 1.0em;
}

li.lang-l {
    font-size: 1.15em;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s, font-size 0ms ease;
}

a:hover {
    opacity: 0.5;
}

img {
    max-width: 100%;
}

h1, h2, h4 {
    font-family: "Noto Sans TC", sans-serif;
!important;
    color: #5D6F76;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: "Noto Sans TC", sans-serif;
!important;
    color: #5D6F76;
    margin-bottom: 15px;
    padding: 0;
}

h5 {
    font-family: "Noto Sans TC", sans-serif;
!important;
    margin: 0;
    padding: 0;
}

.container {
    width: 1500px;
    min-width: auto;
    max-width: 100%;
    position: relative;
}

.container.small {
    width: 1024px;
    min-width: auto;
    max-width: 100%;
}

.header a.btn {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.header a.btn:hover {
    opacity: 1;
}

a.btn {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a.btn:hover {
    opacity: 0.5;
}

.header-top-bar {
    background: #000;
    width: 100%;
    line-height: 1.25em;
    padding: 8px 0;
}

.header-top-bar a {
    color: #fff;
}

.header-top-bar ul {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}

.header-top-bar ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.header-top-bar ul li a {
    color: #fff;
    text-decoration: none;
}

.header {
    background: #5D6F76;
    padding: 0;
    width: 100%;
}

.header ul {
    display: inline-block;
    margin: 0;
}

.header ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.header-area {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 500;
    width: 100%;
}

ul.have-border {
}

ul.have-border:last-child {
}

.test-btn {
    display: inline-block;
}

.test-btn a {
    color: #5D6F76;
    display: inline-block;
    vertical-align: middle;
    background: #E8E6D7;
    padding: 5px 30px;
    text-align: center;
    border-radius: 150px;
    line-height: 1.25em;
}

.home-top-banner {
    width: 100%;
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: 25px;
    z-index: 50;
    overflow: hidden;
}

.home-top-banner-mask {
    width: 100%;
    height: 217px;
    background-size: auto 217px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/home_banner_mask.png");
    position: absolute;
    left: 0;
    bottom: 80px;
    text-align: center;
    padding-top: 35px;
    z-index: 100;
}

.home-top-banner-mask h2 {
    font-family: "Hiragino Sans", sans-serif !important;
    min-height: 60px;
}

.scroll-down-learn-more {
    width: 56px;
    height: 56px;
    border-radius: 150px;
    background-image: url("../images/down_arrow_w.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    background-color: #5D6F76;
    margin: 15px auto 15px auto;
    animation-name: down-animation;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
}

@keyframes down-animation {
    0% {
        margin: 15px auto 15px auto;
    }
    50% {
        margin: 25px auto 5px auto;
    }
    100% {
        margin: 15px auto 15px auto;
    }
}

.home-top-banner-mask:hover {
    cursor: pointer;
}

.home-top-banner-mask:hover .scroll-down-learn-more {
    background-color: #E7651D;
}

.home-part2 {
    padding: 0 0 50px 0;
    position: relative;
    margin-top: -75px;
    line-height: 2.0em;
}

.home-part2-bg {
    background-image: url("../images/nikkei_bg01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0;
    margin-right: -35%;
    top: -100px;
    width: 700px;
    height: 600px;
    z-index: 150;
}

.home-part2 h2 {
    font-size: 4.5em;
}

.title-line {
    width: 68px;
    height: 6px;
    background: #E8E6D7;
    margin: 35px 0;
}

.home-part3 {
    width: 1920px;
    background-color: #F6F6F7;
    background-repeat: repeat;
    background-size: cover;
    margin: 50px 0 0 0;
    position: relative;
    height: 680px;
}

.home-part3 .home-gallery {
    width: 1920px;
}

.home-slide-gallery {
    background-size: cover;
    background-position: center center;
    border-right: solid 16px #F6F6F7;
    border-bottom: solid 16px #F6F6F7;
}

.home-part3 .swiper-slide {
    width: 1920px;
    padding-right: 30px;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: linear !important;
}

.home-part4 {
    background: #F6F6F7;
    padding: 50px 0;
    position: relative;
}

.home-part4.section-2 {
    padding: 50px 0;
}

p {
    margin-top: 35px;
}

.editor-content table {
    width:100%;
}
.editor-content p + p {
    margin-top: 0 !important;
}

.editor-content p img, .editor-content h3 img {
    height: auto;
}

.home-part4-2 {
    background: #F6F6F7;
    padding: 0 0 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 660px;
}

.home-part4-2-bg {
    width: 990px;
    height: 650px;
    position: absolute;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
    left: -180px;
    top: 50%;
    margin-top: -330px;
}

.course-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 40px;
    box-shadow: 2px 2px 6px #ddd;
    width: 500px;
    max-width: 100%;
    cursor: pointer;
    margin: auto;
}

.course-box ul {
    list-style: none;
    margin-left: -40px;
}

.course-description {
    min-height: 220px;
}

.course-description p {
    margin-top: 15px;
}

.course-description ul {
    margin-top: 15px;
}

.course-description ul li {
    margin-top: 15px;
}

.course-tab ul {
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
}

.subpage-content .course-tab ul {
    margin-left: -40px;
}

.course-tab .c-tab {
    background-color: #ddd;
    color: #777;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    margin: 5px 10px 5px 0;
}

.course-tab .c-tab.color-blue {
    background-color: #AAE6E6;
    color: #5D6F76;
}

.course-tab .c-tab.color-green {
    background-color: #DCE6AA;
    color: #5D6F76;
}

.course-tab .c-tab.color-orange {
    background-color: #FAE6B4;
    color: #5D6F76;
}

.course-tab .c-tab.color-yellow {
    background-color: #E8E6D7;
    color: #5D6F76;
}

.course-arrow-group {
    margin-right: 40px;
    margin-bottom: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

.course-arrow-group.top-margin {
    top: -150px;
}

.course-left-arrow {
    width: 48px;
    height: 48px;
    background-color: #5D6F76;
    background-image: url("../images/arrow_left.png");
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 12px auto;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}

.course-right-arrow {
    width: 48px;
    height: 48px;
    background-color: #5D6F76;
    background-image: url("../images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: 19px center;
    background-size: 12px auto;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}

.home-part5 {
    background-color: #fff;
    padding: 50px 0;
}

.article-box {
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    min-height: 500px;
    max-width: 340px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

p.truncate-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-box.bg-color-1 {
    background-color: #E8E6D7;
}

.article-box.bg-color-0 {
    background-color: #FAE6B4;
}

.article-box .article-people {
    width: 50px;
    border-radius: 200px;
    border: solid 2px #5D6F76;
    margin-left: 5px;
    display: inline-block;
}

.article-box h4 {
    margin: 10px 0;
}

.article-tab {
    background-color: #fff;
    border: solid 1px;

    padding: 5px 15px;
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.article-tab.no-margin {
    margin: 0;
    padding: 2px 25px;
}

a.article-tab {
    text-decoration: none;
}

.article-tab.color-all {
    color: #5D6F76;
}

.article-bar {
    border-bottom: solid 1px #D0CFD4;
    padding: 15px 0;
    cursor: pointer;
}

.home-part5 .article-box.box-margin-top {
    margin-top: -50px;
}

.top-margin {
    margin-top: 65px;
}

.article-box-img {
    width: 100%;
    height: 230px;
    background-size: auto 240px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
}

.article-box:hover .article-box-img {
    background-size: auto 270px;
    background-position: center center;
    background-repeat: no-repeat;
}

button.more-btn {
    color: #fff;
    background-color: #E7651D;
    background-image: url("../images/arrow_right.png");
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    width: 160px;
    display: inline-block;
    text-align: left;
    padding: 10px 25px;
    border: 0;
    border-radius: 200px;
    text-decoration: none;
}

button:focus {
    outline: 0;
}

button.more-btn:hover {
    cursor: pointer;
}

.more-btn.active {
    background-image: url("../images/success_tick.png");
    background-color: mediumseagreen;
    background-size: 30px 30px;
}

a.more-btn {
    color: #fff;
    background-color: #E7651D;
    background-image: url("../images/arrow_right.png");
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    width: 160px;
    display: inline-block;
    text-align: left;
    padding: 10px 25px;
    border-radius: 200px;
    text-decoration: none;
}

a.more-btn.color-2 {
    color: #5D6F76;
    background-color: #E8E6D7;
    background-image: url("../images/arrow_right_2.png");
}

a.more-btn.color-3 {
    background-color: #32A0A0;
}

a.more-btn.color-4 {
    color: #E7651D;
    background-color: #fff;
    border: solid 2px #E7651D;
    text-align: right;
    background-image: url("../images/arrow_left_2.png");
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

button.more-btn.color-4 {
    color: #E7651D;
    background-color: #fff;
    border: solid 2px #E7651D;
    text-align: right;
    background-image: url("../images/arrow_left_2.png");
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

button.more-btn.color-3 {
    background-color: #32A0A0;
}

button.more-btn.back {
    color: #32A0A0;
    background-color: #fff;
    border: solid 2px #32A0A0;
    text-align: right;
    background-image: url("../images/arrow_left_3.png");
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

.bg-icon-group {
    position: absolute;
    left: -200px;
    top: 0;
    height: 54px;
    width: 200px;
    z-index: 200;
}

.bg-icon-group.float-right {
    left: auto;
    right: -220px;
}

.home-part6 {
    padding: 50px 0;
    background-color: #F6F6F7;
}

.event-box {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    padding-top: 25px;
    min-height: 500px;
    width: 430px;
    max-width: 100%;
}

.event-box-img {
    width: 100%;
    height: 300px;
    background-size: auto 300px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    border-radius: 30px 30px 0 0;
}

.event-box:hover .event-box-img {
    background-size: auto 330px;
    background-position: center center;
    background-repeat: no-repeat;
}

.event-box h4 {
    margin: 10px 0;
}

.event-box-text {
    background-color: #fff;
    margin-top: -35px;
    border-radius: 30px;
}

.event-tab {
    color: #777;
    background-color: #ddd;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 15px;
}

.event-tab.color-blue {
    background-color: #1E6EE6;
    color: #fff;
}

.event-tab.color-green {
    background-color: #32A0A0;
    color: #fff;
}

.event-tab.color-orange {
    background-color: #E7651D;
    color: #fff;
}

.event-tab.color-purple {
    background-color: #A0328F;
    color: #fff;
}

.event-tab.color-light-green {
    background-color: #50A032;
    color: #fff;
}

.event-box-icon {
    position: absolute;
    top: 25px;
    right: 43%;
    margin-right: -160px;
}

.event-box-text p {
    margin-top: 15px !important;
}

.home-part7 {
    background-color: #fff;
    padding: 50px 0;
}

.faq-area {
    width: 100%;
    /*font-size: 1.0em;*/
}

.faq-area h4 {
    margin-bottom: 15px;
    color: #5D6F76;
}

.faq-area button h4 {
    font-size: 1.8em;
}

.faq-area .content h4 {
    font-size: 1.5em;
}

.faq-area button {
    outline: none;
    margin-top: 15px;
}

.faq-area .collapsible {
    cursor: pointer;
    padding: 15px 0 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    background-image: url("../images/faq_arrow_down.png");
    background-repeat: no-repeat;
    background-position: right 15px;
    background-size: 20px auto;
    background-color: #fff;
}

.faq-area .collapsible.active {
    background-image: url("../images/faq_arrow_up.png");
    background-position: right 20px;
}

.faq-area .content {
    padding: 25px 0;
    display: none;
    overflow: hidden;
}

.home-part8 {
    padding: 50px 0;
}

.url-banner {
    cursor: pointer;
    margin: 20px 0;
    display: inline-block;
    box-shadow: 2px 2px 6px #ddd;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}

.url-banner:hover {
    opacity: 0.75;
}

#videoWrapper {
    height: 650px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

#videoWrapper video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.floating-icon {
    position: fixed;
    z-index: 500;
    right: 25px;
    top: 50%;
    text-align: right;
    margin-top: -135px;
}

.floating-icon img {
    margin: 3px 0;
}

.footer {
    width: 100%;
    background-color: #5D6F76;
    color: #fff;
    display: block;
    padding: 50px 0;
}

.subscription-box input[type="email"] {
    width: 100%;
    height: 42px;
    padding: 5px 10px;
    outline: none;
    resize: none;
    border: none;
}

#whatsapp-btn {
    position: relative; /* Add this line */
    color: #5D6F76;
    background-color: #E8E6D7;
    display: inline-block;
    padding: 17px 25px 17px 80px;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    resize: none;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}

#whatsapp-btn::before {
    content: ""; /* Ensure content is set */
    position: absolute; /* Position it absolutely */
    background-image: url("../images/icon_wts.png");
    /*background-position: left 18px center;*/
    background-repeat: no-repeat;
    background-size: 36px auto;
    width: 36px; /* Set a width for the pseudo-element */
    height: 36px; /* Set a height for the pseudo-element */
    left: 25px; /* Adjust as needed to position the icon */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust vertical alignment */
}

#subscript-form-submit-btn {
    color: #5D6F76;
    background-color: #E8E6D7;
    background-image: url("../images/arrow_right_2.png");
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    width: 160px;
    display: inline-block;
    text-align: left;
    padding: 10px 25px;
    border-radius: 200px;
    text-decoration: none;
    outline: none;
    resize: none;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}

.copyright {
    width: 100%;
    margin-top: 50px;
    padding-top: 15px;
    border-top: solid 1px #fff;
}

.course-floating-box {
    width: 340px;
    max-width: 100%;
    height: 570px;
    background: #E8E6D7;
    position: fixed;
    left: 25px;
    bottom: -800px;
    z-index: 500;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 3px 3px 9px #999;
    transition: all 0.8s ease 0s, font-size 0ms ease;
    animation: course-floating-move 0.8s;
    animation-iteration-count: 1;
}

@keyframes course-floating-move {
    from {
        bottom: -800px;
    }
    to {
        bottom: 0
    }
}

.course-floating-box.show {
    bottom: 0;
}

.course-floating-box .close-btn {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 15px;
    top: 15px;
    z-index: 100;
    background-color: #fff;
    border-radius: 200px;
    background-image: url("../images/close_icon.png");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 3px 3px 6px #777;
}

.course-floating-text {
    width: 100%;
    height: 285px;
    overflow-x: auto;
    padding-right: 15px;
    text-align: justify;

}

.course-floating-text h4 {
    margin-bottom: 25px;
    font-size: 1.75em;
}

.course-floating-text::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
}

/* Track */
.course-floating-text::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 6px #ccc;
}

/* Handle */
.course-floating-text::-webkit-scrollbar-thumb {
    background: #5D6F76;
    border-radius: 4px;
}

a.course-floating-btn {
    background-color: #5D6F76;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    padding: 10px 0;
    display: block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}

.course-left-arrow.swiper-button-next {
    width: 48px;
    height: 48px;
    background-color: #5D6F76;
    background-image: url("../images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: 19px center;
    background-size: 12px auto;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}

.course-left-arrow.swiper-button-next:after {
    display: none;
}

.course-right-arrow.swiper-button-prev {
    width: 48px;
    height: 48px;
    background-color: #5D6F76;
    background-image: url("../images/arrow_left.png");
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 12px auto;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}

.course-right-arrow.swiper-button-prev:after {
    display: none;
}

.dropdown {
    display: inline-block;
    color: #fff;
    height: 88px;
    line-height: 88px;
}

.dropdown span {
    cursor: pointer;
    position: relative;
}

.dropdown span:after {
    display: none;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 3px;
    background: #E8E6D7;
}

.dropdown.active span:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 3px;
    background: #E8E6D7;
}

.dropdown:hover span:after {
    display: block;
}

.menu-parent :nth-child(1) .dropdown .dropdown-content,
.menu-parent :nth-child(2) .dropdown .dropdown-content,
.menu-parent :nth-child(3) .dropdown .dropdown-content,
.menu-parent :nth-child(4) .dropdown .dropdown-content {
    margin-right: -435px;
}

html[lang="en"] .menu-parent :nth-child(1) .dropdown .dropdown-content,
html[lang="en"] .menu-parent :nth-child(2) .dropdown .dropdown-content,
html[lang="en"] .menu-parent :nth-child(3) .dropdown .dropdown-content,
html[lang="en"] .menu-parent :nth-child(4) .dropdown .dropdown-content {
    margin-right: -335px;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    width: 800px;
    height: 240px;
    margin-right: -735px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    color: #1A1A1A;
    right: 40%;
    top: 0px;
    margin-top: 126px;
    text-align: left;
    font-family: "Hiragino-Sans", sans-serif;
}

@media screen and (max-width: 1500px) {

    .dropdown-content {
        margin-right: -49%;
    }

}

.dropdown-content.s-text {
    top: -4px;
}

.dropdown-content.l-text {
    top: 3px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #1A1A1A;
    width: 37%;
    padding: 10px 0;
    display: inline-block;
    margin-left: 10%;
    position: relative;
}

.dropdown-content a:after {
    content: '';
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 34px;
    height: 3px;
    background: #E8E6D7;
}

.dropdown-content a.special-long {
    display: block;
    width: 100%;
}


.dropdown-content .row {
    height: 100%;
}

.dropdown-bg-img {
    background-position: center center;
    background-size: 360px auto;
    background-repeat: no-repeat;
    border-right: solid 1px #E8E6D7;
}

.course-left-arrow.swiper-button-next:hover {
    background-color: #E7651D;
}

.course-right-arrow.swiper-button-prev:hover {
    background-color: #E7651D;
}

.subpage-banner {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.subpage-banner .row {
    height: 300px;
}

.subpage-banner h4 {
    color: #fff;
    margin: 0;
}

.subpage-banner.style-02 {
    height: 150px;
}

.subpage-banner.style-02 .row {
    height: 150px;
}

.page-path {
    font-family: "koruri", sans-serif;
    background: #F6F6F7;
    display: inline-block;
    padding: 15px 60px;
    border-radius: 30px;
    margin-bottom: 25px;
    word-break: break-all;
}

.page-path a {
    color: #D0CFD4;
    text-decoration: none;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}

.page-path a:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #32A0A0;
}

.page-path a:last-child:after {
    display: none;
}

.page-path a:last-child {
    margin-right: 0;
}

.page-path a.this {
    color: #5D6F76;
}

.subpage {
    font-family: "koruri", sans-serif;
}

.subpage h2 {
    margin-bottom: 35px;
}

.subpage h3 {
    font-size: 1.5em;
    color: #32A0A0;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    margin: 15px 0 15px 0;
    display: block;
}

.subpage h3:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 4px;
    background: #E8E6D7;
    left: 0;
    bottom: 0;
}

.subpage-content {
    min-height: 400px;
}

.subpage-content.large, .subpage-content.large .row {
    min-height: 700px;
}

.kei-subpage-bg {
    position: relative;
    top: 0;
    right: -255px;
}

.kei-subpage-bg.style-02 {
    position: absolute;
    right: auto;
    left: -230px;
}

.kei-subpage-bg-style-03 {
    background-size: 70px auto;
    background-position: right 10px bottom 65px;
    background-repeat: no-repeat;
}

.kei-subpage-bg img {
    height: 46px;
}

.tab {

}

.tab button {
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
    padding: 15px 25px;
    text-align: center;
    border-right: solid 1px #E8E6D7;
    border-top: none;
    border-left: none;
    border-bottom: none;
    margin: 0;
    position: relative;
    background-color: #F6F6F7;
    color: #5D6F76;
    outline: none;
    resize: none;
}

button {
    color: #5D6F76;
    outline: none;
    resize: none;
}

.tab button.first-tab {
    border-radius: 25px 0 0 25px;
}

.tab button.last-tab {
    border: none;
    border-radius: 0 25px 25px 0;
}

.tab button.active {
    background-color: #32A0A0;
    color: #fff;
}

.tab button.active::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-left: 8px solid transparent;
    border-top: 14px solid #32A0A0;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
}

.tabcontent:target {
    scroll-margin-top: 280px;
}

.tabcontent {
    display: none;
    padding: 15px 0;
}


.tabcontent .img-box {
    /*width: 580px;*/
    /*max-width: 100%;*/
    /*height: 320px;*/
    padding-top: 66.666666667%;
    border-radius: 30px;
    box-shadow: 2px 2px 8px #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.tabcontent iframe {
    /*width: 580px;*/
    /*max-width: 100%;*/
    /*height: 320px;*/
    /*max-height: 480px;*/
    border-radius: 30px;
!important;
    box-shadow: 2px 2px 8px #ccc;
!important;
}

.tabcontent input[type="text"], .tabcontent input[type="email"], .tabcontent input[type="tel"] {
    width: 100%;
    height: 54px;
    border-radius: 15px;
    border: solid 1px #D0CFD4;
    outline: none;
    padding: 0 15px;
}

.tabcontent select {
    width: 100%;
    height: 54px;
    border-radius: 15px;
    border: solid 1px #D0CFD4;
    outline: none;
    padding: 0 15px;
    cursor: pointer;
    color: #32A0A0;
}

.tabcontent textarea {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    border: solid 1px #D0CFD4;
    outline: none;
    padding: 15px;
    resize: none;
}

.tabcontent input[type="submit"] {
    color: #fff;
    background-color: #E7651D;
    background-image: url("../images/arrow_right.png");
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    width: 160px;
    display: inline-block;
    text-align: left;
    padding: 10px 25px;
    border-radius: 200px;
    text-decoration: none;
    outline: none;
    resize: none;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}

.current-box {
    cursor: pointer;
    margin-bottom: 25px;
}

.current-vacancies-img {
    border-radius: 30px;
    box-shadow: 2px 2px 8px #ccc;
    width: 690px;
    max-width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s, font-size 0ms ease;
}

.current-vacancies-img:hover {
    background-size: auto 110%;
}

.current-vacancies-img.style-02 {
    height: 200px;
}

.course-content-area .current-vacancies-img {
    height: 175px;
}

.current-vacancies-title {
    font-size: 1.5em;
    font-weight: bold;
    min-height: 70px;
}

.current-card, .article-card {
    position: relative;
}

.current-card-cover-img, .article-card-cover-img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
}

.current-card-text, .article-card-text {
    position: relative;
    top: -50px;
    z-index: 20;
    border: solid 1px #E8E6D7;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}

.current-card-text h4, .article-card-text h4 {
    margin: 40px 0 0 0;
}

.current-card-text p, .article-card-text p {
    margin: 20px 0;
}

.current-card-bottom, .article-card-bottom {
    border-top: solid 1px #D0CFD4;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
}

.current-card-bottom h5, .article-card-bottom h5 {
    color: #32A0A0;
    font-weight: bold;
}

.current-card-text iframe, .article-card-text iframe {
    width: 100%;
    height: 570px;
    border-radius: 30px;
    margin: 15px 0 35px 0;
}

.article-card-text img {
    height: auto;
    border-radius: 30px;
}

button.collapsible.style-02 {
    background-color: #F1F1F2;
    padding: 8px 40px;
    border-radius: 30px;
    background-image: url("../images/faq_arrow_.png");
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-size: 15px auto;
    margin: 30px 0 15px 0;
}

button.collapsible.style-02.active {
    background-color: #EBF5F5;
    background-image: url("../images/faq_arrow_active.png");
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-size: 15px auto;
}

button.collapsible.style-02 h4 {
    padding: 10px 0 10px 60px;
    margin: 0;
    color: #B0B0B1;
    background-image: url("../images/faq_icon_.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px auto;
}

button.collapsible.style-02.active h4 {
    color: #32A0A0;
    background-image: url("../images/faq_icon_active.png");
}

.content.style-02 {
    padding: 15px 40px;
}

.content.style-02 h4 {
    color: #32A0A0;
    margin: 25px 0 0 0;
}

.content.style-02 p {
    margin: 15px 0 15px;
}

.img-border-radius {
    border-radius: 30px;
    box-shadow: 2px 2px 6px #ddd;
}

.img-border-radius.style-02 {
    border: solid 5px #F8F8F8;
}

.swiper.photo-gallery {
    overflow: hidden;
    padding: 0;
}

.swiper.photo-gallery .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 5px 7px !important;
    background: #fff;
    opacity: 1;
}

.swiper.photo-gallery .swiper-pagination-bullets {
    bottom: 20px !important;
}

.swiper-pagination-bullet-active {
    background: #32A0A0 !important;
}

.article-area-box {
    overflow: hidden;
    margin-bottom: 24px;
    cursor: pointer;
}

.article-area-box h4 {
    margin: 0;
}

.article-area-box-img {
    width: 240px;
    max-width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    transition: all 0.3s ease 0s;
    border-radius: 15px;
}

.article-area-box:hover .article-area-box-img {
    background-size: auto 110%;
}

.page-no {
    font-family: "Noto Sans TC", sans-serif;
!important;
}

.page-no ul li {
    display: inline-block;
}

.page-no ul li a {
    font-family: "Noto Sans TC", sans-serif;
!important;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 48px;
    border: solid 1px #ccc;
    padding: 12px 0;
    border-radius: 15px;
    color: #ccc;
    font-weight: bold;
    margin: 3px;
    transition: all 0s ease 0s;
}

.page-no ul li a:hover {
    opacity: 1;
    border: solid 1px #E7651D;
    color: #E7651D;
}

.page-no ul li a.active {
    border: solid 1px #E7651D;
    color: #E7651D;
}

.page-no ul li a.page-previous, .page-no ul li a.page-next {
    border-radius: 100px;
}

.page-no select {
    font-family: "Noto Sans TC", sans-serif;
    width: 80px;
    height: 36px;
    border: solid 1px #5D6F76;
    text-align: center;
    border-radius: 5px;
    resize: none;
    outline: none;
    color: #5D6F76;
    margin: 3px;
}

.re-header-bar {
    background: #000;
    opacity: 0.8;
    display: none;
}

.re-header-bar ul {
    display: inline-block;
}

.re-header-bar ul li {
    display: inline-block;
}

.re-header-bar ul li a {
    padding: 2px 5px !important;
    border-bottom: none !important;
    display: inline-block;
    color: #E8E6D7 !important;
}

.download-document a {
    background-image: url("../images/pdf_icon.png");
    background-size: 20px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    margin: 2px 0;
    display: inline-block;
    color: #5D6F76;
    text-decoration: underline;
}

.team-member-text {
    padding: 25px 40px;
    border-radius: 15px;
    border: solid 1px #E8E6D7;

    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
}

.team-member-box {
    max-width: 240px;
    position: relative;
    margin: 15px auto;
    opacity: 0.3;
    cursor: pointer;
}

.team-member-box.active {
    opacity: 1;
}

.team-member-img {
    border-radius: 250px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

img.team-icon {
    width: 84px;
    max-width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 25;
}

.course-selection-card {
    position: relative;
    border-radius: 20px;
    border: 1px solid transparent;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
}


.course-selection-card > h4.text {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    padding: 30px;
    width: 65%;
    /*inline-size: 150px;*/
    /*overflow-wrap: break-word;*/
}


.course-selection-card.yellow {
    background-color: #F5F4EE;
    background-image: url("../images/kei_outline_bg.png")
}

.course-selection-card.gray {
    background-color: #ECEBED;
    background-image: url("../images/kei_default_bg.png")
}


.box-area-image {
    position: relative;
}

.box-area-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.box-area-image.long:before {
    padding-top: 33.3333333%;
}

.box-area-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.iframe-box {
    margin-top: auto;
    position: relative;
    padding-top: 66.66666667%;
}

.iframe-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.error-message {
    color: #E64242;
}

.submit-success-message {
    color: mediumseagreen;
    display: none;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #E8E6D7;
    color: #5D6F76;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}


.open-eye-btn, .close-eye-btn {
    user-select: none;
}

.open-eye-btn .btn-text, .close-eye-btn .btn-text {
    font-size: 14px;
    /*font-weight: bold;*/
}

.open-eye-btn.collapse.show .btn-text {
    color: #E7651D;
}


.open-eye-btn:hover, .close-eye-btn:hover {
    cursor: pointer;
}

.open-eye-btn::before {
    content: url('../images/open.png');
    vertical-align: middle;
    margin-right: 5px;
}

.close-eye-btn::before {
    content: url('../images/close.png');
    vertical-align: middle;
    margin-right: 5px;
}

.flex-column {
    display: flex;
}

.non-qf-box {
    border-radius: 30px;
    border: solid 1px #E8E6D7;
    padding: 20px 20px 20px 40px;
    position: relative;
    overflow: hidden;
    background-image: url("../images/non_qf_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1.0em;
    cursor: pointer;
    min-height: 320px;
    height: 100%;
    transition: all 0.3s ease 0s, font-size 0ms ease;
}

.non-qf-box:hover {
    opacity: 0.5;
}

.non-qf-box img {
    width: 70px;
}

.non-qf-box:after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 20px;
    height: 100%;
}

.non-qf-box.color-01:after {
    background: #7DAF8A;
}

.non-qf-box.color-02:after {
    background: #D6B5A1;
}

.non-qf-box.color-03:after {
    background: #B2A2D0;
}

.non-qf-box.color-04:after {
    background: #E2CB6F;
}

.non-qf-box.color-05:after {
    background: #AEC16F;
}

.non-qf-box.color-06:after {
    background: #DCB1BB;
}

.non-qf-box.color-07:after {
    background: #70C0B7;
}

.non-qf-box.color-08:after {
    background: #C1B46F;
}

.non-qf-box.color-09:after {
    background: #609898;
}

.non-qf-box h4 {
    font-size: 1.3em;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    margin: 15px 0 15px 0;
    display: block;
}

.non-qf-box h4:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 4px;
    background: #E8E6D7;
    left: 0;
    bottom: 0;
}

.non-qf-courses-box {
    margin: 50px 0 25px 0;
    display: block;
}

.non-qf-courses-box h4 {
    background: #E8E6D7;
    padding: 15px 25px;
    font-size: 1.35em;
    font-weight: bold;
    color: #5D6F76;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 0;
}

.non-qf-courses-box img {
    cursor: pointer;
    transition: all 0.3s ease 0s, font-size 0ms ease;
}

.non-qf-courses-box img:hover {
    opacity: 0.5;
}

.non-qf-courses-box.more-style h4 {
    background-image: url("../images/down_arrow.png");
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: right 30px center;
    cursor: pointer;
}

.courses-box-tab-title.active h4 {
    background-image: url("../images/up_arrow.png");
}

.big-btn a img {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 3px 3px 9px #999;
}

a.close-all-btn {
    color: #5D6F76;
    font-size: 0.6em;
    text-decoration: none;
    background-image: url("../images/close_all_btn.png");
    background-size: 48px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0 15px 56px;
    transition: all 0s ease 0s
}

a.close-all-btn:hover {
    opacity: 1;
}

a.open-all-btn {
    color: #E7651D;
    font-size: 0.6em;
    text-decoration: none;
    background-image: url("../images/display_all_btn.png");
    background-size: 48px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0 15px 56px;
    transition: all 0s ease 0s
}

a.open-all-btn:hover {
    opacity: 1;
}

select.courses-section {
    width: 96%;
    height: 54px;
    background: #FCFCFC;
    border: solid 1px #D0CFD4;
    border-radius: 15px;
    outline: none;
    padding: 0 15px;
    color: #5D6F76;
}

select.nationality-section {
    width: 100%;
    height: 54px;
    background: #FFFFFF;
    border: solid 1px #D0CFD4;
    border-radius: 15px;
    outline: none;
    padding: 0 15px;
    color: #5D6F76;
}

.clearFiltersButton, .submitFiltersButton {
    width: 96%;
    height: 54px;
    background: #DDD;
    border: solid 1px #D0CFD4;
    border-radius: 15px;
    outline: none;
    padding: 0 15px;
    color: #5D6F76;
}

.clearFiltersButton:hover, .submitFiltersButton:hover {
    user-select: none;
    cursor: pointer;
}

.datepick {
    width: 96%;
    height: 54px;
    background: #FCFCFC;
    border: solid 1px #D0CFD4;
    border-radius: 15px;
    outline: none;
    padding: 0 15px;
    color: #5D6F76;
}

.datepick::placeholder {
    color: #5D6F76;
}

.datepick:hover {
    cursor: default;
}

.course-content-area p {
    margin-top: 15px;
    margin-bottom: 0;
}

.scroll-div-table-area {
    width: 100%;
    overflow-x: auto;
}

.div-table {
    width: 100%;
    min-width: 900px;
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.div-table .div-table-th .col-2, .div-table .div-table-th .col-4 {
    padding: 15px 10px;
    border-right: solid 1px #E8E6D8;
    height: 100%;
}

.div-table .div-table-td .col-2, .div-table .div-table-td .col-4 {
    padding: 15px 10px;
    border-right: solid 1px #E8E6D8;
    height: 100%;
    margin: -10px 0;
}

.div-table-th {
    background: #C1B46F;
    color: #fff;
}

.div-table-td {
    color: #5D6F76;
}

.div-table-td:nth-child(even) {
    background: #FCFCFC;
}

.div-table-td:nth-child(odd) {
    background: #F5F5F5;
}

.div-table .course-tab .c-tab {
    margin: 3px 0;
}

.div-table .row .col-2:last-child {
    border-right: none;
}

.course-content-area .non-qf-courses-box.more-style {
    margin: 0;
}

.course-content-area ul {
    list-style: none;
    margin-top: 15px;
}

.course-content-area ul li {
    margin-left: -40px;
    margin-top: 5px;
}

.online-enrollment-floating-bar {
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 400;
    padding: 12px 15px;
    border-top: solid 1px #ddd;
}

.online-enrollment-floating-bar a {
    background-color: #ccc;
    border-radius: 150px;
    font-size: 1.0em;
    width: 97%;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    display: inline-block;
    margin: auto;
    color: #5D6F76;
    text-decoration: none;
    opacity: 1;
    /*background-image: url("../images/big_btn_02_icon.png");*/
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 15px;
    background-position: left 15px center;
    background-size: 36px auto;
}

.online-enrollment-floating-bar .col-6:first-child a {
    background-color: #E8E6D7;
    /*background-image: url("../images/big_btn_01_icon.png");*/
}

.bottom-margin {
    margin-bottom: 50px;
    color: #aaa;
    font-size: 0.8em;
    border-top: dashed 1px #eee;
}

.step-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
}

.step {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
    text-align: center;
    color: #D0CFD4;
}

.step.active {
    color: #32A0A0;
}

.circle {
    width: 70px;
    height: 60px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    background-color: none;
}

.step .circle {
    background-image: url("../images/step_bg_icon.png");
    background-size: 64px auto;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    padding-left: 5px;
}

.step.active .circle {
    background-image: url("../images/step_bg_icon_active.png");
    color: #fff;
}

.text {
    margin-top: 10px;
    font-size: 1.2em;
}

.dots {
    display: flex;
    align-items: center;
    margin: 0 10px;
    margin-top: -29px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
}

.dots.active .dot {
    background-color: #32A0A0;
}

.proficiency-test-box {
    min-height: 30vh;
    background: #FCFCFC;
    border: solid 1px #E8E6D7;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 30px;
    padding: 40px 45px;
}

.proficiency-test-box .row {
    min-height: 30vh;
}

.application-box {
    background: #FCFCFC;
    border: solid 1px #E8E6D7;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 30px;
    padding: 40px 45px;
}

.application-box h3 {
    margin: 0 0 25px 0;
}

.radio-group {
    display: flex;
    align-items: center;
}

.radio {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}

.radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    margin-right: 5px;
    outline: none;
}

.radio input[type="radio"]:checked {
    background-color: #ff6600;
}

label .radio-text {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}

.application-bottom-bar {
    margin-top: 25px;
}

.application-floating-bar {
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 400;
    padding: 14px 15px;
    border-top: solid 1px #ddd;
}

.application-floating-bar a {
    width: 97%;
    display: inline-block;
    margin: auto;
    opacity: 1;
    text-align: center !important;
}

.application-box input[type="text"], .application-box input[type="tel"], .application-box input[type="email"], .application-box input[type="date"] {
    width: 100%;
    background: #fff;
    color: #5D6F76;
    border: solid 1px #D0CFD4;
    height: 54px;
    border-radius: 15px;
    outline: none;
    padding: 0 15px;
}

.requested, .multi-select, .orange-text {
    color: #E7651D;
}

.checkbox-group {
    /*display: flex;*/
    align-items: center;
}

.checkbox {
    display: inline-block;
    align-items: center;
    margin: 5px 20px 5px 0;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    border: 2px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: -4px;
    margin-right: 7px;
    outline: none;
}

input[type="checkbox"]:checked {
    background-color: #ff6600;
}

label .checkbox-text {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    user-select: none;
    font-family: "Noto Sans TC", sans-serif;
    display: inline-block;
}

.tnc-box {
    width: 100%;
    height: 220px;
    overflow-y: auto;
    border: solid 1px #D0CFD4;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 0.95em;
}

.tnc-box ul {
    margin-left: -15px;
}

/* width */
.tnc-box::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.tnc-box::-webkit-scrollbar-track {
    background: #ddd;
}

/* Handle */
.tnc-box::-webkit-scrollbar-thumb {
    background: #32A0A0;
    border-radius: 8px;
}

.bottom-under-line {
    border-bottom: solid 1px #D0CFD4;
    padding: 15px 0 20px 0;
}

.bottom-under-line.no-border {
    border-bottom: none;
}

.title-style-01 {
    font-weight: bolder;
    font-size: 1em;
    padding-right: 10px;
    margin-top: 8px;
}

.text-style-01 {
    font-weight: 100;
    font-size: 1em;
    margin-top: 10px;
}

.signature-board {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    background: #fff;
    border: solid 1px #D0CFD4;
    margin-top: 25px;
}

button.sign-reset {
    border: 0;
    outline: none;
    margin-top: 25px;
    display: inline-block;
    color: #fff;
    background: #32A0A0;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 0.8em;
    text-decoration: none;
    opacity: 1;
}

button.sign-reset:hover {
    cursor: pointer;
}

.success-box {
    background-image: url("../images/success_bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FCFCFC;
    border: solid 1px #E8E6D7;
    border-radius: 30px;
    padding: 80px 40px;
    font-weight: bolder;
    font-size: 1.25em;
}

.success-box h4 {
    margin: 0;
}

.success-box h2 {
    color: #32A0A0;
    font-size: 2.0em !important;
    display: inline-block;
    margin: 25px 0 0 0;
}

.green-text {
    color: #32A0A0;
}

ul.application-remarks {
    list-style: none;
    margin: 0 0 25px 0;
}

ul.application-remarks li {
    margin-left: -40px;
    margin-top: 10px;
}

.coupon-code-group {
    border: solid 2px #E8E6D7;
    display: inline-block;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    color: #5D6F76;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.coupon-code-group input[type="text"] {
    width: 75%;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    padding: 0 15px;
    color: #5D6F76;
    z-index: 10;
    border-radius: 0;
    margin: 0;
    background: none;
}

.coupon-code-group button {
    width: 25%;
    height: 32px;
    border: solid 2px #E8E6D7;
    padding: 0 15px;
    background: #E8E6D7;
    color: #5D6F76;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    margin: 0;

}

.red-text {
    color: #E64242;
}

.total-amount {
    font-size: 3.0em;
    color: #32A0A0;
    font-weight: bolder;
}

.step-title {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 15px 0;
    margin-bottom: 25px;
    width: 100%;
}

.time-card-group .col-12, .time-card-group .col-lg-6, .time-card-group .col-xl-4 {
    padding-bottom: 15px;
}

label {
    cursor: pointer;
    display: block;
    /*margin-bottom: 7px;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

input[type="radio"] {
    display: none;
}

.ts-radio:checked + .time-card {
    border: 2px solid #E7651D;
    background-image: url("../images/selected_icon.png");
    background-repeat: no-repeat;
    background-position: top 14px right 14px;
    background-size: 34px auto;
}


.time-card {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #D0CFD4;
    border-radius: 5px;
    cursor: pointer;
}

.time-card.selected {
    border: 2px solid #E7651D;
    background-image: url("../images/selected_icon.png");
    background-repeat: no-repeat;
    background-position: top 14px right 14px;
    background-size: 34px auto;
}

.time-card h5 {
    margin: 0;
    font-size: 1.0em;
}

.time-card p {
    margin: 0 0 20px 0;
    font-size: 0.88em;
}

.timer-area-box {
    background-color: #E8E6D7;
    display: inline-block;
    padding: 35px 80px 35px 80px;
    margin: 20px auto 10px 0;
    border-radius: 15px;
    position: relative;
    color: #32A0A0;
}

img.timer-icon {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -30px;
}

/*
application form related*/
.component-fade-enter-active,
.component-fade-leave-active {
    transition: opacity 0.5s;
}

.component-fade-enter,
.component-fade-leave-to {
    opacity: 0;
}

.scroll-x-reverse-transition-enter-active,
.scroll-x-reverse-transition-leave-active {
    transition: transform 0.5s ease; /* Adjust duration and easing as needed */
}

.scroll-x-reverse-transition-enter,
.scroll-x-reverse-transition-leave-to { /* .leave-to is only for leave transitions */
    transform: translateX(-100%); /* Adjust based on your requirement */
}

.test-landing-bg {
    position: absolute;
    background-image: url('../images/test-bg-nikkei.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 700px;
    height: 600px;
    top: 5%;
    right: -30%;
}

.test-h1 {
    position: relative;
    padding-bottom: 15px;
    margin: 15px 0 15px 0;
}

.test-h1:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 4px;
    background: #E8E6D7;
    left: 0;
    bottom: 0;
}

.landing {
    width: 100%;
    position: relative;
}

.score-board {
    background: #FCFCFC;
    border: solid 1px #E8E6D7;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 30px;
    padding: 40px 45px;
}
.score-board-score .score-img-box{
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.score-board-score .score-img-box .s-score{
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.score-board-score .score-img-box .s-text{
    font-size: 30px;
    position: absolute;
    top: 65%;
    left: 55%;
}

