@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');
/* @import url('/skin/nanum/stylesheet.css'); */
/* @import url('/skin/nanum/stylesheet.css'); */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'NanumSquare', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    font-family: 'notokr';
    list-style: none;
    list-style-position: inside;
    padding: 0
}

h6,
table {
    font-family: 'notokr';
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 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;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #117b4e;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #11ab69;
}

.login-layout form>div>p,
.id-find-layout form>div>p,
.pw-find-layout form>div>p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
    border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body>div.col-sm-12 h2,
    .id-find-layout .panel-body>div.col-sm-12 h2,
    .pw-find-layout .panel-body>div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form>div>p>a,
    .id-find-layout form>div>p>a,
    .pw-find-layout form>div>p>a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

.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: '·';
}

* {
    word-break: keep-all
}

.subContent ul {
    padding: 0
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: 2px 1px 5px rgba(120, 120, 120, 0.1);
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 10px;
}

.navbar-brand img {
    padding: 0;
    margin: 0;
}

/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav {
    margin-top: 35px;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'NanumSquare';
    background-color: transparent;
    color: #333;
    font-size: 17px;
    padding: 32px 25px;
    margin: 0;
    font-weight: 800;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #116d46;
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 5px;
        background-color: #fafafa;
        border-radius: 0;
        border: none;
        animation-duration: .3s;
        animation-fill-mode: both;
        animation-name: fadeInRight;
        left: 0;
        right: auto;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        position: relative;
    }

    .navbar-inverse .navbar-nav>li:last-child .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        background-color: transparent;
        color: #333;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background-color: transparent;
        color: #009957;
    }
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body>.navbar-fixed-bottom .text-center {
    background: #ffffff;
    /*배경 색*/
    color: #999999;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-align: center;
    /*텍스트 정렬*/
}

.footer_copy .text-center {
    background-color: #383838;
    color: #999999;
    font-size: 14px;
    padding: 30px 0 30px;
    margin: 0;
    text-align: center;
}

.footer_copy .text-center ul {
    padding: 0;
    margin: 0;
}

.footer_copy .text-center ul li {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    /* letter-spacing: -0.02em; */
}

.footer_copy .text-center ul li:first-child {
    display: block
}

.footer_copy .text-center ul li strong {
    margin-bottom: 5px;
    display: block;
    font-size: 16px
}


/* 하단 카피라이트 설정 끝*/
.container_contents,
.sub-layout {
    padding-top: 120px;
}

/*slide*/
.carousel-inner .item {
    width: 100%;
    height: 600px;
    background: url(/skin/img/slide/slide01re.jpg)no-repeat center / cover
}

.carousel-inner .carousel-caption {
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
}

.carousel-inner .item img {
    max-width: 180px;
}

.carousel-inner .item p {
    font-size: 36px;
    border-top: 10px solid;
    text-shadow: none;
    line-height: 1.2;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: 800;
    width: 480px;
    letter-spacing: -0.015em;
}

/*main*/
.main-business01 {
    padding: 100px 0 120px;
}

.main-business01 .main_title {
    text-align: center;
    margin-bottom: 60px
}

.main-business01 h3 {
    display: inline-block;
    font-weight: 800;
    letter-spacing: -0.015em;
    font-size: 34px;
    color: #222;
    border-bottom: 2px solid #999;
    margin: 0 0 40px;
}

.main-business01 img {
    /* max-width: 950px; */
}

.main-business02 {
    padding-bottom: 80px;
}

.main_busi02_inner_left {
    background: #d9d9d9 url(/skin/img/main/main_busi02_bg_left.jpg) no-repeat right center;
    overflow: hidden;
    padding: 50px 50px 0 0;
    min-height: 195px;
}

.main_busi02_inner_left:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #d9d9d9;
    top: 0;
    left: -100%;
    z-index: -1;
}

@media(min-width:768px) {
    .main-business02 .col-md-6 {
        padding: 0
    }
}

.main-business02 .col-md-6>div p {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.main-business02 .col-md-6>div a {
    display: inline-block;
    width: 160px;
    height: 45px;
    border: 1px solid #999;
    color: #333;
    font-weight: 600;
    padding: 0 15px;
    font-size: 15px;
    text-decoration: none;
    line-height: 45px;
    letter-spacing: 0.034em;
}

.main-business02 .col-md-6 a i {
    float: right;
    line-height: 43px;
}

.main_busi02_inner_right {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #666 url(/skin/img/main/main_busi02_bg_right.jpg) no-repeat left center;
    padding: 50px 0px 0 50px;
    margin-right: 15px;
    min-height: 195px;
    color: #fff;
}

.main_busi02_inner_right:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #666;
    top: 0;
    right: -100%;
    z-index: -1;
}

.main-business02 .col-md-6 .main_busi02_inner_right p {
    color: #fff
}

.main-business02 .col-md-6 .main_busi02_inner_right a {
    color: #fff;
    border: 1px solid #afafaf;
}

.main-business02 .col-md-6>div a:hover {
    background: rgba(0, 0, 0, 0.2);
}


.main-business03 {
    padding-bottom: 80px;
}

.main-business03 .main_header {
    overflow: hidden
}

.main-business03 h4 {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    margin-top: 0;
    float: left;
}

.main-business03 .main_header a {
    display: inline-block;
    border: 1px solid #ddd;
    float: right;
}

.main-business03 .main_header a img {
    padding: 5px;
}

.main_busi03_left_inner {
    background: url(/skin/img/main/main_global_bg.jpg)no-repeat center / cover;
    width: 100%;
}

.main_busi03_left_inner dl {
    padding: 50px 35px;
    height: 150px;
}

.main_busi03_left_inner dt {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.main_busi03_left_inner dd {
    font-size: 16px;
    color: #fff;
    opacity: 0.75;
}

.main_busi03_right_inner {
    background: url(/skin/img/main/mainbusi03.jpg)no-repeat center / cover;
    width: 100%;
    /* padding: 50px 35px;
    height: 150px;*/
}

.main_busi03_right_inner a {
    padding: 60px 0 50px 80px;
    height: 150px;
    display: block;
    font-weight: 500;
    text-decoration: none;
}

.main_busi03_right_inner .main_email {
    font-size: 20px;
    color: #00854a;
    margin-bottom: 5px;
}

.main_busi03_right_inner .main_tel {
    font-size: 15px;
    letter-spacing: -0.04em;
}

/*sub*/
.subMiddle,
.subTop {
    width: 100%;
    height: 220px;
    position: relative;
}

.subTop {
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
}

#hammer .subMiddle {
    background: url(/skin/img/sub/subMiddle-hammer.jpg) no-repeat center / cover;
}

.subTop h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}

.subTitle {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
}

.subTitle h3 {
    display: inline-block;
    font-size: 36px;
    font-weight: 800;
    color: #222;
    border-bottom: 2px solid #999;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}

.subTitle .breadcrumb {
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: #aaa;
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin-bottom: 10px; */
    padding: 0;
}

.subTitle .breadcrumb li.active {
    color: #555
}

.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #ccc;
    font-family: "FontAwesome";
}

.con_title {
    border-bottom: 4px solid #888;
    margin-bottom: 40px;
}

.con_title h4 {
    background: #888;
    display: inline-block;
    padding: 13px 60px 8px 20px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    -webkit-clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 100%, 0% 100%);
}

/* .con_title h4:after {
    content: "";
    width: 40px;
    height: 42px;
    border-top: 42px solid rgba(0, 0, 0, 0);
    border-left: 31.5px solid #888888;
    border-right: 20.5px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: -52px;
    top: 0;
} */

.subContent {
    padding: 100px 0 120px;
}

.subContent .con p,
.subContent .con li,
.subContent .con dd {
    font-size: 17px;
    letter-spacing: -0.034em;
    line-height: 1.75;
}

.subContent .con {
    margin-bottom: 80px
}

.subContent .con:last-child {
    margin-bottom: 0
}

/*table*/
.subContent .table.table-type03 {
    border-top: 1px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center
}

.subContent .table.table-type03 tr th {
    color: #333;
}

.subContent .table.table-type03 thead tr th {
    background: #f8f8f8;
}

.subContent .table.table-type03 tr td {
    color: #333;
}

/*hammer*/
#hammer .section01 {
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 2px dotted #ddd;
}

#hammer .section01 .con ul li {
    margin-bottom: 5px;
}

#hammer .section01 .con ul li a i {
    margin-left: 5px;
}

#hammer .section02 .con .col-md-8 {
    padding-top: 30px;
    overflow: hidden
}


#hammer .section02 .con .hammer_inner ul li span {
    margin-right: 20px;
}

#hammer .section02 .con .hammer_inner ul li strong {
    /* margin-bottom: 20px; */
    padding-bottom: 5px;
    /* border-bottom: 1px solid #999; */
    display: block;
}

#hammer .con2 .col-md-8 p,
#hammer .con2 .col-md-8 ul {
    margin-bottom: 5px
}

/*product*/
#product01 .con1 p span {
    color: #16794f;
    font-weight: 600;
}

#product01 .con2 .clearfix {
    margin-bottom: 40px
}

#product01 .con2 p {
    font-weight: 600;
    padding-bottom: 5px;
}

/*tech*/
#tech01 .con1 img,
#tech04 .con img {
    margin-top: 80px;
}

#tech02 .con1 .con_title {
    overflow: hidden
}

.tech .con1 .con_title span {
    float: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}

#tech05 .con1 img {
    margin-top: 80px;
}

/*mail*/
.main-form .col-sm-12.last_area {
    padding-bottom: 0;
}

.main-form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 40px;
    overflow: hidden;
}

.main-form .col-sm-6,
.main-form .col-sm-12 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px dashed #ddd;
}

.main-form h4 {
    display: inline-block;
    width: 200px;
    color: #03633a;
    float: left;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.main-form .form-control,
.main-form select {
    display: inline-block;
    width: calc(100% - 210px);
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 40px;
    color: #222;
    font-size: 15px;
    letter-spacing: -0.03em;
    background-color: rgba(190, 190, 190, 0.1)
}

#request .con2 .main-form .form-control {
    width: calc(100% - 610px);
}

#request .con2 .main-form .col-sm-12>p {
    width: calc(100% - 760px);
    float: right;
    color: #777;
    font-size: 15px;
}

#request .con2 .main-form .n_txt .form-control {
    width: calc(100% - 210px);
    margin-bottom: 15px
}

#request .con2 .main-form .n_txt .form-control:last-child {
    margin-bottom: 0
}

.main-form .form-control:focus,
.main-form select:focus {
    border-color: #fff;
}

.agree-box {
    margin: 40px 0 30px;
    text-align: right;
    color: #333;
}

.agree-box a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border: 1px solid;
    font-size: 15px;
    margin-left: 10px;
    padding: 5px 20px;
    font-weight: 500;
    opacity: .8;
}

.main-form .agree-btn {
    position: relative;
    float: right;
    margin-right: 10px;
    font-size: 17px;
    letter-spacing: 0.03em;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 75px;
    border: none;
    color: #fff;
    background: #009957;
    transition: all ease 0.3s;
}

.main-form .agree-btn:hover,
.main-form .agree-btn:focus {
    background: #0f5637;
}

.main_input_area {
    float: left;
    width: calc(100% - 400px);
}

.mail_text_area {
    width: calc(100% - 760px);
    float: right;
}

.mail_text_area p,
.mail_text_area ul li {
    color: #777;
}

#request .con1 .col-sm-12:first-child h4 {
    margin-right: 3px
}

#request .con1 .col-sm-12:first-child textarea {
    height: 140px;
    float: left;
    margin-bottom: 10px;
}

#hammer .hammer_inner ul li strong {
    font-size: 20px;
}

#hammer .col-md-5 img {
    box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.05);
    padding: 15px;
    border: 1px solid #ddd;
}

#product01 .col-md-12 img {
    box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #049356;
    background-color: #fff;
}

@media(max-width:767px) {
    .carousel-inner .item {
        height: 480px;
    }
    .navbar-brand{
        padding-left: 15px;
    }
    .navbar-brand img {
        max-width: 65px;
    }
    .navbar-nav .open .dropdown-menu{
        background: #eee;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
        padding: 10px 25px; 
        color: #333 !important;
    }
    .carousel-inner .item img {
        max-width: 150px
    }

    .carousel-inner .carousel-caption {
        left: 5%;
        right: 5%;
        transform: translateY(-50%);
    }

    .carousel-inner .item p {
        font-size: 32px;
        width: auto
    }

    .main-business01,
    .subContent {
        padding: 60px 0 100px;
    }

    .main-business01 .main_title {
        margin-bottom: 20px;
    }

    .main_busi02_inner_right:before,
    .main_busi02_inner_left:before {
        display: none
    }

    .main-business02 .col-md-6 {
        padding: 0
    }

    .main_busi02_inner_left {
        padding: 50px 0px 0 50px;
    }

    .main-business02,
    .main-business03 {
        padding-bottom: 60px;
    }

    .main_busi03_right_inner a {
        padding: 60px 0 50px 35px;
    }

    .container_contents,
    .sub-layout {
        padding-top: 98px;
    }

    .navbar-inverse .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 15px;
    }

    .navbar-header {
        border-bottom: 1px solid #ddd
    }

    .navbar-inverse .navbar-nav {
        margin-top: 0;
    }

    .subTitle .breadcrumb {
        position: static;
        padding: 0;
    }

    .con_title {
        margin-bottom: 30px;
    }

    #hammer .section01 {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    #hammer .section02 .con img {
        float: none;
        margin: 0 auto;
    }

    #hammer .section02 .con .hammer_inner {
        float: none;
        text-align: center;
        margin: 20px 0;
    }

    .subContent .con {
        margin-bottom: 60px;
    }

    #product01 .con2 .clearfix {
        margin-bottom: 0;
    }

    #product01 .con3 img {
        margin-bottom: 20px
    }

    .subTitle {
        margin-bottom: 80px;
    }

    #tech03 .con2 .col-md-4 p {
        margin-bottom: 30px;
    }

    #tech03 .con img,
    #tech05 .con1 img,
    #tech01 .con1 img,
    #tech02 .con1 img,
    #tech04 .con img {
        margin-top: 30px;
    }

    #tech04 .con1 .con_title,
    #tech05 .con1 .con_title {
        margin-bottom: 45px
    }

    .main-form h4 {
        width: 100%;
    }

    .main-form .form-control,
    .main-form select {
        width: 100%;
    }

    #request .con1 .col-sm-12:first-child textarea {
        float: none
    }

    .main-form {
        text-align: center;
        margin-top: 30px;
    }
    .main-form h4{
        text-align: left;
        margin-bottom: 15px;
    }
    .main-form ul{
        text-align: left;
    }
    #request .con2 .main-form p{
        text-align: left;
        margin-top: 15px;
    }
    #request .con2 .main-form .form-control,
    #request .con2 .main-form .n_txt .form-control {
        width: 100%;
    }

    .main_input_area {
        float: none;
        width: 100%;
    }

    #request .con2 .main-form .col-sm-12>p {
        width: 100%;
        float: none;
    }

    .mail_text_area {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
}

/*============================= 2021-11-09 new css here =============================*/
.main_link {
    font-family: 'notokr';
    margin-top: 50px;
}

#request .main-form *{
    font-family: 'notokr';
}

.main_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_link h5 {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    margin-top: 0;
}

.main_link li+li {
    margin-top: 5px;
}

.main_link li a {
    font-size: 16px;
    font-weight: 500;
}

.main_link ul {
    padding: 20px 15px;
    height: 80%;
    background: #f8f8f8;
}

.main_link .left li a {
    color: #222;
}

.main_busi03_left_inner p {
    padding: 60px 0 50px 80px;
    height: 150px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}

a.link-btn {
    display: inline-block;
    float: right;
    font-weight: 600;
    font-size: 17px;
    padding-top: 10px;
    color: #16794f;
}

a.link-btn::after {
    content: '\f35d';
    font-weight: 900;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
}

a.link-btn:hover {
    color: #004f2d;
}

.li-dash .link-btn {
    float: inherit;
    padding-top: 0;
}

.subPage .row>.clearfix {
    margin-bottom: 50px;
}

.subPage h5 {
    position: relative;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 800;
    padding-left: 13px;
    color: #0a442c;
}

.subPage h5::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 5px;
    height: 18px;
    background: #16794f;
}

.subPage h6 {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    background: #16794f;
}

.subPage img.partner-logo {
    margin-bottom: 0px !important;
}

.subPage img.partner-logo+img {
    margin-bottom: 0 !important;
    padding: 0 !important;
    /* box-shadow: none !important; */
    border: 0 !important;
}

.con .inner li {
    font-size: 16px;
    line-height: 1.65;
}

.con .inner li+li {
    margin-top: 8px;
}

.table-responsive p.info {
    font-size: 13px;
    color: #666;
}

img+.table-responsive {
    margin-top: 20px;
}

.subContent .table.table-type03 li {
    font-size: 14px;
    text-align: left;
}

p.glue {
    background: #fff;
    color: #16794f;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    border-radius: 50px;
    border: 5px solid #16794f;
}

p.glue span {
    font-size: 83%;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #666;
    letter-spacing: 0;
    margin: 0;
}

p.glue-info {
    padding-top: 5px;
}

ul.right-link {
    position: absolute;
    right: 15px;
}

.img-caption {
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 1.35 !important;
}

#hammer .section02 .subTitle {
    margin-bottom: 40px;
}

#hammer .subMiddle {
    margin-bottom: 70px;
}

#hammer .section02 .hammer_inner {
    margin-bottom: 50px;
}

#hammer .section02 .con img {
    max-width: 150px;
    float: left;
    margin-right: 30px;
}

#hammer .section02 .con ul {
    padding-top: 10px;
    float: left;
}

.li-map {
    display: flex;
    width: 100%;
    margin: 0px 0 20px 0;
    padding: 0 !important;
    border-top: 3px solid #16794f;
    border-bottom: 1px solid #666;
}

.li-map li {
    flex: 1;
    padding: 15px 15px 15px 20px;
    font-size: 16px !important;
}

.li-map li+li {
    border-left: 1px solid #ccc;
}

.footer_copy .text-center ul li strong {
    color: #fff;
}

.footer_copy .text-center ul li {
    color: #999;
    font-weight: 400;
}

.footer_copy .text-center p.copy {
    margin-top: 5px;
    font-size: 13px;
    color: #999;
}

@media(max-width:768px) {
    .container_contents, .sub-layout{
        padding-top: 86px;
    }
    img+.table-responsive{
        margin-top: 40px;
    }
    .subPage h5{
        font-size: 18px;
        line-height: 1.35;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .subPage h5::before{
        transform: translateY(2px);
    }
    .subTitle {
        margin-bottom: 60px;
    }
    .subContent ul.li-dash li a,
    .subContent ul.li-dash li{
        font-size: 16px;
    }
    .subContent .con{
        margin-bottom: 70px;
    }
    #tech02 .subContent .con > div+div{
        margin-top: 70px;
    }
    #tech02 .subContent .con div:nth-child(2){
        margin-top: 15px;
    }
    .subContent .con p,
    .subContent .con li,
    .subContent .con dd {
        font-size: 16px;
    }
    .subContent .con p+p{
        margin-top: 25px;
    }
    .subContent .con > div+div{
        margin-top: 30px;
    }
    .main-business01 h3{
        font-size: 32px;
    }
    .main_link h5{
        text-align: center;
    }
    .main_link>div {
        width: 100%;
    }
    .main_link>div+div{
        margin-top: 40px;
        margin-bottom: 0;
    }
    .main_busi03_left_inner {
        margin-bottom: 30px;
    }

    .main_busi02_inner_left,
    .main_busi02_inner_right {
        padding-left: 35px;
    }

    .main_busi03_left_inner p {
        padding-left: 35px;
    }

    .con_title {
        overflow: hidden;
        text-align: center;
        border-bottom: 3px solid #888;
    }

    .con_title .link-btn {
        float: inherit;
        padding-top: 1px;
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: -0.035em;
    }

    .con_title h4 {
        display: block;
        text-align: center;
        padding: 0;
        background: transparent;
        margin-bottom: 20px;
        color: #222;
        font-weight: 800;
        /* padding: 12px 10px 5px 15px; */
        padding: 0 10px;
        font-size: 24px;
        line-height: 1.35;
        letter-spacing: -0.025em;
    }

    .con_title h4:after {
        content: none;
        /* height: 40px;
        border-top: 40px solid rgba(0, 0, 0, 0);
        right: -51.25px; */
    }

    #hammer .section02 .con .hammer_inner {
        float: left;
        width: 100%;
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }

    #hammer .section02 .con ul {
        width: 100%;
    }

    #hammer .section02 .con img {
        float: inherit;
        margin: 0 auto;
    }
    #hammer .section02 .con .hammer_inner ul li span{
        margin: 0;
    }
    #hammer .section02 .con .hammer_inner ul li span+span{
        margin-left: 10px;
    }
    #hammer .subMiddle{
        margin-bottom: 50px;
    }
    .li-map {
        flex-direction: column;
    }

    .li-map li+li {
        border: 0;
        border-top: 1px solid #ccc;
    }

    .con .inner {
        margin-bottom: 30px;
    }

    #product01 .col-md-12 .partner-logo+img {
        margin-bottom: 40px !important;
    }

    .subTop {
        height: 150px !important;
    }

    .subTop h2 {
        text-align: center;
        width: 100%;
        font-size: 36px;
    }

    .subTitle h3 {
        font-size: 30px;
        line-height: 1.35;
        letter-spacing: -0.035em;
        margin-bottom: 15px !important;
    }
    .subTitle{
        margin-bottom: 40px;
    }
    .tech .con1 .con_title span{
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px !important;
    }
    ul.right-link{
        position: relative;
        left: inherit;
        right: inherit;
        margin-bottom: 30px;
    }
    .subPage .row>.clearfix{
        margin-bottom: 30px;
    }
    .img-caption{
        margin-top: 15px;
        margin-bottom: 0;
    }
    .agree-box{
        text-align: center;
    }
    .main-form .agree-btn{
        display: inline-block;
        float: inherit;
        margin-right: 0;
    }
    .footer_copy .text-center{
        padding-bottom: 70px;
    }
}