@import url("//fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("//fonts.googleapis.com/css2?family=Titillium+Web&display=swap");
@import url("//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&display=swap");
@import url("//fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("//fonts.googleapis.com/css2?family=Work+Sans:wght@200&display=swap");

body,
a {
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans TC', '微軟正黑體', 'Arial', sans-serif;
    -webkit-text-stroke: 0.1px;
    letter-spacing: 1px;
    line-height: 1.8;
    /* font-weight: 900; */
}

html,
body,
form,
input,
.sprite {
    margin: 0px;
    padding: 0px
}

.heading-title::before,
.circle-img,
.index-block,
.index-block-newMember .card-wrap .card:hover,
.msg-card-wrap .card-img-top::after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.block-tabs,
.block-tabs ol,
.form-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.navbar .navbar-top li,
.pagination-wrap .pagination .page-link.arrow,
.card .card-img-top,
.fixedRight-wrap .fixedIcon,
.fixedRight-wrap .fixedIcon .fixedIconShow,
.btn-wrap,
.checkbox_style.checkbox_style_link,
.radio_style,
.share-link,
.share-link .social-icon,
.footer-right,
.footer-link {
    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
}

.noJS>div,
.noJS>ul {
    display: none
}

.noJS>noscript {
    display: block;
    width: 100%;
    line-height: 10em
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow: -moz-scrollbars-vertical
}

body {
    background: #fff;
    visibility: visible
}

body.fixed {
    overflow: hidden
}

div {
    position: relative
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.sh_sans {
    font-family: "source-han-sans-traditional", "微軟正黑體", sans-serif
}

.sh_serif {
    font-family: "source-han-serif-tc", serif
}

form {
    font-size: 16px
}

label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    cursor: pointer
}

input {
    -webkit-autofill: unset;
    font-size: 16px;
    background-color: #eeeeee
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fcfcfc inset
}

input:focus {
    outline: 0
}

input[type='text'],
input[type='password'] {
    vertical-align: top
}

input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
    vertical-align: middle
}

input[type=number]::-webkit-inner-spin-button,
input [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input.hid {
    display: none
}

a:focus,
input:focus,
select:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none
}

select {
    border: 0px;
    outline: none
}

textarea {
    padding: 5px;
    border: 1px solid rgba(216, 216, 216, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    font-size: 16px;
    background-color: #eeeeee
}

a {
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: currentColor
}

img {
    max-width: 100%
}

.sprite {
    fill: #e06464;
    vertical-align: top;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.font-button .far,
.font-button .fas {
    color: #666;
    -webkit-transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96)
}

.font-button:hover .far,
.font-button:hover .fas {
    color: #e06464
}

.zero-size {
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px
}

.required {
    color: #e06464;
    margin: 0 0 0 8px
}

.red {
    color: #ff0016
}

.space {
    display: inline-block;
    width: 7px
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hide {
    display: none !important
}

.flex-none{
    flex:none
}

@media (max-width: 1100px) {
    .hide {
        display: block !important
    }
}

.bg-contain {
    background-size: contain
}

.bg-auto {
    background-size: auto
}

.bg-100p {
    background-size: 100%
}

@-webkit-keyframes menushow {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes menushow {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes visitsLoad {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }

    80% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    95% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes visitsLoad {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }

    80% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    95% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes visitsShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 45px, 0);
        transform: translate3d(0, 45px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes visitsShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 45px, 0);
        transform: translate3d(0, 45px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes moveCircle {

    0%,
    100% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@keyframes moveCircle {

    0%,
    100% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

.Btn {
    background: #f5f5f5;
    padding: 3px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96)
}

.Btn:hover {
    background: #fff
}

.Btn:active {
    background: #ccc;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.35)
}

.Btn.btnCancel {
    background-color: #b3b3b3
}

.Btn.btnSend {
    background-color: #e06464
}

.Btn.btnCancel,
.Btn.btnSend {
    color: white
}

.Btn.btnCancel:hover,
.Btn.btnSend:hover {
    background-color: #000
}

.titleBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background: #ccc;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 2px solid #333;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    transition: 0.2s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    overflow: hidden
}

.titleBtn .text {
    width: 0;
    white-space: nowrap
}

.titleBtn:hover {
    width: 150px
}

.table {
    border-top: 1px solid #c8dae8;
    border-right: 1px solid #c8dae8;
    border-left: 1px solid #c8dae8
}

.input {
    width: 100%
}

.textarea {
    width: 100%;
    height: 100px
}

.searchBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.rowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style-flex.style-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.style-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.style-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.style-ju-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.style-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.style-ju-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.style-ju-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.style-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-1700 {
    width: 100%;
    max-width: 1700px;
    margin: auto
}

.wrapper-1650 {
    width: 100%;
    max-width: 1650px;
    margin: auto
}

.wrapper {
    width: 100%;
    max-width: 1600px;
    margin: auto
}

.wrapper-1550 {
    width: 100%;
    max-width: 1550px;
    margin: auto
}

.wrapper-1500 {
    width: 100%;
    max-width: 1500px;
    margin: auto
}

.wrapper-1450 {
    width: 100%;
    max-width: 1450px;
    margin: auto
}

.wrapper-1400 {
    width: 100%;
    max-width: 1400px;
    margin: auto
}

.wrapper-1350 {
    width: 100%;
    max-width: 1350px;
    margin: auto
}

.wrapper-1300 {
    width: 100%;
    max-width: 1300px;
    margin: auto
}

.wrapper-1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto
}

.wrapper-1100 {
    width: 100%;
    max-width: 1100px;
    margin: auto
}

.wrapper-1000 {
    width: 100%;
    max-width: 1000px;
    margin: auto
}

.wrapper-900 {
    width: 100%;
    max-width: 900px;
    margin: auto
}

.wrapper-800 {
    width: 100%;
    max-width: 800px;
    margin: auto
}

.detail_label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    padding: 0 6px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    line-height: 20px;
    vertical-align: middle;
    font: 13px/25px Arial;
    border: 1px solid #fff
}

.detail_label.fc-LightSalmon {
    border-color: #e9a3a8;
    color: #e9a3a8;
    line-height: 20px
}

.dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0
}

.navbar-socialIcon {
    border-radius: 10px;
    color: #5b5b5b;
    border: #5b5b5b 1px solid;
    padding: 8px 10px
}

.navbar-socialIcon .icon {
    margin-top: -6px;
    height: 27px;
    overflow: hidden
}

.navbar-socialIcon .icon img {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.navbar-socialIcon-member {
    border-color: #e06464;
    color: #e06464
}

.navbar-socialIcon-member:hover,
.navbar-socialIcon-member.active {
    background-color: #e06464;
    color: #fff
}

.navbar-socialIcon-member:hover img,
.navbar-socialIcon-member.active img {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px)
}

.navbar-socialIcon-payment:hover,
.navbar-socialIcon-payment.active {
    background-color: #C7A163;
    border-color: #C7A163;
    color: #fff
}

.navbar-socialIcon-payment:hover img,
.navbar-socialIcon-payment.active img {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px)
}

.navbar-socialIcon-vip {
    position: relative;
    border-color: #363032;
    color: #967a52;
    background-color: #363032
}

.navbar-socialIcon-vip::before {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: #967a52 1px solid;
    border-radius: 10px;
    position: absolute;
    left: 3px;
    top: 3px
}

.navbar-socialIcon-vip:hover {
    color: #af936c
}

@media (min-width: 960px) and (max-width: 1300px) {
    .navbar-socialIcon {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width: 1100px) {
    .navbar-socialIcon {
        display: none
    }
}

.navbar {
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0.25rem 1rem 0rem
}

@media (max-width: 1100px) {
    .navbar {
        width: 100%;
        z-index: 10;
        padding: 0;
        background-color: white
    }
}

.navbar a {
    position: relative
}

.navbar .wrapper {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1550px) {
    .navbar .wrapper ul.navbar-nav {
        padding-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 1100px) {
    .navbar .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar .wrapper .navbar-toggler {
        display: block !important;
        margin-right: 1rem
    }

    .navbar .wrapper .navbar-toggler:not(.navbar-overlay-btn) {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .navbar .wrapper .navbar-overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        display: none !important;
        opacity: 0
    }

    .navbar .wrapper .navbar-overlay .navbar-overlay-btn {
        position: absolute;
        left: 70vw;
        width: 50px;
        height: 56px;
        text-align: center;
        z-index: 5;
        padding: 0;
        font-size: 1.25rem;
        color: white;
        background: black;
        border-radius: 0
    }

    .navbar .wrapper .navbar-collapse {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 70vw;
        height: 100%;
        background: #fefefe;
        left: -100%;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 5;
        overflow: auto;
        overflow-x: hidden
    }

    .navbar .wrapper .navbar-collapse .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar .wrapper .navbar-collapse.show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: 0;
        top: 0
    }

    .navbar .wrapper .navbar-collapse.show~.navbar-overlay {
        display: block !important;
        opacity: 1
    }

    .navbar .wrapper .navbar-collapse.show .mobile-navbar-brand,
    .navbar .wrapper .navbar-collapse.show .navbar-nav,
    .navbar .wrapper .navbar-collapse.show .navbar-top {
        width: 100%
    }

    .navbar .wrapper .navbar-collapse.show .mobile-navbar-brand {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .navbar .wrapper .navbar-collapse.show .navbar-nav {
        height: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        overflow-y: auto;
        overflow-x: hidden
    }

    .navbar .wrapper .navbar-collapse.show .navbar-top,
    .navbar .wrapper .navbar-collapse.show .navbar-socialIcon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1101px) {
    .navbar.navbar-index {
        position: absolute;
        top: 0;
        z-index: 1000;
        width: 100%
    }

    .navbar .navbar-collapse,
    .navbar .navbar-top {
        padding-top: 1rem
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .navbar {
        padding: 1rem 1rem 0.5rem 1rem
    }

    .navbar a {
        font-size: 0.95em !important
    }

    .navbar .navbar-collapse,
    .navbar .navbar-top {
        padding-top: 0
    }
}

.navbar .navbar-brand {
    margin-right: 0
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .navbar .navbar-brand {
        max-width: 15vw
    }
}

@media (min-width: 1100px) and (max-width: 1400px) {
    .navbar .navbar-brand {
        max-width: 13vw
    }

    .navbar a {
        font-size: 0.875em !important
    }
}

@media (max-width: 1100px) {
    .navbar .navbar-brand {
        margin-left: 1rem
    }
}

@media (max-width: 640px) {
    .navbar .navbar-brand {
        margin: 0 1rem
    }
}

.navbar .mobile-navbar-brand {
    background-color: black;
    padding: 5px 0
}

.navbar ul.navbar-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar ul.navbar-nav li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem
}

.navbar ul.navbar-nav li>.nav-link {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 900;
    line-height: 2;
    padding: 0
}

.navbar ul.navbar-nav li.phone-only {
    display: none
}

.navbar ul.navbar-nav li:last-child {
    padding-right: 0
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item {
    position: relative;
    border-bottom: 1px dotted #b3acac;
    font-size: 16px;
    padding: 0.75rem 1rem;
    border-radius: 0
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item span {
    position: absolute;
    left: 1rem;
    top: 10px
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item p {
    padding-left: 20px
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:last-child .dropdown-item {
    border-bottom: none
}

@media (min-width: 1101px) {

    .navbar ul.navbar-nav li:hover>a,
    .navbar ul.navbar-nav li.active>a {
        color: #e06464
    }

    .navbar ul.navbar-nav li:hover>a::before,
    .navbar ul.navbar-nav li:hover>a::after,
    .navbar ul.navbar-nav li.active>a::before,
    .navbar ul.navbar-nav li.active>a::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .navbar ul.navbar-nav li:hover>a::before,
    .navbar ul.navbar-nav li.active>a::before {
        width: 40px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url("../images/head-linkActive-icon.png");
        position: absolute;
        top: -25px
    }

    .navbar ul.navbar-nav li:hover>a::after,
    .navbar ul.navbar-nav li.active>a::after {
        width: 20px;
        height: 3px;
        background-color: #e06464;
        bottom: -6px
    }

    .navbar ul.navbar-nav li .dropdown-menu {
        display: none;
        left: -1vw;
        top: 95%
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list a:hover {
        background-color: #e06464;
        color: white
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list>a.dropdown-item {
        position: relative
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list>a.dropdown-item~.dropdown-sub-menu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 10rem;
        -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25)
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-menu-btn {
        display: none
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: #e06464 7px solid;
        border-right: transparent 7px solid;
        border-top: transparent 7px solid;
        border-bottom: transparent 7px solid;
        position: absolute;
        right: -13px;
        top: 50%;
        margin-top: -6px
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover>a.dropdown-item {
        background-color: #e06464;
        color: white
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover>a.dropdown-item~.dropdown-sub-menu {
        display: block
    }

    .navbar ul.navbar-nav li:hover .dropdown-menu {
        display: block
    }
}

@media (min-width: 1401px) and (max-width: 1800px) {
    .navbar .navbar-brand {
        max-width: 15vw;
    }
    
    .navbar ul.navbar-nav li > .nav-link{
        font-size: 0.9em !important;
    }
    .navbar ul.navbar-nav li {
        padding-left: .65rem;
        padding-right: .65rem
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar ul.navbar-nav li {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar ul.navbar-nav li > .nav-link{
        font-size: 0.8em !important;
    }
}

@media (min-width: 960px) and (max-width: 1250px) {
    .navbar ul.navbar-nav li {
        padding-left: .25em;
        padding-right: .25em
    }

    .navbar ul.navbar-nav li>.nav-link {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width: 1100px) {
    .navbar ul.navbar-nav li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.5rem 1rem;
        border-bottom: #eee 1px solid
    }

    .navbar ul.navbar-nav li,
    .navbar ul.navbar-nav li>a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar ul.navbar-nav li.phone-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar ul.navbar-nav li .nav-menuBtn {
        display: block !important;
        width: auto;
        height: auto;
        position: absolute;
        right: 0.5rem;
        top: 0.25rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 24px;
        font-size: 1.5rem;
        text-align: center
    }

    .navbar ul.navbar-nav li .dropdown-menu {
        position: static;
        min-width: 100%;
        border: none;
        background: transparent
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.5rem;
        line-height: 1.5;
        border-radius: 0 !important;
        font-size: 18px;
        font-size: 1.125rem
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item:hover {
        background: transparent
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item .fa {
        font-size: 12px;
        color: #878787;
        margin-right: 5px
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item+.dropdown-menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: -18px;
        -webkit-transform-origin: 2px 19px;
        transform-origin: 2px 19px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-size: 55%;
        background-image: url("../images/swiper-arrow-bottom-gray.png");
        z-index: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s;
        transition: 0.25s
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item+.dropdown-menu-btn.active {
        -webkit-transform-origin: 20px 21px;
        transform-origin: 20px 21px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item:hover,
    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item.active {
        background: transparent
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu {
        display: none;
        padding-left: 1.25rem;
        margin-bottom: 0.5rem
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu .dropdown-item {
        font-size: 16px;
        font-size: 1rem
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu .fa {
        color: gray
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu.active {
        display: block
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu>.dropdown-sub-menu a {
        padding: 0;
        color: #005792
    }

    .navbar ul.navbar-nav li.show {
        background-color: #f1f2f2
    }

    .navbar ul.navbar-nav li.show>a {
        color: #e06464
    }

    .navbar ul.navbar-nav li.show .nav-menuBtn {
        top: 0.5rem;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navbar ul.navbar-nav li.show .nav-menuBtn::after {
        margin-left: 0
    }
}

.navbar ul.navbar-nav .nav-item-back {
    background-color: #333333
}

.navbar ul.navbar-nav .nav-item-back>a {
    width: auto
}

.navbar ul.navbar-nav .nav-item-back>a,
.navbar ul.navbar-nav .nav-item-back>a:hover {
    color: #fff
}

.navbar ul.navbar-nav .nav-item-back>a::after {
    display: none !important
}

.navbar ul.navbar-nav .nav-item-back>a+a {
    padding-left: 1rem
}

.navbar ul.navbar-nav .nav-item-back>a+a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0
}

@media (min-width: 1101px) {
    .navbar ul.navbar-nav .nav-item-back {
        display: inline-block
    }
}

@media (max-width: 1100px) {
    .navbar ul.navbar-nav .nav-item-back {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar ul.navbar-nav .nav-item-back>a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 15px;
        font-size: .9375rem
    }

    .navbar ul.navbar-nav .nav-item-back>a+a::before {
        left: -0.5rem
    }
}

@media (min-width: 1101px) {
    .navbar ul.navbar-nav {
        padding-right: 2.5rem
    }
}

.navbar .navbar-top li:not(:last-child) {
    margin-right: 0.5rem
}

.navbar .navbar-top .btn:hover,
.navbar .navbar-top .btn:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (min-width: 1101px) {
    .navbar .navbar-top .navbar-search {
        border: none
    }

    .navbar .navbar-top .navbar-search .form-control {
        display: none
    }

    .navbar .navbar-top .navbar-search .btn {
        padding: 3px 0 0 0
    }

    .navbar .navbar-top .navbar-search:hover,
    .navbar .navbar-top .navbar-search:focus {
        width: 180px;
        border: #dadada 1px solid;
        border-radius: 20px
    }

    .navbar .navbar-top .navbar-search:hover .form-control,
    .navbar .navbar-top .navbar-search:focus .form-control {
        display: block
    }

    .navbar .navbar-top .btn+.dropdown-menu {
        min-width: calc(100% + 30px)
    }
}

@media (max-width: 1100px) {

    .navbar .navbar-top,
    .navbar .navbar-top .navbar-socialIcon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navbar .navbar-top .navbar-search {
        width: calc(100% - 1rem);
        margin-top: 0.5rem;
        margin-bottom: 1rem
    }
}

article {
    width: 100%
}

article iframe {
    width: 100%;
    height: 750px
}

@media (max-width: 768px) {
    article iframe {
        height: 350px
    }
}

.text-main {
    color: #e06464 !important
}

.text-secondary {
    color: #ad9e90 !important
}

legend {
    line-height: 1.5 !important
}

.normal-content {
    background-color: #f1ece8;
    padding: 2rem;
    overflow: hidden
}

@media (min-width: 1000px) and (max-width: 1700px) {
    .normal-content {
        padding: 1rem
    }
}

@media (max-width: 1100px) {
    .normal-content {
        padding: 1.5rem .5rem
    }
}

.index-banner .swiper-wrapper {
    -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s
}

.index-banner .swiper-button-next::after,
.index-banner .swiper-button-prev::after {
    color: #fff
}

@media (min-width: 1101px) {

    .index-banner .swiper-button-next::after,
    .index-banner .swiper-button-prev::after {
        font-size: 100px;
        font-size: 6.25rem
    }

    .index-banner .swiper-button-next {
        right: 2rem
    }

    .index-banner .swiper-button-prev {
        left: 2rem
    }
}

@media (max-width: 768px) {
    .main-banner img {
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left
    }

    .main-banner.right img {
        -o-object-position: right;
        object-position: right
    }
}

.banner-wrap {
    margin-top: 87px
}

.banner-wrap .swiper-slide {
    overflow: hidden
}

.banner-wrap .swiper-slide .slide-inner {
    width: 100%;
    height: 100%
}

.banner-wrap .swiper-pagination {
    position: relative;
    width: 100%;
    background-color: #f1f1e2;
    z-index: 0
}

.banner-wrap .swiper-pagination-bullet {
    border-radius: 0;
    background-color: white;
    opacity: 1;
    -webkit-transition: 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 .25rem
}

.banner-wrap .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #e06464
}

.banner-wrap .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.banner-wrap .caption p {
    font-family: "Montserrat";
    font-size: 48px;
    font-size: 3rem;
    font-weight: 100;
    text-transform: uppercase
}

.banner-wrap .caption p:first-letter {
    font-weight: 900;
    color: #887c69
}

.banner-wrap .caption p span {
    font-weight: 900;
    color: #887c69
}

.banner-wrap .caption.light p {
    color: #7e7683
}

@media (min-width: 1101px) {
    .banner-wrap .swiper-pagination {
        padding: .25rem 0
    }

    .banner-wrap .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 .5rem
    }

    .banner-wrap .swiper-pagination-bullet-active {
        width: 20px
    }
}

@media (max-width: 1100px) {
    .banner-wrap {
        margin-top: 83px
    }

    .banner-wrap::after {
        height: 2vw;
        bottom: -2vw
    }

    .banner-wrap .caption p {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media (max-width: 768px) {
    .banner-wrap {
        margin-top: 80px
    }
}

@media (max-width: 414px) {
    .banner-wrap {
        margin-top: 73px
    }
}

.main-title {
    position: relative;
    display: inline-block;
    color: #BC2837;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .5px;
    padding-right: 20px;
    padding-left: 22px;
    margin-bottom: 20px !important
}

.main-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 24px;
    background-color: #BC2837;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-title-block {
    position: relative;
    display: inline-block;
    color: #383734;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .5px;
    padding-right: 20px;
    padding-left: 15px;
    margin-top: 1em
}

.main-title-block::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #e06464
}

.heading-title {
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 40px;
    padding-left: 55px
}

.heading-title::before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url("../images/heading-title-icon.png");
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.heading-title .tw {
    font-size: 30px;
    font-size: 1.875rem;
    color: black;
    font-weight: 900;
}

.heading-title .en {
    font-size: 18px;
    font-size: 1.125rem;
    color: #878787;
    font-weight: 400
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .heading-title {
        margin-bottom: 2rem
    }
}

@media (max-width: 1100px) {
    .heading-title {
        margin-bottom: 1rem
    }
}

@media (max-width: 1100px) {
    .mobile-main-title {
        margin-bottom: 0.25rem
    }

    .mobile-main-title>h4 {
        margin-top: 1.5rem
    }

    .mobile-main-title~div,
    .mobile-main-title~article {
        margin-top: 0.75rem !important;
        padding-top: 0
    }
}

.link-wrap ul {
    padding: 1rem;
    background: url("../images/sideMenu-bg.png") no-repeat bottom/cover
}

.link-wrap ul>li {
    border: #eda4a4 1px solid
}

.link-wrap ul>li+li {
    margin-top: 1rem
}

.link-wrap ul>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #4f4f4f;
    padding: .75rem 1rem
}

.link-wrap ul>li>a::after {
    content: '\f138';
    display: block;
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    top: 14px;
    opacity: 0
}

.link-wrap ul>li>a:hover,
.link-wrap ul>li>a.active {
    color: #fff;
    background-color: #eda4a4;
    font-weight: 600
}

.link-wrap ul>li>a:hover::after,
.link-wrap ul>li>a.active::after {
    opacity: 1
}

/* 0221 */
.link-wrap ul ol li>a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #4f4f4f;
    padding: .5rem 1rem .5rem 2rem
}
.link-wrap ul ol li>a::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #b0aba5;
    position: absolute;
    left: 15px;
    top: 50%;
}

.link-wrap ul ol li>a:hover,
.link-wrap ul ol li>a.active{
    background: #f4ebeb;
}

@media (min-width: 1101px) and (max-width: 1400px) {
    .link-wrap a {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width: 1100px) {
    .link-wrap {
        display: none;
        width: 100%;
        background-color: #fff
    }

    .link-wrap.active {
        display: block
    }
}

.breadcrum-wrap {
    border-bottom: 1px solid #ad9e90;
    background-color: #f1ece8
}

.breadcrum-wrap .breadcrumb {
    font-size: 15px;
    font-family: "source-han-sans-traditional", "微軟正黑體", sans-serif;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0
}

.breadcrum-wrap .breadcrumb .breadcrumb-item {
    padding: 0.75rem 1rem;
    border-left: 1px solid #ad9e90;
    color: #000
}

.breadcrum-wrap .breadcrumb .breadcrumb-item .icon {
    margin-top: -6px
}

.breadcrum-wrap .breadcrumb .breadcrumb-item-link {
    position: relative;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    border-right: 1px solid #ad9e90
}

.breadcrum-wrap .breadcrumb .breadcrumb-item-link::after {
    content: '▾';
    display: inline-block;
    color: black;
    position: absolute;
    right: .5rem
}

.breadcrum-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: none
}

@media (min-width: 1200px) {
    .breadcrum-wrap {
        padding-left: .5rem;
        padding-right: 2rem
    }
}

.pagination-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.pagination-wrap .pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-wrap .pagination .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    padding: 0;
    margin-left: .25rem;
    margin-right: .25rem;
    color: #6e6d6d;
    font-size: 16px;
    font-size: 1rem;
    background: transparent;
    font-family: Arial;
    border-radius: 50%
}

.pagination-wrap .pagination .page-link:hover,
.pagination-wrap .pagination .page-link.active {
    background-color: #e06464;
    color: white
}

.pagination-wrap .pagination .page-link.arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    font-size: 18px;
    color: #ad9e90;
    border: 1px solid #ad9e90
}

.pagination-wrap .pagination .page-link.arrow:hover {
    background-color: transparent;
    color: #e06464;
    border-color: #e06464
}

.pagination-wrap .pagination .page-link.arrow i {
    margin-top: 6px;
    font-weight: 100
}

@media (max-width: 768px) {
    .pagination-wrap .pagination .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .pagination-wrap .pagination .page-link.arrow {
        margin-left: 0.5em;
        margin-right: 0.5em
    }
}

.card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.card {
    width: 19rem;
    margin: 0 .25rem;
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    padding: 0
}

.card .card-img-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    overflow: hidden
}

.card .card-img-top img {
    max-height: 100%
}

@media (max-width: 640px) {
    .card .card-img-top {
        height: auto
    }
}

.card .card-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 600
}

.card .card-body {
    padding: 1rem 0rem
}

@media (max-width: 640px) {
    .card .card-body {
        padding: .5rem
    }
}

.card .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

@media (max-width: 768px) {
    .card {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - .5rem);
        flex: 0 0 calc(50% - .5rem);
        max-width: calc(50% - .5rem);
        margin-bottom: .5rem !important
    }

    .card .card-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5
    }

    .card .card-txt {
        font-size: 14px;
        font-size: .875rem
    }
}

.fixedRight-wrap {
    position: fixed;
    z-index: 8;
    display: none
}

.fixedRight-wrap .fixedIcon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-left: #e8e8e8 1px solid;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1
}

.fixedRight-wrap .fixedIcon~div {
    margin-top: -1px;
    border-top: #e8e8e8 1px solid
}

.fixedRight-wrap .fixedIcon.iconFb {
    background-color: #3b5998
}

.fixedRight-wrap .fixedIcon .fixedIconShow {
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 10vw;
    min-height: 60px;
    background: #fff;
    border: #e8e8e8 1px solid;
    padding: 6px 12px;
    font-family: "Roboto";
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: -webkit-transform 175ms ease;
    transition: -webkit-transform 175ms ease;
    transition: transform 175ms ease;
    transition: transform 175ms ease, -webkit-transform 175ms ease
}

.fixedRight-wrap .fixedIcon:hover .fixedIconShow {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fixedRight-wrap .fixedIcon .badge {
    background-color: #e06464;
    color: white;
    border-radius: 50%
}

@media (min-width: 1101px) {
    .fixedRight-wrap {
        display: none;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .fixedRight-wrap .fixedIcon.iconFb {
        border-top-left-radius: 8px
    }

    .fixedRight-wrap .fixedIcon.iconTop {
        border-bottom-left-radius: 8px;
        border-bottom: #e8e8e8 1px solid
    }

    .fixedRight-wrap .fixedIcon .fixedIconShow {
        border-right: none
    }
}

@media (max-width: 1100px) {
    .fixedRight-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: white
    }

    .fixedRight-wrap .fixedIcon {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        margin-bottom: 0;
        font-size: 13px
    }

    .fixedRight-wrap .fixedIcon .fixedIconShow {
        display: none;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0)
    }

    .fixedRight-wrap .fixedIcon:hover .fixedIconShow {
        display: block;
        top: calc(-50% - 0.65rem);
        right: auto;
        left: auto;
        min-width: 12rem;
        width: 100%;
        min-height: auto !important
    }

    .fixedRight-wrap .fixedIcon:hover .iconMail+.fixedIconShow {
        min-width: 300px;
        left: calc(-50vw + 15px)
    }
}

.btn-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem 0
}

.btn-wrap>li {
    margin: 0 10px
}

.btn-wrap .btn-block {
    margin: 0 5px
}

.btn {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    -moz-appearance: initial;
    appearance: initial;
    -webkit-appearance: initial;
    padding: 0.4rem 0.5rem
}

.btn:hover {
    border: #b92525 1px solid;
    background-color: #b92525 !important;
    color: white !important
}

.btn img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.btn-lg {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important
}

.btn-main {
    background-color: #e06464 !important;
    border-color: #e06464 !important;
    color: white !important
}

.btn-outline-main {
    background-color: transparent;
    border-color: #e06464 !important;
    color: #e06464 !important
}

.btn-shopCart {
    background-color: #887c69 !important;
    border-color: #887c69 !important;
    color: white !important
}

.btn-back {
    background-color: white;
    border-color: black;
    padding-left: 2em;
    padding-right: 2em
}

.btn-style-dashed {
    border-style: dashed
}

.btn-style-dotted {
    border-style: dotted
}

.btn-Facebook {
    color: white !important;
    background: #3a559f !important;
    border-color: #3a559f !important;
}

.btn-Facebook:hover {
    background: #2c417a !important;
    border-color: #2c417a !important
}

.btn-Line {
    color: white !important;
    background: #0bc759 !important;
    border-color: #0bc759 !important;
}

.btn-Line:hover {
    background: #089743 !important;
    border-color: #089743 !important
}

@media (max-width: 1400px) {
    .btn {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }
}

.checkbox_style>input[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 3px;
    opacity: 0;
    cursor: pointer
}

.checkbox_style>input+label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 0;
    padding-left: 1.75rem;
    cursor: pointer;
    border: none
}

.checkbox_style>input+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 1px;
    border: #7c7876 1px solid;
}

.checkbox_style>input+label::after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 1rem;
    opacity: 0
}

.checkbox_style>input:checked+label::after {
    opacity: 1
}

.checkbox_style p {
    margin-top: 10px
}

.checkbox_style.checkbox_style_02>input+label::before {
    border-radius: 4px;
    margin-right: 0;
    background: #d7d7d7;
    margin: -6px 3px 0 0
}

.checkbox_style.checkbox_style_02>input+label::after {
    content: ''
}

.checkbox_style.checkbox_style_02>input:checked+label::before {
    background-color: #333
}

.checkbox_style.checkbox_style_02>input:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: white;
    font-size: .95rem;
    top: 0;
    left: 3px
}

.checkbox_style.checkbox_style_link>input[type="checkbox"] {
    width: auto
}

.checkbox_style.checkbox_style_link>input+label {
    height: 0;
    padding-bottom: 3%
}

.checkbox_style.checkbox_style_link p {
    margin-top: 0;
    line-height: 1.4
}

.radio_style input[type="radio"] {
    display: none
}

.radio_style input+label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 0
}

.radio_style input+label::before,
.radio_style input+label::after {
    content: "";
    display: inline-block;
    border-radius: 50%
}

.radio_style input+label::before {
    width: 20px;
    height: 20px;
    border: #cecece 1px solid;
    background: #fff;
    vertical-align: middle;
    margin-right: 6px
}

.radio_style input+label::after {
    width: 8px;
    height: 8px;
    background-color: transparent;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.radio_style input:checked+label::before {
    border-width: 2px;
    border-color: #e06464
}

.radio_style input:checked+label::after {
    background-color: #e06464
}

@media (min-width: 1101px) {
    .radio_style~.radio_style {
        margin-left: .25rem
    }
}

.circle-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    /* border-radius: 50%; */
    -webkit-box-shadow: inset 0 0 0 4px #cec0b4;
    box-shadow: inset 0 0 0 4px #cec0b4
}

.circle-img-style01 {
    -webkit-box-shadow: inset 0 0 0 1px #f2bdbd;
    box-shadow: inset 0 0 0 1px #f2bdbd
}

.share-link {
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: #ad9e90 1px dotted
}

.share-link label {
    font-weight: 900;
    margin: 0 10px 0 0
}

.share-link .social-icon {
    margin-bottom: 0;
    padding-left: 0
}

.share-link .social-icon li {
    display: inline-block;
    margin-right: .75em
}

.share-link .social-icon .icon {
    margin-top: -6px
}

.form-control {
    border-color: #aaaaaa;
    border-radius: 0;
    height: calc(2.9rem + 2px)
}

.modal-body {
    line-height: 1.5
}

.modal-body * {
    margin-bottom: 5px
}

/* scroll fixes */
.modal-open .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll;
}

@media (min-width: 1101px) {
    .modal-dialog {
        max-width: 800px
    }
}

.swiper-slide {
    text-align: center
}

.swiper-pagination-bullet-active {
    background-color: #e06464 !important
}

[data-tooltip] {
    position: relative;
    z-index: 3;
    cursor: pointer
}

[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

[data-tooltip]:before {
    top: 50%;
    left: -135px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 7px;
    width: 130px;
    border-radius: 3px;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2
}

[data-tooltip]:after {
    left: -3px;
    width: 0;
    border-left: 5px solid rgba(51, 51, 51, 0.9);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1
}

footer {
    background: #383734
}

footer>.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1101px) {
    footer {
        padding: 15px 0
    }
}

.divider {
    width: 2px;
    background: #6c6a6a
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-logo img {
    display: block;
    max-width: 100%
}

.footer-email .title {
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
    margin-bottom: 15px
}

.footer-email .email {
    color: #7f7e7e
}

.footer-email .email a {
    color: #fff
}

.footer-email .email a:hover {
    text-decoration: underline
}

.footer-sns .title {
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
    margin-bottom: 10px
}

.footer-sns ul li {
    display: inline-block;
    margin-right: 20px
}

.footer-sns ul li a {
    color: #fff;
    font-size: 24px;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #7f7f7f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%
}

.footer-sns ul li a:hover {
    background: #fff;
    color: #383734
}

.footer-sns ul li:last-child {
    margin-right: 0
}

.footer-link ul,
.footer-link ul li {
    position: relative
}

.footer-link ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px
}

.footer-link ul li a {
    color: #fff;
    font-size: 18px
}

.footer-link ul:last-of-type li a {
    color: #ad9e90
}

/* 0222 */
.socially{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #444341;
    padding: 0.5rem 0;
}

.socially .txt-share {
    display: inline-block;
    position: relative;
    color:#fff;
    font-size: 17px;
}

.socially .txt-share::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 1px;
    background-color: #959696;
    margin: 0 .5em;
}

.socially a {
    display: inline-block;
    height: 45px;
    width: 45px;
    vertical-align: middle;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity .2s linear;
    background-position: center;
}

.socially .icon-fb{
    background-image: url('../images/fixedRight-fb.png');
}

.socially .icon-line{
    background-image: url('../images/fixedRight-line.png');
}

@media (min-width: 1101px) {
    .footer-link ul:after {
        content: "";
        display: block;
        width: 1px;
        height: 18px;
        background: #8a8989;
        position: absolute;
        right: 0;
        top: 8px
    }

    .footer-link ul:last-of-type {
        margin-left: 2rem
    }

    .footer-link ul:last-of-type:after {
        display: none
    }
}

@media screen and  (min-width: 1101px) and (max-width: 1400px) {
    .footer-link ul:last-of-type {
        margin-left: 0
    }
}

@media (max-width:1100px){
    .footer-link ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-link ul + ul{
        margin-top: 5px;
    }
}

.iware {
    color: #8a8989;
    font-size: 12px
}

.iware a {
    color: #8a8989
}

.iware a:hover {
    text-decoration: underline
}

.copyright {
    color: #8a8989;
    font-size: 14px
}

.float-link {
    right: 10px;
    position: fixed;
    bottom: 200px;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.float-link .link-btn a {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.float-link .link-btn a:hover {
    opacity: 0.65
}

.float-link .link-btn.messenger {
    margin-bottom: 7px
}

.float-link .link-btn.messenger a {
    background: #1a96fc;
    background: linear-gradient(45deg, #1a96fc 0%, #a037f7 51%, #fd6b67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a96fc', endColorstr='#fd6b67', GradientType=0)
}

.float-link .link-btn.messenger a img {
    display: block;
    max-width: 100%
}

.float-link .link-btn.contact {
    margin-bottom: 7px
}

.float-link .link-btn.contact a {
    background: #ab3c4b
}

.float-link .link-btn.contact a img {
    display: block;
    max-width: 100%
}

.float-link .link-btn.top {
    opacity: 0
}

.float-link .link-btn.top a {
    background: #c9bfb6
}

.float-link .link-btn.top span {
    position: relative;
    display: block;
    color: #fff;
    padding-top: 20px;
    font-size: 14px
}

.float-link .link-btn.top span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.float-link.active .link-btn.top {
    opacity: 1
}

@media (min-width: 1101px) {
    .footer-logo {
        margin-right:1rem
    }
}

@media (max-width: 1100px) {
    .float-link,
    .float-link .link-fb,
    .float-link .link-Line,
    .float-link .link-Yt {
        display: none
    }

    /* .float-link {
        bottom: 140px
    } */
}

@media (max-width: 1400px) {
    footer {
        padding: 29px 20px
    }

    .footer-right {
        padding-left: 10px
    }
}

@media (max-width: 1024px) {
    footer {
        padding: 1rem 0.5rem
    }

    footer>.wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer-right {
        padding-left: 1rem
    }

    .iware {
        margin-top: 1rem
    }
}

@media (max-width: 990px) {
    footer {
        margin-bottom: 60px
    }
}

@media (max-width: 960px) {
    .float-link .link-btn a {
        width: 50px;
        height: 50px
    }

    .float-link .link-btn.messenger a img {
        max-width: 60%
    }

    .float-link .link-btn.contact a img {
        max-width: 60%
    }

    .float-link .link-btn.top span {
        font-size: 12px;
        padding-top: 10px
    }

    .float-link .link-btn.top span::before {
        border-width: 0 8px 10px 8px
    }

    .float-link.active {
        right: 15px
    }
}

@media (max-width: 640px) {
    .footer-logo {
        width: 100%;
        margin-bottom: 30px
    }

    .footer-email {
        width: 100%;
        padding-left: 0
    }

    .footer-sns {
        margin-bottom: 20px
    }

    .footer-right {
        width: 100%
    }
}

@media (max-width: 480px) {
    footer>.wrapper {
        padding: 0
    }

    .footer-logo {
        margin-bottom: 5px
    }

    .footer-email {
        margin-bottom: 20px
    }

    .footer-link ul li {
        padding-right: 10px;
        margin-right: 5px
    }

    .footer-link ul li a {
        font-size: 16px
    }
}

.index-block-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 70px
}

.index-block-title .tw {
    font-size: 18px;
    font-size: 1.125rem;
    color: #878787;
    font-weight: 400
}

.index-block-title .en {
    font-family: "Titillium Web";
    font-size: 36px;
    font-size: 2.25rem;
    color: black
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .index-block-title {
        margin-bottom: 2rem
    }
}

@media (max-width: 1100px) {
    .index-block-title {
        margin-bottom: 1rem
    }
}

.index-block-title.index-block-style-tab {
    max-width: 200px;
    font-size: 22px;
    font-size: 1.375rem;
    color: #3a3939;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: -5rem;
    margin-bottom: 1.5rem
}

.index-block-title.index-block-style-tab .icon {
    margin-top: -10px
}

@media (max-width: 1100px) {
    .index-block-title.index-block-style-tab {
        margin-top: -3rem;
        margin-bottom: 0
    }
}

.index-block {
    padding: 4rem 0 6rem
}

.index-block .card-title {
    color: #000;
    margin-bottom: .5rem
}

.index-block .card-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1101px) {
    .index-block .card-wrap .card {
        margin: 0 0.65rem;
        max-width: 100%;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.index-block .card-btn .btn {
    border-color: #5b5b5b !important;
    color: #5b5b5b !important
}

.index-block-newMember {
    padding-top: 2rem;
    padding-bottom: 4rem;
    z-index: 2
}

.index-block-newMember .card-wrap {
    margin-top: 2rem
}

.index-block-newMember .card-wrap .card {
    padding: .5rem 1rem;
    background-color: #f4f4f4;
    border-radius: 15px
}

.index-block-newMember .card-wrap .card .card-body {
    padding-top: 0;
    padding-bottom: .75rem
}

.index-block-newMember .card-wrap .card .card-img-top {
    padding: 1.5rem
}

.index-block-newMember .card-wrap .card-title {
    margin-bottom: 0
}

.index-block-newMember .card-wrap .card:hover {
    background-color: #b0a194;
    background-image: url("../images/card-hover-img.png")
}

.index-block-newMember .card-wrap .card:hover .card-title,
.index-block-newMember .card-wrap .card:hover .card-time {
    color: #fff !important
}

.index-block-newMember .card-wrap .card:hover .circle-img {
    -webkit-box-shadow: inset 0 0 0 4px #cec0b4, 0 0 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 4px #cec0b4, 0 0 10px 5px rgba(0, 0, 0, 0.25)
}

.index-block-newMember .card-wrap .card:hover .btn {
    background-color: #fff !important;
    color: #7d7166 !important;
    border-style: none !important
}

@media (min-width: 1101px) {
    .index-block-newMember .card-wrap .card {
        max-width: calc(33% - 1.3rem);
        flex: 0 0 calc(33% - 1.3rem);
        margin-bottom: 1.3rem;
    }

    .index-block-newMember .card-wrap .card-time {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

@media (max-width: 768px) {
    .index-block-newMember .card-wrap .card {
        padding: .5rem .25rem
    }
}

@media (min-width: 1101px) {
    .index-block-newMember {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width: 1100px) {
    .index-block-newMember {
        padding-bottom: 2rem
    }
}

.index-block-service {
    background-image: url("../images/index-bg-service.png")
}

.index-block-service .card .card-img-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.index-block-service .card .card-title {
    font-size: 24px;
    font-size: 1.5rem
}

.index-block-service .card .card-title::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #3a3939;
    margin-left: 10px
}

@media (min-width: 1101px) {
    .index-block-service .index-service-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .index-block-service .card-wrap .card {
        margin: 0 1.25rem
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .index-block-service .index-block-title {
        margin-bottom: 0.5rem
    }
}

.index-block-news {
    background-image: url("../images/index-bg-news.png");
    padding-bottom: 2rem
}

.index-block-news .card {
    width: auto;
    max-width: 100%
}

.index-block-news .card .card-title {
    margin-bottom: 1em
}

.index-block-news .card .card-txt{
    padding-left: 10px;
    padding-right: 10px;
}

.index-block-news .card-time {
    color: #e06464
}

.index-block-news .card-body {
    padding-bottom: 1.5rem
}

.index-block-news .swiper-button-next,
.index-block-news .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e06464
}

.index-block-news .swiper-button-next::after,
.index-block-news .swiper-button-prev::after {
    color: #fff;
    font-size: 14px;
    font-size: .875rem
}

.index-block-news .swiper-button-disabled {
    opacity: 0 !important
}

@media (min-width: 1101px) {
    .index-block-news .swiper-button-next {
        right: 5vw
    }

    .index-block-news .swiper-button-prev {
        left: 5vw
    }
}

@media (min-width: 1101px) {
    .index-block-news .swiper-slide::before {
        content: '';
        display: block;
        width: calc(100% - 0.5rem);
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
        position: absolute;
        left: 0.25rem;
        z-index: 2
    }

    .index-block-news .swiper-slide-active::before {
        display: none
    }
}

.index-block-feature {
    background-image: url("../images/index-bg-feature.png")
}

.index-block-feature .card {
    background-color: #fff;
    border: 1px solid #e5e4e4
}

.index-block-feature .card .card-img-top {
    margin-top: -2em
}

.index-block-feature .card .card-body {
    padding: 1.25rem 0 2rem
}

.index-block-feature .card .card-title {
    font-size: 24px;
    font-size: 1.5rem
}

@media (max-width: 1100px) {
    .index-block-feature {
        padding-top: 2rem;
        padding-bottom: 0rem
    }

    .index-block-feature .index-block-title {
        margin-bottom: 3rem
    }

    .index-block-feature .card {
        margin-bottom: 3rem !important
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .index-block {
        padding: 2rem .75rem 3rem
    }
}

@media (max-width: 1100px) {
    .index-block {
        padding-top: 2rem;
        padding-bottom: 1rem
    }

    .index-block .card-title {
        font-size: 18px !important
    }
}

.block-tabs {
    border-radius: 6px;
    border: #b0a194 1px solid
}

.block-tabs li {
    position: relative;
    display: block;
    padding: 10px 20px;
    text-align: center
}

.block-tabs-title {
    background-color: #b0a194;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.block-tabs-link {
    flex-grow: 1
}

.block-tabs-link~li {
    border-left: #b0a194 1px solid
}

.block-tabs-link:hover,
.block-tabs-link.active {
    background-color: #806e5e;
    color: #fff
}

.block-tabs .mobile-tab-btn {
    display: none
}

@media (min-width: 1101px) {
    .block-tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .block-tabs-link:last-child {
        border-right: #b0a194 1px solid
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .block-tabs-link a {
        font-size: 1.03846vw
    }
}

@media (max-width: 1100px) {
    .block-tabs {
        overflow: hidden
    }

    .block-tabs .mobile-tab-btn {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #f0f0f0
    }

    .block-tabs .mobile-tab-btn button {
        display: block;
        width: 100%;
        background: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        cursor: pointer
    }

    .block-tabs .mobile-tab-btn .icon {
        position: absolute;
        right: 7px;
        top: 7px
    }

    .block-tabs .mobile-tab-btn i {
        font-size: 14px;
        font-size: .875rem
    }

    .block-tabs ol.mobile-tab-list {
        display: none;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 0s;
        transition: 0s
    }

    .block-tabs ol.mobile-tab-list.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .block-tabs ol.mobile-tab-list li {
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.member-form {
    background-color: #fff;
    overflow: hidden
}

.member-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.member-form .form-group label {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.member-form .icon {
    vertical-align: top;
    margin-top: -3px
}

.member-form .btn-wrap {
    margin-bottom: 1rem
}

.member-form-set {
    padding: 1rem 1.25rem;
    border-width: 1px;
    border-color: #afafaf;
    border-radius: 10px;
    margin: 1rem 0;
    border-style: dashed
}

.member-form-set legend {
    width: auto;
    margin: auto;
    text-align: center;
    padding: 0 10px
}

.member-form.index-member-form {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.member-form.index-member-form article {
    padding: 1rem 1.75rem
}

.member-form.index-member-form article+article {
    background-color: #f4f4f4
}

@media (max-width: 1100px) {
    .member-form-set {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .member-form.index-member-form article {
        padding: 0.5rem 1rem
    }
}

.index-block-memberFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.index-block-memberFlex .index-member-tabs,
.index-block-memberFlex .index-member-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width: 1101px) {
    .index-block-memberFlex .index-member-tabs {
        max-width: 70%
    }

    .index-block-memberFlex .index-member-form {
        max-width: 30%;
        margin-top: -10rem;
        margin-left: 4rem
    }
}

@media (min-width: 1100px) and (max-width: 1500px) {
    .index-block-memberFlex .index-member-tabs {
        max-width: 65%
    }

    .index-block-memberFlex .index-member-form {
        max-width: 35%;
        margin-left: 2rem
    }
}

@media (max-width: 1100px) {
    .index-block-memberFlex {
        padding: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index-block-memberFlex .index-member-form {
        margin-top: 3rem
    }
}

.btn-share-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-share-wrap span {
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.btn-share-wrap span::after {
    content: '';
    display: inline-block;
    width: calc(100% - 1em);
    height: 1px;
    border-width: 1px;
    border-color: #606060;
    border-style: dashed;
    margin: 0 .5em
}

.blockquote-heading-card {
    background: none
}

.blockquote-heading-card .card {
    margin-bottom: 2rem !important
}

.blockquote-heading-card .card-img-top img {
    width: 100%;
    max-width: none
}

.blockquote-heading-card .card-text {
    margin-top: 1rem
}

.msg-card-wrap .card-title {
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ccc1b8
}

@media (min-width: 1101px) {
    .msg-card-wrap .card {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        max-width: calc(33% - 3rem);
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
}

.msg-card-wrap .card-img-top::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    opacity: 0
}

.msg-card-wrap .card-img-top::after {
    content: '';
    display: block;
    width: 45px;
    height: 40px;
    background-image: url("../images/icon-link.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.msg-card-wrap .card-body {
    padding-left: 9px
}

.msg-card-wrap a:hover .card-img-top::before,
.msg-card-wrap a:hover .card-img-top::after {
    opacity: 1
}

@media (min-width: 1101px) {
    .act-card-wrap .card {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100% !important;
        max-width: calc(25% - 1.5rem) !important;
        margin-left: .75rem;
        margin-right: .75rem
    }
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-list.act .card-img {
    max-width: 805px
}

.card-list.friend .card-img {
    max-width: 350px
}

.card-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.card-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.card-info .title {
    padding-left: 1.2rem
}

.card-info .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #ad9e90;
    border-style: dotted
}

.card-info .list-group-item:last-child {
    border-bottom: #ad9e90 1px dotted !important
}

.card-info .list-group-item .item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: 120px;
    padding-right: 10px;
    padding-top: 2px;
    color: #5b5b5b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
}

.card-info .list-group-item .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height:1.5;
}

.card-list.friend .card-info .list-group-flush .list-group-item:first-child{
    border-top:none
}

.card-list.friend .card-info .btn-wrap{
    width:100%;
    text-align:center;
}

@media (min-width: 1101px) {

    .card-list.act .card-img,
    .card-list.act .card-info {
        width: 50%
    }

    .card-list.friend .card-info {
        padding-left: 4rem;
        display:inline-flex;
        flex-wrap:wrap
    }

    .card-list.friend .card-info .list-group-flush{
        flex-grow:1;
        min-width:50%
    }

    
    .card-list.friend .card-info .list-group-flush + .list-group-flush{
        min-width:calc(50% - 10px);
        margin-left:10px
    }

    .card-info {
        padding: 2rem
    }
}

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

.cardImg-swiper .swiper-slide {
    text-align: center
}

.tab-style .nav-tabs {
    position: relative;
    z-index: 2;
    border-bottom-color: #e06464
}

.tab-style .nav-tabs .nav-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: .5rem 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 0;
    background-color: #e6e1e1;
    border-bottom-color: #e06464
}

.tab-style .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #e06464;
    font-weight: 600;
    border-color: #e06464;
    border-bottom-color: #fff
}

.tab-style .tab-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
    background-color: #fff;
    border: #e06464 1px solid;
    margin-top: -1px
}

@media (max-width: 768px) {
    .tab-style .nav-tabs .nav-link {
        padding: .25rem 0.75rem;
        font-size: 16px;
        font-size: 1rem
    }

    .tab-style .tab-content {
        padding: .5rem
    }
}

.friend-banner .swiper-wrapper {
    align-items: center;
    -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s
}

.friend-banner .swiper-button-next::after,
.friend-banner .swiper-button-prev::after {
    color: #c1c1c1
}

@media (min-width: 1101px) {

    .friend-banner .swiper-button-next::after,
    .friend-banner .swiper-button-prev::after {
        font-size: 70px;
        font-size: 4.375rem
    }

    .friend-banner .swiper-button-next {
        right: 2rem
    }

    .friend-banner .swiper-button-prev {
        left: 2rem
    }
}

.form-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-group-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 20px
}

.form-group-item label {
    line-height: 1.5
}

.form-group-item label::before,
.form-group-item label::after {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.form-group-label {
    color: #3a3939;
    background-color: #f4f4f4;
    padding: 8px 18px;
    margin-top: 5px;
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 11.5em
}

.form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #aaaaaa
}

.form-title .title {
    color: #3c3c3c;
    font-size: 30px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    width: 80px
}

.form-title .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #887c69;
    position: absolute;
    left: -2px;
    top: 10px
}

.form-title .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #7b7b7b;
    font-size: 18px;
    padding-left: 40px
}

.twzipcode-style.row {
    margin-left: -2px;
    margin-right: -2px
}

.twzipcode-style.row .col-12,
.twzipcode-style.row .select_style {
    padding-left: 2px;
    padding-right: 2px
}

.select_style select {
    width: 100%;
    background: transparent
}

.select_style select,
.select_style input {
    border: none !important;
    height: 100% !important
}

.select_style .form-control {
    border-radius: 0
}

.select_style .disabled {
    background-color: #e9ecef
}

.select_style .disabled select,
.select_style .disabled input {
    background: transparent
}

.member-login-block {
    margin: 40px 0
}

.member-login-block .box {
    display: flex;
    margin-bottom: 20px
}

.member-login-block .box label {
    margin-bottom: 0
}

.member-login-block .box .title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 150px;
    color: #747474;
    font-size: 18px;
    font-size: 1.125rem
}

.member-login-block .box .content {
    width: calc(100% - 170px)
}

.member-login-block .box .content input[type="text"],
.member-login-block .box .content input[type="password"],
.member-login-block .box .content input[type="tel"],
.member-login-block .box .content input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.3s;
    width: 100%;
    border: 1px solid #aaaaaa;
    height: 50px;
    line-height: 50px;
    padding: 0 10px
}

.member-login-block .box .content input[type="text"]:focus,
.member-login-block .box .content input[type="password"]:focus,
.member-login-block .box .content input[type="tel"]:focus,
.member-login-block .box .content input[type="email"]:focus {
    border-color: #000
}

.member-login-block .checkbox {
    margin-bottom: 10px;
    line-height: 1.25;
}

.member-login-block .checkbox input {
    width: auto;
    margin-right: 10px
}

.member-login-block-regist .form-control {
    max-width: 20em
}

.member-login-block-regist .file-select-name {
    max-width: 18.75em
}

.member-login-block-contact .box .title {
    width: 100px
}

.member-login-block-contact .box .form-control {
    border-width: 0 0 1px 0
}

.member-login-block-personal .box .title {
    width: 120px;
    margin-top:7px;
}

@media (max-width: 1100px) {
    .member-login-block .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .member-login-block .box .title {
        width: 100%
    }

    .member-login-block-regist .form-control-pwd {
        max-width: calc(100% - 5.5rem)
    }
}

.login-btn-wrap li {
    margin: 0
}

.login-btn-wrap li:first-child {
    margin-right: 10px
}

.login-btn-wrap li+li {
    margin-left: 10px
}

.login-btn-wrap .btn {
    font-size: 18px;
    font-size: 1.125rem
}

.login-btn-wrap .icon {
    margin: 2px 4px 0
}

.login-btn-wrap .icon img.login-icon {
    width: 37px;
    height: 37px
}

.other-login-hd {
    height: 1px;
    background: #aaaaaa;
    position: relative
}

.other-login-hd .txt {
    position: absolute;
    color: #aaaaaa;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -12px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 1rem
}

@media (min-width: 1101px) {
    .other-login-hd-login {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.login-search-hd {
    float: right
}

.login-search-hd li {
    margin-bottom: 8px
}

.login-search-hd a {
    position: relative;
    display: block;
    color: #747474;
    padding-right: 1.75rem
}

.login-search-hd a:hover {
    color: #000
}

.login-search-hd a::after {
    content: '＞';
    display: inline-block;
    position: absolute;
    right: 0
}

.payment-block {
    font-size: 19px;
    font-size: 1.1875rem
}

.payment-block,
.payment-block .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.payment-block .title {
    padding-right: 50px
}

.payment-block .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 12px
}

.payment-block .form-group-item label {
    line-height: 1.5
}

@media (max-width: 1100px) {

    .payment-block,
    .payment-block .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 640px) {
    .payment-block .form-group-item {
        width: 100%;
        padding-top: 5px !important
    }

    .payment-block .form-group-item .radio {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .payment-block .title p {
        font-size: 1.2em
    }

    .payment-block .form-group-invoiceList li {
        width: 100%
    }

    .payment-block .form-group-invoiceList input {
        margin-top: 5px
    }
}

.blockquote-matchlist .card-list {
    background-color: #f1ece8;
    padding: 1rem 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.blockquote-matchlist .card-list .card-img {
    max-width: 245px
}

.blockquote-matchlist .card-info,
.blockquote-matchlist .list-group-item {
    background-color: transparent
}

.blockquote-matchlist .list-group-item .item {
    width: 100px
}

@media (min-width: 1101px) {
    .blockquote-matchlist .card-info {
        padding: 1rem !important
    }
}

@media (max-width: 1100px) {
    .blockquote-matchlist .card-list {
        padding: 1rem
    }

    .blockquote-matchlist .card-list {
        margin-bottom: 0.5rem
    }

    .blockquote-matchlist .card-list .card-img {
        max-width: 100%
    }

    .blockquote-matchlist .card-info {
        width: 100%
    }

    .blockquote-matchlist .list-group-item {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1101px) {
    .main-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }

    .main-container .main-aside {
        width: 220px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #fff;
        margin-right: 10px
    }

    .main-container .main-aside+.main-section {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
}

.avatar-upload {
    position: relative;
    max-width: 300px;
    margin: 50px auto
}

.avatar-upload .avatar-edit {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -10px
}

.avatar-upload .avatar-edit input {
    display: none
}

.avatar-upload .avatar-edit input+label {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5)
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #e06464;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
    font-size: 23px;
    font-size: 1.4375rem
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 2px);
    position: relative;
    border-radius: 100%;
    border: 1px solid #f2bdbd
}

.avatar-upload .avatar-preview>div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E9E9E9
}

@media (max-width: 1100px) {
    .avatar-upload {
        margin: 10px auto
    }
}

.file-upload {
    display: block;
    text-align: center
}

.file-upload .file-select {
    display: block;
    color: #34495e;
    cursor: pointer;
    min-height: calc(2.9rem + 2px);
    line-height: calc(2.9rem + 2px);
    text-align: left;
    background: #FFFFFF;
    /* overflow: hidden; */
    position: relative
}

.file-upload .file-select .file-select-button {
    background: #ad9e90;
    color: #FFFFFF;
    padding: 0 20px;
    display: inline-block;
    height: calc(2.9rem + 2px);
    line-height: calc(2.9rem + 2px);
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.125rem
}

.file-upload .file-select .file-select-name {
    line-height: calc(2.9rem + 2px);
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #aaaaaa;
    font-size: 17px;
    font-size: 1.0625rem
}

.file-upload .file-select:hover {
    border-color: #34495e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.file-upload .file-select:hover .file-select-button {
    background: #7c6b5b;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.file-upload.active .file-select {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.file-upload.active .file-select .file-select-button {
    background: #7c6b5b;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}

.swal2-title {
    font-size: 20px !important
}

.contact-block {
    position: relative;
    padding: 20px 0 80px 0
}

.contact-form {
    width: 1080px;
    max-width: 100%;
    background: #fff;
    padding: 55px 380px 60px 80px
}

.contact-pic {
    position: absolute;
    right: 80px;
    top: 120px;
    width: calc((692 / 1600) * 100%)
}

.contact-pic .pic img {
    display: block;
    max-width: 100%
}

@media (min-width: 1101px) {
    .contact-btn-style {
        padding: 12px 60px
    }
}

@media (max-width: 1600px) {
    .contact-pic {
        right: 0
    }
}

@media (max-width: 1440px) {
    .contact-form {
        padding: 40px 450px 40px 40px
    }

    .contact-pic {
        width: 45%
    }
}

@media (max-width: 1280px) {
    .contact-block {
        padding: 0 10px
    }

    .contact-form {
        padding: 40px
    }

    .contact-pic {
        width: 35%;
        display: none
    }
}

@media (max-width: 480px) {
    .contact-form {
        padding: 30px
    }

    .contact-form .form-txt {
        padding-bottom: 20px
    }
}

@media (max-width: 320px) {
    .contact-form {
        padding: 20px
    }

    .contact-form form .captcha .g-recaptcha>div {
        margin-left: -30px
    }
}

.custom-table .table {
    font-size: 18px;
    font-size: 1.125rem
}

.custom-table .table,
.custom-table .table th,
.custom-table .table td {
    border: none !important
}

.custom-table .table th,
.custom-table .table td {
    text-align: center
}

.custom-table .table tbody td {
    background-color: #f1ece8
}

@media (min-width: 1101px) {
    .custom-table .table tbody td {
        border-bottom: 3px solid #fff !important
    }
}

@media (max-width: 1100px) {

    .custom-table.mobile_table table,
    .custom-table.mobile_table tbody,
    .custom-table.mobile_table tr,
    .custom-table.mobile_table td {
        display: block !important;
        width: 100%;
        min-width: 100%;
        border: none !important
    }

    .custom-table.mobile_table thead {
        display: none
    }

    .custom-table.mobile_table tbody tr {
        margin-bottom: 15px
    }

    .custom-table.mobile_table tbody td {
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 150%;
        padding: 0;
        margin-bottom: 3px;
        text-align: left;
        white-space: normal !important;
        word-break: break-all;
        overflow: hidden;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f0f0f0
    }

    .custom-table.mobile_table tbody td::before {
        content: attr(data-title);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #a24343;
        padding: 9px;
        background: #e6eaef;
        color: #515e69;
        margin-right: 10px;
        font-size: 14px
    }

    .custom-table.mobile_table tbody br {
        display: none
    }
}

/* 0221 */
.picimgInp{
    width: 100%;
    z-index: 1;
    /* height: 125px; */
    margin-top: 10px;
}

.picimgInp img{
    /* position: absolute;
    top: 0;
    left: 0; */
    max-height: 100%;
}

.matchTitle{
    position: relative;
    padding: 0 .5em .5em 1.75em;
    font-size: 20px;
    line-height: 1.5;
}

.matchTitle::before,
.matchTitle::after {
    position: absolute;
    content: '';
    border-radius: 100%;
}

.matchTitle::before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgba(150, 150, 150, .5);
}

.matchTitle::after {
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: rgba(210, 210, 210, .5);
}

.tag-item {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 1.1;
    margin: 2.5px;
    padding: 5px;
    text-align: center;
    color: #f0ebeb;
    background: #d56060;
}

/* 0222 常見問題 */
.answer {
    background: #fff;
    margin: 0 40px 0 10px;
}

.answer li {
    padding-bottom: 15px;
    border-bottom: 1px #c8c2bb dotted;
    margin-bottom: 15px;
    line-height:1.5
}

.answer h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom:10px
}

.answer .txt{
    font-size: 16px;
    color: #393939;
    padding-left:2.2em
}