@media (max-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 480px;
  }
}

/* 폰트 */

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58%;
  flex: 0 0 58%;
}

.col-8 {
  max-width: 66.7%;
  flex: 0 0 66.7%;
}

/* 헤더 */

header {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header.on {
  position: fixed;
  top: 0px;
  bottom: auto;
}

header.on a.logo {
  height: 50px;
}

header.on .logo_l_e {
  display: block;
}

header.on .logo_d_e {
  display: none;
}

nav ul {
  margin: 0 0 0 auto;
  display: none;
  height: 100%;
  max-width: 60%;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1300px) {
  nav ul {
    margin: auto;
    display: flex;
    max-width: 1300px;
    flex-direction: row;
  }
}

nav ul.on {
  display: flex;
}

nav .gnb {
  height: 100%;
  flex-grow: 1;
  border-bottom-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 196 57 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 89 78 / var(--tw-bg-opacity));
  text-align: center;
  line-height: 73px;
}

@media (min-width: 1300px) {
  nav .gnb {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
}

nav .gnb a {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-align: center;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

nav .gnb a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 209 / var(--tw-bg-opacity));
}

@media (min-width: 960px) {
  nav .gnb a {
    border-left-width: 1px;
  }

  nav .gnb:last-child a {
    border-right-width: 1px;
  }
}

/* 타이틀 */

h1,h2,h3,h4,h5,h6 {
  font-family: "jalnan";
  font-weight: 700;
}

h1[class*="jalnan"],h2[class*="jalnan"],h3[class*="jalnan"],h4[class*="jalnan"],h5[class*="jalnan"],h6[class*="jalnan"] {
  font-weight: 400 !important;
}

h1,.h1 {
  font-size: 3.75rem;
  line-height: 1;
  line-height: 120%;
}

h2,.h2 {
  font-size: 3rem;
  line-height: 1;
  line-height: 120%;
}

h3,.h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 120%;
}

h4,.h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 120%;
}

h5,.h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 120%;
}

h6,.h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 120%;
}

@media (max-width: 1300px) {
  h1, .h1 {
    font-size: calc(3rem + 0.5vw) !important;
  }

  h2, .h2 {
    font-size: calc(2.25rem + 0.5vw) !important;
  }

  h3, .h3 {
    font-size: calc(1.875rem + 0.5vw) !important;
  }

  h4, .h4 {
    font-size: calc(1.5rem + 0.5vw) !important;
  }

  h5, .h5 {
    font-size: calc(1.25rem + 0.5vw) !important;
  }
}

/* 
.gradient1{@apply bg-gradient-to-b from-[#05CD82] to-[#000EFF]; }
.gradient2{@apply bg-gradient-to-b from-[#A259FF] to-[#000EFF]; } */

/* 버튼 */

.top_btn {
  position: fixed;
  right: 1rem;
  bottom: 2.5rem;
  z-index: 10;
  display: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 191 150 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .top_btn {
    right: 2.5rem;
    height: 6rem;
    width: 6rem;
    padding: 0.5rem;
  }
}

.button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  border-radius: 0.375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* 햄버거 바 */

.btn_menu_btn.on .menu_icon {
  --tw-bg-opacity: 1;
  background-color: rgb(3 89 78 / var(--tw-bg-opacity));
}

.btn_menu_btn.on .menu_icon:before {
  top: 0px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn_menu_btn.on .menu_icon:after {
  bottom: 0px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* 섹션0 */

#section_0 {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #36ac695e;
}

/* 섹션2 */

#section_2 >.container.graghic {
  align-items: center;
  justify-content: center;
  gap: 2.5vw;
  align-self: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 640px) {
  #section_2 >.container.graghic {
    margin-top: 2.25rem;
    display: flex;
  }
}

#section_2 .container .graphic ul:first-child li {
  margin-right: 1rem;
}

@media (min-width: 640px) {
  #section_2 .container .graphic ul:first-child li {
    margin-right: 0px;
  }
}

#section_2 .container .graphic ul li {
  width: 100%;
}

#section_2 .container .graphic ul li a {
  position: relative;
  margin: auto;
  display: flex;
  height: 120px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 10px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(4 111 97 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(4 111 97 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#section_2 .container .graphic ul li a:hover {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0px 12px 30px rgba(19, 26, 21, 0.18);
  --tw-shadow-colored: 0px 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  #section_2 .container .graphic ul li a {
    width: 200px;
    font-size: 22px;
  }
}

.go_site .button_stroke, .go_site .button {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 100px);
  z-index: 10;
  display: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.go_site:hover::after, .go_site:hover .button {
  display: block;
  opacity: 1;
}

/* 푸터 */

.moveforever {
  left: 0px;
  bottom: 2rem;
  width: -moz-max-content;
  width: max-content;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-10 {
  right: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.right-0 {
  right: 0px;
}

.left-\[30px\] {
  left: 30px;
}

.top-\[-50\.75px\] {
  top: -50.75px;
}

.z-10 {
  z-index: 10;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[705px\] {
  height: 705px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[780px\] {
  height: 780px;
}

.h-\[8px\] {
  height: 8px;
}

.h-\[800px\] {
  height: 800px;
}

.h-\[400px\] {
  height: 400px;
}

.h-full {
  height: 100%;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[189\.75px\] {
  height: 189.75px;
}

.h-\[187px\] {
  height: 187px;
}

.h-\[732px\] {
  height: 732px;
}

.h-\[218\.68px\] {
  height: 218.68px;
}

.h-\[72px\] {
  height: 72px;
}

.h-20 {
  height: 5rem;
}

.h-\[30px\] {
  height: 30px;
}

.min-h-\[150px\] {
  min-height: 150px;
}

.w-\[100\%\] {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[95px\] {
  width: 95px;
}

.w-\[404px\] {
  width: 404px;
}

.w-\[432px\] {
  width: 432px;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[5px\] {
  width: 5px;
}

.w-60 {
  width: 15rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[855px\] {
  width: 855px;
}

.w-\[435\.45px\] {
  width: 435.45px;
}

.w-20 {
  width: 5rem;
}

.w-\[704px\] {
  width: 704px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[722px\] {
  width: 722px;
}

.w-\[437px\] {
  width: 437px;
}

.w-full {
  width: 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.resize {
  resize: both;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-\[70px\] {
  gap: 70px;
}

.gap-\[3\.5vw\] {
  gap: 3.5vw;
}

.gap-12 {
  gap: 3rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-\[55px\] {
  gap: 55px;
}

.gap-\[163px\] {
  gap: 163px;
}

.gap-\[100px\] {
  gap: 100px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-\[127px\] {
  gap: 127px;
}

.gap-\[51px\] {
  gap: 51px;
}

.gap-\[49px\] {
  gap: 49px;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[57px\] {
  gap: 57px;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-8 {
  gap: 2rem;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[1000px\] {
  border-radius: 1000px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}

.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.rounded-tr-\[13px\] {
  border-top-right-radius: 13px;
}

.rounded-bl-\[13px\] {
  border-bottom-left-radius: 13px;
}

.rounded-br-\[13px\] {
  border-bottom-right-radius: 13px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[\#f01766\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 23 102 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[\#F01766\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 23 102 / var(--tw-border-opacity));
}

.border-\[\#9732fc\] {
  --tw-border-opacity: 1;
  border-color: rgb(151 50 252 / var(--tw-border-opacity));
}

.border-\[\#6c757d\] {
  --tw-border-opacity: 1;
  border-color: rgb(108 117 125 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/\[0\.90\] {
  background-color: rgb(255 255 255 / 0.90);
}

.bg-\[\#f8f9fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}

.bg-\[\#f4f7fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 254 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-\[\#F01766\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 23 102 / var(--tw-bg-opacity));
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-\[\#6600FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 0 255 / var(--tw-bg-opacity));
}

.bg-\[\#1c1d1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 29 31 / var(--tw-bg-opacity));
}

.bg-\[\#eff4fe\]\/90 {
  background-color: rgb(239 244 254 / 0.9);
}

.bg-\[\#9732FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 50 252 / var(--tw-bg-opacity));
}

.bg-\[\#9732fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 50 252 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#f01766\] {
  --tw-gradient-from: #f01766;
  --tw-gradient-to: rgb(240 23 102 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#6600ff\] {
  --tw-gradient-to: #6600ff;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.p-20 {
  padding: 5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[46px\] {
  padding-left: 46px;
  padding-right: 46px;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[310px\] {
  padding-left: 310px;
  padding-right: 310px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-\[180px\] {
  padding-top: 180px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}

.pt-\[1rem\] {
  padding-top: 1rem;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-\[200px\] {
  padding-top: 200px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[65px\] {
  font-size: 65px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[38px\] {
  font-size: 38px;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[55px\] {
  font-size: 55px;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.text-\[\#f01766\] {
  --tw-text-opacity: 1;
  color: rgb(240 23 102 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#6600ff\] {
  --tw-text-opacity: 1;
  color: rgb(102 0 255 / var(--tw-text-opacity));
}

.text-\[\#9732fc\] {
  --tw-text-opacity: 1;
  color: rgb(151 50 252 / var(--tw-text-opacity));
}

.text-\[\#3d3a41\] {
  --tw-text-opacity: 1;
  color: rgb(61 58 65 / var(--tw-text-opacity));
}

.text-\[\#1c1d1f\] {
  --tw-text-opacity: 1;
  color: rgb(28 29 31 / var(--tw-text-opacity));
}

.text-\[\#272934\] {
  --tw-text-opacity: 1;
  color: rgb(39 41 52 / var(--tw-text-opacity));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-\[\#414141\] {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.text-paragraph, footer, header{
  font-family: "pretendard";
}

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

  to {
    transform: translateX(-50%);
  }
}

/* 커스텀 스와이퍼 */

.swiper-pagination-bullet {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 150 / var(--tw-bg-opacity));
}

/* popup_close */

.popup_close {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.8);
}

/* website */

.website img:first-child {
  margin-top: 0px;
}

.website img {
  margin-top: -0.25rem;
}

.tab_all.on .tag, .tab_all_m.on .tag {
  display: none;
}

.tab_all.on .tag_hover, .tab_all_m.on .tag {
  display: block;
}

@media (min-width: 640px) {
  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 960px) {
  .lg\:h-\[185px\] {
    height: 185px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }
}