@charset "utf-8";

/* 사업소개 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.business-wrap{position:relative; width: 1140px; margin:0 auto;}
.business-wrap .txt-box{display:flex; flex-wrap:wrap; justify-content:space-between; background:#f8f8f8; padding:40px 60px; margin-bottom:30px}
.business-wrap .txt-box .title{width:45%}
.business-wrap .txt-box .title h4{position:relative; padding:10px 0 0 70px; font-size:30px; font-weight:600; color:#2600ac; letter-spacing:-0.04em; word-break:keep-all}
.business-wrap .txt-box i{position:absolute; display:inline-block; left:0; top:0; width:58px; height:56px; background-repeat:no-repeat; background-position:center center }
.business-wrap .txt-box .info{width:50%}
.business-wrap .txt-box .info li{position:relative; padding-left:16px; font-size:24px; color:#222; font-weight:500; margin-top:15px; letter-spacing:-0.02em; word-break:keep-all}
.business-wrap .txt-box .info li:first-child{ margin-top:0;}
.business-wrap .txt-box .info li:before{position:absolute; content:""; left:0; top:12px; width:7px; height:2px; background:#222;}

.business-wrap .img-list{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.business-wrap .img-list li{text-align:center; width:calc((100% - 40px)/3); }
.business-wrap .img-list li img{width:100%;}
.business-wrap .img-list li p{font-size:20px; font-weight:500; text-align:center; padding-top:20px; color:#555}
.business-wrap .tit-box p{font-size:20px; font-weight:500; text-align:center; padding-top:20px; color:#555}

@media only screen and (max-width:1140px) {
	.business-wrap{width:100%;}
}

@media only screen and (max-width:980px) {
	.business-wrap .txt-box{padding:30px 40px;}
	.business-wrap .txt-box .title h4{padding:8px 0 0 56px; font-size:24px; }
	.business-wrap .txt-box i{width:42px; height:41px; background-size:42px }
	.business-wrap .txt-box .info li{font-size:20px;}
	.business-wrap .img-list li{width:calc((100% - 20px)/3); }
	.business-wrap .img-list li p{font-size:18px;}
	.business-wrap .tit-box p{font-size:18px;}
}

@media only screen and (max-width:768px) {
	.business-wrap .txt-box .title{width:100%; margin-bottom:30px}
	.business-wrap .txt-box .info{width:100%}
	
}

@media only screen and (max-width:520px) {
	.business-wrap .txt-box{padding:25px 20px; margin-bottom:10px}
	.business-wrap .txt-box .title{width:100%; margin-bottom:20px}
	.business-wrap .txt-box .title h4{padding:5px 0 0 45px; font-size:20px; }
	.business-wrap .txt-box i{width:34px; height:33px; background-size:34px }
	.business-wrap .txt-box .info li{padding-left:10px; font-size:16px; margin-top:7px}
	.business-wrap .txt-box .info li:before{top:10px; width:4px; height:1px;}
	.business-wrap .img-list li{width:100%; margin-top:30px;}
	.business-wrap .img-list li:first-child{ margin-top:10px;}
	.business-wrap .img-list li p{font-size:16px; padding-top:15px;}
	.business-wrap .tit-box p{font-size:16px; padding-top:15px;}
}



/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.sub-tab{border-bottom:1px solid #ddd; text-align:center;}
	.sub-tab > ul:after{content:""; display:block; clear:both;}
	.sub-tab > ul{display:flex; flex-wrap:wrap; justify-content:space-between; }
	.sub-tab > ul li {position: relative; display:table;}
	.sub-tab li a{display: table-cell; vertical-align:middle; font-size:18px; padding:14px 20px; color: #555; font-weight: 400; text-align: center; width: 100%; border-left:1px solid #ddd}
	.sub-tab li:last-child a{ border-right:1px solid #ddd}
	.sub-tab li a:hover{background:#e1e1e1;}
	.sub-tab li.active a{ color:#fff; background:#137bc2;}
	
	.sub-tab ul li:not(:last-child):after {height: 20px;top: calc(50% - 10px);}
	.sub-tab .col-1 li {width: 100%}
	.sub-tab .col-2 li {width:50%;}
	.sub-tab .col-3 li {width:33.33%;}
	.sub-tab .col-4 li {width:25%;}
	.sub-tab .col-5 li {width:20%;}
	.sub-tab .col-8 li {width:11.1%}
	.sub-tab .col-8 li a{padding:14px 5px;  font-size:17px;}
		
	@media only screen and (min-width:1201px) {
		.sub-tab > ul{width:1200px; margin:0 auto; }
		.sub-tab li:last-child a{border-right:1px solid #ddd;}
	}
	
	@media only screen and (max-width:1060px) {
		.sub-tab .col-8 li{width:25%;}
		.sub-tab .col-8 li:nth-child(-n+8){border-bottom:1px solid #ddd;}
	}
	
	@media only screen and (max-width:1200px) {
		.sub-tab li:first-child a{border-left:0;}
		.sub-tab li a{font-size:16px;}
	}

	@media only screen and (max-width:768px) {
		.sub-tab li a{font-size:14px; padding:12px 10px;}
		.sub-tab .col-8 li a{font-size:14px; padding:10px 5px}
	}
	@media only screen and (max-width:500px) {
		.sub-tab .col-8 li{width:50%; border-bottom:1px solid #ddd;}
		.sub-tab .col-8 li:nth-child(9){border-bottom:0; width: 100%; /*calc(50% + 1px);*/}		
	}
	

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{padding:100px 20px; width:100%;}
	#subContents .sub-head-title{font-size:36px; color:#222; line-height:1.4; font-weight:600; text-align:center; margin:0 auto 50px; word-break:keep-all;}
	/*.sub1_1 .sub-head-title:after, .sub1_2 .sub-head-title:after, .sub1_4 .sub-head-title:after, .sub4_1 .sub-head-title:after{content:''; display:block; width:1px; height:50px; background:#333; margin:0 auto; margin-top:30px;}*/
	#subContents .sub-head-title:after{content:''; display:block; width:1px; height:50px; background:#333; margin:0 auto; margin-top:30px;}
	#subContents .sub2 {padding-bottom:150px}
	#subContents .sub2 .sub-head-title{margin:0 auto 30px;}
	#subContents .sub-top-tit{display:block; text-align:center; font-size:22px; font-weight:300; color:#333; line-height:1.4; margin-top:20px }
	.sub-contents p{word-break:break-all;}
	.sub-contents p:last-child{margin-bottom:0;}
	
	.sub-visual {width:100%; height:350px; }
	.sub-visual.sub-visual01{ background:url('/images/mtl01r-21-0040/sub/subtop_image01.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual02{ background:url('/images/mtl01r-21-0040/sub/subtop_image02.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual03{ background:url('/images/mtl01r-21-0040/sub/subtop_image03.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual04{ background:url('/images/mtl01r-21-0040/sub/subtop_image04.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual05{ background:url('/images/mtl01r-21-0040/sub/subtop_image05.jpg') no-repeat center center/cover;}
	
	.sub_title {height:350px; display: table; text-align: center; width: 100%; position: absolute; top:0px; left:0;}
	.sub_title > div{display: table-cell; vertical-align: middle;}	
	.sub_title > div > h1 {font-size: 50px; margin-bottom: 0px; color:#fff; padding-top:80px;}

	.sub-contents .area_inner { width:1200px; margin:0 auto;}

	@media only screen and (max-width:1200px) {
		.sub-contents .area_inner {width:100%;}
		.sub-visual {height:240px;}
		.sub_title {height:240px; top:65px;}
		.sub_title > div > h1 {padding-top:0}
	}
	@media only screen and (max-width:980px) {
		#subContents{padding:80px 20px;}
	
	}
	@media only screen and (max-width:768px) {
		#subContents{padding:50px 20px;}
		#subContents .sub-head-title{font-size:22px; margin:0 auto 30px}
		#subContents .sub-head-title:after{height:30px; margin-top:15px;}
		#subContents .sub-top-tit{font-size:16px; margin-top:10px }
		#subContents .sub2 {padding-bottom:60px}
		#subContents .sub2 .sub-head-title{margin:0 auto 15px;}
		.sub-visual {height:160px;}
		.sub_title { height: 160px;}
		.sub_title > div > h1 { font-size: 28px; margin-bottom: 0px;}
	}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/* 일반게시판 List */
	.whois-board-list { display:inline-block; padding:0; font-size:13px; }
	.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000000; font-size: 15px; }
	.whois-board-list .whois-board-row:first-child { border-top:1px solid #137bc2; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:16px; font-weight:600; }
	.whois-board-list .whois-board-row .whois-board-row-info { color:#acacac; }
	.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

	/* 일반게시판 view */
	.whois-board-view .board-content{color:#555}
	.contents_sub .next_data_area, .contents_sub .prev_data_area{font-size:15px;} 
	.contents_sub .next_data_area .b, .contents_sub .prev_data_area .b{font-weight:500} 
	
	.whois-board-view { display:inline-block; border-top:1px solid #137bc2; } /* Line 색상 */
	.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
	.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
	.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:16px; line-height: 26px;}
	.whois-board-list .whois-board-row.view .whois-board-row-content {font-size:16px; line-height: 26px;}

	.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
	.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
	.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }

	/* 게시판 버튼 */
	.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #137bc2; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
	.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #137bc2; }
	.btn_file{color:#fff !important;}

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #137bc2;  border: 0; color:#ffffff; display: inline-block;}
	.sub-box.sm { font-size: 12px; padding: 2px 5px;}
	.sub-box.m { font-size: 14px; padding: 4px 8px;}
	.sub-box.lg { font-size: 16px; padding: 6px 12px;}
	 
	.sub-border { border: 1px solid #137bc2; }
	.sub-border-t { border-top: 1px solid #137bc2; }
	.sub-border-r { border-right: 1px solid #137bc2; }
	.sub-border-b { border-bottom: 1px solid #137bc2; }
	.sub-border-l { border-left: 1px solid #137bc2; }

	.sub-bg { background-color: #137bc2; }
	.sub-bg-hover:hover { background-color: #e64600; }
	
	.sub-content {width:1200px; margin:0 auto;}
	.paginate_regular {margin-top:30px;}
	
	label{font-weight:500; color:#555}
    @media only screen and (max-width: 1200px) {
            .sub-content {width:100%;}
        }

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.material-form{margin:0 auto; background:#fff;}
	.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
	.material-form .header h3{font-size:30px;}
	.material-form .header p,
	.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

	.material-form .sub-header h4{font-weight:bold;	height:34px; line-height:34px; font-size:16px;}
	.material-form .sub-content .form-group:last-child{margin:0;}

	.material-form .input-group{position:relative; border:0;}
	.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

	.material-form .form-control,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{border:1px solid #ccc; transition:0.3s all ease;}

	/*.material-form .btn:first-child,*/
	.material-form .input-group .form-control:first-child,
	.material-form .input-group .form-control.first,
	.material-form .input-group .th + .form-control,
	.th + input[type='text'].whois,
	.th + input[type='password'].whois,
	.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

	/*.material-form .btn:last-child,*/
	.material-form .input-group .form-control:last-child,
	.material-form .input-group .form-control.last,
	.material-form .input-group .input-group-btn:last-child,
	.material-form .input-group .input-group-btn:last-child button,
	.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

	.material-form .form-group{margin-bottom:15px; overflow:visible;}

	.material-form .form-group.success .form-control{color:#5cb85c;}
	.material-form .form-group.failed .form-control{color:#d9534f;}
	.material-form .form-control[readonly]{background:#fff;}
	.material-form .btn {height:38px;}
	.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

	.material-form .input-group input,
	.material-form .input-group select,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{z-index:10;}

	.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

	.input-group label.th.ie9{z-index:11; display:block;}
	.material-form .desc{padding:10px 0;}

	.chkbox{display:inline-block; margin:0; padding:0;}
	.chk-block,
	.chk-block span{display:block; text-align:center; width:100%;}

	.chkbox input[type='radio'],
	.chkbox input[type='checkbox']{display:none;}
	.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
	.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
	.chkbox input[type='radio']~.box,
	.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
	.chkbox input[type='radio']~.box:before,
	.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;font-family: 'Glyphicons Halflings'}
	.chkbox input[type='radio']~.box:before{content:"\e165";}
	.chkbox input[type='checkbox']~.box:before{content:"\e013";}
	.chkbox input[type='radio']:checked~.box,
	.chkbox input[type='checkbox']:checked~.box{color:#666;}
	.chkbox input[type='radio']:checked~.box:before,
	.chkbox input[type='checkbox']:checked~.box:before{color:#666;}


		