@import url("https://fonts.googleapis.com/css?family=Lato|Roboto:400,500,700");
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;  
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

/*html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }*/

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/*body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;letter-spacing:0.02em; 
  font-family: 'Noto Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 0.95rem;
    line-height: 1.6;

}*/
body{font-family: "微軟正黑體";  line-height: 30px;}
body {
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 100%;
  font-family: 'cwTeXHei', sans-serif;
  background-color: #fff;

}
[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*p {
  margin-top: 0;
  margin-bottom: 1rem; }*/

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }



ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }
a:focus {outline: none; }
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

/*img {
  vertical-align: middle;
  border-style: none; }*/

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }
ol, ul {
  list-style: none;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus{text-decoration: none;cursor: pointer; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1{font-size: 2.5rem; }
h2, .h2{font-size: 2rem; }
h3, .h3{font-size: 1.75rem; }
h4, .h4{font-size: 1.25rem; }
h5, .h5{font-size: 0.8rem; }
.fontbold{font-size: 25px;font-family: 'Noto Sans TC', sans-serif;font-weight: 700;}
.f_orange{color:#fa8303;}
.font01{font-size: 27px;font-family: Arial, Helvetica, sans-serif;}
.font02{font-size: 20px;font-family: Arial, Helvetica, sans-serif;}
section{padding: 20px 0px;}
/*.owlbox1{background: #CCC;}*/
/*index-search */
.Setin-box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;width: 100%;}
.slogan{position: absolute;top: 30%;left: 50%;transform: translate(-50%,-30%);z-index: 2;}
.big_mark{font-size: 45px;font-family: 'Noto Sans TC', sans-serif;font-weight: 700;color: #fff;text-shadow: 1px 1px 10px rgb(0 0 0 / 80%);}
.sub_label{font-size: 18px;font-weight: 400;color: #fff;text-shadow: 1px 1px 10px rgb(0 0 0 / 80%);margin-bottom: 20px;}
section.orderroom-top{padding: 0px 0px!important;}
/*.orderroom-top img{max-width:100%;height:auto;}*/
.orderroom-top{position: relative;/*height: 400px;*/display: flex;justify-content: center;align-items: center;}
.orderroom-search{position: absolute;z-index: 2;padding-top: 100px;}
@media screen and (min-width: 1024px) {.orderroom-search {display: block!important;}}
.index-search{width: 35%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;}
.input-group-btn .btn.btn-primary{padding: 0.7rem 25px 0.74rem 25px;background-color: #25c19c;border-color: #25c19c;border-radius: 0rem 0.25rem 0.25rem 0rem ;}
.orderroom-search .form-control{padding: 0rem 0.75rem;border-radius: 0.25rem;}
.orderroom-search .ti-search{font-size: 25PX;}
.searchbtn{display: none;background: #fff;padding: 8px 15px;border-radius: 5px;}
.searchbtn .fa{color: #25c19c;font-size: 18px;margin-top: 5px;}
@media (max-width: 990px) {
  .orderroom-top{position: relative;display:block;}
  /*.orderroom-top img{max-width:100%;position: relative;}*/
  .index-search{width: 80%;}
  .input-group-btn .btn.btn-primary{width:100%;border-radius:0rem ;}
  .big_mark{font-size: 30px;}
  .sub_label{display: none;}
  .searchbtn{display: block;margin-top: 55px;}
.slogan{position: absolute;top: 50px!important;left: 50%;transform: translate(-50%,-0%)!important;}
.orderroom-search{position: relative;z-index: 2;display: none;padding-top: 5px;padding-bottom: 15px;}
}

@media (min-width: 768px) {
   .modal {
    z-index: 10500000;
    display: none;
    width: auto;
    height: auto;
    overflow: hidden;
    outline: 0;
    position: absolute;
    top: 30px;
    left: 0;
}
.modal.fade .modal-dialog {
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   transform: translate(0);
}
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
#main.modal-content{width: 550PX!important;}
.modal-open{padding: 0!important;overflow:inherit;}
}
.modal-backdrop{display: none;}
@media screen and (max-width: 680px) {
  .modal-dialog{z-index: 10500!important;}
  .modal {
    position: fixed!important;top: -90px;
    overflow:visible!important;
    outline: 0;
}
#main.modal-content{width: 100vw!important;height: 100vh;}
/*.modal-body{overflow-y:scroll;height: 70vh;overflow-x:hidden;}*/
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 0rem)!important;
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 0rem)!important;
    overflow: hidden;
}
.modal-content {border: none;border-radius:none;outline: 0;}
.modal-dialog {margin: 0rem;}
.d-flex .search-item .search-ti {padding: 5px 0px 0px 2px!important;}
}

/* index-search-end */
/* 縣市搜尋 */
.f1{flex: 1}
.f2{flex: 2}
.f3{flex: 3}
.d-flex .search-item:first-child{border-radius: 0.25rem 0rem 0rem 0.25rem ;}
.d-flex .search-item{position: relative;background: #fff;border-right: 1px solid #CCC;padding: 0px 10px;height: 55px;align-items:center}
.d-flex .search-item .search-ti{color: #898989;font-size: 13px;display:block;line-height: 15px;padding: 3px 0px 0px 2px;}
.d-flex .search-item .people.search-ti{color: #898989;font-size: 13px;display:block;padding: 3px 0px 0px 2px;}
.d-flex .value{color: #000;display:block!important;width: 100%!important;}
.d-flex .search-icon{font-size: 22px;color: #898989;width: 30px;}
.d-flex .search-w{flex-grow: 11;}
.night{white-space: nowrap;vertical-align: middle;padding: 0px 10px;background-color: #f1f7f8;border-radius: 50px;font-size: 14px;color: #898989;}
.title-gary{color: #898989;font-size: 18px;font-weight: bolder;}

.city .clicked a{color: #FFF;}
.citydiv{margin-bottom: 10px;/*border-bottom: 1px solid #CCC;*/font-size: 90%;}
.city li a{float: left;color: #000;padding: 0px 10px;margin:5px 0px ;}
.city li a.clicked{background-color: #25c19c; color: #FFF; border-radius: 5px;}
.citarea{
  background-color: #efefef;
  /*border-top: 1px solid #CCC;*/
  display: none;
  padding: 5px 0px;
  font-size: 90%;
}
.citarea a{
  border-radius: 5px;
  color: #919191;
  margin:5px 0px;
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #efefef;
}
.citarea a:hover,.citarea a:active,.citarea a:focus{
  border: 1px solid #25c19c;
  color: #25c19c;
}
.bottom{border-top: 1px solid #ddd;}
/*.bt-two.footer{float: right;padding: 10px}*/
.modal .modal-footer{position: fixed;bottom: 0;z-index: 111;width: 100%;background: #fff;}
.modal-footer>* {
    margin: 0rem;
}
.modal-body {
    padding-bottom: 150px;
}
.bt-two.footer .btn{margin-left: 8px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;}
.bt-two.footer .btn.btn-primary{background-color: #25c19c;border-color: #25c19c;}
.search-w input[type=text]{   
    margin-bottom: 0;
    height: auto;color: #000!important;
    border-bottom: 0;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer; 
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
    height: 2rem;
    width: 100%;display: block;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
  }
  .search-w ::-webkit-input-placeholder{ color: #000;}
  .search-w :-ms-input-placeholder{color: #000;}


@media (max-width: 768px) {.d-flex .search-item{border-bottom: 0.0625rem solid #e3e3e3; border-right: none;height: 55px!important;} }
@media (max-width: 360px) {.night{display: none;} }

@media (max-width: 768px) {
  .search-flex{flex-direction: column;}
  #htpSelect{position: fixed!important;top: 0px;height: 100vh;background: #CCC;}

}
  .search-w input[type=text]{   
    margin-bottom: 0;
    height: auto;color: #000!important;
    border-bottom: 0;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer; 
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
    height: 2rem;
    width: 100%;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
  }

.number_add{display: flex;height: 55px;align-items: center;}
.number_add input[type="range" i]{margin-bottom: 5px;}
.number_add input[type="number" i]{border-color:none!important;position: 5px!important;}
.number_add  .fa {
    margin: 0px 0px 0px 0px;
}
.number_add input{
height:30px;
width: 60%;
      text-align: center;
      font-size: 16px;
      /*border:1px solid #ddd;*/
      border-radius:0px;
      display: inline-block;
      vertical-align: middle;
      }
.minus{cursor: pointer;
      width:20%;color: #25c19c;font-size: 15px;
      height:34px;line-height:34px;
      border-radius:4px 0px 0px 4px;
      /*padding:8px 5px 8px 5px;*/
      /*border:1px solid #ddd;margin-right: -0px;*/
      display: inline-block;
      vertical-align: middle;
      text-align: center;
    }
    .plus{cursor: pointer;
      width:20%;color: #25c19c;font-size: 15px;
      height:34px;line-height:34px;

      border-radius:0px 4px 4px 0px;
      /*padding:8px 5px 8px 5px;*/
      /*border:1px solid #ddd;margin-left: -0px;*/
      display: inline-block;
      vertical-align: middle;
      text-align: center;
    }


.daterangepicker th.month{font-size: 18px!important;line-height: 40px;}
.daterangepicker .calendar-table th{font-weight: bold;font-size: 14px;}
.daterangepicker .calendar-table tr:nth-child(2) th{/*border-bottom: 1px solid #ddd;*/background: #ebf4f8;border-radius: 0px;}
.daterangepicker .calendar-table th:nth-child(6),.daterangepicker .calendar-table th:nth-child(7){color: #25c19c;}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #25c19c;
    border-color: transparent;
    color: #fff;
}
.daterangepicker .drp-buttons .btn{font-size: 15px;padding: 5px 10px;}
.daterangepicker .drp-buttons .btn.btn-primary{background-color: #25c19c;
    border-color: #25c19c;}
.daterangepicker .calendar-table td{font-size: 15px;width: 40px;height: 40px;}
.daterangepicker .drp-calendar {
    display: none;
    max-width: 50%;
}


.daterangepicker .calendar-table .next span:after{background: #ccc;width: 50PX;height: 50PX;}
.daterangepicker{box-shadow: 0 3px 5px 0 rgb(32 33 36 / 30%);}
.find .find-title{display: none;}
.find .ti-search{display: inline-block;}
@media (max-width: 768px) {
/*.container .owl-carousel{margin-right: -15px;margin-left: -15px;width: auto;}*/
.date-picker-container .datepicker-inline {
　　　　width: 100%;
　　　　height: 100%;
　　}

　　.date-picker-container .table-condensed {
　　　　width: 100%;
　　　　height: 100%;
　　}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;position: absolute;top: 30px;
}
.daterangepicker .drp-calendar.left {
    padding: 8px 8px 8px 8px;float:inherit;
}
.daterangepicker .drp-calendar.right {
    padding: 8px;float:inherit;
}
.daterangepicker .drp-calendar {
    display: none;
    max-width: 100%;
}
.daterangepicker .calendar-table table{height: 43VH;}
.daterangepicker {
    position: fixed;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: none;
    padding: 0;
    margin-top: 0px;height: 100vh;overflow:scroll;
    top: 0!important;
    left: 0px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}
.daterangepicker:before, .daterangepicker:after {display: none;}
.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;width: 100%;
    vertical-align: middle;bottom: 0;background: #ebf4f8; position: fixed;
}
/*.daterangepicker .drp-buttons .btn {
     margin-left: 0px; 
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}*/
.find .find-title{font-size: 18px!important;font-weight: bold;margin-right: 15px;display: inline-block;}
.find .ti-search{display: none;}
.daterangepicker .drp-selected {font-size: 12px;}
}
/* 縣市搜尋-end */
/* Mobile-wrapbox */
.taiwan{padding: 0px 6px;list-style : none;display: none;}
.taiwan li{
  float: left;
  width: 33.33%;
  text-align: center;
  letter-spacing: 0em;
  font-size: 90%;
  margin-bottom: 20px;
  font-weight: normal;
}
.taiwan .fc-text3{
  font-weight: bold;
  margin-left: -5px;
  margin-right: -5px;
}
.taiwan .circle{
  height: 56px;
  width: 56px;
  border-radius: 99em;
  text-align: center;
  line-height: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}
.taiwan .circle img{
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
.taiwan li a{
  color: #595757;
  font-weight: bold;
}
.taiwan li :hover,.taiwan li :active,.taiwan li :focus{
  opacity:0.5;
}
.bk-c1{background-color: #f5a072;}
.bk-c2{background-color: #f08146;}
.bk-c3{background-color: #5fc0a9;}
.bk-c4{background-color: #eebf59;}
.bk-c5{background-color: #77d1bc;}
@media (max-width: 680px) {.taiwan{padding: 0px 6px;list-style : none;display: block;}}
/* Mobile-wrapbox-end */
.message{background: #e9283a;color:#fff;padding:15px;text-align: center;font-size: 20px;font-family: 'Noto Sans TC', sans-serif;font-weight: 600;}
.banner_b .pic{
  overflow: hidden;
  position: relative;
  height:400px;
  width: 100%!important;
  background-color: #E6E6E6;
  margin: 0px 0px 0px 0px;
}
.banner_b .pic img {
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
  height:400px;width:auto;
  position: absolute;
   -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.banner_b{width: 100%!important;height:400px;}
.banner_b .owl-carousel .owl-item img {
    display: block;
    width:auto;
}
.banner_b .owl-carousel .owl-stage-outer{padding: 0PX;}
@media screen and (max-width:900px) {
  .banner_b .pic,.banner_b .pic img{height:200px;}
  .banner_b{width: 100%!important;height:200px;}
}

.city .item-box{transition: transform 250ms;}
.city .item-box:hover{transform: translateY(-10px);}
.s-ti {
  font-size: 12px;
    color: #666;line-height: 26px;
  overflow:hidden;
  text-overflow : ellipsis;
        white-space : nowrap;
}

/* SEO */
.seo_ti{font-size: 20px;font-family: 'Noto Sans TC', sans-serif;font-weight: 600;margin-bottom: 10PX;  position: relative;  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;cursor: pointer;}
.seo_ti .fa {font-size: 15px;/*border:  1px solid #666;*/width: 25px;height: 25px;border-radius: 50px;line-height: 25px;padding-left: 6px;}
.grb_list li a{font-size: 13px;color: #666;margin: 0px 8px 0px 0px;border-right: 1px solid #CCC;padding-right: 10px;/*display: inline-block;line-height: 0px;*/}
.grb_list li a:last-child{border-right: none;}
.grb_list li a:hover{font-size: 13px;color: #25c19c;font-weight: 600;}

.grb_list li .seocity_ti a{color: #000;font-size: 16px;font-weight: bold;display: block;margin: 0px;line-height: 33px;width: 65px;}
.grb_list li .seocity{padding-right: 50px;}
.grb_list{display: flex;flex-wrap: wrap; }
.grb_list li{flex-basis: 50%;display: flex;}

/* === HEADING STYLE #3 === */

.seo_ti::before {
  content: "";
  border-top: 1px solid #E0E0E1;
  border-bottom: 1px solid #FFF;
  height: 0;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: -1;
}
.seo_ti::after {
  background-color: #FFF;
  content: "";
  height: 100%;
  margin-left: -1190px;
  position: absolute;
  top: 0;
  width: 1200px;
  z-index: -1;
}

@media (max-width: 680px) {
  .grb_list{display: flex;flex-wrap: wrap; flex-direction: column; }
  .grb_box{display: none;}
  .seo_ti{font-size: 18px;}
  .seo_ti::before{display: none;}
  .message{font-size: 18px;padding: 10px 15px;}
}
/* SEO-end */





