/*인사말*/
.greeting{position:relative; font-size:16px; max-width:1200px}
.greeting .img{position:relative; height:324px; margin-top:110px; background:url(../img/bg_greeting.jpg) no-repeat 50%; background-size:cover;}
.greeting .img:before{content:''; display:block; position:absolute; bottom:0; left:135px; width:400px; height:400px; background:url(../img/bg_chairman.png) 10px 100px no-repeat;}
.greeting .tit{position:absolute; top:30px; right:100px; width:514px; height:314px; background:#07056c}
.greeting .tit h3{position:relative; margin:0; padding:140px 20px 0 50px; color:#fff; font-size:22px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-2px}
.greeting .tit h3:before{content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:144px; margin:0; background:#fff;}
.greeting .tit h3 span{display:block; font-weight:600;}
.greeting .colum { padding:50px 20px 50px 20px;  max-width:1100px; margin:0 auto}
.greeting .colum:after{clear:both; content:""; display:block;}
.greeting .colum .left{float:left; width:48%; line-height:1.8;  text-align:justify; color:#555 }
.greeting .colum .right{float:right; width:48%; line-height:1.8; text-align:justify; color:#555;padding-top:50px; }
.greeting .sign {text-align:right; font-size:1.125em; font-weight:bold; color:#222; margin-top:60px; padding-right:20px;  background-repeat:no-repeat; background-position:right center; line-height:50px;}
.greeting .sign .name { font-size:24px}
/*인사말*/





/*그룹소개*/
.company_info  { width:100%; height:auto; margin-top:20px }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding-top:50px}
.company_info .txt_page h2 { font-size: 24px; line-height: 1; font-weight: 600; padding-left: 40px; padding-top:0px;background:url(../img/icon.jpg) no-repeat; }
.company_info .txt_page h3 { font-size: 20px; line-height: 1; font-weight: 600; margin-bottom: 0px; padding-top:0px; display: block; }
.company_info .txt_page p { font-size:16px; word-break:keep-all; line-height:1.8; color:#555; padding-bottom:15px}

.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology dl { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:16px; color:#555}



/*사업개요*/
.business_img{width:20%; float:left;padding-left:4%;}
.business_text{width:80%;font-size:16px;line-height:24px;; float:left;}
.business_text ul li{ margin-left:40px; padding-left: 22px; padding-top:0px;background:url(../img/222.jpg) no-repeat; }
.business_text ul li img{padding-left:30px;}





.tl_title_box_wrap {width:100%; height:auto; padding:150px 20px; clear:both; background-image:url(../img/work_page_bg.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:28%; min-height:400px; background-color:#fff; margin-left:2%; margin-right:2%;float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:38px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:18px; color:#555; padding-top:50px; word-break:keep-all; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}
/*그룹소개*/


/* /////////////////////인증서/////////////////////// css */

#img_small_ul ul {margin:0;padding:0;}
#img_small_ul li {float:left;width:30%;height:auto;float:left;padding:3%;margin:1%;list-style:none;}


#img_small_ul li p {width:100%;text-align:center;margin:20px 0 30px 0;font-size:18px;}
#img_small_ul li img{border: 1px solid #dedede;padding:0 ;margin:0 auto;width:100%}


/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 36px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;font-size: 16px;line-height: 1.6;color: #555;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}
/*연혁*/


/* 연혁 */

section.company_03 {width:1200px;margin:0 auto; text-align:center;}
section.company_03 .col-md-5{width:35%;float:left;padding-top:100px;}
section.company_03 .col-md-7{width:60%;float:left;padding-top:100px;}



section.company_03 #tab_wrap .nav-tabs {
    border-bottom: 0;
}

section.company_03 #tab_wrap .nav-tabs > li > a {
    margin: 0;

}

section.company_03 #tab_wrap .nav-tabs > li > a,
section.company_03 #tab_wrap .nav-tabs > li > a:focus,
section.company_03 #tab_wrap .nav-tabs > li > a:hover {
    color: #fff;

    border-left: 1px #cfcfcf solid;
}

section.company_03 #tab_wrap .nav-tabs > li > a {
    border: none;
    color: #666;
    background: #f8f8f8;
    /*            font-size: 13px;*/
    font-weight: 600;
    border-top: 1px #dedede solid;
    border-bottom: 1px #999999 solid;
    border-left: 1px #dedede solid;
    /*    border-top: 1px #999999 solid;*/
    border-radius: 0;
    line-height: 38px;
    font-size: 16px;
    /*        transition: 1s;*/
}

section.company_03 #tab_wrap .nav-tabs > li:first-child > a {
    /*        border-left: 1px #999999 solid;*/
}


section.company_03 #tab_wrap .nav-tabs > li:last-child > a {}

section.company_03 #tab_wrap .nav-tabs > li > a > span {
    color: #000;
}

section.company_03 #tab_wrap .nav-tabs > li > a:hover,
section.company_03 #tab_wrap .nav-tabs > li > a#bo_cate_on,
section.company_03 #tab_wrap .nav-tabs > li > a:focus {
    color: #efefef;
    background: #fff;
    color: #000;
    border-top: 1px #cfcfcf solid;
    border-bottom: 1px #fff solid;
    border-left: 1px #cfcfcf solid;

}

section.company_03 #tab_wrap .nav-tabs > li > a#bo_cate_on {
    background-color: #fff;
    border-top: 2px #000 solid;
    font-weight: 900;
}

section.company_03 #tab_wrap .nav-tabs > li:first-child > a:hover,
section.company_03 #tab_wrap .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}



section.company_03 #tab_wrap .nav-tabs.two > li {
    width: 50%;
    text-align: center;
}

section.company_03 #tab_wrap .nav-tabs.three > li {
    width: 33.333333333333333%;
    text-align: center;
}

section.company_03 #tab_wrap .nav-tabs.four > li {
    width: 25%;
    text-align: center;
}

section.company_03 .tab-pane {
    padding: 15px 0;
}

section.company_03 .tab-content {
    padding: 20px
}



section.company_03 #tab_wrap {
    /*        border: 0 !important;*/
    border-left: 1px #dedede solid;
    border-right: 1px #dedede solid;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 80px;
}

section.company_03 dt {
    width: auto;
    margin-bottom: 10px;
}

section.company_03 dd {
    padding-left: 20px;
    border-left: 3px #eee solid
}

section.company_03 dt:after {
    /*    content: " / "*/
}

section.company_03 .history-left {
    text-align: left;
}

section.company_03 .history-left h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #000;
    margin-top: 0;
    float: left;

}

section.company_03 .history-left span {
    padding-left: 20px;
    line-height: 48px;

    font-weight: 300;
    font-size: 36px;
    color: #474747;
}

section.company_03 .history-left p.text {
    color: #474747;
    font-size: 20px;
    line-height: 26px;
}

section.company_03 .history-left p.image {
    margin-top: 30px;
}

section.company_03 .history-right {
    background: url(../img/dot_back.png) 9px 0% repeat-y;
    margin-top: 10px;
    margin-left: 80px;
}

section.company_03 .history-right ul {
    background: url(../img/dot.png) 0 2% no-repeat;
    margin-bottom: 35px;
    border-bottom: 0;
}

section.company_03 .history-right li {}

section.company_03 .history-right li.title {
    font-size: 25px;
    font-weight: 700;  
	text-align: left;

    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-bottom: 12px;
}

section.company_03 .history-right li span.mon {
    font-weight: 600;text-align: left;
    color: #000000;
    content: "-";
    font-size: 16px;
    background-color: #fff;
    border: 1px #f3f3f3 solid;
    margin-right: 7px;
}

section.company_03 .history-right li span.mon:after {
    /*    content: " . ";*/
}

section.company_03 .history-right li span.mon2 {
    font-weight: 400;
    color: #2B4471;
    content: "-";
    font-size: 16px;
}

section.company_03 .history-right li span.mon2:after {
    content: " ";
}

section.company_03 .history-right ul.list-unstyled {
    border-bottom: 0 !important;font-size: 16px;text-align: left;
    padding-left: 40px;
}


/*오시는 길*/



.table_wrap .table {width: 100%;
    border-top: 2px #000 solid;
    border-bottom: 1px #ddd solid;
}

.table_wrap caption {
    font-weight: 900;
    color: #000;

    /*    padding-top: 15px*/
}

.table_wrap .table th { 
    width: 20%; background:#f3f3f3;   font-size: 16px;text-align: left;    padding-left: 5%;    font-weight: 900;}


.table_wrap .table td { padding-left: 5%; 
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;font-size: 16px;border-bottom: 1px #f3f3f3 solid;
}
/*오시는 길*/




/* /////////////////////기술인력보유장비/////////////////////// css */
 .youtube{width:49%;height:350px;text-align:left;}
 .con_arrow {font-size:1.6em; font-weight:700; line-height:30px;  color: #000; margin:60px 0 20px 0; border:0px solid red;}
 .con_arrow span{font-size:20px;letter-spacing:-1px;color:#1f90da;font-weight:500;}
 .con_arrow_text {font-size:18px; color: #444;padding-bottom:30px;}

 .pro_box {font-size:18px;border:1px solid #ccc;padding-bottom:50px;padding-left:8%;padding-right:8%;margin-bottom:50px;line-height:28px;}
 .pro_box p{font-size:30px;padding: 50px 0 10px 0;text-align:center;}

 .tbl_type1{width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c;padding-bottom:50px;}
 .tbl_type1 th{ font-size:16px;color:#333; text-align:center; font-weight:500; padding:10px ; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#f8f8f8;letter-spacing:-0.03em;}
 .tbl_type1 td{ text-align:left; padding:10px 5px; border-bottom:1px solid #eee;letter-spacing:-0.03em;font-size: 16px;}
 .tbl_type1 .center{text-align:center;}




/* /////////////////////시공사례////////////////////// css */

#tabs_moral_wrap{width:100%;height:130px;background:#fff;margin:0 auto;text-align:left; }

ul.tabs_moral {margin-bottom:40px;padding:0;float:left;list-style: none;height:40px;width: 100%;font-size:14px;  }
ul.tabs_moral li{float:left;text-align:center;cursor: pointer;width:24%; margin:0 5px 8px 0px;padding:0; height: 40px; font-weight: 500; background: #efefef; overflow: hidden;   position: relative;line-height:40px;font-size:16px;  }

ul.tabs_moral li.active { background: #1a4998; color:#fff;	height:40px;font-weight: 500;}

.tab_container_moral { border-top: none;   clear: both;   float: left;   width: 100%;;	height:auto;}
.tab_content_moral {padding:5px 10px 0px 0px;display: none;margin:10px 0 0 0;font-size: 14px;}
.tab_content_moral .point { padding:60px 20px 0 0}
.tab_content_moral .point p { font-size:22px; font-weight:bold; padding:0 0 20px 30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left 4px}
.tab_content_moral .point h2 { font-size:28px; font-weight:100; color:#f66120; padding:10px 0 20px 0; letter-spacing:-1px; line-height:1.6}
.tab_content_moral .right {text-align:right;padding:0 0 10px 0px;}


 .tbl_type2{width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c;padding-bottom:50px;}
 .tbl_type2 th{ font-size:14px;color:#333; text-align:center; font-weight:500; padding:10px ; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#e6e6e6;letter-spacing:-0.03em;}
 .tbl_type2 td{ text-align:left; padding:7px 2%; border-bottom:1px solid #eee;letter-spacing:-0.03em;font-size: 14px;}
 .tbl_type2 .center{text-align:center;}

/* business03 */
.business_area03 { padding-top:110px}
.business_area03:after {content: " ";visibility: hidden;display: block; height: 0; clear: both;}
.business_area03 ul li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.business_area03 ul li:nth-child(3n+3){margin-right:0}
.business_area03 ul li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.business_area03 ul li .web_icon .material-icons { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.business_area03 ul li span {font-size:20px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; text-align:center}
.business_area03 ul li p { font-size:15px; text-align:center; line-height:1.8; color:#555; word-break:keep-all}
.business_area03 ul li .icon_img {text-align:center;padding-top:20px;display:block;}
/* business03 */




/*R&D01*/
.rnd_area { width:100%; margin-top:110px; clear:both}
.rnd_area .point { padding:0 20px 0 0}
.rnd_area .point p { font-size:22px; font-weight:bold; padding:0 0 20px 30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left 4px}
.rnd_area .point h2 { font-size:28px; font-weight:100; color:#f66120; padding:10px 0 20px 0; letter-spacing:-1px; line-height:1.6}
.rnd_area .colum { max-width:1200px;  margin:0 auto; padding: 0 0 50px 0; font-size:16px; color:#555 }
.rnd_area .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px;  line-height:1.8}
.rnd_area .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.rnd_area .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.rnd_area .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.rnd_area .img img { width:100%; display:block}
.rnd_area .content_sub_title { margin:0 auto; padding:30px 0}
.rnd_area .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.rnd_area .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; font-weight:bold;  padding:0 0 20px 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left 9px; box-sizing:border-box}
.rnd_area .content_sub_title .sub_txt {float:right; width:75%; line-height:1.8; font-size:16px; color:#555}
.rnd_area .content_sub_title .sub_txt .h2 { font-size:20px; }
.rnd_area .content_sub_title .img { float:left; text-align:right; width:450px }



/*R&D01*/





/*R&D02*/
.rnd_area .box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.rnd_area .box .img { max-width:50%; float:left;display:block}
.rnd_area .box .img img { width:100%}
.rnd_area .box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.rnd_area .box .txt h2 { font-size:24px; padding-top:50px; font-weight:bold; color:#1a1a1a; letter-spacing:0}
.rnd_area .box .txt p { font-size:16px; line-height:1.6; padding-top:30px; color:#555; word-break:keep-all}

.rnd_cover {width:98%; background:#fff; padding: 2% 0% 2% 2%; }
 .text {width:97%;  text-align:left;font-size:16px;height:45px;font-weight:400;color:#29303c;  padding: 1% 0% 2% 2%;margin-bottom:30px;}
.rnd_cover ul li{width:31%; float:left;margin: 0 2% 2% 0;background:#fff;}
.rnd_cover ul li p{position: absolute;font-size:14px; margin-top:15px;margin-left: 7px;color:#fff; font-weight:400; background:#000;padding: 0.3% 0.3% 0.3% 0.3%;}
.rnd_cover img {width:100%;border: 7px #fff solid;box-shadow: 1px 2px 4px rgba(0,0,0,.5)}
/*R&D02*/






/*R&D03*/
.rnd03_area { max-width:1200px; margin:110px auto 0 auto;}
.rnd03_area .box {width:31.3333%; margin-right:3%; display:block; float:left; }
.rnd03_area .box:last-child { margin:0} 
.rnd03_area .box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.rnd03_area .box .txt { width:100%; padding:20px; text-align:left; clear:both}
.rnd03_area .box .txt h2 { font-size:20px; padding-top:30px; color:#1a1a1a; text-align:center; letter-spacing:0; font-weight:bold}
.rnd03_area .box .txt p { font-size:15px; padding:20px 0px; color:#555; text-align:center; line-height:1.6 }
/*R&D03*/






@media screen and (max-width: 1020px) {

	.business_area { padding:0}
	.business_area .profile { max-width:1200px; margin:0 2% 0 2%}
section.company_03 {width:100%;margin:0 auto; text-align:center;}
section.company_03 .col-md-5{width:40%;float:left;padding-top:100px;}
section.company_03 .col-md-7{width:55%;float:left;padding-top:100px;}

}





@media screen and (max-width: 960px) {

 .tbl_type2{width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c;padding-bottom:50px;}
 .tbl_type2 th{ font-size:12px;color:#333; text-align:center; font-weight:500; padding:10px ; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#f8f8f8;letter-spacing:-0.03em;}
 .tbl_type2 td{ text-align:left; padding:7px 2%; border-bottom:1px solid #eee;letter-spacing:-0.03em;font-size: 12px;}
 .tbl_type2 .center{text-align:center;}

section.company_03 {width:100%;margin:0 auto; text-align:center;}
section.company_03 .col-md-5{width:100%;padding-top:100px;margin:0 auto; text-align:center;}
section.company_03 .col-md-7{width:100%;padding-top:100px;}
section.company_03 .history-left {text-align: center;}
section.company_03 .history-left p.text { color: #474747; font-size: 20px; line-height: 26px;text-align: center;}


 .text {width:97%;  text-align:left;font-size:14px;height:45px;font-weight:400;color:#29303c;  padding: 1% 0% 2% 2%;margin-bottom:30px;}
.rnd_cover {width:98%; background:#fff; padding: 2% 0% 2% 2%; }
.rnd_cover .text {width:97%;  text-align:left;font-size:16px;height:45px;font-weight:600;color:#29303c;  padding: 1% 0% 2% 2%;margin-bottom:30px;}
.rnd_cover ul li{width:48%; float:left;margin: 0 2% 2% 0;background:#fff;}
.rnd_cover ul li p{position: absolute;font-size:12px; margin-top:15px;margin-left: 7px;color:#fff; font-weight:400; background:#000;padding: 0.3% 0.3% 0.3% 0.3%;}
.rnd_cover img {width:100%;border: 7px #fff solid;box-shadow: 1px 2px 4px rgba(0,0,0,.5)}


/* /////////////////////시공사례////////////////////// css */

#tabs_moral_wrap{width:100%;height:130px;background:#fff;margin:0 auto;text-align:left; }

ul.tabs_moral {margin-bottom:40px;padding:0;float:left;list-style: none;height:40px;width: 100%;font-size:14px;  }
ul.tabs_moral li{float:left;text-align:center;cursor: pointer;width:31.5%; margin:0 5px 8px 0px;padding:0; height: 40px; font-weight: 500; background: #efefef; overflow: hidden;   position: relative;line-height:40px;font-size:14px;  }

ul.tabs_moral li.active { background: #1a4998; color:#fff;	height:40px;font-weight: 500;}

.tab_container_moral { border-top: none;   clear: both;   float: left;   width: 100%;;	height:auto;}
.tab_content_moral {padding:5px 10px 0px 0px;display: none;margin:10px 0 0 0;font-size: 14px;}
.tab_content_moral .point { padding:60px 20px 0 0}
.tab_content_moral .point p { font-size:16px; font-weight:bold; padding:0 0 20px 30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left 4px}
.tab_content_moral .point h2 { font-size:28px; font-weight:100; color:#f66120; padding:10px 0 20px 0; letter-spacing:-1px; line-height:1.6}
.tab_content_moral .right {text-align:right;padding:0 0 10px 0px;}



.rnd_area .point p { font-size:18px; font-weight:bold; padding:0 0 20px 30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left 4px}
 .tbl_type1{width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c;padding-bottom:50px;}
 .tbl_type1 th{ font-size:14px;color:#333; text-align:center; font-weight:500; padding:10px ; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#f8f8f8;letter-spacing:-0.03em;}
 .tbl_type1 td{ text-align:center; padding:10px 5px; border-bottom:1px solid #eee;letter-spacing:-0.03em;font-size: 14px;}
 .tbl_type1 .center{text-align:center;}

.tl_title_box_wrap {width:100%; height:auto; padding:0px 20px; clear:both; background-image:url(../img/work_page_bg.jpg);  background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:100%; min-height:400px; background-color:#f0f0f0; margin-left:5%; margin-right:5%;float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:38px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:18px; color:#555; padding-top:50px; word-break:keep-all; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}
	
	.greeting .tit{position:relative; width:100%; height:auto; padding:0 50px 50px 0px; top:0; right:0;}
	.greeting .tit h3{font-size:22px; line-height:1.6em;}
	.greeting .tit h3 br{display:none;}
	.greeting .img { height:240px}
	.greeting .img:before{left:1%; width:100%; height:330px;margin-left:-10px; margin-top:20px;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}

	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
	
	.business_area .box .img { text-align:center; display:block; float:none; clear:both}
	.business_area .box .img img { width:100%}
	.business_area .box .txt_wrap { width:100%; display:block; position:relative; clear:both}
	.business_area .colum .left .box .img img { width:100%}
	.business_area .list_wrap h2{ margin-left:0}
	.business_area .list_wrap ul { padding-left:0; margin-left:0}
	.business_area .list_wrap ul li { padding-left:0; margin-left:0}
	
	.business_area03 ul li { width:50%; margin-right:0}
	.business_area03 ul li p { max-width:300px; margin:0 auto}
	
	.rnd_area .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.rnd_area .colum .right { width:100%; padding:20px 0 0  }
	.rnd_area .content_sub_title .sub_title { width:100%; clear:both}
	.rnd_area .content_sub_title .sub_txt { float:left; width:100%}
	
	.rnd_area .box .img { max-width:100%; display:block}
	.rnd_area .box .txt { max-width:100%;}
	.rnd_area .box .txt h2 { font-size:24px; font-weight:bold}

	.rnd03_area .box { width:100%; clear:both; float:none}
	.product_area .txt{ width:100%; padding-bottom:20px}
    .product_area .img { width:100%; clear:both}


/* /////////////////////인증서/////////////////////// css */

#img_small_ul ul {margin:0;padding:0;}
#img_small_ul li {float:left;width:45%;height:auto;float:left;padding:15px;list-style:none;}

#img_small_ul li p {width:100%;text-align:center;margin:20px 0 30px 0;font-size:14px;}
#img_small_ul li img{border: 1px solid #dedede;padding:0 ;margin:0 auto;width:100%}



} 



@media screen and (max-width: 640px) {

	.business_area .box .txt_wrap .txt { padding:0 20px 50px 20px }
	.business_area .box .txt_wrap .half-round-tit { padding:0 20px 50px 20px}
	.business_area .left { width:100%; float:none; margin:0; clear:both}
	.business_area .profile { max-width:100%; margin:0; clear:both; float:none}
	.business_area .list_wrap { float:none; width:100%; padding-left:20px}
	.business_area .right { width:100%; float:none; clear:both}
	
	.business_area03 ul li { width:100%; margin-right:0}
	.business_area03 ul li p { max-width:300px; margin:0 auto}
	
	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}

	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd strong {font-size:15px;padding-bottom: 10px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}
	

.esg_text {padding: 20px;font-size: 20px;line-height: 1.8;text-align: justify;}
.esg_text_bold {padding: 20px;font-size: 20px;font-weight:bold;line-height: 1.8;text-align: justify;list-style:decimal; }

.esg_text_main {padding-top: 10px;padding-bottom: 20px;padding-left:20px;padding-right:20px;font-size: 20px;line-height: 1.8;text-align: justify;}

