section.design_market {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  position: relative;
}
section.design_market .inner {
  padding-top: 96px;
  background-color: #f8f8f8;
}
section.design_market .inner .text-group.title {
  text-align: center;
  font-family: Pretendard;
}
section.design_market .inner .text-group.title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.17;
  color: #292929;
  margin: 0;
}
section.design_market .inner .text-group.title p {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #949494;
}
section.design_market .inner .theme-list {
  margin-top: 36px;
}
section.design_market .inner .theme-list__header {
  display: flex;
  height: 32px;
}
section.design_market .inner .theme-list__header .theme-list-title {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}
section.design_market .inner .theme-list__header .theme-list-title li {
  margin-right: 18px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.19;
  color: #949494;
}
section.design_market .inner .theme-list__header .theme-list-title li.selected {
  color: #292929;
}
section.design_market .inner .theme-list__header .search-box {
  margin-left: auto;
  width: 204px;
  height: 32px;
  border-radius: 19px;
  margin-right: 26px;
  position: relative;
}
section.design_market .inner .theme-list__header .search-box form {
  margin: 0;
  padding: 0;
}
section.design_market .inner .theme-list__header .search-box #theme-search {
  width: 204px;
  height: 32px;
  border-radius: 19px;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  padding: 2px 2px 2px 32px;
}
section.design_market .inner .theme-list__header .search-box .search-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
section.design_market .inner .theme-list__header .select-box {
  margin-left: 0;
}
section.design_market .inner .theme-list__content {
  margin-top: -23px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 65px;
}
section.design_market .inner .theme-list__content .theme-card {
  cursor: pointer;
  width: calc((100% - 60px) / 3);
  height: auto;
  margin-top: 48px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
  border-radius: 8px;
}
section.design_market .inner .theme-list__content .theme-card__header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
section.design_market .inner .theme-list__content .theme-card__header .card-img-top {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  background-color: #7a7a7a;
  height: auto;
}
section.design_market .inner .theme-list__content .theme-card__header .dark-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s;
  opacity: 0;
  border-radius: 8px 8px 0px 0px;
}
section.design_market .inner .theme-list__content .theme-card__header .dark-overlay .transform-cc .view-detail {
  opacity: 0;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
section.design_market .inner .theme-list__content .theme-card__header:hover .dark-overlay {
  opacity: 1;
}
section.design_market .inner .theme-list__content .theme-card__header:hover .dark-overlay .transform-cc .view-detail {
  opacity: 1;
}
section.design_market .inner .theme-list__content .theme-card__header:hover .card-img-top {
  transform: scale(1.3);
  transition: all 0.4s;
}
section.design_market .inner .theme-list__content .theme-card__body {
  position: relative;
  padding: 20px 16px 15px 16px;
}
section.design_market .inner .theme-list__content .theme-card__body .share-button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: -21px;
  right: 16px;
}
section.design_market .inner .theme-list__content .theme-card__body .text-group {
  font-family: Pretendard;
  text-align: left;
  color: #343434;
}
section.design_market .inner .theme-list__content .theme-card__body .text-group__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
}
section.design_market .inner .theme-list__content .theme-card__body .text-group__desc {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.design_market .inner .theme-list__content .theme-card__body .text-group__price {
  margin-top: 9px;
  font-size: 22px;
  font-weight: 600;
  line-height: 0.86;
  color: #343434;
}
section.design_market .inner .theme-list__content .theme-card__body .text-group__price span {
  margin-left: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}
section.design_market .inner .theme-list__content .theme-card__footer {
  border-top: 1px solid #e4e4e4;
  display: flex;
  padding: 15px 16px;
  height: 46px;
  align-items: center;
}
section.design_market .inner .theme-list__content .theme-card__footer .star-rating {
  display: flex;
  align-items: center;
  margin-right: auto;
}
section.design_market .inner .theme-list__content .theme-card__footer .star-rating .stars {
  display: flex;
  width: 75px;
  position: relative;
  white-space: nowrap;
  margin-right: 6px;
}
section.design_market .inner .theme-list__content .theme-card__footer .star-rating .stars svg {
  width: 15px;
  fill: #eec056;
  margin: 0;
}
section.design_market .inner .theme-list__content .theme-card__footer .star-rating .stars .mask {
  background: white;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  width: 0%;
  top: 0;
  right: 0;
}
section.design_market .inner .theme-list__content .theme-card__footer .star-rating__value {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  text-align: left;
  color: #343434;
}
section.design_market .inner .theme-list__content .theme-card__footer .theme-designer-name {
  color: #343434;
  position: relative;
  margin-right: 24px;
}
section.design_market .inner .theme-list__content .theme-card__footer .theme-designer-name::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.24);
}
section.design_market .inner .theme-list__content .theme-card__footer .theme-buy-count {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  color: #343434;
  display: flex;
  justify-content: space-between;
}

.theme-card__detail {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100vh;
  background: #fff;
  position: fixed;
  top: 100vh;
  left: 0;
  height: 100%;
  visibility: hidden;
  z-index: 20;
  overflow-y: scroll;
  transition: all 1s;
}
.theme-card__detail #feedback-side-container {
  position: fixed;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 420px;
  width: 420px;
  height: 90%;
  z-index: 50;
  transition: all 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 38px 0 0 38px;
  background-color: #f5f5f5;
}
.theme-card__detail #feedback-side-container.feedback-side-container--on {
  right: 0;
}
.theme-card__detail #feedback-side-container .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-card__detail #feedback-side-container .inner .img-box {
  margin: 0;
  padding: 0;
}
.theme-card__detail #feedback-side-container .inner .title {
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  text-align: left;
  color: #343434;
  margin: 0;
  margin-top: 35px;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 13px;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container .user-comment {
  width: 100%;
  height: 206px;
  padding: 20px 16px;
  padding-bottom: 56px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  color: #292929;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.19;
  text-align: left;
  resize: none;
  position: relative;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container .user-comment::-moz-placeholder {
  color: #d5d5d5;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container .user-comment:-ms-input-placeholder {
  color: #d5d5d5;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container .user-comment::placeholder {
  color: #d5d5d5;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container .user-comment-footer {
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container .user-comment-footer::before {
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  border-top: solid 1px #d2d2d2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.theme-card__detail #feedback-side-container .inner .user-comment-container .user-comment-footer .user-comment-submit {
  width: 75px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background-color: #222d69;
  border: solid 1px #222d69;
  outline: none;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  color: #fff;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list {
  flex-grow: 1;
  width: 100%;
  margin-top: 32px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list::-webkit-scrollbar {
  display: none;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment {
  margin-top: 10px;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__avatar {
  width: 44px;
  margin-right: 13px;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__avatar .img-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__avatar .img-box img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__name {
  font-family: Pretendard;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #343434;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__box {
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #949494;
  flex-grow: 1;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__box .row {
  flex-grow: 1;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__box .row .button-box {
  display: flex;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__box .row .button-box img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__box .row .button-box img:first-child {
  margin-right: 7px;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__content {
  margin-top: 6px;
}
.theme-card__detail #feedback-side-container .inner .user-comment-list .user-comment__date {
  margin-top: 10px;
}
.theme-card__detail .detail-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 169px;
  height: 64px;
  border-radius: 32px;
  padding: 0 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  z-index: 20;
}
.theme-card__detail .detail-nav .img-box {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.theme-card__detail .detail-nav .img-box:nth-of-type(2) img {
  width: 18px;
  height: auto;
}
.theme-card__detail .detail-nav .img-box img {
  width: 30px;
  height: auto;
}
.theme-card__detail .inner {
  max-width: 1194px;
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 92px;
}
.theme-card__detail .inner .detail-container {
  max-width: 786px;
  width: 65%;
  cursor: pointer;
}
.theme-card__detail .inner .detail-container img {
  width: 100%;
  height: auto;
}
.theme-card__detail .inner .right-wrapper {
  position: absolute;
  right: 0;
  height: auto;
  height: 80vh;
  width: 31%;
  max-width: 378px;
}
.theme-card__detail .inner .right-wrapper .info-container {
  width: 100%;
  height: auto;
  position: static;
  padding-top: 9px;
  display: flex;
  flex-direction: column;
}
.theme-card__detail .inner .right-wrapper .info-container__designer {
  width: 100%;
  height: 91px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-top: 20px;
  padding-bottom: 19px;
  padding-right: 32px;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__avatar {
  margin-right: 11px;
  width: 52px;
  height: 52px;
  border: solid 1px #707070;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.theme-card__detail .inner .right-wrapper .info-container__designer .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__name {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  color: #292929;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__desc {
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  color: #292929;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__follow {
  width: 69px;
  height: 27px;
  margin-left: auto;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  outline: none;
  border: 1px solid #222d69;
  background-color: #222d69;
  cursor: pointer;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__follow--ing {
  border: solid 1px #707070;
  background-color: #fff;
  color: #343434;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__follow--wide:hover {
  width: 99px;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__follow--wide:hover .state {
  display: none;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__follow--wide:hover .info-container__designer__follow__msg {
  display: block;
}
.theme-card__detail .inner .right-wrapper .info-container__designer__follow__msg {
  display: none;
}
.theme-card__detail .inner .right-wrapper .info-container__hashtag {
  margin-top: 10px;
  padding: 17px 25px;
  width: 100%;
  height: 69px;
  border-radius: 10px;
  border: solid 1px #f2f2f2;
  background: #e9f1ff;
}
.theme-card__detail .inner .right-wrapper .info-container__hashtag .text-group {
  width: 100%;
  list-style: none;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: keep-all;
  word-wrap: break-word;
  overflow: hidden;
}
.theme-card__detail .inner .right-wrapper .info-container__hashtag__word {
  margin-left: 8px;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #292929;
}
.theme-card__detail .inner .right-wrapper .info-container__hashtag__word::before {
  content: "#";
}
.theme-card__detail .inner .right-wrapper .info-container__theme-price {
  width: 100%;
  height: 30px;
  margin-top: 21px;
  padding-right: 11px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.19;
  color: #343434;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.theme-card__detail .inner .right-wrapper .info-container__theme-price__value {
  margin-left: 16px;
  margin-right: 2px;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  color: #343434;
}
.theme-card__detail .inner .right-wrapper .info-container__theme-buy {
  cursor: pointer;
  margin-top: 60px;
  width: 100%;
  height: 58px;
  border-radius: 32px;
  border: 1px solid #222d69;
  background-color: #222d69;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.17;
  color: #fff;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback {
  margin-top: 47px;
  width: 100%;
  height: 79px;
  padding: 0 20px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card {
  width: 53px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card .img-box {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card .img-box img {
  width: 24px;
  height: auto;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card .img-box--on {
  background-color: #222d69 !important;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card .img-box--on img {
  filter: invert(95%) sepia(97%) saturate(3%) hue-rotate(142deg) brightness(103%) contrast(100%) !important;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card .function-name {
  margin-top: 10px;
  text-align: center;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card:hover .img-box {
  background-color: #e9f1ff;
}
.theme-card__detail .inner .right-wrapper .info-container__feedback__card:hover img {
  filter: invert(12%) sepia(75%) saturate(1725%) hue-rotate(216deg) brightness(96%) contrast(93%);
}

.appear {
  visibility: visible;
  top: 0px;
}

.disappear {
  top: 100vh;
  visibility: hidden;
}

#modal_wrap .modal_box.theme-information {
  width: 522px;
  height: auto;
}
#modal_wrap .modal_box.theme-information .inner {
  width: 100%;
  /* height: 830px; */
  height: auto;
  padding: 0px 30px;
  padding-top: 86px;
  padding-bottom: 130px;
  border-radius: 10px;
  border: solid 1px #707070;
  background-color: #fff;
}
#modal_wrap .modal_box.theme-information .inner .img-box.top {
  position: absolute;
  top: 39px;
  right: 30px;
}
#modal_wrap .modal_box.theme-information .inner .title {
  font-family: Pretendard;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: center;
  color: #343434;
}
#modal_wrap .modal_box.theme-information .inner .theme-date {
  text-align: left;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #343434;
}
#modal_wrap .modal_box.theme-information .inner .theme-date .title {
  margin-right: 28px;
}
#modal_wrap .modal_box.theme-information .inner .feedback-list {
  margin-top: 48px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#modal_wrap .modal_box.theme-information .inner .feedback-list li {
  flex-grow: 1;
  display: flex;
  text-align: left;
  flex-direction: column;
  font-family: Pretendard;
}
#modal_wrap .modal_box.theme-information .inner .feedback-list li .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  text-align: left;
  color: #343434;
}
#modal_wrap .modal_box.theme-information .inner .feedback-list li .count {
  margin-top: 19px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  text-align: left;
  color: #343434;
}
#modal_wrap .modal_box.theme-information .inner .modal-footer {
  margin-top: 37px;
  border-top: 1px solid #dbdbdb;
}
#modal_wrap .modal_box.theme-information .inner .modal-footer p {
  margin-top: 21px;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.09;
  text-align: left;
  color: #343434;
}
#modal_wrap .modal_box.theme-information .inner .modal-footer .tag-list {
  margin-top: 12px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  text-align: center;
}
#modal_wrap .modal_box.theme-information .inner .modal-footer .tag-list li {
  margin-right: 7px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  background-color: #e9f1ff;
  border-radius: 60px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  color: #292e6e;
}
#modal_wrap .modal_box.theme-share {
  width: 522px;
  height: auto;
}
#modal_wrap .modal_box.theme-share .inner {
  width: 100%;
  height: auto;
  padding: 0 30px;
  padding-top: 85px;
  padding-bottom: 62px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#modal_wrap .modal_box.theme-share .inner .img-box.top {
  position: absolute;
  top: 39px;
  right: 30px;
}
#modal_wrap .modal_box.theme-share .inner .title {
  font-family: Pretendard;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.96;
  text-align: center;
  color: #3d2525;
}
#modal_wrap .modal_box.theme-share .inner .img-box.thumb {
  margin-top: 26px;
  width: 380px;
  height: 200px;
  border-radius: 14px;
  border: solid 1px #707070;
  background-color: #fff;
}
#modal_wrap .modal_box.theme-share .inner .social-list {
  margin-top: 30px;
  list-style: none;
  display: flex;
}
#modal_wrap .modal_box.theme-share .inner .social-list li {
  width: 75px;
  height: 75px;
  margin-right: 20px;
}
#modal_wrap .modal_box.theme-share .inner .social-list li .img-box {
  width: 100%;
  height: 100%;
}
#modal_wrap .modal_box.theme-share .inner .social-list li .img-box img {
  width: 100%;
  height: auto;
}
#modal_wrap .modal_box.theme-share .inner .social-list li:last-child {
  margin-right: 0px;
}
#modal_wrap .modal_box.theme-share .inner .share-box {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
#modal_wrap .modal_box.theme-share .inner .share-box__url-copy {
  width: 100%;
  box-shadow: none;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  height: 50px;
  padding: 0 16px;
  padding-right: 50px;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #949494;
}
#modal_wrap .modal_box.theme-share .inner .share-box .img-box {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.qna {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}
section.qna .inner {
  padding-top: 142px;
  background-color: #fff;
}
section.qna .inner .question__link {
  text-decoration: none;
  width: 100%;
  height: auto;
}
section.qna .inner .faq-container {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #949494;
}
section.qna .inner .faq-container h4 {
  margin: 0;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #343434;
}
section.qna .inner .faq-container .faq__header {
  margin-top: 20px;
  height: 42px;
  border-top: solid 1px #343434;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #4d4d4d;
}
section.qna .inner .faq-container .faq__header__class {
  min-width: 174px;
}
section.qna .inner .faq-container .faq__header__title {
  flex-grow: 1;
  padding-right: 174px;
}
section.qna .inner .faq-container .faq__body {
  display: flex;
  height: 42px;
  align-items: center;
  border-top: solid 1px #bebebe;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #343434;
}
section.qna .inner .faq-container .faq__body__class {
  min-width: 174px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.qna .inner .faq-container .faq__body__title {
  flex-grow: 1;
  padding-right: 174px;
  padding-left: 52px;
}
section.qna .inner .question-container {
  width: 100%;
  margin-top: 67px;
  height: auto;
  border-bottom: solid 1px #bebebe;
}
section.qna .inner .question-container h4 {
  margin: 0;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #343434;
}
section.qna .inner .question-container .question__header {
  margin-top: 20px;
  height: 42px;
  border-top: solid 1px #343434;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #4d4d4d;
}
section.qna .inner .question-container .question__header__class {
  min-width: 174px;
}
section.qna .inner .question-container .question__header__title {
  flex-grow: 1;
}
section.qna .inner .question-container .question__header__state {
  min-width: 174px;
}
section.qna .inner .question-container .question__body {
  display: flex;
  height: 42px;
  height: auto;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #bebebe;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #343434;
}
section.qna .inner .question-container .question__body__class {
  min-width: 174px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.qna .inner .question-container .question__body__title {
  flex-grow: 1;
  padding-left: 52px;
}
section.qna .inner .question-container .question__body__state {
  min-width: 174px;
  text-align: center;
}
section.qna .inner .btn.question-write {
  width: 314px;
  height: 49px;
  margin-top: 195px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background-color: #222d69;
  outline: none;
  border: solid 1px #222d69;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  color: #fff;
}

#modal_wrap .modal_box.question-modal {
  width: 990px;
  max-width: 990px;
  height: auto;
}
#modal_wrap .modal_box .inner {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 48px;
  padding-left: 102px;
  padding-right: 102px;
  border-radius: 10px;
  background-color: #fff;
}
#modal_wrap .modal_box .inner .img-box.top {
  position: absolute;
  top: 39px;
  right: 39px;
}
#modal_wrap .modal_box .inner .title {
  margin: 0;
  font-family: Pretendard;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.27;
  text-align: center;
  color: #343434;
}
#modal_wrap .modal_box .inner .question-container {
  width: 100%;
  height: auto;
  margin-top: 46px;
}
#modal_wrap .modal_box .inner .question-container .message-floating-box {
  margin-top: 12px;
  width: 100%;
  position: relative;
  height: auto;
}
#modal_wrap .modal_box .inner .question-container .message-floating-box .error-message {
  position: absolute;
  display: none;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  color: red;
  background-color: transparent;
  top: 50%;
  right: 43px;
  text-align: right;
  transform: translateY(-50%);
}
#modal_wrap .modal_box .inner .question-container .message-floating-box .error-message--on {
  display: block;
}
#modal_wrap .modal_box .inner .question-container select {
  width: 100%;
  padding: 14px 18px;
  border-radius: 8px;
  border: solid 1px #949494;
  background-color: #fff;
  height: 48px;
  background-image: url("/img/question-select-down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 27px 27px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #343434;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#modal_wrap .modal_box .inner .question-container input[type=text] {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 14px 18px;
  border: solid 1px #949494;
  height: 48px;
  border-radius: 8px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #343434;
}
#modal_wrap .modal_box .inner .question-container .check-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
#modal_wrap .modal_box .inner .question-container .check-box input {
  width: 15px;
  height: 15px;
  margin: 0px;
  margin-right: 9px;
}
#modal_wrap .modal_box .inner .question-container .check-box label {
  margin: 0px;
}
#modal_wrap .modal_box .inner .question-container .check-box span {
  margin-left: 3px;
  color: #f12246;
}
#modal_wrap .modal_box .inner .question-container textarea {
  padding: 14px 18px;
  margin-top: 12px;
  width: 100%;
  height: 166px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #343434;
  border-radius: 8px;
  border: solid 1px #949494;
  resize: none;
}
#modal_wrap .modal_box .inner .question-container .question-submit {
  width: 314px;
  height: 46px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  outline: none;
  border: solid 1px #222d69;
  background-color: #222d69;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal_wrap .modal_box .inner .question-container .question-submit:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

section.question-detail {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}
section.question-detail .inner {
  padding-top: 128px;
  height: auto;
}
section.question-detail .inner .question-container {
  width: 100%;
  height: auto;
}
section.question-detail .inner .question-container .title {
  margin: 0;
  font-family: Pretendard;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.17;
  text-align: left;
  color: #000;
}
section.question-detail .inner .question-container .question__info {
  margin-top: 25px;
  display: flex;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.19;
  text-align: left;
  color: #949494;
}
section.question-detail .inner .question-container .question__info li span {
  cursor: pointer;
}
section.question-detail .inner .question-container .question__info__name {
  width: 137px;
}
section.question-detail .inner .question-container .question__info__date {
  width: 166px;
}
section.question-detail .inner .question-container .question__info__state {
  width: 166px;
}
section.question-detail .inner .question-container .question__info__modify {
  width: 82px;
}
section.question-detail .inner .question-container .question__info__delete {
  width: 82px;
}
section.question-detail .inner .question-container .question__content {
  margin-top: 33px;
  border-top: solid 1px #c1c1c1;
  padding-top: 35px;
  padding-bottom: 42px;
}
section.question-detail .inner .question-container .question__comment__count .value {
  margin-left: 5px;
}
section.question-detail .inner .comment-container {
  margin-top: 35px;
  height: auto;
  border: solid 1px salmon;
}
section.question-detail .inner .comment-container .comment__header {
  height: auto;
  display: flex;
}
section.question-detail .inner .comment-container .comment__header .comment__avatar {
  border: solid 1px #707070;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.question-detail .inner .comment-container .comment__header .comment__avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
section.question-detail .inner .comment-container .comment__header .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.19;
  text-align: left;
  color: #343434;
  padding-bottom: 4px;
  padding-top: 4px;
}
section.reseller-intro {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
section.reseller-intro .inner {
  width: 100%;
  height: 954px;
}
section.reseller-intro .inner .text-group {
  max-width: 340px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  color: #343434;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: Pretendard;
}
section.reseller-intro .inner .text-group h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.36;
  width: 252px;
  margin: 0;
}
section.reseller-intro .inner .text-group p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
}
section.reseller-intro .inner .text-group p:nth-child(2) {
  margin-top: 31px;
}
section.reseller-intro .inner .text-group p:nth-child(5) {
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  color: #949494;
}
section.reseller-intro .inner .text-group .reseller-apply-btn {
  margin-top: 39px;
  width: 207px;
  height: 54px;
  border-radius: 35px;
  background-color: #4865ae;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
section.reseller-intro .inner .img-box {
  position: absolute;
  height: auto;
  width: 73%;
  right: -13%;
  top: 50%;
  transform: translateY(-50%);
}
section.reseller-intro .inner .img-box img {
  width: 100%;
  height: auto;
}

section.reseller-process {
  width: 100%;
  height: auto;
  background-color: #ecf4ff;
  margin: 0 auto;
  position: relative;
}
section.reseller-process .inner {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #ecf4ff;
}
section.reseller-process .inner .text-group.title p {
  font-family: Pretendard;
  text-align: left;
  color: #343434;
}
section.reseller-process .inner .text-group.title p:first-child {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
section.reseller-process .inner .text-group.title p:last-child {
  margin-top: 11px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.13;
}
section.reseller-process .inner .reseller-flow-container {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
section.reseller-process .inner .reseller-flow-container .flow-card {
  width: calc((100% - 90px) / 4);
  height: auto;
  padding: 45px 30px 50px 30px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  font-family: Pretendard;
  text-align: left;
}
section.reseller-process .inner .reseller-flow-container .flow-card__order {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.07;
  color: #4865ae;
}
section.reseller-process .inner .reseller-flow-container .flow-card__title {
  margin-top: 80px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #343434;
}
section.reseller-process .inner .reseller-flow-container .flow-card__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #343434;
}
section.reseller-process .inner .reseller-flow-container .flow-card .row {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reseller-process .inner .reseller-flow-container .flow-card .row .img-box {
  width: 13px;
  height: 12px;
}
section.reseller-process .inner .reseller-flow-container .flow-card .row .img-box img {
  width: 100%;
  height: auto;
}

section.reseller-offer {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
section.reseller-offer .inner {
  padding-top: 95px;
  padding-bottom: 97px;
  background-color: #fff;
}
section.reseller-offer .inner .text-group.title p {
  font-family: Pretendard;
  color: #343434;
  text-align: center;
}
section.reseller-offer .inner .text-group.title p:first-child {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.21;
}
section.reseller-offer .inner .text-group.title p:last-child {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.13;
}
section.reseller-offer .inner .reseller-diagram-container {
  margin-top: 122px;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card {
  max-width: 242px;
  flex: 1;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card .card-img-top {
  max-width: 242px;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card .card-img-top img {
  width: 100%;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card .text-group {
  margin-top: 24px;
  text-align: center;
  font-family: Pretendard;
  color: #343434;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card .text-group h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card .text-group p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card .text-group p:first-of-type {
  margin-top: 20px;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow {
  max-width: 177px;
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 68px;
  align-items: center;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .text-group {
  margin-top: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  position: relative;
  background-image: url("/img/reseller-diagram-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .text-group .row {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .text-group .row p {
  margin: 0;
  font-family: Pretendard;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .text-group .row p:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  color: #4865ae;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .text-group .row p.yellow:first-child {
  color: #ffd147;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .text-group .row p:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #949494;
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .img-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.reseller-offer .inner .reseller-diagram-container .diagram-card.arrow .img-box img {
  width: 100%;
  height: auto;
}

section.reseller-faq {
  width: 100%;
  height: auto;
  background-color: #ecf4ff;
  margin: 0 auto;
  position: relative;
}
section.reseller-faq .inner {
  padding-top: 95px;
  padding-bottom: 97px;
  background-color: #ecf4ff;
}
section.reseller-faq .inner .title {
  font-family: Pretendard;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.21;
  color: #343434;
}
section.reseller-faq .inner .faq-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.reseller-faq .inner .faq-container .faq-card {
  margin-top: 102px;
  width: calc((100% - 60px) / 3);
}
section.reseller-faq .inner .faq-container .faq-card .text-group {
  margin-top: 42px;
  font-family: Pretendard;
  text-align: left;
}
section.reseller-faq .inner .faq-container .faq-card .text-group h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  color: #343434;
}
section.reseller-faq .inner .faq-container .faq-card .text-group p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #343434;
}

section.guide {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
}
section.guide .inner {
  padding-top: 142px;
  padding-bottom: 90px;
  background-color: #fff;
  width: 100%;
  height: auto;
}
section.guide .inner .guide-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
}
section.guide .inner .guide-container .guide-nav {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px - 40px);
  max-width: 276px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.guide .inner .guide-container .guide-nav__search {
  height: 123px;
  max-width: 276px;
  width: 100%;
  border-radius: 10px;
  background-color: #e9f1ff;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 19px;
}
section.guide .inner .guide-container .guide-nav__search p {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  color: #343434;
}
section.guide .inner .guide-container .guide-nav__search input {
  width: 100%;
  height: 34px;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  background-image: url("/img/input-search-guide.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 10px;
}
section.guide .inner .guide-container .guide-nav .guide-list-container {
  border-radius: 10px;
  border: solid 1px #bebebe;
  width: 100%;
  flex-grow: 1;
  background-color: #fff;
  margin-top: 20px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: Pretendard;
  padding: 25px 18px;
}
section.guide .inner .guide-container .guide-nav .guide-list-container::-webkit-scrollbar {
  display: none;
}
section.guide .inner .guide-container .guide-nav .guide-list-container h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #343434;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree .row {
  display: flex;
  align-items: center;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree .row .img-box {
  width: 15px;
  height: 100%;
  padding-right: 5px;
  cursor: pointer;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree .row .img-box img {
  width: 100%;
  height: auto;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree a {
  text-decoration: none;
  color: #949494;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree__depth1 {
  margin-top: 25px;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree__depth2 {
  margin-top: 12px;
  margin-left: 20px;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree__depth3 {
  margin-top: 4px;
  margin-left: 25px;
}
section.guide .inner .guide-container .guide-nav .guide-list-container .guide-list-tree .selected a {
  color: #222d69;
}
section.guide .inner .guide-container .guide-nav .guide-help {
  margin-top: 18px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #949494;
  word-wrap: break-word;
  word-break: keep-all;
}
section.guide .inner .guide-container .guide-nav .guide-help a {
  color: #222d69;
  text-decoration: none;
}
section.guide .inner .guide-container .guide-content {
  flex: 1;
  max-width: 888px;
  margin-right: 30px;
  height: auto;
  list-style: none;
}
section.guide .inner .guide-container .guide-content__item {
  width: 100%;
  height: auto;
}
section.guide .inner .guide-container .guide-content__item:not(:last-child) {
  margin-bottom: 80px;
}
section.guide .inner .guide-container .guide-content__header {
  flex-grow: 1;
  width: 100%;
  height: auto;
  position: relative;
}
section.guide .inner .guide-container .guide-content__header .guide-class {
  display: flex;
  align-items: center;
  list-style: none;
}
section.guide .inner .guide-container .guide-content__header .guide-class li {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #949494;
}
section.guide .inner .guide-container .guide-content__header .guide-class li:not(:last-child)::after {
  margin-left: 5px;
  margin-right: 5px;
  content: ">";
}
section.guide .inner .guide-container .guide-content__header .guide-class li.selected {
  color: #000;
}
section.guide .inner .guide-container .guide-content__header .guide-class__title {
  margin-top: 30px;
  font-family: Pretendard;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
section.guide .inner .guide-container .guide-content__header::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  border: solid 1px #707070;
}
section.guide .inner .guide-container .guide-content__body {
  margin-top: 80px;
  height: auto;
  list-style: none;
}
section.guide .inner .guide-container .guide-content__desc {
  font-family: Pretendard;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #412929;
  word-wrap: break-word;
  word-break: keep-all;
}

section.letcode-price {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  background-image: url("/img/letcode-price-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
section.letcode-price .inner {
  padding-top: 124px;
  padding-bottom: 90px;
}
section.letcode-price .inner .title {
  font-family: Pretendard;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
section.letcode-price .inner .title p:last-child {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
  color: #fff;
}
section.letcode-price .inner .letcode-price-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 74px;
  padding: 0 5%;
}
section.letcode-price .inner .letcode-price-container .price-card {
  text-align: center;
  width: 29%;
  padding: 0 28px;
  padding-top: 40px;
  padding-bottom: 36px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  background-color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  color: #343434;
}
section.letcode-price .inner .letcode-price-container .price-card__header p {
  font-size: 20px;
  font-weight: bold;
  color: #222d69;
}
section.letcode-price .inner .letcode-price-container .price-card__header p:last-of-type {
  margin-top: 16px;
  color: #343434;
  font-size: 14px;
}
section.letcode-price .inner .letcode-price-container .price-card__header p:last-of-type span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 4px;
}
section.letcode-price .inner .letcode-price-container .price-card__header .img-box {
  margin: 0 auto;
  width: 55px;
  height: 55px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.letcode-price .inner .letcode-price-container .price-card__header .img-box img {
  width: 100%;
  height: auto;
}
section.letcode-price .inner .letcode-price-container .price-card__body {
  margin-top: 29px;
  border-top: solid 1px #bebebe;
  padding-top: 25px;
}
section.letcode-price .inner .letcode-price-container .price-card__body .text-group .row {
  padding-left: 8px;
  word-wrap: break-word;
  word-break: keep-all;
  text-align: left;
  display: flex;
  align-items: center;
}
section.letcode-price .inner .letcode-price-container .price-card__body .text-group .row:not(:first-child) {
  margin-top: 10px;
}
section.letcode-price .inner .letcode-price-container .price-card__body .text-group .row img {
  display: block;
  width: 8px;
  margin-right: 7px;
  height: auto;
}
section.letcode-price .inner .letcode-price-container .price-card__body .payment {
  cursor: pointer;
  width: 100%;
  height: 50px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222d69;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #1d275b;
}
section.letcode-price .inner .letcode-price-container .price-card.standard {
  width: 36%;
  height: auto;
  margin: 0;
  padding: 0 28px;
  padding-top: 40px;
  padding-bottom: 43px;
  position: relative;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .badge {
  position: absolute;
  width: 130px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4.8px;
  color: #fff;
  background-color: #ffcc33;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__header p {
  line-height: 0.77;
  font-size: 24px;
  font-weight: bold;
  color: #222d69;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__header p:last-of-type {
  margin-top: 19px;
  color: #343434;
  font-size: 15px;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__header p:last-of-type span {
  font-size: 26px;
  font-weight: bold;
  margin-right: 4px;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__header .img-box {
  margin: 0 auto;
  width: 65px;
  height: 85px;
  margin-top: 27px;
  display: flex;
  justify-content: center;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__header .img-box img {
  width: 100%;
  height: auto;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__body {
  font-size: 18px;
  margin-top: 32px;
  border-top: solid 1px #bebebe;
  padding-top: 19px;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__body .text-group .row {
  padding-left: 13px;
  word-wrap: break-word;
  word-break: keep-all;
  text-align: left;
  display: flex;
  align-items: center;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__body .text-group .row span {
  color: #eebd29;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__body .text-group .row:not(:first-child) {
  margin-top: 12px;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__body .text-group .row img {
  display: block;
  width: 8px;
  margin-right: 7px;
  height: auto;
}
section.letcode-price .inner .letcode-price-container .price-card.standard .price-card__body .payment {
  width: 100%;
  height: 60px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222d69;
  border-radius: 10px;
  border: solid 1px #222d69;
}
section.letcode-price .inner .etc {
  margin-top: 31px;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.27;
  text-align: right;
  color: #343434;
}/*# sourceMappingURL=styles-add.css.map */