.faq_wrap {
  width:100%;
}
.header{border-bottom:1px solid #f0f0f0;}

.top_title {
  padding-top:276px;
  text-align: center;
}
.top_title h1 {
  font-size:32px;
  color: #6495ed;
  font-family: NotoSansKR;
  letter-spacing: -1.6px;
}
.top_title h2 {
  font-size:16px;
  margin-top: 8px;
  font-family: NotoSansKR;
  color: #414141;
  letter-spacing: -0.8px;
}
.faq_top_menu {
  width:1000px;
  margin:0 auto;
  padding-top: 80px;
 overflow: hidden;
text-align:center;
}
.faq_top_menu li {
  display:inline-block;
  width: 150px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #f2f2f2;
  color: #616161;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-right: 20px;
  cursor:pointer;
}
.faq_top_menu_on {
display: inline-block;
  width: 150px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #6495ed !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-right: 20px;
}
.botbot{border-bottom:1px solid #f2f2f2}


.faq_top_menu li:nth-of-type(6) {
  float:left;
  margin-right: 0px;
}
.faq_con_wrap {
  width:1280px;
  margin:0 auto;
  margin-top: 160px;
  overflow:hidden;margin-bottom:150px;
}
.faq_con {
  width:100%;
  display:none;
}
.faq_con_on{
  display:block;
}
.faq_con li {
  width:100%;
}
.faq_con li:nth-of-type(2n+1) {
  width:100%;
  float: left;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #f2f2f2;
  color: #303030;
}
.faq_con li:nth-of-type(2n+1) h1 {
  font-size:16px;
  float: left;
  margin-left: 30px;
  margin-right: 20px;
  font-family: notokrM;
}
.faq_con li:nth-of-type(2n+1) h2 {
  font-size:16px;
  float: left;
}
.faq_con li:nth-of-type(2n+1) img {
  font-size:16px;
  float: left;
  margin-top: 30px;
  float: right;
  margin-right: 30px;
}
.faq_con li:nth-of-type(2n) {
  width:100%;
  float: left;
  display: none;
  border-top: 1px solid #f2f2f2;
  background-color: #fcfcfc !important;
}
.faq_con li:nth-of-type(2n) h1 {
  font-size:16px;
  margin-left: 60px;
  line-height: 32px;
  color: #303030;
  font-family: NotoSansKR;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-left: 15px;
}
.last_of_faq {
  border-bottom:1px solid #f2f2f2;
}
/*res_1*/
@media (min-width:768px) and (max-width:1279px) {
  .faq_wrap {
    width:100%;
  }
  .top_title {
    padding-top:276px;
    text-align: center;
  }
  .top_title h1 {
    font-size:32px;
    color: #6495ed;
    font-family: NotoSansKR;
    letter-spacing: -1.6px;
  }
  .top_title h2 {
    font-size:16px;
    margin-top: 8px;
    font-family: NotoSansKR;
    color: #414141;
    letter-spacing: -0.8px;
  }
  .faq_top_menu {
    width: 347PX;
    margin:0 auto;
    padding-top: 60px;
    overflow:hidden;
  }
  .faq_top_menu li {
   display: inline-block;
    width: 150px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #f2f2f2;
    color: #616161;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: -0.8px;
    margin-right: 20px;
    margin-top: 19px;
    cursor:pointer;
  }
  .faq_top_menu_on {
   display: inline-block;
    width: 150px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #6495ed !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: -0.8px;
    margin-right: 20px;
  }
  .faq_top_menu li:nth-of-type(6) {
    float:left;
    margin-right: 0px;
  }
/*
  .faq_top_menu li:nth-of-type(3) {
    float:left;
    margin-right: 0px;
  }
*/
  .faq_con_wrap {
    width: 700PX;
    margin:0 auto;
    margin-top: 50px;
  overflow:hidden;
      margin-bottom:100px;
  }
  .faq_con {
    width:100%;
  }
  .faq_con li {
    width:100%;
  }
  .faq_con li:nth-of-type(2n+1) {
    width:100%;
    float: left;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #f2f2f2;
    color: #303030;
  }
  .faq_con li:nth-of-type(2n+1) h1 {
    font-size:16px;
    float: left;
    margin-left: 30px;
    margin-right: 20px;
    font-family: notokrM;
  }
  .faq_con li:nth-of-type(2n+1) h2 {
    font-size:16px;
    float: left;
  }
  .faq_con li:nth-of-type(2n+1) img {
    font-size:16px;
    float: left;
    margin-top: 30px;
    float: right;
    margin-right: 30px;
  }
  .faq_con li:nth-of-type(2n) {
    width:100%;
    float: left;
    display: none;
    border-top: 1px solid #f2f2f2;
    background-color: #fcfcfc !important;
  }
  .faq_con li:nth-of-type(2n) h1 {
    font-size:16px;
    margin-left: 60px;
    line-height: 32px;
    color: #303030;
    font-family: NotoSansKR;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .last_of_faq {
    border-bottom:1px solid #f2f2f2;
  }

}
/*res_2*/
@media (min-width:350px) and (max-width:767px) {
  .faq_wrap {
    width:100%;
  }
  .top_title {
    padding-top:140px;
    text-align: center;
  }
  .top_title h1 {
    font-size: 26px;
    color: #6495ed;
    font-family: NotoSansKR;
    letter-spacing: -1.6px;
  }
  .top_title h2 {
    font-size: 14px;
    margin-top: 8px;
    font-family: NotoSansKR;
    color: #414141;
    letter-spacing: -0.8px;
  }
  .faq_top_menu {
    width: 330px;
    margin:0 auto;
    padding-top: 60px;
  }
  .faq_top_menu li {
    float:left;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #f2f2f2;
    color: #616161;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.8px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .faq_top_menu_on {
    float:left;
    width: 150px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #6495ed !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: -0.8px;
    margin-right: 20px;
  }
  .faq_top_menu li:nth-of-type(6) {
    float:left;
    margin-right: 0px;
  }
  .faq_top_menu li:nth-of-type(3) {
    float:left;
    margin-right: 10px;
  }
  .faq_top_menu li:nth-of-type(1) {
    float:left;
  }
  .faq_top_menu li:nth-of-type(2) {
    float:left;
    margin-right: 0px;
  }
  .faq_top_menu li:nth-of-type(4) {
    float:left;
    margin-right: 0px;
  }
  .faq_top_menu li:nth-of-type(5) {
    float:left;
  }
  .faq_con_wrap {
    width: 350px;
    margin:0 auto;
    margin-top: 50px;
    overflow:hidden;
    margin-bottom:100px;
  }
  .faq_con {
    width:100%;
  }
  .faq_con li {
    width:100%;
  }
  .faq_con li:nth-of-type(2n+1) {
    width:100%;
    float: left;
    height: auto;
    line-height: 70px;
    border-top: 1px solid #f2f2f2;
    color: #303030;
      padding:15px 0;
  }
  .faq_con li:nth-of-type(2n+1) h1 {
    font-size:16px;float: left;margin:0 16px 0 10px;font-family: notokrM;width:2%;font-weight:900;text-align:left;line-height:24px;
  }
  .faq_con li:nth-of-type(2n+1) h2 {
    font-size: 14px;float: left;line-height:24px;width:78%;}
  .faq_con li:nth-of-type(2n+1) img {
    font-size:16px;
    float: left;
    margin-top: 30px;
    float: right;
    margin-right: 30px;
    display: none;
  }
  .faq_con li:nth-of-type(2n) {
    width:100%;
    float: left;
    display: none;
    border-top: 1px solid #f2f2f2;
    background-color: #fcfcfc !important;
  }
  .faq_con li:nth-of-type(2n) h1 {
    font-size: 13px;
    margin-left: 15px;
    line-height: 26px;
    color: #303030;
    font-family: NotoSansKR;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .last_of_faq {
    border-bottom:1px solid #f2f2f2;
  }


}
