.index .flex2c > div{
  padding: 0;
}

/* index */

/* idx_info */
.idx_main{
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
.idx_main .idxBgItem{
  right: 0;
  top: 0;
}
.idxMain_bgLt,
.idxMain_bgRt{
  position: absolute;
}
.idxMain_bgLt{
  left: 0;
  top: 70px;
}
.idxMain_bgRt{
  right: 260px;
  top: 285px;
}
.idxInfo_title{
  color: #C94749;
  font-size: 32px;
  letter-spacing: 12.8px;
}
.idxInfo_title span{
  display: inline-block;
  position: relative;
}
.idxInfo_title span:before,
.idxInfo_title span:after{
  content: "";
  display: block;
  background-repeat: no-repeat;
}
.idxInfo_title span:before{
  margin-left: -70px;
  width: 101px;
  height: 52px;
  background-image: url(../images/tw/idxInfo_titleBg01.png);
  animation: floating-horizontal 5s ease-in-out infinite;
}
.idxInfo_title span:after{
  margin-left: auto;
  margin-right: -150px;
  width: 164px;
  height: 84px;
  background-image: url(../images/tw/idxInfo_titleBg02.png);
  animation: floating-horizontal2 5s ease-in-out infinite;
}
@keyframes floating-horizontal {
  from { transform: translate(0,  0); }
  65%  { transform: translate(15px, 0); }
  to   { transform: translate(0, 0); }
}
@keyframes floating-horizontal2 {
  from { transform: translate(15px,  0); }
  65%  { transform: translate(0, 0); }
  to   { transform: translate(15px, 0); }
}
.idx_info .flex2c > div:nth-child(2){
  padding-left: 8.333333%;
}
.idx_info .flex2c > div:nth-child(2){
  padding-top: 60px;
}
.idxInfo_img{
  text-align: center;
  position: relative;
  display: inline-block;
}
.idxInfo_img:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -30px;
  bottom: -42px;
  border: 1px solid rgba(224,208,164,0.65);
  z-index: -1;
}
.idxInfo_img a{
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.idxInfo_img a:hover{
  opacity: 0.8;
}
.idxInfo_btn a{
  color: #4F371F;
  text-align: center;
  display: inline-block;
  background-color: #E0D0A4;
  border-radius: 22px;
  min-width: 190px;
  padding: 7.6px 0;
  margin: 20px 12.5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.idxInfo_btn a:hover{
  color: #ffffff;
  background-color: #C94749;
}
.idxInfo_txt{
  color: #C94749;
  letter-spacing: -0.65px;
  margin-top: 0;
}
.idxInfo_mainTitle{
  color: #C68821;
  font-size: 32px;
  letter-spacing: 12.8px;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  left: 40%;
  -webkit-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  display: flex;
}
.idxInfo_mainTitle span{
  display: block;
  margin-bottom: 30px;
  margin-left: 3px;
}
.idxInfo_mainTitle  div:nth-child(2) span:nth-child(2){
  padding-top: 42px;
}
.idxInfo_mainTxt{
  color: #000;
  font-size: 18px;
  line-height: 48px;
  text-align: justify;
  letter-spacing: 2px;
}
/* .idxInfo_main_line:before{
  content: "";
  position: relative;
  right: 0;
  width: 1px;
  height: 258px;
  background-color: #E0D0A4;
  display: block;
  margin: 50px auto;
} */
.idxInfo_main_line img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
}


/* idx_infoVideo */
.idx_infoVideo{
  margin-top: 50px;
}
.idxInfoVideo_word{
  display: flex;
}
.idxInfoVideo_title{
  color: #C68821;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 12.8px;
  -ms-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.idxInfoVideo_txt{
  color: #000;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 7.2px;
  -ms-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.idxInfoVideo_txt span{
  display: block;
}
.idxInfoVideo_txt span:last-child{
  text-align: right;
}
.idxInfoVideo_yt{
  position: relative;
  padding-bottom: 52.034%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.idxInfoVideo_yt iframe,
.idxInfoVideo_yt object,
.idxInfoVideo_yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* idx_parallax */
.idx_parallax{
  min-height: 240px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.idx_parallax:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.idx_parallax:before{
  background-color: rgba(79, 55, 31,0.4);
}
/* .idx_parallax:after{
  background-color: rgba(0, 0, 0, 0.5);
} */
.idxParallax_txt{
  color: #fff;
  text-align: center;
  font-size: 22px;
  position: relative;
  z-index: 3;
  padding: 80.4px 30px;
}

/* idx_activity */
.idx_activity{
  position: relative;
  padding-top: 60px;
  padding-bottom: 230px;
  margin-top: -150px;
  z-index: 1;
}
.idx_activity:before,
.idx_activity:after{
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
.idx_activity:before{
  background-image: url(../images/tw/idxActivity_bg03.png);
  width: 100%;
  height: 498px;
  background-size: contain;
}
/* .idx_activity:after{
  background-image: url(../images/tw/idxActivity_bg02.png);
  width: 584px;
  height: 585px;
  z-index: -1;
} */
.idx_activity .idxBgItem{
  position: absolute;
  left: 0;
  top: 200px;
}
.idx_activity .idxInfo_main_line{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: -1;
}
.idx_activity .idxInfo_main_line:before{
  margin: 0 auto;
}
.idxActivity_main .flex2c > div:nth-child(2){
  padding-left: 40px;
}
.idxActivity_title{
  color: #C68821;
  font-size: 32px;
  letter-spacing: 12.8px;
  margin-bottom: 85px;
}
.idxActivity_subTitle{
  color: #C94749;
  font-size: 24px;
  margin-bottom: 10px;
}
.idxActivity_group{
  margin-bottom: 50px;
  padding:0 30px 0 0 ;
}
.idxActivity_group:nth-child(3){
  margin-bottom: 0;
}
.idxActivity_group p{
  color: #666666;
  font-size: 18px;
  margin-top: 0;
  padding-right: 0;
}
.idxActivity_group p:nth-child(1){
  text-align: justify;
}
.idxActivity_main .flex2c > div:nth-child(1) .idxInfo_btn a{
  margin-left: 0;

}
.idxActivity_more{
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.idxActivity_more span{
  color: #22170D;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 10px;
}
.idxActivity_more .idxInfo_btn{
  display: inline-block;
}
.idxActivity_more .idxInfo_btn a{
  margin: 0 0 0 10px;
}


/* idx_marquee */
.idx_marquee .slick-slider .slick-slide{
  padding: 0;
}
/* .idx_marquee{
  width: 100%;
  overflow: hidden;
  padding-left: 0;
}
.idx_marquee li{
  float: left;
} */



@media screen and (min-width: 1024px) {
  .idx_info .flex2c > div:nth-child(1){
    padding-left: 8.333333%;
    margin-top: 142px;
  }
  .idx_infoVideo .flex2c{
    align-items: center;
  }
  .idx_infoVideo .flex2c > div:nth-child(1){
    padding-left: 8.333333%;
  }
  .idx_infoVideo .flex2c > div:nth-child(2){
    padding-right: 8.333333%;
    margin-top: -50px;
  }
  .idxActivity_main{
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

}

@media screen and (max-width: 992px) {
  .index .flex2c > div {
    width: 100%;
  }
  .index .flex2c > div:nth-child(1){
    margin-bottom: 50px;
  }
  .idx_main{
    padding-bottom: 50px;
  }
  .idxInfo_mainTitle{
    left: calc(50% - 57.6px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-height: 450px;
  }
  .idxInfo_mainTitle > div:nth-child(2) span{
    margin-bottom: 0;
  }
  .idxMain_bgLt,
  .idx_main .idxBgItem,
  .idx_activity .idxBgItem,
  .idx_activity:after,
  .idxInfo_main_line,
  .join .idxBgItem{
    display: none;
  }
  .idx_info{
    margin-bottom: 70px;
  }
  .idxInfo_title span::before{
    margin-left: -30px;
  }
  .idxInfo_title span::after{
    margin-right: -30px;
  }
  .idx_info .flex2c > div:nth-child(1),
  .idx_infoVideo .flex2c > div:nth-child(2){
    text-align: center;
  }
  .idx_info .flex2c > div:nth-child(2){
    padding-left: 0;
    order: -1;
  }
  .idxMain_bgRt {
    right: 0;
    top: 285px;
    left: 0;
    width: 50%;
    margin: auto;
  }
  .idxInfoVideo_word{
    justify-content: center;
  }
  .idx_parallax{
    background-attachment: scroll;
  }
  .idx_activity{
    padding-bottom: 60px;
    margin-top: -200px;
  }
  .idxActivity_title{
    margin-bottom: 50px;
  }
  .idxActivity_main .flex2c > div:nth-child(2){
    padding-left: 0;
  }
  .idxActivity_group{
    margin-bottom: 30px;
    padding-right: 0;
  }
  .idxActivity_more{
    text-align: center;
  }
  .idxActivity_more .idxInfo_btn{
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .index .idxInfo_btn{
    text-align: center;
  }
  .idx_info .idxInfo_btn,
  .idx_infoVideo .idxInfo_btn{
    display: flex;
    justify-content: center;
  }
  .idx_info .idxInfo_btn a,
  .idx_infoVideo .idxInfo_btn a{
    min-width:  calc(50% - 5px);
    width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .idx_info .idxInfo_btn a:nth-child(1),
  .idx_infoVideo .idxInfo_btn a:nth-child(1){
    margin-right: 5px;
  }
  .idx_info .idxInfo_btn a:nth-child(2),
  .idx_infoVideo .idxInfo_btn a:nth-child(2){
    margin-left: 5px;
  }
  .idxInfo_btn a{
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .index .flex2c > div:nth-child(1) {
    margin-bottom: 0;
  }
  .idxInfo_title,
  .idxInfo_mainTitle{
    font-size: 30px;
    letter-spacing: 10px;
  }
  .idxInfo_mainTxt{
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0;
  }
  .idxInfoVideo_title{
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 10px;
  }
  .idxInfoVideo_txt{
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 5px;
  }
  .idxActivity_title{
    font-size: 30px;
    letter-spacing: 10px;
  }
  .idxActivity_subTitle{
    font-size: 20px;
  }
  .idxActivity_group p{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .idxActivity_more span{
    font-size: 20px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 320px) {
  .idxInfoVideo_word{
    flex-wrap: wrap;
  }
  .idxInfoVideo_title,
  .idxInfoVideo_txt{
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .idxInfoVideo_title{
    letter-spacing: 5px;
  }
  .idxInfoVideo_txt span{
    display: inline;
  }
}

/*.headerType1,
.scroll.headerType1,
footer,
#mbPanel .panelMenu .mainCloseBtn {
  background: #FC5768;
}
.pageLoading {
  background-color: #FC5768;
}
.headerType1 .navMenu>li:hover>a,
footer .siteMap.type2 a,
footer .copyRightTxt {
  color: #fff;
}*/