@charset "UTF-8";
body,
button,
input,
textarea {
  font-family: "Pretendard", sans-serif;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  outline: none;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: transparent; /* 모바일에서 클릭 효과 제거 */
}
button:active {
  background-color: initial; /* 기본 배경색 유지 */
  box-shadow: none; /* 클릭 시 그림자 없애기 */
  transform: none; /* 클릭 시 눌리는 효과 제거 */
}

@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/font/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  src: url("/common/font/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  src: url("/common/font/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  src: url("/common/font/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  src: url("/common/font/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  src: url("/common/font/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
html {
  scrollbar-width: none;
}

body:has(.quick_menu_box.show) {
  overflow: hidden;
  height: 100dvh;
}

.block_img_wrap {
  width: 100%;
}
.block_img_wrap img {
  display: block;
  width: 100%;
}

.border_container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.fade {
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  opacity: 0;
  transition: all 0.8s ease;
}
.fade.note {
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
}
.fade.delay:nth-of-type(0) {
  transition-delay: 0s;
}
.fade.delay:nth-of-type(1) {
  transition-delay: 0.15s;
}
.fade.delay:nth-of-type(2) {
  transition-delay: 0.3s;
}
.fade.delay:nth-of-type(3) {
  transition-delay: 0.45s;
}
.fade.delay:nth-of-type(4) {
  transition-delay: 0.6s;
}
.fade.visible {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.ko_title1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  line-height: 44px;
}

.ko_title2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: #fff;
  line-height: 34px;
}

.ko_subTitle1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #fff;
  line-height: 127.273%;
}

.ko_subTitle2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #000;
  line-height: 130%;
}

.ko_subTitle3, .main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-header .tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #fff;
  line-height: 24px;
}

.ko_body1_normal, .main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box p, .main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-header .reset-box button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 22px;
}

.ko_body2_normal, .main-wrap .modal-search-box .container .search-word-box .histoty_box .search_word, .main-wrap .modal-search-box .container .search-word-box .recommend_box .badge_wrap .search_word, .main-wrap .search-bar .input_wrap .input {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 20px;
}

.ko_body3_normal {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 18px;
}

.ko_body1_reading, .main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000;
  line-height: 24px;
}

.ko_body2_reading, .main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box .list_box .options_wrap .option {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 22px;
}

.ko_body3_reading {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 20px;
}

.ko_caption1, .main-wrap .modal-search-box .container .search-word-box .histoty_box .note-text, .main-wrap .modal-search-box .container .search-word-box h2 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 18px;
}

.ko_caption2, .main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .category_name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 133.333%;
}

.en_title2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  line-height: 26px;
  font-family: "Outfit", sans-serif;
}

.en_display1 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  line-height: 67px;
}

.en_caption1 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  line-height: 100%;
  font-family: "Outfit", sans-serif;
}

.en_caption2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  line-height: 12px;
  font-family: "Outfit", sans-serif;
}

@keyframes slideRollingAni {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes upDownAni {
  0% {
    transform: translate(0, -15%);
  }
  50% {
    transform: translate(0, -5%);
  }
  100% {
    transform: translate(0, -15%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes rotateit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.in-view.fade-up > * {
  display: block;
  animation: fadeUp 0.8s ease-in-out;
}

.fade-up:not(.in-view) > * {
  opacity: 0;
  transform: translateY(30%);
}

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

.nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.chatbox_box {
  z-index: 10;
  position: fixed;
  right: 1.0416666667vw;
  bottom: 1.0416666667vw;
}
.chatbox_box .btn_chatbot {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px rgba(154, 12, 48, 0.5);
}
.chatbox_box .btn_chatbot img {
  width: 62.5%;
}

@keyframes floating {
  0% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}
body:has(.plans_modal.show) {
  overflow: hidden;
  height: 100vh;
}

.main-wrap {
  position: relative;
  min-width: 1200px;
  background-color: #fff;
}
.main-wrap .nav {
  position: relative;
}
.main-wrap .nav .main_link {
  position: absolute;
  display: block;
  height: 60%;
  width: 9.1145833333%;
  bottom: 0;
  left: 14.84375%;
}
.main-wrap .nav .plan_link {
  position: absolute;
  display: block;
  height: 60%;
  width: 4.1666666667%;
  bottom: 0;
  left: 32.8645833333%;
}
.main-wrap > section {
  overflow: hidden;
  position: relative;
}
.main-wrap > section img {
  display: block;
  width: 100%;
}
.main-wrap > section .rounded {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
.main-wrap > section.s-recommend-charge {
  z-index: 0;
  position: relative;
  background: url(../image/img_bg_plans1_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.8333333333% 0 10%;
}
.main-wrap > section.s-recommend-charge:has(.tab_sec.active) {
  background: url(../image/img_bg_plans2_pc.png);
}
.main-wrap > section.s-recommend-charge .section-title-box {
  width: 30.9375%;
  margin: 0 24.375%;
}
.main-wrap > section.s-recommend-charge .section-content-box {
  width: 100%;
  padding-top: 1.0416666667%;
}
.main-wrap > section.s-recommend-charge .tab-menu-box {
  position: relative;
  padding: 0 24.375% 0 32.2916666667%;
}
.main-wrap > section.s-recommend-charge .tab-menu-box .text {
  position: absolute;
  right: 24.375%;
  top: 12.037037037%;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 115.625%;
  letter-spacing: -2px;
}
.main-wrap > section.s-recommend-charge .intro-list-tab {
  display: flex;
}
.main-wrap > section.s-recommend-charge .intro-list-tab li {
  width: 38.4615384615%;
  cursor: pointer;
}
.main-wrap > section.s-recommend-charge .intro-list-tab li:not(.active) .img-cont .active {
  display: none;
}
.main-wrap > section.s-recommend-charge .intro-list-tab li:not(.active) .img-cont .inactive {
  display: block;
}
.main-wrap > section.s-recommend-charge .intro-list-tab li.active .img-cont .active {
  display: block;
}
.main-wrap > section.s-recommend-charge .intro-list-tab li.active .img-cont .inactive {
  display: none;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap {
  padding-top: 3.3333333333%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section {
  display: none;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section.show {
  display: block;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul {
  display: flex;
  width: 52.0833333333%;
  margin: 0 23.9583333333%;
  gap: 0 2%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li {
  position: relative;
  width: 32%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .wrap {
  border-radius: 16px;
  overflow: hidden;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-benefit {
  position: absolute;
  top: 67.6056338028%;
  left: 7.5%;
  width: 52.5%;
  cursor: pointer;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-benefit.ai {
  width: 35.3125%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-benefit .tooltip {
  cursor: default;
  position: absolute;
  top: 0;
  width: 133.9285714286%;
  left: 23.2142857143%;
  transform: translate(0, calc(-100% - 4px));
  opacity: 0;
  transition: opacity 0.3s;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-benefit .tooltip.show {
  opacity: 1;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-benefit .tooltip .btn-tooltip-close {
  position: absolute;
  width: 7.1111111111%;
  top: 16.3636363636%;
  right: 3.5294117647%;
  cursor: pointer;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-benefit .tooltip .btn-tooltip-close::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-join {
  position: absolute;
  background-color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 85%;
  height: 12.6829268293%;
  left: 50%;
  bottom: 7.5117370892%;
  transform: translateX(-50%);
  padding: 4.375% 7.5%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-join .text {
  font-size: 0.9375vw;
  line-height: 140%;
  letter-spacing: -0.54px;
  color: #fff;
  font-weight: 700;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-join .ani-box {
  z-index: 1;
  position: absolute;
  left: 4px;
  top: 4px;
  transition: all 0.6s ease-out;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-join:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-join .arrow-box {
  width: 7.7205882353%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-join .ani-box {
  width: 16.1764705882%;
  left: 1.4705882353%;
  top: 7.6923076923%;
}
.main-wrap > section.s-recommend-charge .tab-menu-contents-wrap > section ul li .btn-join:hover .ani-box {
  transform: translateX(500%);
}
.main-wrap > section.s-all-plan {
  z-index: 1;
  position: relative;
  transform: translateY(-48px);
  border-radius: 48px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px -10px 114px 0px rgba(0, 0, 0, 0.12);
}
.main-wrap > section.s-all-plan .section-intro-box .block_img_wrap {
  margin: 0 auto;
  width: 60.4363541667%;
  padding: 7.0833333333% 0 1.9494791667%;
}
.main-wrap > section.s-all-plan .section-content-box {
  background-color: #000;
  padding: 3.75% 19.7395833333% 0 19.84375%;
}
.main-wrap > section.s-all-plan .section-content-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box {
  color: #fff;
  width: 24.1379310345%;
  padding-bottom: 8.6206896552%;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-header .tit {
  font-size: 0.9375vw;
  color: #fff;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-header .reset-box button {
  color: #969898;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
  font-size: 0.8333333333vw;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list {
  padding: 6.4285714286% 0;
  border-bottom: 1px solid #363636;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list:last-of-type {
  border-color: #fff;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .category_name {
  font-size: 0.625vw;
  color: #969898;
  margin-bottom: 12px;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  gap: 10px;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap .option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4166666667vw;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap .option:has(.text-wrap) {
  align-items: flex-start;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap .option .text-wrap {
  flex-grow: 1;
  position: relative;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap .option .text-wrap .desc {
  display: block;
  font-size: 0.6770833333vw;
  font-weight: 500;
  line-height: 153.846%;
  letter-spacing: -0.5px;
  color: #969898;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap label {
  cursor: pointer;
  flex-grow: 1;
  font-size: 0.8333333333vw;
  color: #fff;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../image/img_checkbox_inactive.png);
  background-size: cover;
}
.main-wrap > section.s-all-plan .section-content-box .container .filter-box .filter-content .filter-wrap .filter-list .options-wrap input[type=checkbox]:checked {
  background-image: url(../image/img_checkbox_active.png);
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box {
  width: 66.3793103448%;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5974025974%;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box p {
  font-size: 0.8333333333vw;
  color: #969898;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box p .point {
  color: #fff;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box {
  position: relative;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 150%;
  font-size: 0.8333333333vw;
  color: #fff;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box button svg {
  width: 0.9375vw;
  height: 0.9375vw;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box .list_box {
  display: none;
  z-index: 1;
  position: absolute;
  right: 0;
  background-color: #fff;
  border-radius: 24px;
  width: 122px;
  height: 152px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 10px;
  cursor: pointer;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box .list_box.show {
  display: block;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box .list_box .options_wrap {
  padding: 8px 4px;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box .list_box .options_wrap .option {
  width: 100%;
  padding: 6px 8px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .header-box .drop_box .list_box .options_wrap .option.active::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/mo/res/image/icon/icn_checked.svg);
  background-size: cover;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap .plan-list {
  width: 100%;
  position: relative;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap .plan-list .btn-box {
  width: 25.0649350649%;
  height: 22.7272727273%;
  position: absolute;
  top: 2.2727272727%;
  right: 0.5194805195%;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap .plan-list .btn-box .pop-btn {
  width: 100%;
  height: 100%;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap .plan-list .link-box {
  position: absolute;
  bottom: 13.0681818182%;
  right: 3.1168831169%;
  width: 4.6753246753%;
  height: 20.4545454545%;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap .plan-list .link-box:hover a {
  background: linear-gradient(78deg, #7316DE 8.53%, #405CF6 91.47%);
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap .plan-list .link-box a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .list-wrap .plan-list .link-box a img {
  width: 66.6666666667%;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .more-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrap > section.s-all-plan .section-content-box .container .plan-list-box .more-box button {
  width: 16.4935064935%;
}
.main-wrap > section.s-benefit {
  padding: 5% 0;
}
.main-wrap > section.s-benefit .title {
  width: 13.8020833333%;
  margin: 0 auto;
  padding-bottom: 3.3333333333%;
}
.main-wrap > section.s-benefit .card-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  justify-content: center;
}
.main-wrap > section.s-benefit .card-list .card {
  position: relative;
  width: 19.7916666667%;
}
.main-wrap > section.s-benefit .card-list .card .badge {
  z-index: 1;
  position: absolute;
  top: -15.7894736842%;
  left: 0;
}
.main-wrap > section.s-benefit .card-list .card .icon {
  z-index: 0;
  position: absolute;
  top: -15.7894736842%;
  animation: floating 3s linear infinite;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  bottom: 8.4210526316%;
  left: 8.4210526316%;
  width: 83.1578947368%;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button {
  cursor: pointer;
  border-radius: 1.4583333333vw;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.8px;
  color: #F0F2F3;
  transition: all 0.3s;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button:nth-of-type(1) {
  border-color: rgba(255, 255, 255, 0.3);
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button:nth-of-type(1):hover {
  border-color: #fff;
  color: #fff;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button.btn-2 {
  background-color: #7316DE;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button.btn-4 {
  background-color: #27BEA0;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button:hover.btn-2 {
  background-color: #5C12B2;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button:hover.btn-4 {
  background-color: #1F9880;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button:hover::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button {
  width: 48.7341772152%;
  padding: 0.8333333333vw 0;
}
.main-wrap > section.s-benefit .card-list .card .button-wrap .button.btn-5 {
  width: 100%;
}
.main-wrap > section.s-trust .title {
  z-index: 1;
  position: absolute;
  width: 27.2916666667vw;
  top: 27.3170731707%;
  left: 19.84375%;
}
.main-wrap > section.s-trust .trust-card {
  z-index: 1;
  top: 52.7804878049%;
  left: 19.84375%;
  position: absolute;
}
.main-wrap > section.s-trust .trust-card .card-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card {
  flex-shrink: 0;
  width: 14.5833333333vw;
  height: 17.4479166667vw;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .bg {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0px 0px 29px 0px rgba(115, 22, 222, 0.8);
  background-color: #000;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .wrap .text {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: -9.34px;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .wrap .ani {
  z-index: 0;
  position: absolute;
  animation: floating 3s linear infinite;
  right: 0;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .wrap .ani.ani-01 {
  width: 70.3571428571%;
  bottom: -9.2537313433%;
  right: 3.2142857143%;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .wrap .ani.ani-02 {
  width: 58.9285714286%;
  bottom: -12.3940298507%;
  right: 3.6071428571%;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .wrap .ani.ani-03 {
  width: 74.875%;
  bottom: -15.6268656716%;
}
.main-wrap > section.s-trust .trust-card .card-wrap .card .wrap .ani.ani-04 {
  width: 39.0017857143%;
  bottom: -6.671641791%;
  right: 5.4678571429%;
}
.main-wrap .search-bar {
  height: 0;
  z-index: 10;
  top: 0;
  position: sticky;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.2);
  transition: height 0.5s;
}
.main-wrap .search-bar.show {
  height: 72px;
}
.main-wrap .search-bar.show .container {
  display: block;
}
.main-wrap .search-bar .container {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.main-wrap .search-bar form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrap .search-bar .input_wrap {
  width: 29.8958333333%;
  position: relative;
  border-radius: 100px;
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #7316DE 0%, #405CF6 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-wrap .search-bar .input_wrap .input {
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  color: #000;
  padding: 14px 68px 14px 20px;
}
.main-wrap .search-bar .input_wrap .input::placeholder {
  background: linear-gradient(78deg, #7316DE 8.53%, #405CF6 91.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-wrap .search-bar .input_wrap .search_btn {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 0;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.main-wrap .search-bar .input_wrap .search_btn img {
  width: 100%;
}
.main-wrap .search-bar .input_wrap .delete_btn {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 56px;
  background-color: #CDCFD0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrap .search-bar .input_wrap .delete_btn svg {
  width: 14px;
}
.main-wrap .search-bar .input_wrap .delete_btn.show {
  opacity: 1;
  pointer-events: all;
}
.main-wrap .search-bar .bar-close-btn {
  opacity: 0;
  pointer-events: none;
  top: 12px;
  right: 19.7916666667%;
  position: absolute;
  width: 48px;
  height: 40px;
  padding: 12px;
}
.main-wrap .plans_modal {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
.main-wrap .plans_modal.show {
  display: flex;
}
.main-wrap .plans_modal .dim {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-wrap .plans_modal .container {
  z-index: 1;
  position: relative;
  width: 514px;
}
.main-wrap .plans_modal .container .header {
  right: 8px;
  top: 8px;
  position: absolute;
}
.main-wrap .plans_modal .container .header .modal_close_btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrap .plans_modal .container .header .modal_close_btn img {
  width: 24px;
}
.main-wrap .plans_modal .container .bottom {
  position: absolute;
  bottom: 8px;
  right: 20px;
}
.main-wrap .plans_modal .container .bottom .link_btn {
  display: block;
  width: 120px;
}
.main-wrap .modal-search-box {
  display: none;
  z-index: 12;
  position: fixed;
  top: 72px;
  width: 100%;
  height: calc(100vh - 72px);
}
.main-wrap .modal-search-box .dim {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-wrap .modal-search-box .container {
  z-index: 1;
  position: relative;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  min-height: 456px;
}
.main-wrap .modal-search-box .container .search-word-box {
  max-width: 490px;
  padding-bottom: 32px;
}
.main-wrap .modal-search-box .container .search-word-box h2 {
  color: #000;
  margin-bottom: 12px;
}
.main-wrap .modal-search-box .container .search-word-box .recommend_box .badge_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.main-wrap .modal-search-box .container .search-word-box .recommend_box .badge_wrap .search_word {
  width: max-content;
  background-color: rgba(115, 22, 222, 0.08);
  padding: 9px 13px;
  color: #7316DE;
  border-radius: 20px;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box {
  padding-top: 40px;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box .search_word {
  position: relative;
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: #000;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box .search_word .icon {
  width: 20px;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box .search_word .icon img {
  display: block;
  width: 100%;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box .search_word .delete_btn {
  margin-left: auto;
  width: 18px;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box .note-text {
  display: none;
  color: #CDCFD0;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box.typing .note-text {
  display: block;
}
.main-wrap .modal-search-box .container .search-word-box .histoty_box.typing .badge_wrap {
  display: none;
}
.main-wrap.search-mode .search-bar .bar-close-btn {
  opacity: 1;
  pointer-events: all;
}
.main-wrap.search-mode .modal-search-box {
  display: block;
}
.main-wrap.plan-result .search-bar {
  height: 72px;
  box-shadow: none;
}
.main-wrap.plan-result .search-bar .container {
  display: block;
}
.main-wrap.plan-result .s-result {
  background-color: #000;
  padding: 3.75% 19.7395833333% 6% 19.84375%;
}
.main-wrap.plan-result .s-result .container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}
.main-wrap.plan-result .s-result .container .title-box {
  width: 342px;
}
.main-wrap.plan-result .s-result .container .plan-list-box {
  padding-top: 88px;
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap .plan-list {
  width: 100%;
  width: 100%;
  position: relative;
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap .plan-list .btn-box {
  width: 25.0649350649%;
  height: 22.7272727273%;
  position: absolute;
  top: 2.2727272727%;
  right: 0.5194805195%;
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap .plan-list .btn-box .pop-btn {
  width: 100%;
  height: 100%;
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap .plan-list .link-box {
  position: absolute;
  bottom: 13.0681818182%;
  right: 3.1168831169%;
  width: 4.6753246753%;
  height: 20.4545454545%;
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap .plan-list .link-box:hover a {
  background: linear-gradient(78deg, #7316DE 8.53%, #405CF6 91.47%);
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap .plan-list .link-box a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.main-wrap.plan-result .s-result .container .plan-list-box .list-wrap .plan-list .link-box a img {
  width: 66.6666666667%;
}