@charset "utf-8";
@font-face {
     font-family: 'scd';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'scd';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: 400;
     font-style: normal;
}
@font-face {
     font-family: 'scd';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: 'scd';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}
@font-face {
     font-family: 'scd';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: 700;
     font-style: normal;
}
#site {
    font-family: "notokr", sans-serif;
    padding-top: 100px;
    letter-spacing: -0.034em;
}
@media (max-width: 767px) {
    #site {
        padding-top: 67px;
    }
}

ol,
ul,
li {
    /* list-style: none; */
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
ol:not([id^='notice'] .board_area ol,[id^='news'] .board_area ol),
ul:not([id^='notice'] .board_area ul, [id^='news'] .board_area ul),
li:not([id^='notice'] .board_area li, [id^='news'] .board_area li) {
    list-style: none;
    list-style-position: inside;
   /* margin: 0;
    padding: 0; */
}

p,
.table {
    margin: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}

#site > .container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #f16b1c;
    --page-point-color-hover: #e45400;
    --font-scd: 'scd', 'notokr', sans-serif;
}

/* ------------ 접근성 ------------ */
.navbar .caret {
    display: none;
}
.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

/* ------------ 상단 메뉴 ------------ */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}
.navbar-inverse .navbar-brand{
    height: auto;
    padding-block: 0;
    /* margin-top: 8px; */
    margin-top: 11px;
}
.navbar-inverse .navbar-brand .logo_txt{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 21px;
    font-weight: 700;
    color: #111;
}
.navbar-inverse .navbar-brand .logo_txt p{line-height: 1;    letter-spacing: 4px;}
.navbar-inverse .navbar-brand .logo_txt p span{
    display: block;
    font-size: 11px;
    color: #3a50ff;
    margin-top: 7px;
    letter-spacing: 0;
}
.navbar-inverse .navbar-brand img {
    /* height: 64px;*/
    margin-top: 1px; 
    height: 54px;
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 30px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 500;
    color: var(--page-point-color);
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}

@media (max-width: 767px) {
    .navbar-inverse{padding: 0;}
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        height: 30px;
    }
    .navbar-inverse .navbar-brand .logo_txt{margin-top: 6px;font-size: 16px;}
    .navbar-inverse .navbar-brand .logo_txt p span{font-size: 9px; margin-top: 4px;}
    .navbar-inverse .navbar-nav > li {
        padding: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a::before {
        content: none;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 17px;
    }
    .navbar-inverse .navbar-nav > li > a::before {
        content: none;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-right {
        margin-bottom: 0;
    }
    .navbar-inverse .navbar-right > li {
        border-bottom: 1px solid #e1e1e1;
    }
    .navbar-inverse .navbar-right > li:last-child {
        border: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: var(--page-point-color);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav #gnb_59 .dropdown-menu > li > a:hover::before,
    .navbar-inverse .navbar-nav #gnb_59 .dropdown-menu > li > a:focus::before {
        background: var(--page-point-color);
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        overflow-x: hidden;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 1px solid #bbb;
        padding: 8px;
        background: #fff;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 7px 15px;
        text-align: center;
        font-size: 15px;
        color: #333;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        background: transparent;
        transition: all 0.2s;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        background: #f58949;
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
#mainCarousel .carousel-inner .item {
    height: 630px;
    /* height: calc(100vh - 96px); */
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.15;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
    bottom: 32px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    background-color: transparent;
    opacity: 1;
    margin: 0 5px 0 0;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
    border: 1px solid #fff;
}
.carousel-indicators li.active {
    opacity: 1;
    background: #fff;
}

.carousel-caption {
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    text-align: left;
    top: 52%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 0 0 22px;
    letter-spacing: -0.05em;
    font-family: var(--font-scd);
}
.carousel-caption p {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--font-scd);
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 380px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-caption h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 15px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #f5f5f5;
    color: #888;
}
#site footer .footer-info {
    padding: 35px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 600;
    font-size: 14px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    letter-spacing: -0.035em;
}
#site footer .footer-info .logo > img {
    padding: 0 20px;
    opacity: 0.5;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 13px;
    color: #b5b5b5;
    letter-spacing: 0;
    margin: 5px 0 0;
    font-weight: 500;
}
#site footer .footer-info ul .login-g {
    float: right;
}
#site footer .footer-info ul .login-g a {
    color: #fff;
    opacity: 0.4;
    border: 1px solid #aaa;
    padding: 5px 15px;
    font-weight: 300;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s ease;
}
#site footer .footer-info ul .login-g:hover a {
    opacity: 0.9;
}
@media (max-width: 767px) {
    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }
    #site footer .footer-info .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 250px;
    position: relative;
    color: #fff;
    background: #333 url("/public/img/sub/sub_header.jpg") no-repeat bottom center;
    background-size: cover;
}
#about02 .sub_header{
    background: #333 url("/public/img/sub/sub_header01-2.jpg") no-repeat bottom center;
}
#about03 .sub_header{
    background: #333 url("/public/img/sub/sub_header01-3.jpg") no-repeat bottom center;
}
#about04 .sub_header{
    background: #333 url("/public/img/sub/sub_header01-4.jpg") no-repeat bottom center;
}
#about05 .sub_header{
    background: #333 url("/public/img/sub/sub_header01-5.jpg") no-repeat bottom center;
}
[id^="membership"] .sub_header{
    background: #333 url("/public/img/sub/sub_header02.jpg") no-repeat bottom center;
}
#membership02 .sub_header{
    background: #333 url("/public/img/sub/sub_header02-2.jpg") no-repeat bottom center;
}
#membership03 .sub_header{
    background: #333 url("/public/img/sub/sub_header02-3.jpg") no-repeat bottom center;
}
[id^="news"] .sub_header{
    background: #333 url("/public/img/sub/sub_header03.jpg") no-repeat bottom center;
}
[id^="notice"] .sub_header{
    background: #333 url("/public/img/sub/sub_header04.jpg") no-repeat bottom center;
}
.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
}
.sub_header h2 {margin: 5px 0 0;font-size: 44px;font-weight: 500;letter-spacing: -0.06em;font-family: var(--font-scd);text-shadow: 2px 2px 8px rgba(0,0,0,0.3);}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media (max-width: 767px) {
    .sub_header {
        height: 170px;
    }
    .sub_header .container{width: 100%;}
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}
.sub_menu ul {
    display: flex;
    justify-content: start;
}

.sub_menu ul::before {
    content: none;
}
.sub_menu ul > li {
    text-align: center;
    flex: 1;
}
.sub_menu ul > li::after {
    content: "";
    width: 1px;
    height: 15px;
    /* background-color: #4d4d4d; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    padding: 3px 0;
    font-size: 17px;
    font-weight: 400;
    color: #777;
    line-height: 58px;
    text-decoration: none;
    letter-spacing: -0.05em;
}

.sub_menu ul > li:first-child > a {
    /* border-left: 1px solid #ddd; */
}

.sub_menu ul > li > a:hover {
    background: transparent;
    color: #fff;
}
.sub_menu ul > li > a::after {
    content: "";
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 3px;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
    transition: 0.3s;
}
.sub_menu ul > li.active > a::after,
.sub_menu ul > li:hover > a::after {
    width: 100%;
    background-color: #ff701f;
}
.sub_menu .nav li.active a,
.sub_menu .nav li:hover a {
    color: #333;
    font-weight: 500;
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ main ------------  */
#se01 .inner {
    display: flex;
    gap: 80px;
    padding: 70px 0 75px;
}
#se01 .left {
    flex: 1.2;
}

#se01 .right {
    flex: 1;
    display: flex;
    gap: 20px;
    height:288px;
}
#se01 .right a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.1, 0, 0.3, 1);
    color: #333;
    position: relative;
    background: #FFDECA;
}
#se01 .right a:hover {
    transform: translateY(-10px);
}
#se01 .right a p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
    font-family: var(--font-scd);
}
#se01 .right a span {
    font-size: 54px;
    margin-top: 30px;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
    width: 105px;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7945b;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
#se01 .right .menu_box:nth-child(2) {
    background: #d1e8f7;
}
#se01 .right .menu_box:nth-child(2) span {
    color: #5092c1
}

.main_section [class^="board_box"] {
    margin-bottom: 0 !important;
    padding: 0;
}
.main_section .page-header {
    margin-block: 0 35px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.main_section .page-header::before {
    content: '';
    width: 105px;
    height: 3px;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.main_section .page-header h4 {
    color: inherit;
    display: inline-block;
    font-size: 26px;
    font-weight: 600 !important;
    color: #222;
    font-family: var(--font-scd);
}
.main_section .page-header i::before {
    position: relative;
    display: block;
    content: "\e145" !important;
    translate: 7px 10px;
    font-family: "Material Symbols Outlined";
    font-size: 35px;
    font-weight: 300;
    color: inherit;
    color: #999;
}
.main_section .type_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.main_section .type_list li {
    padding: 0;
    display: flex;
}
.main_section .type_list a:hover {
    text-decoration: underline;
}
.main_section .type_list :where(li, a) {
    line-height: 1;
    font-size: 14px;
}
.main_section .type_list .subject {
    font-size: 17px;
    letter-spacing: -0.034em
    
}
.main_section .type_list .info {
    font-size: 13px;
}
.main_section .type_list .info span:not(.regdate) {
    display: none;
}
:where(.type_thumb, .type_list, .type_goods) .cate {
    width: 65px;
    padding: 6px 0 5px;
    margin-right: 12px;
}

/* ------------ 공통 ------------  */
.content {
    padding: 80px 0 110px;
}
.content + .content {
    padding-top: 50px;
}
.content:last-child {
    padding-bottom: 130px;
}
.content_box {
    padding: 0px 0 90px;
}
.content_box:last-child {
    padding-bottom: 0;
}
.content_box:last-child {
    padding-bottom: 0;
}
.page_tit {
    padding-top: 100px;
}
.page_tit h3 {
.title-lv-1 {margin: 0 0 80px;font-size: 42px;font-weight: 300;font-family: 'Roboto', 'SCDream';color: #222;letter-spacing: -0.05em;line-height: 1em;text-align: center;
};margin: 0;font-size: 42px;font-weight: 300;color: #222;letter-spacing: -0.05em;line-height: 1em;text-align: center;font-family: var(--font-scd);}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
}
.sub_tit::before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: var(--page-point-color);
    left: 0;
    position: absolute;
    top: 6px;
}
.content_box h5 {
    padding-left: 12px;
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-top: 0;
}
.content_box h5::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}
.list-num,
.list-num-basic {
    counter-reset: number 0;
}
.list-num > li,
.list-num-basic > li {
    padding-left: 32px;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    list-style: none;
}
.list-num > li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 3px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.list-num-basic > li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    top: 7px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}
.box-area {
    margin-bottom: 80px;
}
.img_area .business_img_area {
    margin-top: 50px;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.board_wrapper{margin-top: 0;}
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color);
}
input + #list_btn {
    display: none;
}
.e_txt{margin: 10px;display: inline-block;}

/* ---------- board ---------- */
.category_wrap ul{margin-left: -15px;}
.category_wrap ul li:nth-child(1){display: none;}
.pagination_wrap{margin-top: 30px;}
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.table.table_default tr th, 
.table.table_default tr td {
    font-size: 15px;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 5px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
    transform: translateY(-2px);
}
.board_data_view {
    border-top: 1px solid #999;
}
.board_data_view .header_wrap {
    padding: 40px 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    line-height: 1.25em;
    letter-spacing: -0.04em;
}
.board_data_view .header_wrap .info {
    margin-top: 12px;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.table.table_default tbody .subject a {
    font-size: 17px;
}
.table.table_default tbody tr .num {
    font-weight: 400;
}
.table.table_default tbody .subject {
    padding: 18px 15px;
}
.board_wrapper .table.table_default tr th {
    background: #fff;
}
.board_wrapper .table.table_default {
    border-top: 1px solid #999;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 9px 10px 7px;
}
@media (max-width: 767px) {
    .page_tit{padding-top: 80px;}
    .page_tit h3 {
        font-size: 32px;
    }
    .sub_tit h4{font-size: 24px;}
    .sub_tit::before{top: 3px;}
    .content {padding: 60px 0 90px;}

    .category_wrap ul{
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }
    .table.table_default tbody .subject a {
        font-size: 15px;
    }
    .board_wrapper .table .subject {
        width: 45%;
    }
    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }

    .member_wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }
}

/* ------------ 준비중 ------------ */
.ingP .txt-area {
    padding: 62px 25px;
    margin-top: 0;
    /* text-align: center; */
    border: 1px solid #ddd;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.04);
    background: #fff;
}
.ingP .txt-area i {
    margin-bottom: 20px;
    line-height: 1;
    color: #f3c0a2;
    font-size: 64px;
}
.ingP .txt-area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #444;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.ingP .txt-area p {
    color: #888;
    margin: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: -0.045em;
}

/* ------------ about01 ------------  */
.greet {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 50px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

/* ------------ about02 ------------  */
.bs_items {
    display: flex;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
}
.bs_items .bs_item {
    /* display: flex; */
    gap: 60px;
    align-items: center;
    /* margin-bottom: 80px; */
    flex: 1;
    border: 1px solid #ddd;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.03);
}
.bs_items .bs_item .img_area {
    flex: 1;
}

.bs_items .bs_item .img_area img {
    width: 100%;
}
.bs_items .bs_item:nth-child(2) .img_area img {
    /* border: 1px solid #ddd; */
}
.bs_items .bs_item .tit {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 30px;
    word-break: keep-all;
    line-height: 1.56;
}
.bs_items .bs_item .tit span {
    display: block;
    color: var(--page-point-color);
    font-family: var(--font-scd);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 0;
}

/* ------------ about03 ------------  */
.table_name{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.member {
    display: flex;
    text-align: left;
    justify-content: center;
    gap: 50px;
}
.list_member{
    width: 220px;
}
.table_style01{margin-top: 20px;}
.table_style01 table {
    font-size: clamp(15px, 2vw, 16px);
    width: 100%;
    border-top: 2px solid var(--page-point-color);
}
.table_style01 table tr {
    border-bottom: 1px solid #ddd;
}
.table_style01 table tr :is(th, td) {
    padding: 13px 15px;
    color: #555;
    text-align: center;
    border-left: 1px solid #ddd;
}
.table_style01 table tr th {
    color: #333;
    background: #f2f2f2;
    font-weight: 600;
    text-align: center;
}
.table_style01 table thead tr th {
    font-size: clamp(16px, 2vw, 17px);
}
.table_style01 table tr :is(th, td):last-child {
    border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
    .table_style01 table tr :is(th, td) {
        padding: 10px 12px;
    }
}

/* ------------ about04 ------------  */
.timeline {
    position: relative;
}
.timeline .timeline-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 0;
}
.timeline .timeline-item p {
    padding-top: 15px;
    margin: 0;
    width: 20%;
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
    color: var(--page-point-color);
    padding-left: 0;
    position: relative;
    font-family: var(--font-scd);
}

.timeline .timeline-item p::after {
    content: '';
    width: 80px;
    height: 1px;
    background: #c5b6ad;
    position: absolute;
    right: 0;
    top: 36px;
}

.timeline .timeline-item p::before {
    content: '';
    width: 15px;
    aspect-ratio: 1;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 29px;
    z-index: 1;
    border-radius: 50%;
    border: 3px solid #f77d36;
}

.timeline .timeline-list {
    width: 80%;
    padding-left: 70px;
}
.timeline .timeline-list > li {
    position: relative;
    padding: 25px 15px 20px 80px;
    font-size: 17px;
    color: #333;
    letter-spacing: -0.045em;
}
.timeline .timeline-list > li strong {
    position: absolute;
    left: 1px;
    top: 24px;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    font-family: var(--font-scd);
    letter-spacing: -0.06em;
}
.timeline .timeline-list > li:last-child {
    border-bottom: 0;
}
.timeline .timeline-list > li .timeline-txt {
    margin-top: 15px;
    font-size: 15px;
    color: #6f6f6f;
    background: #f7f7f7;
    padding: 20px;
    /* border: 1px solid #ddd; */
    /* box-shadow: 4px 4px 0 #f6f6f6; */
}

.timeline .timeline-list > li .timeline-txt li::before {
    content: '';
    width: 6px;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    left: 1px;
    top: 10px;
    background: #cdcdcd;
}

.timeline .timeline-list > li .timeline-txt li {
    position: relative;
    padding-left: 14px;
    letter-spacing: -0.034em;
}
.timeline .timeline-list > li .timeline-txt li + li {
    margin-top: 5px;
}

.timeline .timeline-list > li .timeline-txt span{font-weight: 500;}
.timeline .timeline-list > li > .timeline-txt > div >.timeline-txt{padding: 0 0 0 15px;}
.timeline .timeline-list > li > .timeline-txt > div + div{padding-top: 20px;}

/* ------------ membership01 ------------  */
.member_tit {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.member_box {
    padding: 40px;
    margin-top: 20px;
    border: 1px solid #ddd;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.04);
    background: #fff;
}
.member_box li {
    font-size: 16px;
}

[id^="membership"] section{
    background: #fff url('/public/img/sub/membership-bg.jpg') no-repeat center top;
}

/* ------------ membership02 ------------  */
.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
/* #membership02 .inner{
    padding: 0 10%
} */
.step_items {
    display: flex;
    justify-content: space-between;
    border-radius: 500px;
    background: #fff0e3;
}
.step_item {
    position: relative;
    /* padding: 20px; */
    padding: 18px;
    /* height: 280px;
    width: 280px; */
    height: 230px;
    width: 230px;
    border-radius: 50%;
}

.step_items  .step_item:last-child > div {
    background: #fff;
}
.step_item::before {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-weight: 200;
    position: absolute;
    transform: translateY(-50%);
    /* right: -61px; */
    right: -33px;
    top: 50%;
    /* font-size: 80px; */
    font-size: 60px;
    color: #f1cab7;
}
.step_item:last-child::before {
    content: none;
}
.step_item > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 7px 15px 30px rgba(0,0,0,0.032);
}
.step_item span {
    font-size: 55px;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
    color: var(--page-point-color);
}
.step_item p {
    /* font-size: 17px; */
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    font-family: var(--font-scd);
    letter-spacing: -0.04em;
    line-height: 1.5;
    display: flex;
}
.step_txt {
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.05em;
}
.down_link{margin-top: 60px;}
.down_link a{
    border: 1px solid #f16b1c;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 0%);
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10px;
    width: 180px;
    height: 50px;
    font-size: 17px;
    color: #f16b1c;
    margin: 0 auto;
}
.down_link a:hover{
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    background: #f16b1c;
    color: #fff;
}

/* ------------ membership03 ------------  */
#membership03 .txt-area p{
    line-height: 1;
    margin-bottom: 20px;
    color: #444;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-align: center;
}
#membership03 .txt-area ol li{
    font-size: 16px;
    width: 270px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #se01 .inner{flex-direction: column;gap: 50px;}
    #se01 .right a{padding: 25px 0;}

    .greet {font-size: 17px;}

    .bs_items{grid-template-columns: repeat(1, 1fr);}
    .bs_items .bs_item .tit{font-size: 17px;}

    .member_box{padding: 20px;}
    .member_box li{font-size: 15px;}

    .step_items{
        flex-direction: column;
        align-items: center;
        margin: 0 30px;
    }
    .step_item::before{
        right: inherit;
        left: 50%;
        top: inherit;
        bottom: -44px;
        transform: translateX(-50%) rotate(90deg);
    }
    .step_txt{font-size: 17px;word-break: keep-all;}

    #membership03 .txt-area p{font-size: 20px;line-height: 1.3;}

    .timeline .timeline-item{    flex-direction: column;}
    .timeline .timeline-item p{width: 100%;}
    .timeline .timeline-list{width: 100%;padding-left: 0;}
    .timeline .timeline-item p::before,
    .timeline .timeline-item p::after{content: none;}
    .timeline .timeline-list > li{font-size: 16px;padding-right: 0;}
    .timeline .timeline-list > li .timeline-txt{font-size: 14px;}
}