/* CSS Document */
.pnCheck a,
.snCheck a, .qaBox .ImgBox .Txt .title, .qaBox .ImgBox .Img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.noteEditorBox:not(:last-child) {
  padding-bottom: 45px;
}
.noteEditorBox .noteTitle {
  color: #272626;
  font-size: 30px;
  letter-spacing: 0.6px;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  .noteEditorBox .noteTitle {
    font-size: 25px;
    letter-spacing: 0.5px;
  }
}
.noteEditorBox .noteSubTitle {
  color: #272626;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0.9px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .noteEditorBox .noteSubTitle {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.noteEditorBox .noteTxt {
  color: #767676;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .noteEditorBox .noteTxt {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}
.noteEditorBox .noteList {
  padding-left: 20px !important;
}
.noteEditorBox .noteList li {
  color: #767676;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .noteEditorBox .noteList li {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}

.tabContent {
  padding-bottom: 0;
}

.qaBox {
  padding-top: 70px;
}
.qaBox .noSlick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.qaBox .noSlick .slick-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto !important;
}
.qaBox .ImgBox {
  margin-bottom: 60px;
  position: relative;
}
.qaBox .ImgBox::before, .qaBox .ImgBox::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
}
.qaBox .ImgBox::before {
  left: 0;
}
.qaBox .ImgBox::after {
  right: 0;
}
.qaBox .ImgBox .qaList > .qaItem {
  float: left;
  width: 12.5%;
}
.qaBox .ImgBox .qaList > .qaItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(8)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.qaBox .ImgBox .slick-current .Txt .title {
  color: #f14595;
}
.qaBox .ImgBox .qaItem {
  position: relative;
}
@media (min-width: 1181px) {
  .qaBox .ImgBox .qaItem:hover {
    cursor: pointer;
  }
  .qaBox .ImgBox .qaItem:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .qaBox .ImgBox .qaItem:hover .Txt .title {
    color: #f14595;
  }
}
.qaBox .ImgBox .qaItem::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
}
.qaBox .ImgBox .item {
  position: relative;
  padding: 0 10px;
}
.qaBox .ImgBox .Img img {
  max-width: 80px;
  margin: 0 auto;
}
.qaBox .ImgBox .Txt {
  text-align: center;
}
.qaBox .ImgBox .Txt .title {
  color: #383838;
  font-size: 18px;
  letter-spacing: 0.36px;
}
@media (max-width: 1180px) {
  .qaBox .ImgBox .Txt .title {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media (max-width: 480px) {
  .qaBox .ImgBox .Txt .title {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

@media (min-width: 601px) {
  .formBox .formColumn .item .left {
    width: 180px;
  }
}

.pnCheck,
.snCheck {
  padding-left: 30px;
}
@media (max-width: 1180px) {
  .pnCheck,
  .snCheck {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .pnCheck,
  .snCheck {
    padding-left: 0;
    padding-right: 15px;
  }
}
.pnCheck a,
.snCheck a {
  color: #9d9d9d;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #9d9d9d;
}
@media (min-width: 1181px) {
  .pnCheck a:hover,
  .snCheck a:hover {
    color: #f14595;
    border-block-color: #f14595;
  }
}
@media (max-width: 992px) {
  .pnCheck a,
  .snCheck a {
    font-size: 17px;
    letter-spacing: 0.85px;
  }
}
@media (max-width: 480px) {
  .pnCheck a,
  .snCheck a {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}