@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@font-face {
    font-family: 'Ã¦â€“Â°Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: 'Ã¦â€“Â°Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€), local(Microsoft JhengHei);
}

* {
    -webkit-text-size-adjust: none;
    outline: none;
    /* hlbr: expression(this.onFocus=this.blur()); */
}

html,
html *:not(i),
body,
body *:not(i) {
    font-family:
        "Roboto",
        "Noto Sans TC",
        Arial,
        "Open Sans",
        "Ã¦â€“Â°Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€",
        "Microsoft JhengHei",
        "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€",
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 40%);
    letter-spacing: 1px;
}

main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

label.error {
    display: none !important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #FF0000 !important;
    background-color: #ffeeee !important;
}

.transition *,
.transition:hover * {
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

::placeholder {
    color: rgb(199, 199, 199) !important;
    font-style: italic;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 1s 0s ease;
    opacity: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

img.img-responsive,
img.img-fluid {
    max-width: 100%;
    height: auto;
    border: none !important;
}

.cms_around div:not(.col-sm-4):not(.col-sm-6) {
    margin: auto 15px;
}

#verifyImgCode {
    cursor: pointer;
}

.error404 {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.youtube_content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.youtube_content iframe,
.youtube_content object,
.youtube_content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.all-trans {
    -o-transition: all .5s linear !important;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    transition: all .5s linear !important;
}

.all-trans:hover {
    -o-transition: all .5s linear !important;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    transition: all .5s linear !important;
}

.overlybox {
    display: block;
    overflow: hidden;
}

.overlybox img {
    transition: all 0.5s;
}

.overlybox:hover img {
    transform: scale(1.4);
}

.fullTexty {
    text-align: justify;
    text-justify: auto;
}

.justifyContain {
    display: block;
    text-align: justify;
    text-align-last: justify;
}

.overflowTexty {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow_multi {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ckeditor_div_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hidden {
    display: none !important;
}

#capcha_image {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

#capcha_image:after {
    content: "\f021";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

/* This code is tested with latest version of Firefox and Chrome */

.image-shadow-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    margin-bottom: 30px;
}

.image-shadow-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    left: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg) skew(-0deg);
    -moz-transform: rotate(-5deg) skew(-0deg);
    -ms-transform: rotate(-5deg) skew(-0deg);
    -o-transform: rotate(-5deg) skew(-0deg);
    transform: rotate(-5deg) skew(-0deg);
}

.image-shadow-box:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    right: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(5deg) skew(0deg);
    -moz-transform: rotate(5deg) skew(0deg);
    -ms-transform: rotate(5deg) skew(0deg);
    -o-transform: rotate(5deg) skew(0deg);
    transform: rotate(5deg) skew(0deg);
}

.cms_margin_auto {
    margin: auto !important;
}

.cms_no_margin {
    margin: 0 !important;
}

.cms_no_padding {
    padding: 0 !important;
}

.scrollup {
    width: 50px;
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #333333;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.scrollup:hover {
    background-color: #767676;
    color: #fff;
}

/*************************
Editor area style
*************************/

.editor-area {
    color: #000;
}

.editor-area p {
    margin-bottom: 15px;
    color: #000;
    line-height: 24px;
    font-size: 16px;
    display: block;
}

.editor-area p:last-child {
    margin-bottom: 0;
}

div[class*="col-"]>img,
div[class*="col-"]>.img-fluid {
    margin-bottom: 0;
}

.editor-area ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
}

.editor-area ol {
    list-style-type: decimal;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
}

.editor-area h1 {
    font-size: 34px;
}

.editor-area h2 {
    font-size: 28px;
}

.editor-area h3 {
    font-size: 24px;
}

.editor-area h4 {
    font-size: 21px;
}

.editor-area h5 {
    font-size: 18px;
}

.editor-area h6 {
    font-size: 16px;
}

.editor-area h1,
.editor-area h2,
.editor-area h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
}

.editor-area h4,
.editor-area h5,
.editor-area h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
}

/*************************
Plugin Blueimp style
*************************/

.blueimp-gallery>.indicator>li {
    background-size: cover;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.indicator {
    display: block;
}

.blueImpGallery #links a {
    max-width: 200px;
    height: 150px;
    display: inline-block;
    text-align: center;
    margin: 7px;
}

.blueImpGallery #links a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.gsc-adBlock {
    display: none !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #b3c578;
    border-color: #b3c578;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #84bc63;
    border-color: #84bc63;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

/*************************
Modal style
*************************/

.modal {
    z-index: 99999;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    display: inline;
    font-size: 18px;
    font-weight: bold;
}

.modal-title,
.modal-body {
    color: #000;
}

.modal-body div.contact_message {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-body .contact_message {
    color: #000 !important;
    text-align: center;
    font-size: 16px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-title {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.modal-footer {
    justify-content: center !important;
    border-top: none !important;
}

/*************************
Facebook plugin style
*************************/
/* Facebook Plugin */

.fb-comments {
    width: 100% !important;
}

.fb-comments iframe[style] {
    width: 100% !important;
}

.fb-like-box {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe[style] {
    min-width: 280px;
    width: 100% !important;
}

.fb-comments span {
    width: 100% !important;
}

.fb-comments iframe span[style] {
    width: 100% !important;
}

.fb-like-box span {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe span[style] {
    min-width: 280px;
    width: 100% !important;
}

/* define bootstrap 5 columns */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
    .fbBox {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .close {
        float: right;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
    }
}

/*************************
web Search popup
*************************/

.search-popup-thumb {
    border-left: 1px solid rgba(0, 0, 0, .15);
    padding-left: 15px;
    display: inline-block;
    line-height: 15px;
    position: relative;
}

.search-popup-btn {
    color: #232323;
    margin-left: 11px;
}

#searchpopup .fancybox-close-small {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #ffffff;
}

.search-popup-style .fancybox-bg {
    background: #433b94;
}

.search-popup-style .fancybox-is-open .fancybox-bg {
    opacity: 0.9;
}

.searchform .search-input {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    font-size: 18px;
    color: #ffffff;
}

.searchform .search-input.error {
    margin-bottom: 0;
    background-color: transparent !important;
    padding: 15px 0;
    font-size: 18px;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 2px solid rgb(255, 0, 0) !important;
}

.searchform .search-input.error::placeholder {
    color: #ff5555 !important;
}

.searchform .search-input::placeholder {
    color: #dfdfdf !important;
}

.searchform .search-input:focus {
    border-color: #e6e6e6 !important;
}

.search-popup-style .fancybox-content {
    background-color: transparent;
    max-width: 650px;
    width: 100%;
}

#searchpopup .searchform {
    position: relative;
}

.search-result-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: unset;
    box-shadow: unset;
    border: 0;
    border-radius: 5px;
    line-height: 1;
    padding: 6px 6px;
    font-size: 14px;
}

.search-result-btn i {
    margin-right: 3px;
}

@media (max-width:767px) {
    .search-popup-btn {
        margin-left: 0;
    }
}

/*************************
AJAX loading
*************************/

#ajax_loading {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/images/common/ajax_loading.svg');
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}

.editor-area div[class*="col-"] {
    margin-bottom: 30px;
}



/*************************
theme style
*************************/


body {
    background-color: #000000;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }

    #header .container-fluid {
        padding: 0 30px;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 1140px;
    }

    #header .container-fluid {
        padding: 0 60px;
    }

}

#header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s ease-in-out;
}

#header.fixed_top {
    backdrop-filter: blur(2px);
    background-color: rgba(22, 44, 48, 50%);
}

.header_menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_menu .nav-item {
    padding: 0 10px;
}

.header_menu .nav-item>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    text-decoration: unset;
    width: 86px;
    height: 45px;
    padding-top: 2px;
    padding-left: 3px;
    letter-spacing: 3px;
    color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/nav-button.webp);
    text-shadow: 0 0 5px rgba(255, 255, 255, 30%);
    transition: 0.3s ease-in-out;
}

.header_menu .nav-item>a:hover {
    color: #ffeb3b;
}


.col-logo {
    max-width: unset;
    width: auto;
    margin-right: auto;
}

.nav-brand .logo-img {
    max-width: 200px;
    max-height: 60px;
}

.col-nav {
    max-width: unset;
    width: auto;
}

#footer {
    padding: 45px 0;
    color: #ffffff;
    background-color: #0c1417;
}

.level-item {
    display: flex;
    align-items: center;
}

.level-item img {
    width: 90px;
    margin-right: 10px;
}

.level-item ul {
    flex: 1;
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 23px;
}

.level-item ul li:not(:last-child) {
    margin-bottom: 5px;
}

.copy-right {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 10px;
    text-align: right;
}

.foot-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.foot-logo .logo-item:not(:last-child) {
    margin-right: 20px;
}

.logo-item img {
    max-height: 45px;
    max-width: 120px;
}

main {
    background: linear-gradient(180deg, #12151a83 0, #162d37a8 50%, #12151a83 100%);
    background-position: top;
}

main::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: 600px;
    background-position: top center;
    background-image: url(../../images/main_bg_1.svg);
}

section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

#hero {
    position: relative;
    padding: 0;
    min-height: 93vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.banner-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(12 21 25) 0, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.hero-content {
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    z-index: 3;
    bottom: 100px;
    width: 100%;
    padding: 0 15px;
}

.hero-h2 {
    font-size: 52px;
    letter-spacing: 4px;
    line-height: 67px;
    color: #ffffff;
    text-shadow: 0 0 30px rgb(0 0 0);
    font-weight: 800;
    margin: 0 0 25px 0;
}

.hero-h5 {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 90%);
    font-weight: 600;
    margin: 10px 0 0 0;
    width: 270px;
    height: 103px;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../images/hero-box.svg);
    padding: 10px 12px 12px 10px;
}

.hero-h5 .t1 {
    position: absolute;
    top: -11px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 5px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #09fafd;
}

.hero-h5 .t2 {
    display: block;
    font-size: 25px;
    color: #ffeb3b;
    font-weight: 800;
    margin: 0 0 1px 0;
}

.hero-h5 .t3 {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 3px;
    margin: 2px 0 0 0;
}

.hero-date {
    display: flex;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 20px 0;
    line-height: 30px;
    font-weight: 900;
    color: #ffeb3b;
    text-shadow: 0 0 11px rgba(0, 0, 0, 40%);
}

.hero-date span.line {
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #ffeb3b;
    margin: 12px 11px 0 11px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 40%);
}

.hero-warning {
    display: inline-flex;
    padding: 24px 30px 12px 32px;
    font-size: 24px;
    font-weight: 700;
    color: #ffeb3b;
    text-shadow: 0 0 5px #fff17782;
    background-color: transparent;
    box-shadow: unset;
    border: unset;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 72px;
    letter-spacing: 2px;
    text-decoration: unset;
    background-image: url(../../images/warning-item.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
    transition: 0.3s ease-in-out;
}

.hero-button {
    display: inline-flex;
    padding: 10px 20px 10px 22px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 5px #72c1d0ab;
    background-color: transparent;
    box-shadow: unset;
    border: unset;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 50px;
    letter-spacing: 2px;
    text-decoration: unset;
    background-image: url(../../images/hero-button.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.hero-button:hover,
.hero-button:active,
.hero-button:focus {
    color: #ffeb3b;
}

.main-sec-intro {
    padding: 90px 0 60px 0;
}

.col-intro-1 {
    width: calc(100% - 550px);
}

.text-yellow {
    color: #ffeb3b;
    text-shadow: 0 0 5px #fff17782;
}

.text-blue {
    color: #09fafd;
    text-shadow: 0 0 5px #72c1d0ab;
}

.intro-box-1 {
    position: relative;
    padding: 0;
}

.intro-box-1 h3 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 0 1.2rem 0;
    font-weight: 600;
}

.intro-content {
    margin-bottom: 2rem;
    padding: 0 0 0 20px;
}

.step-list-style {
    margin: 0;
    padding: 0 0 0 0;
}

.step-list-style li {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
    display: flex;
}

.step-list-style li:not(:last-child) {
    margin-bottom: 15px;
}

.step-list-style li .ln {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/num-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 600;
    letter-spacing: normal;
    padding: 1px 0 0 0;
    font-size: 19px;
}

.step-list-style li .lt {
    flex: 1;
    padding-top: 7px;
}

.step-list-style li a {
    color: #ffffff;
}

.step-list-style li a:hover {
    color: #ffeb3b;
}

.intro-image {
    position: absolute;
    width: 900px;
    height: 100%;
    right: -50px;
    top: 21px;
}

.intro-image img {
    margin: 0 !important;
    max-width: 100%;
}

.media-box {
    position: relative;
}

.media-popup-button {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
}

.media-popup-button img {
    width: 100%;
    margin: 0 !important;
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    transition: 0.5s ease-in-out;
}

.media-popup-button:hover img {
    transform: scale(1.15);
}

.main-sec-act {
    padding: 0 0 50px 0;
}

.col-act-1 {
    width: 100%
}

.act-box-1 {
    position: relative;
    z-index: 2;
}

.act-content-1 {
    background-image: url(../../images/step_box_1.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 100 / 124;
    padding: 45px 35px 45px 25px;
    text-align: center;
}

.step-box {
    background-image: url(../../images/step_box_2.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 100 / 54;
    padding: 32px 35px 32px 35px;
}

.step-content-1 {
    position: relative;
    background-image: url(../../images/step_box_3.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 100 / 145;
    padding: 100px 30px 30px 30px;
}

.step-content-2 {
    position: relative;
    background-image: url(../../images/step_box_4.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 200 / 47;
    padding: 20px 40px 20px 215px;
    margin-top: 20px;
    left: -17px;
}

.step-content-3 {
    margin-top: 20px;
}

.step-content-3 h4 {
    margin: 0;
    font-size: 21px;
    font-weight: bold;
}

#teach {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
    width: 100%;
    max-width: 900px;
}

#teach h2 {
    margin: 10px 0 30px 0;
    font-size: 40px;
    letter-spacing: 4px;
}

#teach ol {
    margin-bottom: 30px;
}

.col-teach-1 {
    width: calc(100% - 100px);
}

.teach-widget {
    position: relative;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 10px;
    border: 4px solid #18d0ef;
}

.teach-widget .teach-content {
    padding: 30px;
    background-color: rgba(41, 171, 226, 10%);
}

.teach-image {
    position: absolute;
    width: 430px;
    height: auto;
    right: -25px;
    top: -69px;
}

.teach-image img {
    margin: 0 !important;
    max-width: 100%;
}

.fancybox__content>.f-button.is-close-btn {
    color: #18d0ef;
    background-color: rgba(41, 171, 226, 10%);
    top: -57px;
}

.teach-button {
    display: inline-flex;
    padding: 13px 20px 12px 24px;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    border: unset;
    box-shadow: unset;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 55px;
    letter-spacing: 4px;
    text-decoration: unset;
    transition: 0.3s ease-in-out;
    background-image: url(../../images/teach-button.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.teach-button:hover {
    color: #ffeb3b;
}

.act-image {
    position: absolute;
    width: 620px;
    height: auto;
    right: -145px;
    top: -45px;
}

.act-image img {
    margin: 0 !important;
    max-width: 100%;
}

.row-award {
    justify-content: center;
    margin: 0 -5px;
}

.award-box2 {
    margin-bottom: 30px;
}

.row-award2 {
    align-items: center;
    justify-content: center;
}

.col-award2 {
    width: 40%;
}

.col-award-plus {
    width: auto;
}

.col-award-plus strong {
    font-size: 24px;
}

.col-award {
    width: 50%;
    padding: 0 5px;
    margin: 10px 0;
}

.award-item img {
    width: auto;
    height: 100px;
}

.award-item p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .5px;
    margin: 10px 0 0 0;
}

.act-content-1 h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.act-content-1 h5 {
    color: #ffeb3b;
    font-weight: 600;
    margin: 5px 0;
    font-size: 18px;
    letter-spacing: 2px;
}

.act-content-1 h6 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffeb3b;
}

.act-content-1 h5 img {
    width: 55px;
    margin: 0 0 0 10px;
}

.step-list-style.style-2 li .ln {
    width: 56px;
    height: 56px;
    background-image: url(../../images/num-icon-2.svg);
    font-weight: 900;
    text-shadow: 0 0 15px #00000087;
    font-style: italic;
}

.step-list-style.style-2 li .lt {
    padding-top: 14px;
}

.step-title-item {
    margin: 2rem 0;
    text-align: center;
}

.step-num {
    font-size: 50px;
    font-weight: bold;
    color: #ffeb3b;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    height: 85px;
    line-height: 46px;
    padding-top: 15px;
}

.step-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffeb3b;
    margin: 0;
}

.step-title-item h4 {
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.step-title-item h2 {
    font-size: 38px;
    margin: 10px 0 0 0;
    letter-spacing: 4px;
    font-weight: 700;
}

.col-input {
    margin-bottom: 25px;
}

.col-button {
    text-align: center;
    margin-top: 15px;
}

.form-select {
    padding: 13px;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 40%);
    background-color: rgba(255, 255, 255, 25%);
    color: #ffffff;
    letter-spacing: 1px;
    background-position: calc(100% - 6px);
    box-shadow: unset;
    outline: unset;
    background-image: url(../../images/keyboard_arrow_down.svg);
    background-size: 24px;
    font-size: 16px;
    line-height: 18px;
}

.form-select option {
    color: #000000;
    background-color: #ffffff;
}

.form-select:focus,
.form-select:active {
    box-shadow: unset;
    outline: unset;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 100%);
    background-color: rgba(255, 255, 255, 25%);
}

.form-control {
    padding: 13px;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 40%);
    background-color: rgba(255, 255, 255, 25%);
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 18px;
}

.form-control:focus,
.form-control:active {
    box-shadow: unset;
    outline: unset;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 100%);
    background-color: rgba(255, 255, 255, 25%);
}

.form-control::placeholder {
    font-style: normal;
    color: #ffffff !important;
    letter-spacing: 1px;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #ff000099 !important;
    background-color: #ff000038 !important;
    color: #ffffff !important;
}

.form-check {
    display: flex;
    margin: 0;
    padding: 0;
}

.form-check .form-check-input {
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 40%);
    background-color: rgba(255, 255, 255, 25%);
    box-shadow: unset;
    cursor: pointer;
    outline: unset;
}

.form-check label {
    flex: 1;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}

.phone-group {
    display: flex;
}

.phone-group .form-select {
    width: 150px;
}

.phone-group .form-control {
    margin-left: 20px;
    flex: 1;
}

.verify-item {
    display: flex;
}

.verify-item .form-control {
    flex: 1;
}

#verifyImgCode {
    max-height: 46px;
}

.verify-item #capcha_image {
    margin-left: 20px;
}

.privacy-button {
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.privacy-button:hover {
    color: #ffeb3b;
    text-decoration: underline;
}

.submit-button {
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    box-shadow: unset;
    border: unset;
    justify-content: center;
    width: 185px;
    height: 88px;
    letter-spacing: 4px;
    text-decoration: unset;
    background-image: url(../../images/teach-button_1.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.submit-button[disabled],
.submit-button[disabled]:hover {
    color: #ffffff;
    opacity: 80%;
    cursor: no-drop;
}

.submit-button span {
    position: relative;
    margin-top: 12px;
}

.submit-button:hover {
    color: #ffeb3b;
}

.step-content-2 .step-title-item {
    margin: 1.8rem 0;
}

.forward-box {
    text-align: center;
}

.forward-button {
    display: inline-flex;
    padding: 12px 43px 12px 61px;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    box-shadow: unset;
    border: unset;
    justify-content: center;
    align-items: center;
    width: 277px;
    height: 64px;
    letter-spacing: 4px;
    text-decoration: unset;
    background-image: url(../../images/facebook-button-1.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.forward-button:hover {
    color: #ffffff;
    background-image: url(../../images/facebook-button-2.svg);
}

.main-sec-note {
    padding: 90px 0 160px 0;
}

.col-note-1 {
    width: calc(100% - 0);
}

.note-box-1 {
    position: relative;
    z-index: 2;
}

.note-content {
    position: relative;
    padding: 45px 340px 60px 105px;
    aspect-ratio: 100 / 50;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.note-content::before {
    content: '';
    position: absolute;
    top: -6%;
    left: 0;
    width: 112%;
    height: 112%;
    aspect-ratio: 100 / 50;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../images/note-box-1.svg);
}


.note-content .txt {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.note-content h2 {
    font-size: 45px;
    line-height: normal;
    margin: 0 0 1.3rem 0;
}

.note-content ol {
    margin: 0;
    padding: 0 0 0 19px;
}

.note-content ol li {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
}

.note-content ol li a {
    color: #ffffff;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.note-content ol li a:hover {
    color: #ffeb3b;
}

.note-content ol li:not(:last-child) {
    margin-bottom: 15px;
}

.note-image {
    position: absolute;
    width: 645px;
    height: 100%;
    right: -120px;
    top: -7px;
}

.note-image img {
    width: 100%;
    margin: 0 !important;
}

.hero-brand {
    display: none;
    margin-bottom: 30px;
}

.hero-brand img {
    width: 300px;
}

.luxy-el.el-2 {
    position: relative;
    left: -22px;
}

.main-sec-intro {
    position: relative;
}

.intro-box-1 {
    z-index: 2;
}

.main-sec-privacy {
    padding: 90px 0;
    position: relative;
}

.main-sec-privacy #fog01 {
    top: -22%;
}

.privacy-box-1 {
    position: relative;
    z-index: 2;
    padding: 10px;
    border: 2px solid rgba(41, 171, 226);
}

.privacy-box-1-1 {
    padding: 30px;
    background-color: rgba(41, 171, 226, 10%);
}

.privacy-content-1 h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}

.privacy-content-1 h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-size: 18px;
}

.privacy-content-1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 30px;
}

.privacy-content-1 ul,
.privacy-content-1 ol {
    margin-bottom: 1rem;
}

.privacy-content-1 ul li,
.privacy-content-1 ol li {
    font-size: 15px;
    line-height: 30px;
    margin: 5px 0;
    letter-spacing: 1px;
}



.main-sec-result {
    padding: 270px 0 230px 0;
    position: relative;
}

.main-sec-result #fog01 {
    top: -22%;
}

.result-box-1 {
    position: relative;
    z-index: 2;
    padding: 10px;
    border: 2px solid rgba(41, 171, 226);
}

.result-box-1-1 {
    padding: 40px;
    background-color: rgba(41, 171, 226, 10%);
    text-align: center;
}

.result-content-1 h2 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ffeb3b;
    font-size: 36px;
    line-height: 40px;
}

.result-content-1 h4 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
}

.result-content-1 h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-size: 18px;
}

.result-content-1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 30px;
}

.result-content-1 .teach-button {
    margin-top: 10px;
}

#fog01 {
    position: absolute;
    top: -90%;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

#fog01 img {
    width: 100%;
    opacity: 25%;
}

#fog02 {
    position: absolute;
    top: -56vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

#fog02 img {
    width: 100%;
    opacity: 20%;
}

#con01 {
    position: absolute;
    top: 500px;
    left: -20px;
    width: 500px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

#con01 img {
    width: 100%;
}

#con02 {
    position: absolute;
    bottom: 100px;
    right: -20px;
    width: 400px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

#con02 img {
    width: 100%;
}

#con03 {
    position: absolute;
    top: 500px;
    right: -10px;
    width: 500px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

#con03 img {
    width: 100%;
}

#con04 {
    position: absolute;
    bottom: -200px;
    left: -20px;
    width: 330px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    opacity: 56%;
}

#con04 img {
    width: 100%;
}

.wow,
.luxy-el {
    will-change: transform;
}

@media (max-width:767px) {
    .luxy-mb-none {
        transform: none !important;
        transition: none !important;
    }
}

/* animate */

.slow_up1 {
    animation: slow_up1 1s 1s ease-out both;
}

@keyframes slow_up1 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slow_down1 {
    animation: slow_down1 1s 1s ease-out both;
}

@keyframes slow_down1 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slow_right2 {
    animation: slow_right2 1s 1s ease-out both;
}

@keyframes slow_right2 {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}

.slow_left2 {
    animation: slow_left2 1s 1s ease-out both;
}

@keyframes slow_left2 {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}


@media (max-width:1199px) {
    .col-logo {
        display: none;
    }

    .col-nav {
        margin: 0 auto;
    }

    .col-intro-1 {
        width: 510px;
        padding-left: 40px;
    }

    .col-act-1 {
        width: 100%;
        position: relative;
        left: 80px;
    }

    .act-content-1 {
        background-image: url(../../images/step_box_1_tb.svg);
        aspect-ratio: 100 / 162;
        padding: 35px 35px 35px 25px;
    }

    .step-box {
        background-image: url(../../images/step_box_2_tb.svg);
        aspect-ratio: 100 / 64;
        padding: 32px 35px 32px 35px;
    }

    .step-title-item {
        margin: 1.5rem 0;
    }

    .step-content-2 .step-title-item {
        margin: 1.3rem 0;
    }

    .step-content-1 {
        background-image: url(../../images/step_box_3_tb.svg);
        aspect-ratio: 100 / 155;
    }

    .step-num {
        font-size: 46px;
        width: 220px;
        height: 73px;
        line-height: 46px;
    }

    .step-content-1 {
        padding: 90px 30px 30px 30px;
    }

    .note-content {
        padding: 10px 340px 10px 105px;
        margin-left: 50px;
        margin-right: -50px;
    }

    .note-content .txt {
        max-height: 358px;
        overflow-y: auto;
    }

    .note-image {
        width: 600px;
        top: -10px;
        right: -130px;
    }

    .note-content::before {
        top: -10%;
        width: 110%;
        height: 110%;
    }

    .note-content h2 {
        font-size: 40px;
    }

    .act-image {
        top: 20px;
        right: -150px;
        width: 550px;
    }

    .intro-image {
        width: 885px;
        height: 100%;
        right: -200px;
        top: 50px;
    }

    .hero-h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .intro-box-1 h3 {
        font-size: 32px;
    }

    .col-note-1 {
        width: 100%;
        padding-left: 90px;
    }

    .foot-logo {
        justify-content: flex-start;
        margin: 30px 0;
    }

    .copy-right {
        text-align: left;
    }
}


@media (max-width:991px) {
    .col-intro-1 {
        width: 100%;
        padding-left: 65px;
    }

    .intro-image {
        position: relative;
        top: unset;
        right: 130px;
        width: 100%;
    }

    .col-act-1 {
        width: 700px;
        padding-left: 250px;
        margin: 0 auto;
    }

    .step-content-1 {
        margin-top: 20px;
    }

    .act-image {
        top: 500px;
        right: 90px;
        width: 480px;
    }

    .step-content-2 {
        background-image: url(../../images/step_box_4_mb.svg);
        aspect-ratio: 100 / 93;
        padding: 125px 40px 40px 40px;
    }

    .step-content-3 {
        margin-top: 30px;
    }

    .step-content-3 h4 {
        line-height: 56px;
    }

    #teach {
        max-width: 720px;
    }

    .teach-image {
        width: 350px;
        right: -45px;
        bottom: -90px;
        top: unset;
    }

    #teach h2 {
        font-size: 36px;
    }

    .note-content::before {
        aspect-ratio: 100 / 67;
        background-image: url(../../images/note-box-1_mb.svg);
        width: 100%;
        height: 100%;
        min-height: 485px;
    }

    .note-content {
        padding: 10px 80px 10px 80px;
        position: relative;
        left: 240px;
        margin: 0;
    }

    .col-note-1 {
        padding: 0;
    }

    .note-image {
        width: 427px;
        top: -112px;
        right: -95px;
    }

    .main-sec-note {
        padding: 90px 0 220px 0;
    }
}


@media (max-width:767px) {
    .col-nav {
        width: 100%;
    }

    .col-nav .nav {
        display: block;
    }

    .header_menu {
        margin: 0 -5px;
    }

    .header_menu .nav-item {
        padding: 0 5px;
        width: 16.666666%;
    }

    .header_menu .nav-item>a {
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        text-decoration: unset;
        width: 100%;
        height: 37px;
        padding-top: 2px;
        padding-left: 2px;
        letter-spacing: 2px;
        background-image: url(../../images/nav-button_mb.webp);
    }

    #hero {
        height: 100vh;
    }

    .hero-h2 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 2px;
    }

    .hero-h5 {
        font-size: 18px;
        letter-spacing: 3px;
        line-height: 26px;
        width: 280px;
        height: 103px;
    }

    .hero-content {
        bottom: 35px;
        padding: 0 20px;
    }

    #header .container-fluid {
        padding: 0 10px;
    }

    .container {
        padding: 0 20px;
    }

    #header {
        padding: 12px 0;
    }

    .hero-brand {
        display: block;
        margin-bottom: 20px;
    }

    .hero-brand img {
        width: 200px;
    }

    .hero-h2 {
        margin-bottom: 20px;
    }

    #hero::after {
        background: linear-gradient(0deg, rgb(10 15 18) 0, rgba(0, 0, 0, 0) 100%);
    }

    .main-sec-intro {
        padding: 50px 0 30px 0;
    }

    .col-intro-1 {
        position: relative;
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5);
        left: 0;
    }

    .intro-content {
        padding: 0 0 0 6px;
    }

    .intro-box-1 h3 {
        font-size: 26px;
    }

    .media-popup-button {
        width: 80px;
        height: 80px;
    }

    .intro-image {
        right: 162px;
        width: 400px;
    }

    .col-act-1 {
        position: relative;
        width: 100%;
        max-width: unset;
        left: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .act-content-1 h4 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: .5rem;
    }

    .act-content-1 h5 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: .5rem;
    }

    .act-content-1 p {
        font-size: 15px;
    }

    .col-button {
        margin-top: 5px;
    }

    .act-content-1 {
        background-image: url(../../images/step_box_1_mb.svg);
        aspect-ratio: 100 / 226;
        padding: 40px 30px;
    }

    .step-box {
        background-image: url(../../images/step_box_2_mb.svg);
        aspect-ratio: 100 / 85;
        padding: 30px;
        position: relative;
        left: -3px;
    }

    .act-image {
        position: relative;
        right: 210px;
        width: 250px;
        top: -40px;
        margin-top: 0;
    }

    .step-content-1 {
        background-image: url(../../images/step_box_3_mb.svg);
        aspect-ratio: 100 / 175;
        padding: 60px 20px 0 20px;
    }

    .step-title-item h2 {
        font-size: 28px;
        margin: 6px 0 0 0;
    }

    .step-content-1 .step-title-item h4 {
        font-size: 18px;
    }

    .step-num {
        font-size: 40px;
        width: 162px;
        padding-left: 20px;
        height: 48px;
        line-height: 46px;
        padding-top: 15px;
    }

    .step-content-2 {
        padding: 80px 30px 30px 30px;
    }

    .step-title-item h4 {
        font-size: 22px;
    }

    .step-title-item {
        margin: 1.2rem 0;
    }

    .step-content-2 {
        left: 0;
    }

    .teach-image {
        width: 200px;
        right: -45px;
        bottom: -90px;
    }

    .col-teach-1 {
        width: 100%;
    }

    .popup-style.is-compact .fancybox__content>.f-button.is-close-btn {
        top: 45px;
        right: 30px;
    }

    #teach h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .teach-image {
        width: 155px;
        right: -25px;
        bottom: -61px;
    }

    .teach-widget .teach-content {
        padding: 20px;
    }

    .teach-widget .teach-content p {
        padding-right: 100px;
    }

    .step-content-3 {
        margin-top: 15px;
    }

    .step-content-3 h4 {
        line-height: 38px;
        font-size: 17px;
    }

    .teach-button {
        padding: 13px 16px 12px 20px;
        font-size: 17px;
        font-weight: 600;
        width: 151px;
        height: 40px;
        min-width: unset;
        letter-spacing: 2px;
    }

    .col-note-1 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .note-content {
        left: unset;
        top: 37px;
        padding: 50px 40px;
        aspect-ratio: 100 / 200;
        background-image: url(../../images/note-box-1_mb_2.svg);
    }

    .note-content::before {
        display: none;
        aspect-ratio: 100 / 170;
        background-image: url(../../images/note-box-1_mb_2.svg);
        width: 100%;
        height: 100%;
        min-height: unset;
        top: 0;
    }

    .note-content .txt {
        max-height: 655px;
    }

    .note-content ol li {
        text-align: justify;
    }

    .note-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .note-content ol li:not(:last-child) {
        margin-bottom: 10px;
    }

    .note-image {
        width: 320px;
        top: -112px;
        right: unset;
        left: -32px;
    }

    .main-sec-note {
        padding: 125px 0 70px 0;
    }

    .level-item {
        align-items: flex-start;
    }

    .level-item ul {
        margin-top: -8px;
    }

    .foot-logo .logo-item:not(:last-child) {
        margin-right: 15px;
    }

    .logo-item img {
        max-height: 34px;
        max-width: 110px;
    }

    #footer {
        padding: 45px 0 20px 0;
    }

    .luxy-el.el-2 {
        position: relative;
        left: 0;
    }

    #fog01 {
        top: -32%;
    }

    #fog01 img {
        opacity: 45%;
    }

    #fog02 {
        top: -4%;
    }

    #fog02 img {
        opacity: 45%;
    }

    #con01 {
        top: 100px;
        left: -20px;
        width: 300px;
    }

    #con02 {
        bottom: -46px;
        right: unset;
        width: 250px;
        left: -13px;
    }

    .privacy-box-1-1 {
        padding: 20px;
        background-color: rgba(41, 171, 226, 10%);
    }

    .privacy-content-1 h2 {
        margin-bottom: 20px;
    }

    .main-sec-privacy #fog01 {
        top: -220px;
    }

    .note-content ol {
        padding-left: 22px;
    }

    .hero-date span.line {
        margin: 11px 6px 0 6px;
    }

    .hero-h5 .t1 {
        margin-left: 0;
    }

    .hero-date {
        font-size: 21px;
        line-height: 28px;
    }

    #hero::after {
        height: 70%;
    }

    .main-sec-result {
        padding: 200px 0 150px 0;
    }

    .result-box-1-1 {
        padding: 40px 30px;
    }
}

@media (max-width:399px) {
    .note-content .txt {
        max-height: 620px;
    }
}

h5.ending_info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}