.container {
    max-width: 1200px;
}
#subarea .container {
    max-width: 1170px;
}
.ourworks .container {max-width: 1140px;}
a {transition: all 0.5s;}


.carousel-caption,  .carousel-indicators{
    max-width: 1140px;
    margin: auto;
}



.aboutus {width:100%; margin:0 auto; padding: 100px 0; }
.main_products {width:100%; margin:0 auto; padding: 100px 0; background: url('products_bg.jpg') center no-repeat; background-size: cover;}

.service1-bg-color {
    background-color: rgba(9,82,24,0.95);
    
}


.sec-tit {text-align: center; margin-bottom: 30px;}
.sec-tit h1 {
    font-family: 'Lato'!important;
    font-size: 46px;
    font-weight: 900;
    color: #373737;
}

.sec-tit p {
    font-size: 18px!important;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #777777;
    margin-bottom: 50px!important;
}
.aboutus .about1 {background: url('aubotus_01.jpg') center center no-repeat; background-size: 100%;}
.aboutus .about2 {background: url('aubotus_02.jpg') center center no-repeat; background-size: 100%;}
.aboutus .about3 {background: url('aubotus_03.jpg') center center no-repeat; background-size: 100%;}

.aboutus a > div {
    height: 414px;
    position: relative;
    
    transition: all 0.5s;
    overflow: hidden;
}
.aboutus a:hover > div {
    background-size: 110%;
/*    background-position: top center;*/
}

.aboutus a > div::before {
    position: absolute;
    top: -20%;
    left: 0;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.aboutus a:hover > div::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}


.about-info {
    position: absolute;
    bottom: 45px;
    left: 35px;
    text-align: left;
    color: #fff;
    transition: all 0.5s;
}

.about-info h3 {
    font-size: 28px;
    font-weight: 500;
}
.about-info p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5!important;
    margin-top: 10px;
}
.aboutus a:hover .about-info {
    color: #54c76f ;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}


.more-icon {
    display: block;
    position: relative;
}
.more-icon > div {
    border: 1px solid #fff;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 30px;
    right: 30px;
    transition: all 0.5s;
    line-height: 30px!important;
}
.more-icon span {
    background: #fff;
    width: 30px;
    height: 1px;
    display: inline-block;
    transition: all 0.5s;
}
.more-icon span:nth-child(2) {
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    right: 7px;
}
.aboutus a:hover .more-icon > div {border-color:  #93ffac;}
.aboutus a:hover .more-icon span {background-color: #93ffac;}



.prod-g {
    background-color: #fff;
    overflow: hidden;
}
.prod-g h1 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333333;
    padding: 25px;
    transition: all 0.5s;
}
.prod-g li {
    overflow: hidden;
}
.main_products .prod-g img {transition: all 0.5s; width: 100%;}
.main_products a:hover .prod-g h1 {
    background-color: #095219;
    color: #fff;
}
.main_products a:hover .prod-g img {
    transform: scale(1.05);
    opacity: 0.7;
}

.main-map {
    margin-top: -150px;
    position: relative;
    width: 100%;
    z-index: -1;
}
.main-map iframe {
    width: 100%; 
    margin-bottom: -7px!important;
}

#footerarea ul li {line-height: 1.8;}
#footerarea ul span {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #bcbcbc;
}





















/*반응형*/
@media screen and (max-width:1200px) {
    
    
    #main_slide .slide_txtarea {text-align: center;    max-width: 90%;    margin: auto;}
    #main_slide .slide_txtarea h2 {font-size: 2.2em;}
    #main_slide .slide_txtarea p {font-size: 1.2em !important;}
    
    #main_slide .carousel-indicators {justify-content: center!important; text-align: center;}
    .toparr a.top {right: 1%!important;    bottom: 1%!important;}
    .carousel-caption {left: 0;}


}








@media screen and (max-width:991px) {
    
    .col-md-12 {margin-bottom: 30px;}
    .aboutus a > div {height: 250px;}
    .about-info {left: 70px;}
    .aboutus .about1 , .aboutus .about2 , .aboutus .about3 {background-size: cover;}
}



@media screen and (max-width:768px) {
    
    #main_slide .carousel-indicators {top: 95%;}
    #main_slide .carousel-inner {max-height: 100%!important;}
    #main_slide .slide_txtarea h2 {font-size: 3em;    line-height: 1.3!important;    margin-bottom: 20px!important;}
    #main_slide .slide_txtarea p {font-size: 1.1em !important;}
    
    .serviceleftb > div {border: none;}
    .col-md-3, .col-12 {margin-bottom: 30px;}
    .ourworks .col-12 {margin-bottom: 0px;}
    .serviceb .service1 {border-bottom: 1px solid #fff;}
    #footerarea {text-align: center;}
    #main_slide .slide_txtarea h2 span {display: block;}

    
    
    
    
    
    
    
    
    
}





@media (max-width: 480px){
    
    body, p {font-size: 14px !important;}
    
    #main_slide .slide_txtarea h2 {font-size: 1.6em;    letter-spacing: -0.02em;}
    #main_slide .slide_txtarea p {font-size: 0.895em !important;}
    
    .aboutus, .main_products {padding: 50px 0;}
    
    .sec-tit h1 {font-size: 2.5em;}
    .sec-tit p {font-size: 1em!important;margin-bottom:30px!important;}
    .about-info {left: 30px;     bottom: 20px;}
    .about-info h3 {font-size: 1.8em;}
    .aboutus a > div {height: 340px;}
    
    .service1 p {letter-spacing: 0;}
    .main-map {margin: 0;}
    
    #footerarea ul span {font-size: 1em;}
    
    
    
    
    
    
}












/*서브페이지*/

#content_tit {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding: 50px 0 20px 0;
    position: relative;
}
#content_tit::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #dfdfdf;
    margin: 10px auto 0 auto;
    text-align: center;
}
.menufix {
    margin: 0 auto;
    max-width: 1240px;
}
.subcontxt {margin-top: 50px;}
.subcontxt h2 {
    font-size: 1.8em;
    color: #333;
}
.subcontxt h3 {
    position: relative;
    display: inline-block;
}
/*
.subcontxt h3::after {
    content: "";
    position: absolute;
    top: 26px;
    right: -20px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #62af74;
}
*/

.subcontxt h3::before {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0a5319;
}
.txt-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 30px 50px;
    border-top: 1px solid #0b541a;
    margin-top: 5px!important;
}
.txt-wrap {
    position: relative;
    padding: 10px 30px 5px;
    border-left: 2px solid #ddd;
    margin-left: 15px;
}
.txt-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 3px;
    height: 40px;
    background-color: #0a5319;
}
.sign span {
    font-size: 1.5em;
    letter-spacing: 0.5em;
    font-weight: 600;
    padding-left: 10px;
    font-family: 'HeirofLightBold';
    color: #222;
}

.location table {
    width: 100%;
    border-top: 1px solid #095218;
}
.subcontxt table td, .subcontxt table th {
    padding: 8px;;
}

.subcontxt table th {
    text-align: center;
    font-weight: 500;
    position: relative;
}
.subcontxt table th::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #ccc;
    transform: translateY(-50%);
}
.location.subcontxt table td {padding-left: 30px;}
.subcontxt table tr {
    border-bottom: 1px solid #ddd;
}
.subcontxt table tr tr tr {border: none;}




#subbody #contents #contentsArea
{margin-top:60px;}


/** HISTORY **/
.sub-clearfix:after
{content:''; clear:both; display:block;}

.history .history-wrapper
{padding:130px 0 0; position:relative;}
.history .history-wrapper:first-child .history-list:after
{background:#62af74; top:0px;
    border-color: #62af74;}
.history .history-wrapper:before
{position:absolute; top:0; height:100%; width:1px; left:50%; background-color:#ddd;content:'';}
.history .history-wrapper:first-child
{padding:0;}
.history .history-wrapper:after
{clear:both;content:'';display:block;}
.history .history-wrapper .history-list
{position:relative;}
.history .history-wrapper .history-list:after
{position:absolute; width:13px; height:13px; top:5px; background:#fff; border:2px solid #095218; border-radius:50%; content:''; z-index:111;}
.history .history-wrapper .history-list .history-year
{font-family:'Lato'; color:#333; font-weight:900; font-size:26px; position:relative; top:0px; line-height:100%; float:left; width:15%;}
.history .history-wrapper .history-list .history-info
{width:calc(100% - 15%);}
.history .history-wrapper .history-list .history-info .history-item
{line-height:140%; position:relative; margin:0 0 0px 0; font-size:16px; }
.history .history-wrapper .history-list .history-info .history-item strong
{position:absolute;left:0px; color:#095218;}
.history .history-wrapper .history-list .history-info .history-item span
{font-size:16px;}
/** LEFT **/
.history .history-left .history-list
{float:left; width:50%;}
.history .history-left .history-list:after
{left:100%; transform:translatex(-40%);}
.history .history-left .history-list .history-year
{padding-right:45px; float:right; text-align:right;}
.history .history-left .history-list .history-info
{ float:right; padding-right:25px; text-align:right;}
.history .history-left .history-list .history-info .history-item
{padding-right:10px; }
.history .history-left .history-list .history-info .history-item strong
{right:0px;}
/** RIGHT **/
.history .history-right .history-list
{float:right; width:50%;}
.history .history-right .history-list:after
{right:100%; transform:translatex(53%);}
.history .history-right .history-list .history-year
{padding-left:35px;}
.history .history-right .history-list .history-info
{ float:left; padding-left:25px;}
.history .history-right .history-list .history-info .history-item
{padding-left:10px; }




.location .location-info-wrapper
{margin-top:20px;}
.location .location-info-wrapper .location-info
{float:left; width: 25%;}
.location .location-info-wrapper .location-info h3 span
{padding-left:75px;}
.location .location-info-wrapper .location-info p
{letter-spacing:1px; font-weight:500; color:#000; margin-top:10px;}
.location .location-info-wrapper .map-tbl
{float:right; width:70%;}
/*
.location .location-info-wrapper .map-tbl tr
{border-bottom:1px solid #ddd;}
.location .location-info-wrapper .map-tbl th
{width:20%; font-size:15px; color:#000; font-weight:500; padding:20px 0;}
.location .location-info-wrapper .map-tbl td
{font-size:14px; padding:10px;}
*/
.buss .col-md-5 {background: url('../img/m02_p01-01.jpg') center center no-repeat; height: 500px;}
.buss .col-md-7 {padding-left: 50px;}
.list dl:last-child {margin-bottom: 0!important;}
.list dt {
    margin-right: 5px;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
}
.list dt::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #0b541a;
}
.list dd {
    padding-left: 15px;
}


.mailformtb td.formmail_title_bgcolor font {color: #333!important;}

.mailto.subcontxt table > tbody > tr:last-child {border: none;}





/*반응형-서브*/
@media screen and (max-width:991px) {
    .subtittxt {margin-bottom: 0;}
}
@media screen and (max-width:768px) {
    
    #content_tit {padding: 0;}
    .history .history-wrapper .history-list .history-info,
    .history .history-wrapper .history-list .history-year {width: 100%;}
    .history .history-left .history-list .history-year {padding-right: 35px;}
    .buss .col-md-5 {
        height: 300px;
        max-width: 90%;
        flex: auto;
        width: 90%;
        background-size: cover;
        margin: 0 auto 50px;
    }
    .buss .col-md-7 {flex: auto;width: 90%; max-width: 90%;}

    
    
    
    
}
@media screen and (max-width:480px) {
    hr.gap10px {height: 5px !important;}
    hr.gap30px {height: 10px !important;}
    hr.gap50px {height: 30px !important;}
    
    .subcontxt {margin-top: 30px;}
    .subcontxt h3 {
        font-size: 1.6em;
        line-height: 1.5!important;
        padding-left: 30px;
    }
    .subcontxt h3::before {
        right: auto;
        left: 10px;
        top: 12px;
    }
    .subcontxt h3 span {display: block;}
    .subcontxt .mailformtb input[type='text'] {width: 90% !important;}
    .txt-wrap {padding: 10px 20px 5px;    margin-left: 10px;}
    .history .history-wrapper:before ,.history .history-left .history-list:after{left: 0;}
    .history .history-right .history-list, .history .history-left .history-list {width: 100%;}
    .history .history-left .history-list .history-info .history-item,
    .history .history-left .history-list .history-year {float: left;text-align: left; padding: 0 0 0 35px;}
    .history .history-wrapper {padding: 50px 0 0;}
    .location .location-info-wrapper .location-info {display: none;}
    .location .location-info-wrapper .map-tbl {width: 100%;}
    .subcontxt th, .subcontxt td {font-size: 13px!important; line-height: 1.5!important;}
    .subcontxt table th {white-space: nowrap;}
    .location table td {padding-left: 20px;}
    #header .header_wrap .logo a, #header .header_wrap .logo_active, #header .header_wrap .logo img, #header .header_wrap .logo_active img, .header_scroll .logo img {max-width: 200px!important;}
    .buss .col-md-7 {width: 100%;    max-width: 100%;padding-left: 15px;}
    
    .txt-wrapper {padding: 20px 10px;}
    td.formmail_title_bgcolor font {word-break: keep-all;}
    
    .subcontxt .mailformtb {width: 100%;}
    
    
    
    
}