@charset "UTF-8";
/*-------------------------*/
/* $Font import 
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Roboto:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Univers-Condensed';
    src: url('../../webfonts/Univers-Condensed.woff') format("woff"),
        url('../../webfonts/Univers-Condensed.ttf') format("truetype"),
        url('../../webfonts/Univers-Condensed.woff2') format('woff2'),
        url('../../webfonts/Univers-Condensed.eot') format("embedded-opentype");
}

body {
    font-size: 16px;
    font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft Yahei", "Microsoft Jhenghei", "Roboto", "Roboto Condensed", "Noto Sans JP", "Helvetica Neue", Arial, Helvetica, "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;

    -webkit-font-smoothing: antialiased;
    padding-right: 0 !important;
    overflow-y: scroll !important;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 1rem;
}

h1 {
    font-size: 40px;
    font-size: 10vw;
    line-height: 2.625rem;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    font-size: 7.5vw;
    line-height: 1.75rem;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-size: 6.25vw;
    line-height: 1.5rem;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.375rem;
    margin-bottom: 0;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.375rem;
    margin-bottom: 0;
    font-weight: 600;
}

p,
ul {
    font-size: 16px;
    font-size: 5vw;
    line-height: 1.75rem;
    margin-bottom: 16px;
}

@media(min-width: 321px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
        line-height: 1.875rem;
    }

    p,
    ul {
        font-size: 16px;
    }
}

.ft-SGS {
    text-transform: uppercase;
    font-family: "Univers-Condensed", sans-serif;
}

.ft-en {
    font-family: 'Roboto', sans-serif;
}

.modal-open,
.navbar {
    padding-right: 0 !important;
}


input {
    font: initial;
}

label {
    font-size: 1.4rem;
}

select.form-control,
.select2-container--default .select2-selection--single {
    height: 43px;
}

.footer {
    padding-top: 0;
}

.ft-orange {
    color: #f60;
}

.ft-green {
    color: #71be43;
}

.bg-orange {
    background-color: rgba(255, 102, 0, .05);
}

.inno-idea.row,
.row-clear {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.inno-idea [class*=col-],
.row-clear [class*=col-],
.form-horizontal {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.form-control,
.form-control[readonly] {
    padding: 10px 12px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    height: 42px;
    border-radius: 4px;
    color: #666;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.form-control[readonly] {
    cursor: pointer;
}

.form-control:focus {
    border-color: #ca4300;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    border-color: #ccc;
    background-color: #e6e6e6;
    color: #999;
    cursor: not-allowed;
    opacity: .7;
}

select.form-control,
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    padding: 0 25px 0 12px;
    width: 100%;
    height: 42px;
    background: url("../_images/svg/ic_down.svg") #fff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #666;
    margin: 0px;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    background-color: inherit;
    color: #fefefe;
}

.form textarea {
    resize: none;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
    outline: 0;
    border: 1px solid #e881a7;
}

.form label {
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
}

.form__btn-group {
    margin-top: 32px;
}

.form-horizontal label {
    font-size: 16px;
}

.radio input {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #aaa;
    color: #f00;
}

input[type="submit"] {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
}

input[type="button"] {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
}

/*tip*/
.tip {
    font-size: 14px;
    color: #ef7a70;
}


/* link */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #363636;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    color: #ff6600;
    text-decoration: none;
}

a.agree {
    color: #337ab7;
}

a.agree:hover {
    color: #1e5b91;
}

.btn-orange {
    background-color: #ca4300;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #f4a638;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange:active {
    color: #fff;
    background-color: #f4a638;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outline-orange {
    background-color: #fff;
    color: #ca4300;
    border: 1px solid #ca4300;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-outline-orange:hover,
.btn-outline-orange:focus {
    color: #ca4300;
    border: 1px solid #ca4300;
    background-color: rgba(255, 102, 0, .05);
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outline-orange:active {
    color: #ca4300;
    border: 1px solid #ca4300;
    background-color: rgba(255, 102, 0, .05);
    border-color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outline-blue {
    background-color: #fff;
    color: #48738c;
    border: 1px solid #48738c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-outline-blue:hover,
.btn-outline-blue:focus {
    color: #48738c;
    border: 1px solid #48738c;
    background-color: rgba(0, 113, 187, 0.05);
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outline-blue:active {
    color: #48738c;
    border: 1px solid #48738c;
    background-color: rgba(0, 113, 187, 0.05);
    border-color: #48738c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del {
    background-color: #e7511e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-del:hover,
.btn-del:focus {
    color: #fff;
    background-color: #e7511e;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del:active {
    color: #fff;
    background-color: #e7511e;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-hov {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.btn-hov:hover {
    -webkit-transform: scale(0.95);
}

/* i */
label i {
    /*width: 25px;*/
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    padding-right: 6px;
}

/* list */
/*ul {
    list-style: none;
    margin: 0;
    padding: 0;
}*/

.text-danger {
    color: #ef7a70 !important;
}

.text-danger2 {
    color: #ef7a70 !important;
    font-size: 14px !important;
    font-weight: 400;
}


.imgbox {
    width: 180px;
    overflow: hidden;
}

.imgbox-inner {
    width: 100%;
    padding-top: calc(100% * 3 / 2);
    height: 0;
    position: relative;
}

@media(max-width: 992px) {
    .imgbox {
        width: 100%;
        overflow: hidden;
    }

    .imgbox-inner {
        padding-top: calc(100% * 2 / 3);
    }
}

.imgbox .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-lg {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.img-lg:hover {
    -webkit-transform: scale(1.2);
    opacity: 0.6;
}

.form-horizontal .control-label {
    text-align: left;
}

.site-logo .img-logo {
    max-width: 60px;
    margin: 6px 0;
}

.site-logo .img-logo img {
    max-width: 100%;
}

.inno-idea {
    margin-top: 70px;
    margin-bottom: 30px;
    /* transition */
    /* Fixed */
}

.inno-idea img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
}

.inno-idea .cont-header {
    max-width: 1170px;
    margin: 0 auto;
}

.inno-idea #header-global {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    background-color: #ec5c2e;
    margin-top: -70px;
}

.inno-idea #header-global:after {
    content: "";
    display: block;
    width: 100%;
    margin: 70px auto 0;
}

.inno-idea #header-global,
.inno-idea #header-global:after,
.inno-idea #header-global .logo,
.inno-idea #header-global p,
.inno-idea #global-nav ul li,
.inno-idea #global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.inno-idea #header-global.fixed-header {
    background: #ec5c2e;
    z-index: 101;
    margin-top: -70px;
}

.inno-idea #header-global.fixed-header:after {
    width: 100%;
    margin-top: 70px;
}

.inno-idea .logo {
    width: 117px;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.inno-idea .txt p {
    position: absolute;
    top: 20px;
    margin-left: 100px;
    z-index: 10;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    width: 70%;
    line-height: 1.5;
    letter-spacing: inherit;
}

.inno-idea .txt2 h4 {
    position: absolute;
    top: 20px;
    margin-left: 1250px;
    z-index: 10;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .inno-idea .txt p {
        margin-left: 80px;
        font-size: 16px;
    }

    .inno-idea .txt2 h4 {
        margin-left: 280px;
        font-size: 12px;
    }
}


.inno-idea #header-global.fixed-header .logo {
    width: 70px;
    height: 70px;
}

.inno-idea #header-global.fixed-header p {
    margin-left: 84px;
}

@media (min-width: 769px) {
    .inno-idea .cont-header {
        min-width: 1160px;
    }
}

.feature-cover {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
}

.mark {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    /*overflow: hidden;
    position: relative;*/
    justify-content: center;
    align-items: center;
    opacity: .3;
}

@media (min-width: 320px) {
    .wrp-scroll {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 50%;
        height: 0px;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
    }

    .txt-scroll {
        /*-webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;*/
        height: 40px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400 !important;
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.06em;
        margin-top: -82px;
    }

    .txt-scroll {
        font-size: 12px !important;
    }

    .bd-scroll {
        width: 12px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        top: -50px;
        left: 2.6em;
    }

    .bd-scroll:before,
    .bd-scroll:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 1px;
        height: 100%;
        content: '';
    }

    .bd-scroll:before {
        z-index: 10;
        -ms-animation: scroll 2.4s infinite normal;
        -moz-animation: scroll 2.4s infinite normal;
        -webkit-animation: scroll 2.4s infinite normal;
        -o-animation: scroll 2.4s infinite normal;
        animation: scroll 2.4s infinite normal;
        background: #fff;
    }

    .bd-scroll:after {
        background: #000;
    }


    @-o-keyframes scroll {
        0% {
            -o-transform: translate3d(0, -100%, 0)
        }

        15% {
            -o-transform: translate3d(0, -98%, 0)
        }

        85% {
            -o-transform: translate3d(0, 98%, 0)
        }

        100% {
            -o-transform: translate3d(0, 100%, 0)
        }
    }

    @-moz-keyframes scroll {
        0% {
            -moz-transform: translate3d(0, -100%, 0)
        }

        15% {
            -moz-transform: translate3d(0, -98%, 0)
        }

        85% {
            -moz-transform: translate3d(0, 98%, 0)
        }

        100% {
            -moz-transform: translate3d(0, 100%, 0)
        }
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translate3d(0, -100%, 0)
        }

        15% {
            -webkit-transform: translate3d(0, -98%, 0)
        }

        85% {
            -webkit-transform: translate3d(0, 98%, 0)
        }

        100% {
            -webkit-transform: translate3d(0, 100%, 0)
        }
    }

    @keyframes scroll {
        0% {
            transform: translate3d(0, -100%, 0)
        }

        15% {
            transform: translate3d(0, -98%, 0)
        }

        85% {
            transform: translate3d(0, 98%, 0)
        }

        100% {
            transform: translate3d(0, 100%, 0)
        }
    }

}

.inno-idea .h1 {
    position: absolute;
    top: 20px;
    z-index: 10;
    font-size: 1.3em;
    color: #fff;
    margin: 0 0 0 140px;
    line-height: 1.5em;
}

@media (max-width: 480px) {
    .inno-idea .h1 {
        font-size: 1.3em;
    }
}


.mt-100 {
    margin-top: 100px;
}

.sd {
    font-size: 1.5rem;
    color: #ca4300;
    padding: 10px 30px;
    border: 1px solid #ca4300;
    border-radius: 50px;
}

.d-block {
    display: block;
}

.page-heading {
    padding-top: 60px;
    text-align: center;
}

.divider {
    border-bottom: 1px solid #ccc;
}

li a {
    transition-duration: 1s;
}

/* Helpers for top position on internal page links
====================================================*/
/*#topPos:before,
h3:before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}*/

/* AFFIX STYLES
====================================================*/
.panel-affix {
    min-width: 300px;
}

.panel {
    -webkit-box-shadow: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}

.nav-aside>li>a {
    color: #969899;
    font-size: .875rem;
    letter-spacing: .04em;
    line-height: 1.4;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    transition: color .3s ease;
}

.nav-aside a:before {
    content: "";
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fad9cf;
    ;
    transition: background-color .3s ease;
    margin-right: 12px;
    margin-left: -25px;
}

.nav-aside li.active a {
    color: #111;
}

.nav-aside li.active a:before {
    background-color: #ca4300;
}

.nav-aside>li>a:focus,
.nav-aside>li>a:hover {
    background-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .nav-aside a:hover {
        color: #111;
    }

    .nav-aside a:hover:before {
        background-color: #ca4300;
    }
}

.box .item {
    border: 1px solid #ca4300;
    border-radius: 8px;
    position: relative;
    padding: 0 16px 16px;
    min-height: 160px;
    margin-top: 30px;
}

.box .item .h4 {
    font-size: 1.125rem;
    margin-top: -20px;
}

.box .item .h4 span {
    color: #ca4300;
    background-color: #fff;
    padding: 0 14px;
    display: inline-block;
}

.box .item .list {
    margin-bottom: 0;
    padding-left: 21px;
}

.box.wtc .item .list {
    padding-left: 35px;
}

#sectionFour .box.wtc .item .list li::before {
    background: #fad9cf;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-left: -21px;
}

#sectionFour .box.wtc .item.h-224 {
    min-height: 224px;
}

#sectionFour .box.wtc .item .h4 {
    line-height: 1.6rem;
}

.list {
    margin-top: 2.8rem;
    padding: 0;
    margin: 0;
}

.list li {
    list-style: none;
}

.list li::before {
    background: #fad9cf;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-left: -21px;
}

.about-list {
    width: 100%;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-rule: 1px solid #eee;
}

.panel #sectionFive .box .item .item-body .list {
    padding-left: 23px;
}

.panel #sectionFive .box .item .item-body .list li::before {
    background: #fad9cf;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-left: -21px;
}


/*navbar-collapse*/
.navbar .container {
    position: relative;
}

.navbar-lang {
    position: absolute;
    top: 9px;
    right: 0;
}

.navbar-lang .dropdown .dropdown-toggle {
    color: #fff;
}

.nav.navbar-lang>li>a {
    padding: 15px;
}

.nav.navbar-lang>li>a:focus,
.nav.navbar-lang>li>a:hover {
    color: #ca4300;
    background-color: #fad9cf;
    border-radius: 8px;
}

.nav.navbar-lang .open>a {
    color: #ca4300;
    background-color: #fad9cf;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

@media(max-width: 992px) {
    .navbar-lang {
        right: 20px;
    }
}

@media(min-width:320px) and (max-width: 992px) {
    .navbar-nav {
        margin: 15px 0;
    }
}

@media(max-width: 320px) {
    .navbar-lang {
        top: 46px;
        background-color: #ca4300;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

/*bnr*/
.jumbotron {
    padding-top: 70px;
    margin-bottom: 0;
    background-color: #fff;
}

.bnr {
    position: relative;
    padding-bottom: 100px;
}

.bnr .Ad {
    padding: 0px 70px;
}

.bnr .img {
    position: relative;
    background-image: url('../_images/pc_pic_01.jpg');
    background-size: cover;
    min-height: 100vh;
    margin-bottom: 0;
    background-position: 0 -200px;
}

@media(max-width:1330px){
    .bnr .img {
        background-position: 0;
    }
}

.bnr .Ad h1 {
    font-size: 2.5rem;
    margin-top: 6px;
    line-height: 3rem;
}

.bnr .Ad .txt {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 320px) {
    .bnr .p-0 {
        padding: 0px;
    }
}

@media(max-width: 1500px) {
    .bnr .Ad {
        padding: 10px 30px 0 30px;
    }
    .bnr .img{
        background-position: 0;
    }
}

@media screen and (max-width: 1300px) {
    .mv-ttl img {
        max-width: 100%;
        width: 70%;
        height: auto;
        vertical-align: bottom;
    }
}

/*plan*/
#plan .item .sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    line-height: 1.5;
    margin: 15px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#plan .item .sub h5 {
    margin: 0;
}

#plan .box .item .h4 span {
    background-color: #faf4f4;
}

#plan .item .icon {
    position: relative;
    margin-right: 15px;

    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: 0;
    fill: currentColor;
    stroke-width: 1;
    color: #ca4300;
}

#plan .item .icon::before {
    position: absolute;
    left: 3px;
    top: -9px;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ec780b;
    opacity: 0.1;
}

#plan .list.mb-10 li {
    margin-bottom: 10px;
    margin-left: 21px;
}

#plan .list li .txt {
    display: inline;
    text-indent: -8px;
    overflow: unset;
}

#plan p {
    position: relative;
    line-height: 1.5rem;
    height: 6rem;
    overflow: hidden;
}

#plan {
    background-color: #faf4f4;
    position: relative;
    padding-bottom: 310px;
}


#plan::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: -269px;
    left: 0;
    background: url("../_images/bg_line_red_top.png") no-repeat center bottom;
}




@media screen and (max-width: 1200px) {
    .bnr .Ad h1 {
        font-size: 2rem;
        line-height: 2.625rem;
    }

    .bnr .Ad .txt {
        font-size: 1rem;
    }

    .mv-ttl__sub {
        width: 30vw;
        margin: 0 0 3.33333vw;
    }

    .nav>li>a {
        padding: 15px 9px;
    }
}

@media(max-width: 1170px) {
    .sec-align-none {
        align-items: normal;
    }
}

@media(max-width: 992px) {
    #plan .sec {
        display: block;
    }

    .bnr .img {
        min-height: 300px;
        background-image: url('../_images/pic_01.jpg');
        background-position: right;
    }

    .mv-ttl img{
        width: 80%;
    }

    .mv-ttl__sub {
        width: 30vw;
        margin: 0 0 3.33333vw;
    }

    .bnr .Ad h1 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 4px;
    }

    .bnr .Ad {
        padding: 25px 0px 145px 0px;
    }


    .bnr {
        padding-bottom: 0px;
    }

    .bnr .Ad .txt {
        font-size: 1rem;
    }

    #subject .sec{
        display: block;
    }
}

@media(max-width: 767px) {
    .bnr.jumbotron {
        padding-top: 70px;
    }

    .bnr {
        padding-bottom: 180px;
    }

    .bnr .Ad {
        padding: 3.66667vw 0vw 0;
    }

    .bnr .Ad h1 {
        font-size: 1.75rem;
        line-height: 2.375rem;
        margin-bottom: 4px;
    }

    #plan .sec {
        display: flex;
        flex-direction: column;
        justify-content: inherit;
        align-items: center;
    }

    .mv-ttl__sub {
        width: 76vw;
        margin: 0 0 3.33333vw;
    }

    .sec {
        display: block;
    }

    .page-heading {
        padding-top: 0;
    }

    .about-list {
        column-count: 1;
    }
}

@media(max-width: 480px) {
    .bnr {
        margin-bottom: -85px;
    }

    .bnr .Ad {
        position: relative;
        top: -38px;
        left: 0;
        margin-bottom: 0;
        padding: 12.66667vw 0vw 0;
    }

    .bnr .Ad h1 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 4px;
    }

    .mv-ttl__sub {
        width: 72vw;
        margin: 0 0 3.33333vw;
    }

    .d-block {
        display: inline;
    }

    #plan::before{
        top: -285px;
    }
}

@media(max-width: 320px) {
    .bnr .Ad {
        padding: 22.66667vw 0vw 0;
    }
}


@media print,
screen and (min-width: 2000px) {
    #plan::before {
        background-size: 100%;
        height: 15vw;
        top: -15vw;
    }
}

@media screen and (max-width: 767px) {
    #plan {
        padding-bottom: 20vw;
        /*top: -282px;*/
    }

    #plan::before {
        background: url("../_images/bg_line_red_top_sp.png") no-repeat center bottom;
        background-size: 100%;
    }
}
@media screen and (max-width: 576px) {
    #plan {
        top: -72px;
    }
}

#plan::after {
    content: "";
    display: block;
    width: 100%;
    height: 234px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url("../_images/bg_line_white_top02.png") no-repeat center top;
}

@media print,
screen and (min-width: 2000px) {
    #plan::after {
        background-size: 100%;
        height: 15vw;
        bottom: 0vw;
    }
}

@media screen and (max-width: 767px) {
    #plan::after {
        background: url("../_images/bg_line_white_top_sp.png") no-repeat center bottom;
        background-size: 100%;
        /*height: 25.33333vw;
        bottom: -25.33333vw;*/
    }
}


/*about*/
.txt {
    text-indent: 2rem;
}

.box .item.mt-0 {
    margin-top: 0;
}

#about .panel .list li::before {
    display: none;
}

.panel .box .item {
    display: flex;
    flex-direction: row;
    min-height: auto;
    padding: 0;
}

.panel .item .num {
    font-family: "Roboto", "Roboto Condensed", Arial, Helvetica, sans-serif;
    display: flex;
    margin: 0;
    color: #ca4300;
    background-color: rgba(236, 120, 11, 0.08);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 0%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 12px;
}

.panel .box .item .item-body {
    padding: 16px;
}

.panel .box .item .item-body .h4 {
    color: #ca4300;
    margin-top: -13px;
}

.panel .box .item .item-body .h4 span {
    background-color: transparent;
    padding: 0;
}

.panel .box .item .item-body .list {
    padding-left: 0;
}

.panel .box.wtc .item {
    display: block;
    min-height: 160px;
    padding: 0 16px 16px;
}

.panel .box.wtc .item.h100 {
    min-height: 100px;
}

.imgzoom {
    position: relative;
}

.imgzoom .icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #ca4300;
    padding: 10px 12px;
    background-color: rgba(238, 238, 238, 0.6);
    border-radius: 6px;
}

#about {
    position: relative;
}

#about::after {
    content: "";
    display: block;
    width: 100%;
    height: 310px;
    position: absolute;
    bottom: -310px;
    left: 0;
    background: url("../_images/bg_line_white_btm.png") no-repeat center top;
}

@media print,
screen and (min-width: 2000px) {
    #about::after {
        background-size: 100%;
        height: 15vw;
        bottom: -15vw;
    }
}

@media screen and (max-width: 767px) {
    #about{
        margin-top: -28px;
    }
    #about::after {
        background: url("../_images/bg_line_white_btm_sp.png") no-repeat center bottom;
        background-size: 100%;
        height: 25.33333vw;
        bottom: -25.33333vw
    }
}

@media (max-width: 480px) {
    #about {
        padding-bottom: 0;
    }
}

/*technique*/
.h4 {
    position: relative;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 6px;
}

#technique h5 {
    margin-bottom: 8px;
}

#technique .mt-30 {
    margin-top: 30px;
}

#technique .mt-15 {
    margin-top: 15px;
}

#technique .thumbnail .caption {
    padding: 20px 13px 28px 13px;
}

#technique .thumbnail .caption .sub .txt {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-indent: 0px;
}

#technique .thumbnail .caption .list {
    padding: 0;
}

#technique .list li {
    padding-left: 23px;
}


.thumbnail {
    position: relative;
    border: transparent;
    border-radius: 10px;
    padding: 0;
    box-shadow: 4px 6px 16px #2f2e2e14;
}

.thumbnail .img-responsive {
    border-radius: 10px;
}

.thumbnail .caption {
    position: relative;
    padding: 8px 16px;
    background-color: rgba(0, 113, 187, 0.05);
    border-radius: 10px;
}

.thumbnail .caption .h4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    line-height: 1.625rem;
    font-size: 1rem;
    color: #fff;
    padding: 2px;
    border-radius: 50px;
    background-color: #49738b;
    text-align: center;
    margin-top: -34px;
}

.thumbnail .caption .h4::after {
    display: none;
}

.thumbnail .caption .list {
    padding: 20px 0;
}

.thumbnail .postion-btn {
    font-size: 38px;
    color: #49738b;
    background-color: #f4fafa;
    border-radius: 50%;
    padding: 6px;
    margin: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#technique {
    background: url("../_images/bg_green.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 224px 0 255px
}

#technique .thumbnail {
    margin-bottom: 48px;
}

#technique .modal .modal-title {
    color: #363636;
}

@media print,
screen and (min-width: 2000px) {
    #technique {
        padding-bottom: 17vw
    }
}

@media screen and (max-width: 767px) {
    #technique {
        padding: 36vw 0 36vw;
        background: url("../_images/bg_green_sp.jpg") repeat-y center top;
        background-size: 100%
    }

    #technique .thumbnail {
        margin-bottom: 48px;
    }
}

.ease-in-out {
    transition: all ease-in-out 0.3s;
}

.ease-in-out:hover {
    transform: translateY(-6px);
}


.color-orange {
    color: #ca4300;
}

/*prevention*/
#prevention {
    position: relative;
    padding-bottom: 310px;
}

#prevention .item .box {
    max-width: 80%;
    margin: 0 auto;
}

#prevention .item h4 {
    text-align: center;
    padding: 12px 0 8px 0;
}


#prevention::after {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: -299px;
    left: 0;
    background: url("../_images/bg_line_white_top.png") no-repeat center bottom;
}

@media print,
screen and (min-width: 2000px) {
    #prevention::after {
        background-size: 100%;
        height: 15vw;
        top: -15vw;
    }
}

@media screen and (max-width: 767px) {
    #prevention {
        padding-bottom: 20vw;
    }

    #prevention::after {
        background: url("../_images/bg_line_white_top_sp.png") no-repeat center bottom;
        background-size: 100%;
        top: -299px;
        /*height: 25.33333vw;
        bottom: -25.33333vw;*/
    }
}

@media screen and (max-width:992px) {
    #prevention p {
        position: relative;
        height: 9rem;
        overflow: hidden;
    }

    #prevention .h-6 {
        height: 3rem;
    }
}



@media screen and (max-width: 480px) {
    #prevention {
        padding-bottom: 110px;
    }

    #prevention .item .box {
        max-width: 94%;
    }
}



/*testing*/
#testing {
    position: relative;
    background-color: #faf4f4;
}

#testing::before {
    content: "";
    display: block;
    width: 100%;
    height: 310px;
    position: absolute;
    top: -310px;
    left: 0;
    background: url("../_images/bg_line_red_top02.png") no-repeat center bottom;
}

#testing .thumbnail {
    border: 1px solid #535d60;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 10px;
}

#testing .thumbnail .caption .h4 {
    top: 32px;
}

#testing .thumbnail .caption {
    background-color: inherit;
}

@media print,
screen and (min-width: 2000px) {
    #testing::before {
        background-size: 100%;
        height: 15vw;
        top: -15vw;
    }
}

@media screen and (max-width: 767px) {
    #testing::before {
        background: url("../_images/bg_line_red_top_sp.png") no-repeat center bottom;
        background-size: 100%;
        height: 25.33333vw;
        top: -25.33333vw
    }
}



#dropdown {
    position: relative;
    background-color: #faf4f4;
    padding-bottom: 300px;
}

#dropdown .dropdown {
    position: relative;
}

#dropdown .panel-body {
    padding: 15px 0 0 0;
}

#dropdown .panel-testing {
    border: 1px solid #535d60;
}

#dropdown .panel-testing .panel-heading {
    border-bottom: 1px solid #535d60;
    background-color: rgba(0, 113, 187, 0.05);
}

#dropdown .dropdown .dropdown-toggle {
    text-align: left;
    border: 1px solid #48738c;
}

#dropdown .dropdown .caret {
    position: absolute;
    right: 15px;
    top: 20px;
}

#dropdown .dropdown-menu {
    width: 100%;
}

#dropdown::after {
    content: "";
    display: block;
    width: 100%;
    height: 310px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url("../_images/bg_line_white_top.png") no-repeat center bottom;
}

@media print,
screen and (min-width: 2000px) {
    #dropdown::after {
        background-size: 100%;
        height: 15vw;
        bottom: 0vw;
    }
}

@media screen and (max-width: 767px) {
    #dropdown::after {
        background: url("../_images/bg_line_white_top_sp.png") no-repeat center bottom;
        background-size: 100%;
        /*height: 25.33333vw;
        bottom: -25.33333vw*/
    }
}

@media screen and (max-width: 480px) {
    #dropdown {
        padding-bottom: 132px;
    }
}

#dropdown .tab-content .btn-pdf {
    margin-bottom: 15px;
    border-radius: 8px;
    transition: background-color 0.4s;
}

#dropdown .tab-content .btn-pdf .pdf .icon-pdf {
    width: 40px;
}

#dropdown .tab-content .btn-pdf .pdf {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#dropdown .tab-content .btn-pdf .pdf .circle-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #48738c;
    border-radius: 50%;
    position: relative;
}

#dropdown .tab-content .btn-pdf .pdf .circle-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#dropdown .tab-content .btn-pdf .arrow {
    position: relative;
}

#dropdown .tab-content .btn-pdf .arrow .circle .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #48738c;
    font-size: 0.758rem;
}

#dropdown .tab-content .btn-pdf:hover .arrow .circle {
    transform: scale(1.2);
}

#dropdown .tab-content .btn-pdf .pdf .ft-18 {
    font-size: 1.125rem;
}

#dropdown .tab-content .btn-pdf .pdf .circle {
    width: 30px;
    height: 30px;
    border: 1px solid #48738c;
    transition: background-color 0.4s, transform 0.4s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -14px;
}

#dropdown .tab-content .btn-pdf .pdf .arrow .icon {
    position: absolute;
    right: 8px;
    top: -10px;
}

#dropdown .dropdown-menu>.active>a,
#dropdown .dropdown-menu>.active>a:focus,
#dropdown .dropdown-menu>.active>a:hover {
    background-color: #49738b;
}

#dropdown .dropdown-menu>li>a {
    padding: 8px 20px;
}

.flex-2 {
    flex-grow: 2;
    /*flex-shrink: 1;
  flex-basis: 0%;*/
    text-align: left;
    padding-left: 10px;
}

#comp-kd8648zg {
    width: 100%;
    height: 500px;
}


.l-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1220px
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .l-inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .l-inner {
        padding-left: 4vw;
        padding-right: 4vw
    }

    #testing .thumbnail {
        margin-bottom: 50px;
    }
    .panel-body{
        padding: 15px 0px;
    }
}

@media screen and (max-width: 767px) {
    .nav-tabs.nav-justified>li {
        float: left;
    }
}

/*info*/
.card {
    border: 1px solid #535d60;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 15px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card .card-header::before {
    width: 30px;
    height: 30px;
    background-size: 14px 14px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../_images/svg/icon_close.svg");
    transition: transform 0.5s;
    content: "";
}


.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card .card-header h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    padding-left: 40px;
}

.card .card-header h4::before {
    position: absolute;
    left: 0px;
    text-align: center;
    line-height: 1.5;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.35rem;
    content: "Q";
    color: #fff;
    width: 30px;
    height: 30px;
    background: #ca4300;
    border-radius: 15px;
}

.card .collapsed::before {
    transform: rotate(90deg);
    content: "";
}

.card .faq-a {
    vertical-align: middle;
}

.card .faq-a .card-body {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #535d60;
}

.card .faq-a .card-body .en {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    color: #ca4300;
    font-family: "Roboto", "Roboto Condensed", Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F2EC;
    border-radius: 50%;
}

.card .faq-a .card-body .faq-txt {
    width: calc(100% - 50px);
}

.card .faq-a .card-body .faq-txt p {
    padding-left: 10px;
}

.card .faq-a .card-body .faq-txt .list li{
    padding-left: 33px;
    margin-bottom: 10px;
}

.faq-a-inner {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding: 0.75rem 1.25rem;
}

.card .card-header:hover:not(.active)::before {
    background-image: url(../_images/svg/icon_close_bule.svg);
}

.single a>img {
    width: 95%;
}

.bg-orange {
    background-color: #ca4300;
    border: transparent;
}


.navbar-orange li a {
    color: #fff;
}

/* naber */
.navbar {
    padding: 0;
}

.navbar .navbar-brand {
    color: rgba(255, 255, 255, 1);
}

.navbar .navbar-brand p {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 1rem;
}

@media(min-width:480px) {
    .navbar .navbar-brand p {
        font-size: 1.25rem;
    }
}

@media(max-width:320px) {
    .navbar .navbar-brand p {
        margin-left: 6px;
    }

    .navbar .navbar-toggle {
        margin-right: 5px;
    }

    .navbar-toggle {
        margin-top: 17px;
    }
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    height: auto;
}

.navbar-brand .h4 {
    margin-bottom: 0;
    padding-left: 4px;
}

/*.navbar-right{
    margin: 10px 0;
}*/

/*mobile*/
.nav>li>a:focus,
.nav>li>a:hover {
    color: #ca4300;
    background-color: #fad9cf;
    border-radius: 8px;
}

.navbar-toggle {
    margin-top: 18px;
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

@media(max-width: 992px) {
    .navbar-nav.navbar-orange>li>.dropdown-menu {
        margin-top: 13px;
    }
}

/*footer*/
#footer {
    overflow: hidden;
    padding-top: 30px;
}

#footer .cont {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    margin-top: 64px;
}

#footer .list-cont {
    list-style: none;
}

#footer .contact {
    position: relative;
    /*overflow: hidden;*/
    border-top-left-radius: 50% 10vw;
    border-top-right-radius: 50% 10vw;
    z-index: 1;
    /*margin-top: -15vw;*/
}

#footer .contact::before {
    width: 120%;
    height: 100%;
    border-top-left-radius: 50% 30vw;
    border-top-right-radius: 50% 30vw;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #f7f7f7;
    /*z-index: 1;*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 1200px) {
    #footer .contact {
        overflow: visible;
        margin-bottom: -120px;
    }
}

#footer .sitemap .list-ft {
    list-style: none;
}

#footer .sitemap .list-ft li {
    margin-bottom: 12px;
}

#footer .sitemap .list-ft .tlt {
    width: 100px;
    margin-right: 16px;
}

#footer .sitemap .list-ft li span {
    display: inline-block;
}


.sub>h3:before {
    height: auto;
    margin-top: 0;
}

#footer .gallery .card .map {
    padding: 0 15px;
}


#footer .gallery .slick-prev {
    display: block;
    width: 35px;
    height: 35px;
    left: -13%;
    z-index: 3;
}

#footer .gallery .slick-prev:hover::before {
    background: #ca4300;
}

#footer .gallery .slick-prev::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #D5DEE1;
    transition: all 0.5s;
}

#footer .gallery .slick-prev::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(225deg);
}

#footer .gallery .slick-next {
    display: block;
    right: -13%;
    width: 35px;
    height: 35px;
    z-index: 3;
}

#footer .gallery .slick-next:hover::before {
    background: #ca4300;
}

#footer .gallery .slick-next::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #D5DEE1;
    transition: all 0.5s;
}

#footer .gallery .slick-next::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

#footer .gallery .slick-dots {
    bottom: -13px;
}

#footer .gallery .slick-dots li {
    display: inline-block;
    margin: 2px 7px;
}

#footer .gallery .slick-dots li button {
    position: relative;
    text-indent: -9999px;
    overflow: visible;
}

#footer .gallery .slick-dots li button::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C4C4C4;
    position: absolute;
    top: 6px;
    left: 0;
}

#footer .gallery .slick-dots li.slick-active button::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ca4300;
}

#footer .gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 10px;
}


#footer .contact-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

#footer .contact-inner .sub-txt {
    flex: 1;
}

#footer .contact-inner .sub-txt .btn-mail {
    flex-direction: column;
    width: 400px;
    height: 90px;
    padding-left: 96px;
    border-radius: 10px;
    transition: background-color 0.4s;
    border: 1px solid #eee;
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #ca4300;
}

#footer .contact-inner .sub-txt {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: start;
}


#footer .contact-inner .sub-txt .btn-mail .circle-icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ca4300;
    width: 58px;
    height: 58px;
    background-color: #fff;
    border-radius: 50%;
}

#footer .contact-inner .sub-txt .btn-mail .txt-inner p {
    margin-bottom: 0;
}

#footer .contact-inner .arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .contact-inner .arrow .icon {
    position: absolute;
    color: #ca4300;
    font-size: 0.758rem;
}

.contact-inner .btn-mail .arrow .circle {
    width: 30px;
    height: 30px;
    background-color: #fff;
    transition: background-color 0.4s, transform 0.4s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-inner .btn-mail:hover .arrow .circle {
    transform: scale(1.2);
}


#footer .sitemap {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    flex-wrap: nowrap;
    gap: min(40px, 2.7777777778vw) min(34px, 5.1111111111vw);
}

#footer .sitemap .link {
    position: relative;
}

#footer .sitemap .link::before {
    content: "";
    position: absolute;
    top: max(48px, -1.7361111111vw);
    right: max(-16px, -2.7777777778vw);
    height: min(208px, 18.75vw);
    width: 1px;
    background: #333;
    opacity: 1;
}

#footer .sitemap .link p {
    font-weight: 600;
    border-radius: ;
}


#footer .sitemap .link:nth-last-of-type(1)::before {
    display: none;
}

#footer .sitemap .link .list-link {
    margin-top: 8px;
    padding-left: 21px;
}


#footer .sitemap .link .list-link li {
    font-size: 0.875rem;
}

#copyright .bg {
    background-color: #333;
}

#copyright .copyright-wrapper p {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    padding: 8px 0;
    margin: 0;
}

#copyright .copyright-wrapper {
    border-top: 1px solid #666666;
    font-size: 0.8125rem;
}

@media(max-width: 1170px) {
    #footer .sitemap {
        flex-wrap: wrap;
    }

    #footer .contact-inner {
        display: inline;
    }

    #footer .contact-inner .sub-txt {
        align-items: flex-start;
        margin-bottom: 24px;
    }
}


.navbar-toggle {
    border: 1px solid transparent;
}

.navbar-toggle .icon-bar {
    height: 2px;
    width: 23px;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.navbar-toggle.toggle-active {
    height: 34px;
}

.navbar-toggle.toggle-active .icon-bar {
    height: 2px;
}

.navbar-toggle.toggle-active .icon-bar:nth-child(2) {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.toggle-active .icon-bar:nth-child(3) {
    display: none;
}

.navbar-toggle.toggle-active .icon-bar:nth-child(4) {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.navbar-nav.navbar-orange .open>a,
.navbar-nav.navbar-orange .open>a:focus,
.navbar-nav.navbar-orange .open>a:hover {
    /*background-color: transparent;*/
    color: #ca4300;
    background-color: #fad9cf;
    border-radius: 8px;
}

.navbar-nav.navbar-orange .open .dropdown-menu .dropdown-header,
.navbar-nav.navbar-orange .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px;
}

.navbar-nav.navbar-orange .open .dropdown-menu>li>a {
    font-size: 1rem;
    color: #363636;
}

.navbar-nav.navbar-orange>li>.dropdown-menu {
    margin-top: 9px;
}


@media(min-width:768px) {
    .navbar-header {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: inherit !important;
        padding-bottom: inherit !important;
        overflow: inherit !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-right {
        float: none !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-nav {
        margin-right: 0;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}

@media(min-width: 992px) {
    .navbar-header {
        float: left;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-right {
        float: right !important;
    }

    .navbar-collapse {
        border-top: none;
    }

    .navbar-toggle {
        display: none;
    }
}

@media(max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        background-color: #fff;
    }
}

@media(max-width: 768px) {
    #footer .sitemap {
        flex-direction: column;
    }

    #footer .sitemap .link::before {
        display: none;
    }

    #footer .contact-inner .sub-txt {
        flex-direction: inherit;
    }
}

@media(max-width: 320px) {
    #footer .contact-inner .sub-txt .btn-mail {
        width: 319px;
        padding-left: 54px;
    }

    #footer .contact-inner .sub-txt .btn-mail .circle-icon {
        left: 10px;
        width: 40px;
        height: 40px;
    }

    #footer .contact-inner .arrow {
        right: 8px;
    }
}


#copyright .a-footer a {
    color: #fff;
    text-decoration: underline;
}

#copyright a:hover,
#copyright a:active,
#copyright a:focus {
    color: #ff6600;
    text-decoration: none;
}

#sectionTwo,
#sectionThree,
#sectionFour,
#sectionFive {
    padding-top: 100px;
}

#sectionOne .sub h3,
#sectionTwo .sub h3,
#sectionThree .sub h3,
#sectionFour .sub h3,
#sectionFive .sub h3 {
    margin-top: 0px;
}

#sectionOne:target {
    padding-top: 100px;
    margin-top: -100px;
}

/*:lang(zh-TW) #subject h4 {
    color: deepskyblue;
}*/

:lang(en-US) #abouttopic > ul > li > a{
    padding: 10px 0px;
}

:lang(en-US) .bnr .Ad .txt {
    font-weight: 500;
}

:lang(en-US) #plan p {
    overflow: inherit;
}

:lang(en-US) #dropdown .tab-content .btn-pdf .pdf .ft-18 {
    font-size: 1rem;
}

:lang(en-US) #plan .item .sub {
    height: 3rem;
}

:lang(en-US) #plan .item .sub h5 {
    line-height: 1.375rem;
}

:lang(en-US) #plan .list li {
    margin-bottom: 8px;
}

:lang(en-US) #technique .thumbnail .caption .sub .txt {
    font-size: 1.125rem;
    margin-bottom: 8px;
}

:lang(en-US) #UpdatePanel1 .sub .lang-en {
    text-transform: uppercase;
    font-family: "Univers-Condensed", sans-serif;
}

:lang(en-US) #UpdatePanel1 .sub .lang-en small {
    font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft Yahei", "Microsoft Jhenghei", "Roboto", "Roboto Condensed", "Noto Sans JP", "Helvetica Neue", Arial, Helvetica, "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;
}

:lang(en-US) #footer .sub .ft-20 {
    font-size: 1.25rem;
}

@media(min-width: 992px) and (max-width:1170px) {
    :lang(en-US) #footer .sitemap .link:first-child::before {
        display: none;
    }

    :lang(en-US) #footer .sitemap .link::before {
        height: min(79px, 18.75vw);
    }
}


@media(max-width: 1170px){
    :lang(en-US) #abouttopic > ul > li > a{
        padding: 10px 15px;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    :lang(en-US) .bnr .Ad h1 {
        font-size: 1.5rem;
        margin-top: 6px;
        line-height: 2.125rem;
    }
    :lang(en-US) #footer .sub .ft-20 {
        font-size: 1.5rem;
    }
}