@import url("../../css/reset.css");
@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css");

/*
font-family: 'NanumSquareNeoLight';
font-family: 'NanumSquareNeo';
font-family: 'NanumSquareNeoBold';
font-family: 'NanumSquareNeoExtraBold';
font-family: 'NanumSquareNeoHeavy';
*/

@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

body,
html {
  overflow-x: hidden;
  font-family: "Pretendard", sans-serif;
  margin: 0;
  padding: 0;
  /* scroll-behavior: smooth;  */  /* 부드러운 스크롤 */
  font-family: NanumSquareNeovariable;
}

.only-pc {
  display: block !important;
}
.only-mo {
  display: none !important;
}

/* wrap */
.wrap {
  position: relative;
}

/* inner */
.inner {
  width: 1100px;
  margin: 0 auto;
}

/* scrollTop */
#scrollTop {
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-image: url("../images/top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 999;
}

/* header */
.header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 15px 70px;
  box-sizing: border-box;
}
.logo-taxwatch,
.logo-douzone {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: contain;
  height: 18px;
}
.logo-taxwatch {
  width: 128px;
  background-image: url(../images/logo-taxwatch.png);
}
.logo-douzone {
  width: 110px;
  background-image: url(../images/logo-douzone.png);
}
.logo-taxwatch a,
.logo-douzone a {
  display: block;
  width: 100%;
  height: 100%;
}

/* section01 */
.section01 {
  position: relative;
}
.section01 .s1_btn_01 {
  position: absolute;
  top: 80%;
  left: 34%;
  transform: translate(-50%);
  width: 26vw;
  height: 5vw;
  background: url(../images/s1_btn_01.png) no-repeat center/cover;
  z-index: 10;
}
.section01 .s1_btn_01:hover {
  background-image: url(../images/s1_btn_01_hover.png);
}
.section01 .s1_btn_01 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* section03 */
.section03 {
  padding: 150px 0;
  position: relative;
}
.section03 .s3_img img {
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 60vw;
}
.section03 .s3_btn_01 {
  position: absolute;
  left: 50%;
  width: 19vw;
  height: 4vw;
  transform: translate(-50%, -50%);
  background: url(../images/s3_btn_01.png) no-repeat center/cover;
}
.section03 .s3_btn_01:hover {
  background-image: url(../images/s3_btn_01_hover.png);
}
.section03 .s3_btn_01 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* section04 */
.section04 {
  padding: 100px 0 150px;
}
.section04 img {
  display: block;
}

/* section05 */
.section05 {
  padding: 150px 0;
  background-color: #E9ECF3;
}
.section05 .title {
  text-align: center;
  padding-bottom: 70px;
  position: relative;
}
.section05 .title h4 {
  font-size: 43px;
  font-weight: bolder;
  margin-bottom: 10px;
  position: relative;
  padding-top: 20px;
  font-family: 'NanumSquareNeoExtraBold', sans-serif;
}
.section05 .title h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #30DCFF, #4087F6);
  border-radius: 2px;
}
.section05 .title span {
  font-size: 30px;
  font-family: 'NanumSquareNeoBold', sans-serif;
}

.slide-wrap {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.swiper {
  overflow: visible;
}
.swiper-slide {
  width: 25.5vw;
  height: 29.7vw;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-slide img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.swiper-pagination {
  position: relative;
  margin: 50px 0;
  text-align: center;
  z-index: 5;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px 0 0;
  opacity: 1;
  border-radius: 0;
  vertical-align: top;
  background: #cdcdcd;
}
.swiper-pagination-bullet-active {
  background: #000;
}

/* section07 */
.section07 {
  padding: 150px 0;
}
.section07 .title {
  text-align: center;
  font-size: 43px;
  margin-bottom: 5vw;
  position: relative;
  padding-top: 20px;
  font-family: 'NanumSquareNeoExtraBold', sans-serif;
}
.section07 .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #30DCFF, #4087F6);
  border-radius: 2px;
}
.faq {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border-top: solid 1px #505050;
}
.toggle-wrap {
  border-bottom: 1px solid #e3e3e3;
}
.toggle-header {
  position: relative;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1.6;
  display: flex;
  font-size: 1.2vw;
  padding: 2vw;
  font-family: 'NanumSquareNeoExtraBold', sans-serif;
}
.toggle-content {
  overflow: hidden;
  max-height: 0;
  background-color: #f7f8fc;
  border-radius: 20px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #666;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  font-family: 'NanumSquareNeoBold', sans-serif;
  font-size: 1vw;
  padding: 0 2vw;
}
.toggle-wrap.active .toggle-header::after {
  transform: translateY(-50%) rotate(180deg);
}
.toggle-header::before {
  content: "Q. ";
  color: #000;
  margin-right: 20px;
}
.toggle-content::before {
  content: "A. ";
  color: #505050;
  margin-right: 25px;
  font-family: 'NanumSquareNeoExtraBold', sans-serif;
}
.toggle-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 25px;
  height: 25px;
  background-image: url('../images/ic-chevron-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.toggle-wrap.active .toggle-content {
  max-height: 1000px;
  padding: 2vw;
  margin-bottom: 2vw;
  opacity: 1;
  visibility: visible;
}

/* section08 */
.section08 {
  padding: 100px 0 50px;
  background-color: #F4F5F9;
}
.section08 img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* section09 */
.section09 {
  padding: 100px 0;
  background-color: #F4F5F9;
}
.section09 .txt img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.section09 .s9_btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.section09 .s9_btn_01 {
  width: 15vw;
  height: 4vw;
  background: url(../images/s9_btn_01.png) no-repeat center/cover;
}
.section09 .s9_btn_01:hover {
  background-image: url(../images/s9_btn_01_hover.png);
}
.section09 .s9_btn_02 {
  width: 22vw;
  height: 4vw;
  background: url(../images/s9_btn_02.png) no-repeat center/cover;
}
.section09 .s9_btn_02:hover {
  background-image: url(../images/s9_btn_02_hover.png);
}
.section09 .s9_btn_01 a,
.section09 .s9_btn_02 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* section10 */
.section10 {
  border-bottom: 1px solid #7b7b7b;
  background-color: #000;
  padding: 100px 0 130px;
  position: relative;
}
.section10 .txt img {
  display: block;
  margin: 0 auto;
  padding-bottom: 70px;
}
.section10 .s10_btn_01 {
  position: absolute;
  left: 50%;
  width: 25vw;
  height: 4vw;
  transform: translate(-50%, -50%);
  background: url(../images/s10_btn_01.png) no-repeat center/cover;
  display: block;
}
.section10 .s10_btn_01:hover {
  background-image: url(../images/s10_btn_01_hover.png);
}
.section10 .s10_btn_01 a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 798px) {
  .only-pc {
    display: none !important;
  }
  .only-mo {
    display: block !important;
    margin: 0 auto;
    text-align: center; /* 부모 요소에 적용 */
  }
  .inner {
    padding: 0 20px;
  }
 
  /* header */
  .header {
    height: 50px;
    padding: 10px 20px;
  }
  .logo-taxwatch {
    width: 85px;
    height: 12px;
    background-image: url(../images/logo-taxwatch.png);
  }
  .logo-douzone {
    width: 73px;
    height: 12px;
    background-image: url(../images/logo-douzone.png);
  }

  /* section01 */
  .section01 .s1_btn_01 {
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85vw;
    height: 15vw;
  }

  /* section03 */
  .section03 {
    padding: 30px 0;
  }
  
  /* section04 */
  .section04 {
    padding: 30px 0;
  }
  .section04 img {
    width: 100%;
  }

  /* section05 */
  .section05 {
    padding: 70px 0;
  }
  .section05 .title {
    padding-bottom: 50px;
  }
  .section05 .title h4 {
    font-size: 30px;
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .section05 .title span {
    font-size: 17px;
  }
  .section05 .title h4::before {
    width: 33px;
    height: 2px;
  }
  .slide-wrap {
    max-width: 360px;
  }
  .swiper-slide {
    width: 64vw;
    height: auto;
  }
  .swiper-pagination {
    margin: 50px 0 0;
  }

  /* section07 */
  .section07 {
    padding: 70px 0;
  }
  .section07 .title {
    font-size: 30px;
    padding-top: 15px;
  }
  .section07 .title::before {
    width: 33px;
    height: 2px;
  }
  .section07 .faq {
    margin: 50px auto;
    max-width: 360px;
  }
  .toggle-header {
    font-size: 16px;
    padding: 30px 20px;
  }
  .toggle-header::before {
    margin-right: 10px;
  }
  .toggle-header::after {
    width: 20px;
    height: 20px;
  }
  .toggle-content {
    font-size: 14px;
  }
  .toggle-content::before {
    margin-right: 10px;
    font-size: 15px;
  }
  .toggle-wrap.active .toggle-content {
    padding: 20px
  }

  /* section08 */
  .section08 {
    padding: 50px 0 
    20px;
  }
  .section08 img {
    padding: 0;
  }

  /* section09 */
  .section09 {
    padding: 50px 0;
  }
  .section09 .txt img{
    width: 80vw;
    padding-bottom: 20px;
  }
  .section09 .s9_btn {
    flex-direction: column;
    gap: 10px;
  }
  .section09 .s9_btn_01 {
    margin: 0 auto;
    width: 45vw;
    height: 13vw;
  }
  .section09 .s9_btn_02 {
    width: 70vw;
    height: 13vw;
    margin: 0 auto;
  }
  
  /* section10 */
  .section10 {
    padding: 60px 0 80px;
  }
  .section10 .txt img {
    width: 100%;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .section10 .s10_btn_01 {
    padding-top: 25px;
    margin: 0 auto;
    width: 85vw;
    height: 15vw;
    background-size: contain;
  }

}
