@charset "UTF-8";
/* CSS Document */
.mainArea {
    padding-top: 96px;
    padding-bottom: 50px;
}

    .mainArea .wrap {
        position: relative;
        z-index: 5;
        max-width: 1640px;
    }

@media (max-width: 1180px) {
    .mainArea {
        padding-top: 30px;
    }
}

@-webkit-keyframes btnAni {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes btnAni {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.checkOutBox {
    position: relative;
    z-index: 2;
}

    .checkOutBox .halfBox {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
    }

@media (max-width: 960px) {
    .checkOutBox .halfBox {
        width: 100%;
    }
}

.checkOutBox .box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0;
}

    .checkOutBox .box.f-50 {
        max-width: 50%;
    }

@media (max-width: 1080px) {
    .checkOutBox .box.f-50 {
        max-width: initial;
        width: 100%;
    }
}

.checkOutBox .box.line {
    padding-bottom: 45px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

@media (max-width: 480px) {
    .checkOutBox .box.line {
        padding-bottom: 10px;
    }
}

.checkOutBox .note {
    width: 100%;
    padding-top: 12px;
    line-height: 1.6;
}

.checkOutBox .checkBox {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: clip;
    background: #fff;
}

    .checkOutBox .checkBox.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkOutBox .checkBox.shadow {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .checkOutBox .checkBox .inner {
        padding: 60px 100px 25px;
    }

@media (max-width: 1180px) {
    .checkOutBox .checkBox .inner {
        padding: 50px 40px 25px;
    }
}

@media (max-width: 640px) {
    .checkOutBox .checkBox .inner {
        padding: 50px 20px 25px;
    }
}

@media (max-width: 480px) {
    .checkOutBox .checkBox .inner {
        padding: 30px 20px 0;
    }
}

.checkOutBox .subTitle {
    font-weight: 500;
    color: #2b455c;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #2b455c;
}

@media (max-width: 480px) {
    .checkOutBox .subTitle {
        padding-bottom: 15px;
    }

        .checkOutBox .subTitle .eng {
            display: block;
            margin-left: 12px;
            font-size: 16px;
        }
}

.checkOutBox .subTitle .eng {
    letter-spacing: 0.5px;
    padding-left: 18px;
}

.checkOutBox .subTitle img {
    vertical-align: middle;
    margin-right: 5px;
}

.checkOutBox .subTitle.twoLine {
    border-bottom: transparent;
    padding-bottom: 15px;
}

    .checkOutBox .subTitle.twoLine::before, .checkOutBox .subTitle.twoLine::after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 20px;
        background: #2b455c;
    }

    .checkOutBox .subTitle.twoLine::before {
        margin-right: 15px;
    }

    .checkOutBox .subTitle.twoLine::after {
        margin-left: 15px;
    }

.checkOutBox .inputList {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 28px;
}

@media (max-width: 960px) {
    .checkOutBox .inputList {
        font-size: 16px;
    }
}

.checkOutBox .inputList > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 42px;
    margin-top: 0;
    padding-right: 30px;
}

@media (max-width: 960px) {
    .checkOutBox .inputList > li {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .checkOutBox .inputList > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.checkOutBox .inputList > li.f-50 {
    width: 50%;
}

@media (max-width: 960px) {
    .checkOutBox .inputList > li.f-50 {
        width: 100%;
    }
}

.checkOutBox .inputList > li.mb-30 {
    margin-bottom: 20px;
}

.checkOutBox .inputList > li.f-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkOutBox .inputList em {
    margin-left: 3px;
    color: #a62627;
}

.checkOutBox .inputList .left {
    min-width: 160px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #343434;
    font-size: 18px;
}

@media (max-width: 960px) {
    .checkOutBox .inputList .left {
        font-size: 16px;
        min-width: 120px;
    }
}

.checkOutBox .inputList .right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 480px) {
    .checkOutBox .inputList .right {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
}

.checkOutBox .inputList .code {
    width: 100%;
}

.checkOutBox .inputList .noteTxt {
    color: #898989;
    padding: 5px 0;
}

    .checkOutBox .inputList .noteTxt.red {
        color: #c71818;
    }

.checkOutBox .inputList .full {
    width: 100%;
}

.checkOutBox .inputList .shipInputBox {
    position: relative;
    width: 50%;
    max-width: 420px;
    margin-right: auto;
}

@media (max-width: 768px) {
    .checkOutBox .inputList .shipInputBox {
        max-width: initial;
        width: 100%;
    }
}

.checkOutBox .inputList .pickInputBox {
    position: relative;
    width: 100%;
}

.checkOutBox .inputList .billBox {
    width: 100%;
    margin: 20px 0;
}

    .checkOutBox .inputList .billBox .selfBox,
    .checkOutBox .inputList .billBox .companyBox {
        display: none;
    }

@media (max-width: 768px) {
    .checkOutBox .inputList .billBox .selfBox label,
    .checkOutBox .inputList .billBox .companyBox label {
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .checkOutBox .inputList .billBox .selfBox label,
    .checkOutBox .inputList .billBox .companyBox label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.checkOutBox .inputList .billBox .selfBox {
    margin-top: 20px;
}

    .checkOutBox .inputList .billBox .selfBox label {
        display: none;
        margin-right: 0;
    }

@media (max-width: 640px) {
    .checkOutBox .inputList .billBox .selfBox label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.checkOutBox .inputList .billBox .selfBox label.appear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .checkOutBox .inputList .billBox .selfBox label input[type=text],
    .checkOutBox .inputList .billBox .selfBox label input[type=password] {
        padding: 5px 15px 5px 30px;
    }
}

@media (max-width: 640px) {
    .checkOutBox .inputList .billBox .selfBox label input[type=text],
    .checkOutBox .inputList .billBox .selfBox label input[type=password] {
        margin-right: 0;
        border-radius: 0 0 6px 6px;
    }
}

@media (max-width: 480px) {
    .checkOutBox .inputList .billBox .selfBox label input[type=text],
    .checkOutBox .inputList .billBox .selfBox label input[type=password] {
        padding: 5px 15px;
    }
}

.checkOutBox .inputList .billBox .selfBox label a {
    display: block;
    min-width: 120px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #6b6b6b;
    padding-bottom: 5px;
    margin: 10px 0;
}

@media (max-width: 960px) {
    .checkOutBox .inputList .billBox .selfBox label a {
        font-size: 16px;
        min-width: 100px;
    }
}

@media (max-width: 768px) {
    .checkOutBox .inputList .billBox .selfBox label a {
        margin-left: 5px;
    }
}

.checkOutBox .inputList .billBox .selfBox label a img {
    display: inline-block;
    width: 15px;
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
    margin-right: 5px;
}

@media (min-width: 1201px) {
    .checkOutBox .inputList .billBox .selfBox label a:hover {
        color: #2b455c;
        border-bottom: 1px solid #2b455c;
    }

        .checkOutBox .inputList .billBox .selfBox label a:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }
}

.checkOutBox .inputList .billBox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

    .checkOutBox .inputList .billBox label .subtitle {
        min-width: 130px;
        background: #f3f2f2;
        height: 54px;
        line-height: 54px;
        color: #6b6b6b;
        padding: 0 10px 0 30px;
        border-radius: 6px 0 0 6px;
    }

@media (max-width: 768px) {
    .checkOutBox .inputList .billBox label .subtitle {
        min-width: 110px;
        padding: 0px 15px 0px 30px;
        border-right: 1px solid #c2c2c2;
    }
}

@media (max-width: 640px) {
    .checkOutBox .inputList .billBox label .subtitle {
        width: 100%;
        padding: 15px;
        border-radius: 6px 6px 0 0;
        border-right: transparent;
        height: initial;
        line-height: normal;
    }
}

@media (max-width: 480px) {
    .checkOutBox .inputList .billBox label .subtitle {
        padding: 15px;
    }
}

.checkOutBox .inputList .billBox label input {
    margin-right: 20px;
}

@media (max-width: 960px) {
    .checkOutBox .inputList .billBox label input {
        margin-right: 5px;
    }
}

.checkOutBox .inputList .billBox label input[type=text],
.checkOutBox .inputList .billBox label input[type=password] {
    max-width: 280px;
    border-radius: 0 6px 6px 0;
}

@media (max-width: 768px) {
    .checkOutBox .inputList .billBox label input[type=text],
    .checkOutBox .inputList .billBox label input[type=password] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: initial;
        padding: 5px 15px;
        margin-right: 0;
    }
}

.checkOutBox .inputList .billBox .noteTxt {
    margin-top: 25px;
}

.checkOutBox .inputList .billBox.bill_company .companyBox {
    display: block;
}

.checkOutBox .inputList .billBox.bill_company .radioSet {
    display: none;
}

.checkOutBox .inputList .billBox.bill_self .selfBox {
    display: block;
}

@media (max-width: 768px) {
    .checkOutBox .inputList .billBox.bill_self .radioSet {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.checkOutBox .inputList input[type=text],
.checkOutBox .inputList input[type=password],
.checkOutBox .inputList select {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 5px 15px 5px 30px;
    background: #f3f2f2;
    border-radius: 6px;
    font-family: "Oswald", sans-serif, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 480px) {
    .checkOutBox .inputList input[type=text],
    .checkOutBox .inputList input[type=password],
    .checkOutBox .inputList select {
        padding: 5px 15px;
    }
}

.checkOutBox .inputList input[type=text].bill_input,
.checkOutBox .inputList input[type=password].bill_input,
.checkOutBox .inputList select.bill_input {
    display: block;
    max-width: 410px;
}

@media (max-width: 768px) {
    .checkOutBox .inputList input[type=text].bill_input,
    .checkOutBox .inputList input[type=password].bill_input,
    .checkOutBox .inputList select.bill_input {
        max-width: initial;
    }
}

.checkOutBox .inputList input[type=text].ship_input,
.checkOutBox .inputList input[type=password].ship_input,
.checkOutBox .inputList select.ship_input {
    display: inline-block;
    max-width: 410px;
}

@media (max-width: 768px) {
    .checkOutBox .inputList input[type=text].ship_input,
    .checkOutBox .inputList input[type=password].ship_input,
    .checkOutBox .inputList select.ship_input {
        max-width: initial;
    }
}

.checkOutBox .inputList input[type=text] + img,
.checkOutBox .inputList input[type=password] + img,
.checkOutBox .inputList select + img {
    position: absolute;
    right: 0;
    top: 0;
    background: #d69f42;
    padding: 16px;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
}

.checkOutBox .inputList input[type=text]:focus,
.checkOutBox .inputList input[type=password]:focus,
.checkOutBox .inputList select:focus {
    background: #d8d8d8;
}

.checkOutBox .inputList textarea {
    background: #f3f2f2;
    border-radius: 6px;
    min-height: 145px;
    padding: 15px 15px 15px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 480px) {
    .checkOutBox .inputList textarea {
        padding: 15px;
    }
}

.checkOutBox .inputList textarea:focus {
    background: #d8d8d8;
}

.checkOutBox .inputList.line {
    border-left: 1px solid #cfcfcf;
    padding: 0 25px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

    .checkOutBox .inputList.line > li {
        padding-right: 30px;
        padding-left: 25px;
    }

@media (max-width: 960px) {
    .checkOutBox .inputList.line {
        border-left: transparent;
        padding: 0;
    }

        .checkOutBox .inputList.line > li {
            padding: 0;
        }
}

.checkOutBox input[type=text],
.checkOutBox input[type=password] {
    width: 100%;
    height: 42px;
    padding-right: 20px;
}

    .checkOutBox input[type=text].full,
    .checkOutBox input[type=password].full {
        width: 100%;
    }

    .checkOutBox input[type=text].small,
    .checkOutBox input[type=password].small {
        width: 235px;
        margin-right: 10px;
    }

.noteBox {
    margin-bottom: 45px;
    font-size: 18px;
    color: #6b6b6b;
    text-align: center;
}

@media (max-width: 960px) {
    .noteBox {
        font-size: 16px;
    }
}

.noteBox .textList {
    line-height: 30px;
    list-style: decimal;
    padding-left: 20px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

    .noteBox .textList li {
        margin-bottom: 10px;
    }

.noteBox .Img {
    width: 100%;
    margin: 25px 0;
}

    .noteBox .Img.half {
        width: 50%;
    }

    .noteBox .Img.quarter {
        width: 25%;
    }

@media (max-width: 960px) {
    .noteBox .Img.quarter {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .noteBox .Img.quarter {
        width: 100%;
    }
}

.noteBox .Img img {
    display: block;
    width: 100%;
}

.noteBox .textEditor {
    color: #3f3f3f;
}

.noteBox .noteText {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btnBox.flex {
    margin-bottom: 30px;
}

.bgImg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

    .bgImg img {
        position: absolute;
        z-index: 0;
        display: block;
        width: 100%;
        top: 0%;
    }

@media (max-width: 1680px) {
    .bgImg img {
        display: none;
    }
}

/*按鈕區塊*/
.btnArea {
    width: 100%;
    margin-top: 53px;
    text-align: center;
}

    .btnArea .btnBox.flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -12px;
    }

@media (max-width: 420px) {
    .btnArea .btnBox.flex {
        margin: 0 -3px;
    }
}

@media (max-width: 360px) {
    .btnArea .btnBox.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
}

.btnArea .btnBox.flex .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px;
}

@media (max-width: 420px) {
    .btnArea .btnBox.flex .btn {
        margin: 0 3px;
    }
}

@media (max-width: 360px) {
    .btnArea .btnBox.flex .btn {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 3px 0;
    }
}

.btnArea p {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.05em;
}
