/******************************/

/*     01. General Styles     */

/******************************/

/************  ▋小到大 這個數字以上（▋包含）都適用  ***************/

/*  @media (min-width: 320px) {}  --- iPhone 12 pro */

/*@media (min-width: 320px) {
    .basic-A .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 0px 20px 0px 20px;
    }

/*  @media (min-width: 768px) {}  --- iPad air + iPad */

/*  @media (min-width: 1200px) {} --- MacBook Air (筆電) + 低階 NoteBook (筆電/13吋) */

/*  @media (min-width: 1600px) {} --- PC 桌機 */

/******** 3D for mobile ( PC 3D 不秀 ) ********/
.pc_show {
    display: none;
}

.mobile_show {
    display: block;
}

/********  for PC ( 手機版不秀3D / 改秀 bootstarp 輪播 ) ********/

@media (min-width: 320px) {
    .mv_text {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding-top: 0px;
    }

    /*.glow-on-hover:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }  */
    /*.glow-on-hover:after {
        color: #ffffff;
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #d00000;
        left: 0;
        top: 0;
        border-radius: 0px;
    }*/
    .glow-on-hover {
        background: #d00000;
    }
}

@media (min-width: 1200px) {
    .pc_show {
        display: block;
    }

    .mobile_show {
        display: none;
    }
}

@media (min-width: 1600px) {
    .pc_show {
        display: block;
    }

    .mobile_show {
        display: none;
    }
}

.carousel-control-next {
    background-color: transparent !important;
    border: none;
}

.carousel-control-prev {
    background-color: transparent !important;
    border: none;
}

.carousel-item {
    padding: 0vw 6vw 0vw 6vw !important;
    box-sizing: border-box !important;
}

.carousel-item .a {
    display: block !important;
    border: 2px solid #707070 !important;
    box-sizing: border-box !important;
}

/*.pd_item {
    padding: 0vw 12vw 0vw 12vw  ;
    box-sizing: border-box;
}
.pd_item a {
    display: block;
    border: 2px solid #707070;
    text-decoration: none;
    transition: .5s;
    padding: 10px;
    box-sizing: border-box;
}
.pd_item a:hover {
    background-color: #D00000;
}
.pd_item a img {
    width: 100%;
    height: auto;
    transition: .5s;
}*/

/********** PC 推最下方相容產品第二層頁籤 *****************/
@media (min-width: 1200px) {
    .list-group {
        width: 100%;
        margin-left: 40vw;
    }

    .nb2 {
        margin-top: 7vw;
    }
}

/********** PC 推最下方相容產品第二層頁籤 *****************/
@media (min-width: 1600px) {
    .list-group {
        width: 100%;
        margin-left: 30vw;
    }

    .pc2 {
        margin-top: 5vw;
    }
}

/**kk***2022_01***/
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 0px;
}

.glow-on-hover:before {
    content: "";
    background: linear-gradient(
        45deg,
        #ff0000,
        #ff7300,
        #fffb00,
        #48ff00,
        #00ffd5,
        #002bff,
        #7a00ff,
        #ff00c8,
        #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #ffffff;
}

.glow-on-hover:active:after {
    color: #ffffff;
    /*background: #ffffff;*/
    /*background: transparent;*/
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    color: #ffffff;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d00000;
    left: 0;
    top: 0;
    border-radius: 0px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

/**********************kk********************/

.box {
    width: auto;
    height: auti;
    margin: auto;
    background: #000000;
    border: 0px solid transparent;
}

.border-img {
    -moz-border-image: -moz-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(
        top left,
        #3acfd5 0%,
        #3a4ed5 100%
    );
    /*border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);*/
    border-image: -webkit-linear-gradient(
        top,
        red 0%,
        blue 30%,
        yellow 60%,
        green 90%
    );
    border-image: -moz-linear-gradient(
        top,
        red 0%,
        blue 30%,
        yellow 60%,
        green 90%
    );
    border-image: linear-gradient(
        to bottom right,
        #ff0000 0%,
        #3a4ed5 30%,
        green 50%,
        yellow 60%,
        #1b4ffb 90%,
        #ff0000 100%
    );
    border-image-slice: 1;
}

/**kk***/

.red_bg {
    background-image: url("images/pic_red.jpg");
}

.text-v-center:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.text-v-center p {
    display: inline-block;
}

/*************************************/

.p-top {
    background-color: #ffffff;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 6rem;
}

.bg-white {
    background-color: #ffffff;
    margin-bottom: -1rem;
}

/****************************/

body {
    overflow-x: hidden;
}

body,
html {
    width: 100%;
    height: 100%;
    background-color: #000;
}

body,
p {
    color: #787976;
    font: 1.8rem/1.8 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /* 1.1rem/1.9625rem */
    /************ 黑體 *************/
}

.p-large {
    font: 400 1.5rem/1.625rem "Noto Sans", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /************ 黑體 *************/
}

.p-small {
    font: 400 0.875rem/1.375rem "Noto Sans", "Noto Sans TC", sans-serif;
    /************ 黑體 *************/
}

.p-heading {
    margin-bottom: 3.5rem;
    text-align: center;
    color: #fff;
}

.li-space-lg li {
    margin-bottom: 0.375rem;
}

.indent {
    padding-left: 1.25rem;
}

h1 {
    color: #484a46;
    font: 700 1.9rem/2.5rem "Montserrat", sans-serif;
}

h2 {
    color: #006293;
    /****color: #484a46;****/
    font: 700 2.2rem/2.2rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /************ 黑體 *************/
    /********** font: 700 1.75rem/2.125rem "Montserrat", sans-serif; *******/
}

h3 {
    color: #484a46;
    font: 700 1.275rem/1.75rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
}

h4 {
    color: #484a46;
    font: 700 1.3rem/1.625rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
    margin: 20px 0px 20px 0px;
    /*****▊ KOL 人名邊距 *****/
    /***** font: 700 1.25rem/1.625rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;/***** 黑體 *****/
}

h5 {
    color: #484a46;
    font: 700 1.125rem/1.5rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
}

h6 {
    color: #484a46;
    font: 700 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
}

h7 {
    font: 700 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
}

h8 {
    color: #484a46;
    font: 1200 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
}

a {
    color: #484a46;
    text-decoration: underline;
}

a:hover {
    color: #484a46;
    /***color: #787976;***/
    text-decoration: underline;
}

a.green {
    color: #000000;
    /*color: #14bf98;*/
}

a.white,
.white {
    color: #626262;
    /***************** ▋  區塊文字齊左  *******************/
    text-align: left;
}

/***************** ▋ 區塊文字  *******************/

.txt_blue_01 {
    color: #006293;
    text-align: center;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font: 700 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
}

/*
strong {
    color: #979797;
}
*/

.section-title {
    color: #14bf98;
    font: 500 0.8125rem/1.125rem "Montserrat", "Noto Sans TC", sans-serif;
    /***** 黑體 *****/
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
    margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
    margin-top: 0.375rem;
}

.label-control {
    position: absolute;
    top: 0.8125rem;
    left: 1.375rem;
    color: #787976;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    cursor: text;
    transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    .label-control {
        top: 0.9375rem;
    }
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
    top: 0.125rem;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 500;
}

.form-control-input,
.form-control-select {
    display: block;
    /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 0.875rem/1.375rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    transition: all 0.2s;
    -webkit-appearance: none;
    /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    .form-control-input {
        padding-top: 1.25rem;
        padding-bottom: 0.75rem;
        line-height: 1.75rem;
    }
    .form-control-select {
        padding-top: 0.875rem;
        padding-bottom: 0.75rem;
        height: 3.125rem;
        line-height: 2.125rem;
    }
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../images/down-arrow.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none;
    /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
    display: block;
    /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 8rem;
    /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 1rem/1.5625rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none;
    /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font: 400 0.875rem/1.375rem "Noto Sans TC", s "Noto Sans SC", ans-serif;
    /***** 黑體 *****/
}

input[type="checkbox"] {
    vertical-align: -15%;
    margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    input[type="checkbox"] {
        vertical-align: -9%;
    }
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.125rem;
    border: 0.125rem solid #14bf98;
    border-radius: 0.25rem;
    background-color: #14bf98;
    color: #fff;
    font: 700 0.75rem/1.75rem "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    /***** 黑體 *****/
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    background-color: transparent;
    color: #aebf14;
}

/* Form Success And Error Message Formatting */

#lmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
    display: block;
    margin-bottom: 0;
    color: #b93636;
    font: 400 1.125rem/1rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}

.help-block.with-errors .list-unstyled {
    color: #787976;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: left;
}

.help-block.with-errors ul {
    margin-bottom: 0;
}

/* 
*/

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.8s;
    animation: fadeOut 0.8s;
}

/* end of fade animation for image slider - magnific popup */

/*************************/

/*     02. Preloader     */

/*************************/

.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    white-space: nowrap;
}

.spinner {
    position: absolute;
    top: 50%;
    /* centers the loading animation vertically one the screen */
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    width: 3.75rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 -1.875rem;
    /* is width and height divided by two */
    text-align: center;
}

.spinner > div {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ea0029;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*******************************************************/

/*     03. Navigation     */

/******************************************************/

.navbar-custom {
    padding-top: 0.375rem;
    padding-bottom: 0.675rem;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    font: 600 1.1rem/0.575rem "Arial", "Montserrat", "Noto Sans TC",
        "Noto Sans SC", sans-serif;
    transition: all 0.2s;
}

.navbar-custom .navbar-brand {
    font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 12.0625rem;
    height: 3rem;
    -webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
    font: 700 2.25rem/0.5rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /*color: rgb(165, 153, 153);*/
    color: #fff;
    text-decoration: none;
}

.navbar-custom .nav-item .nav-link {
    text-align: left;
    padding: 0.25rem 0.75rem 0.325rem 0.75rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.25rem;
    color: #ea0a2a;
}

.navbar-custom .nav-item .nav-link {
    padding: 0.625rem 0.75rem 0.625rem 0.75rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

/*.navbar-custom .nav-item .nav-link.hover {
    color: #52db03;
}*/

.navbar-custom .nav-item .nav-link:hover,

/***************** 字變色 *********************/

.navbar-custom .nav-item .nav-link.active {
    color: #ea0a2a;
}

.nav_align {
    margin-left: auto;
}

/* Dropdown Menu */

.navbar-custom .dropdown:hover > .dropdown-menu {
    display: block;
    min-width: auto;
    animation: fadeDropdown 0.2s;
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus {
    /* removes dropdown outline on focus  */
    outline: 0;
}

.navbar-custom .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0.05rem;
    /************* border-radius: 0.25rem;***************/
    background-color: #ea0a2a;
}

.navbar-custom .dropdown-item {
    color: #ffffff;
    text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
    background-color: #fff;
}

.navbar-custom .dropdown-item:active {
    background-color: #fff;
}

.navbar-custom .dropdown-item:actived {
    background-color: #000000;
}

.navbar-custom .dropdown-item .item-text {
    font: 600 0.875rem/0.875rem "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
    /*color: #130f38;*/
    color: #000000;
}

.navbar-custom .dropdown-items-divide-hr {
    width: 100%;
    height: 1px;
    margin: 0.25rem auto 0.25rem auto;
    border: none;
    background-color: #b5bcc4;
    opacity: 0.2;
}

/* end of dropdown menu */

.navbar-custom .social-icons {
    display: none;
}

.navbar-custom .navbar-toggler {
    border: none;
    color: #535353;
    font-size: 2rem;
}

.navbar-custom
    button[aria-expanded="false"]
    .navbar-toggler-awesome.fas.fa-times {
    display: none;
}

.navbar-custom
    button[aria-expanded="false"]
    .navbar-toggler-awesome.fas.fa-bars {
    display: inline-block;
}

.navbar-custom
    button[aria-expanded="true"]
    .navbar-toggler-awesome.fas.fa-bars {
    display: none;
}

.navbar-custom
    button[aria-expanded="true"]
    .navbar-toggler-awesome.fas.fa-times {
    display: inline-block;
    margin-right: 0.125rem;
}

/****************0305**********************/

@media (min-width: 320px) {
}

@media (min-width: 768px) {
    .navbar-custom .navbar-brand.logo-text {
        color: #fff;
    }
    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 0.825rem;
    }
    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link.active {
        color: #f00;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.7);
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #fff;
    }
    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #fff;
    }
    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
    .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
        color: #f00;
    }
    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid rgba(0, 0, 0, 0);
        border-radius: 0.25rem;
        box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    }
    .navbar-custom.top-nav-collapse .dropdown-menu {
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }
    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 1.1rem;
    }
    .navbar-custom.top-nav-collapse {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

/*********************************************/

/*********************/
/*    04. Header     */
/*********************/
#mv {
    width: 100%;
    /****** 高改 1000 *******/
    max-height: 1000px;
    height: 100vh;
    overflow-y: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /***kk***/
    text-align: center;
}

.mv_text {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    /*padding-top: 150px;*/
}

.mv_text h1 {
    color: #fff;
    font: bold italic 4rem/1.2 "Arial", "Montserrat", "Noto Sans TC",
        "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    padding-left: 1.5rem;
}

/***kk*** Download ***/

.mv_text h1 span {
    /*color: #ff0000*/
    color: #d00000;
}

.mv_text p {
    color: #fff;
    font: italic 1.3rem/1.5 "Arial", "Montserrat", "Noto Sans TC",
        "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 2px;
    padding: 0 1.5rem;
}

.mv_text a {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: 0.8rem 1.8rem;
    font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    text-decoration: none;
    box-shadow: 3px 3px 5px #000;
    transition: all 0.5s;
    /*margin-left: 1.5rem;*/
}

.mv_text a:hover {
    background-color: #000000;
    color: #000000;
    text-decoration: none;
}

.header {
    width: 100%;
    max-height: 900px;
    height: 100vh;
    overflow-y: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /***kk***/
    text-align: center;
}

.header_text {
    position: absolute;
    z-index: 10;
}

.header_text h1 {
    color: #fff;
    font: bold italic 4rem/1.2 "Arial", "Montserrat", "Noto Sans TC",
        "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    padding-left: 1.5rem;
}

/***kk*** Download ***/

.header_text h1 span {
    /*color: #ff0000*/
    color: #d00000;
}

.header_text p {
    color: #fff;
    font: italic 1.3rem/1.5 "Arial", "Montserrat", "Noto Sans TC",
        "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 2px;
    padding: 0 1.5rem;
}

.header_text a {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: 0.8rem 1.8rem;
    font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC",
        sans-serif;
    text-decoration: none;
    box-shadow: 3px 3px 5px #000;
    transition: all 0.5s;
    margin-left: 1.5rem;
}

.header_text a:hover {
    background-color: #000000;
    color: #000000;
    text-decoration: none;
}

/***kk***影片調暗***/

@media (min-width: 320px) {
    .brightness-m {
        -webkit-filter: brightness(0.36);
    }
}

@media (min-width: 768px) {
    .brightness {
        -webkit-filter: brightness(0.36);
    }
}

@media (min-width: 1200px) {
    .brightness {
        -webkit-filter: brightness(0.36);
    }

    .mv_text {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        width: 70%;
        /*padding-top: 150px;*/
    }
}

@media (min-width: 1600px) {
    .brightness {
        -webkit-filter: brightness(0.36);
    }
}

/**** PC ***/
#KV_video {
    width: 100%;
    display: none;
    z-index: 1;
    margin-top: 30px;
}

/***************** KV 分左右距離上方  *************************/

.header {
    /*margin-top: 0.2rem;*/
    /* margin-top: 1rem; */
    margin-bottom: -1rem;
    /*background: url('../images/header-background.jpg') center center no-repeat;*/
    /***background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4)), url('../images/header-background.jpg') center center no-repeat;**********/
    /*********background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url('../images/header-background.jpg') center center no-repeat;***********/
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
}

/***************** KV 分左右距離上方  *************************/

.header .header-content,
.mv .header-content {
    padding-top: 5.5rem;
    /***padding-bottom: 2.125rem;***/
    margin-top: auto;
    text-align: center;
}

.header h1,
.mv h1 {
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.header h1 img,
.mv h1 img {
    margin: 0 auto;
}

.header .p-large,
.mv .p-large {
    margin-bottom: 2rem;
    color: #626262;
}

.header .btn-solid-lg,
.mv .btn-solid-lg {
    margin-right: 0.5rem;
    margin-bottom: 0rem;
}

/******************** 1337 LOGO *******************/
/**kk***/
/****mobile***/

@media (min-width: 320px) {
    .mv_text .pic_1337logo img {
        margin-top: 2vw;
        margin-bottom: 12vw;
        width: 80vw;
    }
}

/****PAD***/

@media (min-width: 768px) {
    .mv_text .pic_1337logo img {
        margin-top: 2vw;
        margin-bottom: 2vw;
        width: 70vw;
        padding: 5vw 0vw 5vw 14vw;
    }
}

/***NB***/

@media (min-width: 1200px) {
    .mv_text .pic_1337logo img {
        margin-top: 1vh;
        margin-bottom: 0vw;
        width: 23vw;
        padding: 0vw 1vw 4vw 4vw;
    }
}

/**** PC ***/

@media (min-width: 1600px) {
    .mv_text .pic_1337logo img {
        margin-top: 0vh;
        margin-bottom: 0vh;
        width: 21vw;
        padding: 0vw 1vw 10vh 4vw;
    }
}

/******************** END 1337 LOGO *******************/

/***************** basic-A B 圖片 for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/

/*@media(max-width:480px) {
    .basic-4 .col-lg-6 img {
        width: 100%;
        height: auto;
        align-items: center;
    }
}*/

@media (min-width: 320px) {
    .basic-A .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 0px 20px 0px 20px;
    }

    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        letter-spacing: -0.7px;
        line-height: 10px;
        padding: 0vh 0vh 0vh 0vh;
    }

    .basic-B .col-lg-7 img {
        width: 95%;
        height: auto;
        align-items: center;
        padding: 260px 10px 0px 20px;
    }

    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 0px 0px 250px 0px;
        margin-top: -480px;
        margin-bottom: 100px;
    }
}

/***********************************/
@media (min-width: 768px) {
    .basic-A .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 0vh 2vw 6vh 2vw;
    }

    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        letter-spacing: 1px;
        padding: 100px 0px 0px 0px;
    }

    .basic-B .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 200px 50px 50px 50px;
        /***PAD版***/
    }

    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 120px 0px 0px 0px;
        margin-top: -850px;
        /***PAD版***/
        margin-bottom: auto;
        /***PAD版***/
    }
}

@media (min-width: 1200px) {
    .basic-A .col-lg-7 img {
        width: 98%;
        height: auto;
        align-items: center;
        padding: 180px 50px 0px 0px;
    }

    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 100px 0px 0px 100px;
    }

    .basic-B .col-lg-7 img {
        width: 90%;
        height: auto;
        align-items: center;
        padding: 200px 0px 0px 100px;
    }

    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 120px 50px 0px 0px;
        margin-top: 30px;
        /***NB版***/
        margin-bottom: auto;
        /***NB版***/
    }
}

@media (min-width: 1600px) {
    .basic-A .col-lg-7 img {
        width: 98%;
        height: auto;
        align-items: center;
        padding: 180px 100px 0px 0px;
    }

    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 180px 0px 0px 200px;
    }

    .basic-B .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 200px 20px 0px 150px;
    }

    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 150px 100px 0px 0px;
        margin-top: 50px;
        /***PC版***/
        margin-bottom: auto;
        /***PC版***/
    }
}

/*****************END //////////////// basic-A B  圖片 for 各裝置 *************************/
/*********** PAD **********/
@media (min-width: 760px) {
    .navbar-custom .navbar-brand.logo-text {
        color: #fff;
    }

    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 0.825rem;
    }

    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link.active {
        color: #f00;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.7);
    }

    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
    .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
        color: #f00;
    }

    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid rgba(0, 0, 0, 0);
        border-radius: 0.25rem;
        box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    }

    .navbar-custom.top-nav-collapse .dropdown-menu {
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }

    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }
}

.mv_text {
    position: absolute;
    z-index: 10;
}

.mv_text h1 {
    color: #ffffff;
    font: bold italic 12vw/8vh "Arial", "Montserrat", "Noto Sans TC",
        "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    padding: 0vw 5vw 0vw 10vw;
}

.mv_text h1 span {
    color: #ff0000;
}

.mv_text p {
    color: #ffffff;
    font: italic 1.6rem/1.5 "Arial", "Montserrat", "Noto Sans TC",
        "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 2px;
}
/*
.mv_text a {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: .8rem 1.8rem;
    font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    text-decoration: none;
    box-shadow: 3px 3px 5px #000;
    transition: all .5s;
}
*/

.mv_text a:hover {
    background-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
}
/*--------------------- Pad --------------------------*/
@media (min-width: 768px) {
    .header,
    .mv {
        width: 100%;
        height: unset;
        max-height: 900px;
        overflow-y: hidden;
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_text,
    .mv_text {
        position: absolute;
        z-index: 10;
    }

    .header_text h1,
    .mv_text h1 {
        color: #ffffff;
        font: bold italic 12vw/9vh "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        padding: 5vw 5vw 5vw 10vw;
    }

    .header_text h1 span,
    .mv_text h1 span {
        color: #ff0000;
    }

    .header_text p,
    .mv_text p {
        color: #ffffff;
        font: italic 1.6rem/1.5 "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        letter-spacing: 2px;
    }

    .header_text a,
    .mv_text a {
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: 0.8rem 1.8rem;
        font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-decoration: none;
        box-shadow: 3px 3px 5px #000;
        transition: all 0.5s;
    }

    .header_text a:hover,
    .mv_text a:hover {
        background-color: #ffffff;
        color: #ffffff;
        text-decoration: none;
    }

    #KV_video {
        width: 100%;
        display: block;
        overflow-x: hidden;
    }

    #KV_video_m {
        width: 100%;
        display: none;
        overflow-x: hidden;
    }
}

/*--------------------- NB --------------------------*/
@media (min-width: 1200px) {
    .header,
    .mv {
        width: 100%;
        height: unset;
        max-height: 900px;
        overflow-y: hidden;
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_text,
    .mv_text {
        position: absolute;
        z-index: 10;
        padding: 0vw 0vw 10vw 0vw;
    }

    .header_text h1,
    .mv_text h1 {
        color: #ffffff;
        font: bold italic 5.2vw/3vh "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        padding: 20vw 0vw 3vw 0vw;
    }

    .header_text h1 span,
    .mv_text h1 span {
        color: #ff0000;
    }

    .header_text p,
    .mv_text p {
        color: #ffffff;
        font: italic 1.6rem/1.5 "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        letter-spacing: 2px;
    }

    .header_text a,
    .mv_text a {
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: 0.8rem 1.8rem;
        font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-decoration: none;
        box-shadow: 3px 3px 5px #000;
        transition: all 0.5s;
    }

    .header_text a:hover,
    .mv_text a:hover {
        background-color: #ffffff;
        color: #ffffff;
        text-decoration: none;
    }

    #KV_video {
        width: 100%;
        display: block;
        overflow-x: hidden;
    }

    #KV_video_m {
        width: 100%;
        display: none;
        overflow-x: hidden;
    }
}
/*------------------------ PC -------------------*/
@media (min-width: 1600px) {
    .mv {
        width: 100%;
        height: unset;
        max-height: 900px;
        overflow-y: hidden;
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mv_text {
        position: absolute;
        z-index: 10;
        padding: 0vh 0vh 10vh 0vh;
        margin-top: 10vh;
    }

    .mv_text h1 {
        color: #ffffff;
        font: bold italic 3.3vw/0.2vh "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        padding: 0vw 0vw 3vw 0vw;
    }

    .mv_text h1 span {
        color: #ff0000;
    }

    .mv_text p {
        color: #ffffff;
        font: italic 1.6rem/1.5 "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        letter-spacing: 2px;
    }

    .mv_text a {
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: 0.8rem 1.8rem;
        font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC",
            "Noto Sans SC", sans-serif;
        text-decoration: none;
        box-shadow: 3px 3px 5px #000;
        transition: all 0.5s;
    }

    .mv_text a:hover {
        background-color: #ffffff;
        color: #ffffff;
        text-decoration: none;
    }

    #KV_video {
        width: 100%;
        display: block;
        overflow-x: hidden;
    }

    #KV_video_m {
        width: 100%;
        display: none;
        overflow-x: hidden;
    }
}

/*////////////////////////////// kk2 內文主標 + 內文  ////////////////////////////////////*/

@media (min-width: 320px) {
    .text-container {
        width: 100%;
        margin: 0;
    }

    .text-container h1 {
        color: #ffffff;
        text-align: center;
        font-size: 8.4vw;
        /***kk2_0327***/
        padding: 10vh 0vh 0vh 0vh;
        /*padding: 15vh 0 0 0;*/
    }

    /*//////// 第3主標大小  ///////*/

    .text-container h3 {
        color: #fff;
        text-align: center;
        font-size: 8.2vw;
        /***kk2_0327***/
        padding: 0vh 0 0 0;
        /*padding: 0;*/
    }

    .text-container p {
        font-size: 4.8vw;
        margin-top: 2vh;
        padding: 0vh 10vw 0vh 10vw;
        text-align: center;
    }

    .text-container img {
        margin-top: 2vw;
        margin-bottom: 6vw;
        width: 360vw;
    }
}

/***************************/
@media (min-width: 728px) {
    .text-container {
        width: 100%;
        margin: 0;
    }

    .text-container h1 {
        color: #ffffff;
        text-align: center;
        font-size: 6vw;
        /***kk2_0327***/
        padding: 7vh 0 0 0;
        /*padding: 15vh 0 0 0;*/
    }

    /*//////// 第3主標大小  ///////*/

    .text-container h3 {
        color: #fff;
        text-align: center;
        font-size: 8.2vw;
        /***kk2_0327***/
        padding: 0vh 0 0 0;
        /*padding: 0;*/
    }

    .text-container p {
        font-size: 3.8vw;
        /*margin-top: 2vh;*/
        text-align: center;
        letter-spacing: 0.01vw;
        padding: 1vh 2vh 0vh 2vh;
    }
}

/***************************/
@media (min-width: 1200px) {
    .text-container {
        width: 100%;
        margin: 0;
    }

    .text-container h1 {
        color: #ffffff;
        text-align: center;
        font-size: 2.4vw;
        /***kk2_0327***/
        padding: 12vh 0 0 0;
        /*padding: 15vh 0 0 0;*/
    }

    /*//////// 第3主標大小  ///////*/
    .text-container h3 {
        color: #fff;
        text-align: center;
        font-size: 2.4vw;
        /***kk2_0327***/
        padding: 18vh 0 0 0;
        /*padding: 0;*/
    }
    .text-container p {
        font-size: 1.5vw;
        margin-top: 2vh;
        text-align: center;
    }
}
@media (min-width: 1600px) {
    .text-container {
        width: 100%;
        margin: 0;
    }

    .text-container h1 {
        color: #fff;
        text-align: center;
        font-size: 2.4vw;
        /***kk2_0327***/
        padding: 20vh 0 0 0;
        /*padding: 0;*/
    }

    /*//////// 第2主標大小  ///////*/
    .text-container h2 {
        color: #fff;
        text-align: center;
        font-size: 2.4vw;
        /***kk2_0327***/
        padding: 12vh 0 0 0;
        /*padding: 0;*/
    }

    /*//////// 第3主標大小  ///////*/
    .text-container h3 {
        color: #fff;
        text-align: center;
        font-size: 2.4vw;
        /***kk2_0327***/
        padding: 2vh 0 0 0;
        /*padding: 0;*/
    }

    .text-container p {
        font-size: 1.2vw;
        color: #6f6f6f;
        text-align: center;
        /*margin-top: 3vh;*/
    }
}
/*--------------------------------------*/

/*--------------------------------------*/
@media (min-width: 320px) {
    .second_section {
        width: 100%;
        margin: 0;
        padding: 100px 0;
        box-sizing: border-box;
    }

    .second_section h1 {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        line-height: 1.2;
    }

    .second_section h3 {
        font-size: 1.3rem;
        padding: 0 1rem;
        margin-top: 30px;
        color: #6f6f6f;
        text-align: center;
        font-weight: normal;
    }

    .second_section .tips_1,
    .second_section .tips_2 {
        text-align: center;
        vertical-align: top;
        margin-top: 20px;
        /*** 圖片距上方***/
    }

    .second_section .tips_1 h4 {
        font-size: 30px;
        margin-bottom: 0px;
        color: #fff;
        text-align: center;
        /* line-height: 60px */
        padding-top: 0px;
    }

    .second_section .tips_2 h4 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 0px;
        /* margin: -34px; */
        /* margin-bottom: 60px; */
        color: #fff;
        text-align: center;
        /*line-height: 1.2;*/
        padding-top: 0px;
    }

    .second_section .tips_1 p,
    .second_section .tips_2 p {
        font-size: 18px;
        color: #fff;
        /*line-height: 25px;*/
        text-align: center;
        letter-spacing: 1px;
        padding-top: 10px;
    }
}
/**********************************/
@media (min-width: 768px) {
    .second_section {
        padding: 200px 0;
    }

    .second_section h1 {
        font-size: 42px;
    }

    .second_section h3 {
        font-size: 23px;
        margin-top: 30px;
    }

    .second_section .tips_1 p {
        font-size: 2.5vw;
        color: #fff;
        line-height: 3vh;
        text-align: center;
        letter-spacing: 0.01vw;
        padding-top: 3vh;
    }

    .second_section .tips_1 {
        text-align: center;
        vertical-align: top;
        margin-top: 20px;
        /*** 圖片距上方***/
    }

    .second_section .tips_2 {
        text-align: center;
        vertical-align: top;
        margin-top: 20px;
        /*** 圖片距上方***/
    }

    .second_section .tips_1 h4 {
        font-size: 3.2vw;
        margin-bottom: 0px;
        color: #fff;
        text-align: center;
        /* line-height: 60px */
        padding-top: 0px;
    }

    .second_section .tips_2 h4 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 0px;
        /* margin: -34px; */
        /* margin-bottom: 60px; */
        color: #fff;
        text-align: center;
        /*line-height: 1.2;*/
        padding-top: 0px;
    }
}

/**********************************/
@media (min-width: 1200px) {
    .second_section {
        padding: 200px 0;
    }

    .second_section h1 {
        font-size: 42px;
    }

    .second_section h3 {
        font-size: 23px;
        margin-top: 30px;
    }
    .second_section .tips_1 p {
        font-size: 1.2vw;
        line-height: 2.6vh;
        color: #fff;
        text-align: center;
        letter-spacing: 1px;
        padding-top: 3vh;
    }

    .second_section .tips_1 {
        text-align: center;
        vertical-align: top;
        margin-top: 20px;
        /*** 圖片距上方***/
    }

    .second_section .tips_2 {
        text-align: center;
        vertical-align: top;
        margin-top: 20px;
        /*** 圖片距上方***/
    }

    .second_section .tips_1 h4 {
        font-size: 2.2vw;
        margin-bottom: 0px;
        color: #fff;
        text-align: center;
        padding-top: 0px;
    }

    .second_section .tips_2 h4 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 0px;
        /* margin: -34px; */
        /* margin-bottom: 60px; */
        color: #fff;
        text-align: center;
        /*line-height: 1.2;*/
        padding-top: 0px;
    }
}

/**********************************/
@media (min-width: 1600px) {
    .second_section .tips_1 h4 {
        font-size: 30px;
        color: #fff;
        text-align: center;
        /* line-height: 60px */
        padding-top: 0px;
        margin-top: 50px;
        /*txt 距上icon距離*/
        margin-bottom: 30px;
    }

    .second_section .tips_2 h4 {
        font-size: 30vw;
        margin-top: 10px;
        /* margin: -34px; */
        /* margin-bottom: 60px; */
        color: #fff;
        text-align: center;
        line-height: 35px;
        padding-top: 0px;
        margin-top: 40px;
        /*txt 距上icon距離*/
        margin-bottom: 20px;
    }
    .second_section .tips_1 p {
        font-size: 1vw;
        color: #fff;
        /*line-height: 25px;*/
        text-align: center;
        letter-spacing: 0.01vw;
        padding-top: 3vh;
    }

    .second_section .tips_2 {
        text-align: center;
        vertical-align: top;
        margin-top: 30px;
        /*** 圖片距上方***/
    }

    .second_section .tips_1 h4 {
        font-size: 1.8vw;
        margin-bottom: 0px;
        color: #fff;
        text-align: center;
        /* line-height: 60px */
        padding-top: 0px;
    }

    .second_section .tips_2 h4 {
        font-size: 30px;
        /*margin-top: 10px;*/
        margin-bottom: 0px;
        /* margin: -34px; */
        /* margin-bottom: 60px; */
        color: #fff;
        text-align: center;
        /*line-height: 1.2;*/
        padding-top: 0px;
    }
}

/***************** K22  *********************/
.k22 {
    padding: 0px 60px;
    align-items: center;
    width: 80%;
}

@media (min-width: 320px) {
    .k22 {
        padding: 10px 0px 10px 10px;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .k22 {
        padding: 0px 60px;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .k22 {
        padding: 0px 60px;
        align-items: center;
        width: 100%;
    }
}
@media (min-width: 1600px) {
    .k22 {
        padding: 0px 60px;
        width: 100%;
    }
}

/*-----------------------------------*/
.pd_item {
    padding: 0vw 12vw 0vw 12vw;
    box-sizing: border-box;
}

.pd_item a {
    display: block;
    border: 2px solid #707070;
    text-decoration: none;
    transition: 0.5s;
    padding: 10px;
    box-sizing: border-box;
}

.pd_item a:hover {
    background-color: #d00000;
}

.pd_item a img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.pd_item a:hover img {
    transform: translateY(-3%);
}

.pd_item a h3 {
    color: #fff;
    margin: 0 0 3rem;
    text-align: center;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .pd_item {
        padding: 15vw;
        box-sizing: border-box;
    }

    .pd_item a {
        display: block;
        border: 2px solid #707070;
        text-decoration: none;
        transition: 0.5s;
        padding: 10px;
        box-sizing: border-box;
    }

    .pd_item a:hover {
        background-color: #d00000;
    }

    .pd_item a img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }

    .pd_item a:hover img {
        transform: translateY(-3%);
    }
    .pd_item a h3 {
        margin: 0vh 0vh 3vh 0vh;
        font-size: 3.6vw;
        letter-spacing: 0.01vw;
        font-weight: 300;
    }
}

@media (min-width: 1200px) {
    .pd_item {
        padding: 2vw;
        box-sizing: border-box;
    }

    .pd_item a {
        display: block;
        border: 2px solid #707070;
        text-decoration: none;
        transition: 0.5s;
        padding: 10px;
        box-sizing: border-box;
    }

    .pd_item a:hover {
        background-color: #d00000;
    }

    .pd_item a img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }

    .pd_item a:hover img {
        transform: translateY(-3%);
    }

    .pd_item a h3 {
        margin: 0vh 0vh 3vh 0vh;
        font-size: 1vw;
        letter-spacing: 0.01vw;
        font-weight: 300;
    }
}

@media (min-width: 1600px) {
    .pd_item {
        padding: 2vw;
        box-sizing: border-box;
    }

    .pd_item a {
        display: block;
        border: 2px solid #707070;
        text-decoration: none;
        transition: 0.5s;
        padding: 10px;
        box-sizing: border-box;
    }

    .pd_item a:hover {
        background-color: #d00000;
    }

    .pd_item a img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }

    .pd_item a:hover img {
        transform: translateY(-3%);
    }

    .pd_item a h3 {
        margin: 0vh 0vh 3vh 0vh;
        font-size: 1vw;
        letter-spacing: 0.01vw;
        font-weight: 300;
    }
}

/**********************************/

/*     05. Intro  KOL 人物     */

/*********************************/
.basic-1 {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
}

.basic-1 .text-container {
    margin-bottom: 3rem;
}

.basic-1 .section-title {
    margin-bottom: 0.5rem;
}

.basic-1 h2 {
    margin-bottom: 1.375rem;
}

.basic-1 .testimonial-author {
    color: #484a46;
}

/* Hover Animation */
.basic-1 .image-container {
    overflow: hidden;
    border-radius: 0.25rem;
}

.basic-1 .image-container img {
    margin: 0;
    border-radius: 0.25rem;
    transition: all 0.3s;
}

.basic-1 .image-container:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* end of hover animation */

/***************************/

/*     06. Description     */

/***************************/
.cards-1 {
    padding-top: 3rem;
    padding-bottom: 2.875rem;
}

.cards-1 .card {
    margin-bottom: 2.5rem;
    border: none;
    text-align: center;
}

.cards-1 .fa-stack {
    width: 6rem;
    height: 6rem;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    line-height: 6rem;
    text-align: left;
}

.cards-1 .fa-stack .hexagon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: url("../images/hexagon-green.svg") center center no-repeat;
    background-size: 6rem 6rem;
}

.cards-1 .fa-stack-1x {
    color: #ffffff;
    font-size: 2rem;
}

.cards-1 .card-body {
    padding: 0;
}

.cards-1 .card-title {
    margin-bottom: 0.5rem;
    /********** margin-bottom: 0.625rem; ****************/
}

.txt-award {
    margin-top: -30px;
    padding: 0px 0 0 0;
    font-size: 1.5rem;
    color: #f30575;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.txt-award2 {
    margin-top: -25px;
    padding: 0px 0 0 0;
    font-size: 1.5rem;
    color: #f30575;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.txt-award a,
.txt-award2 a {
    color: #f30575;
    text-decoration: none;
}

/************************/

/*     07. Services     */

/************************/

/**************************▊ card-k ***********************************/
.cards-2 .title {
    margin-top: -1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.cards-2 .txt {
    padding-bottom: 3.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff0e71;
    text-align: center;
}

.cards-2 .t2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff0e71;
    text-align: center;
}

.cards-2 .btn-solid-reg:hover {
    background-color: #ffffff;
}

.cards-2 .section-title {
    margin-bottom: 0.5rem;
    text-align: center;
}

/*************************** ▊▊▊ BTN 按鈕邊距 ***********************************************/
.btn-solid-reg2 {
    display: inline-block;
    padding: 0.5rem 2rem 0.8rem 2rem;
    border: 0.125rem solid #ea0a2a;
    /*********** 導圓角按鈕弧度**********/

    border-radius: 0rem;
    background-color: #ea0a2a;
    color: #fff;
    font: 800 1.2rem/0, "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    /****** font: 700 0.75rem/0 "Montserrat", sans-serif;********/

    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg2:hover {
    background-color: transparent;
    color: #ea0a2a;
    text-decoration: none;
}

.btn-solid-001 {
    display: inline-block;
    padding: 0.8rem 1rem 0.8rem 1rem;
    border: 0.125rem solid #ea0a2a;
    /*********** 導圓角按鈕弧度**********/

    border-radius: 0rem;
    /*border-radius: 0.25rem;*/

    background-color: #ea0a2a;
    color: #fff;
    font: 800 1.2rem/0, "Noto Sans", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    /****** font: 700 0.75rem/0 "Montserrat", sans-serif;********/

    text-decoration: none;
    transition: all 0.6s;
}

.btn-solid-001:hover {
    border: 0.125rem solid #ea0a2a;
    background-color: rgba(90, 4, 4, 0.5);
    color: #fff;
    text-decoration: none;
}

.btn-solid-lg {
    display: inline-block;
    /*************************** ▊▊▊ Join Now 按鈕邊距 ***********************************************/

    padding: 1.5rem 3.125rem 1.5rem 3.125rem;
    /*********** padding: 1.375rem 2.125rem 1.375rem 2.125rem; *************/

    border: 0.125rem solid #14bf98;
    border-radius: 0.25rem;
    background-color: #14bf98;
    color: #fff;
    /*************************** ▊▊▊ Join Now 字大小 ***********************************************/

    font: 700 1.8rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    /****** font: 700 0.75rem/0 "Montserrat", sans-serif;*******/

    text-decoration: none;
    transition: all 0.5s;
}

.btn-solid-lg:hover {
    background-color: #f42f79;
    border: 0.125rem solid #f42f79;
    /*****  background-color: transparent; *****/

    color: #fff;
    /****** color: #14bf98; *****/

    text-decoration: none;
}

.btn-outline-reg {
    display: inline-block;
    padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
    border: 0.125rem solid #787976;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/

    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.375rem 2.125rem 1.375rem 2.125rem;
    border: 0.125rem solid #787976;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/

    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.625rem 0.9375rem 1.625rem;
    border: 0.125rem solid #787976;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/

    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-sm:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}

/******************************** KOL 人物區大標題    *******************************/
.cards-2 h2 {
    margin-bottom: 5.25rem;
    text-align: center;
}

.cards-2 .card {
    margin-bottom: 5rem;
    border: none;
    /*background-color: transparent;*/

    background-color: #ffffff;
}

.cards-2 .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.cards-2 .card-body {
    padding: 2.25rem 2rem 2.125rem 2rem;
    /***border: 0px solid #ebe8e8; /********************** ▊原贈品邊框 / 連帶人物  ***********************************/

    border: 0px solid #ebe8e8;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: transparent;
}

/**********************  區域 only *************************/
.cards-2 h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.cards-2 .list-unstyled {
    margin-bottom: 1.5rem;
}

.cards-2 .list-unstyled .fas {
    color: #14bf98;
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.cards-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.cards-2 .price {
    margin-bottom: 0.25rem;
    color: #484a46;
    font: 700 1rem/1.5rem "Montserrat", sans-serif;
    text-align: center;
}

.cards-2 .price span {
    color: #14bf98;
}

.cards-2 .button-container-01 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /***************************** 贈品向上距離 ************************************/

    text-align: center;
}

.cards-2 .button-container {
    margin-top: -5rem;
    margin-bottom: 2rem;
    /***************************** 贈品向上距離 ************************************/

    text-align: center;
}

/********************/

/*     14. Team     */

/********************/

/*********************/

/*     15. About     */

/*********************/

/***********************/

/*     16. Contact     */

/***********************/

/**********************/

/*     17. Footer     */

/**********************/
.footer {
    padding-top: 5rem;
    background-color: #67edc8;
}

.footer .text-container {
    margin-bottom: 2.25rem;
}

.footer h4 {
    margin-bottom: 0.75rem;
    color: #fff;
}

.footer p,
.footer ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #ffffff;
}

/*************************/

/*     18. Copyright     */

/*************************/
.copyright {
    padding: 0rem 0rem 0rem 0rem;
    text-align: center;
    background-color: #ea0029;
    color: #000000;
}

.copyright p,
.copyright a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

@media (min-width: 320px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/**********************************/

/*     19. Back To Top Button     */

/**********************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.75rem;
    bottom: 0.75rem;
    display: none;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.875rem;
    background: #c90f26 url("../images/up-arrow.png") no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}

a:hover.back-to-top {
    background-color: #920616;
}

/***************************/

/*     20. Extra Pages     */

/***************************/
.ex-header {
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #153e52;
    text-align: center;
}

.ex-header h1 {
    color: #fff;
}

.ex-basic-1 {
    padding-top: 2rem;
    padding-bottom: 0.875rem;
    background-color: #fbfbfb;
}

.ex-basic-1 .breadcrumbs {
    margin-bottom: 1rem;
}

.ex-basic-1 .breadcrumbs .fa {
    margin-right: 0.5rem;
    margin-left: 0.625rem;
}

.ex-basic-2 {
    padding-top: 4.75rem;
    padding-bottom: 4rem;
}

.ex-basic-2 h3 {
    margin-bottom: 1rem;
}

.ex-basic-2 .text-container {
    margin-bottom: 3.625rem;
}

.ex-basic-2 .text-container.last {
    margin-bottom: 0;
}

.ex-basic-2 .list-unstyled .fas {
    color: #14bf98;
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.ex-basic-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.ex-basic-2 .form-container {
    margin-top: 2.5rem;
}

.ex-basic-2 .btn-outline-reg {
    margin-top: 1.75rem;
}

/*****************************/

/*     21. Media Queries     */

/*****************************/
@media (min-width: 280px) {
    .show_pc {
        display: none;
    }

    .show_mobile {
        display: block;
    }
}

@media (min-width: 320px) {
    .show_pc {
        display: none;
    }

    .show_mobile {
        display: block;
    }
}

@media (min-width: 540px) {
    .show_pc {
        display: block;
    }

    .show_mobile {
        display: none;
    }
}

/* Min-width width 768px */

/************************ 768 ********************************/
@media (min-width: 768px) {
    /* General Styles */

    .show_pc {
        display: block;
    }

    .show_mobile {
        display: none;
    }

    .p-heading {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of general styles */
    /* Navigation *******/

    .navbar-custom {
        padding: 0.5rem 1.5rem 0.5rem 2rem;
        box-shadow: none;
        /*background: transparent;*/
    }

    .navbar-custom .navbar-brand.logo-text {
        color: #000000;
    }

    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        /**** ▊ ***/
        font-size: 0.825rem;
        /********************** ▊ 適用 iPad & iPad Pro  ************************************/
    }

    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link.active {
        color: #ea0a2a;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.8);
    }

    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #ea0a2a;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #000000;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover {
        color: #ea0a2a;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
        color: #000000;
    }

    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid rgba(0, 0, 0, 0);
        border-radius: 0.25rem;
        box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    }

    .navbar-custom.top-nav-collapse .dropdown-menu {
        text-align: left;
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }

    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }

    /* end of navigation */
    /* Header */

    .header .header-content {
        /***padding-top: 13rem;***/
        /***padding-bottom: 7.5rem;***/
    }

    /*.header h1 {
        font: 700 3.5rem/4rem "Montserrat", sans-serif;
    }*/
    /* end of header */
    /* Details 1 */

    .accordion .accordion-container {
        max-width: 70%;
    }

    /* end of details 1 */
    /* Details 2 */

    .tabs .tabs-container {
        max-width: 70%;
    }

    .tabs #tab-2 .list-unstyled {
        display: inline-block;
        width: 45%;
        margin-top: 0;
    }

    .tabs #tab-2 .list-unstyled.first {
        margin-right: 2rem;
    }

    /* end of details 2 */
    /* Testimonials */

    .slider .swiper-button-prev {
        left: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }

    .slider .swiper-button-next {
        right: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }

    /* end of testimonials */
    /* Projects */

    .filter .element-item {
        width: 25%;
    }

    .filter .element-item .element-item-overlay {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .filter .element-item:hover .element-item-overlay {
        opacity: 1;
    }

    /* end of projects */
    /* About */

    .counter #counter {
        text-align: left;
    }

    .counter #counter .cell {
    }

    /* end of about */
    /* Contact */

    .form-2 .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }

    .form-2 .list-unstyled .address {
        display: block;
    }

    /* end of contact */
    /* Extra Pages */

    .ex-header {
        padding-top: 11rem;
        padding-bottom: 9rem;
    }

    .ex-basic-2 .form-container {
        margin-top: 0.5rem;
    }

    /* end of extra pages */
}

/* end of min-width width 768px */
@media (min-width: 1000px) {
    .show_pc {
        display: block;
    }

    .show_mobile {
        display: none;
    }
}

/* Min-width width 992px */

/************************* 992 **********************/
@media (min-width: 992px) {
    /* General Styles */
    .show_pc {
        display: block;
    }
    .show_mobile {
        display: none;
    }
    .p-heading {
        width: 65%;
    }
    /* end of general styles */
    /* Navigation */
    .navbar-custom .social-icons {
        display: block;
        margin-left: 0.5rem;
    }
    .navbar-custom .fa-stack {
        margin-left: 0.375rem;
        font-size: 0.8125rem;
    }
    .navbar-custom .fa-stack .hexagon {
        width: 1.625rem;
        height: 1.625rem;
        position: absolute;
        background: url("../images/hexagon-green.svg") center center no-repeat;
        background-size: 1.625rem 1.625rem;
        transition: all 0.2s ease;
    }
    .navbar-custom .fa-stack:hover .hexagon {
        background: url("../images/hexagon-white.svg") center center no-repeat;
        background-size: 1.625rem 1.625rem;
    }
    .navbar-custom .fa-stack-1x {
        font-size: 0.6875rem;
        line-height: 1.625rem;
        color: #eeeeee;
        transition: all 0.2s ease;
    }
    .navbar-custom .fa-stack:hover .fa-stack-1x {
        color: #14bf98;
    }
    /* end of navigation */
    /***************************** 1020 bg*****************************************/
    #services {
        background: url("../images/bg_01.jpg") top center no-repeat;
        /**background-size: 100% auto;***/
        /*min-height: 5300px;*/
        min-height: auto;
    }
    /******************* bom 距離 ***********************/
    #contact {
        background: url("../images/bg_02.jpg") top center no-repeat;
        background-size: cover;
        min-height: 1180px;
    }
    /* Header */
    .header .header-content {
        /***padding-top: 14rem;***/
        /***padding-bottom: 15rem;***/
    }
    .header .text-container {
        margin-top: 6.5rem;
    }
    /* end of header */
    /* Intro */
    .basic-1 {
        padding-top: 0rem;
        /*********** 距離上方 **********/
    }
    .basic-1 .text-container {
        margin-bottom: 0;
    }
    /* end of intro */
    /* Description */
    .cards-1 .card {
        display: inline-block;
        max-width: 17.5rem;
        text-align: left;
        vertical-align: top;
    }
    .cards-1 div.card:nth-child(3n + 2) {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }
    /* end of description */
    /* Services */
    .cards-2 .card {
        max-width: 18.25rem;
        display: inline-block;
        vertical-align: top;
    }
    .cards-2 .col-lg-12 div.card:nth-child(3n + 2) {
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
    /* end of services */
    /* Details 1 */
    .accordion {
        height: 34.625rem;
    }
    .accordion .area-1 {
        width: 50%;
        height: 100%;
        display: inline-block;
    }
    .accordion .area-2 {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .accordion .accordion-container {
        max-width: 88%;
        margin-left: 2rem;
        padding-bottom: 0;
    }
    .accordion .accordion-title {
        width: 85%;
    }
    /* end of details 1 */
    /* Details 2 */
    .tabs {
        height: 36.125rem;
    }
    .tabs .area-1 {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .tabs .area-2 {
        width: 50%;
        height: 100%;
        display: inline-block;
    }
    .tabs .tabs-container {
        max-width: 88%;
        margin-left: 2rem;
        padding-top: 6.75rem;
        padding-bottom: 0;
    }
    .tabs .nav-tabs {
        justify-content: flex-start;
    }
    /* end of details 2 */
    /* Call Me */
    .form-1 {
        padding-top: 0rem;
    }
    .form-1 .text-container {
        /*** margin-bottom: 3rem; ***/
        margin-bottom: auto;
    }
    /* end of call me */
    /* Project Lightboxes */
    .lightbox-basic img {
        margin-bottom: 0;
    }
    .lightbox-basic h3 {
        margin-top: 0.375rem;
    }
    .lightbox-basic .btn-solid-reg,
    .lightbox-basic .btn-outline-reg {
        margin-bottom: 0;
    }
    /* end of project lightboxes */
    /* Team */
    .basic-2 .team-member {
        width: 12.75rem;
        max-width: 100%;
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }
    /* end of team */
    /* About */
    .counter .image-container {
        margin-bottom: 0;
    }
    /* end of about */
    /* Contact */
    .form-2 {
        padding-top: 6.875rem;
    }
    .form-2 .text-container {
        margin-bottom: 0;
    }
    /* end of contact */
    .txt_w {
        color: #fff;
    }
    /* Extra Pages */
    .ex-header h1 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .ex-basic-2 {
        padding-bottom: 5rem;
    }
    /* end of extra pages */
}

/* end of min-width width 992px */

/* Min-width width 1200px */

/********************************************* 1200 *************************************************/
@media (min-width: 1200px) {
    /*****kk*****/
    /* General Styles */
    .show_pc {
        display: block;
    }
    .show_mobile {
        display: none;
    }
    .p-heading {
        width: 55%;
    }
    /* end of general styles */
    /* Navigation */
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 1.1rem;
        /********************** ▊ 新增字級大小適用 iPad +1366筆電   *********************************/
    }
    .navbar-custom.top-nav-collapse {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    /* end of navigation */
    /* Header */
    .header .header-content {
        /***padding-top: 14.75rem;***/
        /***padding-bottom: 17.5rem;***/
    }
    /****************************** Intro KOL 人物標題距離上+右 ******************************************/
    .basic-1 .text-container {
        margin-top: 0rem;
        margin-right: 1rem;
    }
    .cards-1 .card {
        max-width: 21rem;
    }
    .cards-1 div.card:nth-child(3n + 2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }
    .cards-2 .card {
        max-width: 20.875rem;
    }
    .cards-2 .card-body {
        padding: 2.25rem 2.5rem 2.125rem 2.5rem;
    }
    .cards-2 .col-lg-12 div.card:nth-child(3n + 2) {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .accordion .accordion-container {
        max-width: 28rem;
        margin-left: 5rem;
    }
    .tabs .tabs-container {
        max-width: 28rem;
        margin-right: 5rem;
        margin-left: auto;
    }
    .tabs #tab-2 .media-wrapper.first {
        margin-right: 2rem;
    }
    /* Call Me */
    .form-1 .text-container {
        margin-top: 1.375rem;
        margin-right: 1.75rem;
        margin-left: 3rem;
    }
    .form-1 form {
        margin-left: 1.75rem;
        margin-right: 3rem;
    }
    /* Projects */
    .filter .element-item {
        width: 17.3125rem;
        /* to eliminate grid overflow problem on hard refresh */
        height: 16.875rem;
    }
    .filter .element-item .element-item-overlay span {
        top: 45%;
    }
    /* end of projects */
    /* Team */
    .basic-2 .team-member {
        width: 14.375rem;
        margin-right: 1.375rem;
        margin-left: 1.375rem;
    }
    /* end of team */
    /* About */
    .counter {
        padding-bottom: 6.125rem;
    }
    .counter .image-container {
        margin-right: 1.5rem;
    }
    .counter .text-container {
        margin-top: 0.375rem;
        margin-right: 2.5rem;
        margin-left: 2rem;
    }
    /* end of about */
    /* Contact */
    .form-2 .text-container {
        margin-top: 0.875rem;
        margin-right: 1.5rem;
    }
    .form-2 form {
        margin-left: 1.5rem;
    }
    /* end of contact */
    /* Footer */
    .footer .text-container.about {
        margin-right: 5rem;
    }
    /* end of footer */
    .w2 {
        margin-top: 0.875rem;
        margin-left: 1.5rem;
    }
    /* Extra Pages */
    .ex-header h1 {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    .ex-basic-2 .form-container {
        margin-left: 1.75rem;
    }
    /* end of extra pages */
}

/* end of min-width width 1200px */
@media (min-width: 1366px) {
}

/********************************************* 1600 *************************************************/
@media (min-width: 1600px) {
    /* Navigation */
    .show_pc {
        display: block;
    }
    /* .header {
        margin-top: -5rem;
        margin-bottom: -1rem;
        background: url('../images/header-background.jpg') center center no-repeat;
    } */
    .header .header-content {
        margin-top: 6rem;
        text-align: center;
    }
    .header .text-container {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    /*****kk******/
    .navbar-custom {
        text-align: left;
        padding-right: 12rem;
        padding-left: 12rem;
    }

    .navbar-custom.top-nav-collapse {
        padding-right: 12rem;
        padding-left: 12rem;
    }
    .navbar-custom.top-nav-collapse {
        text-align: left;
        padding-right: 12rem;
        padding-left: 12rem;
    }
    /* end of navigation */
}
#ig_walls {
    height: 500px !important;
}
.iconx3 {
    width: 90%;
    margin: 0 auto;
}

.iconx3 .tips_1 {
    text-align: center;
    vertical-align: top;
    margin: 30px 5% 30px 5% !important;
    /*** 圖片距上方***/

    width: 90% !important;
}

.iconx3 .tips_1 img {
    margin: 0 auto;
}

/*Compatible Products > li*/
.nav-pills li {
    height: 0;
}

/****kk 2023 新**************************************************/

.nav-link002-DDR {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link002-DDR:hover {
    border-color: #071fff;
    background-color: #d00000;
}

.nav-link002-DDR.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs .nav-link002-DDR {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link002-DDR:hover {
    border-color: #d00000;
    background-color: #d00000;
}

/******************* kk 2023****************************/

.nav-pills .nav-link002-DDR {
    color: #fff;
    /*background-color: rgba(208, 0, 0, 100);*/
    border-radius: 0px;
    border-color: #d00000;
    border-style: solid;
    margin-right: 20px;
    margin-right: 1vw;
    padding: 0.6vh 0vw 0vh 0vw;
}

.nav-link002-DDR:focus {
    text-decoration: none;
    background-color: #d00000;
}

.nav-tabs .nav-link002-DDR.active,
.nav-tabs .nav-item.show .nav-link002-DDR {
    color: #495057;
    background-color: rgba(208, 0, 0, 100);
}

.nav-pills .nav-link002-DDR.active,
.nav-pills .show > .nav-link002-DDR {
    color: #fff;
    background-color: rgba(208, 0, 0, 100);
    border-radius: 0px;
    border-color: #ea0029;
    border-style: solid;
    margin-right: 1vw;
    padding: 0.6vh 0vw 0vh 0vw;
}

/****kk 2023-04*************************************************/

/****kk** 專門 for mouse keyboard************************************************/

.nav-link002 {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link002:hover {
    border-color: #d00000;
    background-color: #d00000;
}

.nav-link002.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs .nav-link002 {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link002:hover {
    border-color: #d00000;
    background-color: #d00000;
}

/******************* kk ****************************/

.nav-pills .nav-link002 {
    color: #fff;
    /*background-color: rgba(208, 0, 0, 100);*/
    border-radius: 0px;
    border-color: #d00000;
    border-style: solid;
    margin-right: 20px;
    margin-right: 1vw;
    padding: 0.6vh 0vw 0vh 0vw;
}

.nav-link002:focus {
    text-decoration: none;
    background-color: #d00000;
}

.nav-tabs .nav-link002.active,
.nav-tabs .nav-item.show .nav-link002 {
    color: #495057;
    background-color: rgba(208, 0, 0, 100);
}

.nav-pills .nav-link002.active,
.nav-pills .show > .nav-link002 {
    color: #fff;
    background-color: rgba(208, 0, 0, 100);
    border-radius: 0px;
    border-color: #ea0029;
    border-style: solid;
    margin-right: 1vw;
    padding: 0.6vh 0vw 0vh 0vw;
}

@media (min-width: 320px) {
    .mv_text {
        /*position:relative;*/
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding-top: 0px;
    }
    #KV_video_m {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .mv_text {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding-top: 0px;
    }
}
/*
@media (min-width: 1000px) {
    .header_text h1, .mv_text h1 {
        color: #ffffff;
        font: bold italic 5.3vw/5vh "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        padding: 20vw 0vw 3vw 0vw;
    }
    .mv_text .pic_1337logo img {
        margin-top: 2vw;
        margin-bottom: 2vw;
        width: 65vw;
        padding: 5vw 0vw 5vw 0vw;
    }
}
    */
