html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  scroll-behavior: smooth;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      transform: translateZ(0);
  }
}
/* @font-face {
  font-family: 'GongGothicMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */


* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  color: #000;
  box-sizing: border-box;
  border-collapse: collapse;
  font-family: 'SUIT', 'GongGothicMedium', 'Noto Sans KR', 'sans-serif';
}

a {
  display: block;
  width: 100%;
}

.botpop {
  display: flex;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #acbde6;
}

.menu {
  display: flex;
  height: 100%;
}



.inner {
  margin: 0 auto;
  max-width: calc(100% - 10.509%);
  /* max-width: calc(100% - 200px); */
}


#header {
  z-index: 999;
  width: 100%;
  transition: padding 0.5s;
  top: 0;
}

#header .inner {
  display: flex;
  height: 100px;
  justify-content: flex-start;
  align-items: center;
}

#header h1 {
  width: 14.327%;
  min-width: 150px;
}

#header h1 img {
  width: 65%;
}

#header .gnb>li {
  margin: 0 30px;
  float: left;
  position: relative;
}

#header .gnb>li>a {
  font-weight: 500;
  font-size: 1.05rem;
  opacity: 0.8;
  transition: all 0.3s;
}

#header .gnb>li:hover>a {
  opacity: 1;
}


#header .depth2 {
  display: none;
  z-index: 99999;
  width: 120px;
  position: absolute;
  left: calc(50% - 60px);
  top: 40px;
  background: #000;
  padding: 20px;
  border-radius: 10px;
}

#header .depth2>li {
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
}

#header .depth2>li>a {
  transition: opacity .3s;
  color: #fff;
  opacity: 0.7;
}

#header .depth2>li:hover>a {
  opacity: 1;
}



#header .ham {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

#header .ham:before {
  width: 80%;
  height: 2px;
  content: '';
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}

#header .ham span {
  width: 100%;
  height: 2px;
  font-size: 0;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header .ham:after {
  width: 50%;
  height: 2px;
  content: '';
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}



.mgnb_wrap {
  display: none;
  z-index: 999999;
  width: 70%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #f0f0f0;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
  padding: 100px 50px 50px;
}

.mgnb_wrap:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: -100%;
  top: 0;
}

.mgnb>li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

.mdepth2 {
  padding: 10px 0 0 25px;
}

.mdepth2>li a {
  color: #666;
  font-size: 1.3rem;
  padding: 10px;
}

.mdepth2>li {
  position: relative;
}

.mdepth2>li:before {
  width: 5px;
  height: 5px;
  content: '';
  background: #4F46E5;
  border-radius: 50%;
  position: absolute;
  left: -13px;
  top: 10px;
}

.mgnb_wrap .mgnb_close a {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  padding: 20px 20px;
  color: #fff;
  text-align: center;
}


#header.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 5.208% 10px;
}


.half {
  display: flex;
  position: relative;
}

.swiper {
  width: 100%;
  /* height: 76.368888vh; */
  height: 77.4vh;
  margin: 20px 0 0 8.3333333vw;
  /* width: 75vw;
        height: 75vh;
        margin: 0; */
  padding: 0;
  border-radius: 0 0 60px 0;
  cursor: grab;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  background-color: transparent;
}

.swiper::before {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 90%, rgba(121, 121, 121, 0.15) 100%);
  pointer-events: none;
}

.swiper-slide {
  display: flex;
  text-align: center;
  font-size: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img:hover {
  transform: scale(1.2);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  filter: brightness(90%);
  transition: all 0.3s;
}

.swiper-slide .imgtext {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 40%;
}

.swiper-slide .imgtext p {
  z-index: 1;
  color: #fff;
  font-size: 2.645vw;
  padding-bottom: 20px;
  font-weight: 700;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.06));
  letter-spacing: 1px;
}

.swiper-slide img:hover {
  filter: brightness(50%);
  transition: all 0.3s;
}

.intro {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 100px;
}

.intro p {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -8px;
}


.right {
  display: flex;
  width: 28vw;
  height: 100%;
  min-width: 300px;
  background-color: white;
  padding: 1rem;
  flex-direction: column;
}

.inner2 {
  display: flex;
  width: 100%;
  height: 76.37vh;
  margin: 0 auto;
  max-width: 260px;
  padding-top: 12vh;
  flex-direction: column;
  justify-content: space-between;
}

.form {
  display: block;
  background-color: #fff;
  border-radius: 0.5rem;
}

.form-title {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}

.form-subtitle {
  display: none;
  text-align: center;
}

.input-container {
  position: relative;
}

.input-container input,
.form button {
  margin: 8px 0;
  outline: none;
  border: 1px solid #e5e7eb;
}

.input-container input {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  padding-left: 3.2rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}


.input-container input:focus {
  border: 1px solid #4F46E5;
  transition: 0.2s ease all;
}


.input-container span {
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 1.5rem;
  /* padding-right: 1rem; */
  place-content: center;
  pointer-events: none;
}


.submit {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #4F46E5;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  text-transform: uppercase;
}

.signup-link {
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  margin-top: 10px;
}

.signup-link a {
  display: inline-block;
  width: auto;
  text-decoration: underline;
}


.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #645bff;
}

.swiper-backface-hidden .swiper-slide {
  background: transparent;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
}

.gogak {
  color: #888;
  text-align: left;
  padding: 20px 0 20px 0;
  margin-top: 17%;
  /* animation: fadeInUp 1s ease both; */
}

.gogak h2 {
  color: rgb(53, 53, 53);
  font-size: 1.55rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
  border-left: 1px solid #000;
  padding-left: 18px;
  line-height: 1.4;
}

.gogak p {
  color: rgba(33, 33, 33);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 20px;
}

/* 글자 정렬 맞추기 */
.line {
  letter-spacing: 0.3px;
}

/* 배경 */
/* .circle {position: absolute; bottom: 50%; left: -10%; width: 500px; height: 500px; background-color: #645bff; opacity: 0.1; border-radius: 50%;} */
/* .circle {position: absolute; bottom: -25%; left: -10%; width: 600px; height: 600px; background-color: #645bff; opacity: 0.05; border-radius: 50%;} */
/* .circle2 {position: absolute; width: 300px; height: 300px; background-color: #4F46E5; opacity: 0.3; bottom: 2%; right: 400px; border-radius: 50%;} */

button {
  display: flex;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  border: 0;
  border-radius: 20px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  transition: background 0.2s;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
  --primary-color: #645bff;
  --secondary-color: #fff;
  --hover-color: #303030;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
}

button .arrow_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

button .arrow {
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  margin-top: 1px;
  background: var(--primary-color);
  position: relative;
  transition: 0.2s;
}

button .arrow::before {
  display: inline-block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

button:hover {
  background-color: var(--hover-color);
}

button:hover .arrow {
  background: var(--secondary-color);
}

button:hover .arrow:before {
  right: 0;
}

.none {
  width: 1px;
  height: 1px;
  color: white;
}

.nom {
  margin-top: 11.3519vh;
}

.nom .inner {
  display: flex;
  padding: 35px 0 55px 0;
  justify-content: space-between;align-items: center;
}

.f_text {
  color: #8f8f8f;
}

.f_li ul {
  display: flex;
}

.f_li li:nth-child(1) {
  margin-right: 4px;
}

.f_li li a {
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  padding: 10px 15px;
}

.f_li li a:hover {
  background-color: #121212;
  border-radius: 20px;
  color: white;
  transition: all 0.3s;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  transform: scale(1.15);
}

/* {color: #f6ff5b; mix-blend-mode: difference;} */

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  animation: move 0.9s infinite alternate;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  animation: movetwo 0.5s 1 alternate forwards;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1rem);
  }
}

@keyframes movetwo {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(180deg);
    margin-right: 10px;
  }
}



.gnb li {
  transition: all .3s ease
}

.gnb li:hover {
  color: #39d9c8;
  transition: all .3s ease
}

.gnb li>a {
  position: relative
}

/*밑줄넣기 부분*/
.gnb li>a::after {
  display: block;
  width: 0%;
  height: 1px;
  content: '';
  left: 50%;
  position: absolute;
  margin-top: 3px;
  border-bottom: 2px solid #39d9c8;
  transition: all .3s ease;
}

.gnb li:hover>a::after {
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  left: 0px;
  position: absolute;
  margin-top: 3px;
  border-bottom: 2px solid #39d9c8;
  transition: all .3s ease;
}

/* .gnb>li>a::after{border-color: #000 !important;} */

@media (min-width : 1220px) and (max-width:1440px) {
  .inner2 {
    padding-top: 5vh !important;
  }
}


/* Tablet */
@media (max-width : 1023px) {
  #header .inner {
    height: 100px;
    justify-content: space-between;
  }

  .swiper-slide:nth-child(3) {
    display: none;
  }

  .gnb {
    display: none;
  }

  .mgnb_wrap {
    display: block;
  }

  #header .ham {
    display: block;
  }
  
}


/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
  .right {
    margin: 0 20px;
  }

  .swiper-slide .imgtext p {
    font-size: 4vw;
    padding-bottom: 15px;
  }

  .right {
    margin: 0 1.2222222vw;
  }

  .inner2 {
    padding-top: 18vh !important;
  }

  .f_li ul {
    margin-bottom: 15px;
  }
}



@media all and (min-width:768px) {
  .swiper {
    margin: 15px 0 0 8.333333vw !important;
  }
}


/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
  .twrap {
    display: flex;
    flex-direction: column-reverse;
  }

  #header {
    z-index: 99999;
    position: fixed;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .half {
    flex-direction: column-reverse;
  }

  .right {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 10vh;
  }

  .inner2 {
    width: 100%;
    max-width: none;
    padding: 0 20px !important;
    justify-content: inherit;
  }

  .form-subtitle {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    padding-bottom: 20px;
  }

  .swiper {
    height: 100%;
    margin: 0 auto;
    border-radius: 0 !important;
  }

  .gogak {
    text-align: center !important;
    background-color: #f8f8f8;
    border-radius: 0.5rem;
    animation: none;
  }

  .gogak * br {
    display: none !important;
  }

  .gogak h2 {
    font-size: 16px;
    border: none;
    padding: 3px 0;
    color: black;
  }

  .gogak p {
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    padding: 0px !important;
    text-align: center;
    letter-spacing: -0.8px;
  }

  .gogak p br {
    display: none !important;
  }

  .flextext {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .swiper {
    margin-top: 40px;
  }

  .swiper-slide img {
    height: 230px;
  }


  .swiper-slide .imgtext {
    transform: translate(0, -50%);
    top: 50%;
  }

  .swiper-slide .imgtext p {
    font-size: 7vw;
    padding-bottom: 10px;
  }

  .nom {
    margin-top: 12vh;
  }

  .nom .inner {
    flex-direction: column;
  }

  .f_li ul {
    margin-top: 15px;
  }

  .msize {letter-spacing: -0.25px; margin-left: 1px;}

  li .number {right: 21px;}
}


.form {
  display: none;
}

.afterlogin {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.login_box1 {
  display: flex;
}

.b1_profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.profilethumb {
  width: 100px;
}

.b1_profile img {
  width: 100%;
  filter: brightness(115%);
}

.p_twrap {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.p_twrap h3 {
  margin-top: 7px;
  color: #212121;
}

.p_twrap ul {
  display: flex;
  margin-top: 4px;
}

.p_twrap ul li {
  padding-right: 10px;
}

/* .p_twrap ul li:nth-child(1) {border-right: 1px solid #cccccc;} */
.b1_profile h3 span {
  font-size: 24px;
}

.logout {
  background-color: #4F46E5;
  color: white;
  padding: 4px;
  margin-top: 6px;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}


/* .login_box2{display: flex;}
.login_box2 ul {width: 100%;} */
.login_box2 {
  display: flex;
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.login_box2 ul {
  width: 100%;
  margin-top: 0.5rem
}

.login_box2 ul li a:nth-child(1) {
  display: flex;
  margin-top: 12px;
}

.login_box2 ul li img {
  margin-right: 10px;
}

.login_box2 ul li a {
  width: 100%;
  margin: 8px 0;
  border-radius: 50px;
  padding: 15px 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}

/* box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0; */
.login_box2 ul li a:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
  transition: all 0.2s;
  background-color: #645bff;
  color: white;
  font-weight: 600;
}


.login_box2 ul li {
  position: relative;
}


li .number {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  box-sizing: border-box;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5000px;
  background-color: #ff4c40;
  color: white;
  font-weight: 500;
  text-align: center;
}


/* .login_box2 ul li a::after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '1';
  box-sizing: border-box;
  right: 10%;
  border-radius: 5000px;
  background-color: red;
  color: white;
  font-weight: 800;
  text-align: center;
  align-self: center;
}

.login_box2 ul li:first-child a::after {
  content: '7';
} */





