@charset "UTF-8";
@media (max-width: 1400px) {
  .content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .cc-main-page .cc-main-page__inner {
    width: 100%;
    padding-bottom: 24px;
    background-position: top 60px left 5%;
  }
  .cc-main-page .hero {
    padding: 40px 0;
  }
  .cc-main-page .hero__title,
  .cc-main-page .hero__title span {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  .cc-main-page .member-select {
    gap: 20px;
  }
  .cc-main-page .member-select .member-card {
    width: 250px;
    height: 248px;
    margin-top: 44px;
  }
  .cc-main-page .member-select .member-card::before {
    margin-top: -117px;
  }
  .cc-main-page .main-footer-images {
    margin-top: 220px;
  }
  .cc-main-page .hero-decor .hero-decor__char--left,
  .cc-main-page .hero-decor .hero-decor__char--right,
  .cc-main-page .hero-decor .hero-decor__char--top {
    transform: scale(0.85);
    transform-origin: center;
  }
  .sub-banner {
    padding-bottom: 300px;
  }
  .sub-banner__intro {
    padding: 36px 28px;
  }
  .sub-banner__visual {
    width: 100%;
    justify-content: flex-start;
    padding: 0 28px 24px;
  }
  .sub-article {
    padding: 30px 28px 36px;
  }
}
/* 9:16 세로형 키오스크 (1080×1920 등, portrait 769~1080px) */
@media (orientation: portrait) and (min-width: 769px) and (max-width: 1080px) {
  :root {
    --sticky-header-height: 80px;
    --sticky-member-tabs-height: 56px;
  }
  .site-header .content__inner {
    padding: 18px 32px;
  }
  .header__logo img {
    width: min(320px, 46vw);
    height: auto;
  }
  .site-footer .content__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }
  .site-footer {
    padding: 32px 0;
  }
  .site-footer .content__inner address {
    font-size: 14px;
    line-height: 1.6;
  }
  .cc-main-page {
    overflow-x: hidden;
    min-height: calc(100vh - var(--sticky-header-height));
    min-height: calc(100dvh - var(--sticky-header-height));
    background-size: 100% auto;
    background-position: bottom center;
  }
  .cc-main-page .cc-main-page__inner {
    width: 100%;
    min-height: calc(100vh - var(--sticky-header-height) - 160px);
    min-height: calc(100dvh - var(--sticky-header-height) - 160px);
    padding: 0 32px 4vh;
    background-position: top 5vh center;
    background-size: 105% auto;
    box-sizing: border-box;
  }
  .cc-main-page .main-section,
  .cc-main-page .main-section__inner,
  .cc-main-page .main__content {
    width: 100%;
    box-sizing: border-box;
  }
  .cc-main-page .main__content {
    flex: 1;
    justify-content: center;
  }
  .cc-main-page .hero {
    padding: 4vh 0 2vh;
  }
  .cc-main-page .main__slogan {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .cc-main-page .hero__title,
  .cc-main-page .hero__title span {
    margin-top: 20px;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 1.5px;
  }
  .cc-main-page .main__guide-button {
    width: min(92vw, 720px);
    padding: 16px 32px;
    height: auto;
    min-height: 56px;
    margin-top: 3vh;
    font-size: 18px;
    gap: 12px;
    justify-content: center;
    border-radius: 32px;
  }
  .cc-main-page .main__guide-button span {
    font-size: 18px;
  }
  .cc-main-page .main__guide-button img {
    width: 20px;
    height: 20px;
  }
  .cc-main-page .member-select {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 4vh 0 2vh;
    width: 100%;
  }
  .cc-main-page .member-select .member-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: min(920px, 92vw);
    max-width: 100%;
    min-height: 100px;
    height: auto;
    margin-top: 0;
    border-radius: 36px;
    padding: 22px 36px;
    box-sizing: border-box;
  }
  .cc-main-page .member-select .member-card img {
    flex: 0 0 auto;
    width: 88px;
    height: auto;
    margin: 0;
  }
  .cc-main-page .member-select .member-card::before {
    inset: 10px;
    left: 10px;
    top: 10px;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 28px;
  }
  .cc-main-page .member-select .member-card strong {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.25;
    text-align: left;
  }
  .cc-main-page .member-select .member-card span {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
  }
  .cc-main-page .member-select .member-card.member-card--group {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-rows: auto auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 20px;
    row-gap: 4px;
  }
  .cc-main-page .member-select .member-card.member-card--group img {
    grid-column: 1;
    grid-row: 1/-1;
    align-self: center;
    justify-self: center;
  }
  .cc-main-page .member-select .member-card.member-card--group strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .cc-main-page .member-select .member-card.member-card--group span {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--1 {
    width: 100px;
    top: 28%;
    right: 2%;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--2 {
    width: 92px;
    top: 46%;
    left: 1%;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--3 {
    width: 86px;
    bottom: 12%;
    left: 50%;
  }
  .cc-main-page .hero-decor .hero-decor__char--left {
    width: 200px;
    right: 4%;
    bottom: 4%;
  }
  .cc-main-page .hero-decor .hero-decor__char--right {
    width: 190px;
    left: 2%;
    bottom: 16px;
  }
  .cc-main-page .hero-decor .hero-decor__char--top {
    width: 150px;
    right: 3%;
    top: 56%;
  }
  .cc-main-page .main-footer-images {
    margin-top: clamp(240px, 13vh, 360px);
  }
  .member-tabs {
    width: 100%;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
  }
  .member-tabs__item {
    font-size: 20px;
    height: 48px;
    min-height: 48px;
  }
  .member-tabs__icon {
    width: 44px;
  }
  .sub-tabs__list {
    gap: 8px;
  }
  .sub-tabs__item {
    flex: 1 1 calc(33.333% - 8px);
  }
  .sub-tabs__link {
    min-width: 0;
    min-height: 52px;
    padding: 14px 16px 16px;
    font-size: 16px;
  }
  .sub-tabs:has(.sub-tabs__link--orange.sub-tabs__link--current) {
    border-bottom: none;
  }
  .sub-banner {
    padding-bottom: 200px;
  }
  .sub-banner__title {
    font-size: 38px;
  }
  .sub-banner__desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .sub-article {
    padding: 32px 28px 36px;
  }
  .floating-quick-link {
    right: 24px;
    width: 56px;
    height: 56px;
    font-size: 13px;
  }
  .floating-center-link {
    bottom: 24px;
  }
  .floating-way-link {
    bottom: 92px;
  }
  .floating-top-link {
    bottom: 160px;
  }
}
@media (max-width: 768px) {
  :root {
    --sticky-header-height: 68px;
    --sticky-member-tabs-height: 52px;
  }
  .cc-main-page {
    background-size: contain !important;
  }
  .site-header .content__inner {
    padding: 14px 16px;
  }
  .sub-banner__top-content {
    display: flex;
    flex-direction: column;
  }
  .header__logo img {
    width: min(250px, 100%);
    height: auto;
  }
  .site-content .content__inner {
    padding-top: 24px;
    padding-bottom: 36px;
  }
  .site-footer .content__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .site-footer {
    padding: 22px 0;
  }
  .site-footer .content__inner address {
    font-size: 12px;
  }
  .floating-quick-link {
    right: 16px;
    width: 48px;
    height: 48px;
    font-size: 12px;
  }
  .floating-quick-link:hover, .floating-quick-link:focus-visible {
    width: min(86vw, var(--quick-expanded-width, 280px));
  }
  .floating-quick-link:hover .floating-quick-link__label, .floating-quick-link:focus-visible .floating-quick-link__label {
    max-width: min(64vw, 210px);
  }
  .floating-center-link {
    bottom: 16px;
  }
  .floating-way-link {
    bottom: 76px;
  }
  .floating-top-link {
    bottom: 136px;
  }
  .cc-main-page {
    background-size: cover;
    background-position: bottom center;
  }
  .cc-main-page .hero {
    padding: 26px 0;
  }
  .cc-main-page .hero__logo {
    width: min(260px, 74vw);
    height: auto;
  }
  .cc-main-page .main__slogan {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .cc-main-page .hero__title,
  .cc-main-page .hero__title span {
    margin-top: 16px;
    font-size: clamp(34px, 8.2vw, 44px);
    line-height: 1.25;
    letter-spacing: 0.5px;
  }
  .cc-main-page .main__guide-button {
    width: min(92vw, 360px);
    padding: 10px 16px;
    height: auto;
    min-height: 44px;
    margin-top: 24px;
    font-size: 14px;
    gap: 8px;
    justify-content: center;
  }
  .cc-main-page .main__guide-button span {
    font-size: 14px;
    line-height: 1.2;
  }
  .cc-main-page .main__guide-button img {
    width: 16px;
    height: 16px;
  }
  .cc-main-page .member-select {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 50px 0;
  }
  .cc-main-page .member-select .member-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(92vw, 360px);
    max-width: 100%;
    height: auto;
    min-height: 88px;
    margin-top: 0;
    border-radius: 28px;
    padding: 18px 24px;
    box-sizing: border-box;
  }
  .cc-main-page .member-select .member-card img {
    flex: 0 0 auto;
    width: min(72px, 18vw);
    height: auto;
    margin: 0;
  }
  .cc-main-page .member-select .member-card::before {
    inset: 8px;
    width: auto;
    height: auto;
    margin: 0;
    left: 8px;
    top: 8px;
    border-radius: 24px;
  }
  .cc-main-page .member-select .member-card strong {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
  }
  .cc-main-page .member-select .member-card span {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }
  .cc-main-page .member-select .member-card.member-card--group {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-rows: auto auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 14px;
    row-gap: 2px;
  }
  .cc-main-page .member-select .member-card.member-card--group img {
    grid-column: 1;
    grid-row: 1/-1;
    align-self: center;
    justify-self: center;
  }
  .cc-main-page .member-select .member-card.member-card--group strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .cc-main-page .member-select .member-card.member-card--group span {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--1 {
    width: clamp(64px, 12vw, 92px);
    top: 34%;
    right: 2%;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--2 {
    width: clamp(58px, 11vw, 84px);
    top: 52%;
    left: 1%;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--3 {
    width: clamp(54px, 10vw, 78px);
    bottom: 16%;
    left: 50%;
  }
  .cc-main-page .hero-decor .hero-decor__char--left {
    width: clamp(140px, 24vw, 190px);
    right: 8%;
    bottom: 8%;
  }
  .cc-main-page .hero-decor .hero-decor__char--right {
    width: clamp(135px, 23vw, 180px);
    left: 2%;
    bottom: 14px;
  }
  .cc-main-page .hero-decor .hero-decor__char--top {
    width: clamp(110px, 19vw, 150px);
    right: 2%;
    top: 60%;
  }
  .cc-main-page .main-footer-images {
    margin-top: 24px;
  }
  .member-tabs {
    width: 100%;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .member-tabs__item {
    font-size: 17px;
    height: 38px;
  }
  .member-tabs__item::before {
    right: -8px;
    height: 12px;
  }
  .sub-tabs__list {
    gap: 6px;
  }
  .sub-tabs__item {
    flex: 1 1 calc(50% - 6px);
  }
  .sub-tabs__link {
    width: 100%;
    min-width: 0;
    padding: 10px 12px 12px;
    border-radius: 14px 14px 0 0;
    font-size: 14px;
  }
  .sub-tabs:has(.sub-tabs__link--orange.sub-tabs__link--current) {
    border-bottom: none;
  }
  .sub-banner {
    padding: 12px;
    padding-bottom: 120px;
    border-radius: 0 18px 18px 18px;
  }
  /* 마스크 밖 영역이 흰색(#fff)으로 비치지 않도록 탭 테마색과 동일하게 */
  .sub-banner__inner .sub-banner__top-content {
    background: var(--sub-banner-theme-color);
  }
  .sub-banner__inner .sub-banner__top-content::before {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: auto;
    height: auto;
    aspect-ratio: 1370/335;
    max-height: none;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top center;
    mask-position: top center;
  }
  .sub-banner__intro {
    min-width: 0;
    width: 100%;
    padding: 12px 14px 8px;
  }
  .sub-banner__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .sub-banner__desc {
    font-size: 14px;
    line-height: 1.55;
  }
  .sub-banner__visual {
    width: 100%;
    padding: 0 14px 12px;
    justify-content: center;
  }
  .sub-banner__photo {
    width: min(100%, 380px);
    border-radius: 24px;
  }
  .sub-banner__photo img {
    width: 100%;
    border-radius: 18px;
  }
  .sub-banner__photo::after {
    top: -10px;
    left: 10px;
    border-radius: 24px;
  }
  .sub-article {
    padding: 22px 16px 28px;
    border-radius: 0 0 16px 16px;
  }
  .sub-section-title {
    margin: 28px 0 14px;
    font-size: 22px;
    line-height: 1.25;
  }
  .sub-block {
    margin-bottom: 20px;
  }
  .sub-block__title {
    font-size: 16px;
  }
  .sub-table {
    font-size: 13px;
  }
  .sub-table th,
  .sub-table td {
    padding: 10px 8px;
  }
  .sub-list {
    font-size: 14px;
    line-height: 1.6;
  }
  .sub-banner__top-content-icon img {
    display: none;
    width: 100%;
  }
  .sub-banner__photo {
    width: 100%;
  }
  .sub-banner__photo span {
    display: none;
  }
  .sub-banner__intro {
    flex: auto;
  }
  .sub-banner {
    background-size: contain;
  }
  .sub-banner__inner .sub-banner__top-content .sub-banner__top-content-icon {
    margin: 0;
  }
  .sub-banner__desc {
    height: auto;
  }
  .sub-banner__visual {
    background: #fff;
    border-radius: 20px 20px 0 0;
    flex: auto;
    padding: 10px 0;
  }
  .sub-banner__desc {
    margin-bottom: 20px;
  }
  .sub-banner__title {
    margin-top: 20px;
  }
  .site-content .content__inner {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .sub-tabs__link {
    border-radius: 15px;
  }
  .sub-banner {
    margin-top: 10px;
    border-radius: 18px;
  }
  .sub-banner__title {
    text-align: center;
  }
  .sub-banner__desc {
    text-align: center;
  }
}
@media (max-width: 500px) {
  :root {
    --sticky-header-height: 56px;
  }
  .site-header .content__inner {
    padding: 10px 12px;
  }
  .header__logo img {
    width: min(200px, 78vw);
  }
  .cc-main-page {
    overflow-x: hidden;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .cc-main-page .cc-main-page__inner {
    padding: 0 12px 48px;
    background-position: top 36px center;
    background-size: 130% auto;
    overflow: hidden;
  }
  .cc-main-page .main-section__inner,
  .cc-main-page .main__content {
    width: 100%;
    box-sizing: border-box;
  }
  .cc-main-page .hero {
    padding: 12px 0 6px;
  }
  .cc-main-page .cc-main-page__inner .hero {
    padding: 30px 0;
  }
  .cc-main-page .main__slogan {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .cc-main-page .hero__title,
  .cc-main-page .hero__title span {
    margin-top: 10px;
    font-size: clamp(26px, 7.5vw, 32px);
    line-height: 1.3;
    letter-spacing: 0.3px;
  }
  .cc-main-page .main__guide-button {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    margin-top: 14px;
    font-size: 12px;
    gap: 6px;
    border-radius: 24px;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.35;
  }
  .cc-main-page .main__guide-button span {
    font-size: 12px;
  }
  .cc-main-page .main__guide-button img {
    width: 14px;
    height: 14px;
  }
  .cc-main-page .member-select {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px 0 8px;
    width: 100%;
  }
  .cc-main-page .member-select .member-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    height: auto;
    margin-top: 0;
    border-radius: 20px;
    padding: 14px 18px;
    box-sizing: border-box;
  }
  .cc-main-page .member-select .member-card img {
    flex: 0 0 auto;
    width: min(52px, 15vw);
    height: auto;
    margin: 0;
  }
  .cc-main-page .member-select .member-card::before {
    inset: 5px;
    left: 5px;
    top: 5px;
    border-radius: 16px;
  }
  .cc-main-page .member-select .member-card strong {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
  }
  .cc-main-page .member-select .member-card span {
    margin-top: 0;
    font-size: 11px;
    line-height: 1.25;
    text-align: left;
  }
  .cc-main-page .member-select .member-card.member-card--group {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-rows: auto auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 1px;
  }
  .cc-main-page .member-select .member-card.member-card--group img {
    grid-column: 1;
    grid-row: 1/-1;
    align-self: center;
    justify-self: center;
  }
  .cc-main-page .member-select .member-card.member-card--group strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .cc-main-page .member-select .member-card.member-card--group span {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--1 {
    width: 44px;
    top: 26%;
    right: -4%;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--2 {
    width: 40px;
    top: 46%;
    left: -4%;
  }
  .cc-main-page .hero-decor .hero-decor__big-star--3 {
    width: 38px;
    bottom: 10%;
  }
  .cc-main-page .hero-decor .hero-decor__char--left {
    width: min(100px, 26vw);
    right: -2%;
    bottom: 2%;
  }
  .cc-main-page .hero-decor .hero-decor__char--right {
    width: min(92px, 24vw);
    left: -2%;
    bottom: 8px;
  }
  .cc-main-page .hero-decor .hero-decor__char--top {
    display: none;
  }
  .cc-main-page .main-footer-images {
    margin-top: 110px;
  }
  .site-footer {
    padding: 18px 0;
  }
  .site-footer .footer__brand img {
    width: min(180px, 70vw);
    height: auto;
  }
  .site-footer .content__inner address {
    font-size: 11px;
    line-height: 1.55;
  }
}

/*# sourceMappingURL=responsive.css.map */
