[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'CenturyGothic-Bold', 'MyriadPro-Regular', Arial, 微軟正黑體, 'Microsoft JhengHei', Heiti TC, sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-flex {
    display: flex;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.col-6 {
    height: auto;
    width: 50%;
}

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

h1,
h2,
h3 {
    font-family: Century Gothic;
    font-weight: bold;
}

input::placeholder {
    color: #595959;
}

.text-size-11 {
    font-size: 11px;
}

.text-size-14 {
    font-size: 14px;
}

.text-size-18 {
    font-size: 18px;
}

.text-size-30 {
    font-size: 30px;
}

.text-size-48 {
    font-size: 48px;
}

.text-spacing_5 {
    letter-spacing: 0.5px;
}

.text-spacing-1 {
    letter-spacing: 1px;
}

.mr-1 {
    margin-right: 1px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-28 {
    margin-right: 28px;
}

.ml-1 {
    margin-left: 1px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-245 {
    margin-top: 245px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-77 {
    padding-bottom: 77px;
}

.px-2 {
    padding-right: 2px;
    padding-left: 5px;
}

.px-17 {
    padding-right: 17px;
    padding-left: 17px;
}

.py-23 {
    padding-top: 23px;
    padding-bottom: 23px;
}

.px-content {
    padding-right: 125px;
    padding-left: 60px;
}

.border-t-1 {
    border-top: 1px solid #000;
}

.border-b-1 {
    border-bottom: 1px solid #000;
}

.border-b-3 {
    border-bottom: 3px solid #d21010;
}

.border-b-4-r {
    border-bottom: 4px solid #d21010;
}

.border-b-5 {
    border-bottom: 5px solid #000;
}

.border-r-1 {
    border-right: 1px solid #d21010;
}

.w-30 {
    width: 30%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-90 {
    width: 90%;
}

.line-h-1 {
    line-height: 1.5;
}

.bg-red {
    background-color: #d21010;
}

.bg-gray {
    background-color: rgb(127, 127, 127);
}

.bg-black {
    background-color: #252525;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #727272;
}

.bg-opacity {
    width: 100%;
    height: 100%;
    display: none;
}

.bg-opacity-5 {
    background-color: rgba(0, 0, 0, .5);
}

.bg-opacity-7 {
    background-color: rgba(0, 0, 0, .7);
}

.bg-light-3 {
    filter: brightness(.3);
}

.bg-light-5 {
    filter: brightness(.5);
}

.bg {
    padding-bottom: 100px;
}

.rightUp-close-btn {
    display: block;
    font-size: 11px;
    color: #fff;
    background-color: #595959;
    width: 100px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
}

.rightUp-close-btn>span {
    font-size: 0;
    height: 5px;
    width: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

.rightUp-close-btn>span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.rightUp-close-btn>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.disabled {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    pointer-events: none;
    cursor: default;
    filter: brightness(.5);
    -ms-filter: grayscale(100%);
}

.disabled-3 {
    filter: brightness(.3);
}

.title {
    justify-content: flex-start;
}


/* icon */

.icon {
    margin-right: 10px;
}

.icon-user:before {
    content: "\e918";
}

.icon-locked:before {
    content: "\e91a";
}

.icon-key:before {
    content: "\e919";
}

.icon-envelope:before {
    content: "\e91b";
}

.icon-i-right:before {
    content: "\e915";
}

.icon-i-down:before {
    content: "\e90c";
}

.icon-check:before {
    content: "\e91d";
}

.icon-close:before {
    content: "\e91c";
}


/* header */

.nav_close p>span {
    top: -2px;
}

.hd_inner h1 {
    color: #fff;
}


/*customer*/

.showContent {
    display: none;
}

.customer-bg {
    background-image: url(../img/Main-Banner.jpg);
    width: 100%;
    height: 1080px;
    position: relative;
    background-size: cover;
    padding-top: 200px;
}

.login-content {
    font-family: Myriad Pro;
    background-image: url(../img/BG.jpg);
    width: calc(100% - 40px);
    max-width: 1169px;
    min-height: 656px;
    margin: auto;
    transition: all .5s;
}


/* .login-success {
    opacity: 0;
    transition: all .5s;
} */

.form {
    font-family: Myriad Pro;
    line-height: 57px;
    font-size: 14px;
    font-weight: bold;
}

.form label {
    display: inline-block;
    width: 140px;
}

.form input {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.btn {
    display: block;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    font-family: Myriad Pro;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.edit-account {
    width: 133px;
}

.edit-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 50%;
}

.bounce-box {
    flex-direction: column;
    background-image: url(../img/iStock.jpg);
    width: 971px;
    min-height: 512px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 50%;
    box-shadow: 5px 5px 10px #535050;
    font-family: Myriad Pro;
}

.login-content hr {
    border-top: 1px solid #000;
    margin: 0;
    margin-bottom: 41px;
}


/* forgetPw */

.forgetPw {
    margin: 270px auto 0px -485px;
}

.forgetPw .d-none {
    display: none;
}

.forgetPw .title {
    font-family: Century Gothic;
    font-weight: bold;
}

.forgetPw .col-6 {
    margin-top: 90px;
    margin-left: 10%;
    width: 45%;
}

.forgetPw a {
    color: #fff;
}


/* Password Sneted */

.sendPw {
    margin: 320px auto 0px -485px;
}

.sendPw {
    display: none;
    top: 0% !important;
    transform: none !important;
}

.sendPw .title {
    font-family: Century Gothic;
    font-weight: bold;
}

.sendPw .col-6 {
    margin-top: 145px;
    margin-left: 10%;
}

.sendPw a {
    color: #fff;
}


/* account */

.account-edit-page {
    display: none;
}

.account-edit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}

.account-edit-content {
    max-width: 800px;
    margin: 0px auto 0px auto;
    font-family: Myriad Pro;
    padding-top: 150px;
    padding-bottom: 12px;
}

.account-edit-form {
    border-top: 5px solid #000;
    font-size: 14px;
    font-weight: bold;
}

.account-edit-form label {
    display: inline-block;
    width: 20%;
    padding-top: 23px;
    padding-bottom: 23px;
}

.account-edit-form input,
.account-edit-form select {
    border: none;
    width: 79%;
    background-color: rgba(0, 0, 0, 0);
}

.account-edit-form .w-70 {
    width: 70%;
}

.agree {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 195px;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    line-height: normal;
    font-weight: normal;
}

.agree .circle {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agree .circle a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000;
}

.account-edit-save {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.account-edit-save .d-none {
    display: none;
}

.account-edit-save .title {
    font-family: Century Gothic;
    font-weight: bold;
}

.account-edit-save .col-6 {
    margin-top: 145px;
    margin-left: 10%;
}


/* register */

.register-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    height: 100vh;
    overflow-y: scroll
}

.register-title p {
    font-family: Myriad Pro;
}

.register-page i {
    border: 2px solid black;
    border-radius: 50%;
}

.register-bg {
    position: relative;
    background-image: url(../img/customer_register_bg.jpg);
    height: 650px;
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center 80%;
}

.register-title {
    width: 570px;
}

.note {
    height: 120px;
    background-color: #f0f0f0;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.5;
}

.note img {
    height: 43px;
}

.save-close-btn a {
    color: #fff;
}

.register-bg i {
    position: absolute;
    bottom: 65px;
}


/* footer */

.mask {
    position: relative;
}

.mask:after {
    content: '';
}

.mask.mask1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all 1s;
}

.mask.mask2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: all 1s;
}


/* .opacity-1 {
    opacity: 1;
    transition: all .5s;
}

.opacity-0 {
    opacity: 0;
    transition: all .5s;
} */


/*下拉選單*/

.nice-select {
    border: none;
    width: 80%;
    padding: 0;
}

.nice-select>ul {
    width: 100%;
}

.nice-select .list {
    height: 320px;
    overflow-y: scroll;
}


/* RWD */


/* xl 1025以上*/

@media(max-width: 1025px) {
    .col-xl-5 {
        width: 56%;
    }

    .bounce-box {
        width: 871px;
        margin: 270px auto 0px -435.5px;
    }

    .account-edit-save {
        margin: auto;
    }

    .sendPw {
        margin: 270px auto 0px -435.5px !important;
    }
}


/* lg 824~1025*/

@media(max-width: 824px) {
    .px-content {
        padding-right: 100px;
        padding-left: 100px;
    }

    .login-content {
        background: #FFF;
    }

    .account-edit-save {
        max-width: 700px;
        margin: auto !important
    }

    .mx-lg-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .col-lg-12 {
        width: 100%;
    }

    .account-edit-save .ml-lg-0 {
        margin-left: 0px;
    }

    .account-edit-save .ml-lg-0 p {
        padding-right: 10%;
        padding-left: 10%;
    }

    .mx-lg-auto {
        margin: 0 auto;
    }

    .bounce-box {
        width: 670px;
        margin: 240px auto 0px -335px;
    }

    .w-lg-40 {
        width: 40%;
    }

    .sendPw {
        margin: 240px auto 0px -335px !important;
    }
}


/* md 768~824 */


/*sm 576~768*/

@media(max-width: 668px) {
    .forgetPw .col-6 {
        margin-top: 90px;
        margin-left: 0;
        padding-right: 100px;
        padding-left: 100px;
        width: auto;
    }

    .account-edit-save {
        max-width: 600px;
        margin: auto !important
    }

    .bounce-box {
        width: 600px;
        margin: 245px auto 0px -300px;
    }

    .register-bg {
        background-size: cover;
    }

    .sendPw {
        margin: 245px auto 0px -300px !important;
    }
}


/*xs 576以下*/

@media(max-width: 600px) {
    .px-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .login-content {
        width: calc(100% - 20px);
    }

    .account-edit-form label {
        line-height: 1.2;
    }

    .account-edit-save .col-6 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .bounce-box {
        width: 500px;
        margin: 230px auto 0px -250px;
    }

    .px-xs-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form .w-xs-65 {
        width: 65%;
    }

    .account-edit-save {
        margin: auto !important;
    }

    .sendPw {
        margin: 230px auto 0px -250px !important;
    }
}

@media(max-width: 414px) {
    .forgetPw .col-6 {
        margin-top: 90px;
        margin-left: 0;
        padding-right: 20px;
        padding-left: 20px;
        width: auto;
    }

    .bounce-box {
        width: 400px;
        margin: 245px auto 0px -200px;
    }

    .px-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .register-title {
        width: 400px;
    }

    .form .w-xss-40 {
        width: 40%;
    }

    .account-edit-form label,
    .account-edit-form input,
    .account-edit-form select {
        width: 100%;
    }

    .account-edit-form .w-xs-50 {
        width: 50%;
    }

    .account-edit-form .w-xss-80 {
        width: 80%;
    }

    .pr-xs-17 {
        padding-right: 5px;
        padding-left: 0;
    }

    .pl-xs-17 {
        padding-right: 5px;
        padding-left: 0;
    }

    .note {
        padding-left: 2%;
        padding-right: 2%;
    }

    .select {
        flex-direction: column;
    }

    .select .nice-select {
        width: 100%;
    }

    .account-edit-save {
        margin: auto !important;
    }

    .sendPw {
        margin: 245px auto 0px -200px !important;
    }
}

@media(max-width: 384px) {
    .bounce-box {
        width: 340px;
        margin: 235px auto 0px -170px;
    }

    .register-title {
        width: 290px;
    }

    .account-edit-save .col-6 {
        margin-top: 71px;
        margin-bottom: 71px;
    }

    .account-edit-save {
        margin: auto !important;
    }

    .sendPw {
        margin: 235px auto 0px -170px !important;
    }
}

@media(max-width: 320px) {
    .bounce-box {
        width: 300px;
        margin: 200px auto 0px -150px;
    }

    .mb-xss-40 {
        margin-bottom: 40px;
    }

    .pt-70 {
        padding-top: 50px;
    }

    .account-edit-save .col-6 {
        margin-top: 105px;
        margin-bottom: 105px;
    }

    .account-edit-save {
        margin: auto !important;
    }

    .sendPw {
        margin: 200px auto 0px -150px !important;
    }
}

.answer {
    width: 80%;
    padding: 12px 0 7px;
}

.dropdown .selected {
    border: 0;
}

.dropdown .selected,
.dropdown li {
    color: #000;
    background: #fff;
    font-size: 0.875rem;
}

.dropdown .selected::after {
    border-radius: 0;
    box-shadow: inset -55px 0 25px -20px #fff;
}

.dropdown:hover .selected::after {
    box-shadow: inset -55px 0 25px -20px #fff;
}

.dropdown.focus:after {
    background: #fff;
}

.dropdown .selected::before {
    display: none;
}

.dropdown .carat {
    right: 10px;
    border-top: 8px solid #000;
}

.dropdown .carat:after {
    border-top: 8px solid #fff;
}

.dropdown:hover .carat:after {
    border-top-color: #fff;
}

.dropdown.focus .carat {
    border-top-color: #000;
}

.dropdown.focus .carat:after {
    border-top-color: #fff;
}

.answer>ul {
    display: flex;
    flex-wrap: wrap;
}

.answer>ul>li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 30px 10px 42px;
    cursor: pointer;
}

.answer>ul>li input {
    width: calc(100% - 80px);
    padding: 0;
}


/* .dropdown>div {
    height: 300px !important;
} */

.dropdown .selected {
    padding-left: 0;
}

.dropdown li.active {
    background-color: #fff;
    color: #000;
}

.dropdown li.focus {
    background-color: #fff;
    color: #000;
}

.changeCap {
    display: flex;
    margin-left: auto;
}