@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');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

.contents_inner {
    overflow: hidden !important;
}

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}
.navbar-right{
    margin: 0 !important;
}
:root {
    --page-point-color: #00B4ED;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

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

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

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


@media (min-width: 1430px) {
    .container {
        width: 1330px;
    }
}

/* 상단 로고*/
.navbar-brand {
    height: 70px;
    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: brightness(0); */
}


/* 상단 메뉴 */
@media(min-width:768px) {
    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }
    .navbar-inverse>.container {
        width: 100%;
        max-width: 1630px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .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 {
        min-width: 100%;
        right: auto;
        z-index: 1030;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: #fff;
        left: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
    }
    .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 .navbar-nav li .dropdown-menu {
        transform-origin: center top;
        animation: menuOpen 0.35s forwards;
    }
}
.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

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

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

.navbar-header {}


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

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

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

.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 .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #006FBC;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: var(--page-point-color);
    background: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 37px 40px;
    text-align: center;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #fff;
    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: #fff;
}

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav {
        display: flex;
        flex-direction: column;
        overflow: hidden auto;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 15px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 !important;
    }

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

    .navbar-brand {
        height: 27px;
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background: var(--page-point-color);
    }

    .navbar-nav .open .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .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: 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,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
    }

    .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 .dropdown .dropdown-menu {
        padding: 0;
        background: #eee;
    }

    .navbar .dropdown-toggle::after {
        all: unset;
        box-sizing: border-box;
        content: "\e5cf";
        font-family: var(--icons);
        margin-left: auto;
        font-size: 15px;
    }

    .navbar .dropdown.open .dropdown-toggle::after {
        content: "\e5ce";
    }
}





.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: 100vh;
    animation: scale 3s ease both;
}
@keyframes scale {
    0% {
        transform: translate(-50px, -70px) scale(1.2);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}
@media (max-width:576px) {
    @keyframes scale {
        0% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
}
#mainCarousel .carousel-inner {
    overflow: hidden;
}

.main_swiper_widget .swiper-caption {
    position: absolute;
}

#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 20px;
    max-width: 1440px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    text-align: left;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 40px;
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 92px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    animation: down 2s 0.5s ease both;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: none;
    line-height: 1.5;
    letter-spacing: -0.03em;
    animation: down 2s 0.5s ease both;
}
@keyframes down {
    0%{
        opacity: 0;
        transform: translateX(-50px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
}

.carousel-control,
.carousel-indicators {
    width: 1400px;
    margin: 0;
    transform: translateX(-50%);
    bottom: 80px;
    display: flex;
    gap: 9px;
}

.carousel-control {
    z-index: 2;
    width: 20px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    left: 30px;
    display: none;
}

.carousel-control .glyphicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    top: unset;
}

.carousel-control .glyphicon-chevron-right {
    right: 0 !important;
}

.carousel-control .glyphicon-chevron-left {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control.right {
    left: unset;
    right: 30px;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    opacity: 0.75;
    margin: 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0;
    box-shadow: none;
    transform: none;
    opacity: 1;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 50px;
}

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

.mainpage section {
}
.main-con{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.main-con .left-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main01 .left-box{
    padding: 180px 0 140px;
    gap: 89px;
}
.main-tit{}
.main-tit h3{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -0.025em;
}
.main-tit p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
#main01 .main-tit h3{
    color: #111;
}
#main01 .main-tit p{
    color: #222;
}
.about-list{}
.about-list a:first-child{
    border-top: 2px solid #F2F2F2;
}
.about-list a{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    padding: 35px 10px;
    border-bottom: 2px solid #F2F2F2;
}
.about-list a span:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #1C1B1F;
    font-size: 45px;
    --wght : 300;
    transition: all 0.2s ease;
}
.about-list a span:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #BDBFC2;
    --wght : 300;
    font-size: 32px;
}
.about-list a h6{
    width: 250px;
    text-align: left;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: all 0.2s ease;
}
.about-list a:hover span, .about-list a:hover h6 {
    color: #00B4ED;
}
.main-company .img-box{}
.main-company .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main02{
    padding: 127px 0 113px;
    position: relative;
}
#main02::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/public/img/main/main02Bg.jpg") no-repeat center / cover;
    z-index: -1;
}
.main-business .left-box{
    padding-top: 70px;
}
.mb-inners{
    display: grid;
    grid-template-columns: 320px 320px;
    gap: 40px;
}
.mb-inners a{
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    height: 360px;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    position: relative;
}
.mb-inners a:nth-child(1){
    background: url("/public/img/main/innerBg01.jpg") no-repeat center / cover;
}
.mb-inners a:nth-child(2){
    background: url("/public/img/main/innerBg02.jpg") no-repeat center / cover;
}
.mb-inners a:nth-child(3){
    background: url("/public/img/main/innerBg03.jpg") no-repeat center / cover;
}
.mb-inners a:nth-child(4){
    background: url("/public/img/main/innerBg04.jpg") no-repeat center / cover;
}
.mb-inners a:nth-child(5){
    background: url("/public/img/main/innerBg05.jpg") no-repeat center / cover;
}
.mb-inners a:nth-child(2n){
    transform : translateY(170px);
}
.mb-inners a h6{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: 0;
    margin-bottom: 25px;
    width: 100%;
}
.mb-inners a p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
}
.mb-inners a span{
    position: absolute;
    right: 23px;
    bottom: 19px;
    width: 54px;
    height: 54px;
    font-size: 54px;
}
#main03 .left-box{
    background: url("/public/img/main/main03.jpg") no-repeat center / cover;
    padding-top: 200px;
}
.main-board{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 156px 220px 156px 140px;
    flex-direction: column;
    gap: 60px;
}
.main-board .main-data{}

.main-data .page-header {
    margin: 0 0 35px;
    padding: 0;
    border: 0;
    position: relative;
}

.main-data .page-header a {
    font-size: 34px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-data .page-header h4 {
    position: unset;
    font-size: 40px;
    letter-spacing: -0.03em;
    color: #333;
    line-height: 1.2;
}

.main-data .page-header i {width: 24.913px;height: 24px;display: flex;align-items: center;justify-content: center;}
.main-data .page-header i:before{
    content : "\f3dd";
    font-family : var(--icons);
    font-size: 24px;
    color: #999;
    font-weight: 300;
}
.main-data .type_list {}

.main-data .type_list li:first-child {
    border-top: 2px solid #000;
}

.main-data .type_list li {
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.main-data .type_list li a {
    padding: 0;
}
.main-data .type_list li a span{
    margin: 0 !important;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: wrap;
}
.main-data .type_list li>span {
    background: #F0EDE9;
    font-weight: 400;
    color: #8d6e4a;
    font-size: 13px;
    padding: 6px 5px;
    min-width: 58px;
    margin-right: 16px;
    letter-spacing: 0;
    font-weight: 500;
}

.main-data .type_list .info {}

.main-data .type_list .info span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    opacity: 1;
}

.main-data .type_list .info .writer,
.main-data .type_list .info .hits {
    display: none;
}
.main-board .main-contact{
    height: 162px;
    border-radius: 15px;
    background: #F0F1F6;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    position: relative;
    padding-left: 45px;
}
.main-board .main-contact h5{
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.03em;
}
.main-board .main-contact p{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.02em;
}
.main-board .main-contact img{
    position: absolute;
    right: 41px;
    bottom: 32px;
    content: "";
}
/* 서브 페이지 */
.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: 660px;
}

.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_260120.jpg") no-repeat center / cover;
    filter: brightness(0.9);
}
[id^=area0] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg02_2601.jpg") no-repeat center / cover;
    filter: brightness(0.9);
}
[id^=partner0] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
    filter: brightness(1);
}
[id^=service0] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
    filter: brightness(1);
}
.wr_form_item{
    width: 100% !important;
}
.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    line-height: 1.15;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -0.01em;
    color: #fff;
}

/* [ subpage-navbar ] */
.snb {
    position: absolute;
    z-index: 4;
    border-bottom: 1px solid #dedede;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}

.snb li {
    flex: 0 1 200px;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    padding: 21px 0;
    letter-spacing: 0.034em;
    transition: all 0.3s ease;
}
.snb a:hover {
    color: #fff;
    border-radius: 30px;
}
.snb li.active a {
    font-weight: 600;
    color: #fff;
}


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

.subpage-content .con {}
.title-h3{
    margin-bottom: 100px;
}
.title-h3 h3{
    color: #222;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}
/* 회사개요 */
.greet-box,
.history-box{
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 120px;
}
.greet-box .img-box{}
.greet-box .img-box img{
}
.greet-box .txt-box{}
.greet-box .greet-tit{
    margin-bottom: 94.5px;
}
.greet-box .greet-tit h4{
    color: #333;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
.greet-box .greet-tit p{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
}
.greet-box .outline-box{}
.greet-box .outline-box .item:nth-child(1){
    border-top: 1px solid #eee;
}
.greet-box .outline-box .item{
    padding: 25px 0;
    border-radius: 10px;
    border-bottom: 1px solid #EEE;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 30px;
}
.greet-box .outline-box .item span{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.5px;
}
.greet-box .outline-box .item p{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.5px;
}
/* 회사연혁 */
.history-box{}
.history-box .img-box{}
.history-box .img-box img{}
.timeline-box{
    border-top: 1px solid #333;
}
.timeline-box .timeline{
    padding: 30px 0;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 120px;
    border-bottom: 1px solid #DDD;
}
.timeline-box .timeline h6{
    padding: 20px 0;
    color: #333;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}
.timeline-box .timeline ul{}
.timeline-box .timeline li{
    padding: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #EEE;
}
.timeline-box .timeline li:last-child{
    border-bottom: 0;
}
.timeline-box .timeline li span{
    display: block;
    width: fit-content;
    color: #333;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}
/* 오시는길 */
.map-box{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.map-box iframe{}
.map-box .map-info{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 19px;
}
.map-box .map-info h6{
    color: #222;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1,3;
    letter-spacing: -0.03em;
}
.map-box .contact-list{
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 50px;
}
.map-box .contact-list .item{
    display: flex;
    align-items: center;
    gap: 12px;
}
.map-box .contact-list .item span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--page-point-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.map-box .contact-list .item b{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.01em;
}
.map-box .contact-list .item p{
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 21px;
}
/* 사업분야 */
.area-wrap{
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}
[id^=area0] .se01{
    position : relative;
}
[id^=area0] .se01::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 133.5px;
    width: 100%;
    height: 514px;
    background: url("/public/img/sub/area/areaBg.jpg") no-repeat center / cover;
}
.area-wrap .img-box{
    border-radius: 10px;
    overflow: hidden;
}
.area-wrap .img-box img{}
.area-wrap .cate-box{
    display: grid;
    gap: 20px;
}
.area-wrap .cate-box.cate-4{
    grid-template-columns: repeat(4,1fr);
}
.area-wrap .cate-box.cate-3{
    grid-template-columns: repeat(3,1fr);
}
.area-wrap  .cate-box .item{
    display: flex;
    height: 302.5px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 25px -3px rgba(60, 94, 146, 0.15);
}
.area-wrap .cate-box .item span{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 75px;
    color: var(--page-point-color);
    --wght: 100;
}
.area-wrap .cate-box .item p{
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.5px;
}
/* 파트너사 */
.partner-wrap{
    display: flex;
    flex-direction: column;
    gap: 150px;
}
.partner-wrap .partner-box{}
.partner-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.partner-list .img-box{
    display: flex;
    height: 120px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #DDD;
}
.partner-list .img-box img{}
/* 블로그 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: 50px 20px;
}

#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 {}

#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

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

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

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#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 {}



/* 목록 게시판 */
.category_wrap {}

.category_wrap ul {}

.category_wrap ul li {}

.category_wrap ul li+li {
    margin: 0;
}

.category_wrap ul li a {}

.category_wrap ul li.on {}

.category_wrap ul li.on a {}

.category_wrap li.on :where(a, a:hover, a:focus) {}

#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {
    border-top: 1px solid #222;
    margin: 0;
}

#bbsArea .search_wrap {
    margin-bottom: 0;
}

#bbsArea .search_wrap #write_btn {
    background: #333;
    border: 0;
    padding: 15px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
}

#bbsArea .board_list_list col.num_col {
    width: 150px;
}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

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

#bbsArea .board_list_list thead tr th {
    background: transparent;
    padding: 20px 18px;
    color: #222;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.01em;
    border-bottom: 0;
}

#bbsArea .board_list_list tbody tr {
    border-bottom: 1px solid #EAEAEA;
}

#bbsArea .board_list_list tbody tr.notice {
    background: #F8F8F8;
    background-blend-mode: multiply;
}

#notice01 #bbsArea tbody tr.notice {}

#bbsArea .board_list_list .badge {
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    background: var(--page-point-color);
    margin: 0 !important;
    border-radius: 2px;
}

#bbsArea .board_list_list .subject a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    display: block;
    line-height: 1.4;
}

#bbsArea .board_list_list tbody th {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#bbsArea .board_list_list tbody td {
    padding: 27px 18px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#bbsArea .board_list_list tbody td span {
    letter-spacing: -0.01em;
    line-height: 1.4;
}

#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 {
    border: 0;
}

/* 주문폼 */
#bbsArea .board_wrapper {
}

#service01 #write_btn {
    background: #222;
    margin: 0;
    width: 190px;
    height: 60px;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}


[id^=service0] #bbsArea form {}


[id^=service0] #bbsArea form table {
    border-top: 2px solid #333;
    border-bottom: 0;
}


[id^=service0] #bbsArea form table tr {
    display: grid !important;
    grid-template-columns: 240px 1fr;
    border-bottom: 1px solid #E0E0E0;
}

[id^=service0] #bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #F8F8F8;
    padding: 29px 30px !important;
    display: flex !important;
    gap: 3px;
    border: 0;
    letter-spacing: -0.01em;
    align-items: center;
}

[id^=service0] #bbsArea form table th span {
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-weight: 600;
}

[id^=service0] #bbsArea form table th span.required_text {
    position: relative;
    margin: 0;
    order: 2;
    color: #f00;
}

[id^=service0] #bbsArea form table td {
    font-size: 15px;
    padding: 15px 20px !important;
    border: 0;
    display: flex;
    align-items: center;
}

[id^=service0] #bbsArea form table td #frm_data_1_wrap {
    width: 100%;
}

[id^=service0] #bbsArea form table td #frm_data_1_wrap textarea {
    min-height: 180px !important;
}

[id^=service0] #bbsArea form table tr#item_captcha {}

[id^=service0] #bbsArea form table tr#item_captcha td {
    display: flex;
    gap: 10px;
}

[id^=service0] #bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

[id^=service0] #bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

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

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

[id^=service0] img#captcha {
    height: 47px;
    vertical-align: bottom;
}

[id^=service0] img#captcha+br {
    display: none;
}

[id^=service0] #wr_captcha {
    margin: 0 !important;
    width: 200px;
}

[id^=service0] label.radio-inline {
    margin-top: 0 !important;
}

[id^=service0] .radio-inline+.radio-inline {
    margin-left: 25px !important;
}

[id^=service0] .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    height: 47px;
}

[id^=service0] .board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
    display: none;
}

[id^=service0] .checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

[id^=service0] .custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

[id^=service0] .btn.btn-lg {
    width: 190px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    background: #333;
    letter-spacing: -0.02em;
}

[id^=service0] .btn.btn-lg:hover {
    background: #333;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    padding: 50px 0;
    background-color: #006FBC;
}
footer .container{
    width : 100%;
    max-width : 1630px;
}
footer .footer-wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 80px;
}
footer .footer-wrap img{
    width: 100%;
    object-fit: contain;
    transform: translateY(-12px);
}

footer li {
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

footer li span {
    font-weight: 700;
    line-height: 26px;
    font-size: 14px;
}

footer li:first-child {
    margin-bottom: 10px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.02em;
}

footer li.copy {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px; /* 191.667% */
    letter-spacing: 0;
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 30px;
    align-items: center;
}
footer li:not(.clear-fix) + li:not(.clear-fix)::before{
    position: absolute;
    content: "";
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #ffffff69;
}


.footer-info li.login {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.footer-info li.login:before{
    display : none;
}
.footer-info li.login a {
    display: block;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid #fff;
}

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

.footer-info li.clear-fix {
    width: 100%;
}

.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: 20px 0;
        margin: 7px 0;
        order: 2;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        opacity: 1;
        position: relative;
    }

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

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

    .navbar-inverse .navbar-collapse:not(.in) {
        max-height: 0;
        border-color: transparent;
    }

    .navbar-inverse .navbar-collapse {
        transition: all 0.4s;
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }

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

.ani {
    --opacity: 1;
    --s-level: 1;
    --d-level: 1;
    --t-level: 1;
    --scalvalue: 10;
    --size : 0.1;
    --value: 10px;
    --duration-second: 0.5s;
    --delay-second: 0.25s;
    --duration: calc(var(--duration-second) * var(--s-level));
    --delay: calc(var(--delay-second) * var(--d-level));
    --property: all;
    --timing-function: ease;
    --t-levelX : 4;
    --t-levelY : 4;
    --translate1: calc(var(--value) * var(--t-levelX));
    --translate2: calc(var(--value) * var(--t-levelY));
    --scale: calc(var(--scalvalue) * var(--size));
    opacity: var(--opacity);
    transition-duration: var(--duration);
    transition-property: var(--property);
    transition-timing-function: var(--timing-function);
    translate: var(--translateX) var(--translateY);
    scale: var(--scale);
}

.ani.active {
    transition-delay: var(--delay);
}

@media (width <=767.98px) {
    .ani {
        --value: 10px;
    }
}

.ani[class*="fade"] {
    --opacity: 0;
    filter: blur(2px);
}

.ani[class*="show"] {
    --opacity: 1;
}


.ani[class*="-s0"] {
    --s-level: 0;
}

.ani[class*="-s1"] {
    --s-level: 1;
}

.ani[class*="-s2"] {
    --s-level: 2;
}

.ani[class*="-s3"] {
    --s-level: 3;
}

.ani[class*="-s4"] {
    --s-level: 4;
}

.ani[class*="-s5"] {
    --s-level: 5;
}

.ani[class*="-s6"] {
    --s-level: 6;
}

.ani[class*="-s7"] {
    --s-level: 7;
}

.ani[class*="-s8"] {
    --s-level: 8;
}
.ani[class*="-s9"] {
    --s-level: 9;
}
.ani[class*="-s10"] {
    --s-level: 10;
}

.ani[class*="-d0"] {
    --d-level: 0;
}

.ani[class*="-d1"] {
    --d-level: 1;
}

.ani[class*="-d2"] {
    --d-level: 2;
}

.ani[class*="-d3"] {
    --d-level: 3;
}

.ani[class*="-d4"] {
    --d-level: 4;
}

.ani[class*="-d5"] {
    --d-level: 5;
}

.ani[class*="-d6"] {
    --d-level: 6;
}

.ani[class*="-d7"] {
    --d-level: 7;
}

.ani[class*="-d8"] {
    --d-level: 8;
}

.ani[class*="-d9"] {
    --d-level: 9;
}

.ani[class*="-d10"] {
    --d-level: 10;
}

.ani[class*="-t0x"] {
    --t-levelX: 0;
}

.ani[class*="-t1x"] {
    --t-levelX: 1;
}

.ani[class*="-t2x"] {
    --t-levelX: 2;
}

.ani[class*="-t3x"] {
    --t-levelX: 3;
}

.ani[class*="-t4x"] {
    --t-levelX: 4;
}

.ani[class*="-t5x"] {
    --t-levelX: 5;
}

.ani[class*="-t6x"] {
    --t-levelX: 6;
}
.ani[class*="-t7x"] {
    --t-levelX: 7;
}
.ani[class*="-t8x"] {
    --t-levelX: 8;
}
.ani[class*="-t9x"] {
    --t-levelX: 9;
}
.ani[class*="-t10x"] {
    --t-levelX: 10;
}

.ani[class*="-t0y"] {
    --t-levelY: 0;
}

.ani[class*="-t1y"] {
    --t-levelY: 1;
}
.ani[class*="-t2y"] {
    --t-levelY: 2;
}

.ani[class*="-t3y"] {
    --t-levelY: 3;
}

.ani[class*="-t4y"] {
    --t-levelY: 4;
}

.ani[class*="-t5y"] {
    --t-levelY: 5;
}

.ani[class*="-t6y"] {
    --t-levelY: 6;
}
.ani[class*="-t7y"] {
    --t-levelY: 7;
}
.ani[class*="-t8y"] {
    --t-levelY: 8;
}
.ani[class*="-t9y"] {
    --t-levelY: 9;
}
.ani[class*="-t10y"] {
    --t-levelY: 10;
}

.ani[class*="-ease"] {
    --timing-function: ease;
}

.ani[class*="-ease-in"] {
    --timing-function: ease-in;
}

.ani[class*="-ease-out"] {
    --timing-function: ease-out;
}

.ani[class*="-ease-in-out"] {
    --timing-function: ease-in-out;
}

.ani[class*="-linear"] {
    --timing-function: linear;
}

.ani[class*="-upper"] {
    --translateX: 0;
    --translateY: var(--translate2);
}

.ani[class*="-under"] {
    --translateX: 0;
    --translateY: calc(var(--translate2) * -1);
}

.ani[class*="-left"] {
    --translateX: calc(var(--translate1) * -1);
    --translateY: 0;
}

.ani[class*="-right"] {
    --translateX: var(--translate1);
    --translateY: 0;
}


.ani[class*="-scale"] {
    --size : 0.1
}
.ani[class*="-scale1"] {
    --scale : 0.11
}
.ani[class*="-scale2"] {
    --scale : 0.12
}
.ani[class*="-scale3"] {
    --scale : 0.13
}
.ani[class*="-scale4"] {
    --scale : 0.14
}
.ani[class*="-scale5"] {
    --scale : 0.15
}
.ani[class*="-scale1re"] {
    --scale : 0.09
}
.ani[class*="-scale2re"] {
    --scale : 0.08
}
.ani[class*="-scale3re"] {
    --scale : 0.07
}
.ani[class*="-scale4re"] {
    --scale : 0.06
}
.ani[class*="-scale5re"] {
    --scale : 0.05
}

.ani.active {
    opacity: 1;
}

.ani.active[class*="fade"] {
    --translateX: 0;
    --translateY: 0;
    --scale: 1;
    --opacity: 1;
    filter: blur(0px);
}

.ani.active[class*="show"] {
    --translateX: 0;
    --translateY: 0;
    --scale: 1;
}ani.active[class*="curtain"][class*="fade"] {
    --opacity: 1;
}

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25px 25px;
        line-height: 21px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 8px 10px;
        font-size: 14px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 650px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 30px;
        text-shadow: none;
        font-size: 55px;
    }
    .swiper-caption p, .carousel-caption p {
        font-size: 20px;
    }
    #main01 .left-box {
        padding: 80px 0 80px;
        gap: 45px;
    }
    .main-tit h3 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .main-tit p {
        font-size: 17px;
    }
    .about-list a {
        gap: 25px;
        padding: 20px 10px;
    }
    .about-list a span:nth-child(1) {
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
    .about-list a h6 {
        width: 210px;
        font-size: 20px;
    }
    .about-list a span:nth-child(3) {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }
    .mb-inners a h6 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .mb-inners a p {
        font-size: 15px;
    }
    .mb-inners a {
        height: 300px;
        padding: 0px 25px;
    }
    .mb-inners {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding-right: 30px;
    }
    .mb-inners a span {
        right: 15px;
        bottom: 15px;
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
    #main03 .left-box {
        padding-top: 115px;
    }
    .main-board {
        padding: 120px 30px 75px 65px;
        flex-direction: column;
        gap: 35px;
    }
    .main-data .page-header h4 {
        font-size: 35px;
    }
    .main-data .page-header {
        margin: 0 0 20px;
    }
    .main-data .type_list li a span {
        font-size: 16px;
    }
    .main-data .type_list li {
        padding: 18px 0px;
    }
    .main-board .main-contact {
        height: 150px;
        border-radius: 10px;
        gap: 10px;
        padding-left: 20px;
    }
    .main-board .main-contact h5 {
        font-size: 23px;
    }
    .main-board .main-contact p {
        font-size: 15px;
    }
    .main-board .main-contact img {
        right: 15px;
        bottom: 13px;
    }
}
@media (max-width:991px) {
    .greet-box .outline-box .item p br{
        display: none;
    }
    .greet-box .outline-box .item p {
        font-size: 14px;
    }
    .greet-box .outline-box .item {
        padding: 15px 0;
        grid-template-columns: 120px 1fr;
        gap: 25px;
    }
    .greet-box .greet-tit {
        margin-bottom: 35.5px;
    }
    .greet-box .greet-tit p {
        font-size: 18px;
    }
    .greet-box .greet-tit h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .title-h3 {
        margin-bottom: 50px;
    }
    .title-h3 h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .subpage-content {
        padding: 75px 0 100px;
    }
    .snb a {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0;
    }
    .subpage-title h2 {
        font-size: clamp(20px, 4.51vw, 45px);
    }
    .subpage-header {
        height: 380px;
    }
    .greet-box .img-box img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .greet-box, .history-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 70px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 550px;
    }
    .navbar-brand {
        height: 40px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 20px;
        font-size: clamp(25px, 4.51vw, 45px);
    }
    .swiper-caption p, .carousel-caption p {
        font-size: 16px;
    }
    .main-tit h3 {
        font-size: clamp(20px, 3.51vw, 35px);
        margin-bottom: 15px;
    }
    .main-tit p {
        font-size: 14px;
    }
    .about-list a {
        gap: 15px;
        padding: 15px 5px;
    }
    .about-list a h6 {
        width: 190px;
        font-size: 17px;
    }
    .about-list a span:nth-child(1) {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }
    #main02 {
        padding: 78px 0 70px;
        position: relative;
    }
    .mb-inners a h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .mb-inners a p {
        font-size: 14px;
    }
    .mb-inners a {
        height: 209px;
        padding: 0px 20px;
    }
    .mb-inners a span {
        right: 17px;
        bottom: 18px;
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
    .main-business .left-box {
        padding-top: 0;
    }
    .mb-inners a:nth-child(2n) {
        transform: translateY(100px);
    }
    .main-data .page-header h4 {
        font-size: 24px;
    }
    .main-data .page-header i:before {
        font-size: 20px;
    }
    .main-board {
        padding: 80px 20px 50px 35px;
        gap: 35px;
    }
    .main-board .main-contact h5 {
        font-size: 18px;
    }
    footer .footer-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    footer .footer-wrap img {
        width: 190px;
        object-fit: contain;
        transform: translateX(-12px);
    }
    footer li:first-child {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 20px;
    }
    footer li {
        font-size: 13px;
        line-height: 24px;
        gap: 3px;
    }
    footer {
        padding: 30px 0;
        background-color: #006FBC;
    }
    .footer-info li.login a {
        padding: 6px;
        font-size: 11px;
    }
    .history-box .img-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .timeline-box .timeline {
        padding: 20px 0;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .timeline-box .timeline h6 {
        padding: 20px 0 10px;
        font-size: 35px;
    }
    .timeline-box .timeline li {
        padding: 15px 25px;
        gap: 15px;
        font-size: 16px;
    }
    .timeline-box .timeline li span {
        font-size: 17px;
    }
    .map-box .contact-list {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .root_daum_roughmap .wrap_map {
        height: 350px !important;
        position: relative;
    }
    .map-box .map-info h6 {
        font-size: 23px;
        line-height: 1.3;
    }
    .map-box {
        gap: 35px;
    }
    .area-wrap .cate-box.cate-4,
    .area-wrap .cate-box.cate-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .partner-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .partner-list .img-box {
        height: 90px;
        padding: 20px;
    }
}
@media (max-width:767px) {
    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }
    #board_data_view .header_wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #board_data_view .header_wrap .info span {
        font-size: 11px;
    }
    .board_data_view .contents_wrap {
        padding: 20px 15px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 360px;
    }
    .navbar-brand {
        height: 35px;
    }
    .navbar-inverse.on .navbar-nav>li>a, .navbar-inverse.sub-nav .navbar-nav>li>a, .navbar-inverse.opened .navbar-nav>li>a {
        color: #000;
        font-weight: 600;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 15px 25px;
        line-height: 21px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 10px 25px;
        font-size: 14px;
    }
    .main-con {
        display: grid;
        grid-template-columns: 1fr;
    }
    #main01 .left-box {
        padding: 80px 0 80px;
        gap: 45px;
        align-items: unset;
    }
    #main01 .left-box {
        padding: 45px 30px;
        align-items: unset;
    }
    .about-list a h6 {
        width: 100%;
        font-size: 17px;
    }
    .main-business .left-box {
        padding-top: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    #main03 .left-box {
        padding-top: 80px;
    }
    #main03 .left-box {
        padding: 35px 0;
        text-align: center;
    }
    .main-board {
        padding: 45px 20px 50px 35px;
    }
    .main-data .page-header h4 {
        font-size: 20px;
    }
    .main-data .page-header {
        margin: 0 0 10px;
    }
    .main-data .type_list li a span {
        font-size: 14px;
    }
    .main-data .type_list .info span {
        font-size: 12px;
    }
    .main-board .main-contact img {
        right: 15px;
        bottom: 13px;
        width: 70px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 12px 10px;
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody th {
        font-size: 12px;
    }
    #bbsArea .board_list_list tbody td {
        padding: 15px 5px;
        font-size: 11px;
    }
    #bbsArea .board_list_list .subject a {
        font-size: 12px;
    }
    #bbsArea .board_list_list .badge {
        padding: 3px 5px;
        font-size: 9px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 80px;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 220px !important;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 100px;
    }
    #bbsArea .board_list_list col.regdate_col {
        width: 100px;
    }
    #bbsArea .board_list_list col.hits_col {
        width: 80px;
    }
    #bbsArea .board_list_list table{
        min-width: 600px;
    }
}
@media (max-width:576px) {
    .partner-list .img-box img {
        height: 40px;
        object-fit: contain;
    }
    .partner-list .img-box {
        height: 70px;
        padding: 10px;
    }
    .partner-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .map-box .contact-list .item {
        gap: 6px;
    }
    .map-box .contact-list .item p {
        color: #606060;
        font-size: 13px;
        line-height: 18px;
    }
    .map-box .contact-list .item b {
        font-size: 13px;
        line-height: 15px;
    }
    .map-box .contact-list .item span {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .map-box .map-info h6 {
        font-size: 16px;
    }
    .root_daum_roughmap .wrap_map {
        height: 260px !important;
    }
    .history-box .img-box img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .navbar-brand {
        height: 29px;
    }
    #main01 .left-box {
        padding: 30px 30px;
        gap: 25px;
    }
    .main-board {
        padding: 45px 20px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 280px;
    }
    .about-list a h6 {
        width: 100%;
        font-size: 14px;
    }
    .mb-inners a h6 {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .mb-inners a p {
        font-size: 11px;
    }
    .mb-inners a {
        height: 170px;
    }
    .main-board .main-contact p {
        font-size: 13px;
    }
    .main-board .main-contact img {
        right: 15px;
        bottom: 13px;
        width: 50px;
    }
    .subpage-header {
        height: 200px;
    }
    .snb a {
        font-size: 9px;
        line-height: 14px;
        padding: 7px 0;
        letter-spacing: -0.03em;
    }
    .greet-box .img-box img {
        height: 200px;
    }
    .greet-box .greet-tit h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .greet-box .greet-tit p {
        font-size: 15px;
    }
    .greet-box .greet-tit p br{
        display: none;
    }
    .greet-box .outline-box .item {
        padding: 12px 0;
        grid-template-columns: 90px 1fr;
        gap: 15px;
    }
    .greet-box .outline-box .item span {
        font-size: 13px;
    }
    footer li {
        font-size: 11px;
        line-height: 19px;
        gap: 3px;
    }
    footer .footer-wrap img {
        width: 145px;
    }
    footer li span {
        font-weight: 700;
        line-height: 22px;
        font-size: 11px;
    }
    footer .footer-info {
        gap: 0 10px;
    }
    footer li:not(.clear-fix) + li:not(.clear-fix)::before {
        left: -5px;
        top: 50%;
        width: 1px;
        height: 7px;
    }
    .greet-box, .history-box {
        gap: 30px;
    }
    .greet-box .outline-box .item p {
        font-size: 12px;
    }
    .timeline-box .timeline h6 {
        padding: 10px 0 10px;
        font-size: 25px;
    }
    .timeline-box .timeline li {
        padding: 15px 10px;
        gap: 10px;
        font-size: 13px;
    }
    .timeline-box .timeline li span {
        font-size: 14px;
    }
    .subpage-content {
        padding: 65px 0 80px;
    }
    .area-wrap .cate-box.cate-4,
    .area-wrap .cate-box.cate-3 {
        grid-template-columns: 1fr;
    }
    .area-wrap .cate-box .item p {
        font-size: 13px;
    }
    .area-wrap .cate-box .item span {
        width: 50px;
        height: 50px;
        font-size: 50px;
    }
    .area-wrap .cate-box .item {
        height: 175.5px;
        padding-bottom: 10px;
        gap: 10px;
    }
    [id^=area0] .se01::before{
        display: none;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 25px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 7px 25px;
        font-size: 12px;
    }
    .partner-wrap {
        gap: 65px;
    }
    .title-h3 {
        margin-bottom: 30px;
    }
    [id^=service0] #bbsArea form table tr {
        grid-template-columns: 1fr;
    }
    [id^=service0] #bbsArea form table th {
        font-size: 13px;
        padding: 15px 15px !important;
    }
    [id^=service0] #bbsArea form table td {
        font-size: 12px;
        padding: 10px 10px !important;
    }
    [id^=service0] .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        padding: 7px 10px;
        font-size: 12px;
        height: 40px;
        width: 100%;
    }
    [id^=service0] img#captcha {
        height: 40px;
    }
    #service01 #write_btn {
        width: 140px;
        height: 52px;
        font-size: 15px;
    }

}