/* =================================================================================================== */
/* ================================================== HEADER MOBILE ================================== */
/* =================================================================================================== */
@font-face {
  font-family: 'BBTreeG_B';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_nine_@1.1/BBTreeGR.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BBTreeG_R';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_nine_@1.1/BBTreeGR.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* ====================================================================================================== */
/* ===================================================== HEADER MOBILE ================================== */
/* ====================================================================================================== */
@media all and (max-width: 459px) {
  .header_desktop {
    display: none !important;
  }

  .header_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10010;
    background: #f57c00;
    border-bottom: 1px solid #f57c00;
  }

  .header_mobile .wrap {
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #f57c00;
  }

  .header_mobile .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: auto;
  }

  .header_mobile .header-logo-jeje,
  .header_mobile .header-logo-comms {
    display: inline-block;
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1;
  }

  .header_mobile .header-logo-jeje {
    font-weight: 400;
  }

  .header_mobile .header-logo-comms {
    font-weight: 700;
  }

  .header_mobile .header_mobile_actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
  }

  .header_mobile .language_menu {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .header_mobile .language_menu svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .header_mobile .language_menu select {
    border: none;
    background: transparent;
    color: #ffffff;
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 13px;
    line-height: 1;
    padding-right: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
  }

  .header_mobile .language_menu select option {
    color: #000000;
  }

  .header_mobile .hamburger {
    margin: 0;
    width: 32px;
    min-width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }

  .header_mobile .hamburger .line {
    width: 24px;
    height: 2.5px;
    background-color: #ffffff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .header_mobile .hamburger.active .line:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .header_mobile .hamburger.active .line:nth-child(2) {
    opacity: 0;
  }

  .header_mobile .hamburger.active .line:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  .header_mobile .mobile_menu {
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    height: calc(100vh - 69px);
    display: none;
    flex-direction: column;
    background: #ffffff;
    z-index: 1;
    overflow-y: auto;
    padding: 12px 16px 24px;
    box-sizing: border-box;
  }

  .header_mobile .mobile_menu.active {
    display: flex;
  }

  .header_mobile .mobile_content_panel {
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    height: calc(100vh - 69px);
    display: none;
    background: #ffffff;
    z-index: 1;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .header_mobile .mobile_content_panel.active {
    display: flex;
    flex-direction: column;
  }

  .header_mobile .mobile_content_body {
    padding: 0 16px 40px;
    box-sizing: border-box;
    flex: 1 0 auto;
  }

  .header_mobile .mobile_content_body > li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header_mobile .mobile_content_body.is-business-view {
    padding: 0;
    background: #ffffff;
  }

  .header_mobile .mobile_content_body.is-business-view > .business {
    width: 100%;
  }

  .header_mobile .mobile_content_body.is-service-view {
    background: #efefef;
    padding: 36px 28px 50px;
  }

  .header_mobile .mobile_content_body.is-service-view > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .header_mobile .mobile_content_body.is-service-view > li > picture,
  .header_mobile .mobile_content_body.is-service-view > li > img {
    width: min(240px, 78vw);
    max-width: 100%;
    display: block;
    margin: 0 auto 34px;
  }

  .header_mobile .mobile_content_body.is-service-view > li > picture > img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item {
    width: 100%;
    margin: 0;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item h3 {
    color: #111111;
    font-family: 'NEXON Lv1 Gothic OTF', 'NEXON Lv1 Gothic', sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 28px;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item p {
    color: #111111;
    font-family: 'NEXON Lv1 Gothic OTF', 'NEXON Lv1 Gothic', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 18px;
    word-break: keep-all;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item > p:last-of-type {
    margin-bottom: 0;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item .btn_more {
    display: inline-block;
    margin: 52px auto 46px;
    color: #f57c00;
    font-family: 'NEXON Lv1 Gothic OTF', 'NEXON Lv1 Gothic', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item .btn_sns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 auto 46px;
    padding: 0;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item .btn_sns li {
    margin: 0;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item .btn_sns li a {
    width: 40px;
    height: 40px;
    border: none;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item .btn_download {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    padding: 0;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item .btn_download li {
    flex: 0 0 auto;
    max-width: none;
    min-width: 0;
  }

  .header_mobile .mobile_content_body.is-service-view > li .item .btn_download li > a {
    width: 140px;
    height: 54px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
  }

  .header_mobile .mobile_content_body.is-history-view {
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    min-height: 100%;
    padding: 16px 16px 50px;
  }

  .header_mobile .mobile_content_body.is-verification-view {
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding: 16px 16px 50px;
  }

  .header_mobile .mobile_content_body.is-members-view {
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding: 16px 0 50px;
  }

  .header_mobile .mobile_content_body.is-news-view {
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding: 0 16px 50px;
  }

  .header_mobile .mobile_content_body.is-people-view {
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding: 16px 14px 50px;
  }

  .header_mobile .mobile-news-view {
    width: 100%;
    margin-top: 10px;
  }

  .header_mobile .mobile-news-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px 0 26px;
  }

  .header_mobile .mobile-news-title {
    position: relative;
    margin: 0;
    color: #111111;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-align: center;
  }

  .header_mobile .mobile-news-title::after {
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    background: #f57c00;
    margin: 16px auto 0;
  }

  .header_mobile .mobile-news-table {
    width: 100%;
    border-top: 2px solid #242424;
  }

  .header_mobile .mobile-news-table-head,
  .header_mobile .mobile-news-row {
    width: 100%;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 88px;
    column-gap: 10px;
    align-items: center;
    box-sizing: border-box;
  }

  .header_mobile .mobile-news-table-head {
    min-height: 56px;
    border-bottom: 1px solid #d3d3d3;
  }

  .header_mobile .mobile-news-table-head .mobile-news-cell {
    color: #111111;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  .header_mobile .mobile-news-cell-title {
    text-align: left;
  }

  .header_mobile .mobile-news-table-body {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile-news-row-item {
    border-bottom: 1px solid #d3d3d3;
  }

  .header_mobile .mobile-news-row {
    min-height: 62px;
  }

  .header_mobile .mobile-news-row .mobile-news-cell {
    color: #111111;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  .header_mobile .mobile-news-title-btn {
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    color: #111111;
    text-align: left;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .header_mobile .mobile-news-title-btn:hover {
    color: #f57c00;
  }

  .header_mobile .mobile-news-row-item.active .mobile-news-title-btn {
    color: #f57c00;
  }

  .header_mobile .mobile-news-detail {
    display: none;
    padding: 14px 0 18px 50px;
    box-sizing: border-box;
  }

  .header_mobile .mobile-news-row-item.active .mobile-news-detail {
    display: block;
  }

  .header_mobile .mobile-news-detail pre {
    margin: 0;
    width: 100% !important;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    white-space: pre-wrap !important;
    word-break: keep-all;
    color: #222222;
  }

  .header_mobile .mobile-news-empty {
    list-style: none;
    text-align: center;
    padding: 18px 0;
    color: #777777;
    font-size: 14px;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
  }

  .header_mobile .mobile-news-pager {
    margin: 22px 0 0;
    padding: 0 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .header_mobile .mobile-news-pager-btn {
    border: none;
    background: transparent;
    width: 24px !important;
    min-width: 24px;
    max-width: 24px;
    height: 24px !important;
    min-height: 24px;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 24px;
    color: #b3b3b3;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
  }

  .header_mobile .mobile-news-pager-btn.active {
    color: #f57c00;
    font-weight: 700;
  }

  .header_mobile .mobile-news-pager-btn.is-first,
  .header_mobile .mobile-news-pager-btn.is-prev,
  .header_mobile .mobile-news-pager-btn.is-next,
  .header_mobile .mobile-news-pager-btn.is-last {
    width: 28px !important;
    min-width: 28px;
    max-width: 28px;
    flex: 0 0 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
  }

  .header_mobile .mobile-news-pager-btn:disabled {
    opacity: 0.5;
    cursor: default;
  }

  .header_mobile .mobile-news-view.is-loading {
    opacity: 0.7;
    pointer-events: none;
  }

  .header_mobile .mobile_content_body img {
    width: 100%;
    height: auto;
    display: block;
  }

  .header_mobile .mobile-history-view {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
  }

  .header_mobile .mobile_content_body > .verification {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1 1 auto;
  }

  .header_mobile .mobile_content_body > .verification .verification_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    align-items: start;
  }

  .header_mobile .mobile_content_body > .verification .verification_wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: #ffffff;
    border: 1px solid #d9d9d9;
  }

  .header_mobile .mobile_content_body > .verification .verification_wrap.v_price {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 10px;
    justify-items: center;
  }

  .header_mobile .mobile_content_body > .verification .verification_wrap.v_price img {
    width: 100%;
    max-width: 84px;
    background: transparent;
    border: none;
  }

  .header_mobile .mobile_content_body > .members {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 980px;
  }

  .header_mobile .mobile_content_body > .members .members_content {
    order: 1;
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    left: auto;
    top: auto;
    animation: none;
    padding: 8px 20px 0;
    box-sizing: border-box;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: none;
    flex
    left: auto;
    top: auto;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li {
    width: 100%;
    height: auto;
    float: none;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 20px;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li.active {
    display: flex;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li::before {
    content: none;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li > h2 {
    margin: 0;
    color: #f47b00;
    text-align: center;
    font-family: 'BBTreeG_B', 'BBTreeGR', sans-serif;
    font-size: 32.637px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li > h2 > span {
    margin-left: 8px;
    color: #f47b00;
    text-align: center;
    font-family: 'BBTreeG_R', 'BBTreeGR', sans-serif;
    font-size: 16.319px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li > span {
    color: #000000;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li > p {
    margin: 0;
    color: #000000;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li > img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    background: lightgray -30.136px -68.229px / 164.942% 219.923% no-repeat;
    mix-blend-mode: hard-light;
    object-fit: cover;
  }

  .header_mobile .mobile_content_body > .members .members_content > ul > li .bc {
    display: none;
  }

  .header_mobile .mobile_content_body > .members .members_img {
    order: 2;
    position: static;
    width: calc(65.678px * 6);
    max-width: 100%;
    display: flex;
    margin: 24px auto 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
  }

  .header_mobile .mobile_content_body > .members .members_img > li {
    flex: 0 0 65.678px;
    filter: grayscale(1);
    opacity: 0.65;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .header_mobile .mobile_content_body > .members .members_img > li.on {
    filter: grayscale(0);
    opacity: 1;
  }

  .header_mobile .mobile_content_body > .members .members_img > li > img {
    width: 65.678px;
    height: 113.673px;
    object-fit: cover;
  }

  .header_mobile .mobile-history-year-picker {
    position: relative;
    margin-bottom: 30px;
  }

  .header_mobile .mobile-history-year-trigger {
    width: 100%;
    border: none;
    border-radius: 4px;
    background: #f57c00;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 26px;
    cursor: pointer;
  }

  .header_mobile .mobile-history-year-label {
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
  }

  .header_mobile .mobile-history-year-chevron {
    width: 16px;
    height: 16px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
  }

  .header_mobile .mobile-history-year-picker.active .mobile-history-year-chevron {
    transform: rotate(-135deg) translate(-2px, 2px);
  }

  .header_mobile .mobile-history-year-options {
    display: none;
    margin: 8px 0 0;
    padding: 8px 0;
    list-style: none;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #f8f8f8;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    max-height: 220px;
    overflow-y: auto;
  }

  .header_mobile .mobile-history-year-picker.active .mobile-history-year-options {
    display: block;
  }

  .header_mobile .mobile-history-year-option-item {
    margin: 0;
  }

  .header_mobile .mobile-history-year-option {
    width: 100%;
    border: none;
    background: transparent;
    color: #202020;
    text-align: left;
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 16px;
    cursor: pointer;
  }

  .header_mobile .mobile-history-year-option.active {
    color: #f57c00;
    font-weight: 700;
    background: #fff2e5;
  }

  .header_mobile .mobile-history-events {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    min-height: 648px;
  }

  .header_mobile .mobile-history-event-item {
    margin-bottom: 40px;
  }

  .header_mobile .mobile-history-event-title {
    color: #000000;
    font-family: 'NEXON Lv1 Gothic OTF', 'NEXON Lv1 Gothic', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    word-break: keep-all;
  }

  .header_mobile .mobile-history-event-date {
    margin-top: 8px;
    color: #f57c00;
    font-family: 'NEXON Lv1 Gothic OTF', 'NEXON Lv1 Gothic', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .header_mobile .mobile-people-view {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .header_mobile .mobile-people-year-picker {
    position: relative;
    margin-bottom: 10px;
  }

  .header_mobile .mobile-people-year-trigger {
    width: 100%;
    border: none;
    border-radius: 4px;
    background: #f57c00;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    cursor: pointer;
  }

  .header_mobile .mobile-people-year-label {
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
  }

  .header_mobile .mobile-people-year-chevron {
    width: 12px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
  }

  .header_mobile .mobile-people-year-picker.active .mobile-people-year-chevron {
    transform: rotate(-135deg) translate(-2px, 2px);
  }

  .header_mobile .mobile-people-year-options {
    display: none;
    margin: 8px 0 0;
    padding: 8px 0;
    list-style: none;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #f8f8f8;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    max-height: 220px;
    overflow-y: auto;
  }

  .header_mobile .mobile-people-year-picker.active .mobile-people-year-options {
    display: block;
  }

  .header_mobile .mobile-people-year-option-item {
    margin: 0;
  }

  .header_mobile .mobile-people-year-option {
    width: 100%;
    border: none;
    background: transparent;
    color: #202020;
    text-align: left;
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 16px;
    cursor: pointer;
  }

  .header_mobile .mobile-people-year-option.active {
    color: #f57c00;
    font-weight: 700;
    background: #fff2e5;
  }

  .header_mobile .mobile-people-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile-people-item {
    display: flex;
    width: 328px;
    height: 367.949px;
    max-width: 100%;
    padding: 26.959px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13.479px;
    aspect-ratio: 156 / 175;
    grid-row: 5 / span 1;
    grid-column: 1 / span 1;
    margin: 0 auto 22px;
    box-sizing: border-box;
    border-radius: 8.986px;
    border: 1.123px solid #e6e6e6;
    background: #ffffff;
    box-shadow: 0 0 8.986px 0 rgba(0, 0, 0, 0.1);
  }

  .header_mobile .mobile-people-item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .header_mobile .mobile-people-item .item > img {
    width: 274.082px;
    height: 292.055px;
    max-width: 100%;
    flex-shrink: 0;
    aspect-ratio: 61 / 65;
    display: block;
    border-radius: 11.623px;
    border: none;
    background: lightgray -27.882px -50.815px / 120.346% 150.123% no-repeat;
    object-fit: cover;
  }

  .header_mobile .mobile-people-item .item > h3 {
    margin: 0;
    color: #f26f1e;
    text-align: center;
    font-family: 'BBTreeG_B', 'BBTreeGR', sans-serif;
    font-size: 16.678px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .header_mobile .mobile-people-item .item > p {
    display: none;
  }

  .header_mobile .mobile_content_body.is-contact-view {
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding: 0 16px 50px;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 24px 0 0;
    gap: 30px;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 58%;
    height: 280px;
    background: url('../img/kins_tower_map.png') no-repeat bottom right / contain;
    opacity: 0.3;
    pointer-events: none;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap::after {
    content: '';
    position: absolute;
    top: 92px;
    right: 36%;
    width: 20px;
    height: 30px;
    background: url('../img/location_pin.png') no-repeat center / contain;
    pointer-events: none;
    animation: ani_rotate 3s infinite linear;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_details {
    order: 1;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box > li {
    margin: 0 0 18px;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box > li:last-child {
    margin-bottom: 0;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box h4 {
    margin: 0 0 6px;
    color: #f57c00;
    font-family: 'BBTreeG_R', 'BBTreeGR', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box p,
  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box .mail {
    margin: 0;
    color: #111111 !important;
    font-family: 'NEXON Lv1 Gothic', 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box .btn_sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box .btn_sns li {
    margin: 0;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .contact_info_box .btn_sns li a {
    width: 56px;
    height: 56px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .map_wrap {
    order: 2;
    width: 100%;
    margin-top: 14px;
  }

  .header_mobile .mobile_content_body.is-contact-view > .contact_wrap .map_wrap iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
  }

  @keyframes ani_rotate {
    100% {
      transform: rotateY(360deg);
    }
  }

  .header_mobile .mobile_content_body .history_container {
    display: block;
  }

  .header_mobile .mobile_content_body .history_years {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
  }

  .header_mobile .mobile_content_body .history_years > li {
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
  }

  .header_mobile .mobile_content_body .history_years > li.active {
    border-color: #f57c00;
    color: #f57c00;
  }

  .header_mobile .mobile_content_body .history_years > li svg {
    display: none;
  }

  .header_mobile .mobile_content_body .history_events {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_content_body .history_events.active {
    display: block;
  }

  .header_mobile .mobile_content_body .history_events > li {
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .header_mobile .mobile_content_body .history_events .date {
    display: block;
    color: #f57c00;
    margin-top: 4px;
  }

  .header_mobile .mobile_content_body .mobile-panel-footer {
    margin-top: 32px;
  }

  .header_mobile .mobile_content_body.is-history-view .mobile-panel-footer {
    margin-top: auto;
  }

  .header_mobile .mobile_content_body.is-verification-view .mobile-panel-footer {
    margin-top: 40px;
  }

  .header_mobile .mobile_content_body.is-service-view .mobile-panel-footer {
    margin-top: 80px;
  }

  .header_mobile .mobile_content_body.is-members-view .mobile-panel-footer {
    margin-top: auto;
  }

  .header_mobile .mobile_content_body.is-news-view .mobile-panel-footer {
    margin-top: 36px;
  }

  .header_mobile .mobile_content_body.is-people-view .mobile-panel-footer {
    margin-top: 24px;
  }

  .header_mobile .mobile_content_body.is-contact-view .mobile-panel-footer {
    margin-top: 30px;
  }

  .header_mobile .mobile_content_body .mobile-panel-footer .footer-right-links {
    display: flex !important;
  }

  .header_mobile .mobile_menu_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
  }

  .header_mobile .mobile_menu_container > svg {
    margin-top: 10px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .header_mobile .mobile_menu_container.active > svg {
    transform: rotate(180deg);
  }

  .header_mobile .mobile_menu_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header_mobile .mobile_menu_title {
    padding: 8px 0;
    color: #111111;
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }

  .header_mobile .mobile_menu_content {
    display: none;
    padding: 8px 0 8px 14px;
    color: #222222;
    font-family: 'NEXON Lv1 Gothic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }

  .header_mobile .mobile_menu_container.active .mobile_menu_content {
    display: block;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  main {
    padding-top: 69px;
  }

  .section_1 .swiper_wrapper {
    margin-top: 0 !important;
  }

  main section {
    scroll-margin-top: 76px;
  }
}
