.faqWrap .supportCol .supportTitle {
  font-weight: bold;
  color: #F68300;
}
.faqWrap .supportCol .supportCaption {
  line-height: 1.8;
}
.faqWrap .supportCol .contactList .contactBtn {
  display: flex;
  align-items: center;
  background: #345AA5;
}
.faqWrap .supportCol .contactList .contactBtn.sky {
  background: #259DC3;
}
.faqWrap .supportCol .contactList .contactBtn .text {
  color: #ffffff;
}
.faqWrap .listCol .faqList {
  border-top: solid 2px #F0B000;
}
.faqWrap .listCol .faqList:last-of-type {
  border-bottom: solid 2px #F0B000;
}
.faqWrap .listCol .faqList .questionRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faqWrap .listCol .faqList .questionRow .head {
  font-weight: bold;
  color: #F0B000;
}
.faqWrap .listCol .faqList .questionRow .title {
  font-weight: bold;
  color: #F68300;
}
.faqWrap .listCol .faqList .questionRow .arrow {
  background: url(../../shared/images/arrow_down_yellow.svg) center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 18px;
  transition: transform 0.5s;
}
.faqWrap .listCol .faqList .answerRow {
  overflow: hidden;
  transition: max-height 0.4s, opacity 0.4s;
  max-height: 0;
  opacity: 0;
}
.faqWrap .listCol .faqList .answerRow .answerRowIn {
  line-height: 1.8;
}
.faqWrap .listCol .faqList .answerRow .answerRowIn .telBox {
  display: flex;
}
.faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .textCol .num {
  font-weight: 900;
  line-height: 110%;
}
.faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .textCol .time {
  font-weight: bold;
}
.faqWrap .listCol .faqList .answerRow .answerRowIn .catalogBtn {
  display: flex;
  background: #345AA5;
}
.faqWrap .listCol .faqList .answerRow .answerRowIn .catalogBtn .text {
  font-weight: 500;
  color: #ffffff;
}
.faqWrap .listCol .faqList.on .questionRow .arrow {
  transform: rotateX(180deg);
}
.faqWrap .listCol .faqList.on .answerRow {
  max-height: 600px;
  opacity: 1;
}

@media only screen and (max-width: 1079px) {
  .faqWrap .supportCol {
    padding: 0 0 24px 0;
  }
  .faqWrap .supportCol .supportTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 24px 0;
  }
  .faqWrap .supportCol .supportCaption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 24px 0;
  }
  .faqWrap .supportCol .contactList .contactBtn {
    padding: 10px 10px 10px 22px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin-bottom: 10px;
    min-height: 60px;
  }
  .faqWrap .supportCol .contactList .contactBtn.sky {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .faqWrap .supportCol .contactList .contactBtn .text {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .faqWrap .listCol .faqList {
    padding: 8px 12px 8px 12px;
  }
  .faqWrap .listCol .faqList .questionRow {
    padding: 8px 0;
  }
  .faqWrap .listCol .faqList .questionRow .head {
    width: 14%;
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .faqWrap .listCol .faqList .questionRow .title {
    width: calc(86% - 20px);
    padding-right: 12px;
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .faqWrap .listCol .faqList .questionRow .arrow {
    width: 20px;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn {
    padding-left: 14%;
    padding-bottom: 8px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox {
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 16px 0 16px 0;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .iconCol {
    width: 14%;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .textCol {
    width: calc(86% - 6px);
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .textCol .num {
    letter-spacing: 0.05em;
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .textCol .time {
    padding: 4px 0 0 0;
    font-size: 13px;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .catalogBtn {
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 12px 20px 12px 24px;
    width: min(100%, 320px);
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .catalogBtn .text {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 1080px) {
  .faqWrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
  }
  .faqWrap .supportCol {
    width: min(34vw, 500px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .faqWrap .supportCol.fix {
    position: fixed;
    left: calc((100% - min(92vw, 1360px)) / 2);
    top: 150px;
    transition: top 0.2s;
  }
  .faqWrap .supportCol.end {
    position: absolute;
    bottom: 0px;
    top: unset;
  }
  .faqWrap .supportCol .supportTitle {
    font-size: clamp(14px, 1.53vw, 22px);
    padding: 0 0 24px 0;
  }
  .faqWrap .supportCol .supportCaption {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 0 0 24px 0;
  }
  .faqWrap .supportCol .contactList {
    width: 300px;
  }
  .faqWrap .supportCol .contactList .contactBtn {
    padding: 10px 10px 10px 22px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin-bottom: 10px;
  }
  .faqWrap .supportCol .contactList .contactBtn.sky {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .faqWrap .supportCol .contactList .contactBtn .text {
    font-size: 18px;
  }
  .faqWrap .listCol {
    width: min(60%, 760px);
  }
  .faqWrap .listCol .faqList {
    padding: 16px 3.15% 16px 4.2%;
  }
  .faqWrap .listCol .faqList .questionRow {
    padding: 16px 0;
  }
  .faqWrap .listCol .faqList .questionRow .head {
    width: 50px;
    font-size: 32px;
  }
  .faqWrap .listCol .faqList .questionRow .title {
    width: calc(100% - 50px - 26px);
    padding-right: 12px;
    font-size: clamp(14px, 1.53vw, 22px);
  }
  .faqWrap .listCol .faqList .questionRow .arrow {
    width: 26px;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn {
    padding-left: 50px;
    padding-bottom: 16px;
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .linkText {
    text-decoration: underline;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 16px 0 16px 0;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .textCol .num {
    letter-spacing: 0.1em;
    font-size: 40px;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .telBox .textCol .time {
    padding: 4px 0 0 0;
    font-size: 15px;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .catalogBtn {
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 8px 38px 8px 24px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .faqWrap .listCol .faqList .answerRow .answerRowIn .catalogBtn .text {
    font-size: clamp(14px, 1.11vw, 16px);
  }
}/*# sourceMappingURL=style.css.map */