@charset "UTF-8";
/* 폰트어썸 */
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css';
/* 폰트 */
@import url("https://fonts.googleapis.com/css?family=Black+Han+Sans:400");
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "HSBombaram";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/HSBombaram.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yg-jalnan";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 디폴트 css */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b, strong {
  font-weight: bolder;
  background: transparent;
}

mark {
  background: transparent;
  font-weight: inherit;
}

small {
  font-size: 80%;
}

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

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

html, body {
  font-size: 20px;
  font-family: "Pretendard";
}

body {
  font-size: 0.9rem;
}

body .wrapper {
  position: relative;
  box-shadow: 0 0 5px #00000010;
  min-height: 100svh;
}

/********************* 
*      common       * 
**********************/
/********************* 
*        page        * 
**********************/
body {
  color: #333333;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  background-color: #081E36;
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1300px) {
  .inner {
    max-width: 90% !important;
    width: 100%;
  }
}

body {
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}
body #section-join-popup::-webkit-scrollbar {
  width: 20px;
  height: 80%;
}
body #section-join-popup::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
  border: 7px solid #fff;
}
body #section-join-popup::-webkit-scrollbar-track {
  background-color: #fff;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 100;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}
header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1350px;
  height: 5rem;
}
header a {
  display: block;
  width: 100%;
  height: 100%;
}
header h1 {
  background: url(../images/logo/logo_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 50%;
  width: 5rem;
  height: 100%;
}
header .line_btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
header nav ul {
  display: flex;
  gap: 2rem;
  font-weight: 500;
  font-size: 0.9rem;
  align-items: center;
}
header nav ul a:hover {
  color: #04FFC9 !important;
}
header.on {
  color: black !important;
  background-color: white;
  border-bottom: 1px solid #00000030;
}
header.on h1 {
  background: url(../images/logo/logo_black.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 50%;
}
@media (max-width: 1300px) {
  header .header_inner {
    max-width: 100%;
    margin: 0 2rem;
  }
}

.footer {
  font-size: 0.8rem;
  padding: 0 2rem;
  margin: 0 auto;
  background-color: #081E36;
}
.footer .footer_inner {
  border-top: 1px solid #adadad;
  position: relative;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.footer .footer_inner h3 {
  width: 20%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: transparent;
  border-bottom: transparent;
  padding: 2rem 1rem;
}
.footer .footer_inner img {
  width: 7rem;
}
.footer .center {
  line-height: 180%;
  color: #999999;
  padding: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 50%;
}
.footer .center ul.foot_btn {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
  padding: 0;
}
.footer .center ul.foot_btn li {
  font-weight: 700;
  color: #cdcdcd;
}
.footer .center ul.foot_btn li a:hover {
  color: #04FFC9;
}
.footer .center ul.address {
  display: flex;
  gap: 0rem 3rem;
  flex-wrap: wrap;
  max-width: 22rem;
}
.footer .copyright {
  text-align: right;
  width: 30%;
  padding: 2rem;
  display: flex;
  align-items: end;
  justify-content: end;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #cdcdcd;
}
.footer .vi_wrap {
  display: flex;
  gap: 1rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  max-width: 1300px;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: none;
  padding: 1rem;
}
.footer .vi_wrap li {
  cursor: pointer;
  filter: grayscale(100%);
  width: fit-content;
}
.footer .vi_wrap li:hover {
  filter: grayscale(0%);
}
.footer .vi_wrap li img {
  width: 100%;
  max-width: 5rem;
}
.footer #popupFooterImg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000080;
  z-index: 200;
  width: 100%;
  height: 100dvh;
}
.footer #popupFooterImg .inner {
  position: absolute;
  width: 80%;
  height: fit-content;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.footer #popupFooterImg button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  background: transparent;
}
.footer #popupFooterImg img {
  width: 100%;
}
@media (max-width: 800px) {
  .footer .footer_inner {
    flex-wrap: wrap;
  }
  .footer .footer_inner h3 {
    width: 30%;
    border: none;
  }
  .footer .center {
    width: 70%;
    border: none;
  }
  .footer .copyright {
    width: 100%;
    border: none;
    text-align: left;
    justify-content: start;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer .vi_wrap {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 550px) {
  .footer .footer_inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer .footer_inner h3 {
    width: 100%;
    border: none;
    padding: 2rem 1rem 0 1rem;
  }
  .footer .center {
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
  }
  .footer .copyright {
    padding: 1rem;
  }
}

#index_home {
  color: #fff;
}
#index_home .big_txt {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
}
#index_home .b_txt {
  position: relative;
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
#index_home .video_area {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
#index_home .video_area video {
  width: 100%;
  min-height: 100vh;
  min-width: 1920px;
  position: absolute;
  left: 0;
  top: 0;
}
#index_home .video_area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* 
  background: url(../images/main/wave2.png); */
  background-size: 100%;
  background-color: rgba(8, 30, 54, 0.7);
}
#index_home section {
  height: 100vh;
  width: 100vw;
  max-height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_home #section_main {
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  max-height: 100dvh;
}
#index_home #section_main .normal {
  color: white;
}
#index_home #section_main .big_txt {
  top: 15%;
}
#index_home #section_main .b_txt {
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
#index_home #section_main h2 {
  font-size: 3.25rem;
}
#index_home #section_main p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
}
#index_home #section_main .b_txt:nth-child(3) {
  margin-top: 1rem;
}
#index_home #section_main a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  display: inline-block;
  margin-top: 6rem;
}
#index_home #section_main img {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
#index_home #section1 {
  color: #fff;
  width: 100%;
  padding-top: 14rem;
  height: fit-content;
  transition: 0.5s;
}
#index_home #section1 h3 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 3rem;
  background-color: #081E36;
  width: fit-content;
  padding: 1rem 2rem;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3rem;
  border: 3px solid #fff;
}
#index_home #section1 .inner {
  padding-top: 5rem;
  padding-bottom: 8rem;
  /* border: 1px solid $borderColorWhite; */
  border-radius: 2rem;
  max-width: 1300px;
  position: relative;
}
#index_home #section1 .center {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#index_home #section1 .center .spin_img {
  position: relative;
  margin-top: 3rem;
  width: 470px;
  height: 470px;
}
#index_home #section1 .center .spin_img h4 {
  background: url(../images/main/keypoint_all.png);
  background-size: 100%;
  width: 545px;
  height: 545px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #04FFC9;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
#index_home #section1 .center .spin_img::before {
  content: "";
  background: url(../images/main/keypoint_circle.png);
  width: 470px;
  height: 470px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  rotate: 0deg;
  background-position: center;
  animation: spin 10s forwards infinite;
}
@keyframes spin {
  0% {
    rotate: 15deg;
  }
  5% {
    rotate: 15deg;
  }
  25% {
    rotate: 105deg;
  }
  30% {
    rotate: 105deg;
  }
  50% {
    rotate: 195deg;
  }
  55% {
    rotate: 195deg;
  }
  75% {
    rotate: 285deg;
  }
  80% {
    rotate: 285deg;
  }
  100% {
    rotate: 375deg;
  }
}
#index_home #section1 .center ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
#index_home #section1 .center ul li {
  animation: opacity 1s 0.5s forwards;
  opacity: 0;
}
#index_home #section1 .center ul li:nth-child(even) {
  text-align: left;
}
#index_home #section1 .center ul li:nth-child(odd) {
  text-align: right;
}
#index_home #section1 .center ul li:nth-child(1) {
  position: absolute;
  left: 10%;
  top: 10%;
}
#index_home #section1 .center ul li:nth-child(2) {
  position: absolute;
  left: 68%;
  top: 25%;
}
#index_home #section1 .center ul li:nth-child(3) {
  position: absolute;
  left: 10%;
  top: 68%;
}
#index_home #section1 .center ul li:nth-child(4) {
  position: absolute;
  left: 63%;
  top: 87%;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#index_home #section1 .center ul li h5 {
  color: #04FFC9;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
#index_home #section1 .center ul li p {
  /* color: $colorGrayF8; */
  line-height: 150%;
}
#index_home #section1.on {
  /* background-color: #000;
  transition: 0.1s; */
}
#index_home #section2 {
  color: #fff;
  padding-bottom: 10rem;
  text-align: center;
  padding-top: 15rem;
}
#index_home #section2 h3 {
  font-size: 2rem;
}
#index_home #section2 p {
  margin-top: 1rem;
  line-height: 150%;
}
#index_home #section2 .inner {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 5rem;
  padding-bottom: 8rem;
  border-radius: 2rem;
  max-width: 1300px;
  position: relative;
}
#index_home #section2 .circle_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
#index_home #section2 .circle_ul li .circle {
  width: 300px;
  height: 300px;
  background: url(../images/main/circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 3rem 0 3.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#index_home #section2 .circle_ul li .circle:nth-child(1) {
  margin-right: -50px;
}
#index_home #section2 .circle_ul li .circle:nth-child(3) {
  margin-left: -50px;
}
#index_home #section2 .circle_ul li .circle h5 {
  font-size: 1.1rem;
  color: #04FFC9;
}
@keyframes cbcb {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cbcb2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#index_home #section2 .circle_ul li:nth-child(even) .circle::after {
  content: "";
  background: url(../images/main/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  animation: cbcb 3s infinite;
}
#index_home #section2 .circle_ul li:nth-child(odd) .circle::after {
  content: "";
  background: url(../images/main/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  bottom: -4rem;
  rotate: 180deg;
  right: 50%;
  transform: translateX(-50%);
  animation: cbcb2 3s infinite;
}
#index_home #section2 .circle_ul li span {
  display: block;
  padding-top: 5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: 300px;
}
#index_home #section2 .circle_ul li span:nth-of-type(1) {
  margin-right: -50px;
}
#index_home #section2 .circle_ul li span:nth-of-type(3) {
  margin-left: -50px;
}
#index_home #section3 {
  color: #fff;
}
#index_home #section3 h3 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 3rem;
}
#index_home #section3 .divide {
  display: flex;
}
#index_home #section3 .divide .img_wrap {
  flex: 1;
}
#index_home #section3 .divide .img_wrap img {
  width: 100%;
}
#index_home #section3 .divide ul {
  flex: 1;
}
#index_home #section3 ul {
  background: url(../images/main/step.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
  text-align: right;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
}
#index_home #section3 ul li:nth-child(2) {
  margin-right: 1rem;
}
#index_home #section3 ul li:nth-child(3) {
  margin-right: 2rem;
}
#index_home #section3 ul h5 {
  font-size: 1.25rem;
  color: white;
  margin-bottom: 0.5rem;
}
#index_home #section3 ul p {
  /* color: $colorGrayF8;  */
  line-height: 150%;
}
#index_home #section3 ul .b_txt {
  width: auto;
}
#index_home #section3 ul span {
  display: block;
}
#index_home #section3.step2 ul {
  background: url(../images/main/step2.svg);
  background-position-x: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
#index_home #section3.step2 ul li:nth-child(1) {
  margin-left: 3rem;
}
#index_home #section3.step2 ul li:nth-child(2) {
  margin-left: 2rem;
}
#index_home #section3.step2 ul li:nth-child(3) {
  margin-left: 1rem;
}
#index_home #section4 {
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-top: 5rem;
  border-top: thin solid rgba(4, 255, 201, 0.5);
  border-bottom: thin solid rgba(4, 255, 201, 0.5);
  background: #081E36;
}
#index_home #section4::before, #index_home #section4::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#index_home #section4::before {
  left: 0;
  right: auto;
  background: linear-gradient(to right, #081E36, transparent);
}
#index_home #section4::after {
  right: 0;
  background: linear-gradient(to left, #081E36, transparent);
}
#index_home #section4 h3 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 3rem;
}
#index_home #section4 ul {
  position: relative;
}
#index_home #section4 ul li {
  background: url(../images/main/box.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 1rem;
  aspect-ratio: 1/0.42;
  width: 53%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#index_home #section4 ul li h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#index_home #section4 ul li img {
  max-width: 2.5rem;
  margin-bottom: 1rem;
}
#index_home #section4 ul.items1 li:nth-child(1) {
  position: absolute;
  left: -50%;
  top: 0;
}
#index_home #section4 ul.items1 li:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 0;
}
#index_home #section4 ul.items2 li:nth-child(3) {
  position: absolute;
  left: 100%;
  top: 0;
}
#index_home #section4 ul.items2 li:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 0;
}
#index_home #section5 {
  text-align: center;
  color: #fff;
  max-height: fit-content;
  padding: 8rem 0;
  overflow: hidden;
  width: 100vw;
}
#index_home #section5 h3 {
  font-size: 2rem;
  padding-bottom: 1rem;
}
#index_home #section5 ul {
  display: flex;
}
#index_home #section5 .ul {
  display: flex;
  padding-top: 4rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
#index_home #section5 .ul li {
  width: 20%;
  flex-grow: 1;
  height: 100px;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* &:nth-child(-n+3) img{width: 100%;} */
}
#index_home #section5 .ul li img {
  display: block;
  max-height: 60%;
  max-width: 60%;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(243deg) brightness(200%) contrast(101%);
}
#index_home #section5 .moving_wrap, #index_home #section5 .moving_wrap2 {
  position: relative;
  display: block;
  width: 100vw;
  height: 5.5rem;
  display: flex;
  left: -30%;
  gap: 1rem;
}
#index_home #section5 .moving_wrap ul, #index_home #section5 .moving_wrap2 ul {
  display: flex;
  gap: 1.5rem;
  /* position: absolute; right: 0; */
  top: 0;
}
#index_home #section5 .moving_wrap ul li, #index_home #section5 .moving_wrap2 ul li {
  display: inline-block;
  white-space: nowrap;
  border-radius: 1.5rem;
  overflow: hidden;
}
#index_home #section5 .moving_wrap ul img, #index_home #section5 .moving_wrap2 ul img {
  width: 5.5rem;
  height: 5.5rem;
  display: block;
  background-color: #555;
}
#index_home #section5 .moving_wrap ul:nth-child(2) img, #index_home #section5 .moving_wrap2 ul:nth-child(2) img {
  background-color: #052864;
}
#index_home #section5 .moving_wrap {
  margin-bottom: 1rem;
}
#index_home #section5 .moving_wrap2 {
  left: calc(-30% + 4.5rem);
}
#index_home #qna {
  background-color: #fff;
  height: fit-content;
  max-height: 1000px;
  display: flex;
  align-items: start;
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #333333;
  text-align: center;
}
#index_home #qna h3 {
  font-size: 2rem;
  text-align: center;
}
#index_home #qna a {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #efefef;
  margin-top: 1rem;
}
#index_home #qna .tab_menu {
  display: flex;
  padding-top: 3rem;
}
#index_home #qna .tab_menu .tab {
  flex: 1;
  padding: 1rem;
  border-bottom: 1px solid #00000030;
}
#index_home #qna .tab_menu .tab.active {
  display: block;
  border-bottom: 5px solid #000000;
  font-weight: bold;
}
#index_home #qna .contents_wrap .tab-content {
  display: none;
}
#index_home #qna .contents_wrap .tab-content.active {
  display: block;
}
#index_home #qna .contents_wrap li {
  text-align: left;
}
#index_home #qna .contents_wrap li i {
  color: #008a6c;
}
#index_home #qna .contents_wrap li .accordion-header {
  border-bottom: 1px solid #efefef;
  width: 100%;
  padding: 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#index_home #qna .contents_wrap li .accordion-content {
  display: none;
  background-color: #f8f8f8;
  padding: 1rem;
  line-height: 150%;
  color: #555555;
}
#index_home #qna .contents_wrap li.active .accordion-content {
  display: block;
}
#index_home #qna .contents_wrap li.active .accordion-header {
  font-weight: 600;
  color: #008a6c;
}
@media (max-width: 1300px) {
  #index_home #section1 .center .spin_img {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #index_home #section1 .center .spin_img h4 {
    width: 95%;
    height: 95%;
  }
  #index_home #section1 .center .spin_img::before {
    width: 81%;
    height: auto;
    top: 9.5%;
    left: 9.5%;
    aspect-ratio: 1/1;
  }
  #index_home #section1 .center ul li:nth-child(1) {
    left: 0;
  }
  #index_home #section1 .center ul li:nth-child(2) {
    left: auto;
    right: 0%;
  }
  #index_home #section1 .center ul li:nth-child(3) {
    left: 0;
  }
  #index_home #section1 .center ul li:nth-child(4) {
    left: auto;
    right: 0%;
  }
  #index_home #section4 .inner {
    width: 80% !important;
  }
}
@media (max-width: 1000px) {
  #index_home #section2 .circle_ul {
    padding: 0 4%;
    padding-right: 7%;
    width: 100%;
  }
  #index_home #section2 .circle_ul li {
    flex: 1;
    flex-grow: 0;
    max-width: 220px;
  }
  #index_home #section2 .circle_ul li .circle {
    width: 110% !important;
    height: auto !important;
    aspect-ratio: 1/1;
    background-position: center !important;
  }
  #index_home #section2 .circle_ul li span {
    padding-right: 3rem;
  }
  #index_home #section4 {
    height: fit-content;
    max-height: 100%;
    padding: 5rem 0;
  }
  #index_home #section4 .inner {
    width: 80% !important;
  }
  #index_home #section4 ul li {
    width: 100%;
  }
  #index_home #section4 ul.items1 li:nth-child(1) {
    display: none;
  }
  #index_home #section4 ul.items1 li:nth-child(3) {
    position: inherit !important;
    left: 0 !important;
    transform: scaleX(-1);
  }
  #index_home #section4 ul.items1 li:nth-child(3) img, #index_home #section4 ul.items1 li:nth-child(3) h5, #index_home #section4 ul.items1 li:nth-child(3) p {
    transform: scaleX(-1);
  }
  #index_home #section4 ul.items2 li:nth-child(2) {
    position: inherit !important;
    left: 0 !important;
    transform: scaleX(-1);
  }
  #index_home #section4 ul.items2 li:nth-child(2) img, #index_home #section4 ul.items2 li:nth-child(2) h5, #index_home #section4 ul.items2 li:nth-child(2) p {
    transform: scaleX(-1);
  }
  #index_home #section4 ul.items2 li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 800px) {
  #index_home #section1 h3 {
    font-size: 1.5rem;
  }
  #index_home #section1 .center {
    display: flex;
    flex-direction: column;
  }
  #index_home #section1 .center .spin_img {
    margin-top: 0;
  }
  #index_home #section1 .center ul {
    position: relative !important;
  }
  #index_home #section1 .center ul li {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    margin-bottom: 2rem;
  }
  #index_home #section2 {
    max-height: fit-content;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  #index_home #section2 h3 {
    font-size: 1.5rem;
  }
  #index_home #section2 p {
    font-size: 1rem;
  }
  #index_home #section2 .circle_ul {
    flex-direction: column;
    padding-top: 4rem;
  }
  #index_home #section2 .circle_ul li {
    max-width: 100%;
    width: 100%;
    display: flex;
    margin-top: -2rem;
  }
  #index_home #section2 .circle_ul li .circle {
    width: 50% !important;
    margin-right: 0 !important;
  }
  #index_home #section2 .circle_ul li span {
    margin-right: 0 !important;
    width: 50%;
    text-align: center;
    padding-left: 20% !important;
    padding-top: 23%;
  }
  #index_home #section2 .circle_ul li .circle::after, #index_home #section2 .circle_ul li .circle::before {
    right: -6rem !important;
    top: 50% !important;
    rotate: 90deg !important;
    left: auto !important;
  }
  #index_home #section2 .circle_ul li:nth-child(even) .circle::after {
    right: -6rem !important;
    rotate: 270deg !important;
    top: 30% !important;
  }
  #index_home #section3 {
    height: auto;
    max-height: 100%;
    padding-top: 10rem;
  }
  #index_home #section3 .inner {
    max-width: 85% !important;
  }
  #index_home #section3 h3 {
    padding-right: 10%;
    font-size: 1.5rem;
  }
  #index_home #section3 .divide {
    flex-direction: column;
  }
  #index_home #section3 .divide .img_wrap {
    transform: scaleX(-1);
  }
  #index_home #section3 .divide ul {
    margin-top: 2rem;
  }
  #index_home #section3.step2 .divide {
    flex-flow: column-reverse;
  }
  #index_home #section5 .ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #index_home #section5 .ul li {
    width: 100%;
  }
}
@media (max-width: 550px) {
  #index_home #section_main h2 {
    font-size: 2rem;
  }
  #index_home #section_main p {
    font-size: 1rem;
  }
  #index_home #section_main img {
    width: 4rem;
    bottom: 2rem;
  }
  #index_home #section1 h3 {
    font-size: 1.25rem;
    width: fit-content;
  }
  #index_home #section2 h3 span {
    display: block;
  }
  #index_home #section2 p {
    font-size: 0.9rem;
    color: #efefef;
  }
  #index_home #section2 .circle_ul li:nth-child(even) .circle::after {
    width: 3rem;
    height: 3rem;
  }
  #index_home #section2 .circle_ul li .circle::after {
    right: -4rem !important;
  }
  #index_home #section2 .circle_ul li:nth-child(even) .circle::after {
    right: -3.5rem !important;
  }
  #index_home #section4::before, #index_home #section4::after {
    background: none;
  }
  #index_home #section4 .inner {
    width: 90% !important;
  }
  #index_home #section4 h3 {
    font-size: 1.5rem;
  }
  #index_home #section4 h3 span {
    display: block;
  }
}

#sub_page {
  background: white;
}
#sub_page header {
  color: #000;
  background-color: #ffffff90;
  /*  background-color: #fff; */
  border-bottom: 1px solid #00000020;
}
#sub_page header h1 {
  background: url(../images/logo/logo_black.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 50%;
}
#sub_page header nav ul a:hover {
  color: #008a6c !important;
}
#sub_page header .line_btn {
  border-color: #00000030;
}
#sub_page #title {
  margin-top: 8rem;
}
#sub_page #title .inner {
  color: #fff;
  padding: 5rem;
  background: url(../images/main/wave.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  border-radius: 1.5rem;
  background-color: #081E36;
}
#sub_page #title .inner h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
#sub_page #board .board_top {
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0;
}
#sub_page #board .board_top select {
  padding: 0.5rem;
  border: none;
  border: 1px solid #adadad;
  width: 200px;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
#sub_page #board ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 15rem;
}
#sub_page #board ul li {
  padding: 1rem;
  border: 1px solid #efefef;
  box-shadow: 0 0 0.25rem #00000010;
  border-radius: 1.2rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
  background: #f8f8f8;
}
#sub_page #board ul li img {
  width: 100%;
  height: auto;
  background-color: #cdcdcd;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
#sub_page #board ul li h3 {
  font-size: 1.1rem;
}
#sub_page #board ul li span {
  padding: 0.25rem 0.5rem;
  background-color: #efefef;
  border-radius: 3rem;
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 0.8rem;
}
#sub_page #board ul li span.red {
  background-color: #ff000020;
  color: #660707;
}
#sub_page #board ul li span.green {
  background-color: #09ff0020;
  color: #07660a;
}
#sub_page #board ul li span.blue {
  background-color: #1500ff20;
  color: #070c66;
}
#sub_page #board ul li span.yellow {
  background-color: #ffae0020;
  color: #663807;
}
#sub_page #board ul li p {
  color: #999999;
  font-size: 0.85rem;
  line-height: 130%;
}
@media (max-width: 1100px) {
  #sub_page #board ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  #sub_page #board ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  #sub_page #board ul {
    grid-template-columns: 1fr;
  }
}

#sub_page_inner {
  background-color: #fff;
}
#sub_page_inner header {
  color: #000;
  /*  background-color: #fff; */
  border-bottom: 1px solid #00000020;
}
#sub_page_inner header h1 {
  background: url(../images/logo/logo_black.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 50%;
}
#sub_page_inner header nav ul a:hover {
  color: #008a6c !important;
}
#sub_page_inner header .line_btn {
  border-color: #00000030;
}
#sub_page_inner #sec_title {
  padding-top: 7rem;
}
#sub_page_inner #sec_title .title {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#sub_page_inner #sec_title img {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #efefef;
}
#sub_page_inner #sec_title h2 {
  font-size: 1.5rem;
}
#sub_page_inner #sec_title .tag {
  margin-top: 1rem;
}
#sub_page_inner #sec_title .tag * {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  margin-right: 1rem;
  background-color: #efefef;
}
#sub_page_inner #info_text {
  margin-top: 3rem;
}
#sub_page_inner #info_text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#sub_page_inner #info_text .outline p {
  color: #555555;
  margin-bottom: 0.5rem;
  line-height: 150%;
}
#sub_page_inner #info_text .detail {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  margin-top: 4rem;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #00000010;
}
#sub_page_inner #info_text .detail ul {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
#sub_page_inner #info_text .detail ul h4 {
  color: #555555;
}
#sub_page_inner #info_text .detail ul p {
  color: #999999;
}
#sub_page_inner #info_text .detail a {
  border-radius: 5rem;
  background-color: #008a6c;
  color: #fff;
  padding: 1rem 3rem;
  display: block;
}
#sub_page_inner #slide {
  padding: 2rem 0 3rem 0;
}
#sub_page_inner .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#sub_page_inner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sub_page_inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sub_page_inner body {
  background: #000;
  color: #000;
}
#sub_page_inner .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#sub_page_inner .swiper-slide {
  background-size: cover;
  background-position: center;
}
#sub_page_inner .mySwiper2 {
  height: 90%;
  width: 100%;
}
#sub_page_inner .mySwiper2 .swiper-slide {
  padding: 2rem;
  padding-left: 0;
}
#sub_page_inner .mySwiper2 .swiper-slide img {
  box-shadow: 0 0 1rem #00000030;
}
#sub_page_inner .mySwiper {
  height: 10%;
  box-sizing: border-box;
  width: 30%;
  margin-top: 2rem;
  display: flex;
}
#sub_page_inner .mySwiper .swiper-slide {
  flex: 1;
  height: auto;
  opacity: 0.4;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
  overflow: hidden;
}
#sub_page_inner .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#sub_page_inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sub_page_inner .swiper-button-next, #sub_page_inner .swiper-button-prev {
  background-color: #efefef;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub_page_inner .swiper-button-next::after, #sub_page_inner .swiper-button-prev::after {
  font-size: 1rem;
}
#sub_page_inner .swiper-button-prev, #sub_page_inner .swiper-rtl .swiper-button-next {
  left: -3%;
}
#sub_page_inner .swiper-button-next, #sub_page_inner .swiper-rtl .swiper-button-prev {
  right: -3%;
}
#sub_page_inner #popupSlideImg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000080;
  z-index: 200;
  width: 100%;
  height: 100dvh;
}
#sub_page_inner #popupSlideImg .inner {
  position: absolute;
  width: 800%;
  max-width: 1200px;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
#sub_page_inner #popupSlideImg button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  background: transparent;
}
#sub_page_inner #popupSlideImg img {
  width: 100%;
  display: block;
}
@media (max-width: 550px) {
  #sub_page_inner .mySwiper {
    width: 50%;
  }
  #sub_page_inner #info_text .detail {
    flex-direction: column;
    gap: 2rem;
  }
  #sub_page_inner #info_text .detail ul {
    width: 100%;
  }
}

#policy {
  background-color: #fff;
  padding: 1rem;
  font-size: 0.85rem;
}
#policy .policy {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#policy .policy h3 {
  padding: 1rem 0px;
  border-bottom: 2px solid #008a6c;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-top: 1.25rem;
  font-size: 1.1rem;
}
#policy .policy .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  color: #008a6c;
}
#policy .policy .sub {
  font-weight: 500;
}
#policy .policy .step {
  border: 1px solid #cdcdcd;
  background-color: #f4f4f4;
  margin-top: 0.75rem;
  padding: 1rem;
}
#policy .policy .step .step_title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#policy .policy .step p {
  display: flex;
  width: 100%;
  justify-content: start;
}
#policy .policy .step span:first-child {
  width: fit-content;
  min-width: 1rem;
  height: 100%;
  flex-shrink: 0;
}
#policy .policy .no8 .step p {
  margin-bottom: 0.5rem;
}
#policy .policy .no9 .sub p {
  margin-bottom: 0.5rem;
}
#policy .policy table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
#policy .policy table th, #policy table td {
  padding: 0.25rem;
  text-align: center;
  border: 1px solid #aaa;
}
#policy .policy table th {
  background-color: #aaa;
  color: #fff;
}
#policy .policy > ul {
  margin-bottom: 100px;
}
#policy .policy ul li ul {
  margin-left: 20px;
  margin-top: 10px;
  list-style: disc;
}
#policy .policy ul li ul li {
  list-style: disc;
  text-align: left;
  margin-top: 0.25rem;
}
#policy .circle_num {
  font-size: 0.5rem !important;
}

#inquiry {
  padding: 8%;
  color: #fff;
}
#inquiry #wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#inquiry h3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
#inquiry h3::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #04FFC9;
  border-radius: 50%;
  display: block;
  margin: 1rem auto;
  margin-bottom: 2rem;
}
#inquiry li {
  margin-bottom: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
#inquiry label {
  width: 6rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#inquiry label span {
  color: red;
  padding-right: 0.25rem;
}
#inquiry input, #inquiry textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #04ffc9a6;
  padding: 0.5rem;
  flex-grow: 1;
  border-radius: 0.25rem;
  color: #fff;
}
#inquiry .select {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  gap: 0.5rem;
  text-align: center;
}
#inquiry .select span {
  width: 100%;
  display: block;
  color: #04FFC9;
}
#inquiry .select label {
  flex: 1;
  padding: 0.25rem;
  border: 1px solid #ffffff80;
  padding: 0.5rem;
  border-radius: 3rem;
  cursor: pointer;
}
#inquiry .select input {
  width: 0;
  height: 0;
  overflow: hidden;
}
#inquiry .select label:has(input:checked) {
  background-color: #04FFC9;
  color: #000;
  border-color: #04FFC9;
}
#inquiry #btn_submit {
  background-color: #04FFC9;
  color: #000;
  padding: 1.25rem;
  border-radius: 3rem;
  font-weight: 600;
}
#inquiry .check {
  justify-content: right;
  margin-bottom: 3rem;
  padding-right: 1rem;
}
#inquiry a {
  text-decoration: underline;
}
#inquiry #popup_personal {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  height: fit-content;
  background-color: #fff;
  color: #444;
  padding: 1.5rem;
}
#inquiry #popup_personal p {
  font-size: 0.9rem;
  color: #777;
}
#inquiry #popup_personal table {
  border: 1px solid #00000030;
  width: 100%;
  margin: 1rem 0;
}
#inquiry #popup_personal table td, #inquiry #popup_personal table th {
  border: 1px solid #00000030;
  padding: 0.25rem;
}
#inquiry #popup_personal button {
  padding: 0.5rem;
  width: 100%;
  background-color: #000;
  color: #fff;
  margin-top: 1rem;
  font-size: 0.9rem;
}

/********************* 
*        반응형        * 
**********************/
@media (max-width: 1300px) {
  html, body {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  html, body {
    font-size: 3.15vw;
  }
}