/* ----------$Catalog--------
$Button
$Select
$Input
$Table
$Backtotop
$Productbox
$Heading
$Breadcrumb
$Catemenu
$Tabbox
$Form
$Faqbox

------------------------------ */


/* *******************
/*      $Button
********************** */

.btn {
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    vertical-align: center;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
}

.btn.btn-A {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 35px;
    font-weight: initial;
    line-height: 120%;
    color: white;
    background-color: #7b7a7a;
    transition: 0.3s letter-spacing;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    letter-spacing: 1px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.btn.btn-A:hover {
    letter-spacing: 3px;
    background-color: #E5AD01;
}

.btn.btn-A-2 {
    border: 2px solid #7b7a7a;
    background-color: transparent;
    color: #7b7a7a;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.btn.btn-A-2:hover {
    border: 2px solid #E5AD01;
    color: #E5AD01;
    background-color: transparent;
}

.btn.btn-B {
    color: #7b7a7a;
}

.btn.btn-B:hover {
    opacity: 0.8;
}

.btn.btn-B i {
    margin-left: 4px;
}

.btn.btn-C {
    width: 258px;
    height: 49px;
    line-height: 49px;
    font-size: 20px;
    font-weight: 300;
    border-radius: 25px;
    color: #ffffff;
    top: 0;
    letter-spacing: 1px;
    background-color: #ef6b2a;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -ms-transition: 0.1s all;
    -o-transition: 0.1s all;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
}

.btn.btn-C:hover {
    opacity: 0.7;
    /* top: -3px; */
    /* box-shadow: 2px 3px 5px 4px rgba(0, 0, 0, 0.15); */
}

.btn.btn-C:active {
    top: 2px;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.7)inset;
}

.btn.btn-C i {
    font-size: 26px;
    top: 3px;
    left: 6px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.btn.btn-C:hover i {
    left: 12px;
}

.btn.btn-D {
    width: 98px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: initial;
    line-height: 120%;
    color: #ffffff;
    background-color: #e5ad01;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn.btn-D:hover {
    background-color: #E6DA05;
}

.btn.btn-D-3:hover {
    background-color: #b2deff;
}

.btn.btn-E {
    color: white;
    background-color: #62C27A;
    letter-spacing: 1px;
    padding: 12px 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 8px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.btn.btn-E:hover {
    background-color: #029f7a;
}


/* *******************
/*      $Select
********************** */

.slt-styleoutter-A {
    display: inline-block;
    width: calc(100% - 121px);
}

.slt-styleoutter-A::after {
    content: "\f0dd";
    display: block;
    position: absolute;
    top: 20%;
    right: 4%;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.slt-style-A {
    width: 100%;
    height: 35px;
    font-size: 16px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #909da7;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.slt-style-A::-ms-expand {
    display: none;
}

.slt-styleoutter-B {
    max-width: 177px;
}

.slt-styleoutter-B::after {
    content: "\f0dd";
    display: block;
    position: absolute;
    color: #909da7;
    top: 15%;
    right: 8%;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.slt-style-B {
    max-width: 177px;
    height: 27px;
    border: 1px solid #909da7;
    background-color: transparent;
    padding: 0 44%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.slt-style-B::-ms-expand {
    display: none;
}


/* *******************
/*      $Input
********************** */

.input-style-A {
    height: 27px;
    width: 97%;
    border: 1px solid #909da7;
    background-color: transparent;
    text-align: center;
}


/* *******************
/*     $Table
********************** */

.table-A th {
    background-color: #62C27A;
    font-weight: normal;
}

.table-A th,
.table-A td,
.table-A tr {
    border: 0px;
    font-size: 18px;
}

.table-A th {
    color: #fff;
}

.table-A td {
    border-bottom: 1px solid #cccccc;
    font-weight: 300;
}

.table-B th {
    background-color: #029f7a;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border-right: 1px solid white;
    z-index: 0;
}

.table-B th::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    z-index: -1;
}

.table-B td,
.table-B tr {
    border: 0px;
    font-size: 16px;
}

.table-B td {
    border-bottom: 1px solid #909da7;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
}

.table-B td a {
    color: #000000;
}

.table-B td a:hover {
    opacity: 0.7;
}

.table-B .table-B__downloadicon {
    color: #909da7;
    font-size: 20px;
}

.table-B .table-B__downloadicon:hover {
    color: #feb680;
}


/* *******************
/*     $Searchbar
********************** */

.searchbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: transparent;
}

.searchbar .searchbar__input {
    width: 70%;
    height: 40px;
    font-size: 20px;
    color: #333333;
    background-color: transparent;
    border: 1px solid #029f7a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.searchbar .searchbar__button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    color: #029f7a;
    background-color: transparent;
    outline: none;
    animation: searchcolor 2s infinite both;
    -webkit-animation: searchcolor 2s infinite both;
}

@keyframes searchcolor {
    0% {
        color: #029f7a;
    }
    50% {
        color: #62C27A;
    }
}


/* *******************
/*     $BackTotop
********************** */

#back-to-top {
    z-index: 9999;
    height: 73px;
    width: 53px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    background-color: transparent;
    color: #E5AD01;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    letter-spacing: 1px;
}

#back-to-top::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    border-top: 3px dotted #E5AD01;
    width: 32px;
    height: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#back-to-top::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    border-top: 3px dotted #E5AD01;
    width: 32px;
    height: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#back-to-top:hover {
    color: #E6DA05;
}

#back-to-top:hover::before,
#back-to-top:hover::after {
    border-top-color: #E6DA05;
}

#back-to-top.backTotop--fix {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

#back-to-top.show {
    visibility: visible;
    opacity: 1;
}

@media (max-width:1269px) {
    #back-to-top.backTotop--fix {
        right: 15px;
    }
}


/* @media(max-width:925px) {
#back-to-top {
    display: none;
}
//若啟用,bootstrap show有important會蓋掉這個
} */


/* *******************
/*     $Productbox
********************** */

.productbox {
    display: inline-block;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.productbox .btn-B {
    width: 85%;
}

.productbox-A {
    width: 289px;
    min-height: 373px;
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 12px;
    top: 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.productbox-A:hover {
    top: -4px;
}

.productbox-B {
    width: 245px;
    min-height: 317px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 30px;
}

@media(max-width:1269px) {
    .productbox-A {
        display: block;
        width: 265px;
        height: auto;
        margin: 10px auto;
    }
    .productbox-B {
        margin-top: 30px;
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .productbox-A {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 265px;
        width: 100%;
        min-height: 353px;
    }
    .productbox-B {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 0px;
    }
}

.productbox-A::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 12px;
    width: calc(100%);
    background-color: #62C27A;
    transition: 0.3s background-color;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    -ms-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
}

.productbox-B__beforespace {
    height: 10px;
    width: 100%;
    background-color: #62C27A;
    transition: 0.3s background-color;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    -ms-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
}

.productbox__pic-outter {
    margin: 0 auto 4px auto;
    padding-top: 28px;
}

.productbox-A .productbox__pic-outter {
    width: 85%;
}

.productbox-B .productbox__pic-outter {
    width: 209px;
}

.productbox__pic {
    width: 100%;
    padding-bottom: calc(100% * 215 / 269);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url();
}

.productbox__title {
    text-align: center;
    padding: 0px 19px;
    padding-top: 1px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 6px;
}

.productbox__model {
    font-size: 12px;
    color: #7b7a7a;
    text-align: center;
    margin-bottom: 18px;
}

@media(max-width: 1269px) {
    .productbox__title {
        margin-top: 6px;
    }
    .productbox__model {
        margin-bottom: 22px;
    }
}

@media(max-width: 767px) {
    .productbox__model {
        margin-bottom: 9px;
    }
}

.productbox-B .productbox__title {
    text-align: center;
    padding: 0px 19px;
}

.productbox-B .productbox__model {
    margin-bottom: 8px;
}

.productbox-index .productbox__title h5 {
    font-weight: bold;
    margin: 10px 0px;
    white-space: normal;
}

.productbox__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productbox-A .productbox__btn {
    margin: 0 auto 5px auto;
}

.productbox-B .productbox__btn {
    margin: 0 auto 18px auto;
}

.productbox__triangle {
    position: absolute;
    bottom: -66px;
    width: 288px;
    height: 66px;
    background-image: url('../images/pbox-tri.png');
}

.productbox__triangle {
    width: 288px;
    height: 66px;
}


/* *******************
/*      $Heading
********************** */

.heading {
    display: flex;
    justify-content: start;
    align-items: center;
}


/* *******************
/*     $Breadcrumb
********************** */

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
}

.breadcrumb>li {
    display: inline-block;
    color: #7b7a7a;
    margin: 3px 0px;
    padding-left: 3px;
}

.breadcrumb a {
    color: #7b7a7a;
}

.breadcrumb>li+li:before {
    font-family: "Font Awesome 5 Free";
    padding: 0 3px;
    padding-right: 9px;
    color: #7b7a7a;
    content: "\f0da";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900
}

.breadcrumb>.active {
    color: #7b7a7a;
}

@media(max-width:1269px) {
    .breadcrumb {
        display: none;
    }
}


/* *******************
/*      $Catemenu
********************** */

.catemenu {
    width: 100%;
    height: 600px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.35);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 16px 21px 16px 0px;
}

.catemenu__tag {
    position: absolute;
    top: 0;
    right: 46px;
    width: 29px;
    height: 44px;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.catemenu__tag i {
    font-size: 28px;
    width: 20px;
    height: 20px;
    visibility: hidden;
}

.catemenu__inner {
    width: 100%;
    height: 100%;
    border: 4px solid #1688dd;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: 0px;
}

.catemenu__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.catemenu__title i {
    font-size: 32px;
    color: #b2deff;
}

.catemenu__inner hr {
    border-top: 1px solid black;
    width: 90%;
    margin: 0 auto;
    display: block;
}

.catemenu__list>a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    color: #333333;
    padding: 0 12px;
}

.catemenu__list>a:hover .catemenu__listtext {
    color: #4c4ed6;
}

.catemenu__list i {
    display: none;
}

.catemenu__list .catemenu__listtext {
    margin: 15px 0px;
    font-size: 22px;
    font-weight: 300;
}

.catemenu__listitem--active {
    background-color: #62C27A;
}

.catemenu__listitem--active .catemenu__listtext {
    color: #1d2088;
}

.catemenu__listitem--active .catemenu__listtext {
    left: 18px;
}

.catemenu__list .catemenu__listitem--active i {
    display: inline-block;
    margin-left: 10px;
    top: 2px;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
}

@media(max-width:1269px) {
    .catemenu {
        height: auto;
        padding: 16px 15px 16px 15px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .catemenu__tag {
        display: flex;
        justify-content: center;
        align-items: center;
        right: 38px;
        width: 55px;
        height: 45px;
        padding-bottom: 6px;
        cursor: pointer;
    }
    .catemenu__tag i {
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: visible;
    }
    .catemenu__tag i.is-upside-down {
        top: 9px;
    }
    .catemenu__inner hr {
        margin-bottom: 8px;
    }
    .catemenu__title {
        font-size: 21px;
    }
    .catemenu__inner {
        width: 100%;
        height: 100%;
        border: 4px solid #1688dd;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
}


/* *******************
/*      $Tabbox
********************** */

.tabbox {
    height: auto;
}

.tabbox input[type="radio"] {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    clip: rect(0, 0, 0, 0);
}

.tab {
    display: inline-block;
    width: 45%;
    height: 44px;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #909da7;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.tab:hover {
    background-color: #f0bc6e;
}

.tabbox__blank-space {
    height: 44px;
}

.tab-1 {
    position: absolute;
    top: 7px;
    left: 3%;
}

.tab-2 {
    position: absolute;
    top: 7px;
    right: 3%;
}

.tabbox input[type="radio"]:checked+.tab {
    background-color: #b2deff;
    color: rgba(0, 0, 0, 1);
    border-bottom: transparent;
    top: 0px;
}

.tabbox input[type="radio"]:checked+.tab::after {
    background-color: transparent;
}

@media screen and (max-width: 1269px) {
    .tab {
        display: block;
        width: 100%;
        margin: 20px auto 0px auto;
        line-height: 44px;
    }
    .tab::after {
        display: none;
    }
    .tab-1 {
        position: relative;
        top: 0;
        left: 0;
    }
    .tab-2 {
        position: relative;
        top: 0;
        right: 0;
    }
    .tabbox input[type="radio"]:checked+.tab {
        border: 0px;
        top: 0;
    }
}

.content {
    width: 100%;
    display: none;
    border: 2px solid #cecece;
    overflow: scroll;
}

#tab-1:checked~.content-1,
#tab-2:checked~.content-2,
#tab-3:checked~.content-3,
#tab-4:checked~.content-4 {
    display: block;
}

.content-1 {
    height: 500px;
    padding: 0px 50px 0px 50px;
    background-color: #ffffff;
}

.content-2 {
    height: 500px;
    padding: 0px 50px 0px 50px;
    background-color: #ffffff;
}

@media screen and (max-width: 1269px) {
    .content {
        display: block;
        height: 0px;
        transition: 0.3s all;
        border: 2px solid #cecece;
    }
    #tab-1:checked~.content-1,
    #tab-2:checked~.content-2,
    #tab-3:checked~.content-3,
    #tab-4:checked~.content-4 {
        height: auto;
    }
    .content-1 {
        padding: 0px 10px 0px 10px;
        background-color: #ffffff;
    }
    .content-2 {
        padding: 0px 10px 0px 10px;
        background-color: #ffffff;
    }
}


/* *******************
/*      $Form
********************** */

.form-A {
    font-weight: 400;
    width: 510px;
}

.form-A label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 17px;
}

.form-A__label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 121px;
    height: 35px;
    font-size: 18px;
    color: #ffffff;
    background-color: #1688dd;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    vertical-align: bottom;
    top: 1px;
    padding-left: 12px;
}

.form-A__text {
    font-size: 18px
}

.form-A__input {
    display: inline-block;
    vertical-align: bottom;
    height: 34px;
    font-size: 16px;
    font-weight: normal;
    width: calc(100% - 121px);
}

@media(max-width:768px) {
    .form-A__input {
        display: block;
        width: 100%;
    }
}

.form-A input[type="text"],
.form-A input[type="tel"],
.form-A input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #909da7;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.form-A input::-webkit-input-placeholder,
.form-A textarea::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.53;
}

.form-A input:-moz-placeholder,
.form-A textarea:-moz-placeholder {
    color: #333333;
    opacity: 0.53;
}

.form-A input::-moz-placeholder,
.form-A textarea::-moz-placeholder {
    color: #333333;
    opacity: 0.53;
}

.form-A input:-ms-input-placeholder,
.form-A textarea:-ms-input-placeholder {
    color: #333333;
    opacity: 0.53;
}

.form-A textarea {
    margin-bottom: 26px;
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #909da7;
}

.form-A .form-A__recaptcha {
    display: inline-block;
    width: 302px;
    height: 76px;
    background-size: contain;
    background-position: center;
    background-clip: border-box;
    background-repeat: no-repeat;
}

.form-A__finalbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-A__recaptcha {
    flex-shrink: 0;
}

@media(max-width:1269px) {
    .form-A__finalbox {
        justify-content: center;
        flex-direction: column;
    }
    .form-A__finalbox>div {
        margin: 8px 0px;
    }
}


/* *******************
/*      $Faqbox
   ******************* */

.faqbox {
    margin: 32px 0;
    border: 2px solid #a58d45;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.faqbox>div:first-child {
    background-color: #a58d45;
}

.faqbox>div:last-child {
    background-color: #fff;
}

.faqbox__num {
    color: #fff;
    font-size: 18px;
    padding: 0 6px 0 20px;
}

.faqbox__que {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .faqbox__num {
        color: #fff;
        font-size: 18px;
        padding: 0 6px 0 6px;
    }
    .faqbox__que {
        font-size: 14px;
    }
}

.faqbox__arrowbtn {
    width: 55px;
    height: 5px;
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 767px) {
    .faqbox__arrowbtn {
        width: 30px;
        border-radius: 3px;
        flex-shrink: 0;
        margin: 0 6px;
    }
}

.faqbox__bar {
    width: 26px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 3px 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    opacity: 1;
    visibility: visible;
}

.faqbox__bar--hidden {
    opacity: 0;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.faqbox__arrowbtn:hover {
    opacity: 0.9;
}

.faqbox__ans {
    color: #3d3c3c;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 16px 30px;
    line-height: 24px;
    display: none;
    background-color: #fff;
    overflow: auto
}

.faqbox__ans img,
.faqbox__ans video {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .faqbox__ans {
        font-size: 14px;
    }
}
