@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    position: relative;
    padding-top: 0px;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subpage,
#site {
    font-family: 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
}

.main_popup {
    z-index: 1000;
}

.main_popup_optional label input {
    cursor: pointer;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
    content: '·';
}

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

.subContent ul {
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: relative;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}

#navbar-bg {
    height: 0;
    top: 110px;
    right: 0;
    left: 0;
    position: absolute;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px;
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    position: relative;
    margin-top: 14px;
    /* margin-top: 7px; */
}

.navbar-brand>img {
    width: 180px;
}

.navbar>.container .navbar-brand::after {
    content: '';
    top: 8px;
    left: 182px;
    width: 74px;
    height: 20px;
    position: absolute;
    background: url(/public/img/logo/logo_kor2.png) no-repeat center /contain;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 40px 30px 25px;
    /* padding: 28px 30px 25px; */
    letter-spacing: -0.015em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #2e7cd7;
}

.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: none;
    color: #2e7cd7;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 15px 0 65px;
        /* padding: 16px 0 15px; */
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .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) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 17px 0 0;
        /* padding: 10px; */
        background: transparent;
        border: none;
        box-shadow: none;
        /* box-shadow: 0px 4px 8px rgba(0, 0, 0, .125); */
        /* -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125); */
        /* background:rgba(0,0,0,0.8); */
        text-align: center;
        animation-fill-mode: both;
        animation-duration: .4s;
        animation-name: fadeIn;
        z-index: 1030;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 8px 15px;
        /* padding: 10px 20px; */
        color: #111;
        /* color:#eee; */
        font-size: 15px;
        letter-spacing: -0.02em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        /* background: #2e7cd7; */
        color: #2e7cd7;
        text-decoration: underline;
        background: transparent;
    }
}

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

/*상단메뉴*/
.menu_top {
    line-height: 0;
    text-align: right;
}

.menu_top .box-logo {
    right: 38px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: right;
    z-index: 100;
}

.menu_top .box-logo>.item+.item {
    margin-left: 20px;
}

.menu_top .box-logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-decoration: none;
}

.menu_top .box-logo a::after {
    content: '\f105';
    width: 16px;
    height: 16px;
    margin-left: 5px;
    padding-top: 8px;
    font-size: 0.8em;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #fff;
    text-align: center;
    background: #243663;
    border-radius: 30px;
}

.menu_top .box-logo>.item:nth-child(2) a::after {
    background: #176ebf;
}

.menu_top .box-logo a:hover::after {
    background: #2e7cd7 !important;
}

.menu_top .box-logo span {
    padding: 2px 0 0 6px;
}

.menu_top ul {
    display: inline-block;
    overflow: hidden;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0;
    background: #00428f;
    line-height: 0;
    position: relative;
}

.menu_top ul:after {
    content: "";
    display: block;
    clear: both;
}

.menu_top li {
    float: left
}

.menu_top li a {
    display: block;
    padding: 12px 8px;
    border-bottom: none;
    border-top: none;
    font-size: 11px;
    border-right: 1px solid #6483a7;
    color: #fff;
    line-height: 1;
    letter-spacing: .2px;
    min-width: 55px;
    font-weight: 400;
    text-align: center;
}

.menu_top li:last-child a {
    border-right: none;
}

.menu_top li a:hover,
.menu_top li a:focus {
    background: #2e7cd7;
    color: #fff;
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #2e3033;
    color: #acacac;
}

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

#site footer .footer-info .container {
    position: relative;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 0;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    line-height: 21px;
}

#site footer .footer-info ul li:last-child {
    margin-top: 10px;
    opacity: 0.6
}

.social {
    top: 0;
    right: 15px;
    position: absolute;
    display: flex;
}

.social a:hover {
    opacity: 0.9;
}

.social a+a {
    margin-left: 15px;
}

.social a.kakao img {
    margin-top: 2px;
    border-radius: 3px;
}

/* 슬라이드 공통 */
.carousel-caption {
    padding: 0;
    text-shadow: none;
}

.carousel-caption h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 62px;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.carousel-caption p {
    font-size: 25px;
    letter-spacing: -0.02em;
    font-weight: 300
}

.carousel-caption p span {
    margin-left: 8px;
}

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    background: rgba(0, 0, 0, 0) !important;
    opacity: 0.3;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 38px;
    margin-top: -18px;
}

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

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

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

.carousel-indicators li,
.carousel-indicators li.active {
    width: 70px;
    height: 7px;
    background-color: #fff;
    border: none;
    margin: 0 3px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #529df5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

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

/*main*/



/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
    position: relative;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow::before {
    content: '';
    padding: 0 5px;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}

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

.slick-next:before {
    content: '\f054';
}

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

.slick-dots li,
.slick-dots li button {
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00000040;
    border-radius: 20px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #29bdcf;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

/* 메인 슬라이드 */
#mainSlider {
    margin-bottom: 0;
}

#mainSlider .slick-slide {
    height: 75vh;
    /* height: 700px; */
}

#mainSlider .w_img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#mainSlider .w_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

#mainSlider .slide-caption {
    top: 50%;
    bottom: auto;
    right: 20%;
    left: 20%;
    position: absolute;
    padding: 0;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

#mainSlider .slide-caption h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 62px;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

#mainSlider .slide-caption h1 span {
    display: block;
    font-size: 27px;
    font-weight: 500;
    margin-top: 10px;
}

#mainSlider .slide-caption p {
    margin: 0;
    font-size: 25px;
    letter-spacing: -0.02em;
    font-weight: 300;
}

#mainSlider .slide-caption p span {
    margin-left: 8px;
}

#mainSlider .slick-dots {
    bottom: 45px;
}

#mainSlider .slick-dots li,
#mainSlider .slick-dots li button,
#mainSlider .slick-dots li button::before {
    width: 70px;
    height: 7px;
    padding: 0;
    background: #fff;
    border-radius: 0;
}

#mainSlider .slick-dots li {
    margin: 0 4px;
}

#mainSlider .slick-dots li.slick-active button::before {
    background: #529df5;
}

#mainSlider .slick-prev,
#mainSlider .slick-next {
    top: 0;
    bottom: 0;
    width: 15%;
    height: auto;
    color: #fff;
    background: transparent;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: none;
    z-index: 999;
}

#mainSlider .slick-prev {
    right: auto;
    left: 0;
}

#mainSlider .slick-next {
    right: 0;
    left: auto;
}

#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
    font-size: 35px;
    color: #fff;
    transition: ease-in-out .15s all;
    opacity: 0.5;
}

#mainSlider .slick-prev:hover:before,
#mainSlider .slick-next:hover:before {
    opacity: 1;
}

.main01 {
    padding: 105px 0 120px;
}

.main01 h2 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #27282f;
    font-family: 'Roboto Condensed', 'notokr', sans-serif;
}

.main01 h2+p {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #27282f;
    letter-spacing: -0.05em;
}

.main01_inner {
    padding: 0 25px;
    position: relative;
}

.main01_inner a {
    position: relative;
    display: block;
}

.main01_inner img {
    border: 1px solid #e3e3e3;
}

.main01_inner p {
    /* position: absolute; */
    right: 0px;
    bottom: 0px;
    margin: 0;
    /* padding: 11px 26px; */
    /* background: #00428f; */
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 1;
}

.main01_inner a:hover img {
    border-color: #2e7cd7;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.08);
}

.main01_inner a:hover p {
    color: #2e7cd7;
}

.slick-prev,
.slick-next {
    width: 55px;
    height: 55px;
}

.slick-next {
    right: -70px;
}

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

.slick-prev:before,
.slick-next:before {
    color: #444;
    font-size: 45px;
    opacity: 0.25;
}

.main02 {
    padding: 95px 0 100px;
    background: #f5f6f7;
}

.main_contact {
    padding: 30px 30px;
    background: #357fd6 url(/public/img/main/main_contact_bg.png) no-repeat right bottom;
    color: #fff;
    overflow: hidden;
}

.main_contact h3 {
    margin: 0 0 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.023em;
    font-size: 26px;
    font-family: 'Roboto Condensed', 'notokr', sans-serif;
}

.main_contact p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    text-align: justify;
    word-break: break-all;
    margin: 0;
}

.main_contact a {
    padding: 10px 30px;
    margin-top: 40px;
    float: right;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: -0.025em;
    border-radius: 3px;
}

.main_bbs .page-header {
    display: none;
}

.main_bbs .board_box_blog2 {
    margin: 0 !important;
}

.main_bbs .board_box_blog2 .inner .bottom {
    padding: 0;
}

.main_bbs .board_box_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
}

.main_bbs .board_box_blog2 .inner .bottom .title a {
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.main_bbs .board_box_blog2 .inner .bottom .title .subject {
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.main_bbs .board_box_blog2 .inner .bottom .title .cate {
    display: none;
}

.main02 .col-md-9 {
    padding-left: 30px;
    /* padding-left:40px; */
}

.main02 .col-md-9 h3 {
    margin: 18px 0 20px;
    /* margin: 30px 0 25px; */
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.025em;
    font-family: 'Roboto Condensed', 'notokr', sans-serif;
}

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

.main_bbs .board_box_blog2>.row>div {
    padding: 0 5px;
}

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

.main02 .board_box_blog2 .inner {
    margin: 0;
}

.board_box_video .inner:hover,
.board_box_blog2 .inner:hover {
    border-color: #2e7cd7;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.08);
}

.main03 {
    padding: 0 0 90px;
}

.main_area .box_banner {
    margin: 0 -3px;
}

.main_area .box_banner>div {
    padding: 0 3px;
}

.main_area .box_banner .banner .inner {
    position: relative;
    padding: 40px;
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.07em;
    line-height: 1em;
    background: #0064b9;
    height: 102px;
}

.main_area .box_banner .banner.kakao .inner {
    background: #2b2b2b;
}

.main_area .box_banner .banner.tel i {
    float: left;
    display: inline-block;
    margin: -2px 10px 0 0;
    padding: 8px;
    font-size: 0.7em;
    background: #519fef;
    border-radius: 30px;
}

.main_area .box_banner .banner.tel .num {
    padding-left: 8px;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0;
}

.main_area .box_banner .banner.kakao img {
    float: left;
    display: inline-block;
    margin: -2px 10px 0 0;
}

.main_area .box_banner .banner .inner::before {
    right: 130px;
    bottom: 38px;
    position: absolute;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    opacity: 0.1;
}

.main_area .box_banner .banner.tel .inner::before {
    content: '\f590';
}

.main_area .box_banner .banner.kakao .inner::before {
    content: '\f086';
}

.main_area .box_banner .banner a {
    top: 28px;
    right: 30px;
    position: absolute;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: -0.025em;
    border-radius: 3px;
}

.main_area .box_banner .banner a:hover {
    border-color: #fff;
    background: #fff;
}

.main_area .box_banner .banner.tel a:hover {
    color: #00428f;
}

.main_area .box_banner .banner.kakao a:hover {
    color: #222;
}

/*sub*/
.subMenu {
    position: relative;
    background: rgba(4, 86, 181, 0.8);
    margin-top: -60px;
    margin-bottom: 0;
    z-index: 1;
}

.subMenu .breadcrumb {
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: none;
}

.subMenu .breadcrumb>li {
    margin-left: -3px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.subMenu .breadcrumb>li>a {
    font-size: 16px;
    color: #fff;
    padding: 19px 25px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -0.01em;
}

.subMenu .breadcrumb>li:nth-child(1) a {
    color: #fff;
}

.subMenu .breadcrumb>li.dropdown {
    position: relative;
    min-width: 180px;
}

.subMenu .breadcrumb>li.dropdown>a {
    padding-right: 60px;
    color: #fff;
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu {
    top: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    left: -1px;
    margin: 0;
    min-width: 180px;
    width: calc(100% + 2px);
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu>li>a {
    padding: 15px 25px;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    letter-spacing: -0.04em;
    line-height: 1;
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu>li>a:hover {
    background: #f8f8f8
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu>li:first-child>a {
    border-top: none;
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu>li:last-child>a {
    border-bottom: 1px solid #d9d9d9;
}

.subMenu .breadcrumb>li.dropdown::after {
    content: '\f107';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1em;
    color: #fff7f7;
}

.subMenu .breadcrumb>li.dropdown:hover::after {
    color: #fff7f7;
}

.breadcrumb>li+li:before {
    display: none;
}

.subTop {
    position: relative;
    background: url(/public/img/sub/subTop02.jpg) no-repeat center center;
    background-size: cover;
    height: 350px;
}

.subTop:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.subTop h2 {
    margin: -8px 0 0;
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto Condensed', 'notokr', sans-serif;
    letter-spacing: -0.02em;
}

.subContent {
    padding: 90px 0 105px;
}

.subTitle {
    margin: 0 0 60px;
}

.subTitle h3 {
    font-size: 38px;
    position: relative;
    font-weight: 700;
    color: #222;
    margin: 0;
    letter-spacing: -0.01em;
    font-family: 'Roboto Condensed', 'notokr', sans-serif;
    text-align: ce;
}

.subContent .subTitle h3+p {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
}

.subContent .con {
    margin-bottom: 110px;
}

.subContent .con p,
.subContent .con dd,
.subContent .con li {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
}

.subContent .con dd,
.subContent .con li {
    margin-bottom: 5px;
}

.subContent .con p:last-child,
.subContent .con dd:last-child,
.subContent .con li:last-child,
.subContent .con:last-child {
    margin-bottom: 0;
}

.subContent .con h4 {
    margin: 0 0 25px;
    font-size: 26px;
    font-weight: 600;
    border-left: 7px solid #2e7cd7;
    line-height: 1;
    padding-left: 10px;
    letter-spacing: -0.03em;
}

.subContent .con h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #2e7cd7;
}

/*company*/
#company01 .con .col-md-12:before {
    content: '';
    display: block;
    width: calc(100% - 50px);
    height: calc(100% - 20px);
    border: 1px solid rgb(255, 255, 255, 0.45);
    position: absolute;
    top: 10px;
    left: 25px;
    /* z-index: 999; */
}

#company01 .con {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:767.98px) {
    #company01 .con {
        flex-direction: column;
    }
}

#company01 .con .col-md-12 {
    margin-bottom: 50px;
}

#company01 .con .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
}

#company01 .con .comp01_txt {
    /* padding-left: 50px; */
}

#company01 .con .comp01_txt p {
    font-size: 16px;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
}

#company01 .con .comp01_txt p:first-child {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.5;
}

#company01 .con .comp01_txt p:last-child {
    margin-bottom: 0;
}

#company01 .con .comp01_txt p:first-child strong {
    display: block;
    font-size: 45px;
    margin-bottom: 35px;
    color: #2e7cd7;
    letter-spacing: -0.055em;
    font-weight: 300;
}

#company01 .con p.sign {
    text-align: right;
    margin-bottom: 0;
    margin-top: 35px;
    font-size: 22px;
}

#company01 .con p.sign span {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-left: 15px;
}

#company01 .con p.sign img {
    margin-bottom: 10px;
    /* margin-right: 25px; */
}

.history {
    display: block;
    position: relative;
}

.history:after {
    content: "";
    display: block;
    clear: both;
}

.history::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
}

#company02 .history .year {
    position: relative;
    margin: 0 0 20px;
    color: #2e7cd7;
    font-size: 45px;
    letter-spacing: -0.025em;
    font-weight: 300;
}

.year:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #98bae6;
    width: 26px;
}

.year:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #2e7cd7;
    border-radius: 50%;
    background: #fff;
}

.year-wrap {
    position: relative;
    width: 50%;
    float: left;
    padding: 30px 50px;
}

.year-wrap:nth-child(odd) {
    text-align: right;
}

.year-wrap:nth-child(even) {
    margin-top: 140px;
}

.year-wrap:nth-child(odd) .year:before {
    left: auto;
    right: -45px;
}

.year-wrap:nth-child(odd) .year:after {
    left: auto;
    right: -62px;
}

#company02 .box-certifi {
    margin: 0;
}

#company02 .history .year-wrap p {
    margin-bottom: 4px;
}

#company02 .con2 p {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

#company02 .con2 p strong {
    display: block;
    font-size: 16px;
}

.vision_box {
    padding: 50px 25px 40px;
    min-height: 375px;
    border: 1px solid #eee;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    text-align: center;
}

.vision_box img {
    margin-bottom: 35px;
}

.vision_box dl {
    margin: 0;
}

.vision_box dl dt {
    margin: 0 0 15px;
    font-size: 25px;
    letter-spacing: -0.035em;
    font-weight: 600;
}

#company03 .vision_box dl dd {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    color: #555;
}

#company04 .root_daum_roughmap {
    width: 100%;
}

#company04 .map-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#company04 .map-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#company04 .con1 ul {
    border: 1px solid #ddd;
    margin-top: 20px;
    /* margin-top: 15px; */
    overflow: hidden;
    text-align: center;
}

#company04 .con1 ul li {
    padding: 25px 15px;
    float: left;
    border-right: 1px solid #ddd;
    margin: 0;
    width: 33.333%;
    letter-spacing: 0;
}

#company04 .con1 ul li span {
    display: inline-block;
    color: #00428f;
    font-weight: 700;
    margin-right: 15px;
}

#company04 .con1 ul li:first-child {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: none;
    background: #f8f8f8;
}

#company04 .con1 ul li:last-child {
    border-right: none;
}

#company04 .con2 dl {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

#company04 .con2 dl dt {
    text-align: center;
    background: #f8f8f8;
    padding: 15px;
    font-size: 18px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    letter-spacing: -0.025em;
    grid-column: span 4;
}

#company04 .con2 dl dd {
    /* width: 50%; */
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0;
    padding: 15px;
    letter-spacing: 0;
    border-right: none;
}

#company04 .con2 dl dd:nth-of-type(1) {
    color: #00428f;
    font-weight: 700;
}

#company04 .con2 dl dd:last-child {
    border-right: 1px solid #ddd;
    grid-column: span 2;
}

#company04 .con2 dl dd i {
    padding-right: 3px;
    font-size: 0.96em;
    color: #999;
}

/*product*/
.product .con img {
    border: 1px solid #e3e3e3;
    padding: 8px;
}

.product .con img+img {
    margin-top: 10px;
}

.product .con .prod-img img+img {
    margin-top: 0;
}

.product .con1 img {
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
}

.product .con1 .col-md-8 {
    padding-left: 40px;
}

.product .con1 .col-md-8 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    color: #4f4f4f;
}

.product .con .clearfix {
    margin-bottom: 40px;
}

/*삭제 .product .con2 p {
    padding: 30px 10px;
    text-align: center;
    background: #edf2f9;
    border: 1px solid #cdd9ea;
    border-radius: 12px;
    color: #003f88;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.04em;
    font-size: 16px;
    min-height: 110px;
} */

.product .con2 .clearfix {
    margin-bottom: 25px;
}

.product .con3 p {
    text-align: center;
    background: #f8f8f8;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e3e3e3;
    border-top: none;
}

.product .col-md-8 .num_list {
    padding-left: 20px;
}

.product .num_list li {
    margin-bottom: 13px;
    padding-left: 44px;
    padding-top: 6px;
    position: relative;
}

.product .num_list li.has-strong {
    display: flex;
    align-items: flex-start;
}

.product .num_list li span {
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    background: #599dec;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 32px;
}

.product .num_list li strong {
    display: inline-block;
    border: 1px solid #2e7cd7;
    border-radius: 50px;
    padding: 6px 15px;
    margin-right: 10px;
    color: #2e7cd7;
    font-size: 15px;
    white-space: nowrap;
    /* margin-top: 8px; */
}

.num_list+.num_list {
    margin-top: 25px;
}

.product .num_list.alphabet li span {
    background: #616161;
}

.product p.text-right {
    margin-top: 10px;
    font-size: 15px;
}

.product .con7 p {
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
}

.product .con8 .col-md-7 {
    padding-left: 40px;
}

.product .con8 dl {
    margin-bottom: 0
}

.product .con8 dl dt {
    font-size: 18px;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    margin-top: 35px;
}

.product .con8 dl:first-child dt {
    margin-top: 0
}

.product .con8 dl dd {
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
    line-height: 1.55
}

.product .con8 dl dd:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #5197e8;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 9px;
}

/* #product00 .con1 a,
#product09 .con1 a {
    text-align: right;
    display: block;
} */

div[id^='product'] .con1 a img {
    border: 1px solid #e3e3e3;
    padding: 20px;
}

div[id^='product'] .con1 a p {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

div[id^='product'] .con1 a:hover p {
    color: #2e7cd7
}

div[id^='product'] .con1 a:hover img {
    border-color: #2e7cd7;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.08)
}

div[id^='product'] .con1 .clearfix {
    margin-bottom: 60px;
}

@media(min-width:768px) {

    .product .con2 .col-md-offset-1,
    #product09 .con1 .col-md-offset-1 {
        margin-left: 12.5%;
    }

    #product01 .con3 .col-md-3 {
        width: 20%;
        padding: 0 5px
    }
}

/* 제품소개 리뉴얼 */
.subpage[id^='product01_'] .subContent,
.subpage[id^='product02_'] .subContent,
.subpage[id^='product03_'] .subContent,
.subpage[id^='product04_'] .subContent,
.subpage[id^='product05_'] .subContent,
.subpage[id^='product06_'] .subContent,
.subpage[id^='product07_'] .subContent {
    padding: 0;
}

.subpage[id^='product'] section+section {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px dashed #ddd;
}

.subpage[id^='product'] .subContent>.container {
    display: grid;
    grid-template-columns: 240px auto;
    gap: 0 65px;
}

.subpage[id^='product'] .subContent>.container::before {
    display: none;
}

/* Left Menu */
.subpage .left-menu {
    /* float: left;
    width: 21%; */
    min-height: 90vh;
    margin-top: -40px;
}

.subpage .left-menu .tit {
    position: relative;
    padding: 52px 30px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-align: center;
    background: #357fd6;
    background: #357fd6 url('/public/img/sub/left-menu-bg.jpg') no-repeat center / cover;
}

.subpage .left-menu ul>li>a,
.subpage .left-menu .tit-sub a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 17px 9px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1em;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.06em;
}

.subpage .left-menu .tit-sub a {
    border-bottom: 1px solid #ddd;
}

.subpage .left-menu .tit-sub a:hover,
.subpage .left-menu .tit-sub a:focus {
    color: #2e7cd7;
}

.subpage .left-menu .tit-sub a::after {
    content: "\ea00";
    font-weight: 700;
    font-family: "Phosphor" !important;
    position: absolute;
    top: 17px;
    right: 9px;
    color: #cdcdcd;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.subpage .left-menu .current .tit-sub a::after {
    color: #fff;
}

.subpage .left-menu ul>li.current>.tit-sub a {
    background: #00428f;
    border-color: #00428f;
    font-weight: 500;
    color: #fff;
}

.subpage .left-menu ul>li.current>a::after {
    content: "\ea00";
    top: 17px;
    right: 2px;
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    font-family: "Phosphor" !important;
}

.subpage .left-menu ul ul {
    display: none;
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.subpage .left-menu ul>li.current ul {
    display: block;
}

.subpage .left-menu ul ul li a {
    padding: 0 20px 13px 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    border-bottom: 0;
    color: #333;
    letter-spacing: -0.05em;
    border: none;
}

.subpage .left-menu ul ul li a::before {
    content: '';
    width: 5px;
    height: 2px;
    background: #bbbbbb;
    position: absolute;
    left: 19px;
    top: 8px;
}

.subpage .left-menu ul ul li.active a::before {
    background: #709fd7;
}

.subpage .left-menu ul ul li a:hover {
    color: #2e7cd7;
}

.subpage .left-menu ul>li.active>a,
.subpage .left-menu ul ul li a:hover {
    position: relative;
    font-weight: 500;
    color: #2e7cd7;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #86b1e3;
}

/* Contents */
.subpage .right-contents {
    padding: 90px 0 120px;
    /* float: right;
    width: 79%;
    padding: 90px 0 120px 65px; */
}

.subpage .right-contents .page-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.subpage .right-contents .subTitle h3 {
    font-size: 30px;
    color: #333;
}

.subpage .right-contents .subTitle {
    margin-bottom: 35px;
}

.subpage .right-contents .page-title h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.055em;
    color: #222;
}

/* Bradcrumb */
.right-contents .wrap-breadcrumb {
    right: 0;
    bottom: -35px;
    position: absolute;
}

.right-contents .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #9f9f9f;
    background-color: transparent;
}

.right-contents .breadcrumb>li:first-child::before {
    content: "\f015";
    font-size: 90%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.right-contents .breadcrumb>li+li::before {
    content: "/\00a0";
    display: inline-block;
    padding: 0;
    color: #ccc;
}

.right-contents .breadcrumb>li.current {
    font-weight: 500;
    color: #6a6a6a;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    background: #f2f2f2;
}

.prepare-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 320px;
    text-align: center;
}

.prepare-page>.exclamation {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    padding: 28px;
    line-height: 1em;
    border: 6px solid #fff;
    border-radius: 100%;
}

.prepare-page>.exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #72798a;
}

.prepare-page>h4 {
    margin: 20px 0 20px;
    font-size: 22px;
    font-weight: 400;
    color: #6a6d75;
}

.prepare-page>h4 strong {
    font-weight: 500;
}

.prepare-page>p {
    margin: 0;
    font-size: 14px;
    color: #949597;
}

.wrap-prod {
    font-size: 15px;
}

.wrap-prod>.col+.col {
    margin-top: 55px;
    /* margin-top: 45px; */
}

.wrap-prod .tit {
    margin: 0 0 45px;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.034em;
}

.wrap-prod .tit-sub {
    position: relative;
    margin: 0 0 25px;
    padding-left: 17px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}

.wrap-prod .tit-sub::before {
    content: '';
    top: 0;
    left: 0;
    height: 25px;
    position: absolute;
    border-left: 7px solid #2e7cd7;
}

/* .wrap-prod .tit-sub {
    position: relative;
    margin: 0 0 15px;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.wrap-prod .tit-sub::before {
    content: '';
    top: 2px;
    left: 0;
    width: 7px;
    height: 7px;
    position: absolute;
    background: #2e7cd7;
} */
.wrap-prod .tit-sub-2 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: #003f88;
}

.wrap-prod .tit-sub-3 {
    margin: 0 0 3px;
    font-size: 100%;
}

.wrap-prod .tit-sub-4 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #2e7cd7;
    letter-spacing: -0.03em;
}

/* .wrap-prod .tit-sub-4 {
    margin: 0 0 10px;
    padding-left: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #2e7cd7;
    letter-spacing: -0.03em;
    position: relative;
}
.wrap-prod .tit-sub-4::before {
    content: '';
    width: 10px;
    height: 4px;
    background: #2e7cd7;
    position: absolute;
    left: 0;
    top: 10px;
} */

.tit-sub-no {
    position: relative;
    margin: 0 0 30px;
    padding-left: 32px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.tit-sub-no>.no {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70%;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1em;
    text-align: center;
    background: #2e7cd7;
    border-radius: 30px;
}

.wrap-prod ol+*[class^='tit'],
.wrap-prod ul+*[class^='tit'],
.wrap-prod .box-list+*[class^='tit'],
.wrap-prod .prod-img+*[class^='tit'],
.wrap-prod [class^='tit']+[class^='tit'] {
    margin-top: 30px;
    /* margin-top: 25px; */
}

.list-num {
    counter-reset: list-number;
}

.list-num>li {
    counter-increment: list-number;
    padding-left: 14px;
}

.list-num>li::before {
    content: counter(list-number)".";
    top: -2px;
    left: 0;
    position: absolute;
}

.list-num>li+li {
    margin-top: 10px;
}

.list-num.circle>li {
    padding-left: 18px;
}

.list-num.circle>li::before {
    content: counter(list-number);
    top: 2px;
    width: 14px;
    height: 14px;
    font-size: 68%;
    font-weight: 500;
    text-align: center;
    border: 1px solid #555;
    border-radius: 30px;
}

.list-alpha-lower {
    counter-reset: chapter;
}

.list-alpha-lower>li {
    counter-increment: chapter;
    position: relative;
    padding-left: 14px;
}

.list-alpha-lower>li::before {
    content: counter(chapter, lower-alpha)".";
    top: 0;
    left: 0;
    position: absolute;
    line-height: 1em;
}

.list-alpha-lower>li+li {
    margin-top: 5px;
}

.list-rect {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

.list-rect:not(.num) {
    text-align: center;
}

.list-rect>li {
    flex: 1 1 50%;
    margin: 0 !important;
    padding: 3px;
}

.list-rect>li p {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 30px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #003f88;
    letter-spacing: -0.04em;
    /* text-align: center; */
    background: #edf2f9;
    border: 1px solid #cdd9ea;
    border-radius: 12px;
}

.list-rect.num>li {
    flex-basis: 100%;
    position: relative;
}

.list-rect.num>li p {
    padding: 20px;
    padding-left: 48px;
    justify-content: flex-start;
}

.list-rect.num>li .no {
    top: 24px;
    left: 24px;
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    color: #fff;
    background: #003f88;
    border-radius: 30px;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.list-default>li {
    position: relative;
}

.list-style-1>li {
    padding-left: 14px;
}

.list-style-1>li+li {
    margin-top: 3px;
}

.list-style-1>li::before {
    content: '';
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
}

.list-dash>li {
    padding-left: 10px;
}

.list-dash>li+li {
    margin-top: 2px;
}

.list-dash>li::before {
    content: '';
    top: 9px;
    left: 0;
    width: 5px;
    height: 1px;
    position: absolute;
    background: #666;
}

.wrap-prod ol ol,
.wrap-prod ul ul,
.wrap-prod ul ol,
.wrap-prod ol ul {
    margin-top: 10px;
}

.wrap-prod .intro {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    color: #4f4f4f;
}

.prod-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 60px;
}

.wrap-prod .subTitle+.prod-img {
    margin-top: 0;
}

.wrap-prod .tit-sub+.prod-img,
.wrap-prod .tit-sub-2+.prod-img,
.wrap-prod .tit-sub-4+.prod-img,
.wrap-prod .list-dash+.prod-img,
.wrap-prod h4+.prod-img {
    margin-top: 15px;
}

.wrap-prod [class^='tit']+.box-list,
.wrap-prod .box-list+.prod-img,
.wrap-prod .list-rect+.prod-img {
    margin-top: 20px;
}

.prod-img.wide {
    grid-template-columns: 1fr;
}

.prod-img.col-4 {
    grid-template-columns: repeat(3, 1fr);
}

.prod-img.col-3 {
    grid-template-columns: repeat(4, 1fr);
}

.prod-img.col-25 {
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

.prod-img .img.g-s-2 {
    grid-column: span 2;
}

.prod-img .img.g-s-3 {
    grid-column: span 3;
}

.prod-img img {
    border: 1px solid #e3e3e3;
    padding: 8px;
    aspect-ratio: 4/3;
    width: 100%;
}
.prod-img img.cert{
    aspect-ratio : unset;
}
.prod-img.col-25 img {
    padding: 4px;
}

.prod-img.divide-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}



.prod-img+.prod-img {
    margin-top: 15px;
}

.prod-img .multiple .w_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.prod-img .quarter .w_img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.prod-img .multiple.col-4 .w_img {
    grid-template-columns: repeat(3, 1fr);
}

.prod-img figure figcaption {
    margin-top: 10px;
    font-size: 15px;
    /* font-size: 14px; */
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
}

.prod-img figure figcaption:first-child {
    text-align: left;
    margin: 0 0 10px;
    font-size: 21px;
    letter-spacing: -0.04em;
}

.prod-img.wide>.img+.img figure figcaption:first-child {
    margin-top: 20px;
    letter-spacing: -0.;
}

.prod-img .text {
    display: block;
    margin-top: 8px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: center;
}

.prod-img .video .w_iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 58%;
}

.prod-img .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #eee;
}

.wrap-prod .images {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.wrap-prod .images .img {
    padding: 8px;
    border: 1px solid #e3e3e3;
}

.wrap-prod .box-list {
    padding: 30px;
    border: 4px solid #eee;
    /* border: 1px solid #ddd; */
}

.wrap-prod .box-list+.box-list {
    margin-top: 15px;
}

.wrap-prod .box-list .tit {
    margin: 0 0 15px;
    font-size: 18px;
}

.wrap-prod .box-list .list-tit {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.wrap-prod .box-list p:last-child {
    margin-bottom: 0;
}

.box-prod-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.box-prod-list>.item {
    padding: 30px;
    border: 1px solid #ddd;
    border-top-color: currentColor;
}

.box-prod-list .list-tit {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.box-prod-list p:last-child {
    margin-bottom: 0;
}

.wrap-prod .table-responsive {
    margin-top: 10px;
    margin-bottom: 20px;
}

.wrap-prod .prod-img+.table-responsive {
    margin-top: 30px;
    /* margin-top: 25px; */
}

.wrap-prod .table-responsive:last-child {
    margin-bottom: 0;
}

.wrap-prod .table-responsive+p.text-right {
    margin-top: -10px;
}

.wrap-prod .table.prod-spec>tbody>tr>th {
    width: 22%;
}

.wrap-prod .table.prod-spec>tbody>tr>td {
    text-align: left;
}

.wrap-prod .notice {
    margin: 25px 0 35px;
    font-weight: 500;
    color: #777;
    text-align: right;
}

.img-bordered {
    padding: 8px;
    border: 1px solid #e3e3e3;
}

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

/* 제품소개 페이지별 스타일 */

/* 차량용 경사로 > 도로경계석용 */
#product02_01 .parts {
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
    margin-top: 30px;
    padding-bottom: 80px;
}

#product02_01 .parts>* {
    flex: 1 1 auto;
}

#product02_01 .parts img {
    float: right;
    width: auto;
    border: none;
}

#product02_01 .parts .num_list li.has-strong {
    padding-left: 0;
}

#product02_01 img.logo {
    right: 15px;
    bottom: 0;
    position: absolute;
}

/* 차량용 경사로 > 문턱용 */
#product02_04 .col2 .prod-img .multiple .w_img {
    grid-template-columns: 2fr 1fr;
}

#product02_04 .col2 .prod-img .multiple .w_img img {
    height: 100%;
}

/* 특수 경사로 > 기타 주문 제작 */
#product05_04 .prod-img.col-9-3 {
    display: flex;
}

#product05_04 .prod-img.col-9-3>.img:nth-child(1) {
    flex-basis: 75%;
}

#product05_04 .prod-img.col-9-3>.img:nth-child(2) {
    flex-basis: 25%;
}

/* 유도안내경보 */
/* 볼라드 */
#product06_06 .prod-img,
#product07_05 .prod-img {
    margin-top: 30px;
}

/* 과속방지턱 */
#product07_01 .tit-sub-2 {
    margin-top: 50px;
}

/* #product07_01 .prod-img,
#product07_02 .prod-img {
    margin-top: 0;
} */
/* 카스토퍼 */
/* #product07_02 .prod-img+.prod-img {
    margin-top: 30px;
} */
#product07_02 .wrap-prod .table-responsive {
    margin-top: 25px;
}

/* 모서리보호대 */
/* #product07_03 .prod-img {
    margin-top: 0;
} */

/* 볼라드 */
#product07_05 .row>div[class^='col']>.prod-img {
    margin-top: 9px;
}

#product07_05 .wrap-prod .table.prod-spec>tbody>tr>td.text-center {
    text-align: center;
    background: #f8f8f8;
}




/*table*/
.subContent .table.table-type03 {
    margin: 0;
    border-top: 2px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 12px !important;
    border: 1px solid #e3e3e3 !important;
    letter-spacing: -0.01em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center;
    font-size: 15px;
}

.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
}

.subContent .table.table-type03 tr td {
    color: #555;
}

/* form */
.board_wrapper .table.board_write_table>tbody>tr>td,
.board_wrapper .table.board_write_table>tbody>tr>th,
.board_wrapper .table.board_write_table>tfoot>tr>td,
.board_wrapper .table.board_write_table>tfoot>tr>th,
.board_wrapper .table.board_write_table>thead>tr>td,
.board_wrapper .table.board_write_table>thead>tr>th {
    font-size: 15px;
    letter-spacing: -0.032em;
    border-color: #e3e3e3;
}

.board_wrapper .table.board_write_table tbody tr th {
    background: #f8f8f8;
    font-size: 16px;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #2e7cd7;
    font-size: 18px;
}

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


.board_wrapper .table.board_write_table .text-muted {
    font-size: 15px;
}

.checkbox {
    margin-top: 4px;
}

.checkbox a {
    text-decoration: underline;
    color: #2e7cd7;
}

.btn.btn-primary {
    background-color: #2e7cd7;
    border: 1px solid #2e7cd7;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #1967c1;
    border-color: #1967c1;
}

.board_wrapper .table_video dd,
.board_wrapper .table_blog2 dd {
    margin-bottom: 30px;
}

.table_video dd .inner .bottom .info,
.table_blog2 dd .inner .bottom .info {
    display: none;
}

.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
    margin: 0;
}

.table_blog2 dd .inner .bottom .title .badge {
    display: none;
}

.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
    padding: 0;
}

.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.table_video dd .inner .bottom .title a span,
.table_blog2 dd .inner .bottom .title a span {
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}


.category_wrap {
    margin-bottom: 65px;
}

.category_wrap ul {
    width: 100%;
    display: inline-block;
    margin: auto;
    padding: 25px 15px 23px;
    text-align: center;
    background: #f6f6f6;
    border-top: 2px solid #2e7cd7;
}

.category_wrap ul li {
    margin: 5px;
}

.category_wrap ul li+li {
    margin-left: 5px;
}

.category_wrap ul li a {
    min-width: 90px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}

.category_wrap ul li:not(.on) a:hover,
.category_wrap ul li:not(.on) a:focus {
    color: #fff;
    background: #2e7cd7;
    border-color: #2e7cd7;
}

/* .category_wrap ul li a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 10px;
}

.category_wrap ul li+li {
    margin-left: 25px;
}

.category_wrap ul li.on a, 
.category_wrap ul li.on a:hover, 
.category_wrap ul li.on a:focus {
    color: #2e7cd7;
    border-color: #2e7cd7;
    font-weight: 600;
} */

.board_data_view .header_wrap .title {
    border-left: none;
    padding-left: 0;
}

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

.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
    border-color: #2e7cd7;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.08);
}

.table.table_default tr th,
.table.table_default tr td {
    border-bottom: 1px solid #e3e3e3;
    font-size: 15px;
    letter-spacing: -0.032em;
}

.table.table_default thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
}

.table.table_default tr:hover {
    background: #eaf2fb;
}

.table.table_default tr:hover .subject a {
    color: #00428f
}

/*준비중*/
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 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;
}

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

.alert.alert-info {
    padding: 20px;
}

.alert.alert-info ul li {
    font-size: 15px;
    list-style: disc;
}


.row-img>div[class^='col-']+div[class^='col-'] {
    margin-top: 10px;
}

/*********** 모바일 최적화 시작 ***********/

@media (max-width: 1199px) {

    /* Small·Medium·Large devices */
    /* #mainSlider .slick-slide {
        height: 300px;
    } */
    #mainSlider .slide-caption {
        top: 45%;
        right: 5%;
        left: 5%;
    }


    .slick-prev,
    .slick-next {
        top: -38px;
        right: 0;
        width: 30px;
        height: 30px;
        transform: none;
        background: #444;
        opacity: 0.25
    }

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

    .slick-prev:before,
    .slick-next:before {
        font-size: 15px;
        font-weight: 900;
        font-family: 'Font awesome 6 free';
        color: #fff;
        background: transparent;
        opacity: 1
    }

    .slick-prev:before {
        content: '\f104'
    }

    .slick-next:before {
        content: '\f105'
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        background: #444;
        opacity: 1
    }

    /* .category_wrap ul{margin:-5px;text-align:center}
    .category_wrap ul li{padding:5px}
    .category_wrap ul li+li{margin-left:0} */

}

@media (max-width: 991px) {
    .product .num_list {
        margin-top: 20px;
    }

    .product .con8 .col-md-6+.col-md-6 {
        padding-top: 35px;
    }

    .product .con8 .col-md-6+.col-md-6 .num_list {
        margin-top: 0;
    }

    .product .con8 .col-md-7 {
        padding-top: 35px;
        padding-left: 15px;
    }

    .product .con1 .col-md-8 {
        padding-left: 15px;
    }

    .product .con img {
        width: 100%;
    }

    div[id^='product'] .con1>div+div:not(.clearfix) {
        margin-top: 30px
    }

}

@media (max-width: 767px) {

    /* Small devices (col-xs-*) 모바일 */
    #site {
        padding-top: 132px
    }

    #site::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #000;
        visibility: hidden;
        opacity: 0;
        transition: all ease .15s;
        z-index: 10;
    }

    #site.navbar-opened::before {
        visibility: visible;
        opacity: 0.8;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 600px;
    }

    .menu_top li a {
        min-width: 50px;
        padding: 6px;
        font-size: 10px
    }

    .menu_top .box-logo {
        position: absolute;
        top: 75px;
        right: 0;
        left: 0;
        width: 100%;
        display: flex;
        /* flex-wrap: wrap; */
        /* justify-content: center; */
        justify-content: space-evenly;
        transform: scale(0.9);
    }

    .menu_top .box-logo>.item+.item {
        margin-top: 0;
        margin-left: 0
    }

    .menu_top .box-logo a {
        width: 150px;
        height: 30px;
    }

    .menu_top .box-logo a::after {
        display: none;
    }

    .menu_top .box-logo span.view {
        left: 50%;
        bottom: -6px;
        position: absolute;
        padding: 0;
        transform: translateX(-50%);
    }

    .menu_top .box-logo span.view::after {
        content: '\f105';
        top: -9px;
        width: 16px;
        height: 16px;
        position: absolute;
        margin-left: 5px;
        padding-top: 8px;
        display: inline-block;
        font-size: 0.8em;
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
        color: #fff;
        text-align: center;
        background: #243663;
        border-radius: 30px;
    }

    .navbar-inverse {
        position: fixed
    }

    .navbar>.container .navbar-brand {
        margin-top: 0;
        padding: 15px
    }

    .navbar>.container .navbar-brand img {
        height: 32px;
        width: auto;
    }

    .navbar>.container .navbar-brand::after {
        top: 22px;
        left: 180px;
        width: 58px;
        height: 18px
    }

    .navbar-inverse .navbar-nav {
        margin: 0 -15px
    }

    .navbar-inverse .navbar-nav>.open {
        background-color: #f6f6f6
    }

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

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        color: #2e7cd7
    }

    .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 {
        color: #fff !important;
        background: #2e7cd7
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret {
        border-top-color: #fff
    }

    .navbar-inverse .navbar-nav>.open .dropdown-menu {
        display: block !important;
        padding: 10px 0
    }

    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a {
        padding: 5px 25px;
        font-size: 15px;
        color: #111
    }

    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:focus {
        font-weight: 600;
        color: #111
    }

    #mainCarousel .carousel-control {
        display: none
    }

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

    #mainCarousel .carousel-caption {
        top: 45%;
        right: 5%;
        left: 5%
    }

    .carousel-caption h1 {
        font-size: 30px
    }

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

    .carousel-indicators {
        bottom: 20px;
        left: 10%;
        width: 80%;
        margin-left: 0
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 20px;
        height: 4px;
        margin: 0 2px
    }

    #mainSlider .slick-slide {
        height: 300px;
    }

    #mainSlider .slide-caption h1 {
        font-size: 30px;
    }

    #mainSlider .slide-caption p {
        font-size: 16px;
    }

    #mainSlider .slick-dots {
        bottom: 22px;
    }

    #mainSlider .slick-dots li,
    #mainSlider .slick-dots li button,
    #mainSlider .slick-dots li button::before {
        width: 20px;
        height: 4px;
    }

    .main01 {
        padding: 60px 0
    }

    .main01 h2 {
        margin: 0 0 20px;
        font-size: 41px
    }

    .main01 h2+p {
        font-size: 17px
    }

    .main01_inner {
        padding: 0
    }

    .main01_inner p {
        padding: 10px 24px;
        font-size: 17px
    }

    .main03 {
        padding: 0 0 60px;
    }

    .main_area .box_banner>div+div {
        margin-top: 15px;
    }

    .main_area .box_banner .banner .inner {
        height: 82px;
        padding: 20px;
        font-size: 19px;
    }

    .main_area .box_banner .banner .inner::before {
        right: 112px;
        bottom: 30px;
        font-size: 50px;
    }

    .main_area .box_banner .banner.tel .num {
        display: block;
        padding: 8px 0 0 38px;
    }

    .main_area .box_banner .banner a {
        top: 22px;
        right: 22px;
        padding: 8px 25px;
        font-size: 14px;
    }

    .main_area .box_banner .banner.kakao .inner {
        padding-top: 32px;
    }

    .main02 {
        padding: 60px 0 30px
    }

    .main_contact {
        background-size: cover
    }

    .main_contact h3 {
        font-size: 24px
    }

    .main_contact p {
        font-size: 13px
    }

    .main_contact a {
        padding: 8px 28px;
        margin-top: 25px;
        font-size: 14px
    }

    .main02 .col-md-9 {
        padding-left: 15px
    }

    .main02 .col-md-9 h3 {
        margin: 45px 0 20px;
        font-size: 28px
    }

    .main_bbs .board_box_blog2>.row>div {
        width: 100%;
    }

    .main_bbs .board_box_blog2>.row>div+div {
        margin-top: 20px
    }

    .main_bbs .board_box_blog2 .inner .bottom .title a {
        height: auto;
    }

    .main_bbs .board_box_blog2 .thumb {
        height: 260px;
    }

    .main_bbs .board_box_blog2 .inner .bottom .title .subject {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #site footer .footer-info {
        padding: 30px 0
    }

    #site footer .footer-info img {
        height: 30px;
        margin: 0 0 15px
    }

    #site footer .footer-info ul {
        padding: 0
    }

    #site footer .footer-info ul li {
        font-size: 12px;
        margin-right: 12px;
        line-height: 18px
    }

    #site footer .footer-info ul li:last-child {
        margin-top: 5px
    }

    .subTop {
        height: 180px
    }

    .subTop h2 {
        margin: 8px 0 0;
        font-size: 46px
    }

    .subMenu {
        margin-top: 0
    }

    .subMenu .container {
        padding: 0
    }

    .subMenu .breadcrumb>li>a {
        font-size: 13px;
        padding: 12px 20px
    }

    .subMenu .breadcrumb>li.dropdown .dropdown-menu>li>a {
        padding: 14px 20px;
        font-size: 13px
    }

    .subContent {
        padding: 60px 0 80px
    }

    .subContent .con {
        margin-bottom: 60px
    }

    .subContent .con p,
    .subContent .con dd,
    .subContent .con li {
        font-size: 15px;
        line-height: 1.5
    }

    .subTitle {
        margin: 0 0 40px
    }

    .subTitle h3 {
        font-size: 32px
    }

    .subContent .subTitle h3+p {
        font-size: 17px
    }

    .subContent .con h4 {
        padding-left: 8px;
        font-size: 24px;
        border-width: 5px
    }

    #company01 .con .comp01_txt {
        padding-top: 30px;
        padding-left: 0
    }

    #company01 .con .comp01_txt p {
        margin-bottom: 20px
    }

    #company01 .con .comp01_txt p:first-child {
        margin-bottom: 30px;
        font-size: 19px
    }

    #company01 .con .comp01_txt p:first-child strong {
        font-size: 35px;
        margin-bottom: 25px;
        line-height: 1.3
    }

    #company01 .con .comp01_txt p.sign {
        margin-top: 25px;
        font-size: 20px
    }

    #company01 .con .comp01_txt p.sign img {
        margin-bottom: 5px
    }

    #company01 .con .comp01_txt p.sign span {
        margin-left: 10px;
        font-size: 27px
    }

    .history::before {
        left: 10px
    }

    .year-wrap {
        width: 100%;
        margin-top: 30px !important;
        padding: 0 0 0 45px
    }

    .year-wrap:first-child {
        margin-top: 0 !important
    }

    .year-wrap:nth-child(odd) {
        text-align: left
    }

    #company02 .history .year {
        margin: 0 0 10px;
        font-size: 35px
    }

    .year:before {
        left: -35px;
        width: 16px
    }

    .year:after {
        left: -13px
    }

    .year-wrap:nth-child(odd) .year:before {
        right: auto;
        left: -35px
    }

    .year-wrap:nth-child(odd) .year:after {
        right: auto;
        left: -13px;
        margin-top: 1px
    }

    #company02 .con2 .col-md-3 {
        margin-bottom: 25px
    }

    #company02 .certi-left {
        padding-right: 8px
    }

    #company02 .certi-right {
        padding-left: 8px
    }

    #company02 .con2 p {
        font-size: 13px;
        margin-top: 10px
    }

    #company02 .con2 p strong {
        font-size: 14px
    }

    #company03 .con1>.col-md-3+.col-md-3 {
        margin-top: 20px
    }

    .vision_box {
        padding: 25px 15px;
        min-height: auto
    }

    .vision_box img {
        margin-bottom: 25px
    }

    .vision_box dl dt {
        margin: 0 0 12px;
        font-size: 23px
    }
    #company04 .map-box{
        grid-template-columns: 1fr;
    }
    #company04 .map-box img{
        height: 300px;
    }
    #company04 .root_daum_roughmap {
        height: 300px
    }

    #company04 .con1 ul li {
        width: 100%;
        padding: 12px 15px 10px;
        text-align: left
    }

    #company04 .con1 ul li+li {
        border: none;
        border-top: 1px solid #ddd
    }

    #company04 .con1 ul li:first-child {
        margin-bottom: -1px;
        padding: 15px
    }

    #company04 .con1 ul li:first-child span {
        display: block;
        margin: 0 0 5px
    }
    #company04 .con2 dl{
        grid-template-columns: 1fr;
    }
    #company04 .con2 dl dt {
        padding: 12px 15px 10px;
        font-size: 17px;
        grid-column: span 1;
    }

    #company04 .con2 dl dd {
        width: 100% !important;
        padding: 12px 10px 10px;
        border-right: 1px solid #ddd;
        grid-column: span 1 !important;
    }

    #company04 .con2 dl dd+dd {
        border-top: none
    }

    #company04 .con2 dl dd:nth-of-type(1) {
        padding: 12px 15px 10px
    }

    div[id^='product'] .con1 .clearfix {
        margin-bottom: 0
    }

    div[id^='product'] .con1 a p {
        font-size: 18px
    }

    .maintenance {
        padding: 35px 15px
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none
    }

    .board_wrapper .table .subject {
        width: 55%
    }

    .board_wrapper .table .writer {
        width: 20%
    }

    .board_wrapper .table .regdate {
        width: 25%
    }

    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px
    }

    .table.table_default tbody .subject .badge {
        top: 9px;
        font-size: 10px
    }

    .table.table_default tr td.subject a {
        font-size: 13px
    }

    .table.table_default tbody .subject span>.badge+a {
        padding-left: 54px
    }

    .board_data_view .header_wrap {
        padding: 30px 5px
    }

    .board_data_view .header_wrap .title {
        font-size: 21px
    }

    .board_data_view .header_wrap .info {
        margin-top: 10px
    }

    .board_data_view .header_wrap .info span {
        font-size: 11px
    }

    .board_wrapper .table.board_write_table tbody tr th {
        padding: 10px 15px !important;
    }

    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%
    }

    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px
    }

    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px
    }

    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn {
        margin-top: 20px
    }

    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px
    }

    .category_wrap {
        margin-bottom: 35px
    }

    .category_wrap ul {
        padding: 15px 5px 13px
    }

    .category_wrap ul li {
        margin: 3px
    }

    .category_wrap ul li+li {
        margin-left: 3px
    }

    .category_wrap ul li a {
        min-width: auto;
        padding: 8px 16px;
        font-size: 12px
    }

    /* .category_wrap ul li a{padding-bottom:7px;font-size:14px} */
    .table_video dd,
    .table_blog2 dd {
        width: 100%
    }

    .table_video dd+dd,
    .table_blog2 dd+dd {
        margin-top: 20px
    }

    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a {
        font-size: 15px
    }

    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a {
        height: auto;
    }

    /* 제품소개 리뉴얼 */
    .wrap-prepare-page {
        margin-top: 0;
    }

    .subpage[id^='product'] .subContent>.container {
        display: block;
        /* grid-template-columns: 1fr; */
    }

    .subpage .left-menu {
        width: 100%;
        min-height: auto;
        margin-top: 15px;
    }

    .subpage .left-menu .tit {
        display: none;
    }

    .subpage .right-contents {
        width: 100%;
        padding: 35px 0 60px;
    }

    .subpage .right-contents .page-title {
        margin-bottom: 45px;
        padding-bottom: 15px;
    }

    .subpage .right-contents .page-title h1 {
        font-size: 26px;
    }

    .right-contents .wrap-breadcrumb {
        display: none;
    }

    .wrap-prod .box-list {
        padding: 20px;
    }

    .wrap-prod .tit {
        margin: 0 0 30px;
        font-size: 24px;
    }

    .list-rect {
        flex-direction: column;
    }

    .list-rect>li p {
        padding: 15px 10px;
    }

    /* .list-rect.num > li p {
        text-align: left;
    } */
    .prod-img {
        display: grid !important;
        grid-template-columns: 1fr !important;
        margin-top: 40px;
    }

    .prod-img.col-25 {
        gap: 15px;
    }

    .prod-img .img {
        grid-column: auto !important;
    }

    .prod-img .img+.img {
        margin-top: 12px;
    }

    .prod-img .multiple .w_img,
    .prod-img .quarter .w_img {
        grid-template-columns: 1fr !important;
    }

    #product02_01 .parts img {
        max-height: 180px;
    }

    /* #product07_03 .prod-img {
        margin: 0 0 15px;
    } */
}

@media (min-width: 768px) and (max-width: 1199px) {

    /* Medium·Large devices */
    #mainCarousel .carousel-caption {
        top: 45%;
        right: 10%;
        left: 10%
    }

    .carousel-caption h1 {
        font-size: 55px
    }

    .slick-prev {
        right: 58px
    }

    .slick-next {
        right: 23px
    }

    .vision_box {
        min-height: 366px;
        margin-bottom: 30px;
        padding: 40px 15px 30px;
    }

    .navbar .container {
        width: 100%;
        padding: 0 15px;
    }

    .menu_top .box-logo {
        right: auto;
        left: 15px;
        position: absolute;
    }

    .navbar-inverse .navbar-brand {
        float: none;
        display: inline-block;
        margin: 0 auto !important;
        padding: 0 !important
    }

    .container>.navbar-header {
        width: 100%;
        padding: 40px 0 0;
        text-align: center;
    }

    .navbar-inverse .navbar-right {
        float: none !important;
        width: 100%;
        display: inline-flex;
        margin-right: 0;
    }

    .navbar-inverse .navbar-nav>li {
        flex: 1 1 auto;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 25px 15px 20px;
        text-align: center;
    }

    #navbar-bg {
        top: 181px;
    }

    #mainSlider .slide-caption h1 {
        font-size: 47px;
    }

    #mainSlider .slide-caption h1 span {
        font-size: 22px;

    }

    #mainSlider .slide-caption p {
        font-size: 20px;
    }

    #mainSlider .slick-dots li,
    #mainSlider .slick-dots li button,
    #mainSlider .slick-dots li button::before {
        width: 45px;
        height: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* Medium·Large devices */
    .main01_inner p {
        max-width: 165px;
    }

    .main02 .col-md-9 {
        padding-top: 30px;
        padding-left: 15px;
    }

    .main_bbs .board_box_blog2>.row>div {
        width: 33.333%;
    }

    /* #navbar-bg {top:163px} */

    .subpage[id^='product'] .subContent>.container {
        width: 100%;
        gap: 0 45px;
    }

    .subpage .right-contents {
        padding: 60px 0 90px;
    }

    .row-img>div[class^='col-']+div[class^='col-'] {
        margin-top: 0;
    }

    .row-img>div[class^='col-']:nth-child(1) {
        padding-right: 7.5px;
    }

    .row-img>div[class^='col-']:nth-child(2) {
        padding-left: 7.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main01_inner p {
        max-width: 190px;
    }
}

@media (max-width:576px) {
    .main_popup {
        top: 200px !important;
        width: 320px;
        height: auto;
    }

    .main_popup_contents {
        padding: 10px;
    }

    .main_popup_contents img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/************ 모바일 최적화 끝 ************/