@import url(reset-min.css);
@import url(flickity.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Poppins&display=swap");
@chartset "UTF-8";
@media (min-width: 768px) {
  .onlyl {
    display: block; } }
@media (max-width: 767px) {
  .onlyl {
    display: none; } }

@media (min-width: 768px) {
  .onlym {
    display: none; } }
@media (max-width: 767px) {
  .onlym {
    display: block; } }

b, strong {
  font-weight: 700; }

em {
  font-style: italic; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: 'Poppins', 'Noto Sans TC', -apple-system, PingFangTC-Medium, 'Microsoft JhengHei', sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

.header {
  position: relative;
  z-index: 2;
  border-bottom: rgba(255, 255, 255, 0.4) solid 1px; }
  .header .inner {
    max-width: 1440px;
    color: #fff;
    padding: 30px 2.7% 30px 4.8%;
    margin: 0 auto; }
    .header .inner:after {
      content: '';
      display: block;
      clear: both; }
  .header .logo {
    float: left;
    width: 290px;
    image-rendering: -webkit-optimize-contrast;
    margin-top: 12px; }
    @media (min-width: 768px) and (max-width: 1000px) {
      .header .logo {
        width: 25%;
        margin-top: 15px; } }
  .header .nav {
    text-align: right; }
    .header .nav li {
      display: inline-block;
      font-size: 18px;
      vertical-align: middle;
      margin: 0 3.8% 0 0; }
      @media (min-width: 768px) and (max-width: 1000px) {
        .header .nav li {
          margin-right: 3.2%; } }
      .header .nav li:last-child {
        margin-right: 0; }
      .header .nav li.contact {
        color: #fff;
        background: #bcaf9c;
        border-radius: 5px;
        transition: background 0.3s;
        -ms-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -webkit-transition: background 0.3s; }
        .header .nav li.contact:hover {
          background: #ac9b83; }
        .header .nav li.contact a {
          display: block;
          padding: 17px 54px; }
          @media (min-width: 768px) and (max-width: 1000px) {
            .header .nav li.contact a {
              padding: 12px 24px; } }

.container {
  max-width: 1440px;
  margin: 0 auto; }

.main-banner {
  position: relative;
  z-index: 1;
  padding: 26% 5.5% 17.3%;
  margin-top: -124px; }
  .main-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-banner .title {
    line-height: 1.35em;
    color: #fff;
    font-size: 42px;
    letter-spacing: 0.017em;
    margin-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 1000px) {
      .main-banner .title {
        font-size: 36px; } }
  .main-banner .btn {
    display: inline-block;
    width: 215px;
    font-size: 18px;
    border: #bcaf9c solid 1px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 16px 0; }
    .main-banner .btn:not(.btn-border) {
      color: #fff;
      background: #bcaf9c;
      margin-right: 15px; }
      .main-banner .btn:not(.btn-border):hover {
        background: #ac9b83; }
    .main-banner .btn.btn-border {
      color: #bcaf9c;
      background: transparent; }
      .main-banner .btn.btn-border:hover {
        background: #fff;
        border-color: #fff; }

.index-intro {
  padding: 90px 60px;
  margin-bottom: 120px; }
  .index-intro .img-wrapper {
    display: inline-block;
    width: 43%;
    vertical-align: top;
    margin-right: 7.9%; }
  .index-intro .text-wrapper {
    display: inline-block;
    width: 46%;
    color: #282B33;
    vertical-align: top;
    padding-top: 125px; }
  .index-intro .title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.016em;
    margin-bottom: 58px; }
  .index-intro p {
    line-height: 2em;
    font-size: 20px;
    margin-bottom: 98px; }

.more {
  text-align: right; }
  .more span {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 55px; }
    .more span:before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      background: #000;
      vertical-align: middle;
      margin-right: 15px; }
  .more .btn {
    display: inline-block;
    width: 75px;
    height: 75px;
    background: url(../images/btn-readmore.svg) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s; }
    .more .btn:hover {
      transform: translateX(8px); }

.category {
  max-width: 1336px;
  padding: 0 28px 95px;
  margin: 0 auto; }
  .category .wrapper {
    max-width: 1216px;
    margin: 0 auto 66px; }
  .category .item {
    position: relative;
    display: inline-block;
    width: 23.7%;
    vertical-align: top;
    padding-top: 43.8%;
    margin-right: calc(1.73% - 6px); }
    .category .item:last-child {
      margin-right: 0; }
    .category .item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .category .item .text {
      position: absolute;
      left: 8.3%;
      bottom: 4.6%;
      width: 83.7%;
      line-height: 1.5em;
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: 0.05em; }
      @media (min-width: 768px) and (max-width: 1000px) {
        .category .item .text {
          font-size: 26px; } }

.contact-banner {
  line-height: 1.7em;
  font-size: 21px;
  color: #fff;
  background: -moz-linear-gradient(left, rgba(3, 44, 84, 0.65) 0%, rgba(3, 44, 84, 0.65) 1%, rgba(4, 21, 41, 0.65) 100%);
  background: -webkit-linear-gradient(left, rgba(3, 44, 84, 0.65) 0%, rgba(3, 44, 84, 0.65) 1%, rgba(4, 21, 41, 0.65) 100%);
  background: linear-gradient(to right, rgba(3, 44, 84, 0.65) 0%, rgba(3, 44, 84, 0.65) 1%, rgba(4, 21, 41, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6032c54', endColorstr='#a6041529',GradientType=1 );
  text-align: center;
  letter-spacing: 0.048em;
  padding: 65px 28px; }
  .contact-banner img {
    margin-bottom: 25px; }
  .contact-banner .line {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/line_logo.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    padding: 2px 12px; }

.footer {
  background: #282B33;
  text-align: center;
  padding: 65px 0 0; }
  @media (min-width: 768px) and (max-width: 950px) {
    .footer {
      text-align: left; } }
  .footer .inner {
    max-width: 1440px;
    padding: 0 28px;
    margin: 0 auto; }
    .footer .inner > div {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin-right: 3.5%;
      margin-bottom: 60px; }
      .footer .inner > div:last-child {
        margin-right: 0; }
  .footer .title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.017em;
    margin-bottom: 28px; }
  .footer .sec {
    display: inline-block;
    vertical-align: top;
    padding-right: 55px; }
    .footer .sec:last-child {
      margin-right: 0; }
    .footer .sec p {
      line-height: 2.26em;
      color: #919294;
      font-size: 15px; }
      .footer .sec p:last-child {
        margin-bottom: 0; }
  .footer .sec-title {
    color: #C9C9C9;
    font-size: 17px;
    margin-bottom: 10px; }
  .footer .bottom {
    color: #a2a2a2;
    background: #25282D;
    text-align: center;
    padding: 27px 0; }

.banner {
  position: relative;
  padding: 160px 28px 40px;
  margin-top: -124px;
  margin-bottom: 95px; }
  .banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center; }

.about {
  max-width: 956px;
  padding: 0 28px 100px;
  margin: 0 auto; }
  .about .title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.017em;
    margin-bottom: 40px; }
  .about p {
    line-height: 2.1em;
    font-size: 20px; }

.about-carousel {
  padding-bottom: 204px; }
  .about-carousel .cell {
    max-width: 290px;
    margin-right: 35px; }
  @media (min-width: 768px) {
    .about-carousel:after {
      content: 'flickity';
      display: none; } }
  @media (max-width: 767px) {
    .about-carousel:after {
      content: ''; } }

.product-list-wrapper {
  max-width: 1376px;
  padding: 0 28px 100px;
  margin: 0 auto; }
  .product-list-wrapper .item-list {
    display: inline-block;
    width: 270px;
    vertical-align: top;
    margin-right: 6.9%; }
    .product-list-wrapper .item-list li {
      font-size: 18px;
      color: #6C737B;
      text-align: right;
      margin-bottom: 22px; }
      .product-list-wrapper .item-list li.active {
        font-weight: 700;
        color: #bcaf9c; }
    @media (min-width: 768px) and (max-width: 1000px) {
      .product-list-wrapper .item-list {
        width: 250px; } }
  .product-list-wrapper .content-list {
    display: inline-block;
    width: 66%;
    max-width: calc(93.1% - 256px);
    vertical-align: top; }
    .product-list-wrapper .content-list .list-wrapper {
      display: inline-block;
      width: 30.9%;
      margin-right: 2.8%;
      margin-bottom: 60px; }
      .product-list-wrapper .content-list .list-wrapper:nth-child(3n) {
        margin-right: 0; }
      @media (min-width: 768px) and (max-width: 1000px) {
        .product-list-wrapper .content-list .list-wrapper {
          width: 46.9%;
          margin-right: 4.2%; }
          .product-list-wrapper .content-list .list-wrapper:nth-child(3n) {
            margin-right: 4.2%; }
          .product-list-wrapper .content-list .list-wrapper:nth-child(even) {
            margin-right: 0; } }
    .product-list-wrapper .content-list .title {
      font-size: 18px;
      padding: 0 10px; }

.product-inner {
  max-width: 1051px;
  padding: 0 28px 120px;
  margin: 0 auto; }
  .product-inner .title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px; }
  .product-inner .text-wrapper {
    display: inline-block;
    width: 43.2%;
    font-size: 18px;
    vertical-align: top;
    margin-right: calc(8.2% - 6px); }
    .product-inner .text-wrapper h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 1.6em; }
    .product-inner .text-wrapper h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 1.6em; }
    .product-inner .text-wrapper h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 1.6em; }
    .product-inner .text-wrapper ul {
      padding-left: 1.5em;
      margin-bottom: 1.6em; }
      .product-inner .text-wrapper ul li {
        list-style-type: disc;
        margin-bottom: 1.4em; }
    .product-inner .text-wrapper ol {
      padding-left: 1.5em;
      margin-bottom: 1.6em; }
      .product-inner .text-wrapper ol li {
        list-style-type: decimal;
        margin-bottom: 1.4em; }
    .product-inner .text-wrapper blockquote {
      border-left: #bcaf9c solid 6px;
      padding: 1em;
      margin-bottom: 1.6em; }
      .product-inner .text-wrapper blockquote * {
        margin: 0; }
    .product-inner .text-wrapper iframe {
      max-width: 100%; }
    .product-inner .text-wrapper table {
      margin: 0 auto 2em; }
      .product-inner .text-wrapper table td {
        line-height: 1.5em;
        border: #282B33 solid 1px;
        padding: 14px 30px; }
    .product-inner .text-wrapper img {
      margin-bottom: 2em; }
    .product-inner .text-wrapper .one-col-img img {
      margin-bottom: 0; }
  .product-inner .img-wrapper {
    display: inline-block;
    width: 48.6%;
    vertical-align: top; }
  .product-inner .des {
    font-size: 18px;
    margin-bottom: 40px; }
  .product-inner .des-title {
    display: inline-block;
    width: 7em;
    color: #6C737B;
    text-align: right;
    vertical-align: top;
    margin-right: 15px; }
  .product-inner .des-content {
    display: inline-block;
    width: calc(100% - 7em - 21px);
    line-height: 1.77em;
    vertical-align: top; }
  .product-inner .carousel .cell {
    width: 100%; }
  @media (max-width: 920px) and (min-width: 768px) {
    .product-inner .des-title {
      display: block;
      width: 100%;
      text-align: left;
      margin-right: 0;
      margin-bottom: 5px; }
    .product-inner .des-content {
      display: block;
      width: 100%; } }

.contact-wrapper {
  max-width: 904px;
  padding: 0 28px 160px;
  margin: 0 auto; }
  .contact-wrapper .map-wrapper {
    position: relative;
    padding-top: 46.2%;
    margin-bottom: 60px; }
    .contact-wrapper .map-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .contact-wrapper .form-wrapper {
    display: inline-block;
    width: 58.9%;
    vertical-align: top;
    margin-right: calc(9.9% - 6px); }
  .contact-wrapper .info {
    display: inline-block;
    width: 31.2%;
    vertical-align: top; }
    .contact-wrapper .info .item {
      margin-bottom: 40px; }
    .contact-wrapper .info .title {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 10px; }
    .contact-wrapper .info p {
      color: #6C737B;
      font-size: 15px; }
  .contact-wrapper input {
    width: 100%;
    height: 65px;
    font-size: 19px;
    background: #F5F6FA;
    border: #D2D2D2 solid 1px;
    border-radius: 3px;
    outline: none;
    padding-left: 24px;
    margin-bottom: 30px; }
    .contact-wrapper input:focus {
      background: #fff;
      border: #2F76EC solid 1px; }
  .contact-wrapper textarea {
    width: 100%;
    height: 216px;
    font-size: 19px;
    background: #F5F6FA;
    border: #D2D2D2 solid 1px;
    border-radius: 3px;
    resize: none;
    outline: none;
    padding: 10px 24px;
    margin-bottom: 30px; }
    .contact-wrapper textarea:focus {
      background: #fff;
      border: #2F76EC solid 1px; }
  .contact-wrapper .btn {
    width: 100%;
    height: 64px;
    font-size: 19px;
    font-family: inherit;
    color: #fff;
    background: #bcaf9c;
    text-align: center;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .contact-wrapper .btn:hover {
      background: #ac9b83; }

.location {
  max-width: 912px;
  padding-bottom: 160px;
  margin: 0 auto; }
  .location .select-wrapper {
    text-align: center;
    margin-bottom: 40px; }
  .location select {
    display: inline-block;
    width: 46%;
    height: 60px;
    color: inherit;
    background: url(../images/expand-arrow.svg) no-repeat;
    -o-background-size: 16px;
    background-size: 16px;
    background-position: center right 30px;
    border: #707070 solid 1px;
    border-radius: 35px;
    appearance: none;
    padding: 0 40px;
    margin: 0 7px; }

.location-map {
  position: relative;
  padding-top: 92.7%; }
  .location-map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.lightbox-wrapper {
  display: none; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center; }
  .lightbox .box {
    width: 90.6%;
    max-width: 648px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 34px #00000034;
    padding: 20px 75px 65px; }
  .lightbox .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px; }
  .lightbox .info-list {
    font-size: 18px;
    margin-bottom: 20px; }
  .lightbox .info-title {
    display: inline-block;
    width: 6em;
    color: #6C737B;
    text-align: right;
    vertical-align: top;
    margin-right: 15px; }
  .lightbox .info-content {
    display: inline-block;
    width: calc(100% - 6em - 22px);
    vertical-align: top; }
  .lightbox .btn {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 19px;
    color: #fff;
    background: #bcaf9c;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #BCAF9C4F;
    margin-top: 65px; }
    .lightbox .btn i {
      display: inline-block;
      width: 21px;
      height: 29px;
      background: url(../images/img-pin.svg) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      vertical-align: text-bottom;
      margin-right: 15px; }
  .lightbox .close {
    width: 52px;
    height: 52px;
    background: url(../images/btn-close-dark.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    margin: 0 -55px 0 auto; }

.one-col-img {
  margin: 0 auto 3em; }
  .one-col-img img {
    margin: 0; }
  .one-col-img figure {
    display: table; }
  .one-col-img figcaption {
    display: table-caption;
    caption-side: bottom; }

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F5F5F5; }
    .header .logo {
      width: 194px;
      margin-top: 20px; }
    .header .nav {
      display: none;
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: calc(100vh - 80px);
      background: #F5F5F5;
      text-align: center;
      overflow-y: auto;
      padding: 40px 0 60px; }
      .header .nav li {
        display: block;
        font-size: 24px;
        color: #000;
        margin: 0 auto 30px; }
        .header .nav li.contact {
          position: absolute;
          bottom: 60px;
          left: 50%;
          display: inline-block;
          font-size: 16px;
          transform: translateX(-50%); }
          .header .nav li.contact a {
            padding: 8px 28px; }
    .header .inner {
      height: 80px;
      padding: 0 20px; }
    .header .menu-btn {
      float: right;
      width: 40px;
      height: 40px;
      background: url(../images/btn-menu.svg) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      margin-top: 20px; }
      .header .menu-btn.expand {
        background-image: url(../images/btn_settings_close.png); }

  .main-banner {
    padding: 58.6% 28px 10.6%;
    margin-top: 80px; }
    .main-banner .title {
      line-height: 1.5em;
      font-size: 28px;
      margin-bottom: 80px; }
    .main-banner .btn {
      display: block;
      width: 180px;
      font-size: 16px;
      padding: 14px 0;
      margin: 0 auto; }
      .main-banner .btn:not(.btn-border) {
        margin-right: auto;
        margin-bottom: 16px; }

  .index-intro {
    padding: 60px 28px 80px;
    margin-bottom: 0; }
    .index-intro .img-wrapper {
      display: block;
      width: calc(100% + 40px);
      margin: 0 auto 60px -20px; }
    .index-intro .text-wrapper {
      display: block;
      width: 100%;
      padding-top: 0; }

  .more {
    padding-right: 12px; }

  .category {
    padding-bottom: 120px; }
    .category .wrapper {
      display: flex;
      width: calc(100% + 56px);
      flex-wrap: wrap;
      justify-content: space-between;
      margin-left: -28px; }
    .category .item {
      width: 48%;
      padding-top: 90.8%;
      margin-bottom: 10px; }
      .category .item .text {
        left: 5.5%;
        width: 89%;
        font-size: 24px; }

  .footer .inner > div {
    display: block;
    text-align: center;
    margin-right: 0; }
  .footer .sec {
    display: block;
    padding: 0;
    margin-bottom: 25px; }

  .banner {
    padding: 28px;
    margin-top: 80px;
    margin-bottom: 60px; }
    .banner .title {
      font-size: 24px; }

  .about {
    padding-bottom: 80px; }
    .about .title {
      margin-bottom: 32px; }
    .about p {
      line-height: 2em;
      font-size: 18px; }

  .about-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px; }
    .about-carousel .cell {
      display: inline-block;
      width: 47.2%;
      margin-right: 0;
      margin-bottom: 20px; }
      .about-carousel .cell:nth-child(odd) {
        margin-right: 5.6%; }
      .about-carousel .cell img {
        display: block;
        width: 100%; }

  .product-list-wrapper {
    padding-bottom: 80px; }
    .product-list-wrapper .item-list {
      display: block;
      width: 100%;
      margin: 0 auto 40px; }
      .product-list-wrapper .item-list select {
        width: 100%;
        height: 60px;
        color: inherit;
        background: url(../images/expand-arrow.svg) no-repeat;
        -o-background-size: 16px;
        background-size: 16px;
        background-position: center right 30px;
        border: #707070 solid 1px;
        border-radius: 35px;
        appearance: none;
        padding: 0 40px; }
    .product-list-wrapper .content-list {
      display: block;
      width: 100%;
      max-width: initial;
      padding: 0 25px; }
      .product-list-wrapper .content-list .list-wrapper {
        display: block;
        width: 100%;
        margin: 0 auto 40px; }

  .product-inner .text-wrapper {
    display: block;
    width: 100%;
    margin-right: 0; }
  .product-inner .des {
    margin-bottom: 60px; }
  .product-inner .des-title {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px; }
  .product-inner .des-content {
    display: block;
    width: 100%; }
  .product-inner .img-wrapper {
    display: block;
    width: calc(100% + 56px);
    margin-left: -28px; }

  .contact-wrapper {
    padding-bottom: 120px;
    margin-top: -60px; }
    .contact-wrapper .map-wrapper {
      width: calc(100% + 56px);
      padding-top: 122.6%;
      margin-left: -28px;
      margin-bottom: 32px; }
    .contact-wrapper .bottom {
      display: flex;
      flex-wrap: wrap; }
    .contact-wrapper .form-wrapper {
      display: block;
      width: 100%;
      order: 2;
      margin-right: 0; }
    .contact-wrapper .info {
      display: block;
      width: 100%;
      order: 1;
      margin-bottom: 20px; }

  .location {
    padding-bottom: 70px; }
    .location .select-wrapper {
      padding: 0 28px; }
    .location select {
      display: block;
      width: 100%;
      margin: 0 0 20px; }

  .location-map {
    padding-top: 170%; }

  .lightbox .box {
    padding: 16px 20px 40px; }
  .lightbox .info-list {
    padding: 0 12px;
    margin-bottom: 26px; }
  .lightbox .info-title {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 8px; }
  .lightbox .info-content {
    display: block;
    width: 100%; }
  .lightbox .link {
    margin-top: 30px; }
  .lightbox .close {
    margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
