html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  line-height: 1.6em;
}

p {
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 900px) {
  p {
    font-size: 16px;
  }
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

a, a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

body {
  font-size: 18px;
  color: #444;
}

#outerWrap {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #outerWrap {
    padding-top: 70px;
  }
}

@media screen and (max-width: 410px) {
  #outerWrap {
    padding-top: 40px;
  }
}

.containerItem {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

/*-- animation ----------*/
/*floating*/
.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*- OWL -*/
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2%;
  border: 1px solid #90c31f;
  background-image: url(../images/iArrow_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
  border: 1px solid #90c31f;
  background-image: url(../images/iArrow_w.png);
  background-color: #90c31f;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.owl-theme .owl-nav .owl-prev {
  left: 1%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-theme .owl-nav .owl-prev:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}

.owl-dots {
  position: absolute;
  bottom: 3%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.owl-dots .owl-dot {
  border: 1px solid #fff;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  margin: 0 0.2em;
}

.owl-dots .owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot.active:hover {
  background-color: #fff;
}

/*font*/
.titleBox {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  margin-bottom: 0.2em;
  width: 100%;
}

.titleBox .tS {
  color: #727171;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.titleBox .tS .iLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  padding-left: 40px;
  height: 30px;
  background-image: url(../images/iLogo.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.titleBox .tS .iLogo::after {
  content: "";
  margin-right: 0.2em;
  display: inline-block;
  width: 57px;
  height: 1px;
  background-color: #727171;
}

.titleBox .tL {
  color: #90c31f;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.titleBox .tLL {
  color: #333;
  font-size: 60px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .titleBox .tS {
    font-size: 16px;
  }
  .titleBox .tS .iLogo {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    height: 20px;
    padding-left: 24px;
  }
  .titleBox .tS .iLogo::after {
    width: 40px;
  }
  .titleBox .tL {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .titleBox .tS {
    font-size: 14px;
  }
  .titleBox .tL {
    font-size: 24px;
  }
}

/*Icon*/
.iArrowR_w, .iArrowR_g, .iArrowR_bk {
  background-image: url(../images/iArrow05R_w.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 12px;
  height: 10px;
}

.iArrowR_g {
  background-image: url(../images/iArrow05R_g.png);
}

.iArrowR_bk {
  background-image: url(../images/iArrow05R_bk.png);
}

/*Btn*/
.btnSy01_w, .btnSy01_g, .btnSy01_w02 {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  color: #90c31f;
  font-size: 16px;
  max-width: 100%;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #90c31f;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0.9;
}

.btnSy01_w:active, .btnSy01_w:visited, .btnSy01_w:focus, .btnSy01_g:active, .btnSy01_g:visited, .btnSy01_g:focus, .btnSy01_w02:active, .btnSy01_w02:visited, .btnSy01_w02:focus {
  color: #90c31f;
}

.btnSy01_w:hover, .btnSy01_g:hover, .btnSy01_w02:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #e7fbbb;
  color: #90c31f;
}

.btnSy01_g {
  background: #90c31f;
  color: #fff;
}

.btnSy01_g:active, .btnSy01_g:visited, .btnSy01_g:focus {
  color: #fff;
}

.btnSy01_g:hover {
  background-color: #7ea81f;
  color: #fff;
}

.btnSy01_w02 {
  border: none;
  color: #333;
}

.btnSy01_w02:active, .btnSy01_w02:visited, .btnSy01_w02:focus {
  color: #333;
}

.btnSy01_w02:hover {
  background-color: #f39800;
  color: #333;
}

/*-- bannerIdx ----------*/
#bannerIdx {
  width: 100%;
  position: relative;
}

#bannerIdx .txt {
  position: absolute;
  z-index: 2;
  width: 38%;
  right: 3%;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

#bannerIdx .txt p.title {
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
  margin-bottom: 0.5em;
  text-align: right;
}

#bannerIdx ul, #bannerIdx li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  #bannerIdx .txt p.title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 750px) {
  #bannerIdx .txt {
    width: 100%;
    padding: 0 5%;
    left: 0;
  }
  #bannerIdx .owl-dots {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #bannerIdx .txt p.title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 360px) {
  #bannerIdx .txt p.title {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
  }
  #bannerIdx .txt .btnSy01_w {
    height: 34px;
    font-size: 14px;
  }
}

/*-- aboutIdx ----------*/
#aboutIdx {
  max-width: 100%;
  padding: 7em calc( (100% - 1260px)/2) 4em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../images/bg_idxAbout.jpg) left top no-repeat;
  background-size: cover;
}

#aboutIdx .leftBox, #aboutIdx .rightBox {
  width: 50%;
}

#aboutIdx .leftBox .cardBox .titleBox, #aboutIdx .rightBox .cardBox .titleBox {
  text-align: center;
}

#aboutIdx .leftBox {
  position: relative;
  float: left;
}

#aboutIdx .cardBox {
  background-color: #ffffffd9;
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em;
}

#aboutIdx .rightBox {
  float: right;
}

#aboutIdx .rightBox > .titleBox {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#aboutIdx .rightBox > .titleBox h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#aboutIdx .rightBox > .titleBox .tS {
  padding: 0 0.5em 0 1em;
}

#aboutIdx .rightBox > .titleBox .tL {
  margin-bottom: 0;
}

#aboutIdx .rightBox .btnSy01_g {
  width: 208px;
}

#aboutIdx .rightBox .cardBox {
  background-color: #8fc31fe5;
}

#aboutIdx .rightBox .cardBox .titleBox h1, #aboutIdx .rightBox .cardBox .titleBox p, #aboutIdx .rightBox .cardBox .txt h1, #aboutIdx .rightBox .cardBox .txt p {
  color: #fff;
}

#aboutIdx .txt {
  max-width: 100%;
  margin-bottom: 2em;
}

@media screen and (max-width: 1200px) {
  #aboutIdx {
    padding: 4em 3%;
  }
  #aboutIdx .leftBox, #aboutIdx .rightBox {
    width: 100%;
  }
  #aboutIdx .leftBox .cardBox, #aboutIdx .rightBox .cardBox {
    width: 100%;
  }
  #aboutIdx .rightBox > .titleBox {
    display: block;
  }
  #aboutIdx .rightBox > .titleBox h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em;
  }
  #aboutIdx .rightBox > .titleBox .tS, #aboutIdx .rightBox > .titleBox .tL {
    margin-right: 0.5em;
    display: inline-block;
  }
  #aboutIdx .rightBox .btnSy01_g {
    float: right;
    width: 180px;
  }
}

@media screen and (max-width: 960px) {
  #aboutIdx {
    padding: 4em 3% 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #aboutIdx .leftBox, #aboutIdx .rightBox {
    width: 100%;
  }
  #aboutIdx .leftBox {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

/*newsIdx----------*/
#newsIdx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1700px;
  max-width: 100%;
  padding: 5em 3% 2em;
  margin: 0 auto;
  background: url(../images/illSign03.png) left 2em no-repeat;
  background-size: auto;
}

#newsIdx .titleBox {
  text-align: center;
}

#newsIdx .titleBox::after {
  margin: 0 auto;
}

#newsIdx .owl-dots {
  position: initial;
  margin-top: 1em;
}

#newsIdx .owl-dots .owl-dot {
  border: 1px solid #90c31f;
}

#newsIdx .owl-dots .owl-dot.active, #newsIdx .owl-dots .owl-dot:hover {
  background-color: #90c31f;
}

#newsIdx .itemBox {
  width: 100%;
  padding: 2em 0;
}

#newsIdx .itemBox .item {
  position: relative;
  padding: 0.6em;
  border: 1px solid #fff;
}

#newsIdx .itemBox .item .pic {
  display: block;
  margin-bottom: 1em;
}

#newsIdx .itemBox .item .pic img {
  overflow: hidden;
}

#newsIdx .itemBox .item:hover {
  border: 1px solid #90c31f;
}

#newsIdx .itemBox .txtBox {
  text-align: left;
  padding: 0;
}

#newsIdx .itemBox .txt {
  color: #727171;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#newsIdx .itemBox .date .day {
  color: #90c31f;
  font-weight: 600;
  font-size: 60px;
  float: left;
  width: 80px;
  height: 60px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#newsIdx .itemBox .date .year, #newsIdx .itemBox .date .month {
  float: left;
  width: calc(100% - 80px);
  display: inline-block;
  color: #727171;
  font-size: 18px;
  font-weight: 400;
}

#newsIdx .itemBox .title {
  color: #333;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  height: 1.3em;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#newsIdx .btnSy01_w {
  margin: 2em auto;
  width: 200px;
}

/*-- productIdx----------*/
#productIdx {
  width: 100%;
  margin-top: 5em;
  position: relative;
  background: url(../images/illSign02.png) left 5em no-repeat, url(../images/illSign01.png) right top no-repeat;
  background-size: auto;
}

#productIdx .titleBox, #productIdx .txtBox {
  margin: 0 auto 2em;
  text-align: center;
  width: 800px;
  padding: 0 3%;
  max-width: 100%;
}

#productIdx .itemBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productIdx .listCard {
  padding: 0;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#productIdx .listCard .photoBox {
  width: 100%;
  position: relative;
}

#productIdx .listCard .photoBox a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#productIdx .listCard .photoBox img {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  margin: 0 auto;
}

#productIdx .listCard .txtBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#productIdx .listCard .txtBox .title {
  font-size: 20px;
  display: block;
  position: relative;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: right;
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#productIdx .listCard .txtBox .txt {
  display: none;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.5em;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: pre-wrap;
}

#productIdx .listCard .txtBox .txt::before {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #fff;
  margin: 0 auto 0.5em;
  display: block;
}

#productIdx .listCard:hover .photoBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#productIdx .listCard:hover .txtBox {
  background-color: #8fc31fa7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productIdx .listCard:hover .txtBox .title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  height: 1em;
}

#productIdx .listCard:hover .txtBox .txt {
  display: -webkit-box;
}

#productIdx .listCard.none {
  border: none;
}

#productIdx .listCard.none img {
  border: none;
  background: none;
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  #productIdx {
    background-size: 10em auto;
  }
  #productIdx .listCard .txtBox .title {
    font-size: 18px;
  }
  #productIdx .listCard .txtBox .txt {
    font-size: 16px;
    height: 6em;
  }
}

@media screen and (max-width: 1024px) {
  #productIdx {
    margin-top: 2em;
  }
  #productIdx .listCard:hover .txtBox {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #productIdx .listCard:hover .txtBox .title {
    font-size: 18px;
    color: #333;
    text-align: right;
    height: auto;
  }
  #productIdx .listCard:hover .txtBox .txt {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #productIdx {
    background-size: 10em auto, 8em auto;
  }
  #productIdx .itemBox {
    display: block;
    overflow: hidden;
  }
  #productIdx .listCard {
    width: 50%;
    float: left;
  }
}

/*#communityIdx*/
#communityIdx {
  background-color: #90c31f;
  overflow: hidden;
  padding: 4em 0;
}

#communityIdx .leftBox {
  float: left;
  width: 230px;
  padding-left: 3%;
}

#communityIdx .leftBox .titleBox {
  text-align: right;
}

#communityIdx .leftBox .titleBox .tL {
  color: #fff;
}

#communityIdx .leftBox .titleBox .tS {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#communityIdx .leftBox .iconLink {
  width: 100%;
  float: right;
}

#communityIdx .leftBox .iconLink .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#communityIdx .leftBox .iconLink .iconBox a {
  margin: 0 0.1em;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#communityIdx .leftBox .iconLink .iconBox a:hover {
  background: #f39800;
}

#communityIdx .leftBox .iconLink .iconBox i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}

#communityIdx .leftBox .iconLink .iconBox i.iLine {
  background-image: url("../images/iLine_gy.png");
}

#communityIdx .leftBox .iconLink .iconBox i.iFb {
  background-image: url("../images/iFacebook_gy.png");
}

#communityIdx .leftBox .iconLink .iconBox i.iIg {
  background-image: url("../images/iIg_gy.png");
}

#communityIdx .rightBox {
  float: right;
  width: calc(100% - 230px);
  padding: 0 1em;
}

#communityIdx .rightBox p {
  color: #fff;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1024px) {
  #communityIdx .leftBox, #communityIdx .rightBox {
    clear: both;
    float: none;
    width: 100%;
    padding: 0 3%;
  }
  #communityIdx .leftBox .titleBox {
    text-align: center;
  }
  #communityIdx .leftBox .titleBox .tS {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #communityIdx .leftBox .iconLink {
    clear: both;
    float: none;
    margin-bottom: 1em;
  }
  #communityIdx .leftBox .iconLink .iconBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*#cooperation*/
#cooperation {
  background: url(../images/idxCooperation.jpg) left top no-repeat;
  background-size: cover;
  padding: 3em calc((100% - 1200px)/2);
  overflow: hidden;
}

#cooperation .txtBox {
  width: 460px;
  position: relative;
  left: 50%;
}

#cooperation .titleBox .tL {
  color: #fff;
  margin-bottom: 0;
  display: block;
}

#cooperation .titleBox .tLL {
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  display: block;
}

#cooperation .txt {
  margin-bottom: 0.5em;
}

#cooperation .txt p {
  color: #fff;
}

#cooperation .btnSy01_w02 {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  #cooperation {
    padding: 2em 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
  #cooperation .txtBox {
    left: auto;
  }
}

@media screen and (max-width: 600px) {
  #cooperation .titleBox .tLL {
    font-size: 30px;
  }
}
