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

html {
  font-size: 10px;
}

body {
  color: #333;
  font-size: 1.4rem;
  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/gubun1-banner.png') center center / cover no-repeat;
}

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

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

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


.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;
}

.notice,
.intro {
  text-align: center;
  line-height: 1.2;
}
.notice h3 {
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
  color: #092251;
  margin-bottom: 4rem;
}
.notice p {
  font-size: clamp(1.4rem, 2.5vw, 2.6rem);
}
.notice strong {
  font-weight: 600;
}
.notice h3,
.intro h3 {
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
  margin-bottom: 4rem;
  font-weight: 600;
}
.notice1 {
  padding: 30rem 0;
}

.notice2 {
  padding: 30rem 0;
  font-size: clamp(1.4rem, 2.5vw, 3rem);
}
.notice2 p .effect,
.intro8 p .effect {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.notice2 p .effect::after,
.intro8 p .effect::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 12px;
  background: #FFBF00;
  z-index: -1;
}
.intro8 p .effect::after {
  bottom: 10px;
  height: 13px;
}

.notice3 {
  padding: 30rem 0;
}
.notice img {
  width: 100%;
  display: block;
}
.notice3 img {
  content: url('../img/gubun7-notice3.svg');
}
.notice4 img {
  content: url('../img/gubun7-notice4.png');
}
.notice5 img {
  content: url('../img/gubun7-notice5.png');
}

/* intro */
.intro1 {
  padding: 25rem 0;
  background: #092251;
  color: #eee;
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
}

.intro2 {
  /* width: 100%;
  height: 79.5vh; */
  /* overflow: hidden; */
  background: url('../img/gubun7-intro2.png') center center / cover no-repeat;
  color: #fff;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  padding: 28rem 0;
  text-align: center;
}
.intro2 h3 {
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
} 

.intro3 {
  padding: 20rem 0 19rem;
  background: #092251;
  text-align: center;
}
.intro3 h3 {
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
  margin-bottom: 8rem;
  color:#FFBF00;
}
.intro3 .txt-wrap,
.intro9 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.intro3 .txt-wrap button,
.intro9 .txt-wrap button {
  width: 50%;
  border: 1px solid #fff;
  background: none;
  max-height: 5rem;
  min-height: 3rem; 
  border-radius: 2rem;
  color: #eee;
  font-size: clamp(1.4rem, 2.5vw, 2.6rem);
}
.intro3 .txt-wrap button:hover {
  background: #eee;
  color:#092251;
  transition: all 0.3s;
}

.intro4 {
  padding: 25rem 0;
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
  color:#FFBF00;
  background: #092251;
  text-align: center;
  font-weight: 600;
}

.intro5 {
  color: #092251;
  padding: 30rem 0;
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
  font-weight: 600;
}

.intro6 {
  padding: 30rem 0;
  font-size: clamp(1.4rem, 2.5vw, 3.0rem);
  color:#333;
}
.intro6 h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.4rem, 2.5vw, 3.0rem);
}
.intro6 p {
  margin-bottom: 7rem;
}
.intro6 p:last-child {
  margin-bottom: 0;
}

.intro7 {
  padding: 27rem 0;
  color: #FFBF00;
  background: #092251;
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
  font-weight: 600;
}
.intro8 {
  padding: 30rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro8 img {
  content: url('../img/gubun7-intro8.png');
  max-width: 27rem;
  display: block;
  margin-bottom: 8rem;
}
.intro8 p {
  font-size: clamp(1.8rem, 2.5vw, 5.0rem);
}

.intro9 {
  padding: 30rem 0;  
}
.intro9 h3 {
  margin-bottom: 2rem;
}
.intro9 p {
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  margin-bottom: 6rem;
}
.intro9 .txt-wrap {
  gap: 5rem;
}
.intro9 .txt-wrap button {
  width: 45%;
  border: 1px solid #092251;
  background: #092251;
  max-height: 6rem;
  min-height: 3.5rem; 
  color: #eee;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
}
.intro9 .txt-wrap button:hover {
  background:#092259;
  transition: all 0.3s;
}

.mix1 {
  padding: 30rem 0;
}
.mix1 h3 {
  font-size: clamp(1.8rem, 2.5vw, 4.0rem);
  color:#092251;
  margin-bottom: 12rem;
  text-align: center;
  font-weight: 600;
}
.mix1 .img-wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.mix1 .img-wrap > div:nth-child(odd) {
  align-self: flex-start;
}
.mix1 .img-wrap > div:nth-child(even) {
  align-self: flex-end;
}
.mix1 .mix-img {
  width: 760px;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.mix1 .img1 { background-image: url('../img/gubun8-mix1-1.svg'); }
.mix1 .img2 { background-image: url('../img/gubun7-mix1-2.svg'); }
.mix1 .img3 { background-image: url('../img/gubun7-mix1-3.svg'); }
.mix1 .img4 { background-image: url('../img/gubun7-mix1-4.svg'); }
.mix1 .img5 { background-image: url('../img/gubun7-mix1-5.svg'); }

.mix1 .mix-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.mix1 .mix-img {
  position: relative;
  overflow: hidden;
}
.mix1 .img1::before { background-image: url('../img/gubun8-mix1-1_1.svg'); }
.mix1 .img2::before { background-image: url('../img/gubun7-mix1-2_1.svg'); }
.mix1 .img3::before { background-image: url('../img/gubun7-mix1-3_1.svg'); }
.mix1 .img4::before { background-image: url('../img/gubun7-mix1-4_1.svg'); }
.mix1 .img5::before { background-image: url('../img/gubun7-mix1-5_1.svg'); }
.mix1 .mix-img:hover::before {
  opacity: 1;
}
.mix1 .mix-img:hover {
  transform: scale(1.01);
}

.mobile-br {
  display: none;
}


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

  .notice,.intro {
    text-align: center;
    padding: 8rem 0;
  }
  .notice h3,
  .intro h3 {
    line-height: 1;
    margin: 0;
  }
  .notice1 h3 {
    margin-bottom: 2rem;
    font-weight: 800;
  }
  .notice1 p {
    color:#575757;
  }
  .notice2 p .effect,
  .intro8 p .effect {
    font-weight: 800;
  }
  .notice2 p .effect::after,
  .intro8 p .effect::after {
    bottom: 3px;
    height: 5px;
  }
  .notice3 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice3 img {
    content: url('../img/gubun7-notice3_m.svg');
    width: 70%;
  }
  .notice4, .notice5 {
    padding: 0;
  }
  .notice4 img {
    content: url('../img/gubun7-notice4_m.png');
    width: 100%;
  }
  .notice5 img {
    content: url('../img/gubun7-notice5_m.png');
    width: 100%;
  }








  /* intro */

  .intro2 {
    background: url('../img/gubun7-intro2_m.png') center center / cover no-repeat;
  }
  .intro3 h3 {
    margin-bottom: 4rem;
  }
  .intro3 .txt-wrap button,
  .intro9 .txt-wrap button {
    width: 70%;
  }
  .intro5 p {
    font-weight: 800;
  }
  .intro6 h3 {
    font-weight: 800;
    margin-bottom: 0.7rem;
  }
  .intro6 p {
    margin-bottom: 3rem;
  }
  .intro7 p {
    font-weight: 600;
  }
  .intro8 img {
    margin-bottom: 3rem;
  }
  .intro9 h3 {
    font-weight: 800;
    margin-bottom: 2rem;
    color: #092251;
  }
  .intro9 p {
    font-weight: 600;
    margin-bottom: 3rem;
  } 
  .intro3 .txt-wrap,
  .intro9 .txt-wrap {
    gap: 2rem;
  }


  .mix1 {
    padding: 8rem 0;
  }
  .mix1 h3 {
    margin-bottom: 3rem;
  }
  .mix1 .img-wrap {
    gap: 4rem;
  }
  .mix1 .img-wrap > div {
    display: flex;
  }
  .mix1 .img-wrap > div:nth-child(odd) {
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  .mix1 .img-wrap > div:nth-child(even) {
    justify-content: center;
    align-self: center;
  }
  .mix1 .mix-img {
    width: 275px;
    height: 260px;

  }
  .mix1 .img1 { background-image: url('../img/gubun8-mix1-1_m.svg'); }
  .mix1 .img2 { background-image: url('../img/gubun7-mix1-2_m.svg'); }
  .mix1 .img3 { background-image: url('../img/gubun7-mix1-3_m.svg'); }
  .mix1 .img4 { background-image: url('../img/gubun7-mix1-4_m.svg'); }
  .mix1 .img5 { background-image: url('../img/gubun7-mix1-5_m.svg'); }
  .mix1 .img1::before { background-image: url('../img/gubun8-mix1-1_m.svg'); }
  .mix1 .img2::before { background-image: url('../img/gubun7-mix1-2_m.svg'); }
  .mix1 .img3::before { background-image: url('../img/gubun7-mix1-3_m.svg'); }
  .mix1 .img4::before { background-image: url('../img/gubun7-mix1-4_m.svg'); }
  .mix1 .img5::before { background-image: url('../img/gubun7-mix1-5_m.svg'); }
  .mix1 .mix-img:hover::before {
    opacity: 1;
  }
  .mix1 .mix-img:hover {
    transform: none;
  }

  .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;
  }
  .hero-text h2 {
    font-size: clamp(1.8rem, 2vw, 2.8rem);
  }
  .hero-text p {
    font-size: clamp(1.4rem, 2vw, 2.4rem);
    /* margin-bottom: 2rem; */
  }

  

}

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

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



}