@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Ubuntu+Mono&family=Montserrat:wght@300&display=swap');
*{
    scroll-behavior: smooth;
}
body{
    font-family: 'Noto Sans TC', sans-serif;
    padding-top: 105px;
    background-color: #fdf4fe;
}
.no-wrap{
    white-space: nowrap !important;
    vertical-align: middle !important;
}
.search-icon{
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 18px;
    line-height: 1;
}
.pagination li{
    background-color: #fff;
}
.nav-item .btn{
    filter: grayscale( 100% );
    margin-bottom: 8px;
}
.nav-item .btn.active{
    filter: grayscale(0);
    background-color:#D2446E !important;
}

.table-box {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    min-width: 600px;
}
.table-responsive{
    margin-bottom: 24px;
}
.table-box.fix {
    min-width: 3600px;
}
.max-fix {
    min-width: 2400px !important;
}

.table-box.fix th:first-child{
    width: 160px;
}
.table-box th{
    background-color: #D2446E;
    color: #fff;
    font-weight: 400;
    padding: 12px 5px;
    font-size: 16px;
    font-variant: small-caps;
    text-align: center;;
}
.table-box td {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 1.4;
    word-break: break-all;
    border-bottom: solid 1px #eee;
    background-color: #fff;
}
.chart-title{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: -12px;
    text-align: center;
    margin-top: 12px;
    width: 100%;
    max-width: 800px;
}
.content-center{
    padding: 12px 0;
    margin-bottom: 24px;
}
.chart{
    width: 100%;
    max-width: 800px;
    height: 400px;
}
.btn-danger{
    background-color: #D2446E;
}
.btn-danger:hover{
    background-color: #9b2649;
}
.btn-danger:focus,.btn-danger:active{
    background-color: #9b2649;
}
.record-search-btn{
    padding-left: 8px;
}
.record-search-btn .btn{
    width: 120px;
    line-height: 42px;
}
.form-check-label{
    display: block;
}
.form-check-label a{
    color: #D2446E;
    text-decoration: underline;
}
.modal-footer .btn{
    min-width: 120px;
    line-height: 40px;
}
.edit.bg-green{
    background-color: #D2446E;
    color: #fff !important;
}
.edit.bg-green:hover{
    background-color: #3a9059;
}
.fix-space{
    white-space: nowrap;
}
.record-text{
    font-family: 'Noto Sans TC','Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}
.sort{
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.sort:hover{
    color: rgb(252, 2, 2);
    text-decoration: none;
}
.record-row{
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}
.record-total{
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}
.record-total label{
    white-space: nowrap;
    padding-right: 8px;
}
.record-total input:last-child{
    margin-left: 8px;
}
.date-box{
    display: flex;
}
.record-search{
    position: relative;
}
.check{
    width: 100px;
    display: block;
    margin: 20px auto;
}
.record-search i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.eye.fix {
    top: 6px;
}
.edit{
    display: inline-block;
    padding:4px 8px;
    line-height: 1;
    border: solid 1px #666;
    color: #666 !important;
    border-radius: 4px;
    font-size: 12px;
}
.edit:hover{
    background-color: #D2446E;
    border: solid 1px #D2446E;
    color: #fff !important;
    text-decoration: none;
}
.edit.disabled{
    background-color: #ddd;
    cursor: default;
    pointer-events: none;
}
.member-box {
    max-width: 1240px;
    padding: 40px 0 0 0;
    margin: 0 auto;
}
.member-box .breadcrumb{
    margin-left: 20px;
}
.modal-content {
    border-radius: 12px;
    overflow: hidden;
}
.modal-header {
    height: auto;
}
.discount-items-title{
    font-size: 24px;
    color: #000;
    margin-bottom: 12px;
}
.discount-row{
    display: flex;
    align-items: stretch;
    margin: 0 -10px;
}
.discount-col{
    width: 33.3%;
    padding:0 10px;
}
.discount-card{
    border: solid 1px #eee;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.discount-img{
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-size: cover;
}
.discount-info{
    padding: 16px;
}
.discount-name{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.discount-list{
    display: flex;
    margin-bottom: 16px;
}
.discount-list span{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    padding:4px 8px;
    border-radius: 4px;
    margin-right: 6px;
}
.discount-list span:last-child{
    margin-right: 0;
}
.discount-list span i{
    font-style: normal;
    font-size: 11px;
}
.lv1{
    background-color: #f8e7d7;
}
.lv2{
    background-color: #f3f2f2;
}
.lv3{
    background-color: #f9f6e9;
}
.level-title{
    font-size: 24px;
    color: #000;
    margin-bottom: 12px;
}
.level-name{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.level-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.level-card{
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 1px 1px 4px #ddd;
    background-color: #fff;
    margin-bottom: 24px;
}
.level-row{
    display: flex;
    align-items: stretch;
    margin: 0 -10px;
}
.level-col{
    width: 33.3%;
    text-align: center;
    padding:0 10px;
}
.card-item {
    border-radius: 6px;
    background-color: #f8e7d7;
    padding: 16px 20px;
    border-top: solid 4px #d89a60;
}
.card-item.fix {
    background-color: #f3f2f2;
    border-top: solid 4px #e2e2e2;;
}
.card-item.fix-1 {
    background-color: #f9f6e9;
    border-top: solid 4px #ffe880;;
}
.point {
    display: block;
    width: 100%;
    height: 100px;
    max-width: 300px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 1px 1px 4px #ddd;
    background-color: #fff;
    margin-bottom: 24px;
    position: relative;
    color: #666;
}
.point i{
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
.point:hover {
    text-decoration: none;
    background-color: #edfef4;
    box-shadow: 1px 1px 4px #81c860;
}
.coin-img {
    width: 66px;
}
.coin-info {
    flex: 1;
    padding-left: 20px;
}
.coin-name {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}
.coin-num {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.store{
    position: relative;
    border-top: solid 1px #eee;
    padding-top: 20px;
}
.delete-pic{
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 1;
    color: #666;
}
.delete-pic:hover{
    color: #000;
    text-decoration: none;
}
.delete-store{
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    color: #666;
}
.delete-store:hover{
    color: #000;
    text-decoration: none;
}
.add-new-btn{
    color: #D2446E;
    display: inline-block;
    margin-bottom: 20px;
}
.add-new-btn:hover{
    color: #D2446E;
    text-decoration: none;
}
.add-title{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}
.cloud-title{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}
.cloud-title a{
    color: #D2446E;
    display: inline-block;
    margin-left: 8px;
}
.add-cloud{
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.add-cloud .excel{
    width: 120px;
    height: 30px;
    background-color: #fff;
}
.add-cloud .btn{
    font-size: 16px;
    padding: 0 20px;
}
.company-row{
    display: flex;
}
.row-right{
    width: calc( 100% - 220px );
    padding-left: 50px;
}
.row-left{
    width: 220px ;
}
.table  {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    text-align:left;
}

.table th {
    background: #D2446E;
    color: #fff;
    font-weight: 500;
    padding: 12px;
    font-size: 16px;
    line-height: 1.4;
}

.table tr:nth-child(odd) {
    background:#fff;
}
.table tr:nth-child(even) {
    background:#fff;
}

.table td {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color:#666 ;
    line-height: 1.4;
    word-break: break-all;
    border-bottom: solid 1px #eee;
}
.table th.w-10 {
    width: 10%;
}
.table td a{
    color: #D2446E;
}

.table td:last-child {
    border-right: 0 none;
}

.company-menu{
    list-style-type: none;
    padding: 0;
}
.company-menu li{
    display: block;
    border-bottom: dashed 1px #ced4da;
}
.company-menu li:last-child{
    border-bottom: none;
}
.company-menu li a{
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.company-menu li a.active{
    color: #263238;
    font-size: 18px;
}
.excel{
    font-size: 0.9rem;
    color: #999;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    border: 1px solid #999;
}
.excel:hover{
    border: 1px solid #D2446E;
    color: #fff;
    background-color:#D2446E;
    text-decoration: none;
}


.table th {
    background: #D2446E;
    color: #fff;
    font-weight: 400;
    padding: 12px  5px;
    font-size: 16px;
    font-variant: small-caps;
    text-align: center;
}

.table tr:nth-child(even) {
    background:#eee;
}

.table td {
    padding: 12px  5px;
    font-size: 16px;
    text-align: center;
}

.table td:last-child {
    border-right: 0 none;
}
.select-box{
    margin-bottom: 16px;
    text-align: right;
}
.select-box select{
    width: auto;
    min-width: 220px;
    display: inline-block;
}
select.form-control {
    -webkit-appearance: none;
    background-image: url(../images/sd.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.page-link:hover {color: #333;}
.pdsp{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pdsp img{
    max-width:100%;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #D2446E;
    border-color: #D2446E;
}
.fa{
    width: 1em;
}
label span{
    color: #D60707 ;
}
hr{
    border-bottom: solid 1px #ddd;
    border-top: none;
}
hr.fix{
    border-bottom: dashed 1px #ccc;
    margin: 30px 0;
}
.contact-box{
    max-width: 1240px;
    padding: 0 20px 60px 20px;
    margin:0 auto;
}
.contact-box p{
    color: #555;
}
.col-md-8.fix{
    padding-left: 5.26vw;
}
.col-md-9.fix{
    padding-left: 5.26vw;
}
.col-md-10.fix{
    padding-left: 40px;
}
.tab-box{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 0 30px;
    display: flex;
    padding-top: 10px;
}
.tab-box a{
    border-bottom: none;
    background-color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #777;
    font-weight: 500;
    padding:0 30px;
    border-radius: 15px 15px 0 0;
}
.tab-box a:hover{
    text-decoration: none;
}
.tab-box a.active{
    color: #fff;
    background-color: #D2446E;
}
.tab-arr{
    display: none;
}
.tab-arr.active{
    display: block;
}
.eye{
    display: inline-block;
    font-size: 20px;
    color: #666;
    position: absolute;
    right: 10px;
    top: 36px;
}
.form-group.fix {
    position: relative;
}
#password-strength-status{
    text-align: right;
    font-size: 14px;
    width: 100%;
    top: 3px;
    right: 0;
    position: absolute;
}
.weak-password{
    color: #dc3545;
}
.medium-password{
    color: #D2446E;
}
.strong-password{
    color: #D2446E;
}
.error{
    font-size: 13px;
    color: #dc3545;
}
.form-group {
    position: relative;
}
.form-group.row {
    margin-right: -10px;
    margin-left: -10px;
}
.form-col-6{
    width: 50%;
    padding: 0 10px;
}
.form-input {
    width: 100%;
    border: solid 1px #d1d1d1;
    height: 48px;
    padding: 0 20px 0 10px;
    font-size: 15px;
    color: var(--dark-black);
    border-radius: 10px;
}
select.form-input {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/sdw.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.form-input:hover {
    border: solid 1px #d1d1d1;
    outline: none;
}
.form-input:focus {
    border: solid 1px #d1d1d1;
    outline: none;
    color: #263238;
    background-color: rgba(239,247,247,1);
}
select.form-input:focus {
    background-image: url(../images/sup.svg);
    border: solid 1px #d1d1d1;
}
.alert-warning{
    display: none;
}
.login-btn-box{
    display: flex;
    justify-content: center;
}
.wait{
    font-size: 14px;
    color: #263238;
    padding-right: 10px;
}
.mg-box{
    display: flex;
    margin:0 -15px;
}
.mg-box .form-control{
    margin: 0 15px;
    text-align: center;
}
.green{
    color: #D2446E !important;
    font-weight: 500;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    filter: grayscale(100%);
}
.step-box{
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0 ;
}
.step-box li{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #999;
    margin:0 10px;
    border-radius: 50%;
}
.step-box li.active{
    background-color: #D2446E;
}
.login-err{
    display: none;
    width: 100%;
    font-size: 1rem;
    color: #dc3545;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}
.form-control {
    height: 46px;
    border-radius: 10px;
}
.btn {
    padding: 0 0.75rem;
    font-size: 16px;
    line-height: 46px;
    border-radius: 24px;
}
.btn.fix {
    min-width: 140px;
}
.btn.btn-sm {
    padding: 0 15px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 15px;
}
.btn-success {
    color: #fff;
    background-color: #D2446E;
    border-color: #D2446E;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    filter: grayscale(100%);

    background-color: #eee;
}
.show{
    display: block !important;
}
.login-box{
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    border-top: solid 1px #D2446E;
    border-bottom: solid 1px #D2446E;
    padding: 30px 30px 40px 30px;
    font-size: 1rem;
}
.login-notice{
    max-width: 600px;
    padding: 10px 30px 60px 30px;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    color: #263238;
    margin: 0 auto;
}
.login-notice a{
    color: #D2446E;
}
.login-text {
    font-size: 1rem;
    color: #263238;
    margin-bottom: 20px;
}
.upper{
    list-style-type: upper-alpha;
}
.lower{
    list-style-type: lower-alpha;
}
.detail-box{
    padding: 60px 5.26vw 0 5.26vw;
}
.box{
    position: relative;
    z-index: 9;
    padding: 4vw 0 2vw 0;
}
.box img{
    max-width: 100%;
}
.home-date {
    font-size: 1vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #666;
    margin-bottom: 1vw;
    text-align: justify;
}
.more{
    display: inline-block;
    color: #D60707;
    font-size: 1vw;
    font-weight: 500;
    padding-right: 1vw;
    background-image: url(../images/more.svg);
    background-repeat: no-repeat;
    background-size: 0.6vw auto;
    background-position: center right;
    border-bottom: solid 1px transparent;
}
.more:hover{
    color: #D60707;
    text-decoration: none;
    border-bottom: solid 1px #D60707;
}
.footer-logos{
    width: 100%;
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logos-col{
    padding: 0 2vw 0 0;
    margin-bottom: 1vw;
}
.logos-col img{
    height: 1.68vw;
    width: auto;
}
.logos-col.fix img{
    height: 2.2vw;
    width: auto;
}
.w-100{
    width: 100%;
}
.w-90{
    width: 50px;
    max-width: 100%;
}
.footer-top {
    padding: 1vw 0;
    color: #fff;
}
.footer-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer-top__logo img{
    width: 150px;
    padding-bottom: 0.8vw;
}
.footer-top__list {
    width: auto;
    margin: 0 2vw 0 0;
    min-width: 300px;
}
.footer-top__list > ul {
    list-style: none;
    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;
    padding: 0;
    margin: 0;
}
.footer-top__list > ul > li {
    margin: 0.2rem 0;
    font-size: 14px;
    line-height: 1.15rem !important;
    letter-spacing: normal !important;
}
.footer-top__list > ul > li:not(:last-child)::after {
    content: "|";
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.footer-top__list  a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.footer-top__list  a:hover {
    color: #fff;
    opacity: 0.8;
}
.footer-top__logoList {
    width: auto;
    display: flex;
    min-width: 300px;
}
.footer-top__logoList > div {
    text-align: center;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: normal !important;
    margin-right: 20px;
}
.footer-top__logoList > div img{
    margin:0 0 5px 0;
}
.footer-dw{
    width: 68%;
    padding: 1vw 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-top: dashed 1px #eee;
}
.red{
    color: rgb(241, 13, 13) !important;
}
.w-80{
    width: 80%;
}
.home-note{
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #666;
    text-align: justify;
}
.pic-info{
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    margin-top: 1.4vw;
}
.pic-note{
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #666;
}
.pic-info.fix,.pic-note.fix{
    padding-left: 8vw;
}
.SDG-box{
    display: flex;
    padding: 2vw 0 1vw 0;
}
.SDG-left{
    width: 49%;
}
.SDG-right{
    width: 51%;
}
h3.about-title {
    font-size: 1.9vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #314644;
    margin-bottom: 1vw;
    background-image: url(../images/icon.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center left;
    padding-left: 3vw;
    padding-bottom: 5px;
}
.about-box{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}
.about-left{
    width: 50%;
    padding: 0 0 4vw 0;
}
.about-left.fix{
    padding: 4vw 0 4vw 0;
}
.about-right{
    width: 50%;
    text-align: center;
}
.about-full{
    padding-bottom: 4vw;
}
.bear{
    width: 46vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.addbg{
    background-image: url(../images/bg-line.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: top right;
}
.content-box{
    width: calc( 100% - 10.52vw );
    margin: 0 auto;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    position: relative;
    z-index: 3;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.home{
    width: 18px;
    transform: translateY(-2px);
}
.breadcrumb a{
    color: #666;
    font-size: 0.9vw;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: inline-block;
    padding-right: 20px;
}
.breadcrumb a.active {
    color: #263238;
    font-size: 0.9vw;
    font-weight: 700;
    line-height: 1.3;
}
.breadcrumb li{
    position: relative;
}
.breadcrumb li::after{
    content: '/';
    position: absolute;
    right: 8px;
}
.breadcrumb li:last-child:after{
    content: '';
}

.breadcrumb a.active:hover {
    color: #263238;
    text-decoration: none;
    cursor: default;
}
.main-title{
    font-size: 2.2vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: left;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 23%;
    color: #fff;
}
.main-en{
    padding-top: 1vw;
    font-size: 1.1vw;
    font-weight: 300;
    opacity: 0.9;
    letter-spacing: 0.03em;
}
.home-pic-2-1{
    width: 76%;
    margin-bottom: 1vw;
}
.container-box{
    width: 100%;
    position: relative;
}
.container-box.pbfix{
    padding-bottom: 16vw;
}
.container-box.mtfix{
    margin-top: -8vw;
}
.hom-box{
    width: calc( 100% - 10.52vw );
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}
.home-left{
    width: 50%;
    padding-right: 4.6vw;
}
.home-left.pdfix{
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.home-right{
    width: 50%;
}
h3.home-title{
    font-size: 1.9vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color:#314644;
    margin-bottom: 1vw;
}
.home-text{
    font-size: 1vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    color:#666 ;
    margin-bottom: 1vw;
    text-align: justify;
}
.home-text ol{
    padding-left: 1.4vw;
}
.home-en{
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color:#777 ;
}
.home-sub{
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color:#2B292A ;
    margin-bottom: 1vw;
}
.home-pic-1 {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.home-pic-2{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
    background-image: url(../images/load.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:100px auto;
}
.container-full{
    min-height: calc(60vh);
    position: relative;
    z-index: 9;
    margin: -10vw 0;
}
.store-pic{
    background-size: cover;
}
.store-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
    color: #000;
}
.store-dw a {
    display: inline-block;
    text-decoration: none;
    color: #1643bd;
}
.store-box{
    padding:36px 0;
}
.stars{
    display: inline-block;
    padding-right: 5px;
}
.stars i {
    color: rgb(250, 214, 10);
}
.store-pic{
    width: 100%;
    height: 0;
    padding-top: 60%;
}
.store-dw{
    padding:10px 20px;
    font-size: 14px;
    color: #314644;
    line-height: 1.5;
    letter-spacing: 0.05rem;
}
.b-hours-detail{
    display: none;
    font-size: 12px;
    padding: 5px 0;
}
.delete{
    display: inline-block;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-image: url(../images/close.svg);
    background-size: cover;
}
.delete:hover{
    opacity: 0.5;
}
@keyframes side{
    0% {
        opacity: 0;
        transform:translateX(-100%) ;
    }
    100% {
        opacity: 1;
        transform:translateX(0)  ;
    }
}
.map-box{
    width: 100%;
    height: calc( 100vh - 5.2vw );
    overflow: hidden;
    position: relative;
}
.info-box{
    position: absolute;
    width:300px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    animation: side 0.5s forwards  ease-in-out;
    opacity: 0;
}
footer{
    background-image: url(../images/footer.png);
    background-size: 100% auto;
    min-height: 37.8vw;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 16.6vw 5.26vw 3.26vw 5.26vw;
    background-color:#46a69d ;
    margin-top: -3vw;
    position: relative;
    letter-spacing: 0.05em;
}
.top{
    width:5.26vw;
    position: absolute;
    right: 4vw;
    top: 9vw;
    z-index: 9;
}
.top:hover{
    filter: drop-shadow( 0 0 1vw #f7f470);
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5vw;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #f7f470;
}
.swiper-pagination-bullet{
    opacity: 0.4;
    background: #f7f470;
}
.news-more{
    display: inline-block;
    font-size: 1.125vw;
    line-height: 2.6vw;
    padding: 0 2vw;
    margin-top: 1vw;
    border: solid 1px #fff;
    border-radius: 1.3vw;
    background-color: #D2446E;
    color: #fff;
    letter-spacing: 0.05rem;
    opacity: 0;
    box-shadow:3px 3px 10px #314644;
}
.news-more:hover{
    color: #fff;
    text-decoration: none;
    background-color: #D2446E;
}
.news-box{
    width: 42vw;
    position: absolute;
    top: 9vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.news-title{
    font-size: 2.5vw;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow:3px 3px 10px #314644;
}
.news-date{
    font-size: 1.25vw;
    color: #E3ECAA;
    font-weight: 500;
    margin-top: 0.5vw;
    letter-spacing: 0.1rem;
    opacity: 0;
}
.swiper-slide-active .news-more{
    animation: fadeupB 0.8s forwards 0.5s ease-in-out;
}
.swiper-slide-active .news-title{
    animation: fadeupA 0.8s forwards 0.1s ease-in-out;
}
.swiper-slide-active .news-date{
    animation: fadeupA 0.8s forwards 0.3s ease-in-out;
}
@keyframes fadeupA{
    0% {
        opacity: 0;
        transform:translateY(50px) ;
    }
    100% {
        opacity: 0.8;
        transform:translateY(0)  ;
    }
}
@keyframes fadeupB{
    0% {
        opacity: 0;
        transform:translateY(50px) ;
    }
    100% {
        opacity: 1;
        transform:translateY(0)  ;
    }
}
header{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px;
    border-bottom:solid 5px #D2446E ;
    background-color: #fff;
}
.logo{
    display: inline-block;
    width: auto;
}
.logo img{
    width: 170px;
    height: auto;
}
.login-icon{
    display: none;
}
.nav-box{
    height: 100%;
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 4.125vw;
}
.menu-item{
    height: 100%;
    font-size: 1.025vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    margin-bottom: 0;
    letter-spacing: 0.05rem;
}
.menu-item:hover{
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.sfont{
    font-size: 0.8vw;
    font-family: 'Ubuntu Mono', monospace;
    opacity: 0.8;
    white-space: nowrap;
}
.nav-box li{position: relative;}
.sub-menu{
    display: none;
}
.nav-box li:hover .sub-menu{
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: flex;
    z-index: 3;
    opacity: 0;
    animation: fadeIn 0.5s forwards 0.2s ease-in-out;
}
.sub-mask{
    height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.nav-box li:hover .sub-mask{
    content: '';
    display: block;
    width: 100vw;
    height: 3.125vw;
    background: rgba(40, 154, 150, 0.8);
    position: fixed;
    top: 5.2vw;
    left: 0;
    z-index: 2;
}
.sub-menu a{
    font-size: 0.9vw;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.05rem;
    display: inline-block;
    line-height: 3.125vw;
    padding:0 0.6vw;
}
.sub-menu a:hover{
    text-decoration: none;
    color:#FFFCB4 ;
}
.login-item{
    display: inline-block;
    font-size: 1.125vw;
    line-height: 2.6vw;
    padding:0 2vw;
    margin-left: 1vw;
    margin-top: 1.3vw;
    border: solid 1px #fff;
    color: #fff;
    letter-spacing: 0.05rem;
}
.login-item:hover{
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.banner {
    position: relative;
}
.kv-mask{
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: -1px;
    left: 0;
}
.show-xs{
    display: none;
}
.mb-nav,.mb-nav.active{
    display: none;
}
.text-left td{
    text-align: left !important;
    padding:12px;
}
.box.fix{
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}
.box h3{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2B292A;
    margin-bottom: 36px;
}
.box h4{
    display: inline-block;
    padding: 10px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2B292A;
    margin-bottom: 24px;
    margin-top: 24px;
    border: solid 1px #D2446E;
}
.box ul,.box ol{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #424242;
    line-height: 1.6;
    margin-bottom: 16px;
}
@media (max-width:1024px){
    .company-menu {
        display: flex;
        flex-wrap:wrap ;
        border-bottom: solid 1px #D2446E;
    }
    .company-menu li {
        display: inline-block;
        border-bottom: none;
        margin-right: 4px;
        margin-top: 4px;
    }
    .company-menu li a {
        display: block;
        color: #666;
        font-size: 14px;
        line-height: 36px;
        padding: 0 15px;
        background-color: #fff;

    }
    .company-menu li a.active {
        color: #fdfdfd;
        font-size: 16px;
        background-color: #D2446E;
    }
    body {
        padding-top: 88px;
    }
    .company-row{
        flex-direction: column;
    }
    .row-right{
        width: 100%;
        padding-left: 0;
    }
    .row-left{
        width: 100%;
    }
    .mb-nav{
        display: none;
        background: #D2446E;
        position: fixed;
        width: 100%;
        left: 0;
        top: 60px;
        text-align: center;
        padding: 10px 0;
    }
    .mb-nav.active{
        display: block;
    }
    .mb-nav a{
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        margin: 0 5px;
        line-height: 30px;
        color: #fff;
    }
    .mb-nav a:hover{
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
    }
    .nav-box li.mb-nav .sub-menu {
        height: auto;
        position: static;
        transform: translateX(0);
        opacity: 1;
        animation: none;
    }
    .footer-dw {
        width: 100%;
    }
    footer {
        padding: 22.6vw 5.26vw 5.26vw 5.26vw;
    }
    .footer-top__logoList {
        width: auto;
        padding-top: 10px;
    }
    .logos-col {
        padding: 0 15px 0 0;
        margin-bottom: 15px;
    }
    .logos-col.fix img {
        height: 32px;
        width: auto;
    }
    .logos-col img {
        height: 24px;
        width: auto;
    }
    .hide-md{
        display: none;
    }
    .top{
        width:60px;
        right: 40px;
        top: 10px;
    }
    .home{
        width: 15px;
        transform: translateY(-1px);
    }
    .breadcrumb a{
        font-size: 14px;
    }
    .breadcrumb a.active {
        color: #263238;
        font-size: 14px;
    }
    .container-box.mtfix {
        margin-top: -5vw;
    }
    h3.home-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.03em;
        color: #2B292A;
        margin-bottom: 10px;
    }
    .home-text {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .home-sub {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .home-en {
        font-size: 16px;
    }
    .login-icon{
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/login.png);
        background-size: 20px 20px;
        position: absolute;
        top: 20px;
        right: 66px;
    }
    .login-icon.fix{
        background-image: url(../images/member.png);
    }
    .button_container {
        position: absolute;
        top: 21px;
        right: 20px;
        height: 18px;
        width: 26px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
    }
    .button_container:hover {
        opacity: .9;
    }
    .button_container.active .top {
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
    }
    .button_container.active .middle {
        opacity: 0;
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        width: 100%;
    }
    .button_container span {
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
        background-color: #fff;
    }
    .button_container span:nth-of-type(2) {
        top: 8px;
    }
    .button_container span:nth-of-type(3) {
        top: 16px;
        width: 50%;
    }
    header{
        padding: 15px 20px;
    }
    .logo img{
        width: 150px;
    }
    .login-item {
        display: none;
    }
    .nav-box li:hover .sub-mask {
        display: none;
    }
    .sfont {
        display: none;
    }
    .nav-box {
        display: none;
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
        background:  #D2446E;
        position: fixed;
        top: 60px;
        padding-top: 20px;
    }
    .nav-box.active {
        display: flex;
    }
    .nav-box.active ::after{
        content: '';
        background-color: #D2446E;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: -1;
    }
    .menu-item {
        line-height: 46px;
        font-size: 16px;
        color: #fff;
        display: block;
        padding: 0;
        text-align: center;
    }
    .menu-item:hover {
        text-decoration: none;
        background-color: transparent;
        color: #fff;
    }
    .menu-item.active{
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    .sub-menu {
        display: block;
        height: 0;
        overflow: hidden;
    }
    .nav-box li:hover .sub-menu {
        display: block;
        animation: none;

    }
    .nav-box li .sub-menu.active {
        height: auto;
        position: static;
        transform: translateX(0);
        opacity: 1;
        animation: none;
    }
    .sub-menu a {
        font-size: 14px;
        display: block;
        line-height: 40px;
        padding: 0;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.1);
    }
    h3.about-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.03em;
        margin-bottom: 10px;
        padding-left: 32px;
    }
    .home-date {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .more {
        font-size: 14px;
        line-height: 20px;
        padding-right: 16px;
        background-size: 10px auto;
    }
}
@media (max-width:768px){
    .record-search {
        width: 100%;
    }
    .record-btn{
        width: 100%;
        padding: 0;
        display: block;
    }
    .record-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
    }
    .record-search-btn {
        padding-left: 0;
        padding-top: 16px ;
        padding-bottom: 16px;
    }

    .record-total {
        width: 100%;
        display:flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding-right: 0;
    }
    .record-total label {
        width: 100%;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
    }
    .record-total label span{
        color: #000;
    }
    .record-total .form-control{
        width: 50% !important;
        display:flex;
        display:-webkit-flex;
        flex: 1 0 0;
        -webkit-flex: 1 0 0;
        background-image: url(../images/date-svgrepo-com.svg);
        background-repeat: no-repeat;
        background-size: 12px auto;
        background-position: center right 8px;
        padding: 0 10px;
        text-align: left;
    }
    .record-total .form-control:last-child{
        width: calc( 50% - 8px ) !important;
        margin-left: 8px;
    }
    .col-md-8.fix{
        padding-left: 15px;
        padding-top: 30px;
    }
    .col-md-9.fix{
        padding-left: 15px;
        padding-top: 30px;
    }
    .col-md-10.fix{
        padding-left: 15px;
        padding-top: 30px;
    }
}
@media (max-width:540px){

    .box h3 {
        font-size: 24px;
        margin-bottom: 24px;

    }
    .box h4{
        font-size: 18px;
        margin-top: 6px;
        margin-bottom: 12px;
    }
    .box ul, .box ol {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .select-box select {
        width: 100%;
    }
    thead {display: none;}
    .table tr {
        border: solid 1px #eee;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius:5px;
        margin-bottom:10px;
        box-shadow:2px 2px 5px 0px #eee;
        background-color: #fff !important;
    }
    .table tr:nth-child(odd) {
        background:transparent;
    }
    .table tr:nth-child(even) {
        background:transparent;
    }
    .table-bordered tr {
        display:table-row;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius:0;
        margin-bottom:0;
        box-shadow:none;
        background-color: #fff;
    }
    .table-bordered td {
        display: table-cell;
        padding: 5px 10px;
        text-align: left;
        color: #666;
        font-weight: 400;
        font-size: 14px;
    }
    .table-bordered td:before {
        content: '';
        display: none;
        width: auto;
    }
    .table tr:last-child {border-bottom: 0 none;}
    .table td {
        display: block;
        padding: 5px 20px;
        text-align: left;
        color: #666;
        font-weight: 400;
        font-size: 14px;
    }
    .table td:before {
        content: attr(data-head);
        display: inline-block;
        width: auto;;
        min-width: 20%;
        font-weight: 500;
        padding-right: 1rem;
        font-variant: small-caps;
        color: #000;
    }
    .table td:last-child {
        text-align: left;
    }

    .table tr:nth-child(even) {
        background-color: #fff;
    }
    .hide-xs{
        display: none;
    }
    .show-xs{
        display: block;
    }
    .news-box {
        width: 76%;
        top: 10vw;
    }
    .news-title {
        width: 100%;
        font-size: 18px;
        margin-bottom: 3px;
        text-shadow:2px 2px 6px #314644;
    }
    .news-date {
        font-size: 13px;
    }
    .news-more {
        font-size: 13px;
        line-height: 22px;
        padding: 0 10px;
        margin-top: 10px;
        border-radius: 14px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: -40px;
    }
    .map-box{
        height: calc( 100vh - 60px );
    }
    .info-box {
        position: fixed;
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 9;
        background-color: #fff;
        animation: side 0.5s forwards ease-in-out;
        opacity: 0;
        padding: 20px 0 10px 10px;
        border-radius: 20px 20px 0 0;
    }
    .store-box {
        padding: 0;
        display: flex;
    }
    .store-pic {
        width: 100px;
        height: 0;
        padding-top: 100px;
    }
    .store-dw {
        width: calc( 100% - 100px );
        padding: 0 10px;
        font-size: 13px;
    }
    .store-name {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 0;
        color: #000;
    }
    .delete {
        width: 12px;
        height: 12px;
    }
    @keyframes side{
        0% {
            opacity: 0;
            transform:translate(0,100%) ;
        }
        100% {
            opacity: 1;
            transform:translate(0,0)  ;
        }
    }
    .home-left {
        width: 100%;
        padding:0;
    }
    .home-right {
        width: 100%;
    }
    .container-box.mtfix {
        margin-top: -10px;
    }
    .container-box.pbfix {
        padding-bottom: 90px;
    }
    .home-pic-1 {
        width: 300px;
    }
    .home-pic-2-1{
        width: 100%;
        margin-bottom: 10px;
    }
    .home-en {
        padding-bottom: 15px;
    }
    footer {
        margin-top: 20px;
    }
    .main-title {
        font-size: 20px;
        top: 19%;
        color: #fff;
        line-height: 1;
    }
    .main-en {
        padding-top: 7px;
        font-size: 13px;
        line-height: 1;
    }
    .home-en {
        font-size: 13px;
    }
    .about-box{
        display: block;
    }
    .about-left{
        width: 100%;
        padding: 0 0 20px 0;
    }
    .about-left.fix{
        width: 100%;
        padding: 30px 0 20px 0;
    }
    .bear {
        width: 100%;
        position: static;
        transform: translateY(0);
        margin-bottom: 30px;
    }
    .addbg {
        background-size: 100% auto;
        background-position: top 360px right;
    }
    .about-full {
        padding-bottom: 20px;
    }
    .SDG-box{
        display: block;
        padding:20px  0;
    }
    .SDG-left{
        width: 100%;
    }
    .SDG-right{
        width: 100%;
        padding: 10px 10px 0 10px;
    }
    .pic-info{
        font-size: 14px;
        margin-top: 10px;
    }
    .pic-note{
        font-size: 12px;
    }
    .pic-info.fix,.pic-note.fix{
        padding-left: 0;
    }
    .about-right{
        width: 100%;
    }
    .home-note{
        font-size: 12px;
    }
    .top{
        width:50px;
        right: 20px;
        top: 10px;
    }
    .footer-top__logo {
        padding-bottom: 10px;
    }
    .footer-top__logo img {
        width: 140px;
        padding-bottom:0;
    }
    .footer-top__logoList {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .footer-top {
        padding: 15px 0;
        color: #fff;
    }
    .footer-top__list {
        width: 100%;
        margin: 0;
    }
    .footer-dw {
        padding: 15px 0;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border-top: dashed 1px #eee;
    }
    .logos-col {
        padding: 0 15px 0 0;
        margin-bottom: 15px;
    }
    .box {
        width: 100%;
        padding: 30px 0 20px 0;
    }
    .detail-box {
        padding: 30px 20px;
    }
    .home-text ol{
        padding-left: 20px;
    }
    .login-box {
        width: calc( 100% - 60px );
        margin: 0 auto;
        padding: 20px 0px;
        font-size: 14px;
    }
    .login-text {
        margin-bottom: 20px;
    }
    .mg-box {
        display: flex;
        margin: 0 -10px;
    }
    .mg-box .form-control {
        margin: 0 10px;
        text-align: center;
    }
    .login-btn-box {
        display: flex;
        padding: 0 20px;
    }
    .form-control {
        height: 38px;
        border-radius: 5px;
    }
    .btn {
        padding: 0;
        font-size: 16px;
        line-height: 36px;
        border-radius: 20px;
    }
    .eye {
        top: 31px;
    }
    .form-input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        border-radius: 5px;
    }
    .tab-box {
        padding: 15px 20px 0 20px;
    }
    .contact-box {
        padding: 0 10px 30px 10px;
        margin:0 auto;
    }
    .table td, .table th {
        border-top: none;
    }
    .table tr td:last-child {
        border-bottom: none;
    }
    label {
        font-size: 14px;
    }
    .point {
        max-width: 100%;
        margin-bottom: 16px;
    }
    .level-title {
        font-size: 20px;
        color: #000;
        padding: 0;
    }
    .level-row {
        margin: 0 -6px;
    }
    .level-col {
        padding: 0 6px;
    }
    .card-item {
        padding: 8px;
    }
    .level-name {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .level-text {
        font-size: 12px;
    }
    .level-card {
        padding: 20px;
        margin-bottom: 16px;
    }
    .discount-row {
        flex-direction: column;
        margin: 0 ;
    }
    .discount-col {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }
    .member-box {
        padding: 20px 10px 0 10px;
    }
    .member-box .breadcrumb{
        margin-left: 10px;
    }
    .discount-items-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .edit {
        display: inline-block;
        padding:6px 12px;
        font-size: 13px;
    }
    .record-search-btn{
        width: 100%;
    }
    .record-search-btn .btn{
        width: 100%;
    }
    .table th.td-tit{
        background: transparent !important;
        color: #000;
        font-weight: 500;
        font-size: 18px;
        padding-left: 20px !important;
    }
    .max-fix {
        min-width: 2100px !important;
    }
    .table-box.fix.max-fix th:first-child {
        width: auto;
    }
}
@media (max-width:375px){
    .news-title {
        font-size: 16px;
    }
    .main-title {
        top: 18%;
    }
}
