@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* @import url('http://api.mobilis.co.kr/webfonts/css/?fontface=NanumGothicWeb');  */
@import url('/public/font/NotoSansCJK/NotoSansCJK-Light.css');
@font-face {
    font-family: 'Busan';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/busan/Busan/Busan.woff2') format('woff2'),
    url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/busan/Busan/Busan.woff') format('woff');
}

#site {
    padding-top: 0px;
}

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

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family:
        /* 'Malgun Gothic',
        '맑은 고딕', */
        'notokr',
        "NanumGothic", "나눔고딕",
        'NanumBarunGothic',
        'Apple SD Neo Gothic',
        'Gulim',
        sans-serif;
}

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

p {
    font-size: 16px;
}

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

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

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

/* 레이아웃 조정 */
.navbar-inverse+.container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}


/* =============== 네비게이션 =============== */
.navbar-inverse {
    background: #fff;
    /* background: #004d8f; */
    position: static;
    padding: 0;
    margin-bottom: 0;
    border: 0
}

.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-brand .logo-nv {
    display: flex;
}

.navbar-inverse .navbar-brand .logo-nv h1 {
    margin: 13px 0 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Busan';
    /*font-family: 'Open Sans', sans-serif;*/
    letter-spacing: -0.15rem;
}

.navbar-inverse .navbar-nav {
    float: left !important;
    /* width: 100%; */
    /* display: flex; */
}

.navbar-inverse .navbar-nav>li {
    position: relative;
    /* width: 100%; */
}

.navbar-inverse .navbar-nav>li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-nav>li:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-nav>li>a {
    padding: 28px 10px;
    font-size: 18px;
    text-align: center;
    color: #000;
    letter-spacing: -0.025em;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family:'NanumGothic'; */
    font-family: 'NotoSansCJK' !important;
    font-weight: 500;
    /*font-weight: 600;*/
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    font-weight: 600;
    color: #004d8f;
    /* background: #3285ce; */
}

.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 {
    font-weight: 600;
    background: none;
    color: #004d8f;
}
/*
.nav-contact {
    margin: 5px 0;
    padding: 5px 5px;
    border-radius: 5px;
}

.nav-contact:after {
    content: "";
    display: block;
    clear: both;
}

.nav-contact ul {
    float: left;
    margin: 4px 0 0 8px;
}

.nav-contact.slide-inner{
    border: 2px solid #929292;
}

.nav-contact .link {
    float:left;
    display: inline-block;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 400;
    background: #2b95e6;
    border-right: none;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 8px 10px 7px;
    color: #fff;
    position: relative;
    bottom: 0.5px;

}

.nav-contact .link .icon {
    display: inline-block;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 8px;
    text-align: center;
    color: #3c9feb;
}

.nav-contact ul li {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.035em;
    color: #2b95e6;
}

.nav-contact ul li span {
    display: inline-block;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.nav-contact > .sns {
    float: right;
    margin: 5px 0 0 15px;
    border-radius: 3px;
    overflow: hidden;
}
*/

/* PC */
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        border-radius: 0 0 5px 5px;
        border: none;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        text-align: center;
        overflow: hidden;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        position: relative;
        padding: 15px;
        font-size: 16px;
        /* color: rgb(175, 172, 172); */
        color: #333;
        font-weight: 600;
        white-space: pre-wrap;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #2b95e6;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        /* text-decoration: underline; */
    }

    .navbar-inverse .navbar-nav>li#gnb_71>a:before {
        content: "NEW";
        position: absolute;
        top: 12px;
        left: 50%;
        padding: 2px 5px;
        transform: translateX(-50%);
        background: #0281bd;
        border-radius: 3px;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0.08rem;
        color: #fff;
        line-height: 1;
    }
    /*
    .nav-contact.nav-inner .sns{
        display: none;
    }
    .nav-contact.nav-inner .link,
    .nav-contact.nav-inner ul{
         display: none;
    }
    .nav-contact{
        display: none;
    }
    */
}
/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .nav-contact.nav-inner .link, .nav-contact.nav-inner ul {    
        /* display: none; */
        /* position: relative; */
        /* top: -7px; */
        /* left: 25px; */
        /* margin-bottom: 5px; */
        /* margin: 5px 0 5px 10px;
        margin: 6px 0 0px 0px; */
        
        
    }
    /*
    .nav-contact.nav-inner ul {
        margin-left: 0;
    }
 
    #mainCarousel .nav-contact.nav-inner{
        min-width: 216px;
        left: 36%;
        right: auto;
        top: 100%;
    }
    #mainCarousel .nav-contact.nav-inner ul a{
        color: #2b95e6;
        background: #fff;
        border-radius: 5px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        padding: 6px 10px;
        border: 2px solid #2b95e6;
        border-left: none;
    }
    .nav-contact.nav-inner {
        right: 60px !important;
    }

    .nav-contact.slide-inner {
        display: inline-block;
        background: #f4f4f4;
        margin: 35px 0 0;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
    }

    .nav-contact.slide-inner ul{
        margin: 0 0 0 8px !important;
    }

    .nav-contact.slide-inner ul li {
        font-size: 18px;
        line-height: 33px;
    }

    .nav-contact.slide-inner ul li span {
        font-size: 16px;
    }
    */

    .navbar-inverse {
        top: 0;
        position: fixed;
        width: 100%;
        display: inline-table;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #eee;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 20px 0;
    }
 
    .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 .navbar-collapse {
        border-top: 1px solid #eee;
    }

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

    .navbar-inverse .navbar-nav {
        margin: 7.5px 0;
        width: 100%;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 7px 0;
        text-align: left;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        padding-left: 15px;
        color: #555;
    }
    .board_data_view .contents_inner a {word-break: break-all;}
}
@media (max-width: 414px) {
    /*
    #mainCarousel .nav-contact.nav-inner {
        overflow: hidden;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        right: auto !important;
        padding: 3px;
    }
    */
}
@media (min-width: 767px) and (max-width: 1025px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 20px 10px;
    }
}

@media (max-width: 376px){
    /*
    #mainCarousel .nav-contact.nav-inner ul a {
        padding: 6px 10px 5px;
    }
    .nav-contact.nav-inner .link, .nav-contact.nav-inner ul {
        margin: 7px 0 0px 0px;
    }
    */
} 
@media (max-width: 1024px) {
    /* .nav-contact.nav-inner {
        top: 6px;
        right: 15px;
        position: absolute;
    }
    .nav-contact.nav-inner .link, .nav-contact.nav-inner ul {
        display: none;
    }
    .nav-contact.nav-inner > .sns {
        width: 30px;
    } */

    .navbar-inverse .navbar-brand {
        padding: 13px 0 10px 15px !important;
    }
}

@media (min-width: 1025px) {
    .navbar-inverse>.container {
        display: flex;
        justify-content: space-between;
        width: 1450px;
        margin: 0 auto;
    }

    .navbar-inverse .navbar-header {
        z-index: 10;
        float: none !important;
    }

    .navbar-inverse .navbar-collapse {
        position: relative;
        float: none !important;
    }

    .navbar-inverse .navbar-nav>li>a {
        min-width: 115px;
    }
}


/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 135px);
    background-size: cover;
    background-repeat: no-repeat
}

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    display: none;
}

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

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

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid rgba(255, 255, 255, 0.3);
    margin: 0 4px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
}

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

.carousel-caption {
    text-shadow: none;
    text-align: left;
    padding: 0;
    top: 48%;
}

.carousel-caption h1 {
    font-size: 67px;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: -0.035em;
    /* text-shadow: 1px 2px 5px rgba(0,0,0,0.5); */
}

.carousel-caption h2 {
    margin: 20px 0 80px;
    font-weight: 400;
    color: #ffd230;
    font-size: 32px;
    letter-spacing: -0.025em;
}

.carousel-caption dl {
    margin: 0 0 10px 0;
}

.carousel-caption dl dt,
.carousel-caption dl dd {
    font-size: 17px;
}

.carousel-caption dl dt {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.carousel-caption dl dd {
    display: inline-block;
    line-height: 1;
}

.carousel-caption dl dd+dd {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 20px;
    padding-left: 20px;
}

.carousel-caption2 {
    position: absolute;
    padding: 0;
    z-index: 10;
    right: 20%;
    top: 48%;
    transform: translateY(-50%);
    background: #fff;
    color: #222;
}

.carousel-caption2 h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.035em;
    color: #fff;
    background: #3c9feb;
    text-align: center;
    padding: 14px 0px;
}

.carousel-caption2 ul {
    margin: 0;
    padding: 40px 40px;
}

.carousel-caption2 ul li {
    line-height: 1.2;
    font-size: 29px;
    color: #2b95e6;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.carousel-caption2 ul li span {
    display: block;
    font-size: 19px;
    font-weight: 400;
    color: #222;
}

.carousel-caption2 ul li+li {
    margin-top: 20px;
    color: #004d8f;
}

@media (max-width: 1024px) {
    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 75px);
    }

    .carousel-caption {
        left: 15px;
        right: 15px;
        text-align: center;
    }

    .carousel-caption h1 {
        margin: 0 0 10px;
        font-size: 34px;
    }

    .carousel-caption h2 {
        margin: 10px 0 30px;
        font-size: 24px;
    }

    .carousel-caption dl dt {
        margin-bottom: 5px;
    }

    .carousel-caption dl dd {
        font-size: 14px;
        line-height: 1.6;
    }

    .carousel-caption dl dd+dd {
        border-left: none;
        margin-left: 10px;
        padding-left: 0;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 60vh;
    }
}

.nav-contact {
    display: none;
    margin-top: 5px;
}
.nav-contact .left {
    float: left;
    display: inline-block;
}
.nav-contact .right {
    float: left;
    display: inline-block;
}
.nav-contact .left > a {
    display: inline-block;
    padding: 10px 10px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #2b95e6;
    border-radius: 5px 0 0 5px;
}
.nav-contact .right > a {
    display: inline-block;
    padding: 7px 10px 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.035em;
    color: #2b95e6;
    background: #fff;
    border: 2px solid #2b95e6;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

/* 메인 - 컨텐츠 */
.main-content {
    padding: 100px 0;
}

.main-content .main-sec-tit,
div[class^="board_box_"] .page-header h4 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #004d8f;
}

.main-content .main-sec-tit span {
    display: inline-block;
    color: #999;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.main-business-wrap .inner {
    position: relative;
    display: block;
    min-height: 250px;
    background: #ddd;
    overflow: hidden;
}

.main-business-wrap .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.35s ease;
    z-index: 1;
}

.main-business-wrap .inner:hover:before {
    opacity: 1;
}

.main-business-wrap .inner img {
    transition: 0.35s ease;
}

.main-business-wrap .inner:hover img {
    transform: scale(1.2);
}

.main-business-wrap .inner h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 0;
    margin: 0;
    text-align: center;
    background: rgba(3, 19, 53, 0.7);
    color: #fff;
    z-index: 2;
}

@media (max-width: 767px) {
    .main-content {
        padding: 50px 0;
    }

    .carousel-caption {top: 50%;}
    .nav-contact {display: inline-block;}

    .main-content .main-sec-tit,
    div[class^="board_box_"] .page-header h4 {
        font-size: 26px;
    }

    .main-content .main-sec-tit span {
        font-size: 18px;
    }

    .main-business-wrap .inner {
        margin: 0 0 15px;
        min-height: auto;
    }

    .main-business-wrap .inner h4 {
        padding: 10px 0;
        font-size: 15px;
    }
}

/* 메인 - 게시판 */
#section_a3f390 {
    background: #f4f4f4;
}

.board_box_blog2 {
    margin-bottom: 100px !important;
}

.board_box_blog2 .col-md-4 {
    width: 25%;
}



div[class^="board_box_"] .page-header {
    margin: 100px 0 30px;
    padding-bottom: 0;
    border-bottom: none;
}

div[class^="board_box_"] .page-header h4:after {
    content: "Construction Case";
    display: inline-block;
    margin-left: 10px;
    color: #999;
    font-size: 22px;
    letter-spacing: -0.02em;
}

div[class^="board_box_"] .page-header .pull-right {
    margin-top: 5px;
    font-size: 20px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    transition: all 0.2s;
}

.board_box_blog2 .inner .bottom {
    background: #fff;
}

.board_box_blog2 .inner:hover {
    border-color: #3d9eeb;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {

    .table.table_default>colgroup {
        display: none;
    }

    div[class^="board_box_"] .page-header {
        margin: 50px 0 20px;
    }

    div[class^="board_box_"] .page-header h4:after {
        font-size: 16px;
    }

    div[class^="board_box_"] .page-header .pull-right {
        margin-top: -2px;
    }

    .board_box_blog2 .inner .bottom .info span {
        display: inline-block;
    }

    .table_blog2 dd {
        width: 100%;
    }

    .board_data_view .header_wrap .title {
        font-size: 20px;
    }
    
    .board_box_blog2 .col-md-4 {
        width: 100%;
    }
}

@media (max-width: 1025px) and (min-width: 767px) {
    .board_box_blog2 .col-md-4 {
        width: 50%;
    }
}

/* =============== 푸터 =============== */
.footer-wrap {
    padding: 30px 0;
    background: #333;
    color: #bbb;
    font-size: 13px;
}

.footer-wrap .company-name {
    margin: 0 0 10px;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul span {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap ul.sns-link > li {
    display: inline-block;
}
.footer-wrap ul.sns-link > li+li {
    margin-left: 10px;
}

.footer-wrap .copy {
    margin: 10px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
}
/*
.footer-wrap .sns-link li {
    float: right;
    border-radius: 3px;
    overflow: hidden;
}
*/

/* 메뉴 하단 */
.menu-bottom {
    top: 21px;
    right: 65px;
    /* width: 68px; */
    position: absolute;
}
.menu-bottom .sns > a {
    display: inline-block;
}
.menu-bottom .sns > a+a {
    margin-left: 3px;
}
.menu-bottom img {
    width: 30px;
    border-radius: 3px;
}

/* 퀵메뉴 */
.quick-menu {
    position: fixed;
    right: 30px;
    top: 39%;
    text-align: center;
    z-index: 100;
}

.quick-menu .online{
    display: block;
    margin: 0 0 5px;
    padding: 15px;
    background: #fff;
    border: 1px solid #2b95e6;
    text-align: center;
}

.quick-menu .online h5{
    margin: 8px 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.08rem;
    color: #333;
}

.quick-menu .online .truck-icon{
    font-size: 34px;
}

.quick-menu .tell{
    padding: 15px;
    background: #fff;
    border: 1px solid #2b95e6;
}
.quick-menu .tell ul li,
.quick-menu .tell ul li a{
    font-size: 18px;
    font-weight: 600;
    color: #333
}
.quick-menu .tell ul li a {
    color: #337ab7;
}

.quick-menu .tell ul li.tt{
    margin-bottom: 2px;
    letter-spacing: -0.08rem;
    color: #333;
}

.quick-menu .tell ul li a:hover,
.quick-menu .tell ul li a:focus{
    text-decoration: underline;
}

.quick-menu .tel-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 5px 0 13px;
    padding-top: 9px;
    background: #fff;
    /* background: #174680; */
    border-radius: 50%;
    /* color: #ffd745; */
    color: #fff;
    background: #2b95e6;
    font-size: 22px;
}


@media (max-width: 767px) {
    .quick-menu {
        left: 0;
        right: 0;
        top: 0;
        border-radius: 0;
        display: none;
    }

    .quick-menu h5{
        padding: 10px;
        font-size: 18px;
    }

    .quick-menu ul {
        float: left;
        width: 55%;
        padding: 10px;
        border-right: 1px dashed #ddd;
    }

    .quick-menu .go-frm.visible-xs{
        float: left;
        width: 45%;
        padding-top: 18px;
        font-size: 18px;
        font-weight: 500;
    }

    .quick-menu ul li .num{
        font-size: 16px;
    }
}

/* //퀵메뉴 */


/* =============== 게시판 =============== */

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

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #003767;
    border: 1px solid #003767;
}

@media (max-width: 768px) {
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #board_write_form fieldset>.text-center {
        display: flex;
    }

    #board_write_form fieldset>.text-center .btn.btn-lg {
        width: 100%;
        padding: 15px;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
}


/* =============== 로그인 =============== */

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

@media (max-width: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li+li::before {
        margin: 0 10px;
    }
}

/* =============== 문의폼 =============== */
.board_wrapper .table.board_write_table tbody tr th {
    position: static;
}


/* =============== 서브페이지 =============== */
.sub-top {
    position: relative;
    height: 200px;
    background: url(/public/img/sub/subtop.jpg);
}

.sub-top .sub-top-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1140px;
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.sub-top .bread-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    text-align: right;
}

.sub-top .breadcrumb {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1140px;
    background: transparent;
}

.sub-top .breadcrumb li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.sub-top .breadcrumb li.active {
    color: rgba(255, 255, 255, 0.9);
}

.sub-top .breadcrumb li+li:before {
    content: '>';
    padding: 0 7px;
    color: rgba(255, 255, 255, 0.9);
}

.sub-sec-tit {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #004d8f;
}

.sub-sec-tit .tit-en {
    font-size: 20px;
    color: #888;
    display: inline-block;
    padding-left: 7px;
    letter-spacing: -0.02em;
}

.sub-part-tit {
    position: relative;
    margin: 0 0 20px;
    padding-left: 27px;
    font-size: 23px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
}

.sub-part-tit:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 7px;
    height: 14px;
    background: #004d8f;
    transform: skew(-30deg);
    box-shadow: 5px 5px #249be0;
}

.sub-content {
    padding: 100px 0;
}

.sub-content section {
    margin-bottom: 130px;
}

.sub-content section article {
    margin-bottom: 60px;
}

.sub-content section article:last-child,
.sub-content section:last-child {
    margin-bottom: 0;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 14px;
    font-size: 13px;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-style-1 {
    border-top: 2px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    font-weight: 600;
    letter-spacing: -0.02em;
    background: #f7f7f7;
}
table.tb-style-1 > tbody > tr > td {
    text-align: center;
}

@media (max-width: 1025px) {
    .sub-top {
        height: 150px;
        background-position: 30% 50%;
        background-size: cover;
        /*background-position: right bottom;*/
    }

    .sub-top .sub-top-tit {
        width: 100%;
        font-size: 26px;
    }

    .sub-top .breadcrumb {
        width: 100%;
        text-align: center;
    }

    .sub-content {
        padding: 50px 0;
    }

    .sub-sec-tit {
        margin: 0 0 20px;
        font-size: 26px;
    }

    .sub-content section {
        margin-bottom: 50px;
    }

    .sub-sec-tit .tit-en {
        padding-left: 0;
        font-size: 16px;
    }
}

/* about01 */

.greeting-wrap .desc {
    line-height: 1.6;
    margin: 50px 0 0;
}

.greeting-wrap .desc p {
    font-size: 17px;
    letter-spacing: -0.033em;
    color: #333;
    line-height: 1.65;
    margin-bottom: 30px;
}

.greeting-wrap .desc p b {
    font-weight: 400;
    color: #0281bd;
}

.list-style1 {
    text-align: center;
}

.list-style1 h5 {
    margin: 0;
    padding: 15px;
    font-size: 24px;
    background: #004d8f;
    font-weight: 600;
    color: #fff;
}

.list-style1 ul li {
    padding: 13px 15px;
    font-size: 17px;
    line-height: 1.6;
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: -0.02em;
    background: #f8f8f8;
}

#daumRoughmapContainer1586850180214 {
    width: 100% !important;
}

.location-wrap {
    margin-top: 15px;
    position: relative;
    background: #36414a;
    z-index: 99;
    padding: 50px 30px;
    color: #fff;
}

.location-wrap::before {
    content: "\f5a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 190px;
    position: absolute;
    right: 50px;
    bottom: -80px;
    opacity: 0.1;
}

.location-wrap .company-name {
    margin: 35px 0 0;
    text-align: center;
    font-size: 30px;
}

.location-wrap .right {
    position: relative;
}

.location-wrap .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 110px;
    background: rgba(255, 255, 255, 0.2);
}

.location-wrap ul {
    margin: 0;
    padding-left: 70px;
}

.location-wrap ul li {
    position: relative;
    padding-left: 75px;
    font-size: 15px;
    line-height: 1.8;
}

.location-wrap ul li b {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

@media (max-width: 767px) {
    #daumRoughmapContainer1586850180214 {
        height: 400px !important;
    }

    .greeting-wrap .desc p {
        font-size: 16px;
    }

    .list-style1 h5 {
        padding: 10px;
        font-size: 16px;
    }

    .list-style1 ul li {
        padding: 10px;
        font-size: 15px;
    }

    .list-style1 ul {
        margin: 0 0 30px;
    }

    .location-wrap {
        padding: 30px 15px;
    }

    .location-wrap .company-name {
        margin: 0 0 20px;
        font-size: 24px;
    }

    .location-wrap ul {
        padding-left: 0;
    }

    .location-wrap .right:before {
        display: none;
    }

}

/* urethan */
.circle-wrap {
    max-width: 520px;
    margin: 20px auto 60px;
}

.circle-wrap .tit {
    margin: 30px -13px 0;
    text-align: center;
    font-size: 20px;
    background: #efefef;
    padding: 14px 0;
    letter-spacing: -0.01em;
}

.circle-wrap .inner {
    position: relative;
    display: flex;
    margin: 0 -13px;
    width: 200px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}
.circle-wrap .inner:after {
    content: "\f067";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    z-index: 10;
}

.circle-wrap .inner.one {
    background: rgba(0, 32, 80, 0.8);
}

.circle-wrap .inner.two {
    background: rgba(7, 101, 181, 0.8);
}

.circle-wrap .inner.three {
    background: rgba(1, 160, 123, 0.8);
}

.circle-wrap .inner.three:after {
    display: none;
}

.circle-wrap .inner h5 {
    margin: 0;
    font-size: 25px;
    /* padding-top: 88px; */
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.04em;
    display: flex;
}

#urethane04 .circle-wrap{
    max-width: 630px;
}
#urethane04 .circle-wrap .inner{
    width: 240px;
    height: 240px;
    padding-left: 35px;
    padding-right: 35px;
}
#urethane04 .circle-wrap .inner h5{
    /* padding-top: 106px; */
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

#urethane01 .img1 {
    box-shadow: 20px 21px #eaeaea;
    margin-bottom: 80px;
}

.desc-wrap {
    border: 1px solid #ddd;
    padding: 60px;
}

.desc-wrap h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.desc-wrap p {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.033em;
    color: #6f6f6f;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* .desc-wrap p:after {a
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 35px;
    height: 1px;
    background: #004d8f;
} */

.desc-wrap p:last-child {
    margin: 0;
}

.desc-wrap p:last-child:after {
    display: none;
}

.desc-wrap p b {
    font-weight: 500;
}


.item-summary {
    margin: 0 0 70px;
    padding: 30px;
    border: 5px solid #eee;
    text-align: center;
}

.item-summary p {
    font-size: 18px;
    letter-spacing: -0.034em;
}

.item-summary p:last-child {
    margin-bottom: 0;
}

.urethane-space figcaption {
    margin: 10px 0 0;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
}

.urethane-effect .inner {
    padding-right: 10px;
    min-height: 145px;
    position: relative;
    padding-left: 130px;
}

.urethane-effect .inner::after {
    content: "";
    clear: both;
    display: block;
}

.urethane-effect>div {
    position: relative;
}

.urethane-effect>div:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    /* border-right: 1px dashed #ddd; */
}

.urethane-effect>div:last-child:after {
    border-right: none;
}

/* #urethane03 .inner {
    min-height: 135px;
} */

.urethane-effect .inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin-right: 25px;
    padding-top: 26px;
    font-size: 40px;
    color: #fff;
    width: 110px;
    height: 110px;
    background: #004d8f;
    border-radius: 50%;
    float: left;
    text-align: center;
}

.urethane-effect>div:nth-child(even) .icon {
    background: rgb(10, 143, 206);
}

.urethane-effect .inner h5 {
    font-size: 20px;
    padding-top: 10px;
    margin: 0 0 14px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.urethane-effect .inner p {
    margin: 0;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.025em;
    line-height: 1.65;
}

.urethane04-image{
    display: flex;
    margin: 0 0 0;
    gap: 20px;
}
.urethane04-image > div{padding: 0;}

.img-range {
    margin: 0 0 50px;
    text-align: center;
}

.img-range>div {
    padding: 0;
}

.img-range img {
    display: inline-block;
    max-width: 330px;
}

.img-range img+img {
    margin-left: 7px;
}

@media (max-width: 767px) {
    .img-range img {
        display: block;
        max-width: 100%;
    }

    .img-range img+img {
        margin: 15px 0 0;
    }

    .desc-wrap {
        padding: 30px 15px;
    }

    .desc-wrap p {
        font-size: 15px;
    }

    .circle-wrap .inner {
        width: 150px;
        height: 150px;
        margin: -15px auto;
    }

    .circle-wrap .inner:after {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 5px;
        transform: translateX(-50%);
    }

    .circle-wrap .inner h5 {
        font-size: 22px;
        /* padding-top: 60px; */
    }

    .urethane-space figcaption {
        margin: 10px 0 15px;
    }

    .urethane-effect .inner {
        margin: 0 0 30px;
        padding-left: 0;
        text-align: center;
    }

    .urethane-effect .inner .icon {
        float: none;
        position: relative;
        padding-top: 20px;
        margin: 0 auto;
        width: 70px;
        height: 70px;
        font-size: 25px;
    }
    .urethane04-image{
    flex-direction: column;
}
}

/* poly */
#poly01 .sec1 article:nth-child(2) {
    margin-bottom: 30px;
}

#poly01 .urethane-effect .inner {
    padding-right: 10px;
    min-height: 155px;
}

#poly01 .urethane-effect .inner h5 {
    padding-top: 0;
    margin-bottom: 8px;
}

#poly01 .urethane-effect>div:nth-child(5) .icon {
    background: #004d8f;
}

.img-sequence .img-wrap {
    position: relative;
}

.img-sequence .img-wrap .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.poly-advantage {
    margin: 0;
    padding: 50px;
    background: url(/public/img/sub/advantage-bg2.jpg) no-repeat center / cover;
}

.poly-advantage>div {
    /* : #fff; */
    border: 1px solid #7d7d7d;
    padding: 25px;
    margin-bottom: 0;
    min-height: 140px;
    margin-right: -1px;
    margin-bottom: -1px;
}

.poly-advantage .left,
.poly-advantage .right {
    float: left;
}

.poly-advantage .left {
    width: 16%;
}

.poly-advantage .left .num {
    font-size: 22px;
    display: inline-block;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #088fce;
    font-weight: 600;
    color: #fff;
}

.poly-advantage .right {
    width: 84%;
}

.poly-advantage .right h5 {
    margin: 8px 0 14px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
    font-style: oblique;
    color: #a5d7ef;
}

.poly-advantage .right p {
    margin: 0;
    font-size: 15px;
    letter-spacing: -.02em;
    color: #dadada;
}

.poly-advantage2 {
    margin: 0 0 30px;
}
.poly-advantage2>div {
    margin-bottom: 3px;
    padding: 25px;
    background: #fafafa;
}
.poly-advantage2 .left {
    width: 5%;
    float: left;
}
.poly-advantage2 .right {
    width: 95%;
    display: inline-block;
    padding-left: 15px;
}
.poly-advantage2 .left .num {
    margin-top: 2px;
    font-size: 16px;
    display: inline-block;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #088fce;
    font-weight: 600;
    color: #fff;
}
.poly-advantage2 .right h5 {
    margin: 8px 0 14px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #088fce;
}
.poly-advantage2 .right p {
    margin: 0;
    font-size: 15px;
    letter-spacing: -.02em;
}

.object-container {
    padding-right: 60px;
}

.object-container .obj-wrap {
    text-align: center;
}

.obj-wrap .inner .left,
.obj-wrap .inner .right {
    float: left;
    padding: 40px 15px 0;
    width: 45%;
    min-height: 140px;
    text-align: center;
    background: #eaf5fb;
    border: 1px solid #b0d1e0;
    border-radius: 15px;
}

.obj-wrap .inner b {
    display: inline-block;
    font-size: 23px;
    margin: 0 0 3px;
    color: #088fce;
}

.obj-wrap .inner p {
    margin: 0;
}

.obj-wrap .inner .center {
    float: left;
    width: 10%;
    padding-top: 50px;
    font-size: 32px;
    color: #808ba5;
}

.obj-wrap .sum {
    position: relative;
    margin: 100px 0 0;
    padding: 45px;
    border-radius: 15px;
    background: #2271b5;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.035em;
}

.obj-wrap .sum:after {
    content: "\f102";
    position: absolute;
    left: 50%;
    top: -100px;
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transform: translateX(-50%);
    color: #1748a2;
}

.obj-wrap .sum span {
    display: block;
}

.feautre-bg {
    padding: 30px;
    background: #fafafa;
}

.feature li {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.8;
}

.feature li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 5px;
    height: 5px;
    background: #3c9feb;
    border-radius: 50%;
}

#poly01 section.sec4 img {
    border: 1px solid #ddd;
    border-radius: 15px;
}

#poly02 section.sec2 .desc-wrap > h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}
#poly02 section.sec2 .desc-wrap > h4:not(:first-child) {
    margin-top: 60px;
}
#poly02 section.sec2 .desc-wrap img+img {
    margin-top: 15px;
}
#poly02 section.sec2 table > thead > tr > th:nth-child(2),
#poly02 section.sec2 table > thead > tr > th:nth-child(3),
#poly02 section.sec2 table > thead > tr > th:nth-child(4),
#poly02 section.sec2 table > thead > tr > th:nth-child(5) {
    width: 160px;
}
#poly02 section.sec2 table > tfoot {
    font-size: 13px;
    color: #555;
}

@media (max-width: 767px) {
    .poly-advantage {
        padding: 15px;
    }
    .poly-advantage2 {
        margin: 0;
    }

    .poly-advantage>div,
    .poly-advantage2>div {
        padding: 15px;
        text-align: center;
    }

    .poly-advantage .left,
    .poly-advantage .right,
    .poly-advantage2 .left,
    .poly-advantage2 .right {
        float: none;
        width: 100%;
    }

    #poly01 .urethane-effect .inner h5 {
        padding-top: 10px;
    }

    #poly02 section.sec2 .desc-wrap > h4:not(:first-child) {
        margin-top: 40px;
    }
    #poly02 section.sec2 .desc-wrap img {
        margin-top: 15px;
    }

    .object-container {
        padding-right: 15px;
        ;
    }

    .obj-wrap .inner .left,
    .obj-wrap .inner .right {
        padding-top: 30px;
    }

    .obj-wrap .sum {
        margin-bottom: 30px;
    }
}

@media (max-width: 1025px) and (min-width: 767px) {
    .poly-advantage .right h5 {
        font-size: 16px;
    }

    .urethane-effect .inner {
        padding-left: 90px;
        min-height: 200px !important;
    }

    .urethane-effect .inner .icon {
        padding-top: 17px;
        width: 70px;
        height: 70px;
        font-size: 24px;
    }

    .obj-wrap .sum {
        margin: 75px 0 0;
        padding: 20px;
    }

    .obj-wrap .sum:after {
        top: -75px;
        font-size: 40px;
    }
}

/* process */
.list-typeC {
    padding-right: 15px;
}

.list-typeC .inner {
    position: relative;
    margin-bottom: 30px;
    padding: 75px 25px 0px;
    min-height: 310px;
    text-align: center;
    background: #f8f8f8;
}

.list-typeC .inner:after {
    content: "\f054";
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 26px;
    color: #848484;
}

.list-typeC>div:last-child .inner:after {
    content: "";
}

.list-typeC .inner .icon {
    display: block;
    margin: 0 auto 20px;
    font-size: 65px;
    color: #05457b;
    border-radius: 50%;
}

.list-typeC .inner h5 {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    width: 100%;
    margin: 0;
    background: #2271b5;
    padding: 11px 0;
}

.list-typeC .inner p b {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 18px;
}

.list-typeC .inner p {
    margin: 0;
    line-height: 1.4;
    font-size: 15px;
}

.list-typeC .inner p big {
    font-weight: 600;
    color: #3d9ef1;
    letter-spacing: -0.02em;
    font-size: 20px;
}

.board_wrapper {
    margin-top: 0;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 16px;
    letter-spacing: -0.03em;
}

#urethane04 .table.table_default tr th,
#urethane04 .table.table_default tr td {
    white-space: normal;
}
#urethane04 .table.table_default tr th:nth-child(1){width: 16%;}

@media (max-width: 767px) {
    .list-typeC {
        padding-right: 0;
    }

    .list-typeC .inner {
        min-height: 260px;
        margin-bottom: 50px;
        padding: 60px 25px 0px;
    }

    .list-typeC .inner:after {
        content: "\f078";
        top: auto;
        bottom: -45px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        font-size: 30px;
    }

    .list-typeC .inner .icon {
        font-size: 44px;
    }

    .footer-wrap ul.sns-link {margin-top: 15px;}
    
    #urethane04 .table.table_default {
    table-layout: auto;
}
    
    #urethane04 .table.table_default thead{}
    #urethane04 .table.table_default tbody{}
    #urethane04 .table.table_default tr{}
    #urethane04 .table.table_default tr th,
    #urethane04 .table.table_default tr td {
    text-overflow: clip;
    vertical-align: top;
    /* white-space: nowrap; */
    text-align: left;
    padding: 6px 9px;
    font-size: 14px;
}
#urethane04 .table.table_default tr th:nth-child(1){width: 15%;}
#urethane04 .table.table_default tr td:nth-child(2) {width: 25%;}
#urethane04 .table.table_default tr td:nth-child(3) {width: 25%;}
}
.blog-wrap{
    border: 1px solid #2b95e6;
    height: 100px;
    background: #fff;
    margin-top: 5px;
}
.blog-wrap p{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.blog img{
    margin: 10px auto;
    background: #fff;
}
.blog-wrap a{
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.blog-wrap a:hover{
    color: #003767;
}
span:is(.far,.fas){
    position: relative;
}
span:is(.far,.fas)::before{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}