@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

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

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: #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;
    color: #222;
}

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

/* 불필요 항목 삭제 */
.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #001456;
    --page-point-color2: #007d3b;
    --page-point-color3: #2346bb;
    --icons: "material symbols outlined";
}

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

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

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

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

.navbar-brand>span {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 100%;
}

.navbar-brand p {
    margin: 0;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.03em;
}

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


/* 상단 메뉴 */
@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 40px 35px;
}


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

/* 슬라이드 글자*/
.carousel-caption {
    top: 40%;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.carousel-caption h1 {
    margin-bottom: 45px;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    font-size: 70px;
}

.carousel-caption h1 small {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: clamp(17px,1.21vw,22px);
    font-weight: 400;
    text-shadow: none;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10px;
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 60px;
    height: 12px;
    background-color: #fff;
    margin: 0 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    border-radius: 10px;
}

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

.mainpage section {
    padding: 110px 0 150px;
}
.mainpage .main-inquiry{
    background: url(/public/img/main/main02_bg.jpg) no-repeat center / cover;
    position: relative;
    padding: 90px 0 80px;
}
.main-inquiry h3{
    color: #fff;
    margin-bottom: 40px;
}
.main-inquiry .link-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
}
.main-inquiry .link-wrap a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    width: 160px;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
}
.main-inquiry .link-wrap a:hover {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
}
.mainpage .main-inquiry::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    /* z-index: -1; */
}
.main-h3 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 80px;
    line-height: 1;
}

.busi-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.busi-items .item {
}

.busi-items .item img {
    width: 100%;
    object-fit: cover;
    height: 360px;
    background: #f2f2f2;
    border-radius: 5px;
}

.busi-items .item p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 360px;
}

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

[id^=ab0] .subpage-header .bg {
    background: #ddd url("/public/img/sub/ab_bg01.jpg") no-repeat center;
}
[id^=busi0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/busi_bg01.jpg") no-repeat center; */
}
[id^=inquiry0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/inquiry_bg01.jpg") no-repeat center; */
}
[id^=trade0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/trade_bg01.jpg") no-repeat center; */
}

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

.subpage-title p {
    margin-bottom: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.subpage-title h2 {
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 55px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.title-h3 {
    margin-bottom: 80px;
}

.title-h3 h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

/* [breadcrumb] */
.breadcrumb {
    position: absolute;
    z-index: 3;
    right: 25px;
    bottom: -9px;
    background: transparent;
    display: flex;
    align-items: center;
}

.breadcrumb li {
    color: #ccc;
    font-size: 13px;
}

.breadcrumb li a {
    display: block;
    color: #ccc;
}

.breadcrumb li a span {
    --wght: 350;
    --fill: 1;
    font-size: 18px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "/\00a0";
}

.breadcrumb li.active {
    color: #eee;
}

/* [ subpage-navbar ] */
#trade01 .snb{
    display: none;
}
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #eaeaea;
    margin-top: 20px;
}

.sub-link {
    /* background: rgba(255,255,255,0.65); */
    position: relative;
    border-bottom: 1px solid #ddd;
}

.snb li {
    /* flex: 0 1 20%; */
}

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

.snb a {
    display: block;
    font-size: 19px;
    padding: 20px 0;
    position: relative;
    font-weight: 600;
    color: #888d95;
    transition: all 0.05s;
    letter-spacing: 0;
}

.snb ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0%;
    height: 3px;
    background: var(--page-point-color2);
    transition: all 0.4s;
    opacity: 0;
}

.snb ul li a:hover::after,
.snb ul li.active a::after {
    width: 100%;
    opacity: 1;
}

.snb ul li.active a,
.snb ul li a:hover {
    color: var(--page-point-color);
}


.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #000;
}

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

.subpage-content .con {}

/* 인사말 */
.greet-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    max-width: 1100px;
    margin: auto;
}

.greet-wrap .txt-area {
    margin-top: 50px;
}

.greet-wrap .txt-area p {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 1.8;
}

.greet-wrap .txt-area p.name {
    font-weight: 600;
    text-align: right;
    margin-bottom: 0;
    padding-top: 30px;
    font-size: 17px;
}

.greet-wrap .img-area {}

.greet-wrap .img-area img {}

/* 조직도 */
.group-wrap {}

.group-wrap img {
    background: #f2f2f2;
    object-fit: cover;
    margin: 0 auto;
}

/* 오시는길 */
.map-wrap {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 80px;
}

.map-wrap .map-box {}

.map-info {
    display: flex;
    gap: 40px;
    margin-top: 25px;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.map-info h5 {
    font-size: 26px;
    font-weight: bold;
}

.map-info ul {
    display: flex;
    gap: 30px;
}

.map-info ul li {
    font-size: 17px;
    display: flex;
    align-items: center;
}

.map-info ul li:first-child {
    font-size: 18px;
    font-weight: 600;
}

.map-info ul li span {
    display: block;
    margin-right: 4px;
    line-height: 1.7;
}

/* 사업소개 */
.banner-box {margin-bottom: 80px;}

.banner-box img {
    background: #f2f2f2;
    width: 100%;
    object-fit: cover;
    object-fit: cover;
    height: 320px;
    border-radius: 20px 20px 0 0;
}

.banner-tit {
    margin-top: 80px;
}

.banner-tit h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--page-point-color2);
    letter-spacing: 0;
    margin-bottom: 10px;
}

.banner-tit p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    color: #111;
}
.banner-tit .p-tit {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.025em;
}
.banner-tit p > span{
    color: var(--page-point-color3);
    font-weight: 700;
}
.banner-tit p + p{
    margin-top: 30px;
}
.banner-tit h4 + span {
    font-size: 20px;
    letter-spacing: 0.04em;
    display: block;
    font-weight: 600;
    background: var(--page-point-color2);
    color: #fff;
    padding: 3px 5px 3px 10px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: none;
}

.busi-box {
    display: flex;
    align-items: center;
    gap: 80px;
}
.busi-box > * {
    flex: 1;
}
.busi-box + .busi-box {
    margin-top: 120px;
    flex-direction: row-reverse;
}
.busi-box .img-area {
    aspect-ratio: 5 / 2.5;
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 3px;
}

.busi-box .img-area img {
    background: #f2f2f2;
    width: 100%;
    height: 100%;
}

.busi-info {
    position: relative;
    z-index: 1;
    flex: 0 1 45%;
}

.busi-info::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/public/img/sub/bs_bg.png") no-repeat center / cover;
    mix-blend-mode: multiply;
    display: none;
}

.busi-info h5 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
}

.dot-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dot-list li {
    letter-spacing: 0;
    position: relative;
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.5;
}

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

.icon-wrap {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.icon-wrap .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    padding: 30px;
    flex: 1;
    gap: 30px;
    border-radius: 15px;
}

.icon-wrap .icon span {
    font-size: 46px;
    --wght: 250;
    color: var(--page-point-color3);
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    font-variation-settings: 'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24;
}

.icon-wrap .icon p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: left;
}
.sub-serive{
    margin-bottom: 100px;
}
.sub-serive:last-child {
    margin-bottom: 0;
    margin-top: 120px;
}
.sub-serive dl {
    margin-bottom: 20px;
}
.sub-serive dl dd {
    font-size: 14px;
    color: #777;
    letter-spacing: 0;
}
.sub-serive dl dd + dd {
    margin-top: 2px;
}
.sub-serive .spec{
    color: #34974b;
    margin-bottom: 50px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
}
.sub-h4{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
    position: relative;
}
.sub-h4 small{
    color: #9ea0ad;
    font-size: 17px;
    letter-spacing: 0;
    margin-left: 2px;
    font-weight: 600;
}
.sub-h5 {
    font-size: 24px;
    letter-spacing: -0.034em;
    font-weight: 700;
    color: var(--page-point-color);
    margin-bottom: 20px;
}
.sub-h5::before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 15px;
    aspect-ratio: 1;
    background: #fff;
    border-top: 5px solid var(--page-point-color);
    border-left: 5px solid var(--page-point-color);
    border-bottom: 5px solid var(--page-point-color2);
    border-right: 5px solid var(--page-point-color2);
    border-radius: 50%;
    transform: rotate(90deg);
    display: none;
}
#busi04 .banner-tit .p-tit {
    font-size: 24px;
}
.box-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.box-list li{
    text-align: center;
    font-size: 17px;
    padding: 40px 50px;
    border-radius: 10px;
    background: #f7f7f7;
    line-height: 1.5;
}
.box-list li span{
    font-weight: 600;
    color: var(--page-point-color3);
    font-size: 21px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
}
#busi05 .box-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#busi05 .box-list li{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 30px 25px;
    border-radius: 10px;
}
#busi05 .box-list li span{
    font-size: 40px;
}
#busi05 .sub-serive {
    margin-top: 60px;
}
.table-sea{
    width: 100%;
}
.table-sea thead tr{}
.table-sea thead tr th{
    background: #f2f2f2;
}
.table-sea td{}
.table-sea td,
.table-sea th{
    padding: 12px 12px;
    border: 1px solid #ddd;
    font-size: 15px;
    text-align: center;
}
.table-sea.con-ser{border-top: 2px solid #222;}
.con-ser td, .con-ser th {
    font-size: 16px;
    padding: 20px 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 1.5;
}

.con-ser thead tr th {
    background: #f2f2f2;
    padding: 15px;
    letter-spacing: 0;
    font-weight: 700;
}
.con-ser td:first-child, .con-ser th:first-child {
    border-left: 0;
}

#busi01 .last{
    font-size: 18px;
    padding-top: 50px;
    line-height: 1.8;
    margin-bottom: 50px;
}
.cont-wrap{
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 80px 0;
}
.cont-wrap .cont-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
}
.cont-wrap .cont-box img{
    margin: 0 auto;
    height: 210px;
}
.cont-wrap .txt-box{}
.cont-wrap .txt-box h5{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
.bulk-img{
    margin-bottom: 40px;
}
.bulk-img img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}
/* 견적문의 */
#inquiry01 .board_wrapper tbody tr th{
    background: #fff;
}
/* 무역정보 */
.table-wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.title-h3 + .sub-serive .table-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.table-box{}
.table-box .img-box{
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 10px;
    height: 184px;
}
.table-box .img-box img{
    /* width: 100%; */
    object-fit: cover;
    margin: auto;
}
.table-box .img-box span{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--page-point-color);
    display: block;
    background: #f6f6f6;
    padding: 10px 0;
    letter-spacing: 0;
    line-height: 1.2;
}
.table-box table{
    width: 100%;
}
.table-box table{}
.table-box table .table-tit{
    background: #484e6b;
    color: #fff;
}
.table-box table th{
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
    letter-spacing: 0;
}
.table-box table tr{}
.table-box table tr td,
.table-box table tr th{
    font-size: 13px;
}
.table-box table tr td{
    padding: 7px 0 7px 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    letter-spacing: 0;
}
.table-box table tr td:first-child{
    background: #f2f2f2;
}
/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #25262d;
    color: #999;
}

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

#site footer .footer-logo {}

.footer-logo img {
    height: 48px;
    margin-top: 10px;
}

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

.footer-info li {
    font-size: 14px;
    margin-right: 10px;
    color: #aaa;
    line-height: 1.6;
    letter-spacing: 0;
}
.footer-info li:first-child {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 7px;
    letter-spacing: 0;
}
.footer-info li.copy {
    margin-top: 15px;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 0.034em;
    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 #666;
    color: #999;
}

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

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

/* 반응형 */
.carousel-indicators {
    bottom: 40%;
    width: fit-content;
}

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

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

    .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: 160px;
        left: 50%;
        right: auto;
        background: var(--page-point-color);
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 0;
        padding: 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
    }

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

/* 최적화 */
@media (max-width:1200px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 40px 25px;
    }
}
@media (max-width:991px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 40px 20px;
    }
    .navbar-brand {
        height: 35px;
    }
    .navbar-brand>span {
        gap: 10px;
    }
    .navbar-brand p {
        font-size: 15px;
    }
    .main-h3 {
        font-size: clamp(35px, 4.61vw, 46px);
    }
    .busi-items .item img {
        height: 260px;
    }
    .busi-items {
        grid-template-columns: repeat(3, 1fr);
    }
    #site footer .footer-wrap {
        gap: 30px;
    }
    .footer-info li {
        font-size: 13px;
        margin-right: 7px;
    }
    .subpage-title h2 {
        font-size: clamp(38px, 5.51vw, 55px);
    }
    .snb a {
        font-size: 16px;
        padding: 12px 0;
    }
    .snb {
        margin-top: 10px;
    }
    .title-h3 h3 {
        font-size: clamp(32px, 4.51vw, 45px);
    }
    .greet-wrap .txt-area {
        margin-top: 0;
    }
    .greet-wrap .txt-area p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .map-info ul {
        gap: 2px;
        flex-direction: column;
    }
    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }
    #busi05 .box-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .title-h3 + .sub-serive .table-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .table-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:767px) {
    #site footer .footer-wrap {
        grid-template-columns: 1fr;
        padding: 30px 15px;
    }
    .navbar-header {
        padding: 16px 0;
    }
    .navbar-inverse .navbar-brand{
        margin-left: 15px;
    }
    #site {
        padding-top: 80px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 15px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 8px 15px;
        font-size: 15px;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background: var(--page-point-color);
    }
    .carousel-caption h1 {
        margin-bottom: 40px;
        line-height: 1.1;
        font-size: 55px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 17px;
    }
    .carousel-indicators {
        left: 44%;
    }
    .banner-tit .p-tit {
        font-size: 25px;
    }
    .busi-info h5 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .busi-box {
        gap: 45px;
    }
    .dot-list li {
        padding-left: 12px;
        font-size: 15px;
    }
    .icon-wrap .icon {
        padding: 15px 20px;
        flex: 1;
        gap: 15px;
    }
    .icon-wrap .icon span {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }
    .box-list li {
        font-size: 16px;
        padding: 30px 25px;
    }
}
@media (max-width:576px) {
    .table-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .title-h3 + .sub-serive .table-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .board_wrapper .table.board_write_table :where(.input-group.input-group-big, .form-control.form-control-big) {
        width: 250px;
    }
    #busi05 .box-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .box-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    #busi04 .banner-tit .p-tit {
        font-size: 17px;
    }
    .banner-tit p {
        font-size: 15px;
    }
    .title-h3 {
        margin-bottom: 55px;
    }
    .subpage-content {
        padding: 60px 0 100px;
    }
    .banner-box img {
        height: 220px;
    }
    .snb ul {
        gap: 20px;
        flex-flow: wrap;
    }
    .sub-h5 {
        font-size: 21px;
    }
    .busi-box + .busi-box {
        margin-top: 80px;
        flex-direction: column;
    }
    .banner-tit .p-tit {
        font-size: 20px;
    }
    .busi-box .img-area img {
        object-fit: cover;
    }
    .busi-box {
        gap: 45px;
        flex-direction: column;
    }
    .busi-info h5 {
        font-size: 18px;
    }
    #busi01 .last {
        font-size: 15px;
        margin-bottom: 50px;
        padding: 0;
    }
    .con-ser td, .con-ser th {
        font-size: 15px;
        padding: 15px 15px;
    }
    .icon-wrap {
        margin-top: 40px;
        gap: 20px;
        flex-direction: column;
    }
    .root_daum_roughmap .wrap_map {
        height: 290px !important;
    }
    .map-info {
        gap: 15px;
        justify-content: unset;
        padding-bottom: 25px;
        flex-direction: column;
    }
    .map-info {
        gap: 15px;
    }
    .map-info ul li {
        font-size: 14px;
    }
    .map-info ul li:first-child {
        font-size: 15px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 70px;
    }
    .carousel-caption h1 small {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .carousel-caption h1 {
        font-size: clamp(35px,7vw,40px);
    }
    #mainCarousel .carousel-inner .item {
        height: 535px;
    }
    .carousel-indicators {
        bottom: 36%;
    }
    .carousel-indicators li {
        width: 9px;
        height: 9px;
    }
    .carousel-indicators li.active {
        width: 40px;
        height: 8px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 14px;
    }
    .busi-items .item img {
        height: 240px;
    }
    .busi-items {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-logo img {
        height: 40px;
        margin-top: 10px;
    }
    .footer-info li.login a {
        padding: 3px 10px;
    }
    .footer-info li.login {
        right: 15px;
        bottom: -12px;
    }
    .breadcrumb {
        padding: 0;
    }
    .subpage-header {
        height: 270px;
    }
}