hr {
  margin: 0 0 32px;
  opacity: 20%;
}

main > header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

main > section {
  padding: 0 32px 32px;
}
@media (max-width: 768px) {
  main > section {
    padding: 0;
  }
}

@media (max-width: 499px) {
  main > section {
    padding: 0 26px;
  }
}


.swiper {
  width: 100%;
  height: fit-content;
}

.tab-wrap {
  width: 100%;
  max-width: 1440px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  padding: 0 0 20px;
}
@media (max-width: 1280px) {
  .tab-wrap {overflow-y: auto; }
  
}

.faq-tab-list {display: flex;width: 100%; padding:0; box-sizing: border-box;}
@media (max-width: 1280px) {
  .faq-tab-list {flex-direction: row; padding: 0 10px;}
}
@media (max-width: 340px) {
  .faq-tab-list.howtopage {
    flex-direction: column;
  }
}
.faq-tab-list.howtopage button {
  min-width: 0;
}
.faq-tab-list button {
  min-width: 240px;
  transform: scale(0.95);
  padding: 12px 24px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.25s;
  color: #1a1a1a;
  text-align: center;
  justify-content: center;
}


@supports (-webkit-touch-callout: none) {
  .faq-tab-list button {
    margin: 0 4px;
  }
}
@media (max-width: 1280px) {
  .faq-tab-list button {
    transform: scale(0.95); 
  }
}
@media (max-width: 768px) {
  .faq-tab-list button {
    width: 100%;
    word-break: keep-all; min-width: 0px;
  }
  .howto_box{margin-top: -40px;}
}
.faq-tab-list button:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.faq-tab-list button:focus {
  background-color: #1a1a1a;
  color: #fff;
}
.faq-tab-list button.active {
  background-color: #1a1a1a;
  color: #fff;
}
.faq-tab-list .slick-arrow {
  width: 50px;
  min-width: 0;
}

.faq-list {
  display: none;
  flex-direction: column;
  gap: 16px;
  visibility: hidden;
  height: 0px;
}
.faq-list.active {
  display: flex;
  visibility: visible;
  height: auto;
}
.faq-list .faq-item {
  border-radius: 16px;
  background-color: #f8f8f8;
  cursor: pointer;
}
@supports (-webkit-touch-callout: none) {
  .faq-list .faq-item {
    margin: 8px 0;
  }
}
.faq-list .faq-item .faq-title button {
  font-size: 1.375rem;
  line-height: 100%;
  font-weight: 500;
  line-height: 1.4;
  padding: 2rem;
  width: 100%;
  text-align: left;
}
.faq-list .faq-item .faq-body {
  display: none;
  padding: 0 2rem 2rem 3rem;
  font-size: 1.15rem;
  line-height: 1.8;
}
.faq-list .faq-item .faq-body.active {
  display: block;
}
.faq-list .faq-item .faq-body::before {
  content: "A.";
}
.faq-list .faq-item.active .faq-body {
  display: block;
}

.howto-wrap {
  padding: 16px;
  display: flex;
}
.sc_howto_wrap_m{display: none;}
@media (max-width: 768px) {
  .howto-wrap {
    flex-direction: column;
  }

.sc_howto_wrap_m{display: block; position: relative;   background-color: #fff; border-radius: 10px;
  border:1px solid #1a1a1a;  font-size: 1.5rem; margin-bottom:20px;}

.sc_howto_wrap_m .btn_sc_howto-menu{
  position: relative;
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  border-radius: 4px;
  color: #1a1a1a;
  border: none;
  cursor: pointer;
}
.sc_howto_wrap_m .btn_sc_howto-menu:focus {
  outline: 2px dashed #fff;
}
.sc_howto_wrap_m .btn_sc_howto-menu img {
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.sc_howto_wrap_m .btn_sc_howto-menu img.active {
  transform: translateY(-50%) rotate(-90deg);
}
.sc_howto_wrap_m .sc_howto-menu {
  position: absolute;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  top: 105%;
  left: 0;
  width: 100%;
  border-radius: 10px;
  z-index: 9999;
}
.sc_howto_wrap_m .sc_howto-menu li button {
  display: block;
  padding: 16px;
  text-decoration: none;
  text-align: left;
  color: #1a1a1a;
  font-size: 1.2rem;
}
.sc_howto_wrap_m .sc_howto-menu li:hover button{
  background-color: #fdfdfd;
  width:100%;
  background: #1a1a1a;
  color: #fff;
  border-radius: 10px;
}  
}

/*이용가이드_아이폰*/
@media (max-width: 768px) {
.sc_howto_wrap_m .btn_sc_howto-menu02{
  position: relative;
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  border-radius: 4px;
  color: #1a1a1a;
  border: none;
  cursor: pointer;
}
.sc_howto_wrap_m .btn_sc_howto-menu02:focus {
  outline: 2px dashed #fff;
}
.sc_howto_wrap_m .btn_sc_howto-menu02 img {
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.sc_howto_wrap_m .btn_sc_howto-menu02 img.active {
  transform: translateY(-50%) rotate(-90deg);
}
.sc_howto_wrap_m .sc_howto-menu02 {
  position: absolute;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  top: 105%;
  left: 0;
  width: 100%;
  border-radius: 10px;
  z-index: 9999;
}
.sc_howto_wrap_m .sc_howto-menu02 li button {
  display: block;
  padding: 16px;
  text-decoration: none;
  text-align: left;
  color: #1a1a1a;
  font-size: 1.2rem;
}
.sc_howto_wrap_m .sc_howto-menu02 li:hover button{
  background-color: #fdfdfd;
  width:100%;
  background: #1a1a1a;
  color: #fff;
  border-radius: 10px;
}  
}

.btn_site{position: relative!important; margin:80px auto 0; height:60px; line-height: 60px; background: #fff; border:1px solid #1a1a1a;
  border-radius: 300px; color:#1a1a1a; text-decoration: none;}
.btn_site:hover{background: #1a1a1a; color:#fff; text-decoration: none;}
.howto-wrap .howto-aside {
  float: left;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

@media (max-width: 1400px) {
  .howto-wrap .howto-aside {padding: 16px 0;}
  .howto-wrap .howto-aside button {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .howto-wrap {padding: 0;}
  .howto-wrap .howto-aside {display: none; }
}

.howto-wrap .howto-aside button {
  color: rgba(162, 162, 162, 0.9215686275);
  font-size: 1.1rem;
  padding: 8px 0;
  cursor: pointer;
  word-break: keep-all;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  text-align: left;
}
@media (max-width: 768px) {
  .howto-wrap .howto-aside button {
    font-size: 1.35rem;
  }
}
.howto-wrap .howto-aside button.active {
  font-weight: bold;
  border-bottom: 2px solid #1a1a1a;
  color: #1a1a1a;
  display: inline-block;
}
.howto-wrap .howto-main {
  display: inline-block;
  width: calc(100% - 200px);
  padding: 16px;
  box-sizing: border-box;
  flex: 1;
  background-color: #f4f4f4;
  border-radius: 16px;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .howto-wrap .howto-main {
    width: 100%;
    height: fit-content;
    padding: 48px 8px;
  }
}
.howto-wrap .howto-main .howto-slide-guide {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 90%;
  display: none;
}
.howto-wrap .howto-main .howto-slide-guide.active {
  display: inline-block;
}
.howto-wrap .howto-main .howto-slide-guide button {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.howto-wrap .howto-main .howto-slide-guide button.slick-prev {
  left: 0;
}
.howto-wrap .howto-main .howto-slide-guide button.slick-next {
  right: 0;
}
.howto-wrap .howto-main .howto-slide-guide button .fas::before { color: #ccc;}


.howto-wrap .howto-main .howto-slide-guide .slick-dots {
  display: flex;
  gap: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .howto-wrap .howto-main .howto-slide-guide .slick-dots {
    gap: 8px;
  }
}
.howto-wrap .howto-main .howto-slide-guide .slick-dots li {
  background-color: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
@supports (-webkit-touch-callout: none) {
  .howto-wrap .howto-main .howto-slide-guide .slick-dots li {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .howto-wrap .howto-main .howto-slide-guide .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.howto-wrap .howto-main .howto-slide-guide .slick-dots li.slick-active {
  background-color: #1a1a1a;
}
.howto-wrap .howto-main .howto-slide-guide .slick-dots li button {
  font-size: 0;
}
.howto-wrap .howto-main .howto-slide-guide .slick-track {
  height: inherit;
  justify-content: center;
  align-items: center;
}
.howto-wrap .howto-main .howto-slide-guide .slick-track .slick-slide {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.98);
}
.howto-wrap .howto-main .howto-slide-guide .slick-track .slick-slide > div {
  height: inherit;
}
.howto-wrap .howto-main .howto-slide-guide .howto-slide-item {
  height: inherit;
  min-width: 250px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top:80px;
}

.howto-wrap .howto-main .howto-slide-guide .howto-slide-item img {
  width:100%;
  max-width:320px;
}

.howto-wrap .howto-main .howto-slide-guide .howto-slide-item img.pc_img {
  width:100%;
  max-width:430px;
}
.tab_third_icon
{width:200px!important;}

@media (max-width: 768px) {
  .howto-wrap .howto-main .howto-slide-guide .howto-slide-item {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top:0;

  }
}
@media (max-width: 768px) {
  .howto-wrap .howto-main .howto-slide-guide .howto-slide-item .howto-slide-img {
    max-width:250px;
    margin: auto;
  }
  .tab_third_icon
  {width:150px!important;}

  .howto-wrap .howto-main .howto-slide-guide .howto-slide-item img.pc_img {
    width:100%;
    max-width:380px;
  }
  
}
.howto-wrap .howto-main .howto-slide-guide .howto-slide-item .howto-slide-text {
  width: 100%;
  word-break: keep-all;
  text-align: center;
  padding: 16px 8px 16px;
  color: #7d7d7d;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .howto-wrap .howto-main .howto-slide-guide .howto-slide-item .howto-slide-text {
    width: 90%; 
  }
}

.btn-cert-guide {
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 450px;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
}/*# sourceMappingURL=faq.css.map */

