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

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    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: inherit;
}

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

.form-control {
    border-color: #ddd;
    height: 45px;
}

.form-control::placeholder {
    color: #aaa;
}

.btn {
    transition: all 0.15s;
}

.btn.btn-primary {
    color: #222;
}

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

.page-header {
    display: none;
}

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #ffb41e;
    --page-point-color-hover: #ffc147;
    --icons: "material symbols outlined";
    --font-en: "figtree", "Pretendard Variable", "notokr", sans-serif;
}

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

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

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

/* 상단 로고*/
.navbar-brand {
    height: 45px;
    padding: 0;
    margin-left: 0 !important;
}

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

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

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

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

.navbar-inverse.on .navbar-brand img {
    filter: none;
}


/* 상단 메뉴 */
@media(min-width:768px) {
    .navbar-inverse {}

    #navbar-bg {
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        background: rgba(255, 255, 255, 0.75);
        transition: all 0.3s ease;
        height: 0;
    }

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

    .navbar-inverse.on {}
}

@media (min-width: 768px) {
    .navbar-inverse>.container {
        width: 100%;
        padding: 0 100px;
        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-inverse {
    position: fixed;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-bottom: none;
    box-shadow: 0px 0px 20px 0px rgba(10, 10, 10, .1);
}

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

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

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

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

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

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 14px 30px;
    font-size: 15px;
    transition: all 0.15s;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    padding: 40px 40px;
    transition: all 0.15s;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a {
    /* color: #333; */
}


.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 {
    height: calc(100vh - 100px);
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.25); */
}

/* 슬라이드 글자*/
.carousel-caption {
    position: relative;
    padding: 0 15px;
    text-align: left;
    right: unset;
    left: unset;
    top: 47%;
    bottom: unset;
    transform: translateY(-50%);
    text-shadow: none;
}

.carousel-caption h1 {
    margin-bottom: 32px;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    font-size: 77px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-family: var(--font-en);
}

.carousel-caption h1 span {
    color: var(--page-point-color);
}

.carousel-inner>.item:nth-child(1) .carousel-caption h1 {
    text-shadow: none;
    color: #000;
}

.carousel-inner>.item:nth-child(1) .carousel-caption p {
    text-shadow: none;
    color: #222;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 20px;
    text-shadow: none;
    line-height: 1.6;
    font-family: var(--font-en);
    letter-spacing: -0.01em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.carousel-caption p b {
    font-weight: 600;
    font-size: 24px;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    width: fit-content;
    left: 15.5%;
    margin-left: 0;
}

.carousel-control,
.carousel-indicators {
    bottom: 259px;
}

.carousel-control {
    display: flex;
    z-index: 2;
    width: 20px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    left: 0;
    background-image: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: 1;
    left: 14%;
    background: none !important;
    display: none;
}

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

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

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

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

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

.carousel-control.right {
    left: unset;
    right: 80%;
}

.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,
.carousel-indicators li.active {
    width: 60px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    margin: 0 2px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
}

.carousel-indicators li.active {
    /* background-color: var(--page-point-color); */
    transform: none;
    background: #fff;
}

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

/* 메인 페이지 */

.main-con {
    padding: 120px 0;
}

.main-tit {
    margin-bottom: 100px;
    text-align: center;
}

.main-tit h3 {
    font-size: 54px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.025em;
    font-family: var(--font-en);
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.main-tit h3::after {
    content: '';
    width: 35px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.main-tit h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 1.6;
    letter-spacing: -0.034em;
}

/* 소개 */
#about {
    /* background: #000; */
    /* background: url("/public/img/main/main01_bg2.jpg") no-repeat center / cover; */
    position: relative;
    background-attachment: fixed;
}

#about::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.65); */
}

#about .main-tit {
    padding-left: 110px;
    margin-bottom: 50px;
    text-align: left;
}

#about .main-tit h3 {
    /* color: #fff; */
    text-align: left;
    margin-top: 50px;
}

.main-tit h3 span {
    color: var(--page-point-color);
}

.main-con .abo {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    position: relative;
}

.intro-wrap {
    display: flex;
    flex-direction: column;
}

.intro-wrap .intro-box {
    padding: 28px 60px 28px 110px;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    height: 115px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.intro-wrap .intro-box::before {
    content: '';
    width: 0;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.3s ease;
    z-index: 1;
}

.intro-box.active::before {
    width: 100%;
}

.intro-wrap .intro-box::after {
    opacity: 0.1;
    /* display: none; */
    position: absolute;
    content: "\e7ee";
    font-family: var(--icons);
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    transition: all 0.4s ease;
    font-weight: 300;
}

.intro-wrap .intro-box:nth-child(2)::after {
    content: "\f3d9";
}

.intro-wrap .intro-box:nth-child(4)::after {
    content: "\e9f4";
}

.intro-wrap .intro-box:nth-child(5)::after {
    content: "\e7ef";
}

.intro-wrap .intro-box.active::after {
    opacity: 0.85;
}

.intro-wrap .intro-box p:not(.up-txt) {
    font-size: 15px;
    font-weight: 300;
    color: #aaa;
    transition: all 0.4s ease;
    font-family: var(--font-en);
}


.intro-wrap .intro-box p.up-txt {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
    transition: all 0.4s ease;
    letter-spacing: -0.03em;
    color: #888;
}

.intro-wrap .intro-box.active p:not(.up-txt) {
    font-size: 16px;
    color: #efa000;
    font-weight: 500;
}

.intro-wrap .intro-box.active p {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.intro-img {
    position: relative;
    height: 650px;
    overflow: hidden;
    box-shadow: 0px 12px 20px 0px rgb(201, 199, 199);
}

.intro-img img {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* filter: brightness(0.85); */
}

.intro-img img.active {
    opacity: 1;
    z-index: 1;
}

/* 인증서 */
#certi {
    background: #f5f5f5;
}

#certi .main-tit {}

#certi .main-tit h3 {}

#certi .main-inner {}

.certi-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px 40px;
}

.certi-wrap .img-box {}

.certi-wrap .img-box p {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    color: #333;
}

.certi-wrap .img-box img {
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
}

/* 사업영역 */
#business {
    padding-bottom: 0;
}

#business .main-tit {
    margin-bottom: 90px;
    text-align: center;
}

#business .main-tit h4 {
    margin-top: 45px;
}

#business .main-tit h4 span {
    /* font-size: 50px; */
    color: var(--page-point-color);
    font-weight: 700;
    /* margin-bottom: 5px; */
    /* display: inline-block; */
    letter-spacing: 0;
}

.main-con .busi {}

.busi {}

.busi-wrap {
    display: flex;
    flex-direction: column;
    /* width: 1500px; */
    /* margin: 0 auto; */
}

.busi-wrap .busi-box {
    display: flex;
    gap: 0;
}

.busi-wrap .busi-box.right-txt {
    flex-direction: row-reverse;
}

.busi-box .txt-box {
    width: 50%;
    padding: 50px;
    text-align: center;
    background: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.busi-box.right-txt .txt-box {}

.busi-box .txt-box span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    position: relative;
    margin-bottom: 65px;
    letter-spacing: 0;
    font-family: var(--font-en);
}

.busi-box .txt-box span::before {
    position: absolute;
    content: "";
    left: 50%;
    /* transform: translateX(-50%); */
    width: 1px;
    height: 30px;
    background: var(--page-point-color);
    bottom: -41px;
}

.busi-box .txt-box h6 {
    font-size: 50px;
    color: inherit;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1;
    font-family: var(--font-en);
}

.busi-box .txt-box p {
    font-size: 18px;
    line-height: 1.58;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: inherit;
}

.busi-box.right-txt .txt-box span {}

.busi-box.right-txt .txt-box h6 {}

.busi-box.right-txt .txt-box p {}

.busi-box .img-box {
    width: 50%;
    position: relative;
}

.busi-box .img-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.23); */
}

.busi-box .img-box img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    background: #e0e0e0;
}

/* 사업영역 애니메이션 */
.busi-wrap .busi-box .img-box {
    opacity: 0;
}

.busi-wrap .busi-box.active .img-box {
    animation: fade 1s ease both;
}

.busi-box .txt-box span,
.busi-box .txt-box h6,
.busi-box .txt-box p {
    opacity: 0;
}

.busi-box.active .txt-box span,
.busi-box.active .txt-box h6,
.busi-box.active .txt-box p {
    animation: upFade 0.7s 0.5s ease both;
}

/* 주요 고객사 */
#partner {
    padding: 130px 0 140px;
}

#partner .main-inner {
    display: flex;
    flex-direction: column;
    gap: 65px;
    position: relative;
}

#partner .main-inner::before {
    content: '';
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #fff 30%, transparent);
    z-index: 1;
}

#partner .main-inner::after {
    content: '';
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #fff 30%, transparent);
    z-index: 1;
}

#partner .main-tit {}

#partner .main-tit h3 {
    text-align: center;
}

.main-con .part {}

.main-con .part-inner {
    width: 100%;
    overflow: hidden;
}

.part .part-wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 60px;
}

#partner .main-inner+.main-inner {
    margin-top: 100px;

}

.part2 .part-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 60px;
}

.part-wrap .part-box {}

.part-wrap .part-box img {
    width: 200px;
    height: 85px;
    object-fit: contain;
    padding: 10px;
}

/* 제품소개 */
#product {
    background: #f5f5f5 url('/public/img/main/main-product-bg.png') no-repeat center bottom;
}

.tab-menu {
    display: flex;
    /* gap: 40px; */
    justify-content: center;
    width: fit-content;
    margin: -40px auto 75px;
}

.tab-menu li {
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    width: 260px;
    font-weight: 700;
    padding: 22px 0px;
    /* border-bottom: 2px solid rgba(0,0,0,0.1); */
    color: #8c8c8c;
    transition: all 0.3s;
    /* border-top: 2px solid #ddd; */
    background: #e8e8e8;
}

.tab-menu li.on,
.tab-menu li:hover {
    color: #000;
    background: var(--page-point-color);
}

.tab-content {}

.tab-content .tab-box {
    display: none;
}

.tab-content .tab-box.on {
    display: block;
}

.tab-box {
    gap: 20px;
}

.tab-box.on:nth-child(1) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.tab-box.on:nth-child(2) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.tab-box.on:nth-child(3) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.pro-box {
    padding: 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    /* outline: 1px solid #f5f5f5; */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
}

.pro-box:hover {
    transform: translateY(-30px);
    border-color: var(--page-point-color);
    /* outline: 1px solid var(--page-point-color); */
    color: #000;
}

.pro-box img {
    width: 160px;
    height: 65px;
    object-fit: contain;
    margin: 40px auto;
    background: #fff;
}

.pro-info {
    padding: 0 35px 35px;
}

img+.pro-info {
    border-top: 1px solid #eaeaea;
    padding-top: 35px;
}

.pro-info+.pro-info {
    /* margin-top: 30px; */
}

.pro-info h6 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1;
}


.pro-info h6 br {
    display: none;
}

.pro-info p {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 1.5;
}

#form_contact01 .text-center {
    text-align: right;
    margin-top: 40px;
}

#form_contact01 .text-center #write_btn {
    min-width: unset;
    width: 170px;
    height: 100%;
    padding: 17px 20px;
    color: #111;
    border: none;
}

#form_contact01 .text-center #write_btn:hover {}

/* 문의하기 */

#inquiry .main-tit {}

#inquiry .main-tit h3 {}

.contact {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 80px; */
    align-items: flex-start;
}

.contact .map-wrap {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 25px; */
}

.root_daum_roughmap .wrap_map {
    height: 450px !important;
}

.contact .map-info {
    background: #222;
    padding: 50px 60px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .map-info p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.contact .map-info ul {
    display: flex;
    align-items: center;
    gap: 34px;
    /* margin-top: 30px; */
}

.contact .map-info li {
    font-size: 17px;
    font-weight: 300;
}

.contact .map-info li+li {}

.contact .map-info li span {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    color: #f7ab12;
    margin-right: 7px;
}

.inquiry-wrap {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 80px;
    margin-top: 90px;
    padding: 0 50px;
}

.contact-info h6 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
    font-family: var(--font-en);
}

.contact-info {
    /* background: #f5f5f5; */
    /* padding: 70px; */
    /* display: none; */
}

.contact-info p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.03em;
}

/* 주문폼 */
#bbsArea .board_wrapper {
    margin: 0;
    /* padding: 70px 80px; */
}

#bbsArea form {}

#bbsArea form table {
    border: 0;
}

#bbsArea form table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 25px;
}

#bbsArea form table tr {
    display: flex;
    flex-direction: column;
    /* margin-top: 20px; */
}

#bbsArea form table tr#item_0 {
    grid-column: span 2;
}

#bbsArea form table th {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    border: 0;
    background: transparent;
    padding: 0 0 6px 0;
    border-color: #e5e5e5;
    display: flex;
}

#bbsArea form table th .required_text {
    order: 2;
    color: red;
    margin-left: 4px;
}

#bbsArea form table th span {
    position: relative;
    margin: 0;
}

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

.checkbox a {
    text-decoration: underline;
}

.custom_checkbox+span::before {
    margin: 0px 9px 0px -20px;
    vertical-align: middle;
    color: #aaa;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form table tr#item_captcha td {
    display: flex;
}

#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: 45px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
    width: 100%;
}

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: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.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: 16px;
    letter-spacing: 0;
    font-weight: 700;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    color: #999;
    background: #111;
}

#site footer .footer-wrap {
    display: grid;
    padding: 50px 0;
    /* grid-template-columns: 0.4fr 1fr; */
}

#site footer .footer-logo {
    display: none;
}

.footer-logo img {
    height: 38px;
}

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

.footer-info li:first-child {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 11px;
    color: #eee;
    letter-spacing: 0;
}

.footer-info li:first-child span {
    color: var(--page-point-color);
}

.footer-info li {
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 2px;
    color: #999;
    font-weight: 400;
}

.footer-info li.copy {
    margin-top: 12px;
    font-size: 13px;
    opacity: 0.5;
}

.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    margin: 0;
}

.footer-info li.login a {
    display: block;
    padding: 3px 11px;
    border: 1px solid #232323;
    color: #616161;
}

.footer-info li.login a:hover {
    background: #232323;
    color: #999;
}

.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: 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%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        border: 0;
        padding: 0;
        box-shadow: none;
    }

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

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !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;
}

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

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.5;
    margin-bottom: 35px;
    font-size: 15px;
}

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

.text-muted {
    display: none;
}

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

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

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes upFade {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 40px 20px;
    }
}

@media (max-width:991px) {
    .navbar-brand {
        height: 35px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 30px 15px;
        font-size: 16px;
    }

    #site {
        padding-top: 80px;
    }

    .carousel-caption h1 {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .carousel-caption p {
        font-size: 15px;
    }

    .carousel-caption p b {
        font-size: 19px;
    }

    #mainCarousel .carousel-inner .item {
        height: 420px;
    }

    .carousel-control,
    .carousel-indicators {
        bottom: 100px;
    }

    .main-tit h3 {
        font-size: 30px;
    }

    .main-tit h3::after {
        width: 20px;
        right: -3px;
        top: -3px;
    }

    .intro-wrap .intro-box {
        padding: 10px 15px 10px 25px;
        height: 100px;
    }

    .intro-wrap .intro-box.active p:not(.up-txt) {
        font-size: 14px;
    }

    .intro-wrap .intro-box.active p {
        font-size: 18px;
    }

    .intro-wrap .intro-box::after {
        right: 20px;
        top: 50%;
        font-size: 35px;
    }

    .main-con .abo {
        grid-template-columns: 1fr 1fr;
    }

    #about .main-tit {
        padding-left: 30px;
        margin-bottom: 25px;
        text-align: left;
    }

    .intro-img {
        height: 512px;
    }

    .certi-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 40px;
    }

    .certi-wrap .img-box p {
        font-size: 16px;
        margin-top: 10px;
    }

    .main-tit h4 {
        font-size: 16px;
    }

    #business .main-tit {
        margin-bottom: 55px;
    }

    #business .main-tit h4 {
        margin-top: 30px;
    }

    .busi-wrap .busi-box {
        flex-direction: column !important;
        overflow: hidden;
    }

    .busi-box .txt-box {
        width: 100%;
        padding: 30px;
    }

    .busi-box .img-box {
        width: 100%;
    }

    .busi-box .img-box img {
        width: 100%;
        height: 400px;
    }

    .tab-box.on {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .contact .map-info {
        padding: 25px 30px;
        flex-direction: column;
        gap: 15px;
    }

    .inquiry-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 90px;
        padding: 0 30px;
    }

    .contact .map-info p {
        font-size: 17px;
    }

    .contact .map-info li {
        font-size: 15px;
    }

    .contact .map-info li span {
        font-size: 15px;
        margin-right: 1px;
    }

    .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }

    .part-wrap .part-box img {
        width: 150px;
        height: 60px;
    }

    .tab-menu li {
        font-size: 16px;
        width: 200px;
        padding: 15px 0px;
    }

    .pro-info {
        padding: 0 20px 20px;
    }
}

@media (max-width:767px) {
    .navbar-header {
        padding: 15px 0;
    }

    .navbar-brand {
        margin-left: 15px !important;
    }

    #site {
        padding-top: 65px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 8px 15px;
        font-size: 16px;
    }

    .carousel-caption h1 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .carousel-caption p b {
        font-size: 16px;
    }

    #mainCarousel .carousel-inner .item {
        height: 360px;
    }

    .carousel-control,
    .carousel-indicators {
        left: 20px;
    }

    .main-con {
        padding: 75px 0;
    }

    .main-con .abo {
        grid-template-columns: 1fr;
    }

    .intro-img {
        height: 320px;
    }

    #about .main-tit {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .intro-wrap {
        padding: 15px 0;
    }

    .main-tit h3 {
        font-size: 22px;
    }

    #about .main-tit h3 {
        margin-top: 30px;
    }

    .intro-wrap .intro-box {
        padding: 10px 0;
        height: 80px;
    }

    .intro-wrap .intro-box p.up-txt {
        font-size: 14px;
    }

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

    .busi-box .txt-box {
        width: 100%;
        padding: 15px;
    }

    .busi-box .txt-box span {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .busi-box .txt-box span::before {
        width: 1px;
        height: 15px;
        bottom: -19px;
    }

    .busi-box .txt-box h6 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .busi-box .txt-box p {
        font-size: 14px;
    }

    .busi-box .img-box img {
        width: 100%;
        height: 250px;
    }

    #partner {
        padding: 80px 0 90px;
    }

    .part-wrap .part-box img {
        width: 120px;
        height: 40px;
    }

    #partner .main-inner {
        gap: 30px;
    }

    .tab-menu li {
        font-size: 15px;
        width: 160px;
        padding: 10px 0px;
    }

    .pro-box img {
        width: 120px;
        height: 40px;
        margin: 25px auto;
    }

    img+.pro-info {
        padding-top: 25px;
    }

    .pro-info h6 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .pro-info p {
        font-size: 13px;
    }

    .contact-info h6 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .inquiry-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
        padding: 0 15px;
    }

    .contact-info p {
        font-size: 16px;
    }

    #bbsArea form table th {
        font-size: 15px;
        padding: 10px 0 !important;
    }

    .form-control {
        border-color: #ddd;
        height: 35px;
        font-size: 12px;
    }

    .part .part-wrap {
        gap: 25px;
    }

    .part2 .part-wrap {
        gap: 25px;
    }
}

@media (max-width:576px) {
    .footer-info li.login {
        font-size: 11px;
    }

    #site footer .footer-wrap {
        padding: 20px 0;
    }

    .footer-info li {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 2px;
    }

    #form_contact01 .text-center #write_btn {
        width: 130px;
        height: 100%;
        padding: 10px 15px;
        font-size: 13px;
    }

    .contact-info p {
        font-size: 13px;
    }

    .contact .map-info ul {
        gap: 15px;
        flex-direction: column;
    }

    .contact .map-info li span {
        font-size: 12px;
    }

    .contact .map-info li {
        font-size: 12px;
    }

    .contact .map-info p {
        font-size: 14px;
    }

    .tab-box.on {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .tab-menu li {
        font-size: 12px;
        width: 110px;
        padding: 7px 0px;
    }

    .certi-wrap {
        grid-template-columns: repeat(1, 1fr);
        width: 70%;
        margin: 0 auto;
    }

    .intro-img {
        height: 250px;
    }

    .certi-wrap .img-box p {
        font-size: 14px;
        margin-top: 8px;
    }

    .main-tit h4 {
        font-size: 13px;
    }

    .busi-box .txt-box h6 {
        font-size: 22px;
    }

    .busi-box .txt-box span {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .busi-box .img-box img {
        height: 200px;
    }

    .contact .map-info {
        align-items: flex-start;
        padding: 25px 15px;
    }

    .carousel-caption p b {
        font-size: 14px;
    }

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

    .navbar-brand {
        height: 25px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0px 0 3px;
        margin-top: 5px;
    }

    #site {
        padding-top: 60px;
    }
    .pro-info{
        padding: 15px !important;
    }
    .pro-info h6 {
        font-size: 13px;
    }
    #bbsArea form table th {
        font-size: 13px;
    }
    #bbsArea form table td {
        font-size: 13px;
    }
}