@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800&display=swap');

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'notokr', sans-serif;
    letter-spacing: -0.034em;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #2772ca;
    border-color: #2772ca;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #1057a7;
    border-color: #1057a7;
}

h1, h2, h3, h4, h5, h6, p, li, td {
    word-break: keep-all;
}

/* 메뉴 상단 */
.menu-top {
    background: #f8f8f8;
}
.menu-top .wrap-btn {
    text-align: right;
}
.menu-top .wrap-btn > a {
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    border: none;
    transition: none;
}
.menu-top .wrap-btn > a.support {
    margin-left: 10px;
    padding: 8px 15px;
    background: #eaeaea;
}
.menu-top .wrap-btn > a i {
    margin-right: 5px;
}
.menu-top .wrap-btn > a.blog img {
    width: 12px;
    margin-top: -2px;
    margin-right: 4px;
    display: inline-block;
}
.menu-top .wrap-btn > a.instagram img {
    width: 14px;
    margin-top: -2px;
    margin-right: 4px;
    display: inline-block;
}
.menu-top .wrap-btn > a.blog:hover {
    color: #00c73c;
}
.menu-top .wrap-btn > a.instagram:hover {
    color: #d73889;
}
.menu-top .wrap-btn > a.support:hover {
    color: #094282;
}

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;border:0}

.navbar-inverse .navbar-brand img{height:50px;margin-top:6px;}

.navbar-inverse .navbar-nav > li > a{font-size:17px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#1057a7;}

.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:#1057a7;}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#1057a7;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#1057a7;}
 .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:0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);background:#fff;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 20px;color:#111;text-align:center;border-top:1px solid #ddd;}
 .navbar-inverse .navbar-nav .dropdown-menu>li:first-child>a{border-top:3px solid #094282;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{color:#fff;background:#094282;}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding:35px 30px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width: 10px;height: 10px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 8px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width: 10px;height: 10px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

.carousel-caption {text-shadow:none;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:8px;height:8px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color:#fff;color:#555;border-top:1px solid #ddd;}
#site footer .footer-info{padding:45px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right:15px;line-height:22px;color: #8e8e8e;}
#site footer .footer-info ul li.name,
#site footer .footer-info ul li span {
    font-weight: 600;
    color: #999;
}
#site footer .footer-info ul li.copy{margin-top:5px;font-size: 13px;color: #c4c4c4;}
#site footer .footer-info a.support {
    right: 0;
    bottom: 0;
    width: 130px;
    height: 40px;
    position: absolute;
    padding: 9px 0 0 28px;
    font-size: 15px;
    font-weight: 500;
    color: #094282;
    letter-spacing: -0.05em;
    background: #e5ebf1;
}
#site footer .footer-info a.support:hover {
    color: #fff;
    background: #1057a7;
}
#site footer .footer-info a.support::before {
    content: '\f109';
    top: 50%;
    left: 22px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    transform: translatey(-50%);
    opacity: 1;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 450px;}
#mainCarousel .carousel-caption {
    top: 61%;
    transform: translateY(-50%);
    /*transform: translateY(-62%);*/
    padding-top: 10px;
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 50px;
    font-size: 63px;
    font-weight: 600;
    font-family: 'M PLUS 1p', 'notokr', sans-serif;
    letter-spacing: 0;
}
#mainCarousel .carousel-caption h1::before {
    content: '';
    top: -110px;
    left: 50%;
    width: 90px;
    height: 108px;
    position: absolute;
    background: url('/public/img/main/ci.png');
    background-size: cover;
    transform: translateX(-50%);
}
#mainCarousel .carousel-caption p {
    font-size: 19px;
    font-size: 18px;
    position: relative;
    font-weight: 300;
}
#mainCarousel .carousel-caption p::before {
    content: '';
    top: -40px;
    left: 50%;
    width: 1px;
    height: 30px;
    position: absolute;
    display: block;
    background: #fff;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item{height:250px}
    #mainCarousel .carousel-caption{right:5%;left:5%}
    #mainCarousel .carousel-caption h1{margin:0 0 30px;font-size:32px}
    #mainCarousel .carousel-caption h1::before{top:-70px;width:60px;height:69px}
    #mainCarousel .carousel-caption p{font-size:13px}
    #mainCarousel .carousel-caption p::before{top:-22px;height:15px}
    #mainCarousel .carousel-control{display:none}
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

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

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

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

.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: 100px;
}

/* Slick Slider */
.slick-slide {
    margin: 0px 5px;
}
.slick-slide img {
    width: 100%;
}
.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;
    border: 1px solid #ddd;
}
*/
.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: 25px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #cbd4de;
}
.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: #ccc;
    border-radius: 20px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #bd2228;
}

/* 메인 추가 스타일 */
.mainPage > section {
    padding: 80px 0 30px;
}
.mainPage h3 {
    margin: 0 0 60px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #222;
}
.mainPage #section3 h3 {
    font-size: 19px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 6px;
    font-weight: 600;
    color: #333;
}
.mainPage a {
    text-decoration: none;
}
/* Section1 */
.mainPage > #section1 {
    background: #ffffff;
}
.mainPage .wrap-link {
    display: flex;
}
.mainPage .link {
    flex: 1 1 0%;
    position: relative;
    text-align: center;
}
.mainPage .link+.link::before {
    content: '';
    top: 50%;
    width: 1px;
    height: 75%;
    position: absolute;
    background: #ddd;
    transform: translateY(-50%);
}
.mainPage .link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 28px 8px;
}
.mainPage .link > a::before,
.mainPage .link > a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 100;
}
.mainPage .link > a::before {
    top: 0;
    left: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
}
.mainPage .link > a::after {
    right: 0;
    bottom: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.mainPage .link > a:hover::before,
.mainPage .link > a:hover::after {
    width: 100%;
    height: 100%;
    border-color: #1057a7;
}
.mainPage .link .icon {
    width: 100px;
    height: 100px;
    padding: 25px;
    display: inline-block;
    background: #f8f8f8;
    border-radius: 100%;
    transition: all 0.3s;
}
.mainPage .link > a:hover .icon {
    box-shadow: 0 0 10px 1px rgba(16,87,167,0.3);
}
.mainPage .link.link2 > a i {color: #008379;}
.mainPage .link.link3 > a i {color: #69309e;}
.mainPage .link h5 {
    margin: 20px 0 15px;
    font-size: 19px;
    letter-spacing: -0.05em;
    line-height: 1.35;
}
.mainPage .link > a:hover h5 {
    color: #1057a7;
}
.mainPage .link p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
}
/* 배너 */
/* .mainPage .right > .link > a {
    width: 100%;
    height: 77px;
    position: relative;
    display: inline-block;
    padding: 28px 12px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}
.mainPage .right > .link > a::before {
    content: '';
    top: -100px;
    right: 0px;
    position: absolute;
    border-top: 200px solid transparent;
    border-right: 140px solid #eee;
    transition: all 0.3s;
}
.mainPage .right > .link > a::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 4px solid transparent;
    transition: all 0.3s;
}
.mainPage .right > .link > a:hover::after {
    border-color: #fff;
}
.mainPage .right > .link .icon {
    top: 50%;
    right: 5px;
    width: 70px;
    position: absolute;
    transform: translateY(-50%);
}
.mainPage .right > .link .detail {
    display: inline-block;
    padding-left: 22px;
}
.mainPage .right > .link h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}
.mainPage .right > .link > a:hover h5 {
    color: #1057a7;
}
.mainPage .right > .link h5 span {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.05em;
} */
/* Section2 */
.mainPage > #section2 {
    padding: 40px 0 70px;
    background: #ffffff;
}

.mainPage .wrap-banner {
    display: flex;
    margin: 0 -10px;
}
.mainPage .wrap-banner > .banner {
    position: relative;
    margin-top: 15px;
    flex-basis: 28%;
    padding: 0 10px;
}
.mainPage .wrap-banner > .banner.banner3 {
    flex-basis: 44%;
}
.mainPage .wrap-banner > .banner:not(.banner3)::after {
    content: '';
    right: 10px;
    bottom: 0;
    position: absolute;
    border-top: 40px solid transparent;
    border-right: 40px solid #f6f6f6;
    z-index: 90;
}

.mainPage .banner > a,
.mainPage .banner > .inner {
    height: 100%;
    padding: 25px 30px;
}
.mainPage .banner > a {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
}
.mainPage .banner > a::before,
.mainPage .banner > a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 100;
}
.mainPage .banner > a::before {
    top: 0;
    left: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
}
.mainPage .banner > a::after {
    right: 0;
    bottom: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.mainPage .banner > a:hover::before,
.mainPage .banner > a:hover::after {
    width: 100%;
    height: 100%;
    border-color: #1057a7;
}
.mainPage .banner > .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
}
.mainPage .banner > a h4 {
    margin: 25px 0 0;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.05em;
}
.mainPage .banner > a:hover h4 {
    color: #1057a7;
}
.mainPage .banner > a h4 span {
    font-size: 19px;
    font-weight: 500;
}
.mainPage .banner.banner2 .icon > img {
    padding: 6px 0;
}
.mainPage .banner.banner3 .icon {
    float: left;
    margin-top: -40px;
}
.mainPage .banner.banner3 .detail {
    display: inline-block;
    padding-left: 30px;
}
.mainPage .banner.banner3 h4 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #1057a7;
    text-align: center;
    border: 1px solid #76a7dd;
    border-radius: 30px;
}
.mainPage .banner.banner3 .tel,
.mainPage .banner.banner3 .account {
    font-size: 30px;
    font-weight: 800;
    font-family: 'M PLUS 1p', sans-serif;
    letter-spacing: -0.04em;
    line-height: 1em;
}
.mainPage .banner.banner3 p {
    margin: 7px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.045em;
}
.mainPage .banner.banner3 p > span {
    padding: 0 5px;
}
/* Section3 */
.mainPage > #section3 {
    padding: 40px 0;
}
.customer-logos .slick-slide {
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #eee;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 260px;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.subPage > .pageTop .wrap-title {
    padding: 85px 0 0;
    font-family: 'M PLUS 1p', 'notokr', sans-serif;
    color: #fff;
    text-align: center;
}
.subPage > .pageTop h2 {
    margin: 0;
    font-size: 55px;
    font-weight: 300;
}
.subPage > .pageTop p {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 300;
}

/* Left Menu */
.subPage .left-menu {
    width: 19%;
    float: left;
    margin-top: 35px;
}
.subPage .box-title {
    position: relative;
    padding: 55px 15px 50px;
    background: #094282;
}
.subPage .box-title::before {
    content: url('/public/img/sub/left_menu_ci.png');
    right: -9px;
    bottom: -22px;
    position: absolute;
    opacity: 0.1;
}
.subPage .box-title h2 {
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    font-family: 'M PLUS 1p', 'notokr', sans-serif;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: center;
}
.subPage .left-menu > ul > li {
    margin: 0;
}
.subPage .left-menu > ul {
    border-bottom: 1px solid #e8e8e8;
}
.subPage .left-menu > ul > li > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none;
    transition: none;
}
.subPage .left-menu > ul > li+li > a {
    border-top: 1px solid #e8e8e8;
}
.subPage .left-menu > ul > li > a::after {
    content: '\f054';
    top: 14px;
    right: 15px;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}
.subPage .left-menu > ul > li.current > a {
    font-weight: 500;
    color: #094282;
    background: #ffffff;
    border-left-color: #1057a7;
    border: 4px solid #7ba9de;
}
.subPage .left-menu > ul > li.current > a::after {
    color: #094282;
}
.subPage .left-menu > ul > li:not(.current) > a:hover,
.subPage .left-menu > ul > li:not(.current) > a:focus {
    background: #f3f3f3;
}
.subPage .left-menu > ul > li:not(.current) > a:hover::after,
.subPage .left-menu > ul > li:not(.current) > a:focus::after {
    color: #333;
}

/* Contents */
.subPage .right-contents {
    width: 81%;
    float: right;
    padding: 80px 0 140px 60px;
}
.subPage .right-contents .page-title {
    position: relative;
    margin-bottom: 40px;
}
.subPage .right-contents .page-title h1 {
    margin: 0 0 15px;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #2f2f2f;
}
.subPage .right-contents .page-title h1+hr {
    margin: 5px 0 0;
    border-color: #d9d9d9;
}

/* Bradcrumb */
.subPage .wrap-breadcrumb {
    right: 16px;
    bottom: 15px;
    position: absolute;
}
.subPage .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #999;
    background-color: transparent;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 0;
    left: -10px;
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #777;
}
.subPage .breadcrumb > li+li:before {
    color: #bbb;
}
.subPage .breadcrumb > li.current {
    font-weight: 500;
    color: #555;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.6;
}

/* 인사말 (페이지) */
.wrap-greet .image {
    width: 36%;
}
.wrap-greet .image h3 {
    margin: 0;
    padding: 55px 30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.3em;
    background: #213965;
}
.wrap-greet .text {
    width: 64%;
}
.wrap-greet .text .top .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.wrap-greet .text .top .tit h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
}
.wrap-greet .text .top p {
    font-weight: 600;
    color: #1057a7;
    line-height: 1.5em;
}
.wrap-greet .text .bottom {
    margin-top: 25px;
    padding: 30px 10px 45px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.wrap-greet .text .bottom p {
    font-size: 15px;
    text-align: justify;
}
.wrap-greet .text .bottom .wrap-from {
    text-align: right;
}
.wrap-greet .text .bottom .from {
    width: 270px;
    margin: 30px 45px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65em;
    text-align: left;
}

/* 연혁 (페이지) */
.wrap-history .text {
    width: 46%;
    padding: 30px 0 0 30px;
}
.wrap-history .image {
    width: 54%;
    padding-left: 0;
}
.wrap-history .top h3 {
    margin: 0;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    background: #213965;
}
.wrap-history .text h4 {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #1057a7;
    line-height: 1.5em;
}
.wrap-history .text ul {
    margin-top: 20px;
    padding: 15px 0 20px;
    border-top: 2px solid #5077ba;
    border-bottom: 1px solid #5077ba;
}
.wrap-history .text ul li {
    padding-left: 80px;
    font-size: 13px;
}
.wrap-history .text ul li::before {
    content: '- ';
    top: -1px;
    left: 0;
    position: absolute;
}
.wrap-history .text ul li .date {
    top: 3px;
    left: 10px;
    position: absolute;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}


/* 오시는길 (페이지) */
#location .contact {
    width: 100%;
    display: inline-block;
    margin-top: -6px;
    padding: 20px 5px;
    background: #f8f8f8
}
#location .contact .addr {
    font-size: 18px;
    font-weight: 500;
}
#location .contact .addr i {
    margin-right: 5px;
    color: #00afec;
}
#location .contact > .right {
    text-align: right;
}
#location .contact .info {
    font-size: 17px;
    letter-spacing: -0.3px;
}
#location .contact .info+.info {
    margin-left: 25px;
}
#location .contact .info > span {
    padding-right: 6px;
    font-size: 15px;
    font-weight: 800;
    color: #7ba9de;
}

/* 카테고리 */
.category_wrap {
    margin-bottom: 40px;
}
.category_wrap ul li {
    width: 1%;
    display: table-cell;
}
.category_wrap ul li+li {
    margin-left: 0px;
}
.category_wrap ul li a {
    position: relative;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    text-align: center;
    background: #f5f5f5;
    border: 0;
    transition: none;
}
.category_wrap ul {
    border-bottom: 1px solid #ddd;
}
.category_wrap ul li:not(.on) a:hover {
    background: #f6f6f6;
}
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover, 
.category_wrap ul li.on a:focus {
    color: #fff;
    background: #0e9da7;
    border-color: #0e9da7;
    z-index: 1;
}

/* 블로그 게시판(제품소개) */
.table_blog {
    margin: 0 -10px;
    border-top: none;
}
.table_blog .wrap-dd {
    float: left;
    width: 33.3%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
}
.table_blog dd {
    padding: 13px;
    border: 1px solid #e3e3e3;
    transition:all 0.25s;
}
.table_blog dd:hover {
    background-color: transparent;
    border-color: #b7cce4;
}
.table_blog dd .left,
.table_blog dd .right {
    width: 100%;
}
[class^="table_blog"] dd .left a .thumb {
    width: 100%;
    height: 250px;
}
.table_blog dd .right .title {
    margin: 18px 0 16px;
}
.table_blog dd .right .title a {
    font-size: 19px;
    text-decoration: none;
    font-weight: 500;
    color: #222;
}
.table_blog dd .right .title a:focus,
.table_blog dd .right .title a:hover {
    color:#0e9da7;
}
.table_blog dd .right .title .badge {
    display: block;
    margin-bottom: 6px;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #0e9da7;
    letter-spacing: .2px;
    text-align: left;
    background: transparent;
}
.table_blog dd .right .info {
    display: none;
}
.table_blog dd .right .text p {
    height: 40px;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    overflow: hidden;
}
.subPage[id^="products"] > .contents .pagination_wrap {
    margin-top: 30px;
}
.subPage[id^="products"] .board_wrapper .reply_wrap {
    display: none;
}
/* .subPage[id^="inquiry"] .checkbox label[for='wr_secret'] {
    display: none;
} */
.subPage[id^="inquiry"] .checkbox .txt_secret {
    position: relative;
    padding-left: 20px;
    color: #777;
}
.subPage[id^="inquiry"] .checkbox .txt_secret::before {
    content: '\f14a';
    left: 0;
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #777;
}

/* 제품소개 샘플 */
[id^='products_'] .board_data_view {
    border-bottom: none;
}
.board_data_view .list-prod {
    margin: 30px auto 0;
    border-top: 1px solid #333;
}
.board_data_view .list-prod > li {
    padding: 15px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}
.board_data_view .list-prod > li::before {
    content: '';
    top: 25px;
    left: 10px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #094282;
    border-radius: 20px;
}
.board_data_view+.wrap-inquiry {
    margin-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #aaa;
}
.board_data_view+.wrap-inquiry > a {
    min-width: 200px;
    padding: 14px 15px;
    font-size: 16px;
    color: #fff;
    background: #008379;
    /*background: #1057a7;*/
    opacity: 0.9;
}
/*
.board_data_view+.wrap-inquiry > a+a {
    background: #008379;
}
*/
.board_data_view+.wrap-inquiry > a:hover {
    opacity: 1 !important;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    padding: 15px;
}
.prepare-page {
    padding: 20px 70px;
    text-align: center;
}
.prepare-page > .exclamation {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    padding: 34px 30px;
    line-height: 1em;
    border: 4px solid #00afec;
    border-radius: 100%;
}
.prepare-page > .exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #00afec;
}
.prepare-page > h4 {
    margin: 20px 0 21px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.prepare-page > h4 strong {
    font-weight: 600;
}
.prepare-page > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    color: #777;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 1px solid #333;
}
.board_wrapper .table.table_default thead th {
    font-weight: 500;
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
}
.board_wrapper .table.table_default tr td {
    padding: 12px 15px;
}
.table.table_default tbody .subject a:hover {
    color: #094282;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #555;
    border-radius: 0;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #555;
}
.board_data_view {
    border-top: 2px solid #094282;
}
.board_data_view .header_wrap {
    padding: 35px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}
.board_data_view .header_wrap .info {
    margin-top: 8px;
}
.reply_wrap h4 {
    font-size: 16px;
}
#reply_list span {
    font-size: 15px !important;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.033em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
    font-weight: 600;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    color: #416aaa;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #999;
}

/* 견적문의 (게시판) */
[id^='inquiry'] .table_default .status_badge {
    font-weight: 500;
}
[id^='inquiry'] .write_btn_wrap {
    position: static;
    margin-top: 45px;
}
[id^='inquiry'] .write_btn_wrap > #write_btn {
    width: 220px;
    position: relative;
    margin: 0 auto;
    padding: 16px 110px 16px 40px;
    font-size: 18px;
    background-color: #00afec;
    border-color: #00afec;
    border-radius: 60px;
}
[id^='inquiry'] .write_btn_wrap > #write_btn::before {
    content: '\00BB';
    top: 6px;
    right: 30px;
    position: absolute;
    font-size: 28px;
    color: #fff;
    transition: all ease-in-out .15s;
}
[id^='inquiry'] .write_btn_wrap > #write_btn:hover {
    background-color: #2772ca;
    border-color: #2772ca;
}
[id^='inquiry'] .write_btn_wrap > #write_btn:hover::before {
    right: 25px;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .wrap-history .text,
    .wrap-history .image {
        width: 100%;
    }
    .wrap-history .text {
        padding: 30px 15px 0 15px;
    }
    .wrap-history .image {
        margin-top: 30px;
    }

    #location .contact{text-align:center}
    #location .contact > .right{margin-top:10px;text-align:center}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:67px;font-size:15px}
    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand img{height:40px;margin-top:0}

    .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:16px}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#1057a7}
    .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;background:#1057a7}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{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}

    .mainPage > section{padding:20px 0 0}
    .mainPage .wrap-link{flex-wrap:wrap}
    .mainPage .link{text-align:left;flex-basis:100%}
    .mainPage .link+.link::before{display:none}
    .mainPage .link > a{padding:12px 0}
    .mainPage .link > a::before,
    .mainPage .link > a::after{display:none}
    .mainPage .link .icon{float:left;width:85px;height:85px;margin-right:20px;padding:20px}
    .mainPage .link h5{margin:15px 0 10px;font-size:18px}
    /* .mainPage .right > .link > a{padding:28px 20px}
    .mainPage .right > .link > a::before{border-right-width:160px}
    .mainPage .right > .link .icon{right:10px}
    .mainPage .right > .link h5{font-size:16px}
    .mainPage .right > .link h5 span{font-size:17px}
    .mainPage .right{margin-top:20px} */
    .mainPage > #section2{padding:5px 0 20px}
    .mainPage .wrap-banner{flex-wrap:wrap}
    .mainPage .wrap-banner > .banner{flex-basis:50%}
    .mainPage .wrap-banner > .banner.banner3{flex-basis:100%}
    .mainPage .banner > a{padding:20px 18px}
    .mainPage .banner > a img{height:60px}
    .mainPage .banner > a h4{font-size:16px;line-height:1.3em}
    .mainPage .banner > a h4 span{font-size:17px}
    .mainPage .banner > .inner{flex-wrap:wrap;padding:25px 15px;text-align:center}
    .mainPage .banner.banner3 .icon{float:unset;margin-top:0}
    .mainPage .banner.banner3 .detail{margin-top:15px;padding-left:0}
    .mainPage .banner.banner3 .icon{float:none}
    .mainPage .banner.banner3 h4{width:auto;font-size:12px}
    .mainPage .banner.banner3 .tel,
    .mainPage .banner.banner3 .account{font-size:28px}
    .mainPage .banner.banner3 p{font-size:14px}
    .mainPage > #section3{padding:30px 0}
    .mainPage #section3 h3{margin-bottom:12px;font-size:18px}
    
    #site footer .footer-info{padding:25px 0;text-align:center}
    #site footer .footer-info .logo > img{margin:0 auto 15px}
    #site footer .footer-info ul li{font-size:12px;line-height:18px}
    #site footer .footer-info ul li.copy{margin-top:2px;font-size:11px}
    #site footer .footer-info a.support{position:relative;width:110px;height:35px;margin-top:15px;padding:8px 0 0 23px;font-size:13px}
    #site footer .footer-info a.support::before{left:18px}

    .subPage > .pageTop{height:180px}
    .subPage > .pageTop .wrap-title{padding:50px 0 0}
    .subPage > .pageTop h2{font-size:45px}
    .subPage > .pageTop p{font-size:14px}
    .subPage .left-menu{width:100%;margin-top:15px}
    .subPage .box-title{display:none}
    .subPage .left-menu > ul > li > a{padding:12px 15px;font-size:14px;border:1px solid #e8e8e8}
    .subPage .left-menu > ul > li > a::after{top:12px;font-size:10px}
    .subPage .right-contents{width:100%;padding:25px 0 50px}
    .subPage .right-contents .page-title{margin-bottom:30px}
    .subPage .right-contents .page-title h1{margin:0 0 12px;font-size:32px}
    .prepare-page{padding:0}
    .prepare-page > .exclamation{width:80px;height:80px;padding:30px 25px}
    .prepare-page > .exclamation::before{font-size:32px}
    .prepare-page > h4{margin:15px 0 16px;font-size:20px}
    .prepare-page > p{font-size:13px}

    .wrap-greet .image,
    .wrap-greet .text {
        width: 100%;
    }
    .wrap-greet .image h3 {
        padding: 45px 30px;
        font-size: 22px;
    }
    .wrap-greet .text .top .tit {
        margin: 20px 0 15px;
    }
    .wrap-greet .text .top .tit h4 {
        font-size: 22px;
    }
    .wrap-greet .text .top .tit img {
        height: 40px;
    }
    .wrap-greet .text .bottom {
        margin-top: 20px;
        padding: 25px 5px 40px;
    }
    .wrap-greet .text .bottom p {
        font-size: 14px;
        text-align: left;
    }
    .wrap-greet .text .bottom .from {
        width: 240px;
        margin: 20px 15px 0 0;
        gap: 20px;
        font-size: 14px;
        line-height: 1.55em;
    }
    .wrap-history .top h3 {
        font-size: 18px;
    }
    .wrap-history .text img:nth-of-type(1) {
        height: 40px;
    }
    #location .root_daum_roughmap{height:300px}
    #location .contact{padding:30px 0}
    #location .contact .addr{font-size:16px}
    #location .contact .info{font-size:15px}
    .board-area{width:100%;display:inline-block}
    .category_wrap ul li a{padding:12px;font-size:13px}
    .table_blog .wrap-dd{width:50%}
    .table_blog dd{padding:10px}
    .table_blog dd .left{padding:0}
    .table_blog dd .left a{width:100%}
    [class^="table_blog"] dd .left a .thumb{height:146px}
    .table_blog dd .right .title{margin:12px 0 10px}
    .table_blog dd .right .title a{font-size:16px}
    .table_blog dd .right .title .badge{font-size:12px}
    .table_blog dd .right .text p{height:55px;font-size:12px}
    .board_data_view+.wrap-inquiry{margin-top:20px;padding-bottom:30px}
    .board_data_view+.wrap-inquiry > a{min-width:185px;padding:12px 15px;font-size:15px}
    [id^='inquiry'] .right-contents .page-title h1{font-size:24px}
    [id^='inquiry'] .breadcrumb{font-size:11px}
    [id^='inquiry'] .write_btn_wrap > #write_btn{width:190px;padding:14px 72px 14px 30px;font-size:16px}
    [id^='inquiry'] .write_btn_wrap > #write_btn::before{content:'\f101';top:13px;right:25px;font-size:15px;font-weight:900;font-family:'Font Awesome 5 Free'}
    [id^='inquiry'] .write_btn_wrap > #write_btn:hover::before{right:20px}

    .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:13px}
    .table.table_default tbody .subject .badge{margin-right:5px;font-size:11px}
    .table.table_default tbody .subject a{font-size:13px}
    .board_data_view .header_wrap{padding:30px 10px}
    .board_data_view .header_wrap .title{font-size:24px}
    .board_data_view .header_wrap .info{margin-top:5px}
    .board_data_view .header_wrap .info span{font-size:12px}
    .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}
    [id^='form_history'] {padding-top:40px;padding-bottom:80px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */
    /* 제품소개에서 좌측 메뉴 삭제 */
    .subPage.board_view .left-menu{display:none}
    .subPage.board_view .right-contents{width:100%;padding-left:0}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    /* .mainPage .right{margin-top:60px}
    .mainPage .right > .link{float:left;width:33.3%}
    .mainPage .right > .link.link4{padding-right:8px}
    .mainPage .right > .link.link5{padding-right:8px;padding-left:8px}
    .mainPage .right > .link.link6{padding-left:8px}
    .mainPage .right > .link > a{padding:13px 20px}
    .mainPage .right > .link h5 span{display:block;line-height:1.6em} */
    .mainPage .banner.banner3 .tel,
    .mainPage .banner.banner3 .account{font-size:28px}
    .mainPage .banner.banner3 p{font-size:14px}
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    /* .mainPage .left{width:70%;padding:0}
    .mainPage .right{width:30%}
    .mainPage .banner.banner1{padding-right:20px}
    .mainPage .banner.banner2{padding-left:20px} */
    /* PRODUCTS (게시판) */
    .board_data_view .list-prod{max-width:650px}
    /* 자료실 (게시판) */
    #data_library .box-title{height:135px;padding-top:58px}
    #data_library .box-title h2{font-size:26px}
}
/******* 모바일 최적화 끝 *******/