/* CSS Document */
.albumBox .albumList .albumItem img, .roomList .item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contentBox {
  margin-bottom: 155px;
}
@media (max-width: 1180px) {
  .contentBox {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .contentBox {
    margin-bottom: 40px;
  }
}

.bread .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bread .wrap .notice {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #be8a3a;
}

.infoBox .infoItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoBox .infoItemBox .icon {
  width: 28px;
  height: 23px;
  margin-right: 10px;
}
.infoBox .infoItemBox .title {
  position: relative;
  font-size: 20px;
  color: #605544;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-right: 12px;
  margin-right: 18px;
}
.infoBox .infoItemBox .title::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.infoBox .infoItemBox .item {
  font-size: 17px;
  color: #404040;
  letter-spacing: 0.5px;
}

.roomList {
  margin: 0 -20px;
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .roomList {
    margin-bottom: 100px;
  }
}
.roomList .roomItem {
  padding: 55px 20px 0px;
}
@media (max-width: 1180px) {
  .roomList .roomItem {
    padding: 100px 20px 0px;
  }
  .roomList .roomItem:first-child {
    padding-top: 30px;
  }
}
@media (min-width: 1181px) {
  .roomList .roomItem:nth-child(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .roomList .roomItem:nth-child(even) .item .Txt {
    padding-left: 0px;
    padding-right: 65px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .roomList .roomItem:nth-child(even) .item .Txt {
    padding-left: 0px;
    padding-right: 30px;
  }
}
.roomList .roomItem:not(.show) .Img {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.roomList .roomItem:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.roomList .roomItem:not(.show) .intro {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.roomList .roomItem:not(.show) .infoBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.roomList .roomItem:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.roomList .roomItem.show .Img {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.roomList .roomItem.show .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.roomList .roomItem.show .intro {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.roomList .roomItem.show .infoBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.roomList .roomItem.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.roomList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1180px) {
  .roomList .item {
    max-width: 960px;
    margin: 0 auto;
  }
}
.roomList .Img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 57%;
}
@media (max-width: 1180px) {
  .roomList .Img {
    width: 100%;
  }
}
.roomList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: 1px solid #ccc;
}
@media (min-width: 1181px) {
  .roomList .Img img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.roomList .Txt {
  width: 43%;
  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;
  padding: 20px 0px;
  padding-left: 65px;
}
@media (max-width: 1350px) {
  .roomList .Txt {
    padding-left: 30px;
  }
}
@media (max-width: 1180px) {
  .roomList .Txt {
    width: 100%;
    padding: 0;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .roomList .Txt {
    padding-top: 20px;
  }
}
.roomList .Txt .title a {
  color: #1a1a1a;
  display: block;
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 1.28;
  font-weight: 600;
}
@media (min-width: 1181px) {
  .roomList .Txt .title a:hover {
    color: #be8a3a;
  }
}
.roomList .Txt .intro {
  color: #404040;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .roomList .Txt .intro {
    margin-top: 10px;
  }
}
.roomList .Txt .infoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
@media (max-width: 1350px) {
  .roomList .Txt .infoBox {
    margin: 0 -10px;
  }
}
@media (max-width: 400px) {
  .roomList .Txt .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.roomList .Txt .infoBox .infoItemBox {
  padding: 0 30px;
  margin-top: 35px;
}
@media (max-width: 1350px) {
  .roomList .Txt .infoBox .infoItemBox {
    padding: 0 10px;
  }
}
@media (max-width: 1180px) {
  .roomList .Txt .infoBox .infoItemBox {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .roomList .Txt .infoBox .infoItemBox {
    margin-top: 15px;
  }
}
@media (max-width: 400px) {
  .roomList .Txt .infoBox .infoItemBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.roomList .Txt .btnBox {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
@media (max-width: 1180px) {
  .roomList .Txt .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .roomList .Txt .btnBox {
    margin-top: 0;
  }
}
@media (max-width: 510px) {
  .roomList .Txt .btnBox {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.roomList .Txt .btnBox .btn.custom {
  margin-top: 30px;
}
@media (max-width: 510px) {
  .roomList .Txt .btnBox .btn.custom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1181px) {
  .roomList .Txt .btnBox .btn.custom:hover .btnDeco {
    right: -20px;
  }
}

.albumBox {
  width: 100%;
  max-width: 100dvw;
  margin: 0;
  position: relative;
  padding: 15px;
}
@media (max-width: 768px) {
  .albumBox {
    padding: 10px;
  }
}
.albumBox .albumList {
  pointer-events: none;
  position: relative;
}
.albumBox .albumList .albumItem {
  width: 100%;
  cursor: pointer;
  height: auto;
}
.albumBox .albumList .albumItem .Img {
  position: relative;
  display: block;
  overflow: hidden;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 350px;
}
.albumBox .btnBox {
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 768px) {
  .albumBox .btnBox {
    bottom: 10px;
    right: 10px;
  }
}
.albumBox .btnBox .btn.custom {
  cursor: pointer;
}
@media (min-width: 1181px) {
  .albumBox .btnBox .btn.custom:hover .btnDeco {
    right: 17px;
  }
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ccc;
  /*
  	.introBox {
  		flex: 1;
  		padding-left: 30px;

  		@include media(960) {
  			padding-left: 0;
  		}

  		.articleTitle {
  			margin-bottom: 15px;
  			padding: 0 0 15px 0;
  		}

  		.Txt {
  			color: $textColor;
  			margin-top: 20px;
  		}
  	}
  */
}
@media (max-width: 1180px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.insIntroBox .introTitle {
  position: relative;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 7px;
  color: #1a1a1a;
}
@media (min-width: 1181px) {
  .insIntroBox .introTitle {
    margin-left: -10px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.insIntroBox .textBox {
  position: relative;
  padding-right: 130px;
}
@media (max-width: 1330px) {
  .insIntroBox .textBox {
    padding-right: 30px;
  }
}
@media (min-width: 1181px) {
  .insIntroBox .textBox {
    height: 320px;
    padding-left: 45px;
    border-left: 1px solid #be8a3a;
    margin-left: 35px;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .textBox {
    padding-right: 0px;
    padding-top: 30px;
    border-top: 1px solid #be8a3a;
    margin-top: 30px;
  }
}
.insIntroBox .textBox .institle {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.insIntroBox .textBox .institle .titleDeco {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 34px;
  height: 25px;
  overflow: hidden;
}
.insIntroBox .textBox .institle .titleDeco::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 1px;
  background-color: #be8a3a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.insIntroBox .textBox .Txt {
  margin-top: 20px;
  font-size: 19px;
  line-height: 36px;
  color: #404040;
}
@media (min-width: 1181px) {
  .insIntroBox .textBox .Txt {
    max-width: 550px;
  }
}
.insIntroBox .infoBox {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1181px) {
  .insIntroBox .infoBox {
    height: 320px;
    padding-left: 50px;
    border-left: 1px solid #cccccc;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .infoBox {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    margin-top: 30px;
  }
}
.insIntroBox .infoBox .infoItemBox .icon {
  margin-right: 8px;
}
.insIntroBox .infoBox .infoItemBox:not(:last-child) {
  margin-bottom: 30px;
}
.insIntroBox .infoBox .infoItemBox .title {
  font-weight: 700;
  padding-right: 10px;
  margin-right: 15px;
  width: 92px;
}
.insIntroBox .infoBox .infoItemBox.price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 420px) {
  .insIntroBox .infoBox .infoItemBox.price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.insIntroBox .infoBox .infoItemBox.price .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0;
  margin-right: 35px;
  line-height: 28px;
}
.insIntroBox .infoBox .infoItemBox.price .title::after {
  display: none;
}
.insIntroBox .infoBox .infoItemBox.price .priceitem {
  font-size: 29px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 3px;
}
.insIntroBox:not(.show) .introTitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.insIntroBox:not(.show) .textBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.insIntroBox:not(.show) .infoBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.insIntroBox.show .introTitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.insIntroBox.show .textBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.insIntroBox.show .infoBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.facItemArea {
  position: relative;
  padding: 50px 0 60px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .facItemArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
}
.facItemArea:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.facItemArea.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.facItemArea .facItemTitle {
  margin-top: 25px;
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  font-weight: 700;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1180px) {
  .facItemArea .facItemTitle {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.facItemArea .facItemTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: #be8a3a;
}
.facItemArea .facItemBox {
  width: calc(100% - 130px);
  max-width: 1060px;
}
@media (max-width: 1180px) {
  .facItemArea .facItemBox {
    width: 100%;
    max-width: none;
  }
}
.facItemArea .facItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 460px) {
  .facItemArea .facItemList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.facItemArea .facItemItem {
  padding-top: 25px;
  width: 25%;
}
@media (max-width: 1180px) {
  .facItemArea .facItemItem {
    width: 33.3333333333%;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .facItemArea .facItemItem {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .facItemArea .facItemItem {
    width: 100%;
  }
}
.facItemArea .facItemItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.facItemArea .facItemItem .Img {
  position: relative;
  display: block;
  width: 30px;
}
.facItemArea .facItemItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facItemArea .facItemItem .Txt {
  margin-left: 20px;
}
@media (max-width: 1180px) {
  .facItemArea .facItemItem .Txt {
    margin-left: 10px;
  }
}
.facItemArea .facItemItem .title {
  font-size: 18px;
  color: #605544;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.servicesArea {
  padding: 150px 0;
}
@media (max-width: 1180px) {
  .servicesArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .servicesArea {
    padding: 50px 0;
  }
}
.servicesArea .servicestitleBox {
  text-align: center;
}
.servicesArea .servicestitle {
  font-size: 33px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  font-weight: 600;
}
@media (max-width: 768px) {
  .servicesArea .servicestitle {
    font-size: 28px;
  }
}
.servicesArea .servicestitle .titleDeco {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
}
.servicesArea .servicestitle .titleDeco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 1px;
  background-color: #be8a3a;
}
.servicesArea .servicestext {
  margin: 0 auto;
  margin-top: 20px;
  font-size: 19px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #404040;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .servicesArea .servicestext {
    font-size: 16px;
    line-height: 26px;
  }
}
.servicesArea .servicesItem {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .servicesArea .servicesItem {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .servicesArea .servicesItem:nth-child(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .servicesArea .servicesItem:nth-child(even) .item .Txt {
    padding-left: 0px;
    padding-right: 70px;
  }
}
@media (min-width: 769px) and (max-width: 1350px) {
  .servicesArea .servicesItem:nth-child(even) .item .Txt {
    padding-left: 0px;
    padding-right: 30px;
  }
}
.servicesArea .servicesItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.servicesArea .servicesItem .Img {
  position: relative;
  display: block;
  width: 45%;
}
@media (max-width: 768px) {
  .servicesArea .servicesItem .Img {
    width: 100%;
  }
}
.servicesArea .servicesItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.servicesArea .servicesItem .Txt {
  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;
  width: 55%;
  padding-left: 70px;
}
@media (max-width: 1350px) {
  .servicesArea .servicesItem .Txt {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .servicesArea .servicesItem .Txt {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.servicesArea .servicesItem .Txt .title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.servicesArea .servicesItem .Txt .text {
  margin-top: 10px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #404040;
}

.contentBox.ins {
  background-color: #f7f5f1;
  padding: 155px 0;
  margin-top: 90px;
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .contentBox.ins {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .contentBox.ins {
    padding: 40px 0;
    margin-bottom: 0;
  }
}
.contentBox.ins:not(.show) .wrap {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.contentBox.ins.show .wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.contentBox.ins .wrap {
  position: relative;
}
.contentBox.ins .tab {
  border: none;
  margin-top: 0;
}
.contentBox.ins .tab .tabItem {
  padding: 0 7px;
  border-left: 1px solid #d9d9d9;
}
.contentBox.ins .tab .tabItem:last-child {
  border-right: 1px solid #d9d9d9;
}
.contentBox.ins .tab .tabItem a {
  padding: 9px 10px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .contentBox.ins .tab .tabItem a {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .contentBox.ins .tab .tabItem a {
    font-size: 13px;
    padding: 5px 0px;
  }
}
.contentBox.ins .tab .tabItem a.current {
  background-color: #b1a189;
}
.contentBox.ins .tabContent {
  border: none;
  padding-bottom: 0;
  padding-top: 70px;
}
.contentBox.ins .tabContentItem .textEditor {
  line-height: 2.1115;
  letter-spacing: 0.5px;
  color: #404040;
}
.contentBox.ins .tabContentItem .textEditor li::marker {
  width: 7px;
  height: 7px;
  color: #be8a3a;
}

.bannerArea:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea:not(.show) .textBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea:not(.show) .right {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea.show .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.bannerArea.show .textBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.bannerArea.show .right {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}