/* CSS Document */
#sec1 {
  background: url("../img/shared/bg2.jpg") repeat center top;
}
#sec1 h2, #sec1 h3 {
  text-align: center;
}
#sec1 .txt {
  width: 100%;
}
#sec2 {
  background: url("../img/about/s2_deco.png") no-repeat center bottom;
  background-size: 100%;
}
#sec2 .slider2 .slick-list {
  padding-bottom: 10px;
}
#sec2 .slider2 .slick-dots {
  margin-top: 10%;
}
#sec2 .slider2 .slick-dots li {
  margin: 0 20px;
  width: 24px;
  height: 24px;
}
#sec2 .slider2 .slick-dots li button {
  font-size: 20px;
  background: none;
  position: relative;
  width: 24px;
  height: 24px;
}
#sec2 .slider2 .slick-dots .slick-active {
  color: #9f2136 !important;
}
#sec2 .slider2 .slick-dots .slick-active button {
  color: #9f2136 !important;
}
#sec2 .slider2 .slick-dots li.slick-active button {
  color: #9f2136 !important;
}
#sec2 .slider2 .item h3 {
  margin-bottom: 10%;
  position: relative;
}
#sec2 .slider2 .item h3:before {
  position: absolute;
  content: "";
  background: #000;
  width: 1px;
  height: 15vw;
  bottom: -20vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#sec2 .slider2 .item .box {
  background: url("../img/about/s2_bg3.jpg") no-repeat center top;
  background-size: cover;
  padding: 15%;
  position: relative;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}
#sec2 .slider2 .item .box:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec2 .slider2 .item .box:after {
  position: absolute;
  content: "";
  border: 1px solid #000;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
#sec2 .slider2 .item .box .txt {
  position: relative;
  z-index: 1;
}
#sec2 .slider2 .slick-slide:nth-child(1) .box {
  background: url("../img/about/s2_bg3.jpg") no-repeat center top;
  background-size: cover;
}
#sec2 .slider2 .slick-slide:nth-child(2) .box {
  background: url("../img/about/s2_bg1.jpg") no-repeat center top;
  background-size: cover;
}
#sec2 .slider2 .slick-slide:nth-child(3) .box {
  background: url("../img/about/s2_bg2.jpg") no-repeat center top;
  background-size: cover;
}
#sec3 h3 {
  margin-bottom: -15vw;
  position: relative;
  z-index: 1;
}
#sec3 .group {
  background: url("../img/about/s3_deco.png") no-repeat center top;
  background-size: 100%;
}
#sec3 .group ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#sec3 .group ul li {
  width: 49%;
}
#sec3 .photo2 {
  margin-bottom: -5vw;
}
#sec3 .bnr {
  position: relative;
  z-index: 1;
}
#sec4 {
  background: #000;
}
#sec4 .slider3 .slick-slide {
  padding: 0 10px;
}
#sec4 .btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#sec5 {
  background: url("../img/shared/bg2.jpg") repeat center top;
  position: relative;
  padding-top: 23vw;
}
#sec5:before {
  position: absolute;
  content: "";
  background: url("../img/about/s5_bg.png") no-repeat center top;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec5 .group {
  position: relative;
  margin-bottom: 25%;
}
#sec5 .group .slider4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#sec5 .group .tit {
  position: absolute;
  top: -8vw;
  left: 0;
  width: 50%;
}
#sec5 .group .tit2 {
  position: absolute;
  bottom: -8vw;
  right: 0;
  width: 50%;
}
#sec6 .group {
  position: relative;
}
#sec6 .group .tit {
  position: absolute;
  top: -1%;
  left: 0;
  right: -2%;
}
#sec6 .group .slick-dots {
  margin-top: -4%;
}
#sec6 .group .slick-dots li {
  margin: 0 10px;
}
#sec6 .btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#sec6 .calendar {
  background: url("../img/about/s6_calendar.png") no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
}
#sec6 .calendar .g_calendar {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#sec6 .calendar .g_calendar iframe {
  min-height: 200px;
  width: 90%;
  height: auto;
  margin: auto;
}