@charset "UTF-8";
/* CSS Document */
.pointArea .btnClose::before, .pointArea .btnClose::after, .pointArea .btnClose, .newsArea .newsList h3::after, .newsArea .newsList .newsDate, .newsArea .newsList .item, .productBox .productList.current, .scenarioPicList .Img::before {
  transition: all 0.5s;
}

/*****列表*****/
.itemList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 641px) and (max-width: 960px) {
  .itemList {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 961px) {
  .itemList li {
    width: 100%;
    padding: 30px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .itemList li {
    width: 50%;
    padding: 20px 6px;
  }
}
@media (max-width: 640px) {
  .itemList li {
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 1401px) {
  .itemList li:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 1181px) {
  .itemList li:nth-child(even) .Img {
    order: 2;
  }
}
@media (min-width: 961px) {
  .itemList .item {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
  }
}
@media (min-width: 961px) {
  .itemList .Img {
    width: 50%;
  }
}
.itemList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 961px) {
  .itemList .Txt {
    width: 50%;
  }
}
@media (min-width: 1181px) {
  .itemList .Txt {
    padding: 45px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .itemList .Txt {
    padding: 40px 30px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .itemList .Txt {
    padding: 30px 10px 20px 0;
  }
}
@media (max-width: 640px) {
  .itemList .Txt {
    padding: 20px 0;
  }
}
.itemList h3 {
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .itemList h3 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .itemList h3 {
    font-size: 20px;
  }
}
.itemList .txtExp {
  max-height: calc(23px * 4);
  line-height: 23px;
}
.itemList .code {
  display: block;
  line-height: 1.6;
  color: #4b4b4b;
}
.itemList .code b {
  display: block;
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.itemList .btn {
  margin-top: 25px;
}

/*****內頁*****/
.scenarioArea {
  position: relative;
  padding: 0;
}
.scenarioArea .wrap {
  max-width: 100%;
  padding: 0;
}

.scenarioList li {
  position: relative;
}
.scenarioList li:not(:first-child) {
  display: none;
}
.scenarioList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scenarioList .Txt {
  display: none !important;
  position: absolute;
  top: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1401px) {
  .scenarioList .Txt {
    right: 50%;
    width: 50%;
    padding-right: 90px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .scenarioList .Txt {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .scenarioList .Txt {
    padding-left: 80px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .scenarioList .Txt {
    padding-left: 50px;
  }
}
@media (min-width: 801px) and (max-width: 960px) {
  .scenarioList .Txt {
    padding-left: 30px;
  }
}
@media (min-width: 801px) {
  .scenarioList .Txt {
    max-width: 620px;
  }
}
@media (max-width: 800px) {
  .scenarioList .Txt {
    padding: 30px 35px;
    text-align: center;
  }
  .scenarioList .Txt .subTitle::after,
.scenarioList .Txt .textEditor {
    display: none;
  }
}
.scenarioList .arrowPrev, .scenarioList .arrowNext {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 10;
}
@media (min-width: 1181px) {
  .scenarioList .arrowPrev, .scenarioList .arrowNext {
    display: none;
  }
}
.scenarioList .arrowPrev {
  left: 10px;
}
.scenarioList .arrowNext {
  right: 10px;
}
.scenarioList .pointsBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .scenarioList .pointsBox {
    display: none;
  }
}
.scenarioList .pointsBox .point {
  position: absolute;
}
.scenarioList .pointsBox .icon {
  position: absolute;
  border-radius: 50%;
  background-color: #e51513;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .scenarioList .pointsBox .icon {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    padding: 12px;
  }
}
@media (min-width: 801px) and (max-width: 1180px) {
  .scenarioList .pointsBox .icon {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .scenarioList .pointsBox .icon {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
.scenarioList .pointsBox .icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  background-color: rgba(229, 21, 19, 0.6);
  opacity: 0;
}
.scenarioList .pointsBox .icon::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #e51513;
  border-radius: 50%;
  background-color: transparent;
  transition: border 0.4s ease;
}
.scenarioList .pointsBox .icon:hover::before {
  animation: point_hover 2s -0.4s ease both infinite;
}
.scenarioList .pointsBox .icon:hover::after {
  border-color: transparent;
  background-color: rgba(229, 21, 19, 0.9);
  animation: point_hover 2s -0.6s ease both infinite;
}
.scenarioList .pointsBox .icon img {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@keyframes point_hover {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.scenarioList .mainTitle,
.scenarioTxtList .mainTitle {
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0;
  color: #e51513;
}
@media (min-width: 1551px) {
  .scenarioList .mainTitle,
.scenarioTxtList .mainTitle {
    font-size: 46px;
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .scenarioList .mainTitle,
.scenarioTxtList .mainTitle {
    font-size: 28px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .scenarioList .mainTitle,
.scenarioTxtList .mainTitle {
    font-size: 38px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .scenarioList .mainTitle,
.scenarioTxtList .mainTitle {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .scenarioList .mainTitle,
.scenarioTxtList .mainTitle {
    font-size: 23px;
  }
}
@media (min-width: 1181px) {
  .scenarioList .mainTitle,
.scenarioTxtList .mainTitle {
    line-height: 1.1;
  }
}
@media (min-width: 1551px) {
  .scenarioList .subTitle,
.scenarioTxtList .subTitle {
    font-size: 18px;
  }
}
@media (min-width: 1181px) {
  .scenarioList .pointBtnBox,
.scenarioTxtList .pointBtnBox {
    display: none;
  }
}
@media (min-width: 641px) {
  .scenarioList .pointBtnBox,
.scenarioTxtList .pointBtnBox {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .scenarioList .pointBtnBox,
.scenarioTxtList .pointBtnBox {
    margin-top: 10px;
  }
}
.scenarioList .pointBtn,
.scenarioTxtList .pointBtn {
  display: inline-block;
  margin: 5px 3px 0 0;
  padding: 3px 10px;
  font-size: 13px;
  color: #fff;
  background-color: #e51513;
}
.scenarioList .pointBtn::before,
.scenarioTxtList .pointBtn::before {
  content: "#";
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 1181px) {
  .scenarioPicBox {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 30%;
    background-color: #fff;
    transform: translateY(-50%);
  }
}
@media (min-width: 1551px) {
  .scenarioPicBox {
    max-width: 530px;
    padding: 60px 30px 60px 50px;
  }
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .scenarioPicBox {
    padding: 50px 30px 50px 40px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .scenarioPicBox {
    padding: 30px 30px 40px 40px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .scenarioPicBox {
    padding: 30px 50px 0;
  }
}
@media (max-width: 960px) {
  .scenarioPicBox {
    padding: 20px 30px 0;
  }
}
@media (max-width: 640px) {
  .scenarioPicBox {
    padding-bottom: 30px;
  }
}
@media (min-width: 1551px) {
  .scenarioPicBox .scenarioPicList {
    margin-top: 50px;
  }
}
@media (max-width: 1550px) {
  .scenarioPicBox .scenarioPicList {
    margin-top: 30px;
  }
}

.scenarioTxtList.slick-slider {
  -webkit-user-select: auto;
  user-select: auto;
}
.scenarioTxtList li:not(:first-child) {
  display: none;
}
@media (min-width: 1181px) {
  .scenarioTxtList .Txt .textEditor {
    max-height: 145px;
    padding-right: 5px;
    margin-right: -5px;
    overflow-y: auto;
  }
}
.scenarioTxtList .Txt .textEditor::-webkit-scrollbar {
  -webkit-appearance: none;
}
.scenarioTxtList .Txt .textEditor::-webkit-scrollbar:vertical {
  width: 10px;
}
.scenarioTxtList .Txt .textEditor::-webkit-scrollbar:horizontal {
  height: 10px;
}
.scenarioTxtList .Txt .textEditor::-webkit-scrollbar-thumb {
  background-color: #bc001d;
  border-radius: 0;
  border: 0 solid #e0e0e0;
}
.scenarioTxtList .Txt .textEditor::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e0e0e0;
}

@media (min-width: 1181px) {
  .scenarioPicList {
    margin: 0 -7px;
  }
}
@media (max-width: 900px) {
  .scenarioPicList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.scenarioPicList li {
  float: left;
  width: calc(100% / 3);
}
@media (min-width: 901px) {
  .scenarioPicList li {
    padding: 0 7px;
  }
}
@media (max-width: 900px) {
  .scenarioPicList li {
    padding: 0;
  }
}
.scenarioPicList .Img {
  position: relative;
  cursor: pointer;
}
@media (min-width: 451px) and (max-width: 640px) {
  .scenarioPicList .Img {
    height: 100px;
  }
}
@media (min-width: 361px) and (max-width: 450px) {
  .scenarioPicList .Img {
    height: 80px;
  }
}
@media (max-width: 360px) {
  .scenarioPicList .Img {
    height: 60px;
  }
}
.scenarioPicList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scenarioPicList .Img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #e51513;
  opacity: 0;
}
.scenarioPicList li.show .Img::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.scenarioPicList .arrowPrev, .scenarioPicList .arrowNext {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 5;
}
@media (min-width: 1551px) {
  .scenarioPicList .arrowPrev {
    left: -30px;
  }
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .scenarioPicList .arrowPrev {
    left: -15px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .scenarioPicList .arrowPrev {
    left: -10px;
  }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .scenarioPicList .arrowPrev {
    left: -20px;
  }
}
@media (max-width: 900px) {
  .scenarioPicList .arrowPrev {
    left: -5px;
  }
}
@media (min-width: 1551px) {
  .scenarioPicList .arrowNext {
    right: -30px;
  }
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .scenarioPicList .arrowNext {
    right: -15px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .scenarioPicList .arrowNext {
    right: -10px;
  }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .scenarioPicList .arrowNext {
    right: -20px;
  }
}
@media (max-width: 900px) {
  .scenarioPicList .arrowNext {
    right: -5px;
  }
}

/*****自訂板塊*****/
@media (min-width: 1181px) {
  .layoutBox {
    padding: 60px 0 70px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .layoutBox {
    padding: 50px 0 60px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .layoutBox {
    padding: 40px 0 50px;
  }
}
@media (max-width: 640px) {
  .layoutBox {
    padding: 30px 0 40px;
  }
}

.layoutBox1 {
  background-color: #fff;
}

/*****產品列表*****/
@media (min-width: 641px) {
  .productArea {
    padding: 70px 0 40px;
  }
}
@media (max-width: 640px) {
  .productArea {
    padding: 40px 0;
  }
}

.productBox {
  position: relative;
}
@media (min-width: 961px) {
  .productBox .productList {
    margin: 0 -30px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .productBox .productList {
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .productBox .productList {
    margin: 0 -6px;
    padding-bottom: 20px;
  }
}
.productBox .productList:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.productBox .productList:not(.current) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.productBox .productList.current {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 961px) {
  .productBox .productList li {
    padding: 10px 30px 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .productBox .productList li {
    padding: 10px 15px 30px;
  }
}
@media (max-width: 640px) {
  .productBox .productList li {
    padding: 10px 6px 20px;
  }
}
.productBox .productList .Img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.productBox .productList .Txt {
  padding: 15px 0;
  text-align: center;
}
.productBox .productList h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productBox .productList .txtExp {
  max-height: calc(23px * 2);
  font-size: 14px;
  line-height: 23px;
  color: #313131;
}
.productBox .productList .code {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #e51513;
}
.productBox .productList .arrowPrev, .productBox .productList .arrowNext {
  position: absolute;
  z-index: 5;
}
@media (min-width: 641px) {
  .productBox .productList .arrowPrev, .productBox .productList .arrowNext {
    top: calc(50% - 50px);
  }
}
@media (max-width: 640px) {
  .productBox .productList .arrowPrev, .productBox .productList .arrowNext {
    bottom: 0;
  }
}
@media (min-width: 1181px) {
  .productBox .productList .arrowPrev {
    left: -20px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productBox .productList .arrowPrev {
    left: 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .productBox .productList .arrowPrev {
    left: 0;
  }
}
@media (max-width: 640px) {
  .productBox .productList .arrowPrev {
    right: calc(50% + 10px);
  }
}
@media (min-width: 1181px) {
  .productBox .productList .arrowNext {
    right: -20px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productBox .productList .arrowNext {
    right: 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .productBox .productList .arrowNext {
    right: 0;
  }
}
@media (max-width: 640px) {
  .productBox .productList .arrowNext {
    left: calc(50% + 10px);
  }
}

/*****最新消息*****/
@media (min-width: 1181px) {
  .newsArea {
    padding: 70px 0;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .newsArea {
    padding: 45px 0 50px;
  }
}
.newsArea .newsList {
  margin-top: 30px;
}
@media (min-width: 1181px) {
  .newsArea .newsList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsArea .newsList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .newsArea .newsList {
    padding-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .newsArea .newsList {
    padding-bottom: 35px;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsList li {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1180px) {
  .newsArea .newsList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 361px) and (max-width: 766px) {
  .newsArea .newsList li {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .newsArea .newsList li {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList li {
    padding: 10px 6px;
  }
}
.newsArea .newsList .item {
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .newsArea .newsList .item {
    display: flex;
    flex-wrap: wrap;
  }
}
.newsArea .newsList .item:hover {
  background-color: #e51513;
}
.newsArea .newsList .item:hover .newsDate,
.newsArea .newsList .item:hover h3,
.newsArea .newsList .item:hover h3 a {
  color: #fff;
}
.newsArea .newsList .item:hover h3::after {
  background-color: #fff;
}
.newsArea .newsList .item:hover .txtExp {
  color: #f6bdbb;
}
@media (min-width: 1181px) {
  .newsArea .newsList .Img {
    width: 50%;
  }
  .newsArea .newsList .Img + .Txt {
    width: 50%;
  }
}
.newsArea .newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1181px) {
  .newsArea .newsList .Txt {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsList .Txt {
    padding: 35px 30px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .newsArea .newsList .Txt {
    padding: 30px 25px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .Txt {
    padding: 20px 15px;
  }
}
.newsArea .newsList .newsDate {
  font-size: 12px;
  color: #737373;
  letter-spacing: 0;
}
.newsArea .newsList h3 {
  margin-top: 5px;
}
@media (min-width: 1181px) {
  .newsArea .newsList h3 a {
    display: block;
    max-height: calc(25px * 2);
    overflow: hidden;
  }
}
.newsArea .newsList .txtExp {
  transition: color 0.4s ease;
}
@media (min-width: 1181px) {
  .newsArea .newsList .txtExp {
    max-height: calc(23px * 2);
    line-height: 23px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .newsArea .newsList .txtExp {
    max-height: calc(23px * 3);
    line-height: 23px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .txtExp {
    max-height: calc(20px * 4);
    line-height: 20px;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsList .txtExp.longTxt {
    max-height: calc(23px * 3);
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .newsArea .newsList .txtExp.longTxt {
    max-height: calc(23px * 10);
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .txtExp.longTxt {
    max-height: calc(20px * 13);
  }
}
.newsArea .newsList .arrowPrev, .newsArea .newsList .arrowNext {
  position: absolute;
  z-index: 5;
}
@media (min-width: 1181px) {
  .newsArea .newsList .arrowPrev, .newsArea .newsList .arrowNext {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .newsArea .newsList .arrowPrev, .newsArea .newsList .arrowNext {
    top: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .arrowPrev, .newsArea .newsList .arrowNext {
    bottom: 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .newsArea .newsList .arrowPrev {
    left: -25px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsArea .newsList .arrowPrev {
    left: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .arrowPrev {
    right: calc(50% + 10px);
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .newsArea .newsList .arrowNext {
    right: -25px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsArea .newsList .arrowNext {
    right: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .arrowNext {
    left: calc(50% + 10px);
  }
}

/*****錨點燈箱*****/
.pointArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.8s ease;
}
@media (min-width: 641px) and (max-width: 1180px) {
  .pointArea {
    padding: 30px 50px 0;
  }
}
@media (max-width: 640px) {
  .pointArea {
    padding: 30px 30px 0;
  }
}
@media (max-width: 400px) {
  .pointArea {
    padding: 30px 20px 0;
  }
}
.pointArea.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pointArea .pointMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .pointArea .pointMask {
    background-color: transparent;
  }
}
@media (max-width: 1180px) {
  .pointArea .pointMask {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.pointArea .pointBox {
  display: none;
  width: 100%;
  max-width: 420px;
  min-height: 100vh;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .pointArea .pointBox {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1180px) {
  .pointArea .pointBox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pointArea .topBox {
  background-color: #e51513;
}
@media (min-width: 961px) {
  .pointArea .topBox {
    padding: 35px 50px;
  }
}
@media (min-width: 401px) and (max-width: 960px) {
  .pointArea .topBox {
    padding: 40px 35px 35px;
  }
}
@media (max-width: 400px) {
  .pointArea .topBox {
    padding: 50px 20px 40px 25px;
  }
}
.pointArea .topBox h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.pointArea .topBox h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin: 25px 0;
  background-color: #fff;
}
.pointArea .topBox .txtExp {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
@media (min-width: 961px) {
  .pointArea .textEditor {
    padding: 50px;
  }
}
@media (max-width: 960px) {
  .pointArea .textEditor {
    padding: 40px 35px;
  }
}
@media (max-width: 400px) {
  .pointArea .textEditor {
    padding: 35px 20px 30px 25px;
  }
}
.pointArea .btnClose {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #303030;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .pointArea .btnClose {
    top: 75px;
    left: -25px;
    border-radius: 50%;
  }
}
@media (max-width: 1180px) {
  .pointArea .btnClose {
    top: 0;
    right: 0;
  }
}
.pointArea .btnClose::before, .pointArea .btnClose::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 1px);
  width: 2px;
  height: 18px;
  background-color: #cecece;
}
.pointArea .btnClose::before {
  transform: rotate(-45deg);
}
.pointArea .btnClose::after {
  transform: rotate(45deg);
}
.pointArea .btnClose:hover {
  background-color: #000;
}
.pointArea .btnClose:hover::before, .pointArea .btnClose:hover::after {
  background-color: #fff;
}
@media (min-width: 641px) {
  .pointArea .btnClose:hover::before {
    transform: rotate(135deg);
  }
  .pointArea .btnClose:hover::after {
    transform: rotate(225deg);
  }
}