@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif+SC:wght@200..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
}
html[lang='cn'] #site {
    font-family: "Noto Serif SC", "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
}
html[lang='cn'] #site *{
    word-break: break-all !important;
}
html[lang='en'] .main-box .inner p {
    font-size: clamp(12px,0.8vw,15px);
    line-height: 1.5;
    letter-spacing: -0.02em;
}
html[lang='en'] .main-box{
    gap: clamp(5px,1.5vw,30px);
}
html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}
.location-wrap .place-card-large{
    display: none !important;
}
/* 다국어 */
.navbar-inverse.on .lang-wrap {}

.lang-wrap {
    position: relative;
}
.lang-wrap .lang-li{
}
.lang-wrap p {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
}

.navbar-inverse.on .lang-wrap p {
    color: #222;
    border-color: rgba(0, 0, 0, 0.10);
}

.lang-wrap .icon01 {}

.navbar-inverse.on .icon01 {}

.navbar-inverse.on .icon01>g {
    opacity: 0.5;
}

.navbar-inverse.on .icon01 mask+g path {
    fill: #222;
}

.navbar-inverse.on .icon02 mask+g path {
    fill: #222;
}

.navbar-inverse.on .icon02 {}

.lang-wrap .icon02 {
    margin-left: 8px;
}

.lang-wrap .text {}

.lang-wrap .btn-wrap {
    display: flex;
    flex-direction: column;
    height: 0;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
}
.lang-wrap.active .btn-wrap{
    height: fit-content;
}
.navbar-inverse.on .lang-wrap .btn-wrap .lang-change-btn{
    color: #000;
    border-color: rgba(0, 0, 0, 0.10);
    background: #fff;
}
.lang-wrap .btn-wrap .lang-change-btn {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 4px;
    font-size: 13px;
}

.lang-wrap .btn-wrap .lang-change-btn.active {display: none;}

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

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

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

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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}
#mainCarouselSwiper .swiper-button-next{
    right: 80px;
    width: 35px;
    height: 0;
}
#mainCarouselSwiper .swiper-button-prev{
    left: 80px;
    width: 35px;
    height: 0;
}
#mainCarouselSwiper .swiper-button-next::after:hover{
    
}
#mainCarouselSwiper  .swiper-button-next::after {
    content: "";
    background: url('/public/img/main/next.png') no-repeat center / cover;
}

#mainCarouselSwiper  .swiper-button-prev::after {
    content: "";
    background: url('/public/img/main/prev.png') no-repeat center / cover;
}

#mainCarouselSwiper .swiper-button-next:after,
#mainCarouselSwiper .swiper-button-prev:after {
    width: 48px;
    height: 48px;
}

#mainCarouselSwiper .swiper-pagination-fraction {
    bottom: 40px;
    left: unset;
    right: 80px;
    top: unset;
    width: fit-content;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    position: absolute;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 600;
    transform: translate(0, 0);
}

#mainCarouselSwiper .swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
}

:root {
    --page-point-color: #1243c3;
    --page-point-color-hover: #111;
    --icons: "material symbols outlined";
}

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

@media (min-width:1200px) {

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

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

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

@media (min-width: 1370px) {
    .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;
    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%;
        padding: 15px 80px;
        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: 100;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        transition: all 0.3s;
        height: 0;
        background: #FFF;
    }

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

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

    .navbar-inverse {
        transition: all 0.3s;
    }

    .navbar-inverse.opened #navbar-bg {
        border-top: 1px solid #eaeaea;
    }

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

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 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;
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.1));
}

.navbar-header {}

@media (min-width:768px) {
    .navbar-inverse .navbar-nav {
        margin-right: 0 !important;
        display: flex;
        gap: 10px;
    }   
}

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

.navbar-inverse .navbar-nav li a {
    position: relative;
    transition: all 0.15s;
}

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

.navbar-inverse .navbar-nav .dropdown::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    background: var(--page-point-color);
    height: 2px;
    opacity: 0;
    transition: all 0.3s;
}
.navbar-inverse .navbar-nav .dropdown:hover::before {
    width: 100%;
    opacity: 1;
}

.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.opened .navbar-nav .dropdown .dropdown-menu {
    display: block;
}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 2.7;
    letter-spacing: -0.4px;
}

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

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 25px 0;
    text-align: center;
}

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


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

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

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

#mainCarousel .carousel-inner .item,
#mainCarousel .carousel-inner .item,
.main_swiper_widget .swiper-slide,
.main_swiper_widget .swiper:not(.swiper-initialized) {
    height: 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: 300px;
    background: linear-gradient(to bottom, #000, transparent);
    opacity: 0.35;
}

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

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

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

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

.carousel-control,
.carousel-indicators {}

.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: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 10px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 10px;
    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;
}

/* 메인 페이지 */
.main-box {
    max-width: 1298px;
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.main-box .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.main-box .inner h6 {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.main-box .inner .line {
    width: 130px;
    height: 2px;
    background: linear-gradient(90deg, rgba(158, 189, 255, 0.00) 0%, #87C5FF 50%, rgba(158, 189, 255, 0.00) 100%);
}
html[lang='cn'] .main-box .inner p{
    font-size: clamp(12px,0.8vw,15px);
}
.main-box .inner p {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

/* 서브 페이지 */
.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: 560px;
}

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

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    margin-top: 53px;
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    line-height: 56px;
    color: #fff;
    letter-spacing: 0;
}

/* [ subpage-navbar ] */
#news01 .snb{
    display: none;
}
.snb {
    position: absolute;
    z-index: 10;
    border-bottom: 0;
    bottom: 50px;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    padding: 6px;
    border-radius: 500px;
    background: rgba(19, 29, 55, 0.50);
    backdrop-filter: blur(15px);
}

.snb li {
    width: 250px;
}

.snb li.active {
    border-radius: 100px;
    background: #002586;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 18px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.5px;
}

.snb li.active a {
    color: #fff;
}

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

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

#ab01 .subpage-content {
    padding: 120px 0 0
}
[id^=contact0] .subpage-content{padding-bottom: 150px;}
.subpage-content .con {}

.title-h3 {
    margin-bottom: 80px;
}
.sub-desc{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-desc p{
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.5px;
}
.sub-desc svg{}
.title-h3 h3 {
    color: #222;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    letter-spacing: -0.03em;
}

/* 회사개요 */
.intro-wrap {}

.intro-wrap .img-box {
    position: relative;
    overflow: hidden;
}

.intro-wrap .img-box img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.intro-wrap .img-box p {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 120px 65px;
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -0.03em;
    font-weight: 700;
    background: rgba(0,0,0,0.3);
}

.intro-wrap .bg-txt {
    background: #F3F5F8;
    padding-top: 200px;
    padding-bottom: 120px;
    margin-top: -120px;
}

.intro-wrap .txt-box {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.intro-wrap .txt-box .txt {}

.intro-wrap .txt-box .txt p {
    font-weight: 400;
    color: #4d4d5d;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

.intro-wrap .txt-box .txt p+p {
    margin-top: 25px;
}

.intro-wrap .company-tit {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.intro-wrap .company-tit .inner {
    border: 3px solid #fff;
    border-radius: 30px;
    background: #F3F5F8;
    box-shadow: 20px 20px 60px 0 #E2E6EB;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 55px 30px;
}
html[lang='cn'] .intro-wrap .company-tit .inner{
    padding-inline : 20px;
}
.intro-wrap .company-tit .inner h6 {
    color: #0b1361;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.intro-wrap .company-tit .inner .line {
    width: 130px;
    height: 2px;
    background: linear-gradient(90deg, rgba(158, 189, 255, 0.00) 0%, #87C5FF 50%, rgba(158, 189, 255, 0.00) 100%);
}
[lang="cn"] .intro-wrap .company-tit .inner p{
    font-size: 16px;
    letter-spacing: -0.05em;
}
.intro-wrap .company-tit .inner p {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    text-align: center;
}

.intro-wrap .sign {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
    margin-top: 30px;
}

.intro-wrap .sign span {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: end;
}

.intro-wrap .sign span b {
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 16px;
}

.intro-wrap .sign img {}
/* 오시는길 */
.location-wrap{}
.location-wrap iframe {
    background: #f3f3f3;
}
.location-wrap .map-info{
    display: flex;
    gap: 80px;
    padding: 0 70px;
    margin-top: -60px;
    align-items: end;
    position: relative;
}
.location-wrap .map-info .map-logo{
    border-radius: 20px;
    background: #103083;
    box-shadow: 16px 16px 30px 0 rgba(2, 24, 109, 0.15);
    width: 230px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-wrap .map-info .map-logo img{
}
.location-wrap .map-info .list{
    padding-bottom: 42px;
}
.map-info .list p{
    font-weight: 700;
    color: #222;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 26px;
}
.map-info .list ul{
    display: flex;
    align-items: center;
    gap: 50px;
}
.map-info .list ul li{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #333;
}
.map-info .list ul li span{
    display: block;
    color: var(--page-point-color);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}
.history-wrap{
    display: grid;
    gap: 40px;
    grid-template-columns: 0.6fr 1fr;
}
.history-wrap .img-box{
    position: relative;
}
.history-wrap .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-wrap .img-box h6{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -103px;
    font-weight: 800;
    font-family: 'Lato';
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: left;
    width: fit-content;
    color: var(--page-point-color);
}
.history-wrap .timeline{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.timeline .list{
    display: grid;
    grid-template-columns: 115px 1fr;
}
.timeline .list p{
    text-align: left;
    color: #333;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.5;
}
.timeline .list ul{}
.timeline .list li{
    color: #666;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.03em;
}
.timeline .list li + li{}
/* 블로그 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 {}

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


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

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

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

#bbsArea .board_list_list col.subject_col {}

#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;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #222;
    padding: 20px 18px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
}

#bbsArea .board_list_list tbody tr {}

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

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

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


#bbsArea .board_list_list tbody th span.badge {
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    background: #3768E9;
    padding: 3px 12px 3px 13px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    font-size: 16px;
    background : #fff;
    padding: 30.5px 18px;
    border-bottom: 1px solid #EAEAEA;
}
#bbsArea .board_list_list tbody td.subject {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

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

/* 주문폼 */
[id^=contact0] #bbsArea .board_wrapper {
    overflow: hidden;
    margin: 0;
}

#bbsArea form {}

[id^=contact0] #bbsArea form table {
    border-top: 2px solid #222;
    border-bottom: 0;
}
[id^=contact0] #bbsArea form table  + .text-center{
    padding-bottom : 80px;
    border-bottom : 2px solid #e2e2e2;
    margin-top: 0;
}
[id^=contact0] #bbsArea form table tbody{
    display : grid;
    grid-template-columns : repeat(2,1fr);
    gap: 30px 20px;
    max-width: 920px;
    margin: 0 auto;
    padding: 80px 0 70px;
}
[id^=contact0] #bbsArea form table tr {
    display: flex;
    flex-direction: column;
    border: 0;
    width: 100%;
}
[id^=contact01] #bbsArea form table tr#item_2{
    grid-column : span 2;
}
[id^=contact01] #bbsArea form table tr#item_3{
    grid-column : span 2;
}
[id^=contact02] #bbsArea form table tr#item_0,
[id^=contact02] #bbsArea form table tr#item_1,
[id^=contact02] #bbsArea form table tr#item_2{
    grid-column : span 2;
}

[id^=contact0] #bbsArea form table th {
    font-size: 16px;
    height: 100%;
    padding: 0;
    font-weight: 600;
    color: #222;
    background: #fff;
    border: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}
[id^=contact0] #bbsArea form table th input{
    display: none !important;
}
[id^=contact0] #bbsArea form table #item_1 th {
}

[id^=contact0] #bbsArea form table th span {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1;
}

[id^=contact0] #bbsArea form table th span.required_text {
    color: #FF0000;
    position: relative;
    margin: 0 0 0 6px;
}

[id^=contact0] #bbsArea form table td {
    font-size: 15px;
    padding: 0;
    border: 0;
}

[id^=contact0] #bbsArea form table tr#item_captcha {}
[id^=contact0] #bbsArea form table tr#item_captcha td{
    display: flex;
    align-items: center;
    gap: 2px;
}
[id^=contact0] #bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

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

[id^=contact0] .search_wrap #search_query {
    vertical-align: top;
}

[id^=contact0] .search_wrap #search_btn {
    vertical-align: top;
    background: #222;
}
[id^=contact0] .custom_checkbox + span::before {
    position: absolute;
    top: -9px;
    content: "";
    left: -2px;
    background: url('/public/img/sub/check.png') no-repeat center / cover;
    width: 32px;
    aspect-ratio: 1;
    padding: 0;
    margin: 0;
}
[id^=contact0] .custom_checkbox + span a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
img#captcha {
    height: 55px;
    width: 130px;
    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;
}

[id^=contact0] .board_wrapper .table.board_write_table textarea.form-control {
    min-height: 180px !important;
}

[id^=contact0] .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 100%;
    padding: 16px 15px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #222;
    height: 55px;
    border-color: #d9d9d9;
}
[id^=contact0] .form-control::placeholder {
    color: #999;
}
[id^=contact0] .board_wrapper .board_write_table input::placeholder {
    color: #999;
    opacity: 1;
}
[id^=contact0] .form-control:not([readonly]):focus {
    border-color: var(--page-point-color) !important;
}
[id^=contact0] .board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
    display: none;
}

[id^=contact0] .checkbox.privacy_checkbox {
    margin-top: 17px !important;
    margin-bottom: 18px !important;
}

[id^=contact0] .custom_checkbox:checked+span::before {
    background: url(/public/img/sub/check_color.svg) no-repeat center / cover;
    content: "";
}

[id^=contact0] .btn {
    transition: all 0.15s;
}

[id^=contact0] .btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    background: #103083;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    padding: 45px 0;
    background: #181E2A;
}

footer li.copy {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.30);
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
}
footer li.cont-li{
    position: relative;
    line-height: 26px;
}
footer li.cont-li + .cont-li{
    margin-left: 15px;
}
footer li.cont-li + .cont-li::before{
    position: absolute;
    content: "";
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 12px;
}
footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
    align-items: center;
}
footer li {
    color: rgba(255, 255, 255, 0.60);
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}
footer li span{
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
}
footer li:first-child {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.footer-info li.login a {
    display: block;
    padding: 2px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

footer .footer-link li {}


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

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

footer .footer-link li.privacy a {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        left: 50%;
        top: calc(100% + 15px);
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        /* overflow: hidden; */
        border: 0;
        padding: 30px 0;
        box-shadow: none;
        background: transparent;
    }

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

/* 로그인 페이지  */
.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: 1.6rem;
    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
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

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

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

.ani {
    --opacity: 0;
    --s-level: 4;
    --d-level: 0;
    --t-level: 4;
    --value: 20px;
    --duration-second: 0.25s;
    --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;
    --translate: calc(var(--value) * var(--t-level));
    --scale: 1;
    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 {
        --delay: 0 !important;
        --value: 10px;
    }
}

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

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

.ani[class*="curtain"] {
    --opacity: 1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0%, 0 0, 0 100%, 0% 100%);
}

.ani[class*="curtain"][class*="fade"] {
    --opacity: 0;
}

.ani[class*="curtain"]>span {
    transition: 1s;
    margin-left: -200%;
}

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

.ani[class*="-s05"] {
    --s-level: 0.5;
}

.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*="-d05"] {
    --d-level: 0.5;
}

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

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

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

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

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

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

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

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

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

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

.ani[class*="-t0"] {
    --t-level: 0;
}

.ani[class*="-t05"] {
    --t-level: 0.5;
}

.ani[class*="-t1"] {
    --t-level: 1;
}

.ani[class*="-t2"] {
    --t-level: 2;
}

.ani[class*="-t3"] {
    --t-level: 3;
}

.ani[class*="-t4"] {
    --t-level: 4;
}

.ani[class*="-t5"] {
    --t-level: 5;
}

.ani[class*="-tx2"] {
    --t-level: 20;
}

.ani[class*="-tx3"] {
    --t-level: 30;
}

.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(--translate);
}

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

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

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

.ani[class*="-scale"] {}

.ani[class*="-scale"][class*="-up"] {
    --scale: 0.5;
}

.ani[class*="-scale"][class*="-down"] {
    --scale: 1.5;
}

.ani.custom {
    --opacity-0: 0;
    --opacity-100: 1;
    --transform-0: translate(0, 0);
    --transform-100: translate(0, 0);
    --opacity: 0;
    animation: ani-custom var(--duration) var(--timing-function) var(--delay) forwards;
}

.ani.active {
    opacity: 1;
}

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

.ani.active[class*="show"] {
    --translate: 0;
    --scale: 1;
}

.ani.active[class*="curtain"] {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ani.active[class*="curtain"][class*="fade"] {
    --opacity: 1;
}
@media (max-width:1199px) {
    .navbar-inverse .navbar-right>li>a {
        min-width: 100%;
        color: #fff;
        padding: 25px 15px;
    }
    .location-wrap .map-info {
        gap: 30px;
        margin-top: 30px;
        padding: 0;
    }
    .location-wrap .map-info .map-logo {
        width: 140px;
    }
    .location-wrap .map-info .map-logo img {
        width: 110px;
    }
    .map-info .list ul {
        gap: 15px;
    }
}
@media (min-width:992px) {
    .main-box .inner p {
        min-height: 80px;
    }
}
@media (max-width:991px) {
    .hidden-md{
        display: none;
    }
    .board_wrapper .text-center .btn + .btn {
        margin-left: 7px;
        font-size: 14px;
        min-width: 100px;
        width: 140px;
        height: 50px;
    }
    [id^=contact0] #bbsArea form table th span.required_text {
        margin: 0 0 0 3px;
        font-size: 12px;
    }
    
    
    [id^=contact0] #bbsArea form table th span {
        font-size: 14px;
    }
    [id^=contact0] .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        padding: 6px 10px;
        font-size: 12px;
        height: 40px;
    }
    [id^=contact0] #bbsArea form table tbody {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 20px;
        max-width: 920px;
        margin: 0 auto;
        padding: 35px 0 50px;
    }
    [id^=contact01] #bbsArea form table tr#item_2{
        grid-column : span 1;
    }
    [id^=contact01] #bbsArea form table tr#item_3{
        grid-column : span 1;
    }
    [id^=contact02] #bbsArea form table tr#item_0,
    [id^=contact02] #bbsArea form table tr#item_1,
    [id^=contact02] #bbsArea form table tr#item_2{
        grid-column : span 1;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        padding: 15px 0;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 14px;
    }
    .title-h3 {
        margin-bottom: 50px;
    }
    #bbsArea .board_list_list tbody td.writer, #bbsArea .board_list_list tbody td.regdate, #bbsArea .board_list_list tbody td.hits {
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody td.subject {
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody th, #bbsArea .board_list_list tbody td {
        font-size: 13px;
        padding: 12.5px 10px;
    }
    #bbsArea .board_list_list tbody th.num {
        font-size: 12px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 13px 14px;
        font-size: 14px;
    }
    .timeline .list li {
        font-size: 14px;
        line-height: 23px;
    }
    .timeline .list p {
        font-size: 15px;
        line-height: 18px;
    }
    .timeline .list {
        grid-template-columns: 80px 1fr;
    }
    .history-wrap {
        gap: 25px;
        grid-template-columns: 0.4fr 1fr;
    }
    .location-wrap .map-info {
        align-items: center;
    }
    .location-wrap .map-info .list {
        padding-bottom: 0;
    }
    .map-info .list ul li {
        font-size: 14px;
    }
    .map-info .list ul {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .map-info .list p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    .navbar-inverse .navbar-right>li>a {
        padding: 15px 5px;
        font-size: 16px;
    }
    .lang-wrap .icon01 {
        width: 17px;
    }
    .lang-wrap .text {
        font-size: 11px;
    }
    .lang-wrap .icon02 {
        margin-left: 4px;
        width: 10px;
    }
    .lang-wrap p {
        gap: 3px;
        padding: 2px 8px;
    }
    .lang-wrap .btn-wrap .lang-change-btn {
        padding: 2px;
        font-size: 10px;
    }
    .navbar-brand {
        height: 50px;
    }
    .main-box {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .main-box .inner h6 {
        margin-bottom: 0;
        font-size: 30px;
    }
    .main-box .inner p {
        font-size: 15px;
    }
    .main-box .inner {
        gap: 15px;
    }
    footer {
        padding: 20px 0;
    }
    footer li:first-child {
        font-size: 13px;
        line-height: 1.5;
    }
    footer li {
        font-size: 12px;
        line-height: 24px;
        gap: 5px;
    }
    footer li span {
        font-size: 12px;
        line-height: 24px;
    }
    footer li.copy {
        margin-top: 5px;
        font-size: 11px;
        line-height: 15px;
    }
    .subpage-header {
        height: 365px;
    }
    .subpage-title h2 {
        margin-top: 0;
        font-size: clamp(25px, 4.01vw, 40px);
        line-height: 1;
    }
    .snb {
        bottom: 20px;
    }
    .snb a {
        height: 30px;
        font-size: 16px;
        line-height: 1;
    }
    #ab01 .subpage-content {
        padding: 60px 0 0;
    }
    .subpage-content {
        padding: 60px 0;
    }
    .title-h3 h3 {
        font-size: clamp(19px, 3.51vw, 35px);
    }
    .intro-wrap .img-box p {
        padding: 0 25px 30px;
        font-size: 25px;
    }
    .intro-wrap .img-box img {
        width: 100%;
        object-fit: cover;
        height: 260px;
    }
    .intro-wrap .bg-txt {
        padding-inline: 30px;
    }
    .intro-wrap .txt-box .txt p {
        font-size: clamp(14px,1.61vw,16px);
    }
    .intro-wrap .company-tit .inner {
        gap: 15px;
        padding: 27px 10px;
    }
    .intro-wrap .company-tit .inner h6 {
        font-size: 22px;
    }
    .intro-wrap .company-tit .inner p {
        font-size: 15px;
    }
    .intro-wrap .txt-box {
        gap: 35px;
    }
    .intro-wrap .sign {
        gap: 15px;
        margin-top: 20px;
    }
    .intro-wrap .sign img {
        width: 110px;
    }
    .intro-wrap .sign span {
        font-size: 15px;
    }
    .intro-wrap .sign span b {
        font-size: 14px;
    }
    .snb li {
        width: 170px;
    }
    .sub-desc p {
        font-size: clamp(13px, 1.61vw, 16px);
    }
    .sub-desc {
        margin-top: 30px;
        display: flex
    ;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width:767px) {
    [id^=contact0] #bbsArea form table tr {
        padding-bottom: 18px;
    }
    [id^=contact0] #bbsArea form table th {
        padding: 0 !important;
    }
    .history-wrap .img-box img {
        height: 270px;
    }
    .history-wrap {
        gap: 25px;
        grid-template-columns: 1fr;
    }
    .intro-wrap .company-tit {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 14px;
        line-height: 2;
    }
    .navbar-inverse .navbar-nav .dropdown::before{
        display: none;
    }
    .navbar-inverse .navbar-right>li>a {
        padding: 7px 5px;
        font-size: 14px;
    }
    .navbar-inverse .navbar-right>li>a {
        color: #222;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: #fff;
    }
    .navbar-brand {
        height: 45px;
        margin-left: 15px !important;
    }
    .navbar-inverse {
    }
    .lang-wrap {
        position: absolute;
        right: 55px;
        top: 21px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 500px;
    }
    #mainCarouselSwiper .swiper-button-next:after, #mainCarouselSwiper .swiper-button-prev:after {
        width: 25px;
        height: 25px;
    }
    .main_swiper_widget .swiper-bg img {
    }
    .main-box {
        gap: 5px;
        grid-template-columns: 1fr 1fr;
        padding: 0 50px;
    }
    .main-box .inner p {
        font-size: 12px;
    }
    .main-box .inner h6 {
        margin-bottom: 0;
        font-size: 22px;
    }
    #mainCarouselSwiper .swiper-button-next {
        right: 30px;
    }
    #mainCarouselSwiper .swiper-button-prev {
        left: 30px;
    }
    .navbar-header {
        padding: 10px 0;
    }
    #mainCarouselSwiper .swiper-pagination-fraction {
        bottom: 15px;
        right: 20px;
        font-size: 14px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 75px !important;
    }

    #bbsArea .board_list_list col.subject_col {
        width: 200px !important;
    }

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

    #bbsArea .board_list_list col.regdate_col {
        width: 100px !important;
    }

    #bbsArea .board_list_list col.hits_col {
        width: 70px !important;
    }
    #bbsArea .board_wrapper{
        overflow-x: auto;
    }
    #bbsArea .board_list_list table{
        table-layout: fixed;
    }
    #bbsArea .board_list_list tbody th span.badge {
        padding: 3px 7px 3px 7px;
        font-size: 10px;
    }
}
@media (max-width:576px) {
    .main_swiper_widget .swiper-slide:not(.slide1) img{
        object-fit: contain;
    }
    .footer-info li.login a{
        font-size: 9px;
    }
    [id^=contact0] #bbsArea form table td {
        font-size: 13px;
    }
    [id^=contact0] #bbsArea form table th {
        font-size: 13px;
    }
    [id^=contact0] #bbsArea form table th span {
        font-size: 13px;
    }
    .checkbox label, .radio label {
        padding-left: 28px;
    }
    [id^=contact0] .custom_checkbox + span::before {
        top: -3px;
        left: 0;
        width: 25px;
    }
    img#captcha {
        height: 40px;
        width: 100px;
    }
    .timeline .list li {
        font-size: 13px;
        line-height: 18px;
    }
    .timeline .list p {
        font-size: 14px;
        line-height: 16px;
    }
    .map-info .list ul {
        gap: 9px;
    }
    .map-info .list ul li {
        font-size: 12px;
        gap: 8px;
    }
    .map-info .list p {
        font-size: 15px;
        margin-bottom: 13px;
    }
    .location-wrap .map-info .map-logo img {
        width: 60px;
    }
    .location-wrap .map-info .map-logo {
        width: 80px;
    }
    .location-wrap .map-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-top: 15px;
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .snb li {
        width: 115px;
    }
    [lang='en'] .snb a{
        font-size: 9px;
        height: 18px;
    }
    .snb a {
        height: 22px;
        font-size: 12px;
    }
    .subpage-header {
        height: 230px;
    }
    .intro-wrap .company-tit .inner p {
        font-size: 13px;
    }
    .intro-wrap .bg-txt {
        margin-top: -166px;
    }
    .intro-wrap .img-box img {
        height: 185px;
    }
    .intro-wrap .img-box p {
        padding: 0 12px 30px;
        font-size: 17px;
    }
    .main-box {
        gap: 5px;
        grid-template-columns: 1fr;
        padding: 0 25px;
    }
    .swiper-caption, .carousel-caption {
        top: 95px;
    }
    footer li {
        font-size: 10px;
        line-height: 1.3;
        gap: 3px;
    }
    footer li span {
        font-size: 10px;
        line-height: 1.3;
    }
    footer .footer-info {
        gap: 3px 0;
    }
    footer li.cont-li + .cont-li {
        margin-left: 5px;
    }
    footer li.cont-li + .cont-li::before {
        left: -3px;
        width: 1px;
        height: 10px;
    }
    footer li.cont-li{
        line-height: 1.3;
    }
    #site {
        overflow: hidden;
    }
}