@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);
    }
}

.stepListBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 55px;
}

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

.stepList {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -60px;
    margin-right: -60px;
}

@media (max-width: 640px) {
    .stepList {
        margin: 0;
    }
}

.stepList li {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 188px;
    height: 188px;
    padding: 25px;
    margin: 0 42px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 960px) {
    .stepList li {
        width: 170px;
        height: 170px;
        margin: 0 12px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .stepList li {
        width: 150px;
    }
}

@media (max-width: 560px) {
    .stepList li {
        width: 120px;
        height: 120px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 480px) {
    .stepList li {
        width: 95px;
        height: initial;
        margin: 0 5px;
    }
}

.stepList li:not(.stepList li:first-child)::before {
    content: "";
    z-index: 0;
    display: inline-block;
    position: absolute;
    left: -20%;
    top: 50%;
    width: 55%;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: repeat-x;
    background-image: url(../images/about/line.png);
}

@media (max-width: 960px) {
    .stepList li:not(.stepList li:first-child)::before {
        left: -4%;
        width: 15%;
    }
}

@media (max-width: 560px) {
    .stepList li:not(.stepList li:first-child)::before {
        left: -8%;
        width: 45%;
    }
}

@media (max-width: 480px) {
    .stepList li:not(.stepList li:first-child)::before {
        display: none;
    }
}

.stepList li.current .bg img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-animation: btnAni 1.5s ease-in-out infinite;
    animation: btnAni 1.5s ease-in-out infinite;
}

.stepList li.current .icon-step {
    -webkit-filter: none;
    filter: none;
}

.stepList .icon-step {
    position: relative;
    z-index: 5;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 640px) {
    .stepList .icon-step {
        display: none;
    }
}

.stepList .icon-step01 {
    width: 46px;
}

@media (max-width: 960px) {
    .stepList .icon-step01 {
        width: 25px;
    }
}

@media (max-width: 768px) {
    .stepList .icon-step01 {
        width: 39px;
    }
}

.stepList .icon-step02 {
    width: 50px;
}

@media (max-width: 960px) {
    .stepList .icon-step02 {
        width: 25px;
    }
}

@media (max-width: 768px) {
    .stepList .icon-step02 {
        width: 35px;
    }
}

.stepList .icon-step03 {
    width: 44px;
}

@media (max-width: 960px) {
    .stepList .icon-step03 {
        width: 25px;
    }
}

@media (max-width: 768px) {
    .stepList .icon-step03 {
        width: 37px;
    }
}

.stepList .step {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

@media (max-width: 960px) {
    .stepList .step {
        margin-top: 10px;
    }
}

@media (max-width: 560px) {
    .stepList .step {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .stepList .step {
        font-size: 13px;
    }
}

.stepList .Txt {
    position: relative;
    z-index: 5;
    padding: 8px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .stepList .Txt {
        padding-top: 30px;
    }
}

@media (max-width: 560px) {
    .stepList .Txt {
        padding-top: 20px;
    }
}

.stepList .title {
    padding-bottom: 3px;
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .stepList .title {
        color: #2b455c;
    }
}

@media (max-width: 560px) {
    .stepList .title {
        font-size: 14px;
    }
}

.stepList .bg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

    .stepList .bg img {
        display: block;
        width: 100%;
        -webkit-filter: grayscale(0.8);
        filter: grayscale(0.8);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

@media (max-width: 768px) {
    .stepList .bg img {
        width: 80%;
        margin: 10px auto 0;
    }
}

@media (max-width: 640px) {
    .stepList .bg img {
        width: 54%;
    }
}

.payListOutBox .fullBox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.payListOutBox .payListBox {
    margin-top: 30px;
}

    .payListOutBox .payListBox.line {
        border-top: 2px solid #b4b4b4;
        padding-top: 25px;
    }

.payListOutBox .halfBox {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
}

@media (max-width: 960px) {
    .payListOutBox .halfBox {
        width: 100%;
    }
}

.payListOutBox .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;
}

    .payListOutBox .box.f-50 {
        max-width: 50%;
    }

@media (max-width: 1080px) {
    .payListOutBox .box.f-50 {
        max-width: initial;
        width: 100%;
    }
}

.payListOutBox .box.line {
    padding-bottom: 45px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

@media (max-width: 480px) {
    .payListOutBox .box.line {
        padding-bottom: 10px;
    }
}

.payListOutBox .radioSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6b6b6b;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    text-transform: uppercase;
}

    .payListOutBox .radioSet li {
        margin-right: 15px;
    }

    .payListOutBox .radioSet label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top: 9px;
    }

        .payListOutBox .radioSet label:not(:last-child) {
            margin-right: 85px;
        }

@media (max-width: 1080px) {
    .payListOutBox .radioSet label:not(:last-child) {
        margin-right: 15px;
    }
}

.payListOutBox .radioSet input[type=radio],
.payListOutBox .radioSet input[type=checkbox] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #8b8b8b;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

    .payListOutBox .radioSet input[type=radio]::after,
    .payListOutBox .radioSet input[type=checkbox]::after {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        content: "";
        display: inline-block;
        vertical-align: middle;
        visibility: visible;
    }

    .payListOutBox .radioSet input[type=radio]:checked,
    .payListOutBox .radioSet input[type=checkbox]:checked {
        border: 2px solid #d69f42;
    }

        .payListOutBox .radioSet input[type=radio]:checked::after,
        .payListOutBox .radioSet input[type=checkbox]:checked::after {
            background-color: #d69f42;
        }

.payListOutBox .radioSet .txt {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.payListOutBox .radioSet.square input[type=radio],
.payListOutBox .radioSet.square input[type=checkbox] {
    border-radius: 5px;
}

    .payListOutBox .radioSet.square input[type=radio]::after,
    .payListOutBox .radioSet.square input[type=checkbox]::after {
        border-radius: 2px;
    }

.payListOutBox .radioSet.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .payListOutBox .radioSet.col li {
        margin-right: 0;
    }

    .payListOutBox .radioSet.col label:not(:last-child) {
        margin-right: 0;
    }

.payListOutBox .note {
    width: 100%;
    padding-top: 12px;
    line-height: 1.6;
}

.payListOutBox .listBox {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: clip;
    background: #fff;
}

    .payListOutBox .listBox.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .payListOutBox .listBox.shadow {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .payListOutBox .listBox .inner {
        padding: 60px 100px 25px;
    }

@media (max-width: 1180px) {
    .payListOutBox .listBox .inner {
        padding: 50px 40px 25px;
    }
}

@media (max-width: 640px) {
    .payListOutBox .listBox .inner {
        padding: 50px 20px 25px;
    }
}

@media (max-width: 480px) {
    .payListOutBox .listBox .inner {
        padding: 30px 20px 0;
    }
}

.payListOutBox .listBox .titleTopBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

@media (max-width: 1180px) {
    .payListOutBox .listBox .titleTopBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #2b455c;
        padding-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.payListOutBox .listBox .titleTopBox .subTitle {
    width: 100%;
}

@media (max-width: 1180px) {
    .payListOutBox .listBox .titleTopBox .subTitle {
        border-bottom: unset;
        padding-bottom: 0;
    }
}

.payListOutBox .listBox .titleTopBox .tipBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -23px;
    bottom: 0;
    left: 360px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1180px) {
    .payListOutBox .listBox .titleTopBox .tipBox {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 640px) {
    .payListOutBox .listBox .titleTopBox .tipBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.payListOutBox .listBox .titleTopBox .tipBox .btnBox {
    width: 180px;
    margin-left: 10px;
}

@media (max-width: 640px) {
    .payListOutBox .listBox .titleTopBox .tipBox .btnBox {
        margin: 10px 0 0 0;
    }
}

.payListOutBox .listBox .titleTopBox .tipBox .btnBox .btn {
    padding: 20px 25px;
}

.payListOutBox .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) {
    .payListOutBox .subTitle {
        padding-bottom: 15px;
    }

        .payListOutBox .subTitle .eng {
            display: block;
            margin-left: 12px;
            font-size: 16px;
        }
}

.payListOutBox .subTitle .eng {
    letter-spacing: 0.5px;
    padding-left: 18px;
}

.payListOutBox .subTitle img {
    vertical-align: middle;
    margin-right: 5px;
}

.payListOutBox .subTitle.twoLine {
    border-bottom: transparent;
    padding-bottom: 15px;
}

    .payListOutBox .subTitle.twoLine::before, .payListOutBox .subTitle.twoLine::after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 20px;
        background: #2b455c;
    }

    .payListOutBox .subTitle.twoLine::before {
        margin-right: 15px;
    }

    .payListOutBox .subTitle.twoLine::after {
        margin-left: 15px;
    }

.payListOutBox .noteTipBox {
    font-size: 16px;
    color: #2f2f2f;
}

.payListOutBox .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) {
    .payListOutBox .inputList {
        font-size: 16px;
    }
}

.payListOutBox .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) {
    .payListOutBox .inputList > li {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .payListOutBox .inputList > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.payListOutBox .inputList > li.f-50 {
    width: 50%;
}

@media (max-width: 960px) {
    .payListOutBox .inputList > li.f-50 {
        width: 100%;
    }
}

.payListOutBox .inputList > li.mb-30 {
    margin-bottom: 20px;
}

.payListOutBox .inputList > li.f-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.payListOutBox .inputList em {
    margin-left: 3px;
    color: #a62627;
}

.payListOutBox .inputList .left {
    min-width: 160px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #343434;
    font-size: 18px;
}

@media (max-width: 960px) {
    .payListOutBox .inputList .left {
        font-size: 16px;
        min-width: 120px;
    }
}

.payListOutBox .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) {
    .payListOutBox .inputList .right {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
}

.payListOutBox .inputList .code {
    width: 100%;
}

.payListOutBox .inputList .noteTxt {
    color: #898989;
    padding: 5px 0;
}

    .payListOutBox .inputList .noteTxt.red {
        color: #c71818;
    }

.payListOutBox .inputList .full {
    width: 100%;
}

.payListOutBox .inputList .shipInputBox {
    position: relative;
    width: 50%;
    max-width: 420px;
    margin-right: auto;
}

@media (max-width: 768px) {
    .payListOutBox .inputList .shipInputBox {
        max-width: initial;
        width: 100%;
    }
}

.payListOutBox .inputList .pickInputBox {
    position: relative;
    width: 100%;
}

.payListOutBox .inputList .billBox {
    width: 100%;
    margin: 20px 0;
}

    .payListOutBox .inputList .billBox .selfBox,
    .payListOutBox .inputList .billBox .companyBox {
        display: none;
    }

@media (max-width: 768px) {
    .payListOutBox .inputList .billBox .selfBox label,
    .payListOutBox .inputList .billBox .companyBox label {
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .payListOutBox .inputList .billBox .selfBox label,
    .payListOutBox .inputList .billBox .companyBox label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.payListOutBox .inputList .billBox .selfBox {
    margin-top: 20px;
}

    .payListOutBox .inputList .billBox .selfBox label {
        display: none;
        margin-right: 0;
    }

@media (max-width: 640px) {
    .payListOutBox .inputList .billBox .selfBox label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.payListOutBox .inputList .billBox .selfBox label.appear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .payListOutBox .inputList .billBox .selfBox label input[type=text] {
        padding: 5px 15px 5px 30px;
    }
}

@media (max-width: 640px) {
    .payListOutBox .inputList .billBox .selfBox label input[type=text] {
        margin-right: 0;
        border-radius: 0 0 6px 6px;
    }
}

@media (max-width: 480px) {
    .payListOutBox .inputList .billBox .selfBox label input[type=text] {
        padding: 5px 15px;
    }
}

.payListOutBox .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) {
    .payListOutBox .inputList .billBox .selfBox label a {
        font-size: 16px;
        min-width: 100px;
    }
}

@media (max-width: 768px) {
    .payListOutBox .inputList .billBox .selfBox label a {
        margin-left: 5px;
    }
}

.payListOutBox .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) {
    .payListOutBox .inputList .billBox .selfBox label a:hover {
        color: #2b455c;
        border-bottom: 1px solid #2b455c;
    }

        .payListOutBox .inputList .billBox .selfBox label a:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }
}

.payListOutBox .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;
}

    .payListOutBox .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) {
    .payListOutBox .inputList .billBox label .subtitle {
        min-width: 110px;
        padding: 0px 15px 0px 30px;
        border-right: 1px solid #c2c2c2;
    }
}

@media (max-width: 640px) {
    .payListOutBox .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) {
    .payListOutBox .inputList .billBox label .subtitle {
        padding: 15px;
    }
}

.payListOutBox .inputList .billBox label input {
    margin-right: 20px;
}

@media (max-width: 960px) {
    .payListOutBox .inputList .billBox label input {
        margin-right: 5px;
    }
}

.payListOutBox .inputList .billBox label input[type=text] {
    max-width: 280px;
    border-radius: 0 6px 6px 0;
}

@media (max-width: 768px) {
    .payListOutBox .inputList .billBox label input[type=text] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: initial;
        padding: 5px 15px;
        margin-right: 0;
    }
}

.payListOutBox .inputList .billBox .noteTxt {
    margin-top: 25px;
}

.payListOutBox .inputList .billBox.bill_company .companyBox {
    display: block;
}

.payListOutBox .inputList .billBox.bill_company .radioSet {
    display: none;
}

.payListOutBox .inputList .billBox.bill_self .selfBox {
    display: block;
}

@media (max-width: 768px) {
    .payListOutBox .inputList .billBox.bill_self .radioSet {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.payListOutBox .inputList input[type=text],
.payListOutBox .inputList input[type=tel],
.payListOutBox .inputList input[type=email],
.payListOutBox .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) {
    .payListOutBox .inputList input[type=text],
    .payListOutBox .inputList input[type=tel],
    .payListOutBox .inputList input[type=email],
    .payListOutBox .inputList select {
        padding: 5px 15px;
    }
}

.payListOutBox .inputList input[type=text].bill_input,
.payListOutBox .inputList select.bill_input {
    display: block;
    max-width: 410px;
}

@media (max-width: 768px) {
    .payListOutBox .inputList input[type=text].bill_input,
    .payListOutBox .inputList select.bill_input {
        max-width: initial;
    }
}

.payListOutBox .inputList input[type=text].ship_input,
.payListOutBox .inputList select.ship_input {
    display: inline-block;
    max-width: 410px;
}

@media (max-width: 768px) {
    .payListOutBox .inputList input[type=text].ship_input,
    .payListOutBox .inputList select.ship_input {
        max-width: initial;
    }
}

.payListOutBox .inputList input[type=text] + img,
.payListOutBox .inputList select + img {
    position: absolute;
    right: 0;
    top: 0;
    background: #d69f42;
    padding: 16px;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
}

.payListOutBox .inputList input[type=text]:focus,
.payListOutBox .inputList input[type=tel]:focus,
.payListOutBox .inputList input[type=email]:focus,
.payListOutBox .inputList select:focus {
    background: #d8d8d8;
}

.payListOutBox .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) {
    .payListOutBox .inputList textarea {
        padding: 15px;
    }
}

.payListOutBox .inputList textarea:focus {
    background: #d8d8d8;
}

.payListOutBox .inputList.line {
    border-left: 1px solid #cfcfcf;
    padding: 0 25px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

    .payListOutBox .inputList.line > li {
        padding-right: 30px;
        padding-left: 25px;
    }

@media (max-width: 960px) {
    .payListOutBox .inputList.line {
        border-left: transparent;
        padding: 0;
    }

        .payListOutBox .inputList.line > li {
            padding: 0;
        }
}

.payListOutBox .addressList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

    .payListOutBox .addressList .full {
        width: 100%;
    }

        .payListOutBox .addressList .full input {
            width: 100%;
        }

    .payListOutBox .addressList select {
        margin-bottom: 10px;
        max-width: 175px;
    }

@media (max-width: 768px) {
    .payListOutBox .addressList select {
        width: 100%;
        max-width: initial;
    }
}

.payListOutBox .addressList input[name=data_m_addr] {
    width: 100%;
}

.payListOutBox input[type=text],
.payListOutBox input[type=password],
.payListOutBox input[type=tel],
.payListOutBox input[type=email] {
    width: 100%;
    height: 42px;
    padding-right: 20px;
}

    .payListOutBox input[type=text].full,
    .payListOutBox input[type=password].full,
    .payListOutBox input[type=tel].full,
    .payListOutBox input[type=email].full {
        width: 100%;
    }

    .payListOutBox input[type=text].small,
    .payListOutBox input[type=password].small,
    .payListOutBox input[type=tel].small,
    .payListOutBox input[type=email].small {
        width: 235px;
        margin-right: 10px;
    }

.payListOutBox select {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 12px;
    height: 42px;
    border: transparent;
    font-size: 18px;
    color: #6b6b6b;
}

@media (max-width: 960px) {
    .payListOutBox select {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .payListOutBox select {
        width: 100%;
        margin-right: 0;
        max-width: initial;
    }
}

.payListOutBox textarea {
    width: 100%;
    height: 100px;
    margin: 15px 0;
}

.payListOutBox .fileBox {
    background: #f3f2f2;
    width: 100%;
    /*    height: 100%;*/
    padding: 8px 12px;
    border-radius: 6px;
}

@media (max-width: 640px) {
    .payListOutBox .fileBox .noteTxt {
        display: block;
    }
}

.payListOutBox .fileInput {
    display: inline-block;
    padding: 9px 15px;
    margin-right: 10px;
    background: #e1e1e1;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 1201px) {
    .payListOutBox .fileInput:hover {
        background: #aeaeae;
    }
}

.payListOutBox .same {
    cursor: pointer;
}

    .payListOutBox .same::before {
        content: "\f096";
        margin-right: 5px;
        font-family: FontAwesome;
    }

    .payListOutBox .same.select::before {
        content: "\f046";
    }

.payListOutBox .member_policy {
    cursor: pointer;
}

    .payListOutBox .member_policy::before {
        content: "\f096";
        margin-right: 5px;
        font-family: FontAwesome;
    }

    .payListOutBox .member_policy.select::before {
        content: "\f046";
    }

.payokListBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

    .payokListBox .listBox {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

        .payokListBox .listBox.full {
            width: 100%;
        }

@media (max-width: 960px) {
    .payokListBox .listBox {
        width: 100%;
    }
}

.invoiceList {
    width: 100%;
}

.invoice li {
    display: none;
}

.couponText {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #bb1b21;
}

.payBtnStyle {
    padding-left: 15px;
    padding-right: 15px;
    color: #2b455c;
    font-size: 16px;
    border: 2px solid #2b455c;
    min-width: 130px;
    border-radius: 40px;
    line-height: 34px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 1201px) {
    .payBtnStyle:hover {
        background: #2b455c;
        color: #fff;
    }
}

@media (max-width: 390px) {
    .payBtnStyle {
        padding: 0 5px;
    }
}

.payBtnStyle.red {
    background-color: #bb1b21;
}

.couponBox {
    width: 100%;
}

    .couponBox .codeItem {
        padding: 19px 0;
    }

@media (max-width: 640px) {
    .couponBox .codeItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .couponBox .codeItem {
        padding: 5px 0;
    }
}

.couponBox .codeItem .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #202020;
}

@media (max-width: 960px) {
    .couponBox .codeItem .title {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .couponBox .codeItem .title {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
}

.couponBox .codeItem .title .titleText {
    margin-right: auto;
    padding-right: 5px;
}

.couponBox .codeItem .title p {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #4b4b4b;
    padding: 5px 0;
    vertical-align: middle;
}

    .couponBox .codeItem .title p img {
        display: inline-block;
        max-width: 20px;
        vertical-align: middle;
        margin-right: 5px;
    }

@media (max-width: 960px) {
    .couponBox .codeItem .title p {
        font-size: 16px;
    }
}

.couponBox .codeItem .inputBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 10px;
    border-bottom: 1px solid #cccccc;
}

@media (max-width: 390px) {
    .couponBox .codeItem .inputBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
    }
}

.couponBox .codeItem .button {
    padding-left: 10px;
}

@media (max-width: 390px) {
    .couponBox .codeItem .button {
        margin-left: auto;
        margin-top: 10px;
    }
}

.couponBox .codeItem .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 390px) {
    .couponBox .codeItem .input {
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
}

.payInfoArea {
    width: 100%;
    margin-bottom: 30px;
}

    .payInfoArea .tipBox {
        background-color: #fff;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
    }

        .payInfoArea .tipBox .text {
            padding: 20px 0;
            font-size: 16px;
            color: #2f2f2f;
            text-align: left;
            line-height: 1.8;
            font-weight: 300;
            width: calc(100% - 250px);
        }

        .payInfoArea .tipBox .btnBox {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .payInfoArea .tipBox .btnBox .btn {
                padding: 20px 25px;
                max-width: none;
                width: 180px;
            }

.payListArea {
    width: 100%;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    overflow: clip;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
    .payListArea {
        padding-bottom: 0;
    }
}

@media (min-width: 1181px) {
    .payListArea.listPage .sectionContent {
        padding: 60px 100px 30px;
    }
}

.payListArea.listPage tbody {
    border-bottom: transparent;
}

.payListArea.listPage tr:not(:nth-child(1))::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/deco/line02.png);
    background-repeat: repeat-x;
    pointer-events: none;
}

@media (min-width: 961px) {
    .payListArea.listPage td {
        padding: 45px 0;
    }

        .payListArea.listPage td:not(:last-child) {
            padding: 45px 0;
        }
}

@media (max-width: 480px) {
    .payListArea.listPage td {
        padding: 10px 0;
    }
}

@media (min-width: 961px) {
    .payListArea.listPage table .Img {
        position: relative;
        width: 165px;
        margin: 0 auto;
    }
}

@media (max-width: 1180px) {
    .payListArea.listPage table .Img {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .payListArea.listPage table .Img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 414px) {
    .payListArea.listPage table .Img {
        margin-bottom: 10px;
    }
}

.payListArea.listPage table .Img a {
    display: block;
    width: 100%;
}

.payListArea.listPage table .Img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.payListArea.listPage .payListInner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

    .payListArea.listPage .payListInner .toggleStyle {
        display: none;
    }

    .payListArea.listPage .payListInner::before {
        background-color: #ececec;
    }

.payListArea.payokPage .payListInner:before {
    display: none;
}

.payListArea.payokPage th {
    border: 1px solid #ececec;
    border-right: none;
    border-left: none;
    text-align: left;
    color: #2b455c;
}

    .payListArea.payokPage th:first-child {
        padding-left: 25px;
    }

.payListArea.payokPage td:first-child {
    padding-left: 25px;
}

.payListArea.payokPage th:last-child,
.payListArea.payokPage td:last-child {
    padding-right: 25px;
}

.payListArea.payokPage .listTotal {
    border-bottom: none;
}

.payListArea .payTopTitle {
    padding: 35px 0 25px;
    text-align: center;
    background-color: #fff;
}

.payListArea .sectionContent {
    padding: 70px 100px 30px;
}

@media (max-width: 1180px) {
    .payListArea .sectionContent {
        padding: 50px 40px 30px;
    }
}

@media (max-width: 640px) {
    .payListArea .sectionContent {
        padding: 50px 20px 30px;
    }
}

@media (max-width: 480px) {
    .payListArea .sectionContent {
        padding: 30px 20px;
    }
}

.payListArea .payListInner {
    position: relative;
    z-index: 0;
}

@media (max-width: 960px) {
    .payListArea .payListInner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 640px) {
    .payListArea .payListInner {
        padding: 0;
    }
}

.payListArea .payListInner#paycar_list th {
    color: #a62627;
}

.payListArea .toggleBox {
    position: relative;
    background-color: #fff;
}

.payListArea table {
    width: 100%;
    border-collapse: collapse;
}

.payListArea thead {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.payListArea tr {
    position: relative;
}

    .payListArea tr:not(:last-child) {
        border-bottom: 1px solid #d5d5d5;
    }

@media (max-width: 960px) {
    .payListArea tr {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.payListArea th {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #2b455c;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 400;
    background: #f5f5f5;
}

@media (max-width: 960px) {
    .payListArea th:not(:first-child) {
        display: none;
    }
}

.payListArea tbody {
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 960px) {
    .payListArea tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.payListArea tbody tr:first-child {
    border: none;
}

.payListArea tbody tr:not(:nth-child(1), :last-child)::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/deco/line02.png);
    background-repeat: repeat-x;
    pointer-events: none;
}

.payListArea td {
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: 0.02em;
    padding: 40px 0;
    color: #2b455c;
    line-height: 1.8;
}

    .payListArea td:not(:last-child) {
        padding: 100px 0;
    }

@media (max-width: 1180px) {
    .payListArea td:not(:last-child) {
        padding: 40px 0;
    }
}

@media (max-width: 960px) {
    .payListArea td {
        width: 100%;
        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;
        font-size: 16px;
        padding-top: 10px;
        text-align: left;
    }

        .payListArea td:not(:last-child) {
            padding: 10px 0 0;
        }

            .payListArea td:not(:last-child)::before {
                content: attr(data-text);
            }
}

.payListArea select {
    width: 100px;
    height: 40px;
    border: 1px solid #ececec;
}

.payListArea table .Img {
    position: relative;
    width: 100%;
}

@media (min-width: 1201px) {
    .payListArea table .Img:hover img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .payListArea table .Img:hover::after {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

@media (max-width: 1180px) {
    .payListArea table .Img {
        width: 120px;
        margin: 0 auto;
    }
}

@media (max-width: 960px) {
    .payListArea table .Img {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .payListArea table .Img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 414px) {
    .payListArea table .Img {
        margin-bottom: 10px;
    }
}

.payListArea table .Img a {
    display: block;
    width: 100%;
}

.payListArea table .Img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.payListArea table .Img::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    max-width: 320px;
    opacity: 0;
    background: url(../images/deco/flower.png) no-repeat 50% 50%;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.payListArea .Txt {
    max-width: 280px;
    padding: 0 10px;
}

@media (max-width: 960px) {
    .payListArea .Txt {
        padding: 0;
    }
}

.payListArea .Txt.col a {
    display: block;
}

.payListArea .Txt.col .specbox {
    display: block;
}

.payListArea .Txt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .payListArea .Txt a:hover {
        opacity: 0.75;
    }

.payListArea .Txt .title {
    display: inline-block;
    font-size: 20px;
    color: #2b455c;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-right: 10px;
}

@media (max-width: 960px) {
    .payListArea .Txt .title {
        font-size: 16px;
    }
}

.payListArea .Txt .specbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1.2px;
    margin-right: 10px;
}

.payListArea .Txt .spec {
    display: block;
    font-size: 20px;
    color: #2b455c;
}

@media (max-width: 960px) {
    .payListArea .Txt .spec {
        font-size: 16px;
    }
}

.payListArea .Txt .note {
    line-height: 1.5;
    font-size: 20px;
    color: #9c9c9c;
    text-align: left;
}

@media (max-width: 1180px) {
    .payListArea .Txt .note {
        font-size: 16px;
    }
}

.payListArea .priceItem {
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.payListArea .priceItemOriginal, .payListArea .priceItemSelling, .payListArea .priceItemDefault {
    font-size: 16px;
}

@media (max-width: 960px) {
    .payListArea .priceItemOriginal, .payListArea .priceItemSelling, .payListArea .priceItemDefault {
        font-size: 14px;
    }
}

.payListArea .priceItemOriginal span, .payListArea .priceItemSelling span, .payListArea .priceItemDefault span {
    display: inline-block;
    font-size: 22px;
}

@media (max-width: 960px) {
    .payListArea .priceItemOriginal span, .payListArea .priceItemSelling span, .payListArea .priceItemDefault span {
        font-size: 18px;
    }
}

.payListArea .priceItemOriginal span:first-child, .payListArea .priceItemSelling span:first-child, .payListArea .priceItemDefault span:first-child {
    margin-right: 3px;
}

.payListArea .priceItemOriginal {
    color: #bbb;
    text-decoration: line-through;
    line-height: 1;
}

    .payListArea .priceItemOriginal span {
        position: relative;
        font-size: 20px;
    }

@media (max-width: 960px) {
    .payListArea .priceItemOriginal span {
        font-size: 16px;
    }
}

.payListArea .priceItemOriginal span::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9f9f9f;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.payListArea .priceItem .txt {
    margin-top: 15px;
    font-size: 16px;
}

@media (max-width: 960px) {
    .payListArea .priceItem .txt {
        margin-top: 0;
        display: none;
    }
}

.payListArea .countBox {
    max-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 25px;
    padding: 0 12px;
    border: 1px solid #2b455c;
}

    .payListArea .countBox .count {
        margin: 0 auto;
        min-width: 40px;
        text-align: center;
    }

        .payListArea .countBox .count input {
            line-height: 1;
            font-size: 20px;
            color: #2b455c;
            font-weight: 400;
        }

    .payListArea .countBox .count_minus, .payListArea .countBox .count_plus {
        cursor: pointer;
        padding: 5px 13px 8px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .payListArea .countBox .count_minus i, .payListArea .countBox .count_plus i {
            font-size: 12px;
            vertical-align: middle;
        }

@media (min-width: 1201px) {
    .payListArea .countBox .count_minus:hover, .payListArea .countBox .count_plus:hover {
        color: #3b5f7f;
    }
}

.payListArea .btn_remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2b455c;
}

@media (max-width: 960px) {
    .payListArea .btn_remove {
        width: 100%;
        border-radius: 5px;
    }
}

.payListArea .btn_remove img {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.payListArea .btn_remove:hover {
    background-color: #1b2b39;
}

    .payListArea .btn_remove:hover img {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

.payListArea .toggleClose {
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    margin-left: 12px;
    border-radius: 50%;
    background-color: #f5f7fa;
}

    .payListArea .toggleClose:before, .payListArea .toggleClose:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -7px;
        margin-top: -1px;
        width: 14px;
        height: 2px;
        background-color: #000;
    }

    .payListArea .toggleClose:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .payListArea .toggleClose:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .payListArea .toggleClose:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

.payTopArea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 90px 15px 20px;
    background-color: #2b455c;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #fff;
}

@media (max-width: 480px) {
    .payTopArea {
        font-size: 16px;
    }
}

@media (max-width: 414px) {
    .payTopArea {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 55px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.payTopArea .shopCartCount {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #d69f42;
    color: #2b455c;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
}

@media (max-width: 480px) {
    .payTopArea .shopCartCount {
        width: 25px;
        height: 25px;
    }
}

.payTopArea .left {
    margin-right: 5px;
}

.payTopArea .right {
    margin-left: 10px;
}

.payTopArea .toggleStyle {
    height: 100%;
    border-bottom: none;
}

@media (max-width: 414px) {
    .payTopArea .toggleStyle {
        width: 100%;
        height: 45px;
        top: auto;
        bottom: 0;
    }
}

.noteBox {
    margin-bottom: 45px;
    font-size: 18px;
    color: #6b6b6b;
}

@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;
}

.noteText {
    padding-top: 10px;
    padding-bottom: 10px;
}

.disTitle {
    font-size: 26px;
    font-weight: 500;
    color: #2b455c;
    letter-spacing: 1.8px;
    line-height: 1;
}

.disContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
}

@media (max-width: 640px) {
    .disContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.disContent .disList {
    margin-right: auto;
}

    .disContent .disList .disItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 3px 0;
    }

@media (max-width: 480px) {
    .disContent .disList .disItem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

.disContent .disList .dis_m {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 4px 25px;
    border-radius: 25px;
    min-width: 116px;
}

.disContent .disList .dis01 {
    background: #f3b751;
}

.disContent .disList .dis02 {
    background: #6b6b6b;
}

.disContent .disList .disTxt {
    font-size: 18px;
    color: #6b6b6b;
    letter-spacing: 0.01px;
    padding-left: 13px;
}

.disContent .disPrice {
    width: 160px;
    font-size: 18px;
    color: #6b6b6b;
    text-align: right;
}

@media (max-width: 640px) {
    .disContent .disPrice {
        width: 100%;
        text-align: right;
        padding-top: 40px;
    }
}

.discountTotal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1;
    color: #202020;
    padding-top: 35px;
}

@media (max-width: 480px) {
    .discountTotal {
        width: 100%;
    }
}

.discountTotal .price {
    font-size: 50px;
    margin-left: 35px;
}

@media (max-width: 480px) {
    .discountTotal .price {
        font-size: 30px;
        margin-left: 10px;
    }
}

.discountTotal .price + .price {
    padding-left: 10px;
}

.discountTotal .original {
    opacity: 0.7;
    text-decoration: line-through;
    color: #ccc;
    font-size: 16px;
}

.discountTotal .tip {
    width: 100%;
    text-align: center;
}

.discountTotal.green .discount {
    color: #5eb658;
}

.discountTotal.red .discount {
    color: #bb1b21;
}

.addBox {
    margin-top: 64px;
    background: #f7f7f7;
    padding-bottom: 50px;
    border-radius: 10px;
}

@media (max-width: 480px) {
    .addBox {
        padding-bottom: 0px;
    }
}

.addBox .addTitle {
    font-size: 20px;
    color: #fff;
    background: #8b8b8b;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
}

.addBox .note {
    text-align: center;
    font-size: 18px;
    color: #6b6b6b;
    margin-top: 22px;
    letter-spacing: 1.3px;
}

.addBox .addList {
    max-width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
    padding: 0 20px;
}

.addBox .addItem {
    width: 25%;
    margin-bottom: 40px;
}

@media (max-width: 900px) {
    .addBox .addItem {
        width: 33.3333333333%;
    }
}

@media (max-width: 560px) {
    .addBox .addItem {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.addBox .Img {
    max-width: 260px;
    margin: 0 auto;
}

@media (max-width: 1180px) {
    .addBox .Img {
        max-width: 120px;
    }
}

.addBox .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.addBox .Txt {
    font-size: 20px;
    text-align: center;
    margin: 5px auto;
    color: #2b455c;
}

@media (max-width: 560px) {
    .addBox .Txt {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }
}

.addBox .Txt .title {
    margin-right: 0;
}

.addBox .Txt a {
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width: 560px) {
    .addBox .Txt a {
        text-align: left;
    }
}

.addBox .Txt .price {
    display: block;
    margin-top: 5px;
}

.addBox .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
    margin: 16px auto 0;
}

@media (max-width: 1080px) {
    .addBox .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .addBox .bottom {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        margin-top: 16px;
    }
}

.addBox .countBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px;
    max-width: 170px;
}

@media (max-width: 1280px) {
    .addBox .countBox {
        max-width: 140px;
    }
}

@media (max-width: 1080px) {
    .addBox .countBox {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .addBox .countBox {
        margin: 0;
        margin-right: 10px;
    }
}

.addBox .cartBtn {
    background: #d69f42;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1080px) {
    .addBox .cartBtn {
        width: 40px;
        height: 40px;
        margin: 5px auto 0;
    }
}

@media (max-width: 560px) {
    .addBox .cartBtn {
        margin: 0;
    }
}

.addBox .cartBtn img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 1080px) {
    .addBox .cartBtn img {
        width: 15px;
        margin-top: 2px;
    }
}

@media (min-width: 1201px) {
    .addBox .cartBtn:hover {
        background: #bc8529;
    }

        .addBox .cartBtn:hover img {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
}

.cartTotalBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #2b455c;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    margin-top: 45px;
}

    .cartTotalBox .text {
        padding: 15px 0;
    }

        .cartTotalBox .text span {
            background: #d69f42;
            color: #2b455c;
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 25px;
            margin: 0 13px;
        }

    .cartTotalBox .costTotal {
        padding-left: 10px;
    }

@media (min-width: 481px) {
    .cartTotalBox .costTotal::before {
        content: "";
        margin-right: 5px;
        margin-bottom: 2px;
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 25px;
        background: #fff;
    }
}

@media (max-width: 480px) {
    .cartTotalBox .costTotal {
        width: 100%;
        margin-bottom: 15px;
    }
}

.addPurchaseBox {
    padding-bottom: 40px;
}

    .addPurchaseBox .topTitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        font-size: 19px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #000;
    }

        .addPurchaseBox .topTitle::before, .addPurchaseBox .topTitle::after {
            content: "";
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            height: 1px;
            background-color: #dcdcdc;
        }

        .addPurchaseBox .topTitle::before {
            margin-right: 15px;
        }

        .addPurchaseBox .topTitle::after {
            margin-left: 15px;
        }

.purchaseList {
    position: relative;
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 640px) {
    .purchaseList {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.purchaseList > li {
    float: left;
    width: 25%;
}

.purchaseList .payArrowStyle.absolute.prev {
    left: 13px;
}

.purchaseList .payArrowStyle.absolute.next {
    right: 13px;
}

.purchaseList .payDotStyle {
    margin-top: 20px;
}

.purchaseList .slick-list {
    padding-top: 30px;
}

.purchaseList .slick-slide {
    padding-left: 13px;
    padding-right: 13px;
}

.purchaseList .item {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ececec;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .purchaseList .item:hover {
        -webkit-box-shadow: 0px 0px 14px 0px rgba(207, 207, 207, 0.42);
        box-shadow: 0px 0px 14px 0px rgba(207, 207, 207, 0.42);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

.purchaseList .Img {
    margin-bottom: 10px;
}

    .purchaseList .Img img {
        display: block;
        width: 100%;
    }

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

.purchaseList .title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.purchaseList .price {
    margin-bottom: 10px;
    font-size: 19px;
    color: #b80000;
}

    .purchaseList .price .nt {
        display: inline-block;
        padding-right: 5px;
        font-size: 12px;
    }

.purchaseList .addCart {
    display: block;
    padding: 6px 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-color: #eee;
    color: #5f5f5f;
}

    .purchaseList .addCart:hover {
        background-color: #2b455c;
        color: #fff;
    }

.purchaseList .countItemBox {
    width: 100%;
    margin-bottom: 8px;
}

.payDotStyle {
    width: 100%;
    text-align: center;
}

    .payDotStyle li {
        display: inline-block;
        margin-right: 6px;
        margin-left: 6px;
    }

        .payDotStyle li.slick-active button {
            border-color: #2b455c;
        }

            .payDotStyle li.slick-active button::after {
                background-color: #2b455c;
            }

        .payDotStyle li button {
            position: relative;
            display: block;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            border: 1px solid transparent;
            background: none;
            font-size: 0;
            line-height: 0;
            padding: 0;
            text-indent: -9999px;
            cursor: pointer;
        }

            .payDotStyle li button::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -2.5px;
                margin-top: -2.5px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #c7c7c7;
            }

            .payDotStyle li button:focus {
                outline: none;
            }

.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;
    }
}

.noteContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 960px) {
    .noteContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.noteContent .noteList {
    max-width: 1165px;
    margin-right: auto;
}

    .noteContent .noteList .noteItem {
        margin: 3px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

@media (max-width: 480px) {
    .noteContent .noteList .noteItem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

.noteContent .noteList .noteItem.noteTaste .note_m {
    margin-bottom: 0;
    padding: 0;
}

.noteContent .noteList .noteItem.noteTaste .noteTxt {
    padding-left: 16px;
    letter-spacing: 0.5px;
}

.noteContent .noteList .noteItem.noteTaste .note_m,
.noteContent .noteList .noteItem.noteTaste .noteTxt {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
}

.noteContent .noteList .note_m {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 4px 25px;
    margin-bottom: 10px;
    border-radius: 25px;
    min-width: 116px;
}

.noteContent .noteList .noteTxt {
    font-size: 18px;
    color: #6b6b6b;
    letter-spacing: 0.01px;
    padding: 0 15px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

@media (max-width: 960px) {
    .noteContent .noteList .noteTxt {
        font-size: 16px;
    }
}

.noteContent .noteList .note01 {
    background: #f3b751;
}

.noteContent .noteList .note02 {
    background: #6b6b6b;
}

.noteContent .fbshare {
    font-size: 18px;
}

@media (max-width: 960px) {
    .noteContent .fbshare {
        margin: 25px 0 0;
    }
}

@media (max-width: 480px) {
    .noteContent .fbshare {
        margin: 15px 0 0;
    }
}

.noteContent .fbshare a {
    display: inline-block;
    vertical-align: middle;
    color: #1876f3;
    background: #f2f2f2;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 155px;
}

@media (min-width: 1201px) {
    .noteContent .fbshare a:hover {
        background: #d9d9d9;
    }
}

@media (max-width: 960px) {
    .noteContent .fbshare a {
        min-width: 150px;
        font-size: 16px;
    }
}

.noteContent .fbshare img {
    display: inline-block;
    vertical-align: middle;
}

.noteContent .fbshare span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.noteContent.col {
    margin: 15px 0;
}

    .noteContent.col .noteList {
        padding-right: 10px;
    }

        .noteContent.col .noteList .noteItem {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            max-width: 520px;
        }

        .noteContent.col .noteList .noteTxt {
            padding: 0;
        }

/*--currentTitle--*/
.currentTitle {
    font-size: 38px;
    font-weight: 500;
    color: #2b455c;
    text-align: center;
    letter-spacing: 6.8px;
    margin-bottom: 80px;
}

@media (max-width: 960px) {
    .currentTitle {
        margin-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .currentTitle {
        font-size: 28px;
        letter-spacing: 1.8px;
    }
}

/*--title--*/
.sectionTitle {
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #fff;
    background: #8b8b8b;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0 15px;
}

@media (max-width: 480px) {
    .sectionTitle {
        font-size: 20px;
    }
}

.sectionTitle::after, .sectionTitle::before {
    content: url(../images/deco/cookie.png);
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.sectionTitle::before {
    margin-right: 10px;
}

.sectionTitle::after {
    margin-left: 10px;
}

/*--button--*/
.toggleStyle {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 43px;
    padding: 0;
    border: none;
    background-color: #d69f42;
    cursor: pointer;
    outline: none;
}

    .toggleStyle::before, .toggleStyle::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        margin-top: -0.5px;
        width: 20px;
        height: 1px;
        background-color: #000;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .toggleStyle::after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .toggleStyle.show::after, .toggleStyle.close::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/*按鈕區塊*/
.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;
}

.submitText {
    padding: 15px 0 60px;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #2b455c;
}

@media (max-width: 960px) {
    .submitText {
        font-size: 16px;
    }
}

.submitText p {
    padding-bottom: 5px;
}

/*--arrow--*/
.payArrowStyle {
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #2b455c;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .payArrowStyle:hover {
        background-color: #000;
    }

    .payArrowStyle.absolute {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

        .payArrowStyle.absolute.prev {
            left: 0;
        }

        .payArrowStyle.absolute.next {
            right: 0;
        }

/*--old--*/
.formWrap {
    position: relative;
    clear: both;
}

.infoArea {
    margin-right: 360px;
    overflow: hidden;
}

.priceArea {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
}

/**結帳說明**/
.itemBox .title {
    padding: 10px 0;
    color: #231815;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #d9d9d9;
}

    .itemBox .title strong {
        font-weight: 400;
    }

.itemBox,
.section {
    margin-top: 25px;
}

    /**清單表格**/
    .itemBox table {
        width: 100%;
        border-collapse: collapse;
    }

    .itemBox th {
        padding: 10px;
        background-color: #ececec;
        text-align: left;
    }

    .itemBox td {
        padding: 10px 5px;
        vertical-align: middle;
        border-bottom: 1px solid #d9d9d9;
    }

        .itemBox td a {
            color: #1785d5;
        }

            .itemBox td a strong {
                display: inline-block;
                vertical-align: middle;
            }

            .itemBox td a img {
                display: inline-block;
                vertical-align: middle;
                width: 60px;
                margin-right: 10px;
            }

    .itemBox .btn_remove {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #d92047;
        text-align: center;
        background-color: #eaeaea;
    }

    /**資料填寫**/
    .section .title {
        /*項目標題區*/
        padding: 10px 15px;
        background-color: #9e9e9e;
    }

        .section .title strong {
            /*標題字*/
            font-size: 14px;
            color: #fff;
        }

    .section .box {
        padding: 15px 0;
    }

    .section .left {
        display: block;
        height: 20px;
        margin-bottom: 5px;
        font-size: 14px;
        color: #222;
    }

        .section .left em {
            font-size: 12px;
            color: #f00;
        }

        .section .left b.note {
            padding-left: 5px;
            font-weight: 400;
            font-size: 12px;
            color: #d07474;
        }

    .section .radioSet label {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 5px;
    }

        .section .radioSet label:last-child {
            margin-right: 0;
        }

    .section ul {
        margin-top: 15px;
    }

        .section ul li {
            display: none;
            line-height: 1.8;
        }

            .section ul li:first-child {
                display: block;
            }

    .section input[type=text],
    .section select {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 5px;
        border: 1px solid #ccc;
    }

    .section textarea {
        width: 100%;
        height: 100px;
        height: 100px;
        line-height: 100px;
        padding: 5px;
        border: 1px solid #ccc;
    }

    .section label.same {
        /*同聯絡人*/
        cursor: pointer;
    }

        .section label.same:before {
            content: "\f096";
            margin-right: 5px;
            font-family: FontAwesome;
        }

        .section label.same.select:before {
            content: "\f046";
        }

.error {
    border: 1px solid #b32b2b !important;
    -webkit-box-shadow: 0 0 10px #ff1717;
    box-shadow: 0 0 10px #ff1717;
}

/*總計*/
.totalArea {
    width: 100%;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0;
    line-height: 1;
}

    .totalArea .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 4px 0;
    }

@media (max-width: 480px) {
    .totalArea .list {
        font-size: 16px;
    }
}

.totalArea .list:last-child {
    padding-top: 70px;
}

    .totalArea .list:last-child .price {
        font-size: 50px;
    }

@media (max-width: 480px) {
    .totalArea .list:last-child {
        padding-top: 45px;
    }

        .totalArea .list:last-child .price {
            font-size: 30px;
        }
}

.totalArea .price {
    min-width: 140px;
    text-align: right;
    margin-left: 15px;
    line-height: 1;
}

@media (max-width: 480px) {
    .totalArea .price {
        min-width: 110px;
    }
}

.totalArea .price span {
    padding-left: 5px;
}

.totalArea.okTotal {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .totalArea.okTotal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.totalArea.okTotal .list:last-child {
    padding-top: 10px;
}

@media (max-width: 480px) {
    .totalArea.okTotal .list:last-child {
        padding-top: 10px;
    }
}

.totalArea.okTotal .pickUpTxt {
    font-weight: 500;
    font-size: 18px;
    color: #2b455c;
    margin-left: 65px;
}

@media (max-width: 960px) {
    .totalArea.okTotal .pickUpTxt {
        font-size: 16px;
        margin-left: 0;
    }
}

.totalArea.okTotal .pickUpTxt .pickup {
    padding-left: 10px;
}

.discountNote {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #e02528;
}

.payokTextBox {
    padding: 20px 0 55px;
}

    .payokTextBox .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0 0;
        color: #929292;
        font-size: 18px;
    }

@media (max-width: 960px) {
    .payokTextBox .item {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .payokTextBox .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.payokTextBox .item.f-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.payokTextBox .left {
    min-width: 160px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.payokTextBox .right {
    color: #2e2e2e;
    padding-bottom: 10px;
}

.payokTextBox .txt {
    margin-right: 20px;
}

.payokTextBox .noteTxt {
    color: #898989;
    padding: 5px 0;
}

    .payokTextBox .noteTxt.red {
        color: #c71818;
    }

@media (max-width: 960px) {
    .payokTextBox .noteTxt {
        display: block;
    }
}

.fixBox {
    position: relative;
    padding: 25px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

/*結帳完成*/
.orderStatus {
    /*感謝購物資訊*/
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 15px;
    color: #d92047;
}

    .orderStatus b {
        font-size: 16px;
        color: #a58640;
    }

.inforArea .formBox b {
    /*確定的靜態資料*/
    font-size: 15px;
    color: #5c5c5c;
}
