@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cafe24+ClassicType&display=swap');

@font-face {
    font-family: 'Cafe24ClassicType';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Cafe24ClassicType-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ria';
    src: url('/fonts/RiaSans-Regular.otf') format('opentype'),
        url('/fonts/RiaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Ria';
    src: url('/fonts/RiaSans-Bold.otf') format('opentype'),
        url('/fonts/RiaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Ria';
    src: url('/fonts/RiaSans-ExtraBold.otf') format('opentype'),
        url('/fonts/RiaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'JeongseonArirangHon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/JSArirangHON-RegularA1.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/* Section Common */
.section {
    padding: 100px 0;
}

/* Common Title */
.common_title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Noto Serif KR', serif;
}

.common_title .bar {
    width: 2px;
    height: 67px;
    background: #D68424;
    flex-shrink: 0;
}

.common_title .label {
    font-size: 48px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.common_title.type_vertical {
    align-items: flex-start;
}

.common_title.type_vertical .bar {
    min-height: 67px;
    height: auto;
    margin-top: 8px;
}

.common_title.type_vertical .label {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 20px;
    padding-right: 60px;
}

/* Common More Button */
.common_more_btn {
    flex-shrink: 0;
    width: 150px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #C4C4C4;
    color: #C4C4C4;
    font-family: 'Noto Serif KR', serif;
    font-size: 28px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.common_more_btn:hover {
    background: #fff;
    color: #222;
    border-color: #fff;
}

.common_more_btn.type_sm {
    width: 100px;
    font-size: 20px;
}

/* Main Visual */
.section_main_visual {
    padding: 0;
}

.section_main_visual .main_visual_swiper {
    width: 100%;
}

.section_main_visual .swiper-slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.section_main_visual .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    min-width: 0;
}

.section_main_visual .text_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.section_main_visual .sub {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 12px;
    text-align: center;
}

.section_main_visual .title_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_main_visual .title {
    font-family: 'JeongseonArirangHon', serif;
    font-size: 128px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.section_main_visual .title_sub {
    font-family: 'JeongseonArirangHon', serif;
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
}

.section_main_visual .branch {
    font-family: 'JeongseonArirangHon', serif;
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition-delay: 0.3s;
}

.section_main_visual .swiper-slide-active .text_group {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.section_main_visual .swiper-slide-active .branch {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}


.main_visual_bar {
    max-width: 130px;
    width: 100%;
    height: 2.5px;
    background-color: #fff;
    margin-top: -30px;
}


/* Main Category */
.section_category {
    padding: 160px 0;
}

.section_category .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    margin-bottom: 160px;
}

.section_category .title_main {
    font-family: 'JeongseonArirangHon', 'Noto Serif KR', serif;
    font-size: 100px;
    font-weight: 400;
    color: #005141;
    line-height: 1;
}

.section_category .title_sub {
    font-family: 'JeongseonArirangHon', 'Noto Serif KR', serif;
    font-size: 46px;
    font-weight: 400;
    color: #005141;
    line-height: 1.3;
}

.section_category .category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.section_category .category_item {
    flex: 0 0 calc((100% - 60px * 3) / 4);
    min-width: 0;
}

.section_category .category_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 68px;
}

.section_category .thumb {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    background-color: #DBE2D6;
}

.section_category .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.section_category .category_item a:hover .thumb img {
    transform: scale(1.05);
}

.section_category .name {
    text-align: center;
    color: #000;
    font-family: "Ria";
    font-size: 28px;
    font-weight: 400;
}

/* Main Banner */
.section_banner {
    padding: 0;
    min-height: 401px;
    border-bottom-right-radius: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.section_banner .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: 'Noto Serif KR', serif;
    color: #fff;
}

.section_banner .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.section_banner .title {
    font-size: 48px;
    font-weight: 700;
}

.section_banner .desc {
    font-size: 30px;
    font-weight: 500;
}

/* Main Prod */
.section_prod {
    background: #EAE3DB;
}

.section_prod .prod_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section_prod .prod_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0 80px;
}

.section_prod .prod_item {
    position: relative;
    flex: 0 0 calc((100% - 32px * 2) / 3);
    aspect-ratio: 456/574;
    overflow: hidden;
}

.section_prod .prod_item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.section_prod .prod_item:hover>img {
    transform: scale(1.05);
}

.section_prod .prod_item.type_text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: visible;
    font-family: 'Noto Serif KR', serif;
}

.section_prod .prod_item.type_text .group {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.section_prod .prod_item.type_text span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 8px;
    font-size: 48px;
    font-weight: 700;
    color: #807B75;
    line-height: 1.2;
}

.section_prod .prod_item.type_hover .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 19px 23px 30px;
    /* border-bottom-right-radius: 100px; */
    font-family: 'Noto Serif KR', serif;
}

.section_prod .prod_item.type_hover:hover .overlay {
    opacity: 1;
}

.section_prod .prod_item.type_hover .name {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.section_prod .prod_item.type_hover .overlay .common_more_btn {
    margin-left: auto;
}

/* Main Notice */
.section_notice {
    background: #EAE3DB;
}

.section_notice .common_title {
    margin-bottom: 72px;
}

.section_notice .notice_row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 16px;
    border-bottom: 1px solid #B1B1B1;
    color: #575757;
    font-family: 'Noto Serif KR', serif;
    font-size: 18px;
    font-weight: 500;
    transition: background 0.3s;
}

.section_notice .notice_row:hover:not(.type_head) {
    background: rgba(255, 255, 255, 0.3);
}

.section_notice .notice_row.type_head {
    padding: 32px 16px;
    border-top: 2px solid #B1B1B1;
    color: #626262;
    font-size: 24px;
    font-weight: 600;
}

.section_notice .col_num {
    flex: 0 0 70px;
    text-align: center;
}

.section_notice .col_title {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.section_notice .notice_row.type_head .col_title {
    text-align: center;
}

.section_notice .col_date {
    flex: 0 0 113px;
    text-align: center;
}

/* ===== Responsive ===== */
@media all and (max-width: 1024px) {
    .common_title .bar {
        height: 52px;
    }

    .section_prod .prod_grid {
        padding: 0;
    }

    .common_title .label {
        font-size: 36px;
    }

    .common_title.type_vertical .bar {
        min-height: 52px;
    }

    .common_more_btn {
        width: 120px;
        font-size: 22px;
    }

    .common_more_btn.type_sm {
        width: 90px;
        font-size: 18px;
    }

    .section_main_visual .swiper-slide {
        min-height: 700px;
        padding: 80px 0;
    }

    .section_main_visual .content {
        gap: 60px;
    }

    .section_main_visual .sub {
        font-size: 16px;
        letter-spacing: 8px;
    }

    .section_main_visual .title {
        font-size: 80px;
    }

    .section_main_visual .title_sub {
        font-size: 58px;
    }

    .section_main_visual .branch {
        font-size: 40px;
    }

    .section {
        padding: 80px 0;
    }

    .section_category {
        padding: 120px 0;
    }

    .section_category .header {
        margin-bottom: 80px;
        gap: 20px;
    }

    .section_category .title_main {
        font-size: 72px;
    }

    .section_category .title_sub {
        font-size: 34px;
    }

    .section_category .category_list {
        gap: 30px;
    }

    .section_category .category_item {
        flex: 0 0 calc((100% - 30px * 3) / 4);
    }

    .section_category .category_item a {
        gap: 40px;
    }

    .section_category .name {
        font-size: 20px;
    }

    .section_banner {
        min-height: 320px;
        border-bottom-right-radius: 120px;
    }

    .section_banner .title {
        font-size: 36px;
    }

    .section_banner .desc {
        font-size: 22px;
    }

    .section_prod .prod_header {
        margin-bottom: 48px;
    }

    .section_prod .prod_grid {
        gap: 20px;
    }

    .section_prod .prod_item {
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .section_prod .prod_item.type_text span {
        font-size: 36px;
        letter-spacing: 4px;
    }

    .section_prod .prod_item.type_hover .overlay {
        padding: 18px 14px 18px 22px;
        border-bottom-right-radius: 60px;
    }

    .section_prod .prod_item.type_hover .name {
        font-size: 22px;
    }

    .section_notice .common_title {
        margin-bottom: 48px;
    }

    .section_notice .notice_row {
        font-size: 16px;
    }

    .section_notice .notice_row.type_head {
        padding: 24px 12px;
        font-size: 20px;
    }

    .section_notice .col_num {
        flex: 0 0 60px;
    }

    .section_notice .col_date {
        flex: 0 0 100px;
    }
}

@media all and (max-width: 768px) {
    .section_main_visual .swiper-slide {
        background-image: url('/img/main_visual_01_m.jpg') !important;
    }

    .main_visual_bar {

        max-width: 100px;
        height: 2px;
        background-color: #fff;
        margin-top: -10px;
    }

    .common_title .bar {
        height: 40px;
    }

    .common_title .label {
        font-size: 28px;
    }

    .common_title.type_vertical {
        align-items: center;
    }

    .common_title.type_vertical .bar {
        min-height: 40px;
        height: 40px;
        margin-top: 0;
    }

    .common_title.type_vertical .label {
        padding-right: unset;
        writing-mode: unset;
        text-orientation: unset;
        letter-spacing: unset;
    }

    .common_more_btn {
        width: 90px;
        font-size: 18px;
        border-width: 1px;
    }

    .common_more_btn.type_sm {
        width: 70px;
        font-size: 16px;
    }

    .section_main_visual .swiper-slide {
        min-height: 600px;
        padding: 60px 0;
    }

    .section_main_visual .content {
        gap: 44px;
    }

    .section_main_visual .sub {
        font-size: 13px;
        letter-spacing: 6px;
    }

    .section_main_visual .title {
        font-size: 56px;
    }

    .section_main_visual .title_sub {
        font-size: 40px;
    }

    .section_main_visual .branch {
        font-size: 30px;
    }

    .section {
        padding: 60px 0;
    }

    .section_category {
        padding: 80px 0;
    }

    .section_category .header {
        margin-bottom: 50px;
        gap: 16px;
    }

    .section_category .title_main {
        font-size: 52px;
    }

    .section_category .title_sub {
        font-size: 24px;
    }

    .section_category .category_list {
        gap: 28px;
    }

    /* .section_category .category_item {
        flex: 0 0 calc((100% - 28px) / 2);
    } */

    .section_category .category_item a {
        gap: 24px;
    }

    .section_category .name {
        font-size: 18px;
    }

    .section_banner {
        min-height: 260px;
        border-bottom-right-radius: 80px;
    }

    .section_banner .inner {
        gap: 16px;
    }

    .section_banner .content {
        gap: 10px;
    }

    .section_banner .title {
        font-size: 26px;
    }

    .section_banner .desc {
        font-size: 16px;
    }

    .section_prod .prod_header {
        margin-bottom: 32px;
    }

    .section_prod .prod_grid {
        gap: 16px;
    }

    .section_prod .prod_item {
        flex: 0 0 calc((100% - 16px) / 2);
    }

    .section_prod .prod_item.type_text {
        flex: 0 0 100%;
        aspect-ratio: auto;
        padding: 16px 0;
    }

    .section_prod .prod_item.type_text .group {
        gap: 12px;
    }

    .section_prod .prod_item.type_text span {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .section_prod .prod_item.type_hover .overlay {
        padding: 14px 12px 14px 16px;
        border-bottom-right-radius: 40px;
    }

    .section_prod .prod_item.type_hover .name {
        font-size: 18px;
    }

    .section_notice .common_title {
        margin-bottom: 32px;
    }

    .section_notice .notice_row {
        padding: 14px 8px;
        gap: 12px;
        font-size: 14px;
    }

    .section_notice .notice_row.type_head {
        padding: 18px 8px;
        font-size: 16px;
    }

    .section_notice .col_num {
        flex: 0 0 40px;
    }

    .section_notice .col_date {
        flex: 0 0 80px;
        font-size: 13px;
    }
}

@media all and (max-width: 480px) {
    .section_main_visual .swiper-slide {
        min-height: 500px;
        padding: 40px 0;
    }

    .section_main_visual .content {
        gap: 32px;
    }

    .section_main_visual .sub {
        font-size: 11px;
        letter-spacing: 4px;
    }

    .section_main_visual .title {
        font-size: 40px;
    }

    .section_main_visual .title_sub {
        font-size: 28px;
    }

    .section_main_visual .branch {
        font-size: 22px;
    }

    .section {
        padding: 50px 0;
    }

    .section_category {
        padding: 60px 0;
    }

    .section_category .header {
        margin-bottom: 60px;
        gap: 12px;
    }

    .section_category .title_main {
        font-size: 38px;
    }

    .section_category .title_sub {
        font-size: 18px;
    }

    .section_category .category_list {
        gap: 16px;
    }

    .section_category .category_item {
        flex: 0 0 calc((100% - 32px) / 3);
    }


    .section_category .category_item a {
        gap: 18px;
    }

    .section_category .name {
        font-size: 15px;
    }

    .section_banner {
        min-height: 220px;
        border-bottom-right-radius: 50px;
    }

    .section_banner .title {
        font-size: 20px;
    }

    .section_banner .desc {
        font-size: 13px;
    }

    .common_more_btn {
        width: 70px;
        font-size: 14px;
    }

    .common_more_btn.type_sm {
        width: 55px;
        font-size: 13px;
    }

    .section_prod .prod_grid {
        gap: 10px;
    }

    .section_prod .prod_item {
        flex: 0 0 calc((100% - 10px) / 2);
    }

    .section_prod .prod_item.type_text span {
        font-size: 20px;
    }

    .section_prod .prod_item.type_hover .name {
        font-size: 16px;
    }

    .section_notice .col_num,
    .section_notice .notice_row.type_head .col_num {
        display: none;
    }

    .section_notice .col_date {
        flex: 0 0 70px;
    }
}