/* main nav */
.v30 nav > ul.fnb.menu > li:first-child {
  display: none;
}

/* 2025 aljam css */
.aljam {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  letter-spacing: normal;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", "Arial", sans-serif;
}
.aljam * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
.aljam *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.aljam article, .aljam aside, .aljam details, .aljam figcaption, .aljam figure, .aljam footer, .aljam header, .aljam hgroup, .aljam menu, .aljam nav, .aljam section, .aljam h1, .aljam h2, .aljam h3 {
  display: block;
}
.aljam ol, .aljam ul, .aljam dl, .aljam li {
  list-style: none;
}
.aljam blockquote, .aljam q {
  quotes: none;
}
.aljam blockquote:before, .aljam blockquote:after, .aljam q:before, .aljam q:after {
  content: "";
  content: none;
}
.aljam table {
  border-collapse: collapse;
  border-spacing: 0;
}
.aljam p, .aljam span, .aljam th, .aljam td {
  word-break: keep-all;
}
.aljam a {
  color: inherit;
  text-decoration: none;
}
.aljam img {
  vertical-align: top;
}
.aljam input[type=submit], .aljam input[type=button], .aljam input[type=checkbox], .aljam input[type=radio], .aljam button, .aljam select, .aljam label, .aljam *[onclick] {
  cursor: pointer;
}
.aljam input[type=submit]:disabled, .aljam input[type=button]:disabled, .aljam input[type=checkbox]:disabled, .aljam input[type=radio]:disabled, .aljam button:disabled, .aljam select:disabled, .aljam label:disabled, .aljam *[onclick]:disabled {
  cursor: default;
}
.aljam input[type=text], .aljam input[type=password], .aljam input[type=email], .aljam input[type=tel], .aljam input[type=number], .aljam input[type=date], .aljam textarea {
  width: 100%;
  height: auto;
  min-height: 38px;
  padding: 6px 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #393939;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", "Arial", sans-serif !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam input[type=text]:disabled, .aljam input[type=password]:disabled, .aljam input[type=email]:disabled, .aljam input[type=tel]:disabled, .aljam input[type=number]:disabled, .aljam input[type=date]:disabled, .aljam textarea:disabled {
  background-color: #f2f2f2;
  border-color: #cacaca;
}
.aljam input[type=number] {
  -moz-appearance: textfield;
}
.aljam input[type=number]::-webkit-outer-spin-button, .aljam input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.aljam input[type=date] {
  position: relative;
}
.aljam input[type=date]::-webkit-clear-button, .aljam input[type=date]::-webkit-inner-spin-button {
  display: none;
}
.aljam input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.aljam input[type=date]:disabled::-webkit-calendar-picker-indicator {
  cursor: default;
}
.aljam input:-webkit-autofill, .aljam input:-webkit-autofill:hover, .aljam input:-webkit-autofill:focus, .aljam input:-webkit-autofill:active, .aljam input:-webkit-autofill:disabled, .aljam input:autofill, .aljam input:autofill:hover, .aljam input:autofill:focus, .aljam input:autofill:active, .aljam input:autofill:disabled {
  -webkit-text-fill-color: #393939;
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
  box-shadow: 0 0 0px 1000px #f2f2f2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.aljam input::-webkit-input-placeholder {
  color: #939393;
}
.aljam input::-moz-placeholder {
  color: #939393;
}
.aljam input::-ms-input-placeholder {
  color: #939393;
}
.aljam textarea {
  min-height: 262px;
  vertical-align: top;
  resize: none;
  overflow-y: auto;
  
  -webkit-overflow-scrolling: touch;
}
.aljam textarea::-webkit-input-placeholder {
  color: #939393;
}
.aljam textarea::-moz-placeholder {
  color: #939393;
}
.aljam textarea::-ms-input-placeholder {
  color: #939393;
}
.aljam select {
  width: 100%;
  height: auto;
  min-height: 38px;
  padding: 6px 50px 6px 20px;
  background: #f2f2f2 url("/images/2025/icon-selectbox-b.svg") no-repeat right center;
  background-size: 50px auto;
  border: 1px solid #f2f2f2;
  color: #393939;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
.aljam select:disabled {
  background-color: #f2f2f2;
  border-color: #cacaca;
}
.aljam select::-ms-expand {
  display: none;
}
.aljam .aljam__radio {
  display: inline-block;
  vertical-align: top;
}
.aljam .aljam__radio input[type=radio] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.aljam .aljam__radio input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 400;
  text-indent: -19px;
}
.aljam .aljam__radio input[type=radio] + label::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aljam .aljam__radio input[type=radio]:checked + label::before {
  background-color: #efcd78;
  border-color: #efcd78;
}
.aljam .aljam__radio input[type=radio]:disabled + label {
  cursor: default;
}
.aljam .aljam__radio input[type=radio]:disabled + label::before {
  background-color: #f2f2f2;
  border-color: #cacaca;
}
.aljam .aljam__radio input[type=radio]:focus-visible + label::before {
  outline: -webkit-focus-ring-color auto 1px;
}
.aljam .aljam__checkbox {
  display: inline-block;
  vertical-align: top;
}
.aljam .aljam__checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.aljam .aljam__checkbox input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 400;
  text-indent: -19px;
}
.aljam .aljam__checkbox input[type=checkbox] + label::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__checkbox input[type=checkbox]:checked + label::before {
  background-color: #efcd78;
  border-color: #efcd78;
}
.aljam .aljam__checkbox input[type=checkbox]:disabled + label {
  cursor: default;
}
.aljam .aljam__checkbox input[type=checkbox]:disabled + label::before {
  background-color: #f2f2f2;
  border-color: #cacaca;
}
.aljam .aljam__checkbox input[type=checkbox]:focus-visible + label::before {
  outline: -webkit-focus-ring-color auto 1px;
}
.aljam .aljam__filebox {
  width: 100%;
  height: 59px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.aljam .aljam__filebox label {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-picture.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aljam .aljam__filebox label:has(input[type=file]:disabled) {
  cursor: default;
}
.aljam .aljam__filebox label:has(input[type=file]:focus-visible) {
  outline: -webkit-focus-ring-color auto 1px;
}
.aljam .aljam__filebox input[type=file] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.aljam .aljam__file-list {
  width: calc(100% - 45px);
  height: auto;
  margin-right: 45px;
  padding: 5px 5px 0 0;
  overflow: hidden;
}
.aljam .aljam__file-list > ul > li {
  width: auto;
  height: auto;
  position: relative;
}
.aljam .aljam__file-list > ul > li input[type=file] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.aljam .aljam__file-list > ul > li button {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 1;
}
.aljam .aljam__file-img {
  width: 54px;
  height: 54px;
  display: block;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.aljam .blind, .aljam .sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.aljam button {
  width: 100%;
  height: 58px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #efcd78;
  color: #efcd78;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 400;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
  opacity: 1;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam button:disabled {
  background-color: #f2f2f2 !important;
  border-color: #cacaca !important;
}
.aljam button[class^=aljam__btn-round-] {
  width: auto;
  height: 38px;
  font-size: 0.875rem;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
.aljam button > span {
  position: relative;
}
.aljam .aljam__btn {
  width: 100%;
  height: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 40px 20px;
  background-color: #ffffff;
  text-align: center;
}
.aljam .aljam__btn-fix {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px 40px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.aljam .aljam__btn-fix-left {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 32px;
  z-index: 1;
}
.aljam .aljam__btn-fix-right {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  right: 32px;
  z-index: 1;
}
.aljam .aljam__btn-line01 {
  background-color: #ffffff;
  border-color: #efcd78;
  color: #efcd78;
}
.aljam .aljam__btn-line02 {
  background-color: #ffffff;
  border-color: #edb894;
  color: #414141;
}
.aljam .aljam__btn-full01 {
  background-color: #efcd78;
  border-color: #efcd78;
  color: #ffffff;
}
.aljam .aljam__btn-full02 {
  background-color: #edb894;
  border-color: #edb894;
  color: #ffffff;
}
.aljam .aljam__btn-full03 {
  height: 38px;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #531807;
  font-size: 0.875rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.aljam .aljam__btn-round-line01 {
  background-color: #ffffff;
  border-color: #cacaca;
  color: #b2b2b2;
}
.aljam .aljam__btn-round-line02 {
  background-color: #ffffff;
  border-color: #edb894;
  color: #666666;
}
.aljam .aljam__btn-round-line03 {
  min-width: 84px;
  height: 28px !important;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  font-size: 0.813rem !important;
}
.aljam .aljam__btn-round-full01 {
  background-color: #efcd78;
  border-color: #efcd78;
  color: #ffffff;
}
.aljam .aljam__btn-round-full02 {
  background-color: #edb894;
  border-color: #edb894;
  color: #ffffff;
}
.aljam .aljam__btn-round-full03 {
  padding: 0 60px;
  background-color: #ffca22;
  border-color: #ffca22;
  color: #000000;
}
.aljam .aljam__btn-round-full04 {
  height: 28px !important;
  padding: 0 10px;
  background-color: #828282;
  border-color: #828282;
  color: #ffffff;
}
.aljam .aljam__btn-round-full05 {
  height: 28px !important;
  min-width: 84px;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-size: 0.813rem !important;
}
.aljam .aljam__btn-user {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-user.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-search {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-search.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-back {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-back.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-my {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-my.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-close {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-close.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-delete {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-close-g.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-delete2 {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-delete.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-write3 {
  width: 74px;
  height: 74px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  background: #efcd78 url("/images/2025/icon-write-b.svg") no-repeat center;
  background-size: 44px auto;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aljam .aljam__btn-upload {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-upload.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-more {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-more.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-profile {
  width: 36px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-profile.svg") no-repeat center;
  background-size: contain;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__btn-question::before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-question.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__btn-qna::before {
  content: "";
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-qna.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__btn-write::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-write.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__btn-write2::before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-write.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.aljam .aljam__btn-buy::before {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-buy.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.aljam .aljam__btn-comment::before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-comment-b.svg") no-repeat center;
  background-size: contain;
  margin-top: 2px;
  margin-right: 4px;
}
.aljam .aljam__btn-like::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-like-w.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__btn-bad::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-bad.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__btn-addwrite::before {
  content: "";
  width: 37px;
  height: 37px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-write-a.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.aljam .aljam__btn-subscribe::before {
  content: "";
  width: 37px;
  height: 37px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-subscribe.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.aljam .aljam__btn-txt {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #939393;
  font-size: 1.125rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__icon-question::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-question.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__icon-qna::before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-qna.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__icon-comment::before {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-write-a.svg") no-repeat center;
  background-size: contain;
}
.aljam .aljam__icon-call::before {
  content: "";
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-call.svg") no-repeat center;
  background-size: contain;
}
.aljam *[class^=tag-] {
  width: auto;
  height: auto;
  min-width: 44px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 4px;
  background-color: #efcd78;
  border: 1px solid #efcd78;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 1.4em;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .txt-red {
  color: #e30000 !important;
}
.aljam .tag-community {
  background-color: #efcd78;
  border-color: #efcd78;
  color: #ffffff;
}
.aljam .tag-question {
  background-color: #edb894;
  border-color: #edb894;
  color: #ffffff;
}
.aljam .tag-months {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #b2b2b2;
}
.aljam .tag-date {
  min-width: auto;
  padding: 0 4px;
  background-color: #f2f2f2;
  border-color: #cccccc;
  color: #666666;
  font-size: 0.563rem;
  line-height: 1.333em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.aljam .tag-ad {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.aljam .tag-video {
  background-color: #7ca8b9;
  border-color: #7ca8b9;
  color: #ffffff;
}
.aljam .tag-state01 {
  padding: 2px 8px;
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: #ffffff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
.aljam .tag-state02 {
  padding: 2px 8px;
  background-color: #ed7a6d;
  border-color: #ed7a6d;
  color: #ffffff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
.aljam .tag-state03 {
  min-width: 70px;
  padding: 4px 8px;
  background-color: #f3a5a5;
  border-color: #f3a5a5;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.429em;
}
.aljam .tag-state04 {
  min-width: 70px;
  padding: 4px 8px;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.429em;
}
.aljam .tag-state05 {
  min-width: 70px;
  padding: 4px 8px;
  background-color: #e16775;
  border-color: #e16775;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.429em;
}
.aljam .tag-state06 {
  min-width: 70px;
  padding: 4px 8px;
  background-color: #656565;
  border-color: #656565;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.429em;
}
.aljam .aljam__info-tit {
  font-size: 1rem;
  line-height: 1.5em;
}
.aljam .aljam__info-picture {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aljam .aljam__info-picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aljam .aljam__info-id {
  color: #b2b2b2;
  font-size: 0.625rem;
  line-height: 1.2em;
}
.aljam .aljam__info-time {
  color: #b2b2b2;
  font-size: 0.625rem;
  line-height: 1.2em;
}
.aljam .aljam__info-time::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-time.svg") no-repeat center;
  background-size: contain;
  margin-right: 4px;
}
.aljam .aljam__info-like {
  color: #b2b2b2;
  font-size: 0.625rem;
  line-height: 1.2em;
}
.aljam .aljam__info-like::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-like.svg") no-repeat center;
  background-size: contain;
  margin-top: -2px;
  margin-right: 4px;
}
.aljam .aljam__info-comment {
  color: #b2b2b2;
  font-size: 0.625rem;
  line-height: 1.2em;
}
.aljam .aljam__info-comment::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-comment.svg") no-repeat center;
  background-size: contain;
  margin-right: 4px;
}
.aljam .aljam__info-view {
  color: #b2b2b2;
  font-size: 0.625rem;
  line-height: 1.2em;
}
.aljam .aljam__info-view::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-view.svg") no-repeat center;
  background-size: contain;
  margin-top: -2px;
  margin-right: 4px;
}
.aljam .aljam__info-etc {
  display: inline-block;
  vertical-align: top;
  margin: 2px 10px 2px 0;
  padding-right: 10px;
  border-right: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-size: 0.625rem;
  line-height: 1em;
}
.aljam .aljam__info-etc:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.aljam .aljam__info-img {
  width: 100%;
  height: 23.56vw;
  min-height: 106px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.aljam .aljam__info-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aljam .aljam__info-desc {
  color: #666666;
  font-size: 1rem;
  line-height: 1.625em;
}
.aljam .aljam__info-caution {
  margin-top: 8px;
  padding: 8px 18px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #7f7f7f;
  font-size: 0.688rem;
  line-height: 1.55em;
}
.aljam .aljam__inner {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.aljam .aljam__inner-fix {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}
.aljam .aljam__inner-fix:has(.aljam__write-list > li.full-height) {
  height: calc(100vh - 0px);
  height: calc(var(--vh, 1vh) * 100 - 0px);
}
.aljam .aljam__inner-fix:has(.aljam__page > .aljam__btn) .aljam__box, .aljam .aljam__inner-fix:has(.aljam__page > .aljam__btn-fix) .aljam__box {
  padding-bottom: 88px;
}
.aljam .aljam__inner-fix:has(.aljam__page > .aljam__btn > *:nth-child(2)) .aljam__box, .aljam .aljam__inner-fix:has(.aljam__page > .aljam__btn-fix > *:nth-child(2)) .aljam__box {
  padding-bottom: 156px;
}
.aljam .aljam__inner-fix:has(.aljam__page > .aljam__comment-fix) .aljam__box {
  padding-bottom: 111px;
}
.aljam .aljam__inner-fix:has(.aljam__page > .aljam__download) .aljam__box {
  padding-bottom: 182px;
}
.aljam .aljam__inner-fix > form {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}
.aljam .aljam__inner-fix .aljam__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.aljam .aljam__inner-fix .aljam__header + .aljam__page {
  padding-top: 60px;
}
.aljam .aljam__inner-fix .aljam__header + .aljam__page:has(.aljam__tablist):not(:has(.aljam__profile)) {
  padding-top: 112px;
}
.aljam .aljam__inner-fix .aljam__header + .aljam__page:has(.aljam__tablist):not(:has(.aljam__profile)) .aljam__tablist {
  top: 60px;
}
.aljam .aljam__inner-fix .aljam__page:has(.aljam__tablist):not(:has(.aljam__profile)) {
  padding-top: 52px;
}
.aljam .aljam__inner-fix .aljam__profile + .aljam__tablist {
  position: relative;
  top: 0;
}
.aljam .aljam__inner-fix .aljam__tablist {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.aljam .aljam__inner-fix .aljam__box + * {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.aljam .aljam__inner-fix .aljam__btn-fix-left {
  bottom: 20px;
  right: auto;
  left: 32px;
}
.aljam .aljam__inner-fix .aljam__btn-fix-right {
  bottom: 20px;
  left: auto;
  right: 32px;
}
.aljam .aljam__header {
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-bottom: 1px solid #cacaca;
}
.aljam .aljam__header.border-none {
  border-color: transparent;
}
.aljam .aljam__header.margin-none {
  margin: 0;
  padding: 0 20px;
}
.aljam .aljam__header-left {
  margin-right: auto;
}
.aljam .aljam__header-tit {
  width: 100%;
  height: auto;
  padding: 0 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aljam .aljam__header-tit::before {
  margin-right: 6px;
}
.aljam .aljam__header-right {
  margin-left: auto;
}
.aljam .aljam__header .aljam__searchbox {
  margin-left: 20px;
}
.aljam .aljam__header .aljam__selectbox {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 20px;
}
.aljam .aljam__header .aljam__selectbox select {
  background-color: transparent;
  border-color: transparent;
}
.aljam .aljam__header .aljam__btn-txt {
  font-size: 1rem;
}
.aljam .aljam__page {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.aljam .aljam__page > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.aljam .aljam__page-question .aljam__box-item {
  border-top: none;
}
.aljam .aljam__page-question .aljam__detail-q {
  margin: 0;
  padding: 4px 20px 55px;
}
.aljam .aljam__page-question .aljam__detail-a {
  margin: 0;
  padding: 30px 20px 55px;
  background-color: #fdf7f3;
  border-top: none;
}
.aljam .aljam__page-question .aljam__detail-a::before, .aljam .aljam__page-question .aljam__detail-a::after {
  display: none;
}
.aljam .aljam__page-question .aljam__write {
  height: auto;
  background-color: #fcf4ee;
}
.aljam .aljam__page-question .aljam__write-list {
  width: auto;
  margin: 0 20px;
  background-color: #ffffff;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.aljam .aljam__page-question .aljam__write-list > li {
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
}
.aljam .aljam__page-question .aljam__write .aljam__checkbox input[type=checkbox]:checked + label::before {
  background-color: #edb894;
  border-color: #edb894;
}
.aljam .aljam__page-question .aljam__write .aljam__text-size {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.813rem;
}
.aljam .aljam__page-question .aljam__write .aljam__btn {
  width: auto;
  margin: 0 20px 20px;
  padding: 0 30px 30px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}
.aljam .aljam__tab {
  height: 30px;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #221814;
  font-size: 1.125rem;
  line-height: 28px;
  overflow: hidden;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
.aljam .aljam__tablist {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 10px;
  padding: 6px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.aljam .aljam__tablist::before {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aljam .aljam__tablist::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
.aljam .aljam__tablist + .aljam__box .aljam__searchlist {
  margin-top: -20px;
}
.aljam .aljam__tablist + .aljam__box .aljam__panel {
  margin-top: -20px;
}
.aljam .aljam__tablist + .aljam__box .aljam__panel .aljam__list {
  padding-top: 0;
}
.aljam .aljam__tab::before {
  vertical-align: middle;
}
.aljam .aljam__tab[aria-selected=true] {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #ffffff;
}
.aljam .aljam__panel {
  display: none;
}
.aljam .aljam__panel.on {
  display: block;
}
.aljam .aljam__box {
  height: 100%;
  min-height: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 20px;
}
.aljam .aljam__box-item {
  border-top: 8px solid #fcf5e4;
}
.aljam .aljam__box-item:first-child {
  border-top: none;
}
.aljam .aljam__box-item .aljam__btn {
  padding-bottom: 0;
}
.aljam .aljam__box + .aljam__btn button {
  margin-top: 10px;
}
.aljam .aljam__box + .aljam__btn button:first-child {
  margin-top: 0;
}
.aljam .aljam__searchbox {
  width: 100%;
  height: 48px;
  position: relative;
}
.aljam .aljam__searchbox > form {
  width: 100%;
  height: 100%;
}
.aljam .aljam__searchbox input {
  width: 100%;
  height: 100%;
  padding-right: 66px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.aljam .aljam__searchbox .aljam__btn-search {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-search-g.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aljam .aljam__searchlist {
  width: calc(100% - 40px);
  height: auto;
  margin: 0 20px;
  overflow: hidden;
}
.aljam .aljam__searchlist * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.aljam .aljam__searchlist > ul > li {
  width: auto;
  height: auto;
}
.aljam .aljam__searchlist fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.aljam .aljam__searchlist .aljam__selectbox select {
  min-width: 74px;
  min-height: 30px;
  padding: 4px 30px 4px 10px;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #b2b2b2;
  background-image: url("/images/2025/icon-selectbox.svg");
  background-size: 30px auto;
  font-size: 0.813rem;
  text-align: center;
}
.aljam .aljam__searchlist .aljam__selectbox select:disabled {
  background-color: #f2f2f2;
  border-color: #cacaca;
  color: #b2b2b2;
}
.aljam .aljam__searchlist .aljam__radio input[type=radio] + label {
  min-width: 74px;
  min-height: 30px;
  margin-left: 0;
  padding: 4px 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #b2b2b2;
  font-size: 0.813rem;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
.aljam .aljam__searchlist .aljam__radio input[type=radio] + label::before {
  display: none;
}
.aljam .aljam__searchlist .aljam__radio input[type=radio]:checked + label {
  background-color: #efcd78;
  border-color: #efcd78;
  color: #ffffff;
}
.aljam .aljam__searchlist .aljam__radio input[type=radio]:disabled + label {
  background-color: #f2f2f2;
  border-color: #cacaca;
  color: #b2b2b2;
}
.aljam .aljam__searchlist .aljam__radio input[type=radio]:focus-visible + label {
  outline: -webkit-focus-ring-color auto 1px;
}
.aljam .aljam__list {
  padding: 10px 20px;
}
.aljam .aljam__list > li {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 20px 4px;
  border-bottom: 1px solid #cacaca;
}
.aljam .aljam__list > li > a {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.aljam .aljam__list-tit {
  margin: 0 20px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #cacaca;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.2em;
}
.aljam .aljam__list-tit + .aljam__list {
  padding-top: 0;
}
.aljam .aljam__list-info {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.aljam .aljam__list-info-item {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.aljam .aljam__list-info-item > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.aljam .aljam__list-info-item > *[class^=tag-] {
  margin-right: 4px;
}
.aljam .aljam__list-info-item > *.aljam__info-img {
  width: calc(50% - 6px);
  margin-right: 6px;
  margin-left: 6px;
}
.aljam .aljam__list-info-item > *.aljam__info-img:nth-child(2n-1) {
  margin-left: 0;
}
.aljam .aljam__list-info-item > *.aljam__info-img:nth-child(2n) {
  margin-right: 0;
}
.aljam .aljam__list-info-item > *.aljam__info-desc {
  margin-right: 0;
}
.aljam .aljam__list-img {
  width: 90px;
  height: 90px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.aljam .aljam__list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aljam .aljam__detail-q {
  margin: 0 10px;
  padding: 4px 10px 55px;
}
.aljam .aljam__detail-q .aljam__info-desc {
  padding-top: 20px;
}
.aljam .aljam__detail-a {
  margin: 0 10px;
  padding: 30px 10px 55px;
  position: relative;
  border-top: 1px solid #cacaca;
}
.aljam .aljam__detail-a::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  border-style: solid;
  border-width: 10px 8px 0px 8px;
  border-color: #cacaca transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aljam .aljam__detail-a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: 3;
  border-style: solid;
  border-width: 10px 8px 0px 8px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aljam .aljam__detail-a .aljam__info-desc {
  padding-top: 8px;
}
.aljam .aljam__detail-info {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.aljam .aljam__detail-info-item {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.aljam .aljam__detail-info-item > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.aljam .aljam__detail-info-item > *[class^=tag-] {
  margin-right: 4px;
}
.aljam .aljam__detail-info-item > *.tag-date {
  margin-right: 12px;
}
.aljam .aljam__detail-info-item > *.aljam__info-picture {
  margin-right: 4px;
}
.aljam .aljam__detail-info-item > *.aljam__info-id {
  color: #000000;
}
.aljam .aljam__detail-info-item > *.aljam__info-desc {
  margin-right: 0;
}
.aljam .aljam__detail-btn {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding-top: 50px;
}
.aljam .aljam__detail-btn button .like-cnt::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-like.svg") no-repeat center;
  background-size: contain;
  margin: 0 6px 0 8px;
}
.aljam .aljam__comment-tit {
  display: inline-block;
  vertical-align: top;
  margin: 24px 20px;
  color: #4c4c4c;
  font-size: 0.938rem;
  line-height: 1.4em;
}
.aljam .aljam__comment-list {
  padding: 0 20px;
}
.aljam .aljam__comment-list > li.reply-on .aljam__comment-info:first-child + .aljam__comment-info {
  margin-top: -30px;
  padding-left: 30px;
}
.aljam .aljam__comment-list > li.reply-on .aljam__comment-info:first-child .aljam__info-etc {
  display: none;
}
.aljam .aljam__comment-info {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  gap: 8px;
  padding-bottom: 30px;
}
.aljam .aljam__comment-info.modify-on .aljam__info-desc, .aljam .aljam__comment-info.modify-on .aljam__info-etc {
  display: none;
}
.aljam .aljam__comment-info-item {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.aljam .aljam__comment-info-item > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.aljam .aljam__comment-info-item > *[class^=tag-] {
  margin-right: 4px;
}
.aljam .aljam__comment-info-item > *.aljam__info-picture {
  margin-right: 8px;
}
.aljam .aljam__comment-info-item > *.aljam__info-id {
  color: #4c4c4c;
  font-size: 0.75rem;
  line-height: 1.25em;
}
.aljam .aljam__comment-info-item > *.aljam__info-more {
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.aljam .aljam__comment-info-item > *.aljam__info-more .aljam__layer-more {
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .aljam__comment-info-item > *.aljam__info-more .aljam__layer-more.on {
  display: block;
}
.aljam .aljam__comment-info-item > *.aljam__info-more .aljam__layer-more > li {
  padding: 4px 10px;
  border-top: 1px solid #cacaca;
}
.aljam .aljam__comment-info-item > *.aljam__info-more .aljam__layer-more > li:first-child {
  border-top: none;
}
.aljam .aljam__comment-info-item > *.aljam__info-more .aljam__layer-more > li button {
  color: #666666;
  font-size: 0.813rem;
}
.aljam .aljam__comment-info-item > *.aljam__info-desc {
  margin-right: 0;
  margin-left: 30px;
  padding: 12px 16px;
  background-color: #f2f2f2;
  font-size: 0.875rem;
  line-height: 1.714em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .aljam__comment-info-item > *.aljam__info-etc:first-child {
  margin-left: 46px;
}
.aljam .aljam__comment-info-item > *.aljam__info-etc button {
  color: #b2b2b2;
  font-size: 0.75rem;
}
.aljam .aljam__comment-info-item > *.aljam__info-etc button.on .sympathy-cnt::before {
  background-image: url("/images/2025/icon-hart-on.svg");
}
.aljam .aljam__comment-info-item > *.aljam__info-etc button .sympathy-cnt::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/icon-hart.svg") no-repeat center;
  background-size: contain;
  margin: 1px 4px;
}
.aljam .aljam__comment-info-item > *.aljam__commentform {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: -8px;
  margin-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .aljam__comment-info-item > *.aljam__commentform > form {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.aljam .aljam__comment-info-item > *.aljam__commentform label {
  width: 100%;
}
.aljam .aljam__comment-info-item > *.aljam__commentform textarea {
  max-height: 63px;
  min-height: auto;
  padding: 0;
  background-color: transparent;
  border: none !important;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.aljam .aljam__comment-info-item > *.aljam__commentform button {
  margin-left: auto;
  color: #666666;
  font-size: 0.813rem;
}
.aljam .aljam__comment-info-item > *.aljam__replyform {
  width: 100%;
  height: auto;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .aljam__comment-info-item > *.aljam__replyform[data-reply-idx] {
  margin-left: 30px;
}
.aljam .aljam__comment-info-item > *.aljam__replyform > form {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.aljam .aljam__comment-info-item > *.aljam__replyform label {
  width: 100%;
}
.aljam .aljam__comment-info-item > *.aljam__replyform textarea {
  max-height: 63px;
  min-height: auto;
  padding: 0;
  background-color: transparent;
  border: none !important;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.aljam .aljam__comment-info-item > *.aljam__replyform button {
  margin-left: auto;
  color: #666666;
  font-size: 0.813rem;
}
.aljam .aljam__comment-info + .aljam__comment-info {
  padding-left: 36px;
}
.aljam .aljam__comment-fix {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  background-color: #ffffff;
  border-top: 1px solid #cacaca;
}
.aljam .aljam__comment-fix .aljam__commentform {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.aljam .aljam__comment-fix .aljam__commentform > form {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.aljam .aljam__comment-fix .aljam__commentform label {
  width: 100%;
}
.aljam .aljam__comment-fix .aljam__commentform textarea {
  max-height: 63px;
  min-height: auto;
  padding: 0;
  background-color: transparent;
  border: none !important;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.aljam .aljam__comment-fix .aljam__commentform button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.aljam .aljam__comment .aljam__btn {
  padding: 0;
}
.aljam .aljam__comment .aljam__btn button {
  height: 60px;
  border: none;
  border-top: 1px solid #cacaca;
  color: #4c4c4c;
  font-size: 0.938rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__write {
  width: 100%;
  height: calc(100% + 20px);
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  margin-top: -20px;
}
.aljam .aljam__write-main {
  width: 100%;
  height: auto;
  padding: 30px 20px 35px;
  text-align: center;
}
.aljam .aljam__write-img {
  width: 100%;
  height: auto;
}
.aljam .aljam__write-img img {
  width: 100%;
  height: auto;
  max-width: 84px;
}
.aljam .aljam__write-txt {
  margin-top: 20px;
  color: #221814;
  font-size: 1.125rem;
  line-height: 1.444em;
}
.aljam .aljam__write-txt span {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  color: #717171;
  font-size: 0.875rem;
  line-height: 1.286em;
}
.aljam .aljam__write-list {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}
.aljam .aljam__write-list > li {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 20px;
  padding: 20px;
  position: relative;
  border-top: 1px solid #cacaca;
}
.aljam .aljam__write-list > li:first-child {
  border-top: none;
}
.aljam .aljam__write-list > li.full-height {
  flex-flow: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.aljam .aljam__write-list > li.full-height .aljam__formbox textarea, .aljam .aljam__write-list > li.full-height .aljam__textarea textarea {
  height: 100%;
  min-height: auto;
}
.aljam .aljam__write-list > li.center-align {
  -ms-flex-align: center;
  align-items: center;
}
.aljam .aljam__write-list > li .aljam__formflex {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.aljam .aljam__write-list > li .aljam__formflex .aljam__formbox input[type=text], .aljam .aljam__write-list > li .aljam__formflex .aljam__formbox input[type=password], .aljam .aljam__write-list > li .aljam__formflex .aljam__formbox input[type=email], .aljam .aljam__write-list > li .aljam__formflex .aljam__formbox input[type=tel], .aljam .aljam__write-list > li .aljam__formflex .aljam__formbox input[type=number], .aljam .aljam__write-list > li .aljam__formflex .aljam__formbox input[type=date] {
  min-height: 38px;
  padding: 6px 20px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  text-align: center;
}
.aljam .aljam__write-list > li .aljam__formflex .aljam__selectbox {
  width: 80%;
}
.aljam .aljam__write-list > li .aljam__formflex .aljam__selectbox select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .aljam__write-list > li .aljam__formbox {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.aljam .aljam__write-list > li .aljam__formbox label {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #221814;
}
.aljam .aljam__write-list > li .aljam__formbox input[type=text], .aljam .aljam__write-list > li .aljam__formbox input[type=password], .aljam .aljam__write-list > li .aljam__formbox input[type=email], .aljam .aljam__write-list > li .aljam__formbox input[type=tel], .aljam .aljam__write-list > li .aljam__formbox input[type=number], .aljam .aljam__write-list > li .aljam__formbox input[type=date] {
  min-height: auto;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.aljam .aljam__write-list > li .aljam__formbox textarea {
  padding: 0;
  background-color: transparent;
  border-color: transparent !important;
}
.aljam .aljam__write-list > li .aljam__checkbox {
  margin: 0 auto;
}
.aljam .aljam__write-list > li .aljam__checkbox input[type=checkbox] + label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aljam .aljam__write-list > li .aljam__textarea {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.aljam .aljam__write-list > li .aljam__textarea label {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #221814;
}
.aljam .aljam__write-list > li .aljam__textarea textarea {
  padding: 0;
  background-color: transparent;
  border-color: transparent !important;
}
.aljam .aljam__write-list > li .aljam__text-size {
  margin-left: auto;
  color: #939393;
  font-size: 1rem;
  line-height: 1.5em;
}
.aljam .aljam__write-list > li .aljam__filebox {
  margin: -10px 0 -5px 0;
}
.aljam .aljam__write .question-txt-big {
  color: #e59966;
  font-size: 0.938rem;
  line-height: 1.467em;
}
.aljam .aljam__write .question-txt-small {
  color: #939393;
  font-size: 0.75rem;
  line-height: 1.25em;
}
.aljam .aljam__write .question-txt-small + .aljam__formflex {
  margin-top: -10px;
}
.aljam .aljam__write .question-txt-list {
  margin-bottom: 40px;
}
.aljam .aljam__write .question-txt-list > li {
  margin-top: 10px;
  margin-left: 9px;
  color: #9f9f9f;
  font-size: 0.688rem;
  line-height: 1.364em;
  text-indent: -9px;
}
.aljam .aljam__write .question-txt-list > li::before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 4px;
  background-color: #9f9f9f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aljam .aljam__write .question-txt-list > li:first-child {
  margin-top: 0;
}
.aljam .aljam__write .question-txt-gap {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #939393;
  font-size: 0.938rem;
}
.aljam .aljam__write .question-txt-gap:last-child {
  margin-right: 0;
}
.aljam .aljam__search-recent {
  width: 100%;
  height: auto;
  padding: 4px 20px 50px;
}
.aljam .aljam__search-recent .aljam__search-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.aljam .aljam__search-recent .aljam__search-list > ul > li {
  width: auto;
  height: auto;
  min-height: 32px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px 0 20px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  color: #717171;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .aljam__search-popular {
  width: 100%;
  height: auto;
  padding: 4px 20px 50px;
}
.aljam .aljam__search-popular .aljam__search-list {
  counter-reset: item;
}
.aljam .aljam__search-popular .aljam__search-list > li {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  color: #717171;
  font-size: 0.875rem;
}
.aljam .aljam__search-popular .aljam__search-list > li::before {
  counter-increment: item;
  content: counter(item);
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000000;
}
.aljam .aljam__search-popular .aljam__search-list > li:first-child {
  margin-top: 0;
}
.aljam .aljam__search-result {
  width: 100%;
  height: auto;
}
.aljam .aljam__search-result .aljam__search-tit {
  gap: 6px;
  padding: 4px 20px 0;
}
.aljam .aljam__search-tit {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  font-size: 0.875rem;
}
.aljam .aljam__search-tit h2 {
  margin-right: auto;
  font-size: 1rem;
}
.aljam .aljam__search-tit .search-date {
  color: #b2b2b2;
}
.aljam .aljam__search-tit .search-cnt {
  color: #b2b2b2;
  font-size: 0.75rem;
}
.aljam .aljam__search-tit .aljam__btn-txt {
  color: #b2b2b2;
  font-size: 0.875rem;
}
.aljam .aljam__search-txt {
  font-size: 0.875rem;
}
.aljam .aljam__profile {
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 30px;
}
.aljam .aljam__profile-img {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aljam .aljam__profile-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aljam .aljam__profile-txt {
  padding-top: 16px;
  font-size: 1.125rem;
  line-height: 1.333em;
}
.aljam .aljam__profile-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.aljam .aljam__profile-name .aljam__btn-profile {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.aljam .aljam__profile-form {
  width: 100%;
  height: auto;
  max-width: 250px;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto 0;
  padding: 6px 10px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.aljam .aljam__profile-form.on {
  display: -ms-flexbox;
  display: flex;
}
.aljam .aljam__profile-form > form {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.aljam .aljam__profile-form input[type=text], .aljam .aljam__profile-form input[type=password], .aljam .aljam__profile-form input[type=email], .aljam .aljam__profile-form input[type=tel], .aljam .aljam__profile-form input[type=number], .aljam .aljam__profile-form input[type=date] {
  min-height: auto;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.aljam .aljam__profile-form .aljam__btn-txt {
  margin-left: 10px;
  color: #666666;
  font-size: 0.813rem;
}
.aljam .aljam__profile + .aljam__tablist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.aljam .aljam__profile + .aljam__tablist::before, .aljam .aljam__profile + .aljam__tablist::after {
  display: none;
}
.aljam .aljam__profile + .aljam__tablist .aljam__tab {
  width: auto;
  height: 100%;
  padding: 11px 12px;
  position: relative;
  border: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  color: #666666;
  font-size: 0.938rem;
  line-height: 1.4em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aljam .aljam__profile + .aljam__tablist .aljam__tab[aria-selected=true] {
  background-color: transparent;
  border-bottom-color: #666666;
  color: #666666;
}
.aljam .aljam__question-main {
  width: 100%;
  height: auto;
  padding: 4px 20px 35px;
  text-align: center;
}
.aljam .aljam__question-img {
  width: 100%;
  height: auto;
}
.aljam .aljam__question-img img {
  width: 100%;
  height: auto;
  max-width: 142px;
}
.aljam .aljam__question-txt {
  margin-top: 15px;
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.aljam .aljam__question-txt span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.688rem;
  line-height: 1.727em;
}
.aljam .aljam__question-card {
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 316px;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  padding: 18px;
  background-color: #faf8f6;
  border: 1px solid #e1d7cb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 0px 0px #e1d7cb;
  -moz-box-shadow: 4px 4px 0px 0px #e1d7cb;
  -ms-box-shadow: 4px 4px 0px 0px #e1d7cb;
  box-shadow: 4px 4px 0px 0px #e1d7cb;
}
.aljam .aljam__question-card-tit {
  color: #373737;
  font-size: 1rem;
  line-height: 1.625em;
}
.aljam .aljam__question-card-txt {
  color: #666666;
  font-size: 1rem;
  line-height: 1.625em;
}
.aljam .aljam__question-card-txt span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.714em;
}
.aljam .aljam__question-my {
  width: 100%;
  height: auto;
  padding: 30px 20px 45px;
  background-color: #fdf7f3;
}
.aljam .aljam__question-list-tit {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.aljam .aljam__question-list-tit h2 {
  width: 100%;
  height: auto;
  padding: 0 72px;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}
.aljam .aljam__question-list-tit button {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #888888;
  font-size: 0.75rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aljam .aljam__question-list > li {
  margin-top: 16px;
  padding: 24px 20px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.aljam .aljam__question-list > li:first-child {
  margin-top: 0;
}
.aljam .aljam__question-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aljam .aljam__question-list-item .tit {
  margin-right: 10px;
  font-size: 1rem;
  line-height: 1.5em;
}
.aljam .aljam__question-list-item .desc {
  display: -webkit-box;
  margin-top: 16px;
  color: #666666;
  font-size: 0.813rem;
  line-height: 1.692em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.aljam .aljam__question-list-item *[class^=tag-] {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 2px;
  margin-left: auto;
}
.aljam .aljam__question-buy .aljam__question-main {
  padding: 10px 20px 40px;
}
.aljam .aljam__question-buy .aljam__question-img img {
  max-width: 82px;
}
.aljam .aljam__question-buy .aljam__question-txt {
  margin-top: 20px;
  color: #333333;
  font-size: 1rem;
}
.aljam .aljam__question-buy .aljam__question-txt span {
  display: inline-block;
  vertical-align: top;
  color: #717171;
  font-size: 0.938rem;
  line-height: 1.467em;
}
.aljam .aljam__question-buy-list {
  width: 100%;
  height: auto;
  padding: 0 20px 40px;
}
.aljam .aljam__question-buy-list > li {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  padding: 20px;
  position: relative;
  border: 1px solid #cccccc;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.aljam .aljam__question-buy-list > li:first-child {
  margin-top: 0;
}
.aljam .aljam__question-buy-list > li .buy-name {
  color: #333333;
  font-size: 0.813rem;
  line-height: 1.385em;
}
.aljam .aljam__question-buy-list > li .buy-name span {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  font-size: 0.625rem;
  line-height: 1.6em;
}
.aljam .aljam__question-buy-list > li .buy-name + .buy-date {
  font-size: 0.625rem;
  line-height: 1.6em;
}
.aljam .aljam__question-buy-list > li .buy-date {
  color: #333333;
  font-size: 0.813rem;
  line-height: 1.385em;
}
.aljam .aljam__question-buy-list > li .buy-date span {
  display: block;
  color: #b5b5b5;
  font-size: 0.625rem;
  line-height: 1.6em;
}
.aljam .aljam__question-buy-list > li .buy-btn {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 1rem;
}
.aljam .aljam__landing-img {
  width: 100%;
  height: auto;
  padding: 40px 20px 0;
  text-align: center;
}
.aljam .aljam__landing-img img {
  width: 100%;
  height: auto;
  max-width: 262px;
}
.aljam .aljam__download {
  width: 100%;
  height: auto;
  min-height: 182px;
  padding: 24px 48px;
  position: relative;
  z-index: 1;
}
.aljam .aljam__download > *:first-child {
  margin-top: 0;
}
.aljam .aljam__download-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.aljam .aljam__download-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aljam .aljam__download-txt {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.aljam .aljam__download-txt .big {
  width: 100%;
  height: auto;
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.2em;
}
.aljam .aljam__download-txt .small {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 1.063rem;
  line-height: 1.412em;
}
.aljam .aljam__download-txt button {
  width: auto;
  margin-top: 30px;
}
.aljam .aljam__layer {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.aljam .aljam__layer.on {
  display: block;
}
.aljam .aljam__layer-box {
  width: calc(100% - 40px);
  height: auto;
  max-width: 420px;
  max-height: calc(100% - 40px);
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  padding: 15px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aljam .aljam__layer-box .aljam__btn-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
}
.aljam .aljam__layer-top {
  width: 100%;
  height: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}
.aljam .aljam__layer-top .big {
  color: #414141;
  font-size: 1.313rem;
  line-height: 1.476em;
}
.aljam .aljam__layer-top .small {
  margin-top: 20px;
  color: #666666;
  font-size: 1rem;
  line-height: 1.25em;
}
.aljam .aljam__layer-main {
  width: 100%;
  height: 100%;
  min-height: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  
  -webkit-overflow-scrolling: touch;
}
.aljam .aljam__layer-main .question-buy-tit {
  width: auto;
  height: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #414141;
  font-size: 1.125rem;
  line-height: 1.333em;
}
.aljam .aljam__layer-main .question-buy-list {
  width: calc(100% + 16px);
  height: auto;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -8px;
}
.aljam .aljam__layer-main .question-buy-list > li {
  width: calc((100% - 48px) / 3);
  height: auto;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  margin: 8px;
  border: 1px solid #edb894;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.aljam .aljam__layer-main .question-buy-list > li > a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.aljam .aljam__layer-main .question-buy-list > li > a:focus {
  outline: -webkit-focus-ring-color auto 2px;
}
.aljam .aljam__layer-main .question-buy-list > li .question-buy-cnt {
  height: 57px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 15px 10px 10px;
  background-color: #edb894;
}
.aljam .aljam__layer-main .question-buy-list > li .question-buy-cnt span {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  background-color: #ffffff;
  color: #edb894;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aljam .aljam__layer-main .question-buy-list > li .question-buy-price {
  margin: auto;
  padding: 20px 10px;
}
.aljam .aljam__layer-main .question-buy-cnt {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.333em;
}
.aljam .aljam__layer-main .question-buy-price {
  color: #414141;
  font-size: 1.125rem;
  line-height: 1.333em;
}
.aljam .aljam__layer-main .question-buy-price .big {
  display: block;
  font-size: 0.875rem;
  line-height: 1.143em;
}
.aljam .aljam__layer-main .question-buy-price .small {
  display: block;
  font-size: 0.625rem;
  line-height: 1.6em;
}
.aljam .aljam__layer-main .question-buy-disc {
  margin-top: 10px;
  padding: 0 16px;
  color: #666666;
  font-size: 0.5rem;
  line-height: 1.5em;
  text-align: left;
}
.aljam .aljam__layer-main .question-buy-call {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 30px;
  background-color: #ffffff;
  border: 1px solid #aad3d6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.aljam .aljam__layer-main .question-buy-call > a {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.aljam .aljam__layer-tit {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.333em;
}
.aljam .aljam__layer-txt {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.429em;
}
.aljam .aljam__layer-btn {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 15px 20px;
}
.aljam .aljam__layer-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
.aljam .aljam__layer#questionBuyLayer {
  height: calc(100% + 1px);
  display: block;
  top: calc(100% + 2px);
  bottom: -1px;
  z-index: 997;
  -webkit-transition: top 0s linear 0.8s;
  -moz-transition: top 0s linear 0.8s;
  -ms-transition: top 0s linear 0.8s;
  transition: top 0s linear 0.8s;
}
.aljam .aljam__layer#questionBuyLayer.on {
  top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.aljam .aljam__layer#questionBuyLayer.on .aljam__layer-box {
  bottom: 0;
}
.aljam .aljam__layer#questionBuyLayer .aljam__layer-box {
  width: 100%;
  max-width: none;
  max-height: calc(100% - 104px);
  padding: 0;
  top: auto;
  right: 0;
  bottom: -100%;
  left: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: bottom 0.8s ease-in-out;
  -moz-transition: bottom 0.8s ease-in-out;
  -ms-transition: bottom 0.8s ease-in-out;
  transition: bottom 0.8s ease-in-out;
}
.aljam .aljam__layer#questionBuyLayer .aljam__layer-box::before {
  content: "";
  width: 218px;
  height: 164px;
  display: inline-block;
  vertical-align: top;
  background: transparent url("/images/2025/img-question-layer-01.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -104px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aljam .aljam__layer#questionBuyLayer .aljam__layer-top {
  padding: 90px 20px 30px;
  background-color: #fff8ef;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
.aljam .aljam__layer#questionBuyLayer .aljam__layer-top::after {
  content: "";
  width: 206px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #edb894;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aljam .aljam__layer#questionBuyLayer .aljam__layer-main {
  padding: 30px 20px 40px;
  background-color: #ffffff;
  text-align: center;
}

nav + .aljam .aljam__inner {
  padding-bottom: 60px;
}
nav + .aljam .aljam__inner-fix {
  padding-bottom: 60px;
}
nav + .aljam .aljam__inner-fix .aljam__box + * {
  bottom: 60px;
}
nav + .aljam .aljam__inner-fix .aljam__btn-fix-left {
  left: 32px;
  bottom: 80px;
}
nav + .aljam .aljam__inner-fix .aljam__btn-fix-right {
  right: 32px;
  bottom: 80px;
}

@media screen and (max-width: 420px) {
  .aljam .aljam__header .aljam__selectbox select {
    padding: 6px 50px 6px 20px;
  }
  .aljam .aljam__question-card {
    min-width: auto;
  }
  .aljam .aljam__question-buy-list > li {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .aljam .aljam__question-buy-list > li .buy-txt {
    min-width: 145px;
  }
  .aljam .aljam__question-buy-list > li .buy-btn {
    width: calc(100% + 40px);
    height: 40px;
    margin-bottom: -20px;
    background-color: #cccccc;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
  }
  .aljam .aljam__download {
    padding: 24px 20px;
  }
  .aljam .aljam__layer-box .aljam__btn-close {
    right: 16px;
  }
  .aljam .aljam__layer-main .question-buy-list {
    width: calc(100% + 8px);
    margin-left: -4px;
  }
  .aljam .aljam__layer-main .question-buy-list > li {
    width: calc((100% - 24px) / 3);
    margin: 8px 4px;
  }
  .aljam .aljam__layer-main .question-buy-list > li .question-buy-cnt {
    gap: 5px;
    padding: 15px 5px 10px;
  }
  .aljam .aljam__layer-main .question-buy-list > li .question-buy-price {
    padding: 20px 5px;
  }
  .aljam .aljam__layer-main .question-buy-call {
    padding: 20px;
  }
  .aljam .aljam__layer-btn {
    gap: 20px;
  }
  .aljam .aljam__layer#questionBuyLayer .aljam__layer-box::before {
    width: 188px;
  }
  .aljam .aljam__layer#questionBuyLayer .aljam__layer-top {
    padding: 80px 20px 30px;
  }
}