@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 100px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.3;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.root_daum_roughmap .cont {
    display: none !important;
}

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #048989;
    --page-point-color-hover: #005c5c;
    --icons: "material symbols outlined";
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width:1200px) {

    .navbar-inverse+.agreement_container,
    .navbar-inverse+.privacy_container {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.login_container,
.find_container {
    padding: 200px 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    padding: 0 15px;
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

.lang{/* position: absolute !important; *//* right: -105px; *//* top: 50%; *//* transform: translateY(-50%); */}
.lang a{display: block;}
.lang a p{
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 13px;
    color: #555;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}
.lang a p img{}
.lang.open .dropdown-menu{
    display: flex;
    flex-direction: column;
    min-width: 100% !important;
    gap: 3px;
    border: 1px solid #ddd !important;
    margin-top: 10px;
}
.lang .lang-change-btn{all: unset;background: #fff;padding: 5px;text-align: center;}
/* 상단 로고*/
.navbar-brand {
    height: 26px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: none;
}


/* 상단 메뉴 */
@media(min-width:768px) {
    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1470px;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }

    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: center;
    }

    #navbar-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        padding-top: 20px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s ease;
    }

    .navbar-inverse.on {
        background: #fff;
    }

    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on #navbar-bg {}

    .navbar-inverse .navbar-right>li>a {
        min-width: unset;
        color: #fff;
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}

.navbar-inverse.sub-nav {
    background: #fff;
    box-shadow: 0 0 0 1px #9bb0b9;
}

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}

.navbar-inverse .navbar-nav {
    margin-right: -30px !important;
}

.navbar-inverse .navbar-nav::before,
.navbar-inverse .navbar-nav::after {
    display: none;
}

.navbar-inverse .navbar-nav li a {
    position: relative;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown {
    position: relative;
}

.navbar-inverse li.lang.dropdown {
    margin-left: 15px;
}

.navbar-inverse .navbar-nav>li>a::before {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    height: 3px;
    background: var(--page-point-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 0 0 10px 1px var(--page-point-color);
    z-index: 100;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav li .dropdown-menu {
    transform-origin: center top;
    animation: menuOpen 0.35s forwards;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 14px 10px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    line-height: 1;
    letter-spacing: -0.03em;
    background: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    background: #04505D;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    padding: 40px 28px;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1;
}

.navbar-inverse .navbar-nav>li.lang>a {
    padding: 37px 30px;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #333;
    font-weight: 600;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item,
#mainCarousel .carousel-inner .item,
.main_swiper_widget .swiper-slide,
.main_swiper_widget .swiper:not(.swiper-initialized) {
    height: 830px;
}

#mainCarousel .carousel-inner {}

.main_swiper_widget .swiper-caption {
    position: absolute;
    margin-bottom: 7px;
}

#mainCarousel .carousel-inner .item::before,
.main_swiper_widget .swiper-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 슬라이드 글자*/
.swiper-caption,
.carousel-caption {
    top: 50%;
    padding: 0;
    max-width: 1240px;
    max-width: 1440px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 50px;
    position: relative;
    color: #FFF;
    text-shadow: 2px 2px 5px rgba(25, 25, 25, 0.75);
    font-size: 49px;
    font-weight: 700;
    line-height: 1.38;
    /* 66.24px */
    letter-spacing: -0.025em;
    text-align: left;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

.main-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    max-width: 444px;
}

.main-btn .inner {
    transition: all 0.15s;
}

.main-btn .inner .icon-box {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(16, 163, 151, 0.70);
    box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.main-btn .inner:hover .icon-box {
    background: rgb(0 67 101);
    transform: translateY(-10px);
}

.main-btn .inner .icon-box img {}

.main-btn .inner:nth-child(3) .icon-box img {}

.main-btn .inner .icon-caption {
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(25, 25, 25, 0.60);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

/* 슬라이드 버튼 */
#main_wrapper .main_swiper_widget .swiper-pagination-container {
    z-index: 1;
    position: relative;
    bottom: 53px;
}

#main_wrapper .main_swiper_widget .swiper-pagination-container .swiper-pagination {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    gap: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 38px;
    align-items: center;
}

#main_wrapper .main_swiper_widget .swiper-pagination-container .swiper-pagination span {
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    width: 9px;
    height: unset;
    border: 0;
    backdrop-filter: none;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    display: inline-block;
}

#main_wrapper .main_swiper_widget .swiper-pagination-container .swiper-pagination .swiper-pagination-current {
    color: #fff;
}

#main_wrapper .main_swiper_widget .swiper-pagination-container .swiper-pagination .swiper-pagination-total {
    opacity: 0.7;
}
.main_swiper_widget .swiper-button-next:after, #main_wrapper .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.main_swiper_widget .swiper-button-prev:after, #main_wrapper .swiper-rtl .swiper-button-next:after{
    display: none;
}
#main_wrapper .main_swiper_widget [class*="swiper-button"] {
    width: fit-content;
    height: fit-content;
    bottom: 60px;
    top: unset;
    transform: translateX(-50%);
}

#main_wrapper .main_swiper_widget [class*="swiper-button"].swiper-button-prev {
    left: calc(50% - 50px);
}

#main_wrapper .main_swiper_widget [class*="swiper-button"].swiper-button-next {
    right: calc(50% - 92px);
    left: unset;
}

#main_wrapper .main_swiper_widget [class*="swiper-button"]::before {
    font-size: 30px;
    font-family: var(--icons);
    color: #fff;
    font-weight: 100;
}

#main_wrapper .main_swiper_widget [class*="swiper-button"].swiper-button-next::before {
    content: "\e5e1";
}

#main_wrapper .main_swiper_widget [class*="swiper-button"].swiper-button-prev::before {
    content: "\e5e0";
}

/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 120px 0 160px;
}
.slide-banner {
    width: 360px;
    padding: 24px 25px;
    position: absolute;
    right: 13%;
    top: 39%;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(0, 0, 0, 0.40);
    box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(5px);
    z-index: 9;
}
.slide-banner .sb-tit{
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slide-banner .sb-tit h6{
    text-align: left;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.slide-banner .sb-wrap{}
.slide-banner .sb-wrap .item{
    height: auto;
    position: relative;
}
.slide-banner .sb-wrap .item::before{
    /* content: "배너 이미지 영역입니다."; */
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: -0.02em;
}
.slide-banner .sb-wrap .item img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.slide-banner .swiper-button-prev, 
.slide-banner .swiper-button-next{
    left: unset;
    right: unset;
    top: unset;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 2;
}
.slide-banner .swiper-button-prev{
    transform: translateX(7px);
}
.slide-banner .swiper-button-next{
    transform: translateX(-7px);
}
.swiper-play-pause{
    all: unset;
    background: transparent;
    color: #fff;
    z-index: 1;
}
.slide-banner .swiper-button-next::after {
}
.slide-banner .swiper-button-prev::after {
}
.slide-banner .swiper-button-next:after, 
.slide-banner .swiper-button-prev:after{
    display: none;
}
.slide-banner .swiper-controls{
    display: flex;
    align-items: center;
    gap: 24px;
}
.slide-banner .swiper-pagination-fraction{
    bottom: unset;
    left: unset;
    top: unset;
    width: auto;
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    position: relative;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
}
.slide-banner .swiper-pagination-fraction .swiper-pagination-current{
    color: #fff;
}
.sb-btn{
    display: flex;
    align-items: center;
}
/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.breadcrumb li {
    font-size: 14px;
    position: relative;
    color: #999;
}

.breadcrumb li:nth-child(2) {}

.breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 2px;
    left: -21px;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: #777;
    margin-top: 3px;
}

.subpage-header {
    position: relative;
    height: 310px;
    height: 200px;
    z-index: 1;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-shadow: 2px 4px 14px rgba(0, 0, 0, 0.10);
    text-align: center;
    padding-bottom: 12px;
}

.subpage-title h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    /* 48px */
    letter-spacing: -0.01em;
    margin-bottom: 14px;
    margin-top: 6px;
}

.subpage-title p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    opacity: 0.9;
}

/* [ subpage-navbar ] */
.snb {
    margin-top: -51px;
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
}

.snb ul.nav {
    display: flex;
    align-items: center;
}


.snb ul.nav>li:last-child::after {
    content: none;
}

.snb ul>li {
    display: flex;
    align-items: center;
}

.snb ul>li.home {
    margin-right: 26px;
}

.snb ul>li.home a {
    padding: 0;
}

.snb ul>li.home a:hover {
    background: transparent;
    color: #000;
}

.snb ul>li.home a:hover i {
    color: #333;
}

.snb ul>li.home span {
    display: block;
    font-size: 20px;
    --wght: 400;
    --fill: 1;
    padding: 0 10px;
    color: #18abff;
}

.snb ul>li.dropdown {
    position: relative;
    cursor: pointer;
    transition: all 0.1s ease;
}

.snb ul.nav>li+li::before {
    content: '';
    width: 1px;
    height: 16px;
    background: rgb(255 255 255 / 25%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.snb ul.nav>li:last-child::before {
    content: none;
}

.snb ul>li.dropdown.open {
    background: transparent;
}

.snb ul>li.dropdown .dropdown-toggle {
    color: #fff;
    display: flex;
    padding: 18px 0px 18px;
    margin: 0 26px;
    align-items: center;
    justify-content: space-between;
    min-width: 170px;
}

.snb ul>li.dropdown:not(:has(> ul.dropdown-menu)) .dropdown-toggle {
	display: none;
}

.snb ul>li.dropdown .dropdown-toggle>span:not(.material-symbols-outlined) {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    /* 87.5% */
    letter-spacing: -0.02em;
}

.snb ul>li.dropdown.open span {
    background: transparent;
    /* font-weight: 700; */
}

.snb ul>li.dropdown .dropdown-toggle .material-symbols-outlined {
    transform: rotate(0deg);
    font-size: 30px;
    width: 30px;
    height: 14px;
    color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    --wght: 100;
}

.snb ul>li.dropdown.open .dropdown-toggle .material-symbols-outlined {
    transform: rotate(180deg);
}

.snb ul>li.dropdown .dropdown-menu {
    margin: 0;
    padding: 15px 0;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    top: 100%;
    right: unset;
    left: 0;
    width: auto;
    border-top: 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
    min-width: 196px;
}

.snb ul>li.dropdown .dropdown-menu li {}

.snb ul>li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

.snb ul>li.dropdown .dropdown-menu li a {
    padding: 0px 20px;
    font-size: 15px;
    color: #777;
    letter-spacing: 0px;
    line-height: 33px;
    text-decoration: none;
    background: #fff;
    text-align: left;
    font-weight: 500;
    transition: all 0.15s;
    width: 100%;
}

.snb ul>li.dropdown .dropdown-menu li a:hover {
    color: var(--page-point-color);
    font-weight: 600;
}

.subpage-content {
    padding: 100px 0 120px;
}

.subpage-content .con {}
.title-h3{
    margin-bottom: 90px;
}
.title-h3 h3{
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #111;
}
/* 원장 인사말 */
.greet-box {
    display: grid;
    grid-template-columns: 234px 1fr;
    gap: 120px;
    align-items: flex-start;
}

.greet-box .img-box {
    padding-left: 20px;
    position: relative;
}

.greet-box .img-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 100px;
    aspect-ratio: 1;
    opacity: 0.5;
    background: #109191;
    z-index: -1;
}

.greet-box .img-box img {
    box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 0.10);
}

.greet-box .txt-box {}

.greet-box .txt-box h5 {
    color: #222;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
}

.greet-box .txt-box h5 b {
    color: var(--page-point-color);
    font-weight: 600;
    letter-spacing: inherit;
}

.greet-box .txt-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    letter-spacing: -0.034em;
}

.greet-box .txt-box p+p {
    margin-top: 30px;
}

.greet-box .txt-box p.name {
    margin-top: 50px;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #333;
}

.greet-box .txt-box p.name span {
    display: block;
    margin-left: 13px;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #222;
}
/* 목적 */
.sub-h4{
    position: relative;
    padding-left: 36px;
    color: #111;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.sub-h4::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    aspect-ratio: 1;
    border-radius: 12px 0;
    border: 5px solid #109191;
    background: #FFF;
}
.subpage-content .cont + .cont{
    margin-top: 100px;
}
.business-wrap .sub-h4 + div{
    border: 1px solid #D9D9D9;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
}
.purpose-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 74px 0 75px;
}
.purpose-box p{
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.03em;
}
.contect-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 50px;
    counter-reset: num 0;

    padding: 30px 60px;
}
.contect-box .num-list{
    display: flex;
    gap: 17px;
    align-items: center;
    border-bottom: 1px dashed #C8C8C8;
    padding: 15px 0;
}
.contect-box .num-list:last-child{
    border: 0;
}
.contect-box .num-list span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    aspect-ratio: 1;
    background: #194E78;
    border-radius: 50%;
}
.contect-box .num-list span::before{
    counter-increment: num 1;
    content: counter(num, decimal-leading-zero);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.contect-box .num-list p{
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
/* 연혁 */
.timeline-box{
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 120px;
}
.timeline-box .img-box{}
.timeline-box .img-box img{}
.timeline{
    padding-left: 37px;
    display: grid;
    grid-template-columns: 91px 1fr;
    gap: 66px;
    position: relative;
}
.timeline::before{
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    height: calc(100% - 14px);
    background: #ddd;
    width: 1px;
}
.timeline::after{
    position: absolute;
    content: "";
    left: -5.5px;
    background: #fff;
    top: 14px;
    width: 13px;
    aspect-ratio: 1;
    border: 3px solid #154871;
    border-radius: 50%;
}
.timeline p{
    color: #154871;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.52px;
}
.timeline ul{
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.timeline ul li{
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 8px;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.04em;
    align-items: center;
}
.timeline ul li span{
    color: #109191;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}
.timeline ul li + li{}
/* 조직 */
.group-wrap{}
.table-box{}
.table-style01{
    border-top: 1px solid #222;
    width: 100%;
}
.table-style01 tr{
    border-left: 0;
    border-right: 0;
}
.table-style01 th,
.table-style01 td{
    padding: 17.5px 50px;
    border: 1px solid #ddd;
    border-top: none;
    color: #555;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}
#ab04 .con03 .table-style01 td{
    padding: 17px 21px;
    line-height: 1.5;
}
.table-style01 th:first-child,
.table-style01 td:first-child{
    border-left: 0;
}
.table-style01 th:last-child,
.table-style01 td:last-child{
    border-right: 0;
}
.table-style01 td{
    padding: 24.5px 50px;
}
.table-style01 th{
    background: #f8f8f8;
    font-weight: 700;
    font-size: 18px;
    color: #222;
}
.table-style01 td .dot-list{}
.table-style01 td .dot-list li{
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 400;
    color: #555;
    padding-left: 15px;
    position: relative;
    text-align: left;
}
.table-style01 td .dot-list li + li{
    margin-top: 3px;
}
.table-style01 td .dot-list li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #109191
}
/* 정관 */
.rule-wrap{
    padding: 15px;
    background: #f6f6f6;
}
.rule-wrap .rule-box{
    border: 1px solid #e0e0e0;
    padding: 65px 105px 100px;
}
.rule-tit{
    margin-bottom: 92px;
    position: relative;
}
.rule-tit a{
    position: absolute;
    right: 0;
    top: 0;
    background: var(--page-point-color);
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.rule-tit a::after {
    content: '\f090';
    font-family: var(--icons);
    font-size: 18px;
    line-height: 0.8;
    font-weight: 400;
}
.rule-tit a:hover{
    background: var(--page-point-color-hover);
}
.rule-tit h4{
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-align: center;
    color: #111;
    margin-bottom: 15px;

}
.rule-tit p{
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.01em;
    text-align: end;
}
.rule-list + .rule-list{
    margin-top: 60px;
}
.rule-list .rule-sub{
    color: #111;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.rule-list .rule{}
.rule-list .rule + .rule{
    margin-top: 30px;
}
.rule-list .rule-desc{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.rule-list .rule-txt{}
.rule-list .rule-txt p{
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
}
.rule-list .rule-txt * + *{
    margin-top: 7px;
}
.rule-list .rule-txt .num-list{}
.rule-list .rule-txt .num-list li{
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
.rule-list .rule-txt .num-list li + li{
    margin-top: 3px;
}
.rule-sec{
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 20px;
}
.area-wrap{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.area-box{
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 70px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
    align-items: center;
}
.area-box .img-box{height: 100%;}
.area-box .img-box img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.area-box .txt-box{
    padding: 50px 70px 50px 0;
}
.area-box .txt-box h6{
    display: flex;
    gap: 9.28px;
    align-items: center;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 16.72px;
}
.area-box .txt-box h6 span{
    display: flex;
    width: 38.283px;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    border-radius: 50%;
    background: #109191;
}
.area-box .txt-box p{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.03em;
}
.organ-wrap{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 60px 30px;
}
.organ-wrap .partner-box{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out;
    border: 1px solid #ddd;
    height: 150px;
    padding: 20px;
}
.organ-wrap .partner-box:hover{
    border-color: var(--page-point-color);
}
.organ-wrap .partner-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.organ-wrap .partner-box p{
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.eng-wrap{}
.eng-wrap .con{}
.eng-wrap .con + .con{
    margin-top: 70px;
}
.eng-wrap .banner{
    padding: 40px 30px;
    border: 1px dashed var(--page-point-color);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
}
.eng-wrap .sub-h4{
    margin-bottom: 25px;
    font-size: 23px;
}
.eng-wrap .desc{
    padding: 20px;
    background: #f2f2f2;
}
.eng-wrap .cont:last-child .desc{
    padding: 0;
    background: #fff;
}
.eng-wrap .desc p{
    font-size: 17px;
    line-height: 1.6;
}
.eng-wrap .desc p.last{
    color: #1a1a1a;
    font-weight: 600;
    font-size: 20px;
    text-align: end;
}
/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {border: 1px solid #ddd;transition: all 0.15s;}

#bbsArea .table_blog2 .inner .top a:hover {
    border-color: var(--page-point-color);
}

#bbsArea .table_blog2 .inner .top a span {
    height: 150px;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: center;
    padding: 0;
    margin-top: 18px;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-wrap: wrap;
    color: #333;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;
}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}


/* 목록 게시판 */
#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {
    margin-bottom: 40px;
}

#bbsArea .board_list_list col.num_col {
    width: 120px !important;
}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {
    width: 114px !important;
}

#bbsArea .board_list_list col.regdate_col {
    width: 150px !important;
}
#bbsArea .board_list_list col.hits_col {
    width: 120px !important;
}

#bbsArea .board_list_list thead tr {
    border-bottom: 1px solid #777;
}

#bbsArea .board_list_list thead tr th {
    background: #fff;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #222;
    padding: 20px 18px;
    font-size: 16px;
}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    /* background: #dedede; */
}

#notice01 #bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list tbody th {}
#bbsArea .board_list_list tbody th.num{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}
#bbsArea .board_list_list tbody td.writer,
#bbsArea .board_list_list tbody td.regdate,
#bbsArea .board_list_list tbody td.hits{
    color: #777;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-size: 15px;
}
#bbsArea .board_list_list tbody td {
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #222;
}


#bbsArea .board_list_list tbody td span.badge {}

#bbsArea .board_list_list tbody td span.badge a {}

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    font-size: 16px;
    padding: 19px 18px;
}
#bbsArea .board_list_list tbody td.subject {
    font-size: 17px;
}
#organ01 .search_wrap #search_kind{
    display : none;
}
#organ01 .search_wrap #search_query{
    display : none;
}
#organ01 .search_wrap #search_btn{
    display : none;
}
.search_wrap{
    margin-top: 0;
    margin-bottom: 70px;
}
#board_data_view{}
#board_data_view .header_wrap{
    padding: 45px 0 45px;
    border-bottom: 1px solid #ddd;
}
#board_data_view .header_wrap .title{
    color: #222;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.034em;
    margin-bottom: 15px;
}
#board_data_view .header_wrap .info{
    margin: 0;
    opacity: 0.6;
}
#board_data_view .header_wrap .info span{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
#board_data_view .header_wrap .info span strong{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.board_wrapper .option_wrap {
    position: relative;
    margin-top: 40px;
}
.bottom-banner{
    padding: 18px 45px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #ddd;
}
.bottom-banner .bb-tit{
    display: flex;
    gap: 10px;
    align-items: center;
}
.bottom-banner .bb-tit img{}
.bottom-banner .bb-tit h6{
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.005em;
}
.bottom-banner p{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.005em;
}
/* 주문폼 */
#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f9f9f9;
    border-color: #e5e5e5;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    padding: 18px;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    padding: 40px 0 40px;
    background: #292D32;
}

.footer-link {
    margin-bottom: 36px;
    display: flex;
    gap: 60px;
    color: #fff;
}

.footer-link li {
    position: relative;
}

.footer-link li a {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 19px;
}

.footer-link li+li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.2);
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.footer-wrap .login{
    position: absolute;
    content: "";
    right: 0;
    bottom: -20px;
}
.footer-wrap .login a{
    width: 60px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    transition: all 0.1s ease-in-out;
}
.footer-wrap .login a:hover{
    background: #fff;
    color: #000;
}
.footer-wrap .img-box {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.footer-wrap .img-box img {}

.footer-info {}

.footer-info ul {
    display: flex;
    gap: 40px;
}

.footer-info ul li {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.03em;
}
.footer-info ul li a{
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.footer-info ul li+li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.2);
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-info .copy {
    margin-top: 10px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
    opacity: 0.5;
}

.footer-wrap .contact {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-wrap .contact p {
    color: #25C8BA;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
    /* margin-bottom: 7px; */
    text-align: end;
}

.footer-wrap .contact a {
    font-size: 16px;
    line-height: 1.3;
    text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    color: #fff;
    font-weight: 300;
}

/* 푸터 - 대학교형 */
/* #site footer { margin-top: 0; } 

#site footer .footer-wrap { display: grid; grid-template-columns: 1fr; letter-spacing: -0.03em; background: #fff; } 

@media (min-width: 1440px){
 #site footer .container { width: 1440px; } 
 }

#site .footer-wrap .footer-link { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; padding: 10px 0; } 

footer .footer-link ul { display: flex; gap: 50px; } 

footer .footer-link li { } 


footer .footer-link li:hover::before { width: 100%; } 

footer .footer-link li a { color: #333; font-weight: 400; font-size: 15px; } 

footer .footer-link li.privacy a { } 

footer .footer-link li a:hover { color: #000; } 

footer .footer-info { padding: 50px 0; } 

.footer-info ul { display: flex; flex-flow: wrap; position: relative; } 

.footer-info li:first-child { font-size: 16px; margin-bottom: 7px; letter-spacing: -0.01em; color: #111; font-weight: 500; } 

.footer-info li { font-size: 16px; margin-right: 20px; color: #666; } 

.footer-info li.copy { margin-top: 15px; font-size: 12px; color: #333; opacity: 0.7; } 

.footer-info li.login { position: absolute; right: 15px; bottom: 20px; } 

.footer-info li.login a { display: block; padding: 5px 15px; border: 1px solid #333; color: #333; } 

.footer-info li.login a:hover { background: #333; color: #fff; } 

.footer-info li.clear-fix { width: 100%; } */
/* 반응형 */

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .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;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 170px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        overflow: hidden;
        border: 0;
        padding: 0;
        box-shadow: none;
        background: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        color: #fff;
    }
}

/* 로그인 페이지 */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

.member_wrapper h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column
    }

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important
}

.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px !important
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 80px;
    padding-left: 10px;
    transform: translateY(-3px)
}

.member_wrapper .form-group>div:nth-child(2) {
    flex: 1
}

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7
}

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px
}

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}

@media (max-width:1199px) {
    .area-box .txt-box h6 span {
        width: 26.283px;
        padding: 3px 0;
        font-size: 13px;
    }
    .area-box .txt-box p {
        font-size: 15px;
    }
    .area-box .txt-box h6 {
        gap: 7.28px;
        font-size: 18px;
        margin-bottom: 8.72px;
    }
    .area-box .txt-box {
        padding: 25px 20px 25px 0;
    }
    .area-box {
        grid-template-columns: 0.7fr 1fr;
        gap: 35px;
    }
    .navbar-brand {
        height: 18px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 15px;
    }
    #site {
        padding-top: 76px;
    }
    .navbar-inverse .navbar-nav>li.lang>a {
        padding: 28px 15px;
    }
    .navbar-inverse .navbar-nav {
        margin-right: 0 !important;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 140px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 12px 10px;
        font-size: 13px;
    }
    .lang a p {
        font-size: 11px;
    }
    .lang a p img {
        width: 20px;
    }
    .swiper-caption, .carousel-caption{
        padding: 0 60px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .slide-banner {
        width: 260px;
        padding: 24px 15px;
        right: 30px;
        top: 30%;
    }
    .main-btn .inner .icon-box {
        width: 90px;
        margin-bottom: 15px;
    }
    .main-btn {
        max-width: fit-content;
    }
    .main-btn .inner .icon-box img {
        width: 48px;
    }
    .main-btn .inner .icon-caption {
        font-size: 15px;
    }
    .slide-banner .sb-tit h6 {
        font-size: 18px;
    }
    .slide-banner .sb-tit {
        margin-bottom: 12px;
    }
    .sb-btn img{
        width: 20px;
    }
    .slide-banner .swiper-pagination-fraction {
        font-size: 14px;
    }
    .slide-banner .swiper-controls {
        gap: 10px;
    }
    .slide-banner .sb-wrap .item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 3 / 2;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 600px;
    }
    .footer-wrap .img-box {
        gap: 20px;
        flex-direction: column;
    }
    .timeline-box {
        grid-template-columns: 0.8fr 1fr;
        gap: 50px;
    }
    .timeline {
        padding-left: 20px;
        grid-template-columns: 60px 1fr;
        gap: 30px;
    }
    .timeline p {
        font-size: 25px;
    }
    .timeline ul li {
        grid-template-columns: 60px 1fr;
        gap: 8px;
        font-size: 15px;
    }
    .timeline ul li span {
        font-size: 15px;
    }
    .timeline::after {
        top: 7px;
    }
    .organ-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 20px;
    }
    .organ-wrap .partner-box {
        height: 100px;
        padding: 15px;
    }
}
@media (max-width:991px) {
    .area-box .txt-box {
        padding: 0 20px 20px;
    }
    .area-box .img-box img {
        height: 250px;
    }
    .area-box {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .timeline-box .img-box img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }
    .timeline-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .slide-banner{
        display: none;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: clamp(20px,4.51vw,35px);
    }
    .main-btn {
        gap: 35px;
    }
    .footer-wrap {
        justify-content: unset;
        gap: 20px;
    }
    .footer-info ul li {
        font-size: 12px;
    }
    .footer-info ul {
        gap: 25px;
    }
    .footer-info ul li a {
        font-size: 12px;
    }
    .footer-info ul li+li::before {
        width: 1px;
        height: 12px;
        left: -12px;
    }
    .footer-info .copy {
        margin-top: 10px;
        font-size: 10px;
    }
    .footer-wrap .contact p {
        font-size: 13px;
    }
    .footer-wrap .contact a {
        font-size: 13px;
    }
    .subpage-title h2 {
        font-size: clamp(20px, 3.51vw, 35px);
        margin-bottom: 10px;
        margin-top: 0;
    }
    .subpage-title p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .snb ul>li.dropdown .dropdown-toggle {
        padding: 12px 0px 12px;
        margin: 0px 15px;
        min-width: 140px;
    }
    .snb ul>li.dropdown .dropdown-toggle>span:not(.material-symbols-outlined) {
        font-size: 14px;
    }
    .snb {
        margin-top: -39px;
    }
    .snb ul>li.dropdown .dropdown-toggle .material-symbols-outlined {
        font-size: 20px;
        width: 20px;
        height: 14px;
    }
    .subpage-content {
        padding: 70px 0 90px;
    }
    .title-h3 h3 {
        font-size: clamp(22px, 4.21vw, 42px);
    }
    .title-h3 {
        margin-bottom: 60px;
    }
    .greet-box {
        grid-template-columns: 1fr;
        gap: 65px;
        align-items: flex-start;
    }
    .greet-box .txt-box h5 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .greet-box .txt-box p {
        font-size: 16px;
    }
    .greet-box .txt-box p+p {
        margin-top: 25px;
    }
    .greet-box .txt-box p.name {
        margin-top: 25px;
        font-size: 15px;
    }
    .greet-box .txt-box p.name span {
        margin-left: 8px;
        font-size: 20px;
    }
    .sub-h4 {
        padding-left: 25px;
        font-size: 22px;
        margin-bottom: 17px;
    }
    .sub-h4::before {
        width: 18px;
        border: 3px solid #109191;
    }
    .purpose-box {
        padding: 30px 0 31px;
    }
    .purpose-box p {
        font-size: 17px;
    }
    .subpage-content .cont + .cont {
        margin-top: 65px;
    }
    .contect-box {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 25px 30px;
    }
    .contect-box .num-list span {
        width: 30px;
    }
    .contect-box .num-list span::before {
        font-size: 12px;
    }
    .contect-box .num-list p {
        font-size: 15px;
    }
    .contect-box .num-list {
        gap: 15px;
        padding: 10px 0;
    }
    .table-style01 th {
        font-size: 16px;
    }
    .table-style01 th, .table-style01 td {
        padding: 12.5px 20px;
    }
    .table-style01 td {
        padding: 17.5px 15px;
        font-size: 14px;
    }
    .table-style01 td .dot-list li {
        font-size: 14px;
        padding-left: 8px;
    }
    .table-style01 td .dot-list li::before {
        left: 0;
        top: 7px;
        width: 3px;
    }
    .table-style01 col:nth-child(1){
        width: auto !important;
    }
    .table-style01 col:nth-child(2){
        width: auto !important;
    }
    .table-style01 col:nth-child(3){
        width: auto !important;
    }
    .rule-wrap .rule-box {
        border: 1px solid #e0e0e0;
        padding: 50px 30px 70px;
    }
    .rule-tit h4 {
        font-size: clamp(20px, 2.51vw, 25px);
        margin-bottom: 10px;
    }
    .rule-tit a {
        padding: 8px 8px;
        font-size: 13px;
        gap: 5px;
    }
    .rule-tit a::after {
        font-size: 15px;
    }
    .rule-tit p {
        font-size: 13px;
    }
    .rule-tit {
        margin-bottom: 40px;
    }
    .rule-list .rule-sub {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .rule-list .rule-desc {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .rule-list .rule-txt p {
        font-size: 14px;
    }
    .rule-list .rule-txt .num-list li {
        font-size: 14px;
    }
    .rule-sec {
        font-size: 18px;
        margin-bottom: 25px;
        padding-top: 0;
    }
}
@media (max-width:767px) {
    .organ-wrap .partner-box p {
        font-size: 16px;
    }
    .organ-wrap .partner-box {
        height: 70px;
        padding: 10px;
    }
    .organ-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }
    #bbsArea .board_wrapper{
        overflow: hidden;
        overflow-x: auto;
    }
    #bbsArea .board_list_list col.num_col{
        width: 80px !important;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 280px !important;
    }
    #bbsArea .board_list_list col.writer_col{
        width: 120px !important;
    }
    #bbsArea .board_list_list col.regdate_col{
        width: 140px !important;
    }
    #bbsArea .board_list_list col.hits_col{
        width: 80px !important;
    }
    #bbsArea .board_list_list tbody td.subject {
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody th, #bbsArea .board_list_list tbody td {
        padding: 13px 12px;
    }
    #bbsArea .board_list_list tbody td.writer, #bbsArea .board_list_list tbody td.regdate, #bbsArea .board_list_list tbody td.hits {
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody th.num {
        font-size: 13px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 12px 10px;
        font-size: 14px;
    }
    .navbar-inverse .navbar-brand {
        margin-top: 14px;
        margin-left: 15px !important;
    }
    .navbar-inverse {
        padding: 8px 0;
    }
    #site {
        padding-top: 64px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 14px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 13px 10px;
        font-size: 13px;
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
    }
    .lang a p {
        font-size: 13px;
        justify-content: center;
    }
    .navbar-inverse .navbar-nav>li.lang>a {
        padding: 14px 15px;
    }
    .footer-wrap {
        flex-direction: column;
    }
    #main_wrapper .main_swiper_widget [class*="swiper-button"]::before {
        font-size: 20px;
    }
    #main_wrapper .main_swiper_widget .swiper-pagination-container .swiper-pagination {
        font-size: 12px;
        height: 25px;
    }
    #main_wrapper .main_swiper_widget [class*="swiper-button"].swiper-button-next {
        right: calc(50% - 50px);
        left: unset;
    }
    #main_wrapper .main_swiper_widget [class*="swiper-button"].swiper-button-prev {
        left: calc(50% - 27px);
    }
}
@media (max-width:576px) {
    .eng-wrap .desc p.last {
        font-size: 13px;
    }
    .subpage-content .cont + .cont {
        margin-top: 45px;
    }
    .eng-wrap .desc {
        padding: 12px;
    }
    .eng-wrap .desc p {
        font-size: 13px;
        line-height: 1.6;
    }
    .eng-wrap .sub-h4 {
        margin-bottom: 12px;
        font-size: 15px;
    }
    .eng-wrap .banner {
        padding: 25px 15px;
        font-size: 13px;
    }
    .swiper-caption h1 br{
        display: none;
    }
    .organ-wrap .partner-box p {
        font-size: 14px;
    }
    .organ-wrap .partner-box {
        height: 50px;
        padding: 10px;
    }
    .organ-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 15px;
    }
    .area-box {
        gap: 25px;
    }
    .area-box .txt-box {
        padding: 0 15px 15px;
    }
    .area-box .txt-box p {
        font-size: 13px;
    }
    .area-box .txt-box h6 {
        font-size: 16px;
    }
    .subpage-header {
        height: 150px;
    }
    .rule-sec {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .rule-list + .rule-list {
        margin-top: 35px;
    }
    .rule-list .rule-txt .num-list li {
        font-size: 11px;
    }
    .rule-list .rule-txt p {
        font-size: 11px;
    }
    .rule-list .rule-desc {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .rule-list .rule-sub {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .rule-tit a {
        position: relative;
        width: fit-content;
        margin-left: auto;
    }
    .rule-tit p {
        font-size: 11px;
    }
    .rule-tit a::after {
        font-size: 12px;
    }
    .rule-tit a {
        padding: 6px 5px;
        font-size: 10px;
        gap: 4px;
    }
    .rule-wrap {
        padding: 6px;
    }
    .rule-wrap .rule-box {
        padding: 30px 13px 50px;
    }
    .table-style01 td .dot-list li {
        font-size: 13px;
        padding-left: 8px;
    }
    .table-style01 td {
        font-size: 13px;
    }
    .table-style01 th {
        font-size: 14px;
    }
    .table-box{
        overflow-x: auto;
    }
    .table-box table{
        table-layout: fixed;
    }
    #ab04 .con02 .table-style01 col:nth-child(1){
        width: 120px !important;
    }
    #ab04 .con02 .table-style01 col:nth-child(2){
        width: 350px !important;
    }
    #ab04 .con03 .table-style01 col:nth-child(1){
        width: 80px !important;
    }
    #ab04 .con03 .table-style01 col:nth-child(2){
        width: 120px !important;
    }
    #ab04 .con03 .table-style01 col:nth-child(3){
        width: 220px !important;
    }
    .timeline ul li {
        grid-template-columns: 50px 1fr;
        font-size: 14px;
    }
    .timeline {
        padding-left: 20px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .timeline-box .img-box img {
        width: 100%;
        object-fit: cover;
        height: 220px;
    }
    .snb ul>li.dropdown .dropdown-toggle {
        padding: 12px 0px 12px;
        margin: 0px 10px;
        min-width: 120px;
    }
    .snb ul>li.dropdown .dropdown-toggle>span:not(.material-symbols-outlined) {
        font-size: 12px;
    }
    .footer-info ul li+li::before {
        width: 1px;
        height: 7px;
        left: -6px;
    }
    .footer-info ul {
        gap: 10px;
        flex-flow: wrap;
    }
    .purpose-box p br{
        display: none;
    }
    .purpose-box{
        padding: 20px 12px;
    }
    .contect-box .num-list {
        gap: 10px;
        display: grid;
        grid-template-columns: 30px 1fr;
    }
    .contect-box .num-list p {
        font-size: 14px;
    }
    .contect-box {
        padding: 20px 15px;
    }
    .purpose-box p {
        font-size: 14px;
    }
    .sub-h4 {
        padding-left: 25px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .snb ul>li.home {
        margin-right: 15px;
    }
    .snb ul>li.dropdown .dropdown-menu li a {
        padding: 0px 12px;
        font-size: 12px;
        line-height: 28px;
    }
    .snb ul>li.dropdown .dropdown-menu {
        padding: 10px 0;
        min-width: 130px;
    }
    .greet-box .txt-box p.name span{
        margin-left: 7px;
        font-size: 18px;
    }
    .greet-box .txt-box p.name {
        margin-top: 20px;
        font-size: 14px;
    }
    .greet-box .txt-box p {
        font-size: 15px;
    }
    .greet-box .txt-box h5 {
        font-size: 19px;
        margin-bottom: 25px;
    }
    .greet-box .img-box::before {
        left: 10px;
        bottom: -10px;
        width: 80px;
    }
    .greet-box .img-box img {
        height: 200px;
    }
    .main-btn .inner .icon-box img {
        width: 30px;
    }
    .main-btn .inner .icon-box {
        width: 55px;
        margin-bottom: 10px;
    }
    .main-btn .inner .icon-caption {
        font-size: 11px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 480px;
    }
    .footer-info ul li {
        font-size: 10px;
    }
    .footer-info ul li a {
        font-size: 10px;
    }
    .footer-info .copy {
        margin-top: 5px;
        font-size: 9px;
    }
    .footer-wrap .contact p {
        font-size: 11px;
    }
    .footer-wrap .contact a {
        font-size: 11px;
    }
}