/* Reset Code */


/*==========================================================       
   其他共用
=========================================================*/
.horizontal {
    display: flex;
    align-items: center;
}

.full-row {
    margin-right: -15px;
    margin-left: -15px;
    display: table;
    content: " ";
    clear: both;
}

.pixeltabl {
    border: 1px solid #BBBBBB;
}

.pixeltabl_bottom {
    border-bottom: 1px solid #BBBBBB;
}

.wrapper {
    width: 100%;
    float: left;
    padding: 3rem 0;
    min-height: 600px;
}

.exclamation {
    padding: 15px 25px;
    width: 100%;
    float: left;
    transition: 0.3s ease-in;
    display: block;
    background: var(--bg-color);
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color-light);
    position: relative;
    line-height: 2;
    margin: 1em 0;
}

/*--responsive media-quries--*/
@media (max-width: 1100px) {
    .wrapper {
        min-height: 560px;
    }
}

@media (max-width: 768px) {
    .wrapper {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        min-height: 700px;
    }

}

@media (min-width: 576px) {
    .agilemodal-dialog {
        max-width: 750px;
        margin: 5rem auto;
    }
}

@media (max-width: 550px) {
    .wrapper {
        min-height: 620px;
    }

}

@media (max-width: 420px) {
    .wrapper {
        min-height: 600px;
    }

}

@media (max-width: 375px) {
    .wrapper {
        min-height: 568px;
    }

}

/*============================================================== 
    inner banner  內頁上方banner
==============================================================*/
.inner-banner {
    width: 100%;
    height: auto;
    margin: 66px 0 .5rem 0;
}

.inner-banner img {
    width: 100%;
    height: auto;
}


/*--responsive media-quries--*/
@media (max-width: 1100px) {
    .inner-banner {
        margin: 72px 0 0 0;
    }
}

@media (max-width: 768px) {
    .inner-banner {
        margin: 68px 0 0 0;
    }
}

@media (max-width: 600px) {
    .inner-banner {
        margin: 56px 0 0 0;
    }
}

/*============================================================== 
    breadcrumb
==============================================================*/
.breadcrumb {
    float: left;
    margin-top: .3rem;

}

.breadcrumb,
.breadcrumb a {
    color: #656565;
    font-size: 12px;
}

.breadcrumb-item:before {
    content: '>';
    margin: 0 0.3rem;
}


/*--responsive media-quries--*/
@media(max-width:420px) {
    .breadcrumb {
        margin-bottom: 0;
    }
}




/*==============================================================
    分頁按鈕
==============================================================*/
.PaginationBox {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.InnerPagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.InnerPagination>li {
    display: inline;
}

.InnerPagination>li>a,
.InnerPagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.InnerPagination>li:first-child>a,
.InnerPagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.InnerPagination>li:last-child>a,
.InnerPagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.InnerPagination>li>a:hover,
.InnerPagination>li>span:hover,
.InnerPagination>li>a:focus,
.InnerPagination>li>span:focus {
    color: #fff;
    background-color: #aecedd;
    border-color: #aecedd;
}

.InnerPagination>.active>a,
.InnerPagination>.active>span,
.InnerPagination>.active>a:hover,
.InnerPagination>.active>span:hover,
.InnerPagination>.active>a:focus,
.InnerPagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f48924;
    border-color: #BFBFBF;
}

.InnerPagination>.disabled>span,
.InnerPagination>.disabled>span:hover,
.InnerPagination>.disabled>span:focus,
.InnerPagination>.disabled>a,
.InnerPagination>.disabled>a:hover,
.InnerPagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.InnerPagination-lg>li>a,
.InnerPagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.InnerPagination-lg>li:first-child>a,
.InnerPagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.InnerPagination-lg>li:last-child>a,
.InnerPagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.InnerPagination-sm>li>a,
.InnerPagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.InnerPagination-sm>li:first-child>a,
.InnerPagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.InnerPagination-sm>li:last-child>a,
.InnerPagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*==============================================================
    header 
==============================================================*/
/* navigation styling */
.logo-img {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 0.25rem;
}

.logo-img img {
    width: 100%;
    height: auto;
}

.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 4px rgba(140, 140, 140, .8);
}

.navbar .navbar-brand_text-cn {
    font-size: 1rem;
    font-weight: 800;
    font-family: '微軟正黑體';
}

.navbar .navbar-brand_text-en {
    font-size: .1rem;
    font-weight: 400;
    letter-spacing: -1em;
    margin-left: 0.3em;
}

.navbar .navbar-brand:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .show>.nav-link,
.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    background: -webkit-gradient(linear, bottom top, bottom top, from(#4cafa9), to(#074427));
    background: linear-gradient(180deg, #4cafa9 10%, #074427 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:active {
    padding: 0;
    font-size: 1em;
    color: #353434;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.nav-fixed .navbar .navbar-brand {
    color: var(--heading-color);
}

.navbar-nav .dropdown-menu li {
    width: 100%;
}

a.dropdown-item {
    font-size: 15px;
    color: var(--heading-color);
    padding: 5px 24px;
    font-weight: 500;
    text-transform: uppercase;
}

a.dropdown-item:hover {
    color: #ff4e00;
    background: none;
}

a.dropdown-item.active {
    background: transparent;
    color: #ff4e00;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(-30px);
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    box-shadow: rgb(12 12 12 / 6%) 0px 1px 20px 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-1 {
    transform: translateX(-50px);
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-2 {
    transform: translateX(-30px);
}


.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    display: block;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -7px;
    left: 49%;
    z-index: 1001;
}

header {
    background-color: #fff;
    padding: 0;
    transition: all 0.4s ease 0s;
    height: 65px;
    display: grid;
    align-items: center;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
}

header.nav-fixed {
    padding: 0;
    background-color: var(--bg-color);
    height: 65px;
    border-bottom: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    z-index: 10 !important;
    /* for z-index:10 to display gallery popup */
}

.dropdown-toggle::after {
    display: none;
}


.nav-fixed .search-header input {
    color: var(--heading-color);
    border-color: var(--border-color-light);
}

.nav-fixed .search-header input::-moz-placeholder {
    color: var(--heading-color);
    opacity: .8;
}

.nav-fixed .search-header input::placeholder {
    color: var(--heading-color);
    opacity: .8;
}


/*--responsive media-quries--*/
@media only screen and (max-width: 1100px) {
    header.nav-fixed {
        height: auto;
        padding: 14px 0;
    }

    header {
        height: auto;
        padding: 12px 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    .navbar-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    .navbar-toggler {
        padding: 0rem !important;
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        float: left;
        text-align: center;
        width: 100%;
        padding: 20px;
        margin-top: 16px;
        box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 7px 0;
        border-bottom: 1px solid #DEE6E6;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: inline-block;
        text-align: center;
        color: #333;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: translateX(0px);
        border: 1px solid var(--border-color-light);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu:before {
        border: 1px solid var(--border-color-light);
        border-right: none;
        border-bottom: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    }

    .navbar-toggler-icon {
        background-image: none;
        padding: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #272121;
        border-radius: 4px;
        text-align: center;
    }

    .navbar-toggler-icon.fa {
        background: -webkit-gradient(linear, bottom top, bottom top, from(#4cafa9), to(#1d7004));
        background: linear-gradient(180deg, #4cafa9 30%, #1d7004 100%);
        font-size: 20px;
        line-height: 34px;
        color: #fff;
    }

    button.navbar-toggler .icon-close {
        display: block;
    }

    button.navbar-toggler .icon-expand {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-close {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-expand {
        display: block;
    }

    .cont-ser-position {
        position: absolute;
        right: 37px;
        top: 5px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-2 {
        transform: translateX(0px);
    }
}

@media only screen and (max-width: 900px) {
    .cont-ser-position {
        position: absolute;
        right: 70px;
        top: 10px;
    }
}

@media only screen and (max-width: 768px) {

    header {
        padding: 10px 0;
    }

    .cont-ser-position {
        top: 2px;
        right: 42px;
    }

    .navbar .navbar-brand_text-en {
        font-size: .12rem;
        font-weight: 400;
        letter-spacing: -.8em;
    }

    .navbar .navbar-brand_text-cn {
        font-size: 1rem;
        font-weight: 800;
        font-family: '微軟正黑體';
    }
}

@media only screen and (max-width: 600px) {
    header {
        padding: 8px 0;
    }

    .logo-img {
        width: 260px;
    }
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-brand {
        font-size: 32px;
    }

    .logo-img {}
}

@media only screen and (max-width: 400px) {
    .navbar .navbar-brand {
        font-size: 32px;
    }

    .logo-img {
        width: 240px;
    }

    .navbar .navbar-brand_text-en {
        font-size: .125555rem;
        font-weight: 100;
        letter-spacing: -.8em;
        margin-top: 0px;
    }

    .navbar .navbar-brand_text-cn {
        font-size: .9rem;
        font-weight: 700;
    }

}

/* //navigation styling */


/*==============================================================
       按鈕
==============================================================*/
.btn-box {
    width: 100%;
    max-width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.btn-addtocart {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 50px;
    font-size: 16px;
    color: #cddda4;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border-color: #cddda4;
    transition: all 1.8s ease-in-out;
}

.btn-addtocart:hover {
    background: #cddda4;
    color: #fff;
}

.btn-quick_buy {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border: none;
    background: #cddda4;
    transition: all 1.8s ease-in-out;
}

.btn-quick_buy:hover {
    color: #fff;
    background-color: #B8C499;
}

.btn-proEnd {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 120px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border: none;
    background: #B8B8B8;
    transition: all 1.8s ease-in-out;
}

.btn-proEnd:hover {
    color: #fff;
    background-color: #D5D5D5;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-style {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 13px 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border: none;
    transition: all 1.8s ease-in-out;
    background: -webkit-gradient(linear, bottom top, bottom top, from(#1D999F), to(#054123));
    background: linear-gradient(90deg, #1D999F 35%, #054123 100%);
}

.btn-style:hover {
    background: #B71726;
    color: #fff;
}

.btn-green {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 10px 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border: none;
    background: #cddda4;
    transition: all 1.8s ease-in-out;
}

.btn-green:hover {
    color: #fff;
    background-color: #B8C499;
}

.btn-pink {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 13px 50px;

    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border: none;
    background: #ff4e00;
    transition: all 1.8s ease-in-out;
}

.btn-pink:hover {
    color: #fff;
    background-color: #f48924;
    border-color: #BFBFBF;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #B9B9B9;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #E72F57;
    border-color: #B9B9B9;
}

.btn-blue-light {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 13px 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border: none;
    background: #aecedd;
    transition: all 1.8s ease-in-out;
}

.btn-blue-light:hover {
    color: #fff;
    background-color: #f48924;
    border-color: #BFBFBF;
}

.btn-GB {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 13px 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    border: none;
    background: #7FDCC9;
    transition: all 1.8s ease-in-out;
}

.btn-GB:hover {
    color: #fff;
    background-color: #6ACED7;
    border-color: #BFBFBF;
}

a.btn-style-primary {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

a.btn-style-primary:hover {
    color: #ff4e00;
}

a.btn-style-primary i {
    color: #ff4e00;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    box-shadow: 0 0.5rem 1rem rgb(16 16 16 / 7%);
}

/*--responsive media-quries--*/
@media (max-width:568px) {
    .btn-style {
        padding: 10px 30px;
        font-size: 15px;
    }

}

@media (max-width: 420px) {
    .btn-style {
        padding: 5px 12px;
    }

    .btn-pink,
    .btn-GB {
        padding: 10px 35px;
    }
}

@media (max-width: 360px) {

    .btn-pink,
    .btn-GB {
        padding: 10px 30px;
    }
}



/*==============================================================
    title style 
==============================================================*/
h3.title-style {
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 0 2px 12px rgb(0 0 0 / 14%);
}

h3.title-style span {
    font-weight: 100;
}

h5.title-style {
    font-size: 32px;
    line-height: 50px;
}

/*--responsive media-quries--*/
@media (max-width:991px) {
    h3.title-style {
        font-size: 38px;
        line-height: 48px;
    }

    h5.title-style {
        font-size: 1.7rem;
        line-height: 40px;
    }
}

@media (max-width:600px) {
    h3.title-style {
        font-size: 35px;
        line-height: 40px;
    }

    h5.title-style {
        font-size: 1.5rem;
        line-height: 30px;
    }
}

@media (max-width: 450px) {
    h3.title-style {
        font-size: 30px;
        line-height: 30px;
    }

    .btn-style {
        line-height: 1.2;
        padding: 10px 20px;
    }
}

@media (max-width:380px) {}

/*==============================================================
   footer 
==============================================================*/
footer {
    background: url(../images/footer.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--footer-layer);
    z-index: -1;
}

.copy-text {
    width: 100%;
    color: #fff;
    opacity: .8;
    font-size: 16px;
    text-align: center;
}

.textbox {
    width: auto;
}

footer i {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

footer i:hover {
    color: #ff4e00;
}

/*--responsive media-quries--*/

@media (max-width: 620px) {

    footer .copy-text,
    .copy-text a {
        font-size: 13px;
    }
}

/* //footer */

/*============================================================== 
     PrivacyPolicy
==============================================================*/
.PrivacyPolicy-Box a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.PrivacyPolicy-Box a:hover {
    color: #FFE500;
}

.PrivacyPolicy-top {
    display: block;
    width: 100%;
}

.PrivacyPolicy-top p {
    color: #7C878F;
    font-size: 1em;
    margin: 0;
}

.PrivacyPolicy-top span {
    display: block;
}

.PrivacyPolicy {
    width: 100%;
    float: left;
    margin: 2em 0;
    text-align: left;
}

.PrivacyPolicy h3 {
    font-size: 1.3em;
    font-weight: 600;
}

.PrivacyPolicy p {
    font-size: 1em;
    color: #333;
}

/*--responsive media-quries--*/
@media (max-width: 768px) {
    .PrivacyPolicy {
        margin: 3em 0;
    }

}

@media (max-width: 600px) {
    .PrivacyPolicy-Box {
        width: 100%;
    }

    .PrivacyPolicy-Box a {
        font-size: 13px;
    }

}

    /*============================================================== 
     movetop styling 
==============================================================*/
    #movetop {
        position: fixed;
        bottom: 90px;
        right: 15px;
        z-index: 9;
        font-size: 16px;
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        width: 40px;
        height: 40px;
        background: #ff4e00;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        padding: 0;
    }

    #movetop:hover {
        opacity: .8;
    }


    /*==============================================================
	表單元件
==========================================================*/
    .content-search {
        float: left;
        width: 100%;
        margin: 0 0 1em;
    }

    .content-search-w50 {
        float: left;
        width: 50%;
        margin: 0 25% 1em;
    }

    .content-search-full {
        float: left;
        width: 100%;
    }

    .text-box {
        outline: none;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        padding: 0px 10px 0px 0px;
        color: #000;
    }

    .content-form select,
    .content-form input[ type="date"],
    .content-form input[type="text"],
    .content-form input[type="password"],
    .content-form textarea {
        outline: none;
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        padding: 12px 15px 12px 12px;
        color: #8C8C8C;
        border: 1px #ebebeb solid;
    }

    .content-form select {
        background: #Ffff url(../images/down.png) no-repeat 97% 52%;
        -webkit-appearance: none;
    }


    .content-form textarea {
        resize: none;
        height: 6em;
    }

    .content-form form input[type=submit] {
        color: #fff;
        padding: 13px 0px;
        font-size: 1.5em;
        cursor: pointer;
        font-weight: 500;
        border: none;
        border-radius: 5px;
        background: #ff4e00;
        outline: none;
        width: 100%;
    }

    .content-form form input[type=submit]:hover {
        background: #f48924;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }

    .check-area {
        width: 100%;
        float: left;
        color: #888;
        background: none;
        outline: none;
        font-size: 16px;
        margin: 3px 0;
    }

    .checkBox {
        width: 33.3333333%;
        float: left;
        margin: 0.375rem 0;
    }

    .check-area input[type="date"] {
        width: auto;
        color: #888;
        background: none;
        padding: 5px 10px;
        outline: none;
        font-size: 16px;
        border: 1px solid #ebebeb;
        margin: 3px 10px 0 0;
    }

    .call-to-action_content .content-form input-::-webkit-input-placeholder,
    .call-to-action_content .content-form input:-ms-input-placeholder,
    .call-to-action_content .content-form input::-webkit-input-placeholder,
    .call-to-action_content .content-form input::-moz-placeholder,
    .call-to-action_content .content-form input::-ms-input-placeholder,
    .call-to-action_content .content-form input::placeholder {
        color: #8C8C8C;
    }


    .content-search_btn {
        width: 100%;
        display: inline-block;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        font-weight: bold;
        outline: none;
        border: none;
        background: #ff4e00;
        transition: all 1.8s ease-in-out;
    }

    .content-search_btn:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }


    /*--responsive media-quries--*/
    @media (max-width: 1100px) {
        .content-search {
            width: 100%;
            margin: 0 0 .5em;
        }
    }

    @media (max-width: 600px) {
        .content-search-w50 {
            float: left;
            width: 100%;
            margin: 1em 0% .5em;
        }
    }

    @media(max-width:550px) {
        .checkBox {
            width: 50%;
        }

        .form-group form input[type=submit] {
            padding: 10px 15px;
        }
    }

    @media(max-width:420px) {

        .content-form input[type="text"] {
            font-size: 15px;
            line-height: 20px;
            padding: 8px;
            height: 40px;
        }

        .form-group form input[type=submit] {
            width: 90%;
            padding: 8px 12px;
            font-size: 15px;
        }

        .text-box {
            font-size: 18px;
            line-height: 23px;
            padding: 8px 8px 8px 0px;
            height: auto;
        }

        .content-form select,
        .content-form input[ type="date"] {
            font-size: 15px;
            line-height: 23px;
            padding: 8px 10px 8px 8px;
            height: auto;
        }

        .content-search_btn {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .check-area {
            font-size: 15px;
        }


    }

    @media(max-width:380px) {
        .text-box {
            font-size: 16px;
        }

        .content-form select,
        .content-form input[ type="date"],
        .content-form input[type="text"],
        .content-form textarea {
            font-size: 14px;
        }

        .check-area {
            font-size: 14px;
        }


    }




/*==============================================================
	共用列表
==============================================================*/
    .radius_list {
        margin: 3px 0;
        width: 100%;
        float: left;
        padding: 15px 25px;
        transition: 0.3s ease-in;
        display: block;
        background: var(--bg-color);
        box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
        border-radius: var(--border-radius);
        border: 1px solid var(--border-color-light);
        position: relative;
    }

    .radius_list-p0 {
        margin: 3px 0;
        width: 100%;
        float: left;
        padding: 0;
        transition: 0.3s ease-in;
        display: block;
        background: var(--bg-color);
        box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
        border-radius: var(--border-radius);
        border: 1px solid var(--border-color-light);
        position: relative;
    }

    .radius_list-w80 {
        margin: 3px 10%;
        width: 80%;
        float: left;
        padding: 15px 25px;
        transition: 0.3s ease-in;
        display: block;
        background: var(--bg-color);
        box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
        border-radius: var(--border-radius);
        border: 1px solid var(--border-color-light);
        position: relative;
    }

    .radius_list-w80-p0 {
        margin: 3px 10%;
        width: 80%;
        float: left;
        padding: 0px;
        transition: 0.3s ease-in;
        display: block;
        background: var(--bg-color);
        box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
        border-radius: var(--border-radius);
        border: 1px solid var(--border-color-light);
        position: relative;
    }

    .ContentBox {
        width: 100%;
        float: left;
        padding: 15px 25px;
    }

    .radius_list i,
    .radius_list-w80 i,
    .radius_list-p0 {
        color: #ff4e00;
        margin-right: 5px;
    }

    .radius_topbtn-atcion,
    .radius_topbtn {
        width: 50%;
        float: left;
        margin-bottom: 2rem;
        padding: 1.5rem 25px;
        font-size: 1.8rem;
        font-weight: 600;
        text-align: center;
        transition: all .6s ease-in-out;
    }

    .radius_topbtn-atcion {
        color: #ff4e00;
    }

    .radius_topbtn {
        background: #EDEDED;
    }

    .radius_topbtn a {
        color: #000;
    }

    .radius_topbtn:hover {
        background: #EDEDED;
    }

    /*--responsive media-quries--*/
    @media all and (max-width: 1100px) {

        .radius_list-w80,
        .radius_list-w80-p0 {
            margin: 3px 0%;
            width: 100%;
        }
    }

    @media all and (max-width: 800px) {

        .radius_topbtn-atcion,
        .radius_topbtn {
            padding: 1.2rem 25px;
            font-size: 1.6rem;
        }

        .form-group form input[type=submit] {
            padding: 12px 0px;
            font-size: 1.2em;
        }

    }

    @media all and (max-width: 600px) {

        .radius_topbtn-atcion,
        .radius_topbtn {
            padding: 1rem 20px;
            font-size: 1.5rem;
        }

    }

    @media all and (max-width: 480px) {

        .radius_topbtn-atcion,
        .radius_topbtn {
            font-size: 1.4rem;
        }

    }

    @media (max-width: 420px) {

        .radius_topbtn-atcion,
        .radius_topbtn {
            font-size: 1.3rem;
        }

        .radius_list-w80 {
            padding: 15px 20px;
        }
    }