@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

button {
  all: unset;
}

/* Paperlogy */
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
/* 빛나는 별 */
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* font-family: "Noto Sans KR", sans-serif; */
body, section, div, aside, footer, nav, ul, li, ol, p, h1, h2, h3, h4, h5, h6, a, address, button {
  font-family: "Paperlogy", "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
  transition-duration: 0.5s;
}

img {
  transition-duration: 0.5s;
}

html {
  scroll-behavior: smooth;
}

html, body {
  font-size: 35px;
}
@media (max-width: 1535px) {
  html, body {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  html, body {
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  html, body {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  html, body {
    font-size: 15px;
  }
}
@media (max-width: 300px) {
  html, body {
    font-size: 10px;
  }
}

/* big_버튼 */
.btn_wrap {
  width: 100%;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
}
.btn_wrap .big_contact_btn {
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4rem 0 3rem;
  text-align: center;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .btn_wrap .big_contact_btn {
    width: 750px;
    margin: 4.5rem auto 3rem;
  }
}
@media (min-width: 901px) and (max-width: 1279px) {
  .btn_wrap .big_contact_btn {
    width: 680px;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .btn_wrap .big_contact_btn {
    width: 480px;
  }
}
@media (max-width: 600px) {
  .btn_wrap .big_contact_btn {
    width: 80%;
    max-width: 430px;
  }
}
.btn_wrap .big_contact_btn img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 10px rgba(18, 1, 28, 0.5));
  transition-duration: 0.5s;
}
@media (max-width: 600px) {
  .btn_wrap .big_contact_btn img {
    filter: drop-shadow(0 4px 6px rgba(18, 1, 28, 0.5));
  }
}
.btn_wrap .big_contact_btn p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  text-shadow: -2px -1px 0 #939393;
}
@media (max-width: 900px) {
  .btn_wrap .big_contact_btn p {
    font-size: 0.95rem;
    line-height: 1.2rem;
    text-shadow: -1px -1px 0 #939393;
  }
}
.btn_wrap .big_contact_btn p span {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.5rem;
}
@media (max-width: 400px) {
  .btn_wrap .big_contact_btn p span {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.btn_wrap .big_contact_btn:hover img {
  position: relative;
  filter: drop-shadow(0 0px 10px rgba(255, 255, 255, 0.5));
  transition-duration: 0.5s;
}

/* 30초 상담 */
.advice_fixed {
  position: fixed;
  right: 3vw;
  bottom: 40px;
  z-index: 999;
  max-width: 200px;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 3px 5px rgba(135, 135, 135, 0.3));
  animation: ad_move 3s infinite ease-in-out;
}
@media (max-width: 1535px) {
  .advice_fixed {
    right: 3vw;
    bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .advice_fixed {
    right: 1.5vw;
    bottom: 20px;
    width: 180px;
  }
}
@media (max-width: 900px) {
  .advice_fixed {
    right: 2vw;
    bottom: 16px;
    width: 140px;
  }
}
@media (max-width: 600px) {
  .advice_fixed {
    right: 4vw;
    bottom: 10px;
    width: 110px;
    height: 110px;
  }
}
.advice_fixed > img {
  width: 100%;
}
.advice_fixed .ad_inner {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advice_fixed .ad_inner img {
  transition-duration: 0.5s;
}
@media (min-width: 901px) and (max-width: 1280px) {
  .advice_fixed .ad_inner img {
    width: 35%;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .advice_fixed .ad_inner img {
    width: 42%;
    transform: translate(0%, -5%);
  }
}
@media (max-width: 600px) {
  .advice_fixed .ad_inner img {
    width: 42%;
    transform: translate(0%, -5%);
  }
}
.advice_fixed .ad_inner p {
  font-size: 0.78rem;
  font-weight: 700;
  color: #020a3e;
  margin: 0.25rem 0;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .advice_fixed .ad_inner p {
    margin: 0.3rem 0;
  }
}
@media (max-width: 1280px) {
  .advice_fixed .ad_inner p {
    font-size: 0.9rem;
  }
}

.advice_fixed:hover .ad_inner > img {
  animation: rotate3d 0.5s linear;
  transition-duration: 0.35s;
}

@keyframes rotate3d {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes ad_move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 체크포인트 */
.check_point_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
@media (min-width: 601px) and (max-width: 900px) {
  .check_point_wrap img {
    width: 40px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 600px) {
  .check_point_wrap img {
    width: 35px;
    margin-bottom: 0.5rem;
  }
}
.check_point_wrap .check_point_t {
  position: relative;
  font-size: 2.2rem;
  font-family: "Cafe24Shiningstar";
  text-align: center;
  background: linear-gradient(90deg, #d16ee0, #6e7ce0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.check_point_wrap .check_point_t::after {
  content: "";
  position: absolute;
  width: 150%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 3px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #d16ee0, #6e7ce0, rgba(0, 0, 0, 0));
  opacity: 0.5;
}

/* 섹션 삼각형 */
.sec_bt_triangle {
  position: absolute;
  top: -0.05%;
  width: 10%;
  max-width: 230px;
}
@media (max-width: 1535px) {
  .sec_bt_triangle {
    width: 180px;
  }
}
@media (max-width: 1279px) {
  .sec_bt_triangle {
    width: 150px;
  }
}
@media (max-width: 900px) {
  .sec_bt_triangle {
    width: 130px;
  }
}
@media (max-width: 600px) {
  .sec_bt_triangle {
    width: 100px;
  }
}

#ezpass {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  scale: 0.9;
  transform-origin: top center;
}
.inner .main_ez {
  width: 100%;
  height: auto;
}

#main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, #610e97 0%, #020a3f 50%);
  padding-bottom: 2rem;
}
#main .inner > img {
  position: relative;
  width: 100%;
  scale: 1.2;
  margin: 0 auto;
  top: 2.8rem;
}
#main .inner .midium_t_wrapper {
  position: relative;
  height: 10px;
}
#main .inner .midium_t_wrapper .midium_t {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -90%);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #bbb;
  line-height: 1.3;
  margin-top: 2.8rem;
}
@media (max-width: 1535px) {
  #main .inner .midium_t_wrapper .midium_t {
    transform: translate(-50%, -100%);
  }
}
#main .inner .midium_t_wrapper .midium_t .span_margin {
  line-height: 3.5rem;
}
#main .inner .midium_t_wrapper .midium_t .wihte {
  color: #fff;
  font-weight: 500;
}
#main .inner .ezpass_end {
  position: absolute;
  top: 750px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 999;
  width: 500px;
}
#main .inner .ezpass_end .ezpass_end_inner {
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
#main .inner .ezpass_end .ezpass_end_inner h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
#main .inner .ezpass_end .ezpass_end_inner .ezpass_end_text {
  font-size: 20px;
  font-weight: 400;
}
#main .inner .ezpass_end .ezpass_end_bg {
  width: 120px;
  height: 120px;
  height: auto;
  position: absolute;
  top: -30px;
  left: -50px;
}
#main .inner .unlimited_edu {
  position: relative;
  width: 100%;
  margin: 8rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1279px) {
  #main .inner .unlimited_edu {
    margin: 8rem auto 0;
  }
}
#main .inner .unlimited_edu .glow {
  filter: drop-shadow(2px 2px 10px rgb(71, 13, 127)) drop-shadow(0px 0 1px rgba(205, 155, 255, 0.5));
}
@media (max-width: 1535px) {
  #main .inner .unlimited_edu .glow {
    filter: drop-shadow(2px 2px 8px rgb(71, 13, 127)) drop-shadow(0px 0 1px rgba(205, 155, 255, 0.5));
  }
}
@media (max-width: 1279px) {
  #main .inner .unlimited_edu .glow {
    filter: drop-shadow(1px 1px 6px rgb(71, 13, 127)) drop-shadow(0px 0 1px rgba(205, 155, 255, 0.5));
  }
}
@media (max-width: 600px) {
  #main .inner .unlimited_edu .glow {
    filter: drop-shadow(1px 1px 4px rgb(71, 13, 127)) drop-shadow(0px 0 1px rgba(205, 155, 255, 0.5));
  }
}
@media (max-width: 1279px) {
  #main .inner .unlimited_edu > img {
    width: 2.5rem;
  }
}
@media (max-width: 900px) {
  #main .inner .unlimited_edu > img {
    width: 2rem;
  }
}
#main .inner .unlimited_edu .edu_t_wrap {
  display: flex;
  align-items: center;
  margin: 1rem 0 2.5rem;
}
#main .inner .unlimited_edu .edu_t_wrap p {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  margin: 0 1rem;
}
@media (max-width: 1279px) {
  #main .inner .unlimited_edu .edu_t_wrap img {
    width: 2.5rem;
  }
}
@media (max-width: 900px) {
  #main .inner .unlimited_edu .edu_t_wrap img {
    width: 2rem;
  }
}
#main .inner .unlimited_edu .edu_list_wrap {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1535px) {
  #main .inner .unlimited_edu .edu_list_wrap {
    gap: 1.5rem;
  }
}
@media (max-width: 1279px) {
  #main .inner .unlimited_edu .edu_list_wrap {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 900px) {
  #main .inner .unlimited_edu .edu_list_wrap {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  #main .inner .unlimited_edu .edu_list_wrap {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
#main .inner .unlimited_edu .edu_list_wrap li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .inner .unlimited_edu .edu_list_wrap li > img {
  width: 100%;
  filter: drop-shadow(0 8px 10px rgb(18, 3, 54));
}
@media (max-width: 900px) {
  #main .inner .unlimited_edu .edu_list_wrap li > img {
    max-width: 200px;
    filter: drop-shadow(0 8px 5px rgba(18, 3, 54, 0.5));
  }
}
@media (max-width: 600px) {
  #main .inner .unlimited_edu .edu_list_wrap li > img {
    max-width: 200px;
    filter: drop-shadow(0 6px 4px rgba(18, 3, 54, 0.5));
  }
}
#main .inner .unlimited_edu .edu_list_wrap li .li_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  gap: 0.5;
}
#main .inner .unlimited_edu .edu_list_wrap li .li_wrap div {
  width: 80%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  padding-top: 0.5rem;
}
@media (max-width: 900px) {
  #main .inner .unlimited_edu .edu_list_wrap li .li_wrap div {
    height: 45%;
  }
}
#main .inner .unlimited_edu .edu_list_wrap li .li_wrap div img {
  width: 60%;
  height: fit-content;
}
#main .inner .unlimited_edu .edu_list_wrap li .li_wrap h5 {
  font-size: 1.4rem;
  line-height: 1.1;
  color: #0e185f;
  height: 4rem;
  padding-top: 0.25rem;
}
@media (max-width: 900px) {
  #main .inner .unlimited_edu .edu_list_wrap li .li_wrap h5 {
    height: 40%;
  }
}
@media (max-width: 400px) {
  #main .inner .unlimited_edu .edu_list_wrap li .li_wrap h5 {
    height: 40%;
    font-size: 1rem;
  }
}

#section_01 {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#section_01 .sec_01_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7rem 0 6rem;
}
#section_01 .sec_01_wrap .top_t_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
#section_01 .sec_01_wrap .top_t_wrap .top_point {
  display: flex;
}
#section_01 .sec_01_wrap .top_t_wrap .top_point div {
  margin: 0 0.3rem;
  color: #fff;
}
#section_01 .sec_01_wrap .top_t_wrap .top_point .one {
  animation: dot1 2s steps(1, end) infinite;
}
#section_01 .sec_01_wrap .top_t_wrap .top_point .two {
  animation: dot2 2s steps(1, end) infinite;
}
#section_01 .sec_01_wrap .top_t_wrap .top_point .three {
  animation: dot3 2s steps(1, end) infinite;
}
#section_01 .sec_01_wrap img {
  width: 90%;
  margin: 2rem 0 2.5rem;
}
@media (max-width: 1279px) {
  #section_01 .sec_01_wrap img {
    width: 70%;
  }
}
#section_01 .sec_01_wrap .bg_t_deco {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 600px) {
  #section_01 .sec_01_wrap .bg_t_deco {
    font-size: 1.1rem;
  }
}
#section_01 .sec_01_wrap .bg_t_deco span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  color: #333;
}
#section_01 .sec_01_wrap .bg_t_deco .one {
  animation: dot1 2s steps(1, end) infinite;
}
#section_01 .sec_01_wrap .bg_t_deco .two {
  animation: dot2 2s steps(1, end) infinite;
}
#section_01 .sec_01_wrap .bg_t_deco .three {
  animation: dot3 2s steps(1, end) infinite;
}
#section_01 .sec_01_wrap .bg_t_deco::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 2rem;
  transform: translate(0%, 0);
  width: 100%;
  height: 0.6em;
  background-color: #e8ffc2;
  z-index: -1;
}

@keyframes dot1 {
  0%, 24% {
    color: #fff;
  }
  25%, 100% {
    color: #333;
  }
}
@keyframes dot2 {
  0%, 49% {
    color: #fff;
  }
  50%, 100% {
    color: #333;
  }
}
@keyframes dot3 {
  0%, 74% {
    color: #fff;
  }
  75%, 99% {
    color: #333;
  }
  100% {
    color: #333;
  }
}
#section_02 {
  z-index: 1;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d1d9fd;
  overflow: hidden;
}
#section_02 .ez_typo_logo {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 10rem 0 5rem;
}
@media (max-width: 900px) {
  #section_02 .ez_typo_logo {
    margin: 8rem 0 5rem;
  }
}
@media (max-width: 600px) {
  #section_02 .ez_typo_logo {
    max-width: 800px;
    margin: 8rem 0 5rem;
  }
}
#section_02 .ez_typo_logo div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#section_02 .ez_typo_logo .typo_main_wrapper {
  width: 80%;
}
#section_02 .ez_typo_logo .typo_main_wrapper img {
  width: 100%;
}
#section_02 .ez_typo_logo .typo_deco_wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
#section_02 .ez_typo_logo .typo_deco_wrapper img[src*="typo_deco.png"] {
  width: 100%;
  max-width: none;
  display: block;
  margin: 0 auto;
}
#section_02 .sec_02_con_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section_02 .sec_02_con_wrap img[src*=package_t] {
  width: 600px;
  margin-bottom: 2rem;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap img[src*=package_t] {
    width: 500px;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap img[src*=package_t] {
    width: 400px;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap img[src*=package_t] {
    width: 80%;
    max-width: 400px;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap {
    margin-top: 0rem;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap {
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap {
    width: 50vw;
    max-width: 600px;
  }
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap {
    max-width: 450px;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap {
    width: 42vw;
    min-width: 300px;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap {
    width: 82vw;
    max-width: 300px;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap p {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap p {
    font-size: 1.1rem;
    top: 1rem;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap p {
    font-size: 1.1rem;
    top: 0.8rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap p {
    font-size: 1.5rem;
    top: 0.5rem;
  }
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap img {
    position: relative;
    scale: 1;
    top: -1rem;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap img {
    position: relative;
    scale: 0.85;
    top: -1.5rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_top_t_wrap img {
    position: relative;
    scale: 0.65;
    top: -2rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants p {
    font-size: 0.78rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants p {
    font-size: 1rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants p span {
  font-weight: 600;
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .gray_t {
  line-height: 1.5rem;
  margin: 1rem 0;
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .gray_t {
    position: relative;
    margin: 0 0 1rem;
    top: -0.35rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .gray_t {
    position: relative;
    margin: 0 0 1rem;
    top: -0.85rem;
    line-height: 2rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .grad_t {
  margin: 1.2rem 0;
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .grad_t {
    position: relative;
    margin: 0 0 1rem;
    top: -0.5rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .grad_t {
    position: relative;
    margin: 0 0 1rem;
    top: -0.85rem;
    line-height: 2rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .mini_text {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 0.75rem;
  color: #727272;
  margin-bottom: 1rem;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .mini_text {
    margin-bottom: 0.85rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .mini_text {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  border-radius: 5rem;
  padding: 0.75rem 3.5rem;
  text-align: center;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap {
    padding: 0.75rem 3.25rem;
  }
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap {
    padding: 0.7rem 3.3rem;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap {
    padding: 0.5rem 0rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap {
    padding: 0.75rem 0rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap p {
  font-size: 0.7rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap p {
    font-size: 0.9rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap .box_price {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.25rem;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap .box_price {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap .box_price {
    font-size: 1.5rem;
    margin-top: 0.3rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .price_wrap .box_price span {
  font-size: 1rem;
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .mini_t {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1rem;
  color: #727272;
  margin: 0.5rem 0;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .mini_t {
    font-size: 0.7rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .box_wrap .box_contants .mini_t {
    font-size: 0.8rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .gray_box_wrap {
  background-color: #eee;
  flex: 0.95;
  margin-right: -0.75rem;
  z-index: 0;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .gray_box_wrap {
    flex: 0.45;
    margin-right: -1.5rem;
  }
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .gray_box_wrap {
    margin-right: -0.5rem;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .gray_box_wrap {
    margin-right: -0.3rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .gray_box_wrap {
    margin-right: 0rem;
    margin-bottom: -2rem;
    scale: 0.9;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .gray_box_wrap .box_top_t_wrap p {
    margin-top: 0.35rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap {
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(120deg, #6e7ce0, #fff, #610e97);
  overflow: hidden;
  padding: 10px 0px;
  z-index: 1;
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap {
    scale: 1;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_top_t_wrap {
  scale: 1.2;
}
@media (max-width: 1280px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_top_t_wrap {
    scale: 1.1;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_top_t_wrap {
    scale: 1;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .grad_t {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .grad_t p {
  font-weight: 600;
  text-align: center;
  align-items: center;
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .grad_t p .color_bold {
  color: #610e97;
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .grad_t .mini_text {
    flex-wrap: wrap;
    width: 70vw;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .price_wrap {
  position: relative;
  background: linear-gradient(120deg, #6e7ce0, #610e97);
  overflow: hidden;
}
@media (max-width: 1280px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .price_wrap {
    width: 55%;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .price_wrap {
    width: 260px;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .price_wrap {
    width: 240px;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .price_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite ease-in-out;
  pointer-events: none;
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .price_wrap .ez_price {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap .box_contants .price_wrap .ez_price {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-top: 0.3rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap img[src*=sec02_minus] {
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
@media (max-width: 1535px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap img[src*=sec02_minus] {
    scale: 0.9;
    margin-top: -1rem;
  }
}
@media (max-width: 1279px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap img[src*=sec02_minus] {
    scale: 0.7;
    margin-top: -1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap img[src*=sec02_minus] {
    scale: 0.6;
    margin-top: -2rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap img[src*=sec02_minus] {
    scale: 0.55;
    margin-top: -3rem;
    margin-bottom: 0rem;
  }
}
#section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap::before {
  content: "";
  position: absolute;
  display: block;
  background: white;
  border-radius: 0.85rem;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
@media (max-width: 1280px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap::before {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
}
@media (max-width: 900px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}
@media (max-width: 600px) {
  #section_02 .sec_02_con_wrap .price_vs_con_wrap .grad_box_wrap::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
#section_03 {
  z-index: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  padding: 0rem 0 6rem;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  #section_03 {
    width: 100%;
    position: relative;
    margin: 0 auto 2rem;
    padding: 0rem 0 3rem;
  }
}
@media (max-width: 600px) {
  #section_03 {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
}
#section_03 > img {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  #section_03 > img {
    width: 150%;
  }
}
#section_03 .sec_03_wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap {
    width: 100%;
    padding-bottom: 0rem;
  }
}
#section_03 .sec_03_wrap .triangle_con {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-68%);
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .triangle_con {
    height: 300px;
    transform: translateY(-75%);
  }
}
@media (max-width: 900px) {
  #section_03 .sec_03_wrap .triangle_con {
    height: 220px;
    transform: translateY(-80%);
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .triangle_con {
    position: relative;
    width: 100%;
    height: 150px;
    transform: translateY(-118%);
  }
}
#section_03 .sec_03_wrap .triangle_con .triangle {
  position: absolute;
  width: 0%;
  height: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
  border-top: 390px solid white;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1535px) {
  #section_03 .sec_03_wrap .triangle_con .triangle {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-top: 300px solid white;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.25));
  }
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .triangle_con .triangle {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 250px solid white;
  }
}
@media (max-width: 900px) {
  #section_03 .sec_03_wrap .triangle_con .triangle {
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 200px solid white;
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .triangle_con .triangle {
    display: none;
  }
}
#section_03 .sec_03_wrap .triangle_con .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
}
@media (max-width: 1535px) {
  #section_03 .sec_03_wrap .triangle_con .content {
    transform: translate(-50%, -72%);
  }
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .triangle_con .content {
    transform: translate(-50%, -60%);
  }
}
@media (max-width: 900px) {
  #section_03 .sec_03_wrap .triangle_con .content {
    transform: translate(-50%, -58%);
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .triangle_con .content {
    width: 130px;
    transform: translate(-50%, -70%);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .triangle_con .content.aos-animate {
    opacity: 1;
  }
}
#section_03 .sec_03_wrap .triangle_con .content img {
  margin-bottom: 0.6rem;
}
@media (max-width: 1535px) {
  #section_03 .sec_03_wrap .triangle_con .content img {
    width: 70%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 900px) {
  #section_03 .sec_03_wrap .triangle_con .content img {
    width: 55%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .triangle_con .content img {
    width: 12vw;
    min-width: 50px;
    margin-bottom: 0.5rem;
    filter: grayscale(50%) brightness(120%) contrast(110%);
  }
}
#section_03 .sec_03_wrap .triangle_con .content p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #020a3e;
}
@media (max-width: 1535px) {
  #section_03 .sec_03_wrap .triangle_con .content p {
    font-size: 1.1rem;
  }
}
#section_03 .sec_03_wrap .triangle_con .content p span {
  font-weight: 400;
}
#section_03 .sec_03_wrap .con_wrap {
  position: relative;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap {
    top: -10rem;
  }
}
#section_03 .sec_03_wrap .con_wrap .top_con {
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  margin: 0 auto;
}
@media (max-width: 1535px) {
  #section_03 .sec_03_wrap .con_wrap .top_con {
    gap: 6rem;
  }
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .con_wrap .top_con {
    gap: 3.5rem;
  }
}
@media (max-width: 900px) {
  #section_03 .sec_03_wrap .con_wrap .top_con {
    gap: clamp(0.5rem, 5vw, 8rem);
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap .top_con {
    flex-wrap: wrap;
    gap: 0rem;
  }
}
@media (max-width: 1280px) {
  #section_03 .sec_03_wrap .con_wrap .top_con .gradient_con {
    width: 45%;
    max-width: 350px;
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap .top_con .gradient_con {
    width: 55%;
    min-width: 250px;
  }
}
#section_03 .sec_03_wrap .con_wrap .gradient_con {
  position: relative;
  width: 50%;
  height: 50%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}
#section_03 .sec_03_wrap .con_wrap .gradient_con img {
  width: 100%;
}
#section_03 .sec_03_wrap .con_wrap .gradient_con .white_sircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  text-align: center;
  align-content: center;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap .gradient_con:nth-child(2) {
    top: -1.5rem;
  }
}
#section_03 .sec_03_wrap .con_wrap .bot_con {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
@media (max-width: 1535px) {
  #section_03 .sec_03_wrap .con_wrap .bot_con {
    margin-top: -1rem;
  }
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .con_wrap .bot_con {
    width: 70%;
    max-width: 550px;
    margin-top: -2rem;
  }
}
@media (max-width: 900px) {
  #section_03 .sec_03_wrap .con_wrap .bot_con {
    width: 80%;
    max-width: 400px;
    margin-top: 2rem;
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap .bot_con {
    width: 90%;
    max-width: 350px;
    margin-top: 0rem;
  }
}
#section_03 .sec_03_wrap .con_wrap .bot_con .gradient_con {
  width: 100%;
  max-width: 600px;
  margin-top: 3rem;
}
@media (max-width: 900px) {
  #section_03 .sec_03_wrap .con_wrap .bot_con .gradient_con {
    margin-top: 0rem;
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap .bot_con .gradient_con {
    margin-top: -3rem;
  }
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap .bot_con .gradient_con img {
    width: 100%;
  }
}
#section_03 .sec_03_wrap .con_wrap .bot_con .white_sircle {
  width: 91%;
  height: 91%;
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_title {
  font-weight: 700;
  color: #020a3e;
  margin-bottom: 0.5rem;
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_article_t {
  font-weight: 400;
  line-height: 1.3rem;
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.75rem 0;
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs div {
  padding: 0.2rem 1rem;
}
@media (max-width: 600px) {
  #section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs div {
    padding: 0.2rem 0.5rem;
  }
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs .vs_title {
  font-size: 0.8rem;
  font-weight: 400;
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs .vs_title {
    font-size: 0.9rem;
  }
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs .vs_price {
  font-weight: 600;
  color: #020a3e;
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs .vs_price {
    font-size: 1.1rem;
  }
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs .vs_price span {
  font-size: 0.8rem;
  font-weight: 400;
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .sircle_price_vs > div:first-child {
  border-right: 2px solid #020a3e;
}
#section_03 .sec_03_wrap .con_wrap .white_sircle .vs_mini_t {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 0.8rem;
  color: #727272;
}
@media (max-width: 1279px) {
  #section_03 .sec_03_wrap .con_wrap .white_sircle .vs_mini_t {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

#section_04 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0 2rem;
  background-color: #020a3e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  #section_04 {
    padding: 4.5rem 0 1.5rem;
  }
}
#section_04 p {
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#section_04 .con_title {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation: color_t 1s infinite steps(2, end);
}
@media (max-width: 600px) {
  #section_04 .con_title {
    width: 90vw;
  }
}
#section_04 .con_title .mo_t {
  display: none;
}
@media (max-width: 400px) {
  #section_04 .con_title .mo_t {
    display: block;
  }
}
#section_04 .con_title::before {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 300px;
  background-color: #fff;
  margin-bottom: 4rem;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  #section_04 .con_title::before {
    margin-bottom: 3rem;
  }
}
#section_04 .sample_img_box {
  width: 90%;
  margin: 0 auto;
}
#section_04 .sample_img_box img[src*=sample_img] {
  margin: 2.5rem 0;
  width: 100%;
}
@media (max-width: 1535px) {
  #section_04 .sample_img_box img[src*=sample_img] {
    margin: 1.5rem 0;
  }
}
#section_04 .gray_t {
  line-height: 1.2rem;
  color: #bbbbbb;
  margin: 1rem 0 2rem;
}
#section_04 .purple_t {
  width: 100%;
  line-height: 1.35rem;
}
#section_04 .purple_t .mo_t {
  display: none;
}
@media (max-width: 500px) {
  #section_04 .purple_t .mo_t {
    display: block;
    line-height: 1.5rem;
  }
}
#section_04 .purple_t span {
  font-weight: 600;
  color: #020a3e;
  background-color: #d7a0fd;
  padding: 0.05rem 0.1rem;
}
#section_04 .purple_t .color_t_box {
  animation: color_t_box 1s infinite steps(2, end);
}

@keyframes color_t {
  from {
    color: #fff;
  }
  to {
    color: #333;
  }
}
@keyframes color_t_box {
  0%, 50% {
    color: #fff;
    background-color: #020a3e;
  }
  51% {
    color: #020a3e;
    background-color: #d7a0fd;
  }
  100% {
    background-color: #d7a0fd;
  }
}
#section_05 {
  width: 100%;
  position: relative;
  margin: 0 auto 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 901px) {
  #section_05 {
    width: 90vw;
  }
}
#section_05 p {
  text-align: center;
}
#section_05 p span.bold {
  font-weight: 700;
}
#section_05 p.top_t {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 10rem;
}
@media (max-width: 600px) {
  #section_05 p.top_t {
    font-size: 1.5rem;
  }
}
#section_05 p.top_t .mo_t {
  display: none;
}
@media (max-width: 400px) {
  #section_05 p.top_t .mo_t {
    display: block;
  }
}
#section_05 p.mid_t {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}
@media (max-width: 400px) {
  #section_05 p.mid_t {
    font-size: 0.9rem;
  }
}
#section_05 p.mid_t .mo_t {
  display: none;
}
@media (max-width: 500px) {
  #section_05 p.mid_t .mo_t {
    display: block;
  }
}
#section_05 .arrow_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0;
}
@media (max-width: 400px) {
  #section_05 .arrow_wrap {
    margin: 1rem 0;
  }
}
#section_05 .arrow_wrap > div {
  position: relative;
  width: 100%;
}
@media (max-width: 1535px) {
  #section_05 .arrow_wrap > div {
    width: 80%;
  }
}
@media (max-width: 400px) {
  #section_05 .arrow_wrap > div {
    width: 85%;
  }
}
#section_05 .arrow_wrap > div img {
  position: relative;
  max-width: 100%;
  height: fit-content;
  display: block;
}
#section_05 .arrow_wrap > div p {
  text-align: start;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  position: absolute;
  left: 19%;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 900px) {
  #section_05 .arrow_wrap > div p {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  #section_05 .arrow_wrap > div p {
    font-size: 0.9rem;
    left: 2rem;
  }
}
#section_05 .arrow_wrap > div span {
  font-weight: 800;
}
#section_05 .arrow_wrap > div .arrow_mini_t {
  font-size: 1rem;
  font-weight: 600;
}
#section_05 .arrow_wrap > div:first-child {
  margin-bottom: 1rem;
}
@media (max-width: 1535px) {
  #section_05 .arrow_wrap > div:first-child img {
    width: 80%;
  }
}
@media (max-width: 400px) {
  #section_05 .arrow_wrap > div:first-child img {
    width: 85%;
  }
}

#section_06 {
  width: 100%;
  position: relative;
  margin: 5rem auto 3rem;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eee;
}
#section_06 .review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_06 .review .con_title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_06 .review .con_title span {
  color: #610e97;
  margin-left: 0.4rem;
}
#section_06 .review .con_title::before {
  content: "";
  position: relative;
  display: block;
  width: 200px;
  border: 2px solid #333;
  margin: 1rem;
}
@media (max-width: 1279px) {
  #section_06 .review .con_title::before {
    width: 150px;
  }
}
@media (max-width: 900px) {
  #section_06 .review .con_title::before {
    width: 100px;
    margin: 0.75rem;
  }
}
@media (max-width: 600px) {
  #section_06 .review .con_title::before {
    width: 35px;
    margin: 0.75rem;
  }
}
@media (max-width: 400px) {
  #section_06 .review .con_title::before {
    width: 15px;
    margin: 0.5rem;
  }
}
#section_06 .review .con_title::before .mo_t {
  display: none;
}
@media (max-width: 400px) {
  #section_06 .review .con_title::before .mo_t {
    display: block;
  }
}
#section_06 .review .con_title::after {
  content: "";
  position: relative;
  display: block;
  width: 200px;
  border: 2px solid #333;
  margin: 1rem;
}
@media (max-width: 1279px) {
  #section_06 .review .con_title::after {
    width: 150px;
  }
}
@media (max-width: 900px) {
  #section_06 .review .con_title::after {
    width: 100px;
    margin: 0.75rem;
  }
}
@media (max-width: 600px) {
  #section_06 .review .con_title::after {
    width: 35px;
    margin: 0.75rem;
  }
}
@media (max-width: 400px) {
  #section_06 .review .con_title::after {
    width: 15px;
    margin: 0.5rem;
  }
}
#section_06 .review ul {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}
#section_06 .review ul li {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1280px) {
  #section_06 .review ul li {
    width: 700px;
  }
}
@media (max-width: 900px) {
  #section_06 .review ul li {
    width: 80vw;
    max-width: 550px;
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 600px) {
  #section_06 .review ul li {
    width: 82vw;
    max-width: 500px;
    padding: 0.5rem 0.85rem;
  }
}
@media (max-width: 400px) {
  #section_06 .review ul li {
    width: 82vw;
    padding: 0.5rem 0.5rem;
  }
}
#section_06 .review ul li .text_wrap {
  display: flex;
  align-items: flex-start;
}
#section_06 .review ul li .text_wrap .in_text {
  padding: 0.35rem 1rem;
}
@media (max-width: 600px) {
  #section_06 .review ul li .text_wrap .in_text {
    padding: 0.35rem 0.8rem;
  }
}
@media (max-width: 400px) {
  #section_06 .review ul li .text_wrap .in_text {
    padding: 0.35rem 0.5rem;
  }
}
#section_06 .review ul li .text_wrap .in_text p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1rem;
}
#section_06 .review ul li .text_wrap .human_info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.7rem;
}
@media (max-width: 900px) {
  #section_06 .review ul li .text_wrap .human_info {
    gap: 0.5rem;
  }
}
@media (max-width: 600px) {
  #section_06 .review ul li .text_wrap .human_info {
    margin-top: 0.4rem;
  }
}
#section_06 .review ul li .text_wrap .human_info p {
  font-weight: 500;
  background-color: #a4eee4;
  padding: 0.1rem 0.2rem;
}
@media (max-width: 600px) {
  #section_06 .review ul li .text_wrap .human_info p {
    font-size: 0.7rem;
  }
}
@media (min-width: 901px) {
  #section_06 .review ul li img[src*=deco_t] {
    width: 50px;
  }
}
@media (max-width: 900px) {
  #section_06 .review ul li img[src*=deco_t] {
    width: 35px;
  }
}
@media (max-width: 600px) {
  #section_06 .review ul li img[src*=deco_t] {
    width: 25px;
  }
}
@media (max-width: 400px) {
  #section_06 .review ul li img[src*=deco_t] {
    width: 16px;
  }
}
@media (max-width: 1279px) {
  #section_06 .review ul li img[src*=hman] {
    width: 170px;
  }
}
@media (max-width: 900px) {
  #section_06 .review ul li img[src*=hman] {
    width: 130px;
  }
}
@media (max-width: 600px) {
  #section_06 .review ul li img[src*=hman] {
    width: 90px;
  }
}
@media (max-width: 400px) {
  #section_06 .review ul li img[src*=hman] {
    width: 65px;
  }
}

#section_07 {
  width: 100%;
  position: relative;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_07 .line_wrap {
  width: 100px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_07 .line_wrap .h_line {
  display: block;
  position: relative;
  width: 1px;
  height: 100%;
  background-color: #e6c5fc;
}
#section_07 .line_wrap .rotate_line {
  position: absolute;
  left: 50%;
  top: 82%;
  transform: translateX(70%);
  width: 60px;
  height: 1px;
  background-color: #e6c5fc;
  rotate: 135deg;
}
#section_07 .edu_process_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
#section_07 .edu_process_wrap .con_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2rem 0 3.5rem;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  #section_07 .edu_process_wrap .con_title {
    margin: 2rem 0;
  }
}
#section_07 .edu_process_wrap .process_con {
  position: relative;
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1rem;
  }
}
@media (max-width: 600px) {
  #section_07 .edu_process_wrap .process_con {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#section_07 .edu_process_wrap .process_con .guide_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: flex-end;
  justify-content: center;
  width: 825px;
  margin-right: 4rem;
}
@media (max-width: 1535px) {
  #section_07 .edu_process_wrap .process_con .guide_wrap {
    width: 605px;
    margin-right: 4.5rem;
  }
}
@media (max-width: 1279px) {
  #section_07 .edu_process_wrap .process_con .guide_wrap {
    width: 525px;
    margin-right: 3.25rem;
  }
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .guide_wrap {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(110%, -40%);
  }
}
@media (max-width: 600px) {
  #section_07 .edu_process_wrap .process_con .guide_wrap {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(88%, -10%);
  }
}
@media (max-width: 400px) {
  #section_07 .edu_process_wrap .process_con .guide_wrap {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(80%, -10%);
  }
}
#section_07 .edu_process_wrap .process_con .guide_wrap img {
  position: relative;
  width: 100%;
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .guide_wrap img {
    rotate: 90deg;
    width: 400px;
  }
}
#section_07 .edu_process_wrap .process_con .guide_wrap p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #610e97;
  font-size: 0.9rem;
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .guide_wrap p {
    transform: translate(-100%, -50%);
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 7rem;
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap {
    flex-direction: column;
    width: 90%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: -10px;
}
@media (max-width: 1535px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li {
    margin-right: -59px;
  }
}
@media (max-width: 1279px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li {
    margin-right: -6px;
  }
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li {
    width: 80%;
    max-width: 26rem;
    height: 100px;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #e6c5fc;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li {
    width: 75%;
    max-width: 300px;
    height: 100px;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #e6c5fc;
    margin-bottom: 1rem;
  }
}
@media (max-width: 400px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li {
    width: 12rem;
    height: 100px;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #e6c5fc;
    margin-bottom: 1rem;
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap li img {
  position: relative;
}
@media (max-width: 1535px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li img {
    width: 80%;
  }
}
@media (max-width: 1279px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li img {
    width: 180px;
  }
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li img {
    display: none;
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap li .sircle_rotate {
  rotate: -180deg;
}
#section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con {
  position: absolute;
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    gap: 1.5rem;
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2rem;
}
@media (max-width: 1279px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con p {
    line-height: 1rem;
  }
}
@media (max-width: 400px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con p {
    line-height: 1.3rem;
  }
}
@media (min-width: 401px) and (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con p br {
    display: none;
  }
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con p:nth-child(2) {
    font-size: 1rem;
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con .number {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1rem;
  color: #610e97;
  margin-bottom: 1rem;
}
@media (max-width: 1279px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con .number {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 900px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con .number {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li .pro_text_con .number {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap li:first-child {
  margin: 0;
}
@media (min-width: 1280px) and (max-width: 1535px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li:first-child {
    margin-right: -52px;
  }
}
@media (max-width: 901px) {
  #section_07 .edu_process_wrap .process_con .pro_wrap li:first-child {
    border: 1px solid #610e97;
    margin-bottom: 1rem;
  }
}
#section_07 .edu_process_wrap .process_con .pro_wrap li:last-child {
  margin: 0;
}

#section_08 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/sec08_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1279px) {
  #section_08 {
    padding: 0 0 1rem;
  }
}
@media (max-width: 600px) {
  #section_08 {
    padding: 0 0 4.5rem;
  }
}
#section_08 p {
  text-align: center;
  color: #fff;
}
#section_08 .deco_t_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 7rem 0 2rem;
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1279px) {
  #section_08 .deco_t_wrap {
    margin: 6rem 0 4rem;
  }
}
@media (max-width: 400px) {
  #section_08 .deco_t_wrap {
    scale: 0.9;
  }
}
#section_08 .deco_t_wrap .top_point {
  position: relative;
  text-align: start;
  display: flex;
  margin: 0 auto;
  left: -4rem;
}
@media (max-width: 1280px) {
  #section_08 .deco_t_wrap .top_point {
    left: -3.5rem;
  }
}
@media (max-width: 600px) {
  #section_08 .deco_t_wrap .top_point {
    left: -4rem;
  }
}
@media (max-width: 320px) {
  #section_08 .deco_t_wrap .top_point {
    left: -3rem;
  }
}
#section_08 .deco_t_wrap .top_point div {
  font-size: 2.3rem;
  color: #fff;
  margin: 0 0.5rem;
}
@media (min-width: 601px) and (max-width: 1279px) {
  #section_08 .deco_t_wrap .top_point div {
    font-size: 2rem;
  }
}
#section_08 .deco_t_wrap .top_point .one {
  animation: one1 2s steps(1, end) infinite;
}
#section_08 .deco_t_wrap .top_point .two {
  animation: one2 2s steps(1, end) infinite;
}
#section_08 .deco_t_wrap p {
  font-size: 2.3rem;
}
@media (min-width: 601px) and (max-width: 1279px) {
  #section_08 .deco_t_wrap p {
    font-size: 2rem;
  }
}
#section_08 .deco_t_wrap .skew {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 5px 2px 20px #610e97;
  letter-spacing: 0.1rem;
  transform: skewX(-10deg);
  margin-top: 0.5rem;
  animation: shadowBlink 1s infinite steps(2, end);
}
#section_08 .in_text {
  position: relative;
  align-items: center;
  line-height: 1.3rem;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  margin-top: 8rem;
}
@media (max-width: 1280px) {
  #section_08 .in_text {
    margin-top: 8rem;
  }
}
@media (max-width: 900px) {
  #section_08 .in_text {
    margin-top: 10rem;
  }
}
@media (max-width: 600px) {
  #section_08 .in_text {
    margin-top: 12rem;
  }
}
#section_08 .in_text span {
  font-size: 1.2rem;
  color: #a4eee4;
}
#section_08 .in_text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -150%);
  display: block;
  width: 1px;
  height: 100px;
  background-color: white;
}

@keyframes one1 {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes one2 {
  0%, 24% {
    opacity: 0;
  }
  25%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes shadowBlink {
  0%, 49% {
    text-shadow: 5px 2px 20px #610e97;
  }
  50%, 100% {
    text-shadow: none;
  }
}
#section_09 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1080px) {
  #section_09 {
    padding: 0rem 0 2rem;
  }
}
@media (max-width: 900px) {
  #section_09 {
    padding: 0 0 2.85rem;
  }
}
@media (max-width: 600px) {
  #section_09 {
    padding: 0 0 2rem;
  }
}
#section_09 .inner {
  max-width: 1600px;
}
#section_09 .form_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (max-width: 1535px) {
  #section_09 .form_wrap {
    width: 90%;
    padding: 2rem 0 3rem;
  }
}
@media (max-width: 800px) {
  #section_09 .form_wrap {
    width: 95%;
    padding: 3rem 0 2rem;
  }
}
#section_09 .form_wrap > p {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin: 5rem 0 3rem;
}
#section_09 .form_wrap form {
  width: 100%;
  display: flex;
}
@media (max-width: 600px) {
  #section_09 .form_wrap form {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
#section_09 .form_wrap form .write_box_wrap {
  position: relative;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 1rem;
  gap: 0.5rem;
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .write_box_wrap {
    width: 100%;
  }
}
#section_09 .form_wrap form .write_box_wrap > div {
  flex: 1 1 calc(50% - 0.5rem);
  display: flex;
  align-self: flex-end;
}
#section_09 .form_wrap form .write_box_wrap > div .hidden_tag {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#section_09 .form_wrap form .write_box_wrap > div input, #section_09 .form_wrap form .write_box_wrap > div textarea {
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #050d45;
  padding: 0.5rem;
  box-sizing: border-box;
  font-family: "Paperlogy";
  font-size: 0.75rem;
  font-weight: 400;
  color: #050d45;
  line-height: 1rem;
}
@media (max-width: 1535px) {
  #section_09 .form_wrap form .write_box_wrap > div input, #section_09 .form_wrap form .write_box_wrap > div textarea {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .write_box_wrap > div input, #section_09 .form_wrap form .write_box_wrap > div textarea {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
#section_09 .form_wrap form .write_box_wrap > div input:focus, #section_09 .form_wrap form .write_box_wrap > div textarea:focus {
  outline: 1px solid #050d45;
}
#section_09 .form_wrap form .write_box_wrap > div input::placeholder, #section_09 .form_wrap form .write_box_wrap > div textarea::placeholder {
  font-family: "Paperlogy";
  color: #333;
  font-weight: 400;
  font-size: 0.7rem;
}
@media (max-width: 900px) {
  #section_09 .form_wrap form .write_box_wrap > div input::placeholder, #section_09 .form_wrap form .write_box_wrap > div textarea::placeholder {
    font-size: 0.8rem;
  }
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .write_box_wrap > div input::placeholder, #section_09 .form_wrap form .write_box_wrap > div textarea::placeholder {
    font-size: 0.85rem;
  }
}
#section_09 .form_wrap form .write_box_wrap > div textarea {
  resize: none;
  padding-top: 0.5rem;
}
#section_09 .form_wrap form .write_box_wrap .con_box {
  flex: 1 1 100%;
}
#section_09 .form_wrap form .write_box_wrap .con_box textarea#content {
  height: 250px;
  resize: none;
  overflow: auto;
}
#section_09 .form_wrap form .write_box_wrap .con_box textarea#content::-webkit-scrollbar {
  width: 8px;
}
#section_09 .form_wrap form .write_box_wrap .con_box textarea#content::-webkit-scrollbar-thumb {
  background-color: #6e7ce0;
  border-radius: 4px;
}
#section_09 .form_wrap form .write_box_wrap .con_box textarea#content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
@media (max-width: 1535px) {
  #section_09 .form_wrap form .write_box_wrap .con_box textarea#content {
    height: 200px;
  }
}
@media (max-width: 1080px) {
  #section_09 .form_wrap form .write_box_wrap .con_box textarea#content {
    height: 150px;
  }
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .write_box_wrap .con_box textarea#content {
    height: 120px;
  }
}
#section_09 .form_wrap form .info_box_wrap {
  width: 35%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .info_box_wrap {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .info_box_wrap .info {
    justify-content: space-between;
  }
}
#section_09 .form_wrap form .info_box_wrap .info > div {
  margin-bottom: 0.5rem;
}
#section_09 .form_wrap form .info_box_wrap .info p {
  font-size: 1rem;
  color: #050d45;
}
@media (max-width: 1080px) {
  #section_09 .form_wrap form .info_box_wrap .info p {
    font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .info_box_wrap .info p {
    font-size: 1.1rem;
  }
}
@media (max-width: 450px) {
  #section_09 .form_wrap form .info_box_wrap .info p {
    font-size: 0.88rem;
  }
}
#section_09 .form_wrap form .info_box_wrap .info p.title_info_t {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 2100px) {
  #section_09 .form_wrap form .info_box_wrap .info p.title_info_t {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .info_box_wrap .info p.title_info_t {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media (max-width: 450px) {
  #section_09 .form_wrap form .info_box_wrap .info p.title_info_t {
    font-size: 1rem;
  }
}
#section_09 .form_wrap form .info_box_wrap .info p:last-child {
  line-height: 1.3rem;
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .info_box_wrap .info {
    display: flex;
    width: 100%;
  }
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap {
  width: 100%;
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div {
  width: 100%;
  margin: 0.5rem 0 0.8rem;
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div #agree {
  display: none;
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div label {
  display: flex;
  align-items: flex-start;
  font-size: 0.65rem;
  color: #333;
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div label .checkbox_icon {
  display: inline-block;
  min-width: 16px;
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div label .agree_text {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  line-height: 0.8rem;
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .info_box_wrap .agree_wrap div label .agree_text {
    flex-wrap: nowrap;
    font-size: 0.85rem;
    line-height: 1rem;
    margin-left: 0.25rem;
  }
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div label .agree_text .agree_btn {
  position: relative;
  font-size: 0.65rem;
  text-decoration-line: underline;
  text-underline-offset: 0.1rem;
  line-height: 0.8rem;
  margin-left: 0.25rem;
  cursor: pointer;
}
@media (max-width: 600px) {
  #section_09 .form_wrap form .info_box_wrap .agree_wrap div label .agree_text .agree_btn {
    top: 0.05rem;
    font-size: 0.85rem;
    margin-left: 0.25rem;
  }
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div #agree + label {
  display: flex;
  align-items: flex-start;
  font-size: 0.65rem;
  color: #333;
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div #agree + label .checkbox_icon {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/xec_09_check_off.png");
  margin-right: 0.25rem;
}
@media (max-width: 1080px) {
  #section_09 .form_wrap form .info_box_wrap .agree_wrap div #agree + label .checkbox_icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 900px) {
  #section_09 .form_wrap form .info_box_wrap .agree_wrap div #agree + label .checkbox_icon {
    width: 16px;
    height: 16px;
  }
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap div #agree:checked + label .checkbox_icon {
  background-image: url("../img/xec_09_check_on.png");
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap .form_submit {
  width: 90%;
  font-weight: 600;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #050d45;
  padding: 0.75rem 0;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #section_09 .form_wrap form .info_box_wrap .agree_wrap .form_submit {
    width: 95%;
  }
}
@media (max-width: 1020px) {
  #section_09 .form_wrap form .info_box_wrap .agree_wrap .form_submit {
    width: 100%;
  }
}
#section_09 .form_wrap form .info_box_wrap .agree_wrap .form_submit:hover {
  background-color: #000321;
  transition-duration: 0.3s;
}

.layer-pop__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  pointer-events: all;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.layer-pop__overlay.layer-pop--hidden {
  display: none;
  opacity: 0;
}
.layer-pop__overlay.layer_pop--show {
  opacity: 1;
}
.layer-pop__overlay .layer-pop__wrap {
  font-size: 1rem;
  background: #fff;
  padding: 1.875rem;
  border-radius: 45px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1060;
  transition: 0.3s ease;
  width: 40%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .layer-pop__overlay .layer-pop__wrap {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  .layer-pop__overlay .layer-pop__wrap {
    width: 90%;
  }
}
.layer-pop__overlay .layer-pop__wrap .btn--close {
  position: absolute;
  font-size: 1.25rem;
  font-weight: 400;
  top: 0.75rem;
  right: 1rem;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__header {
  text-align: center;
  align-content: center;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__header .layer-pop__title {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 2px solid #727272;
  padding-bottom: 1rem;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__content {
  padding: 1.25rem 0;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__content li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__content li p {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 0.85rem;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__content li .number {
  font-size: 0.6rem;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  width: 0.65rem;
  height: auto;
  text-align: center;
  margin-right: 0.25rem;
  padding: 0.1rem;
  flex-shrink: 0;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__footer {
  text-align: center;
  align-content: center;
}
.layer-pop__overlay .layer-pop__wrap .layer-pop__footer button {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
  color: #fff;
  background-color: #333;
  padding: 0.25rem 0.75rem;
  border-radius: 0.2rem;
}