@import url('./remixicon.css');

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
fieldset,
img {
    border: 0 none;
}
dl,
ul,
ol,
menu,
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
input,
select,
textarea,
button {
    vertical-align: middle;
}
input::-ms-clear {
    display: none;
}
button {
    border: 0 none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
body {
    -webkit-text-size-adjust: none;
}
input:checked[type='checkbox'] {
    background-color: #666;
    -webkit-appearance: checkbox;
}
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='cancel'],
input[type='search'],
input[type='tel'],
input[type='email'],
html input[type='button'],
input[type='reset'] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

body {
    background: #ffffff;
    word-break: keep-all;
}
body,
th,
td,
input,
select,
textarea,
button {
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Noto Sans', 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
    color: #000000;
}

a {
    color: #000000;
    text-decoration: none;
}

a:active {
    background-color: transparent;
}
address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

/** Fonts **/
@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/** Layout **/
#header {
    height: 158px;
}

#header.submenu-open::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 99;
    width: 100%;
    height: 300px;
    background-color: #014099;
}

.site-header {
    display: flex;
    justify-content: flex-end;
    max-width: 1232px;
    margin: 0 auto;
    height: 72px;
    padding: 24px 0 0 0;
}

.site-header .site-gnb a {
    margin-left: 16px;
    font-family: 'ONE-Mobile-Title', sans-serif;
    font-size: 13px;
    color: #595656;
}

.open-all-menu {
    width: 33px;
    height: 23px;
    margin-left: 32px;
    font-size: 0;
    background: url('../img/icon-all-menu.png') no-repeat center 50%;
}


.site-navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1232px;
    margin: 0 auto;
    height: 86px;
    position: relative;
}

.site-navigation .ci-logo {
    width: 307px;
    height: 67px;
}
.site-navigation .ci-logo a {
    display: block;
    height: 67px;
    font-size: 0;
    background: url('../img/logo.png') no-repeat center 50%;
}

.site-navigation .menu {
    display: flex;
    position: relative;
    height: 70px;
    padding-top: 16px;
}

.site-navigation .menu-item {
    position: relative;
    height: 70px;
}

.site-navigation .menu-item > a {
    display: block;
    height: 70px;
    padding: 0 60px;
    font-family: 'ONE-Mobile-Regular', sans-serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.site-navigation .menu-item:last-child > a {
    padding-right: 44px;
}

.site-navigation .menu-item > a:hover {
    text-decoration: none;
}

.submenu {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
    min-height: 300px;
    background-color: #014099;
    padding: 38px 0 38px 60px;
    z-index: 100;
}

.submenu a {
    display: block;
    margin-top: 28px;
    padding: 0 0;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
    font-size: 15px;
    font-family: 'ONE-Mobile-Regular', sans-serif;
}

.submenu a:hover,
.submenu a.active {color: #ffd000;}

.submenu a:first-child  {margin-top: 0}


.full-menu {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 999;
}

.full-menu.show {
    display: flex;
}

.full-menu .gnb-menu {
    display: none;
}

.full-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 72px;
}

.full-menu-close {
    position: absolute;
    top: 60px;
    right: 70px;
    cursor: pointer;
}

.full-menu-section {
    display: flex;
}

.full-menu-section:last-child .full-menu-title {
    padding-bottom: 0;
}

.full-menu-title {
    width: 188px;
    border-right: 5px solid #d7d7d7;
    padding-bottom: 50px;
    font-family: 'ONE-Mobile-Regular', sans-serif;
    font-size: 24px;
}

.full-menu-sub {
    padding-left: 72px;
}

.full-menu-sub a {
    margin-right: 64px;
    text-decoration: none;
    font-family: 'ONE-Mobile-Regular', sans-serif;
    color: #333;
    font-size: 18px;
}


.footer {
    background-color: #252525;
    color: #fff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 32px;
}

.footer-info {
    display: flex;
    flex: 1 1 60%;
    min-width: 250px;
    padding-left: 24px;
}

.footer-info strong {
    font-size: 15px;
    padding-right: 32px;
}

.footer-info a {
    color: #aaa;
    text-decoration: none;
}

.footer-info p {
    font-size: 15px;
    color: #959595;
}

.footer-sites {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 30%;
    min-width: 180px;
    position: relative;
}

.related-site {
    position: relative;
    display: inline-block;
    height: 40px;
}

.site-toggle {
    width: 240px;
    height: 40px;
    background: #464646;
    color: white;
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.site-toggle.active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.site-list {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100%;
    background: #464646;
    border: 1px solid #464646;
    list-style: none;
    padding: 0;
    display: none;
    z-index: 10;
    min-width: 160px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.site-list li a {
    display: block;
    padding: 10px 16px 10px 40px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    color: #ffffff;
}


/* 반응형 */
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .footer-sites {
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }

    .site-list {
        border: none;
        background: #444;
    }
}

.footer-copyright {
    border-top: 1px solid #636363;
    padding: 32px 0;
}

.footer-copyright .footer-copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1232px;
    margin: 0 auto;
    color: #959595;
}

.footer-copyright .footer-copyright-content .copyright {
    padding-left: 198px;
    font-size: 15px;
    color: #959595;
}

.footer-copyright .footer-copyright-content .footer-links a {
    font-size: 15px;
    color: #959595;
}

.key-visual {
    height: 151px;
    background-color: #014099;
}

.key-visual.visual-1 {
    background: url('../img/key-visual1-extended.jpg') no-repeat center 50%;
}

.contents-container {
    display: flex;
    justify-content: space-between;
    max-width: 1232px;
    margin: 0 auto;
    padding: 40px 0 100px 0;
}

.contents-container .site-aside {
    display: flex;
    flex-direction: column;
    width: 230px;
}

.contents-container .site-aside .banners {
    margin-top: 160px;
}

.aside-menu h2 {
    min-height: 172px;
    border-radius: 16px;
    padding: 114px 16px 16px 16px;
    background-color: #b81c27;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}



#nav-about .aside-menu h2 {
    background: url("../img/bg-aside-about.png") no-repeat center 22px #b81c27;
}

#nav-members .aside-menu h2 {
    background: url("../img/bg-aside-memebrs.png") no-repeat center 22px #b81c27;
}

#nav-symposium .aside-menu h2 {
    background: url("../img/bg-aside-symposium.png") no-repeat center 22px #b81c27;
}

#nav-board .aside-menu h2 {
    background: url("../img/bg-aside-board.png") no-repeat center 22px #b81c27;
}

.aside-menu ul {
    margin-top: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    padding: 16px 20px 40px 20px;
}

.aside-menu ul li {
    border-bottom: 1px solid #d7d7d7;
    padding: 16px 10px;
}

.aside-menu ul li a {
    color: #747474;
}

.aside-menu ul li a:hover,
.aside-menu ul li a.active {
    color: #014099;
    font-weight: 500;
}

.contents-container .site-contents {
    width: calc(100% - 278px);
}

.page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #e1e1e1;
    padding: 30px 0 20px 0;
}

.page-title h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.page-title .breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #444746;
}

.page-title .breadcrumbs .home {
    width: 16px;
    height: 16px;
    font-size: 0;
    margin-right: 16px;
    background: url("../img/icon-home.png") no-repeat center 50%;
}

.page-title .breadcrumbs span {
    padding-left: 16px;
    padding-right: 8px;
    background: url("../img/arrow-right-small.png") no-repeat left 50%;
}

.title-h4-type1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #014099;
}

.title-h4-type1 span.required {
    font-size: 16px;
    color: #000000;
}

.agreement-info {
    margin-top: 24px;
    padding: 0 0 0 24px;
}

.agreement-info .document-scroll {
    height: 248px;
    overflow-y: scroll;
    margin-top: 24px;
    border: 1px solid #e1e1e1;
    padding: 24px 20px;
}

.agreement-info .check-agree {
    margin-top: 16px;
}

label {
    cursor: pointer;
    vertical-align: middle;
}
span.required::before,
label.required::before {
    content: '*';
    vertical-align: top;
    color: #ff0000;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 4px;
}

.btn {
    display: inline-block;
    height: 48px;
    padding: 0 20px;
    border-radius: 6px;
    background-color: #acacac;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
}

.btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.btn.btn-primary {
    background-color: #014099;
}

.btn.btn-primary.submit {
    background-color: #b81c27;
}

.btn.btn-primary.cancel {
    background-color: #8f9eb0;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='number'] {
    width: 180px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    height: 48px;
    padding: 0 16px;
}

input::placeholder {
    color: #bdbdbd;
}

input.w384 {
    width: 384px;
}

input.w160 {
    width: 160px;
}

.form-input-list {
    margin-top: 16px;
    border-top: 2px solid #014099;
}

.form-input-list + .form-input-list {
    margin-top: 64px;
}

.form-input-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 8px 0 8px 32px;
}

.form-input-list li label {
    width: 184px;
    color: #014099;
    font-weight: 500;
}

.form-input-list li input + .btn {
    margin-left: 12px;
}

.form-input-list li input + .description {
    margin-left: 12px;
    font-size: 16px;
}

.form-input-list li input[type='radio'] + label {
    width: 80px;
    line-height: 48px;
    margin-left: 8px;
    color: #000000;
}

.form-input-list li .value {
    line-height: 48px;
}


.login-form {
    margin-top: 96px;
}

.login-form .form-input-list {
    max-width: 608px;
    margin: 0 auto;
    border-top: 0
}
.login-form .form-input-list li {
    border-bottom: 0;
}

.form-foot-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 30px;
}

.form-foot-buttons .btn {
    width: 180px;
}

.board-foot-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.signup-completed-info {
    margin-top: 90px;
    text-align: center;
}

.signup-completed-info p {
    margin-top: 28px;
    line-height: 1.6;
}

.signup-completed-info p.completed-text {
    font-size: 30px;
    color: #014099;
    font-weight: 500;
}

.signup-completed-info .btn {
    width: 240px;
    margin-top: 40px;
}

.main-page-banner {
    height: 642px;
    background: url("../img/main-visual1-extended.jpg") no-repeat center 50%;
}

.main-page-banner .banner-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1232px;
    margin: 0 auto;
    padding-top: 76px;
}

.main-page-banner .banner-container .info {
    max-width: 496px;
    color: #fff;
}

.main-page-banner .banner-container .info p {
    margin-top: 44px;
    padding-left: 4px;
    color: #c4daef;
    line-height: 1.8;
}

.main-page-banner .banner-container .info .links {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.main-page-banner .banner-container .info .links li {
    text-align: center;
    color: #ffffff;
}

.main-page-banner .banner-container .info .links li a {
    display: block;
    color: #ffffff;
}

.main-page-banner .banner-container .info .links li img {
    display: block;
    margin-bottom: 24px;
    transition: filter 0.3s ease;
}

.main-page-banner .banner-container .info .links li img:hover {
    filter: hue-rotate(90deg) saturate(1.5);
}

.main-banner-slider {
    overflow: hidden;
    border-radius: 24px;
}

.main-swiper {
    width: 653px;
    height: 488px;
}

.main-banner-slider .controller {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 36px 0 24px;
    width: 100%;
    height: 68px;
    background-color: #002d59;
    color: #ffffff;
}

.main-banner-slider .controller .util {
    position: relative;
    min-width: 124px;
    padding: 0 48px;
    height: 68px;
    display: flex;
    align-items: center;
}

.main-banner-slider .controller .util .swiper-pagination {
    top: 0;
}

.main-banner-slider .controller .util .swiper-pagination .swiper-pagination-bullet {
    height: auto;
    margin: 0 8px;
    background-color: transparent;
}

.main-banner-slider .controller .util .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.main-banner-slider .controller .util .swiper-button-next {
    width: 40px;
    height: 40px;
}

.main-banner-slider .swiper-button-prev:after,
.main-banner-slider .swiper-rtl .swiper-button-next:after {
    content: '' !important;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/arrow-slide-prev.png") no-repeat center 50%;
}

.main-banner-slider .swiper-button-next:after,
.main-banner-slider .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/arrow-slide-next.png") no-repeat center 50%;
}

.main-banner-slider .swiper-pagination {
    position: static !important;
}

.main-contents-container {
    max-width: 1232px;
    margin: 60px auto 0 auto;
    padding-bottom: 64px;
}

.tabs-container {
    position: relative;
    z-index: 10;
    width: 50%;
}

.tabs-container .tabs {
    display: flex;
    gap: 40px;
}

.tabs-container .tab {
    cursor: pointer;
    border-radius: 5px;
}

.tab.active {
    font-weight: 700;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.boards-swiper {
    padding-bottom: 50px;
}

.boards-slider {
    margin-top: -22px;
}

.boards-slider .swiper {
    width: 100%;
    height: 280px;
}

.boards-slider .swiper-slide.card {
    background-color: #ffffff;
    height: 215px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    padding: 24px;
}

.boards-slider .swiper-slide.card:hover {
    box-shadow:  0 2px 4px #e1e1e1;
}

.boards-slider .swiper-slide.card .tag {
    display: inline-block;
    width: auto;
    font-size: 13px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 12px;
    color: #ffffff;
    background-color: #0758a7;
}

.boards-slider .swiper-slide.card .tag.pds {
    background-color: #8bc546;
}

.boards-slider .swiper-slide.card .tag.free {
    background-color: #ad83c4;
}

.boards-slider .swiper-slide.card .preview {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
    margin-top: 20px;
    font-size: 17px;
}

.boards-slider .swiper-slide.card .date {
    margin-top: 24px;
    font-size: 13px;
    color: #888888;
}

.boards-slider .swiper .swiper-wrapper {
    padding-left: 0;
}

.boards-slider .swiper .controls button {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
}

.swiper-button-lock + button.toggle-autoplay {
    display: none !important;
}

.boards-slider .swiper .controls {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 54px;
    padding: 0 30px 30px 0;
}

.boards-slider .swiper .controls .swiper-pagination {
    position: static;
    width: auto;
    margin-right: 12px;
}

.boards-slider .swiper .controls .swiper-pagination .swiper-pagination-bullet {
    height: auto;
    margin: 0 8px;
    background-color: transparent;
}

.boards-slider .swiper .swiper-button-next,
.boards-slider .swiper .swiper-button-prev {
    position: static !important;
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.boards-slider .swiper-button-prev:after,
.boards-slider .swiper-rtl .swiper-button-next:after {
    content: '' !important;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/arrow-slide-prev2.png") no-repeat center 50%;
}

.boards-slider .swiper-button-next:after,
.boards-slider .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/arrow-slide-next2.png") no-repeat center 50%;
}

.event-news-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    padding: 30px 16px 30px 46px;
    background-color: #f7f5f2;
}

.event-news-section h3 {
    height: 67px;
    margin-right: 64px;
    padding-left: 88px;
    font-size: 20px;
    font-weight: 500;
    line-height: 67px;
    background: url("../img/icon-calendar.png") no-repeat left 50%;
}

.event-news-section .events {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.event-news-section .events li {
    display: flex;
    align-items: center;
    border-radius: 16px;
    height: 82px;
    padding: 0 32px 0 24px;
    background-color: #ffffff;
}

.event-news-section .events li:hover {
    box-shadow:  0 2px 4px #e1e1e1;
}

.event-news-section .events li .date {
    width: 190px;
    font-size: 15px;
    color: #5b5b5b;
}

.event-news-section .events li .subject {
    width: calc(100% - 340px);;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.event-news-section .events li .detail {
    margin-left: auto;
    padding-left: 26px;
    font-size: 15px;
    color: #32669a;
    background: url("../img/icon-arrow-detail.png") no-repeat left 50%
}

.event-news-section a.more {
    width: 60px;
    height: 60px;
    margin-left: 16px;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

.guide-banner {
    display: flex;
    justify-content: space-between;
    height: 150px;
    margin-top: 54px;
}

.guide-banner h4 {
    font-size: 20px;
}

.guide-banner p {
    margin-top: 8px;
    font-size: 15px;
}

.guide-banner a.view {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    width: 84px;
    border-radius: 100%;
    margin-left: auto;
    text-align: center;
    font-size: 14px;
    background: #ffffff;
}

.guide-banner .guide-banner-1 {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 48px 0 170px;
    background: url("../img/icon-guide-info1.png") no-repeat left 63px top 50% #cce9ed;
}

.guide-banner .guide-banner-1 a.view:hover {
    background: #ddd9f4;
    transition: all 0.3s;
}

.guide-banner .guide-banner-2 {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 48px 0 170px;
    background: url("../img/icon-guide-info2.png") no-repeat left 63px top 50% #ddd9f4;
}

.guide-banner .guide-banner-2 a.view:hover {
    background: #cce9ed;
    transition: all 0.3s;
}

.supporter-banner {
    margin-top: 46px;
}

.supporter-banner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.greetings-top {
    height: 250px;
    margin-top: 32px;
    padding: 110px 0 0 84px;
    color: #014099;
    font-size: 20px;
    background: url("../img/bg-greetings-top.jpg") no-repeat center 50%;
}

.greetings-top strong {
    font-size: 28px;
}

.greetings-text {
    margin-top: 60px;
    padding: 0 0 0 10px;
    font-size: 18px;
    line-height: 1.8;
}

.greeting-content .sign {
    margin-top: 84px;
    text-align: right;
}

.greeting-content .sign strong {
    font-size: 24px;

}

.history-content .history-text {
    margin-top: 50px;
    line-height: 1.6;
}

.timeline {
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 70px;
    left: 169px;
    z-index: 1;
    width: 2px;
    background-color: #014099;
}

.year-block {
    display: flex;
    gap: 8px;
    margin-top: 40px;
}

.year-block .year {
    position: relative;
    width: 142px;
    height: 68px;
    border: 2px solid #d6d6d6;
    margin-right: 52px;
    text-align: center;
    line-height: 68px;
    border-radius: 16px;
    font-size: 24px;
    color: #014099;
}

.year-block .year:after {
    position: absolute;
    top: 50%;
    right: -44px;
    z-index: 2;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid #014099;
    border-radius: 100%;
    background-color: #ffffff;
}

.year-block .date {
    width: 200px;
    border-radius: 16px;
    padding: 8px 24px 24px 24px;
    background-color: #f7f5f2;
}

.year-block .date li {
    margin-top: 18px;
    color: #014099;
}

.year-block .event {
    flex: 1;
    border-radius: 16px;
    padding: 8px 24px 24px 24px;
    background-color: #f7f5f2;
}

.year-block .event li {
    margin-top: 18px;
}

.committee-content .committee {
    display: flex;
    justify-content: space-between;
    margin-top: 96px;
    margin-bottom: 140px;
}

.committee-content .committee li {
    display: flex;
    justify-content: space-between;
    gap: 38px;
}

.committee-content .committee li img {
    flex: 1;
}

.committee-content .committee li .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 174px;
    margin-top: auto;
    padding-bottom: 12px;
}

.committee-content .committee li .info strong {
    width: 80px;
    border-bottom: 2px solid #014099;
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-size: 24px;
    color: #014099;
}

.committee-content .committee li .info .name {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
}

.committee-content h4 {
    font-size: 24px;
    color: #014099;
}

table.table {
    width: 100%;
    border-top: 2px solid #014099;
    margin-top: 8px;
}

table.table thead th {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 8px 20px 8px;
    color: #014099;
    text-align: center;
}

table.table tbody td {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 8px 20px 8px;
    text-align: center;
}

table.table tbody th {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 8px 20px 8px;
    text-align: center;
    background-color: #fafafa;
}

table.table.board-table {
    margin-top: 12px;
}

table.table.board-table tr td .tag {
    display: inline-block;
    padding: 0 8px;
    border-radius: 6px;
    background-color: #f7630e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.rules-content .rules-document {
    margin-top: 50px;
}

.location-content .map {
    margin-top: 96px;
    margin-bottom: 40px;
}

.location-content h4 {
    font-size: 24px;
    color: #014099;
}

.location-content .contact-info {
    margin-top: 12px;
    padding: 16px 24px;
    border-radius: 16px;
    background-color: #fafafa;
}

.location-content .contact-info li {
    padding: 6px 0;
    display: flex;
}

.location-content .contact-info li span {
    width: 80px;
    color: #666666;
}

table.members-table {
    width: 100%;
    margin-top: 16px;
}

table.members-table tr td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 16px 8px;
    text-align: center;
}

table.members-table tr td:hover {
    background-color: #fafafa;
}

table.members-table tr td:last-child {
    border-right: none;
}

table.members-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    table.members-table {
        display: block;
        width: 100%;
    }
    table.members-table tr {
        margin-bottom: 1rem;
        padding: 0.5rem;
    }
    table.members-table td {
        border: none;
        border-bottom: 1px solid #eee;
        padding: 0.5rem;
    }
}

.payment-content .description {
    margin-top: 96px;
    color: #014099;
}

.payment-content .table {
    margin: 8px 0 12px 0;
}

.payment-content .payment-info {
    border: 2px solid #014099;
    border-radius: 16px;
    margin-block: 32px;
    padding: 16px 16px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 44px;
}

.years-event-list {
    margin-top: 12px;
}

.years-event-list h4 {
    margin-bottom: 12px;
}

.years-event-list .event-box {
    border-bottom: 1px solid #d7d7d7;
}

.years-event-list .event-box:first-child {
    border-top: 2px solid #014099;
}

.years-event-list .event-box .event-summary {
    display: flex;
    align-items: center;
    padding: 24px;
}

.years-event-list .event-box .event-summary .month {
    width: 80px;
    font-size: 32px;
    background: linear-gradient(180deg, #044ae2, #7bc9fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.years-event-list .event-box .event-summary .event-preview {
    flex: 1;
    margin-left: 40px;
}

.years-event-list .event-box .event-summary .event-preview p {
    margin-bottom: 8px;
    font-size: 16px;
}

.years-event-list .event-box .event-summary .event-preview p strong {
    font-size: 20px;
}

.years-event-list .event-box .event-summary .buttons {
    display: flex;
    flex-direction: column;
    width: 120px;
    gap: 8px;
}

.years-event-list .event-box .event-summary .toggle-button {
    height: 40px;
    line-height: 40px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(120deg, #044ae2, #7bc9fe);
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.034em;
}

.years-event-list .event-box .event-summary .toggle-button:hover {
    background: linear-gradient(120deg, #7bc9fe, #044ae2);
}

.years-event-list .event-box .event-summary .pre-registration {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(120deg, #7a04e2, #c0b8ff);
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.034em;
}

.years-event-list .event-box .event-summary .pre-registration:hover {
    background: linear-gradient(120deg, #c0b8ff, #7a04e2);
}

.years-event-list .event-box .event-details {
    padding: 32px;
    background-color: #fbfbfb;
}

.years-event-list + h4.title-h4-type1 {
    margin-top: 40px !important;
}

table.program-table thead tr {
    background: linear-gradient(120deg, #2d40eb, #66a2ef);
}

table.program-table thead tr th {
    padding: 12px 8px 12px 8px;
    color: #ffffff;
}

table.program-table tbody tr td {
    padding: 12px 8px 12px 8px;
    font-size: 16px;
    letter-spacing: -0.034em;
}

table.program-table tbody tr td.content {
    text-align: left;
}

.submit-guide {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 96px;
}

.submit-guide > div {
    display: flex;
    align-items: center;
    width: 50%;
    border-radius: 16px;
    padding: 24px;
    background-color: #fafafa;
}

.submit-guide > div i {
    margin-right: 24px;
    font-size: 52px;
    background: linear-gradient(180deg, #044ae2, #7bc9fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.submit-guide > div .info .date {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.034em;
    color: #014099;
}

.submit-guide > div:first-child {
    background-color: #faf8ef;
}

.submit-button {
    margin-top: 56px;
    text-align: center;
}

.submit-button button {
    display: inline-block;
    min-width: 260px;
    margin: 0 auto;
    height: 56px;
    border-radius: 16px;
    text-align: center;
    line-height: 56px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(130deg, #044ae2, #53eb5b);
}

.submit-button button:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.submit-process {
    margin-top: 60px;
}

.submit-process ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.submit-process ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    text-align: center;
    background-color: #faf8ef;
}

.submit-process ul li i {
    font-size: 56px;
    background: linear-gradient(180deg, #04e231, #7bc9fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.submit-process ul li p {
    font-weight: 600;
}

.submit-content .notice {
    margin-top: 16px;
    font-size: 15px;
    color: #cc0000;
}

.submit-content .list {
    margin-top: 24px;
}
.submit-content .list li {
    margin-top: 6px;
    font-size: 16px;
}

.submit-content .submit-steps {
    margin-top: 96px;
}

.submit-content .submit-steps ol {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.submit-content .submit-steps ol li {
    display: flex;
    flex-direction: column;
    width: 18%;
    min-height: 160px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fafafa;
    text-align: center;
    font-weight: 600;
}

.submit-content .submit-steps ol li .step {
    margin-bottom: 36px;
    background: linear-gradient(130deg, #044ae2, #53b8eb);
    color: #ffffff;
    line-height: 56px;
    font-size: 20px;
    font-weight: 600;
}

.submit-info {
    margin-top: 16px;
    padding: 24px;
    border-radius: 24px;
    background-color: #fafafa;
}

.submit-info ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px;
    border-radius: 16px;
    background-color: #ffffff;
}

.submit-info ul li {
    display: flex;
    flex-direction: column;
    flex: 0 1 50%;
    width: 50%;
    height: 80px;
    padding: 8px 0 0 8px;
    color: #014099;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.034em;
}

.submit-info ul li .label {
    color: #999;
    font-size: 16px;
    letter-spacing: -0.034em;
}

.required-info {
    margin-top: 16px;
    text-align: right;
    font-size: 14px;
    color: #ff0000;
}

.board-content .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 96px;
}

.board-content .search-form > div strong {
    color: #014099;
}

.board-photos {
    margin-top: 96px;
}

.board-photos .photos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.board-photos .photos li {
    overflow: hidden;
    border-radius: 16px;
    flex: 0 1 32%;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border: 1px solid #d7d7d7;
}

.board-photos .photos li a {
    display: flex;
    flex-direction: column;
}

.board-photos .photos li a img {
    height: auto;
}

.board-photos .photos li a .subject {
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 16px;
    font-size: 16px;
    letter-spacing: -0.034em;
    background-color: #ffffff;
}

.photo-detail-slider {
    overflow: hidden;
    position: relative;
    margin-top: 96px;
}

.photos-swiper {
    width: 954px;
}

.swiper-thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.swiper-thumbs {
    margin-top: 16px;
}

.swiper-thumbs .swiper-wrapper .swiper-slide {
    flex: 0 1 80px;
    opacity: 0.4;
}

.swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-thumbs .swiper-wrapper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

a.link {
    text-decoration: underline;
    color: #014099;
}

/* Responsive */
@media screen and (max-width: 1240px) {
    .contents-container {
        padding-inline: 16px;
    }
}

@media screen and (max-width: 1080px) {
    .site-header {
        padding-right: 24px;
    }

    .site-navigation {
        padding: 0 24px;
    }

    .site-navigation .menu-item > a {
        padding: 0 32px;
    }

    .main-swiper {
        width: 480px;
        height: 374px;
    }

    .main-page-banner {
        height: 540px;
        padding: 0 24px;
    }

    .main-swiper .swiper-slide img {
        width: 100%;
    }

    .main-banner-slider .controller {
        padding: 0 16px;
    }

    .main-page-banner .banner-container .info {
        width: 420px;
        padding-right: 24px;
    }

    .main-page-banner .banner-container .info h3 img {
        width: 100%;
    }

    .main-page-banner .banner-container .info p {
        font-size: 14px;
    }

    .main-page-banner .banner-container .info .links {
        gap: 16px;
    }

    .main-page-banner .banner-container .info .links li img {
        width: 96px;
    }

    .main-contents-container {
        padding: 0 24px 48px 24px;
    }

    .event-news-section {
        padding: 16px;
    }

    .event-news-section h3 {
        margin-right: 32px;
        padding-left: 48px;
        line-height: 32px;
        font-size: 18px;
        background-size: 40px;
    }

    .event-news-section .events {
        width: 60%;
    }

    .event-news-section .events li .date {
        width: 120px;
        font-size: 13px;
    }

    .event-news-section .events li .subject {
        width: calc(100% - 300px);
        font-size: 16px;
    }

    .supporter-banner ul {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 16px;
    }

}

@media screen and (max-width: 860px) {
    .contents-container {
        padding: 24px 24px 60px 24px;
    }

    .greetings-top {
        padding-left: 24px;
        background-position: right 50%;
    }

    .page-title {
        padding-top: 0;
    }

    .page-title h3 {
        font-size: 24px;
    }

    .main-page-banner {
        height: auto;
        padding-top: 24px;
        background-position: center top;
    }

    .main-banner-slider {
        margin: 0 auto;
    }

    .main-page-banner .banner-container {
        padding-top: 0;
        flex-direction: column;
    }

    .main-page-banner .banner-container .info {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 24px;
        padding-right: 0;
        padding-bottom: 32px;
    }

    .main-page-banner .banner-container .info h3 {
        margin: 0 auto;
    }

    .main-page-banner .banner-container .info p {
        margin-top: 16px;
    }

    .main-page-banner .banner-container .info .links {
        margin-top: 16px;
        margin-left: auto;
        gap: 32px;
    }

    .main-page-banner .banner-container .info .links li a {
        text-align: center;
        font-size: 13px;
    }

    .main-page-banner .banner-container .info .links li img {
        width: 72px;
        margin: 0 auto 8px auto;
    }

    .guide-banner .guide-banner-1 {
        flex: 0 1 50%;
        justify-content: space-between;
        padding: 0 16px 0 96px;
        background-position: left 16px top 50%;
        background-size: 64px 64px;
    }

    .guide-banner .guide-banner-2 {
        flex: 0 1 50%;
        padding: 0 16px 0 96px;
        background-position: left 16px top 50%;
        background-size: 64px 64px;
    }

    .guide-banner .guide-banner-1 > div,
    .guide-banner .guide-banner-2 > div {
        width: 140px;
    }

    .guide-banner .guide-banner-1 > div p,
    .guide-banner .guide-banner-2 > div p{
        font-size: 14px;
    }

    .guide-banner a.view {
        width: 64px;
        height: 64px;
        font-size: 13px;
    }

    .supporter-banner ul {
        gap: 16px;
    }

    .supporter-banner ul li {
        flex: 0 1 calc(33% - 16px);
        width: calc(33% - 16px);
    }

    .supporter-banner ul li img {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        padding-block: 32px;

    }

    .footer-info {
        margin-bottom: 24px;
        padding-right: 24px;
    }

    .footer-sites {
        padding-inline: 24px;
    }

    .footer-copyright .footer-copyright-content {
        flex-direction: column;
    }

    .footer-copyright .footer-copyright-content .copyright {
        margin-bottom: 16px;
        padding-inline: 24px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .key-visual {
        height: 96px;
        background-size: 155%;
    }

    .contents-container .site-aside {
        display: none;
    }

    .contents-container .site-contents {
        width: 100%;
    }

    .key-visual.visual-1 {
        background-size: 155%;
    }

    .main-page-banner {
        background-size: cover;
    }

    .tabs-container .tabs {
        gap: 16px;
        font-size: 15px;
    }

    .event-news-section {
        flex-direction: column;
    }

    .event-news-section h3 {
        line-height: 68px;
    }

    .event-news-section .events {
        width: 100%;
    }

    .event-news-section .events li .date {
        width: 86px;
    }

    .event-news-section .events li .subject {
        width: calc(100% - 196px);
    }

    .guide-banner {
        height: 300px;
        flex-direction: column;
    }

    .guide-banner .guide-banner-1 > div, .guide-banner .guide-banner-2 > div {
        width: auto;
    }

    .supporter-banner ul li {
        flex: 0 1 calc(50% - 16px);
        width: calc(50% - 16px);
    }

    .footer-info {
        flex-direction: column;
        gap: 16px;
    }

    .footer-info strong {
        font-size: 18px;
    }

    #header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        height: 86px;
    }

    #fullMenuLinks {
        width: 100%;
    }

    .site-navigation {
        margin: 0 0;
        padding-top: 20px;
    }

    .site-navigation .ci-logo {
        width: 196px;
        height: 43px;
    }

    .site-navigation .ci-logo a {
        background-size: 100%;
        height: 43px;
    }

    .site-navigation .menu {
        display: none;
    }

    .site-header {
        margin: 0 0;
        padding-top: 30px;
    }

    .site-header .site-gnb a {
        display: none;
    }

    .full-menu {
        justify-content: flex-start;
    }

    .full-menu .gnb-menu {
        display: block;
        padding-top: 8px;
    }

    .full-menu .gnb-menu a {
        display: inline-block;
        font-size: 14px;
        margin: 0 8px;
    }

    .full-menu-header {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .full-menu-header .title img {
        width: 120px;
    }

    .full-menu-close {
        top: 24px;
        right: 24px;
    }

    .full-menu-close img {
        width: 24px;
    }

    .full-menu-section {
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
    }

    .full-menu-title {
        width: auto;
        border-right: 0;
        padding-bottom: 0;
        font-size: 22px;
        cursor: pointer;
    }

    .full-menu-sub {
        padding-left: 0;
        display: none;
        flex-direction: column;
        align-items: center;
    }

    .full-menu-sub a {
        margin: 16px 0 0 0;
        color: #999999;
    }

    .full-menu-sub a:hover {
        color: #014099;
    }

    .committee-content .committee li {
        gap: 16px;
    }

    .committee-content .committee li .info {
        width: 120px;
    }

    .payment-content .description {
        margin-top: 32px;
    }

    .form-input-list li {
        flex-wrap: wrap;
        padding-left: 8px;
    }

    .form-input-list li label {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .title-h4-type1 {
        margin-top: 32px;
    }

    .photo-detail-slider {
        margin-top: 32px;
    }

    .photos-swiper {
        width: 100%;
    }

    .photo-detail-slider .swiper-slide img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .timeline:before {
        display: none;
    }

    .year-block {
        flex-wrap: wrap;
    }

    .year-block .year {
        width: 100%;
        margin-right: 0;
    }

    .year-block .year:after {
        display: none;
    }

    .year-block .date {
        width: 49%;
        padding: 16px;
    }

    .year-block .date li {
        height: 52px;
        font-size: 15px;
    }

    .year-block .event {
        width: 49%;
        padding: 16px 16px 32px 16px;
    }

    .year-block .event li {
        height: 52px;
        font-size: 14px;
        letter-spacing: -0.034em;
        word-break: break-all;
    }

    .location-content .map {
        margin-top: 32px;
    }

    .location-content .map iframe {
        width: 100%;
        height: 200px;
    }

    .board-photos {
        margin-top: 32px;
    }

    .board-photos .photos li {
        flex: 0 1 48%;
    }
}

@media screen and (max-width: 480px) {
    .key-visual {
        height: 58px;
    }
    .main-page-banner {
        padding: 16px 16px 0 16px;
    }

    .main-banner-slider {
        width: 100%;
    }

    .main-swiper {
        width: 100%;
        height: auto;
        padding-bottom: 48px !important;
    }

    .event-news-section .events li {
        flex-direction: column;
        height: auto;
        padding: 16px;
        gap: 8px;
    }

    .event-news-section .events li .detail {
        margin-left: 0;
    }

    .event-news-section .events li .date {
        width: auto;
    }

    .event-news-section .events li .subject {
        width: 96%;
    }

    .guide-banner {
        height: auto;
    }

    .guide-banner .guide-banner-1,
    .guide-banner .guide-banner-2 {
        flex-direction: column;
        padding-block: 16px;
    }

    .guide-banner a.view {
        width: 48px;
        height: 48px;
        letter-spacing: -0.034em;
        font-size: 12px;
    }

    .supporter-banner ul li {
        flex: 0 1 100%;
        width: 100%;
    }

    .year-block {
        gap: 0;
    }

    .year-block .year {
        margin-bottom: 16px;
    }

    .year-block .date {
        padding: 8px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .year-block .date li {
        height: 64px;
        letter-spacing: -0.034em;
        text-align: right;
    }

    .year-block .event {
        padding: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .year-block .event li {
        height: 64px;
    }

    .footer-copyright .footer-copyright-content .copyright {
        font-size: 13px;
    }

    .committee-content .committee {
        margin-top: 32px;
        flex-direction: column;
        gap: 32px;
    }

    table.members-table {
        width: 100%;
        border-collapse: collapse;
        display: block;
    }

    table.members-table tbody {
        display: block;
    }

    table.members-table tr {
        display: block;
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    table.members-table tr td {
        display: block;
        width: 100%;
        padding: 0.5rem 0;
        border-right: 0;
        box-sizing: border-box;
    }

    .years-event-list .event-box .event-summary {
        flex-wrap: wrap;
    }

    .years-event-list .event-box .event-summary .event-preview {
        margin-left: 16px;
    }

    .years-event-list .event-box .event-summary .event-preview p {
        letter-spacing: -0.034em;
    }

    .years-event-list .event-box .event-summary .event-preview p strong {
        font-size: 18px;
    }

    .years-event-list .event-box .event-summary .buttons {
        width: 100%;
        margin-top: 16px;
    }

    .submit-guide {
        flex-direction: column;
        margin-top: 32px;
    }

    .submit-guide > div {
        width: 100%;
    }

    .submit-process {
        margin-top: 32px;
    }

    .submit-process ul {
        flex-direction: column;
    }

    .submit-content .notice {
        font-size: 13px;
    }

    .submit-content .list li {
        font-size: 14px;
    }

    .submit-content .submit-steps {
        margin-top: 32px;
    }

    .submit-content .submit-steps ol {
        flex-direction: column;
    }

    .submit-content .submit-steps ol li {
        width: 100%;
        min-height: 64px;
        padding-bottom: 24px;
    }

    .submit-content .submit-steps ol li .step {
        margin-bottom: 16px;
        line-height: 40px;
    }

    .submit-info ul li {
        flex: 0 1 auto;
        width: 100%;
    }

    .board-content .search-form {
        margin-top: 32px;
    }

    .board-photos .photos li {
        flex: 0 1 98%;
    }

    .footer-info p {
        font-size: 13px;
    }
}

@media screen and (max-width: 420px) {
    .page-title .breadcrumbs {
        display: none;
    }
}

.table-responsive,
.program-section,
.board-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS 자연스러운 스크롤 */
}

.table {
    width: 100%;
    min-width: 600px; /* 최소 너비 설정 (열 너비 유지용) */
    border-collapse: collapse;
}