@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

/* [ FOUC START 2405 ] */
#site > *:not(#force__wrapper) {
    visibility: hidden;
}

#site.loaded > *:not(#force__wrapper) {
    visibility: visible;
}

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

#site .container {
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

p,
li,
dt,
dd,
td {
    font-size: 16px;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

#site > .container {
    width: 100%;
    padding: 0;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

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

/* 상단 메뉴 */
.menu-top {
    background: #333;
    text-align: right;
}

.menu-top button {
    margin: 0 -2px;
    padding: 9px 12px;
    border: none;
    color: #aaa;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Roboto", "Noto Sans KR", sans-serif;
}

.menu-top button.active {
    background: #3a71cf;
    color: #fff;
}
.menu-top button:nth-child(2) {
    margin-right: 10px;
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #d3d3d3;
}

/* 메뉴 하단 */
.menu-bottom {
    margin: 28px 0 0 190px;
    width: 290px;
}

.menu-bottom .wrap-logo {
    display: flex;
    /* display: grid; */
    /* grid-template-columns: repeat(7, minmax(0, auto)); */
    align-items: center;
    gap: 15px;
}

.menu-bottom .wrap-logo img {
    max-width: 60px;
    /* width: 100%; */
    max-height: 35px;
}

.menu-bottom .wrap-logo img:nth-child(2) {
    max-width: unset;
}

.menu-bottom .wrap-logo img:nth-child(4) {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin-left: 0 !important;
    margin: 23px 0 0;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 35px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.05em;
}
.TP_L_EN .navbar-inverse .navbar-nav > li > a {
    padding-inline: 8px;
    font-size: 15px;
    letter-spacing: -0.07em;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    color: #3a71cf;
}

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .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:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .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) {
    #gnbauth {
        position: absolute;
        right: 50px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        text-align: left;
        transform: translateX(-50%);
        border: 1px solid #898989;
        border-radius: 0;
        padding: 28px 25px;
        box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.12);
        overflow: hidden;
        box-sizing: border-box;
        min-width: 160px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        display: inline;
        position: relative;
        font-size: 15px;
        padding: 0 0 2px;
        color: #666;
        font-weight: 400;
        letter-spacing: -0.03em;
        border-bottom: 1px solid transparent;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li + li {
        margin-top: 12px;
    }

    /* pc nav 드롭다운 후버 */
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: rgba(0, 0, 0, 0);
        color: #222;
        border-bottom: 1px solid #222;
    }
}

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

    .navbar-inverse .navbar-nav > li > a {
        /* padding: 35px 25px; */
        text-align: center;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
    display: none;
}

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

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

.carousel-indicators {
    margin-bottom: 0;
    bottom: 28px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background: #aaa;
    border: none;
    margin: 0 3px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}

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

.item:nth-child(2) .carousel-caption {
    color: #111;
}

.carousel-caption h1 {
    font-size: 52px;
    font-weight: 600;
}

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

.carousel-caption {
    text-shadow: none;
    text-align: left;
    top: 17%;
    left: 15%;
}

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

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 50px 0 40px;
    color: #666;
    border-top: 1px solid #ddd;
    /* background-color: #2d2d2d;
	color: #aaa; */
}

#site footer .container {
    display: flex;
}

#site footer .info {
    /* width: 70%; */
    flex: 1;
    display: flex;
    gap: 70px;
}

#site footer .info img {
    width: 150px;
}

#site footer ul {
    margin-bottom: 5px;
}

#site footer p {
    font-size: 12px;
    opacity: 0.7;
}

#site footer .wrap-logo {
    width: 40%;
    display: grid;
    align-items: start;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

#site footer .wrap-logo figure {
    text-align: center;
}

#site footer .wrap-logo figure:nth-child(4) {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

#site footer .wrap-logo figure .inner {
    height: 35px;
    display: flex;
    align-items: center;
}

#site footer .wrap-logo img {
    max-height: 35px;
    margin: 0 auto;
}

#site footer .wrap-logo figure figcaption {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #555;
}

/* 메인 페이지 */
#mainCarousel {
    position: relative;
    padding-bottom: 40px;
}

#mainCarousel::after {
    content: "";
    width: 100%;
    height: 150px;
    /* background: linear-gradient(to top, rgba(0,0,0,0.2) 0.8% , rgba(0,0,0,0.08) , rgba(0,0,0,0)); */
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
}

#mainCarousel .carousel-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#mainCarousel .carousel-inner .item {
    height: 560px;
    background-size: contain;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}

/* personal setting 0.70v */
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
        position: relative;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 1.35;
    font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #315a9c;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
/* li > ul{
	padding-left:20px;
} */
ul[class^="li-"] > li {
    padding-left: 25px;
    position: relative;
    letter-spacing: -0.02em;
    color: #333;
}

ul.li-dot > li {
    padding-left: 15px;
}

.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
}

.li-dash > li:before {
    width: 10px;
    height: 1px;
    background: #315a9c;
}

.li-dot > li:before,
.li-disc > li:before {
    content: "";
    display: inline-block;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #315a9c;
}

.li-dot > li:before {
    width: 2px;
    height: 2px;
    background: #555;
}

.li-check > li:before {
    content: "\f00c";
    left: 0;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #315a9c;
    top: 0;
}

.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 10px;
    background: #3a71cf;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 29px;
}

.partner-li {
    margin: 0 -10px 30px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.partner-li > li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}

.partner-li > li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
}

.category-li > li {
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0 !important;
    display: flex;
    align-items: flex-start;
    font-family: "Roboto", "notokr";
}

#product11 .li-pill {
    display: flex;
    flex-wrap: wrap;
}

#product11 .li-pill li {
    width: 50%;
    padding-right: 15px;
}

.li-pill li span {
    display: block;
    margin: 5px 0 0 0;
    padding: 0px 10px 0 7px;
    /* width: 150px; */
    min-width: 200px;
    line-height: 1.1;
    font-weight: 500;
    color: #222;
    border-left: 3px solid #d2d2d2;
    letter-spacing: -0.025em;
    flex-basis: 200px;
}

.trait-dl {
    /* margin:40px 0; */
    /* display:flex; */
    /* flex-wrap: wrap; */
}

.trait-dl .clearfix {
    margin-top: 60px;
    display: block;
    width: 100%;
}

.trait-dl dt,
.trait-dl dd {
    /* margin-bottom:10px; */
    /* padding: 0px 40px 20px; */
    /* border-top:2px solid #ddd; */
}

.trait-dl dt {
    position: relative;
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.trait-dl dt::after {
    /* content: ''; */
    width: 28px;
    background: #333;
    height: 3px;
    border: none;
    position: relative;
    display: block;
    margin-top: 18px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@media (min-width: 768px) {
    .trait-dl dt {
        /* width: 20%; */
        /* padding-left: 0; */
        /* padding-right: 80px; */
        letter-spacing: -0.025em;
        line-height: 1;
    }

    .trait-dl dd {
        /* width: 80%; */
        /* padding: 0; */
    }
}

@media (max-width: 767px) {
    .partner-li > li {
        max-width: 50%;
        flex: 0 1 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}
.card p {
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
}
.card .card-ttl {
    margin: -30px -30px 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #315a9c;
}

.column-2 {
    column-count: 2;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #315a9c;
    background: #315a9c;
}

.more-btn:hover {
    color: #315a9c;
    background: transparent;
}

.circle-wrap {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle-wrap .circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    border-radius: 50%;
    background: #555;
}

.circle-wrap .circle > div {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

.bull {
    position: relative;
    padding-left: 0.5em;
}

.bull:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #3a71cf;
    position: absolute;
    left: 0;
    top: 2px;
    margin-top: -3px;
}

@media (max-width: 767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

a:hover,
a:focus {
    text-decoration: none;
}

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

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #333;
}

.table-style tr th,
.table-style tr td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #e8e8e8 !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
    border: 1px solid #e8e8e8;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc !important;
    font-size: 18px;
    font-weight: 500;
    color: #151515;
    padding: 18px 25px !important;
}

.table-style tr td {
    color: #666;
}

.history-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.history-wrap:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 30px;
    left: 15%;
    background: #ddd;
}

.history-wrap.zigzag:before {
}

.history-wrap .history-box {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.history-wrap.zigzag .history-box {
    /* position:relative; */
    /* width:50%; */
    /* padding:30px 50px; */
}

.history-box {
    display: flex;
}

.history-box ul {
    width: 85%;
    padding-left: 75px;
    padding-top: 20px;
}

.history-wrap h6 {
    position: relative;
    margin: 0 0 10px;
    padding-top: 12px;
    padding-left: 3px;
    color: #346ccc;
    /* font-size: 50px; */
    letter-spacing: 0;
    font-weight: 500;
    width: 15%;
    font-family: "Roboto", "Noto Sans KR", sans-serif;
    font-size: 35px;
}

.history-wrap ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -75px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #ddd;
    width: 40px;
}

.history-wrap ul li:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -80px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #3a71cf;
    background: #fff;
}

.history-wrap li {
    position: relative;
    margin: 0 0 18px;
    font-size: 17px;
    letter-spacing: -0.03em;
    padding-left: 45px;
}

.history-wrap li span {
    display: block;
    font-weight: 600;
    color: #333;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.2em;
    font-family: "Roboto", "Noto Sans KR", sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .col-sm-20 + .col-sm-20 > .card {
        border-left: none;
    }

    .history-wrap.zigzag .history-box:nth-child(odd) {
        /* text-align:right; */
    }

    .history-wrap.zigzag .history-box:nth-child(even) {
        /* margin-top:80px; */
    }

    .history-wrap.zigzag .history-box:nth-child(odd) h6:before {
        /* left:auto; */
        /* right:-45px; */
    }

    .history-wrap.zigzag .history-box:nth-child(odd) h6:after {
        /* left:auto; */
        /* right: -63px; */
    }
}

@media (max-width: 767px) {
    .history-wrap:before {
        left: 15px;
    }

    .history-wrap .history-box {
        width: 100%;
        padding-top: 0;
        padding-right: 15px;
        margin-left: 15px;
    }

    .history-wrap h6 {
        font-size: 26px;
    }

    .history-wrap li {
        font-size: 14px;
    }
}

/* personal setting 0.70v end */
/* navigation setting */

/* mainpage setting */
.main-banner {
    position: fixed;
    top: 27%;
    width: 190px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 4px solid #335999;
    border-bottom: 1px solid #ddd;
}

#main-banner-left {
    left: 10px;
}

#main-banner-right {
    right: 10px;
}

.main-banner a {
    position: relative;
    display: block;
    padding: 4px 5px;
}

.main-banner a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    background: #000;
    opacity: 0;
}

.main-banner a:hover:before {
    opacity: 0.05;
}

.main-banner a + a {
    border-top: 1px solid #eee;
}

.main-product > article {
    padding: 60px 0 60px;
    background: #efefef;
}

.main-product .at1 {
    padding-top: 60px;
}

.main-product > .at5 {
    padding-bottom: 110px;
}

.main-product h4 {
    position: relative;
    display: block;
    margin: 0 0 30px;
    padding-bottom: 16px;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 1px solid #999;
    color: #151515;
    font-family: "Roboto", "Noto Sans KR";
}

.main-product h4::before {
    content: "";
    width: 62px;
    height: 3px;
    background: #3a71cf;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.main-product h4 small {
    display: inline-block;
    margin-left: 10px;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: #777;
}

.slick-slide.item {
    min-height: 350px;
    margin: 0 8px;
    background: #fff;
    /* border: 1px solid #d0d0d0; */
    /* box-shadow: 1px 1px 3px rgb(0 0 0 / 12%); */
}

.slick-slide.item a {
    position: relative;
    display: block;
    min-height: 400px;
    background: #fff;
}

.slick-slide.item img {
    padding: 30px 0 0;
    aspect-ratio: 1;
    max-width: 270px;
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    padding: 10px 0;
    margin: 0 -8px;
}

.slick-slide .img-caption {
    margin: 0;
    padding: 15px 0 50px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 1.35;
}

.at1 .slick-slide .img-caption {
    padding-bottom: 35px;
}

.at7 .slick-slide .img-caption {
    min-height: 109px;
    padding-bottom: 30px;
}

.at1 .slick-slide .img-tit {
    top: 22px;
    width: 100%;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 1.35;
    text-align: center;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    margin: 0 4px;
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 -2px !important;
}

.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0.15;
}

.slick-dots li.slick-active button:before {
    background: #3a71cf !important;
    opacity: 1;
}

.slick-prev,
.slick-next {
    margin-top: -20px;
}

.slick-prev {
    left: -50px;
}

.slick-prev:before,
.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    background: #cfcfcf;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    opacity: 1;
    border-radius: 50%;
}

.slick-prev:before {
    content: "\f053";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.5;
}

.slick-prev:not(.slick-disabled):hover::before,
.slick-next:not(.slick-disabled):hover::before {
    background: #333 !important;
    color: #fff !important;
}

.main-bbs {
    padding: 55px 0;
}

.page-header {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: none;
}

.board_box_list {
    margin-bottom: 0 !important;
    padding-top: 20px;
    padding-right: 60px;
}

div[class^="board_box_"] .page-header h4 {
    font-size: 28px;
    color: #151515;
    letter-spacing: -0.035em;
    margin: 0;
    font-weight: 600;
}

div[class^="board_box_"] .page-header h4::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #333;
    display: block;
    margin-top: 15px;
}

div[class^="board_box_"] .page-header .pull-right {
    font-size: 18px;
    margin-top: 4px;
    color: #333;
}

.board_box_list ul li {
    font-size: 16px;
    padding: 9px 0;
    border-bottom: 1px solid #ececec;
}

.board_box_list ul li a {
    letter-spacing: -0.03em;
}

.board_box_list ul li a:hover {
    text-decoration: underline;
}

.board_box_list ul li .hits {
    display: none;
}

.main-partner {
    padding-right: 4px;
}

.main-estimate {
    padding-left: 4px;
}

.main-bbs .link-btn {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 82px 10px;
    text-align: center;
    color: #fff;
    background: #1f4d98 url(/public/img/main/main-partner-bg.png);
}

.main-bbs .main-estimate .link-btn {
    background: #3f74d0 url("/public/img/main/main-estimate-bg.png");
}

.main-bbs .link-btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #1d4280;
    transition: all 0.3s ease;
}

.main-bbs .main-estimate .link-btn:before {
    background: #2e61b9;
}

.main-bbs .link-btn:hover:before {
    width: 150%;
    height: 150%;
}

.main-bbs .link-btn i {
    z-index: 10;
    position: relative;
    font-size: 50px;
}

.main-bbs .link-btn h5 {
    z-index: 10;
    position: relative;
    margin: 30px 0 0;
    font-size: 25px;
    letter-spacing: -0.05em;
}

/* footer setting */
#site footer li {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: -0.03em;
}

/* subpage setting */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}

.pagination_wrap,
.search_wrap {
    visibility: hidden;
}

.pageheader {
    height: 200px;
    background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
    position: relative;
    height: 100%;
}

.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-size: 47px;
    color: #fff;
    letter-spacing: -0.01em;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    letter-spacing: 0;
}

.breadcrumb > li + li:before {
    content: "\f054";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb .active {
    color: #fff;
}

.subpage-content {
    padding-top: 65px;
    padding-bottom: 60px;
}

.s-title {
    /* margin-bottom: 70px; */
    margin-bottom: 30px;
}

.s-title h3 {
    margin: 0;
    /* text-align:center; */
    /* font-size: 40px; */
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.035em;
    color: #202020;
}

.s-title h3 .badge {
    font-size: 17px;
    font-weight: 400;
    padding: 7px 15px;
    margin-left: 10px;
    border-radius: 50px;
    background: #3a71cf;
}

.s-title h3 a {
    color: #202020;
}

.s-title h3 a:hover {
    color: #fff;
    background: #c1402d;
}

.subpage-content .emp {
    font-weight: 500;
    color: #315a9c;
}

.subpage-content strong.emp {
    font-weight: 700;
}

.subpage-content section {
    padding-bottom: 60px;
}

.subpage-content section h4 {
    position: relative;
    margin: 0 0 25px;
    font-size: 29px;
    padding-left: 15px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #303030;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#about06 .table-style tr th {
    padding: 10px !important;
    font-size: 16px;
}

#about06 .table-style tr td {
    padding: 6px !important;
    font-size: 14px;
}

#about06 .table-style tr td:nth-child(3),
#about06 .table-style tr td .empha {
    font-weight: 500;
    color: #315a9c;
}

.subpage-content section h4:has(small) {
    display: block;
    padding-top: 23px;
}

.subpage-content section h4:has(small):before {
    content: "";
    top: 26px;
}

.subpage-content section h4:has(small)::after {
    content: "";
    display: table;
    clear: both;
}

#product12 .prod02-2-wrap {
    margin: 25px -7px 40px;
    background: #f5f5f5;
    padding: 58px 80px 48px;
}

#product12 .prod02-2-wrap > div {
    padding: 0 7px;
}

#product12 .prod02-2-wrap .img-wrap {
    margin-bottom: 14px;
}

#product12 .prod02-2-wrap .img-wrap {
    border: 1px solid #ddd;
}

#product12 .prod02-2-wrap > div:first-child .img-wrap {
    display: flex;
    background: #f8f8f8;
    padding: 0 70px;
}

#product12 .prod02-2-wrap > div:nth-child(3) .img-wrap {
    display: flex;
    align-items: center;
    background: #c7c8ca;
    aspect-ratio: 20/10.5;
}

/* Pavemetrics */
#product13 .subpage-content section h4 {
    display: block;
    padding-top: 23px;
}

#product13 .subpage-content section h4:before {
    content: "";
    top: 26px;
}

#product13 .subpage-content section h4 span {
    display: block;
    margin-top: 5px;
    font-size: 0.8em;
}

#product13 .subpage-content section h4 .datasheet {
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
}

#product13 .subpage-content section h4 .more {
    float: unset;
    position: static;
}

#product13 .subpage-content section h4 .more + .more {
    margin-left: 5px;
}

#product13 .subpage-content section h6:not(.bull) {
    margin-top: 60px;
}

#product13 .prod-wrap {
    display: block;
}

#product13 .prod-wrap .item {
    margin-bottom: 0;
}

#product13 .prod-wrap .img-box {
    width: 30%;
}

#product13 .prod-wrap .txt-box {
    padding-left: 0;
}

#product13 .ex-box .row {
    margin: -5px;
}

#product13 .ex-box .row > div {
    width: 20%;
    padding: 5px;
}

#product13 .ex-box img {
    padding: 5px;
    border: 1px solid #ddd;
}

#product13 .ex-box .img-wrap {
    margin-bottom: 0;
}

#product13 .img-box img {
    margin-top: 22px;
}

/* TD-01 & RD-01 */
#product14 .se1 .right-con img {
    max-width: 120px;
}

#product14 .se1 .right-con img + img {
    margin-top: 20px;
}

.subpage-content section h4 .more {
    float: right;
    padding: 5px 11px;
    font-size: 18px;
    color: #c1402d;
    border: 1px solid;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.subpage-content section h4 .more:hover {
    color: #fff;
    background-color: #c1402d;
}

.subpage-content section h4:before {
    content: "";
    top: 3px;
    left: 0px;
    width: 4px;
    height: 29px;
    position: absolute;
    background: #3a71cf;
}

.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
}

.subpage-content section h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #315a9c;
}

@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }

    .snb {
        width: 100%;
    }

    .content-area {
        width: 100%;
    }
}

.snb {
    width: 23%;
    padding-right: 60px;
    /* text-align: center; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}

.content-area {
    width: 77%;
}

.snb h2 {
    position: relative;
    margin: 0;
    padding: 5px 0 30px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #202020;
    font-size: 34px;
    border-bottom: 1px solid #777;
}

.caret {
    display: none;
}

.snb > ul {
    margin: 0;
    /* display:flex; */
    /* justify-content:center; */
}

.snb > ul > li {
    position: relative;
    /* padding: 0 35px; */
}

.snb > ul > li a {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 16px 5px;
    font-weight: 400;
    letter-spacing: -0.035em;
    color: rgba(255, 255, 255, 0.7);
    border-right: none;
    line-height: 1.2;
    color: #888;
    border-bottom: 1px solid #e5e5e5;
}

.snb > ul > li > a::after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    position: absolute;
    right: 10px;
    color: #ddd;
    bottom: 17px;
    font-size: 14px;
}

.snb > ul > li.active > a {
    color: #2d6ad4;
    font-weight: 500;
}

.snb > ul > li.active > a::after {
    color: #3a71cf;
}

.snb ul.tab-down {
    overflow: hidden;
    height: 0px;
    background: #f7f7f7;
}

.snb ul.tab-down.open {
    height: inherit;
}

.snb ul.tab-down a {
    font-size: 15px;
    padding: 12px 10px 12px 15px;
}

.snb ul.tab-down li.on a {
    background: #3a71cf;
    color: #fff;
}

/* .snb ul li.active a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #3a71cf;
    position: absolute;
    left: 0;
    bottom: 0;
} */

/* subpage about */
.greet .left-con {
    padding-right: 25px;
}

.greet p {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1.65;
    color: #333;
}

.greet p:first-child:before {
    /* content:''; */
    display: block;
    margin: 60px 0 40px;
    width: 40px;
    height: 1px;
    background: #333;
}

.cert-wrap {
    margin: 0 auto;
    padding: 35px 25px;
    background: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
}

.cert-wrap > .col-sm-20 {
    padding: 0 10px;
}

.cert-wrap img {
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

/* subpage bbs */
.table.table_default tr th,
.table.table_default tr td {
    font-size: 16px;
    letter-spacing: -0.03em;
    padding: 15px 15px;
    border-bottom: 1px solid #e3e3e3;
}

.table.table_default thead th {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: 500;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 5px;
    text-align: left;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.02em;
}

.board_data_view .header_wrap .info {
    margin-top: 20px;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.board_wrapper .table.board_write_table tbody tr td {
    padding: 17px 15px;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: -0.03em;
}

.board_wrapper .table.board_write_table .checkbox {
    margin-top: 2px;
}

.board_wrapper .table.board_write_table .checkbox a {
    text-decoration: underline;
    color: #3a71cf;
}

.table_default tbody .subject a:hover {
    color: #3a71cf;
    text-decoration: underline;
}

.btn.btn-primary {
    background: #3a71cf;
    border-color: #3a71cf;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #2f67c7;
    border-color: #2f67c7;
}

.btn.btn-dark {
    background: #444;
    border-color: #444;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #333;
    border-color: #333;
}

.btn.btn-outline-primary {
    border-color: #3a71cf;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #3a71cf;
    border-color: #3a71cf;
}

/* subpage product */
.prod-wrap {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}

#product11 .prod-wrap {
    display: block;
}

p + .prod-wrap {
    margin-top: 30px;
}

.prod-wrap .item {
    display: flex;
    /* width:50%; */
    /* padding: 0 15px; */
    margin-bottom: 60px;
    min-width: 100%;
}

.prod-wrap .item .img-box {
    min-width: 25%;
    width: 25%;
    padding-right: 40px;
}

:is(#product11, #product19) .prod-wrap .item .img-box {
    width: 35%;
}

#product12 .prod-wrap .item .img-box {
    width: 54%;
    padding-right: 0;
}

.prod-wrap .item .txt-box {
    flex: 1;
    padding-left: 50px;
}

.prod-wrap .txt-box h5 {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-right: 36px;
    padding-bottom: 20px;
    letter-spacing: 0;
    border-bottom: 1px solid #afafaf;
    font-weight: 600;
    font-size: 38px;
    font-family: "Roboto", "notokr", sans-serif;
}

.prod-wrap .txt-box h5 span {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.03em;
    padding-right: 118px;
}

.subpage-content section h4 small,
.prod-wrap .txt-box h5 small {
    display: block;
    margin-bottom: 13px;
    color: #3a71cf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.015em;
}

.subpage-content section h4 small {
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0;
}

.prod-wrap h6 {
    font-size: 17px;
    letter-spacing: -0.04em;
    font-weight: bold;
    margin-bottom: 15px;
}

.prod-wrap ul + h6 {
    margin-top: 40px;
}

.prod-wrap .more {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    padding: 5px 11px;
    font-size: 18px;
    color: #c1402d;
    border: 1px solid;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.prod-wrap .more:hover {
    color: #fff;
    background: #c1402d;
}

/* #product16 .li-pill.column-2{ */
#product02 .li-pill.column-2 {
    padding: 25px;
    border: 1px solid #ddd;
}

.prod-top-text {
    font-size: 16px;
    margin-bottom: 30px;
}

/* .prod-top-text:before{
	content:'';
	display:block;
	width:40px;
	height:1px;
	margin-bottom:20px;
	background:#333;
} */
.subpage-content article {
    margin-bottom: 60px;
}

.prod02-se1 .right-con {
    padding-top: 19px;
}

.prod02-se1 .right-con img + img {
    margin-top: 15px;
}

.li-check li {
    margin-bottom: 6px;
}

.li-check li.point {
    font-weight: 700;
    color: #c1402d;
}

#product02 .at4 dt {
    margin: 10px 0;
    font-size: 17px;
}

.icu-top .right-con {
    padding-top: 70px;
}

.software-wrap .item .txt-box {
    margin-bottom: 30px;
}

.software-wrap .item h5 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #a7a7a7;
}

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 75px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

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

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

#product04 section h5 {
    margin-top: 0;
}

#product04 section ul + h5 {
    margin-top: 30px;
}

#product04 .se4 .prod-top {
    margin-top: 30px;
}

#product04 section:nth-child(n + 7):nth-child(-n + 10) .prod-wrap .item {
    margin-bottom: 30px;
}

#product04 section:nth-child(n + 7):nth-child(-n + 10) .prod-wrap .item .img-box {
    width: 50%;
}

#product04 section:nth-child(n + 7):nth-child(-n + 10) .prod-wrap .item .txt-box h6:first-child {
    margin-top: 10px;
}

#product04 section:nth-child(n + 7):nth-child(-n + 10) .prod-wrap .item .txt-box ul:nth-of-type(1) {
    font-weight: 600;
}

#product04 .se9 .at3 ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

#form_history_list .board_wrapper,
#form_history_nologin .board_wrapper {
    visibility: visible;
}

#product11 .ex-box {
}

#product11 .ex-box img {
    width: 100%;
}

.img-wrap {
    margin-bottom: 30px;
}

.img-wrap img {
    width: 100%;
}

.img-wrap .caption {
    text-align: center;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 600;
}

/* 전체솔루션 */
#solution_all .se1 {
    counter-reset: list-number;
}

.sol-all-top {
    margin-bottom: 60px;
}

.sol-all-wrap {
    margin: 0 -10px;
}

.sol-all-wrap + .sol-all-wrap {
    margin-top: 60px;
}

.sol-all-wrap > .item {
    padding: 0 10px;
}

.sol-all-wrap > .item .inner {
    counter-increment: list-number;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.sol-all-wrap > .item .tit {
    margin: 0;
    padding: 10px 0;
    padding-left: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3a71cf;
}

.sol-all-wrap > .item ul {
    margin: 0;
    padding: 25px;
}

.sol-all-wrap > .item ul > li {
    font-size: 15px;
}

.sol-all-wrap > .item.col-sm-3 ul {
    padding: 20px 12px;
}

.sol-all-wrap > .item.col-sm-3 ul > li {
    font-size: 14px;
}

.sol-all-wrap > .item .inner::before {
    content: "0" counter(list-number);
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    background: #315a9c;
}

.sol-all-wrap + .sol-all-wrap > .item:last-child .inner::before {
    content: counter(list-number);
}

.sol-all-wrap > .tit h4 {
    display: block;
    margin: 0 0 30px;
    padding: 18px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #315a9c;
    border-radius: 50px;
}

.sol-all-wrap > .tit h4::before {
    display: none;
}

/* 초고층빌딩 및 아파트 솔루션, 광산 솔루션 */
.sol-title .no {
    display: flex;
}

.sol-title .no i {
    top: -10px;
    left: -4px;
    width: 36px;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: linear-gradient(150deg, #93adcb 0%, #4380aa 40%, #335999 80%);
    border-radius: 50px;
}

.sol-title .no i::after {
    content: "\f0d7";
    bottom: -9px;
    left: 50%;
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #335999;
    transform: translateX(-50%);
}

section .sol-title h4 {
    margin-bottom: 40px;
    padding-left: 0;
}

section .sol-title h4::before {
    top: auto;
    left: 2px;
    bottom: -15px;
    width: 48px;
    height: 4px !important;
}

.sol-top p + img {
    margin: 30px 0 20px;
}

.sol-box-wrap {
    display: flex;
    margin: 0 -5px;
}

.sol-box-wrap > .item {
    width: 20%;
    padding: 0 5px;
}
.TP_L_EN .sol-box-wrap > .item {
    width: 33.3333333%;
}

.sol-box-wrap > .item .inner {
    height: 100%;
    position: relative;
    padding: 15px 10px;
    background: #f3f3f3;
    border: 1px solid #ddd;
}

.sol-box-wrap > .item .tit {
    margin: -15px -11px 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3a71cf;
}

.sol-box-wrap > .item ul {
    margin: 18px 0 0;
}

.sol-box-wrap > .item ul > li {
    font-size: 13px;
    line-height: 1.4em;
}

.manage-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.manage-wrap > .item .inner {
    height: calc(100% - 275px);
    padding: 0 30px 30px;
    border: 1px solid #ddd;
}

.manage-wrap > .item img {
    width: 100%;
}

.manage-wrap > .item h5 {
    font-size: 20px;
}

.manage-wrap > .item ul {
    margin: 20px 0 0;
}

#solution02 .manage-wrap > .item .inner {
    height: calc(100% - 280px);
}

#solution02 .sol-box-wrap > .item .tit {
    margin-bottom: 10px;
}

#solution02 .se3 h5 {
    margin: 50px 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #303030;
}

#solution02 .manage-wrap > .item h6 {
    font-size: 20px;
    font-weight: 500;
    color: inherit;
}

@media (max-width: 992px) {
    .content-area,
    .snb {
        width: 100%;
    }

    #site footer .container {
        flex-direction: column;
    }

    #site footer .wrap-logo {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #site {
        padding-top: 96px;
    }

    .slick-prev,
    .slick-next,
    .menu-bottom {
        display: none;
    }

    .main-banner {
        display: none !important;
    }

    .navbar-brand > img {
        height: 40px;
        margin-left: 10px;
    }

    .navbar-toggle {
        top: 7px;
    }

    .navbar-brand {
        margin: 10px;
    }

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

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

    div[class^="board_box_"] .page-header h4,
    .main-product h4 {
        font-size: 25px;
    }

    .main-product h4 small {
        display: block;
        margin: 5px 0 0;
        font-size: 16px;
    }

    .prod-slide img {
        margin: 0 auto;
        height: 230px;
    }

    .slick-slide .img-caption {
        padding: 15px 0 40px;
        font-size: 16px;
    }

    .slick-slide.item {
        min-height: 0;
    }

    .slick-prev,
    .slick-next {
        top: -80px;
        right: 10px;
        width: 35px;
        height: 35px;
        margin: 0;
    }

    .slick-prev {
        right: 50px;
        left: auto;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .main-notice {
        overflow: hidden;
    }

    .board_box_list {
        padding: 0;
        min-height: 200px;
    }

    .main-bbs .link-btn {
        padding: 40px 10px;
    }

    .main-bbs .link-btn i {
        font-size: 40px;
    }

    .main-bbs .link-btn h5 {
        margin-top: 20px;
        font-size: 20px;
    }

    #site footer {
        margin-top: 0px;
        padding: 35px 0 25px;
        color: #666;
        border-top: 1px solid #ddd;
    }

    #site footer .info {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    #site footer .info img {
        margin-bottom: 10px;
        width: auto;
        height: 35px;
    }

    #site footer li {
        font-size: 14px;
    }

    #site footer li a {
        color: #fff;
    }

    #site footer .wrap-logo {
        width: 100%;
        margin-top: 15px;
    }

    #site footer .wrap-logo figure .inner {
        height: 30px;
    }

    #site footer .wrap-logo img {
        max-height: 30px;
    }

    #site footer .wrap-logo figure figcaption {
        margin-top: 3px;
        font-size: 10px;
    }

    .pageheader h2 {
        top: 50%;
        font-size: 38px;
    }

    .breadcrumb > li {
        font-size: 14px;
    }

    .snb {
        padding-right: 15px;
    }

    .snb h2 {
        display: none;
    }

    .snb ul {
        margin-bottom: 60px;
        border-top: 1px solid #777;
    }

    .subpage-content {
        padding-top: 30px;
    }

    .snb ul li a {
        padding: 14px 5px;
        font-size: 16px;
    }

    .s-title h3 {
        font-size: 32px;
    }

    .greet .right-con {
        padding-top: 40px;
    }

    .history-box {
        display: block;
    }

    .history-box h6,
    .history-box ul {
        width: 100%;
        padding-left: 55px;
    }

    .history-wrap ul li:before {
        left: -55px;
    }

    .history-wrap ul li:after {
        left: -60px;
    }

    #site .history-box h6 {
        margin: 0;
    }

    .history-wrap li {
        word-break: break-all;
    }

    .trait-dl dt,
    .subpage-content section h4 {
        font-size: 24px;
    }

    .subpage-content section h4:before {
        height: 24px;
    }

    .cert-wrap {
        padding: 25px 5px;
    }

    .subpage-content section h4 .more,
    .location-li li {
        font-size: 16px;
    }

    .s-title h3 .badge {
        margin-top: -6px;
    }

    .subpage-content section h6,
    .subpage-content section h5 {
        font-size: 20px;
    }

    .li-pill li {
        display: block;
        margin-bottom: 15px;
    }

    #product11 .li-pill li {
        width: 100%;
        padding-right: 0;
    }

    .li-pill li span {
        margin: 0 0 5px;
    }

    .cert-wrap > div {
        float: left;
        width: 50%;
    }

    .software-wrap .item {
        margin-bottom: 40px;
    }

    .prod-wrap .item {
        display: block;
    }

    .prod-wrap .item .img-box {
        width: 50%;
    }

    .prod-wrap .item .txt-box {
        padding-left: 0;
        padding-top: 20px;
    }

    .prod-wrap .more {
        position: static;
        display: inline-block;
    }

    .prod-wrap .txt-box h5,
    .prod-wrap .txt-box h5 span {
        padding-right: 0;
    }

    .prod-wrap .txt-box h5 small {
        margin-bottom: 5px;
    }

    .prod-wrap .txt-box h5 {
        font-size: 24px;
    }

    .prod-wrap .txt-box h5 span {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.3;
    }

    #product04 section:nth-child(n + 7):nth-child(-n + 10) .prod-wrap .item {
        margin-bottom: 0;
    }

    #product04 section:nth-child(n + 7):nth-child(-n + 10) .prod-wrap .item .img-box {
        width: 100%;
        padding-right: 0;
    }

    #product04 .se9 .at3 ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    input.form-control {
        max-width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding: 15px 40px !important;
        width: 140px;
    }

    .slick-slide.item a {
        min-height: 320px;
    }

    #product12 .prod02-2-wrap {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 20px;
    }

    #product12 .prod02-2-wrap > div:nth-child(3) .img-wrap {
        aspect-ratio: auto;
    }

    #product12 .prod02-2-wrap > div:first-child .img-wrap {
        padding: 0 25px;
    }

    #product13 .subpage-content section h4 .datasheet {
        position: static;
        margin-top: 20px;
    }

    #product13 .subpage-content section h6:not(.bull) {
        margin-top: 30px;
    }

    #product13 .prod-wrap .img-box {
        width: 100%;
        padding-right: 0;
    }

    #product13 .ex-box .row > div {
        width: 50%;
    }

    #product14 .se1 .right-con img {
        max-width: 220px;
    }

    .sol-box-wrap {
        flex-direction: column;
    }

    .sol-box-wrap > .item {
        width: 100%;
    }

    .sol-box-wrap > .item + .item {
        margin-top: 20px;
    }

    .manage-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .manage-wrap > .item .inner {
        height: unset !important;
        padding: 0 20px 20px;
    }

    #solution02 .se3 h5 {
        margin: 35px 0 15px;
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1319px) {
    #site {
        padding-top: 192px;
    }

    .container > .navbar-header {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .navbar-inverse .navbar-brand img {
        margin: 0 auto;
    }

    .navbar-inverse .navbar-collapse {
        text-align: center;
    }

    .navbar-inverse .navbar-right {
        float: none !important;
        display: inline-block;
        margin-right: 0;
        margin-bottom: -5px;
    }

    .menu-bottom {
        width: auto;
        margin-left: 30px;
    }

    #site footer .info,
    #site footer .wrap-logo {
        width: auto;
    }
}

@media (min-width: 1200px) {
    #product13 .se4 .prod-wrap .img-box,
    #product13 .se5 .prod-wrap .img-box {
        width: 36%;
        padding-top: 5px;
        padding-right: 20px;
    }
}
