@charset "UTF-8";
@import url(../css/reset.css);

html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  background-color: #fff;
}

/* 공통 wrapper */
.all-wrap {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

[class $= "inner"] {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

button {
  cursor: pointer;
}
#main {
  padding-top: 10rem;
}
/* 메인 배너 */
.slide-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  /* overflow: hidden; */
  background: url('../img/gubun3-banner.png') center center / cover no-repeat;
}

.slide-banner .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-text {
  position: absolute;
  left: 0%;
  top: 75%;
  /* transform: translate(-50,-50%); */
  /* margin-top: 60%; */
  text-align: left;
  color: #fff;
  width: 100%;
}

.hero-text p {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  margin-bottom: 1rem;
}

.hero-text h2 {
  font-size: clamp(3.5rem, 2vw, 4rem);
  font-weight: 600;
}

.notice {
  text-align: left;
  padding: 30rem 0;
}
.notice h3 {
  font-size: clamp(3.5rem, 1.56vw, 4.5rem);
  color: #092251;
  font-weight: 600;
  margin-bottom: 3rem;
}
.notice p {
  font-size: clamp(1.9rem, 0.94vw, 2.9rem);
}
.notice .btn-wrap {}
.intro .btn-wrap a,
.notice .btn-wrap a {
  margin-right: 2rem;
}
.intro :any-link,
.notice :any-link {
  display: inline-block;
  background: none;
  color: #424242;
  padding: 1.2rem 3rem;
  border: 1px solid #424242;
  border-radius: 3rem;
  font-size: clamp(1.5rem, 0.78vw, 2.5rem);
  cursor: pointer;
  transition: all 0.3s ease;
}
.intro a:hover,
.notice a:hover {
  background: #424242;
  color: #fff;
}
.notice2 {
  padding: 29rem 0;
}
.notice2 p {
  margin: 0;
}
.notice strong {
  font-weight: 600;
}

/* intro */
.intro1 {
  width: 100%;
  height: 41vh;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro1 img {
  content: url('../img/gubun3-intro1.png');
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.intro2 {
  width: 100%;
  height: 79.5vh;
  /* overflow: hidden; */
  background: url('../img/gubun3-intro2.png') center center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro2 .text-box h3 {
  font-size: clamp(3.5rem, 1.56vw, 4.5rem);
  margin-bottom: 6rem;
} 
.intro2 .text-box ul {
  margin-bottom: 18rem;
}
.intro2 .text-box li {
  list-style-type: disc;
  margin-left: 3rem;
  font-size: clamp(1.9rem, 0.94vw, 2.9rem);
}
.intro2 .text-box a {
  color: #fff;
  border: 1px solid #fff;
}
.intro2 .text-box a:hover {
  color: #424242;
  background: #fff;
}

.mix1 {
  padding: 10rem 0;
}
.mix1 .img-wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.mix1 .img-wrap > div {
  display: flex;
}
.mix1 .img-wrap > div:nth-child(odd) {
  justify-content: flex-start;
}
.mix1 .img-wrap > div:nth-child(even) {
  justify-content: flex-end;
}
.mix1 .img-wrap > div:nth-child(1) img {  content: url(../img/gubun3-mix1-1.png);}
.mix1 .img-wrap > div:nth-child(2) img {  content: url(../img/gubun3-mix1-2.png);}
.mix1 .img-wrap > div:nth-child(3) img {  content: url(../img/gubun3-mix1-3.png);}
.mix1 .img-wrap > div:nth-child(4) img {  content: url(../img/gubun3-mix1-4.png);}
.mix1 .img-wrap > div:nth-child(5) img {  content: url(../img/gubun3-mix1-5.png);}

.mix1 .img-wrap > div:nth-child(1) img:hover {
  content: url(../img/gubun3-mix1-1_1.png);
  transition: all 2s ease;
}
.mix1 .img-wrap > div:nth-child(2) img:hover {
  content: url(../img/gubun3-mix1-2_1.png);
  transition: all 2s ease;
}
.mix1 .img-wrap > div:nth-child(3) img:hover {
  content: url(../img/gubun3-mix1-3_1.png);
  transition: all 2s ease;
}
.mix1 .img-wrap > div:nth-child(4) img:hover {
  content: url(../img/gubun3-mix1-4_1.png);
  transition: all 2s ease;
}
.mix1 .img-wrap > div:nth-child(5) img:hover {
  content: url(../img/gubun3-mix1-5_1.png);
  transition: all 2s ease;
}

.mix2,
.mix3 {
  width: 100%;
  height: 78.7vh;
  max-height: 100rem;
  /* overflow: hidden; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mix2 {
  background: url('../img/gubun3-mix2.png') center center / cover no-repeat;
}
.mix3 {
  background: url('../img/gubun3-mix3.png') center center / cover no-repeat;
}
.mix2 .text-box h3,
.mix3 .text-box h3 {
  font-size: clamp(3.5rem, 1.56vw, 4.5rem);
  margin-bottom: 4rem;
}
.mix2 .text-box p,
.mix3 .text-box p {
  font-size: clamp(1.9rem, 0.94vw, 2.9rem);
  margin-bottom: 10rem;
}
.mix2 .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(25rem * 3 + 4rem);
  gap: 2rem;
}
.mix3 .btn-wrap button,
.mix2 .btn-wrap button {
  width: 25rem; /* 버튼 너비 조절 */
  height: 5rem;
  background: none;
  border: 1px solid #fff;
  border-radius: 5rem;
  color: #fff;
  font-size: clamp(1.5rem, 0.78vw, 2.5rem);
  transition: all 0.5s ease;
}
.mix3 .btn-wrap button:hover,
.mix2 .btn-wrap button:hover {
  border: 1px solid #092251;
  color: #092251;
  background: #fff;
}

.mix3 .text-box h4 {
  font-size: clamp(1.7rem, 0.85vw, 2.7rem);
  margin-bottom: 4rem;
}
.mix3 .btn-wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.notice3 {
  text-align: center;
}
.notice3 p {
  margin-bottom: 4rem;
}
.notice3 .img-wrap {
  margin-bottom: 19rem;
}



.mobile-br {
  display: none;
}


/* 태블릿 반응형 */
@media only screen and (max-width: 1280px) {
  [class $= "inner"] {
    padding: 0 3rem;
  }
  #main {
    padding: 0;
  }
  .slide-banner {
    background: url('../img/gubun3-banner_m.png') center center / cover no-repeat;
    height: 85vh;
  }
  .hero-text {
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    top: 83%;
  }
  .hero-text h2 {
    font-size: clamp(2rem, 1.5vw, 3rem);
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .hero-text p {
    font-size: clamp(1.6rem, 2vw, 2.6rem);
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .notice {
    text-align: center;
    padding: 8rem 0;
  }
  .notice h3 {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    margin-bottom: 2rem;
  }
  .notice p {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
  }
  .notice2 p {
    margin: 0;
  }


  /* intro */
  .intro1 {
    height: auto;
  }
  .intro1 img {
    content: url('../img/gubun3-intro1_m.png');
  }

  .intro2 {
    background: url('../img/gubun3-intro2_m.png') center center / cover no-repeat;
  }
  .intro2 .text-box {
    text-align: center;
  }
  .intro2 .text-box h3 {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    margin-bottom: 4rem;
  } 
  .intro2 .text-box ul {
    margin-bottom: 4rem;
  }
  .intro2 .text-box li {
    list-style-type: none;
    margin-left: 0;
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    margin-bottom: 1rem;
  }


  .mix1 {
    padding: 8rem 0;
  }
  .mix1 .img-wrap {
    gap: 4rem;
  }
  .mix1 .img-wrap > div {
    display: flex;
  }
  .mix1 .img-wrap > div:nth-child(odd) {
    justify-content: center;
    align-items: center;
  }
  .mix1 .img-wrap > div:nth-child(even) {
    justify-content: center;
  }
  .mix1 .img-wrap > div:nth-child(1) img {  content: url(../img/gubun3-mix1-1_m.svg);}
  .mix1 .img-wrap > div:nth-child(2) img {  content: url(../img/gubun3-mix1-2_m.svg);}
  .mix1 .img-wrap > div:nth-child(3) img {  content: url(../img/gubun3-mix1-3_m.svg);}
  .mix1 .img-wrap > div:nth-child(4) img {  content: url(../img/gubun3-mix1-4_m.svg);}
  .mix1 .img-wrap > div:nth-child(5) img {  content: url(../img/gubun3-mix1-5_m.svg);}

  .mix1 .img-wrap > div:nth-child(1) img:hover {
    content: url(../img/gubun3-mix1-1_m.svg);
    transition: all 2s ease;
    
  }
  .mix1 .img-wrap > div:nth-child(2) img:hover {
    content: url(../img/gubun3-mix1-2_m.svg);
    transition: all 2s ease;
  }
  .mix1 .img-wrap > div:nth-child(3) img:hover {
    content: url(../img/gubun3-mix1-3_m.svg);
    transition: all 2s ease;
  }
  .mix1 .img-wrap > div:nth-child(4) img:hover {
    content: url(../img/gubun3-mix1-4_m.svg);
    transition: all 2s ease;
  }
  .mix1 .img-wrap > div:nth-child(5) img:hover {
    content: url(../img/gubun3-mix1-5_m.svg);
    transition: all 2s ease;
  }

  .mix2,
  .mix3 {

    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .mix2 {
    background: url('../img/gubun3-mix2_m.png') center center / cover no-repeat;
  }
  .mix3 {
    background: url('../img/gubun3-mix3_m.png') center center / cover no-repeat;
  }
  .mix2 .text-box h3,
  .mix3 .text-box h3 {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    margin-bottom: 4rem;
  }
  .mix2 .text-box p,
  .mix3 .text-box p {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
  }
  .mix2 .text-box p {
    margin-bottom: 12rem;
  }
  .mix3 .text-box p {
    margin-bottom: 4rem;
  }
  .mix2 .btn-wrap,
  .mix3 .btn-wrap {
    display: flex;
    /* flex-wrap: nowrap; */
    flex-direction: column;
    width: calc(25rem * 3 + 4rem);
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .mix3 .btn-wrap button,
  .mix2 .btn-wrap button {
    width: 20rem; /* 버튼 너비 조절 */
    height: 3rem;
  }

  .mix3 .text-box h4 {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
    margin-bottom: 2rem;
  }

  .notice3 p {
    margin-bottom: 3rem;
  }
  .notice3 .img-wrap {
    margin-bottom: 6rem;
  }
  .intro .btn-wrap,
  .notice .btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .intro .btn-wrap a,
  .notice .btn-wrap a {
    width: 40%;
    text-align: center;
    padding: 0.6rem 1.5rem;
    margin: 0;
  }


  .mobile-br {
    display: block;
  }
  .pc-txt {
    display: none;
  }
}

/* 모바일 반응형 */
@media only screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }

  [class $= "inner"] {
    padding: 0 2rem;
  }


  

}

/* 작은 모바일 반응형 */
@media only screen and (max-width: 480px) {
  html {
    font-size: 7px;
  }

  [class $= "inner"] {
    padding: 0 1.5rem;
  }



}