@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
    overflow: hidden;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

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

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

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

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

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

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

/* 탑버튼 */
.quick-menu {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.quick-menu a {
    display: flex;
    width: 58px;
    aspect-ratio: 1;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
}

.sitemap {
    position: fixed;
    right: 25px;
    top: 35px;
    z-index: 103;
}

.sitemap .site-btn {}

.sitemap .site-btn span {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.sitemap .site-btn span:nth-child(1) {
    display: block;
}

.sitemap .site-btn span:nth-child(2) {
    display: none;
}

.sitemap-bg {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: #666;
    padding: 0 100px;
    z-index: 101;
    transition: all 0.3s ease-in-out;
}

.sitemap-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: #333;
    content: "";
}

.sitemap-bg::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: #333;
}

.sitemap-bg .site-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sitemap-bg.active {
    display: block;
}

.sitemap-bg .site-menu {
    padding: 50px 33px;
    border-right: 1px solid #666666;
    animation: sitemenu_01 1s ease-out 0s 1 alternate;
}

@keyframes sitemenu_01 {
    0% {
        opacity: 0;
        margin-left: -50px;
    }

    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

.sitemap-bg.active .site-menu {
    background: #333;
}

.sitemap-bg .site-menu:first-child {
    border-left: 1px solid #666;
}

.sitemap-bg .site-menu h5 {
    margin-bottom: 25px;
}

.sitemap-bg .site-menu h5 {
    font-size: 27px;
    color: #fff;
    line-height: 45px;
}

.site-menu ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.site-menu ul li {}

.site-menu ul li a {
    color: #888;
    font-size: 16px;
    line-height: 1.6;
}

.sitemap-bg .site-menu:last-child {
    padding-top: 120px;
}

.site-sub {}

.site-sub p {
    color: #aaa;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 18px;
}

.site-sub+.site-sub {
    margin-top: 35px;
}

#scrolltop {
    background: var(--page-point-color);
}

#scrolltop:focus {
    text-decoration: none;
}

#scrolltop .inner {}

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

#scrolltop .inner span {}

.quick-menu .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.side-banner {
    position: fixed;
    top: 19%;
    right: 0;
    display: flex;
    flex-direction: column;
}

.side-banner .side {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    padding: 60px 12px;
    background: #30529c;
}

.side-banner .side p {
    writing-mode: vertical-rl;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3em;
}

.side-banner .side span {
    font-size: 30px;
}

.side-banner .side:nth-child(2) {
    background: #333333;
}

.btn {
    /* border-radius: 4px; */
}

.form-control {
    /* border-radius: 4px; */
}

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #0075c1;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

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

@media (min-width:1200px) {

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

.login_container {
    padding: 200px 0;
}

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

@media (min-width: 1430px) {
    .main-con>.container {
        width: 1370px;
    }

    .container {
        width: 1230px;
    }
}

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

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

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

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

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: none;
}


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

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

    .navbar-inverse>.container {
        width: 100%;
        padding: 0 75px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer>.container {
        width: 100%;
        padding: 0 60px;
    }

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

    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: center;
    }

    #navbar-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

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

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

    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on #navbar-bg {}

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

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }
}

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}

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

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-bottom: none;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.navbar-header {}

.navbar-inverse .navbar-nav {
    margin-right: 40px;
}

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

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

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

.navbar-inverse .navbar-nav>li>a::before {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    height: 3px;
    background: var(--page-point-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 0 0 10px 1px var(--page-point-color);
    z-index: 100;
}

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

.navbar-inverse .navbar-nav 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: 10px 15px;
    font-size: 15px;
    font-weight: 450;
    line-height: 1;
    color: #777;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 45px 20px;
    text-align: center;
    letter-spacing: -0.02em;
    transition: all 0.3s;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #111;
    /* padding: 37px 20px; */
}


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

.main_scroll_menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}

.main_scroll_menu ul {
    border-left: 1px solid #abaaaa;
}

.main_scroll_menu ul li {
    padding-left: 20px;
}

.main_scroll_menu ul li::before {
    position: absolute;
    content: "";
    left: -4px;
    top: 0;
    height: 100%;
    width: 7px;
    background: #888;
    opacity: 0;
    border-radius: 2px;
}

.main_scroll_menu ul li:hover::before {
    opacity: 1;
}

.main_scroll_menu ul li a {
    color: #abaaaa;
}

.main_scroll_menu ul li:hover a {
    color: #888;
    font-weight: 600;
}

.main_scroll_menu ul li+li {
    margin-top: 30px;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 100vh;
    animation: bg 5s ease-in-out both;
}

@keyframes bg {
    0% {
        scale: 1.1;
    }

    100% {
        scale: 1;
    }
}

#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: 48%;
    padding: 0;
    left: 15%;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.33;
    color: #fff;
    font-weight: 300;
    text-align: left;
    font-size: clamp(45px,3.5vw,60px);
    text-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.045em;
}

.carousel-caption h1 span {
    display: block;
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 5px;
}

.carousel-caption h1 b {
    font-weight: 700;
}

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

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

.carousel-control,
.carousel-indicators {
    bottom: 250px;
    text-align: left;
    margin-left: 0;
    left: 15.5%;
}

.carousel-control {
    z-index: 2;
    display: none !important;
    width: 20px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    left: 30px;
}

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

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

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

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

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

.carousel-control.right {
    left: unset;
    right: 30px;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 25px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 2px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
    backdrop-filter: blur(11px);
}

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

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

/* 메인 페이지 */
.mainpage {
    overflow: hidden;
}

.mainpage section {
    padding: 120px 0 130px;
    background: #fff;
}

.main-tit {
    margin-bottom: 55px;
    position: relative;
}

#main01 .main-tit::before {
    content: "BUSINESS";
}

#main03 .main-tit::before {
    content: "LINK NEWS";
}

.main-tit::before {
    position: absolute;
    right: -37%;
    top: 31px;
    width: 100%;
    letter-spacing: 8px;
    font-size: 200px;
    overflow: hidden;
    color: #f4f5f5;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.main-tit h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.main-tit span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--page-point-color);
    letter-spacing: 1px;
}

.busi-area {
    display: flex;
    gap: 15px;
}

.busi-area .busi {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    height: 450px;
    transition: all 0.4s ease;
    position: relative;
}

.busi-area .busi::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.busi-area .busi.active::before {
    background: rgba(0, 0, 0, 0.4);
}

.busi-area .busi.active {
    width: 150%;
}

.busi-area .busi01 {
    background: #333 url("/public/img/main/main01_01.jpg") no-repeat center;

}

.busi-area .busi02 {
    background: #333 url("/public/img/main/main01_02.jpg") no-repeat center;
}

.busi-area .busi03 {
    background: #333 url("/public/img/main/main01_03.jpg") no-repeat center;
}

.busi-area .active .busi-txt {
    z-index: 1;
    transition: all 0.3s 0.3s ease;
    opacity: 1;
}

.busi-area .active .ct {
    opacity: 0;
}

.busi-area .ct {
    transition: all 0.2s ease;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    opacity: 1;
}

.busi-area .busi-txt {
    color: #fff;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    padding: 70px;
    transition: all 0.3s ease;
}

.busi-area .busi-txt span {
    display: block;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.busi-area .busi-txt h6 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}

.busi-area .busi-txt p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 580px;
    font-weight: 400;
}

.mainpage #main02 {
    background: #333 url("/public/img/main/main02Bg.jpg") no-repeat center /cover;
}

.mainpage #main02 .main-tit h3 {
    color: #fff;
}

.mainpage #main02 .main-tit span {
    color: #42b0f7;
}

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

.solution-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 0 50px;
    transition: all 0.3s;
    background: rgb(77 153 205 / 10%);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 50px rgb(10 19 30 / 60%);
}

.solution-box:hover {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
}

.solution-box+.solution-box {}

.solution-box .img-box {}

.solution-box .img-box img {}

.solution-wrap .solution-box .txt-box {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 30px;
}

.solution-box .txt-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.solution-box .txt-box p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0;
    opacity: 0.8;
}

.solution-box .link-btn {}

.link-btn a {
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 12px 16px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 0;
}

.link-btn a:hover {
    color: var(--page-point-color);
    background: #fff;
}

#main03 .page-header {
    display: none;
}

#main03 #bbsArea .table_blog .right {
    border: 0;
    padding: 30px 25px;
}

#main03 #bbsArea .table_blog dd {
    border: 1px solid transparent;
    box-shadow: 7px 15px 34px 2px rgba(0, 0, 0, 0.08);
}

#main03 #bbsArea .table_blog dd:hover {
    border: 1px solid var(--page-point-color);
}

#main03 #bbsArea .table_blog .right .info {
    display: none;
}

#main03 #bbsArea .table_blog .right .title a {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    transition: all 0.15s;
}

#main03 #bbsArea .table_blog .right .title a:hover {
    color: var(--page-point-color);
}

#main03 #bbsArea .table_blog .right .subject {
    white-space: wrap;
}

#main03 #bbsArea .table_blog .right .text p {
    -webkit-line-clamp: 3;
    line-height: 1.5;
}

#main03 .link-btn a {
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
    transition: all 0.3s;
}

#main03 .link-btn a:hover {
    background: var(--page-point-color);
    color: #fff;
}

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

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

[id^='contact0'] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat bottom / cover;
}

[id^='ab0'] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}

[id^='notice0'] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 90px;
    font-weight: 700;
    color: #fff;
    font-size: 42px;
    letter-spacing: -0.025em;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    background: rgb(13 26 47 / 50%);
    /* box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1); */
    /* border-bottom: 1px solid #f0f0f0; */
    margin-top: -65px;
    backdrop-filter: blur(20px);
}

.snb ul.nav {
    display: flex;
    align-items: center;
}


.snb ul.nav>li:last-child::after {
    content: none;
}

.snb ul>li {
    min-width: 240px;
}

.snb ul>li.home {
    min-width: 64px;
    text-align: center;
}

.snb ul>li.home a {
    padding: 20px 0;
}

.snb ul>li.home a:hover {
    background: transparent;
    color: #000;
}

.snb ul>li.home a:hover i {
    color: #333;
}

.snb ul>li.home span {
    display: block;
    font-size: 20px;
    --wght: 400;
    --fill: 1;
    padding: 0 10px;
    color: #18abff;
}

.snb ul>li.dropdown {
    position: relative;
    cursor: pointer;
    transition: all 0.1s ease;
    margin-right: 20px;
}

.snb ul.nav>li+li::before {
    content: '';
    width: 1px;
    height: 18px;
    background: rgb(255 255 255 / 20%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.snb ul>li.dropdown.open {
    background: transparent;
}

.snb ul>li.dropdown .dropdown-toggle {
    color: #fff;
    text-align: center;
    display: flex;
    padding: 22px 0px;
    margin: 0 0px 0 20px;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    justify-content: space-between;
    min-width: 230px;
    gap: 20px;
}

.snb ul>li.dropdown.open span {
    background: transparent;
    /* font-weight: 700; */
}

.snb ul>li.dropdown .dropdown-toggle .material-symbols-outlined {
    transform: rotate(0deg);
    font-size: 16px;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.15);
    color: rgb(255 255 255 / 60%);
    padding-top: 2px;
}

.snb ul>li.dropdown.open .dropdown-toggle .material-symbols-outlined {
    transform: rotate(180deg);
    background: var(--page-point-color);
    opacity: 1;
    color: #fff;
}

.snb ul>li.dropdown .dropdown-menu {
    margin: 0;
    padding: 15px 0;
    border-radius: 0px;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    top: 85%;
    right: 0;
    left: auto;
    width: auto;
    border-top: 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

.snb ul>li.dropdown .dropdown-menu li {}

.snb ul>li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

.snb ul>li.dropdown .dropdown-menu li a {
    padding: 0px 20px;
    font-size: 14px;
    color: #777;
    letter-spacing: 0px;
    line-height: 33px;
    text-decoration: none;
    background: #fff;
    text-align: left;
    font-weight: 400;
    transition: all 0.15s;
}

.snb ul>li.dropdown .dropdown-menu li a:hover {
    color: var(--page-point-color);
    font-weight: 600;
}

.subpage-content {
    /* padding: 100px 0 170px; */
}

.sub-inner+.sub-inner {
    margin-top: 120px;
}

.sub-link {}

.sub-link .link-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    border-left: 1px solid #ddd;
}

.sub-link .link-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    height: 70px;
    background: #fff;
    border: 1px solid #ddd;
    color: #929293;
    border-left: 0;
}

.sub-link .link-wrap a.active {
    background: #3ca59729;
    color: #218d7f;
    border: 1px solid #3ca597;
    font-weight: 600;
}

.sub-link .link-wrap a:hover {}

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

.subpage-content .con {}

.subpage-content .con+.con {
    margin-top: 115px;
}

.sub-root {
    display: flex;
    margin-bottom: 70px;
    /* border-bottom: 1px solid #dbdbdb; */
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
}

.sub-root a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    padding: 12px 0px 15px;
    text-align: center;
    color: #888;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    position: relative;
    /* border-radius: 500px; */
    line-height: 1;
    transition: all 0.15s;
    /* border-bottom: 2px solid #dddddd; */
}

.sub-root a:hover {
    color: #333;
    font-weight: 600;
}

.sub-root a+a {
    border-left: 0;
}

.sub-root a.active {
    /* color: #000; */
    /* border-bottom: 0; */
    /* background: var(--page-point-color); */
    font-weight: 700;
    color: #006fb7;
    font-size: 18px;
    border-bottom: 2px solid #51abe5;
}

.sub-root a.active::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    /* background: #51abe5; */
}

/* 네트워크 01 */
.grade-img {
    margin-top: 40px;
    mix-blend-mode: multiply;
}

.h3-line {
    position: relative;
}

/* 
.h3-line::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #ccc;
    content: "";
}
 */
.subpage-content .h3-line .title-h3::before {
    content: '';
    width: 20px;
    height: 5px;
    background: #71c1f5;
    position: absolute;
    left: 0;
    top: 13px;
    border: none;
    border-radius: 2px;
}

.h3-line h3 {
    width: fit-content;
    padding-right: 40px;
    /* background: #fff; */
    z-index: 1;
    padding-left: 30px;
    font-weight: 700;
    color: #222;
    font-size: 23px;
}

.prod-con {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 40px;
    padding: 60px;
    background: #f5f6f7;
    background: linear-gradient(135deg, #e5edf3, #f5f6f7);
}

.title-h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    /* gap: 35px; */
    letter-spacing: -0.03em;
}

div:not(.prod-con) .title-h3::before {
    content: '';
    width: 22px;
    height: 22px;
    border: 5px solid #138ad7;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 3px;
}

.title-h3::before {}

:not(.prod-con) .title-h3 {
    padding-left: 36px;
}

.subpage-content .prod-con .title-h3 {
    padding-left: 0 !important;
}

.subpage-content .prod-con .title-h3::before {
    content: none;
}

.title-h3.under-line {
    /* padding-bottom: 15px; */
    /* border-bottom: 1px solid #aaa; */
}

.title-h3 small {
    display: inline-block;
    position: relative;
    font-size: 17px;
    color: #111;
    margin-left: 15px;
    transform: translateY(0px);
    letter-spacing: -0.034em;
}

.title-h3 small::before {
    /* position: absolute; */
    content: "";
    left: -17px;
    width: 1px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #cbcbcb;
}

.prod-con {}

.prod-con .img-box {
    position: relative;
}

.prod-con .img-box img {
    width: 100%;
    min-height: 300px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgb(6 12 23 / 3%);
    border: none;
    /* border-radius: 8px; */
    /* padding: 20px; */
}

.prod-con .img-box a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 7px 10px;
    font-size: 13px;
    margin-left: auto;
    margin-top: 20px;
    width: fit-content;
    color: #fff;
    transition: background 0.15s;
    letter-spacing: -0.034em;
    background: #555d63;
}

.prod-con .img-box a::after {
    /* content: '\ea44'; */
    font-family: var(--icons);
    font-size: 18px;
    --wght: 300;
    --fill: 1;
}

.prod-con .img-box a:hover {
    background: var(--page-point-color);
    color: #fff;
}

.prod-con .txt-box {}

.prod-con .txt-box p {
    font-size: 17px;
    font-weight: 350;
    color: #333;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.prod-con .txt-box p+p {
    margin-top: 25px;
}

#sol01_01 .effect-box,
#sol01_03 .effect-box,
#sol02_04 .use-box,
#sol03_01 .effect-box,
#sol03_03 .effect-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-top: 50px;
}

#sol01_01 .effect-box .inner,
#sol01_03 .effect-box .inner,
#sol02_04 .use-box .inner,
#sol03_01 .effect-box .inner,
#sol03_03 .effect-box .inner {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

#sol01_01 .effect-box .inner img,
#sol01_03 .effect-box .inner img,
#sol02_04 .use-box .inner img,
#sol03_01 .effect-box .inner img,
#sol03_03 .effect-box .inner img {}

#sol01_01 .effect-box .inner>span,
#sol01_03 .effect-box .inner>span,
#sol02_04 .use-box .inner>span {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 75px;
    --wght: 250;
}

.con .inner .txt-box {}

.con .txt-box h6 {
    display: flex;
    gap: 16px;
    font-size: 20px;
    color: #111;
    font-weight: 650;
    margin-bottom: 18px;
    align-items: center;
    letter-spacing: -0.04em;
    position: relative;
    padding-left: 13px;
}

.con .txt-box h6::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #228cd1;
    position: absolute;
    left: 0;
    top: 4px;
}

.con .txt-box h6 span {
    font-size: 16px;
    font-weight: 400;
    color: var(--page-point-color);
}

#sol01_01 .skill-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}

.border-img {
    /* padding: 20px; */
    /* border: 1px solid #e0e0e0; */
    /* object-fit: cover; */
    /* max-width: 100%; */
    /* border-radius: 8px; */
}

.subpage-content div.border-img {
    border: 1px solid #ddd;
    /* border-radius: 8px; */
    /* padding: 10px 0; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sol01_01 :is(.con03, .con04) div.border-img {
    padding: 30px
}

#sol01_01 .con06 div.border-img {
    padding: 30px
}

.inner div.border-img+.txt-box {
    margin-top: 25px;
}

img:not(.border)+.txt-box {
    margin-top: 25px;
}

.bar-list {}

.bar-list>li {
    position: relative;
    font-size: 15px;
    padding-left: 11px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #505050;
}

.bar-list>li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    background: #555;
    border-radius: 50%;
}

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

#sol01_01 .position-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#sol01_01 .inter-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}

/* 네트워크02 */
#sol01_02 .effect-box {
    display: flex;
    flex-direction: column;
    gap: 85px;
}

#sol01_02 .effect-box .txt-box {
    margin-bottom: 40px;
}

#sol01_02 .effect-box .inner {}

#sol01_02 .effect-box .inner+.inner {}

#sol01_02 .effect-box .img-box {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 20px;
}

.txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

#sol01_02 .hci-infra .txt-wrap .txt-box {
    padding: 20px 30px;
    /* border: 1px solid #ddd; */
    margin: 0 !important;
    background: #f5f6f7;
}

#sol01_02 .hci-infra .txt-wrap .txt-box h6::before {
    content: none;
}

#sol01_02 .hci-infra .txt-wrap .txt-box h6 {
    padding-left: 0;
    font-size: 17px;
    color: var(--page-point-color);
    margin-bottom: 12px;
}

#sol01_02 .txt-wrap .txt-box:nth-child(even) {}

#sol01_02 .skill-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.txt-box.bg-txt {
    padding: 35px;
    background: #f5f6f7;
    height: 285px;
    /* border-top: 2px solid var(--page-point-color); */
}

.txt-box.bg-txt .in-txt p {
    font-size: 15px;
    color: #505050;
    line-height: 1.5;
}

#sol01_02 .desc-box {
    margin-top: 70px;
}

#sol01_02 .desc-box .txt-box {
    margin-bottom: 30px;
}

#sol01_02 .con04 .img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 25px 0 40px;
}

#sol01_02 .type-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#sol01_02 .type-box li {
    /* padding: 15px; */
    text-align: center;
    font-size: 16px;
    border: 4px solid #e0eff7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #1578b7;
    border-radius: 12px;
    letter-spacing: -0.05em;
}

#sol01_02 .type-box li:nth-child(odd) {
    /* background: #d7e8f3; */
}

/* 네트워크03 */
#sol01_03 .point-box {}

#sol01_03 .point-box .txt-box {
    margin-bottom: 30px;
}

#sol01_03 .effect-box {
    margin-top: 70px;
}

.effect-box .bar-list li {
    font-size: 15px;
}

#sol01_03 .effect-box .inner {}

#sol01_03 .effect-box .inner>span {}

#sol01_03 .skill-box .in01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}

#sol01_03 .skill-box .in02 .txt-box {
    /* border: 1px solid #ddd; */
    background: #f5f6f7;
    padding: 25px;
}

#sol01_03 .skill-box .in01 .img-box {
    border: 1px solid #ddd;
    padding: 28px;
}

#sol01_03 .title-h3+h6 {
    display: flex;
    gap: 35px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 23px;
    align-items: center;
}

#sol01_03 .skill-box .txt-wrap .txt-box+.txt-box {
    margin-top: 30px;
}

#sol01_03 .skill-box .inner+.inner {
    margin-top: 75px;
}

#sol01_03 .skill-box .in02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#sol01_03 .skill-box .in02 .under-h6 {
    background: var(--page-point-color);
    color: #fff;
    margin: -25px -25px 30px;
    padding: 12px;
    justify-content: center;
}

#sol01_03 .skill-box .t {}

#sol01_03 .skill-box .in02 .under-h6::before {
    content: none;
}

.skill-box .in02 .list {
    padding: 25px 26px;
    background: #fff;
    border: 1px solid #dde2e7;
    min-height: 135px;
}

.skill-box .in02 .list+.list {
    margin-top: 15px;
}

.skill-box .in02 .list h6 {
    font-size: 18px;
    padding-left: 0;
    color: var(--page-point-color);
    margin-bottom: 10px;
}

.skill-box .in02 .list h6::before {
    content: none;
}

#sol01_03 .skill-box .in03 .txt-box {
    margin-bottom: 30px;
}

/* 보안01 */
#sol02_01 .border-img {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 10px; */
    /* border: none; */
    /* border-radius: 8px; */
    /* border: none; */
}

#sol02_01 .prod-con .border-img {
    border: none;
}

#sol02_01 .border-img img:nth-child(1) {
    /* width: 200px; */
    /* margin-left: auto; */
}

#sol02_01 .border-img img:nth-child(2) {
    width: 200px;
    margin-left: auto;
}

#sol02_01 .skill-box {}

#sol02_01 .con02 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#sol02_01 .skill-box>.inner {}

#sol02_01 .con05 .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#sol02_06 .con03 .txt-box,
#sol02_06 .con07 .txt-box,
#sol02_07 .con03 .txt-box,
#sol02_06 .con05 .txt-box {
    text-align: center;
    /* border: 1px solid #ddd; */
    padding: 40px 25px;
    background: #f5f6f7;
}

#sol02_01 .con05 .txt-box span,
#sol02_06 .con03 .txt-box span,
#sol02_06 .con07 .txt-box span,
#sol02_07 .con03 .txt-box span,
#sol04_02 .con03 .inner span,
#sol02_06 .con05 .txt-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f5f6f7;
    margin: 0 auto 25px;
    font-size: 65px;
    --wght: 250;
    background: var(--page-point-color);
    color: #fff;
}

#sol02_06 .con03 .txt-box span {
    background: #9163cd;
}

#sol02_06 .con03 .txt-box h5 {
    color: #9163cd;
}

#sol02_06 .con05 .txt-box span {
    background: #85bc23;
}

#sol02_06 .con05 .txt-box h5 {
    color: #85bc23;
}

#sol02_01 .skill-box .txt-box {
    padding: 40px 35px;
    border: 1px solid #ddd;
    border-top: 2px solid #8fcaf1;
    text-align: center;
}

.con .txt-box h5 {
    /* display: flex; */
    /* justify-content: center; */
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--page-point-color);
    letter-spacing: -0.04em;
}

.p-box p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.034em;
    color: #505050;
}

.p-box p::before {
    /* content: ''; */
    width: 3px;
    height: 3px;
    background: #555;
    position: absolute;
    left: 0;
    top: 9px;
}

.p-box p+p {
    margin-top: 15px;
}

.img-box p.img-desc {
    text-align: center;
    font-size: 18px;
    max-width: 1100px;
    margin: 40px auto 0px;
    letter-spacing: -0.03em;
    line-height: 1.6;
}

.img-box p.img-desc+.border-img {
    margin-top: 40px;
}

.img-box p.img-desc+.img-desc {
    margin-top: 20px;
}

.img-box p.img-desc+img {
    margin-top: 45px;
}

#sol02_01 .con07 .skill-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

#sol02_01 .con07 .skill-box .inner:first-child .txt-box {
    min-height: 400px;
}

#sol02_01 .con07 .skill-box .txt-box {
    min-height: 190px;
}

#sol02_01 .con07 .skill-box .txt-box+.txt-box {
    margin-top: 20px;
}

#sol02_01 .con09 .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

#sol02_01 .con09 .inner .txt-box {
    /* width: calc(33.333% - 30px); */
}

/*  보안02  */
.box-wrap {
    padding-top: 35px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.box-wrap .box {
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 25px;
    text-align: center;
    /* border-radius: 16px; */
    border: 4px solid #e0eff7;
}

.box-wrap .box:nth-child(even) {
    /* background: #f9f9f9; */
}

.box-wrap .box h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--page-point-color);
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}

.box-wrap .box p {
    font-size: 15px;
    line-height: 1.4;
}

#sol02_02 .con02 .effect-box>*+*,
#sol02_03 .con02 .effect-box>*+* {
    margin-top: 60px;
}

#sol02_02 .con02 .txt-box+img,
#sol02_03 .con02 .txt-box+img {
    margin-top: 10px;
}

#sol02_02 .con02 .inners,
#sol02_03 .con02 .inners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

#sol02_02 .con02 .inners .txt-box+div.border-img,
#sol02_03 .con02 .inners .txt-box+div.border-img {
    margin-top: 30px;
}

#sol02_02 .con03 .skill-box,
#sol02_03 .con03 .skill-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#sol02_02 .txt-box.bg-txt {
    height: 320px;
}

/* 보안03 */
.compose-box {}

.compose-box .img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

#sol02_03 .con04 img {
    margin-top: 30px;
}

/* 보안04 */
#sol02_04 .box-wrap .box>*:nth-child(1) {
    margin-bottom: 20px;
    height: 130px;
    object-fit: contain;
}

#sol02_04 .box-wrap .box {}

#sol02_04 .box-wrap {
    padding: 0;
}

#sol02_04 .skill-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

#sol02_04 .skill-box .txt-box {
    height: 100%;
}

#sol02_04 .use-box p {
    font-size: 16px;
}

#sol02_04 .box-wrap .box:nth-child(even),
#sol02_05 .box-wrap .box:nth-child(even) {
    background: #fff;
}

/* 보안05 */
#sol02_05 .box-wrap {
    padding-top: 0;
    grid-template-columns: repeat(4, 1fr);
}

#sol02_05 .box-wrap span {
    font-size: 115px;
    --wght: 200;
    display: block;
    margin-bottom: 10px;
}

#sol02_05 .box-wrap .box img {
    height: 130px;
    object-fit: contain;
}

#sol02_05 .box-wrap h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 27px;
    margin-top: 15px;
    color: var(--page-point-color);
}

#sol02_05 .box-wrap li {
    text-align: left;
}

#sol02_05 .box-wrap li b {
    display: block;
    color: #222;
}

#sol02_05 .txt-box.bg-txt {
    height: 100%;
}

#sol02_05 .skill-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

#sol02_05 .skill-box .txt-box p {
    font-weight: 600;
    font-size: 16px;
    color: #111;
    margin-bottom: 7px;
}

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

#sol02_05 .os-box .img-box {
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border: 1px solid #e3e3e3;
}

.os-box .border-img {
    background: #f9f9f9;
}

#sol02_05 .compose-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

#sol02_05 .compose-box .inner {
    padding: 40px;
    border: 1px solid #ddd;
}

#sol02_05 .con06 .box-wrap .box {
    background: #f9f9f9;
    border: none;
    border: 1px solid #e3e3e3;
    align-items: start;
    padding: 25px;
}

#sol02_05 .con06 .box-wrap .box img {
    margin-bottom: 20px;
}

/* 보안06 */
#sol02_06 .con03 .inner,
#sol02_06 .con07 .inner,
#sol02_06 .con05 .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#sol02_07 .con03 .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.air-box {
    margin-top: 40px;
    /* border: 1px solid #ddd; */
    /* padding: 45px; */
    background: #f5f6f7;
}

.air-box .air {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    /* gap: 50px; */
    align-items: center;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.air-box .air img {
    margin: 0 auto;
    background: #fff;
    padding: 15px 0;
}

.air .prod-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    background: #f5f6f7;
    padding: 50px;
    height: 100%;
}

.air .prod-list {}

.air .prod-list h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--page-point-color);
    margin-bottom: 15px;
}

.air .prod-list .dot-list {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 0px 15px;
    align-items: center;
}

.dot-list {}

.dot-list>li {
    font-size: 16px;
    padding-left: 16px;
    letter-spacing: -0.034em;
}

.dot-list>li+li {
    margin-top: 8px;
}

.dot-list>li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
}

/* 엔드포인트01 */
#sol03_01 .skill-box,
#sol03_03 .skill-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#sol03_01 .txt-box.bg-txt,
#sol03_03 .txt-box.bg-txt {
    height: 100%;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 30px;
    align-items: center;
}

#sol03_01 .txt-box.bg-txt .img-box,
#sol03_03 .txt-box.bg-txt .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    aspect-ratio: 1;
}

#sol03_01 .skill-box .inner+.inner,
#sol03_03 .skill-box .inner+.inner {
    margin: 0;
}

#sol03_01 .skill-box .inner {}

#sol03_01 .compose-box .txt-box {
    padding: 15px 0 20px;
    display: grid;
    grid-template-columns: 500px 1fr;
}

#sol03_01 .compose-box .txt-box h6 {
    align-items: flex-start;
}

#sol03_01 .compose-box .txt-box+.txt-box {
    border-top: 1px solid #ddd;
}

.user-box {}

.user-box .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

.user-box .inner .img-box {}

.user-box .inner .img-box img {
    padding: 0;
}

.user-box .inner .img-box p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.expand-box {}

.expand-box .expand {
    display: grid;
    grid-template-columns: 350px 1fr;
    padding: 45px 0;
}

.expand-box .expand+.expand {
    border-top: 1px solid #ddd;
}

.expand-box .expand img {
    margin: 0 0 auto;
}

.expand-box .expand .txt-box {
    margin-top: 0;
}

/* 엔드포인트02 */
#sol03_02 .logo.border-img {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

#sol03_02 .con02 .inner {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.con .txt-box h6.line {
    font-size: 25px;
    width: fit-content;
    z-index: 1;
    padding-right: 35px;
    background: #fff;
    margin-bottom: 30px;
}

.con .txt-box .tit-h6 {
    position: relative;
}

.con .txt-box .tit-h6::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #cdcdcd;
    transform: translateY(-50%);
    top: 50%;
}

#sol03_02 .con03 .inner {
    margin-top: 40px;
}

#sol03_02 .con03 .txt-wrap,
#sol04_01 .con03 .txt-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#sol03_02 .con03 .txt-box h6 {
    font-size: 22px;
}

/* 엔드포인트03 */
#sol03_03 .air-box .air {
    align-items: center;
}

/* 차세대보안01 */
.compare-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    padding: 55px 30px 40px;
    /* background: #f5f6f7; */
    border: 1px solid #ddd;
    border-top: 2px solid #8fcaf1;
}

.compare-box .txt-box {}

.compare-box .inner:nth-child(1) {
    position: relative;
}

.compare-box .inner:nth-child(1)::after {
    position: absolute;
    content: "";
    background: url("/public/img/sub/arrow.png") no-repeat center / cover;
    right: -65px;
    top: 50%;
    width: 58px;
    height: 164px;
    transform: translateY(-50%);
    font-family: var(--icons);
}

.compare-box .inner h4 {
    width: 340px;
    margin: 0 auto 30px;
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.03em;
}

.compare-box .inner:nth-child(2) h4 {
    background: var(--page-point-color);
    color: #fff;
    box-shadow: 0 4px 20px rgb(0 117 193 / 41%);
}

.compare-box .inner p {
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 1.6;
    color: #333;
}

.compare-box .inner p b {
    color: #333;
}

#sol04_01 .con03 .txt-wrap .bar-list {
    margin-top: 5px;
    margin-bottom: 15px;
}

#sol04_01 .con03 .txt-box {
    background: #f5f6f7;
    padding: 35px;
}

#sol04_01 .con03 .txt-box h6 {
    font-size: 22px;
}

#sol04_01 .h3-line .title-h3 {
    /* font-size: 26px; */
}

/* 차세대보안02 */
#sol04_02 .con02 .border-img {
    /* width: auto; */
    /* border: 0; */
    /* padding: 0; */
}

#sol04_02 .con03 .effect-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

#sol04_02 .con03 .inner {
    display: flex;
    gap: 25px;
    background: #f5f6f7;
    padding: 35px;
}

#sol04_02 .con03 .inner {
    background: #f5f6f7;
    padding: 35px;
}

#sol04_02 .con03 .inner .material-symbols-outlined {
    margin: 0;
}

#sol04_02 .con03 h6 {
    font-size: 20px;
}

#sol04_02 .con03 p {
    font-size: 16px;
    color: #505050;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

#sol04_02 .con03 p+p {
    margin-top: 15px;
    line-height: 1.5;
}

/* 차세대03 */
#sol04_03 .con02 .border-img {}

#sol04_03 .con03 .inners-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#sol04_03 .con03 .inners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 0px 60px; */
    align-items: start;
}

#sol04_03 .con03 .inners>h3 {
    grid-column: span 3;
    margin-bottom: 0 !important;
}

#sol04_03 .con03 .inners h3 {
    text-align: center;
    padding: 8px 15px;
    background: #3075ff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: -0.034em;
}

#sol04_03 .con03 .inner {}

#sol04_03 .con03 .item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    padding: 30px 40px;
    min-height: 455px;
    margin: 0 -1px 0 0;
    background: #fff;
}

#sol04_03 .con03 .img-wrap {
    display: flex;
    gap: 10px;
}

#sol04_03 .con05 .inner:nth-child(1) img {
    /* height: 400px; */
    /* width: 100%; */
    /* background: #ddd; */
}

#sol04_03 .con05 .inner+.inner {
    margin-top: 70px;
}

#sol04_03 .con03 .img-box {}

#sol04_03 .con03 .img-box h6 {
    text-align: center;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 30px;
}

#sol04_03 .con03 .img-box {}

#sol04_03 .con03 .txt-box {}

#sol04_03 .con03 .txt-box h4 {
    text-align: center;
    padding: 7px 10px;
    border-radius: 20px;
    background: #f2f2f2;
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background: #deebf7;
    letter-spacing: -0.03em;
}

#sol04_03 .con03 .dot-list {}

#sol04_03 .con03 .dot-list li {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.4;
}

#sol04_03 .con03 .dot-list li::before {
    background: #333;
}

#sol04_03 .con03 .dot-list li::before {}

#sol04_03 .con03 .border-img {
    padding: 0;
    margin: 0 auto;
    height: 140px;
    width: auto;
    border: 0;
    object-fit: contain;
    width: 100%;
    max-width: 260px;
}

#sol04_03 .con03 .inn05 h3,
#sol04_03 .con03 .inn06 h3 {
    background: #16554e;
}

#sol04_03 .con03 .inn05 h4,
#sol04_03 .con03 .inn06 h4 {
    background: #d4e8c6;
}

/* 기술지원 */
.sub-tit {
    margin-bottom: 50px;
}

.sub-tit .sub-h3 {
    font-size: 36px;
    font-weight: 700;
    color: #111;
    display: flex;
    gap: 30px;
    align-items: center;
    letter-spacing: -0.02em;
}

.sub-tit .sub-h3 small {
    position: relative;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    display: block;
}

.sub-tit .sub-h3 small::before {
    /* position: absolute; */
    content: "";
    left: -26px;
    width: 2px;
    height: 25px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

.support-box .txt-box h6 {
    align-items: center;
    gap: 20px;
}

.support-box .txt-box h6 small {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.support-box .inner {
    margin-top: 25px;
}

.support-box .con01 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

.support-box .item {
    text-align: center;
    border: 1px solid #ddd;
    border-top: 2px solid #8fcaf1;
}

.support-box a.item:hover {
    color: #000;
    background: #f2f2f2;
}

.support-box .inner img {}

.support-box .inner span {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    color: #111;
}

.support-box .inner p {
    padding: 20px;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
}

.support-box .inner .img-box {
    padding: 35px 20px;
}

.support-box .con02 .item+.item {
    /* border-left: 0; */
}

/* 주요파트너 */
.partner-box {}

.partner-box .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
    margin-top: 30px;
}

.partner-box .inner .img-box {
    border: 1px solid #e1e1e1;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-box .inner img {}

/* 회사개요 */
[id^=ab0] .subpage-content {
    padding: 0;
}

[id^="ab"] .sub-tit {
    margin-bottom: 70px;
}

[id^="ab"] .sub-tit .sub-h3 {
    flex-flow: column;
    gap: 20px;
}

.area {
    padding: 100px 0;
}

.area01 {}

.company-box {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 60px; */
}

.company-box .img-box {
    margin-bottom: 60px;
    background: url('/public/img/sub/ab01_01.png') no-repeat center / cover;
    color: #fff;
    text-align: center;
    padding: 84px;
    height: 280px;
}

.company-box .img-box p {
    font-size: 38px;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.company-box .img-box b {
    /* color: var(--page-point-color); */
}

.company-box .txt-box {
    text-align: center;
}

.company-box .txt-box p {
    font-size: 18px;
    color: #505050;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.company-box .txt-box p+p {
    margin-top: 30px;
}

.area02 {
    background: #f9f9f9;
}

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

.vision-box .vision {}

.vision-box .vision .img-box {}

.vision-box .vision img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.vision-box .txt-box {
    text-align: center;
    color: #000;
}

.vision-box .txt-box h6 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.vision-box .txt-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #505050;
}

/* 연혁 */
.history-box {}

.history-box .con {}

.history-box .con02 {}

#ab02 .subpage-content .con+.con {
    margin: 0;
}

.history-box .history {
    display: flex;
    padding-top: 110px;
    position: relative;
    align-items: center;
}

.history-box .history::after {
    position: absolute;
    content: "";
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ddd;
    top: 0;
}

.history-box .history+.history {}

.history-box .history:nth-child(even) {
    flex-direction: row-reverse;
}

.history-box .history:nth-child(even) .txt-box {
    padding: 0 80px 0 40px;
}

.history-box .history .img-box {
    width: 50%;
}

.history-box .history .txt-box {
    padding: 0 0 0 80px;
    width: 50%;
}

.history-box .bar-list {}

.history-box .bar-list li {
    /* font-weight: 600; */
    font-size: 16px;
}

.history-box .bar-list li b {
    color: #111;
    font-weight: 700;
}

.history-box .bar-list li::before {}

.history .txt-box h4 {
    display: flex;
    align-items: center;
    font-weight: 900;
    color: #d1d1d1;
    font-size: 55px;
    margin-bottom: 15px;
    gap: 15px;
    letter-spacing: -0.03em;
}

.history .txt-box h4 span {
    color: var(--page-point-color);
}

.history .txt-box h4 span.point {
    color: var(--page-point-color);
}

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

.certi-box .img-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.certi-box .img-box img {
    aspect-ratio: 350/503;
}

.certi-box .certi {}

.certi-box .certi p {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    margin-top: 26px;
    text-align: center;
}

/* 조직도 */
.sub-area {}

.sub-area+.sub-area {
    margin-top: 100px;
}

.group-box {}

.group-box .img-box {}

.group-box .img-box img {
    margin: 0 auto;
}

#ab03 .sub-area:nth-child(2) .sub-h3 {
    /* align-items: unset; */
}

#ab03 .sub-area:nth-child(2) .sub-h3 small {
    line-height: 1.6;
    text-align: center;
}

.ci-box {
    margin-bottom: 70px;
}

.ci-box img {
    border-bottom: 1px solid #eee;
}

.ci-box .ci-btn {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.ci-box .ci-btn a {
    border: 1px solid #ddd;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #222;
    font-size: 15px;
}

.ci-box .ci-btn a span {
    --wght: 300;
    color: #111;
}

.ci-box .ci-btn a:hover {
    background: #efefef;
}

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

.color-wrap .color-box {}

.color-box .img-box {
    padding: 30px;
}

.cb01 .img-box {
    background: #30529c;
}

.cb02 .img-box {
    background: #ffffff;
    border: 1px solid #e3e3e3;
}

.cb03 .img-box {
    background: #262424;
}

.cb04 .img-box {
    background: #58595a;
}

.color-box .img-box img {}

.color-box .color-info {
    margin: 25px 0 0;
}

.color-box .color-info>p {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
}

.color-info .rgb {}

.color-info .rgb p {
    font-size: 14px;
    color: #333;
}

.color-info .rgb p b {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

/* 오시는길  */
.map-info {
    margin-top: 40px;
}

.map-info h6 {
    font-size: 24px;
    font-weight: 700;
    color: var(--page-point-color);
    margin-bottom: 20px;
    letter-spacing: -0.04em;
}

.map-info .info-table {
    border-top: 2px solid var(--page-point-color);
}

.map-info .info-table table {
    width: 100%;
}

.map-info .info-table tr {}

.map-info .info-table th,
.map-info .info-table td {
    padding: 16px 30px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.map-info .info-table th {
    background: #f8f8f8;
    text-align: center;
}

.map-info .info-table td {
    text-align: left;
}

.traffic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
}

.traffic .tra-type {
    border: 1px solid #ddd;
    padding: 35px 35px;
    color: #505050;
}

.traffic .tra-type p {
    position: relative;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 650;
    margin-bottom: 18px;
    color: #111;
    letter-spacing: -0.04em;
}

.traffic .tra-type p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 32px;
    height: 3px;
    background: #71c1f5;
}

.traffic .tra-type+.tra-type {
    border-left: 0;
}

.traffic .dot-list {}

.traffic .dot-list li {
    /* padding-left: 10px; */
}

.traffic .dot-list li::before {
    background: #bbb;
    left: 1px;
}

.traffic .dot-list li+li {
    margin-top: 10px;
}

/* 
.map-info .info {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.map-info .info span {
    margin-bottom: 0;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    text-align: center;
    background: #f7f7f7;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-info .info ul {
    padding: 18px 30px;
}

.map-info .info ul li {
    font-size: 16px;
}

.map-info .info ul li+li {
    margin-top: 4px;
} */

#ab04 .root_daum_roughmap .wrap_map {
    height: 500px !important;
}

/* 채용 */
.step-box {
    display: flex;
    gap: 80px;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0;
}

.step-box .step {
    position: relative;
}

.step-box .step+.step::before {
    content: '▶';
    font-size: 30px;
    position: absolute;
    left: -32%;
    top: 65px;
    color: #ddd;
}

.step-box .step:last-child .img-box {
    background: var(--page-point-color);
}

.step-box .img-box {
    padding: 20px;
    background: #f5f6f7;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

.step-box .img-box img {}

.step-box span {
    display: block;
    margin-top: 25px;
    color: #111;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.step-box span b {
    display: block;
    color: var(--page-point-color);
    font-size: 14px;
    margin-bottom: 8px;
}

.table-tr01 {
    /* margin-top: 40px; */
}

.table-style01 {
    width: 100%;
    border-top: 2px solid #333;
}

.table-style01 th,
td {
    text-align: center;
    font-size: 15px;
    padding: 12px 20px;
}

.table-style01 th {
    font-weight: 700;
    font-size: 17px;
    color: #111;
    padding: 18px 20px;
}

.table-style01 td {
    border: 1px solid #ddd;
    text-align: center;
}

.table-style01 td[rowspan='2']:first-child {
    border-left: 0;
}

.table-style01 td:last-child {
    border-right: 0;
}

.table-style01 td .bar-list {
    text-align: left;
}

.table-style01 td .bar-list li {
    font-size: 15px;
}

.table-style01 td .bar-list li::before {}

.connect {
    margin-top: 30px;
}

.connect p {
    text-align: center;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 15px 45px;
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 16px;
    align-items: center;
    font-weight: 700;
    color: #222;
}

.connect p small {
    font-weight: 400;
    font-size: 16px;
}

.welfare-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    /* margin-top: 40px; */
}

.welfare {
    border: 1px solid #ddd;
    background: #f5f6f7;
    border-top: 2px solid #8fcaf1;
}

.welfare .img-box {
    padding: 33px 25px 32px;
    background: #fff;
}

.welfare .img-box img {}

.welfare .img-box span {
    text-align: center;
    font-size: 18px;
    color: #111;
    font-weight: 700;
    display: block;
    margin-top: 25px;
}

.welfare p {
    font-size: 15px;
    color: #505050;
    padding: 17px 25px;
    text-align: center;
    line-height: 1.5;
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
    border-top: 0;
    margin-bottom: 65px !important;
}

#bbsArea .table_blog dd {
    padding: 0;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

#bbsArea .table_blog dd:hover {
    border-color: var(--page-point-color);
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
    height: auto;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#bbsArea .table_blog .right {
    width: 100%;
    padding: 25px 20px;
}

#bbsArea .table_blog .right .title {
    overflow: hidden;
    margin-bottom: 18px;
    color: #222;
}

#bbsArea .table_blog .right .title a {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: wrap;
    -webkit-line-clamp: 2;
    font-weight: 700;
}

#bbsArea .table_blog .right .title a span {
    word-break: break-word;
}

#bbsArea .table_blog .right .info {
    margin-bottom: 9px;
    display: none;
}

#bbsArea .table_blog .right .info span {
    font-size: 11px;
}

#bbsArea .table_blog .right .text {
    overflow: hidden;
}

#bbsArea .table_blog .right .text p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: wrap;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#ab02 #bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

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

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

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

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

}

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

#bbsArea .table_blog2 .inner .bottom .info span {}


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

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {}

/* 주문폼 */
#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {
    border: 0;
}

#bbsArea form table tr {
    display: grid;
    grid-template-columns: 169px 1fr;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #f8f8f8;
}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: transparent;
    border-color: #e5e5e5;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
}

#bbsArea form table th span {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

#bbsArea form table th span.required_text {
    display: none;
}

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

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

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

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 100%;
    display: block !important;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
    text-align: left;
    display: none;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

/* 게시판 view */
.board_data_view .header_wrap .title {
    font-weight: 700;
    font-size: 24px;
}

.board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #13161a;
    color: #fff;
}

footer li {
    font-size: 13px;
    color: #9d9d9d;
    letter-spacing: -0.3px;
}

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

footer li.copy {
    margin-top: 20px;
    color: #666;
    font-size: 12px;
}

footer .footer-info {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
}

footer .footer-wrap {
    display: flex;
    gap: 60px;
    padding: 40px 0 55px;
    position: relative;
}

footer .footer-wrap .footer-logo img {
    height: 45px;
    object-fit: contain;
}

footer img {
    filter: brightness(0) invert(1);
}

footer .login {
    position: absolute;
    right: 60px;
    bottom: 60px;
    font-size: 14px;
}

footer .login a {
    display: block;
    padding: 5px 11px;
    border: 1px solid rgb(255 255 255 / 10%);
    color: #555555;
    font-size: 11px;
    font-weight: 400;
}

footer .login a:hover {
    background: rgb(0 0 0 / 60%);
    color: #fff;
}

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

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

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

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

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

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

footer .footer-link li {}


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

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

footer .footer-link li.privacy a {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 182px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        overflow: hidden;
        border: 0;
        padding: 25px 10px;
        box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
        background: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #333;
    }
}

/* 로그인 페이지  */
.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;
    border-radius: 68px;
}

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

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column
    }

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important
}

.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px !important
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-3px)
}

.member_wrapper .form-group>div:nth-child(2) {
    flex: 1
}

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7
}

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px
}

.table_blog dd:hover {
    background: unset;
}

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

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

.ani {
    --opacity: 0;
    --s-level: 6;
    --d-level: 0;
    --t-level: 4;
    --value: 20px;
    --duration-second: 0.25s;
    --delay-second: 0.25s;
    --duration: calc(var(--duration-second) * var(--s-level));
    --delay: calc(var(--delay-second) * var(--d-level));
    --property: all;
    --timing-function: ease;
    --translate: calc(var(--value) * var(--t-level));
    --scale: 1;
    opacity: var(--opacity);
    transition-duration: var(--duration);
    transition-property: var(--property);
    transition-timing-function: var(--timing-function);
    translate: var(--translateX) var(--translateY);
    scale: var(--scale);
}

.ani.active {
    transition-delay: var(--delay);
}

@media (width <=767.98px) {

    .ani {
        --delay: 0 !important;
        --value: 10px;
    }
}

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

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

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

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

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

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

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

.ani[class*="-s1"] {
    --s-level: 1;
}

.ani[class*="-s2"] {
    --s-level: 2;
}

.ani[class*="-s3"] {
    --s-level: 3;
}

.ani[class*="-s4"] {
    --s-level: 4;
}

.ani[class*="-s5"] {
    --s-level: 5;
}

.ani[class*="-s6"] {
    --s-level: 6;
}

.ani[class*="-s7"] {
    --s-level: 7;
}

.ani[class*="-s8"] {
    --s-level: 8;
}

.ani[class*="-d0"] {
    --d-level: 0;
}

.ani[class*="-d05"] {
    --d-level: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ani[class*="-ease"] {
    --timing-function: ease;
}

.ani[class*="-ease-in"] {
    --timing-function: ease-in;
}

.ani[class*="-ease-out"] {
    --timing-function: ease-out;
}

.ani[class*="-ease-in-out"] {
    --timing-function: ease-in-out;
}

.ani[class*="-linear"] {
    --timing-function: linear;
}

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

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

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

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

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

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

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

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

.ani.active {
    opacity: 1;
}

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

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

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

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

@keyframes ani-custom {
    0% {
        opacity: var(--opacity-0);
        transform: var(--transform-0);
    }

    100% {
        opacity: var(--opacity-100);
        transform: var(--transform-100);
    }
}

@media (max-width:1199px) {
    .sitemap-bg{
        padding: 0 40px;
    }
    .sitemap-bg::after {
        width: 40px;
    }
    .sitemap .site-btn span {
        font-size: 25px;
    }
    .sitemap {
        right: 11px;
        top: 30px;
    }
    .sitemap-bg .site-menu h5 {
        font-size: 18px;
        line-height: 1;
    }
    .sitemap-bg .site-menu h5 {
        margin-bottom: 15px;
    }
    .site-menu ul li a {
        font-size: 13px;
    }
    .site-sub p {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .sitemap-bg .site-menu {
        padding: 50px 15px;
    }
    .sitemap-bg .site-menu:last-child {
        padding-top: 82px;
    }
    .navbar-inverse .navbar-right>li>a{
        min-width: 100px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 15px;
    }
}
@media (max-width:991px) {
    .history .txt-box h4 {
        font-size: 30px;
    }
    .history-box .history {
        padding-top: 50px;
    }
    .history-box .history::after {
        left: 0;
    }
    .history-box .history:nth-child(even) .txt-box {
        padding: 0 0 0 30px;
    }
    .history-box .history .txt-box {
        padding: 0 0 0 30px;
        width: 100%;
    }
    .history-box .history .img-box{
        display: none;
    }
    .side-banner .side {
        gap: 10px;
        padding: 20px 10px;
    }
    .side-banner .side p {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .side-banner .side span {
        font-size: 20px;
    }
    .side-banner {
        top: 25%;
    }
    .carousel-caption h1 span {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .main_scroll_menu {
        left: 25px;
    }
    .main_scroll_menu ul li {
        padding-left: 10px;
    }
    .main_scroll_menu ul li a{
        font-size: 14px;
    }
    .main_scroll_menu ul li+li {
        margin-top: 15px;
    }
    #mainCarousel .carousel-inner .item {
        height: 650px;
        animation: bg 3s ease-in-out both;
    }
    .main_scroll_menu {
        top: 31%;
        left: 25px;
        transform: unset;
    }
    .carousel-control, .carousel-indicators {
        bottom: 150px;
    }
    .main-tit h3 {
        font-size: 30px;
    }
    .main-tit::before {
        font-size: 85px;
        right: -44%;
        top: 84%;
    }
    .busi-area .busi {
        height: 340px;
    }
    .busi-area .busi-txt {
        padding: 60px 30px;
    }
    .busi-area .busi-txt span {
        font-size: 35px;
        margin: 0;
    }
    .busi-area .busi-txt h6 {
        font-size: 30px;
        font-weight: 700;
    }
    .busi-area .busi-txt p {
        font-size: 17px;
    }
    .busi-area .busi.active {
        width: 120%;
    }
    .busi-area .ct {
        font-size: 18px;
    }
    .solution-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .solution-box {
        padding: 35px 0 30px;
    }
    .solution-wrap .solution-box .txt-box {
        margin-bottom: 35px;
        margin-top: 25px;
    }
    .solution-box .txt-box p {
        font-size: 14px;
        line-height: 1.4;
    }
    #bbsArea .table_blog {
        grid-template-columns: repeat(2, 1fr);
    }
    .subpage-header {
        position: relative;
        height: 350px;
    }
    .subpage-title h2 {
        margin-top: 60px;
        font-size: 35px;
    }
    .snb ul>li.dropdown .dropdown-toggle {
        padding: 15px 0px;
        font-size: 14px;
        min-width: 230px;
        gap: 20px;
    }
    .snb {
        margin-top: -60px;
        backdrop-filter: blur(20px);
    }
    .snb ul>li.dropdown .dropdown-menu {
        top: 99%;
        padding: 10px 0;
    }
    .snb ul>li.dropdown .dropdown-menu li a {
        font-size: 13px;
    }
    .company-box .img-box {
        padding: 0;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .company-box .img-box p {
        font-size: 35px;
    }
    .company-box .txt-box p {
        font-size: 18px;
    }
    .hidden-md{
        display: none;
    }
    .sub-tit .sub-h3 {
        font-size: 30px;
    }
    [id^="ab"] .sub-tit {
        margin-bottom: 40px;
    }
    .vision-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    .vision-box .vision img {
        height: 400px;
    }
    .vision-box .txt-box h6 {
        margin-top: 18px;
        font-size: 20px;
        margin-bottom: 9px;
    }
    .sub-root a {
        font-size: 16px;
    }
    .sub-root a.active {
        font-size: 16px;
    }
    .prod-con {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px;
    }
    .title-h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .prod-con .txt-box p {
        font-size: 16px;
    }
    .grade-img {
        margin-top: 15px;
        mix-blend-mode: multiply;
    }
    #sol01_01 .effect-box .inner, #sol01_03 .effect-box .inner, #sol02_04 .use-box .inner, #sol03_01 .effect-box .inner, #sol03_03 .effect-box .inner {
        flex-direction: column;
        gap: 10px;
    }
    .con .txt-box h6 span {
        font-size: 14px;
    }
    .con .txt-box h6 {
        gap: 8px;
        font-size: 20px;
    }
    .effect-box .bar-list li {
        font-size: 14px;
    }
    .bar-list>li {
        font-size: 14px;
    }
    .bar-list>li::before {
        top: 7px;
    }
    .box-wrap {
        padding-top: 35px;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .compare-box {
        grid-template-columns: 1fr;
        gap: 100px;
        padding: 30px 15px 20px;
    }
    .compare-box .inner h4{
        width : 250px;
        padding: 15px 10px;
        font-size : 17px;
    }
    .compare-box .inner:nth-child(1)::after {
        right: -65px;
        top: 100%;
        width: 40px;
        height: 110px;
        left: 47%;
        transform: rotate(90deg);
        font-family: var(--icons);
    }
    #sol04_03 .con03 .inners>h3 {
        grid-column: span 1;
    }
    #sol04_03 .con03 .inners {
        grid-template-columns: 1fr;
    }
    .step-box {
        gap: 80px;
        display: grid;
    }
    .step-box .step+.step::before {
        content: '▶';
        font-size: 30px;
        position: absolute;
        left: 67px;
        top: -60px;
        color: #ddd;
        transform: rotate(90deg);
    }
    .welfare-box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    #ab04 .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .traffic {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .certi-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .box-wrap {
        padding-top: 35px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    #sol01_01 .inter-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 90px;
    }
    #sol01_01 .position-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 90px;
    }
    .inner div.border-img+.txt-box {
        margin-top: 20px;
    }
    .title-h3 small {
        font-size: 15px;
        margin-left: 11px;
    }
    div:not(.prod-con) .title-h3::before {
        width: 18px;
        height: 18px;
        left: 0;
        top: 7px;
    }
    :not(.prod-con) .title-h3 {
        padding-left: 30px;
    }
    #sol01_01 .skill-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 90px;
    }
    .con .txt-box h6::before {
        width: 3px;
        height: 15px;
        left: 0;
        top: 4px;
    }
    .con .txt-box h6 {
        padding-left: 9px;
        gap: 6px;
        font-size: 17px;
    }
    #sol01_01 .effect-box .inner img, #sol01_03 .effect-box .inner img, #sol02_04 .use-box .inner img, #sol03_01 .effect-box .inner img, #sol03_03 .effect-box .inner img {
        width: 90px;
    }
    .side-banner{
        display: none !important;
    }
    .navbar-toggle{
        display: none !important;
    }
    .sitemap-bg .site-menu{
        animation: unset;
    }
    .sitemap-bg .site-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .sitemap-bg .site-menu {
        padding: 20px 15px;
        border-right: 0;
    }
    .sitemap-bg.active .site-menu{
        border-bottom: 1px solid #666;
        border-left: 0 !important;
    }
    .sitemap-bg::before{
        width: 40px;
    }
    #bbsArea .table_blog .left a{
        display: block;
    }
    footer .footer-wrap {
        gap: 30px;
        padding: 30px 0 40px;
    }
    footer li {
        font-size: 12px;
        color: #9d9d9d;
        letter-spacing: -0.3px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .navbar-inverse{
        padding: 15px 0;
    }
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }
    .main_scroll_menu {
        top: 22%;
        left: 10px;
        display: none !important;
    }
    .main_scroll_menu ul li a {
        font-size: 12px;
    }
    .main_scroll_menu ul li {
        padding-left: 5px;
    }
    .navbar-brand{
        margin-left: 15px !important;
        height: 35px;
    }
    .sitemap {
        right: 11px;
        top: 22px;
    }
    .mainpage section {
        padding: 70px 0 90px;
        background: #fff;
    }
    .main-tit h3 {
        font-size: 22px;
    }
    .main-tit span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .main-tit::before {
        font-size: 55px;
        right: -64%;
        top: 90%;
    }
    .main-tit {
        margin-bottom: 35px;
        position: relative;
    }
    .busi-area .busi-txt {
        padding: 45px 20px;
    }
    .busi-area .busi {
        height: 295px;
    }
    .busi-area .busi-txt span {
        font-size: 24px;
    }
    .busi-area .busi-txt h6 {
        font-size: 22px;
        font-weight: 700;
    }
    .busi-area .busi-txt p {
        font-size: 15px;
    }
    .busi-area .ct {
        font-size: 15px;
        text-align: center;
    }
    .solution-box .txt-box h3 {
        font-size: 20px;
    }
    .link-btn a {
        width: 150px;
        padding: 7px 16px;
        font-size: 14px;
    }
    #bbsArea .table_blog .left {
        padding: 0;
    }
    #main03 #bbsArea .table_blog .right {
        padding: 15px 15px;
    }
    #main03 #bbsArea .table_blog .right .title a {
        font-size: 15px;
    }
    #main03 #bbsArea .table_blog .right .text p {
        -webkit-line-clamp: 2;
    }
    #bbsArea .table_blog .right .text p {
        font-size: 13px;
    }
    footer .footer-wrap {
        gap: 10px;
        padding: 30px 0 40px;
        flex-direction: column;
    }
    .subpage-header {
        position: relative;
        height: 270px;
    }
    .subpage-title h2 {
        margin-top: 40px;
        font-size: 30px;
    }
    .snb ul>li.home a {
        padding: 10px 0;
    }
    .snb {
        margin-top: -50px;
    }
    .area {
        padding: 80px 0;
    }
    .company-box .img-box p {
        font-size: 27px;
    }
    #sol01_02 .effect-box .img-box {
        grid-template-columns: 1fr;
    }
    #sol01_02 .skill-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .txt-box.bg-txt {
        padding: 25px;
        height: 250px;
    }
    #sol01_02 .con04 .img-box {
        grid-template-columns: 1fr;
    }
    #sol01_02 .type-box {
        grid-template-columns: repeat(2, 1fr);
    }
    #sol01_02 .type-box li {
        font-size: 16px;
        padding: 5px 15px;
    }
    #sol01_03 .skill-box .in01 {
        grid-template-columns: 1fr;
    }
    #sol01_03 .skill-box .in02 {
        grid-template-columns: 1fr;
    }
    #sol02_01 .con02 .inner {
        grid-template-columns: 1fr;
    }
    #sol02_01 .con05 .inner {
        grid-template-columns: 1fr;
    }
    #sol02_01 .con07 .skill-box {
        grid-template-columns: 1fr;
    }
    #sol02_01 .con07 .skill-box .txt-box {
        min-height: auto;
    }
    #sol02_01 .con07 .skill-box .inner:first-child .txt-box {
        min-height: auto;
    }
    #sol02_01 .con09 .inner {
        grid-template-columns: repeat(1, 1fr);
    }
    #sol02_02 .con02 .inners, #sol02_03 .con02 .inners {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    #sol02_02 .con03 .skill-box, #sol02_03 .con03 .skill-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .compose-box .img-box {
        grid-template-columns: 1fr;
    }
    #sol02_04 .skill-box {
        grid-template-columns: repeat(1, 1fr);
    }
    #sol02_05 .box-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    #sol02_05 .skill-box {
        grid-template-columns: 1fr;
    }
    .os-box {
        grid-template-columns: 1fr;
    }
    #sol02_05 .compose-box {
        grid-template-columns: 1fr;
    }
    #sol02_06 .con03 .inner, #sol02_06 .con07 .inner, #sol02_06 .con05 .inner {
        grid-template-columns: 1fr;
    }
    .img-box p.img-desc {
        font-size: 14px;
    }
    #sol02_01 .con05 .txt-box span, #sol02_06 .con03 .txt-box span, #sol02_06 .con07 .txt-box span, #sol02_07 .con03 .txt-box span, #sol04_02 .con03 .inner span, #sol02_06 .con05 .txt-box span {
        width: 80px;
        font-size: 40px;
    }
    .air-box .air {
        grid-template-columns: 1fr;
    }
    #sol02_07 .con03 .inner {
        grid-template-columns: 1fr;
    }
    #sol03_01 .skill-box, #sol03_03 .skill-box {
        grid-template-columns: 1fr;
    }
    #sol03_01 .compose-box .txt-box {
        grid-template-columns: 1fr;
    }
    .user-box .inner {
        grid-template-columns: 1fr;
    }
    .expand-box .expand {
        grid-template-columns: 1fr;
    }
    #sol03_02 .con02 .inner {
        grid-template-columns: 1fr;
    }
    #sol03_02 .con03 .txt-wrap, #sol04_01 .con03 .txt-wrap {
        grid-template-columns: 1fr;
    }
    .con .txt-box h6.line {
        font-size: 18px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    #sol03_02 .con03 .txt-box h6 {
        font-size: 17px;
    }
    #sol03_01 .txt-box.bg-txt, #sol03_03 .txt-box.bg-txt {
        grid-template-columns: 1fr;
    }
    #sol03_01 .txt-box.bg-txt .img-box, #sol03_03 .txt-box.bg-txt .img-box {
        width: 170px;
        margin: 0 auto;
    }
    #sol04_01 .con03 .txt-box h6 {
        font-size: 17px;
    }
    #sol04_02 .con03 .effect-box {
        grid-template-columns: 1fr;
    }
    #sol04_02 .con03 h6 {
        font-size: 17px;
    }
    .partner-box .inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .color-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .ci-box .ci-btn {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #notice02 .table-tr01{
        overflow-x: auto;
    }
    #notice02 .table-tr01 .table-style01{
        table-layout: fixed;
    }
    #notice02 .table-style01 col:nth-child(1){
        width: 160px !important;
    }
    #notice02 .table-style01 col:nth-child(2){
        width: 100px !important;
    }
    #notice02 .table-style01 col:nth-child(3){
        width: 250px !important;
    }
    #notice02 .table-style01 col:nth-child(4){
        width: 100px !important
    }
}
@media (max-width:576px) {
    .welfare-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .certi-box .certi p {
        font-size: 14px;
        margin-top: 18px;
    }
    .certi-box {
        grid-template-columns: 1fr;
    }
    .partner-box .inner .img-box {
        padding: 15px;
    }
    .support-box .con01 .inner {
        grid-template-columns: 1fr;
    }
    .support-box .con02 .inner {
        grid-template-columns: 1fr;
    }
    #sol04_02 .con03 .inner {
        flex-direction: column;
    }
    .box-wrap {
        grid-template-columns: 1fr;
    }
    #sol01_02 .type-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .vision-box .txt-box p {
        font-size: 15px;
    }
    .vision-box .vision img {
        height: 300px;
    }
    .sub-tit .sub-h3 {
        font-size: 25px;
    }
    .sub-tit .sub-h3 small {
        font-size: clamp(11px,3vw,15px);
        text-align: center;
        line-height: 1.5;
    }
    [id^="ab"] .sub-tit .sub-h3 {
        flex-flow: column;
        gap: 10px;
    }
    .company-box .txt-box p {
        font-size: 15px;
    }
    .company-box .img-box {
        height: 175px;
    }
    .company-box .img-box p {
        font-size: clamp(18px,3.6vw,22px);
    }
    .subpage-title h2 {
        font-size: 25px;
    }
    .carousel-caption h1 span {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .carousel-caption h1 {
        font-size: clamp(19px,5vw,25px);
    }
    #mainCarousel .carousel-inner .item {
        height: 420px;
    }
    .carousel-control, .carousel-indicators {
        bottom: 115px;
    }
    .main_scroll_menu ul li a {
        font-size: 10px;
    }
    .main-tit span {
        font-size: 13px;
    }
    .main-tit h3 {
        font-size: 18px;
    }
    .busi-area .busi {
        height: 260px;
    }
    .busi-area .busi-txt span {
        font-size: 21px;
    }
    .busi-area .busi-txt h6 {
        font-size: 20px;
    }
    .busi-area .busi-txt p {
        font-size: 14px;
    }
    .solution-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .solution-box .img-box img {
        width: 40px;
    }
    .solution-box .txt-box h3 {
        font-size: 18px;
    }
    .solution-box .txt-box p {
        font-size: 13px;
    }
    #bbsArea .table_blog {
        grid-template-columns: repeat(1, 1fr);
    }
    #bbsArea .table_blog .left a span {
        height: 320px;
    }
    footer .footer-wrap .footer-logo img {
        height: 30px;
    }
    footer li:first-child {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .busi-area .busi-txt {
        padding: 35px 10px;
    }
    .busi-area .busi-txt p {
        font-size: clamp(11px,3vw,14px);
    }
    .title-h3 {
        font-size: 20px;
        flex-direction: column;
        margin-bottom: 20px;
        align-items: flex-start;
        gap: 6px;
    }
    .prod-con .txt-box p {
        font-size: 14px;
    }
    #sol01_01 .effect-box, #sol01_03 .effect-box, #sol02_04 .use-box, #sol03_01 .effect-box, #sol03_03 .effect-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }
    div:not(.prod-con) .title-h3::before {
        width: 14px;
        height: 14px;
        border: 3px solid #138ad7;
        left: 0;
        top: 6px;
    }
    :not(.prod-con) .title-h3 {
        padding-left: 22px;
        font-size: 19px;
    }
    .subpage-content .h3-line .title-h3::before{
        top : 10px;
    }
    .title-h3 small {
        font-size: 13px;
        margin-left: 8px;
    }
    .main-tit::before{
        right: 0;
        text-align: end;
    }
    .navbar-brand {
        height: 30px;
    }
    .main-tit h3 br{
        display: none;
    }
    .quick-menu a {
        width: 40px;
    }
    #scrolltop .inner i {
        font-size: 14px;
    }
    #scrolltop .inner span {
        font-size: 12px;
    }
    .quick-menu {
        right: 15px;
        gap: 5px;
    }
    .sub-root a.active {
        font-size: 13px;
    }
    .sub-root a{
        font-size: 13px;
    }
    .sub-root {
        margin-bottom: 40px;
        gap: 20px;
    }
    .snb ul>li.dropdown .dropdown-menu{
        min-width : 140px;
    }
    .snb ul>li {
    min-width: 140px;
    }
    .snb ul>li.dropdown .dropdown-toggle {
        font-size: 10px;
        min-width: 120px;
        gap: 10px;
    }
    .snb ul>li.dropdown .dropdown-toggle .material-symbols-outlined {
        transform: rotate(0deg);
        font-size: 9px;
        width: 12px;
        aspect-ratio: 1;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.15);
        color: rgb(255 255 255 / 60%);
        padding-top: 2px;
    }
    .snb {
        margin-top: -43px;
    }
    .snb ul>li.dropdown {
        margin-right: 10px;
    }
    .snb ul>li.dropdown .dropdown-toggle {
        margin: 0 0px 0 5px;
    }
    .snb ul>li.dropdown .dropdown-menu li a {
        font-size: 9px;
        line-height: 25px;
        padding: 0 5px;
    }
    .snb ul>li.home {
        min-width: 30px;
    }
    .snb ul>li.home span {
        font-size: 15px;
        padding: 0 5px;
    }
    .subpage-content .con+.con {
        margin-top: 65px;
    }
    #sol01_01 .effect-box, #sol01_03 .effect-box, #sol02_04 .use-box, #sol03_01 .effect-box, #sol03_03 .effect-box {
        margin-top: 15px;
    }
    .subpage-content {
        padding: 65px 0 100px;
    }
    .color-box .color-info>p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}