@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

#site {
    font-family: 'Pretendard Variable', 'notokr', sans-serif;
    padding-top: 90px;
    color: #222;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: keep-all;
}

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

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

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

.btn {
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.15s;
}

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

:root {
    --page-point-color: #4E7AD0;
    --page-point-color-dark: #2d59ae;
    --page-point-color-hover: var(--page-point-color-dark);
}

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

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

.navbar>.container {
    width: 100%;
}

/* 상단 로고*/
.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-header .logo-wrap {
    display: flex;
    gap: 30px;
    padding-left: 30px;
}

.navbar-header .nav-top {}

.navbar-header .nav-top p {
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.navbar-header .nav-top span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-inverse .navbar-brand img {
    width: 220px;
}

/* 상단 메뉴 호버 스크롤 이벤트 */
.navbar-inverse:hover {}

.navbar-inverse.active {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    padding: 0 80px;
}

.navbar-header {
    padding: 25px 0;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    padding: 35px 30px;
    letter-spacing: -0.01em;
    transition: all 0.15s ease;
}

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

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 90px);
}

#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 {
    top: 50%;
    text-shadow: none;
}

.carousel-caption h1 {
    position: relative;
    line-height: 1.48;
    font-weight: 500;
    letter-spacing: -0.015em;
    font-size: 33px;
}

.carousel-caption h1>p {
    margin-bottom: 25px;
    font-size: 75px;
    font-weight: 600;
    letter-spacing: 0;
}

.carousel-caption h1>p>span {
    color: #5891ff;
    font-weight: 800;
    /* text-shadow: 3px 3px 5px rgba(255,255,255,0.1); */
    font-size: 1.05em;
}

/* 슬라이드 버튼 */
.carousel-control {
    display: none;
    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 {
    bottom: 70px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff0;
    margin: 0 5px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
    border: 1px solid #fff;
    position: relative;
}

.carousel-indicators li.active {
    background-color: #fff;
}

/* 메인 페이지 공통*/
.main-page {}

.main-page>section {}

.main-content {
    padding: 140px 0 0;
}

#it {
    padding-bottom: 160px;
}

.main-tit {}

.main-tit .tit-h3 {
    margin: 0;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.015em;
    text-align: center;
}

.main-tit .tit-h3::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
    display: block;
    margin: 25px auto 0;
}

.main-tit .tit-h4 {
    margin: 0;
    font-size: 38px;
    position: relative;
    text-align: center;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: #000;
}

/* .main-tit .tit-h4::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
} */
.main-content .main-box {
    margin-top: 60px;
}

/* 메인페이지 회사소개*/
#introduce {
    background: url('/public/img/main/intro_bg.jpg') no-repeat center / cover;
    padding: 140px 0;
    color: #fff;
}

#introduce .main-box {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 50px; */
}

.intro-img {
    /* grid-row: 1; */
}

.intro-img img {}

.intro-text {
    text-align: center;
}

.intro-text p {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.6;
}

.intro-text p.comp {
    font-size: 90px;
    font-weight: 450;
    line-height: 1.65;
    font-family: 'Roboto Condensed';
    letter-spacing: 0;
}

.intro-text p+p {
    margin-top: 28px;
}

/* 메인페이지 왜 우리를 선택해야 하나요*/
#why-we {
    padding: 140px 0 100px;
}

#why-we .main-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.reason {
    padding: 60px 30px 50px;
    box-shadow: 0 20px 30px -2px rgb(112 120 147 / 16%);
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.reason::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    background: linear-gradient(0deg, #e3e9f3, #8cbbf7);
    z-index: -1;
    border-radius: 9px;
}

.reason .con-tit-h5 {
    margin: 0 0 25px;
    font-size: 24px;
    position: relative;
    font-weight: 650;
    color: #222;
    letter-spacing: -0.035em;
    line-height: 1;
}

.reason .material-symbols-outlined {
    color: #5487EB;
    font-size: 60px;
    margin-bottom: 35px;
    --wght: 300;
}

.reason {
    position: relative;
}

.reason p {
    font-size: 16px;
    margin: 0;
    color: #333;
    word-break: keep-all;
    line-height: 1.62;
    letter-spacing: -0.025em;
}

/*메인페이지 사업소개*/
#service {
    background: url('/public/img/main/service_bg.jpg') no-repeat center / cover;
    padding: 140px 0;
    color: #fff;
}

#service .main-box {
    /* display: grid; */
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}

.service-img {}

.service-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.out-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.out-wrap .outline {
    position: relative;
    border-radius: 8px;
    backdrop-filter: blur(30px);
    padding: 30px 40px 30px 130px;
    flex: 1 0 48%;
    background: linear-gradient(141deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 16%) 63%);
    min-height: 160px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 5px 8px 30px rgba(0, 0, 0, 0.2);
}

.outline p {
    font-size: 16px;
    margin: 0;
    position: relative;
    line-height: 1.7;
    letter-spacing: -0.025em;
}

.outline::before {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Roboto Condensed';
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    opacity: 1;
}

.out01::before {
    content: "01";
}

.out02::before {
    content: "02";
}

.out03::before {
    content: "03";
}

.out04::before {
    content: "04";
}

/* 인프라 솔루션 IT 통합 */
.buiness .main-content:not(#service) .main-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 50px;
}

.buiness .product-img {
    overflow: hidden;
    border-radius: 8px;
    filter: saturate(0.9);
    height: 100%;
}

.buiness .product-img img {
    height: 100%;
    object-fit: cover;
}

.product-wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.product-wrap .tit-h4 {
    text-align: left;
    margin: 10px 0px 60px;
}

.product-wrap .product-type {
    position: relative;
    /* border-bottom: 1px solid #eaeaea; */
    padding-left: 100px;
}

.product-wrap .product-type+.product-type {
    margin-top: 30px;
}

.product-wrap .product-type .material-symbols-outlined {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    --wght: 200;
    --fill: 0;
    color: #4176df;
    background: #ecf4fd;
    padding: 12px;
    border-radius: 8px;
}

.product-wrap .product-type:first-child {
    /* padding-top: 0; */
}

.product-wrap .product-type:last-child {
    border: none;
    /* padding-bottom: 0; */
}

.product-wrap .product-type p {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #717171;
}

.product-wrap .product-type p>span {
    margin-right: 20px;
    border-radius: 20px;
    font-weight: 650;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: #222;
    letter-spacing: -0.035em;
}

#solution .product-wrap {
    grid-row: 1;
}

/* 메인페이지 상담 */
#counsel .main-tit .tit-h3 {
    color: #fff;
}

#counsel {
    background: url("/public/img/main/counsel_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    padding: 120px 0;
}

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

#counsel>.container {
    position: relative;
}

#counsel .bbs-area {
    background: #fff;
    padding: 30px 40px 60px;
    border-radius: 8px;
}

.page-header {
    display: none;
}

/* 접수버튼*/
.board_wrapper .text-center {
    margin: 0;
    padding: 50px 0 0;
    background: #fff;
}

.board_wrapper .text-center #write_btn {
    font-size: 16px;
    border-radius: 4px;
    min-width: 180px;
}

#counsel .main-box {}

.form-control {
    border-radius: 4px;
    height: 42px;
}

.board_wrapper .table.board_write_table {
    border: none;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 300px;
}

.board_wrapper .table.board_write_table> :where(tbody, tfoot, thead)>tr> :where(th, td) {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
}

.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    padding: 15px 15px;
}

.board_wrapper .table.board_write_table tbody tr th {
    background-color: #fff;
    font-size: 16px;
    padding-top: 22px;
    font-weight: 600;
    letter-spacing: -0.015em;
    width: 200px;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    margin-left: -0.8em;
    color: #2f76ff;
}

#captcha {
    height: 42px;
    vertical-align: bottom;
}

#captcha+br {
    display: none;
}

#main_wrapper .board_wrapper {
    margin: 0;
}

/* 메인페이지 지도 */
#area {
    padding: 140px 0
}

#area .main-tit .tit-h3::after {
    background: #333;
}

#area .main-box {}

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

.desc-map {
    box-shadow: 0 20px 30px -2px rgb(112 120 147 / 16%);
    border-radius: 8px;
    margin-top: 20px;
    padding: 34px 45px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
}

.desc-map li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

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

.desc-map li.info ul li {}

.desc-map li span:not(.material-symbols-outlined) {
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    font-size: 15px;
    background: #fff;
}

.desc-map li span.material-symbols-outlined {
    background: var(--page-point-color);
    color: #fff;
    border-radius: 20px;
    --wght: 200;
    font-size: 20px;
    padding: 4px;
    margin-right: 9px;
}

/* 서브 페이지 */
.subpage {}

.subpage-header {
    position: relative;
    align-items: center;
    display: flex;
    height: 400px;
}

.subpage-header .bg {
    background: url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}

.subpage-header .bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.subpage-tit {
    position: relative;
    text-align: center;
    font-size: 60px;
    margin: 5px 0 0;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.sub-link {
    display: block;
    position: relative;
    z-index: 1;
}

.sub-link ul {
    display: flex;
    background: #fff;
    margin-top: -50px;
}

.sub-link ul li {
    flex: 1;
}

.sub-link ul li a {
    transition: 0.2s ease;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    height: 50px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    border: 0;
    margin-left: -1px;
}

.sub-link ul li+li a::before {
    content: '';
    width: 1px;
    height: 18px;
    opacity: 0.2;
    position: absolute;
    left: -1px;
}

.sub-link ul li.active a {
    color: #fff;
    border-color: var(--page-point-color-dark);
    ;
    font-weight: 600;
    background: var(--page-point-color-dark);
    ;
    color: #fff;
}

.sub-link ul li.active a::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.sub-link ul li a:hover {
    color: #fff;
    background: var(--page-point-color-dark);
}

.sub-wrap {
    padding-top: 110px;
}

.sub-wrap .con {
    padding-bottom: 140px;
}

.sub-wrap .con .con-h4 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 75px;
    color: #333;
    letter-spacing: -0.034em;
}

.sub-wrap .con .con-h4::after {
    width: 50px;
    height: 3px;
    background: var(--page-point-color);
    display: block;
    margin: 25px auto 0;
}

/* 서브페이지 연혁 */
#history {
    padding: 0;
}

#history .main-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.time-line {
    display: grid;
    grid-template-columns: 250px 1fr;
    align-items: flex-start;
    /* gap: 40px; */
    position: relative;
    padding: 0 0 20px 0;
}

.time-line::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 250px;
}

.time-line .year {
    font-size: 35px;
    padding-top: 27px;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: var(--page-point-color);
    border-top: 1px solid #8fabdd;
    font-family: 'Roboto Condensed', 'Pretendard Variable';
}

.time-line .year-work {
    border-top: 1px solid #e7e7e7;
    padding-top: 40px;
    padding-left: 30px;
}

.time-line .year-work li {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #333;
}

.time-line .year-work li+li {
    margin-top: 12px;
}

.time-line .year-work li span {
    font-weight: 600;
    width: 60px;
    display: inline-block;
    color: #222;
    font-size: 16px;
}

.time-line .year-work li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    /* width: 5px; */
    /* height: 5px; */
    /* background: #777; */
}

/*  조직도 */
#group table {
    width: 100%;
}

#group table caption {
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 100px 0 30px 0;
}

#group table thead {
    background: var(--page-point-color);
    color: #fff;
}

#group table thead th {
    font-size: 18px;
    text-align: center;
    border: 1px solid #8fabdd;
    padding: 10px 0;
}

#group table thead tr {}

#group tbody tr,
#group tbody td {
    border: 1px solid #8fabdd;
    text-align: center;
    background: #fff;
}

#group tbody td {
    padding: 10px 0;
    font-size: 21px;
}
#parnter{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
#parnter .parnter-wrap{
    box-shadow: 0 0 6px 1px #ddd;
    padding: 20px 60px;
}
#parnter .parnter-wrap{}
#parnter .parnter-wrap img{
    width: 100%;
    object-fit: contain;
    height: 200px;
}
#parnter .parnter-wrap h5{
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px 0;
    font-weight: 800;
}
#parnter .parnter-wrap p{
    text-align: center;
    margin: 0;
    font-size: 19px;
    color: #555;
}

/* 스크롤 탑 */
#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
    display: none;
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #2c2d31;
    border-radius: 4px;
    /* box-shadow:0 0 10px rgba(0,0,0,0.2); */
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#scrolltop .inner span {
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 1px;
    display: block;
    display: none;
}

#scrolltop .inner i {
    font-size: 16px;
}

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

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

#site footer .footer-logo {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
}

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

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: relative;
    gap: 2px 10px;
}

.footer-info li {
    font-size: 13px;
    margin-right: 10px;
    color: #aaa;
}

.footer-info li.company {
    font-size: 14px;
    font-weight: 600;
    color: #eee;
}

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

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

li.login {
    position: absolute;
    right: 0;
    bottom: 0;
}

li.login a {
    color: #aaa;
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.08);
}

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

/* 반응형 */

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

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

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

    #mainCarousel .carousel-caption h1 {
        font-size: 24px;
    }

    #mainCarousel .carousel-caption p {
    }

    .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>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
        height: auto;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        background: #fff;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 8px;
        border: 0;
        padding: 30px 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        top: 88%;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 7px 30px;
        color: #333;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.015em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        color: #4980ed;
        text-decoration: underline;
        background: transparent;
        text-underline-position: under;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

}

@media (max-width: 992px) {
    #parnter .parnter-wrap {
        padding: 20px 30px;
    }
    #group table thead th,#group tbody tr, #group tbody td{
        font-size: 15px;
    }
    #group table caption {
        font-size: clamp(20px,2.82vw,28px);
    }
    .product-wrap .product-type p>span {
        font-size: clamp(17px,2.1vw,20px);
    }
    .product-wrap .product-type p {
        font-size: 14px;
    }
    .desc-map {
        display: flex;
        flex-direction: column;
        gap: 21px;
    }
    .buiness .main-content:not(#service) .main-box {
        gap: 30px;
    }
    .out-wrap {
        display: grid;
        gap: 30px;
    }
    .reason p {
        font-size: clamp(13px,1.62vw,16px);
    }
    .reason .material-symbols-outlined {
        font-size: clamp(40px,6vw,60px);
    }
    .reason .con-tit-h5 {
        font-size: clamp(19px, 2.41vw, 24px);
    }
    #why-we .main-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-tit .tit-h4 {
        font-size: clamp(25px, 3.82vw, 38px);
    }
    .intro-text p {
        font-size: clamp(15px, 2.02vw, 20px);
    }
    .intro-text p.comp {
        font-size: clamp(40px, 9.07vw, 90px);
    }
    .main-tit .tit-h3 {
        font-size: clamp(30px, 5.04vw, 50px);
    }
    .main-tit .tit-h3::after {
        height: 20px;
    }
    .carousel-caption h1>p {
        margin-bottom: 15px;
        font-size: clamp(40px, 7.56vw, 75px);
    }
    .carousel-caption h1 {
        font-size: clamp(24px, 3.33vw, 33px);
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 14px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 28px 15px;
        font-size: 15px;
    }
    .navbar-inverse .navbar-brand img {
        width: 150px;
    }
    #site {
        padding-top: 76px;
    }
    .sub-wrap .con .con-h4 {
        font-size: clamp(25px, 3.8vw, 38px);
    }
    .time-line .year {
        font-size: clamp(20px,2.51vw,25px);
    }
    .time-line .year-work {
        padding-left: 0;
    }
    .time-line .year-work li {
        font-size: 14px;
        display: flex;
        gap: 10px;
    }
    .time-line .year-work li span {
        width: 25px;
        font-size: 14px;
    }
    .subpage-tit {
        font-size: clamp(32px,6.1vw,60px);
    }

}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 6px 0px;
    }
    #parnter .parnter-wrap h5 {
        font-size: 25px;
    }
    #parnter .parnter-wrap img {
        width: 100%;
        object-fit: contain;
        height: 100px;
    }
    #parnter {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .time-line {
        display: grid;
        grid-template-columns: 190px 1fr;
    }
    .time-line .year-work {
        padding-top: 29px;
    }
    #introduce {
        padding: 80px 0;
    }
    .intro-text p.comp {
        font-size: 40px;
    }
    .navbar-header{
        padding-bottom: 0;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin-top: 0;
    }
    .navbar-inverse {
        padding: 0 30px;
    }
    #site {
        padding-top: 65px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 10px 0;
        font-size: 15px;
    }
}
@media (max-width:576px) {
    #group table thead th, #group tbody tr, #group tbody td {
        font-size: 13px;
        padding: 10px 8px;
    }
    .text-muted{
        font-size: 12px;
    }
    .board_wrapper .table.board_write_table tbody tr th {
        font-size: 14px;
    }
    .out-wrap .outline {
        padding: 10px 10px 10px 100px;
    }
    .outline p {
        font-size: 14px;
    }
    .outline::before {
        left: 34px;
        font-size: 30px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 200px;
    }
    #why-we .main-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .buiness .main-content:not(#service) .main-box {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .desc-map li {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .desc-map li.info ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .time-line {
        display: grid;
        grid-template-columns: 1fr;
    }
    .time-line .year-work {
        padding-top: 20px;
        border: 0;
    }
    #parnter {
        gap: 10px;
    }
    #parnter .parnter-wrap h5 {
        font-size: 18px;
    }
    #parnter .parnter-wrap p {
        font-size: 14px;
    }
    #parnter .parnter-wrap {
        padding: 10px 30px;
    }
}
@media (max-width:475px) {
    #parnter {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}