@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

@keyframes txtAni {
    0% {
        color: #F8D14C;
    }

    100% {
        color: red;
    }
}

.code {
    background-color: #ccc;
    min-width: 150px;
    display: inline-block;
    padding: 5px;
}

body, body * {
    font-family: "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body {
    overflow: auto;
    color: #5a5a5a;
}

    body * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

a {
    text-decoration: none;
}

    a.link-1 {
        color: #ff6800;
        transition: 0.3s linear;
    }

        a.link-1:hover {
            color: #dd5b00;
            transition: 0.3s linear;
        }

    a.link-2 {
        color: #5a5a5a;
        transition: 0.3s linear;
    }

        a.link-2:hover {
            color: #000;
            transition: 0.3s linear;
        }

    a.link-3 {
        color: #007aff;
        transition: 0.3s linear;
    }

        a.link-3:hover {
            color: #007aff;
            text-decoration: underline;
            transition: 0.3s linear;
        }

.btn {
    text-decoration: none;
}

    .btn.btn-1 {
        color: #000;
        background-color: #ffeca2;
        transition: 0.3s linear;
    }

        .btn.btn-1:hover, .btn.btn-1.current {
            color: #fb6700;
            background-color: #fff;
            transition: 0.3s linear;
        }

        .btn.btn-1.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-2 {
        color: #1e1e1e;
        background-color: #ffde00;
        transition: 0.3s linear;
    }

        .btn.btn-2:hover, .btn.btn-2.current {
            color: #1e1e1e;
            background-color: #D2B806;
            transition: 0.3s linear;
        }

        .btn.btn-2.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-3 {
        color: #1e1e1e;
        background-color: #a1ff69;
        transition: 0.3s linear;
    }

        .btn.btn-3:hover, .btn.btn-3.current {
            color: #1e1e1e;
            background-color: #87D25A;
            transition: 0.3s linear;
        }

        .btn.btn-3.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-4 {
        color: #1e1e1e;
        background-color: #62eeff;
        transition: 0.3s linear;
    }

        .btn.btn-4:hover, .btn.btn-4.current {
            color: #1e1e1e;
            background-color: #54C4D2;
            transition: 0.3s linear;
        }

        .btn.btn-4.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-5 {
        color: #FC944C;
        box-shadow: inset 0 0 0 1px #FC944C;
        transition: 0.3s linear;
    }

        .btn.btn-5:hover, .btn.btn-5.current {
            color: #FB6700;
            box-shadow: inset 0 0 0 1px #FB6700;
            transition: 0.3s linear;
        }

        .btn.btn-5.disabled {
            color: #EAEAEA;
            box-shadow: inset 0 0 0 1px #EAEAEA;
            transition: 0.3s linear;
        }

    .btn.btn-6 {
        color: #fff;
        background-color: #FC944C;
        transition: 0.3s linear;
    }

        .btn.btn-6:hover, .btn.btn-6.current {
            color: #fff;
            background-color: #FB6700;
            transition: 0.3s linear;
        }

        .btn.btn-6.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-7 {
        color: #5a5a5a;
        background-color: #D6D6D6;
        transition: 0.3s linear;
    }

        .btn.btn-7:hover, .btn.btn-7.current {
            color: #5a5a5a;
            background-color: #BEBEBE;
            transition: 0.3s linear;
        }

        .btn.btn-7.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-8 {
        color: #1e1e1e;
        background-color: #ffde00;
        transition: 0.3s linear;
    }

        .btn.btn-8:hover, .btn.btn-8.current {
            color: #1e1e1e;
            background-color: #ffe46d;
            transition: 0.3s linear;
        }

        .btn.btn-8.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-9 {
        color: #fff;
        background-color: #2a93d4;
        transition: 0.3s linear;
    }

        .btn.btn-9:hover, .btn.btn-9.current {
            color: #fff;
            background-color: #51a3d6;
            transition: 0.3s linear;
        }

        .btn.btn-9.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

    .btn.btn-10 {
        color: #fff;
        background-color: #808080;
        transition: 0.3s linear;
    }

        .btn.btn-10:hover, .btn.btn-10.current {
            filter: brightness(1.2);
            transition: 0.3s linear;
        }

        .btn.btn-10.disabled {
            color: #D5D5D5;
            background-color: #F6F6F6;
            transition: 0.3s linear;
        }

.btn-box {
    width: 100%;
    text-align: center;
    display: flex;
}

    .btn-box .btn {
        display: inline-block;
        text-align: center;
    }

.select-box {
    position: relative;
    width: 100%;
}

    .select-box .select-action {
        border: 1px solid #969696;
        border-radius: 3px;
        padding: 10px 20px;
        position: relative;
        background-color: #fff;
    }

        .select-box .select-action:after {
            content: "";
            background: url(/Content/images/inside/ic-dropdown-triangle.svg) no-repeat center center;
            position: absolute;
            right: 20px;
            width: 13px;
            height: 11px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .select-box .select-action.error {
            border-color: #ff4545;
        }

        .select-box .select-action.dropdown-open {
            border-color: #f9be00;
        }

        .select-box .select-action img {
            position: absolute;
            width: 13px;
            height: 11px;
            margin: auto;
            top: 0;
            bottom: 0;
            right: 20px;
        }

    .select-box:not(.sp-select) .dropdown-menu {
        max-height: 200px;
    }

    .select-box .dropdown-menu {
        overflow: auto;
        border: 1px solid #969696;
        width: calc(100% - 2px);
    }

        .select-box .dropdown-menu .dropdown-anchor {
            display: none;
        }

        .select-box .dropdown-menu ul {
            border-radius: 2px;
        }

        .select-box .dropdown-menu li {
            color: #5a5a5a;
            font-size: 16px;
            line-height: 1;
            transition: 0.3s linear;
        }

            .select-box .dropdown-menu li a {
                padding: 11px 20px;
                position: relative;
            }

                .select-box .dropdown-menu li a:hover {
                    background-color: #fff0b2;
                    color: #1e1e1e;
                    transition: 0.3s linear;
                }

                .select-box .dropdown-menu li a span {
                    position: absolute;
                    right: 20px;
                    font-size: 14px;
                }

.notice {
    color: #5a5a5a;
}

    .notice .notice-title {
        color: #5a5a5a;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .notice ol {
        list-style-type: decimal;
        margin-left: 20px;
    }

    .notice ul.ul-disc {
        list-style: disc;
        margin-left: 25px;
    }

    .notice ul.ul-cjk-i {
        list-style: cjk-ideographic;
        margin-left: 35px;
    }

    .notice ul.ul-la {
        list-style: lower-alpha;
        margin-left: 25px;
    }

    .notice li {
        line-height: 25px;
        font-size: 15px;
    }

p {
    line-height: 22px;
}

    p.mark {
        padding-left: 17px;
        position: relative;
        word-break: keep-all;
    }

        p.mark:after {
            content: "※";
            position: absolute;
            left: 0;
            top: 0;
        }

.page {
    width: 100%;
    text-align: center;
}

    .page a {
        text-decoration: none;
        color: #444;
        height: 25px;
        min-width: 25px;
        border-radius: 2px;
        margin: 0 5px;
        display: inline-block;
        font-size: 14px;
        line-height: 25px;
        padding: 0 8px;
        box-sizing: border-box;
        transition: 0.3s linear;
    }

        .page a .fa {
            font-size: 20px;
            vertical-align: text-bottom;
            color: #8f8f87;
            transition: 0.3s linear;
        }

        .page a.current {
            background-color: #f99149;
            color: #fff;
            transition: 0.3s linear;
        }

        .page a:hover {
            background-color: #e4e4e4;
            transition: 0.3s linear;
        }

            .page a:hover .fa {
                color: #343434;
                transition: 0.3s linear;
            }

.input-check {
    padding-left: 26px;
    position: relative;
    min-height: 18px;
    line-height: 22px;
}

    .input-check label {
        vertical-align: middle;
    }

    .input-check .box {
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
    }

    .input-check input[type=checkbox] + .box {
        display: block;
        cursor: pointer;
    }

    .input-check input[type=checkbox] {
        display: none;
    }

        .input-check input[type=checkbox] + .box:before {
            content: "";
            border: 0.1em solid #FB6700;
            border-radius: 0.2em;
            display: inline-block;
            width: 13px;
            height: 13px;
            padding-left: 2px;
            padding-bottom: 2px;
            vertical-align: bottom;
            color: transparent;
            transition: 0.2s;
            background: url(/Content/images/inside/ic-check.svg) no-repeat center center;
        }

    .input-check label:active input[type=checkbox]:not(:disabled) + .box:before {
        transform: scale(0);
    }

    .input-check input[type=checkbox]:checked + .box:before {
        background-color: #FB6700;
        border-color: #FB6700;
        color: #fff;
    }

    .input-check input[type=checkbox]:not(:checked):disabled + .box:before {
        transform: scale(1);
        border-color: #D6D6D6;
        background: #F6F6F6;
    }

    .input-check input[type=checkbox]:checked:disabled + .box:before {
        transform: scale(1);
        background-color: #FB6700;
        border-color: #FB6700;
    }

.input-radio {
    padding-left: 26px;
    position: relative;
}

    .input-radio label {
        vertical-align: middle;
    }

    .input-radio .box {
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
    }

    .input-radio input[type=radio] + .box {
        display: block;
        cursor: pointer;
    }

    .input-radio input[type=radio] {
        display: none;
    }

        .input-radio input[type=radio] + .box:before {
            content: "";
            border: 2px solid #7C7C7C;
            border-radius: 50%;
            display: inline-block;
            width: 13px;
            height: 13px;
            vertical-align: bottom;
            color: transparent;
            transition: 0.2s;
        }

    .input-radio label:active input[type=radio]:not(:disabled) + .box:before {
        transform: scale(0);
    }

    .input-radio input[type=radio]:checked + .box:before {
        background-color: #FB6700;
        border: 0;
        color: #fff;
        background: url(/Content/images/inside/ic-radio-button-on.svg) no-repeat center center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: relative;
        left: -2px;
    }

    .input-radio input[type=radio]:not(:checked):disabled + .box:before {
        transform: scale(1);
        border-color: #D6D6D6;
        background: #F6F6F6;
    }

    .input-radio input[type=radio]:checked:disabled + .box:before {
        transform: scale(1);
        width: 18px;
        height: 18px;
        border-color: transparent;
    }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.table {
    width: 100%;
    display: table;
    color: #5a5a5a;
    line-height: 20px;
}

    .table.table-nb .thead .td {
        padding: 12px 0;
    }

    .table.table-nb .tbody .td {
        height: 66px;
        padding: 0;
    }

    .table.table-bd {
        border-collapse: collapse;
    }

        .table.table-bd .td {
            border: 1px solid #e9c58b;
            padding: 12px 0;
        }

    .table.table-bdg {
        border-collapse: collapse;
    }

        .table.table-bdg .td {
            border: 1px solid #ccc;
            padding: 12px 0;
        }

    .table .thead {
        display: table-row-group;
    }

        .table .thead *:not(.tiny-tip) {
            font-size: 16px;
        }

    .table .tbody {
        display: table-row-group;
    }

        .table .tbody *:not(.tiny-tip) {
            font-size: 15px;
        }

    .table .tiny-tip {
        font-size: 13px;
    }

    .table .tr {
        display: table-row;
    }

    .table .td {
        display: table-cell;
        vertical-align: middle;
    }

        .table .td .btn {
            text-align: center;
            display: inline-block;
            min-width: 90px;
            padding: 9px 0;
            border-radius: 20px;
        }

    .table .bgc-1 {
        background-color: #fdf1c1;
    }

    .table .bgc-2 {
        background-color: #fafafa;
    }

    .table .bgc-3 {
        background-color: #f1f1f1;
    }

    .table .bgc-4 {
        background-color: #fff4a5;
    }

    .table .bgc-5 {
        background-color: #fcbd83;
    }

    .table .bgc-6 {
        background-color: #fcf4e2;
    }

    .table .bgc-7 {
        background-color: #f8e8a5;
    }

    .table .bgc-8 {
        background-color: #fff9d0;
    }

.blank-1 {
    width: 100%;
    height: 5px;
}

.blank-2 {
    width: 100%;
    height: 10px;
}

.blank-3 {
    width: 100%;
    height: 15px;
}

.tip-fc-1 {
    color: #ff4b4b;
}

.tip-fc-2 {
    color: #ff6800;
}

.tip-fc-3 {
    color: #47b354;
}

.tip-fc-4 {
    color: #000;
}

.tip-fc-5 {
    color: #00bde0;
}

.tip-fc-6 {
    color: #D71718;
}

.tip-fc-7 {
    color: #004DA1;
}

.fz-s {
    font-size: 0.8em !important;
}

.fz-sm {
    font-size: 0.9em !important;
}

.fz-l {
    font-size: 1.3em !important;
}

.input, .textarea {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

    .input .fa, .textarea .fa {
        position: absolute;
        right: 10px;
        width: 18px;
        height: 18px;
        top: 10px;
        font-size: 20px;
        color: #B7B7B7;
        z-index: 1;
    }

        .input .fa.fa-times-circle, .textarea .fa.fa-times-circle {
            cursor: pointer;
            display: none;
        }

    .input input::-webkit-input-placeholder, .textarea input::-webkit-input-placeholder {
        color: #5a5a5a;
    }

    .input input::-moz-input-placeholder, .textarea input::-moz-input-placeholder {
        color: #5a5a5a;
    }

    .input input::-ms-input-placeholder, .textarea input::-ms-input-placeholder {
        color: #5a5a5a;
    }

    .input input[type=text],
    .input input[type=password],
    .input input[type=number],
    .input input[type=tel],
    .input input[type=email],
    .input textarea, .textarea input[type=text],
    .textarea input[type=password],
    .textarea input[type=number],
    .textarea input[type=tel],
    .textarea input[type=email],
    .textarea textarea {
        font-size: 16px;
        color: #000;
        letter-spacing: 1px;
        padding: 8.5px 10px;
        box-sizing: border-box;
        border-radius: 3px;
        width: 100%;
        border: 1px solid #969696;
        outline: 0;
    }

        .input input[type=text]:focus,
        .input input[type=password]:focus,
        .input input[type=number]:focus,
        .input input[type=tel]:focus,
        .input input[type=email]:focus,
        .input textarea:focus, .textarea input[type=text]:focus,
        .textarea input[type=password]:focus,
        .textarea input[type=number]:focus,
        .textarea input[type=tel]:focus,
        .textarea input[type=email]:focus,
        .textarea textarea:focus {
            background-color: #fff;
            border: 1px solid #f9be00;
        }

        .input input[type=text][readonly],
        .input input[type=password][readonly],
        .input input[type=number][readonly],
        .input input[type=tel][readonly],
        .input input[type=email][readonly],
        .input textarea[readonly], .textarea input[type=text][readonly],
        .textarea input[type=password][readonly],
        .textarea input[type=number][readonly],
        .textarea input[type=tel][readonly],
        .textarea input[type=email][readonly],
        .textarea textarea[readonly] {
            background-color: #fff;
            border: 1px solid #fff;
            padding-left: 0;
        }

        .input input[type=text].hv,
        .input input[type=password].hv,
        .input input[type=number].hv,
        .input input[type=tel].hv,
        .input input[type=email].hv,
        .input textarea.hv, .textarea input[type=text].hv,
        .textarea input[type=password].hv,
        .textarea input[type=number].hv,
        .textarea input[type=tel].hv,
        .textarea input[type=email].hv,
        .textarea textarea.hv {
            background-color: #fff;
        }

    .input .txt, .textarea .txt {
        font-size: 13px;
        line-height: 1;
        padding-top: 3px;
    }

    .input.error input[type=text],
    .input.error input[type=password],
    .input.error input[type=number],
    .input.error input[type=tel],
    .input.error input[type=email],
    .input.error textarea, .textarea.error input[type=text],
    .textarea.error input[type=password],
    .textarea.error input[type=number],
    .textarea.error input[type=tel],
    .textarea.error input[type=email],
    .textarea.error textarea {
        border: 1px solid #ff4545;
        background-color: #ffe8f8;
    }

    .input textarea, .textarea textarea {
        resize: none;
        height: 85px;
        line-height: 1.38;
    }

    .input.msg-captcha, .textarea.msg-captcha {
        display: flex;
    }

        .input.msg-captcha input, .textarea.msg-captcha input {
            width: calc(100% - 149px);
            border-radius: 3px 0 0 3px;
        }

        .input.msg-captcha .btn, .textarea.msg-captcha .btn {
            border-radius: 0 3px 3px 0;
            line-height: 40px;
            width: 149px;
            text-align: center;
        }

            .input.msg-captcha .btn.re, .textarea.msg-captcha .btn.re {
                background-color: #d6d6d6;
                color: #fff;
            }

    .input.captcha, .textarea.captcha {
        display: flex;
    }

        .input.captcha input, .textarea.captcha input {
            width: calc(100% - 40px - 100px);
            border-radius: 3px 0 0 3px;
        }

        .input.captcha .change, .textarea.captcha .change {
            background-color: #fc944c;
            width: 40px;
            text-align: center;
            vertical-align: middle;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0 3px 3px 0;
        }

#slide option {
    position: relative;
}

    #slide option span {
        position: absolute;
        right: 0;
    }

.caption-list dl {
    letter-spacing: 1px;
}

    .caption-list dl dt {
        color: #000;
        margin-bottom: 8px;
        padding-bottom: 8px;
        position: relative;
        border-bottom: 1px solid #e7e6e6;
        position: relative;
        padding-left: 26px;
        line-height: 1.5;
    }

        .caption-list dl dt img {
            position: absolute;
            top: 0;
            left: 0;
        }

    .caption-list dl dd {
        line-height: 1.6;
        font-size: 15px;
    }

        .caption-list dl dd ol {
            list-style-type: decimal;
            margin-left: 25px;
        }

        .caption-list dl dd img {
            max-width: 100%;
        }

body > .content {
    width: 100%;
}

    body > .content .main {
        position: relative;
    }

.news-tag {
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    background-color: #747474;
}

@media screen and (min-width: 769px) {
    .pd-default {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .pd-default {
        padding-left: 10px;
        padding-right: 10px;
    }

    .input .small-tip::-webkit-input-placeholder,
    .textarea .small-tip::-webkit-input-placeholder {
        font-size: 13px;
    }

    .input .small-tip::-moz-input-placeholder,
    .textarea .small-tip::-moz-input-placeholder {
        font-size: 13px;
    }

    .input .small-tip::-ms-input-placeholder,
    .textarea .small-tip::-ms-input-placeholder {
        font-size: 13px;
    }
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

.fix-btn {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 80px;
}

    .fix-btn a {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgb(250, 170, 57);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-bottom: 20px;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        transition: 0.3s linear;
    }

        .fix-btn a img {
            width: 100%;
            vertical-align: top;
            position: relative;
            z-index: 1;
        }

        .fix-btn a span {
            position: absolute;
            box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
            background-color: rgb(250, 170, 57);
            z-index: 0;
            display: inline-block;
            right: 0;
            border-radius: 50px;
            font-size: 18px;
            box-sizing: border-box;
            width: 60px;
            overflow: hidden;
            padding: 21px 0;
            color: transparent;
            word-break: keep-all;
            transition: 0.3s linear;
        }

        .fix-btn a:hover {
            background-color: #f18100;
            transition: 0.3s linear;
        }

            .fix-btn a:hover span {
                padding: 21px 25px;
                width: 165px;
                transition: 0.3s linear;
                color: #fff;
                background-color: #f18100;
            }

@media screen and (min-width: 901px) {
    header > .web .header .wrapper,
    header > .web .menu .wrapper {
        width: 95%;
        max-width: 100%;
        overflow: hidden;
        margin: 0 auto;
        min-width: unset;
    }

    header > .rwd-web__hide {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    header > .rwd-mobile__hide {
        display: none !important;
    }

    header > .rwd-web__hide {
        display: block !important;
    }
}

article .top {
    height: 560px;
    position: relative;
}

    article .top > .mySwiper {
        height: 100%;
        position: relative;
    }

        article .top > .mySwiper .swiper-slide .slide-pd {
            width: 100%;
            height: 100%;
        }

        article .top > .mySwiper .swiper-slide .slide-mb {
            display: none;
        }

    article .top .swiper-container-horizontal > .swiper-pagination-bullets,
    article .top .swiper-pagination-custom, article .top .swiper-pagination-fraction {
        bottom: 90px;
    }

        article .top .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 16px;
            height: 16px;
            opacity: 1;
            margin: 0 10px;
        }

    article .top .swiper-pagination-bullet {
        background-color: #cbcbcb;
    }

    article .top .swiper-pagination-bullet-active {
        background-color: #a0a0a0;
    }

    article .top:after {
        content: "";
        background: url(/Content/images/index/banner-bottom.png) no-repeat bottom center;
        height: 128px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    article .top .wrap {
        width: 95%;
        max-width: 1200px;
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }

        article .top .wrap .news-row {
            background-color: rgba(255, 255, 255, 0.8);
            box-sizing: border-box;
            border-radius: 6px;
            padding: 18px 30px;
            overflow: hidden;
            display: flex;
            align-items: center;
            gap: 5px;
        }

            article .top .wrap .news-row .news-mb {
                display: none;
            }

            article .top .wrap .news-row .swiper {
                overflow: hidden;
                height: 26px;
                width: 93%;
            }

            article .top .wrap .news-row .swiper-slide {
                overflow: hidden;
                display: flex;
                gap: 10px;
                flex-grow: 0;
            }

            article .top .wrap .news-row .col {
                margin-right: 15px;
                display: flex;
                gap: 5px;
                align-items: center;
                width: 49%;
                flex-grow: 0;
            }

                article .top .wrap .news-row .col .news-tag {
                    padding: 6px 12px;
                    font-size: 14px;
                    letter-spacing: 1px;
                    width: 54px;
                    box-sizing: border-box;
                    flex-shrink: 0;
                }

            article .top .wrap .news-row .news-date {
                vertical-align: middle;
                display: inline-block;
            }

            article .top .wrap .news-row a {
                color: #747474;
                font-size: 15px;
            }

            article .top .wrap .news-row .news-link {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: inline-block;
                width: 60%;
                vertical-align: middle;
            }

                article .top .wrap .news-row .news-link:hover {
                    text-decoration: underline;
                }

            article .top .wrap .news-row .btn-more {
                border: 1px solid #747474;
                margin: auto 0 auto auto;
                border-radius: 14px;
                padding: 5px 12px;
                z-index: 1;
                flex-shrink: 0;
                width: 56px;
                box-sizing: border-box;
                transition: 0.3s linear;
            }

                article .top .wrap .news-row .btn-more:hover {
                    background-color: #faaa39;
                    border-color: #faaa39;
                    color: #fff;
                    text-decoration: none;
                    transition: 0.3s linear;
                }

article section .title {
    font-size: 34px;
    color: #245c98;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
    line-height: 1.6;
}

article .se-1 {
    background: #fff url(/Content/images/index/s1-bg.jpg) no-repeat bottom center;
    padding-bottom: 40px;
}

    article .se-1 .wrapper {
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        overflow-x: hidden;
        padding-top: 80px;
        padding-right: 3px;
    }

    article .se-1 .swiper-slide {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
        margin-bottom: 88px;
    }

        article .se-1 .swiper-slide dl dt {
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 2px;
            padding: 0 5px 14px;
            display: inline-block;
            border-bottom: 1px solid #4B4B4B;
        }

        article .se-1 .swiper-slide dl dd {
            font-size: 16px;
            padding-top: 20px;
            display: block;
            line-height: 1.6;
        }

    article .se-1 .swiper-pagination {
        all: unset;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        text-align: center;
        align-items: center;
        width: 99%;
        margin: 0 auto 38px;
    }

    article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        all: unset;
        padding: 20px 0;
        position: relative;
        cursor: pointer;
        background: linear-gradient(to bottom, #d7e3ea 0%, #e4f2fa 100%);
        box-shadow: 3px 3px 3px 1px #dbdbdb;
    }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
            border-radius: 6px 0 0 6px;
        }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(8) {
            border-radius: 0 6px 6px 0;
        }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child):after {
            content: "";
            width: 1px;
            height: calc(100% - 20px);
            background-color: rgba(255, 255, 255, 0.8);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            z-index: 0;
        }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .img {
            width: 50px;
            margin: auto;
            position: relative;
            z-index: 1;
        }

            article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .img img {
                width: 100%;
                vertical-align: top;
            }

            article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .img .current {
                display: none;
            }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .txt {
            font-size: 18px;
            font-weight: bold;
            color: #616161;
            margin-top: 12px;
            position: relative;
            z-index: 1;
        }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
            content: "";
            padding: 10px 5px;
            width: 100%;
            height: 100%;
            background: transparent;
            position: absolute;
            top: -8px;
            left: -3px;
            z-index: 1;
            border-radius: 6px;
            opacity: 0;
            transition: 0.3s linear;
        }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
            background: linear-gradient(to bottom, #0f6ed5 0%, #004ea2 100%);
            opacity: 1;
            transition: 0.3s linear;
        }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .img {
            width: 60px;
        }

            article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .img .current {
                display: block;
            }

            article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .img .default {
                display: none;
            }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .txt {
            color: #fff;
        }

article .se-2 {
    background: url(/Content/images/index/s2-bg.jpg) no-repeat top center;
    position: relative;
    overflow: hidden;
}

    article .se-2 .wrapper {
        width: 95%;
        max-width: 1200px;
        padding-top: 45px;
        margin: auto;
        position: relative;
        z-index: 1;
    }

        article .se-2 .wrapper .service-list {
            width: 100%;
            max-width: 953px;
            padding-bottom: 95px;
            display: grid;
            gap: 25px;
            grid-template-columns: repeat(3, 1fr);
            position: relative;
            z-index: 1;
        }

            article .se-2 .wrapper .service-list dl {
                background-color: rgba(255, 255, 255, 0.8);
                border-radius: 6px;
                padding: 26px 27px;
                box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
                opacity: 0;
                transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                -webkit-transform: translateY(-30px);
                transition: 0.3s linear;
            }

                article .se-2 .wrapper .service-list dl dt {
                    padding-bottom: 14px;
                    border-bottom: 1px solid #4B4B4B;
                    font-size: 20px;
                    letter-spacing: 2px;
                    font-weight: bold;
                }

                article .se-2 .wrapper .service-list dl dd {
                    padding-top: 14px;
                    font-size: 15px;
                    line-height: 1.6;
                    text-align: justify;
                }

        article .se-2 .wrapper .s2-phone {
            position: absolute;
            z-index: 0;
            right: 0;
            left: 900px;
            width: 701px;
            bottom: -3px;
            z-index: 0;
        }

    article .se-2.ani .wrapper .service-list dl:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.3s;
    }

    article .se-2.ani .wrapper .service-list dl:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.6s;
    }

    article .se-2.ani .wrapper .service-list dl:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.9s;
    }

    article .se-2.ani .wrapper .service-list dl:nth-child(4) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 1.2s;
    }

    article .se-2.ani .wrapper .service-list dl:nth-child(5) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 1.5s;
    }

    article .se-2.ani .wrapper .service-list dl:nth-child(6) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 1.8s;
    }

article .se-3 {
    background: url(/Content/images/index/s3-bg.jpg) no-repeat top center;
    position: relative;
    padding-bottom: 100px;
}

    article .se-3 .wrapper {
        width: 95%;
        max-width: 1200px;
        padding-top: 45px;
        margin: auto;
    }

        article .se-3 .wrapper .member-service-list .row {
            display: grid;
            gap: 30px;
        }

            article .se-3 .wrapper .member-service-list .row .box {
                box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
                border-radius: 6px;
                position: relative;
                overflow: hidden;
                opacity: 0;
                transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                -webkit-transform: translateY(-30px);
                transition: 0.3s linear;
            }

                article .se-3 .wrapper .member-service-list .row .box .box-title {
                    font-size: 22px;
                    font-weight: bold;
                    letter-spacing: 2px;
                    color: #fff;
                }

                article .se-3 .wrapper .member-service-list .row .box dl {
                    letter-spacing: 1px;
                    text-align: justify;
                }

                    article .se-3 .wrapper .member-service-list .row .box dl dt {
                        color: #fff;
                        font-size: 16px;
                        margin-bottom: 10px;
                        line-height: 1.6;
                    }

                    article .se-3 .wrapper .member-service-list .row .box dl dd {
                        color: #fff2b6;
                        font-size: 14px;
                        line-height: 1.4;
                    }

                article .se-3 .wrapper .member-service-list .row .box .tags {
                    position: absolute;
                    background-color: #fff;
                    right: 0;
                    top: 30px;
                    font-size: 16px;
                    padding: 9px 33px 9px 26px;
                    font-style: italic;
                    font-weight: bold;
                }

                    article .se-3 .wrapper .member-service-list .row .box .tags:before {
                        content: "";
                        position: absolute;
                        left: -8px;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 17px 8px;
                        border-color: #fff transparent;
                        top: 0;
                    }

            article .se-3 .wrapper .member-service-list .row:nth-child(1) {
                grid-template-columns: repeat(3, 1fr);
                margin-bottom: 30px;
            }

                article .se-3 .wrapper .member-service-list .row:nth-child(1) .box {
                    background: linear-gradient(to bottom, #007e32 0%, #00a040 100%);
                    padding: 30px 24px 26px 20px;
                }

                    article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .box-title {
                        margin-bottom: 30px;
                    }

                    article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box {
                        display: flex;
                        gap: 20px;
                    }

                        article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box .img {
                            max-width: 123px;
                            width: 40%;
                        }

                            article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box .img img {
                                width: 100%;
                                vertical-align: top;
                            }

                        article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box dl {
                            width: 60%;
                        }

            article .se-3 .wrapper .member-service-list .row:nth-child(2) {
                grid-template-columns: repeat(2, 1fr);
            }

                article .se-3 .wrapper .member-service-list .row:nth-child(2) .box {
                    display: flex;
                    gap: 22px;
                }

                    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .tags {
                        color: #ff0000;
                    }

                    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box:nth-child(1) {
                        background: linear-gradient(to bottom, #712380 0%, #853994 100%);
                    }

                    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box:nth-child(2) {
                        background: linear-gradient(to bottom, #004fa3 0%, #1770b4 100%);
                    }

                    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col.img {
                        width: 176px;
                        flex-shrink: 0;
                    }

                        article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col.img img {
                            width: 100%;
                            vertical-align: top;
                        }

                    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col:last-child {
                        padding: 28px 33px 23px 0;
                        box-sizing: border-box;
                        position: relative;
                        display: grid;
                        grid-template-rows: 65px auto 26px;
                    }

                    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .logo {
                        margin-bottom: 6px;
                    }

                        article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .logo .OMGMS {
                            width: 195px;
                            vertical-align: top;
                        }

                        article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .logo .AI {
                            width: 130px;
                            vertical-align: top;
                        }

                    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .more {
                        text-align: right;
                    }

                        article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .more a {
                            color: #fff;
                            font-size: 12px;
                            border: 1px solid #fff;
                            text-align: center;
                            padding: 6px 14px;
                            border-radius: 15px;
                            letter-spacing: 2px;
                            display: inline-block;
                            transition: 0.3s linear;
                        }

                            article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .more a:hover {
                                background-color: #FAAA38;
                                border-color: #FAAA38;
                                transition: 0.3s linear;
                            }

    article .se-3.ani .wrapper .member-service-list .row:first-child .box:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.3s;
    }

    article .se-3.ani .wrapper .member-service-list .row:first-child .box:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.6s;
    }

    article .se-3.ani .wrapper .member-service-list .row:first-child .box:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.9s;
    }

    article .se-3.ani .wrapper .member-service-list .row:last-child .box:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 1.2s;
    }

    article .se-3.ani .wrapper .member-service-list .row:last-child .box:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 1.5s;
    }

article .se-4 {
    background: url(/Content/images/index/s4-bg.jpg) no-repeat top center;
    position: relative;
    padding-bottom: 90px;
}

    article .se-4 .wrapper {
        width: 95%;
        max-width: 1200px;
        padding-top: 45px;
        margin: auto;
    }

        article .se-4 .wrapper .title {
            color: #fff;
            padding-bottom: 16px;
        }

        article .se-4 .wrapper .step-list {
            position: relative;
            display: flex;
            justify-content: space-around;
            margin-bottom: 60px;
        }

            article .se-4 .wrapper .step-list:before {
                content: "";
                height: 1px;
                width: 0%;
                background-color: #00a040;
                position: absolute;
                top: 13px;
                left: 15%;
                margin: auto;
                transform-origin: left;
                transition: 0.3s linear;
            }

            article .se-4 .wrapper .step-list .col {
                text-align: center;
                opacity: 0;
                transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                -webkit-transform: translateY(-30px);
                transition: 0.3s linear;
            }

                article .se-4 .wrapper .step-list .col .step {
                    color: #fff;
                    display: inline-block;
                    font-size: 13px;
                    background-color: #00a040;
                    padding: 3px 20px;
                    border-radius: 20px;
                    margin-bottom: 20px;
                    font-weight: bold;
                    letter-spacing: 1px;
                    position: relative;
                    z-index: 1;
                }

                article .se-4 .wrapper .step-list .col .img {
                    max-width: 163px;
                    margin-bottom: 16px;
                }

                    article .se-4 .wrapper .step-list .col .img img {
                        width: 100%;
                        vertical-align: top;
                    }

                article .se-4 .wrapper .step-list .col .txt {
                    font-size: 17px;
                    color: #fff;
                    text-align: center;
                    letter-spacing: 1px;
                }

        article .se-4 .wrapper .btn-row {
            display: flex;
            justify-content: center;
            gap: 35px;
            width: 92%;
            margin: auto;
            letter-spacing: 1px;
        }

            article .se-4 .wrapper .btn-row a {
                color: #fff;
                font-size: 17px;
                background-color: #F18101;
                border-radius: 30px;
                padding: 20px 0;
                text-align: center;
                width: 30%;
                display: inline-block;
                opacity: 0;
                transform: translateY(30px);
                -ms-transform: translateY(30px);
                -webkit-transform: translateY(30px);
                transition: 0.3s linear;
            }

                article .se-4 .wrapper .btn-row a:hover {
                    background-color: #FAAA39;
                    transition: 0.3s linear;
                }

    article .se-4.ani .wrapper .step-list .col:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.3s;
    }

    article .se-4.ani .wrapper .step-list .col:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.6s;
    }

    article .se-4.ani .wrapper .step-list .col:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.9s;
    }

    article .se-4.ani .wrapper .step-list .col:nth-child(4) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 1.2s;
    }

    article .se-4.ani .wrapper .step-list:before {
        width: 70%;
        transition: 1.3s linear;
        transition-delay: 0.5s;
        transform-origin: left;
    }

    article .se-4.ani .wrapper .btn-row a:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        transition-property: transform, opacity, background;
        transition-duration: 0.3s;
        transition-delay: 1.5s, 1.5s, 0s;
    }

    article .se-4.ani .wrapper .btn-row a:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        transition-property: transform, opacity, background;
        transition-duration: 0.3s;
        transition-delay: 1.8s, 1.8s, 0s;
    }

    article .se-4.ani .wrapper .btn-row a:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        transition-property: transform, opacity, background;
        transition-duration: 0.3s;
        transition-delay: 2.1s, 2.1s, 0s;
    }

article .se-5 {
    position: relative;
    padding-bottom: 90px;
    background-color: #fff;
    padding-top: 45px;
}

    article .se-5 .wrapper {
        width: 95%;
        max-width: 1200px;
        margin: auto;
    }

        article .se-5 .wrapper .flex-row {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }

            article .se-5 .wrapper .flex-row .box {
                width: calc(33.3333333333% - 10px);
                opacity: 0;
                transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                -webkit-transform: translateY(-30px);
                transition: 0.3s linear;
            }

                article .se-5 .wrapper .flex-row .box .img {
                    margin-bottom: 10px;
                }

                    article .se-5 .wrapper .flex-row .box .img .rwd-mb {
                        display: none;
                    }

                    article .se-5 .wrapper .flex-row .box .img img {
                        width: 100%;
                    }

                article .se-5 .wrapper .flex-row .box .txt {
                    font-size: 15px;
                    color: #5a5a5a;
                    margin-bottom: 20px;
                    line-height: 1.2;
                }

                article .se-5 .wrapper .flex-row .box .btn-row {
                    text-align: right;
                }

                    article .se-5 .wrapper .flex-row .box .btn-row .btn {
                        display: inline-block;
                        color: #FC944C;
                        border: 1px solid #FC944C;
                        border-radius: 20px;
                        width: 108px;
                        text-align: center;
                        height: 30px;
                        line-height: 30px;
                        font-size: 14px;
                        transition: 0.3s linear;
                    }

                        article .se-5 .wrapper .flex-row .box .btn-row .btn:hover {
                            background-color: #FC944C;
                            color: #fff;
                            transition: 0.3s linear;
                        }

    article .se-5.ani .wrapper .flex-row .box:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.3s;
    }

    article .se-5.ani .wrapper .flex-row .box:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.6s;
    }

    article .se-5.ani .wrapper .flex-row .box:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: 0.3s linear;
        transition-delay: 0.9s;
    }

@media screen and (min-width: 1200px) {
    .rwd-web__hide {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 769px) {
    .rwd-pd__hide {
        display: none !important;
    }

    article .top .wrap .news-row {
        padding: 18px;
    }

        article .top .wrap .news-row .news-link {
            width: 50%;
        }

    article .se-1 .swiper-slide {
        gap: 40px;
    }

    article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .txt {
        font-size: 16px;
    }

    article .se-2 .wrapper .service-list {
        grid-template-columns: repeat(2, 1fr);
        max-width: unset;
    }

    article .se-2 .s2-phone {
        display: none;
    }

    article .se-3 .wrapper .member-service-list .row:nth-child(1) .box {
        padding: 30px 24px;
    }

        article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .box-title {
            text-align: center;
        }

        article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box {
            flex-direction: column;
            gap: 0px;
        }

            article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box .img {
                width: 80%;
                margin: auto;
            }

            article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box .tags {
                position: relative;
                display: inline-block;
                top: unset;
                margin: 10px 0 10px auto;
                right: -24px;
            }

            article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box dl {
                width: 100%;
                margin: auto;
            }

    article .se-3 .wrapper .member-service-list .row:nth-child(2) .box {
        display: unset;
    }

        article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col.img {
            display: none;
        }

        article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col:last-child {
            padding: 28px;
        }
}

@media screen and (max-width: 768px) {
    .rwd-mobile__hide {
        display: none !important;
    }

    .fix-btn {
        top: 65%;
        right: 0;
        width: 25%;
    }

        .fix-btn a {
            display: block;
        }

            .fix-btn a img {
                width: 100%;
            }

    article .top {
        height: unset;
    }

        article .top > .mySwiper .swiper-slide .slide-pd {
            display: none;
        }

        article .top > .mySwiper .swiper-slide .slide-mb {
            display: block;
            width: 100%;
            height: 100%;
        }

            article .top > .mySwiper .swiper-slide .slide-mb img {
                width: 100%;
                vertical-align: top;
            }

        article .top .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 100px;
        }

            article .top .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
                width: 14px;
                height: 14px;
            }

        article .top .wrap .news-row {
            padding: 12px;
            height: 60px;
        }

            article .top .wrap .news-row .news-pc {
                display: none;
            }

            article .top .wrap .news-row .news-mb {
                display: block;
            }

            article .top .wrap .news-row .col {
                width: 75%;
                flex-grow: 1;
            }

                article .top .wrap .news-row .col .news-link {
                    display: block;
                    width: 100%;
                }

                article .top .wrap .news-row .col:nth-of-type(2) {
                    display: none;
                }

    article section .title {
        font-size: 3.3vh;
    }

    article .se-1 {
        background: unset;
    }

        article .se-1 .wrapper {
            padding-top: 40px;
            padding-left: 3px;
            padding-right: 5px;
        }

        article .se-1 .swiper-pagination {
            grid-template-columns: repeat(4, 1fr);
            row-gap: 15px;
        }

        article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            padding: 10px 0;
        }

            article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(5) {
                border-radius: 6px 0 0 6px;
            }

            article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(4) {
                border-radius: 0 6px 6px 0;
            }

                article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(4):after {
                    background: transparent;
                }

            article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
                padding: 5px;
                top: -5px;
                left: -5px;
            }

        article .se-1 .swiper-slide {
            grid-template-columns: repeat(1, 1fr);
            gap: 30px;
            margin-bottom: unset;
        }

    article .se-2 {
        background: #f0f0f0 url(/Content/images/index/s2-bg-m.jpg) no-repeat top center/100%;
    }

        article .se-2 .wrapper .service-list {
            grid-template-columns: repeat(1, 1fr);
            padding-bottom: 50px;
        }

            article .se-2 .wrapper .service-list dl {
                padding: 20px;
            }

        article .se-2 .s2-phone {
            display: none;
        }

    article .se-3 {
        background: unset;
        padding-bottom: 40px;
    }

        article .se-3 .wrapper .member-service-list .row .box .tags {
            padding: 3px 15px;
        }

            article .se-3 .wrapper .member-service-list .row .box .tags:before {
                border-width: 11px 8px;
            }

        article .se-3 .wrapper .member-service-list .row:nth-child(1) {
            grid-template-columns: repeat(1, 1fr);
        }

            article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box dl {
                flex-grow: 1;
            }

            article .se-3 .wrapper .member-service-list .row:nth-child(1) .box .flex-box .img {
                width: 30%;
            }

        article .se-3 .wrapper .member-service-list .row:nth-child(2) {
            grid-template-columns: repeat(1, 1fr);
        }

            article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col.img {
                width: 30%;
            }

                article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col.img img {
                    display: none;
                }

            article .se-3 .wrapper .member-service-list .row:nth-child(2) .box:nth-child(1) .col.img {
                background: url(/Content/images/index/s3-img1-m.jpg) no-repeat top center/cover;
            }

            article .se-3 .wrapper .member-service-list .row:nth-child(2) .box:nth-child(2) .col.img {
                background: url(/Content/images/index/s3-img2-m.jpg) no-repeat top center/cover;
            }

            article .se-3 .wrapper .member-service-list .row:nth-child(2) .box .col:last-child {
                padding-right: 20px;
            }

    article .se-4 {
        background: #363636 url(/Content/images/index/s4-bg-m.jpg) no-repeat top center/100% auto;
        padding-bottom: 40px;
    }

        article .se-4 .wrapper .step-list {
            flex-wrap: wrap;
            gap: 60px 0;
        }

            article .se-4 .wrapper .step-list:before {
                left: 5%;
                bottom: 0;
            }

            article .se-4 .wrapper .step-list .col {
                width: 50%;
            }

                article .se-4 .wrapper .step-list .col .img {
                    width: 80%;
                    margin: 0 auto 16px;
                }

        article .se-4 .wrapper .btn-row {
            flex-direction: column;
            gap: 20px;
        }

            article .se-4 .wrapper .btn-row a {
                width: 100%;
                padding: 15px 0;
            }

    article .se-5 {
        padding-bottom: 0;
    }

        article .se-5 .wrapper .flex-row {
            flex-direction: column;
        }

            article .se-5 .wrapper .flex-row .box {
                margin-bottom: 20px;
                width: 100%;
            }

                article .se-5 .wrapper .flex-row .box .img .rwd-pc {
                    display: none;
                }

                article .se-5 .wrapper .flex-row .box .img .rwd-mb {
                    display: block;
                }
}

@media screen and (max-width: 500px) {
    article .se-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .txt {
        font-size: 15px;
    }

    article .se-4.ani .wrapper .step-list:before {
        width: 90%;
    }
}
