@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#footer { position:relative; z-index:1000;  }

	.sub-visual {position:relative; display:table; width:100%; height:430px; text-align:center;}
	.sub-visual > div { padding-top:80px; display:table-cell; vertical-align:middle; text-align:center; }
	.sub-visual h2{ position:relative;  margin-bottom:20px; line-height:1; font-size:50px; font-weight:700; color:#121212;}
	.sub-visual p { font-size:18px; font-weight:500; color:#0c4da2; }
	.sub-visual01 {  background:url('/images/mtl01r-21-0049/sub/sub_visual01.jpg') no-repeat center center/cover; }
	.sub-visual02 {  background:url('/images/mtl01r-21-0049/sub/sub_visual02.jpg') no-repeat center center/cover; }
	.sub-visual03 {  background:url('/images/mtl01r-21-0049/sub/sub_visual03.jpg') no-repeat center center/cover; }
	.sub-visual04 {  background:url('/images/mtl01r-21-0049/sub/sub_visual04.jpg') no-repeat center center/cover; }
	.sub-visual05 {  background:url('/images/mtl01r-21-0049/sub/sub_visual05.jpg') no-repeat center center/cover; }
	.sub-visual06 {  background:url('/images/mtl01r-21-0049/sub/sub_visual06.jpg') no-repeat center center/cover; }

	.sub-tab{height:53px; }
	.sub-tab > ul:after{content:""; display:block; clear:both;}
	.sub-tab li{float:left;}
	.sub-tab li a{display:block; height:70px; text-align:center; line-height:70px; font-size:18px; font-weight:500; color:#666; border-bottom:2px solid #dadada;  }
	.sub-tab li.active a{font-weight:400; background:#fff; color:#0c4da2; border-bottom:2px solid #0c4da2; }

	.sub-tab .col-1 li{width:100%;}
	.sub-tab .col-2 li{width:50%;}
	.sub-tab .col-3 li{width:calc(100% / 3);}
	.sub-tab .col-4 li{width:25%;}
	.sub-tab .col-5 li{width:20%; }
	.sub-tab .col-6 li{width:calc(100% / 6); }
	.sub-tab .col-7 li{width:calc(100% / 7); }

	@media only screen and (min-width:1201px) {
		.sub-tab > ul{margin:0 auto; width:1200px;}
		.sub-tab li:last-child a{border-right:1px solid rgba(255,255,255,0.15);}
	}

	@media only screen and (min-width: 981px){
		#header{border-bottom:1px solid rgba(255,255,255,0.25);}
	}
	
	@media only screen and (max-width:1200px) {
		.sub-tab li:first-child a{border-left:0;}
	}
	@media only screen and (max-width:768px) {
		.sub-visual { height:250px; }
		.sub-visual > div{ padding-top:90px; }
		.sub-visual h2{ margin-bottom:10px; font-size:25px;}
		.sub-visual p { font-size:16px;  }

		.sub-tab{height:auto;}
		.sub-tab li a{height:45px; line-height:45px; font-size:15px; letter-spacing:-1px; }

		.sub-tab .col-6 li, .sub-tab .col-7 li{width:calc(100% / 3); }
	}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{padding:100px 0; width:100%;}
	#subContents .sub-title { margin-bottom:100px;  }
	#subContents .sub-title h3 { font-size:48px; font-weight:500; color:#0c4da2; text-align:center; }

	.sub-contents p{ margin-bottom:20px; white-space:pre-line; word-break:break-all;}
	.sub-contents p:last-child{margin-bottom:0;}

	.sub-contents .big-txt{margin-bottom:40px; line-height:1.3; font-size:25px; font-weight:700; color:#121212;}
	.sub-contents .big-txt strong{ color:#083262;}
	
	.sub-contents .slogan{border-left:5px solid #0c4da2; padding:5px 0 5px 20px; margin-bottom:50px;}
	.sub-contents .slogan h4{font-size:38px; line-height:1.5; font-weight:400; color:#222; margin-bottom:20px; font-weight:400;}
	.sub-contents .slogan h4 span{font-size:32px; display:block;}
	.sub-contents .slogan h4 strong{font-weight:600;}
	.sub-contents .slogan p{font-weight:400; color:#333; font-size:20px; line-height:1.4; }

	.sub-contents .sub_slogan { font-size:20px; }

	.sub-contents .m_title { margin-bottom:30px; font-weight:300; }
	.sub-contents .m_title p { margin-bottom:0; }
	.sub-contents .m_title p:nth-of-type(2) { font-size:36px; font-weight:500; color:#121212; }
	.sub-contents .m_title p:nth-of-type(2) strong { color:#0c4da2; }

	.sub-contents .dot_list li { position:relative; margin-bottom:20px; padding-left:12px; }
	.sub-contents .dot_list li:before { position:absolute; content:""; left:0; top:7px; width:3px; height:3px; background:#0c4da2; border-radius:50%; }

	.sub-contents .basic_table  { margin-top:30px; border-collapse:collapse; width:100%; border-top:1px solid #121212; }
	.sub-contents .basic_table th, .sub-contents .basic_table td { padding:10px; border-bottom:1px solid #dadada; }
	.sub-contents .basic_table th {  font-weight:500; color:#121212; }

	.sub-contents .basic_list li { position:relative; }
	.sub-contents .basic_list li:before { content:"-"; display:inline-block; margin-right:5px; }

	.sub-contents .gallery:after { content:""; display:block; clear:both; }
	.sub-contents .gallery li { float:left; width:23%; margin-bottom:2%; margin-right:2%; }
	.sub-contents .gallery li:nth-of-type(4n) { margin-right:0; }
	.sub-contents .gallery li img { border:1px solid #dadada; height:390px; }
	.sub-contents .gallery a img {
		-webkit-transition: -webkit-transform .15s ease;
		-moz-transition: -moz-transform .15s ease;
		-o-transition: -o-transform .15s ease;
		-ms-transition: -ms-transform .15s ease;
		transition: transform .15s ease;
		position: relative;
	}
   


	/*걸어온길*/
	.history_issue { position: relative; }
	.history_issue:before {content:''; display:block; width:1px; height:100%; background:#ccc; position: absolute; left: 50%; top:0;}
	.history_issue > li {display:block; position: relative; margin-bottom:80px;}
	.history_issue > li:before {position:absolute; content:''; display:inline-block; width:50px; height:1px; background:#ddd;}
	.history_issue > li:after {position: absolute; content:''; display:inline-block; width:11px; height:11px; border-radius:50%; background:#e60013; }
	.history_issue > li:nth-child(odd) {margin-left: 50%; padding-left:70px; text-align: left;}
	.history_issue > li:nth-child(odd):before {left: 0; top: 21px;}
	.history_issue > li:nth-child(odd):after {left: -5px; top: 16px; background:#e60013;}
	.history_issue > li:nth-child(even) {margin-right: 50%; padding-right:70px; text-align: right;}
	.history_issue > li:nth-child(even):before {right: 0; top: 21px;}
	.history_issue > li:nth-child(even):after {right: -6px; top: 16px; background:#e60013;}
	.history_issue > li h3 {font-size: 38px; color: #083262; font-weight:600;  margin-bottom: 25px; }
	.history_issue > li .histroy-img {display:block; position:absolute; left:-50%; top:0;}
	.history_issue > li .histroy-img .box { display:table; width:200px; height:200px; background:#fff; border:2px solid #15a3df; border-radius:50%; }
	.history_issue > li .histroy-img .box > div { display:table-cell; text-align:center; vertical-align:middle; }
	.history_issue > li .histroy-img .box p.tit { font-size:24px; font-weight:500; color:#15a3df; }
	.history_issue > li .histroy-img .box p.tit strong { font-size:28px; font-weight:600; }
	.history_issue > li:nth-child(even) .histroy-img { left:auto; right:-50%;}
	.issue-list > li { position: relative; font-size:17px; color:#555; margin-bottom: 10px; padding-left: 10px; line-height:1.3; word-break:keep-all; }
	.issue-list > li:last-child {margin-bottom: 20px;}
	.issue-list > li:before {position:absolute; content:''; display:inline-block; width:3px; height:3px; left:0; top:9px;  border-radius: 50px; background:#121212; }
	.history_issue > li:nth-child(even) .issue-list > li:before {position:relative; top:-5px; margin-right:10px;}

 

	@media only screen and (min-width:1201px) {
		#subContents{margin:0 auto; width:1200px;}

		.history_issue > li:nth-child(even) .issue-list > li:before{display:none;}
		.history_issue > li:nth-child(even) .issue-list > li{padding-right:10px; padding-left:0;}
		.history_issue > li:nth-child(even) .issue-list > li:after{position:absolute; content:''; display:inline-block; width:3px; height:3px; right:0; top:9px;  border-radius: 50px; background:#121212; }

	}
	@media only screen and (max-width:1200px) {
		#subContents{padding:100px 20px;}

		.history_issue:before {left:50px;}
		.history_issue > li:nth-child(odd) { margin-left:50px; padding-left: 80px;}
		.history_issue > li:nth-child(odd):before { width: 60px;}
		.history_issue > li:nth-child(even) {margin-right: 0; padding-right: 0px; text-align: left; margin-left:50px; padding-left: 80px; /*margin-top: 50px; margin-bottom:80px;*/}
		.history_issue > li:nth-child(even):before { width: 60px; right: 0; left: 0; }
		.history_issue > li:nth-child(even):after {right: 0; left: -7px;}
		.history_issue > li .histroy-img {position:relative; left:0; top:0;}
		.history_issue > li:nth-child(even) .histroy-img {left:0;}
		.issue-list > li {display:block; }
		.history_issue > li:nth-child(even) .issue-list > li:before {position:absolute; left:0; top:9px; margin-right:0px;}

	}

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

	}

	@media only screen and (max-width:768px) {
		#subContents{padding:50px 10px;}
		#subContents .sub-title { margin-bottom:40px;  }		   
		#subContents .sub-title h3 { font-size:32px; }

		.sub-contents p{font-size:15px; white-space:normal; }
		.sub-contents .big-txt{margin-bottom:20px; font-size:20px;}
		
		.sub-contents .slogan{border-left:3px solid #0c4da2; padding:5px 0 5px 15px; margin-bottom:30px;}
		.sub-contents .slogan h4{font-size:24px; line-height:1.4; margin-bottom:20px;}
		.sub-contents .slogan h4 span{font-size:18px;}
		.sub-contents .slogan p{font-size:16px}	  

		.sub-contents .m_title { margin-bottom:20px; }
		.sub-contents .m_title p:nth-of-type(2) { font-size:28px; }

		.sub-contents .gallery li img { height:120px; }

		/*걸어온길*/
		.history_issue:before {left:30px;}
		.history_issue > li { margin-bottom:40px;}
		.history_issue > li:nth-child(odd) { margin-left:30px; padding-left: 30px;}
		.history_issue > li:nth-child(odd):before { width: 20px;}
		.history_issue > li:nth-child(even) { margin-left:30px; padding-left: 30px; margin-top:0px; margin-bottom:40px;}
		.history_issue > li:nth-child(even):before { width: 20px; }
		.history_issue > li h3 {font-size: 26px; margin-bottom:15px;}
		.issue-list > li {font-size:16px; padding-left:7px; margin-bottom:5px;}
		.issue-list > li:before {width:2px; height:2px; top:7px;}

	}



/* 게시판 관련 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; }
	.whois-board-list .whois-board-row:first-child { border-top:1px solid #083262; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:14px; 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 { display:inline-block; border-top:1px solid #083262; } /* 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:12px; }

	.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: #083262; -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: #083262; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #083262;  border: 0; color:#ffffff; display: inline-block; font-family: "Nanum Gothic", sans-serif;}
	.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 #083262; }
	.sub-border-t { border-top: 1px solid #083262; }
	.sub-border-r { border-right: 1px solid #083262; }
	.sub-border-b { border-bottom: 1px solid #083262; }
	.sub-border-l { border-left: 1px solid #083262; }

	.sub-bg { background-color: #083262; }
	.sub-bg-hover:hover { background-color: #083262; }



/* 로그인/회원가입 관련 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-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
	.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;}