@charset "utf-8";

.sub_page_area{
	margin-top:170px;
}
.sub_visual{
	padding:100px 0;
	background-size:cover;
	background-position: center;
}
.sub_visual.sv01{
	background-image: url(/img/sub/sub_visual01.jpg);
}
.sub_visual.sv02{
	background-image: url(/img/sub/sub_visual02.jpg);
}
.sub_visual.sv03{
	background-image: url(/img/sub/sub_visual03.jpg);
}
.sub_visual.sv04{
	background-image: url(/img/sub/sub_visual04.jpg);
}
.sub_visual.sv05{
	background-image: url(/img/sub/sub_visual05.jpg);
}
.sub_visual.sv06{
	background-image: url(/img/sub/sub_visual06.jpg);
}
.sub_visual.sv07{
	background-image: url(/img/sub/sub_visual07.jpg);
}

.sub_page_tit{
	max-width:1240px;
	margin:0 auto;
	padding:0 20px;
	text-align:center;
	color:#fff;
}
.sub_page_tit h2{
	font-size:60px;
	font-weight:700;
	text-shadow: 0px 0px 49px rgba(0,0,0,.35);
}
.sub_page_tit p{
	font-size:20px;
	margin-top:15px;
}

.sub_contents{
	padding:60px 0 100px;
	position:relative;
}
.sub_menu{
	position:absolute;
	top:0;
	left:0;
	right:0;
	border-top:1px solid #e5ebf3;
	border-bottom:1px solid #e5ebf3;
	background:#fff;
}
.sub_menu.fix{
	position:fixed;
	top:170px;
	z-index: 10;
}
.sub_menu .inner{
	max-width:1240px;
	margin:0 auto;
	padding:0 20px;
}
.sub_menu .inner:after{
	content:'';
	display:block;
	clear:both;
}
.sub_menu .inner > div{
	float:left;
}
.sub_menu .go_main a{
	display: block;
	font-size:0;
	width:59px;
	height:59px;
	background: url(/img/sub/sub_menu_home.png) no-repeat center;
	border-left: 1px solid #e5ebf3;
	border-right: 1px solid #e5ebf3;
}
.sub_menu_depth{
	width:258px;
	position: relative;
}
.sub_menu_depth button{
	font-size:16px;
	font-weight: 300;
	width:100%;
	height:59px;
	padding:0 19px;
	text-align:left;
	border-right:1px solid #e5ebf3;
	position:relative;
}
.sub_menu_depth button:after{
	content:'';
	width:10px;
	height:5px;
	background-image:url(/img/sub/sub_menu_arrow.png);
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}
.sub_menu_depth.depth1 button{
	color:#898989;
}
.sub_menu_depth.depth2 button{
	border-bottom:2px solid #0d64b4;
}
.sub_menu_depth.depth2 button:after{
	background-position:-15px 0;
}
.sub_menu_depth ul{
	display: none;
	border-left:1px solid #e5ebf3;
	border-right:1px solid #e5ebf3;
	border-bottom:1px solid #e5ebf3;
	position:absolute;
	top:60px;
	left:0;
	right:0;
	z-index: 1;
}
.sub_menu_depth li{
	border-top:1px solid #e5ebf3;
}
.sub_menu_depth li:first-child{
	border-top:none;
}
.sub_menu_depth li a{
	display: block;
	padding:12px 19px;
	color:#252525;
	background:#fff;
}

.sub_menu_depth3{
	max-width:1240px;
	margin:62px auto 0;
	padding:0 20px;
	overflow: hidden;
}
.sub_menu_depth3 ul{
	margin:0 -6px;
}
.sub_menu_depth3 li{
	width:calc(25% - 12px);
	margin:0 6px;
	text-align:center;
	float: left;
	background:#eef2f5;
	line-height: 49px;
}
.sub_menu_depth3 li a{
	display: block;
	font-size:18px;
	color:#424242;
}
.sub_menu_depth3 li.on{
	background:#0d64b4;
}
.sub_menu_depth3 li.on a{
	color:#fff;
}
.load_iframe{
	max-width:1240px;
	margin:70px auto 0;
	padding:0 20px;
}





.chairman_hello{
	max-width:1240px;
	margin:0 auto;
	padding:78px 20px 0 530px;
	position:relative;
}
.chairman_tit{
	margin-top:24px;
}
.chairman_tit p{
	font-size:18px;
	font-weight:700;
	color:#86bbef;
}
.chairman_tit h3{
	font-size:50px;
	font-weight:500;
	margin-top:20px;
	color:#333;
}
.chairman_comment{
	margin-top:34px;
}
.chairman_comment strong{
	font-size:30px;
	font-weight:500;
	line-height:40px;
}
.chairman_comment strong span{
	color:#2fa103;
}
.chairman_comment strong span.blue{
	color:#0671d3;
}
.chairman_comment strong i{
	font-style: italic;
}
.chairman_photo{
	position:absolute;
	top:78px;
	left:26px;
}
.chairman_comment p{
	font-size:16px;
	margin-top:42px;
	line-height:30px;
}
.chairman_comment p b{
	display: block;
	font-size:21px;
	font-weight:400;
	margin-bottom:24px;
}

.chairman_work{
	margin-top:80px;
}
.chairman_work h4{
	font-size:30px;
	font-weight:500;
	color:#333;
	position:relative;
}
.chairman_work h4:after{
	content:'';
	width:100%;
	height:3px;
	background:#ccc;
	position:absolute;
	bottom:0;
	left:0;
}
.chairman_work h4 span{
	display:inline-block;
	padding-left:6px;
	padding-bottom:14px;
	position:relative;
}
.chairman_work h4 span:after{
	content:'';
	width:100%;
	height:3px;
	background:#0d64b4;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 5;
}

.chairman_work .chairman_bbs{
	margin-top:20px
}

.sub_sec_wrap{
	max-width:1240px;
	margin:90px auto 0;
	padding:0 20px;
}
.sub_con_tit{
	font-size:40px;
	font-weight:500;
	text-align:center;
}
.sub_sec{
	margin-top:50px;
}organization_tab
.kosca_history{
	position:relative;
}
.kosca_history:after{
	content:'';
	width:1px;
	height:100%;
	background:#d5d5d5;
	position:absolute;
	top:5px;
	left:214px;
}
.kosca_history .history_box:first-child{
	margin-top:0;
}
.history_box{
	margin-top:86px;
	padding-left:253px;
	padding-right:320px;
	position:relative;
}
.history_box .year{
	font-family: 'Gmarket Sans', sans-serif;
	font-size:40px;
	font-weight:700;
	color:#1972da;
	position:absolute;
	top:0;
	left:65px;
}
.history_box img{
	position:absolute;
	top:0;
	right:0px;
}
.history_list:before{
	content:'';
	width:9px;
	height:9px;
	border-radius: 50%;
	background:#1972da;
	position:absolute;
	top:5px;
	left:210px;
	z-index: 1;
}
.history_list li{
	font-size:17px;
	margin-top:22px;
	padding-left:114px;
	line-height:1.2;
	position:relative;
}
.history_list li:first-child{
	margin-top:0;
}
.history_list li b{
	font-size:18px;
	margin-right:22px;
	position:absolute;
	top:0;
	left:0;
}
.history_list li p{
	line-height:1.4;
}
.history_box:last-child img{
	top:-74px;
}

.introduce_box:first-child{
	margin-top:0;
}
.introduce_box{
	margin-top:40px;
	padding-bottom:100px;
	border:1px solid #1972da;
}
.introduce_head{
	padding:78px 138px 78px 263px;
	position:relative;
}

.introduce_tit{
	position:absolute;
	top:78px;
	left:74px;
	color:#1972da;
}
.introduce_tit i{
	font-family: 'Gmarket Sans', sans-serif;
	font-size:40px;
	font-weight:300;
}
.introduce_tit strong{
	display: block;
	font-size:34px;
	font-weight:500;
	margin-top:14px;
}
.introduce_head p{
	font-size:18px;
	padding: 12px 0 12px 30px;
	line-height:30px;
	word-break: keep-all;
	border-left:1px solid rgba(25,114,218,.5);
}
.introduce_box.first{
	padding-bottom:0;
	border:none;
}
.introduce_box.first .introduce_head{
	color:#fff;
	background:url(/img/sub/introduce_bg.jpg);
	background-size:cover;
}
.introduce_box.first .introduce_tit{
	color:#fff;
}
.introduce_box.first .introduce_head p{
	border-left-color: rgba(255,255,255,.5);
}


.introduce_con dl{
	margin-top:120px;
}
.introduce_con dl:first-child{
	margin-top:0;
}
.introduce_con dt{
	display:table;
	font-size:25px;
	width:323px;
	height:113px;
	padding:0 65px 0 70px;
	color:#fff;
	line-height: 36px;
	word-break: keep-all;
	background:#1972da;
	float:left;
	clear: both;
	position:relative;
}
.introduce_con dt b{
	display: table-cell;
	font-weight:500;
	vertical-align: middle;
}
.introduce_con dt:after{
	content:'';
	width:9px;
	height:17px;
	background:url(/img/sub/introduce_arrow.png);
	position:absolute;
	top:50%;
	right:-9px;
	transform:translateY(-50%);
}
.introduce_con dd{
	font-size:16px;
	margin-left:48px;
	color:#646464;
	float:left;
}
.introduce_con dd p{
	font-weight:400;
}
.introduce_con dd ul{
	margin-left:17px;
}
.introduce_con dd li{
	margin-top:12px;
	padding-left:8px;
	position:relative;
}
.introduce_con dd li:before{
	content:'';
	width:5px;
	height:1px;
	background:#646464;
	position:absolute;
	top:9px;
	left:0;
}
.introduce_con dd > div{
	margin-top:40px;
}
.introduce_con dd > div > p{
	margin-top:12px;
}
.introduce_con dd > div > p:fisrt-child{
	margin-top:0;
}

.kosca_map{
	border:1px solid #0d64b4;
}
.kosca_address{
	font-size:20px;
	margin-top:46px;
}
.kosca_address > div{
	margin-top:7px;
	position:relative;
}
.kosca_address > div:first-child{
	margin-top:0;
}
.kosca_address span{
	display: inline-block;
	font-size:21px;
	font-weight:400;
	width:107px;
	margin-right:24px;
	text-align:center;
	line-height:43px;
	color:#fff;
	background:#1972da;
	border-radius: 50px;
}
.transport{
	margin-top:88px;
}
.transport li{
	width:calc(33.333% - 42px);
	margin-left:62px;
	float:left;
}
.transport li:first-child{
	margin-left:0;
}
.transport dt{
	font-size:27px;
	font-weight:500;
	margin-bottom:50px;
	padding:26px 0 16px 80px;
	border-bottom:2px solid #353535;
	position:relative;
}
.transport dt:before{
	content:'';
	width:58px;
	height:58px;
	background-image:url(/img/sub/transport.png);
	position:absolute;
	bottom:8px;
	left:0;
}
.transport .busstop dt:before{
	background-position:0 -68px;
}
.transport .bus dt:before{
	background-position:0 -136px;
}
.transport dd{
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	margin-left:24px;
	padding-left:33px;
	position:relative;
}
.transport dd span{
	font-size:10px;
	font-weight:700;
	width:20px;
	height:20px;
	line-height:16px;
	text-align:center;
	color:#f77636;
	border:2px solid #f77636;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
}
.transport dd span.type2{
	color:#3ab449;
	border-color:#3ab449;
}
.transport .busstop dd span{
	color:#999;
	border-color: #999;
}
.transport .bus dd span{
	width:24px;
	height:13px;
	font-size:9px;
	border:none;
	border-radius: 0;
	background:#50a332;
	color:#fff;
	font-weight:300;
	line-height:13px;
	top:3px;
}
.transport .bus dd span.type2{
	background:#d01118;
}


.organization_tab li{
	width:50%;
	font-size:18px;
	font-weight:500;
	line-height:58px;
	text-align:center;
	border-top:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	float:left;
}
.organization_tab.tab4 li{
	width:25%;
}
.organization_tab li:first-child{
	border-left:1px solid #d2d2d2;
}
.organization_tab li a{
	color:#5b5b5b;
}
.organization_tab li.on{
	background:#ededed;
}
.organization_tab li.on a{
	color:#0d64b4;
}

.organization_chart{
	margin-top:100px;
	text-align:center;
}
.organization_chart img{
	width:100%;
}
.organization_chart .department_box:before{
	content:'';
	width:69.234%;
	height:1px;
	background:#69b6fa;
	display: block;
	margin:0 auto -2px;
}
.organization_chart .department_box:after{
	content:'';
	display: block;
	clear:both;
}
.organization_chart .department{
	width:calc(33.333% - 31.5px);
	min-height:330px;
	margin-left:46px;
	margin-top:94px;
	padding-bottom:44px;
	border:2px solid #69b6fa;
	border-radius:10px;
	background:#f9fdff;
	float:left;
	position:relative;
}
.organization_chart .department:first-child{
	margin-left:0;
}
.organization_chart .department:before{
	content:'';
	width:1px;
	height:94px;
	background:#69b6fa;
	position:absolute;
	top:-94px;
	left:50%;
	margin-left:1px;

}
.organization_chart .department b{
	font-size:27px;
	font-weight:500;
	line-height:70px;
}
.organization_chart .department ul{
	max-width:1120px;
	margin:0 auto;
	padding:36px 46px 0;
	text-align:left;
	border-top:1px solid #69b6fa;
}
.organization_chart .department li{
	font-size:17px;
	margin-top:16px;
	padding-left:15px;
	position:relative;
}
.organization_chart .department li:first-child{
	margin-top:0;
}
.organization_chart .department li:before{
	content:'';
	width:4px;
	height:4px;
	border-radius:50%;
	background:#1972da;
	position:absolute;
	top:6px;
	left:0;
}


.kosca_iframe{
	max-width:1012px;
	margin: 0 auto;
    margin-top:48px;
}

#koscaIframe {
	-ms-zoom: 1.5;
	-moz-transform: scale(1.5);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1.5);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1.5);
	-webkit-transform-origin: 0 0;
	width:70%;
}





.construction_tbl{
	max-width:640px;
	margin:0 auto;
}
.construction_tbl table{
	width:100%;
}
.construction_tbl thead th{
	font-size:20px;
	font-weight:500;
	padding:32px 8px;
}
.construction_tbl tbody th,
.construction_tbl tbody td{
	padding:16px 8px;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	word-break: keep-all;
}
.construction_tbl tbody tr:first-child th,
.construction_tbl tbody tr:first-child td{
	border-top:1px solid #333;
}
.construction_tbl tbody tr:nth-child(even) th,
.construction_tbl tbody tr:nth-child(even) td{
	background:#f7fafe;
}
.construction_tbl tbody th{
	font-weight:300;
	width:40%;
}
.construction_tbl table td{
	width:60%;
	border-left:1px solid #e5e5e5;
}



.faq_area{
	margin-top:40px;
	border-top:1px solid #333;
}


.faq_area .question{
	padding:24px 120px;
	border-top:1px solid #e5e5e5;
	position:relative;
	cursor: pointer;
}
.faq_area .question:after{
	content:'';
	width:10px;
	height:5px;
	background-image:url(/img/sub/sub_menu_arrow.png);
	position:absolute;
	top:50%;
	right:16px;
	margin-top:-5px;
}
.faq_area .on .question{
	color:#1972da;
	background:#f0f5fa
}
.faq_area .on .question:after{
	background-position:0 -10px;
}
.faq_area .question,
.faq_area .answer.on{
	padding-left:88px;
}
.faq_area .answer{
	display:none;
	overflow: hidden;
	position: relative
}
.faq_area .answer.on{
	height:auto;
	padding:24px 40px 24px 120px;
	border-top:none;
}
.faq_area i{
	display: inline-block;
	font-size:20px;
	font-weight:500;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius: 50%;
	position:absolute;
	top:50%;
	left:24px;
	color:#fff;
	background:#1972da;
	transform:translateY(-50%)
}
.faq_area .on i{
	color:#1972da;
	background:#fff;
}
.faq_area .question .tit{
	font-size:18px;
	font-weight:400;
}



.faq_area .question_cont {
    font-size:16px;
}

.faq_area .question_cont p {
    margin-top: 1.25rem;
    font-weight: 400;
}

.faq_area .question_cont li {
    margin-top: 12px;
    padding-left: 8px;
    position: relative;
    line-height: 1.2em;
}




.tableBlue {
    border-collapse: collapse;
    margin-bottom: 20px;
  }  
.tableBlue th {
    font-size: 16px;
    padding: 10px;
    color: #168;
    border-bottom: 3px solid #168;
    text-align: left;
}
.tableBlue td {
    font-size: 16px;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.tableBlue tr:hover td {
    color: #004;
}
.tableBlue .con_box{
    margin-top:14px;
	padding-left:14px;
	position:relative;
}


.tableBlue .con_box li{
    font-size: 16px;
    margin-top:14px;
	padding-left:14px;
	position:relative;
	line-height:1.2;
}

.tableBlue .con_box li:before{
	content:'';
	width:3px;
	height:3px;
	border-radius: 50%;
	background:#646464;
	position:absolute;
	top:7px;
	left:0;
}



.organization_task{
	margin-top:30px;
	overflow: hidden;
}
.organization_task strong{
    color: #1972da;
	display: block;
	font-size:30px;
	font-weight:500;
	margin-top:12px;
    margin-bottom:15px;
}

.organization_task > ul{
	margin:-30px -16px;
}
.organization_task .task_list{
	width:calc(33.333% - 32px);
	min-height:434px;
	margin:30px 16px;
	padding:26px 0;
	border-radius: 10px;
	border:2px solid #69b6fa;
	background:#f9fdff;
	float:left;
}
/* .organization_task .task_list:nth-child(3){
	clear: both;
} */
.task_list .human_info{
	margin:0 28px;
	position:relative;
}
.task_list .human_info .name_box{
	display: inline-block;
	margin-left:16px;
	margin-bottom: 9px;
	vertical-align: bottom;
}
.task_list .human_info .name_box .department{
	display:inline-block;
	font-size:16px;
	font-weight:700;
	padding:7px 14px;
	color:#1972da;
	background:#fff;
	border:2px solid #1972da;
	border-radius: 50px;
}
.task_list .human_info .name_box .name{
	display:block;
	font-size:30px;
	font-weight:500;
	margin-top:13px;
}
.task_list .task_info{
	margin-top:21px;
	padding:34px 28px 0;
	border-top:1px solid #69B6fa;
}
.task_list .task_info li{
	font-size:17px;
	margin-top:12px;
	padding-left:104px;
	line-height:1.2;
	word-break: keep-all;
	position:relative;
}
.task_list .task_info li:first-child{
	margin-top:0;
}
.task_list .task_info span{
	font-size:15px;
	font-weight:400;
	padding-left:14px;
	float:left;
	clear:both;
	position:absolute;
	top:2px;
	left:0;
}
.task_list .task_info span:before{
	content:'';
	width:4px;
	height:4px;
	background:#1972da;
	position:absolute;
	top:6px;
	left:0;
}
.task_list .task_info p{
	padding-left:8px;
	position:relative;
}
.task_list .task_info p:before{
	content:'-';
	position: absolute;
	top:0;
	left:0;;
}

.executive{
	margin-top:40px;
}
.executive .member_box{
	margin-top:50px;
	padding:66px 38px 66px 380px;
	border:1px solid #1972da;
	position:relative;
}
.executive .member_box:first-child{
	margin-top:0;
}
.executive .member_box .tit{
	color:#1972da;
	position:absolute;
	top:66px;
	left: 38px;
}
.executive .member_box .tit i{
	font-family: 'Gmarket Sans', sans-serif;
	font-size:40px;
	font-weight:300;
}
.executive .member_box .tit strong{
	display: block;
	font-size:34px;
	font-weight:500;
	margin-top:12px;
}
.executive .member_box .tit p{
	font-size:18px;
	font-weight:500;
	margin-top:12px;
	color:#636363;
}
.executive .member_box ul{
	margin:-38px -25px;
}
.executive .member_box li{
	font-size:18px;
	width:calc(25% - 50px);
	margin:38px 25px 0;
	letter-spacing: 5px;
	text-align: center;
	float:left;
}
.executive .member_box li img{
	display: block;
	width:100%;
	max-width:140px;
	margin:0 auto 15px;
}
.executive .member_box li p{
	color: #333;
    font-size: 14px;
    margin: 0 0;
    letter-spacing: 0;
}
.executive .member_box .member_list{
	overflow: hidden;
	padding-left: 42px;
	border-left:1px solid #8cb8ec
}


.construction_law .go_link{
	display:block;
	font-size:18px;
	font-weight:500;
	width:276px;
	margin:0 auto;
	padding-left:80px;
	line-height:60px;
	border-radius: 50px;
	color:#fff;
	background:#009646;
	position:relative;
}
.construction_law .go_link:before{
	content:'';
	width:35px;
	height:30px;
	background:url(/img/sub/law.png);
	position:absolute;
	top:50%;
	left:30px;
	transform: translateY(-50%);
}
.construction_law .law_list{
	margin-top:40px;
}
.construction_law .law_list li{
	width:calc(50% - 90px);
	margin-top:76px;
	margin-left:90px;
	float:left;
}
.construction_law .law_list li:nth-child(1),
.construction_law .law_list li:nth-child(2){
	margin-top:0;
}
.construction_law .law_list li:nth-child(2n+1){
	margin-left:0;
	clear: both;
}
.construction_law .law_list div{
	font-size:18px;
	font-weight:400;
	padding:12px 12px 12px 36px;
	color:#1972da;
	word-break: keep-all;
	line-height:1.2;
	border:2px solid #1972da;
	border-radius: 50px;
	position:relative;

}
.construction_law .law_list div:before{
	content:'';
	width:15px;
	height:1px;
	background:#1972da;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.construction_law .law_list div:after{
	content:'';
	width:5px;
	height:5px;
	background: #1972da;
	border-radius: 50%;
	position:absolute;
	top:50%;
	left:15px;
	transform:translateY(-50%);
}
.construction_law .law_list a{
	display: block;
	margin:0 20px;
	padding:22px 16px;
	color:#646464;
	line-height:1.2;
	border-bottom:1px solid #d5d5d5;
}
.construction_law .law_list a span{
	display: block;
	margin-top:12px;
}


.construction_common_info_area{
	margin-top:43px;
}
.construction_common_info_area h4{
	font-size:25px;
	font-weight:500;
}
.construction_common_info_area p{
    font-size:14px;
	margin-top:20px;
    line-height:1.2rem;
}
.construction_common_info_area .assign{
	min-height:25px;
	position:relative;
}
.construction_common_info_area .assign p{
	position:absolute;
	bottom:0;
	right:0;
}
.construction_common_info_area .assign span{
	font-size:15px;
	padding-left:14px;
	color:#646464;
	float:right;
	clear:both;
	position:relative;
}
.construction_common_info_area .assign span:before{
	content:'';
	width:4px;
	height:4px;
	background:#1972da;
	border-radius: 50%;
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.construction_common_info{
	margin-top:14px;
	border-top:3px solid #1972da;
	border-bottom:1px solid #1972da;
}
.construction_common_info > li{
	padding:34px 0 34px 480px;
	border-top:1px solid #d5d5d5;
	position:relative;
}
.construction_common_info > li:first-child{
	border-top:none;
}
.construction_common_info > li .tit{
	font-size:20px;
	font-weight:400;
	color:#1972da;
	position:absolute;
	top:50%;
	left:34px;
	transform: translateY(-50%);
}
.construction_common_info > li .tit span{
	display: block;
	font-family: 'Gmarket Sans', sans-serif;
	font-size:40px;
	font-weight:300;
	margin-bottom: 10px;
}
.construction_common_info > li .view{
	font-size:16px;
	min-height: 72px;
	padding:7px 0 7px 37px;
	border-left:1px solid #1972da;
}
.construction_common_info > li .view .link_box{
	margin-top:10px;
}
.construction_common_info > li .view .link_box:first-child{
	margin-top:0;
}
.construction_common_info > li .view .link_box a{
	display: inline-block;
	padding:4px 0 4px 44px;
	color:#646464;
	position:relative;
}
.construction_common_info > li .view .link_box a:before{
	content:'';
	width:26px;
	height:26px;
	background: url(/img/footer_viewer_icon.png);
	position:absolute;
	top:0;
	left:0;
}

.construction_common_info > li .view .con_box li{
	margin-top:14px;
	padding-left:14px;
	position:relative;
}
.construction_common_info > li .view .con_box li:before{
	content:'';
	width:3px;
	height:3px;
	border-radius: 50%;
	background:#646464;
	position:absolute;
	top:7px;
	left:0;
}
.construction_common_info > li .view .con_box li p{
	margin-top:12px;
	line-height:28px;
}
.construction_common_info > li .view .con_box li p span{
	display: block;
	padding-left: 6px;
}


.sch_page .sch_frm{
	padding:40px 206px;
	background:#003a8a;
}
.sch_page .sch_frm .inner{
	padding-left:316px;
	position:relative;
}
.sch_page .sch_frm .sch_opt{
	font-size: 17px;
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.sch_page .sch_frm .sch_opt > span{
	margin-left:40px;
}
.sch_page .sch_frm .sch_opt > span:first-child{
	margin-left:0;
}
.sch_page .sch_frm .sch_opt > span input[type="checkbox"]{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.sch_page .sch_frm .sch_opt > span label{
	padding-left:30px;
	color:#fff;
	cursor: pointer;
	position: relative;
}
.sch_page .sch_frm .sch_opt > span label:before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(/img/sub/sch_chk.png);
	background-size: 20px;
}

.sch_page .sch_frm .sch_opt > span input:checked + label:before{
	background-position: 0 -24px;
}


.sch_page .sch_frm .sch_btn{
	padding-right:70px;
	position:relative;
}
.sch_page .sch_frm .sch_btn input{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:17px;
	font-weight:300;
	width:100%;
	height:40px;
	padding:0 18px;
	line-height:40px;
	outline: none;
	border: none;
}
.sch_page .sch_frm .sch_btn button{
	width:70px;
	height:40px;
	color:#fff;
	background:#2688e2;
	position:absolute;
	right:0;
}

.sch_page .sch_result{
	margin-top:30px;
	border-bottom:1px solid #dfdfdf;
}
.sch_page .sch_result li{
	padding:32px 30px;
	border-top:1px solid #dfdfdf;
}
.sch_page .sch_result .tit a{
	display: inline-block;
	font-size:17px;
	color:#1972da;
	text-decoration: underline;
	line-height: 1.2;
}
.sch_page .sch_result .tit span{
	margin-left:16px;
	color:#8e8e8e;
	letter-spacing: 0;

}
.sch_page .sch_result .info{
	font-size:17px;
	margin-top:12px;
	color:#373737;
}
.sch_page .sch_result .info span{
	margin-left:16px;
	padding-left:16px;
	position:relative;
}
.sch_page .sch_result .info span:first-child{
	margin-left:0;
	padding-left:0;
}
.sch_page .sch_result .info span:before{
	content:'';
	width:1px;
	height:13px;
	background:#989898;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);

}
.sch_page .sch_result .info span:first-child:before{
	display: none;
}
.sch_page .sch_result .link_addr{
	display: inline-block;
	margin-top:15px;
	color:#8e8e8e;
	letter-spacing: 0;
	word-break: break-all;
	line-height: 1.2;
}










@media only screen and (max-width:1240px){
	.main_con_link a{
		padding:28px 27px 16px 132px;
	}

	.kosca_iframe{
		max-width:900px;
        padding:0 20px;	
        margin-top:48px;
	}

	#koscaIframe {
		-ms-zoom: 1.3;
		-moz-transform: scale(1.3);
		-moz-transform-origin: 0 0;
		-o-transform: scale(1.3);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(1.3);
		-webkit-transform-origin: 0 0;
		width:80%;
	}

}
@media only screen and (max-width:1152px){

	.kosca_iframe{
		margin-top:48px;
		max-width:900px;
		padding:0 20px;
	}

	#koscaIframe {
		-ms-zoom: 1.2;
		-moz-transform: scale(1.2);
		-moz-transform-origin: 0 0;
		-o-transform: scale(1.2);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(1.2);
		-webkit-transform-origin: 0 0;
		width:80%;
	}

	.task_list .human_info{
		text-align:center;
	}
	.task_list .human_info .name_box{
		display: block;
		margin-left:0;
		margin-top:20px;
	}

	.sch_page .sch_frm{
		padding:40px 146px;
	}

}

@media only screen and (max-width:1024px){

	.organization_chart .department_box:before{
		width:70.563%;
	}

	.kosca_iframe{
		margin-top:48px;
		max-width:800px;
		padding:0 20px;
	}

	#koscaIframe {
		-ms-zoom: 1.1;
		-moz-transform: scale(1.1);
		-moz-transform-origin: 0 0;
		-o-transform: scale(1.1);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(1.1);
		-webkit-transform-origin: 0 0;
		width:100%;
	}

	.executive .member_box{
		padding:66px 38px 66px 290px;
	}

}

@media only screen and (max-width:960px){
	.sub_page_area{
		margin-top:64px;
	}
	.sub_menu.fix{
		top:64px;
	}

	.history_box{
		padding-right:0px;
	}
	.history_box img{
		display: block;
		margin-bottom:20px;
		position:static
	}

	.kosca_iframe{
		margin-top:48px;
		max-width:800px;
	}

	#koscaIframe {
		-ms-zoom: 1;
		-moz-transform: scale(1);
		-moz-transform-origin: 0 0;
		-o-transform: scale(1);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(1);
		-webkit-transform-origin: 0 0;
		width:100%;
	}




	.executive .member_box ul{
		margin:-24px -5px;
	}
	.executive .member_box li{
		width:calc(25% - 10px);
		margin:24px 5px 0;
	}	


	.construction_law .law_list li{
		width:calc(50% - 45px);
		margin-left:45px;
	}


	.sch_page .sch_frm{
		padding:40px 64px;
	}
	.sch_page .sch_frm .inner{
		padding-left:270px;
	}
	.sch_page .sch_frm .sch_opt > span{
		margin-left:24px;
	}


}


@media only screen and (max-width:768px){
	.sub_contents{
		padding:50px 0 40px;
	}
	.sub_visual{
		padding:50px 0;
	}
	.sub_page_tit h2{
		font-size:24px;
	}
	.sub_page_tit p{
		font-size:16px;
		line-height:1.2;
	}
	.sub_menu .inner{
		padding:0
	}
	.sub_menu_depth{
		width:50%;
	}
	.sub_menu .go_main a{
		display:none;
	}
	.sub_menu_depth button{
		font-size:14px;
		height:50px;
		padding:0 12px;
	}
	.sub_menu_depth ul{
		top:50px;
	}
	.sub_menu_depth3{
		margin-top:32px;
	}


	.chairman_hello{
		padding-top:20px;
		padding-left:20px;
	}
	.chairman_tit h3{
		font-size:36px;
		margin-top:10px;
	}
	.chairman_comment{
		margin-top:24px;
	}
	.chairman_comment strong{
		font-size:22px;
		line-height:28px;
	}
	.chairman_photo{
		display: block;
		width:100%;
		max-width:360px;
		margin:32px auto 0;
		position: static;
	}
	.chairman_work h4{
		font-size:24px;
	}

	.sub_menu_depth3 li{
		width:calc(50% - 6px);
		margin:3px;
		line-height:40px
	}
	.sub_menu_depth3 li a{
		font-size:14px;
	}
	.load_iframe{
		margin-top:48px;
	}

	.sub_sec_wrap{
		margin-top:40px;
	}
	.sub_con_tit{
		font-size:30px;
	}
	.sub_sec{
		margin-top:40px;
	}
	.kosca_history:after{
		top:7px;
		left:4px;
	}
	.history_box{
		padding-left:20px;
	}
	.history_box .year{
		font-size:30px;
		position: static;
	}
	.history_box img{
		width:100%;
		margin-top:20px;
	}
	.history_list:before{
		top:7px;
		left:0;
	}
	.history_list li{
		font-size:14px;
		padding-left:94px;
	}
	.history_list li:first-child{
		margin-top:20px;
	}
	.history_list li b{
		font-size:15px;
		display: block;
	}

	.introduce_head{
		padding:40px 24px;
	}
	.introduce_tit{
		position:static;
	}
	.introduce_tit i{
		font-size:30px;
	}
	.introduce_tit strong{
		font-size:28px;
		margin-top:10px;
	}
	.introduce_head p{
		font-size:16px;
		margin-top:24px;
		padding:20px 0 6px 0;
		border-left:none;
		border-top:1px solid rgba(25,114,218,.5);
		line-height:26px;
	}
	.introduce_box.first .introduce_head p{
		border-top-color:rgba(255,255,255,.5)
	}
	.introduce_con dl{
		margin-top:60px;
	}
	.introduce_con dt{
		font-size:20px;
		width:100%;
		height: 80px;
		text-align:center;
		line-height: 24px;
	}
	.introduce_con dt:after{
		margin-right:-8px;
		top:auto;
		right:50%;
		bottom:-13px;
		transform:rotate(90deg);
	}
	.introduce_con dd{
		font-size:14px;
		margin:0 20px;
		line-height:1.2;
	}
	.introduce_con dd ul{
		margin-left:0px;
	}
	.introduce_con dd li{
		margin-top:8px;
	}

	.kosca_address{
		font-size:14px;
	}
	.kosca_address div{
		min-height:30px;
		padding-left:80px;
		line-height:20px;
		position:relative;
	}
	.kosca_address .phone{
		line-height:30px;
	}
	.kosca_address span{
		display: block;
		font-size:16px;
		width:60px;
		margin-right:12px;
		line-height:30px;
		position:absolute;
		top:0;
		left:0;
	}
	.transport{
		margin-top:40px;
	}
	.transport li{
		width:auto;
		margin-top:24px;
		margin-left:0;
		float:none;
	}
	.transport li:first-child{
		margin-top:0
	}
	.transport dt{
		font-size:20px;
		margin-bottom:16px;
		padding-left:40px;
		padding-bottom: 12px;
	}
	.transport dt:before{
		width:29px;
		height:29px;
		background-size:29px;
	}
	.transport .busstop dt:before{
		background-position:0 -34px;
	}
	.transport .bus dt:before{
		background-position:0 -68px;
	}
	.transport dd{
		font-size:14px;
		margin-left:8px;
	}



	.organization_tab li{
		font-size:14px;
		line-height:48px;
	}
	.organization_tab.tab4{
		border-left:1px solid #d2d2d2;
		border-bottom:1px solid #d2d2d2;
	}
	.organization_tab.tab4 li{
		width:50%;
		border-bottom:none;
	}
	.organization_tab.tab4 li:first-child{
		border-left: none;
	}
	.organization_chart{
		margin-top:50px;
	}
	.organization_chart img{
		width:80%;
	}
	.organization_chart .department_box:before{
		display:none;
	}
	.organization_chart .department{
		width:auto;
		min-height: auto;
		margin-top:20px;
		margin-left:0;
		padding-bottom:0;
		float:none;
	}
	.organization_chart .department:first-child{
		margin-top:0;
	}
	.organization_chart .department:before{
		display:none;
	}
	.organization_chart .department b{
		font-size:20px;
	}
	.organization_chart .department ul{
		padding:24px;
	}
	.organization_chart .department li{
		font-size:14px;
	}

	.kosca_iframe{
		margin-top:48px;
		max-width:768px;
		padding:0 20px;
	}

	#koscaIframe {
		-ms-zoom: 1;
		-moz-transform: scale(1);
		-moz-transform-origin: 0 0;
		-o-transform: scale(1);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(1);
		-webkit-transform-origin: 0 0;
		width:100%;
	}

	.construction_tbl{
		padding:0 24px;
	}
	.construction_tbl thead th{
		font-size:14px;
		padding:16px 8px;
	}
	.construction_tbl tbody th,
	.construction_tbl tbody td{
		font-size:12px;
		line-height:1.2;
	}
	.construction_tbl tbody th{
		width:35%;
	}
	.construction_tbl tbody td{
		width:65%;
	}
	
	
	.faq_area .question, 
	.faq_area .answer.on{
		padding:16px 40px 16px 56px
	}
	.faq_area i{
		font-size:16px;
		width:24px;
		height:24px;
		line-height:24px;
		left: 16px;;
	}
	.faq_area .question .tit{
		font-size:16px;
		line-height:1.2;
	}

    
	
	.organization_task{
		margin-top:50px;
	}
	.organization_task > ul{
		margin:-30px -8px;
	}
	.organization_task .task_list{
		width:auto;
		margin:30px 8px;
		float: none;
	}
	.task_list .human_info .name_box .department{
		font-size:14px;
	}
	.task_list .human_info .name_box .name{
		font-size:20px;
		margin-top:8px;
	}
	.task_list .task_info{
		padding:24px 16px 0;
	}
	.task_list .task_info li{
		font-size:14px;
		padding-left:80px;
	}
	.task_list .task_info span{
		font-size:13px;
	}

	.executive .member_box{
		margin-top:40px;
		padding:24px;
	}
	.executive .member_box .tit{
		position: static;
	}
	.executive .member_box .tit i{
		font-size:20px;
	}
	.executive .member_box .tit strong{
		font-size:24px;
		margin-top:6px;
	}
	.executive .member_box .tit p{
		font-size:14px;
		margin-top:4px;
	}
	.executive .member_box .member_list{
		margin-top:24px;
		padding-left:0;
		padding-top:24px;
		border-left:none;
		border-top:1px solid #8cb8ec;
	}
	.executive .member_box li{
		width:calc(50% - 10px);
	}



	.construction_law .go_link{
		width: 252px;
		font-size:16px;
	}
	.construction_law .law_list li{
		width:auto;
		margin-top:40px;
		margin-left:0;
		float: none;
	}
	.construction_law .law_list li:nth-child(2){
		margin-top:40px;
	}
	.construction_law .law_list div{
		font-size:14px;
	}
	.construction_law .law_list a{
		font-size:12px;
		padding:16px;
	}
	.construction_law .law_list a span{
		margin-top:8px;
	}

	
	.construction_common_info_area .assign{
		min-height:20px;
	}
	.construction_common_info_area .assign h4{
		font-size:20px;
	}
	.construction_common_info_area .assign span{
		font-size:12px;
		padding-left:10px;
	}
	.construction_common_info > li{
		padding-left:0;
	}
	.construction_common_info > li .tit{
		font-size:18px;
		position: static;
		transform: none;
	}
	.construction_common_info > li .tit span{
		font-size:30px;
		margin-bottom: 4px;
	}
	.construction_common_info > li .view{
		font-size:14px;
		min-height: auto;
		margin-top:16px;
		padding-left:0;
		border-left:none;
	}
	.construction_common_info > li .view .link_box a{
		padding-left:36px;
	}
	.construction_common_info > li .view .con_box li{
		margin-top:10px;
		line-height:1.2;
	}
	.construction_common_info > li .view .con_box li p{
		margin-top:10px;
		line-height: 1.4;
	}

	.sch_page .sch_frm{
		padding:40px 24px;
	}
	.sch_page .sch_frm .inner{
		padding-left:0;
		text-align: center;
	}
	.sch_page .sch_frm .sch_opt{
		display: inline-block;
		font-size:14px;
		margin:0 auto;
		position:static;
		transform: none;
	}
	.sch_page .sch_frm .sch_opt > span{
		margin-left:16px;
	}
	.sch_page .sch_frm .sch_btn{
		margin-top:24px;
	}
	.sch_page .sch_frm .sch_btn input{
		font-size:14px;
		height:32px;
		padding:0 8px;
		line-height: 32px;
	}
	.sch_page .sch_frm .sch_btn button{
		height:32px;
		line-height:32px;
	}
	.sch_page .sch_result li{
		padding:24px 0;
	}
	.sch_page .sch_result .tit a{
		font-size:14px;
	}
	.sch_page .sch_result .tit span{
		display: block;
		font-size:12px;
		margin-top:4px;
		margin-left:0;
	}
	.sch_page .sch_result .info{
		font-size:14px;
	}
	.sch_page .sch_result .info span{
		display: block;
		margin-top:4px;
		margin-left:0;
		padding-left:0;
	}
	.sch_page .sch_result .info span:before{
		display:none;
	}
	.sch_page .sch_result .link_addr{
		font-size:12px;
	}
	

}
@media only screen and (max-width:480px){


	.kosca_iframe{
		margin-top:48px;
		max-width:600px;
		padding:0 20px;
	}

	#koscaIframe {
		-ms-zoom: 1;
		-moz-transform: scale(1);
		-moz-transform-origin: 0 0;
		-o-transform: scale(1);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(1);
		-webkit-transform-origin: 0 0;
		width:100%;
	}
}








