#main {
  overflow: hidden;
}

/* carousel */
.crsul_wrap {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  box-sizing: border-box;
}

.crsul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 0;
  list-style: none;
}

.crs {
  flex-shrink: 0;
  max-width: 1320px;
  height: fit-content;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
}

.acrs {
  display: block !important;
  text-decoration: none !important;
  color: unset;
  box-sizing: border-box;
}

.crsul::-webkit-scrollbar {
  display: none;
}

.crsbtn_wrap {
  position: absolute;
  top: 420px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  gap: 8px;
  margin-left: 545px;
}

.crsbtn_move {
  display: flex;
  align-items: center;
  background-color: #00000060;
  border-radius: 30px;
}

.crsbutton {
  width: 36px;
  height: 36px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.crsbutton--previous {
  transform: rotate(180deg);
}

.crsbutton--stop {
  cursor: pointer;
  background-color: #00000060;
  border-radius: 30px;
  background-image: url(/img/pause.svg);
}

.crsbutton--stop.stopped {
  background-image: url(/img/play.svg);
}

#crsindex {
  color: white;
  min-width: 36px;
  text-align: center;
}

.logo_area {
  font: 700 22px pretendard, sans-serif;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #171717;
}

.logo_area img {
  width: 28px;
  height: 28px;
}

.crs_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 82px;
  height: 236px;
  border-radius: 12px;
  gap: 30px;
  width: calc(100% - 164px);
}

#crs_1 {
  background-image: url(../img.front/main_crs_1.jpg?25);
  color: white;
  background-position-x: 70%;
}

#crs_1_text {
  background: linear-gradient(132deg,
      rgba(255, 255, 255, 1) 20%,
      rgba(220, 255, 219, 1) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crs_text1::first-line {
  font-weight: 300;
  font-size: 28px;
}

.crs_text1 {
  color: #5c4f3c;
}

#crs_2 {
  background-image: url(../img.front/main_crs_2.png);
  background-color: #2768ff;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#crs_2 .logo_area,
#crs_1 .logo_area {
  color: white;
}

.crs_texts_wraps {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.crs_texts {
  line-height: 120% !important;
  white-space: nowrap;
  width: -webkit-fill-available;
  width: -moz-available;
  font: 800 36px "Pretendard", sans-serif;
}

#crs_2_text_2 {
  color: white;
}

#crs_2_text_1 {
  color: #bcceff;
  font: 600 24px pretendard, sans-serif;
}

#crsbtn {
  font: 400 16px pretendard, sans-serif;
  background-color: #fff;
  color: #171717;
  border-radius: 6px;
  padding: 8px 12px;
  width: max-content;
}

#crs_3 {
  font: 800 42px "Pretendard", sans-serif;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(225deg,
      rgb(189 202 255) 0%,
      rgb(193 205 255) 41%,
      rgba(237, 241, 255, 1) 77%,
      rgba(231, 215, 255, 1) 100%);
  padding: 82px 82px 0 82px;
  height: 318px;
}

#crs_3_left {
  display: flex;
  flex-direction: column;
  padding-bottom: 82px;
  gap: 30px;
}

#crs_3_text_1 {
  color: #717171;
  font: 600 24px pretendard, sans-serif;
}

#crs_3_text_2 {
  font: 900 40px pretendard, sans-serif;
  padding: 4px 10px;
  border: 1px dashed #2768ff;
  background: linear-gradient(129deg,
      rgba(6, 135, 255, 1) 0%,
      rgba(236, 71, 191, 1) 40px,
      rgba(255, 66, 185, 1) 70%,
      rgba(255, 129, 115, 1) 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  line-height: 130%;
  position: relative;
}

.crs3icon {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px #a0a8c6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -12px;
  bottom: -12px;
}

.crs3icon img {
  width: 12px;
}

#graphwrap {
  margin-top: 0;
  justify-content: space-between;
  width: 68%;
}

.graphs {
  display: flex;
  flex-direction: column;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 14px 14px 0 0;
  position: relative;
  box-shadow: 0px -4px 10px #5a73ef25;
}

.graphbar {
  height: 12px;
  border-radius: 20px;
}

.graph p {
  width: 40%;
  font: 300 17px pretendard, sans-serif;
  color: #171717;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}

#g_pro {
  font-weight: 600;
}

.graph {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #dad8e8;
  padding: 14px 0;
}

.graph:last-child {
  border-bottom: none;
}

#graph_bv {
  width: 60%;
  background: linear-gradient(90deg,
      rgb(31, 139, 255) 0%,
      rgb(255, 35, 196) 100%);
}

#graph_bv_ {
  width: 10.5%;
  background: linear-gradient(90deg,
      rgb(84 141 203 / 50%) 0%,
      rgb(200 79 169 / 50%) 100%);
}

#graph_hv {
  width: 10.5%;
  background: linear-gradient(90deg,
      rgb(180 178 142 / 50%) 0%,
      rgb(226 199 134) 100%);
}

#graph_a {
  width: 9.8%;
  background-color: #bbb;
}

#graph_b {
  width: 6.8%;
  background-color: #bbb;
}

#graph_c {
  width: 5.78%;
  background-color: #bbb;
}

#crs_4,
#crs_5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  padding: 0 82px;
}

#crs_4 {
  background-image: linear-gradient(#ddd2ba 2px, transparent 2px), linear-gradient(90deg, #ddd2ba 2px, transparent 2px), linear-gradient(#ddd2ba 1px, transparent 1px), linear-gradient(90deg, #ddd2ba 1px, #e0d9c9 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#crs_5 {
  background-color: #dcdcdc;
  background-image: radial-gradient(#6d6d6d 0.5px, #e0e0e0 0.5px);
  background-size: 10px 10px;
}

.product {
  background-image: url(/img.front/main_crs_5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1380px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: Center;
  gap: 10px;
  height: 140%;
}

#coffee {
  position: relative;
  top: 164px;
  left: -128px;
  width: 190px;
  border-radius: 4px;
}

.crs_left {
  width: 100%;
  gap: 30px;
  display: flex;
  flex-direction: column;
  padding: 82px 0;
  z-index: 1;
}

.crs_4_right {
  background-image: url(/img.front/chat.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100% !important;
  width: 100% !important;
  position: relative;
  background-size: 80%;
  background-position-y: -20px;
}

#emoji {
  position: absolute;
  top: 130px;
  left: 25%;
  width: 140px;
}

.mp_cards {
  border-radius: 14px;
  height: fit-content;
  transition-duration: 0.2s;
  border: 1px solid #e4e6e8;
  width: 100%;
}

.mp_cards img {
  border-radius: 14px 14px 0 0;
  width: 100%;
  height: auto;
}

.mp_cards h3 {
  margin: 0;
}

.mp_cards:hover {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15), 0 8px 25px 0 rgba(0, 0, 0, 0.15);
  transition-duration: 0.25s;
  text-decoration: none;
  cursor: pointer;
  transform: translateY(-10px);
}

.main_first {
  display: flex;
  align-items: center;
}

#mp_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 90px 0;
}

#main_products {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  max-width: 1320px;
  width: 100%;
}

.main_first h2 {
  padding: 0;
}

#main_products h2 {
  border: none;
}

#main_products h3 {
  border: none;
}

.mp_bt p {
  margin: 0;
  color: #2768ff;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.mp_cards_contents {
  text-align: left;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mp_cards_contents img {
  width: auto;
}

.free {
  color: #2768ff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: 8px;
}

.free img {
  margin-left: 2px;
  width: 10px;
}

.mp_cards_contents h2 {
  margin: 0 0 0 8px !important;
  font-weight: 800;
  font-size: 24px;
}

.mp_cards_contents h3 {
  margin: 6px 0 28px 0 !important;
  font-weight: 400;
  padding: 0;
  font-size: 18px;
  line-height: 150%;
  min-height: 100px;
}

.mp_bt {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 14px !important;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.mp_bt a {
  flex: 0 0 auto;
}

#main_intro {
  text-align: center;
  border: none;
  margin: 30px 30px;
  font-size: 32px;
}

@media (max-width: 1320px) {
  #main_products {
    margin: 0 20px;
    width: auto;
  }

  .crsul_wrap {
    padding: 0;
    margin: 0;
  }

  #crsbtn {
    font-size: 14px;
  }

  .crs_content {
    border-radius: 0px;
    background-position: right;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    height: 300px !important;
    padding: 52px;
  }

  #crs_3 {
    padding: 52px 52px 0 52px;
  }

  #crs_4,
  #crs_5 {
    padding: 0 52px;
  }

  .crs_left {
    padding: 52px 0;
  }

  .crs {
    width: 100vw !important;
  }

  .crsbtn_wrap {
    top: 300px;
    margin-left: 36vw;
  }

  .crs_texts {
    font-size: 28px !important;
  }

  .crs_text1::first-line {
    font-size: 20px;
  }

  .logo_area,
  #crs_3_text_1,
  #crs_2_text_1 {
    font-size: 18px !important;
  }

  .graph p {
    width: 50%;
    font-size: 15px !important;
  }

  .graphs {
    padding: 8px 22px;
  }

  .graph {
    padding: 8px 0;
  }

  #crs_3_left {
    padding-bottom: 52px;
  }

  #emoji {
    top: 90px;
    left: 50%;
    margin-left: -84px;
  }

  #coffee {
    top: 38px;
    left: -83px;
    width: 126px;
  }

  .product {
    height: 230px !important;
    min-width: 400px;
    width: auto !important;
  }

  .crs_4_right {
    background-size: contain;
    background-position-y: unset;
    height: 110% !important;
  }

  #crs_4 {
    overflow: hidden;
  }
}

@media (max-width: 1030px) {
  #main_products h3 {
    font-size: 16px;
  }

  .mp_cards_contents {
    padding: 16px;
  }
}

@media (max-width: 960px) {
  #crs_2 {
    background-position-y: 6vh;
  }
}

@media (max-width: 900px) {
  .main_first h2 {
    font-size: 20px;
  }

  .crs_content {
    padding: 20px;
  }

  #crs_3 {
    padding: 20px 20px 0 20px;
  }

  #crs_4,
  #crs_5 {
    padding: 0 0 0 20px;
    gap: 20px !important;
  }

  .crs_left {
    padding: 20px 0;
  }

  .product {
    height: 160px !important;
    min-width: 300px;
  }

  #coffee {
    top: 23px;
    left: -63px;
    width: 93px;
  }
  .text_wrap {
    white-space: wrap;
  }
}

@media (max-width: 700px) {
  #main_intro {
    font-size: 24px;
  }

  .mp_cards_contents {
    height: fit-content;
  }

  #main_products {
    flex-direction: column;
    gap: 32px;
  }

  .free {
    display: flex;
  }

  .crsbtn_wrap {
    margin-left: 34vw;
  }

  #crs_3_text_2 {
    word-break: break-all;
    padding: 2px 6px;
  }

  .graph {
    padding: 8px 0;
  }

  #crs_2 {
    background-position-x: 30vw;
  }

  .crs_texts {
    white-space: wrap;
  }

  .product {
    height: 160px !important;
    min-width: 260px;
    max-width: 260px;
  }

  #coffee {
    top: 31px;
    left: -54px;
    width: 80px;
  }

  .crs_4_right {
    min-width: 290px;
  }
  .text_wrap{
    min-width: 334px;
  }
}

@media (max-width: 520px) {
  #main_intro {
    text-align: left;
    margin: 20px;
  }

  #main_products {
    width: -webkit-fill-available;
    width: -moz-available;
  }

  .crs_texts {
    font-size: 20px !important;
  }

  .logo_area,
  #crs_3_text_1,
  #crs_2_text_1,
  .crs_text1::first-line {
    font-size: 14px !important;
  }

  .logo_area img {
    width: 18px;
    height: 18px;
  }

  .logo_area {
    gap: 6px;
  }

  .crs_content {
    height: 200px !important;
  }

  #crs_2 {
    background-blend-mode: soft-light;
  }

  #crs_3_left {
    gap: 20px;
    padding-bottom: 20px;
  }

  .crs_left {
    gap: 20px;
  }

  .crs_left>#crsbtn {
    width: max-content;
  }

  .crs_left>.crs_text1 {
    max-width: 150px;
  }

  #crsbtn {
    word-break: break-all;
    width: fit-content;
    padding: 4px 8px;
    z-index: 1;
  }

  #crs_3 {
    align-items: center;
  }

  #crs_3::before {
    background-image: url(/img.front/main_crs_3.png);
    content: "";
    position: absolute;
    right: -20px;
    width: 60%;
    height: 60%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #mp_wrap {
    margin: 30px 0 90px 0;
  }

  #graphwrap,
  .crsbutton {
    display: none;
  }

  #crsindex {
    padding: 0px 2px;
    font-size: 12px;
  }

  .crsbtn_wrap {
    top: 220px;
    margin-left: 41vw;
  }

  .crs3_520 {
    display: block;
  }

  #emoji {
    top: 64px;
    margin-left: -60px;
    width: 90px;
  }

  .crs_4_right {
    min-width: 190px;
  }
  .text_wrap{
    min-width: 234px;
  }
}