@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');

#site {
    font-family: "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.5;
}

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

/* 불필요 항목 삭제 */
.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: #333;
    --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: 1400px) {
    .container {
        width: 1330px;
    }
}

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

.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 {
        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: rgba(0, 0, 0, 0.8);
        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: #fff;
    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: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: #fff;
    background: #00b1a3;
}

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

.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: #000;
}

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

#mainCarousel .carousel-inner {}

.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: 47%;
    padding: 0;
    max-width: 1240px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    text-align: center;
    text-shadow: none;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 35px;
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.35;
    /* 66.24px */
    letter-spacing: -0.02em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-caption p,
.carousel-caption h1>p {
    font-size: 20px;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin-bottom: 28px;
    color: #3AFFF4;
    padding: 3px 0;
    border-bottom: 1px solid #3AFFF4;
    display: block;
    width: fit-content;
}

.carousel-caption p {
    display: none;
}

.carousel-caption a {
    display: flex;
    align-items: center;
    width: 180px;
    height: 52px;
    padding: 1px 10px 1px 30px;
    justify-content: space-between;
    color: #fff;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 auto;
}

.carousel-caption a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: #fff;
    background: #08E2D6;
    text-shadow: none;
}

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

.carousel-control,
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 6px;
    bottom: 30px;
}

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

.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;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

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

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

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

.mainpage section {
    padding: 120px 0;
}

.main-tit {
    margin-bottom: 40px;
}

.main-tit h3 {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    display: flex;
    align-items: end;
    gap: 12px;
}

.main-tit span {
    display: block;
    color: #01A59C;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.main-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.main-product .inner {
    padding: 40px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-bottom: 33px;
}

.main-product .inner:hover {
    color: unset;
}

.main-product .inner:nth-child(3n) {
    border-right: 1px solid #ddd;
}

.main-product .inner:nth-child(6),
.main-product .inner:nth-child(4),
.main-product .inner:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.main-product .inner .img-box {
    padding: 59px 0;
    background: #F3F3F3;
    margin-bottom: 25px;
}

.main-product .inner .img-box img {}

.main-product .inner .txt-box {}

.main-product .inner .txt-box h6 {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    font-size: 32px;
    letter-spacing: -0.025em;
}

.main-product .inner .txt-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #333;
    margin-top: 5px;
}

.mp-desc {
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.mp-desc b {
    color: #C90000;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.mp-desc::before {
    content: "※";
    position: absolute;
    left: 0;
    top: -1px;
}

/* 교재 */
.main-con:nth-child(even) {
    background: #F4F6F8;
}

.main-book {
    display: grid;
    grid-template-columns: 329px 1fr;
    gap: 100px;
    align-items: center;
}

.main-book .book-img {
    box-shadow: 8px 17px 40px -3px rgba(0, 0, 0, 0.20);
}

.main-book .book-img img {
    width: 100%;
    object-fit: cover;
}

.main-book .book-txt {}

.main-book .book-txt img {}

.main-book .book-txt .info {
    margin-top: 50px;
}

.main-book .book-txt .info p {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin-bottom: 25px;
}

.bar-list {}

.bar-list li {
    position: relative;
    padding-left: 14px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.bar-list li+li {
    margin-top: 5px;
}

.bar-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 6px;
    height: 2px;
    background: #333;
}

.main-book .bar-list {}

.main-book .bar-list li {}

.main-book .bar-list li+li {}

.main-book .bar-list li::before {}
#main02{
    position: relative;
}
#main02::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1186px;
    height: 433px;
    background: url("/public/img/main/main02Bg.png") no-repeat center / cover;
}
/* 게시판 */
#main03{
    position: relative;
    overflow: hidden;
}
#main03::before{
    position: absolute;
    content: "";
    left: 99px;
    bottom: 64.6px;
    width: 423px;
    height: 421px;
    background: url("/public/img/main/main03Bg.png") no-repeat center / cover;
}
#main03 .container {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 50px;
}

#main03 .container:before,
#main03 .container:after {
    display: none;
}

#main03 .main-tit {}

#main03 .main-tit h3 {
    flex-direction: column;
    align-items: unset;
}

#main03 .main-tit span {}

.page-header {
    display: none;
}

.main-board {}

.main-board .board-append {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #808080;
}

.main-board .board-append .mb {}

.mb-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mb-tit h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
}

.mb-tit a {
    color: #999;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
}

.board_box_list .type_list {}

.board_box_list .type_list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.board_box_list .type_list li:last-child {
    border: 0
}

.board_box_list .type_list li .info {
    display: none;
}

.board_box_list .type_list li .info span {}

.board_box_list .type_list li a {}

.board_box_list .type_list li a span {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-wrap: wrap;
}

.main-board .main-data {
    margin-top: 50px;
}
.main-board .main-data .type_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 40px;
}
.main-board .main-data .type_list li{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}
.main-board .main-data .type_list li .cate{
    margin: 0 !important;
    background: #50BFB9;
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
}
.gallery-board{}
.gallery-board .type_blog_b{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.gallery-board .type_blog_b > div{}
.gallery-board .type_blog_b .inner{
    border: 0;
    margin: 0;
}
.gallery-board .type_blog_b .inner .top{}
.gallery-board .type_blog_b .inner .top a span{
    height: 240px;
}
.gallery-board .type_blog_b .inner .bottom{
    display: none;
}
.gallery-board .type_blog_b .inner .bottom .title{}
.gallery-board .type_blog_b .inner .bottom .title a{}
.gallery-board .type_blog_b .inner .bottom .title a .cate{
    display: none;
}
.gallery-board .type_blog_b .inner .bottom .info{}
.gallery-board .type_blog_b .inner .bottom .info span{}
.main-location{
    display: grid;
    grid-template-columns: 920px 1fr;
    gap: 70px;
    align-items: center;
}
.main-location .ml{}
.main-location .ml > div{
    width : 100%;
}
.main-location .ml-info{}
.main-location .ml-info .inner{
    padding: 30px 0 26px;
    border-bottom: 1px solid #ddd;
}
.main-location .ml-info .inner:last-child{
    /* border: 0; */
}
.main-location .ml-info .inner:first-child p{
    line-height : 1.5;
}
.main-location .ml-info .inner span{
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    color: #01A59C;
}
.main-location .ml-info .inner p{
    color: #333;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.01em;
}
#main05 .main-tit span{
}
/* 서브 페이지 */
.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: 540px;
}

.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.png") 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%;
}

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

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    margin-top: -66px;
}

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

.snb li {
    flex: 0 1 240px;
}
.snb li:last-child {
    flex: 1;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 17px;
    letter-spacing: -0.02em;
    height: 66px;
    color: #fff;
}

.snb li:last-child a {
    line-height: 1.3;
    padding-top: 5px;
}

.snb li.active a {
    background: #fff;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.01em;
}

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: none;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

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

.subpage-content .con {}

/* 제품소개 */
.title-h3 {
    margin-bottom: 100px;
}

.title-h3 h3 {
    color: #333;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.title-h3 p {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
}

.product-wrap {}

.product-intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.product-intro .img-box {}

.product-intro .img-box img {
    width: 100%;
    object-fit: cover;
}

.product-inners {
    display: flex;
    flex-direction: column;
}

.product-inners .inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    border-bottom: 1px solid #333;
    padding: 80px 0;
}

.product-inners .inner:last-child {
    border: 0
}

.product-inners .set-wrap {
    display: flex;
}

.pro-tit {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -0.025em;
    color: #333;
}

.product-inners .num-list {}

.product-inners .num-list li:first-child {
    padding-top: 10px;
}

.product-inners .num-list li {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #333;
}

.product-inners .num-list li:last-child {
    border: 0;
}

.product-inners .num-list li+li {}

.product-inners .num-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #01A59C;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: -1px;
}

.table-box {}

.table-box .table-style01 {
    width: 100%;
}

.table-box .table-style01 tr {}

.table-box .table-style01 th,
.table-box .table-style01 td {
    border: 1px solid #E5E5E5;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.table-box .table-style01 th {
    color: #333;
    font-weight: 600;
    letter-spacing: -0.02em;
    width: 200px;
    background: #F6F6F6;
}

.table-box .table-style01 td {
    color: #666;
    border-right: 0;
}

td .dot-list {}

td .dot-list li {}

td .dot-list li+li {}

td .dot-list li::before {}

.dot-list {}

.dot-list li {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-left: 12px;
    position: relative;
}

.dot-list li+li {}

.dot-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 3px;
    aspect-ratio: 1;
    background: #666;
    border-radius: 50%;
}

.detail-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.detail-box .detail {
    border-radius: 15px;
    background: #F3F6F8;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.detail-box .detail p {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.expend-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

.expend-box .expend {}

.expend-box .expend img {
    height: 250px;
    object-fit: contain;
}

.expend-box .expend p {
    margin-top: 15px;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.set-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.set-wrap .set-box {
    padding: 60px 60px 80px;
    background: #F3F6F8;
    border-radius: 15px;
}

.set-wrap .set-tit {
    margin-bottom: 40px;
    text-align: center;
}

.set-wrap .set-tit h5 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

.set-wrap .set-tit p {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.set-wrap .set-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}

.set-wrap .set-img img {
    margin: 0 auto;
    height: 383px;
    object-fit: contain;
    background: #f2f2f2;
    width: 100%;
}

.naver-smart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 296px;
    height: 64px;
    border-radius: 100px;
    background: #01A59C;
    backdrop-filter: blur(15px);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 auto;
}

.naver-smart:hover {
    color: #fff
}

.naver-smart svg {}

.subpage-content section+section {
    padding-top: 150px;
    border-top: 1px solid #eee;
    margin-top: 50px;
}

.device {}

.device .dot-list {}

.device .dot-list li {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: 14px;
}

.device .dot-list li::before {
    width: 4px;
    aspect-ratio: 1;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

.table-box .table-style02 {
    width: 100%;
    margin: 10px 0;
}

.table-style02 thead tr {
    border-top: 1px solid #E5E5E5;
}

.table-style02 thead th {
    color: #333;
    letter-spacing: -0.02em;
    font-weight: 600;
    text-align: center;
    background: #F6F6F6;
}

.table-style02 td,
.table-style02 th {
    padding: 12px 25px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.table-style02 tbody tr {}

.table-style02 tbody td {}

.table-style02 tbody td:first-child {
    width: 200px;
    text-align: center;
}

.table-style02 thead th:first-child,
.table-style02 tbody td:first-child {
    border-left: 0;
}

.device .dot-list li+li {
    margin-top: 5px;
}
.location-wrap{}
.location-wrap .map{}
.location-wrap .map-info{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location-wrap .map-info p{
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2px;
}
.location-wrap .map-list{
    display: flex;
    align-items: center;
    gap: 20px;
}
.location-wrap .map-list li{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    line-height: 1;
    font-weight: 400;
}
.location-wrap .map-list li svg{}
.location-wrap .map-list li b{
    display: block;
    width: 35px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}
/* 블로그 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(3, 1fr);
    gap: 50px 40px;
}

#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 {
    height: 280px;
    width: 100%;
}

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

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

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

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

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

}

#bbsArea .table_blog2 .inner .bottom .info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#bbsArea .table_blog2 .inner .bottom .info span {
    padding: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
}


/* 목록 게시판 */
.category_wrap {
    margin-bottom: 60px;
}

.category_wrap ul {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}

.category_wrap ul li:first-child {
    display: none !important;
}

.category_wrap ul li {
    flex: 1;
    background : #f4f4f4
}

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

.category_wrap ul li a {
    padding: 16px 0;
    font-weight: 500;
    letter-spacing: 0;
    border: 0;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.category_wrap ul li a:where(:hover, :focus) {
    /* background: #fff; */
    /* border: 1px solid #01A59C; */
    color: #01A59C;
    /* font-weight: 700; */
}

.category_wrap ul li.on {}

.category_wrap ul li.on a {
    background: #fff;
    border: 1px solid #01A59C;
    color: #01A59C;
    font-weight: 700;
}

.category_wrap ul li:where(a, a:hover, a:focus) {
    color: #01A59C;
    background: #fff;
    border: 1px solid #01A59C !important;
}

.search_wrap .write_btn_wrap #write_btn {
    background: #333;
    border: 0;
}

#bbsArea .board_wrapper {}

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

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

#bbsArea .board_list_list col.cate_col {
    width: 0 !important;
}

#bbsArea .board_list_list col.subject_col {
    min-width: 230px !important;
}

#bbsArea .board_list_list col.writer_col {
    width: 130px !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 {}

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

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

#bbsArea .board_list_list tbody tr.notice {
    background: #f8f8f8;
}

#notice01 #bbsArea tbody tr.notice {
    background: #F8F8F8;
}

#bbsArea .board_list_list tbody th {}

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

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

#bbsArea .board_list_list tbody .num span.badge {
    padding: 5px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border-radius: 2px;
    background: #01A59C;
    margin: 0 !important;
}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    border: 0;
}

#bbsArea .board_list_list tbody td.subject span {}

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

/* 주문폼 */
#bbsArea .board_wrapper {
    /* overflow-y: hidden; */
    margin-bottom: 46px;
}

#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: 50px 0;
    background-color: #0A0A0C;
    color: #fff;
}

footer .footer-wrap {}

footer li {
    font-size: 14px;
    color: #b5b5b6;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 7px;
}

footer li span {
    color: #c2c2c2;
    opacity: 1;
    font-weight: 600;
    line-height: 1.5;
}

footer li:first-child {
    font-weight: 600;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 10px;
    color: #fff;
}

footer li.copy {
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    opacity: 0.4;
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
    align-items: center;
}



.footer-info li.login {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.footer-info li.login a {
    display: block;
    padding: 12px;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

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

.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.on.navbar-toggle .icon-bar{
        background-color : #000
    }
    .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: #000;
    }

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

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

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


@media (max-width:1199px) {
    .main-location .ml-info .inner {
        padding: 15px 0 10px;
    }
    .mp-desc {
        margin-top: 15px;
        padding-left: 15px;
        font-size: 14px;
    }
    .mp-desc br{
        display: none;
    }
    .main-product .inner .txt-box p {
        font-size: 14px;
        margin-top: 3px;
    }
    .main-product .inner .txt-box h6 {
        font-size: 20px;
    }
    .main-product .inner .img-box {
        padding: 20px 0;
        margin-bottom: 15px;
    }
    .main-product .inner {
        padding: 15px;
        padding-bottom: 20px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        font-size: 45px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 700px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 8px 15px;
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        line-height: 18px;
        padding: 30px 25px;
    }
    .main-book .book-img img {
        width: fit-content;
        object-fit: contain;
        margin: 0;
    }
    .main-book {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
        align-items: unset;
    }
    .main-book .book-img {
        box-shadow: none;
    }
    .main-location {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: center;
    }
    #main03 .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .snb li {
        flex: 0 1 20%;
    }
    .snb a {
        font-size: 13px;
        height: 50px;
    }
    .subpage-header {
        height: 400px;
    }
    .subpage-title h2 {
        font-size: 45px;
    }
    .snb {
        margin-top: -50px;
    }
    .subpage-content {
        padding: 85px 0 100px;
    }
    .location-wrap .map-info {
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 14px;
    }
}
@media (max-width:991px) {
    .location-wrap .map .wrap_map{
        height: 300px !important;
    }
    .set-wrap .set-tit p {
        font-size: 14px;
    }
    .set-wrap .set-tit h5 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .set-wrap .set-img {
        grid-template-columns: 1fr;
    }
    .expend-box .expend p {
        margin-top: 11px;
        font-size: 15px;
    }
    .expend-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .detail-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .detail-box .detail p {
        font-size: 15px;
    }
    .detail-box .detail {
        padding: 20px 0;
    }
    .product-inners .num-list li span {
        width: 24px;
        aspect-ratio: 1;
        font-size: 12px;
        margin-top: 0px;
    }
    .product-inners .num-list li {
        grid-template-columns: 24px 1fr;
        gap: 10px;
        padding: 15px 0;
        font-size: 15px;
    }
    .pro-tit {
        font-size: clamp(19px, 2.81vw, 28px);
    }
    .product-inners .inner {
        grid-template-columns: 1fr;
        padding: 60px 0;
        gap: 20px;
    }
    .title-h3 {
        margin-bottom: 65px;
    }
    .title-h3 p {
        font-size: 17px;
    }
    .title-h3 h3 {
        font-size: clamp(22px, 4.01vw, 40px);
        margin-bottom: 15px;
    }
    .snb li:last-child a {
        line-height: 1.3;
        padding-top: 5px;
        text-wrap: nowrap;
    }
    .snb li {
        flex: unset;
        width: 100%;
    }
    .navbar-brand {
        height: 35px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        line-height: 18px;
        padding: 25px 20px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 500px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        font-size: clamp(20px, 3.51vw, 35px);
    }
    .swiper-caption, .carousel-caption {
        top: 50%;
    }
    .swiper-caption p, .carousel-caption h1>p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .carousel-caption a {
        width: 152px;
        height: 40px;
        font-size: 15px;
        padding: 1px 10px 1px 18px;
    }
    .carousel-caption a span {
        width: 22px;
        font-size: 22px;
    }
    .main-tit h3 {
        font-size: clamp(20px, 3.51vw, 35px);
        gap: 8px;
    }
    .mainpage section {
        padding: 80px 0;
    }
    .main-tit span {
        font-size: 15px;
    }
    .main-product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .main-book .book-txt .info {
        margin-top: 15px;
    }
    .main-book .book-txt .info p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .bar-list li {
        padding-left: 12px;
        font-size: 15px;
    }
    .bar-list li::before {
        top: 9px;
        width: 5px;
    }
    .main-board .board-append {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 5px;
        border-bottom: 1px solid #808080;
    }
    .mb-tit h5 {
        font-size: 20px;
    }
    .mb-tit a {
        font-size: 13px;
    }
    .board_box_list .type_list li {
        padding: 13px 0;
    }
    .board_box_list .type_list li a span {
        font-size: 16px;
    }
    .main-board .main-data .type_list li .cate {
        font-size: 13px;
    }
    .gallery-board .type_blog_b {
        grid-template-columns: repeat(2, 1fr);
    }
    .ml .wrap_map{
        height:  300px !important;
    }
    .main-location .ml-info .inner p {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        background: var(--page-point-color-hover);
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 8px 15px;
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody .num span.badge {
        padding: 3px 5px;
        font-size: 12px;
    }
    #bbsArea .board_list_list tbody td {
        padding: 15px 10px;
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody td.subject span a {
        font-size: 14px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 12.5px 10px;
        font-size: 14px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 100px !important;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 200px !important;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 75px !important;
    }
    #bbsArea .board_list_list col.regdate_col {
        width: 100px !important;
    }
    #bbsArea .board_list_list col.hits_col {
        width: 60px !important;
    }
    #bbsArea .board_wrapper {
        overflow-y: hidden;
        margin-bottom: 46px;
        overflow-x: auto;
    }
    .category_wrap ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .category_wrap ul li a {
        padding: 10px 0;
        font-size: 13px;
        line-height: 16px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}
@media (max-width:576px) {
    .location-wrap .map-list li {
        gap: 3px;
        font-size: 13px;
        line-height: 1;
    }
    .location-wrap .map-list li b {
        width: 30px;
        font-size: 13px;
    }
    .location-wrap .map-list li svg {
        width: 20px;
        height: 20px;
    }
    .location-wrap .map-list {
        display: flex;
        align-items: unset;
        gap: 8px;
        flex-direction: column;
    }
    .location-wrap .map-info p {
        font-size: 14px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: 1fr;
        gap: 40px 30px;
    }
    #bbsArea .table_blog2 .inner .bottom .info span {
        font-size: 12px;
    }
    #bbsArea .table_blog2 .inner .bottom .title a {
        font-size: 16px;
    }
    #bbsArea .table_blog2 .inner .bottom .info {
        margin-top: 2px;
        gap: 5px;
    }
    #bbsArea .table_blog2 .inner .top a span {
        height: 185px;
        width: 100%;
    }
    .category_wrap ul li a {
        padding: 10px 0;
        font-size: 11px;
    }
    .category_wrap ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .table-style02 tbody td:first-child {
        width: 110px;
    }
    .table-style02 td, .table-style02 th {
        padding: 10px 10px;
        font-size: 13px;
    }
    .pro-tit br{
        display: none;
    }
    .naver-smart {
        gap: 11px;
        width: 225px;
        height: 46px;
        font-size: 14px;
    }
    .set-wrap .set-img img {
        height: 100%;
        width: 100%;
    }
    .set-wrap .set-img {
        gap: 15px;
    }
    .set-wrap .set-tit h5 {
        font-size: 20px;
        margin-bottom: 10px;
        overflow-wrap: break-word;
        word-break: break-all;
    }
    .set-wrap .set-box {
        padding: 35px 20px 45px;
    }
    .expend-box .expend img {
        height: 250px;
        margin: 0 auto;
    }
    .expend-box {
        grid-template-columns: 1fr;
    }
    .detail-box {
        grid-template-columns: 1fr;
    }
    .dot-list li::before {
        top: 9px;
    }
    .dot-list li {
        font-size: 13px;
        padding-left: 9px;
    }
    .table-box .table-style01 th, .table-box .table-style01 td {
        padding: 13px 10px;
        font-size: 13px;
    }
    .table-box .table-style01 th {
        width: 80px;
    }
    .product-intro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .snb {
        margin-top: -80px;
    }
    .snb ul {
        position: relative;
        display: grid;
        margin: 0;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
    }
    .snb a {
        font-size: 10px;
        height: 40px;
    }
    .subpage-title h2 {
        font-size: 25px;
    }
    .subpage-header {
        height: 280px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 400px;
    }
    .main-product {
        grid-template-columns: 1fr;
    }
    .main-product .inner .img-box {
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .main-product .inner .txt-box h6 {
        font-size: 18px;
    }
    #main02::before {
        width: 100%;
        height: 400px;
    }
    .main-book .book-img img {
        width: 250px;
    }
    .main-book .book-txt img {
        width: 100px;
    }
    .mb-tit h5 {
        font-size: 18px;
    }
    .board_box_list .type_list li a span {
        font-size: 14px;
    }
    .main-board .main-data .type_list {
        gap: 0 15px;
    }
    .gallery-board .type_blog_b {
        grid-template-columns: 1fr;
    }
    footer {
        padding: 25px 0;
    }
    footer li:first-child {
        font-size: 13px;
        margin-bottom: 7px;
    }
    footer li {
        font-size: 11px;
    }
    .footer-info li.login a {
        padding: 5px;
        font-size: 10px;
    }
    footer li.copy {
        margin-top: 10px;
        font-size: 10px;
    }
}