/**************************************** FAQ 시작 */

.faq_tab {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .faq_tab .tab {
    font-size: 1.0625em;
    padding: 7px 0;
    width: 150px;
    color: #aaa;
    border: 1px solid #e6e6e6;
    margin: 0 3px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    transition: color 0.3s;
    cursor: pointer;
    transform: rotate(-0.03deg);
  }
  
  .faq_tab .tab.active {
    font-weight: 500;
    color: #fff;
    border: 1px solid #1055a0;
    background-color: #1055a0;
  }
  
  .faq_tab .tab:hover {
    color: #fff;
    border: 1px solid #1055a0;
    background-color: #1055a0;
  }
  
  .faq_tabcont {
    border-bottom: 1px solid #e6e6e6;
  }
  
  .faq_tabcont ul {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
  }
  
  .faq_title {
    display: grid;
    align-items: center;
  }
  
  .faq_title.question {
    padding: 25px 0;
    grid-template-columns: 0.3fr 0fr 2fr 0.2fr;
    gap: 10px;
    cursor: pointer;
  }
  
  .faq_title.answer {
    padding: 25px 50px 25px 174px;
    grid-template-columns: 0fr 0fr 1fr;
    gap: 10px;
    background-color: #fbfbfb;
    display: none;
  }
  
  .question .faq_ques {
    font-family: 'twayair';
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #cc1e12;
  }
  
  .faq_cap {
    transform: skew(-0.1deg);
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .faq_title.answer .faq_cap{
    transform: skew(-0.1deg);
    font-size: 17px;
    width: 100%;
  }

  .faq_mark{
      font-size: 18px;
      height: 100%;
      font-weight: 700;
      display: flex;
      align-items: flex-start;
  }
  
  .faq_icon {
    text-align: end;
  }
  
  .faq_icon i {
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
  }

/**************************************** FAQ 끝 */


/**************************************** 1:1문의하기 시작 */

.support_list > .list_line{
  grid-template-columns: 3fr 0.3fr 0fr;
}

.support_list .list_label{
  margin: 0 10px;
}

.support_pop{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

.support_pop_back{
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  cursor: pointer;
}

.support_pop_con{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 578px;
  height: 354px;
  position: relative;
}

.support_pop_con > div:first-child{
  width: 84px;
  height: 84px;
  background-color: #e6e6e6;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support_pop_con div:first-child i{
  font-size: 50px;
  color: #fff;
}

.support_pop_con p{
  font-family: 'twayair';
  font-size: 20px;
}

.support_pop_btn {
  font-family: 'twayair';
  cursor: pointer;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50px;
  background-color: #111;
  color: #fff;
}

.support_pop_con form{
  display: flex;
  gap: 10px;
}

.support_pop_con form input{
  width: 200px;
  outline: 0;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  font-size: 16px;
}

.support_pop_con form button{
  font-family: 'twayair';
  width: 100px;
  height: 45px;
  background-color: #111;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
}

.close_btn{
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
}

.support_pop_btn{
  font-family: 'twayair';
    background-color: #cc1e12;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.support_view_wrap{
  border-bottom: 3px solid #e6e6e6;
}

.view_con.support{
  border-bottom: 0px solid #e6e6e6;
}

.view_process{
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e6e6e6;
  color: #aaaaaa;
  transform: skew(
    -0.1deg);
}

.support_rating{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 30px;
}

.rating_title{
  font-family: 'twayair';
  font-size: 22px;
  margin-bottom: 10px;
}

.rating_cap{
  color: #aaaaaa;
  margin-bottom: 20px
}

.support_rating ul{
  display: flex;
  gap: 10px;
}

.support_rating ul li input[type=checkbox]{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.support_rating ul li input[type=checkbox]+label{
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 27px;
  height: 25px;
  background: url(/img/sub05/sub05_rating.png) no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  transition: 0.4s;
}

.support_rating ul li input[type=checkbox]:checked+label{
  filter: grayscale(0%);
}

.support_rating form{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 30px;
}

.support_rating form button{
  margin-top: 20px;
  font-family: 'twayair';
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  transition: 0.4s;
}

.support_rating form button:hover{
  background-color: #cc1e12;
}

/**************************************** 1:1문의하기 끝 */