@charset "UTF-8";
@font-face {
  font-family: "NotoSansKR";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/NotoSansKR-Light.woff") format("woff"), url("../fonts/NotoSansKR-Light.otf") format("openType");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansKR-Regular.woff") format("woff"), url("../fonts/NotoSansKR-Regular.otf") format("openType");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/NotoSansKR-Medium.woff") format("woff"), url("../fonts/NotoSansKR-Medium.otf") format("openType");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/NotoSansKR-Bold.woff") format("woff"), url("../fonts/NotoSansKR-Bold.otf") format("openType");
}
@font-face {
  font-family: "houseMovement";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HouseMovements-Sign.woff") format("woff"), url("../fonts/HouseMovements-Sign.otf") format("openType");
}
/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 20px;
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  letter-spacing: -0.03em;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  font-family: "SUIT", sans-serif;
  font-size: 20px;
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input {
  -webkit-border-radius: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
main,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  border: 0px;
  vertical-align: top;
  -webkit-user-drag: none; /* 크롬, 사파리 */
  -moz-user-drag: none; /* 파이어폭스 */
  -ms-user-drag: none; /* IE */
  user-drag: none; /* 표준 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
button:focus {
  outline: none;
}

/* reset */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 0.8rem;
  background: #f6f5f1;
  border: 1px solid #0f0f0f;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #0f0f0f;
          box-shadow: 0px 0.15rem 0px 0px #0f0f0f;
  text-align: center;
  font-size: 0.9rem;
  color: #0f0f0f;
  line-height: 1.3;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.btn.small {
  height: 1.75rem;
  line-height: 1.65rem;
  padding: 0 0.5rem;
  font-size: 0.65rem;
}
.btn.medium {
  height: 2.35rem;
  line-height: 2.25rem;
  padding: 0 0.65rem;
  font-size: 0.75rem;
}
.btn.large {
  height: 3.4rem;
  line-height: 3.3rem;
  padding: 0 0.8rem;
  font-weight: 400;
  font-size: 1rem;
}
.btn.xlarge {
  height: 4.4rem;
  line-height: 4.3rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.1rem;
}
.btn.primary {
  background-color: #2546cd;
  border-color: #2546cd;
  color: #fff;
}
.btn.slightly {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.btn.fff {
  background: #fff;
}
.btn.careet {
  background: #ff6000;
  color: #fff;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #fff;
          box-shadow: 0px 0.15rem 0px 0px #fff;
  border-color: #ff6000;
}
.btn.lightSlightly {
  background-color: #989898;
  border-color: #989898;
  color: #fff;
}
.btn.dark {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  color: #fff;
}
.btn.danger {
  background-color: #e0012b;
  border-color: #e0012b;
  color: #fff;
}
.btn.warning {
  background-color: #ff9582;
  border-color: #ff9582;
  color: #fff;
}
.btn.round.small {
  border-radius: 50px;
}
.btn.round.medium {
  border-radius: 40px;
}
.btn.round.large {
  border-radius: 30px;
}
.btn.round.xlarge {
  border-radius: 30px;
}
.btn.border {
  border: 1px solid #0f0f0f;
}
.btn.border.primary {
  color: #2546cd;
  border-color: #2546cd;
  background-color: transparent;
}
.btn.border.slightly {
  border-color: #888;
  color: #888;
  background-color: transparent;
}
.btn.border.lightSlightly {
  border-color: #999;
  color: #999;
  background-color: transparent;
}
.btn.border.dark {
  border-color: #0f0f0f;
  color: #0f0f0f;
  background-color: transparent;
}
.btn.border.warning {
  border-color: #ff9582;
  color: #ff9582;
  background-color: transparent;
}
.btn.border.danger {
  border-color: #e0012b;
  color: #e0012b;
  background-color: transparent;
}

.data-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ddd;
}
.data-table th,
.data-table td {
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 720px) {
  .data-table th,
  .data-table td {
    padding: 10px 8px;
    font-size: 12px;
  }
}
.data-table th.left,
.data-table td.left {
  text-align: left;
}
.data-table th.center,
.data-table td.center {
  text-align: center;
}
.data-table th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
.data-table td {
  border-bottom: 1px solid #ddd;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 2rem;
}
.pagination button {
  display: block;
}
.pagination .paging {
  margin: 0 0.6rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #0f0f0f;
  font-weight: 700;
}
.pagination .paging.current {
  color: #ff6000;
  font-weight: 900;
}
@media (max-width: 1100px) {
  .pagination .paging {
    display: none;
  }
}
.pagination .controller {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 0.4rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.75rem 1.75rem;
}
.pagination .controller.prev {
  background-image: url("../images/icon/ico-swiper-arrow-prev.png");
}
.pagination .controller.next {
  background-image: url("../images/icon/ico-swiper-arrow-next.png");
}
.pagination .controller.first {
  background-image: url("../images/components/icon-pagination-prev-10.png");
}
.pagination .controller.last {
  background-image: url("../images/components/icon-pagination-next-10.png");
}
.pagination .controller.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.input-cover {
  position: relative;
}
.input-cover .form-input {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 1.5rem;
  line-height: 1.4rem;
  border: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  font-weight: 300;
  font-size: 0.9rem;
  background-color: transparent;
}
.input-cover .form-input::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}
.input-cover .form-input::-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.input-cover .form-input:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}
.input-cover .form-input:-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.input-cover .form-input:placeholder {
  color: #979797;
  opacity: 1;
}
.input-cover .form-input:-moz-read-only, .input-cover .form-input:disabled {
  color: #999 !important;
}
.input-cover .form-input:read-only, .input-cover .form-input:disabled {
  color: #999 !important;
}
.input-cover .form-input:-moz-read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
}
.input-cover .form-input:read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
}
.input-cover .form-label {
  display: block;
  font-size: 0.8rem;
  color: #666;
}
.input-cover .required {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.1rem;
  margin-left: 0.25rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #2546cd;
}
.input-cover .file-wrapper {
  position: relative;
}
.input-cover .file-wrapper .form-input {
  padding-right: 3.5rem;
}
.input-cover .file-wrapper .file-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  top: 0;
  right: 0;
  z-index: 1;
}
.input-cover .file-wrapper .file-input.focusable:active, .input-cover .file-wrapper .file-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.input-cover .file-wrapper .file-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.input-cover.disable-active .form-label {
  margin-bottom: 0.5rem;
}
.input-cover.disable-active.float .form-label {
  margin-bottom: 0;
  -webkit-transform: translate3d(0, -36px, 0);
          transform: translate3d(0, -36px, 0);
}
.input-cover.float {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-cover.float.active .form-label {
  -webkit-transform: translate3d(0, -24px, 0) scale(0.77);
          transform: translate3d(0, -24px, 0) scale(0.77);
}
.input-cover.float .form-input {
  padding-top: 0.4rem;
}
.input-cover.float .form-label {
  position: absolute;
  top: 0.35rem;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.input-cover.focus {
  border-color: #2546cd;
}
.input-cover.focus .form-label {
  color: #2546cd;
}
.input-cover.focus .form-input {
  border-color: #2546cd;
  color: #2546cd;
}
.input-cover.btn-with.small .form-input {
  padding-right: 4rem;
}
.input-cover.btn-with.medium .form-input {
  padding-right: 5.5rem;
}
.input-cover.btn-with.large .form-input {
  padding-right: 6.5rem;
}
.input-cover.btn-with .btn {
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 2;
  padding: 0 0.8rem;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}

.selector-wrapper .selector-cover + .selector-cover {
  margin-top: 0.5rem;
}
.selector-wrapper.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selector-wrapper.horizontal .selector-cover {
  margin-right: 1rem;
}
.selector-wrapper.horizontal .selector-cover + .selector-cover {
  margin-top: 0;
}

.selector-cover {
  line-height: 1;
  font-size: 0;
}
.selector-cover input {
  position: absolute;
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.selector-cover input.focusable:active, .selector-cover input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.selector-cover .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.selector-cover .selector-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .selector-cover .selector-text {
    font-size: 12px;
  }
}
.selector-cover.checkbox .selector-text {
  min-height: 1.2rem;
  padding-left: 1.4rem;
}
.selector-cover.checkbox.round .selector-text {
  background-image: url("../images/components/icon-checkbox-round-off.png");
  background-size: 1.2rem 1.2rem;
}
.selector-cover.checkbox.round input:checked + .selector-text {
  background-image: url("../images/icon/ico-check-radius.png");
}
.selector-cover.checkbox.square .selector-text {
  background-image: url("../images/components/icon-checkbox-square-off.png");
  background-size: 1.2rem 1.2rem;
}
.selector-cover.checkbox.square input:checked + .selector-text {
  background-image: url("../images/icon/checkbox_checked.png");
}
.selector-cover.checkbox.solo .selector-text {
  padding-left: 1.2rem;
}
.selector-cover.radio .selector-text {
  min-height: 1rem;
  padding-left: 1.2rem;
  background-image: url("../images/components/icon-radio-off.png");
  background-size: 1rem 1rem;
}
.selector-cover.radio input:checked + .selector-text {
  background-image: url("../images/components/icon-radio-on.png");
}
.selector-cover.radio.solo .selector-text {
  padding-left: 1rem;
}

.form-guide-text {
  display: block;
  font-weight: 300;
  margin-top: 0.6rem;
  font-size: 0.75rem;
}
.form-guide-text + .form-guide-text {
  margin-top: 0.2rem;
}

.selectric-container {
  position: relative;
}
.selectric-container.active .select-label {
  -webkit-transform: translate3d(0, -20px, 0) scale(0.8);
          transform: translate3d(0, -20px, 0) scale(0.8);
}
.selectric-container .selectric-wrapper {
  position: relative;
  z-index: 2;
}
.selectric-container .selectric {
  border: 0;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.selectric-container .selectric .button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-indent: -9999px;
  background-color: #fff;
}
.selectric-container .selectric .button:after {
  width: 0.65rem;
  height: 0.4rem;
  border: 0;
  background: url("../images/components/icon-selectbox-arrow.svg") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 720px) {
  .selectric-container .selectric .button:after {
    width: 10px;
    height: 6px;
  }
}
.selectric-container .selectric .label {
  margin: 0 0 0.3rem 0;
}
.selectric-container .selectric-above .selectric-items {
  margin-bottom: 0.35rem;
}
.selectric-container .required {
  display: inline-block;
  margin-left: 0.3rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #2546cd;
  vertical-align: middle;
}
.selectric-container .selectric-open {
  z-index: 100;
}
.selectric-container .selectric-open .button {
  overflow: hidden;
}
.selectric-container .selectric-open .button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectric-container .selectric-open .label .required {
  color: #ff9582;
}
.selectric-container .selectric-first-show .selectric-scroll li:first-child {
  display: block;
}
.selectric-container .selectric-scroll li:first-child {
  display: none;
}
.selectric-container .select-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.8rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.selectric-container .selectric-items {
  max-height: 11.25rem;
  overflow: auto;
  margin-top: 0.35rem;
  border-radius: 5px;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}
.selectric-container .selectric-items li.selected {
  background-color: #2546cd !important;
  color: #fff !important;
}
.selectric-container .selectric-items li:hover {
  background-color: #f1f1f1;
  color: #2546cd;
}
.selectric-container .selectric-small .label {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-small .label {
    font-size: 0.6rem;
  }
}
.selectric-container .selectric-small .selectric-items li {
  padding: 0.6rem;
  font-weight: 300;
  font-size: 0.7rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-small .selectric-items li {
    padding: 0.5rem;
    font-size: 0.6rem;
  }
}
.selectric-container .selectric-medium .label {
  height: 2.05rem;
  line-height: 2.05rem;
  font-size: 0.8rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-medium .label {
    font-size: 0.7rem;
  }
}
.selectric-container .selectric-medium .selectric-items li {
  padding: 0.6rem 0.8rem;
  font-weight: 300;
  font-size: 0.8rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-medium .selectric-items li {
    padding: 0.6rem;
    font-size: 0.65rem;
  }
}
.selectric-container .selectric-large .label {
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.9rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-large .label {
    font-size: 0.75rem;
  }
}
.selectric-container .selectric-large .selectric-items li {
  padding: 0.8rem 0.9rem;
  font-weight: 300;
  font-size: 0.9rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-large .selectric-items li {
    padding: 0.6rem 0.7rem;
    font-size: 0.75rem;
  }
}

.select-box-container .form-label {
  display: block;
  padding-bottom: 0.15rem;
  font-size: 0.8rem;
}
.select-box-container .form-label .required {
  display: inline-block;
  margin-left: 0.15rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #2546cd;
  vertical-align: middle;
}
.select-box-container .form-select {
  width: 100%;
  padding-right: 1rem;
  border: 0;
  border-bottom: 1px solid #dbdee5;
  color: #000;
  background: url("../images/components/icon-selectbox-arrow.svg") no-repeat 0 0;
  background-position: center right;
  background-size: 0.5rem 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-box-container.small .form-select {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.65rem;
}
.select-box-container.small .form-select option {
  font-size: 0.65rem;
}
.select-box-container.medium .form-select {
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 0.8rem;
}
.select-box-container.medium .form-select option {
  font-size: 0.8rem;
}
.select-box-container.large .form-select {
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.9rem;
}
.select-box-container.large .form-select option {
  font-size: 0.9rem;
}
.select-box-container.active.float .form-label {
  -webkit-transform: translate3d(0, -20px, 0) scale(0.8);
          transform: translate3d(0, -20px, 0) scale(0.8);
}
.select-box-container.float {
  position: relative;
}
.select-box-container.float .form-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.9rem;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select-box-container.float .form-select {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.select-box-container.float .form-select option:first-child {
  display: none;
}

.font.warning {
  color: #ff9582;
}
.font.slightly {
  color: #888;
}
.font.primary {
  color: #2546cd;
}
.font.danger {
  color: #e0012b;
}

.switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch-container .switch-icon {
  position: relative;
}
.switch-container .switch-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.switch-container .switch-input.focusable:active, .switch-container .switch-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.switch-container .switch-input:checked + .switch-label .switch-button {
  background: #2546cd;
}
.switch-container .switch-input:checked + .switch-label .btn-on-off {
  left: 0.85rem;
}
.switch-container .switch-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch-container .switch-button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 1.6rem;
  height: 0.9rem;
  position: relative;
  cursor: pointer;
  background: #999;
  border-radius: 50px;
}
.switch-container .btn-on-off {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 0.15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
}
.switch-container .switch-text {
  margin-left: 0.4rem;
  font-size: 0.75rem;
  cursor: pointer;
}

.rating-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-select-container input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.rating-select-container input.focusable:active, .rating-select-container input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.rating-select-container label {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: block;
  position: relative;
  width: 2.3rem;
  height: 2.2rem;
  margin-left: 0.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("../images/components/icon-star-empty.svg");
  text-indent: -9999px;
  cursor: pointer;
}
.rating-select-container label.checked {
  background-image: url("../images/components/icon-star-full.svg");
}
.rating-select-container label:nth-of-type(1) {
  margin-left: 0;
}

.layer-popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-popup.open {
  visibility: visible;
  opacity: 1;
}
.layer-popup .popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
.layer-popup .popup-container.medium {
  max-width: 640px;
}
.layer-popup .popup-container.small {
  max-width: 460px;
}
.layer-popup .popup-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-header .btn-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.2rem 1.2rem;
  background-image: url("../images/icon/icon-close-bk-23x23.png");
}
.layer-popup .popup-title {
  padding: 1rem;
  text-align: center;
}
.layer-popup .popup-title strong {
  font-size: 1rem;
}
.layer-popup .popup-content {
  height: 100%;
  overflow: auto;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-inner {
  padding: 2rem;
  position: relative;
}
.layer-popup .popup-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.layer-popup .popup-footer .btn-area .btn {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}
.layer-popup .popup-footer .btn-area .btn-close {
  background-color: #666;
}
.layer-popup .popup-footer .btn-area .btn-ok {
  background-color: #2546cd;
}
.layer-popup .popup-footer .btn-area.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-popup .popup-footer .btn-area.half .btn {
  width: 50%;
}
.layer-popup.full-scroll {
  display: block;
  overflow: auto;
  text-align: center;
  font-size: 0;
}
.layer-popup.full-scroll:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.layer-popup.full-scroll .popup-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  max-height: none;
  border-radius: 20px;
  font-size: initial;
}
.layer-popup.full-scroll .popup-content {
  height: auto;
  position: relative;
  overflow: visible;
  text-align: left;
}

.layer-popup-dim {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer-popup-dim.show {
  -webkit-animation: dimShow 0.3s forwards;
          animation: dimShow 0.3s forwards;
}

@-webkit-keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.careet-common-popup .popup-container.small {
  max-width: 25.6rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f6f5f1;
  padding: 0;
}
.careet-common-popup .popup-inner {
  padding: 2.4rem 0.8rem;
  text-align: center;
}
.careet-common-popup .popup-header,
.careet-common-popup .popup-content {
  background: transparent;
}
.careet-common-popup .common-popup-title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.2rem;
}
.careet-common-popup .common-popup-title.color-point {
  color: #ff6000;
}
.careet-common-popup .common-popup-title.fw500 {
  font-weight: 500;
}
.careet-common-popup .common-title-desc {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #000;
  text-align: center;
  word-break: keep-all;
}
.careet-common-popup .common-popup-desc {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #000;
  margin-bottom: 1.2rem;
  text-align: center;
  word-break: keep-all;
}
.careet-common-popup .common-popup-desc.fw800 {
  font-weight: 800;
}
.careet-common-popup .common-popup-desc.color-point {
  color: #ff6000;
}
.careet-common-popup .common-popup-desc.margin10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.careet-common-popup .btn-stop--show {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  font-weight: 700;
}
.careet-common-popup .link-input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.2rem;
}
.careet-common-popup .link-input__wrap .input-url-link {
  width: 12.85rem;
  border: none;
  border-bottom: 1px solid #0f0f0f;
  color: #0f0f0f;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: transparent;
}
.careet-common-popup .link-input__wrap .input-url-link::-webkit-input-placeholder {
  color: #999;
}
.careet-common-popup .link-input__wrap .input-url-link::-moz-placeholder {
  color: #999;
}
.careet-common-popup .link-input__wrap .input-url-link::-ms-input-placeholder {
  color: #999;
}
.careet-common-popup .link-input__wrap .input-url-link::placeholder {
  color: #999;
}
.careet-common-popup .link-input__wrap .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.careet-common-popup .link-input__wrap .btn .ico {
  margin-right: 0.3rem;
}
.careet-common-popup .popup-info__wrap {
  font-size: 0.8rem;
  text-align: center;
  word-break: keep-all;
  font-weight: 700;
  line-height: 1.4;
  color: #ff6000;
  margin-bottom: 1.2rem;
}
.careet-common-popup .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.careet-common-popup .button-wrap .btn {
  font-size: 0.9rem;
  color: #0f0f0f;
  line-height: 1.3;
  font-weight: 900;
}
.careet-common-popup .button-wrap .btn + .btn {
  margin-left: 0.8rem;
}
.careet-common-popup.facebook-login--popup .popup-container.small {
  background: #fff;
}
.careet-common-popup.facebook-login--popup .join-section {
  padding: 0;
}
.careet-common-popup.facebook-login--popup .join-section .find-con {
  padding-top: 1.6rem;
}
@media (max-width: 1100px) {
  .careet-common-popup.facebook-login--popup .join-section .input__wrap .input-wrap__label {
    max-width: 64px;
  }
}
.careet-common-popup.facebook-login--popup .join-section .input__wrap.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.careet-common-popup.facebook-login--popup .join-section .input__wrap.baseline .input-column__wrap .caution-wrap p {
  text-align: left;
}
.careet-common-popup.facebook-login--popup .join-section .find-cate .text {
  text-align: left;
}
.careet-common-popup.facebook-login--popup .join-section .find-btn__wrap .find-btn {
  margin-top: 1.6rem;
}
.careet-common-popup.facebook-login--popup .join-section .find-btn__wrap .find-btn.change-email--login {
  max-width: 11.5rem;
}
.careet-common-popup.facebook-login--popup .join-section .find-btn__wrap .info-text {
  font-size: 0.7rem;
  color: #777;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .careet-common-popup.facebook-login--popup .join-section .find-btn__wrap .info-text {
    font-size: 12px;
  }
}
.careet-common-popup.facebook-login--popup .join-section .find-btn__wrap .info-text a {
  text-decoration: underline;
  color: #ff6000;
}
.careet-common-popup.facebook-login--popup .login-page {
  padding: 0;
}
.careet-common-popup.facebook-login--popup .login-page .email-login__wrap {
  border-top: 1px solid #0f0f0f;
}
.careet-common-popup.facebook-login--popup .login-page .email-login__wrap .title {
  font-size: 1.3rem;
}
@media (max-width: 1100px) {
  .careet-common-popup.facebook-login--popup .login-page .email-login__wrap .title {
    font-size: 20px;
  }
}
.careet-common-popup.facebook-login--popup .login-page .email-login__wrap .login-input__wrap .form-input {
  max-width: 100%;
}

.label-info-popup.layer-popup.full-scroll .popup-container {
  border-radius: 0;
}
.label-info-popup.layer-popup.full-scroll .popup-container.medium {
  max-width: 32.4rem;
}
.label-info-popup.layer-popup.full-scroll .popup-header {
  padding: 1.2rem;
  background: #000;
}
.label-info-popup.layer-popup.full-scroll .popup-header .common-popup-title {
  color: #f6f5f1;
}
.label-info-popup.layer-popup.full-scroll .common-popup-title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
}
.label-info-popup.layer-popup.full-scroll .common-popup-title .color-point {
  color: #ff6000;
}
.label-info-popup.layer-popup.full-scroll .common-popup-desc {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
.label-info-popup.layer-popup.full-scroll .common-popup-desc .color-point {
  color: #ff6000;
}
.label-info-popup.layer-popup.full-scroll .popup-inner {
  padding: 1.6rem;
}
.label-info-popup.layer-popup.full-scroll .label-info__wrap .label-heading__wrap.top {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #0f0f0f;
}
.label-info-popup.layer-popup.full-scroll .label-info__wrap .label-heading__wrap.bottom {
  padding-top: 1.6rem;
  border-top: 1px solid #0f0f0f;
}
.label-info-popup.layer-popup.full-scroll .label-info__wrap .label-content__wrap {
  padding: 1.2rem 0;
  font-size: 0.8rem;
  line-height: 1.6;
  font-weight: 400;
}
.label-info-popup.layer-popup.full-scroll .label-info__wrap .label-content__wrap strong {
  font-weight: 700;
}
.label-info-popup.layer-popup.full-scroll .label-info__wrap .label-content__wrap .color-point {
  display: inline-block;
  color: #ff6000;
  font-weight: 700;
  text-indent: 0.65rem;
}
.label-info-popup.layer-popup.full-scroll .label-info__wrap .label-content__wrap p {
  font-size: 0.8rem;
  line-height: 1.6;
  font-weight: 400;
  text-indent: 0.65rem;
}
.label-info-popup.layer-popup.full-scroll .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.2rem;
}

.chagne-payment-popup .card-input__wrap {
  max-width: 21rem;
  width: 100%;
  margin: 0 auto;
}
.chagne-payment-popup .card-input__wrap .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chagne-payment-popup .card-input__wrap .input__wrap + .input__wrap {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .chagne-payment-popup .card-input__wrap .input__wrap + .input__wrap {
    margin-top: 10px;
  }
}
.chagne-payment-popup .card-input__wrap .input-wrap__label {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: left;
}
@media (max-width: 1100px) {
  .chagne-payment-popup .card-input__wrap .input-wrap__label {
    font-size: 14px;
  }
}
.chagne-payment-popup .card-input__wrap .form-select {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 15, 15, 0.2);
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  background: #fff url("../images/icon/ico-arrow-black-down.png") no-repeat center right 1.475rem;
  background-size: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1100px) {
  .chagne-payment-popup .card-input__wrap .form-select {
    font-size: 14px;
    padding: 15px;
  }
}
.chagne-payment-popup .card-input__wrap .input {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 15, 15, 0.2);
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .chagne-payment-popup .card-input__wrap .input {
    font-size: 14px;
    padding: 15px;
  }
}
.chagne-payment-popup .card-input__wrap .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.chagne-payment-popup .card-input__wrap .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.chagne-payment-popup .card-input__wrap .input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.chagne-payment-popup .card-input__wrap .input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.chagne-payment-popup .card-input__wrap .card-flex-input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chagne-payment-popup .card-input__wrap .card-flex-input__wrap .input {
  max-width: 6.7rem;
}
.chagne-payment-popup .card-input__wrap .card-flex-input__wrap .input + .input {
  margin-left: 0.5rem;
}
.chagne-payment-popup .card-input__wrap .card-flex-input__wrap p {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .chagne-payment-popup .card-input__wrap .card-flex-input__wrap p {
    font-size: 14px;
  }
}
.chagne-payment-popup .button-wrap {
  margin-top: 2.5rem;
}
.chagne-payment-popup .button-wrap .btn {
  max-width: 5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chagne-payment-popup .special-input__wrap {
  max-width: 21rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.2rem;
}
.chagne-payment-popup .special-input__wrap .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.chagne-payment-popup .special-input__wrap .input__wrap .input-column__wrap {
  width: 100%;
}
.chagne-payment-popup .special-input__wrap .input__wrap .type-one-input__wrap {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 1100px) {
  .chagne-payment-popup .special-input__wrap .input__wrap .type-one-input__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.chagne-payment-popup .special-input__wrap .input__wrap .input-wrap__label {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
  margin-bottom: 0.5rem;
}
.chagne-payment-popup .special-input__wrap .input__wrap + .input__wrap {
  margin-top: 0.8rem;
}
.chagne-payment-popup .special-input__wrap .input {
  max-width: 100%;
  background: #fff;
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
@media (max-width: 1100px) {
  .chagne-payment-popup .special-input__wrap .input {
    height: 40px;
  }
}
.chagne-payment-popup .special-input__wrap .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}

.image-popup .popup-container.medium {
  max-width: 25.5rem;
}
.image-popup .popup-inner {
  padding: 0;
}

.termbox {
  overflow-y: scroll;
  padding: 1rem;
  height: 15rem;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: left;
  color: #0f0f0f;
  background-color: rgba(255, 96, 0, 0.1);
  border-radius: 3px;
}

.policy .btn {
  margin-top: 24px;
}

#serviceCheckPopup .popup-inner {
  position: relative;
}
#serviceCheckPopup .popup-inner .close-btn {
  position: absolute;
}
#serviceCheckPopup .popup-inner .close-btn.close-btn1 {
  padding-left: 37%;
  padding-bottom: 9%;
  -webkit-transform: translateX(148px);
          transform: translateX(148px);
  top: 72%;
}
#serviceCheckPopup .popup-inner .close-btn.close-btn2 {
  padding: 20px;
  right: 0;
  top: 0;
}

.event-image-popup .popup-container.medium {
  max-width: 21rem;
}
@media (max-width: 1100px) {
  .event-image-popup .popup-container.medium {
    max-width: 318px;
  }
}
.event-image-popup .popup-inner {
  padding: 0;
}
.event-image-popup .popup-footer .btn-area .btn-ok {
  background: #ff6000;
  color: #fff;
}
.event-image-popup .popup-footer .btn-area .btn-close {
  background: #f6f5f1;
  color: #0f0f0f;
}
.event-image-popup .popup-footer .btn-area .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.9;
}

.refund-info-popup .common-popup-title {
  color: #ff6000;
}
.refund-info-popup .common-popup-desc {
  font-size: 0.9rem;
}
@media screen and (max-width: 560px) {
  .refund-info-popup .common-popup-desc {
    font-size: 14px;
  }
}
.refund-info-popup .common-popup-desc .color {
  color: #ff6000;
}
.refund-info-popup .common-popup-desc.small {
  font-size: 0.8rem;
}
@media screen and (max-width: 560px) {
  .refund-info-popup .common-popup-desc.small {
    font-size: 12px;
  }
}
.refund-info-popup .refund-info--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 15, 15, 0.2);
  width: 100%;
  max-width: 16rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
.refund-info-popup .refund-info--wrap .unit {
  margin-left: 0.2rem;
}
@media screen and (max-width: 560px) {
  .refund-info-popup .button-wrap .btn {
    font-size: 14px;
  }
}

.scroll-animate {
  opacity: 0;
}
.scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.event-scroll-animate {
  opacity: 0;
}
.event-scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@-webkit-keyframes shadow-drop-br {
  0% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
  to {
    -webkit-box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35);
  }
}

@keyframes shadow-drop-br {
  0% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
  to {
    -webkit-box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35);
  }
}
.only-pc {
  display: block;
}
@media (max-width: 1100px) {
  .only-pc {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 1100px) {
  .only-mobile {
    display: block;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1); /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ddd; /*스크롤바 트랙 색상*/
}

.ui-datepicker {
  width: 16em !important;
  padding: 0.5rem !important;
}
@media (max-width: 720px) {
  .ui-datepicker {
    width: 15em !important;
  }
}
.ui-datepicker.ui-widget.ui-widget-content {
  margin-top: 0.5rem;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: cover !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("../images/components/icon-arrow-prev-bk-32x32.png") !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("../images/components/icon-arrow-next-bk-32x32.png") !important;
}
.ui-datepicker .ui-widget-header {
  background-color: #fff;
  border: 0;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 0.6rem;
}
.ui-datepicker .ui-datepicker-title select {
  width: calc(45% - 10px) !important;
  margin: 0 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  border: 1px solid #ddd !important;
  font-size: 0.7rem !important;
}
.ui-datepicker .ui-state-default {
  border: 0 !important;
  background-color: #fff !important;
  text-align: center !important;
  font-size: 0.8rem;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #2546cd !important;
  border-color: transparent !important;
  color: #fff !important;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/icon/icon-slider-arrow-next-bk-70x70.png");
}
.swiper-container .swiper-button-prev {
  background-image: url("../images/icon/icon-slider-arrow-prev-bk-70x70.png");
}
.swiper-container .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0 !important;
  margin-top: 20px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden !important;
}
@media (min-width: 961px) {
  html.scroll-disable.responsive-scroll,
  body.scroll-disable.responsive-scroll {
    overflow: visible !important;
  }
}

.accordion-list .accordion-header {
  cursor: pointer;
}
.accordion-list .accordion-body {
  display: none;
}

.mobile-show {
  display: none;
}

@media (max-width: 720px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
.ui-tab-content {
  display: none;
}
.ui-tab-content:nth-of-type(1) {
  display: block;
}

.tui-datetime-input {
  width: 100%;
  height: auto;
}

.tui-datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
  font-size: 0.7rem;
}
.tui-datepicker.tui-hidden {
  display: none;
}
.tui-datepicker * {
  font-size: inherit;
}
.tui-datepicker .tui-datepicker-footer .tui-timepicker {
  padding: 20px 10px;
}
.tui-datepicker .tui-timepicker-select {
  width: 70px;
  height: 38px;
}

.tui-timepicker-select {
  font-size: 0.7rem !important;
}

.tui-datepicker-input {
  border: 0;
}
.tui-datepicker-input .datepicker-input {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.75rem;
}
.tui-datepicker-input .tui-ico-date {
  top: auto;
  bottom: 0.5rem;
  background-position: -17px -14px !important;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title .color-point {
  color: #ff6000;
}

.swiper-controller {
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .swiper-controller {
    width: 100%;
    height: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.swiper-controller .swiper-pagination {
  width: auto;
  position: static;
  margin: 0 0.8rem;
  font-size: 0.8rem;
  color: #0f0f0f;
  line-height: 1.4;
  font-weight: 700;
}
.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
  width: 1.75rem;
  height: 1.75rem;
  position: static;
  margin-top: 0;
  color: transparent;
}
@media (max-width: 1100px) {
  .swiper-controller .swiper-button-prev,
  .swiper-controller .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.swiper-controller .swiper-button-prev::after,
.swiper-controller .swiper-button-next::after {
  display: none;
}
.swiper-controller .swiper-button-prev {
  background: url("../images/icon/ico-swiper-arrow-prev.png") no-repeat;
  background-size: cover;
}
.swiper-controller .swiper-button-next {
  background: url("../images/icon/ico-swiper-arrow-next.png") no-repeat;
  background-size: cover;
}

.trend-delivery__item {
  position: relative;
  width: 29rem;
  margin-left: 1.6rem;
}
.trend-delivery__item.s-expected .img-wrap {
  position: relative;
}
.trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.8rem;
}
.trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #f6f5f1;
}
.trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 340.4px;
  height: 211.844px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/main/bg-timer.png") no-repeat center center;
  background-size: contain;
}
.trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer ul li {
  font-size: 2.1rem;
  color: #ff6000;
  font-weight: 400;
  line-height: 0.8;
}
.trend-delivery__item.s-bookmark .btn-mark {
  background: url("../images/icon/ico-bookmark-on.png") no-repeat center center !important;
  background-size: contain !important;
}
.trend-delivery__item.s-read .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 2.5rem 2.5rem 0;
  border-color: #ff6000 #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.trend-delivery__item.s-read:hover .img-wrap {
  -webkit-transform: none;
          transform: none;
}
.trend-delivery__item.s-read:hover .img-wrap::after {
  border-width: 0 4rem 4rem 0;
  border-color: #ff6000 #fff;
}
.trend-delivery__item.s-delivery-completed .delivery-alaram__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trend-delivery__item .delivery-alaram__wrap {
  display: none;
  position: absolute;
  top: -1.2rem;
  left: -1.3rem;
  width: 113px;
  height: 113px;
  background: url("../images/icon/img-delivery-badge.png") no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.trend-delivery__item .delivery-alaram__wrap .text {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.9px;
  color: rgba(246, 245, 241, 0.9);
}
.trend-delivery__item .img-wrap {
  position: relative;
  padding-bottom: 55.27%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 1101px) {
  .trend-delivery__item .img-wrap:hover {
    -webkit-transform: translate3d(-0.4rem, -0.4rem, 0);
            transform: translate3d(-0.4rem, -0.4rem, 0);
  }
}
.trend-delivery__item .img-wrap img {
  position: absolute;
}
.trend-delivery__item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trend-delivery__item .text-wrap__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.trend-delivery__item .text-wrap__heading .text-wrap__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.trend-delivery__item .text-wrap__heading .cate {
  position: static;
  left: 0;
  display: inline-block;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.3rem;
  background: #ff6000;
  border: 1px solid #ff6000;
}
@media (max-width: 1100px) {
  .trend-delivery__item .text-wrap__heading .cate {
    font-size: 14px;
  }
}
.trend-delivery__item .text-wrap__heading .date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: rgba(15, 15, 15, 0.5);
}
@media (max-width: 1100px) {
  .trend-delivery__item .text-wrap__heading .date {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.trend-delivery__item .text-wrap__heading .btn-mark {
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/icon/ico-bookmark-off.png") no-repeat center center;
  background-size: contain;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .trend-delivery__item .text-wrap__heading .btn-mark {
    width: 24px;
    height: 24px;
  }
}
.trend-delivery__item .text-wrap__heading .btn-mark span {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.trend-delivery__item .text-wrap__heading .btn-mark span.focusable:active, .trend-delivery__item .text-wrap__heading .btn-mark span.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.trend-delivery__item .text-wrap__content .title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin: 0.9rem 0;
  display: block;
  display: -webkit-box;
  height: 2.6em;
  max-height: 2.6em;
  text-overflow: ellipsis;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 3.9rem;
}
@media (max-width: 1100px) {
  .trend-delivery__item .text-wrap__content .title {
    font-size: 16px;
    margin: 14px 0;
    min-height: 52px;
  }
}

.btn-more__wrap {
  text-align: center;
}
.btn-more__wrap .btn-more {
  width: 23%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .btn-more__wrap .btn-more {
    width: 100%;
  }
}

.type-one-input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 1100px) {
  .type-one-input__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
}
.type-one-input__wrap .input {
  max-width: 23.95rem;
  width: 100%;
  height: 2.5rem;
  background: #f6f5f1;
  border: 1px solid rgba(15, 15, 15, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  padding: 0.75rem 0.7rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type-one-input__wrap .input::-webkit-input-placeholder {
  color: #0f0f0f;
}
.type-one-input__wrap .input::-moz-placeholder {
  color: #0f0f0f;
}
.type-one-input__wrap .input::-ms-input-placeholder {
  color: #0f0f0f;
}
.type-one-input__wrap .input::placeholder {
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .type-one-input__wrap .input {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.type-one-input__wrap .btn {
  width: 100%;
  background: #fff;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .type-one-input__wrap .btn {
    width: 120px;
  }
}

.careet-secret-cover__wrap {
  position: relative;
  padding-top: 2.15rem;
  padding-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/main/bg-secret-pay-height.png") no-repeat 0;
  background-size: cover;
  padding-top: 5.525rem;
  padding-bottom: 5.525rem;
}
.careet-secret-cover__wrap .careet-secret__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.careet-secret-cover__wrap .membership-icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 0.6rem;
}
.careet-secret-cover__wrap .membership-icon img {
  width: 100%;
}
@media (max-width: 1100px) {
  .careet-secret-cover__wrap .membership-icon {
    width: 80px;
    height: 80px;
  }
}
.careet-secret-cover__wrap .section-title {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .careet-secret-cover__wrap .section-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.careet-secret-cover__wrap .button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .careet-secret-cover__wrap .button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.careet-secret-cover__wrap .button__wrap .btn {
  background: #fff;
}
@media (max-width: 1100px) {
  .careet-secret-cover__wrap .button__wrap .btn {
    width: 100%;
  }
}
.careet-secret-cover__wrap .button__wrap .btn:nth-child(2) {
  margin-left: 1.6rem;
}
@media (max-width: 1100px) {
  .careet-secret-cover__wrap .button__wrap .btn:nth-child(2) {
    margin-left: 0;
    margin-top: 16px;
  }
}
.careet-secret-cover__wrap .button__wrap .btn p {
  font-size: inherit;
  font-weight: inherit;
}
.careet-secret-cover__wrap .button__wrap .btn .color-point {
  color: #ff6000;
}
.careet-secret-cover__wrap .join__wrap {
  margin-top: 2.4rem;
}
@media (max-width: 1100px) {
  .careet-secret-cover__wrap .join__wrap {
    margin-top: 24px;
  }
}
.careet-secret-cover__wrap .join__wrap .join-sub__text {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: rgba(15, 15, 15, 0.5);
  margin-bottom: 0.6rem;
  text-align: center;
}
.careet-secret-cover__wrap .join__wrap .join-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  color: #0f0f0f !important;
  -webkit-text-decoration: noe !important;
          text-decoration: noe !important;
}
.careet-secret-cover__wrap .join__wrap .join-link .ico {
  margin-left: 0.3rem;
  width: 1.55rem;
  height: 0.6rem;
}
.careet-secret-cover__wrap.type-for-login .button__wrap .btn:nth-child(2) {
  display: none;
}
.careet-secret-cover__wrap.type-for-login .join__wrap {
  display: none;
}

.cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(75%), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff, 75%, rgba(255, 255, 255, 0));
  z-index: 100;
}
.cover.type-content {
  height: 8.7rem;
}
.cover.type-dictionary {
  height: 44.6rem;
}
.cover.type-news {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(93%), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff, 93%, rgba(255, 255, 255, 0));
  height: 42.75rem;
}
@media (max-width: 1100px) {
  .cover.type-news {
    height: 86%;
  }
}
.cover.type-blur {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.pagination .arw {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 1100px) {
  .pagination .arw {
    display: block;
  }
}
.pagination .arw img {
  width: 100%;
}
.pagination .arw.prev {
  margin-right: 1.6rem;
}
@media (max-width: 1100px) {
  .pagination .arw.prev {
    margin-right: 10px;
  }
}
.pagination .arw.next {
  margin-left: 1.6rem;
}
@media (max-width: 1100px) {
  .pagination .arw.next {
    margin-left: 10px;
  }
}
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .pagination a {
    display: none;
  }
}
.pagination a.active {
  font-weight: 900;
  color: #ff6000;
}

.no-content__wrap {
  background: #fff;
  padding: 4.8rem 0;
}
@media screen and (max-width: 600px) {
  .no-content__wrap {
    padding: 48px 0;
  }
}
.no-content__wrap .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-content__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .no-content__con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.no-content__con .icon {
  width: 14.425rem;
}
@media screen and (max-width: 600px) {
  .no-content__con .icon {
    width: 144px;
  }
}
.no-content__con .text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .no-content__con .text {
    font-size: 18px;
    word-break: keep-all;
    margin-top: 20px;
  }
}

.content-heading__right-tit {
  position: relative;
}
.content-heading__right-tit.beta::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: calc(100% + 0.5rem);
  width: 4.15rem;
  height: 2.6rem;
  background: url("../images/icon/ico-beta.png") no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 1100px) {
  .content-heading__right-tit.beta::after {
    width: 50px;
    height: 24px;
    top: -6px;
  }
}

/*============================================================
error
============================================================*/
.error-area {
  position: relative;
  width: 100%;
  height: 100vh;
}

.error-area:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  background-color: #f7f7f7;
}

.error-area .grid,
.error-area .inner {
  height: 100%;
}

.error-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.box404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.error-num {
  position: relative;
}

.error-num4 {
  width: 23.9%;
}

.error-num0 {
  width: 43.3%;
}

.error-0 {
  position: relative;
  -webkit-animation: rotate0 2.5s infinite cubic-bezier(0.51, 0.62, 0.29, 1.44);
  animation: rotate0 2.5s infinite cubic-bezier(0.51, 0.62, 0.29, 1.44);
}

.error-oops {
  position: absolute;
  top: 5%;
  left: -38%;
  width: 75.86%;
  -webkit-animation: oops 2.5s infinite cubic-bezier(0.38, 1.28, 0.29, 1.22);
  animation: oops 2.5s infinite cubic-bezier(0.38, 1.28, 0.29, 1.22);
}

.error-wrap .wrap-tit {
  padding-top: 2.7rem;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.3;
}

.error-wrap .wrap-txt {
  padding-top: 0.8rem;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
}

.error-wrap .form-btn-row {
  padding-top: 1.2rem;
}

@-webkit-keyframes rotate0 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate0 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes oops {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(35deg);
    transform: scale(0) rotate(35deg);
  }
  48% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(35deg);
    transform: scale(0) rotate(35deg);
  }
  53% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes oops {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(35deg);
    transform: scale(0) rotate(35deg);
  }
  48% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(35deg);
    transform: scale(0) rotate(35deg);
  }
  53% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440.98px) {
  .error-area {
    padding: 8rem 0;
    height: auto;
  }
  .error-wrap {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 576.98px) {
  .error-area:before {
    height: 73.5%;
  }
}
@media screen and (max-width: 374.98px) {
  .error-area {
    padding: 5rem 0;
    height: auto;
  }
  .error-wrap {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.careet-color {
  color: #ff6000;
}

.section-inner {
  max-width: calc(80rem + 2rem);
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 1100px) {
  .section-inner {
    padding: 0 24px;
  }
}

.btn-mobile-login {
  padding: 0.15rem 0.35rem;
  font-size: 0.7rem;
  margin-left: 0.6rem;
}

.p-main .btn-mobile-login {
  background: #0f0f0f;
  color: #e1ff01;
  border-color: #e1ff01;
  -webkit-box-shadow: 0px 2px 0px 0px #e1ff01;
          box-shadow: 0px 2px 0px 0px #e1ff01;
}
.p-main #header.scroll .btn-mobile-login {
  background: #e1ff01;
  border-color: #0f0f0f;
  -webkit-box-shadow: 0px 2px 0px 0px #0f0f0f;
          box-shadow: 0px 2px 0px 0px #0f0f0f;
  color: #0f0f0f;
}

.p-sub .btn-mobile-login {
  background: #e1ff01;
}
.p-sub.content .btn-mobile-login {
  background: transparent;
}

.content .btn-mobile-login {
  background: transparent;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header.index-change {
  z-index: 10000;
}
#header .header-inner {
  max-width: calc(80rem + 2rem);
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
#header .mobile-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-menu .menu-item > a {
  font-size: 0.9rem;
  font-weight: 700;
  color: #f6f5f1;
  line-height: 1.1;
}
@media (max-width: 1100px) {
  #header .header-menu .menu-item > a {
    font-size: 14px;
  }
}
#header .header-menu .menu-item + .menu-item {
  margin-left: 1.6rem;
}
#header .header-top {
  background: #0f0f0f;
  padding: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 1100px) {
  #header .header-top {
    padding: 10px 0;
  }
}
#header .header-top .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #header .header-top .header-inner {
    padding: 0 24px;
  }
}
@media (max-width: 1100px) {
  #header .header-top .menu-item {
    display: none;
  }
}
#header .header-top .menu-item.join {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.3rem;
  border: 1px solid #e1ff01;
  background: var(--Black, #0f0f0f);
  -webkit-box-shadow: 0px 2px 0px 0px #e1ff01;
          box-shadow: 0px 2px 0px 0px #e1ff01;
  padding: 0.2rem 0.4rem;
}
@media (max-width: 1100px) {
  #header .header-top .menu-item.join {
    display: none;
    width: auto;
    border-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    margin-left: 0;
  }
}
#header .header-top .menu-item.join::before {
  content: "";
  position: absolute;
  right: calc(100% + 8px);
  top: -0.6rem;
  width: 6.1265rem;
  height: 4.7336rem;
  background: url("../images/icon/img-check-this-out.png") no-repeat center center;
  background-size: contain;
  display: block;
}
@media (max-width: 1100px) {
  #header .header-top .menu-item.join::before {
    width: 102.464px;
    height: 73.71px;
    top: -11px;
    right: calc(100% + 24px);
  }
}
#header .header-top .menu-item.join a {
  color: #e1ff01;
}
#header .header-top .menu-item.now-membership {
  display: none;
}
#header .header-top .menu-item.now-membership.s-show {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #header .header-top .menu-item.now-membership.s-show {
    display: none;
  }
}
#header .header-top .menu-item.now-membership.s-show a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#header .header-top .menu-item.now-membership .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.38rem;
}
#header .header-top .menu-item.now-membership .icon svg {
  width: 100%;
  height: 100%;
}
#header .header-top .menu-item.now-membership .text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: #e1ff01;
}
#header .header-top .mobile-center {
  display: none;
}
@media (max-width: 1100px) {
  #header .header-top .mobile-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header-top .mobile-center .mobile-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #header .header-top .mobile-center .btn-mobile {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #header .header-top .mobile-center .btn-mobile span {
    position: absolute !important;
    display: block;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }
  #header .header-top .mobile-center .btn-mobile span.focusable:active, #header .header-top .mobile-center .btn-mobile span.focusable:focus {
    position: static;
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
  }
}
@media (max-width: 1100px) {
  #header .header-top .mobile-center .btn-mobile + .btn-mobile {
    margin-left: 10px;
  }
}
#header .header-top .mobile-center .btn-mobile.btn-mypage {
  background-image: url("../images/icon/ico-mobile-mypage.png");
}
#header .header-top .mobile-center .btn-mobile.btn-alarm {
  background-image: url("../images/icon/ico-mobile-alarm.png");
}
#header .header-top .mobile-center .btn-mobile.btn-all-menu-search {
  background-image: url("../images/icon/ico-search.png");
}
#header .header-top .mobile-center .mobile-menu {
  display: block;
  width: 24px;
  height: 16px;
  background: url("../images/icon/mobile-menu-lime.png") no-repeat center center;
  background-size: contain;
}
#header .header-bottom {
  background: #e1ff01;
  height: 30.15rem;
  padding: 3.2rem 0 2.4rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  #header .header-bottom {
    height: 224px;
    padding: 24px 0 32px 0;
  }
}
#header .header-bottom .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #header .header-bottom .header-inner {
    padding: 0 24px;
  }
}
#header .header-bottom .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-bottom .logo {
  position: absolute;
  top: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13.7rem;
  height: 6.35rem;
  z-index: 10;
}
@media (max-width: 1100px) {
  #header .header-bottom .logo {
    top: 10px;
    width: 139px;
    height: 64px;
  }
}
#header .header-bottom .logo a {
  display: block;
  height: 100%;
}
#header .header-bottom .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .header-bottom .mobile-center {
  display: none;
}
@media (max-width: 1100px) {
  #header .header-bottom .mobile-center {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1100px) {
  #header .header-bottom .mobile-center .btn-mobile {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #header .header-bottom .mobile-center .btn-mobile span {
    position: absolute !important;
    display: block;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }
  #header .header-bottom .mobile-center .btn-mobile span.focusable:active, #header .header-bottom .mobile-center .btn-mobile span.focusable:focus {
    position: static;
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
  }
}
@media (max-width: 1100px) {
  #header .header-bottom .mobile-center .btn-mobile + .btn-mobile {
    margin-left: 10px;
  }
}
#header .header-bottom .mobile-center .btn-mobile.btn-mypage {
  background-image: url("../images/icon/ico-mobile-mypage-black.png");
}
#header .header-bottom .mobile-center .btn-mobile.btn-alarm {
  background-image: url("../images/icon/ico-mobile-alarm-black.png");
}
#header .header-bottom .mobile-center .btn-mobile.btn-all-menu-search {
  background-image: url("../images/icon/ico-search-black.png");
}
#header .header-bottom .mobile-center .mobile-menu {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #e1ff01;
}
@media (max-width: 1100px) {
  #header .header-bottom .header-menu {
    display: none;
  }
}
#header .header-bottom .header-menu .menu-item {
  position: relative;
}
#header .header-bottom .header-menu .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f0f0f;
}
#header .header-bottom .header-menu .menu-item > a .ico-arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
}
#header .header-bottom .header-menu .menu-item + .menu-item {
  margin-left: 1.2rem;
}
#header .header-bottom .header-menu .menu-item .two-depth__menu {
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  overflow: hidden;
  position: absolute;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  top: calc(100% + 1.45rem);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0f0f0f;
  z-index: 1000;
}
#header .header-bottom .header-menu .menu-item .two-depth__menu.s-show {
  -webkit-transform: scaleY(1) translateX(-50%);
          transform: scaleY(1) translateX(-50%);
}
#header .header-bottom .header-menu .menu-item .two-depth__menu .border-item-lists {
  padding: 1rem 0;
  border-bottom: 1px dashed #fff;
}
#header .header-bottom .header-menu .menu-item .two-depth__menu .border-item-lists:nth-child(1) {
  padding-top: 0;
}
#header .header-bottom .header-menu .menu-item .two-depth__menu .border-item-lists:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#header .header-bottom .header-menu .menu-item .two-depth__menu .two-depth__menu-item a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1;
}
#header .header-bottom .header-menu .menu-item .two-depth__menu .two-depth__menu-item + .two-depth__menu-item {
  margin-top: 1.2rem;
}
#header .header-bottom .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #header .header-bottom .header-right {
    display: none;
  }
}
#header .header-bottom .header-right .btn-search {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.7rem;
  height: 1.6rem;
  border-radius: 25rem;
  background: #0f0f0f;
}
#header .header-bottom .header-right .btn-search .input-search {
  width: 70%;
  font-weight: 700;
  color: #e1ff01;
  font-size: 0.8rem;
  line-height: 1.1;
  font-weight: 700;
  background: transparent;
  border: none;
}
#header .header-bottom .header-right .btn-search .input-search::-webkit-input-placeholder {
  color: #e1ff01;
}
#header .header-bottom .header-right .btn-search .input-search::-moz-placeholder {
  color: #e1ff01;
}
#header .header-bottom .header-right .btn-search .input-search::-ms-input-placeholder {
  color: #e1ff01;
}
#header .header-bottom .header-right .btn-search .input-search::placeholder {
  color: #e1ff01;
}
#header .header-bottom .header-right .btn-search .button-search {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icon/ico-search.png") no-repeat 0 0;
  background-size: cover;
}
#header .header-bottom .header-right .icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.1rem;
}
#header .header-bottom .header-right .icon-menu .icon-menu__item {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
#header .header-bottom .header-right .icon-menu .icon-menu__item a {
  display: block;
  height: 100%;
}
#header .header-bottom .header-right .icon-menu .icon-menu__item.eye {
  width: 1.25rem;
  height: 1.2rem;
}
#header .header-bottom .header-right .icon-menu .icon-menu__item + .icon-menu__item {
  margin-left: 0.7rem;
}
#header .header-bottom .header-right .mypage__menu {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #0f0f0f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: calc(100% + 1.25rem);
  left: 50%;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  padding: 1.2rem;
  overflow: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}
@media (max-width: 1100px) {
  #header .header-bottom .header-right .mypage__menu {
    display: none;
  }
}
#header .header-bottom .header-right .mypage__menu.s-active {
  -webkit-transform: scaleY(1) translateX(-50%);
          transform: scaleY(1) translateX(-50%);
}
#header .header-bottom .header-right .mypage__menu .border__item {
  padding: 1rem 0;
  border-bottom: 1px dashed #fff;
}
#header .header-bottom .header-right .mypage__menu .border__item:nth-child(1) {
  padding-top: 0;
}
#header .header-bottom .header-right .mypage__menu .border__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#header .header-bottom .header-right .mypage__menu .border__item a {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
#header .header-bottom .header-right .mypage__menu .border__item a + a {
  margin-top: 1.2rem;
}
#header .header-bottom .header-right .join-membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0f0f0f;
  background: #e1ff01;
  -webkit-box-shadow: 0px 2px 0px 0px #0f0f0f;
          box-shadow: 0px 2px 0px 0px #0f0f0f;
  margin-left: 1.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.2rem 0.4rem;
  display: none;
}
#header .header-bottom .header-right .login-btn {
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1;
  border: 1px solid #0f0f0f;
  background: #e1ff01;
  -webkit-box-shadow: 0px 2px 0px 0px #0f0f0f;
          box-shadow: 0px 2px 0px 0px #0f0f0f;
  margin-left: 1.4rem;
}
#header .header-bottom .mobile-menu {
  display: none;
}
@media (max-width: 1100px) {
  #header .header-bottom .mobile-menu {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #0f0f0f;
  }
}

.p-main #header.scroll {
  position: fixed;
  z-index: 1000;
}
@media (max-width: 1100px) {
  .p-main #header.scroll {
    z-index: 100;
  }
}
.p-main #header.scroll .header-top {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.p-main #header.scroll .header-top .menu-item.join::before {
  display: none;
}
.p-main #header.scroll .header-bottom {
  padding: 0.8rem 0;
  height: 4rem;
}
@media (max-width: 1100px) {
  .p-main #header.scroll .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    height: 56px;
  }
}
.p-main #header.scroll .header-bottom .logo {
  width: 4.7rem;
  height: 2.16rem;
  left: 0;
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-right: 1.45rem;
}
@media (max-width: 1100px) {
  .p-main #header.scroll .header-bottom .logo {
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 71px;
    height: 32px;
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .p-main #header.scroll .header-bottom .mobile-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1100px) {
  .p-main #header.scroll .header-bottom .mobile-menu {
    display: block;
    width: 24px;
    height: 16px;
    background: url("../images/icon/mobile-menu-black.png") no-repeat center center;
    background-size: contain;
  }
}
.p-main #header.scroll .header-bottom .header-right .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-main #header.scroll .header-bottom .header-right .join-membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-main #header .header-bottom .icon-menu__item .scroll-before {
  display: none;
}
.p-main #header .header-bottom .icon-menu__item .scroll-after {
  display: block;
}

.p-sub #header .header-top .menu-item.join::before {
  display: none;
}
.p-sub #header .header-top {
  opacity: 1;
}
@media (max-width: 1100px) {
  .p-sub #header .header-top {
    display: none;
  }
}
.p-sub #header .header-bottom {
  background: #f6f5f1;
  height: auto;
  padding: 1.6rem 0;
}
@media (max-width: 1100px) {
  .p-sub #header .header-bottom {
    background: #e1ff01;
    height: auto;
    padding: 16px 0;
  }
}
.p-sub #header .header-bottom .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sub #header .header-bottom .header-menu .menu-item > a {
  font-weight: 500;
}
@media (max-width: 1100px) {
  .p-sub #header .header-bottom .mobile-menu {
    display: block;
    width: 24px;
    height: 16px;
    background: url("../images/icon/mobile-menu-black.png") no-repeat center center;
    background-size: contain;
  }
}
.p-sub #header .header-bottom .logo {
  position: static;
  width: 5.2rem;
  height: 2.4rem;
  -webkit-transform: none;
          transform: none;
  margin-right: 1.6rem;
}
@media (max-width: 1100px) {
  .p-sub #header .header-bottom .logo {
    margin-right: 0;
    width: 70px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-sub #header .header-bottom .mobile-center {
  display: none;
}
@media (max-width: 1100px) {
  .p-sub #header .header-bottom .mobile-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-sub #header .header-bottom .mobile-center .mobile-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .p-sub #header .header-bottom .mobile-center .btn-mobile {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p-sub #header .header-bottom .mobile-center .btn-mobile span {
    position: absolute !important;
    display: block;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }
  .p-sub #header .header-bottom .mobile-center .btn-mobile span.focusable:active, .p-sub #header .header-bottom .mobile-center .btn-mobile span.focusable:focus {
    position: static;
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
  }
}
@media (max-width: 1100px) {
  .p-sub #header .header-bottom .mobile-center .btn-mobile + .btn-mobile {
    margin-left: 10px;
  }
}
.p-sub #header .header-bottom .mobile-center .btn-mobile.btn-mypage {
  background-image: url("../images/icon/ico-mobile-mypage-black.png");
}
.p-sub #header .header-bottom .mobile-center .btn-mobile.btn-alarm {
  background-image: url("../images/icon/ico-mobile-alarm-black.png");
}
.p-sub #header .header-bottom .mobile-center .mobile-menu {
  display: block;
  width: 24px;
  height: 16px;
  background: url("../images/icon/mobile-menu-black.png") no-repeat center center;
  background-size: contain;
}
.p-sub #header .header-bottom .btn-search .input-search {
  color: #f6f5f1;
}
.p-sub #header .header-bottom .btn-search .input-search::-webkit-input-placeholder {
  color: #f6f5f1;
}
.p-sub #header .header-bottom .btn-search .input-search::-moz-placeholder {
  color: #f6f5f1;
}
.p-sub #header .header-bottom .btn-search .input-search::-ms-input-placeholder {
  color: #f6f5f1;
}
.p-sub #header .header-bottom .btn-search .input-search::placeholder {
  color: #f6f5f1;
}
.p-sub #header .header-bottom .btn-search .button-search {
  background: url("../images/icon/ico-search-white.png") no-repeat 0 0;
  background-size: cover;
}
.p-sub #header .header-bottom .header-right .login-btn,
.p-sub #header .header-bottom .header-right .join-membership {
  background: transparent;
}
.p-sub #header .header-bottom .header-right .btn-search .input-search {
  font-weight: 500;
}
.p-sub #header .header-bottom .header-right .icon-menu .scroll-before {
  display: block;
}
.p-sub #header .header-bottom .header-right .icon-menu .scroll-after {
  display: none;
}
.p-sub #header.scroll {
  position: fixed;
  width: 100%;
  z-index: 102;
}
.p-sub #header.scroll .header-top {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.p-sub #header.scroll .header-bottom {
  padding: 0.8rem 0;
  background: #e1ff01;
}
@media (max-width: 1100px) {
  .p-sub #header.scroll .header-bottom {
    background: #e1ff01;
    padding: 16px 0;
  }
}
.p-sub #header.scroll .header-bottom .header-right .login-btn,
.p-sub #header.scroll .header-bottom .header-right .join-membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sub #header.scroll .header-bottom .header-right .input-search {
  color: #e1ff01;
}
.p-sub #header.scroll .header-bottom .header-right .input-search::-webkit-input-placeholder {
  color: #e1ff01;
}
.p-sub #header.scroll .header-bottom .header-right .input-search::-moz-placeholder {
  color: #e1ff01;
}
.p-sub #header.scroll .header-bottom .header-right .input-search::-ms-input-placeholder {
  color: #e1ff01;
}
.p-sub #header.scroll .header-bottom .header-right .input-search::placeholder {
  color: #e1ff01;
}
.p-sub #header.scroll .header-bottom .header-right .button-search {
  background: url("../images/icon/ico-search.png") no-repeat 0 0;
  background-size: cover;
}
.p-sub #header.scroll .header-bottom .header-right .icon-menu .scroll-before {
  display: none;
}
.p-sub #header.scroll .header-bottom .header-right .icon-menu .scroll-after {
  display: block;
}
.p-sub.content #header {
  position: absolute;
}
.p-sub.content #header .header-bottom {
  background: #f6f5f1;
}

.mobile-navigation-menu {
  width: 1.4rem;
  height: 1.1rem;
  position: relative;
  cursor: pointer;
}
.mobile-navigation-menu .icon {
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mobile-navigation-menu .icon:before, .mobile-navigation-menu .icon:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #666;
}
.mobile-navigation-menu .icon:before {
  top: -8px;
}
.mobile-navigation-menu .icon:after {
  top: 8px;
}
.mobile-navigation-menu.active .icon {
  background-color: transparent;
}
.mobile-navigation-menu.active .icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mobile-navigation-menu.active .icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.all-menu-container {
  display: none;
}
@media (max-width: 1100px) {
  .all-menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    visibility: hidden;
  }
}
.all-menu-container:after {
  content: "";
  background: #e1ff01;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.all-menu-container:after {
  right: -105%;
}
.all-menu-container.open {
  visibility: visible;
}
.all-menu-container.open:after {
  right: 0;
}
.all-menu-container.open .menu-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.all-menu-container.open .all-menu-item {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.all-menu-container.open .all-menu-item:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.all-menu-container.open .all-menu-item:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.all-menu-container.open .all-menu-item:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media (max-width: 1100px) {
  .all-menu-container .menu-inner {
    position: relative;
    z-index: 2;
    max-height: 100%;
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 1100px) {
  .all-menu-container .menu-wrapper {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 1100px) {
  .all-menu-container .menu-header {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 16px 24px;
  }
}
.all-menu-container .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
}
.all-menu-container .menu-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1100px) {
  .all-menu-container .btn-mobile {
    width: 28px;
    height: 27px;
    background: url("../images/icon/ico-eyes.png") no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  .all-menu-container .btn-mobile span {
    position: absolute !important;
    display: block;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }
  .all-menu-container .btn-mobile span.focusable:active, .all-menu-container .btn-mobile span.focusable:focus {
    position: static;
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
  }
}
@media (max-width: 1100px) {
  .all-menu-container .btn-menu-close {
    width: 24px;
    height: 24px;
  }
  .all-menu-container .btn-menu-close img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.all-menu-container .all-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 0;
}
.all-menu-container .all-menu-item > a span {
  min-width: 122px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #0f0f0f;
}
.all-menu-container .all-menu-item > a span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/ico-dropdown-black.png") no-repeat center center;
  background-size: contain;
  margin-left: 4px;
}
.all-menu-container .all-menu-item:nth-child(2) > a span::after {
  display: none;
}
@media (max-width: 1100px) {
  .all-menu-container .all-menu-item + .all-menu-item {
    margin-top: 64px;
  }
}
.all-menu-container .all-menu-item.s-active > a span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.all-menu-container .all-menu-item .btn-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.35rem;
  height: 1.8rem;
  border-radius: 25rem;
  background: #0f0f0f;
}
.all-menu-container .all-menu-item .btn-search .input-search {
  font-weight: 700;
  color: #e1ff01;
  font-size: 0.7rem;
  line-height: 1.1;
  font-weight: 700;
  background: transparent;
  border: none;
  padding-left: 1.9rem;
}
.all-menu-container .all-menu-item .btn-search .input-search::-webkit-input-placeholder {
  color: #e1ff01;
}
.all-menu-container .all-menu-item .btn-search .input-search::-moz-placeholder {
  color: #e1ff01;
}
.all-menu-container .all-menu-item .btn-search .input-search::-ms-input-placeholder {
  color: #e1ff01;
}
.all-menu-container .all-menu-item .btn-search .input-search::placeholder {
  color: #e1ff01;
}
.all-menu-container .two-depth__menu {
  display: none;
  background: #0f0f0f;
  width: 100%;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}
.all-menu-container .two-depth__menu .two-depth-menu__item {
  text-align: center;
}
.all-menu-container .two-depth__menu .two-depth-menu__item > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #e1ff01;
}
.all-menu-container .two-depth__menu .two-depth-menu__item + .two-depth-menu__item {
  margin-top: 24px;
}
@media (max-width: 1100px) {
  .all-menu-container .menu-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    background: #fff;
  }
}
.all-menu-container .menu-footer__item {
  position: relative;
}
@media (max-width: 1100px) {
  .all-menu-container .menu-footer__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
}
.all-menu-container .menu-footer__item::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 100%;
  width: 101px;
  height: 74px;
  background: url("../images/icon/ico-all-menu-this-out.png") no-repeat 0 0;
  background-size: cover;
}
.all-menu-container .menu-footer__item.now-membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.all-menu-container .menu-footer__item.now-membership .text {
  margin-left: 5px;
}
.all-menu-container .menu-footer__item.now-membership::after {
  display: none;
}
.all-menu-container.search::after {
  background: #0f0f0f;
}
.all-menu-container.search .menu-header {
  z-index: 20;
}
.all-menu-container.search .mobile-menu {
  width: 1.2rem;
  height: 1.2rem;
}
.all-menu-container.search .mobile-menu img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-menu-container.search .logo {
  width: 3.55rem;
  height: 1.6rem;
  margin: 0 auto;
}
.all-menu-container.search .logo > a {
  display: block;
  height: 100%;
}
.all-menu-container.search .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-menu-container.search .menu-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.all-menu-container.search .input__wrap {
  position: relative;
  padding: 0 24px;
  padding-top: 76px;
}
.all-menu-container.search .input__wrap input {
  border: none;
  background: transparent;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding-left: 36px;
}
.all-menu-container.search .input__wrap input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.all-menu-container.search .input__wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.all-menu-container.search .input__wrap input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.all-menu-container.search .input__wrap input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.all-menu-container.search .input__wrap .search {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 12px;
  left: 24px;
}
.all-menu-container.search .input__wrap .search img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-menu-container.mypage .menu-list {
  padding: 3rem 0;
}
.all-menu-container.mypage .all-menu-item:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.all-menu-container.mypage .all-menu-item:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.all-menu-container.mypage .all-menu-item:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.all-menu-container.mypage .all-menu-item:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.all-menu-container.mypage .all-menu-item:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.all-menu-container.mypage .all-menu-item:nth-child(6) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.all-menu-container.mypage .all-menu-item:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.all-menu-container.mypage .all-menu-item span::after {
  display: none;
}
.all-menu-container.mypage .all-menu-item + .all-menu-item {
  margin-top: 40px;
}

#footer {
  background: #0f0f0f;
  padding: 2rem 0;
}
@media (max-width: 1100px) {
  #footer {
    padding: 48px 0;
  }
}
#footer .footer-inner {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1100px) {
  #footer .footer-inner {
    padding: 0 16px;
  }
}
#footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(246, 245, 241, 0.5);
}
@media (max-width: 1100px) {
  #footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer-top .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer-top .footer-left__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-left__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer-top .footer-left__item + .footer-left__item {
  margin-left: 3.5rem;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-left__item + .footer-left__item {
    margin-left: 0;
    margin-top: 32px;
  }
}
#footer .footer-top .footer-left__item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-left__item .label {
    margin-bottom: 12px;
  }
}
#footer .footer-top .footer-left__item .label .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
}
#footer .footer-top .footer-left__item .label .text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #f6f5f1;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-left__item .label .text {
    font-size: 14px;
  }
}
#footer .footer-top .footer-left__item .label-anchor {
  font-size: 0.7rem;
  color: rgba(246, 245, 241, 0.6);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-right {
    margin-top: 48px;
  }
}
#footer .footer-top .footer-right .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-top .footer-right .footer-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  color: #f6f5f1;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-right .footer-menu__item {
    font-size: 12px;
  }
}
#footer .footer-top .footer-right .footer-menu__item + .footer-menu__item {
  margin-left: 1.5rem;
}
@media (max-width: 1100px) {
  #footer .footer-top .footer-right .footer-menu__item + .footer-menu__item {
    margin-left: 32px;
  }
}
#footer .footer-top .footer-right .footer-menu__item img {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.3rem;
}
#footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}
@media (max-width: 1100px) {
  #footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 32px;
  }
}
#footer .footer-bottom .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-bottom .footer-menu__item {
  position: relative;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #f6f5f1;
}
@media (max-width: 1100px) {
  #footer .footer-bottom .footer-menu__item {
    font-size: 12px;
  }
}
#footer .footer-bottom .footer-menu__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.8rem);
  width: 0.05rem;
  height: 0.8rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  #footer .footer-bottom .footer-menu__item::after {
    width: 1px;
    height: 16px;
    left: calc(100% + 10px);
    background: #777;
  }
}
#footer .footer-bottom .footer-menu__item:first-child {
  color: #e1ff01;
}
#footer .footer-bottom .footer-menu__item:last-child::after {
  display: none;
}
#footer .footer-bottom .footer-menu__item + .footer-menu__item {
  margin-left: 1.6rem;
}
@media (max-width: 1100px) {
  #footer .footer-bottom .footer-menu__item + .footer-menu__item {
    margin-left: 20px;
  }
}
#footer .footer-bottom .footer-desc {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
}
@media (max-width: 1100px) {
  #footer .footer-bottom .footer-desc {
    margin-top: 24px;
    text-align: center;
  }
}

#allMenuContainer .menu-wrapper,
#allMypageContainer .menu-wrapper {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 45px;
  overflow-y: auto;
}

#allMypageContainer .menu-wrapper {
  padding-top: 0;
}
#allMypageContainer.open .all-menu-item {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#allMypageContainer.open .all-menu-item:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#allMypageContainer.open .all-menu-item:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#allMypageContainer.open .all-menu-item:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#allMypageContainer.open .all-menu-item:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#allMypageContainer.open .all-menu-item:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#allMypageContainer.open .all-menu-item:nth-child(6) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#allMypageContainer.open .all-menu-item:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#allMypageContainer.open .all-menu-item:nth-child(8) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

#allMenuContainer .menu-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-item.beta,
.two-depth-menu__item.beta {
  position: relative;
}
.menu-item.beta .bete--text,
.two-depth-menu__item.beta .bete--text {
  font-family: "houseMovement";
  line-height: 0.8;
  font-size: 17px;
  color: #e1ff01;
  letter-spacing: 0;
}

.p-main {
  padding-top: 35.6rem;
}
.p-main .trend-list .section-inner {
  padding: 0;
}
@media (max-width: 1100px) {
  .p-main .trend-list .section-inner .section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1100px) {
  .p-main .trend-list .section-inner .section-heading .section-title {
    margin-bottom: 1.2rem;
  }
}
.p-main .board-section .section-heading .section-title {
  display: block;
}
.p-main .board-section .board.not-login .accordion-list {
  pointer-events: none;
  cursor: pointer;
}
.p-main .board-section .board.not-membership .accordion-list:nth-child(2), .p-main .board-section .board.not-membership .accordion-list:nth-child(3) {
  pointer-events: none;
  cursor: pointer;
}

.trend-slider {
  width: 100%;
  margin-top: -23rem;
  z-index: 10;
}
@media (max-width: 1100px) {
  .trend-slider {
    margin-top: -571px;
  }
}
.trend-slider .section-inner {
  position: relative;
}
.trend-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  opacity: 0 !important;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trend-slider .swiper-slide-active {
  opacity: 1 !important;
}
.trend-slider .swiper-slide .text-wrap__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20.45rem;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .text-wrap__left {
    display: none;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
    margin-right: 0;
  }
}
.trend-slider .swiper-slide .text-wrap__left .label {
  position: absolute;
  width: 7.2rem;
  height: 4.3rem;
  background: url("../images/main/bg-slide.png") no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .text-wrap__left .label {
    position: absolute;
    width: 93.001px;
    height: 55.347px;
    margin-bottom: 0;
    top: -80px;
    right: -3px;
    z-index: 10;
  }
}
.trend-slider .swiper-slide .text-wrap__left .label .text {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.36px;
  color: #e1ff01;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  text-align: center;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .text-wrap__left .label .text {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
.trend-slider .swiper-slide .text-wrap__left .deco-text {
  position: relative;
  width: 20.45rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.1rem;
  color: #0f0f0f;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 10.55rem;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .text-wrap__left .deco-text {
    width: 100%;
    font-size: 32px;
  }
}
.trend-slider .swiper-slide .text-wrap__left .deco-text::after {
  content: "";
  position: absolute;
  bottom: 105%;
  left: 0;
  width: 1.75rem;
  height: 1.5rem;
  background: url("../images/icon/ico-com.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .text-wrap__left .deco-text::after {
    width: 28px;
    height: 24px;
    bottom: calc(100% + 12px);
  }
}
.trend-slider .swiper-slide .img-wrap {
  width: 28.8rem;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 36%;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  .trend-slider .swiper-slide .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.trend-slider .swiper-slide .img-wrap .img-thumnail {
  position: relative;
  padding-bottom: 100%;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .img-wrap .img-thumnail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 55.32%;
  }
}
.trend-slider .swiper-slide .img-wrap img {
  position: absolute;
  width: 100%;
}
.trend-slider .swiper-slide .img-wrap img.only-pc {
  display: block;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .img-wrap img.only-pc {
    display: none;
  }
}
.trend-slider .swiper-slide .img-wrap img.only-mobile {
  display: none;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .img-wrap img.only-mobile {
    display: block;
  }
}
.trend-slider .swiper-slide .text-wrap__right {
  width: 21.2rem;
  text-align: right;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .text-wrap__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    text-align: left;
  }
}
.trend-slider .swiper-slide .text-wrap__right .slider-title {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: right;
  padding-right: 1.2rem;
  padding-bottom: 1.2rem;
  border-right: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
  margin-top: 13.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trend-slider .swiper-slide .text-wrap__right .slider-title .bold {
  font-weight: 800;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-slide .text-wrap__right .slider-title {
    margin-top: 0;
    font-size: 24px;
    padding-right: 0;
    padding-bottom: 0;
    border-right: none;
    border-bottom: none;
    text-align: left;
    margin-top: 12px;
    font-weight: 800;
    word-break: keep-all;
  }
}
.trend-slider .swiper-controller {
  position: absolute;
  width: calc(100% - 1rem);
  margin: 0 auto;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-top: 0.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-controller {
    margin-top: 0;
    margin-left: 0;
    width: calc(100% - 48px);
    bottom: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.trend-slider .swiper-controller .swiper-button-prev,
.trend-slider .swiper-controller .swiper-button-next {
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trend-slider .swiper-controller .swiper-pagination {
    background: rgba(15, 15, 15, 0.2);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.5);
    padding: 1px 4px;
    margin: 0;
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  .trend-slider .swiper-controller .swiper-pagination span {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media (max-width: 1100px) {
  .trend-slider .swiper-controller .swiper-pagination span.swiper-pagination-current {
    color: #fff;
  }
}
@media (max-width: 1100px) {
  .trend-slider .swiper-controller .swiper-pagination span.swiper-pagination-total {
    color: rgba(255, 255, 255, 0.5);
  }
}

.trend-info {
  padding-top: 4.8rem;
  background: #fff;
}
@media (max-width: 1100px) {
  .trend-info {
    padding-top: 48px;
  }
}
@media (max-width: 1100px) {
  .trend-info .trend-list .swiper-controller {
    display: none;
  }
}
@media (max-width: 1100px) {
  .trend-info .trend-list .section-heading .section-title {
    margin-bottom: 0 !important;
  }
}
.trend-info .trend-icon-menu__wrap {
  max-width: 46.4rem;
  width: 100%;
  margin: 0 auto;
  margin-top: -0.6rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 1100px) {
  .trend-info .trend-icon-menu__wrap {
    width: 100%;
    margin-top: 58px;
    margin-bottom: 48px;
  }
}
.trend-info .trend-icon-menu__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .trend-info .trend-icon-menu__wrap ul {
    margin-right: -20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .trend-info .trend-icon-menu__wrap ul::-webkit-scrollbar {
    display: none;
  }
  .trend-info .trend-icon-menu__wrap ul {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
.trend-info .trend-icon-menu__wrap .icon-menu__item {
  width: 8rem;
  height: 8rem;
  border-radius: 250rem;
  background: #f6f5f1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .trend-info .trend-icon-menu__wrap .icon-menu__item {
    width: auto;
    height: auto;
    margin-right: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: transparent;
    border-radius: 0;
  }
}
@media screen and (max-width: 500px) {
  .trend-info .trend-icon-menu__wrap .icon-menu__item:last-child {
    margin-right: 20px;
  }
}
.trend-info .trend-icon-menu__wrap .icon-menu__item.bg-lime {
  background: #e1ff01;
}
@media screen and (max-width: 500px) {
  .trend-info .trend-icon-menu__wrap .icon-menu__item.bg-lime {
    background: transparent;
  }
}
.trend-info .trend-icon-menu__wrap .icon-menu__item.bg-lime .menu-img__wrap {
  background: #e1ff01;
}
.trend-info .trend-icon-menu__wrap .icon-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.trend-info .trend-icon-menu__wrap .icon-menu__item .menu-img__wrap {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.65rem;
}
@media screen and (max-width: 500px) {
  .trend-info .trend-icon-menu__wrap .icon-menu__item .menu-img__wrap {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    background: #f6f5f1;
    border-radius: 250rem;
  }
}
.trend-info .trend-icon-menu__wrap .icon-menu__item .menu-img__wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .trend-info .trend-icon-menu__wrap .icon-menu__item .menu-img__wrap img {
    width: 25px;
    height: 25px;
  }
}
.trend-info .trend-icon-menu__wrap .icon-menu__item .icon-menu__text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
}
@media screen and (max-width: 500px) {
  .trend-info .trend-icon-menu__wrap .icon-menu__item .icon-menu__text {
    font-size: 12px;
  }
}
.trend-info .trend-icon-menu__wrap .icon-menu__item + .icon-menu__item {
  margin-left: 1.6rem;
}
@media screen and (max-width: 500px) {
  .trend-info .trend-icon-menu__wrap .icon-menu__item + .icon-menu__item {
    margin-left: 0;
  }
}
.trend-info .trend-free {
  margin-bottom: 4.8rem;
}
@media (max-width: 1100px) {
  .trend-info .trend-free {
    margin-left: -24px;
    margin-right: -24px;
    background: #0f0f0f;
  }
}
.trend-info .trend-free .section-inner {
  background: #0f0f0f;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .section-inner {
    background: transparent;
    padding: 48px 20px;
  }
}
.trend-info .trend-free .trend-free__con {
  width: 52.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__con {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trend-info .trend-free .trend-free__con > div {
  width: 25.6rem;
  height: 25.05rem;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__con > div {
    width: 100%;
    height: auto;
  }
}
.trend-info .trend-free .trend-free__heading {
  position: relative;
  background: #252525;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: transparent;
    margin-right: 0;
    padding: 0;
  }
}
.trend-info .trend-free .trend-free__heading::after {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: -3.5rem;
  width: 6.2rem;
  height: 6.2rem;
  background: url("../images/icon/img-today-free.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__heading::after {
    top: -20px;
    left: auto;
    right: 0;
    width: 62px;
    height: 62px;
  }
}
.trend-info .trend-free .trend-free__heading .section-title {
  color: #f6f5f1;
}
.trend-info .trend-free .trend-free__heading .timer {
  width: 12.3rem;
  height: 7.65rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/main/bg-timer.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__heading .timer {
    width: 120px;
    height: 75px;
    display: none;
  }
}
.trend-info .trend-free .trend-free__heading .timer > span {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.56px;
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__heading .timer > span {
    font-size: 10px;
    margin-bottom: 3px;
    letter-spacing: 0.36px;
  }
}
.trend-info .trend-free .trend-free__heading .timer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.trend-info .trend-free .trend-free__heading .timer ul li {
  font-family: "houseMovement";
  font-size: 2rem;
  color: #ff6000;
  font-weight: 900;
  line-height: 0.8;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__heading .timer ul li {
    font-size: 20px;
  }
}
.trend-info .trend-free .trend-free__item {
  background: #fff;
  padding: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__item {
    padding: 0;
    margin-top: 24px;
    background: transparent;
  }
}
.trend-info .trend-free .trend-free__item .trend-delivery__item {
  width: 22.4rem;
  margin-left: 0;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__item .trend-delivery__item {
    width: 100%;
  }
}
.trend-info .trend-free .trend-free__item .trend-delivery__item .img-wrap {
  height: 12.35rem;
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__item .trend-delivery__item .img-wrap {
    height: 173px;
  }
}
.trend-info .trend-free .trend-free__item .trend-delivery__item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trend-info .trend-free .trend-free__item .trend-delivery__item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trend-info .trend-free .trend-free__item .trend-delivery__item .text-wrap .text-wrap__heading {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.trend-info .trend-free .trend-free__item .trend-delivery__item .text-wrap .text-wrap__heading .text-wrap__left {
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.trend-info .trend-free .trend-free__item .trend-delivery__item .text-wrap .text-wrap__heading .cate {
  margin-right: auto;
  position: static;
  margin-right: 0;
}
@media (max-width: 1100px) {
  .trend-info .trend-free .trend-free__item .trend-delivery__item .text-wrap .text-wrap__content .title {
    color: #fff;
  }
  .trend-info .trend-free .trend-free__item .trend-delivery__item .text-wrap .text-wrap__content .date {
    color: #888;
  }
}
.trend-info .trend-delivery__con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trend-info .trend-delivery__heading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 23.44%;
  height: 16.3rem;
  background: #0f0f0f;
  padding: 2rem;
}
@media screen and (max-width: 1323px) {
  .trend-info .trend-delivery__heading {
    display: none;
  }
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__heading {
    position: static;
    width: 100%;
    height: auto;
    padding: 24px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
    background: transparent;
  }
}
.trend-info .trend-delivery__heading .section-title {
  color: #fff;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__heading .section-title {
    color: #0f0f0f;
  }
}
.trend-info .trend-delivery__heading .trend-delivery__desc {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__heading .trend-delivery__desc {
    display: none;
    font-size: 14px;
    text-align: right;
  }
}
.trend-info .trend-delivery-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-left: 1.2rem;
  padding-left: 23.44%;
}
@media screen and (max-width: 1323px) {
  .trend-info .trend-delivery-item__wrap {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 630px) {
  .trend-info .trend-delivery-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 32px;
  }
}
.trend-info .trend-delivery__item {
  position: relative;
  width: calc((100% - 2.4rem) / 2);
  width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .trend-info .trend-delivery__item {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .trend-info .trend-delivery__item {
    width: 100%;
    margin-left: 0;
  }
}
.trend-info .trend-delivery__item.s-expected:hover .delivery-expected__wrap {
  opacity: 0;
}
.trend-info .trend-delivery__item.s-expected .img-wrap {
  position: relative;
}
.trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.8rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap {
    padding: 12px;
  }
}
.trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #f6f5f1;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .text {
    font-size: 14px;
  }
}
.trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 340.4px;
  height: 211.844px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/main/bg-timer.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer {
    width: 198.565px;
    height: 123.575px;
  }
}
.trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer ul li {
  font-family: "houseMovement";
  font-size: 2.1rem;
  color: #ff6000;
  font-weight: 900;
  line-height: 0.8;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item.s-expected .img-wrap .delivery-expected__wrap .timer ul li {
    font-size: 30px;
  }
}
.trend-info .trend-delivery__item.s-bookmark .btn-mark {
  background: url("../images/icon/ico-bookmark-on.png") no-repeat center center !important;
  background-size: contain !important;
}
.trend-info .trend-delivery__item.s-delivery-completed .delivery-alaram__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trend-info .trend-delivery__item .delivery-alaram__wrap {
  display: none;
  position: absolute;
  top: -2.45rem;
  width: 7rem;
  height: 7rem;
  background: url("../images/icon/img-delivery-badge.png") no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 99;
}
@media screen and (max-width: 1323px) {
  .trend-info .trend-delivery__item .delivery-alaram__wrap {
    left: -1.4rem;
  }
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item .delivery-alaram__wrap {
    width: 80px;
    height: 80px;
    top: -20px;
    left: -20px;
  }
}
.trend-info .trend-delivery__item .delivery-alaram__wrap .text {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.9px;
  color: rgba(246, 245, 241, 0.9);
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item .delivery-alaram__wrap .text {
    font-size: 11px;
    letter-spacing: 0.7px;
  }
}
.trend-info .trend-delivery__item .img-wrap {
  width: 100%;
  padding-bottom: 55.32%;
  overflow: hidden;
  margin-bottom: 0;
}
.trend-info .trend-delivery__item .img-wrap img {
  width: 100%;
}
.trend-info .trend-delivery__item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trend-info .trend-delivery__item .text-wrap__heading {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.trend-info .trend-delivery__item .text-wrap__heading .text-wrap__left {
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.trend-info .trend-delivery__item .text-wrap__heading .cate {
  position: static;
  left: 0;
  display: inline-block;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.3rem;
  background: #ff6000;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item .text-wrap__heading .cate {
    font-size: 14px;
  }
}
.trend-info .trend-delivery__item .text-wrap__heading .date {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: rgba(15, 15, 15, 0.5);
  font-size: 0.8rem;
}
.trend-info .trend-delivery__item .text-wrap__heading .btn-mark {
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/icon/ico-bookmark-off.png") no-repeat center center;
  background-size: contain;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item .text-wrap__heading .btn-mark {
    width: 24px;
    height: 24px;
  }
}
.trend-info .trend-delivery__item .text-wrap__heading .btn-mark span {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.trend-info .trend-delivery__item .text-wrap__heading .btn-mark span.focusable:active, .trend-info .trend-delivery__item .text-wrap__heading .btn-mark span.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.trend-info .trend-delivery__item .text-wrap__content .title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin: 0.9rem 0;
  display: block;
  display: -webkit-box;
  height: 2.6em;
  max-height: 2.6em;
  text-overflow: ellipsis;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 3.9rem;
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item .text-wrap__content .title {
    font-size: 20px;
    margin: 14px 0;
    min-height: 52px;
  }
}
.trend-info .trend-delivery__item .text-wrap__content .date {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: rgba(15, 15, 15, 0.5);
}
@media (max-width: 1100px) {
  .trend-info .trend-delivery__item .text-wrap__content .date {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.trend-info .trend-banner__wrap {
  margin-top: 3.7rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 1100px) {
  .trend-info .trend-banner__wrap {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.trend-info .trend-banner__wrap .banner-item {
  width: 100%;
}
.trend-info .trend-banner__wrap .banner-item > a {
  display: block;
  height: 100%;
}
.trend-info .trend-banner__wrap .banner-item img {
  width: 100%;
}
.trend-info .trend-banner__wrap .banner-item img.pc-for-img {
  display: block;
}
@media screen and (max-width: 600px) {
  .trend-info .trend-banner__wrap .banner-item img.pc-for-img {
    display: none;
  }
}
.trend-info .trend-banner__wrap .banner-item img.mobile-for-img {
  display: none;
}
@media screen and (max-width: 600px) {
  .trend-info .trend-banner__wrap .banner-item img.mobile-for-img {
    display: block;
  }
}

.trend-list {
  padding: 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .trend-list {
    padding: 48px 0;
  }
}
.trend-list .trend-heading__wrap {
  margin-bottom: 3.2rem;
}
.trend-list .trend-heading__wrap .trend-cate {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #ff6000;
  margin-bottom: 0.4rem;
}
.trend-list .trend-heading__wrap .trend-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trend-list .trend-heading__wrap .trend-title__wrap .trend-title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
}
.trend-list .trend-heading__wrap .trend-title__wrap .status {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.4rem 1.2rem;
  border-radius: 5rem;
  margin-left: 0.8rem;
  font-size: 0.8rem;
  background: #e1ff01;
  font-weight: 900;
  color: #0f0f0f;
}
.trend-list .trend-heading__wrap .trend-title__wrap .status.s-follow {
  border: 1px solid #777;
  background: #f6f5f1;
  color: #777;
  line-height: 1;
}
.trend-list .trend-heading__wrap .trend-title__wrap .status.s-follow::after {
  display: none;
}
.trend-list .trend-list-month__item {
  position: relative;
}
@media (max-width: 1100px) {
  .trend-list .trend-search__item .section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1100px) {
  .trend-list .trend-search__item .section-heading .filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 1100px) {
  .trend-list .trend-search__item .section-heading .filter-wrap .select-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1100px) {
  .trend-list .trend-search__item .section-heading .filter-wrap .select-box-container .form-select {
    width: 50%;
    min-width: auto;
  }
}
@media (max-width: 1100px) {
  .trend-list .trend-search__item .section-heading .filter-wrap .select-box-container .form-select + .form-select {
    margin-left: 10px;
  }
}
.trend-list .trend-search__item + .trend-search__item {
  margin-top: 4.8rem;
}
.trend-list .month-wrap {
  position: absolute;
  width: auto;
  top: -66px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .trend-list .month-wrap {
    top: -30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
  }
}
.trend-list .month-wrap.active {
  position: fixed;
  right: 8rem;
}
.trend-list .month-wrap .month-num {
  font-size: 10rem;
  color: #f6f5f1;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .trend-list .month-wrap .month-num {
    font-size: 130px;
  }
}
.trend-list .month-wrap .unit {
  font-size: 10rem;
  color: #f6f5f1;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .trend-list .month-wrap .unit {
    font-size: 130px;
  }
}
.trend-list .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-list .section-heading {
    margin-bottom: 24px;
  }
}
.trend-list .section-heading.content {
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .trend-list .section-heading.content {
    margin-bottom: 32px;
  }
}
.trend-list .section-heading.content .section-date {
  display: inline-block;
  padding: 0.6rem 0;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .trend-list .section-heading.content .section-date {
    padding: 10px 0;
    font-size: 16px;
  }
}
.trend-list .section-heading .cate-name__wrap .cate-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .trend-list .section-heading .cate-name__wrap .cate-name {
    font-size: 24px;
  }
}
.trend-list .section-heading .cate-name__wrap .cate-name .search-num {
  font-size: 0.8rem;
  color: #ff6000;
  font-weight: 900;
  line-height: 1.3;
  margin-left: 0.8rem;
}
@media (max-width: 1100px) {
  .trend-list .section-heading .cate-name__wrap .cate-name .search-num {
    margin-left: 8px;
  }
}
.trend-list .section-heading .filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 0;
}
.trend-list .trend-delivery__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trend-list .trend-delivery__con .text-wrap__heading .cate-info {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trend-list .trend-delivery__con .text-wrap__heading .cate-info .cate {
  position: relative;
  left: auto;
  margin-right: 0.6rem;
}
.trend-list .trend-delivery__con .text-wrap__heading .search-info {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.56px;
  color: #ff6000;
  margin-left: 0.4rem;
}
.trend-list .trend-delivery__con.type-3 {
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
.trend-list .trend-delivery__con.type-3 .trend-delivery__item {
  width: calc((100% - 3.2rem) / 3);
  margin-left: 0;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 800px) {
  .trend-list .trend-delivery__con.type-3 .trend-delivery__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.trend-list .trend-delivery__con.type-3 .trend-delivery__item:nth-child(3n) {
  margin-right: 0;
}
.trend-list .trend-delivery__con.type-3 .trend-delivery__item .img-wrap {
  position: relative;
  padding-bottom: 55.27%;
}
.trend-list .trend-delivery__con.type-3 .trend-delivery__item .img-wrap img {
  position: absolute;
  width: 100%;
}
.trend-list .trend-delivery__con.type-3 .trend-delivery__item .text-wrap__content .title {
  font-size: 1.3rem;
  min-height: 3.4rem;
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-3 .trend-delivery__item .text-wrap__content .title {
    font-size: 20px;
    min-height: 52px;
  }
}
.trend-list .trend-delivery__con.type-4 {
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-4.p-sub {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 0;
  }
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-4.p-sub .trend-delivery__item {
    width: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
  }
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-4.p-sub .trend-delivery__item .img-wrap {
    margin-bottom: 23px;
  }
}
.trend-list .trend-delivery__con.type-4 .trend-delivery__item {
  width: calc((100% - 4.8rem) / 4);
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-4 .trend-delivery__item {
    width: calc((100% - 3.2rem) / 3);
  }
}
@media screen and (max-width: 900px) {
  .trend-list .trend-delivery__con.type-4 .trend-delivery__item {
    width: calc((100% - 1.6rem) / 2);
  }
}
@media screen and (max-width: 800px) {
  .trend-list .trend-delivery__con.type-4 .trend-delivery__item {
    width: 100%;
    margin-right: 0;
  }
}
.trend-list .trend-delivery__con.type-4 .trend-delivery__item:nth-child(4n) {
  margin-right: 0;
}
.trend-list .trend-delivery__con.type-4 .trend-delivery__item .text-wrap__content .title {
  font-size: 1.2rem;
  min-height: 3.119rem;
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-4 .trend-delivery__item .text-wrap__content .title {
    font-size: 16px;
    min-height: 42px;
  }
}
.trend-list .trend-delivery__con.type-4-mb .trend-delivery__item {
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-4-mb .trend-delivery__item {
    margin-bottom: 32px;
  }
}
.trend-list .trend-delivery__con.type-4-mb .trend-delivery__item .text-wrap__content .title {
  font-size: 1rem;
  min-height: 2.6rem;
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-4-mb .trend-delivery__item .text-wrap__content .title {
    min-height: 47px;
  }
}
.trend-list .trend-delivery__con.type-search .trend-delivery__item .text-wrap {
  margin-top: 1.6rem;
}
.trend-list .trend-delivery__con.type-search .trend-delivery__item .text-wrap .text-wrap__heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.trend-list .trend-delivery__con.type-search .trend-delivery__item .text-wrap .text-wrap__heading .search-info {
  margin-left: 0;
}
.trend-list .trend-delivery__con.type-search .trend-delivery__item .text-wrap .text-wrap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.trend-list .trend-delivery__con.type-search .trend-delivery__item .text-wrap .text-wrap__content .date {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: rgba(15, 15, 15, 0.5);
  font-size: 0.8rem;
}
@media (max-width: 1100px) {
  .trend-list .trend-delivery__con.type-search .trend-delivery__item .text-wrap .text-wrap__content .date {
    font-size: 0.7rem;
  }
}
.trend-list .trend-list-swiper .trend-delivery__con {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  .trend-list .trend-list-swiper .trend-delivery__con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 800px) {
  .trend-list .trend-list-swiper .trend-delivery__con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item {
  margin-bottom: 0;
  margin-right: 1.6rem;
}
@media screen and (max-width: 800px) {
  .trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item {
    width: 100% !important;
    margin-right: 16px;
    margin-bottom: 32px;
  }
}
.trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item:nth-child(3) {
  margin-right: 1.6rem;
}
@media screen and (max-width: 800px) {
  .trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item:nth-child(3) {
    margin-right: 16px;
  }
}
.trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item:last-child {
  margin-right: 0;
}
.trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item.s-read .img-wrap:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item .img-wrap {
  height: auto;
}
.trend-list .trend-list-swiper .trend-delivery__con .trend-delivery__item .img-wrap:hover {
  -webkit-transform: none !important;
          transform: none !important;
}
.trend-list .filter-wrap .form-select {
  background: #f6f5f1 url("../images/icon/ico-expand-more.png") no-repeat 0 0;
  width: 10rem;
  background-position: right 8px center;
  background-size: 1.2rem;
}
.trend-list .filter-wrap .form-select + .form-select {
  margin-left: 1.2rem;
}
.trend-list .no-text {
  margin-top: 1.2rem;
  font-size: 1rem;
  color: #777;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .trend-list .no-text {
    margin-top: 0;
    font-size: 14px;
  }
}
.trend-list.hotTrend {
  padding: 0;
  padding-top: 4.9rem;
}
@media (max-width: 1100px) {
  .trend-list.hotTrend {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .trend-list.hotTrend .section-inner .section-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .trend-list.hotTrend .section-inner .section-heading .section-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 800px) {
  .trend-list.hotTrend .section-inner .section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {
  .trend-list.hotTrend .swiper-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
  }
}
@media screen and (max-width: 800px) {
  .trend-list.hotTrend .swiper-controller {
    display: none;
  }
}
.trend-list.main .section-inner {
  max-width: calc(80rem + 2rem);
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 1100px) {
  .trend-list.main .section-inner {
    padding: 0 24px;
  }
}
.trend-list.main .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1100px) {
  .trend-list.main .section-heading .filter-wrap {
    margin-top: 0;
    width: 100%;
  }
}
.trend-list.main .button__wrap .btn {
  width: 38.8%;
}

.trend-keyword {
  padding: 4.8rem 0;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .trend-keyword {
    padding: 24px 0;
  }
}
.trend-keyword .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-keyword .section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trend-keyword .section-heading .section-title {
  position: relative;
}
.trend-keyword .section-heading .section-title::after {
  content: "";
  position: absolute;
  width: 113px;
  height: 113px;
  top: -0.9rem;
  left: 100%;
  background: url("../images/icon/img-click-click-click.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trend-keyword .section-heading .section-title::after {
    width: 78px;
    height: 78px;
    top: 23px;
  }
}
@media (max-width: 1100px) {
  .trend-keyword .section-heading .btn-more-keyword {
    margin-top: 16px;
  }
}
.trend-keyword .section-heading .btn-more-keyword img {
  width: 1.2rem;
  height: 1.15rem;
  margin-right: 0.4rem;
}
@media (max-width: 1100px) {
  .trend-keyword .section-heading .btn-more-keyword img {
    width: 19px;
    height: 18px;
  }
}
.trend-keyword .trend-keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trend-keyword .trend-keyword__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.trend-keyword .trend-keyword__item + .trend-keyword__item {
  margin-left: 0.8rem;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item + .trend-keyword__item {
    margin-left: 0;
    margin-top: 16px;
  }
}
.trend-keyword .trend-keyword__item.s-active {
  width: 100%;
}
.trend-keyword .trend-keyword__item.s-active .trend-keyword__heading {
  background: #ce4238;
  border-color: #ce4238;
}
.trend-keyword .trend-keyword__item.s-active .trend-keyword__heading .btn-status span {
  background: #fff;
}
.trend-keyword .trend-keyword__item.s-active .trend-keyword__heading .btn-status span:nth-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.trend-keyword .trend-keyword__item.s-active .trend-keyword__item-con {
  height: 100%;
  padding: 1.6rem 1.2rem 1.2rem 1.2rem;
  width: 100%;
  border: 2px solid var(--Black, #0f0f0f);
  border-left: none;
  opacity: 1;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item.s-active .trend-keyword__item-con {
    width: 100%;
    height: 100%;
    padding: 24px;
  }
}
.trend-keyword .trend-keyword__item.s-active .trend-keyword__item-con .cate-wrap {
  width: 100%;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item.s-active .trend-keyword__item-con .cate-wrap {
    width: 100%;
  }
}
.trend-keyword .trend-keyword__heading {
  border: 3px solid #0f0f0f;
  background: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8rem;
  min-height: 17.6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trend-keyword .trend-keyword__heading:hover {
  background: #ce4238;
  border-color: #ce4238;
}
.trend-keyword .trend-keyword__heading:hover .btn-status span {
  background: #fff;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__heading {
    width: 100%;
    padding: 16px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: auto;
  }
}
.trend-keyword .trend-keyword__heading .cate {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.1;
  color: #f6f5f1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__heading .cate {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 20px;
  }
}
.trend-keyword .trend-keyword__heading .cate.type-english {
  text-orientation: upright;
}
.trend-keyword .trend-keyword__heading .cate .horizontal {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.trend-keyword .trend-keyword__heading .btn-status {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.trend-keyword .trend-keyword__heading .btn-status span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.15rem;
  background: #ff6000;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.trend-keyword .trend-keyword__heading .btn-status span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.trend-keyword .trend-keyword__item-con {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item-con {
    width: 100%;
    height: 0;
    -webkit-transition: opacity, -webkit-transform 0.3s ease-in;
    transition: opacity, -webkit-transform 0.3s ease-in;
    transition: opacity, transform 0.3s ease-in;
    transition: opacity, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
}
.trend-keyword .trend-keyword__item-con .cate-wrap {
  display: inline-block;
  width: 0;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item-con .cate-wrap {
    width: 100%;
  }
}
.trend-keyword .trend-keyword__item-con .cate-wrap .cate-item {
  padding: 0.6rem 1.2rem;
  border-radius: 5rem;
  border: 2px solid #0f0f0f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item-con .cate-wrap .cate-item {
    padding: 10px 16px;
  }
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item-con .cate-wrap .cate-item:last-child {
    margin-right: 0;
  }
}
.trend-keyword .trend-keyword__item-con .cate-wrap .cate-item .text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item-con .cate-wrap .cate-item .text {
    font-size: 16px;
  }
}
.trend-keyword .trend-keyword__item-con .cate-wrap .cate-item .num {
  font-size: 0.5rem;
  color: #ff6000;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 0.25rem;
}
.trend-keyword .trend-keyword__item-con .img-wrap {
  width: 12.25rem;
  height: 7.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .trend-keyword .trend-keyword__item-con .img-wrap {
    display: none;
  }
}
.trend-keyword .trend-keyword__item-con .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trend-keyword.only-mobile .section-title::after {
  display: none;
}
.trend-keyword.only-mobile .trend-keyword__content-menu {
  padding-bottom: 18px;
  overflow-x: auto;
}
.trend-keyword.only-mobile .trend-keyword__content-menu::-webkit-scrollbar {
  display: none;
}
.trend-keyword.only-mobile .trend-keyword__content-menu {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.trend-keyword.only-mobile .trend-keyword__content-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trend-keyword.only-mobile .trend-keyword__content-menu .content-menu__item {
  padding: 8px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.trend-keyword.only-mobile .trend-keyword__content-menu .content-menu__item .text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
  font-weight: 900;
}
.trend-keyword.only-mobile .trend-keyword__content-menu .content-menu__item + .content-menu__item {
  margin-left: 16px;
}
.trend-keyword.only-mobile .trend-keyword__content-menu .content-menu__item.s-active {
  background: #0f0f0f;
  border-radius: 6px;
}
.trend-keyword.only-mobile .trend-keyword__content-menu .content-menu__item.s-active .text {
  color: #fff;
}
.trend-keyword.only-mobile .tabGroup {
  position: relative;
}
.trend-keyword.only-mobile .tabGroup li {
  padding: 19px 0;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
  width: 100%;
  display: none;
}
.trend-keyword.only-mobile .tabGroup li.s-show {
  display: block;
}
.trend-keyword.only-mobile .trend-keyword__content {
  margin-bottom: 19px;
}
.trend-keyword.only-mobile .trend-keyword__content.s-show {
  display: block;
}
.trend-keyword.only-mobile .trend-keyword__content .cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 0;
  overflow: hidden;
  gap: 12px;
}
@media (max-width: 1100px) {
  .trend-keyword.only-mobile .trend-keyword__content .cate-wrap {
    width: 100%;
  }
}
.trend-keyword.only-mobile .trend-keyword__content .cate-wrap .cate-item {
  padding: 0.5rem 0.8rem;
  border-radius: 5rem;
  border: 2px solid #0f0f0f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1100px) {
  .trend-keyword.only-mobile .trend-keyword__content .cate-wrap .cate-item:last-child {
    margin-right: 0;
  }
}
.trend-keyword.only-mobile .trend-keyword__content .cate-wrap .cate-item .text {
  font-size: 0.7rem;
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.2;
}
.trend-keyword.only-mobile .trend-keyword__content .cate-wrap .cate-item .num {
  font-size: 0.5rem;
  color: #ff6000;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 5px;
}
.trend-keyword.only-mobile .trend-keyword__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trend-keyword.only-mobile .trend-keyword__button-wrap .keyword-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
.trend-keyword.only-mobile .trend-keyword__button-wrap .keyword-more-btn::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icon/ico-swiper-arrow-next.png") no-repeat center center;
  background-size: contain;
  margin-left: 8px;
}

.trend-flow {
  background: #fff;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .trend-flow {
    padding: 48px 0;
  }
}
.trend-flow .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-flow .section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1100px) {
  .trend-flow .trend-flow__con {
    padding-left: 24px;
  }
}
@media (max-width: 1100px) {
  .trend-flow .section-title {
    margin-bottom: 16px;
  }
}
.trend-flow .trend-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .trend-flow .trend-flow__list {
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .trend-flow .trend-flow__list::-webkit-scrollbar {
    display: none;
  }
  .trend-flow .trend-flow__list {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
.trend-flow .trend-flow__item {
  width: 512px;
  height: 512px;
  margin-right: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-flow .trend-flow__item {
    width: 242px;
    height: 242px;
    margin-right: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.trend-flow .trend-flow__item:last-child {
  margin-right: 0;
}
.trend-flow .trend-flow__item > a {
  display: block;
  height: 100%;
}
@media (max-width: 1100px) {
  .trend-flow .button-wrap {
    margin-top: 24px;
    text-align: center;
  }
}
.trend-flow .button-wrap .btn {
  background: #fff;
}

.trend-subscribe {
  padding: 4.8rem 0;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .trend-subscribe {
    padding: 38px 0;
  }
}
.trend-subscribe .subscribe-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trend-subscribe .subscribe-con .section-title {
  position: relative;
}
.trend-subscribe .subscribe-con .section-title::after {
  content: "";
  position: absolute;
  width: 113px;
  height: 113px;
  top: -0.9rem;
  left: 100%;
  background: url("../images/icon/img-lets-do-this.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con .section-title::after {
    top: -15px;
    left: 58%;
    width: 78px;
    height: 78px;
    display: none;
  }
}
.trend-subscribe .subscribe-con .form-wrap {
  width: 25.6rem;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con .form-wrap {
    width: 100%;
  }
}
.trend-subscribe .subscribe-con .form-wrap .email-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: transparent;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
  border: none;
  border-bottom: 1px solid #0f0f0f;
  padding-bottom: 0.8rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con .form-wrap .email-input {
    margin-top: 28px;
    font-size: 16px;
  }
}
.trend-subscribe .subscribe-con .form-wrap .email-input::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
.trend-subscribe .subscribe-con .form-wrap .email-input::-moz-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
.trend-subscribe .subscribe-con .form-wrap .email-input::-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
.trend-subscribe .subscribe-con .form-wrap .email-input::placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con .form-wrap .email-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .trend-subscribe .subscribe-con .form-wrap .email-input::-moz-placeholder {
    font-size: 16px;
  }
  .trend-subscribe .subscribe-con .form-wrap .email-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .trend-subscribe .subscribe-con .form-wrap .email-input::placeholder {
    font-size: 16px;
  }
}
.trend-subscribe .subscribe-con .form-wrap .email-input.s-success + .form-text {
  display: block;
}
.trend-subscribe .subscribe-con .form-wrap .form-text {
  display: none;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  line-height: 1.4;
  font-weight: 400;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con .form-wrap .form-text {
    font-size: 16px;
  }
}
.trend-subscribe .subscribe-con .form-wrap .form-text .color-point {
  color: #ff6000;
}
.trend-subscribe .subscribe-con .form-wrap .check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con .form-wrap .check-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 21px;
  }
}
.trend-subscribe .subscribe-con .form-wrap .check-wrap .selector-cover + .selector-cover {
  margin-left: 0.8rem;
}
@media (max-width: 1100px) {
  .trend-subscribe .subscribe-con .form-wrap .check-wrap .selector-cover + .selector-cover {
    margin-left: 0;
    margin-top: 15px;
  }
}
.trend-subscribe .subscribe-con .form-wrap .btn-subscribe {
  background: #f6f5f1;
  border-radius: 0;
  color: #0f0f0f;
  font-size: 0.9rem;
  line-height: 1.3;
  height: auto;
  width: auto;
}

@media (max-width: 1100px) {
  #frm12 {
    width: 100%;
  }
}

.hotTrend-show--wrap .only-pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .hotTrend-show--wrap .only-pc {
    display: none;
  }
}
.hotTrend-show--wrap .only-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .hotTrend-show--wrap .only-mobile {
    display: block;
  }
}

.banner-wrap {
  display: none;
  position: fixed;
  bottom: 0.55rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  padding: 0 6.25rem;
}
.banner-wrap.active {
  display: block;
}
@media (max-width: 1100px) {
  .banner-wrap.active {
    display: none;
  }
}
@media (max-width: 1100px) {
  .banner-wrap {
    display: none;
  }
}
.banner-wrap .banner-link {
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.93);
  border-radius: 49.95rem;
  padding: 1.6rem 0;
}
.banner-wrap .banner-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #e0ff01;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0.3;
  border-radius: 49.95rem;
}
.banner-wrap .banner-inner {
  position: relative;
  width: 100%;
  max-width: 64.05rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8rem;
}
@media (max-width: 1321px) {
  .banner-wrap .banner-inner {
    padding: 0 2rem;
  }
}
.banner-wrap .banner-inner .banner-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner-wrap .banner-inner .banner-left p {
  font-size: 1.65rem;
  color: #fff;
  line-height: 1.3;
}
.banner-wrap .banner-inner .banner-left p span {
  font-weight: 700;
  color: #e0ff01;
}
.banner-wrap .banner-inner .dash {
  width: 100%;
  max-width: 29.2rem;
  height: 0.075rem;
  background: #e0ff01;
  margin-bottom: 1.2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.banner-wrap .banner-inner .banner-right {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner-wrap .banner-inner .careet-chara {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% - 0.05rem);
  width: 14.1rem;
  height: 14.1rem;
  background: url("../images/main/img-careet-eye-none-chara.png") no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.banner-wrap .banner-inner .careet-chara .careet-eye {
  position: absolute;
  bottom: 2.5rem;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.725rem;
  height: 1.375rem;
  background: url("../images/main/img-careet-eye-deafult.png") no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.banner-wrap .banner-inner .careet-chara .careet-eye.animate {
  background: url("../images/main/img-careet-eye-active.png") no-repeat center center;
  background-size: 100% 0.775rem;
  background-position: center bottom;
}
.banner-wrap .banner-inner .link-btn {
  width: 100%;
  max-width: 13rem;
}
.banner-wrap .banner-careet {
  position: relative;
  display: block;
  width: 100%;
  height: 11.3rem;
  background: url("../images/main/bg-banner-careet--pc.png") no-repeat center center;
  background-size: contain;
  background-position: center center;
}
.banner-wrap .banner-close--btn {
  position: absolute;
  top: -1.1rem;
  left: 4.6rem;
  width: 2.4rem;
  height: 2.4rem;
}

.mobile-banner-wrap {
  display: none;
  position: fixed;
  bottom: 0.55rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 53.6rem;
  z-index: 100;
  padding-left: 4%;
  padding-right: 4%;
}
.mobile-banner-wrap.active {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-banner-wrap.active {
    display: block;
  }
}
.mobile-banner-wrap .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mobile-banner-wrap .banner-item {
  position: relative;
}
.mobile-banner-wrap .banner-item .banner-close--btn {
  position: absolute;
  top: -1.1rem;
  left: 4.6rem;
  width: 4rem;
  height: 4rem;
}
.mobile-banner-wrap .banner-item .default {
  display: block;
}
.mobile-banner-wrap .banner-item .active {
  display: none;
}
.mobile-banner-wrap .banner-item.animate .default {
  display: none;
}
.mobile-banner-wrap .banner-item.animate .active {
  display: block;
}

.p-sub {
  padding-top: 8.95rem;
}
@media (max-width: 1100px) {
  .p-sub {
    padding-top: 56px;
  }
}

.filter-wrap {
  background: #f2f0ea;
  padding: 0.8rem 0;
}
.filter-wrap .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .filter-wrap .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1100px) {
  .filter-wrap .select-box-container {
    width: 100%;
  }
}
.filter-wrap .form-select {
  border-radius: 1rem;
  border-bottom: 0;
  min-width: 10rem;
  padding: 0.4rem 0.8rem;
  background: #fff url("../images/icon/ico-expand-more.png") no-repeat 0 0;
  background-position: right 8px center;
  background-size: 1.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .filter-wrap .form-select {
    width: 100%;
  }
}
.filter-wrap .check-wrap {
  margin-left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .filter-wrap .check-wrap {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1100px) {
  .filter-wrap .check-wrap .selector-cover {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.filter-wrap .check-wrap .selector-cover .selector-text {
  font-weight: 700;
}
@media (max-width: 1100px) {
  .filter-wrap .check-wrap .selector-cover .selector-text {
    font-size: 14px;
  }
}
.filter-wrap .check-wrap .selector-cover + .selector-cover {
  margin-left: 1.2rem;
}
@media (max-width: 1100px) {
  .filter-wrap .check-wrap .selector-cover + .selector-cover {
    margin-left: 48px;
  }
}
@media (max-width: 1100px) {
  .filter-wrap .check-wrap.calendar {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .filter-wrap .check-wrap.calendar .selector-cover:nth-child(1) .selector-text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.filter-wrap .check-wrap.calendar .selector-cover:nth-child(1) .selector-text::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/icon/ico-calendar-blue.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 0.1rem;
}
@media (max-width: 1100px) {
  .filter-wrap .check-wrap.calendar .selector-cover:nth-child(2) {
    margin-left: 16px;
  }
}
.filter-wrap .check-wrap.calendar .selector-cover:nth-child(2) .selector-text::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/icon/ico-calendar-red.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 0.1rem;
}

.content-heading {
  position: relative;
  background: #f6f5f1;
}
.content-heading.bg::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 9.4rem;
  background: url("../images/main/img-search-bg.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1100px) {
  .content-heading.bg::after {
    height: 70px;
  }
}
.content-heading .section-inner {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-top: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .content-heading .section-inner {
    padding: 48px 24px;
    padding-top: 48px;
    border-top: none;
  }
}
.content-heading .content-heading__con {
  position: relative;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con {
    border-top: 1px solid #0f0f0f;
    padding-top: 48px;
  }
}
.content-heading .content-heading__con .series-wrap,
.content-heading .content-heading__con .series-name__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .series-wrap,
  .content-heading .content-heading__con .series-name__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.content-heading .content-heading__con .series-wrap span,
.content-heading .content-heading__con .series-name__wrap span {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .series-wrap span,
  .content-heading .content-heading__con .series-name__wrap span {
    font-size: 14px !important;
  }
}
.content-heading .content-heading__con .series-wrap .series-cate,
.content-heading .content-heading__con .series-name__wrap .series-cate {
  position: relative;
  margin-right: 0.8rem;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .series-wrap .series-cate,
  .content-heading .content-heading__con .series-name__wrap .series-cate {
    margin-right: 16px;
  }
}
.content-heading .content-heading__con .series-wrap .series-cate::after,
.content-heading .content-heading__con .series-name__wrap .series-cate::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.4rem);
  width: 1px;
  height: 0.9rem;
  background: #0f0f0f;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .series-wrap .series-cate::after,
  .content-heading .content-heading__con .series-name__wrap .series-cate::after {
    height: 16px;
  }
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .series-wrap {
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.content-heading .content-heading__con .series-name__wrap {
  margin-right: 1.6rem;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .series-name__wrap {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-heading .content-heading__con .content-date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .content-date {
    font-size: 14px;
    margin-top: 8px;
  }
}
.content-heading .content-heading__con .cate-wrap {
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .cate-wrap {
    margin-bottom: 24px;
  }
}
.content-heading .content-heading__con .cate-wrap .cate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.3rem;
  background: #ff6000;
  color: #f6f5f1;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .cate-wrap .cate {
    font-size: 14px !important;
  }
}
.content-heading .content-heading__con .content-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
  word-break: keep-all;
  margin-bottom: 3.2rem;
  width: 46rem;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .content-title {
    width: 100%;
    font-size: 26px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con .content-info__items {
    margin-bottom: 16px;
  }
}
.content-heading .content-heading__con.type-for-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con.type-for-pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-heading .content-heading__con.type-for-pay .con-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-heading .content-heading__con.type-for-pay .con-left .content-title {
  margin-bottom: 0;
}
.content-heading .content-heading__con.type-for-pay .sub-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con.type-for-pay .sub-info__wrap {
    height: 83px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 24px;
  }
}
.content-heading .content-heading__con.type-for-pay .img-wrap {
  width: 24.15rem;
  height: 13.35rem;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__con.type-for-pay .img-wrap {
    position: absolute;
    width: 148px;
    height: 83px;
    bottom: 0;
    right: 0;
  }
}
.content-heading .content-heading__con.type-for-pay .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-heading .content-heading__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-heading .content-heading__flex .content-heading__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.6rem;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__flex .content-heading__left {
    width: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.content-heading .content-heading__flex .content-heading__left .cate {
  font-size: 0.9rem;
  color: #ff6000;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__flex .content-heading__left .cate {
    font-size: 14px;
  }
}
.content-heading .content-heading__flex .content-heading__right {
  width: 100%;
}
.content-heading .content-heading__flex .content-heading__right-cate {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 900;
  color: #f6f5f1;
  background: #ff6000;
  padding: 0.25rem 0.3rem;
  margin-bottom: 1.6rem;
}
.content-heading .content-heading__flex .content-heading__right-tit {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__flex .content-heading__right-tit {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.content-heading .content-heading__flex .content-heading__right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-heading .content-heading__flex .content-heading__right-info .desc {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.64px;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__flex .content-heading__right-info .desc {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.content-heading .content-heading__flex.trend-keyword .content-heading__left {
  max-width: 12.1rem;
}
.content-heading .content-heading__search {
  position: relative;
  max-width: 52.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  margin: 0 auto;
}
.content-heading .content-heading__search .search-message {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #0f0f0f;
  margin-bottom: 0.8rem;
  text-align: left;
  width: 100%;
}
.content-heading .content-heading__search .search-message .color-point {
  color: #ff6000;
  font-weight: 900;
}
.content-heading .content-heading__search .search-here {
  width: 121.867px;
  height: 94.672px;
  margin-right: 0.7rem;
}
.content-heading .content-heading__search .search-here img {
  width: 100%;
}
.content-heading .content-heading__search .search-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.content-heading .content-heading__search .search-wrap .search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  right: 1.2rem;
}
.content-heading .content-heading__search .search-wrap .search img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-heading .content-heading__search .search-wrap .input-search {
  border: none;
  padding: 1.3rem 3rem 1.3rem 1.2rem;
  width: 100%;
  font-size: 1rem;
  color: #0f0f0f;
  font-weight: 500;
  line-height: 1;
}
.content-heading .content-heading__search .search-wrap .input-search::-webkit-input-placeholder {
  color: #999;
}
.content-heading .content-heading__search .search-wrap .input-search::-moz-placeholder {
  color: #999;
}
.content-heading .content-heading__search .search-wrap .input-search::-ms-input-placeholder {
  color: #999;
}
.content-heading .content-heading__search .search-wrap .input-search::placeholder {
  color: #999;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__search .search-wrap .input-search {
    padding: 22px 57px 22px 24px;
    font-size: 18px;
  }
}
.content-heading .content-heading__search .retry-add-search__wrap {
  margin-top: 0.8rem;
}
.content-heading .content-heading__search .retry-add-search__wrap .search-message {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #0f0f0f;
  margin-bottom: 0.8rem;
  text-align: left;
  width: 100%;
}
.content-heading .content-heading__search .retry-add-search__wrap .search-message .color-point {
  color: #ff6000;
  font-weight: 900;
}
.content-heading .content-heading__search .retry-search__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.8rem;
}
.content-heading .content-heading__search .retry-search__wrap .search-message {
  margin-bottom: 0;
  word-break: keep-all;
  padding-right: 0.5rem;
}
.content-heading .content-heading__search .retry-search__wrap .check-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-heading .content-heading__search .retry-search__wrap .check-wrap .selector-text {
  font-size: 0.8rem;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .content-heading .content-heading__search .retry-search__wrap .check-wrap .selector-text {
    font-size: 14px;
  }
}
.content-heading .no-search-content__wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
.content-heading .no-search-content__wrap .no-search-message {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .content-heading .no-search-content__wrap .no-search-message {
    font-size: 16px;
  }
}
.content-heading .no-search-content__wrap .no-search-message .color-point {
  color: #ff6000;
}
.content-heading .heading__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-heading .heading__wrap .heading-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
.content-heading .heading__wrap .heading-title::after {
  content: "";
  position: absolute;
  top: -70%;
  left: 100%;
  width: 5.64575rem;
  height: 5.64575rem;
  background: url("../images/icon/img-let-start.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .content-heading .heading__wrap .heading-title::after {
    display: none;
  }
}

.content-article {
  padding: 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .content-article {
    padding: 48px 0;
    padding-bottom: 0;
  }
}
.content-article .article-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .content-article .article-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-article .list__wrap {
  width: 18.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8.4rem;
}
@media (max-width: 1100px) {
  .content-article .list__wrap {
    width: 100%;
    margin-right: 0;
  }
}
.content-article .list__wrap .position-sticky {
  position: sticky;
  top: 208px;
}
@media (max-width: 1100px) {
  .content-article .list__wrap .position-sticky {
    position: static;
  }
}
.content-article .list__wrap.type-free .content-list__con {
  background: #f6f5f1;
}
.content-article .list__wrap.type-free .position-sticky {
  position: static;
}
.content-article .list__wrap .content-list__heading {
  padding: 0.8rem 1.6rem;
  background: #0f0f0f;
  color: #f6f5f1;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .content-article .list__wrap .content-list__heading {
    font-size: 15px;
    padding: 16px 24px;
  }
}
.content-article .list__wrap .content-list__con {
  padding: 1.6rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .content-article .list__wrap .content-list__con {
    padding: 24px;
  }
}
.content-article .list__wrap .content-list__con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-article .list__wrap .content-list__con .content-list__item + .content-list__item {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .content-article .list__wrap .content-list__con .content-list__item + .content-list__item {
    margin-top: 10px;
  }
}
.content-article .list__wrap .content-list__con .content-list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.content-article .list__wrap .content-list__con .content-list__item > a .num {
  margin-right: 0.25rem;
  font-size: 0.9rem;
}
@media (max-width: 1100px) {
  .content-article .list__wrap .content-list__con .content-list__item > a .num {
    font-size: 15px;
  }
}
.content-article .list__wrap .content-list__con .content-list__item > a .text {
  font-size: 0.9rem;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 1100px) {
  .content-article .list__wrap .content-list__con .content-list__item > a .text {
    font-size: 15px;
  }
}
.content-article .list__wrap .content-list__con .content-list__item > a .text strong {
  font-weight: 900;
  text-decoration: underline;
}
.content-article .article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-article .article .content-left {
  width: 39.25rem;
}
@media (max-width: 1100px) {
  .content-article .article .content-left {
    width: 100%;
    margin-top: 48px;
  }
}
.content-article .article .article-tool__wrap {
  margin-left: 7.5rem;
}
@media (max-width: 1100px) {
  .content-article .article .article-tool__wrap {
    margin-left: 0;
  }
}
.content-article .article .article-tool__wrap .position-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 208px;
}
@media (max-width: 1100px) {
  .content-article .article .article-tool__wrap .position-sticky {
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    left: 0;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    background: #fff;
    padding: 12px 0;
    z-index: 100;
  }
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap {
  position: absolute;
  width: 7.9rem;
  top: 14%;
  left: calc(100% + 10px);
  background: #f6f5f1;
  padding: 0.5rem;
  border-radius: 0.2rem;
  display: none;
}
@media (max-width: 1100px) {
  .content-article .article .article-tool__wrap .position-sticky .fz-control_wrap {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap .ico-close {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  top: 0.5rem;
  right: 0.5rem;
  background: url("../images/icon/ico-close-gray.png") no-repeat center center;
  background-size: contain;
  z-index: 100;
  cursor: pointer;
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #e1ff01;
  outline: none;
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0f0f0f;
  cursor: pointer;
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap .slider::-moz-range-thumb {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #456bd9;
  cursor: pointer;
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap .slider::-webkit-slider-thumb:active {
  cursor: -webkit-grabbing;
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap .slider::-moz-range-thumb:active {
  cursor: -moz-grabbing;
}
.content-article .article .article-tool__wrap .position-sticky .fz-control_wrap span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}
.content-article .article .article-tool__wrap .c-tool__btn {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.content-article .article .article-tool__wrap .c-tool__btn + .c-tool__btn {
  margin-top: 0.75rem;
}
@media (max-width: 1100px) {
  .content-article .article .article-tool__wrap .c-tool__btn + .c-tool__btn {
    margin-top: 0;
    margin-left: 48px;
  }
}
.content-article .article .article-tool__wrap .c-tool__btn > span {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.content-article .article .article-tool__wrap .c-tool__btn > span.focusable:active, .content-article .article .article-tool__wrap .c-tool__btn > span.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-top {
  background-image: url("../images/icon/ico-btn-top.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-setting-fz {
  background-image: url("../images/icon/ico-btn-fz.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-setting-fz.s-active {
  background-image: url("../images/icon/ico-btn-fz-active.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-setting-fz.s-active .fz-control_wrap {
  display: block;
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-bookmark {
  background-image: url("../images/icon/ico-btn-bookmark.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-bookmark.s-active {
  background-image: url("../images/icon/ico-btn-bookmark-active.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-mark {
  background-image: url("../images/icon/ico-btn-mark.png");
}
@media (max-width: 1100px) {
  .content-article .article .article-tool__wrap .c-tool__btn.btn-mark {
    display: none;
  }
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-mark.s-active {
  background-image: url("../images/icon/ico-btn-mark-active.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-sns {
  background-image: url("../images/icon/ico-btn-sns.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-close {
  background: #0f0f0f;
  background-image: url("../images/icon/ico-btn-close.png");
  background-size: contain;
  border-radius: 100%;
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-draft {
  background: #0f0f0f;
  background-size: contain;
  border-radius: 100%;
  background-image: url("../images/icon/ico-btn-draft.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-save {
  background: #f6f5f1;
  background-size: contain;
  border-radius: 100%;
  background-image: url("../images/icon/ico-btn-save.png");
}
.content-article .article .article-tool__wrap .c-tool__btn.btn-recall {
  background: #f6f5f1;
  background-size: contain;
  border-radius: 100%;
  background-image: url("../images/icon/ico-btn-recall.png");
}
.content-article .article .have-to__wrap {
  padding: 1.6rem 0;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .content-article .article .have-to__wrap {
    padding: 24px 0;
  }
}
.content-article .article .have-to__wrap .have-to__tit {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.6;
  color: #ff6000;
  margin-bottom: 0.6rem;
}
@media (max-width: 1100px) {
  .content-article .article .have-to__wrap .have-to__tit {
    font-size: 14px;
  }
}
.content-article .article .have-to__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-article .article .have-to__wrap .have-to__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .content-article .article .have-to__wrap .have-to__item {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 14px;
  }
}
.content-article .article .have-to__wrap .have-to__item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #0f0f0f;
  border-radius: 100%;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-article .article .careet-content__wrap {
  position: relative;
}
.content-article .article .careet-content__wrap .content-title {
  padding-top: 3.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1100px) {
  .content-article .article .careet-content__wrap .content-title {
    padding-top: 50px;
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.content-article .article .careet-content__wrap .tip {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  cursor: pointer;
}
.content-article .article .careet-content__wrap .tip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: #ff6000;
  border-radius: 50%;
}
.content-article .article .careet-content__wrap .tip .tooltip {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, -2rem);
          transform: translate(-50%, -2rem);
  min-width: 13rem;
  padding: 0.75rem;
  font-weight: 400;
  font-size: 0.7rem !important;
  color: #fff !important;
  background-color: #333;
  border-radius: 0.25rem;
  transition: transform 0.25s cubic-bezier(0.15, 1.05, 0.54, 1.1), -webkit-transform 0.25s cubic-bezier(0.15, 1.05, 0.54, 1.1);
}
.content-article .article .careet-content__wrap .tip .tooltip.on {
  display: block;
}
.content-article .article .careet-content__wrap .content-desc {
  font-size: 0.9rem;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-content__wrap .content-desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.content-article .article .careet-content__wrap .content-img__wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-content__wrap .content-img__wrap {
    margin-bottom: 24px;
  }
}
.content-article .article .careet-content__wrap .content-img__wrap .from__wrap {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.7rem;
  color: #777;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .content-article .article .careet-content__wrap .content-img__wrap .from__wrap {
    margin-top: 6px;
    font-size: 12px;
  }
}
.content-article .article .check-point__wrap {
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .content-article .article .check-point__wrap {
    margin-bottom: 48px;
  }
}
.content-article .article .check-point__wrap .check-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.3rem;
}
.content-article .article .check-point__wrap .check-point__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.6;
  color: #ff6000;
  margin-bottom: 1.2rem;
  word-break: break-all;
}
@media (max-width: 1100px) {
  .content-article .article .check-point__wrap .check-point__tit {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.content-article .article .check-point__wrap .check-point__desc {
  font-size: 0.9rem;
  word-break: break-all;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .content-article .article .check-point__wrap .check-point__desc {
    font-size: 16px;
  }
}
.content-article .article .check-point__wrap .check-point__desc strong {
  font-weight: 700;
}
.content-article .article .careet-content__bottom {
  padding-bottom: 1.2rem;
  padding-right: 1.2rem;
  border-bottom: 1px solid #0f0f0f;
  border-right: 1px solid #0f0f0f;
  margin-bottom: 1.2rem;
  margin-top: 3.2rem;
}
.content-article .article .careet-content__bottom .editor-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-article .article .careet-content__bottom .editor-info__wrap .editor-name {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #000;
}
.content-article .article .careet-content__bottom .editor-info__wrap .editor-name::after {
  position: absolute;
  top: 0.05rem;
  content: "Editor";
  font-size: 0.5rem;
  margin-left: 0.25rem;
}
.content-article .article .careet-content__bottom .editor-info__wrap .careet-logo {
  width: 3.4rem;
  height: 1.6rem;
}
.content-article .article .careet-content__bottom .editor-info__wrap .careet-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-article .article .careet-sub-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-sub-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 48px;
  }
}
.content-article .article .careet-sub-info__wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-article .article .careet-sub-info__wrap .left .icon {
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/icon/ico-sns-dark.png") no-repeat center center;
  background-size: contain;
  margin-right: 0.6rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-sub-info__wrap .left .icon {
    width: 32px;
    height: 32px;
  }
}
.content-article .article .careet-sub-info__wrap .left .text__wrap .text-top {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1100px) {
  .content-article .article .careet-sub-info__wrap .left .text__wrap .text-top {
    font-size: 12px;
  }
}
.content-article .article .careet-sub-info__wrap .left .text__wrap .text-desc {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1100px) {
  .content-article .article .careet-sub-info__wrap .left .text__wrap .text-desc {
    font-size: 12px;
    word-break: keep-all;
  }
}
.content-article .article .careet-sub-info__wrap .right .cation {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  text-align: right;
}
@media (max-width: 1100px) {
  .content-article .article .careet-sub-info__wrap .right .cation {
    margin-top: 12px;
    text-align: left;
  }
}
.content-article .article .more-trend__wrap {
  position: relative;
  padding: 1.6rem 0;
  background: #f6f5f1;
  text-align: center;
}
.content-article .article .more-trend__wrap::before {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  background: url("../images/icon/img-click-click-click.png") no-repeat center center;
  background-size: contain;
  top: -1.2rem;
  left: -1.7rem;
}
@media (max-width: 1100px) {
  .content-article .article .more-trend__wrap::before {
    display: none;
  }
}
.content-article .article .more-trend__wrap .more-trend__tit {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .content-article .article .more-trend__wrap .more-trend__tit {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.content-article .article .more-trend__wrap .more-trend__tit .color-point {
  color: #ff6000;
}
.content-article .article .banner-container {
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .content-article .article .banner-container {
    margin-bottom: 32px;
  }
}
.content-article .article .banner-container a {
  display: block;
  height: 100%;
}
.content-article .article .banner-container a img {
  width: 100%;
}
.content-article .article .banner-container a img.pc-for-img {
  display: block;
}
@media screen and (max-width: 600px) {
  .content-article .article .banner-container a img.pc-for-img {
    display: none;
  }
}
.content-article .article .banner-container a img.mobile-for-img {
  display: none;
}
@media screen and (max-width: 600px) {
  .content-article .article .banner-container a img.mobile-for-img {
    display: block;
  }
}
.content-article .article .careet-secret__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  background: url("../images/main/bg-wave.png") no-repeat 0 0;
  background-size: cover;
}
.content-article .article .careet-secret__wrap.type-for-free {
  padding-top: 2.6rem;
  padding-bottom: 5rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-secret__wrap.type-for-free {
    padding-top: 26px;
    padding-bottom: 50px;
  }
}
.content-article .article .careet-secret__wrap.type-for-free .button-wrap {
  margin-bottom: 0;
}
.content-article .article .careet-secret__wrap.type-for-not-login {
  padding-top: 1.15rem;
  padding-bottom: 1.8rem;
}
.content-article .article .careet-secret__wrap .wave {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0.6rem;
}
.content-article .article .careet-secret__wrap .wave svg {
  width: 100%;
}
.content-article .article .careet-secret__wrap .wave-top {
  padding-bottom: 1.6rem;
}
.content-article .article .careet-secret__wrap .wave-bottom {
  padding-top: 1.6rem;
}
.content-article .article .careet-secret__wrap .img-wrap {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-secret__wrap .img-wrap {
    width: 80px;
    height: 80px;
  }
}
.content-article .article .careet-secret__wrap .img-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-article .article .careet-secret__wrap .secret-tit {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .content-article .article .careet-secret__wrap .secret-tit {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.content-article .article .careet-secret__wrap .secret-tit .color-point {
  color: #ff6000;
}
.content-article .article .careet-secret__wrap .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-secret__wrap .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}
.content-article .article .careet-secret__wrap .button-wrap .btn {
  background: #fff;
}
.content-article .article .careet-secret__wrap .button-wrap .btn .color-point {
  color: #ff6000;
}
.content-article .article .careet-secret__wrap .button-wrap .btn + .btn {
  margin-left: 1.6rem;
}
@media (max-width: 1100px) {
  .content-article .article .careet-secret__wrap .button-wrap .btn + .btn {
    margin-left: 0;
    margin-top: 16px;
  }
}
.content-article .article .careet-secret__wrap .join-wrap p {
  font-size: 0.7rem;
  color: #0f0f0f;
  opacity: 0.5;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.56px;
  margin-bottom: 0.6rem;
  text-align: center;
}
.content-article .article .careet-secret__wrap .join-wrap .join-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}

.content-article + .trend-list {
  padding-top: 0;
}
@media (max-width: 1100px) {
  .content-article + .trend-list {
    padding-top: 48px;
  }
}
@media (max-width: 1100px) {
  .content-article + .trend-list .trend-delivery__con {
    padding-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 0;
  }
  .content-article + .trend-list .trend-delivery__con::-webkit-scrollbar {
    display: none;
  }
  .content-article + .trend-list .trend-delivery__con {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
@media screen and (max-width: 800px) {
  .content-article + .trend-list .trend-delivery__con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
}

#linerIco {
  position: absolute;
  top: -57px;
  width: 2.5rem;
  z-index: 1;
}
#linerIco .btn {
  display: inline;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9rem;
  line-height: 1;
}

.save_marker {
  position: relative;
}

.save_txt {
  position: absolute;
  top: 0;
  left: 1.5rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 13px !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  -webkit-animation: clickLike 1s ease;
  animation: clickLike 1s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes clickLike {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  60% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 0;
  }
}

@keyframes clickLike {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  60% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 0;
  }
}
#preview__content #bold900 {
  font-weight: 900 !important;
}

#fr-preview__content em {
  font-family: "SUIT", sans-serif !important;
  font-style: italic;
  word-break: keep-all !important;
}
#fr-preview__content a {
  font-family: "SUIT", sans-serif !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #111;
          text-decoration-color: #111;
  color: #111 !important;
  font-weight: 400;
  font-size: 1.1rem !important;
}
@media (max-width: 1100px) {
  #fr-preview__content a {
    font-size: 0.9rem !important;
  }
}
#fr-preview__content ul {
  list-style: disc;
  padding: 0 1rem;
}
#fr-preview__content ul li {
  list-style: inherit;
  line-height: 1.9;
  word-break: keep-all !important;
}
#fr-preview__content ol {
  list-style: decimal;
  padding: 0 1rem;
}
#fr-preview__content ol li {
  list-style: inherit;
  line-height: 1.9;
  word-break: keep-all !important;
}
#fr-preview__content .fr-img-space-wrap2 {
  line-height: 1.9;
}
#fr-preview__content .fr-img-space-wrap2 .fr-img-caption .fr-img-wrap {
  text-align: center;
}
#fr-preview__content .fr-img-space-wrap2 .fr-img-caption .fr-img-wrap img + .fr-inner div {
  font-family: "SUIT", sans-serif !important;
  font-size: 0.9rem !important;
  color: #666 !important;
  font-weight: 500 !important;
  word-break: keep-all !important;
}
@media (max-width: 1100px) {
  #fr-preview__content .fr-img-space-wrap2 .fr-img-caption .fr-img-wrap img + .fr-inner div {
    font-size: 0.8rem !important;
  }
}
#fr-preview__content .fr-img-caption .fr-img-wrap img + .fr-inner div {
  font-family: "SUIT", sans-serif !important;
  font-size: 0.9rem !important;
  color: #666 !important;
  font-weight: 500 !important;
  word-break: keep-all !important;
}
@media (max-width: 1100px) {
  #fr-preview__content .fr-img-caption .fr-img-wrap img + .fr-inner div {
    font-size: 0.8rem !important;
  }
}
#fr-preview__content .fr-img-space-wrap {
  line-height: 1.9;
}
#fr-preview__content .fr-img-space-wrap .fr-img-caption .fr-img-wrap {
  text-align: center;
}
#fr-preview__content .fr-img-space-wrap .fr-img-caption .fr-img-wrap img + .fr-inner div {
  font-family: "SUIT", sans-serif !important;
  font-size: 0.9rem !important;
  color: #666 !important;
  font-weight: 500 !important;
  word-break: keep-all !important;
}
@media (max-width: 1100px) {
  #fr-preview__content .fr-img-space-wrap .fr-img-caption .fr-img-wrap img + .fr-inner div {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 1100px) {
  #fr-preview__content .fr-img-space-wrap .fr-img-caption + h2 {
    font-size: 0.9rem !important;
  }
}
#fr-preview__content h3#mid__title {
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  color: #111 !important;
}
@media (max-width: 1100px) {
  #fr-preview__content h3#mid__title {
    font-size: 1.1rem !important;
  }
}
#fr-preview__content h4#sub__title {
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  color: #111 !important;
}
@media (max-width: 1100px) {
  #fr-preview__content h4#sub__title {
    font-size: 1rem !important;
  }
}
#fr-preview__content h2#recomm__reader {
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  color: #ff6000 !important;
}
@media (max-width: 1100px) {
  #fr-preview__content h2#recomm__reader {
    font-size: 0.9rem !important;
  }
}
#fr-preview__content h5#chkpoint {
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  color: #ff6000 !important;
}
#fr-preview__content #bold900 {
  font-weight: 900 !important;
}
#fr-preview__content .twitter-tweet,
#fr-preview__content .twitter-tweet-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}
#fr-preview__content .twitter-tweet iframe,
#fr-preview__content .twitter-tweet-rendered iframe {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
}
#fr-preview__content .tiktok-embed {
  margin-left: auto !important;
  margin-right: auto !important;
}
#fr-preview__content .snsinsta {
  width: 100% !important;
  max-width: 27.5rem !important;
  margin: 0 auto !important;
}
#fr-preview__content .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0rem 5rem; /*개발추가*/
  max-width: 458px;
}
#fr-preview__content blockquote.tiktok-embed {
  /*개발추가*/
  border: 0px !important;
}

#fr-preview__content .fr-img-wrap a {
  text-decoration: none !important;
}
#fr-preview__content .fr-img-wrap .fr-inner,
#fr-preview__content .fr-img-wrao img + .fr-inner {
  font-family: "SUIT", sans-serif !important;
  font-size: 0.9rem !important;
  color: #666;
  font-weight: 500;
  margin: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.9;
  width: 100%;
  text-align: center;
  padding: 5px 5px 10px !important;
  word-break: keep-all !important;
}
@media (max-width: 1100px) {
  #fr-preview__content .fr-img-wrap .fr-inner,
  #fr-preview__content .fr-img-wrao img + .fr-inner {
    font-size: 0.8rem !important;
  }
}
#fr-preview__content .twitter-tweet,
#fr-preview__content .twitter-tweet-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}
#fr-preview__content .twitter-tweet iframe,
#fr-preview__content .twitter-tweet-rendered iframe {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin: 0 auto !important;
}
#fr-preview__content .tiktok-embed {
  margin-left: auto !important;
  margin-right: auto !important;
}
#fr-preview__content .snsinsta {
  width: 100% !important;
  max-width: 27.5rem !important;
  margin: 0 auto !important;
}
#fr-preview__content .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0rem 5rem; /*개발추가*/
  max-width: 458px;
}
#fr-preview__content blockquote.tiktok-embed {
  /*개발추가*/
  border: 0px !important;
}

#fr-preview__content p:not(.marker),
#fr-preview__content h1:not(.marker),
#fr-preview__content h2:not(.marker),
#fr-preview__content h3:not(.marker),
#fr-preview__content h4:not(.marker),
#fr-preview__content h5:not(.marker),
#fr-preview__content h6:not(.marker),
#fr-preview__content ul,
#fr-preview__content ol,
#fr-preview__content li,
#fr-preview__content dl,
#fr-preview__content dt,
#fr-preview__content dd,
#fr-preview__content table,
#fr-preview__content th,
#fr-preview__content td,
#fr-preview__content form,
#fr-preview__content fieldset,
#fr-preview__content legend,
#fr-preview__content input,
#fr-preview__content textarea,
#fr-preview__content button,
#fr-preview__content select,
#fr-preview__content pre,
#fr-preview__content strong,
#fr-preview__content em,
#fr-preview__content span:not(.marker),
#fr-preview__content div {
  font-family: "SUIT", sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.9 !important;
  color: #111;
  word-break: keep-all !important;
}
@media (max-width: 1100px) {
  #fr-preview__content p:not(.marker),
  #fr-preview__content h1:not(.marker),
  #fr-preview__content h2:not(.marker),
  #fr-preview__content h3:not(.marker),
  #fr-preview__content h4:not(.marker),
  #fr-preview__content h5:not(.marker),
  #fr-preview__content h6:not(.marker),
  #fr-preview__content ul,
  #fr-preview__content ol,
  #fr-preview__content li,
  #fr-preview__content dl,
  #fr-preview__content dt,
  #fr-preview__content dd,
  #fr-preview__content table,
  #fr-preview__content th,
  #fr-preview__content td,
  #fr-preview__content form,
  #fr-preview__content fieldset,
  #fr-preview__content legend,
  #fr-preview__content input,
  #fr-preview__content textarea,
  #fr-preview__content button,
  #fr-preview__content select,
  #fr-preview__content pre,
  #fr-preview__content strong,
  #fr-preview__content em,
  #fr-preview__content span:not(.marker),
  #fr-preview__content div {
    font-size: 0.9rem !important;
  }
}

.progress-container {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 5px; /* height: 0px; 으로 하면 안 보임 */
  background-color: #bbb;
  z-index: 9997;
}

.progress-bar {
  position: fixed;
  top: 0px;
  width: 0%;
  height: 5px;
  background: #ff6000;
  border-radius: 0px 10px 10px 0px;
}

.fr-class-underline-ani {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #ebff50));
  background-image: linear-gradient(90deg, transparent 50%, #ebff50 0);
  background-position: 0;
  background-size: 200%;
  -webkit-transition: background-position 1.3s linear;
  transition: background-position 1.3s linear;
  font-weight: bold;
}
.fr-class-underline-ani.on {
  background-position: -100%;
}

.content-heading__bottom {
  padding: 1.2rem 0;
  background: #f2f0ea;
}
@media (max-width: 1100px) {
  .content-heading__bottom {
    padding: 16px 0;
  }
}
.content-heading__bottom.calendar .bottom__wrap .filter-wrap {
  padding: 0;
}
@media (max-width: 1100px) {
  .content-heading__bottom.month-calendar .section-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.content-heading__bottom .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .content-heading__bottom .section-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-heading__bottom .bottom__wrap .filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-heading__bottom .button-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.75rem;
}
@media (max-width: 1100px) {
  .content-heading__bottom .button-wrap {
    margin-right: 18px;
  }
}
.content-heading__bottom .button-wrap .tab-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 2rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  border-radius: 1rem;
  border: 1px solid #d4d4d4;
  background: #fff;
}
@media (max-width: 1100px) {
  .content-heading__bottom .button-wrap .tab-anchor {
    width: 145px;
    height: 40px;
    border-radius: 20px;
  }
}
.content-heading__bottom .button-wrap .tab-anchor.day.s-active {
  position: absolute;
  width: 5rem;
  background: #ff6000;
  color: #fff;
  border-color: #000;
  border-width: 2px;
}
@media (max-width: 1100px) {
  .content-heading__bottom .button-wrap .tab-anchor.day.s-active {
    width: 80px;
  }
}
.content-heading__bottom .button-wrap .tab-anchor.day.s-active + .tab-anchor.month {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.25rem;
}
@media (max-width: 1100px) {
  .content-heading__bottom .button-wrap .tab-anchor.day.s-active + .tab-anchor.month {
    padding: 0 15px;
  }
}
.content-heading__bottom .button-wrap .tab-anchor.month.s-active {
  position: absolute;
  right: 0;
  width: 5rem;
  background: #ff6000;
  color: #fff;
  border-color: #000;
  border-width: 2px;
}
@media (max-width: 1100px) {
  .content-heading__bottom .button-wrap .tab-anchor.month.s-active {
    width: 80px;
  }
}
.content-heading__bottom .button-wrap .tab-anchor.month + .tab-anchor.day {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1.25rem;
}
@media (max-width: 1100px) {
  .content-heading__bottom .button-wrap .tab-anchor.month + .tab-anchor.day {
    padding: 0 15px;
  }
}

.calendar-section {
  position: relative;
  padding: 4rem 0 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .calendar-section {
    padding: 40px 0 48px 0;
  }
}
.calendar-section .calendar-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-section .calendar-con #List {
  position: sticky;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 5.25rem;
  margin-top: 4.3rem;
  width: 100%;
  max-width: calc(25.6rem - 0.8rem);
}
@media (max-width: 1100px) {
  .calendar-section .calendar-con #List {
    position: static;
    top: 0;
    max-width: 100%;
    margin-top: 0;
  }
}
.calendar-section .calendar-con .info .pc-info--view {
  display: block;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-con .info .pc-info--view {
    display: none;
  }
}
.calendar-section .calendar-con .info .mobile-info--view {
  display: none;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-con .info .mobile-info--view {
    display: block;
  }
}
.calendar-section .calendar__wrap {
  position: relative;
  width: 100%;
  max-width: calc(52.8rem - 0.8rem);
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap {
    display: none;
  }
}
.calendar-section .calendar__wrap .fc-h-event.normal-event {
  background: none;
}
.calendar-section .calendar__wrap .fc-h-event.normal-event .fc-event-title {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.calendar-section .calendar__wrap .fc-scrollgrid-section > td {
  border: none;
}
.calendar-section .calendar__wrap .fc-today-button {
  display: none !important;
}
.calendar-section .calendar__wrap .fc-header-toolbar {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar-section .calendar__wrap .fc-header-toolbar .fc-button-group {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.calendar-section .calendar__wrap .fc-header-toolbar .fc-button-group .fc-button {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: none;
  background-size: contain;
  border: none;
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap .fc-header-toolbar .fc-button-group .fc-button {
    width: 32px;
    height: 32px;
  }
}
.calendar-section .calendar__wrap .fc-header-toolbar .fc-button-group .fc-button .fc-icon {
  display: none;
}
.calendar-section .calendar__wrap .fc-header-toolbar .fc-button-group .fc-button.fc-prev-button {
  background: url("../images/icon/ico-swiper-arrow-prev.png") no-repeat center center;
  background-size: contain;
  margin-right: 10rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap .fc-header-toolbar .fc-button-group .fc-button.fc-prev-button {
    margin-right: 130px;
  }
}
.calendar-section .calendar__wrap .fc-header-toolbar .fc-button-group .fc-button.fc-next-button {
  background: url("../images/icon/ico-swiper-arrow-next.png") no-repeat center center;
  background-size: contain;
}
.calendar-section .calendar__wrap .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 2rem;
  color: #0f0f0f;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 24px;
  }
}
.calendar-section .calendar__wrap .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
}
.calendar-section .calendar__wrap .fc .fc-button-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar-section .calendar__wrap .fc-col-header-cell .fc-scrollgrid-sync-inner {
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f5f1;
}
.calendar-section .calendar__wrap .fc-col-header-cell .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}
.calendar-section .calendar__wrap .fc-event-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-section .calendar__wrap .fc-daygrid-dot-event .fc-event-title {
  font-size: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap .fc-daygrid-dot-event .fc-event-title {
    font-size: 14px;
  }
}
.calendar-section .calendar__wrap .fc-daygrid-day-events {
  min-height: 8rem;
}
.calendar-section .calendar__wrap .fc-daygrid-dot-event {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap .fc-daygrid-dot-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-section .calendar__wrap .fc-daygrid-event-dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/icon/ico-calendar-blue.png") no-repeat center center;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap .fc-daygrid-event-dot {
    width: 16px;
    height: 16px;
    margin: 0;
  }
}
.calendar-section .calendar__wrap .fc-event-time {
  display: none;
}
.calendar-section .calendar__wrap .fc-h-event {
  border-radius: 0.2rem;
  background: #e1ff01;
  padding: 0.2rem 0.8rem;
  border: none;
}
.calendar-section .calendar__wrap .fc-h-event .fc-event-title {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 1100px) {
  .calendar-section .calendar__wrap .fc-h-event .fc-event-title {
    font-size: 14px;
  }
}
.calendar-section .calendar__wrap .fc-daygrid-day-number {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
}
.calendar-section .calendar__wrap .fc-daygrid-day-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f5f1;
  height: 3.2rem;
  margin-bottom: 0.4rem;
}
.calendar-section .calendar__wrap .fc-daygrid-day-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem;
  min-height: 1.9rem;
  min-width: 33px;
}
.calendar-section .calendar__wrap .fc-daygrid-day.s-selected {
  background: transparent;
}
.calendar-section .calendar__wrap .fc-daygrid-day.s-selected .fc-daygrid-day-number {
  background: #e1ff01;
  border-radius: 5rem;
}
.calendar-section .calendar__wrap .fc-daygrid-day.s-selected .fc-daygrid-day-top {
  border-bottom: 6px solid #0f0f0f;
}
.calendar-section .calendar__wrap .fc-theme-standard td,
.calendar-section .calendar__wrap .fc-theme-standard th {
  border-color: #f2f0ea;
  border-width: 2px;
}
.calendar-section .calendar__wrap .fc-theme-standard th {
  border-top: none;
  border-bottom: none;
  display: none;
}
.calendar-section .calendar__wrap .fc-theme-standard th:nth-child(1) {
  border-left: none;
}
.calendar-section .calendar__wrap .fc-theme-standard th:last-child {
  border-right: none;
}
.calendar-section .calendar__wrap .fc-daygrid-day-bottom {
  padding-bottom: 0.4rem;
}
.calendar-section .calendar-info__wrap {
  width: 100%;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap {
    max-width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }
  .calendar-section .calendar-info__wrap.s-active {
    bottom: 0;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__heading {
  background: #0f0f0f;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__heading {
    padding: 24px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-left div {
  color: #fff;
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-left .date {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__heading .heading-left .date {
    font-size: 20px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-left .day {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #f6f5f1;
  margin-left: 0.8rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__heading .heading-left .day {
    font-size: 14px;
    margin-left: 9px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-right .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-right .controller .btn-arrow {
  width: 0.8rem;
  height: 0.8rem;
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-right .controller .btn-arrow.prev {
  background: url("../images/icon/ico-left.png") no-repeat center center;
  background-size: contain;
}
.calendar-section .calendar-info__wrap .calendar-info__heading .heading-right .controller .btn-arrow.next {
  background: url("../images/icon/ico-right.png") no-repeat center center;
  background-size: contain;
  margin-left: 1.2rem;
}
.calendar-section .calendar-info__wrap .calendar-info__content {
  padding: 2.4rem 2rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content {
    padding: 24px 16px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .calendar-cate__tit {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
  padding: 0.6rem 0;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .calendar-cate__tit {
    font-size: 20px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item.anniversary .info-event__item::before {
  background: url("../images/icon/ico-calendar-blue.png") no-repeat center center;
  background-size: contain;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item.anniversary .info-event__item .event-desc {
  font-size: 0.75rem;
  color: #0f0f0f;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item.anniversary .info-event__item .event-desc {
    font-size: 14px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item.event .info-event__item::before {
  background: url("../images/icon/ico-calendar-red.png") no-repeat center center;
  background-size: contain;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap {
  padding-top: 1.6rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap {
    padding-top: 24px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .info-event__item {
  position: relative;
  padding-left: 1.8rem;
  padding-bottom: 2.8rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .info-event__item {
    padding-left: 24px;
    padding-bottom: 56px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .info-event__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  z-index: 20;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .info-event__item::before {
    width: 20px;
    height: 20px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .info-event__item::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0;
  width: 0.05rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .info-event__item:last-child {
  padding-bottom: 0;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .info-event__item:last-child::after {
  display: none;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .event-title {
  font-size: 0.9rem;
  color: #0f0f0f;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .event-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .event-desc {
  font-size: 0.7rem;
  color: #0f0f0f;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .event-desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .event-sub-date {
  font-size: 0.7rem;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .event-sub-date {
    font-size: 13px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .sub-item__wrap {
  margin-top: 1rem;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .sub-item__wrap .sub-title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 0.4rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .sub-item__wrap .sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .sub-item__wrap .sub-desc {
  position: relative;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0f0f0f;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .sub-item__wrap .sub-desc::before {
  content: "";
  position: absolute;
  top: -0.15rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../images/icon/ico-emoji.png") no-repeat center center;
  background-size: contain;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .sub-item__wrap .sub-desc .anchor {
  font-weight: 500;
  text-decoration: underline;
  margin-left: 0.2rem;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item .info__wrap .sub-item__wrap .sub-desc:last-child {
  margin-bottom: 0;
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item + .calendar-cate__item {
  margin-top: 4rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-cate__item + .calendar-cate__item {
    margin-top: 40px;
  }
}
.calendar-section .calendar-info__wrap .calendar-info__content .calendar-none p {
  font-size: 0.9rem;
  color: #0f0f0f;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap .calendar-info__content .calendar-none p {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.calendar-section .calendar-info__wrap .check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
.calendar-section .calendar-info__wrap .check-wrap .selector-cover + .selector-cover {
  margin-left: 1.2rem;
}
.calendar-section .calendar-info__wrap .check-wrap .selector-cover .selector-text {
  position: relative;
  font-size: 0.7rem;
  padding-left: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
}
.calendar-section .calendar-info__wrap .check-wrap .selector-cover .selector-text::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.15rem;
}
.calendar-section .calendar-info__wrap .check-wrap .selector-cover.anniversary .selector-text::before {
  background: url("../images/icon/ico-calendar-blue.png") no-repeat center center;
  background-size: contain;
}
.calendar-section .calendar-info__wrap .check-wrap .selector-cover.event .selector-text::before {
  background: url("../images/icon/ico-calendar-red.png") no-repeat center center;
  background-size: contain;
}
.calendar-section .calendar-info__wrap .check-wrap .selector-cover.checkbox.square input:checked + .selector-text {
  background-image: url("../images/icon/checkbox_checked.png");
  background-size: 1.2rem 1.2rem;
}
.calendar-section .calendar-info__wrap.today .calendar-info__heading .heading-left {
  position: relative;
}
.calendar-section .calendar-info__wrap.today .calendar-info__heading .heading-left::after {
  content: "";
  position: absolute;
  background: url("../images/icon/ico-calendar-today.png") no-repeat center center;
  background-size: contain;
  width: 4.7357rem;
  height: 2.9472rem;
  bottom: 100%;
  right: -2rem;
}
@media (max-width: 1100px) {
  .calendar-section .calendar-info__wrap.today .calendar-info__heading .heading-left::after {
    width: 71px;
    height: 44px;
    right: -18px;
  }
}
.calendar-section .careet-secret-cover__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 9.1rem;
}
@media (max-width: 1100px) {
  .calendar-section .careet-secret-cover__wrap {
    padding-top: 11%;
    padding-bottom: 11%;
  }
}
@media screen and (max-width: 1024px) {
  .calendar-section .careet-secret-cover__wrap {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
@media screen and (max-width: 475px) {
  .calendar-section .careet-secret-cover__wrap {
    padding-top: 36px;
    padding-bottom: 36px;
    height: 390px;
    top: 123px;
    width: calc(100% + 48px);
    margin: 0 -24px 0 -24px;
    bottom: auto;
  }
}
.calendar-section .careet-secret-cover__wrap.type-for-login {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 1100px) {
  .calendar-section .careet-secret-cover__wrap.type-for-login {
    padding-top: 11%;
    padding-bottom: 11%;
  }
}
@media screen and (max-width: 1024px) {
  .calendar-section .careet-secret-cover__wrap.type-for-login {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
@media screen and (max-width: 475px) {
  .calendar-section .careet-secret-cover__wrap.type-for-login {
    padding-top: 36px;
    padding-bottom: 36px;
    top: 123px;
    bottom: auto;
    height: 390px;
    width: calc(100% + 48px);
    margin: 0 -24px 0 -24px;
  }
}
.calendar-section .careet-secret-cover__wrap.pc-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .calendar-section .careet-secret-cover__wrap.pc-show {
    display: none;
  }
}
.calendar-section .careet-secret-cover__wrap.mobile-show {
  display: none;
}
@media (max-width: 1100px) {
  .calendar-section .careet-secret-cover__wrap.mobile-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1100px) {
  .calendar-section.month .cover {
    display: none;
  }
}
.calendar-section.month .calendar__wrap {
  max-width: 18.8rem;
  width: 100%;
  margin-right: 8.4rem;
}
.calendar-section.month .calendar__wrap #calendar-month {
  width: 100%;
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker {
  width: 100%;
  border: none;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar__wrap #calendar-month .air-datepicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-nav {
  padding: 0.8rem 0;
  background: #0f0f0f;
  min-height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-nav--title {
  font-family: "SUIT", sans-serif;
  font-size: 1.6rem;
  background: transparent;
  color: #fff;
  font-weight: 900;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-nav--title {
    font-size: 24px;
  }
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-nav--action {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain !important;
  display: none;
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-nav--action svg {
  display: none;
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-nav--action[data-action=prev] {
  background: url("../images/icon/ico-swiper-arrow-prev-fff.png") no-repeat;
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-nav--action[data-action=next] {
  background: url("../images/icon/ico-swiper-arrow-next-fff.png") no-repeat;
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker--content {
  background: #f6f5f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 3rem;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar__wrap #calendar-month .air-datepicker--content {
    padding: 24px 16px;
  }
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-body--cells.-months- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    overflow-x: auto;
  }
  .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-body--cells.-months-::-webkit-scrollbar {
    display: none;
  }
  .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-body--cells.-months- {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-cell {
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
  font-family: "SUIT", sans-serif;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 5rem;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-cell {
    margin-bottom: 0;
  }
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-cell[data-month="8"], .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-cell[data-month="9"], .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-cell[data-month="10"], .calendar-section.month .calendar__wrap #calendar-month .air-datepicker-cell[data-month="11"] {
  margin-bottom: 0;
}
.calendar-section.month .calendar__wrap #calendar-month .air-datepicker-cell.month-selected {
  background: #0f0f0f;
  color: #fff;
}
.calendar-section.month .calendar-info__wrap {
  position: relative;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap {
    position: static;
    margin-top: 24px;
  }
}
.calendar-section.month .calendar-info__wrap .careet-secret-cover__wrap {
  bottom: auto;
  top: 14%;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap .careet-secret-cover__wrap {
    top: 63%;
  }
}
.calendar-section.month .calendar-info__wrap .calendar-month__item {
  border: 2px solid #0f0f0f;
  padding: 1.6rem 2rem;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap .calendar-month__item {
    padding: 32px 16px;
  }
}
.calendar-section.month .calendar-info__wrap .calendar-month__item + .calendar-month__item {
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap .calendar-month__item + .calendar-month__item {
    margin-top: 32px;
  }
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month__title {
  display: inline-block;
  padding: 0.6rem 0;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month__title {
    font-size: 20px;
  }
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap {
  padding-top: 1.6rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item {
  position: relative;
  padding-left: 1.8rem;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item {
    padding-left: 24px;
  }
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item + .calendar-month__sub-item {
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item + .calendar-month__sub-item {
    margin-top: 35px;
  }
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../images/icon/ico-calendar-red.png") no-repeat center center;
  background-size: contain;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-title {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-date {
  font-size: 0.65rem;
  color: #777;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.4rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-title {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 0.4rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc {
    display: inline;
  }
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc + .sub-desc {
  margin-top: 0.4rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc .img-emoji {
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc .anchor {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ff6000;
  text-decoration: underline;
  margin-left: 0.2rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc {
  position: relative;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: #0f0f0f;
  padding-left: 1.2rem;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc::before {
  content: "";
  position: absolute;
  top: -0.15rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../images/icon/ico-emoji.png") no-repeat center center;
  background-size: contain;
}
.calendar-section.month .calendar-info__wrap .calendar-month__item .calendar-month-info__wrap .calendar-month__sub-item .sub-desc__wrap .sub-desc .anchor {
  font-weight: 700;
  color: #ff6000;
  text-decoration: underline;
  margin-left: 0.2rem;
}

.fc .fc-view-harness {
  border: 2px solid #0f0f0f;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}

.fc .fc-day-sat .fc-daygrid-day-number,
.fc .fc-day-sun .fc-daygrid-day-number {
  color: #999;
}

.month-story-wrap {
  width: 100%;
  max-width: 37.6rem;
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
  border: 1px solid #d0d0d0;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .month-story-wrap {
    display: none;
  }
}
.month-story-wrap .heading-flex--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.2rem;
  border-bottom: 4px solid #d0d0d0;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  cursor: pointer;
}
.month-story-wrap .heading-flex--wrap .info-title {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}
.month-story-wrap .heading-flex--wrap .info-title .month {
  color: #ff6000;
}
.month-story-wrap .heading-flex--wrap .arrow-btn {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/icon/ico-info-arrow--default.png") no-repeat 0 0;
  background-size: contain;
}
.month-story-wrap .heading-flex--wrap .arrow-btn .blind {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.month-story-wrap .heading-flex--wrap .arrow-btn .blind.focusable:active, .month-story-wrap .heading-flex--wrap .arrow-btn .blind.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.month-story-wrap .month-detail-info--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  overflow: hidden;
}
.month-story-wrap .month-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.month-story-wrap .month-detail-item .icon {
  width: 1rem;
  height: 1rem;
  background: url(../images/icon/ico-calendar-red.png) no-repeat center center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.month-story-wrap .month-detail-item .detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.month-story-wrap .month-detail-item .detail-text--title {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  color: #0f0f0f;
  word-break: keep-all;
}
.month-story-wrap .month-detail-item .detail-text--desc {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #0f0f0f;
  margin-top: 0.6rem;
  word-break: keep-all;
}
.month-story-wrap .month-detail-item .relate-link--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
}
.month-story-wrap .month-detail-item .relate-link--wrap .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.2rem;
  width: 1rem;
  height: 1rem;
  background: url("../images/icon/ico-link.png") no-repeat center center;
  background-size: cover;
}
.month-story-wrap .month-detail-item .relate-link--wrap .title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #0f0f0f;
}
.month-story-wrap .month-detail-item .relate-link--wrap .title a {
  text-decoration: underline;
}
.month-story-wrap.active {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}
.month-story-wrap.active .heading-flex--wrap {
  background: #f6f5f1;
}
.month-story-wrap.active .heading-flex--wrap .arrow-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.month-story-wrap.active .month-detail-info--wrap {
  padding: 2rem;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}

.monthly-list-wrap {
  display: none;
}
@media (max-width: 1100px) {
  .monthly-list-wrap {
    display: block;
  }
}
.monthly-list-wrap .monthly-heading--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 24px;
}
.monthly-list-wrap .monthly-heading--wrap .arrow-btn {
  width: 32px;
  height: 32px;
}
.monthly-list-wrap .monthly-heading--wrap .month-day {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #0f0f0f;
}
.monthly-list-wrap .showday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 7.5px 10.5px;
  color: #0f0f0f;
}
.monthly-list-wrap .showday .day {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
}
.monthly-list-wrap .showday .date {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
.monthly-list-wrap .showday.date-active {
  border-color: #ff6000;
}
.monthly-list-wrap .showday.date-active .date,
.monthly-list-wrap .showday.date-active .day {
  color: #ff6000;
}
.monthly-list-wrap .showday.nextMonth {
  border-color: #bbbbbb;
}
.monthly-list-wrap .showday.nextMonth .date,
.monthly-list-wrap .showday.nextMonth .day {
  color: #bbbbbb;
}

.keyword-section {
  padding: 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .keyword-section {
    padding: 48px 0;
  }
}
.keyword-section .section-inner {
  max-width: 54.8rem;
}
.keyword-section .my-keyword__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.keyword-section .my-keyword__wrap .keyword-left__wrap {
  padding: 2rem;
  background: #0f0f0f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-left__wrap {
    padding: 24px;
  }
}
.keyword-section .my-keyword__wrap .keyword-left__wrap .title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-left__wrap .title {
    margin-bottom: 16px;
  }
}
.keyword-section .my-keyword__wrap .keyword-left__wrap .title strong {
  color: #e1ff01;
  font-weight: 900;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap {
  width: 100%;
  background: #252525;
  padding: 2rem;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap {
    padding: 24px;
  }
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.2rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item {
    margin-right: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 32px);
  width: 0.05rem;
  height: 1rem;
  background: #484848;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item::after {
    display: none;
  }
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item:nth-child(1) {
  padding-left: 0;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item:last-child {
  margin-right: 0;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item:last-child::after {
  display: none;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-cate__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .cate-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ff6000;
  margin-right: 0.4rem;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .cate-title {
    font-size: 14px;
    margin-right: 8px;
    min-width: 80px;
  }
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-items__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-item__wrap + .keyword-item__wrap {
  margin-left: 0.8rem;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-item__wrap + .keyword-item__wrap {
    margin-left: 0;
    margin-top: 8px;
  }
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5rem;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1.2rem;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-item + .keyword-item {
  margin-left: 0.4rem;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-item + .keyword-item {
    margin-left: 0;
    margin-top: 8px;
  }
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .keyword-item .text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .btn-close {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icon/ico-close-gray.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .keyword-right__wrap .keyword-cate__item .btn-close {
    margin-left: 24px;
  }
}
.keyword-section .my-keyword__wrap .no-result__wrap {
  background: #f6f5f1;
  padding: 3.25rem 2rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .no-result__wrap {
    padding: 32.5px 20px;
  }
}
.keyword-section .my-keyword__wrap .no-result__wrap .title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 0.4rem;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .no-result__wrap .title {
    font-size: 20px;
  }
}
.keyword-section .my-keyword__wrap .no-result__wrap .title strong {
  color: #ff6000;
}
.keyword-section .my-keyword__wrap .no-result__wrap .desc {
  font-size: 0.9rem;
  color: #0f0f0f;
  font-weight: 900;
  line-height: 1.2;
}
.keyword-section .my-keyword__wrap .no-result__wrap .icon {
  position: absolute;
  width: 4.35rem;
  height: 4.35rem;
  top: -2.175rem;
  left: 16.45rem;
  background: url("../images/main/img-keyword.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .keyword-section .my-keyword__wrap .no-result__wrap .icon {
    display: none;
  }
}
.keyword-section .button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
@media (max-width: 1100px) {
  .keyword-section .button__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.keyword-section .button__wrap .btn {
  background: #fff;
}

.keyword-list {
  padding-bottom: 4.8rem;
  background: #fff;
}
.keyword-list .section-inner {
  max-width: 54.8rem;
}
.keyword-list__item-wrap {
  padding: 4rem 0;
  border-bottom: 1px solid #000;
}
.keyword-list__item-wrap:nth-child(1) {
  padding-top: 0;
}
.keyword-list__item-wrap:last-child {
  border-bottom: none;
}
.keyword-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.keyword-list__item + .keyword-list__item {
  margin-top: 4rem;
}
.keyword-list__item .keyword-list-title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 1.6rem;
}
.keyword-list__item .list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.keyword-list__item .list__wrap .keyword-item__wrap {
  position: relative;
}
.keyword-list__item .list__wrap .keyword-item__wrap .btn-follow {
  position: absolute;
  bottom: 78%;
  right: 0;
  font-weight: 700;
  width: 0.6rem;
  height: 1rem;
}
.keyword-list__item .list__wrap .keyword-item__wrap .btn-follow span {
  position: absolute;
  background: #ff6000;
  left: 0;
  width: 100%;
  height: 0.1rem;
}
.keyword-list__item .list__wrap .keyword-item__wrap .btn-follow span:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.keyword-list__item .list__wrap .keyword-item__wrap .btn-follow.s-follow span {
  background: #e1ff01;
}
.keyword-list__item .list__wrap .keyword-item__wrap .btn-follow.s-follow span:nth-child(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.keyword-list__item .list__wrap .keyword-item {
  padding: 0.6rem 1.2rem;
  border-radius: 5rem;
  border: 2px solid #0f0f0f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.6rem;
  margin-bottom: 1.6rem;
}
.keyword-list__item .list__wrap .keyword-item .text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .keyword-list__item .list__wrap .keyword-item .text {
    font-size: 16px;
  }
}
.keyword-list__item .list__wrap .keyword-item .num {
  font-size: 0.5rem;
  color: #ff6000;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 0.2rem;
}

.follow-list {
  background: #252525;
  padding: 1.6rem 0 1.6rem 0;
}
.follow-list .section-inner {
  max-width: 56.85rem;
}
@media (max-width: 1100px) {
  .follow-list .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 48px;
  }
}
.follow-list .section-inner .no-follow__text {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .no-follow__text {
    font-size: 16px;
  }
}
.follow-list .section-inner .no-follow__text .color-point {
  color: #ff6000;
}
.follow-list .section-inner .keyword-cate__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.2rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .keyword-cate__item {
    margin-right: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.follow-list .section-inner .keyword-cate__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 32px);
  width: 0.05rem;
  height: 1rem;
  background: #484848;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .keyword-cate__item::after {
    display: none;
  }
}
.follow-list .section-inner .keyword-cate__item:nth-child(1) {
  padding-left: 0;
}
.follow-list .section-inner .keyword-cate__item:last-child {
  margin-right: 0;
}
.follow-list .section-inner .keyword-cate__item:last-child::after {
  display: none;
}
.follow-list .section-inner .keyword-cate__item .keyword-cate__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.follow-list .section-inner .keyword-cate__item .cate-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ff6000;
  margin-right: 0.4rem;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .keyword-cate__item .cate-title {
    font-size: 14px;
    margin-right: 8px;
    min-width: 80px;
  }
}
.follow-list .section-inner .keyword-cate__item .keyword-items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .keyword-cate__item .keyword-items__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.follow-list .section-inner .keyword-cate__item .keyword-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.follow-list .section-inner .keyword-cate__item .keyword-item__wrap + .keyword-item__wrap {
  margin-left: 0.8rem;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .keyword-cate__item .keyword-item__wrap + .keyword-item__wrap {
    margin-left: 0;
    margin-top: 8px;
  }
}
.follow-list .section-inner .keyword-cate__item .keyword-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5rem;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1.2rem;
}
.follow-list .section-inner .keyword-cate__item .keyword-item + .keyword-item {
  margin-left: 0.4rem;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .keyword-cate__item .keyword-item + .keyword-item {
    margin-left: 0;
    margin-top: 8px;
  }
}
.follow-list .section-inner .keyword-cate__item .keyword-item .text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.follow-list .section-inner .keyword-cate__item .btn-close {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icon/ico-close-gray.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .follow-list .section-inner .keyword-cate__item .btn-close {
    margin-left: 24px;
  }
}

.filter-wrap .select-box-container + .select-box-container {
  margin-left: 1.2rem;
}
@media (max-width: 1100px) {
  .filter-wrap .select-box-container + .select-box-container {
    margin-left: 0;
    margin-top: 8px;
  }
}

.login-page {
  padding: 4.8rem 0;
  background: #fff;
}
.login-page .section-inner {
  max-width: 25.6rem;
}
.login-page .sns-login__wrap {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
@media (max-width: 1100px) {
  .login-page .sns-login__wrap {
    padding-bottom: 32px;
  }
}
.login-page .sns-login__wrap .title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .login-page .sns-login__wrap .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.login-page .sns-login__wrap .sns-login__list {
  max-width: 23.6rem;
  width: 100%;
  margin: 0 auto;
}
.login-page .sns-login__wrap .sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  max-width: 23.6rem;
  width: 100%;
}
.login-page .sns-login__wrap .sns-list {
  position: relative;
  width: calc((100% - 1.2rem) / 4);
  height: 5rem;
  border-radius: 15rem;
}
.login-page .sns-login__wrap .sns-list:nth-child(1) {
  background: url("../images/icon/ico-kakao.png") no-repeat center center;
  background-size: contain;
}
.login-page .sns-login__wrap .sns-list:nth-child(2) {
  background: url("../images/icon/ico-naver.png") no-repeat center center;
  background-size: contain;
}
.login-page .sns-login__wrap .sns-list:nth-child(3) {
  background: url("../images/icon/ico-facebook.png") no-repeat center center;
  background-size: contain;
}
.login-page .sns-login__wrap .sns-list:nth-child(4) {
  background: url("../images/icon/ico-google.png") no-repeat center center;
  background-size: contain;
}
.login-page .sns-login__wrap .sns-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.login-page .sns-login__wrap .sns-list:last-child {
  margin-right: 0;
}
.login-page .sns-login__wrap .sns-list.s-recent-login::after {
  content: "";
  position: absolute;
  left: 3.6rem;
  top: -0.75rem;
  width: 8.0999rem;
  height: 1.81755rem;
  background: url("../images/icon/ico-login.png") no-repeat center center;
  background-size: contain;
  z-index: 100;
}
@media (max-width: 1100px) {
  .login-page .sns-login__wrap .sns-list.s-recent-login::after {
    display: none;
  }
}
.login-page .email-login__wrap {
  padding-top: 2.4rem;
}
@media (max-width: 1100px) {
  .login-page .email-login__wrap {
    padding-top: 32px;
  }
}
.login-page .email-login__wrap .title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.75rem;
}
@media (max-width: 1100px) {
  .login-page .email-login__wrap .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.login-page .email-login__wrap .title span {
  font-size: 1.6rem;
  font-weight: 100;
}
@media (max-width: 1100px) {
  .login-page .email-login__wrap .title span {
    font-size: 24px;
  }
}
.login-page .email-login__wrap .login-input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-page .email-login__wrap .login-input__wrap .form-input {
  width: 25.6rem;
  height: 3.6rem;
  background: #f6f5f1;
  padding: 1.2rem;
  font-size: 1.2rem;
  color: #0f0f0f;
  border: none;
}
@media (max-width: 1100px) {
  .login-page .email-login__wrap .login-input__wrap .form-input {
    width: 100%;
    font-size: 18px;
  }
}
.login-page .email-login__wrap .login-input__wrap .form-input::-webkit-input-placeholder {
  color: #999;
}
.login-page .email-login__wrap .login-input__wrap .form-input::-moz-placeholder {
  color: #999;
}
.login-page .email-login__wrap .login-input__wrap .form-input::-ms-input-placeholder {
  color: #999;
}
.login-page .email-login__wrap .login-input__wrap .form-input::placeholder {
  color: #999;
}
.login-page .email-login__wrap .login-input__wrap .form-input + .form-input {
  margin-top: 0.8rem;
}
.login-page .email-login__wrap .login-input__wrap .btn-login {
  margin-top: 1.6rem;
  background: #fff;
}
@media screen and (max-width: 521px) {
  .login-page .email-login__wrap .login-input__wrap .btn-login {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.login-page .email-login__wrap .check__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 1.6rem;
}
.login-page .email-login__wrap .check__wrap .left input:checked + .selector-text {
  background-image: url("../images/icon/checkbox_checked.png");
}
.login-page .email-login__wrap .check__wrap .left .selector-text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
.login-page .email-login__wrap .check__wrap .right {
  margin-left: 1.2rem;
}
.login-page .email-login__wrap .check__wrap .right .find-text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
.login-page .email-login__wrap .join__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
@media (max-width: 1100px) {
  .login-page .email-login__wrap .join__wrap {
    margin-top: 50px;
  }
}
.login-page .email-login__wrap .join__wrap .join-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
  margin-right: 0.4rem;
}
.login-page .email-login__wrap .join__wrap .join-anchor {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #ff6000;
  text-decoration: underline;
}

.p-sub {
  background: #f6f5f1;
}

.p-chart .content-heading .section-inner {
  position: relative;
  z-index: 10;
}
.p-chart .content-heading .section-inner .content-heading__search {
  margin: 0;
  margin-top: 2.4rem;
}
@media (max-width: 1100px) {
  .p-chart .content-heading .section-inner .content-heading__search {
    margin-top: 24px;
  }
}

.board-section {
  position: relative;
  padding: 4.8rem 0;
  background: #252525;
}
@media (max-width: 1100px) {
  .board-section {
    padding: 64px 0;
  }
}
.board-section .board-content {
  position: relative;
}
.board-section .board-content .careet-secret-cover__wrap {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 24%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1100px) {
  .board-section .board-content .careet-secret-cover__wrap {
    top: 33%;
    padding-top: 8.9rem;
    padding-bottom: 9.5rem;
  }
}
.board-section .board-content.type-for-not-login .careet-secret-cover__wrap {
  top: 20%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1100px) {
  .board-section .board-content.type-for-not-login .careet-secret-cover__wrap {
    top: 33%;
    padding-top: 8.9rem;
    padding-bottom: 9.5rem;
  }
}
.board-section .board-content.type-for-not-login .accordion-list:not(:nth-child(1)) {
  pointer-events: none;
}
@media (max-width: 1100px) {
  .board-section .board-content.type-for-login-but-free .careet-secret-cover__wrap {
    top: 33%;
    padding-top: 11.1rem;
    padding-bottom: 11.6rem;
  }
}
.board-section .board-content.type-for-login-but-free .accordion-list:not(:nth-child(1)) {
  pointer-events: none;
}
.board-section .pagination a {
  color: #fff;
}
.board-section .pagination a.active {
  color: #ff6000;
}
.board-section .section-inner {
  max-width: 54.8rem;
}
.board-section .section-heading {
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .board-section .section-heading {
    margin-bottom: 24px;
  }
}
.board-section .section-heading .section-title {
  color: #fff;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .board-section .section-heading .section-title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.board-section .section-heading .section-desc {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .board-section .section-heading .section-desc {
    font-size: 14px;
  }
}
.board-section .section-heading.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-section .section-heading.flex .section-title {
  margin-bottom: 0;
}
.board-section .section-heading.flex .button-wrap {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .board-section .section-heading.flex .button-wrap {
    display: none;
  }
}
.board-section .board-heading {
  background: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0;
  margin-bottom: 0.1rem;
}
@media (max-width: 1100px) {
  .board-section .board-heading {
    display: none;
  }
}
.board-section .board-heading .board-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.board-section .board-heading .board-cate:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board-section .board-heading .board-cate:nth-child(2) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.board-section .board-heading .board-cate:nth-child(3) {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.board-section .board-item.active .accordion-header .item__wrap, .board-section .board-item:hover .accordion-header .item__wrap {
  border: 3px solid #000;
  background: #3a3a39;
}
.board-section .board-item.active .accordion-header .item__wrap::after, .board-section .board-item:hover .accordion-header .item__wrap::after {
  background: rgba(36, 36, 36, 0.2);
}
.board-section .board-item.active .accordion-header .item-left .date,
.board-section .board-item.active .accordion-header .item-center .trend-name,
.board-section .board-item.active .accordion-header .item-right .from, .board-section .board-item:hover .accordion-header .item-left .date,
.board-section .board-item:hover .accordion-header .item-center .trend-name,
.board-section .board-item:hover .accordion-header .item-right .from {
  font-size: 0.9rem;
  color: #fff;
}
.board-section .board-item .accordion-header {
  position: relative;
  -webkit-perspective: 1500px;
          perspective: 1500px;
  min-height: 3.1rem;
}
@media (max-width: 1100px) {
  .board-section .board-item .accordion-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    min-height: 144px;
  }
}
.board-section .board-item .accordion-header .item__wrap {
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.4);
  background: rgba(15, 15, 15, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.1rem;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1100px) {
  .board-section .board-item .accordion-header .item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px;
  }
}
.board-section .board-item .accordion-header .item__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: rgba(15, 15, 15, 0.2);
  z-index: -1;
}
.board-section .board-item .accordion-header .item__wrap.back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.board-section .board-item .accordion-header.animate .item__wrap.front {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.board-section .board-item .accordion-header.animate .item__wrap.back {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.board-section .board-item .accordion-header .item-left,
.board-section .board-item .accordion-header .item-center,
.board-section .board-item .accordion-header .item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-section .board-item .accordion-header .item-left span,
.board-section .board-item .accordion-header .item-center span,
.board-section .board-item .accordion-header .item-right span {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .board-section .board-item .accordion-header .item-left span,
  .board-section .board-item .accordion-header .item-center span,
  .board-section .board-item .accordion-header .item-right span {
    font-size: 16px;
  }
}
.board-section .board-item .accordion-header .item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1100px) {
  .board-section .board-item .accordion-header .item-left {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 8px;
  }
}
.board-section .board-item .accordion-header .item-left .date {
  position: relative;
  color: #fff;
}
@media (max-width: 1100px) {
  .board-section .board-item .accordion-header .item-left .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.board-section .board-item .accordion-header .item-left .label {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.3rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.25rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .board-section .board-item .accordion-header .item-left .label {
    top: -4px;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.board-section .board-item .item-center {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.board-section .board-item .item-center .trend-name {
  color: #fff;
}
@media (max-width: 1100px) {
  .board-section .board-item .item-center .trend-name {
    color: #fff;
    margin-bottom: 8px;
  }
}
.board-section .board-item .item-right {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.board-section .board-item .item-right .from {
  color: #fff;
}
.board-section .board-item .accordion-body {
  padding: 2rem 2.8rem;
  background: #f6f5f1;
  border: 3px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .board-section .board-item .accordion-body {
    padding: 24px;
  }
}
.board-section .board-item .accordion-body .content-desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0f0f0f;
}
.board-section .board-item .accordion-body div {
  word-break: keep-all;
  font-size: 0.9rem !important;
}
.board-section .board-item .accordion-body ul {
  list-style-type: disc !important;
}
.board-section .board-item .accordion-body ul li {
  list-style: disc !important;
}
.board-section .board-item .accordion-body ul {
  list-style-type: auto !important;
}
.board-section .board-item .accordion-body ul li {
  list-style: auto !important;
}
.board-section .board-item .accordion-body .h-light {
  font-size: 0.9rem !important;
  color: #ff6000 !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
  word-break: break-all !important;
}
.board-section .board-item + .board-item {
  margin-top: 0.1rem;
}
.board-section .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.board-section .button-wrap .btn {
  color: #fff;
  background: #252525;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #fff;
          box-shadow: 0px 0.15rem 0px 0px #fff;
  border-color: #fff;
}
@media (max-width: 1100px) {
  .board-section .button-wrap .btn {
    max-width: 125px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.board-section .button-wrap.main.only-mobile {
  display: none;
}
@media (max-width: 1100px) {
  .board-section .button-wrap.main.only-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.board-section .pagination .controller.prev {
  background-image: url("../images/icon/ico-swiper-arrow-prev-fff.png");
}
.board-section .pagination .controller.next {
  background-image: url("../images/icon/ico-swiper-arrow-next-fff.png");
}
.board-section .pagination .paging {
  color: #fff;
}
.board-section .pagination .paging.current {
  color: #ff6000;
}

.chart-section {
  position: relative;
  background: #f6f5f1;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .chart-section {
    padding: 48px 0;
    padding-top: 106px;
  }
}
.chart-section .section-inner {
  position: relative;
  max-width: 54.8rem;
}
.chart-section .careet-secret-cover__wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 52.85rem;
  width: 100%;
  z-index: 101;
  top: 40%;
  padding-top: 3.725rem;
  padding-bottom: 3.725rem;
}
@media (max-width: 1100px) {
  .chart-section .careet-secret-cover__wrap {
    max-width: 100%;
    top: 37%;
  }
}
.chart-section .careet-secret-cover__wrap.type-for-login {
  height: 27rem;
}
@media (max-width: 1100px) {
  .chart-section .careet-secret-cover__wrap.type-for-login {
    height: 432px;
  }
}
.chart-section .section-heading {
  margin-bottom: 2rem;
}
.chart-section .section-heading .section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
}
@media (max-width: 1100px) {
  .chart-section .section-heading .section-title {
    font-size: 26px;
  }
}
.chart-section .section-heading .section-title .detail-date__wrap {
  position: absolute;
  left: calc(100% + 0.6rem);
  top: 0;
  padding: 0.5rem;
  border-radius: 0.2rem;
  background: #ff6000;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .chart-section .section-heading .section-title .detail-date__wrap {
    left: 0;
    top: auto;
    bottom: calc(100% + 15px);
  }
}
.chart-section .section-heading .section-title .detail-date__wrap .date {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}
.chart-section .section-heading .section-desc {
  color: #0f0f0f;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.chart-section .chart-cate-lits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
@media (max-width: 1100px) {
  .chart-section .chart-cate-lits {
    overflow-x: auto;
  }
  .chart-section .chart-cate-lits::-webkit-scrollbar {
    display: none;
  }
  .chart-section .chart-cate-lits {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
.chart-section .chart-cate-lits .chart-cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .chart-section .chart-cate-lits .chart-cate-list {
    padding-bottom: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.chart-section .chart-cate-lits .chart-cate-list.s-active {
  border-bottom: 2px solid #0f0f0f;
  font-size: 0.9rem;
  font-weight: 900;
  color: #0f0f0f;
}
.chart-section .chart-content__wrap {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .chart-section .chart-content__wrap {
    margin-top: 24px;
  }
}
.chart-section .chart-content__wrap .swiper-button-next,
.chart-section .chart-content__wrap .swiper-rtl .swiper-button-prev {
  right: -7%;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icon/ico-swiper-arrow-next.png") no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 1100px) {
  .chart-section .chart-content__wrap .swiper-button-next,
  .chart-section .chart-content__wrap .swiper-rtl .swiper-button-prev {
    display: none;
  }
}
.chart-section .chart-content__wrap .swiper-button-next::after,
.chart-section .chart-content__wrap .swiper-rtl .swiper-button-prev::after {
  display: none;
}
.chart-section .chart-content__wrap .swiper-button-prev,
.chart-section .chart-content__wrap .swiper-rtl .swiper-button-next {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icon/ico-swiper-arrow-prev.png") no-repeat center center;
  background-size: cover;
  left: -7%;
}
@media (max-width: 1100px) {
  .chart-section .chart-content__wrap .swiper-button-prev,
  .chart-section .chart-content__wrap .swiper-rtl .swiper-button-next {
    display: none;
  }
}
.chart-section .chart-content__wrap .swiper-button-prev::after,
.chart-section .chart-content__wrap .swiper-rtl .swiper-button-next::after {
  display: none;
}
.chart-section .chart-content {
  display: none;
}
.chart-section .chart-content.s-active {
  display: block;
}
.chart-section .chart-content .swiper-pagination {
  position: static !important;
  margin-top: 1.2rem;
}
.chart-section .chart-content .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
}
.chart-section .chart-content .swiper-pagination-bullet-active {
  background: #ff6000;
}
.chart-section .chart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.chart-section .chart-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0f0f0f;
  padding: 1.1rem 0.8rem 0.4rem 1.6rem;
}
.chart-section .chart-item__heading .heading-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  cursor: pointer;
}
.chart-section .chart-item__heading .heading-title .color-point {
  color: #ff6000;
  font-weight: 900;
  margin-right: 0.6rem;
}
.chart-section .chart-item__heading .heading-title.s-has-comment::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 92%;
  width: 0.25rem;
  height: 0.25rem;
  background: #ff6000;
  border-radius: 50%;
}
.chart-section .chart-item__heading .comment-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #383434;
  padding: 0.4rem;
  border-radius: 0.4rem;
  width: 196%;
  z-index: 100;
}
@media (max-width: 1100px) {
  .chart-section .chart-item__heading .comment-wrap {
    width: 140%;
  }
}
.chart-section .chart-item__heading .comment-wrap .comment-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1100px) {
  .chart-section .chart-item__heading .comment-wrap .comment-text {
    font-size: 12px;
  }
}
.chart-section .chart-item__heading .from {
  font-size: 0.6rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.chart-section .chart-item__content {
  border: 1px solid #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart-section .chart-item .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1.2rem 1.6rem;
  height: 7.45rem;
}
@media (max-width: 1100px) {
  .chart-section .chart-item .chart {
    padding: 20px 16px;
  }
}
.chart-section .chart-item .chart::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 3.2rem);
  height: 2px;
  border-bottom: 2px dashed rgba(153, 153, 153, 0.5);
}
.chart-section .chart-item .chart:hover {
  background: #fff4ee;
}
.chart-section .chart-item .chart:hover .chart-center .center-text__bottom {
  color: #ff6000;
}
.chart-section .chart-item .chart:last-child::after {
  display: none;
}
.chart-section .chart-item .chart.num-01 .order {
  background-image: url("../images/icon/ico-num-badge.png");
}
.chart-section .chart-item .chart-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.8rem;
}
@media (max-width: 1100px) {
  .chart-section .chart-item .chart-left {
    margin-right: 8px;
  }
}
.chart-section .chart-item .chart-left .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon/ico-other-num-badge.png");
}
@media (max-width: 1100px) {
  .chart-section .chart-item .chart-left .order {
    width: 40px;
    height: 40px;
  }
}
.chart-section .chart-item .chart-left .order span {
  font-family: "houseMovement";
  font-size: 0.9rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #f6f5f1;
}
.chart-section .chart-item .chart-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 0.5rem;
}
.chart-section .chart-item .chart-center .center-text__top {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.chart-section .chart-item .chart-center .center-text__bottom {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.chart-section .chart-item .chart-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .chart-section .chart-item .chart-right {
    margin-left: 12px;
  }
}
.chart-section .chart-item .chart-right .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 0.1rem;
  padding: 0.125rem 0.425rem;
  border: 1px solid transparent;
  min-width: 1.9rem;
}
.chart-section .chart-item .chart-right .label .num {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.6;
}
.chart-section .chart-item .chart-right .label .text {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ff6000;
}
.chart-section .chart-item .chart-right .label .arrow {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.2rem;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
}
.chart-section .chart-item .chart-right .label.new {
  border-color: #ff6000;
  background: #fff;
}
.chart-section .chart-item .chart-right .label.up {
  border-color: #e1ff01;
  background: #e1ff01;
}
.chart-section .chart-item .chart-right .label.up .num {
  color: #0f0f0f;
}
.chart-section .chart-item .chart-right .label.down {
  border-color: #fff;
  background: #fff;
}
.chart-section .chart-item .chart-right .label.down .num {
  color: #666666;
}
.chart-section .chart-item .chart-right .label.equal {
  border-color: #666;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart-section .chart-item .chart-right .label.equal .text {
  color: #666666;
}
.chart-section .chart-item .check-point__wrap {
  margin-top: 0.4rem;
  background: #fff;
  padding: 1.2rem 1.6rem;
  min-height: 7.3rem;
}
.chart-section .chart-item .check-point__wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 0.4rem;
  color: #ff6000;
}
.chart-section .chart-item .check-point__wrap .title svg {
  margin-right: 0.3rem;
}
.chart-section .chart-item .check-point__wrap .desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .chart-section .chart-item .check-point__wrap .desc {
    font-size: 16px;
  }
}

.board-banner-section {
  padding: 3.2rem 0 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .board-banner-section {
    padding: 64px 0;
  }
}
.board-banner-section .section-inner {
  max-width: 54.8rem;
}
.board-banner-section .board-banner {
  width: 100%;
  background: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.25rem 4rem 2.25rem 2.25rem;
}
@media (max-width: 1100px) {
  .board-banner-section .board-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 35px;
  }
}
.board-banner-section .board-banner__left .banner-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1100px) {
  .board-banner-section .board-banner__left .banner-title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.board-banner-section .board-banner__left .banner-title::after {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
  background: url("../images/icon/img-click-click-click.png") no-repeat center center;
  background-size: contain;
  bottom: 100%;
  left: 100%;
}
@media (max-width: 1100px) {
  .board-banner-section .board-banner__left .banner-title::after {
    left: 70%;
  }
}
.board-banner-section .board-banner__left .banner-title .color-point {
  color: #ff6000;
}
.board-banner-section .board-banner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.board-banner-section .board-banner__right .btn {
  color: #fff;
  background: #252525;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #fff;
          box-shadow: 0px 0.15rem 0px 0px #fff;
  border-color: #fff;
}
@media (max-width: 1100px) {
  .board-banner-section .board-banner__right .btn {
    max-width: 211px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.board-banner-section .board-banner__right .btn + .btn {
  margin-top: 0.8rem;
}

.news .content-heading .section-inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 1100px) {
  .news .content-heading .content-heading__flex .content-heading__right-info .desc {
    line-height: 1.2;
  }
}
.news .content-heading .content-heading__flex .content-heading__right .content-heading__search {
  margin: 0;
  margin-top: 2.4rem;
}
@media (max-width: 1100px) {
  .news .content-heading .content-heading__flex .content-heading__right .content-heading__search {
    margin-top: 24px;
  }
}

.news-list {
  background: #fff;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .news-list {
    padding: 48px 0;
  }
}
.news-list .section-inner {
  position: relative;
  max-width: 52.8rem;
}
.news-list .news-content {
  border-top: 3px solid #ff6000;
  position: relative;
}
.news-list .news-content .news-day-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-day-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-list .news-content .news-item-left {
  padding-top: 1.2rem;
  padding-left: 3.1rem;
  padding-right: 9.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-left {
    padding-left: 10px;
    padding-right: 0;
  }
}
.news-list .news-content .news-item-left .date-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.6;
  color: #0f0f0f;
  z-index: 10;
}
.news-list .news-content .news-item-left .date-text.today::before {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #e1ff01;
  z-index: -1;
}
.news-list .news-content .news-item-left .date-text.today::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.05rem);
  width: 2.75rem;
  height: 1.7rem;
  background: url("../images/icon/ico-today.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-left .date-text.today::after {
    width: 57px;
    height: 38px;
  }
}
.news-list .news-content .news-item-left .date-text .date {
  font-weight: 900;
}
.news-list .news-content .news-item-left .date-text .day {
  font-weight: 400;
  margin-left: 0.4rem;
}
.news-list .news-content .news-item-right {
  width: 100%;
}
.news-list .news-content .news-item-right .accordion-list .accordion-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 2rem;
  border-bottom: 1px solid #d3d3d3;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-right .accordion-list .accordion-header {
    padding: 32px 0;
    font-size: 16px;
  }
}
.news-list .news-content .news-item-right .accordion-list .accordion-header::after {
  content: "";
  background: url("../images/icon/ico-arrow-black-down.png") no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
}
.news-list .news-content .news-item-right .accordion-list .accordion-header .header-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-right .accordion-list .accordion-header .header-text {
    font-size: 16px;
    width: 253px;
    padding-left: 10px;
  }
}
.news-list .news-content .news-item-right .accordion-list .accordion-body {
  padding: 1.2rem 2rem;
  background: #f6f5f1;
}
.news-list .news-content .news-item-right .accordion-list .accordion-body a {
  background-color: transparent !important;
  font-size: 14px !important;
  font-family: "SUIT", sans-serif !important;
}
.news-list .news-content .news-item-right .accordion-list .accordion-body .h-light {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  color: #ff6000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  font-family: "SUIT", sans-serif !important;
}
.news-list .news-content .news-item-right .accordion-list .accordion-body .h-light::before {
  position: relative;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f45908;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-right .accordion-list .accordion-body {
    padding: 32px 10px;
  }
}
.news-list .news-content .news-item-right .accordion-list .accordion-body > div {
  font-family: "SUIT", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  background-color: transparent !important;
  word-break: keep-all !important;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-right .accordion-list .accordion-body > div {
    font-size: 16px !important;
  }
}
.news-list .news-content .news-item-right .accordion-list .accordion-body > div span,
.news-list .news-content .news-item-right .accordion-list .accordion-body > div strong {
  color: #000 !important;
  font-family: "SUIT", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  background-color: transparent !important;
  word-break: keep-all !important;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-right .accordion-list .accordion-body > div span,
  .news-list .news-content .news-item-right .accordion-list .accordion-body > div strong {
    font-size: 16px !important;
  }
}
.news-list .news-content .news-item-right .accordion-list .accordion-body .text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .news-list .news-content .news-item-right .accordion-list .accordion-body .text {
    font-size: 16px;
  }
}
.news-list .news-content .news-item-right .accordion-list.active .accordion-header {
  border-bottom: 1px solid transparent;
}
.news-list .news-content .news-item-right .accordion-list.active .accordion-header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-list .news-content .news-item-right .accordion-list.active .accordion-body {
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1100px) {
  .news-list .news-content .pagination .paging {
    display: none;
  }
}
.news-list .careet-secret-cover__wrap {
  position: absolute;
  left: 0;
  max-width: 50.8rem;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  padding-top: 5.525rem;
  padding-bottom: 5.525rem;
}
@media (max-width: 1100px) {
  .news-list .careet-secret-cover__wrap {
    max-width: 100%;
    width: 100%;
  }
}

.dictionary .content-heading .content-heading__flex {
  margin-bottom: 2.4rem;
}
@media (max-width: 1100px) {
  .dictionary .content-heading .content-heading__flex {
    margin-bottom: 24px;
  }
}
@media (max-width: 1100px) {
  .dictionary .content-heading .content-heading__flex .content-heading__right-info .desc {
    line-height: 1.2;
  }
}
.dictionary .content-heading .content-heading__search .search-wrap {
  position: relative;
}

.dictionary-list {
  background: #fff;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .dictionary-list {
    padding: 48px 0;
  }
}
.dictionary-list .careet-secret-cover__wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  top: -9.1rem;
}
@media (max-width: 1100px) {
  .dictionary-list .careet-secret-cover__wrap {
    width: calc(100% + 48px);
    margin: 0 -24px 0 -24px;
  }
}
.dictionary-list .footnote-content__wrap {
  position: relative;
}
.dictionary-list .footnote-wrap {
  margin-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-wrap {
    margin-bottom: 40px;
  }
}
.dictionary-list .footnote-wrap .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-wrap .right-box {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
.dictionary-list .footnote-wrap .right-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.dictionary-list .footnote-wrap .boxs {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 0.8rem;
  border: 1px solid #dadada;
  text-align: center;
  outline: 0;
  background: none;
  line-height: 1.6;
  color: #666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-wrap .boxs {
    width: 36px;
    height: 36px;
  }
}
.dictionary-list .footnote-wrap .boxs:last-child {
  margin-right: 0;
}
.dictionary-list .footnote-wrap .boxs.active {
  background: #f6f5f1;
  border-color: #ff6000;
  font-weight: 700;
  color: #0f0f0f;
}
.dictionary-list .footnote-wrap .boxs.all {
  display: block;
  width: 4.5rem;
  height: 100%;
  line-height: 1.6;
  margin-right: 0.5rem;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-wrap .boxs.all {
    width: 52px;
    height: 84px;
    margin-right: 8px;
  }
}
.dictionary-list .footnote-cont-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.4rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-cont-box li {
    padding: 32px 0;
  }
}
.dictionary-list .footnote-cont-box li:first-child {
  padding-top: 0;
}
.dictionary-list .footnote-cont-box li .footnote-key {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-cont-box li .footnote-key {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.dictionary-list .footnote-cont-box li .text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  color: #777;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-cont-box li .text {
    font-size: 16px;
  }
}
.dictionary-list .footnote-cont-box li .anchor-link {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  color: #ff6000;
  -webkit-text-decoration-color: #ff6000;
          text-decoration-color: #ff6000;
  text-underline-offset: 0.1rem;
}
.dictionary-list .footnote-cont-box li.recommend .footnote-key {
  position: relative;
}
.dictionary-list .footnote-cont-box li.recommend .footnote-key::after {
  content: "";
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  width: 3.35rem;
  height: 2.25rem;
  background: url("../images/icon/ico-recommend.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .dictionary-list .footnote-cont-box li.recommend .footnote-key::after {
    width: 64px;
    height: 40px;
  }
}
@media (max-width: 1100px) {
  .dictionary-list .pagination .paging {
    display: none;
  }
}

.curation-list {
  padding: 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .curation-list {
    padding: 48px 0;
  }
}

.heading .section-title {
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .heading .section-title {
    margin-bottom: 24px;
  }
}

.check-this-out__wrap .heading .section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.check-this-out__wrap .heading .section-title::after {
  content: "";
  position: absolute;
  top: -5%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.35rem;
  height: 4.35rem;
  background: url("../images/icon/ico-check-this-out.png") no-repeat center center;
  background-size: contain;
  display: none;
}

.job-curation__wrap {
  margin-top: 4.8rem;
}
@media (max-width: 1100px) {
  .job-curation__wrap {
    margin-top: 48px;
  }
}

.curation-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}
@media screen and (max-width: 630px) {
  .curation-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.common-curation-item {
  width: calc((100% - 3.2rem) / 3);
}
@media screen and (max-width: 900px) {
  .common-curation-item {
    width: 100%;
  }
}
.common-curation-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media (max-width: 1100px) {
  .common-curation-item > a {
    padding: 20px;
  }
}
.common-curation-item .curation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 3.15rem;
}
@media screen and (max-width: 900px) {
  .common-curation-item .curation-top {
    padding-bottom: 30px;
  }
}
.common-curation-item .curation-top-left__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 0.8rem;
}
.common-curation-item .curation-top-left__wrap .sub-text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #ff6000;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .common-curation-item .curation-top-left__wrap .sub-text {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.common-curation-item .curation-top-left__wrap .curation-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .common-curation-item .curation-top-left__wrap .curation-title {
    font-size: 28px;
  }
}
.common-curation-item .curation-top-right__wrap .img-wrap {
  position: relative;
  width: 7rem;
  padding-bottom: 92.85%;
}
@media screen and (max-width: 1200px) {
  .common-curation-item .curation-top-right__wrap .img-wrap {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .common-curation-item .curation-top-right__wrap .img-wrap {
    width: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .common-curation-item .curation-top-right__wrap .img-wrap {
    width: 60px;
  }
}
@media screen and (max-width: 800px) {
  .common-curation-item .curation-top-right__wrap .img-wrap {
    width: 60px;
  }
}
.common-curation-item .curation-top-right__wrap .img-wrap img {
  position: absolute;
}
.common-curation-item .curation-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.3rem;
}
@media screen and (max-width: 900px) {
  .common-curation-item .curation-bottom {
    padding-top: 16px;
  }
}
.common-curation-item .curation-bottom-left__wrap .job-text {
  font-size: 0.8rem;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.4;
}
.common-curation-item .curation-bottom-right__wrap .btn-detail-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.3rem;
  height: 2.3rem;
}
.common-curation-item .curation-bottom-right__wrap .btn-detail-anchor .hidden {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.common-curation-item .curation-bottom-right__wrap .btn-detail-anchor .hidden.focusable:active, .common-curation-item .curation-bottom-right__wrap .btn-detail-anchor .hidden.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.common-curation-item.no-sub-text {
  background: #000;
}
.common-curation-item.no-sub-text .curation-top-left__wrap .curation-title {
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.common-curation-item.no-sub-text .curation-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.common-curation-item.no-sub-text .curation-bottom .btn-detail-anchor {
  background: url("../images/icon/ico-arrow-right-side-fff.png") no-repeat center center;
  background-size: contain;
}
.common-curation-item.has-sub-text {
  background: #f6f5f1;
}
.common-curation-item.has-sub-text .curation-bottom {
  border-top: 1px solid #0f0f0f;
}
.common-curation-item.has-sub-text .curation-bottom .btn-detail-anchor {
  background: url("../images/icon/ico-arrow-right-side-black.png") no-repeat center center;
  background-size: contain;
}

.curation-job-target__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #0f0f0f;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .curation-job-target__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.curation-job-target__wrap .sub-text {
  margin-right: 0.8rem;
  font-weight: 700;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .curation-job-target__wrap .sub-text {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.curation-job-target__wrap .job-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curation-job-target__wrap .job-wrap p {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #0f0f0f;
}
.curation-job-target__wrap .job-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  margin-right: 0.4rem;
}
.curation-job-target__wrap .job-item__wrap .job-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.3rem;
  border: 1px solid #0f0f0f;
  font-weight: 700;
}

.curation-cate-list {
  background: #fff;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .curation-cate-list {
    padding: 48px 0;
  }
}
.curation-cate-list .section-inner {
  max-width: 54.8rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .section-inner {
    max-width: 1104px;
  }
}
.curation-cate-list .curation-cate--about {
  padding-bottom: 4.8rem;
  border-bottom: 3px solid #000000;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate--about {
    padding-bottom: 48px;
  }
}
.curation-cate-list .curation-cate--about .about-image--wrap {
  position: relative;
  width: 100%;
  max-width: 52.8rem;
  padding-bottom: 55.3%;
}
.curation-cate-list .curation-cate--about .about-image--wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.curation-cate-list .curation-cate--about .about-text--wrap {
  margin-top: 2.8rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate--about .about-text--wrap {
    margin-top: 28px;
  }
}
.curation-cate-list .curation-cate--about .about-text--wrap .about-text--title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate--about .about-text--wrap .about-text--title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.curation-cate-list .curation-cate--about .about-text--wrap .about-text--desc {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate--about .about-text--wrap .about-text--desc {
    font-size: 14px;
  }
}
.curation-cate-list .curation-cate-items__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.8rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap ul {
    row-gap: 32px;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item.s-read .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 2.5rem 2.5rem 0;
  border-color: #ff6000 #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item.s-read .img-wrap:hover .thumnail {
  -webkit-transform: none;
          transform: none;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item.s-read .img-wrap:hover::after {
  border-width: 0 4rem 4rem 0;
  border-color: #ff6000 #fff;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .img-wrap {
  position: relative;
  overflow: hidden;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .img-wrap .thumnail {
  width: 18.8rem;
  padding-bottom: 55.27%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .img-wrap .thumnail {
    width: 100%;
    margin-bottom: 8px;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .img-wrap .thumnail img {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .img-wrap .thumnail:hover {
    -webkit-transform: translate3d(-0.4rem, -0.4rem, 0);
            transform: translate3d(-0.4rem, -0.4rem, 0);
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32.4rem;
  margin-left: 1.6rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-wrap {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-top__wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-top__wrap .curation-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 0.8rem;
  display: block;
  display: -webkit-box;
  max-height: 5.6em;
  text-overflow: ellipsis;
  line-height: 1.4em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-top__wrap .curation-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-top__wrap .curation-desc {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0f0f0f;
  display: block;
  display: -webkit-box;
  max-height: 3.2em;
  text-overflow: ellipsis;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 8px 0;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-left__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-left__wrap .cate {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 0.8rem;
  padding: 0.25rem 0.3rem;
  background: #ff6000;
  margin-right: 0.4rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-left__wrap .cate {
    font-size: 14px;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-left__wrap .date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: rgba(15, 15, 15, 0.5);
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-right__wrap .btn-mark {
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/icon/ico-bookmark-off.png") no-repeat center center;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-right__wrap .btn-mark {
    width: 24px;
    height: 24px;
  }
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-right__wrap .btn-mark span {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-right__wrap .btn-mark span.focusable:active, .curation-cate-list .curation-cate-items__wrap .curation-cate-item .text-bottom__wrap .bottom-right__wrap .btn-mark span.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.curation-cate-list .curation-cate-items__wrap .curation-cate-item.s-bookmark .text-bottom__wrap .bottom-left__wrap .btn-mark {
  background: url("../images/icon/ico-bookmark-on.png") no-repeat center center !important;
  background-size: contain !important;
}
.curation-cate-list .curation-cate-items__wrap.renewal {
  padding-top: 4.8rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap.renewal {
    padding-top: 48px;
  }
}
.curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .img-wrap .thumnail {
  position: relative;
  width: 18.8rem;
  padding-bottom: 100%;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .img-wrap .thumnail {
    width: 100%;
    margin-bottom: 8px;
  }
}
.curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .img-wrap .thumnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .text-bottom__wrap {
  margin-top: 1.25rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .text-bottom__wrap {
    margin-bottom: 0;
  }
}
.curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .text-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  height: 18.8rem;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .text-wrap {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    height: auto;
  }
}
.curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .text-top__wrap .curation-title {
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .text-top__wrap .curation-title {
    margin-bottom: 16px;
  }
}
.curation-cate-list .curation-cate-items__wrap.renewal .curation-cate-item .text-top__wrap .curation-desc {
  text-align: center;
}

.mypage-heading__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .mypage-heading__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-left__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
  }
}
.mypage-heading__flex .heading-left__wrap .name-wrap {
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-left__wrap .name-wrap {
    margin-bottom: 16px;
  }
}
.mypage-heading__flex .heading-left__wrap .name {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-left__wrap .name {
    font-size: 24px;
  }
}
.mypage-heading__flex .heading-left__wrap .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-left__wrap .info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mypage-heading__flex .heading-left__wrap .info-list li {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  border-right: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-left__wrap .info-list li {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }
}
.mypage-heading__flex .heading-left__wrap .info-list li:first-child {
  padding-left: 0;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-left__wrap .info-list li:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
}
.mypage-heading__flex .heading-left__wrap .info-list li:last-child {
  border-right: none;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-left__wrap .info-list li:last-child {
    margin-left: 8px;
  }
}
.mypage-heading__flex .heading-left__wrap .info-list .email {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #0f0f0f;
}
.mypage-heading__flex .heading-left__wrap .info-list .sns-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage-heading__flex .heading-left__wrap .info-list .sns-type .sns {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  color: #0f0f0f;
}
.mypage-heading__flex .heading-left__wrap .info-list .sns-type .sns-img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/icon/ico-emoji.png");
}
.mypage-heading__flex .heading-left__wrap .info-list .sns-type.naver .sns-img {
  background-image: url("../images/icon/ico-naver-vector.png");
}
.mypage-heading__flex .heading-left__wrap .info-list .sns-type.kakao .sns-img {
  background-image: url("../images/icon/login-kakao-ico.png");
}
.mypage-heading__flex .heading-left__wrap .info-list .sns-type.google .sns-img {
  background-image: url("../images/icon/login-google-ico.png");
}
.mypage-heading__flex .heading-left__wrap .info-list .sns-type.facebook .sns-img {
  background-image: url("../images/icon/login-facebook-ico.png");
}
.mypage-heading__flex .heading-left__wrap .info-list .membership-existence.existence .existence-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #ff6000;
  padding-left: 1.1rem;
}
.mypage-heading__flex .heading-left__wrap .info-list .membership-existence.existence .existence-text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../images/icon/ico-membership-using.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-right__wrap {
    width: 100%;
  }
}
.mypage-heading__flex .heading-right__wrap .content-info-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-right__wrap .content-info-lists {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.mypage-heading__flex .heading-right__wrap .content-info-list {
  width: 6.7rem;
  height: 6.7rem;
  border-radius: 250rem;
  background: #fff;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-right__wrap .content-info-list {
    width: 33.33%;
    height: 100px;
  }
}
.mypage-heading__flex .heading-right__wrap .content-info-list.s-active {
  background: #ff6000;
}
.mypage-heading__flex .heading-right__wrap .content-info-list.s-active .info-text {
  color: #fff;
}
.mypage-heading__flex .heading-right__wrap .content-info-list.s-active .num {
  color: #fff;
}
.mypage-heading__flex .heading-right__wrap .content-info-list.s-active .num::after {
  background: url("../images/icon/ico-careet-arrow-right-fff.png") no-repeat center center;
  background-size: cover;
}
.mypage-heading__flex .heading-right__wrap .content-info-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypage-heading__flex .heading-right__wrap .content-info-list .info-text {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 0.6rem;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-right__wrap .content-info-list .info-text {
    margin-bottom: 8px;
  }
}
.mypage-heading__flex .heading-right__wrap .content-info-list .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ff6000;
}
@media (max-width: 1100px) {
  .mypage-heading__flex .heading-right__wrap .content-info-list .num {
    font-size: 18px;
  }
}
.mypage-heading__flex .heading-right__wrap .content-info-list .num::after {
  content: "";
  display: inline-block;
  background: url("../images/icon/ico-careet-arrow-right.png") no-repeat center center;
  background-size: contain;
  width: 0.4rem;
  height: 0.4rem;
}

.mypage-menu-lists {
  background: #f2f0ea;
}
.mypage-menu-lists .menu-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media (max-width: 1100px) {
  .mypage-menu-lists .menu-lists {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.mypage-menu-lists .mypage-menu-list {
  position: relative;
  padding: 1.65rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .mypage-menu-lists .mypage-menu-list {
    padding: 15px 0;
    font-size: 15px;
  }
}
.mypage-menu-lists .mypage-menu-list.s-active {
  font-weight: 700;
}
.mypage-menu-lists .mypage-menu-list.s-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #252525;
}
@media (max-width: 1100px) {
  .mypage-menu-lists .mypage-menu-list.s-active::after {
    height: 3px;
  }
}

.mypage-sub-menu__list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 1100px) {
  .mypage-sub-menu__list__wrap {
    margin-bottom: 24px;
  }
}

.mypage-sub-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media (max-width: 1100px) {
  .mypage-sub-menu__lists {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    overflow-x: auto;
  }
  .mypage-sub-menu__lists::-webkit-scrollbar {
    display: none;
  }
  .mypage-sub-menu__lists {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
.mypage-sub-menu__lists .sub-menu__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0f0f0f;
  border-radius: 50rem;
}
@media (max-width: 1100px) {
  .mypage-sub-menu__lists .sub-menu__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 8px 16px;
    font-size: 16px;
  }
}
.mypage-sub-menu__lists .sub-menu__item.s-active {
  color: #ff6000;
  background: rgba(255, 96, 0, 0.1);
  font-weight: 700;
}

.mypage-con {
  background: #fff;
  padding: 2.4rem 0 4.8rem 0;
}
@media (max-width: 1100px) {
  .mypage-con {
    padding: 24px 0 48px 0;
  }
}

.using-membership__wrap {
  margin-bottom: 4.8rem;
}
@media (max-width: 1100px) {
  .using-membership__wrap {
    margin-bottom: 48px;
  }
}
.using-membership__wrap .membership-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
  }
}
.using-membership__wrap .membership-status__wrap {
  width: 50%;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-status__wrap {
    width: 100%;
  }
}
.using-membership__wrap .membership-con__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background: #0f0f0f;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con__heading {
    padding: 20px;
  }
}
.using-membership__wrap .membership-con__heading .heading-text {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con__heading .heading-text {
    font-size: 18px;
  }
}
.using-membership__wrap .membership-con__heading .heading-desc {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con__heading .heading-desc {
    font-size: 14px;
    text-align: right;
  }
}
.using-membership__wrap .membership-con__heading .heading-desc .color-point {
  color: #ff6000;
}
.using-membership__wrap .membership-detail-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f6f5f1;
  padding: 2rem;
  height: 32.75rem;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-detail-con {
    padding: 20px;
    height: auto;
  }
}
.using-membership__wrap .membership-con-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con-item {
    padding-bottom: 16px;
  }
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con-item .item-heading {
    min-width: 101px;
  }
}
.using-membership__wrap .membership-con-item .item-heading p {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con-item .item-heading p {
    font-size: 16px;
  }
}
.using-membership__wrap .membership-con-item .item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.using-membership__wrap .membership-con-item .item-value p {
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con-item .item-value p {
    font-size: 16px;
    text-align: right;
  }
}
.using-membership__wrap .membership-con-item .item-value p strong {
  font-weight: 700;
}
.using-membership__wrap .membership-con-item .item-value a {
  font-size: 0.7rem;
  line-height: 1.4;
  color: #ff6000;
  border-bottom: 1px solid #ff6000;
  font-weight: 700;
  margin-left: 0.6rem;
}
.using-membership__wrap .membership-con-item .btn {
  padding: 0.5rem 0.8rem;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-caution__wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #0f0f0f;
  }
}
.using-membership__wrap .membership-caution__wrap .caution-title {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0f0f0f;
  margin-bottom: 0.3rem;
}
.using-membership__wrap .membership-caution__wrap .caution-desc {
  position: relative;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
  padding-left: 0.8rem;
}
.using-membership__wrap .membership-caution__wrap .caution-desc::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #0f0f0f;
  left: 0;
  top: 0.3rem;
}
.using-membership__wrap .membership-caution__wrap .caution-desc .color-point {
  font-size: 0.7rem;
  line-height: 1.4;
  color: #ff6000;
  border-bottom: 1px solid #ff6000;
  font-weight: 700;
}
.using-membership__wrap .membership-con-bottom__wrap {
  padding-top: 1.6rem;
  border-top: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con-bottom__wrap {
    padding-top: 16px;
  }
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con-bottom__wrap .membership-con-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
  }
}
@media (max-width: 1100px) {
  .using-membership__wrap .membership-con-bottom__wrap .membership-con-item .item-heading {
    margin-bottom: 8px;
  }
}
.using-membership__wrap .membership-con-bottom__wrap .membership-con-item:last-child {
  padding-bottom: 0;
}

.membership-inquiry__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f5f1;
  padding: 3.2rem 0;
}
@media (max-width: 1100px) {
  .membership-inquiry__wrap {
    padding: 32px 0;
  }
}

.membership-inquiry__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership-inquiry__con .inquiry-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .membership-inquiry__con .inquiry-title {
    font-size: 24px;
  }
}
.membership-inquiry__con .inquiry-title::after {
  content: "";
  bottom: -4%;
  left: 100%;
  position: absolute;
  width: 4.35rem;
  height: 4.35rem;
  background: url("../images/icon/img-ask-me.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .membership-inquiry__con .inquiry-title::after {
    bottom: 86%;
    left: 91%;
  }
}
.membership-inquiry__con .membership-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.membership-inquiry__con .membership-btn__wrap .btn:last-child {
  margin-left: 1.2rem;
}

.no-membership__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0f0f0f;
  padding: 3.2rem 0;
}
@media (max-width: 1100px) {
  .no-membership__wrap {
    padding: 32px 0;
  }
}

.no-membership__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-membership__con .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .no-membership__con .title {
    font-size: 24px;
    text-align: center;
  }
}
.no-membership__con .title .color-point {
  color: #ff6000;
}
.no-membership__con .membership-btn__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no-membership__con .membership-btn__wrap::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.5rem);
  width: 6.1rem;
  height: 4.7rem;
  background: url("../images/icon/img-check-this-out.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .no-membership__con .membership-btn__wrap::before {
    display: none;
  }
}
.no-membership__con .membership-btn__wrap .btn {
  color: #fff;
  background: #0f0f0f;
  border-color: #fff;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #fff;
          box-shadow: 0px 0.15rem 0px 0px #fff;
}
.no-membership__con .membership-btn__wrap .btn:last-child {
  margin-left: 1.2rem;
}

.before-purchase__wrap .data-table {
  overflow-x: auto;
  white-space: nowrap;
}
.before-purchase__wrap table {
  table-layout: auto;
}
@media (max-width: 1100px) {
  .before-purchase__wrap table {
    width: 300%;
  }
}
.before-purchase__wrap .table-w7 {
  width: 10.37%;
}
.before-purchase__wrap .table-w6 {
  width: 11.85%;
}
.before-purchase__wrap .table-w5 {
  width: 20.74%;
}
.before-purchase__wrap .table-w1 {
  width: 16.29%;
}
.before-purchase__wrap table {
  border-top: none;
}
.before-purchase__wrap thead th {
  padding: 1.45rem 0.75rem 1.4rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  background: #f6f5f1;
  border-bottom: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .before-purchase__wrap thead th {
    padding: 15px 10px;
    font-size: 16px;
  }
}
.before-purchase__wrap tbody td {
  padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .before-purchase__wrap tbody td {
    padding: 15px 10px;
    font-size: 16px;
  }
}
.before-purchase__wrap tbody td .minus {
  color: #ff6000;
}
.before-purchase__wrap tbody td .receipt {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
.before-purchase__wrap tbody td .receipt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.before-purchase__wrap .pagination {
  margin-top: 3rem;
}

.personal-faq {
  padding: 3.65rem 0 6.05rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .personal-faq {
    padding: 48px 0;
  }
}
.personal-faq .section-title {
  margin-bottom: 1.6rem;
}
.personal-faq .faq-cate__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .personal-faq .faq-cate__heading {
    display: none;
  }
}
.personal-faq .faq-cate__heading .heading-item p {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .personal-faq .faq-cate__heading .heading-item p {
    font-size: 14px;
  }
}
.personal-faq .faq-cate__heading .heading-item:nth-child(1) {
  max-width: 11.05rem;
  width: 100%;
}
.personal-faq .faq-cate__heading .heading-item:nth-child(2) {
  max-width: 41.85rem;
  width: 100%;
}
.personal-faq .faq-cate__heading .heading-item:nth-child(3) {
  max-width: 15.15rem;
  width: 100%;
}
.personal-faq .faq-cate__heading .heading-item:nth-child(4) {
  max-width: 7.95rem;
  width: 100%;
}
.personal-faq .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 1.95rem;
  padding-bottom: 1.9rem;
  padding-left: 1.4rem;
  padding-right: 1rem;
}
@media (max-width: 1100px) {
  .personal-faq .accordion-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.personal-faq .accordion-header__item:nth-child(1) {
  max-width: 10.6rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .personal-faq .accordion-header__item:nth-child(1) {
    width: 30%;
  }
  .personal-faq .accordion-header__item:nth-child(1) p {
    text-align: left;
  }
}
.personal-faq .accordion-header__item:nth-child(2) {
  max-width: 41.9rem;
  width: 100%;
}
.personal-faq .accordion-header__item:nth-child(3) {
  max-width: 15.15rem;
  width: 100%;
}
.personal-faq .accordion-header__item:nth-child(4) {
  max-width: 7.95rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .personal-faq .accordion-header__item:nth-child(4) {
    width: 70%;
  }
}
.personal-faq .accordion-header__item p {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .personal-faq .accordion-header__item p {
    font-size: 14px;
    text-align: center;
  }
}
.personal-faq .accordion-header__item p.completed {
  color: #ff6000;
}
.personal-faq .accordion-header__item .arrow {
  width: 2rem;
  height: 2rem;
}
.personal-faq .accordion-header__item .arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-faq .accordion-body {
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .personal-faq .accordion-body {
    margin-right: -24px;
    margin-left: -24px;
  }
}
.personal-faq .accordion-body .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.personal-faq .accordion-body .recent-inquiry__wrap,
.personal-faq .accordion-body .inquiry-comment__wrap {
  padding: 2rem 0 3rem 0;
  max-width: 56.1rem;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .personal-faq .accordion-body .recent-inquiry__wrap,
  .personal-faq .accordion-body .inquiry-comment__wrap {
    padding: 20px 24px;
  }
}
.personal-faq .accordion-body .cate-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #ff6000;
}
.personal-faq .accordion-body .faq-desc {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
.personal-faq .accordion-body .faq-desc a {
  border-bottom: 1px solid #0f0f0f;
}

.highlight-memo__section {
  background: #fff;
  padding: 3.65rem 0 6.05rem 0;
}
@media (max-width: 1100px) {
  .highlight-memo__section {
    padding: 48px 0;
  }
}
.highlight-memo__section .section-flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .highlight-memo__section .section-flex__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.highlight-memo__section .section-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 1.6rem;
  margin-right: 3.8rem;
}
@media (max-width: 1100px) {
  .highlight-memo__section .section-heading {
    padding-bottom: 24px;
  }
}
.highlight-memo__section .section-title {
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .highlight-memo__section .section-title {
    margin-bottom: 24px;
  }
}
.highlight-memo__section .section-desc {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .highlight-memo__section .section-desc {
    font-size: 16px;
  }
}
.highlight-memo__section .highlight-memo__wrap {
  width: 100%;
  max-width: 59.6rem;
  margin: 0 auto;
}
.highlight-memo__section .hightlight-memo__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 1100px) {
  .highlight-memo__section .hightlight-memo__item {
    padding: 25px 0;
  }
}
.highlight-memo__section .hightlight-memo__item:first-child {
  border-bottom: none;
}
.highlight-memo__section .btn-close {
  width: 1.2rem;
  height: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.highlight-memo__section .btn-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlight-memo__section .marked-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.highlight-memo__section .marked-item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
}
@media (max-width: 1100px) {
  .highlight-memo__section .marked-item .text-wrap {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
.highlight-memo__section .marked-item .text-wrap .text {
  max-width: 56.6rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #777;
  margin-bottom: 0.5rem;
}
@media (max-width: 1100px) {
  .highlight-memo__section .marked-item .text-wrap .text {
    font-size: 18px;
  }
}
.highlight-memo__section .marked-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.highlight-memo__section .marked-item .info .cate {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ff6000;
}
.highlight-memo__section .marked-item .info .date {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: rgba(15, 15, 15, 0.5);
  margin-left: 0.5rem;
}
.highlight-memo__section .memo__wrap {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
@media (max-width: 1100px) {
  .highlight-memo__section .memo__wrap {
    margin-top: 15px;
  }
}
.highlight-memo__section .memo__wrap .memo-saved__box .memo-text {
  min-height: 2.5rem;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  background: #f6f5f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.4);
}
.highlight-memo__section .memo__wrap .memo-textarea__box {
  display: none;
}
.highlight-memo__section .memo__wrap .memo-textarea {
  resize: none;
  width: 100%;
  height: 2.5rem;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--Black, #0f0f0f);
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .highlight-memo__section .memo__wrap .memo-textarea {
    font-size: 16px;
  }
}
.highlight-memo__section .memo__wrap .memo-textarea::-webkit-input-placeholder {
  color: #0f0f0f;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
.highlight-memo__section .memo__wrap .memo-textarea::-moz-placeholder {
  color: #0f0f0f;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
.highlight-memo__section .memo__wrap .memo-textarea::-ms-input-placeholder {
  color: #0f0f0f;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
.highlight-memo__section .memo__wrap .memo-textarea::placeholder {
  color: #0f0f0f;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
  .highlight-memo__section .memo__wrap .memo-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .highlight-memo__section .memo__wrap .memo-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .highlight-memo__section .memo__wrap .memo-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .highlight-memo__section .memo__wrap .memo-textarea::placeholder {
    font-size: 16px;
  }
}
.highlight-memo__section .memo__wrap .button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.5rem;
}
.highlight-memo__section .memo__wrap .button__wrap .btn {
  background: #fff;
}
.highlight-memo__section .memo__wrap .button__wrap .btn + .btn {
  margin-left: 0.6rem;
}
.highlight-memo__section .memo__wrap .button__wrap .btn.close {
  border-color: #ff6000;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #ff6000;
          box-shadow: 0px 0.15rem 0px 0px #ff6000;
  color: #ff6000;
}
.highlight-memo__section .memo__wrap .btn-close {
  position: absolute;
  right: 0.8rem;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trend-list.mypage .section-title {
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .trend-list.mypage .section-title {
    margin-bottom: 24px;
  }
}
.trend-list.mypage .section-desc {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 2.75rem;
}
@media (max-width: 1100px) {
  .trend-list.mypage .section-desc {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.trend-list.mypage .text-wrap__heading {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.trend-list.mypage .text-wrap__heading > span:first-child {
  margin-right: 0.5rem;
}
.trend-list.mypage .text-wrap__heading .cate {
  position: static;
  text-align: center;
}
.trend-list.mypage .text-wrap__heading .age {
  display: inline-block;
  font-size: 0.8rem;
  color: #ff6000;
  border: 1px solid #ff6000;
  font-weight: 900;
  line-height: 1;
  padding: 0.25rem 0.3rem;
  background: transparent;
  text-align: center;
}
@media (max-width: 1100px) {
  .trend-list.mypage .text-wrap__heading .age {
    font-size: 14px;
  }
}

.point-section {
  padding: 4.5rem 0 9.75rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .point-section {
    padding: 45px 0 97.5px;
  }
}
.point-section .section-inner {
  max-width: 58rem;
}
.point-section .point-banner {
  border-radius: 0.5rem;
  background: #0f0f0f;
  padding-top: 1.175rem;
  padding-bottom: 1.125rem;
}
.point-section .point-banner .banner-title {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-bottom: 0.3rem;
}
@media (max-width: 1100px) {
  .point-section .point-banner .banner-title {
    font-size: 16.5px;
  }
}
.point-section .point-banner .banner-title .color-point {
  color: #ff6000;
}
.point-section .point-banner .banner-desc {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media (max-width: 1100px) {
  .point-section .point-banner .banner-desc {
    font-size: 15px;
  }
}
.point-section .event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8rem 1.5rem;
}
@media (max-width: 1100px) {
  .point-section .event-box {
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1100px) {
  .point-section .event-box .event-left__wrap {
    margin-bottom: 24px;
  }
}
.point-section .event-box .event-desc {
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .point-section .event-box .event-desc {
    font-size: 15px;
  }
}
.point-section .event-box .event-desc .num {
  color: #ff6000;
  border-bottom: 1px solid #ff6000;
}
.point-section .event-box .code-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
@media (max-width: 1100px) {
  .point-section .event-box .code-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.point-section .event-box .code-wrap .text {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .point-section .event-box .code-wrap .text {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.point-section .event-box .code-wrap .text .code-num {
  font-weight: 800;
}
.point-section .event-box .code-wrap .btn-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.45rem;
  height: 1.4rem;
  border-radius: 2.7rem;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  background: #f6f5f1;
  margin-left: 0.5rem;
}
.point-section .current-point__wrap {
  max-width: 32rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 2.4rem;
  padding-bottom: 2.35rem;
}
@media (max-width: 1100px) {
  .point-section .current-point__wrap {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.point-section .current-point__wrap .current-point-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point-section .current-point__wrap .current-point-text .ico {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
@media (max-width: 1100px) {
  .point-section .current-point__wrap .current-point-text .ico {
    width: 18px;
    height: 18px;
  }
}
.point-section .current-point__wrap .current-point-text .text {
  position: relative;
  font-size: 1rem;
  padding-right: 0.5rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
  .point-section .current-point__wrap .current-point-text .text {
    font-size: 17px;
  }
}
.point-section .current-point__wrap .current-point-text .text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0f0f0f;
  width: 0.05rem;
  height: 0.8rem;
}
@media (max-width: 1100px) {
  .point-section .current-point__wrap .current-point-text .text::after {
    height: 14px;
  }
}
.point-section .current-point__wrap .current-point-text .point-num {
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  color: #ff6000;
}
@media (max-width: 1100px) {
  .point-section .current-point__wrap .current-point-text .point-num {
    font-size: 17px;
  }
}
.point-section .point-caution__wrap {
  max-width: 32rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}
@media (max-width: 1100px) {
  .point-section .point-caution__wrap {
    margin-top: 24px;
  }
}
.point-section .point-caution__wrap .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.point-section .point-caution__wrap .desc .radius {
  position: relative;
  top: -0.05rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #0f0f0f;
  margin-right: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.point-section .point-caution__wrap .desc .text {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
}
.point-section .point-caution__wrap .desc .text.color-point {
  color: #ff6000;
}
.point-section .used-point__wrap {
  max-width: 58rem;
  margin-top: 5.5rem;
}
.point-section .used-point__wrap .section-heading {
  margin-bottom: 1.5rem;
}
.point-section .used-point__wrap .section-heading .section-title {
  text-align: center;
}
.point-section .used-point__wrap .table-w1 {
  width: 16.29%;
}
.point-section .used-point__wrap .table-w2 {
  width: 39.25%;
}
.point-section .used-point__wrap .table-w3 {
  width: 16.29%;
}
.point-section .used-point__wrap .table-w4 {
  width: 16.29%;
}
.point-section .used-point__wrap .table-w5 {
  width: 16.29%;
}
.point-section .used-point__wrap .data-table table {
  width: 100%;
  table-layout: auto;
  border-top: none;
}
@media (max-width: 1100px) {
  .point-section .used-point__wrap .data-table table thead {
    display: none;
  }
}
.point-section .used-point__wrap .data-table table thead th {
  padding: 0.5rem 0;
  background: #f6f5f1;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
.point-section .used-point__wrap .data-table table thead th:nth-child(2) {
  padding-left: 2rem;
}
.point-section .used-point__wrap .data-table table tbody td {
  padding: 1.35rem 0;
}
@media (max-width: 1100px) {
  .point-section .used-point__wrap .data-table table tbody td {
    padding: 20px 0;
  }
}
.point-section .used-point__wrap .data-table table tbody td span {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .point-section .used-point__wrap .data-table table tbody td span {
    font-size: 15px;
  }
}
.point-section .used-point__wrap .data-table table tbody td .txt-break-mo {
  display: inline-block;
}
@media (max-width: 1100px) {
  .point-section .used-point__wrap .data-table table tbody td .txt-break-mo {
    display: block;
  }
}
.point-section .used-point__wrap .data-table table tbody td:nth-child(2) {
  padding-left: 2rem;
}
@media (max-width: 1100px) {
  .point-section .used-point__wrap .data-table table tbody td:nth-child(2) {
    padding: 20px;
  }
}

.coupon-section {
  padding: 4.5rem 0;
  background: #fff;
}
.coupon-section .coupon-enroll__wrap {
  max-width: 32.9rem;
  width: 100%;
  margin: 0 auto;
}
.coupon-section .coupon-caution__wrap {
  margin-top: 1.5rem;
}
@media (max-width: 1100px) {
  .coupon-section .coupon-caution__wrap {
    margin-top: 24px;
  }
}
.coupon-section .coupon-caution__wrap .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.coupon-section .coupon-caution__wrap .desc .radius {
  position: relative;
  top: -0.05rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #0f0f0f;
  margin-right: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coupon-section .coupon-caution__wrap .desc .text {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
}
.coupon-section .coupon-caution__wrap .desc .text.color-point {
  color: #ff6000;
}
.coupon-section .used-coupon__wrap {
  max-width: 58rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
.coupon-section .used-coupon__wrap .section-heading {
  margin-bottom: 1.5rem;
}
.coupon-section .used-coupon__wrap .section-heading .section-title {
  text-align: center;
}
.coupon-section .used-coupon__wrap .table-w1 {
  width: 16.29%;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .table-w1 {
    width: 1%;
  }
}
.coupon-section .used-coupon__wrap .table-w2 {
  width: 54.07%;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .table-w2 {
    width: 25%;
  }
}
.coupon-section .used-coupon__wrap .table-w3 {
  width: 14.81%;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .table-w3 {
    width: 16%;
  }
}
.coupon-section .used-coupon__wrap .table-w4 {
  width: 14.81%;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .table-w4 {
    width: 16%;
  }
}
.coupon-section .used-coupon__wrap .data-table table {
  width: 100%;
  table-layout: auto;
  border-top: none;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .data-table table thead {
    display: none;
  }
}
.coupon-section .used-coupon__wrap .data-table table thead th {
  padding: 0.5rem 0;
  background: #f6f5f1;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
.coupon-section .used-coupon__wrap .data-table table thead th:nth-child(2) {
  padding-left: 2rem;
}
.coupon-section .used-coupon__wrap .data-table table tbody td {
  padding: 1.35rem 0;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .data-table table tbody td {
    padding: 20px 0;
  }
}
.coupon-section .used-coupon__wrap .data-table table tbody td span {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .data-table table tbody td span {
    font-size: 15px;
  }
}
.coupon-section .used-coupon__wrap .data-table table tbody td span .txt-break-mo {
  display: inline-block;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .data-table table tbody td span .txt-break-mo {
    display: block;
  }
}
.coupon-section .used-coupon__wrap .data-table table tbody td:nth-child(2) {
  padding-left: 2rem;
}
@media (max-width: 1100px) {
  .coupon-section .used-coupon__wrap .data-table table tbody td:nth-child(2) {
    padding: 20px;
  }
}

.mypage-edit {
  padding: 4.5rem 0;
  background: #fff;
}
.mypage-edit .section-heading {
  margin-bottom: 3rem;
}
.mypage-edit .section-heading .section-title {
  text-align: center;
}
.mypage-edit .password-confirm__wrap {
  max-width: 32rem;
  margin: 0 auto;
}
.mypage-edit .password-confirm__wrap .info-text__wrap {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
.mypage-edit .password-confirm__wrap .info-text {
  text-align: center;
  font-size: 1rem;
  color: #0f0f0f;
  line-height: 1.4;
  font-weight: 700;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap .confirm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap .confirm-link .sns-icon {
  width: 1rem;
  height: 1rem;
  background: url("../images/icon/ico-emoji.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 0.5rem;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap .confirm-link .sns-icon.naver {
  background: url("../images/icon/ico-naver-vector.png") no-repeat 0 0;
  background-size: contain;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap .confirm-link .sns-icon.kakao {
  background: url("../images/icon/login-kakao-ico.png") no-repeat 0 0;
  background-size: contain;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap .confirm-link .sns-icon.facebook {
  background: url("../images/icon/login-facebook-ico.png") no-repeat 0 0;
  background-size: contain;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap .confirm-link .sns-icon.google {
  background: url("../images/icon/login-google-ico.png") no-repeat 0 0;
  background-size: contain;
}
.mypage-edit .password-confirm__wrap .confirm-button__wrap .confirm-link .text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .mypage-edit .password-confim-input__wrap .input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .mypage-edit .password-confim-input__wrap .input::-moz-placeholder {
    font-size: 14px;
  }
  .mypage-edit .password-confim-input__wrap .input::-ms-input-placeholder {
    font-size: 14px;
  }
  .mypage-edit .password-confim-input__wrap .input::placeholder {
    font-size: 14px;
  }
}
.mypage-edit .anchor-wrap {
  text-align: center;
  margin-top: 1.1rem;
}
.mypage-edit .anchor-wrap .anchor {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff6000;
  border-bottom: 1px solid #ff6000;
}

.join__heading-wrap .heading-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .join__heading-wrap .heading-title {
    font-size: 24px;
  }
}
.join__heading-wrap .heading-title .color-point {
  color: #ff6000;
}
.join__heading-wrap .heading-desc {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #0f0f0f;
  margin-top: 1.2rem;
}
.join__heading-wrap .join-type-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}
.join__heading-wrap .join-type-desc .sns-logo {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.join__heading-wrap .join-type-desc .join-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
  text-align: center;
  letter-spacing: 0.8px;
}
.join__heading-wrap .join-type-desc.naver .sns-logo {
  background: url("../images/icon/ico-naver-vector.png") no-repeat center center;
  background-size: contain;
}
.join__heading-wrap .join-type-desc.email .sns-logo {
  background: url("../images/icon/ico-emoji.png") no-repeat center center;
  background-size: contain;
}

.join-section {
  padding: 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .join-section {
    padding: 48px 0;
  }
}
.join-section .find__wrap {
  max-width: 32rem;
  margin: 0 auto;
}
.join-section .find__wrap .edit-button__wrap.mypage-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(15, 15, 15, 0.2);
}
.join-section .find__wrap .edit-button__wrap.mypage-edit .btn {
  -webkit-box-shadow: 0px 0.15rem 0px 0px #ff6000;
          box-shadow: 0px 0.15rem 0px 0px #ff6000;
  border-color: #ff6000;
  background: #fff;
  color: #ff6000;
  width: 100%;
  max-width: 26rem;
}
.join-section .find-item__wrap + .find-item__wrap {
  margin-top: 3rem;
}
@media (max-width: 1100px) {
  .join-section .find-item__wrap + .find-item__wrap {
    margin-top: 30px;
  }
}
.join-section .find-item__wrap:nth-child(2) .find-con .edit-button__wrap .btn {
  max-width: 20.95rem;
}
@media (max-width: 1100px) {
  .join-section .find-item__wrap:nth-child(2) .find-con .edit-button__wrap .btn {
    max-width: calc(100% - 126px);
  }
}
.join-section .find-item__wrap .quit__wrap .stop-text {
  padding: 1.5rem 0;
}
.join-section .find-item__wrap .quit__wrap .stop-text p {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
}
.join-section .find-item__wrap .quit__wrap .stop-text p .color-point {
  color: #ff6000;
}
.join-section .find-item__wrap .quit__wrap .btn {
  background: #fff;
  max-width: 8.35rem;
  width: 100%;
  height: 2.35rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join-section .find-item__wrap .form-hd-ico {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #ffac00;
  border-radius: 100%;
  vertical-align: middle;
}
.join-section .find-item__wrap .form-hd-ico img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.join-section .find-item__wrap .form-hdico-tip {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-left: 0.9rem;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.9rem;
  font-weight: 700;
}
.join-section .find-item__wrap .form-hdico-tip .color {
  color: #0f0f0f;
}
.join-section .find-item__wrap .form-hdico-tip input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.join-section .find-cate {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
.join-section .find-cate .text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff6000;
}
@media (max-width: 1100px) {
  .join-section .find-cate .text {
    font-size: 16px;
  }
}
.join-section .find-con {
  padding-top: 3rem;
}
@media (max-width: 1100px) {
  .join-section .find-con {
    padding-top: 24px;
  }
}
.join-section .find-con .edit-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5rem;
}
.join-section .find-con .edit-button__wrap .btn {
  max-width: 25.65rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
@media (max-width: 1100px) {
  .join-section .find-con .edit-button__wrap .btn {
    max-width: calc(100% - 90px);
  }
}
.join-section .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-section .input__wrap.double {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.join-section .input__wrap.double .label__wrap {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.join-section .input__wrap.double .input-column {
  width: 100%;
}
.join-section .input__wrap.double .radio-input + .label__wrap::before {
  top: 0.5rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1100px) {
  .join-section .input__wrap.double .radio-input + .label__wrap::before {
    top: 12px;
  }
}
.join-section .input__wrap.double .nickname-option__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
}
.join-section .input__wrap.double .nickname-option__wrap .selector-text {
  font-size: 0.9rem;
  background-size: 1rem;
  line-height: 1rem;
  min-height: 1rem;
  background-position: center left;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .join-section .input__wrap.double .nickname-option__wrap .selector-text {
    font-size: 14px;
  }
}
.join-section .input__wrap.double .nickname-option__wrap p {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .join-section .input__wrap.double .nickname-option__wrap p {
    font-size: 12px;
  }
}
.join-section .input__wrap.trend-letter .selector-text {
  font-size: 0.9rem;
  background-size: 1rem;
  line-height: 1rem;
  min-height: 1rem;
  background-position: center left;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .join-section .input__wrap.trend-letter .selector-text {
    font-size: 14px;
  }
}
.join-section .input__wrap.edit .input-wrap__label {
  max-width: 11.05rem;
}
@media (max-width: 1100px) {
  .join-section .input__wrap.edit .input-wrap__label {
    max-width: 126px;
  }
}
.join-section .input__wrap.edit .input-column__wrap .type-one-input__wrap {
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.join-section .input__wrap.edit .input-column__wrap .type-one-input__wrap .input {
  max-width: 13.6rem;
}
@media (max-width: 1100px) {
  .join-section .input__wrap.edit .input-column__wrap .type-one-input__wrap .input {
    max-width: 100%;
  }
}
.join-section .input__wrap .type-one-input__wrap {
  width: 100%;
}
.join-section .input__wrap .type-one-input__wrap .input {
  max-width: 16.1rem;
}
.join-section .input__wrap + .input__wrap {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .join-section .input__wrap + .input__wrap {
    margin-top: 8px;
  }
}
.join-section .input__wrap .input-column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.join-section .input__wrap .input-column__wrap .type-one-input__wrap {
  max-width: 24.15rem;
}
@media (max-width: 1100px) {
  .join-section .input__wrap .input-column__wrap .type-one-input__wrap {
    row-gap: 10px;
    max-width: 100%;
  }
}
.join-section .input__wrap .input-column__wrap .type-one-input__wrap .input {
  max-width: 16.1rem;
}
@media (max-width: 1100px) {
  .join-section .input__wrap .input-column__wrap .type-one-input__wrap .input {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .join-section .input__wrap .input-column__wrap .type-one-input__wrap .btn {
    width: 100%;
  }
}
.join-section .input__wrap .input-column__wrap .info-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 1rem;
}
.join-section .input__wrap .input-column__wrap .naver-link__wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-section .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.join-section .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.naver {
  background: url("../images/icon/ico-naver-vector.png") no-repeat 0 0;
  background-size: contain;
}
.join-section .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.kakao {
  background: url("../images/icon/login-kakao-ico.png") no-repeat 0 0;
  background-size: contain;
}
.join-section .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.facebook {
  background: url("../images/icon/login-facebook-ico.png") no-repeat 0 0;
  background-size: contain;
}
.join-section .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.google {
  background: url("../images/icon/login-google-ico.png") no-repeat 0 0;
  background-size: contain;
}
.join-section .input__wrap .input-column__wrap .naver-link__wrap > a p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
}
.join-section .input__wrap .input-wrap__label {
  max-width: 6.35rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .join-section .input__wrap .input-wrap__label {
    max-width: 90px;
    font-size: 14px;
  }
}
.join-section .input__wrap .input {
  width: 100%;
  height: 2.5rem;
  background: #f6f5f1;
  font-size: 1rem;
  padding: 0.75rem 0.7rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
  border: none;
}
@media (max-width: 1100px) {
  .join-section .input__wrap .input {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.join-section .input__wrap .caution-wrap {
  margin-top: 1rem;
}
.join-section .input__wrap .caution-wrap p {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
}
.join-section .input__wrap .caution-wrap p.color-point {
  color: #ff6000;
}
.join-section .input__wrap .radio-input:checked, .join-section .input__wrap .radio-input:not(:checked) {
  position: absolute;
  left: -9999px;
}
.join-section .input__wrap .radio-input + .label__wrap::before {
  content: "";
  background: url("../images/icon/ico-check-radius-before.png") no-repeat center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1100px) {
  .join-section .input__wrap .radio-input + .label__wrap::before {
    width: 20px;
    height: 20px;
  }
}
.join-section .input__wrap .radio-input:checked + .label__wrap, .join-section .input__wrap .radio-input:not(:checked) + .label__wrap {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1100px) {
  .join-section .input__wrap .radio-input:checked + .label__wrap, .join-section .input__wrap .radio-input:not(:checked) + .label__wrap {
    padding-left: 30px;
  }
}
.join-section .input__wrap .radio-input:checked + .label__wrap .radio-label, .join-section .input__wrap .radio-input:not(:checked) + .label__wrap .radio-label {
  max-width: 9.05rem;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .join-section .input__wrap .radio-input:checked + .label__wrap .radio-label, .join-section .input__wrap .radio-input:not(:checked) + .label__wrap .radio-label {
    max-width: 96px;
    font-size: 14px;
  }
}
.join-section .input__wrap .radio-input:checked + .label__wrap .input, .join-section .input__wrap .radio-input:not(:checked) + .label__wrap .input {
  width: 100%;
}
.join-section .input__wrap .radio-input:checked + .label__wrap::before {
  background: url("../images/icon/ico-check-radius.png") no-repeat center left;
  background-size: cover;
}
.join-section .input__wrap .input-column p {
  color: #0f0f0f;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  margin-top: 0.5rem;
}
.join-section .selector-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 1100px) {
  .join-section .selector-wrap {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.join-section .selector-wrap .select-box-container.small .form-select {
  background: #f6f5f1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
  text-align: center;
  height: 2.5rem;
  border-bottom: none;
  background: #f6f5f1 url("../images/icon/ico-arrow-black-down.png") no-repeat 0 0;
  background-size: 2rem;
  background-position: center right 0.5rem;
}
@media (max-width: 1100px) {
  .join-section .selector-wrap .select-box-container.small .form-select {
    font-size: 14px;
    background-size: 20px;
    padding-right: 13px;
  }
}
.join-section .selector-wrap .select-box-container.small .form-select option {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .join-section .selector-wrap .select-box-container.small .form-select option {
    font-size: 14px;
  }
}
.join-section .selector-wrap .select-box-container.small.year {
  max-width: 9.6rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .join-section .selector-wrap .select-box-container.small.year {
    max-width: unset;
    width: 41.2%;
  }
}
.join-section .selector-wrap .select-box-container.small.month, .join-section .selector-wrap .select-box-container.small.day {
  max-width: 7.5rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .join-section .selector-wrap .select-box-container.small.month, .join-section .selector-wrap .select-box-container.small.day {
    max-width: unset;
    width: 27.5%;
  }
}
.join-section .find-btn__wrap {
  text-align: center;
}
.join-section .find-btn {
  max-width: 8.35rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.35rem;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .join-section .find-btn {
    margin-top: 30px;
  }
}
.join-section .info__wrap {
  margin-top: 1rem;
}
.join-section .info__wrap p:nth-child(1) {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #ff6000;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .join-section .info__wrap p:nth-child(1) {
    font-size: 16px;
  }
}
.join-section .info__wrap p:nth-child(2) {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .join-section .info__wrap p:nth-child(2) {
    font-size: 16px;
  }
}
.join-section .result-wrap {
  padding: 0 1.5rem;
}
@media (max-width: 1100px) {
  .join-section .result-wrap {
    padding: 0;
  }
}
.join-section .result-wrap .result-con + .result-con {
  margin-top: 1.5rem;
}
.join-section .result-wrap .result-title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .join-section .result-wrap .result-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.join-section .result-wrap .color-point {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff6000;
  margin-bottom: 0.25rem;
}
@media (max-width: 1100px) {
  .join-section .result-wrap .color-point {
    font-size: 16px;
  }
}
.join-section .result-wrap .id-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
  margin-bottom: 0.4rem;
}
@media (max-width: 1100px) {
  .join-section .result-wrap .id-text {
    font-size: 16px;
  }
}
.join-section .result-wrap .id-text .dash {
  margin-right: 0.15rem;
}
.join-section .result-wrap .anchor-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
  margin-top: 1.5rem;
}
@media (max-width: 1100px) {
  .join-section .result-wrap .anchor-text {
    font-size: 16px;
  }
}
.join-section .result-wrap .anchor-text a {
  font-weight: 700;
  border-bottom: 1px solid #0f0f0f;
}
.join-section .join-intro__wrap {
  max-width: 32rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
@media (max-width: 1100px) {
  .join-section .join-intro__wrap {
    padding-bottom: 30px;
  }
}
.join-section .join-intro__wrap .join-intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.15rem;
  padding-bottom: 2.55rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .join-section .join-intro__wrap .join-intro-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.join-section .join-intro__wrap .join-intro-item > div {
  width: 50%;
}
@media (max-width: 1100px) {
  .join-section .join-intro__wrap .join-intro-item > div {
    width: 100%;
  }
}
.join-section .join-intro__wrap .join-intro-item + .join-intro-item {
  margin-top: 0.5rem;
}
.join-section .join-intro__wrap .join-intro-item .logo-desc {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .join-section .join-intro__wrap .join-intro-item .logo-desc {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
  }
}
.join-section .join-intro__wrap .join-intro-item:nth-child(1) .logo {
  text-align: center;
}
.join-section .join-intro__wrap .join-intro-item:nth-child(1) .logo img {
  width: 5.2rem;
  height: 2.4rem;
}
@media (max-width: 1100px) {
  .join-section .join-intro__wrap .join-intro-item:nth-child(1) .logo img {
    height: 37.5px;
  }
}
.join-section .join-intro__wrap .join-intro-item:nth-child(2) .logo {
  text-align: center;
}
.join-section .join-intro__wrap .join-intro-item:nth-child(2) .logo img {
  width: 10rem;
  height: 1.6rem;
}
.join-section .join-intro__wrap .join-intro-info__wrap {
  margin-top: 0.5rem;
}
.join-section .join-intro__wrap .join-intro-info__wrap .title {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 0.25rem;
  text-align: center;
}
.join-section .join-intro__wrap .join-intro-info__wrap .text {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
}
.join-section .join-agree__wrap {
  max-width: 32rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
@media (max-width: 1100px) {
  .join-section .join-agree__wrap {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.join-section .join-agree__wrap .agree-wrap .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
  margin-bottom: 0.5rem;
}
.join-section .join-agree__wrap .agree-wrap .form-term {
  overflow-y: scroll;
  height: 6.5rem;
  padding: 1rem;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #0f0f0f;
  border: 1px solid rgba(15, 15, 15, 0.2);
  background: #f6f5f1;
}
.join-section .join-agree__wrap .agree-wrap .form-check__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.7rem;
}
.join-section .join-agree__wrap .agree-wrap .form-check__wrap .selector-text {
  font-size: 0.7rem;
  font-weight: 700;
}
.join-section .join-type__wrap {
  max-width: 32rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media (max-width: 1100px) {
  .join-section .join-type__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.join-section .join-type__wrap .sns-join__wrap {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
@media (max-width: 1100px) {
  .join-section .join-type__wrap .sns-join__wrap {
    padding-bottom: 30px;
  }
}
.join-section .join-type__wrap .section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 1100px) {
  .join-section .join-type__wrap .section-title {
    margin-bottom: 24px;
  }
}
.join-section .join-type__wrap .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media (max-width: 1100px) {
  .join-section .join-type__wrap .button-wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.join-section .join-type__wrap .button-wrap .btn-join-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15rem;
  padding: 1.2rem;
  padding-left: 1.25rem;
  max-width: 15rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .join-section .join-type__wrap .button-wrap .btn-join-sns {
    width: 100%;
    max-width: 100%;
  }
}
.join-section .join-type__wrap .button-wrap .btn-join-sns .sns-logo {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.75rem;
}
.join-section .join-type__wrap .button-wrap .btn-join-sns .sns-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.join-section .join-type__wrap .button-wrap .btn-join-sns .text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
.join-section .join-type__wrap .button-wrap .btn-join-sns.btn-join-kakao {
  background: #ffde00;
}
.join-section .join-type__wrap .button-wrap .btn-join-sns.btn-join-naver {
  background: #03cf5d;
}
.join-section .email-join__wrap {
  max-width: 32rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media (max-width: 1100px) {
  .join-section .email-join__wrap {
    padding-top: 30px;
  }
}
.join-section .email-join__wrap .section-title span {
  display: block;
}
.join-section .email-join__wrap .input {
  height: 4rem;
}
@media (max-width: 1100px) {
  .join-section .email-join__wrap .input {
    height: 40px;
  }
}
.join-section .email-join__wrap .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-section .email-caution__wrap {
  margin-top: 1rem;
}
.join-section .email-caution__wrap .caution-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .join-section .email-caution__wrap .caution-text {
    font-size: 14px;
  }
}
.join-section .email-caution__wrap .caution-big-text {
  font-size: 1.1rem;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.3;
  margin: 1rem 0;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .join-section .email-caution__wrap .caution-big-text {
    font-size: 16px;
  }
}
.join-section .email-join-info__wrap {
  border-top: 1px solid rgba(15, 15, 15, 0.2);
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  text-align: center;
}
.join-section .email-join-info__wrap strong {
  font-size: 1.1rem;
}
.join-section .step-join__wrap {
  max-width: 32rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
@media (max-width: 1100px) {
  .join-section .step-join__wrap {
    margin-bottom: 25px;
  }
}
.join-section .step-join__wrap .step-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .join-section .step-join__wrap .step-text {
    font-size: 16px;
  }
}
.join-section .step-join__wrap .step-text.color-point {
  color: #ff6000;
}
.join-section .step-join__wrap .arrow {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.5rem;
}
@media (max-width: 1100px) {
  .join-section .step-join__wrap .arrow {
    width: 10px;
    height: 10px;
  }
}
.join-section .join__wrap {
  max-width: 32rem;
  margin: 0 auto;
}
.join-section .join__wrap .input__wrap .input-wrap__label {
  max-width: 7.85rem;
}
@media (max-width: 1100px) {
  .join-section .join__wrap .input__wrap .input-wrap__label {
    max-width: 93px;
  }
}
.join-section .join__wrap .radio-check__wrap {
  margin-top: 2rem;
  padding-top: 1.45rem;
  padding-bottom: 1.4rem;
  background: #0f0f0f;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .join-section .join__wrap .radio-check__wrap {
    margin-top: 20px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    border-radius: 8px;
  }
}
.join-section .join__wrap .radio-check__wrap .selector-cover input:checked + .selector-text {
  background-image: url("../images/icon/ico-check-radius.png");
}
.join-section .join__wrap .radio-check__wrap .selector-cover .selector-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.9rem;
  font-weight: 700;
  background-size: 2.5rem;
  min-height: 2.5rem;
  padding-left: 3.85rem;
}
@media (max-width: 1100px) {
  .join-section .join__wrap .radio-check__wrap .selector-cover .selector-text {
    font-size: 12px;
    background-size: 30px;
    min-height: 30px;
    padding-left: 36px;
  }
}
.join-section .join__wrap .radio-check__wrap .selector-cover .selector-text span.color-point {
  color: #ff6000;
}
.join-section .join__wrap .radio-check__wrap .selector-cover .selector-text span:last-child {
  margin-top: 0.3rem;
}
@media (max-width: 1100px) {
  .join-section .join__wrap .radio-check__wrap .selector-cover .selector-text span:last-child {
    margin-top: 4px;
  }
}
.join-section .join__wrap .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 24.5rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 1100px) {
  .join-section .join__wrap .button-wrap {
    margin-top: 25px;
  }
}
.join-section .join__wrap .button-wrap .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.join-section .join__wrap .button-wrap .btn:nth-child(2) {
  border: 1px solid var(--Main-Orange, #ff6000);
  background: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #ff6000;
          box-shadow: 0px 3px 0px 0px #ff6000;
  color: #ff6000;
}
.join-section .join__wrap .complete-wrap .completed-join-logo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-section .join__wrap .complete-wrap .completed-join-logo__wrap .logo {
  position: relative;
}
.join-section .join__wrap .complete-wrap .completed-join-logo__wrap .logo > a {
  display: block;
  height: 100%;
}
.join-section .join__wrap .complete-wrap .completed-join-logo__wrap .logo > a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.join-section .join__wrap .complete-wrap .completed-join-logo__wrap .logo:first-child {
  max-width: 6.05rem;
  max-height: 4rem;
  width: 100%;
  height: 100%;
  margin-right: 1.5rem;
}
.join-section .join__wrap .complete-wrap .completed-join-logo__wrap .logo:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 1.5rem);
  width: 0.05rem;
  height: 1.8rem;
  background: rgba(15, 15, 15, 0.2);
}
.join-section .join__wrap .complete-wrap .completed-join-logo__wrap .logo:last-child {
  max-width: 15.65rem;
  max-height: 4rem;
  width: 100%;
  height: 100%;
  margin-left: 1.5rem;
}
.join-section .join__wrap .complete-wrap .welcome-text {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .join-section .join__wrap .complete-wrap .welcome-text {
    margin-top: 20px;
    font-size: 18px;
  }
}
.join-section .join__wrap .complete-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.45rem;
}
@media (max-width: 1100px) {
  .join-section .join__wrap .complete-wrap .btn-wrap {
    margin-top: 40px;
  }
}
.join-section .join__wrap .complete-wrap .btn-wrap .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background: #fff;
  max-width: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.equal-time-section {
  background: #fff;
  padding-top: 2.25rem;
  padding-bottom: 16.8rem;
}
@media (max-width: 1100px) {
  .equal-time-section {
    padding-bottom: 68px;
  }
}
.equal-time-section .equal-time-user__wrap {
  max-width: 32rem;
  margin: 0 auto;
}
.equal-time-section .alert-text__wrap {
  padding-bottom: 2.5rem;
}
@media (max-width: 1100px) {
  .equal-time-section .alert-text__wrap {
    padding-bottom: 25px;
  }
}
.equal-time-section .alert-text__wrap.has-border {
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
.equal-time-section .alert-text__wrap.has-border.last {
  margin-top: 4rem;
}
.equal-time-section .alert-text__wrap.has-border.last + .join-section {
  margin-top: 2rem;
}
.equal-time-section .alert-text__wrap p {
  text-align: center;
  font-size: 1rem;
  color: #0f0f0f;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .equal-time-section .alert-text__wrap p {
    font-size: 16px;
    word-break: keep-all;
  }
}
.equal-time-section .alert-text__wrap p .color-point {
  color: #ff6000;
}
.equal-time-section .option-select-button__wrap {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .equal-time-section .option-select-button__wrap {
    padding-top: 25px;
  }
}
.equal-time-section .option-select-button__wrap .btn {
  background: #fff;
  max-width: 12rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
}
.equal-time-section .option-select-button__wrap .btn:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.equal-time-section .option-select-button__wrap .btn:first-child span:first-child {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 0.35rem;
}
.equal-time-section .option-select-button__wrap .btn:first-child span:last-child {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
.equal-time-section .option-select-button__wrap .btn:last-child {
  margin-top: 1.5rem;
}
.equal-time-section .device__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 1.2rem;
  padding-top: 2rem;
}
@media (max-width: 1100px) {
  .equal-time-section .device__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.equal-time-section .device__wrap .device-item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 0;
  padding-top: 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.4);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.equal-time-section .device__wrap .device-item .text {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
}
.equal-time-section .device__wrap .device-item .btn-close {
  width: 1.2rem;
  height: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
}
.equal-time-section .device__wrap .device-item .btn {
  background: #fff;
  font-size: 0.7rem;
  width: 100%;
  max-width: 5.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.equal-time-section .join-section {
  padding: 0;
}
.equal-time-section .join-section .input-wrap__label {
  max-width: 7.85rem;
}
@media (max-width: 1100px) {
  .equal-time-section .join-section .input-wrap__label {
    max-width: 93px;
  }
}
.equal-time-section .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 1100px) {
  .equal-time-section .button-wrap {
    margin-top: 30px;
  }
}
.equal-time-section .button-wrap .btn {
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 12rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .equal-time-section .button-wrap .btn {
    max-width: 100%;
  }
}
.equal-time-section .equal-time-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  border-top: 1px solid rgba(15, 15, 15, 0.2);
  padding-top: 2rem;
}
.equal-time-section .equal-time-button__wrap .btn {
  border: 1px solid var(--Main-Orange, #ff6000);
  background: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #ff6000;
          box-shadow: 0px 3px 0px 0px #ff6000;
  color: #ff6000;
  width: 100%;
  max-width: 26rem;
}

.membership-heading__wrap .section-title {
  margin-bottom: 1.15rem;
}
.membership-heading__wrap .link {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #ff6000;
}
.membership-heading__wrap .careet-logo {
  max-width: 25.85rem;
  max-height: 6.6rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.membership-heading__wrap .careet-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.membership-buy {
  background: #fff;
  padding-top: 1.95rem;
  padding-bottom: 6.9rem;
}
@media (max-width: 1100px) {
  .membership-buy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.membership-buy .membership-buy-info-banner--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #0f0f0f;
  border-radius: 0.5rem;
  height: 7.55rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy-info-banner--box {
    height: 124px;
  }
}
.membership-buy .membership-buy-info-banner--box .banner-title {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy-info-banner--box .banner-title {
    font-size: 16px;
  }
}
.membership-buy .membership-buy-info-banner--box .banner-title .point-color {
  color: #ff6000;
}
.membership-buy .membership-buy-info-banner--box .banner-desc {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: #f6f5f1;
  text-align: center;
  margin-top: 0.3rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy-info-banner--box .banner-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
.membership-buy .membership-buy-info-banner--box .careet-object {
  position: absolute;
  bottom: -1.865rem;
  right: 2.45rem;
  width: 12.7rem;
  height: 12.7rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy-info-banner--box .careet-object {
    display: none;
  }
}
.membership-buy .membership-buy__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 50px;
  }
}
.membership-buy .membership-buy__con .left {
  max-width: 31.8rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left {
    max-width: 100%;
  }
}
.membership-buy .membership-buy__con .left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.membership-buy .membership-buy__con .left-item + .left-item {
  margin-top: 2.5rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item + .left-item {
    margin-top: 30px;
  }
}
.membership-buy .membership-buy__con .left-item .left-cate-text {
  max-width: 10.8rem;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-cate-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con {
  width: 100%;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item + .option-type__item {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item + .option-type__item {
    margin-top: 10px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .label {
  width: 100%;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .selector-text {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 15, 15, 0.2);
  padding: 0.75rem 1.5rem 0.75rem 3.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("../images/icon/ico-check-radius-before.png");
  background-size: 1.5rem;
  background-position-y: 0.65rem;
  background-position-x: 1.5rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item .selector-text {
    border-radius: 10px;
    padding: 18px 14px 18px 40px;
    background-size: 20px;
    background-position-x: 14px;
    background-position-y: 18px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item input:checked + .selector-text {
  border-color: #ff6000;
  background-image: url("../images/icon/ico-check-radius.png");
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item input:checked + .selector-text .payment-label {
  background: rgba(255, 96, 0, 0.2);
  color: #ff6000;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .left-wrap .payment-cycle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item .left-wrap .payment-cycle {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .left-wrap .payment-cycle .payment-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0.25rem;
  height: 1.1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  font-size: 0.7rem;
  line-height: 1.1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 0.25rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item .left-wrap .payment-cycle .payment-label {
    width: 35px;
    height: 15px;
    border-radius: 3px;
    font-size: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 15px;
    margin-top: -1px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .left-wrap .sub-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ff6000;
  margin-top: 0.25rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item .left-wrap .sub-text {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .price {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .price {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .original-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.2);
  margin-top: 0.25rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .original-price__wrap {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .original-price__wrap .text {
  margin-right: 0.15rem;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .original-price__wrap .original-price {
  text-decoration: line-through;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .sub-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: right;
  color: #ff6000;
  margin-top: 0.15rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item .right-wrap .sub-text {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item.company .selector-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership-buy .membership-buy__con .left-item .left-con .option-type__item.company .selector-text .link {
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 800;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .option-type__item.company .selector-text .link {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap + .input__wrap {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap + .input__wrap {
    margin-top: 10px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap.confirm .type-one-input__wrap {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap.confirm .type-one-input__wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap.confirm .input {
  background: #fff;
  height: 100%;
  max-width: 12.7rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap.confirm .input {
    max-width: 100%;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input__wrap.confirm .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input-wrap__label {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input-wrap__label {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 15, 15, 0.2);
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input {
    font-size: 14px;
    padding: 15px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input:-moz-read-only {
  background: #f6f5f1;
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .input:read-only {
  background: #f6f5f1;
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .card-flex-input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .card-flex-input__wrap .input {
  max-width: 6.7rem;
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .card-flex-input__wrap .input + .input {
  margin-left: 0.5rem;
}
.membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .card-flex-input__wrap p {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .left-item .left-con .card-input__wrap .card-flex-input__wrap p {
    font-size: 14px;
  }
}
.membership-buy .membership-buy__con .left-item .left-con .caution-wrap {
  margin-top: 0.5rem;
}
.membership-buy .membership-buy__con .left-item .left-con .caution-wrap p {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
.membership-buy .membership-buy__con .left-item .left-con .caution-wrap p.color-point {
  color: #000000;
}
.membership-buy .membership-buy__con .right {
  max-width: 39.2rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right {
    max-width: 100%;
    margin-top: 30px;
  }
}
.membership-buy .membership-buy__con .right .right-item {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.membership-buy .membership-buy__con .right .caution-wrap {
  margin-top: 1.2rem;
}
.membership-buy .membership-buy__con .right .caution-wrap p {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
.membership-buy .membership-buy__con .right .caution-wrap p.color-point {
  color: #ff6000;
}
.membership-buy .membership-buy__con .right-heading__wrap {
  padding: 1.85rem 2rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-heading__wrap {
    padding: 20px 15px;
  }
}
.membership-buy .membership-buy__con .right-heading__wrap .title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-heading__wrap .title {
    font-size: 18px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap {
  padding: 0 2rem;
  background: #fff;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap {
    padding: 0;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .content-items {
  max-width: 35rem;
  margin: 0 auto;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .content-items {
    padding: 20px 15px;
    max-width: 100%;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 0;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .content-item {
    padding: 10px 0;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .content-item .left {
  max-width: auto !important;
  width: auto !important;
}
.membership-buy .membership-buy__con .right-content__wrap .content-item .left .text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .content-item .left .text {
    font-size: 16px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .content-item .right {
  border: none;
  max-width: auto !important;
  width: auto !important;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .content-item .right {
    margin-top: 0;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .content-item .right .text {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: right;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .content-item .right .text {
    font-size: 16px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .content-item .right .text + .text {
  margin-top: 0.8rem;
}
.membership-buy .membership-buy__con .right-content__wrap .content-item.discount {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.membership-buy .membership-buy__con .right-content__wrap .heading-title {
  padding: 1.85rem 0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .heading-title {
    padding: 30px 15px;
    font-size: 18px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .input__con {
  padding: 0 1.8rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .input__con {
    padding: 0 15px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .input__con .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.membership-buy .membership-buy__con .right-content__wrap .input__con .input__wrap .input-wrap__label {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
  margin-bottom: 0.5rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .input__con .input__wrap .input-wrap__label {
    font-size: 16px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .input__con .input__wrap .input {
  border: 1px solid rgba(15, 15, 15, 0.2);
  background: var(--Light-Grey, #f6f5f1);
  height: 3rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .input__con .input__wrap .input {
    padding: 8px 15px;
    height: 40px;
    font-size: 16px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .input__con .input__wrap + .input__wrap {
  margin-top: 1rem;
}
.membership-buy .membership-buy__con .right-content__wrap .input__con .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.85rem;
  padding-bottom: 4.3rem;
}
@media (max-width: 1100px) {
  .membership-buy .membership-buy__con .right-content__wrap .input__con .button-wrap {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.membership-buy .membership-buy__con .right-content__wrap .input__con .button-wrap .btn {
  max-width: 12rem;
  width: 100%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.membership-buy .info__wrap {
  padding-top: 5rem;
  max-width: 56.4rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .membership-buy .info__wrap {
    padding-top: 25px;
  }
}
.membership-buy .info__wrap .info-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff6000;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
@media (max-width: 1100px) {
  .membership-buy .info__wrap .info-title {
    font-size: 16px;
  }
}
.membership-buy .info__wrap .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1100px) {
  .membership-buy .info__wrap .desc {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.membership-buy .info__wrap .desc .radius {
  position: relative;
  top: 0.7rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #0f0f0f;
  margin-right: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .membership-buy .info__wrap .desc .radius {
    top: -5px;
  }
}
.membership-buy .info__wrap .desc .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership-buy .info__wrap .desc .text {
    font-size: 16px;
  }
}
.membership-buy .info__wrap .desc .text .color-point {
  color: #ff6000;
  border-bottom: 1px solid #ff6000;
}

.company-membership {
  background: #fff;
  padding-top: 6.25rem;
  padding-bottom: 9.1rem;
}
@media (max-width: 1100px) {
  .company-membership {
    padding-top: 62.5px;
    padding-bottom: 62.5px;
  }
}
.company-membership .section-inner {
  max-width: 41.2rem;
}
.company-membership__heading .section-title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .company-membership__heading .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.company-membership__heading .section-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .company-membership__heading .section-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.company-membership__heading .section-desc.no-margin {
  margin-bottom: 0;
}
.company-membership__heading .complete-button-wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .company-membership__heading .complete-button-wrap {
    margin-top: 30px;
  }
}
.company-membership__heading .complete-button-wrap .deco-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #ff6000;
  margin-bottom: 1.5rem;
}
@media (max-width: 1100px) {
  .company-membership__heading .complete-button-wrap .deco-text {
    font-size: 16px;
  }
}
.company-membership__heading .complete-button-wrap .btn {
  background: #fff;
  padding: 0.9rem 2.8rem;
}
.company-membership .estimate__wrap {
  padding: 2.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .company-membership .estimate__wrap {
    padding: 15px 20px;
  }
}
.company-membership .estimate-input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-membership .estimate-input__wrap .input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap .input-item {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.company-membership .estimate-input__wrap .input-item .label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap .input-item .label {
    font-size: 16px;
  }
}
.company-membership .estimate-input__wrap .input-column-cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1.5rem;
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap .input-column-cover {
    margin: 0 10px;
  }
}
.company-membership .estimate-input__wrap .input-column-cover input {
  max-width: 7rem;
  width: 100%;
  border: 1px solid var(--black-20, rgba(0, 0, 0, 0.2));
  background: #fff;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap .input-column-cover input {
    font-size: 16px;
  }
}
.company-membership .estimate-input__wrap .input-column-cover .error-text {
  position: absolute;
  top: 100%;
  font-size: 0.65rem;
  text-align: right;
  color: rgba(153, 153, 153, 0.6);
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap .input-column-cover .error-text {
    position: static;
    font-size: 12px;
    text-align: right;
  }
}
.company-membership .estimate-input__wrap .text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap .text {
    font-size: 16px;
  }
}
.company-membership .estimate-input__wrap .close {
  margin: 0 2.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .estimate-input__wrap .close {
    margin: 20px 0;
    font-size: 16px;
  }
}
.company-membership .estimate-result {
  width: 100%;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result {
    margin-top: 30px;
  }
}
.company-membership .estimate-result .result-item.membership {
  max-width: 14.8rem;
  width: 100%;
}
.company-membership .estimate-result .result-item.empty {
  max-width: 5.05rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item.empty {
    max-width: 25px;
  }
}
.company-membership .estimate-result .result-item.value {
  max-width: 7.15rem;
  width: 100%;
}
.company-membership .estimate-result .result-item .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-header {
    height: 40px;
  }
}
.company-membership .estimate-result .result-item .item-header .title {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-header .title {
    font-size: 14px;
  }
}
.company-membership .estimate-result .result-item .item-header .text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-header .text {
    font-size: 14px;
  }
}
.company-membership .estimate-result .result-item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-content {
    height: 45px;
  }
}
.company-membership .estimate-result .result-item .item-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-membership .estimate-result .result-item .item-content .price .origin {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-content .price .origin {
    font-size: 12px;
  }
}
.company-membership .estimate-result .result-item .item-content .price .sale {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ff6000;
  margin-left: 0.5rem;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-content .price .sale {
    font-size: 14px;
  }
}
.company-membership .estimate-result .result-item .item-content .icon-multi {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-content .icon-multi {
    font-size: 14px;
  }
}
.company-membership .estimate-result .result-item .item-content .value {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .estimate-result .result-item .item-content .value {
    font-size: 14px;
  }
}
.company-membership .estimate-confirm {
  max-width: 39.2rem;
  width: 100%;
  margin: 0 auto;
}
.company-membership .estimate-confirm .estimate-confirm__con {
  border-top: 4px solid #0f0f0f;
}
.company-membership .estimate-confirm .estimate-confirm__con .estimate-confirm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.225rem 2.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
  .company-membership .estimate-confirm .estimate-confirm__con .estimate-confirm__item {
    padding: 12.25px 0 12.25px 12px;
  }
}
.company-membership .estimate-confirm .estimate-confirm__con .item-left {
  width: 48%;
}
@media (max-width: 1100px) {
  .company-membership .estimate-confirm .estimate-confirm__con .item-left {
    width: 30%;
  }
}
.company-membership .estimate-confirm .estimate-confirm__con .item-left .text {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .estimate-confirm .estimate-confirm__con .item-left .text {
    font-size: 18px;
  }
}
.company-membership .estimate-confirm .estimate-confirm__con .item-right {
  padding-left: 0.5rem;
  width: 52%;
}
@media (max-width: 1100px) {
  .company-membership .estimate-confirm .estimate-confirm__con .item-right {
    width: 70%;
  }
}
.company-membership .estimate-confirm .estimate-confirm__con .item-right .text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .estimate-confirm .estimate-confirm__con .item-right .text {
    font-size: 18px;
  }
}
.company-membership .pay-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3rem;
}
.company-membership .pay-button__wrap .btn {
  max-width: 18rem;
  width: 100%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-membership .pay-button__wrap .pay-info__text {
  margin-top: 3rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .company-membership .pay-button__wrap .pay-info__text {
    font-size: 14px;
  }
}
.company-membership .result-price {
  width: 100%;
  margin-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1100px) {
  .company-membership .result-price {
    margin-top: 30px;
  }
}
.company-membership .result-price .price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-membership .result-price .price-area .text {
  font-size: 1rem;
  color: var(--black-40, rgba(0, 0, 0, 0.4));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .company-membership .result-price .price-area .text {
    font-size: 12px;
  }
}
.company-membership .result-price .price-area .price {
  color: var(--Black, #0f0f0f);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0.5rem;
}
@media (max-width: 1100px) {
  .company-membership .result-price .price-area .price {
    font-size: 18px;
  }
}
.company-membership .result-price .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
.company-membership .result-price .info-text .icon {
  position: relative;
  top: -1px;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icon/icon-info-og.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 1100px) {
  .company-membership .result-price .info-text .icon {
    width: 18px;
    height: 18px;
  }
}
.company-membership .result-price .info-text .text {
  margin-left: 0.4rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #ff6000;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .company-membership .result-price .info-text .text {
    font-size: 14px;
  }
}
.company-membership .button-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 3.8rem;
}
@media (max-width: 1100px) {
  .company-membership .button-wrap {
    margin-top: 30px;
  }
}
.company-membership .button-wrap .btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 0.9rem 0;
}
.company-membership .button-wrap .btn:nth-child(1) {
  color: #ff6000;
  border-color: #ff6000;
  -webkit-box-shadow: 0px 3px 0px 0px #ff6000;
          box-shadow: 0px 3px 0px 0px #ff6000;
}
.company-membership .button-wrap .btn:nth-child(2) {
  margin-top: 1.5rem;
}
@media (max-width: 1100px) {
  .company-membership .button-wrap .btn:nth-child(2) {
    margin-top: 13px;
  }
}
.company-membership .company-membership-input__wrap {
  max-width: 32rem;
  width: 100%;
  margin: 0 auto;
}
.company-membership .company-membership-input__wrap .heading {
  margin-top: 2.35rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #0f0f0f;
}
.company-membership .company-membership-input__wrap .heading .title {
  color: var(--black-40, rgba(0, 0, 0, 0.4));
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .heading .title {
    font-size: 18px;
  }
}
.company-membership .company-membership-input__wrap .heading .desc {
  color: var(--Black, #0f0f0f);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .heading .desc {
    font-size: 16px;
  }
}
.company-membership .company-membership-input__wrap .company-membership-input__con {
  padding: 3rem 0;
  border-bottom: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .company-membership-input__con {
    padding: 30px 0;
  }
}
.company-membership .company-membership-input__wrap .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-membership .company-membership-input__wrap .input__wrap + .input__wrap {
  margin-top: 1rem;
}
.company-membership .company-membership-input__wrap .input__wrap .input-wrap__label {
  max-width: 8.65rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .input__wrap .input-wrap__label {
    font-size: 14px;
    max-width: 96px;
  }
}
.company-membership .company-membership-input__wrap .input__wrap .input {
  height: 2.5rem;
  background: #f6f5f1;
  padding: 0.75rem 1rem;
  width: 100%;
  border: none;
  font-size: 1rem;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .input__wrap .input {
    font-size: 14px;
    padding: 8px 16px;
  }
  .company-membership .company-membership-input__wrap .input__wrap .input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .company-membership .company-membership-input__wrap .input__wrap .input::-moz-placeholder {
    font-size: 12px;
  }
  .company-membership .company-membership-input__wrap .input__wrap .input::-ms-input-placeholder {
    font-size: 12px;
  }
  .company-membership .company-membership-input__wrap .input__wrap .input::placeholder {
    font-size: 12px;
  }
}
.company-membership .company-membership-input__wrap .payment-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .payment-type-select {
    padding-top: 30px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-membership .company-membership-input__wrap .payment-type-select .selector-cover {
  width: 50%;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .payment-type-select .selector-cover {
    width: 100%;
  }
}
.company-membership .company-membership-input__wrap .payment-type-select .selector-cover .label {
  width: 100%;
}
.company-membership .company-membership-input__wrap .payment-type-select .selector-cover .selector-text {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 15, 15, 0.2);
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
  background-size: 1.5rem;
  padding-left: 4rem;
  background-position-y: 0.65rem;
  background-position-x: 1.5rem;
  background-image: url("../images/icon/ico-check-radius-before.png");
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .payment-type-select .selector-cover .selector-text {
    background-size: 20px;
    background-position-y: 13px;
    font-size: 16px;
    padding-left: 60px;
  }
}
.company-membership .company-membership-input__wrap .payment-type-select .selector-cover input:checked + .selector-text {
  border-color: #ff6000;
  background-image: url("../images/icon/ico-check-radius.png");
}
.company-membership .company-membership-input__wrap .payment-content {
  display: none;
  padding-top: 3rem;
}
.company-membership .company-membership-input__wrap .payment-content .input-wrap__label {
  max-width: 10.5rem;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .payment-content .input-wrap__label {
    max-width: 93px;
  }
}
.company-membership .company-membership-input__wrap .payment-content .input__wrap.file .input-cover {
  width: 100%;
}
.company-membership .company-membership-input__wrap .payment-content .input__wrap.file .input-cover .file-wrapper .file-label {
  position: static;
}
.company-membership .company-membership-input__wrap .payment-content .input__wrap.file .file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-membership .company-membership-input__wrap .payment-content .input__wrap.file .form-input {
  height: 2.5rem;
  background: #f6f5f1;
  padding: 0.75rem 1rem;
  width: 100%;
  border: none;
  font-size: 1rem;
}
.company-membership .company-membership-input__wrap .payment-content .input__wrap.file .form-input:-moz-read-only {
  color: #0f0f0f !important;
}
.company-membership .company-membership-input__wrap .payment-content .input__wrap.file .form-input:read-only {
  color: #0f0f0f !important;
}
.company-membership .company-membership-input__wrap .payment-content .input__wrap.file .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 0.1rem 0px 0px #0f0f0f;
          box-shadow: 0px 0.1rem 0px 0px #0f0f0f;
}
@media (max-width: 1100px) {
  .company-membership .company-membership-input__wrap .payment-content .input__wrap.file .btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company-membership .company-membership-input__wrap .button-wrap p {
  font-size: 0.9rem;
  margin-top: 1.5rem;
  color: #0f0f0f;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

.membership-completed {
  padding-top: 9.65rem;
  padding-bottom: 11.05rem;
  background: #121012 url("../images/main/bg-membership.png") no-repeat 0 0;
  background-size: contain;
  background-position: bottom right;
}
@media (max-width: 1100px) {
  .membership-completed {
    padding-top: 96.5px;
    background-position: bottom left 35px;
  }
}
.membership-completed__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.membership-completed .title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media (max-width: 1100px) {
  .membership-completed .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.membership-completed .desc {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .membership-completed .desc {
    font-size: 18px;
    word-break: keep-all;
  }
}
.membership-completed .button__wrap .btn {
  color: #e1ff01;
  border-color: #e1ff01;
  background: var(--Black, #0f0f0f);
  -webkit-box-shadow: 0px 3px 0px 0px #e1ff01;
          box-shadow: 0px 3px 0px 0px #e1ff01;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.membership01 {
  position: relative;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .membership01 {
    padding: 48px 0;
  }
}
.membership01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.5rem;
  background: url("../images/sub/bgcareet.png") no-repeat 0 0;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1100px) {
  .membership01::before {
    height: 175px;
  }
}
.membership01 .section-inner {
  max-width: 54.8rem;
}
.membership01 .section-heading {
  text-align: center;
  margin-bottom: 2.4rem;
}
.membership01 .section-heading .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.membership01 .section-heading .title .row.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership01 .section-heading .title .row .logo {
  width: 8.1rem;
  height: 3.7rem;
  margin-right: 0.8rem;
}
@media (max-width: 1100px) {
  .membership01 .section-heading .title .row .logo {
    width: 98px;
    height: 44px;
    margin-right: 8px;
  }
}
.membership01 .section-heading .title .row .text {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership01 .section-heading .title .row .text {
    font-size: 26px;
  }
}
.membership01 .section-heading .title .row .text .color-point {
  color: #ff6000;
}
.membership01 .section-heading .title .row + .row {
  margin-top: 0.6rem;
}
@media (max-width: 1100px) {
  .membership01 .section-heading .title .row + .row {
    margin-top: 8px;
  }
}
.membership01 .section-heading .title .desc {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.72px;
}
@media (max-width: 1100px) {
  .membership01 .section-heading .title .desc {
    margin-top: 15px;
    font-size: 16px;
  }
}
.membership01 .heading {
  position: relative;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership01 .heading {
    padding: 32px 24px;
  }
}
.membership01 .heading::after {
  content: "";
  position: absolute;
  right: 1.05rem;
  bottom: -0.8rem;
  background: url("../images/sub/membership-only-careet.png") no-repeat 0 0;
  background-size: cover;
  width: 5.75rem;
  height: 5.25rem;
}
@media (max-width: 1100px) {
  .membership01 .heading::after {
    width: 70px;
    height: 64px;
    right: 0;
  }
}
.membership01 .heading .text {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media (max-width: 1100px) {
  .membership01 .heading .text {
    font-size: 16px;
    word-break: keep-all;
  }
}
.membership01 .heading .text .color-point {
  color: #ff6000;
}
.membership01 .content {
  padding: 2.4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  background: #fff;
}
@media (max-width: 1100px) {
  .membership01 .content {
    padding: 24px 20px;
  }
}
@media (max-width: 1100px) {
  .membership01 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
  }
}
.membership01 .content .btn {
  position: relative;
  padding: 0.75rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
@media (max-width: 1100px) {
  .membership01 .content .btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
  }
}
@media (max-width: 1100px) {
  .membership01 .content .btn.best .small {
    width: 50%;
  }
}
.membership01 .content .btn .small {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 0.75rem;
}
.membership01 .content .btn .small .btn-label {
  display: none;
}
@media (max-width: 1100px) {
  .membership01 .content .btn .small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
  }
  .membership01 .content .btn .small .btn-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 6px;
  }
}
.membership01 .content .btn .btn-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .membership01 .content .btn .btn-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1100px) {
  .membership01 .content .btn .btn-bottom .small {
    margin-bottom: 0;
    width: 100%;
  }
}
.membership01 .content .btn .big {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership01 .content .btn .big {
    font-size: 16px;
  }
}
.membership01 .content .btn .big + .btn-label {
  margin-top: 0.75rem;
}
.membership01 .content .btn.best {
  position: relative;
  border-color: #ff6000;
  -webkit-box-shadow: 0px 3px 0px 0px #ff6000;
          box-shadow: 0px 3px 0px 0px #ff6000;
}
.membership01 .content .btn.best::after {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: -1.6rem;
  background: url("../images/sub/img-best.png") no-repeat 0 0;
  background-size: cover;
  width: 3.45rem;
  height: 3.45rem;
}
@media (max-width: 1100px) {
  .membership01 .content .btn.best::after {
    width: 43px;
    height: 43px;
    top: -10px;
  }
}
.membership01 .content .btn.best .small,
.membership01 .content .btn.best .big {
  color: #ff6000;
}
.membership01 .content .btn.best .btn-label {
  background: #ff6000;
}
.membership01 .content .btn .btn-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 1.15rem;
  background: #000;
  border-radius: 0.2rem;
  font-size: 0.65rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 1100px) {
  .membership01 .content .btn .btn-label {
    display: none;
    width: 40px;
    height: 15px;
    border-radius: 3px;
    font-size: 9px;
  }
}
.membership01 .content .btn .btn-label.type-false {
  opacity: 0;
  visibility: hidden;
}
.membership01 .content .btn .btn-label.type-real {
  position: absolute;
  bottom: 0.75rem;
}
.membership01 .sub-info {
  margin-top: 1.2rem;
}
.membership01 .sub-info .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.membership01 .sub-info .title::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../images/icon/ico-info.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 0.3rem;
}
.membership01 .sub-info .desc {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
}

.membership02 {
  position: relative;
  padding: 4.8rem 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .membership02 {
    padding: 48px 0;
  }
}
.membership02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.5rem;
  background: url(../images/sub/bgcareet.png) no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 1100px) {
  .membership02::before {
    height: 175px;
  }
}
.membership02 .membership02__con {
  position: relative;
  background: var(--Light-BG, #f6f5f1);
  max-width: 80rem;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .membership02 .membership02__con {
    padding: 48px 0;
  }
}
.membership02 .membership02__con .num {
  position: absolute;
  width: 26.25rem;
  height: 22.95rem;
  top: 0;
}
@media (max-width: 1100px) {
  .membership02 .membership02__con .num {
    width: 100px;
    height: 100px;
  }
}
.membership02 .membership02__con + .membership02__con {
  margin-top: 4.8rem;
}
@media (max-width: 1100px) {
  .membership02 .membership02__con + .membership02__con {
    margin-top: 48px;
  }
}
.membership02 .membership02__con.memebership0201__con .num {
  left: 0;
}
.membership02 .membership02__con.memebership0201__con .desc__wrap::after {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: 0;
  background: url("../images/sub/img-careet-membership0201.png") no-repeat 0 0;
  background-size: cover;
  width: 5.2rem;
  height: 7rem;
}
@media (max-width: 1100px) {
  .membership02 .membership02__con.memebership0201__con .desc__wrap::after {
    display: none;
  }
}
.membership02 .membership02__con.memebership0202__con .num {
  right: 0;
}
.membership02 .membership02__con.memebership0202__con .desc__wrap::after {
  content: "";
  position: absolute;
  width: 7.9rem;
  height: 6.1rem;
  right: auto;
  left: 0;
  bottom: -0.55rem;
  background: url("../images/sub/img-careet-membership0202.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 1100px) {
  .membership02 .membership02__con.memebership0202__con .desc__wrap::after {
    width: 82px;
    height: 63.514px;
  }
}
.membership02 .con__wrap .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership02 .con__wrap .heading .benefit {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background: #ff6000;
  margin-bottom: 1.2rem;
  padding: 0.25rem 0.3rem;
}
.membership02 .con__wrap .heading .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .heading .title {
    font-size: 24px;
    text-align: center;
  }
}
.membership02 .con__wrap .desc__wrap {
  position: relative;
  max-width: 39.2rem;
  width: 100%;
  margin: 2.4rem auto;
  padding: 2.4rem 0;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .desc__wrap {
    margin: 24px auto;
    width: 90%;
    padding: 24px 0;
  }
}
.membership02 .con__wrap .desc__wrap .text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .desc__wrap .text {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.membership02 .con__wrap .desc__wrap .empahsis {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .desc__wrap .empahsis {
    font-size: 20px;
  }
}
.membership02 .con__wrap .desc__wrap .empahsis .color-point {
  color: #ff6000;
}
.membership02 .con__wrap .item-heading {
  padding: 2rem;
  background: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 52.8rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-heading {
    padding: 24px;
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.membership02 .con__wrap .item-heading .left .text {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-heading .left .text {
    font-size: 16px;
    text-align: center;
  }
}
.membership02 .con__wrap .item-heading .left .text .color-point {
  color: #ff6000;
}
.membership02 .con__wrap .item-heading .right .text {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}
.membership02 .con__wrap .item-content {
  max-width: 52.8rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 2rem 3.75rem;
  border-left: 2px solid #0f0f0f;
  border-bottom: 2px solid #0f0f0f;
  border-right: 2px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-content {
    padding: 24px;
    width: 90%;
  }
}
.membership02 .con__wrap .content-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .content-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 80px;
  }
}
.membership02 .con__wrap .content-item__wrap .content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership02 .con__wrap .content-item__wrap .content-item::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: calc(100% + 1.25rem);
  background: url("../images/sub/ico-arrow.png") no-repeat 0 0;
  background-size: contain;
  width: 1.6rem;
  height: 1.05rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .content-item__wrap .content-item::after {
    top: calc(100% + 1.25rem);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.membership02 .con__wrap .content-item__wrap .content-item:nth-child(3)::after {
  background: none;
  width: 1px;
  height: 100%;
  background: #0f0f0f;
  left: calc(100% + 2.75rem);
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .content-item__wrap .content-item:nth-child(3)::after {
    height: 1px;
    width: 100%;
    top: calc(100% + 2.25rem);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
.membership02 .con__wrap .content-item__wrap .content-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.membership02 .con__wrap .content-item__wrap .content-item:last-child::after {
  display: none;
}
.membership02 .con__wrap .content-item__wrap .content-item .label {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background: #ff6000;
  padding: 0.25rem 0.3rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .content-item__wrap .content-item .label {
    margin-bottom: 16px;
  }
}
.membership02 .con__wrap .content-item__wrap .content-item .label.none {
  color: #0f0f0f;
  background: #fff;
  border: 1px solid #0f0f0f;
}
.membership02 .con__wrap .content-item__wrap .content-item .desc {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
}
.membership02 .con__wrap .item + .item {
  margin-top: 3.2rem;
}
.membership02 .con__wrap .item-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 52.8rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-menu__lists {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.membership02 .con__wrap .item-menu__lists li {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.membership02 .con__wrap .item-menu__lists li:hover {
  -webkit-filter: drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.06)) drop-shadow(0px 33px 33px rgba(0, 0, 0, 0.05)) drop-shadow(0px 74px 44px rgba(0, 0, 0, 0.03)) drop-shadow(0px 131px 52px rgba(0, 0, 0, 0.01)) drop-shadow(0px 204px 57px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.06)) drop-shadow(0px 33px 33px rgba(0, 0, 0, 0.05)) drop-shadow(0px 74px 44px rgba(0, 0, 0, 0.03)) drop-shadow(0px 131px 52px rgba(0, 0, 0, 0.01)) drop-shadow(0px 204px 57px rgba(0, 0, 0, 0));
}
.membership02 .con__wrap .item-menu__lists li:hover .item-link__menu .heading .arrow {
  background: url("../images/icon/ico-arrow-right-careet.png") no-repeat 0 0;
  background-size: contain;
}
.membership02 .con__wrap .item-menu__lists .item-link__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  background: #fff;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-menu__lists .item-link__menu {
    padding: 24px;
  }
}
.membership02 .con__wrap .item-menu__lists .item-link__menu .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-menu__lists .item-link__menu .heading {
    margin-bottom: 16px;
  }
}
.membership02 .con__wrap .item-menu__lists .item-link__menu .heading .text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  min-height: 3.1rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-menu__lists .item-link__menu .heading .text {
    font-size: 20px;
    min-height: auto;
  }
}
.membership02 .con__wrap .item-menu__lists .item-link__menu .heading .arrow {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon/ico-arrow-right-side-black.png) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-menu__lists .item-link__menu .heading .arrow {
    width: 32px;
    height: 32px;
  }
}
.membership02 .con__wrap .item-menu__lists .item-link__menu .desc {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #777;
}
.membership02 .con__wrap .item-menu__lists.type-3 li {
  width: 31.3%;
  margin-right: 3%;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-menu__lists.type-3 li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.membership02 .con__wrap .item-menu__lists.type-3 li:nth-child(3n) {
  margin-right: 0;
}
.membership02 .con__wrap .item-menu__lists.type-2 li {
  width: 48.5%;
  margin-right: 3%;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .membership02 .con__wrap .item-menu__lists.type-2 li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.membership02 .con__wrap .item-menu__lists.type-2 li:nth-child(2n) {
  margin-right: 0;
}
.membership02 .last-con {
  position: relative;
  margin-top: 4.8rem;
  background: #e1ff01;
  padding: 4.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .membership02 .last-con {
    margin-top: 48px;
    padding: 42px 16px;
  }
}
.membership02 .last-con .text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .membership02 .last-con .text {
    font-size: 24px;
  }
}
.membership02 .last-con .text::after {
  content: "";
  position: absolute;
  width: 5.65rem;
  height: 5.65rem;
  background: url("../images/icon/img-let-do-this-lime.png") no-repeat 0 0;
  background-size: cover;
  left: 100%;
  bottom: 38%;
}
@media (max-width: 1100px) {
  .membership02 .last-con .text::after {
    width: 80px;
    height: 80px;
    top: -70px;
    bottom: auto;
  }
}
.membership02 .last-con .button__wrap {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.membership02 .last-con .button__wrap .btn {
  background: #e1ff01;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  max-width: 10.7rem;
  width: 100%;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .membership02 .last-con .button__wrap .btn {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .membership02 .last-con .button__wrap .arrow-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #0f0f0f;
  }
  .membership02 .last-con .button__wrap .arrow-btn::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    background: url("../images/icon/ico-swiper-arrow-next.png") no-repeat 0 0;
    background-size: contain;
  }
}

.download__wrap {
  text-align: center;
  margin-top: 0.8rem;
}
.download__wrap .download-link {
  color: #ff6000;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .download__wrap .download-link {
    font-size: 18px;
  }
}

.content-heading__faq {
  margin-bottom: 2.7rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .content-heading__faq {
    margin-bottom: 30px;
  }
}
.content-heading__faq .deco {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
  color: #ff6000;
}
.content-heading__faq .section-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .content-heading__faq .section-title {
    font-size: 32px;
  }
}

.faq-list {
  background: #fff;
  padding: 2.4rem 0 5rem 0;
}
@media (max-width: 1100px) {
  .faq-list {
    padding: 24px 0 50px 0;
  }
}
.faq-list .faq-cate__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .faq-list .faq-cate__wrap ul {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-bottom: 20px;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .faq-list .faq-cate__wrap ul::-webkit-scrollbar {
    display: none;
  }
  .faq-list .faq-cate__wrap ul {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
.faq-list .faq-cate__wrap .faq-cate__list {
  padding: 0.8rem 1.2rem;
  border-radius: 2.25rem;
  background: transparent;
}
@media (max-width: 1100px) {
  .faq-list .faq-cate__wrap .faq-cate__list {
    padding: 8px 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 45px;
  }
}
.faq-list .faq-cate__wrap .faq-cate__list.s-active {
  background: rgba(255, 96, 0, 0.1);
}
.faq-list .faq-cate__wrap .faq-cate__list.s-active > a {
  color: #ff6000;
}
.faq-list .faq-cate__wrap .faq-cate__list > a {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .faq-list .faq-cate__wrap .faq-cate__list > a {
    font-size: 16px;
  }
}
.faq-list .faq-con-accordion {
  border-top: 1px solid #0f0f0f;
}
.faq-list .faq-con-accordion .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .faq-list .faq-con-accordion .accordion-header {
    padding: 20px 0;
  }
}
.faq-list .faq-con-accordion .header-left p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ff6000;
}
@media (max-width: 1100px) {
  .faq-list .faq-con-accordion .header-left p {
    font-size: 16px;
  }
}
.faq-list .faq-con-accordion .header-center {
  padding: 0 9.75rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .faq-list .faq-con-accordion .header-center {
    padding: 0 16px;
  }
}
.faq-list .faq-con-accordion .header-center p {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .faq-list .faq-con-accordion .header-center p {
    font-size: 16px;
  }
}
.faq-list .faq-con-accordion .header-right .arrow {
  width: 2rem;
  height: 2rem;
  background: url("../images/icon/ico-arrow-black-down.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 1100px) {
  .faq-list .faq-con-accordion .header-right .arrow {
    width: 24px;
    height: 24px;
  }
}
.faq-list .faq-con-accordion .accordion-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1.5rem;
  padding-left: 11.85rem;
  background: #f6f6f6;
}
@media (max-width: 1100px) {
  .faq-list .faq-con-accordion .accordion-body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 24px;
  }
}
.faq-list .faq-con-accordion .accordion-body p {
  font-size: 0.9rem;
  color: #0f0f0f;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .faq-list .faq-con-accordion .accordion-body p {
    font-size: 16px;
  }
}
.faq-list .faq-con-accordion .accordion-body p a {
  border-bottom: 1px solid #0f0f0f;
  font-weight: inherit;
}
.faq-list .faq-con-accordion .accordion-body div {
  font-size: 14.4px !important;
}
.faq-list .faq-con-accordion .accordion-body div a {
  border-bottom: 1px solid #0f0f0f;
  font-weight: inherit;
}

.content-heading__inquiry {
  text-align: center;
}
.content-heading__inquiry .section-title {
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .content-heading__inquiry .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.content-heading__inquiry .section-desc {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 1.7rem;
}
@media (max-width: 1100px) {
  .content-heading__inquiry .section-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.content-heading__inquiry .section-desc a {
  color: #ff6000;
  border-bottom: 1px solid #ff6000;
  font-weight: 700;
}
.content-heading__inquiry .faq-link {
  font-size: 1.05rem;
  color: #ff6000;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 1.3;
  border-bottom: 1px solid #ff6000;
}
@media (max-width: 1100px) {
  .content-heading__inquiry .faq-link {
    font-size: 14px;
  }
}

.inquiry-write {
  background: #fff;
  padding: 3rem 0 7.65rem 0;
}
@media (max-width: 1100px) {
  .inquiry-write {
    padding-top: 30px;
    padding-bottom: 76.5px;
  }
}
.inquiry-write .section-inner {
  max-width: 40.8rem;
}
.inquiry-write .inquiry-cate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 760px) {
  .inquiry-write .inquiry-cate__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 30px;
    row-gap: 12px;
  }
}
.inquiry-write .inquiry-cate__wrap .selector-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
  background-image: url("../images/icon/icon_uncheck.png");
  background-size: 1rem;
  line-height: 1;
  padding-left: 1.5rem;
}
@media screen and (max-width: 500px) {
  .inquiry-write .inquiry-cate__wrap .selector-text {
    font-size: 14px;
  }
}
.inquiry-write .inquiry-cate__wrap input:checked + .selector-text {
  background-image: url("../images/icon/icon_check.png");
  background-size: 1rem;
}
.inquiry-write .company-membership-flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .inquiry-write .company-membership-flex__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
  }
}
.inquiry-write .company-membership-flex__wrap .radio-btn {
  width: 50%;
  background: #222;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.3rem;
  border-radius: 0.15rem;
}
@media (max-width: 1100px) {
  .inquiry-write .company-membership-flex__wrap .radio-btn {
    width: 100%;
  }
}
.inquiry-write .company-membership-flex__wrap .radio-btn .text {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #fff;
}
.inquiry-write .company-membership-flex__wrap .radio-btn .text strong {
  display: block;
  font-size: 1rem;
  color: #ff6000;
  font-weight: 700;
}
.inquiry-write .company-membership-flex__wrap .radio-btn .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.inquiry-write .inquiry-input-con__wrap {
  max-width: 31.95rem;
  width: 100%;
  margin: 0 auto;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap.double {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap.double .label__wrap {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap.double .radio-input + .label__wrap::before {
  top: 0.5rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap.double .radio-input + .label__wrap::before {
    top: 12px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap + .input__wrap {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap + .input__wrap {
    margin-top: 8px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .type-one-input__wrap {
  max-width: 24.15rem;
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .type-one-input__wrap {
    row-gap: 10px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .type-one-input__wrap .input {
  max-width: 16.1rem;
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .type-one-input__wrap .btn {
    width: 100%;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .info-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 1rem;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .naver-link__wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.naver {
  background: url("../images/icon/ico-naver-vector.png") no-repeat 0 0;
  background-size: contain;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.kakao {
  background: url("../images/icon/login-kakao-ico.png") no-repeat 0 0;
  background-size: contain;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.facebook {
  background: url("../images/icon/login-facebook-ico.png") no-repeat 0 0;
  background-size: contain;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .naver-link__wrap > a .sns-icon.google {
  background: url("../images/icon/login-google-ico.png") no-repeat 0 0;
  background-size: contain;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .naver-link__wrap > a p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.2rem 0;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column__wrap .button-wrap .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 12.5rem;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-wrap__label {
  max-width: 7.6rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap .input-wrap__label {
    max-width: 90px;
    font-size: 14px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input,
.inquiry-write .inquiry-input-con__wrap .input__wrap .textarea {
  width: 100%;
  height: 2.5rem;
  background: #f6f5f1;
  font-size: 1rem;
  padding: 0.75rem 0.7rem;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
  border: 1px solid rgba(15, 15, 15, 0.2);
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap .input,
  .inquiry-write .inquiry-input-con__wrap .input__wrap .textarea {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .textarea {
  resize: none;
  height: 9.85rem;
  overflow-y: auto;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .scroll-box {
  overflow-y: scroll;
  height: 9.85rem;
  padding: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
  border: 1px solid rgba(15, 15, 15, 0.2);
  background: #f6f5f1;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .scroll-box + .check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.5rem;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .scroll-box + .check-wrap .selector-text {
  font-size: 0.7rem;
  font-weight: 700;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .caution-wrap {
  margin-top: 1rem;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .caution-wrap p {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .caution-wrap p.color-point {
  color: #ff6000;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:checked, .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:not(:checked) {
  position: absolute;
  left: -9999px;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input + .label__wrap::before {
  content: "";
  background: url("../images/icon/ico-check-radius-before.png") no-repeat center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input + .label__wrap::before {
    width: 20px;
    height: 20px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:checked + .label__wrap, .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:not(:checked) + .label__wrap {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:checked + .label__wrap, .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:not(:checked) + .label__wrap {
    padding-left: 30px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:checked + .label__wrap .radio-label, .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:not(:checked) + .label__wrap .radio-label {
  max-width: 9.05rem;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:checked + .label__wrap .radio-label, .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:not(:checked) + .label__wrap .radio-label {
    max-width: 96px;
    font-size: 14px;
  }
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:checked + .label__wrap .input, .inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:not(:checked) + .label__wrap .input {
  width: 100%;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .radio-input:checked + .label__wrap::before {
  background: url("../images/icon/ico-check-radius.png") no-repeat center left;
  background-size: cover;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .input-column p {
  color: #0f0f0f;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  margin-top: 0.5rem;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.5rem;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .check-wrap .selector-text {
  font-size: 0.7rem;
  font-weight: 700;
}
.inquiry-write .inquiry-input-con__wrap .input__wrap .check-wrap .selector-text .line {
  text-decoration: underline;
}
.inquiry-write .inquiry-input-con__wrap .button__wrap {
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .inquiry-write .inquiry-input-con__wrap .button__wrap .btn {
    max-width: 100%;
  }
}
.inquiry-write .button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.inquiry-write .button__wrap .btn {
  background: #fff;
  max-width: 12.5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inquiry-write .ad-heading--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.inquiry-write .ad-heading--wrap .heading--title {
  font-size: 1.1rem;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .inquiry-write .ad-heading--wrap .heading--title {
    font-size: 16px;
  }
}
.inquiry-write .ad-heading--wrap .heading--desc {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .inquiry-write .ad-heading--wrap .heading--desc {
    font-size: 14px;
  }
}
.inquiry-write .button-wrap {
  margin: 1.2rem 0;
}
.inquiry-write .button-wrap.ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inquiry-write .button-wrap.ad .btn {
  max-width: 12.5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 639px) {
  .inquiry-write .button-wrap.ad .btn {
    max-width: 100%;
  }
}
.inquiry-write .guide-line--wrap {
  padding-top: 1.2rem;
  border-top: 1px solid #0f0f0f;
}
.inquiry-write .guide-line--wrap .guide-line--title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.4;
  color: #0f0f0f;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .inquiry-write .guide-line--wrap .guide-line--title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.notice-list {
  padding-top: 3.55rem;
  padding-bottom: 7.15rem;
  background: #fff;
}
.notice-list .notice-con .data-table table {
  border-top: none;
}
.notice-list .notice-con .data-table .width1 {
  width: 9.3%;
}
.notice-list .notice-con .data-table .width2 {
  width: 74%;
}
.notice-list .notice-con .data-table .width3 {
  width: 16.7%;
}
@media (max-width: 1100px) {
  .notice-list .notice-con .data-table .width3 {
    width: 26.7%;
  }
}
.notice-list .notice-con thead th {
  padding: 1.45rem 0;
  background: #f6f5f1;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .notice-list .notice-con thead th {
    font-size: 14px;
    padding: 10px 0;
  }
}
.notice-list .notice-con thead th:nth-child(2) {
  padding-left: 3.2rem;
}
@media (max-width: 1100px) {
  .notice-list .notice-con thead th:nth-child(2) {
    padding: 0 16px;
    text-align: center;
  }
}
.notice-list .notice-con tbody td {
  padding: 1.95rem 0;
}
.notice-list .notice-con tbody td span {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .notice-list .notice-con tbody td span {
    font-size: 15px;
  }
}
.notice-list .notice-con tbody td:nth-child(2) {
  padding-left: 3.2rem;
}
@media (max-width: 1100px) {
  .notice-list .notice-con tbody td:nth-child(2) {
    padding: 0 16px;
  }
}
.notice-list .viewpost {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.9;
}
@media screen and (max-width: 576.98px) {
  .notice-list .viewpost {
    font-size: 14px;
  }
}
.notice-list .policy-hd-tit {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
}
@media screen and (max-width: 576.98px) {
  .notice-list .policy-hd-tit {
    font-size: 21px;
    line-height: 1.3;
    padding-top: 20px;
  }
}
.notice-list .policy-sub-tit {
  display: block;
  padding: 1.25rem 0 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #222;
}
@media screen and (max-width: 576.98px) {
  .notice-list .policy-sub-tit {
    font-size: 18px;
    padding: 18px 8px;
  }
}
.notice-list .policy-tbl,
.notice-list .policy-tbl tr,
.notice-list .policy-tbl th,
.notice-list .policy-tbl td {
  border: 0 !important;
}
.notice-list .policy-tbl {
  margin-top: 2rem;
  width: 100%;
}
.notice-list .policy-tbl th {
  padding: 0.75rem 1rem;
  background: #f5f5fb;
  font-size: 0.9rem;
}
@media screen and (max-width: 576.98px) {
  .notice-list .policy-tbl th {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.notice-list .policy-tbl th.bg {
  background: #ebebf7;
}
.notice-list .policy-tbl tbody th,
.notice-list .policy-tbl tbody td {
  border-bottom: 1px #e3e3e3 solid !important;
  font-size: 0.9rem;
}
@media screen and (max-width: 576.98px) {
  .notice-list .policy-tbl tbody th,
  .notice-list .policy-tbl tbody td {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.notice-list .policy-tbl td {
  padding: 0.75rem 2rem;
}
.notice-list .policy-tbl td + td {
  border-left: 1px #e3e3e3 solid !important;
}

.con-left-top__wrap .notice-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .con-left-top__wrap .notice-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.con-left-top__wrap .notice-date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #0f0f0f;
}

.notice-detail__con {
  padding-bottom: 50px;
}
.notice-detail__con div {
  word-break: keep-all;
  font-size: 16px !important;
}
.notice-detail__con div strong {
  font-weight: 700;
}
.notice-detail__con div a {
  font-weight: 700;
  color: #ff6c00;
  text-decoration: underline;
}

.notice-detail .content-article .article-con {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trend-marquee {
  padding: 0.9rem 0;
  background: #252525;
  --gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: var(--gap);
  background: #111;
  overflow: hidden;
}
.trend-marquee .marquee__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
}
.trend-marquee .scroll {
  -webkit-animation: scroll 150s linear infinite;
          animation: scroll 150s linear infinite;
  animation-direction: reverse;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.trend-marquee .marquee__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1100px) {
  .trend-marquee .marquee__content a {
    font-size: 16px;
  }
}
.trend-marquee .marquee__content a img {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.5rem;
}
@media (max-width: 1100px) {
  .trend-marquee .marquee__content a img {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.trendletter-list {
  background: #fff;
  padding: 4rem 0;
}
@media (max-width: 1100px) {
  .trendletter-list {
    padding: 40px 0;
  }
}
.trendletter-list .trend-search__wrap {
  position: relative;
  max-width: 52.8rem;
  width: 100%;
  margin: 0 auto;
}
.trendletter-list .input-letter {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid var(--black-20, rgba(0, 0, 0, 0.2));
  background: var(--Light-Grey, #f6f5f1);
  font-size: 1.2rem;
  color: #0f0f0f;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1100px) {
  .trendletter-list .input-letter {
    padding: 22px 24px;
    font-size: 16px;
  }
}
.trendletter-list .input-letter::-webkit-input-placeholder {
  color: #999;
}
.trendletter-list .input-letter::-moz-placeholder {
  color: #999;
}
.trendletter-list .input-letter::-ms-input-placeholder {
  color: #999;
}
.trendletter-list .input-letter::placeholder {
  color: #999;
}
.trendletter-list .btn-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icon/ico-search-black.png") no-repeat 0 0;
  background-size: cover;
}
.trendletter-list .btn-search .hidden {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.trendletter-list .btn-search .hidden.focusable:active, .trendletter-list .btn-search .hidden.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.trendletter-list .trendletter__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 4rem;
  gap: 4.8rem 1.6rem;
}
@media screen and (max-width: 576.98px) {
  .trendletter-list .trendletter__con {
    gap: 32px 16px;
    margin-top: 40px;
  }
}
.trendletter-list .trendletter__con li {
  width: calc((100% - 4.8rem) / 4);
}
@media screen and (max-width: 1100px) {
  .trendletter-list .trendletter__con li {
    width: calc((100% - 3.2rem) / 3);
  }
}
@media screen and (max-width: 576.98px) {
  .trendletter-list .trendletter__con li {
    width: calc((100% - 16px) / 2);
  }
}
.trendletter-list .trendletter__con .list-thumb {
  position: relative;
}
.trendletter-list .trendletter__con .list-info {
  position: relative;
}
.trendletter-list .trendletter__con .list-info .list-vol {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  color: #ff6000;
}
@media screen and (max-width: 576.98px) {
  .trendletter-list .trendletter__con .list-info .list-vol {
    font-size: 10px;
    margin-top: 8px;
  }
}
.trendletter-list .trendletter__con .list-info .list-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin-top: 0.5rem;
  display: block;
  display: -webkit-box;
  max-height: 2.6em;
  text-overflow: ellipsis;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
@media screen and (max-width: 576.98px) {
  .trendletter-list .trendletter__con .list-info .list-title {
    font-size: 14px;
    margin-top: 8px;
  }
}
.trendletter-list .trendletter__con .list-info .list-date {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  color: rgba(15, 15, 15, 0.5);
}
@media screen and (max-width: 576.98px) {
  .trendletter-list .trendletter__con .list-info .list-date {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}
.trendletter-list .pagination {
  margin-top: 4rem;
}

.edm-area {
  padding: 4rem 0;
  letter-spacing: -0.75px;
  border-top: 1px solid #0f0f0f;
  margin-top: 0.15rem;
}
@media (max-width: 1100px) {
  .edm-area {
    margin-top: 0;
    border-top: none;
  }
}
.edm-area .grid {
  position: relative;
  margin: 0 auto;
  max-width: 1350px;
}
.edm-area .grid::before {
  content: "";
  display: table;
}
.edm-area .inner {
  position: relative;
  margin: 0 auto;
  max-width: 670px;
}
.edm-area .inner.edm-hd-card {
  position: relative;
  margin: 0 auto;
  padding: 74px 60px;
  background: url(../images/main/edm-hd-bg.png) no-repeat center;
  background-size: cover;
}

.edm-hd-card .tit {
  padding-bottom: 50px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.fc-orange {
  color: #ff6c00 !important;
}

.edm-hd-card .txt {
  font-size: 14px;
  line-height: 1.6;
}

.edm-stamp {
  position: absolute;
  top: 2.25rem;
  right: 2.5rem;
  width: 172px;
  height: 162px;
  background: url(../images/main/edm-hd-poststamp.png) no-repeat center;
  background-size: 100%;
}

.edm-stamp .ico {
  position: absolute;
  top: 14.77%;
  left: 27%;
  width: 10.87%;
  opacity: 0;
  -webkit-animation: moveheart 3s infinite linear;
  animation: moveheart 3s infinite linear;
}

@-webkit-keyframes moveheart {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%) scale(0.8);
    transform: translate(0, 50%) scale(0.8);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%) scale(1.2);
    transform: translate(-50%, -100%) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%) scale(1.2);
    transform: translate(-50%, -100%) scale(1.2);
  }
}

@keyframes moveheart {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%) scale(0.8);
    transform: translate(0, 50%) scale(0.8);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%) scale(1.2);
    transform: translate(-50%, -100%) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%) scale(1.2);
    transform: translate(-50%, -100%) scale(1.2);
  }
}
.edm-area .form-wrap {
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 3px solid #ddd;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
}
.form-row.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form-row .form-field {
  position: relative;
  width: calc(76% - 10px);
}
.form-row .cmn-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-row .cmn-form-field .check-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-row .cmn-form-field .txt-msg {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .form-row .cmn-form-field .txt-msg {
    font-size: 12px;
  }
}
.form-row .applyEdmEmail {
  padding: 0 1.5rem;
  height: 3rem;
  font-size: 0.9rem;
  line-height: 3rem;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.form-row.flex-box-int {
  padding-top: 30px;
  display: block;
  text-align: center;
}
.form-row.flex-box-int .form-tip {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.edm-area .form-label {
  width: 24%;
  margin-right: 10px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.form-btn-row {
  padding-top: 50px;
  text-align: center;
}

.btn-subscribe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48.5%;
  height: 80px;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  border-radius: 8px;
  background-color: #ff6000;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 576.98px) {
  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .edm-area .inner.edm-hd-card {
    padding: 30px;
    background-size: 100% 100% !important;
  }
  .edm-hd-card .tit {
    padding-bottom: 24px;
  }
  .edm-hd-card .txt {
    font-size: 12px;
  }
  .edm-stamp {
    top: 33px;
    right: 22.5px;
    width: 80px;
    height: 76px;
  }
  .edm-area .form-wrap {
    border-width: 2px;
  }
  .edm-area .form-label {
    width: 28%;
  }
  .form-row .form-field {
    width: calc(72% - 10px);
  }
  .form-row .applyEdmEmail {
    padding: 0 15px;
    font-size: 15px;
  }
  .form-row.flex-box-int .form-tip {
    font-size: 12px;
  }
  .form-row .cmn-form-field .check-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-row .cmn-form-field .check-wrap .selector-cover + .selector-cover {
    margin-top: 8px;
  }
  .form-btn-row {
    padding-top: 25px;
  }
  .btn-subscribe {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}
.trendletter-subscribe--wrap {
  position: relative;
  padding: 4.8rem 0;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap {
    padding: 64px 16px;
  }
}
.trendletter-subscribe--wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.5rem;
  background: url("../images/sub/bg-deco.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap::after {
    background: url("../images/main/img-search-bg.png") no-repeat center center;
    background-size: cover;
    height: 70px;
  }
}
.trendletter-subscribe--wrap.full-vh {
  min-height: calc(100vh - 9rem);
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap.full-vh {
    min-height: calc(100vh - 56px);
  }
}
.trendletter-subscribe--wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trendletter-subscribe--wrap .btn-wrap .btn {
  margin-top: 1.6rem;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .btn-wrap .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.trendletter-subscribe--wrap .btn-wrap .btn.black {
  background: #0f0f0f;
  border-color: #ffffff;
  -webkit-box-shadow: 0px 3px 0px 0px #ffffff;
          box-shadow: 0px 3px 0px 0px #ffffff;
  color: #fff;
}
.trendletter-subscribe--wrap .trendletter-subscribe--box {
  position: relative;
  width: 100%;
  max-width: 52.8rem;
  margin: 0 auto;
  z-index: 10;
}
.trendletter-subscribe--wrap .subscribe-box--top {
  padding: 3.2rem 0;
  background: #0f0f0f;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--top {
    padding: 32px 0;
  }
}
.trendletter-subscribe--wrap .subscribe-box--top---title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.16rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--top---title {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 12px;
  }
}
.trendletter-subscribe--wrap .subscribe-box--top---desc {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.28rem;
  text-align: center;
  margin-top: 1.2rem;
  color: #f6f5f1;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--top---desc {
    font-size: 14px;
    margin-top: 12px;
  }
}
.trendletter-subscribe--wrap .subscribe-box--top---desc strong {
  font-weight: 700;
}
.trendletter-subscribe--wrap .subscribe-box-top--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box-top--inner {
    padding: 0 20px;
  }
}
.trendletter-subscribe--wrap .subscribe-box-top--inner .careet-chara {
  position: absolute;
  bottom: -4.05rem;
  right: 3.95rem;
  width: 9.45rem;
  height: 12.45rem;
  background: url("../images/sub/img-object-letter--careet.png") no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box-top--inner .careet-chara {
    position: static;
    width: 78px;
    height: 80px;
  }
}
.trendletter-subscribe--wrap .subscribe-box-top--inner .careet-chara .hidden {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.trendletter-subscribe--wrap .subscribe-box-top--inner .careet-chara .hidden.focusable:active, .trendletter-subscribe--wrap .subscribe-box-top--inner .careet-chara .hidden.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.trendletter-subscribe--wrap .subscribe-box-top--inner .careet-chara.reject {
  bottom: -3.65rem;
  right: 3.35rem;
  background: url("../images/sub/img-object-reject--careet.png") no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box-top--inner .careet-chara.reject {
    position: static;
    width: 78px;
    height: 80px;
    background: url("../images/sub/img-object-reject--careet.png") no-repeat center 0;
    background-size: contain;
  }
}
.trendletter-subscribe--wrap .subscribe-box--bottom {
  padding: 3.2rem 0;
  background: #ffffff;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--bottom {
    padding: 32px 0;
  }
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box {
  width: 100%;
  max-width: 25.6rem;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box {
    padding: 0 20px;
  }
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
  border: none;
  border-bottom: 1px solid #0f0f0f;
  padding-bottom: 0.8rem;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input {
    font-size: 16px;
  }
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::-moz-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::-moz-placeholder {
    font-size: 16px;
  }
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::-ms-input-placeholder {
    font-size: 16px;
  }
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .c-common--input::placeholder {
    font-size: 16px;
  }
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .txt-msg {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .txt-msg {
    font-size: 12px;
  }
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .policy-bottom--wrap {
  margin-top: 0.6rem;
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .checkbox--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .checkbox--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .checkbox--wrap .selector-cover input:checked + .selector-text {
  background-image: url("../images/components/icon-checkbox-square-on.png");
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .checkbox-info--wrap {
  margin-top: 1.2rem;
}
.trendletter-subscribe--wrap .subscribe-box--bottom .bottom-content--box .checkbox-info--wrap p {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #0f0f0f;
}

.p-sub.event {
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .content-heading.event {
    padding-top: 40px;
    padding-top: 0;
  }
}
.content-heading.event .content-heading__faq {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .content-heading.event .section-title {
    word-break: keep-all;
    font-size: 24px;
  }
}

.event-heading .deco {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.8rem;
}
@media (max-width: 1100px) {
  .event-heading .deco {
    display: none;
  }
}
.event-heading .section-title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 1100px) {
  .event-heading .section-title {
    font-size: 24px;
    word-break: keep-all;
  }
}
.event-heading .section-title .color-point {
  color: #ff6000;
}
.event-heading .section-desc {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(15, 15, 15, 0.5);
}
.event-heading .section-desc .color-point {
  color: #ff6000;
}

.event01 {
  padding: 4.8rem 0;
  background: #252525;
}
@media (max-width: 1100px) {
  .event01 {
    padding: 48px 0;
  }
}
.event01 .section-inner {
  max-width: 54.8rem;
}
.event01 .event01__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .event01 .event01__con {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event01 .event01__con .left {
  position: relative;
  width: 18.8rem;
  padding: 2rem;
  background: #0f0f0f;
}
@media (max-width: 1100px) {
  .event01 .event01__con .left {
    width: 100%;
    padding: 24px;
    margin-bottom: 2px;
  }
}
.event01 .event01__con .left .text {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 1.2rem;
}
.event01 .event01__con .left .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e1ff01;
}
@media (max-width: 1100px) {
  .event01 .event01__con .left .title {
    font-size: 20px;
  }
}
.event01 .event01__con .left .float-img {
  position: absolute;
  width: 12rem;
  height: 12rem;
  right: -6.9rem;
  bottom: -1.5rem;
  z-index: 50;
}
@media (max-width: 1100px) {
  .event01 .event01__con .left .float-img {
    width: 80px;
    height: 80px;
    bottom: auto;
    top: 78%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
  }
}
.event01 .event01__con .right {
  width: 32.4rem;
  margin-left: 1.6rem;
}
@media (max-width: 1100px) {
  .event01 .event01__con .right {
    width: 100%;
    margin-left: 0;
  }
}
.event01 .event01__con .right .filp-board__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event01 .event01__con .right .filp-board-item {
  position: relative;
  -webkit-perspective: 1500px;
          perspective: 1500px;
  min-height: 3.1rem;
}
@media (max-width: 1100px) {
  .event01 .event01__con .right .filp-board-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    min-height: 62px;
  }
}
.event01 .event01__con .right .filp-board-item + .filp-board-item {
  margin-top: 0.1rem;
}
.event01 .event01__con .right .filp-board-item .filp-board-side {
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.4);
  background: rgba(15, 15, 15, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-right: 7rem;
}
@media (max-width: 1100px) {
  .event01 .event01__con .right .filp-board-item .filp-board-side {
    padding: 12px;
  }
}
.event01 .event01__con .right .filp-board-item .filp-board-side::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: rgba(15, 15, 15, 0.2);
  z-index: -1;
}
.event01 .event01__con .right .filp-board-item .filp-board-side.back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.event01 .event01__con .right .filp-board-item .filp-board-side .item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event01 .event01__con .right .filp-board-item .filp-board-side .item-left .label {
  width: 2.85rem;
  height: 1.9rem;
  margin-right: 0.15rem;
}
@media (max-width: 1100px) {
  .event01 .event01__con .right .filp-board-item .filp-board-side .item-left .label {
    display: none;
  }
}
.event01 .event01__con .right .filp-board-item .filp-board-side .item-left .text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 1.6rem;
}
@media (max-width: 1100px) {
  .event01 .event01__con .right .filp-board-item .filp-board-side .item-left .text {
    margin-right: 12px;
  }
}
.event01 .event01__con .right .filp-board-item .filp-board-side .item-right .text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}
.event01 .event01__con .right .filp-board-item.discount .item-left .text {
  margin-right: 1.95rem;
}
@media (max-width: 1100px) {
  .event01 .event01__con .right .filp-board-item.discount .item-left .text {
    margin-right: 18px;
  }
}
.event01 .event01__con .right .filp-board-item.renewal .item-left .text {
  color: #fff;
  margin-right: 1.15rem;
}
.event01 .event01__con .right .filp-board-item.renewal .item-right .text {
  font-size: 1.1rem;
  color: #e1ff01;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}
.event01 .event01__con .right .filp-board-item.total .filp-board-side {
  border: 3px solid #000;
  background: #3a3a39;
}
.event01 .event01__con .right .filp-board-item.total .filp-board-side::after {
  background: rgba(36, 36, 36, 0.4);
  z-index: 1;
}
.event01 .event01__con .right .filp-board-item.total .item-left {
  position: relative;
  z-index: 10;
}
@media (max-width: 1100px) {
  .event01 .event01__con .right .filp-board-item.total .item-left .label {
    display: block;
  }
}
.event01 .event01__con .right .filp-board-item.total .item-right {
  position: relative;
  z-index: 10;
}
.event01 .event01__con .right .filp-board-item.total .item-right .text {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
}
.event01 .event01__con .right .filp-board-item.animate .filp-board-side.front {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.event01 .event01__con .right .filp-board-item.animate .filp-board-side.back {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.event01 .event01-button__wrap {
  margin-top: 3.65rem;
}
@media (max-width: 1100px) {
  .event01 .event01-button__wrap {
    margin-top: 40px;
  }
}
.event01 .event01-button__wrap .info-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 0.8rem;
}
.event01 .event01-button__wrap .sub-info-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 2rem;
  text-align: center;
}
.event01 .event01-button__wrap .button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media (max-width: 1100px) {
  .event01 .event01-button__wrap .button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
}
.event01 .event01-button__wrap .button__wrap .btn {
  background: #252525;
  border-color: #fff;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #fff;
          box-shadow: 0px 0.15rem 0px 0px #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 16rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media (max-width: 1100px) {
  .event01 .event01-button__wrap .button__wrap .btn {
    max-width: 100%;
  }
}
.event01 .event01-button__wrap .button__wrap .btn .small {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .event01 .event01-button__wrap .button__wrap .btn .small {
    font-size: 14px;
  }
}
.event01 .event01-button__wrap .button__wrap .btn .big {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .event01 .event01-button__wrap .button__wrap .btn .big {
    font-size: 16px;
  }
}
.event01 .event01-button__wrap .button__wrap .btn .color-point {
  color: #ff6000;
}

.event02 {
  background: #fff;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .event02 {
    padding: 48px 0;
  }
}
.event02 .section-inner {
  max-width: 32.6rem;
}
.event02 .event-heading .section-title {
  margin-bottom: 0.8rem;
}
.event02 .event-heading .section-desc {
  word-break: keep-all;
}
.event02 .bingo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 3px solid #0f0f0f;
  }
}
.event02 .bingo__wrap .bingo__item {
  position: relative;
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap .bingo__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.event02 .bingo__wrap .bingo__item .bingo__check {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 50;
}
.event02 .bingo__wrap .bingo__item .bingo__check:checked + .bingo__con {
  background: #e1ff01;
}
.event02 .bingo__wrap .bingo__item .bingo__check:checked + .bingo__con .check-icon {
  background: url("../images/icon/ico-bingo-check.png") no-repeat 0 0;
  background-size: cover;
  z-index: 5;
}
.event02 .bingo__wrap .bingo__item:nth-child(1) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(2) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(3) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(4) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(5) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(6) .bingo__con {
  border-bottom: none;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap .bingo__item:nth-child(1) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(2) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(3) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(4) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(5) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(6) .bingo__con {
    border-bottom: 3px solid #0f0f0f;
  }
}
.event02 .bingo__wrap .bingo__item:nth-child(2) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(5) .bingo__con, .event02 .bingo__wrap .bingo__item:nth-child(8) .bingo__con {
  border-left: none;
  border-right: none;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap .bingo__item:nth-child(9) .bingo__con {
    border-bottom: none;
  }
}
.event02 .bingo__wrap .bingo__item .bingo__con {
  background: var(--Light-BG, #f6f5f1);
  padding-top: 1.6rem;
  border: 3px solid #0f0f0f;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap .bingo__item .bingo__con {
    border: none;
    border-bottom: 3px solid #0f0f0f;
  }
}
.event02 .bingo__wrap .bingo__item .text__wrap {
  position: relative;
  margin-bottom: 0.9rem;
  z-index: 10;
}
.event02 .bingo__wrap .bingo__item .text__wrap .sub {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 0.2rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap .bingo__item .text__wrap .sub {
    font-size: 14px;
  }
}
.event02 .bingo__wrap .bingo__item .text__wrap .main {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap .bingo__item .text__wrap .main {
    font-size: 20px;
  }
}
.event02 .bingo__wrap .bingo__item .img-thumb {
  width: 9.85rem;
  height: 5.4rem;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .event02 .bingo__wrap .bingo__item .img-thumb {
    width: 100%;
  }
}
.event02 .bingo__wrap .bingo__item .check-icon {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 2.4rem;
  height: 2.4rem;
}
.event02 .button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .event02 .button__wrap {
    margin-top: 16px;
  }
}
.event02 .button__wrap .btn {
  max-width: 11.9rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
@media (max-width: 1100px) {
  .event02 .button__wrap .btn {
    max-width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }
}

.event03 {
  display: none;
  background: #e1ff01;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .event03 {
    padding: 48px 0;
  }
}
.event03 .section-inner {
  max-width: 36.45rem;
}
.event03 .event03__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media (max-width: 1100px) {
  .event03 .event03__con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
  }
}
.event03 .careet-img__wrap .card-thumnail {
  position: relative;
  width: 14.05rem;
  padding-bottom: 153.73%;
}
@media (max-width: 1100px) {
  .event03 .careet-img__wrap .card-thumnail {
    width: 100%;
  }
}
.event03 .careet-img__wrap .card-thumnail img {
  position: absolute;
  width: 100%;
}
.event03 .button__wrap {
  max-width: 18.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .event03 .button__wrap {
    max-width: 100%;
  }
}
.event03 .button__wrap .top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event03 .button__wrap .top__wrap .btn {
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event03 .button__wrap .top__wrap .btn .small {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0f0f0f;
}
.event03 .button__wrap .top__wrap .btn .big {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0f0f0f;
}
.event03 .button__wrap .top__wrap .btn + .btn {
  margin-top: 1.6rem;
}
@media (max-width: 1100px) {
  .event03 .button__wrap .top__wrap .btn + .btn {
    margin-top: 16px;
  }
}
@media (max-width: 1100px) {
  .event03 .button__wrap .bottom__wrap {
    margin-top: 32px;
  }
}
.event03 .button__wrap .bottom__wrap .btn {
  width: 100%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  background: #252525;
  border-color: #252525;
  -webkit-box-shadow: 0px 0.15rem 0px 0px #252525;
          box-shadow: 0px 0.15rem 0px 0px #252525;
}
@media (max-width: 1100px) {
  .event03 .button__wrap .bottom__wrap .btn {
    font-size: 16px;
  }
}
.event03 .button__wrap .bottom__wrap .btn::before {
  content: "";
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  background: url("../images/icon/img-click-click-click.png") no-repeat 0 0;
  left: -1.3rem;
  top: -1.3rem;
  background-size: cover;
}

.event04 {
  background: #f6f5f1;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .event04 {
    padding: 48px 0;
  }
}
.event04 .event-heading .section-title {
  color: #0f0f0f;
}
.event04 .quick-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .event04 .quick-menu__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event04 .quick-menu__wrap li {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1100px) {
  .event04 .quick-menu__wrap li {
    width: 100%;
    margin-right: 90px;
    margin-top: 24px;
  }
}
.event04 .quick-menu__wrap li:nth-child(4n) {
  margin-right: 0;
}
.event04 .quick-menu__wrap li:hover {
  -webkit-filter: drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.06)) drop-shadow(0px 33px 33px rgba(0, 0, 0, 0.05)) drop-shadow(0px 74px 44px rgba(0, 0, 0, 0.03)) drop-shadow(0px 131px 52px rgba(0, 0, 0, 0.01)) drop-shadow(0px 204px 57px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.06)) drop-shadow(0px 33px 33px rgba(0, 0, 0, 0.05)) drop-shadow(0px 74px 44px rgba(0, 0, 0, 0.03)) drop-shadow(0px 131px 52px rgba(0, 0, 0, 0.01)) drop-shadow(0px 204px 57px rgba(0, 0, 0, 0));
}
.event04 .quick-menu__wrap li:hover .bottom__wrap .arrow {
  background: url("../images/icon/ico-arrow-right-careet.png") no-repeat 0 0;
  background-size: cover;
}
.event04 .quick-menu__wrap .quick-menu__item {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #edebe6;
}
@media (max-width: 1100px) {
  .event04 .quick-menu__wrap .quick-menu__item {
    padding: 24px;
  }
}
.event04 .quick-menu__wrap .quick-menu__item .new-label {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: #ff6000;
  padding: 0.25rem 0.3rem;
  margin-bottom: 1rem;
}
.event04 .quick-menu__wrap .quick-menu__item .sub-text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ff6000;
  margin-bottom: 0.6rem;
}
.event04 .quick-menu__wrap .quick-menu__item .link-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
  min-height: 3.6rem;
  margin-bottom: 1.15rem;
}
.event04 .quick-menu__wrap .quick-menu__item .bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.event04 .quick-menu__wrap .quick-menu__item .arrow {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon/ico-arrow-right-side-black.png) no-repeat 0 0;
  background-size: cover;
}
.event04 .quick-menu__wrap .quick-menu__item .arrow img {
  display: none;
}

.event05 {
  background: #fff;
  padding: 4.8rem 0;
}
@media (max-width: 1100px) {
  .event05 {
    padding: 48px 0;
  }
}
.event05 .section-inner {
  max-width: 54.8rem;
}
.event05 .title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #0f0f0f;
  margin-bottom: 0.6rem;
}
.event05 .event-info__item {
  padding: 1.6rem 0;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.5);
}
.event05 .event-info__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.event05 .event-info__item .target {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0f0f0f;
  margin-bottom: 0.6rem;
}
.event05 .event-info__item.color-point .info-item__box .radius {
  background: #ff6000;
}
.event05 .event-info__item.color-point .info-item__box .text {
  color: #ff6000;
}
.event05 .info-item__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event05 .info-item__box .radius {
  position: absolute;
  top: 0.4rem;
  width: 0.15rem;
  height: 0.15rem;
  background: #0f0f0f;
  margin-right: 0.25rem;
  border-radius: 100%;
}
.event05 .info-item__box .text {
  padding-left: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f0f0f;
}
.event05 .info-item__box .text strong {
  font-weight: 700;
}
.event05 .info-item__box .text .deco {
  text-decoration: line-through;
}

.membership01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../images/sub/bg-about-deco.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 1100px) {
  .membership01.about .section-heading {
    margin-bottom: 0;
  }
}
.membership01.about .section-heading .title .desc {
  font-size: 1.1rem;
}
.membership01.about .row__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .membership01.about .row__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.membership01.about .row__wrap .row + .row {
  margin-top: 0;
  margin-left: 0.4rem;
}
@media (max-width: 1100px) {
  .membership01.about .row__wrap .row + .row {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 1100px) {
  .membership01.about .row__wrap .row .text {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .membership01.about .row__wrap .row .desc {
    font-size: 14px;
  }
}
.membership01 .membership01__con.about__con .heading::after {
  display: none;
}
.membership01 .membership01__con.about__con .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.membership01 .membership01__con.about__con .content .content-desc {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0f0f0f;
}

.about-content {
  position: relative;
  background: #0f0f0f;
  padding-top: 23.3rem;
  padding-bottom: 20.55rem;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .about-content {
    padding-top: 410px;
    padding-bottom: 259px;
  }
}
.about-content .section-inner {
  max-width: 54.8rem;
}
.about-content .about-deco__title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-content .about-deco__title {
    font-size: 26px;
    word-break: keep-all;
  }
}
.about-content .about-deco__title .color-point {
  color: #ff6000;
}
.about-content .about-deco__desc {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #f6f5f1;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-content .about-deco__desc {
    font-size: 14px;
    padding: 0 24px;
    word-break: keep-all;
    margin-bottom: 48px;
  }
}
.about-content .about-radius__zone {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: url("../images/sub/img-about-radius.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .about-content .about-radius__zone {
    background: url("../images/sub/img-about-radius-mo.png") no-repeat 0 0;
    background-size: contain;
  }
}
.about-content .about-radius__con {
  padding-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18.45rem;
}
@media (max-width: 1100px) {
  .about-content .about-radius__con {
    padding-top: 48px;
  }
}
.about-content .about-radius__con .about-deco__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 1100px) {
  .about-content .about-radius__con .about-deco__title {
    margin-bottom: 24px;
  }
}
.about-content .about-deco__zone01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16.4rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone01 {
    margin-bottom: 196px;
  }
}
.about-content .about-deco__zone01::after {
  content: "";
  position: absolute;
  top: calc(100% + 3.2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 10rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone01::after {
    top: calc(100% + 48px);
    height: 100px;
  }
}
.about-content .about-deco__zone01 .about-deco-img__wrap {
  width: 9.05rem;
  height: 11.2rem;
  background: url("../images/sub/img-about-deco.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone01 .about-deco-img__wrap {
    width: 148px;
    height: 183px;
  }
}
.about-content .about-deco__zone01 .about-deco-img__wrap span {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.about-content .about-deco__zone01 .about-deco-img__wrap span.focusable:active, .about-content .about-deco__zone01 .about-deco-img__wrap span.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.about-content .about-deco__zone01 .about-deco__title {
  margin-top: 2.4rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone01 .about-deco__title {
    margin-top: 48px;
  }
}
.about-content .about-deco__zone02 {
  position: relative;
  margin-bottom: 16.4rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 {
    margin-bottom: 196px;
  }
}
.about-content .about-deco__zone02::after {
  content: "";
  position: absolute;
  top: calc(100% + 3.2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 10rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02::after {
    top: calc(100% + 48px);
    height: 100px;
  }
}
.about-content .about-deco__zone02 .about-deco__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .about-deco__title {
    margin-bottom: 24px;
  }
}
.about-content .about-deco__zone02 .about-deco__desc {
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .about-deco__desc {
    margin-bottom: 32px;
    padding: 0 12px;
  }
}
.about-content .about-deco__zone02 .about-deco__zone2-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .about-deco__zone2-lists {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
  }
}
.about-content .about-deco__zone02 .deco__zone2-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 3.2rem) / 3);
  height: 16.5rem;
  background: #e1ff01;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .deco__zone2-list {
    width: 100%;
    height: 116px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-content .about-deco__zone02 .sub-popup {
  display: none;
  position: absolute;
  max-width: 14.75rem;
  width: 100%;
  z-index: 100;
  bottom: 105%;
  left: calc(100% - 12.888889rem);
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .sub-popup {
    width: 100%;
    top: -12%;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
}
.about-content .about-deco__zone02 .sub-popup__header {
  padding: 0.8rem;
  background: #e1ff01;
}
.about-content .about-deco__zone02 .sub-popup__header .txt {
  font-size: 0.9rem;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.3;
}
.about-content .about-deco__zone02 .sub-popup__content {
  background: #fff;
  padding: 1rem;
}
.about-content .about-deco__zone02 .sub-popup__content .content-txt {
  font-size: 0.7rem;
  margin-bottom: 0.8rem;
}
.about-content .about-deco__zone02 .sub-popup__content .content-list {
  padding-left: 0.5rem;
}
.about-content .about-deco__zone02 .sub-popup__content .content-list .cate-list-item {
  position: relative;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  word-break: keep-all;
}
.about-content .about-deco__zone02 .sub-popup__content .content-list .cate-list-item::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 0.35rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background: #0f0f0f;
}
.about-content .about-deco__zone02 .sub-popup__content .content-list .cate-list-item .color-point {
  color: #ff6000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-content .about-deco__zone02 .sub-popup__content .content-list .cate-list-item + .cate-list-item {
  margin-top: 0.4rem;
}
.about-content .about-deco__zone02 .info-icon {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.about-content .about-deco__zone02 .deco-list__img {
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .deco-list__img {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.about-content .about-deco__zone02 .deco-list__text .title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .deco-list__text .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.about-content .about-deco__zone02 .deco-list__text .desc {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone02 .deco-list__text .desc {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.about-content .about-deco__zone03 {
  position: relative;
  margin-bottom: 16.4rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 {
    margin-bottom: 196px;
  }
}
.about-content .about-deco__zone03::after {
  content: "";
  position: absolute;
  top: calc(100% + 3.2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 10rem;
  background: #f6f5f1;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03::after {
    top: calc(100% + 48px);
    height: 100px;
  }
}
.about-content .about-deco__zone03.deco {
  position: relative;
}
.about-content .about-deco__zone03.deco::before {
  content: "";
  position: absolute;
  top: -27%;
  right: -25%;
  width: 25.55rem;
  height: 31.6rem;
  background: url("../images/sub/img-about-deco-02.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03.deco::before {
    width: 148px;
    height: 183.081px;
    right: -35px;
    top: -13%;
  }
}
.about-content .about-deco__zone03:last-child {
  margin-bottom: 0;
}
.about-content .about-deco__zone03 .about-deco__title {
  margin-bottom: 1.2rem;
}
.about-content .about-deco__zone03 .about-deco__zone3-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.65rem;
     -moz-column-gap: 1.65rem;
          column-gap: 1.65rem;
  margin-top: 3.2rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists {
    margin-top: 32px;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists.type-3 .deco__zone3-list {
  width: calc((100% - 3.3rem) / 3);
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists.type-3 .deco__zone3-list {
    width: 47.4%;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists.type-3 .deco__zone3-list:nth-child(2) {
  margin-top: 4rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists.type-3 .deco__zone3-list:nth-child(2) {
    margin-top: 0;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists.type-3 .deco__zone3-list:nth-child(3) {
  margin-top: 8rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists.type-3 .deco__zone3-list:nth-child(3) {
    margin-top: 0;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists.type-5 {
  position: relative;
  z-index: 10;
  row-gap: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists.type-5 {
    margin-top: 32px;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists.type-5 .deco__zone3-list {
  width: calc((100% - 3.3rem) / 3);
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists.type-5 .deco__zone3-list {
    width: 47.4%;
  }
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists .deco__zone3-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 16.5rem;
  background: #ff6000;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__img {
    height: 148px;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__img img {
  width: 8rem;
  height: 8rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__img img {
    width: 90px;
    height: 90px;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text {
  padding: 2rem;
  background: #fff;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text {
    position: relative;
    padding: 12px;
    height: 146px;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text .deco-list__text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text .deco-list__text-heading .title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  min-height: 3.1rem;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text .deco-list__text-heading .title {
    font-size: 18px;
    margin-bottom: 6px;
    min-height: auto;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text .deco-list__text-heading .arrow {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/icon/ico-arrow-right-side-black.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text .deco-list__text-heading .arrow {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
  }
}
.about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text .desc {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #777;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .about-content .about-deco__zone03 .about-deco__zone3-lists .deco-list__text .desc {
    font-size: 12px;
    min-height: 51px;
  }
}

.about-membership {
  position: relative;
  padding: 3.4rem 0;
  background: #f6f5f1;
}
.about-membership::after {
  content: "";
  position: absolute;
  bottom: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.75rem;
  height: 5.25rem;
  background: url("../images/sub/membership-only-careet.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 1100px) {
  .about-membership::after {
    width: 90px;
    height: 82.218px;
  }
}
.about-membership .section-inner {
  position: relative;
}
.about-membership .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .about-membership .deco .only-mobile {
    height: 100%;
  }
}
.about-membership .section-title {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .about-membership .section-title {
    word-break: keep-all;
  }
}
.about-membership .button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-membership .button__wrap .btn {
  background: #f6f5f1;
}
.about-membership .button__wrap .btn .color-point {
  color: #ff6000;
}

.about-bonus {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 4.8rem;
  background: #0f0f0f;
}
@media (max-width: 1100px) {
  .about-bonus {
    padding-top: 96px;
    padding-bottom: 48px;
    overflow: hidden;
  }
}
.about-bonus .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.1;
}
.about-bonus .section-inner {
  max-width: 54.8rem;
}
.about-bonus .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 1100px) {
  .about-bonus .section-heading {
    margin-bottom: 32px;
  }
}
.about-bonus .section-heading .label {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  padding: 0.25rem 0.3rem;
  background: #ff6000;
  margin-bottom: 1.2rem;
}
@media (max-width: 1100px) {
  .about-bonus .section-heading .label {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.about-bonus .section-heading .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media (max-width: 1100px) {
  .about-bonus .section-heading .section-title {
    font-size: 26px;
    word-break: keep-all;
  }
}
.about-bonus .bonus__con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .about-bonus .bonus__con {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -24px;
  }
  .about-bonus .bonus__con::-webkit-scrollbar {
    display: none;
  }
  .about-bonus .bonus__con {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
}
.about-bonus .line {
  position: absolute;
  max-width: 39.15rem;
  width: 100%;
  height: 0.6rem;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .about-bonus .line {
    display: none;
  }
}
.about-bonus .time-item {
  width: 24.1%;
  margin-right: 0.6rem;
}
@media (max-width: 1100px) {
  .about-bonus .time-item {
    width: 74%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.about-bonus .time-item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1100px) {
  .about-bonus .time-item:nth-child(5n) {
    margin-right: 24px;
  }
}
.about-bonus .time-item.time01 .heading,
.about-bonus .time-item.time01 .content {
  background: #b3dad3;
}
.about-bonus .time-item.time02 .heading,
.about-bonus .time-item.time02 .content {
  background: #b49fe1;
}
.about-bonus .time-item.time03 .heading,
.about-bonus .time-item.time03 .content {
  background: #9fe1b2;
}
.about-bonus .time-item.time04 .heading,
.about-bonus .time-item.time04 .content {
  background: #ffbd43;
}
.about-bonus .time-item .heading {
  padding: 0.5rem;
}
.about-bonus .time-item .heading .text {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-bonus .time-item .heading .text {
    font-size: 16px;
  }
}
.about-bonus .time-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 0;
  min-height: 13.15rem;
  margin-top: 0.5rem;
}
@media (max-width: 1100px) {
  .about-bonus .time-item .content {
    padding: 24px 0 44px 0;
    min-height: auto;
    height: 263px;
  }
}
.about-bonus .time-item .content .year {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f0f0f;
  margin-bottom: 0.2rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-bonus .time-item .content .year {
    font-size: 36px;
  }
}
.about-bonus .time-item .content .sub-year {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-bonus .time-item .content .sub-year {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 30px;
    width: 74%;
    border-bottom: 2px dashed rgba(15, 15, 15, 0.7);
  }
}
@media (max-width: 1100px) {
  .about-bonus .time-item .content .desc {
    padding-top: 30px;
  }
}
.about-bonus .time-item .content .desc-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-bonus .time-item .content .desc-box .radius {
  position: absolute;
  top: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: #0f0f0f;
  border-radius: 50%;
}
.about-bonus .time-item .content .desc-box .text {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0f0f0f;
  padding-left: 0.5rem;
}
.about-bonus .bonus-info__text {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: #999;
  margin-top: 1.2rem;
  text-align: center;
}