/* ceo인사말 */

section.company_01, 
section.company_02,
section.company_03,
section.company_04,
section.company_05 {
    font-family: 'NotoSans', sans-serif, Helvetica;
    font-size: 18px; line-height: 32px; list-style: none;
}

section h3.section_title_01 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
    line-height: 32px;
}

section.company_01 p.subj {
    font-size: 28px; /*33px;*/
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 30px;
    color: #000;
}

section.company_01 p.subj span {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}

section.company_01 p.subjend span {
    font-size: 20px;
    font-weight: 300;
    text-align: right;
}

section.company_01 .ceo img {
    float: right;
}

section.company_01 .ceo .message {
    float: right;
    padding-top: 18px;
    font-size: 17px;
}

section.company_01 .ceo .message span {
    font-weight: 900;
    font-family: 'NanumSquare';

}


/********************* 협회소개 ***************************/

section.company_02 .company_img01 {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.company_02 .box1 {
    display: table;
    width: 100%;
    height: 17vh;
}

section.company_02 .box2 {
    display: table;
    height: 100%;
    width: 100%;
}

section.company_02 .box3 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 14vh;
}

section.company_02 .box3 dl {
    font-family: 'Ubuntu', sans-serif;
    width: 70%;
    padding-top: 18px;
}

section.company_02 .box3 dl dt {
    font-size: 30px;
    color: #000;
    text-transform: capitalize;

}

section.company_02 .box3 dl dd {
    font-size: 20px;

}

section.company_02 .title-wrap {
    border-bottom: 1px #eee solid;
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    /*    margin-bottom: 50px;*/
}

section.company_02 .title-wrap h2 {
    font-weight: 600;
}



/********************* 협회연혁 ***************************/
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_wrap .nav-tabs.five > li {
    width: 20%;
    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: 26px;
    color: #474747;
}

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

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

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

section.company_03 .history-right ul {
    background: url(../../img/sub/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;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-bottom: 12px;
}

section.company_03 .history-right li span.mon {
    font-weight: 600;
    color: #000000;
    content: "-";
    font-size: 12px;
    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: 12px;
}

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

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

/* 주요산업 company_06 */
.company_06_content_wrap{width:100%; min-width:320px; max-width:1000px; margin:0 auto;}
.company_06_page_title{width:100%; margin-bottom:70px;}
.company_06_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.company_06_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.company_06_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

.company_06 h1{font-size:3em; font-weight:700; color:#111; text-align:center;  margin:0 auto; margin-bottom:0px; }
.company_06 h2{font-weight:700; font-size:2em; color:#111; text-align:left; margin-bottom:0px;}
.company_06 h2 em{ width:60px; }

.company_06 h2 > em {display:inline-block; width:60px; height:60px;  line-height:60px; color:#fff; background-color:#0078D7; text-align:center; font-size:1em;  border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; font-weight:500;margin-right:10px;}

/*.company_06 h2:after{display:block; position:relative; bottom:0; left:50%; margin-left:-2px; content:""; width:2px; height:30px; background-color:#195883; margin-top:20px;}*/
.company_06 h3{font-size:1.1em; color:#666; text-align:center; margin-bottom:50px;}
.company_06 h3 br.sn{display:none;}
.company_06 ul{width:100%;}
.company_06 ul > li{width:100%; border-bottom:1px solid #fff; overflow:hidden;}
.company_06 ul > li:first-child{border-top:1px solid #fff;}
.company_06 ul > li:nth-child(odd){background-color:#fff;}
.company_06 ul li dl{display:table;padding-left:75px;}
.company_06 ul li dl dt, .company_06 ul li dl dd{display:table-cell; vertical-align:top;}
.company_06 ul li dl dt{width:40%;}
.company_06 ul li dl dt img{max-width:100%; margin:0 auto;margin-top:21px;}	
.company_06 ul li dl dd{width:60%; padding:50px 0; padding-top:0px; padding-left:50px;}
.company_06 ul li dl dd > strong{display:block; font-size:1.1em; line-height:60px; color:#111; font-weight:400;}
.company_06 ul li dl dd > p{font-size:1em; line-height:20px; color:#111; /*letter-spacing:-0.95px; */ font-weight:300; word-break:keep-all; padding-left:15px; position:relative;}

.company_06 ul li dl dd > p:before{display:inline-block; position:absolute; padding-left:5px;left:0; top:9px; content:""; width:6px; height:6px; background-color:#0263ac; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%;}



@media screen and (max-width:992px){		
	.company_06_content_wrap{width:100%;}
	.company_06_page_title{margin-bottom:50px;}	
	.company_06_page_title h1{font-size:2em;}
	.company_06_page_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}
}

@media all and (max-width:768px){
	.company_06 h1{font-size:1.8em; }
	.company_06 h2{font-size:1.4em; }
	.company_06 h3{font-size:0.9em; padding:0 5px;}
	.company_06 ul li dl, .company_06 ul li dl dt, .company_06 ul li dl dd{display:block; width:100%;}
	.company_06 ul li dl dt{padding:5%;}
	.company_06 ul li dl dt img{width:91%;}
	.company_06 ul li dl dd > strong{line-height:30px; font-size:1.3em;}
	.company_06 ul li dl dd{width:90%; padding:5%; padding-top:0;}
	.company_06 ul li dl dd > p{line-height:24px; font-size:0.95em;}
	.company_06 ul li dl dd > p:before{top:10px;}
}

@media all and (max-width:480px){
	.company_06 h3 br.sn{display:inline;}
}
/*  주요산업 끝 */

/* 부유식해상풍력이란 */
.fc_pointer {color:#1F88E5; }
.company_07_content_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
.daon_page_title{width:100%; margin-bottom:70px;}
.daon_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.daon_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }


.company_07{ width:100%; max-width:1200px; margin:0 auto;}
.company_07:after{content:""; display:block; clear:both;}
.company_07 .business_info { width:100%; background:#fff; margin-bottom:30px; }
.company_07 .business_info:after{content:""; display:block; clear:both;}
.company_07 .business_info ul{ padding:0; margin:0;}
.company_07 .business_info ul li{ padding:0; margin:0;}
.company_07 .business_info ul li.left_box { float:left; width:50%; height:auto; overflow:hidden;}
.company_07 .business_info ul li.left_box img{ width:99%;}/*width:100%; */
.company_07 .business_info ul li.right_box{position:relative; float:right; width:50%; height:auto;}
.company_07 .business_info ul li.right_box img{ width:99%;}/*width:100%; */
.company_07 .business_info ul li.right_box .txt03{ position:absolute; left:0; bottom:0; width:100%; border-top:1px solid #ddd; font-size:0.9em; color:#555; line-height:1.5em; text-transform: uppercase; background:#f8f8f8; overflow:hidden;}
.company_07 .business_info ul li.right_box .txt03 span {display:block; padding:20px 25px; height:auto; }


.company_07 .business_info ul li.left_box2 { float:left; width:20%; height:auto; overflow:hidden;}
.company_07 .business_info ul li.left_box2 .txt01 { float:left; width:100%; word-break: keep-all; }
.company_07 .business_info ul li.left_box2 .txt01 p { padding:0; margin:0; margin-bottom:10px; padding:0;}
.company_07 .business_info ul li.left_box2 .txt01 span.tit { display:block; font-size:1.2em; color:#000; font-weight:700; line-height:1.2em;  }
.company_07 .business_info ul li.left_box2 .txt01 span.txt { display:block; font-size:1.0em; color:#333; font-weight:400; line-height:1.4em; }


.company_07 .business_info ul li.right_box2{position:relative; float:right; width:80%; height:auto;}

.company_07 .business_info ul li.right_box2 .txt01 { float:left; width:100%; word-break: keep-all; }
.company_07 .business_info ul li.right_box2 .txt01 p { padding:0; margin:0; margin-bottom:10px; padding:0;}
.company_07 .business_info ul li.right_box2 .txt01 span.tit { display:block; font-size:1.2em; color:#000; font-weight:700; line-height:1.2em;  }
.company_07 .business_info ul li.right_box2 .txt01 span.txt { display:block; font-size:1.0em; color:#333; font-weight:400; line-height:1.4em; }


.company_07 .txt_area { width:100%; /*padding-top:20px; border-top:2px solid #0078D7; */}
.company_07 .txt_area:after{content:""; display:block; clear:both;}
.company_07 .txt_area .txt01 { float:left; width:100%; word-break: keep-all; }
.company_07 .txt_area .txt01 p { padding:0; margin:0; margin-bottom:10px; padding:0;}
.company_07 .txt_area .txt01 span.tit { display:block; font-size:1.8em; color:#000; font-weight:700; line-height:1.2em;  }
.company_07 .txt_area .txt01 span.txt { display:block; font-size:1.1em; color:#333; font-weight:400; line-height:1.4em; }
.company_07 .txt_area .txt02 { float:left; width:100%; margin-top:10px;}
.company_07 .txt_area .txt02 ul {margin:0; padding:0; }
.company_07 .txt_area .txt02 ul li { position:relative; color:#555; font-weight:400; line-height:1.5em; list-style:none; padding-left:0%; margin-bottom:5px;}
/*
.company_07 .txt_area .txt02 ul li:before {position:absolute; top:8px; left:0; content:""; display:inline-block; width:4px; height:4px; background:#555; margin-right:10px; vertical-align:middle;}
*/


.company_07 .con_arrow2{ width:100%; max-width:1200px;  padding-bottom:20px;  margin:0 auto;}
.company_07 .con_arrow2 p{position:relative; font-size:2em; color:#000; padding-left:30px; }
.company_07 .con_arrow2 span{  position:absolute; right:0; display:inline-block; font-size: 1em;  padding-left: 10px;  color: #555;}
.company_07 .con_arrow2 > p:before{position:absolute; top:4px; left:10px; display:inline-block; content:""; width:3px; height:23px; background-color:#1F88E5; -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}

.company_07 .con_box{ width:100%; padding:20px 0; border-top:1px solid #000; border-bottom:1px solid #000;}
.company_07 .con_box:after{content:""; display:block; clear:both;}
.company_07 .con_box ul { padding:0; margin:0; }
.company_07 .con_box ul li {float:left; width:50%; list-style:none; margin:10px 0; }
.company_07 .con_box ul li p{display:table; width:100%; }
.company_07 .con_box ul li p > em, .company_07 .con_box p > span{display:table-cell; vertical-align:top; }
.company_07 .con_box ul li p > em{ width:30px; }
.company_07 .con_box ul li p > em > strong{display:inline-block; width:30px; height:30px;  line-height:30px; color:#fff; background-color:#000; text-align:center; font-size:1em;  border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; font-weight:500;}
.company_07 .con_box ul li p > span{font-size:1em; line-height:30px; color:#555; letter-spacing:-0.75px;  padding:0 15px;}


@media screen and (max-width:992px){
	
	.company_07_content_wrap{width:100%;}
	.daon_page_title{margin-bottom:50px;}	
	.daon_page_title h1{font-size:2em;}
	.daon_page_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}
	
	.company_07 .business_info{margin-bottom:0px;}
	.company_07 .business_info ul li.left_box { width:100%; height:300px;  }
	.company_07 .business_info ul li.right_box{ width:100%; }
	.company_07 .business_info ul li.right_box .txt03 {position:relative !important; margin-top:40px;}
	.company_07 .business_info ul li.right_box .txt03 span {height:auto;}

    .company_07 .business_info ul li.left_box2 { width:100%; }
	.company_07 .business_info ul li.right_box2{ width:100%; }

	.company_07 .txt_area { width:90%; margin:0 auto; border-top:0;}
	.company_07 .txt_area .txt01 span.tit {font-size:1.85em;}
	.company_07 .con_arrow2{width:95%; margin:0 auto;}
	.company_07 .con_box{width:95%; margin:0 auto;}

}

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


	.company_07 .con_arrow2 p{ font-size:1.5em; margin-top:30px;}
	.company_07 .con_box ul li { width:100%; }

}
/*  부유식해상풍력이란 끝 */

/* 부유식해상현황 */
.fc_pointer {color:#1F88E5; }
.company_08_content_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
.daon_page_title{width:100%; margin-bottom:70px;}
.daon_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.daon_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }


.company_08{ width:100%; max-width:1200px; margin:0 auto;}
.company_08:after{content:""; display:block; clear:both;}
.company_08 .business_info { width:100%; background:#fff; margin-bottom:120px; margin-left:60px;}
.company_08 .business_info:after{content:""; display:block; clear:both;}
.company_08 .business_info ul{ padding:0; margin:0;}
.company_08 .business_info ul li{ padding:0; margin:0;}
.company_08 .business_info ul li.left_box { float:left; width:500px; height:350px; overflow:hidden;}
.company_08 .business_info ul li.left_box img{ width:100%;}/*width:100%; */
.company_08 .business_info ul li.right_box{position:relative; float:right; width:50%; height:350px;}
.company_08 .business_info ul li.right_box .txt03{ position:absolute; left:0; bottom:0; width:100%; border-top:1px solid #ddd; font-size:0.9em; color:#555; line-height:1.5em; text-transform: uppercase; background:#f8f8f8; overflow:hidden;}
.company_08 .business_info ul li.right_box .txt03 span {display:block; padding:20px 25px; height:auto; }

.company_08 .txt_area { width:100%;}
.company_08 .txt_area:after{content:""; display:block; clear:both;}
.company_08 .txt_area .txt01 { float:left; width:100%; word-break: keep-all; }
.company_08 .txt_area .txt01 p { padding:0; margin:0; margin-bottom:10px; padding:0;}
.company_08 .txt_area .txt01 span.tit { display:block; font-size:1.8em; color:#000; font-weight:700; line-height:1.2em;  }
.company_08 .txt_area .txt01 span.txt { display:block; font-size:1.1em; color:#333; font-weight:400; line-height:1.4em; }
.company_08 .txt_area .txt02 { float:left; width:100%; margin-top:10px;}
.company_08 .txt_area .txt02 ul {margin:0; padding:0; }
.company_08 .txt_area .txt02 ul li { position:relative; color:#555; font-weight:400; line-height:1.7em; list-style:none; padding-left:0%; margin-bottom:5px;}
/*
.company_08 .txt_area .txt02 ul li:before {position:absolute; top:8px; left:0; content:""; display:inline-block; width:4px; height:4px; background:#555; margin-right:10px; vertical-align:middle;}
*/

.company_08 .con_arrow2{ width:100%; max-width:1200px;  padding-bottom:20px;  margin:0 auto;}

.company_08 .con_arrow2 p{position:relative; font-size:2em; color:#000; padding-left:0px; letter-spacing:-0.75px;}

.company_08 con_arrow2 p em{ width:60px; }
.company_08 .con_arrow2 p > em{display:inline-block; width:60px; height:60px;  line-height:60px; color:#fff; background-color:#0078D7; text-align:center; font-size:1em;  border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; font-weight:500;margin-right:10px;}


.company_08 .con_arrow2 span{  position:absolute; right:0; display:inline-block; font-size: 1em;  padding-left: 10px;  color: #555;}


.company_08 .con_box{ width:100%; padding:20px 0; border-top:1px solid #000; border-bottom:1px solid #000;}
.company_08 .con_box:after{content:""; display:block; clear:both;}
.company_08 .con_box ul { padding:0; margin:0; }
.company_08 .con_box ul li {float:left; width:50%; list-style:none; margin:10px 0; }
.company_08 .con_box ul li p{display:table; width:100%; }
.company_08 .con_box ul li p > em, .company_08 .con_box p > span{display:table-cell; vertical-align:top; }
.company_08 .con_box ul li p > em{ width:30px; }
.company_08 .con_box ul li p > em > strong{display:inline-block; width:30px; height:30px;  line-height:30px; color:#fff; background-color:#000; text-align:center; font-size:1em;  border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; font-weight:500;}
.company_08 .con_box ul li p > span{font-size:1em; line-height:30px; color:#555; letter-spacing:-0.75px;  padding:0 15px;}


@media screen and (max-width:992px){
	
	.company_08_content_wrap{width:95%;}
	.daon_page_title{margin-bottom:50px;}	
	.daon_page_title h1{font-size:2em;}
	.daon_page_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}
	
	.company_08 .business_info{margin-bottom:0px;}
	.company_08 .business_info ul li.left_box { width:100%; height:300px;  }
	.company_08 .business_info ul li.right_box{ width:100%; }
	.company_08 .business_info ul li.right_box .txt03 {position:relative !important; margin-top:40px;}
	.company_08 .business_info ul li.right_box .txt03 span {height:auto;}
	.company_08 .txt_area { width:100%; margin:0 auto; border-top:0;}
	.company_08 .txt_area .txt01 span.tit {font-size:1.85em;}
	.company_08 .con_arrow2{width:95%; margin:0 auto;}
	.company_08 .con_box{width:95%; margin:0 auto;}

}

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

	.company_08 .con_arrow2 p{ font-size:1.5em; margin-top:30px;}
	.company_08 .con_box ul li { width:100%; }

}
/*  부유식해상풍력이란 끝 */


/* 구조시작 */
.company_09_content_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;margin-left:60px;}

.company_09{width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
.company_09:after {display:block; visibility:hidden; clear:both; content:""}
.company_09 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.company_09 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em; margin-bottom:40px; }
.company_09 .img_div img{width:100%; max-width:1200px;}	
.company_09 ul {margin:0; padding:0; border-top:0px solid #000;  }
.company_09 ul li{float:left; width:49.9%; height:365px; padding:10px 0; border-bottom:0px solid #eee; overflow:hidden;}
.company_09 ul li:nth-child(even) { border-right:0; } 
.company_09 ul li .icon { position:relative; float:left; display:inline-block; width:25%; text-align:center;}
.company_09 ul li .icon i {display:inline-block; font-size:3em; line-height:100px; }
.company_09 ul li .icon em { position:absolute; top:-10%; left:15%; font-size:1.5em; opacity:0.2; }
.company_09 ul li .con_txt {float:right; width:100%;}
.company_09 ul li .con_txt p{  margin-bottom:10px; font-size:1.5em; }
.company_09 ul li .con_txt span {  display:block; word-break: keep-all;}

.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

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

	.company_09_content_wrap{width:96%;}

	.company_09 h2.title { font-size:1.5em; }
	.company_09 span.stitle{font-size:1em; width:90%;}
	.company_09 ul li { width:100%; height:auto; border-bottom:1px solid #ddd; }
	.company_09 ul li .icon { width:30%;}
	.company_09 ul li .con_txt {width:100%;}
	.company_09 ul li .con_txt p{text-align:left;}
	.company_09 ul li:nth-child(odd) { border-right:0; } 
}
/*  구조 끝 */

/* 개발절차 */
.company_10_content_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}

.company_10 {width:100%; max-width:1200px;  margin:0 auto;}
.company_10:after{ content:""; display:block; clear:both;}
.company_10 .business_info { position:relative; width:100%; height:400px; margin:120px auto; background:none;}
.company_10 .business_info:after{ content:""; display:block; clear:both;}
.company_10 .business_info:first-child {margin-top:0px;}
.company_10 .business_info .img_left { position:absolute; left:0; top:0; width:650px; height:450px; background:blue; }
.company_10 .business_info .img_left img{ width:100%; height:100%;}
.company_10 .business_info .img_right { position:absolute; right:0; top:0; width:650px; height:450px;}
.company_10 .business_info .img_right img{ width:100%; height:100%;}
.company_10 .business_info .con_box { position: absolute; right:0; top:20%; width:55%; height:400px; background:rgba(255,255,255,1); box-shadow:10px 10px 5px rgba(0,0,0,0.04); }
.company_10 .business_info .con_box .txt_area {padding:7%; }
.company_10 .business_info .con_box .txt_area:before { display: block; content: ''; position: absolute; left: -80px; top:23%;  width:20%; height:1px; background:#000;}
.company_10 .business_info .con_box .txt_area em { position:relative; display:block; vertical-align:middle; color:#ddd;  font-size:2.5em;}
.company_10 .business_info .con_box .txt_area strong {display:block; color:#0078D7;  font-size:1.8em; font-weight: 600;  line-height:1.7em; margin:10px 0 10px 0;}
.company_10 .business_info .con_box .txt_area p.box_txt {display:block; color:#555; font-size:1.5em;  font-weight: 400;  line-height:1.7em; text-align:justify;  }

.company_10 .business_info .type_other { position: absolute; left: 0; top:20%; width:55%; height:400px; background:rgba(255,255,255,1);  box-shadow:10px 10px 5px rgba(0,0,0,0.04); }
.company_10 .business_info .type_other .txt_area:before {display:none;}
.company_10 .business_info .type_other .txt_area:after { display: block; content: ''; position: absolute; right:-80px; top:23%; width:20%; height:1px; background:#000; }


@media screen and (max-width:992px){
	
	.company_10_content_wrap{width:100%;}
	.daon_s_tit{font-size:1.2em;}

}

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

	.company_10 .business_info { height:auto; margin:50px auto;}
	.company_10 .business_info .img_left { position:relative; width:100%; height:auto;  background:#000; }
	.company_10 .business_info .img_left img{ height:auto;}
	.company_10 .business_info .img_right { position:relative; width:100%; height:auto;  background:#000; }
	.company_10 .business_info .img_right img{ height:auto;}
	.company_10 .business_info .con_box { position:relative; width:90%; left:50%; top:-50px; margin-left:-45%; height:auto; }
	.company_10 .business_info .con_box .txt_area:before { display: none;}
	.company_10 .business_info .type_other .txt_area:after {display:none;}
	.company_10 .business_info .con_box .txt_area{padding:15px;text-align:left;}
	.company_10 .business_info .con_box .txt_area strong{font-size:1.2em;}

}
/*  개발절차 끝 */


/*************** 정부정책 start ****************/

.company_11_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
.company_11_title{width:100%; margin-bottom:50px;}
.company_11_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.company_11_wrap .fc_pointer1 {color:#039946; }
.company_11_wrap .fc_pointer2 {color:#005bab; }
/*.company_11_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}*/
.company_11_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

.company_11 {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
.company_11:after {display:block; visibility:hidden; clear:both; content:""}
.company_11 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.company_11 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em; margin-bottom:40px; }
.company_11 .img_div img{width:100%; max-width:1200px; border-radius:85px; margin-bottom:30px}
.company_11 ul {margin:0; padding:0; }
.company_11 ul li {clear:both; padding:0px; margin:0; margin-bottom:30px; width:100%; border-radius:0px; border:1px solid #ddd; background-color:#fff; overflow:hidden;}
.company_11 ul li .circle_box {display:block; float:left; width:180px; height:300px; border-radius:0px; }
.company_11 ul li:nth-child(1) .circle_box {background:#005bab; }
.company_11 ul li:nth-child(2) .circle_box {background:#36b1d4; }
.company_11 ul li:nth-child(3) .circle_box {background:#f48025; }
.company_11 ul li:nth-child(4) .circle_box {background:#8225f4; }
.company_11 ul li:nth-child(5) .circle_box {background:#36b1d4; }

.company_11 ul li .circle_box .icon {display:block; position:relative; left:0; top:20%; width:100%; height:100%; text-align:center; }
.company_11 ul li .circle_box .icon i {display:block; font-size:3em; color:#fff; }
.company_11 ul li .circle_box .icon em {display:block; font-size:1.2em; color:#fff; font-style:normal; margin-top:10px;}
.company_11 ul li .con_txt {display:block; float:left; width:70%; margin-left:50px; margin-top:30px;}
.company_11 ul li .con_txt p {font-size:1.2em; line-height:1.1em; color:#000; text-align:left;}
.company_11 ul li .con_txt span {font-size:1.0em; line-height:0.9em; color:#333; text-align:left;}
.company_11 ul li.inverse_li{background-color:#fff;}
.company_11 ul li.inverse_li .circle_box {float:right; }
.company_11 ul li.inverse_li .con_txt {float:right; }

.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

@media screen and (max-width: 992px){
	
	.company_11_wrap{width:96%;}
	.company_11_title{margin-bottom:50px;}	
	.company_11_title h1{font-size:2em;}
	.company_11_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}

	.company_11 h2.title { font-size:1.5em; }
	.company_11 span.stitle{font-size:1em; width:90%;}
	.company_11 ul li {width:100%; margin-bottom:10px;border-radius:40px;}
	.company_11 ul li .circle_box{float:none; width:100%; height:100%; border-radius:40px;}
	.company_11 ul li.inverse_li .circle_box{float:none; width:100%;  border-radius:40px; }
	.company_11 ul li .con_txt{float:none; width:99%; margin:0px; padding:30px 5%;}
	.company_11 ul li.inverse_li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;}
	.company_11 .img_div img{border-radius:40px;}

}

@media screen and (max-width: 480px){
	
	
	.company_11 ul li{border-radius:15px;}
	.company_11 ul li .circle_box{border-radius:15px; }
	.company_11 ul li.inverse_li .circle_box{ border-radius:15px; }
	.company_11 .img_div img{border-radius:15px;}

}
/*************** 정부정책 end ****************/


/*************** 정부정책-01 start ****************/

.company_111_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
.company_111_title{width:100%; margin-bottom:50px;}
.company_111_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.company_111_wrap .fc_pointer1 {color:#039946; }
.company_111_wrap .fc_pointer2 {color:#005bab; }
.company_111_wrap .fc_pointer3 {color:#f48025; }
/*.company_11_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}*/
.company_111_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

.company_111 {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
.company_111:after {display:block; visibility:hidden; clear:both; content:""}
.company_111 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.company_111 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em; margin-bottom:40px; }
.company_111 .img_div img{width:100%; max-width:1200px; border-radius:85px; margin-bottom:30px}
.company_111 ul {margin:0; padding:0; }
.company_111 ul li {clear:both; padding:0px; margin:0; margin-bottom:30px; width:100%; border-radius:0px; border:1px solid #ddd; background-color:#fff; overflow:hidden;}
.company_111 ul li .circle_box {display:block; float:left; width:180px; height:120px; border-radius:0px; }
.company_111 ul li:nth-child(1) .circle_box {background:#005bab; }
.company_111 ul li:nth-child(2) .circle_box {background:#1280b8; }
.company_111 ul li:nth-child(3) .circle_box {background:#0091ab; }
.company_111 ul li:nth-child(4) .circle_box {background:#00ab89; }

.company_111 ul li .circle_box .icon {display:block; position:relative; left:0; top:30px; width:100%; height:100%; text-align:center; }
.company_111 ul li .circle_box .icon i {display:block; font-size:3em; color:#fff; }
.company_111 ul li .circle_box .icon em {display:block; font-size:1.2em; color:#fff; font-style:normal;}
.company_111 ul li .con_txt {display:block; float:left; width:70%; margin-left:50px; margin-top:30px;}
.company_111 ul li .con_txt p {font-size:1.2em; line-height:1.1em; color:#000; text-align:left;}
.company_111 ul li .con_txt span {font-size:1.0em; line-height:0.9em; color:#333; text-align:left;}
.company_111 ul li.inverse_li{background-color:#fff;}
.company_111 ul li.inverse_li .circle_box {float:right; }
.company_111 ul li.inverse_li .con_txt {float:right; }

.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

@media screen and (max-width: 992px){
	
	.company_111_wrap{width:96%;}
	.company_111_title{margin-bottom:50px;}	
	.company_111_title h1{font-size:2em;}
	.company_111_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}

	.company_111 h2.title { font-size:1.5em; }
	.company_111 span.stitle{font-size:1em; width:90%;}
	.company_111 ul li {width:100%; margin-bottom:10px;border-radius:40px;}
	.company_111 ul li .circle_box{float:none; width:100%; height:100%; border-radius:40px;}
	.company_111 ul li.inverse_li .circle_box{float:none; width:100%;  border-radius:40px; }
	.company_111 ul li .con_txt{float:none; width:99%; margin:0px; padding:30px 5%;}
	.company_111 ul li.inverse_li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;}
	.company_111 .img_div img{border-radius:40px;}

}

@media screen and (max-width: 480px){
	
	
	.company_111 ul li{border-radius:15px;}
	.company_111 ul li .circle_box{border-radius:15px; }
	.company_111 ul li.inverse_li .circle_box{ border-radius:15px; }
	.company_111 .img_div img{border-radius:15px;}

}
/*************** 정부정책-01 end ****************/


/*************** 정부정책-02 start ****************/

.company_112_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
.company_112_title{width:100%; margin-bottom:50px;}
.company_112_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.company_112_wrap .fc_pointer3 {color:#f48025; }
/*.company_11_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}*/
.company_112_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

.company_112 {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
.company_112:after {display:block; visibility:hidden; clear:both; content:""}
.company_112 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.company_112 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em; margin-bottom:40px; }
.company_112 .img_div img{width:100%; max-width:1200px; border-radius:85px; margin-bottom:30px}
.company_112 ul {margin:0; padding:0; }
.company_112 ul li {clear:both; padding:0px; margin:0; margin-bottom:30px; width:100%; border-radius:0px; border:1px solid #ddd; background-color:#fff; overflow:hidden;}
.company_112 ul li .circle_box {display:block; float:left; width:180px; height:120px; border-radius:0px; }
.company_112 ul li:nth-child(1) .circle_box {background:#f48025; }
.company_112 ul li:nth-child(2) .circle_box {background:#f4b725; }
.company_112 ul li:nth-child(3) .circle_box {background:#bcb026; }
.company_112 ul li:nth-child(4) .circle_box {background:#93c221; }

.company_112 ul li .circle_box .icon {display:block; position:relative; left:0; top:30px; width:100%; height:100%; text-align:center; }
.company_112 ul li .circle_box .icon i {display:block; font-size:3em; color:#fff; }
.company_112 ul li .circle_box .icon em {display:block; font-size:1.2em; color:#fff; font-style:normal;}
.company_112 ul li .con_txt {display:block; float:left; width:70%; margin-left:50px; margin-top:30px;}
.company_112 ul li .con_txt p {font-size:1.2em; line-height:1.1em; color:#000; text-align:left;}
.company_112 ul li .con_txt span {font-size:1.0em; line-height:0.9em; color:#333; text-align:left;}
.company_112 ul li.inverse_li{background-color:#fff;}
.company_112 ul li.inverse_li .circle_box {float:right; }
.company_112 ul li.inverse_li .con_txt {float:right; }

.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

@media screen and (max-width: 992px){
	
	.company_112_wrap{width:96%;}
	.company_112_title{margin-bottom:50px;}	
	.company_112_title h1{font-size:2em;}
	.company_112_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}

	.company_112 h2.title { font-size:1.5em; }
	.company_112 span.stitle{font-size:1em; width:90%;}
	.company_112 ul li {width:100%; margin-bottom:10px;border-radius:40px;}
	.company_112 ul li .circle_box{float:none; width:100%; height:100%; border-radius:40px;}
	.company_112 ul li.inverse_li .circle_box{float:none; width:100%;  border-radius:40px; }
	.company_112 ul li .con_txt{float:none; width:99%; margin:0px; padding:30px 5%;}
	.company_112 ul li.inverse_li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;}
	.company_112 .img_div img{border-radius:40px;}

}

@media screen and (max-width: 480px){
	
	
	.company_112 ul li{border-radius:15px;}
	.company_112 ul li .circle_box{border-radius:15px; }
	.company_112 ul li.inverse_li .circle_box{ border-radius:15px; }
	.company_112 .img_div img{border-radius:15px;}

}
/*************** 정부정책-02 end ****************/



/*************** 정부정책-03 start ****************/

.company_113_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
.company_113_title{width:100%; margin-bottom:50px;}
.company_113_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.company_113_wrap .fc_pointer4 {color:#8225f4; }
/*.company_11_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}*/
.company_113_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

.company_113 {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
.company_113:after {display:block; visibility:hidden; clear:both; content:""}
.company_113 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.company_113 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em; margin-bottom:40px; }
.company_113 .img_div img{width:100%; max-width:1200px; border-radius:85px; margin-bottom:30px}
.company_113 ul {margin:0; padding:0; }
.company_113 ul li {clear:both; padding:0px; margin:0; margin-bottom:30px; width:100%; border-radius:0px; border:1px solid #ddd; background-color:#fff; overflow:hidden;}
.company_113 ul li .circle_box {display:block; float:left; width:180px; height:120px; border-radius:0px; }
.company_113 ul li:nth-child(1) .circle_box {background:#8225f4; }
.company_113 ul li:nth-child(2) .circle_box {background:#9b54f3; }
.company_113 ul li:nth-child(3) .circle_box {background:#c327d1; }
.company_113 ul li:nth-child(4) .circle_box {background:#fd4ead; }

.company_113 ul li .circle_box .icon {display:block; position:relative; left:0; top:30px; width:100%; height:100%; text-align:center; }
.company_113 ul li .circle_box .icon i {display:block; font-size:3em; color:#fff; }
.company_113 ul li .circle_box .icon em {display:block; font-size:1.2em; color:#fff; font-style:normal;}
.company_113 ul li .con_txt {display:block; float:left; width:70%; margin-left:50px; margin-top:30px;}
.company_113 ul li .con_txt p {font-size:1.2em; line-height:1.1em; color:#000; text-align:left;}
.company_113 ul li .con_txt span {font-size:1.0em; line-height:0.9em; color:#333; text-align:left;}
.company_113 ul li.inverse_li{background-color:#fff;}
.company_113 ul li.inverse_li .circle_box {float:right; }
.company_113 ul li.inverse_li .con_txt {float:right; }

.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

@media screen and (max-width: 992px){
	
	.company_113_wrap{width:96%;}
	.company_113_title{margin-bottom:50px;}	
	.company_113_title h1{font-size:2em;}
	.company_113_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}

	.company_113 h2.title { font-size:1.5em; }
	.company_113 span.stitle{font-size:1em; width:90%;}
	.company_113 ul li {width:100%; margin-bottom:10px;border-radius:40px;}
	.company_113 ul li .circle_box{float:none; width:100%; height:100%; border-radius:40px;}
	.company_113 ul li.inverse_li .circle_box{float:none; width:100%;  border-radius:40px; }
	.company_113 ul li .con_txt{float:none; width:99%; margin:0px; padding:30px 5%;}
	.company_113 ul li.inverse_li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;}
	.company_113 .img_div img{border-radius:40px;}

}

@media screen and (max-width: 480px){
	
	
	.company_113 ul li{border-radius:15px;}
	.company_113 ul li .circle_box{border-radius:15px; }
	.company_113 ul li.inverse_li .circle_box{ border-radius:15px; }
	.company_113 .img_div img{border-radius:15px;}

}
/*************** 정부정책-03 end ****************/




/*************** 정부정책-04 start ****************/

.company_114_wrap{width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
.company_114_title{width:100%; margin-bottom:50px;}
.company_114_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.company_113_wrap .fc_pointer5 {color:#000; }
/*.company_11_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}*/
.company_114_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

.company_114 {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
.company_114:after {display:block; visibility:hidden; clear:both; content:""}
.company_114 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.company_114 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em; margin-bottom:40px; }
.company_114 ul {margin:0; padding:0; }
.company_114 ul li {clear:both; padding:0px; margin:0; margin-bottom:30px; width:100%; border-radius:0px; border:1px solid #ddd; background-color:#fff; overflow:hidden;}
.company_114 ul li .circle_box {display:block; float:left; width:100px; height:100px; border-radius:0px; }
.company_114 ul li:nth-child(1) .circle_box {background:#333; }
.company_114 ul li:nth-child(2) .circle_box {background:#999; }
.company_114 ul li:nth-child(3) .circle_box {background:#333; }
.company_114 ul li:nth-child(4) .circle_box {background:#999; }

.company_114 ul li .circle_box .icon {display:block; position:relative; left:0; top:30px; width:100%; height:100%; text-align:center; }
.company_114 ul li .circle_box .icon em {display:block; font-size:3em; color:#fff; font-style:italic;}
.company_114 ul li .con_txt {display:block; float:left; width:80%; margin-left:50px; margin-top:30px;}
.company_114 ul li .con_txt p {font-size:1.2em; font-weight:400; line-height:1.1em; color:#000; text-align:left;}
.company_114 ul li .con_txt span {font-size:1.0em; line-height:0.9em; color:#333; text-align:left;}
.company_114 ul li.inverse_li{background-color:#fff;}
.company_114 ul li.inverse_li .circle_box {float:right; }
.company_114 ul li.inverse_li .con_txt {float:right; }

.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

@media screen and (max-width: 992px){
	
	.company_114_wrap{width:96%;}
	.company_114_title{margin-bottom:50px;}	
	.company_114_title h1{font-size:2em;}
	.company_114_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}

	.company_114 h2.title { font-size:1.5em; }
	.company_114 span.stitle{font-size:1em; width:90%;}
	.company_114 ul li {width:100%; margin-bottom:10px;border-radius:40px;}
	.company_114 ul li .circle_box{float:none; width:100%; height:100%; border-radius:40px;}
	.company_114 ul li.inverse_li .circle_box{float:none; width:100%;  border-radius:40px; }
	.company_114 ul li .con_txt{float:none; width:99%; margin:0px; padding:30px 5%;}
	.company_114 ul li.inverse_li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;}
	.company_114 .img_div img{border-radius:40px;}

}

@media screen and (max-width: 480px){
	
	
	.company_114 ul li{border-radius:15px;}
	.company_114 ul li .circle_box{border-radius:15px; }
	.company_114 ul li.inverse_li .circle_box{ border-radius:15px; }
	.company_114 .img_div img{border-radius:15px;}

}
/*************** 정부정책-04 end ****************/







/*************** 찾아오시는 길 ****************/
section.company_04 p.sky {z-index: 9; position: absolute; font-size: 14px; background-color: rgba(0,0,0, 0.7); color: #fff; padding: 6px 20px; }
section.company_04 .embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

section.company_04 .embed-container iframe,
section.company_04 .embed-container object,
section.company_04 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

section .table_wrap caption {
    font-weight: 900;
    color: #000;
    font-size: 18px;
    /*    padding-top: 15px*/
}

section .table_wrap .table th {
    width: 120px;
    padding-left: 18px;
    font-weight: 900;
}

section .table_wrap .table th,
section .table_wrap .table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
}

section.company_04 dl {
    padding-bottom: 0;
    margin-bottom: 15px;
}

section.company_04 dl dt {
    padding-top: 10px;
}

section.company_04 dl dd {
    padding-left: 20px;
}

section.company_04 .d-map {
    padding: 0 8px;
    background: #2c77dd;
    color: #fff;
    font-size: 11px;
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    border-radius: 2em;
}

section.company_04 .btn {
    font-size: 15px;
    border-radius: 0;
    border: 1px #000 solid;
    color: #000;
    font-weight: 600;
}
/* 레이어 팝업 */
.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999999999999999999999999999999999999999999999999;
}

.overlay-popup:target {
    visibility: visible;
    opacity: 1;
}

.popup-content {
    margin: 70px auto;
    background: #fff;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    padding-bottom: 10px;
}

.popup-content h2 {
    background: linear-gradient(#44474e, #35383f);
    margin-top: 0;
    color: #fff;
    font-family: 'NotoSans';
    font-size: 18px;
    line-height: 52px;
    padding-left: 20px;
    font-weight: 600;
    padding-top: 5px;
}

.popup-content .close {
    position: absolute;
    top: 15px;
/*    border: 1px #fff solid;*/
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    opacity: 1;
    text-shadow: none;
    line-height: 0;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.popup-content .close:hover {
    color: #06D85F;
}

.popup-content .content {
    /*  max-height: 30%;*/
    height: 420px;
    padding: 25px 20px;
    font-size: 13px;
    overflow-y: auto;
}

.popup-content .content p,
.popup-content .content span {
    font-size: 13px;
}

.popup_text_point {
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    padding-bottom: 12px;
}
@media (max-width: 992px) {
    /* ceo인사말 */

section.company_01, 
section.company_02,
section.company_03,
section.company_04,
section.company_05 {
    font-family: 'NotoSans', sans-serif, Helvetica;
    font-size: 14px; line-height: 24px; list-style: none;
}
    section.company_01 {
        text-align: auto;
    }

    section h3.section_title_01 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
        line-height: 22px;
    }

    section.company_01 p.subj {
        font-size: 18px;
        font-weight: 800;
        line-height: 32px;
        margin-bottom: 22px;
        color: #000;
    }

    section.company_01 p.subj span {
       font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    section.company_01 .ceo {
        margin-top: 30px;
        margin-bottom: 50px;
        text-align: center;
    }

    section.company_01 .ceo img {
        float: none;
        text-align: center;
        width: 100%;
    }

    section.company_01 .ceo .message {
        float: right;
        padding-top: 18px;
        font-size: 14px;
    }

    section.company_01 .ceo .message span {
        font-weight: 900;
        font-family: 'NanumSquare;

    }

    section.company_02 .company_img01 {
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    section.company_02 .box1 {
        display: table;
        width: 100%;
        height: 47vh;
    }

    section.company_02 .box2 {
        display: table;
        height: 100%;
        width: 100%;
    }

    section.company_02 .box3 {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 6vh;
        padding-right: 6vh;

    }

    section.company_02 .box3 dl {
        font-family: 'Ubuntu', sans-serif;
        width: 100%;
        padding-top: 18px;
    }

    section.company_02 .box3 dl dt {
        font-size: 32px;
        color: #000;
        text-transform: capitalize;

    }

    section.company_02 .box3 dl dd {
        font-size: 14px;

    }

    /*     연혁 */

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

    section.company_03 #tab_wrap {

        margin-bottom: 50px;
    }

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

    }

    section.company_03 .history-left span {
        padding-left: 14px;
        line-height: 32px;

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

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

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

    }

    section.company_03 .history-left p.image img {
        width: 100%;
    }

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

    section.company_03 .history-left {
        margin-bottom: 40px;
    }

    section.company_03 .history-right li.title {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        padding-bottom: 6px;
    }
/*    찾아오시는 길 */
    section.company_04 .embed-container {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
    .popup-content {
        width: 70%;
    }


}


