﻿/* CSS Document */
@charset "utf-8";

/* About */
.m_section{
    padding:80px 0;
    border-bottom:1px solid #e6e6e6;
}

.m_section h2{
    font-size:35px;
    color: #4e4e4e;
    font-weight:bold;
    letter-spacing: -1px;
}

.m_section span{
    color:#cb5157
}

.m_sections {
    padding:80px 0;
    border-bottom:1px solid #e6e6e6;
    text-align:center;
}

.m_sections h2{
    font-size:35px;
    color: #4e4e4e;
    font-weight:bold;
    letter-spacing: -1px;
    padding-bottom:30px;
}

.m_sections div{
    padding-bottom:15px
}

.m_comment{
    font-size: 16px;
    color:#4e4e4e;
    line-height:30px;
    letter-spacing: -1px;
    margin-bottom:20px;
}

.img_block{
    overflow: hidden;
}

.block-33{
    position: relative;
    width:32.8%;
    float:left;
    font-size:0;
    box-sizing: border-box;
}

.block-33 img{
    width:100%;
}

.mg_right{
    margin-right:10px;
}

.logo_box{
    text-align: center;
    border:1px solid #e4e4e4;
    padding:58px;
    margin-bottom:10px;
}

.img_box{
    position:relative;
    font-size:0;
    border:1px solid #e4e4e4;
}

.img_box img{
    width:100%;
}

.block_border{
    border:1px solid #e4e4e4;
}

/* Product */
.prd_right_txt{
    position:absolute;
    width:80%;
    top:65px;
    right:40px;
    font-size:30px;
    color:#535353;
    text-align: right;
}

.prd_center_txt{
    position:absolute;
    width:100%;
    top:65px;
    font-size:30px;
    color:#535353;
    text-align: center;
}

.location_map{
    overflow: hidden;
}

.block-50{
    width:49.6%;
    float:left;
}

.address_txt{
    font-size:16px;
    color:#5b5b5b;
    text-align: center;
    line-height:33px;
    letter-spacing:0;
}

.c_section{
    text-align: center;
    padding:50px 0 80px 0;
}

.c_section h2 span{
    display: block;
    font-size:25px;
    color:#5b5b5b;
    font-weight: bold;
    line-height: 20px;
}

.c_section h2 span:first-child{
    font-size: 50px;
    color:#c3383f;   
    line-height:70px;
}

.cs_info{
    font-size:20px;
    color: #5b5b5b;
    line-height: 40px;
}

/* Customer */
.slick-dots{
    bottom: 18px !important ;
}



/*2018-04-06*/
/* Main Common */
.section_inner{
    width:1480px;
    margin:0 auto;
    overflow: hidden;
}

.mg_top_30{
   margin-top:30px; 
}

.btn_blue{
    width: 185px;
    border-radius: 10px;
    background-color: #2c5ea9;
    background-image: url(../images/main/arrow_white.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 20px 0px 20px 22px;
}

.btn_blue a:link, .btn_blue a:visited, .btn_blue a:hover{
    color:#fff;
}

.btn_blue2{
    width: 392px;
    border-radius: 10px;
    background-color: #2c5ea9;
    background-image: url(../images/main/arrow_white.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    border: 0;
    padding: 20px 0px 20px 35px;
    margin-left: 120px;
    margin-top: 10px;
    cursor: pointer;    
}

.btn_white{
    width: 155px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/main/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: 89% 50%;
    font-size: 18px;
    font-weight: 600;
    color: #2c5ea9;
    text-align: left;
    padding: 20px 0px 20px 30px;
}

.btn_white a:link, .btn_white a:visited, .btn_white a:hover{
    color:#2c5ea9;
}

/* gallery */
.gallery{
    padding:50px 0;
}

.gallery_title{
    width:325px;
    float:left;
}

.gallery_title h2{
    display: inline-block;
    font-size:23px;
    font-weight: 600;
    color:#404040;
    border-bottom:5px solid #222db9;
    padding-bottom:10px;
}

.gallery_title span{
    display: block;
    font-size:16px;
}

.photo{
    width:1155px;
    float:left;
}

.photo ul li{
    display: inline-block;
    max-width:350px;
    overflow: hidden;
    margin-right:23px;
}

.photo ul li span{
    display: block;
}

.photo ul li img{
    width:100%;
    max-height:370px;
    overflow: hidden;
}

.gallery_comment{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;     
    color:#404040;
    padding-top:20px;
}

.photo_title{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color:#404040;
    padding:10px 0;
}

/* 게시판, 사업영역 */

.block_wrap{clear: both;}

.gray_section{
    background-color: #e9e9e9;
}

.board_box{
    width:570px;
    max-height: 303px;
    float: left;
    padding:70px 50px;
    box-sizing: border-box;
}

.board_box h2{
    font-size:23px;
    font-weight: 600;
}

.board_box h2 span{
    font-size:18px;
    padding-left: 10px;
}

.gray{
    background-color: #c6c6c4;
    color:#4a4a4a;
}

.navy_blue{
    background-color:#6d819f;
    color:#fff;
}

.notice_list ul{
    padding-top:20px;
}

.notice_list ul li{
    width: 430px;     
    background:url('../images/main/arrow_black.png') no-repeat;
    background-position: 20px 3px;
    font-size:18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent:45px;
    margin-bottom: 15px;    
}

.notice_list ul li:last-child{
    margin-bottom: 0;
}

.notice_list ul li a:link, .notice_list ul li a:visited, .notice_list ul li a:hover{
    color:#4a4a4a;
}

.qna_list ul{
    padding-top:20px;
}

.qna_list ul li{
    width: 430px;     
    background:url('../images/main/arrow_white.png') no-repeat;
    background-position: 20px 3px;
    font-size:18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent:45px;
    margin-bottom: 15px;    
}

.qna_list ul li:last-child{
    margin-bottom: 0;
}

.qna_list ul li a:link, .qna_list ul li a:visited, .qna_list ul li a:hover{
    color:#fff;
}

.qna_box{
    width:340px;
    max-height: 303px;
    float:left;
    background-color:#e6e6e6;
    padding: 53px 0;
    box-sizing: border-box; 
}

.qna_icon{
    text-align: center;
    margin-bottom:20px;
}

.business{
    width:1140px;
    float:left;
    background-color:#43608b;
    color:#fff;
    padding: 70px 50px;
    box-sizing:border-box;
}

.business h2 span{
    display: block;
    background:url('../images/main/arrow_white.png') no-repeat;
    font-size:17px;
    font-weight: 400;
    text-indent: 25px;
    margin: 10px 0 30px 0;
}

.business_list{
    overflow: hidden;
}

.business_list ul li{
    width: 338px;
    float: left;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 65px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.business_type{
    font-size:23px;
    font-weight: 600;
}

.business_list ul li:nth-child(3n){
    margin-right:0;
}

.business_list ul li a:link, .business_list ul li a:visited, .business_list ul li a:hover{
    color:#fff;
    padding: 20px 40px;
}

.business_list ul li a:link .business_type, .business_list ul li a:visited .business_type, .business_list ul li a:hover .business_type{
    color:#e2e246;
}

.customer{
    width:340px;
    height:397px;
    max-height:397px;
    float:left;
    background-color:#949494;
    color:#fff;
    text-align: center;
    padding:99px 0;
    box-sizing: border-box;
}

.customer h2{
    background:url('../images/main/icon_customer.png') no-repeat;
    background-position: 90px 4px;
    text-indent: 25px;
}

.call_num{
    margin-top:30px;
}

.call_num h3{
    font-size:18px;
    font-weight: 400;
}

.call_num div{
    font-size:20px;
    font-weight:400;
    line-height: 25px;
}

.blue_section{
    background-color:#e4e8ee;
    padding-bottom:35px;
}

/* 빠른상담, 오시는 길 */

.online{
    width:570px;
    float:left;
    padding:40px 20px;
    box-sizing: border-box;
}

.online h2{
    text-align: center;
    font-size:22px;
    color:#4b4b4b;
    margin-bottom: 35px;
}

.online_form{
    margin-top:10px;
}

.online_form label{
    width: 115px;
    display: inline-block;
    background: url(../images/main/arrow_black.png) no-repeat;
    background-position: 0 12px;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 600;
    text-indent: 25px;
    vertical-align: top;
    padding-top: 10px;
}

.online_form input{
    width:380px;
    padding:20px 5px;
    border:1px solid #d9d9d9;
}

.online_form textarea{
    width:380px;
    padding:15px 5px;
    border:1px solid #d9d9d9;
}

.location{
    width:910px;
    float:left;
    padding:40px 100px;
    box-sizing: border-box;
}

.location h2{
    display: inline-block;
    font-size:23px;
    font-weight: 600;
    color:#404040;
    border-bottom:5px solid #222db9;
    padding-bottom:10px;
}

.location span{
    display: block;
    font-size:16px;
    font-weight: 600;
    color:#404040;
}

.address{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;     
    color:#404040;
    padding-top:20px;
    margin-bottom:20px;
}






