@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.sub-tab{ /*border-bottom:1px solid #ddd;*/ text-align:center; background:#22a4bc}
	.sub-tab > ul:after{content:""; display:block; clear:both;}
	.sub-tab li {height:50px;}
	.sub-tab li a{display:inline-block; width: 100%; height:54px; text-align:center; line-height:54px; font-size:18px; color:#fff; font-weight:400; border-left:1px solid rgba(221,221,221,0.5);}
	.sub-tab li.active a{ color:#22a4bc; /*border-bottom:3px solid #ce112d;*/ background:#fff; font-weight:500;}
	.sub-tab.fixed{z-index:555;position:fixed;top:80px;left:0;width:100%;background:#fff; display:none;}
	.sub-tab.fixed ul{margin:0 auto;width:auto;}
	.sub-tab.fixed a{ border-bottom:0;border-top:0;}
	.sub-tab > ul li {position: relative; display: inline-block; float: left; /*width: 300px;*/ height: 50px;}

		.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-6 li{width:16.66%;}
		.sub-tab .col-7 li{width:14.28%;}
		.sub-tab .col-8 li{width:12.5%;}
		.sub-tab .col-9 li{width:11.11%;}
		.sub-tab .col-10 li{width:10%;}
		.sub-tab .col-11 li{width:9.09%;}
		.sub-tab .col-12 li{width:8.33%;}
		.sub-tab .col-13 li{width:7.69%;}
		.sub-tab .col-14 li{width:7.14%;}
		.sub-tab .col-15 li{width:6.66%;}
	
	.title-divider { text-align: left; margin:0.5em 0 1em; background: #ffffff url(/images/basic_resp/img/bg_divider.png) left center repeat-x; padding: 0; }
	.title-divider span { background: #ffffff; padding-right: 0.5em; font-weight: 500; }
	.title-divider small { display: block; color: rgba(51, 51, 51, 0.6); }
	
	/* 서브상단 페이지네비 */
	.whois-sub-page-guide { background-color:#fafafa; overflow: hidden; }
	.whois-sub-page-guide .whois-sub-page-guide-navi { padding:14px 0 14px 0; font-size:12px; text-align:right; color:#888888; }
	.whois-sub-page-guide .whois-sub-page-guide-navi b { color:#333; }

	@media only screen and (min-width:1201px) {
		.sub-tab > ul{margin:0 auto; display: inline-block; width:1200px;}
		.sub-tab li:last-child a{border-right:1px solid rgba(221,221,221,0.5);}
	}
	@media only screen and (max-width:1200px) {
		.sub-tab > ul {width:100%;}
		.sub-tab.fixed {top: 65px;}
		.sub-tab li:first-child a{border-left:0;}
	}
	@media only screen and (max-width:980px) {
		h2.title-divider { font-size: 2rem; }
	}
	@media only screen and (max-width:768px) {
		/*.sub-tab {height:50px;}*/
		.sub-tab .col-4 li {width:50%;}
		.sub-tab ul {border-top:1px solid #eee;}
		.sub-tab li a {height:50px; line-height:50px; font-size:15px; border-bottom:1px solid rgba(221,221,221,0.5);}

		.whois-sub-page-guide .whois-sub-page-guide-navi { width:100%; padding:14px 0 14px 0; float:right; }
	}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{padding:100px 20px; width:100%; font-family: 'Noto Sans KR',AppleGothic,Arial,Helvetica,sans-serif;}
	.sub-contents p{white-space:pre-line; word-break:break-all;}
	.sub-contents p:last-child{margin-bottom:0;}
	
	.sub-visual {width:100%; height:290px; }
	.sub-visual.board_visual {height:290px;}
	/*.sub-visual.sub-visual01{ background:url('/images/mtl01r-20-0043/sub/subtop_image01.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual02{ background:url('/images/mtl01r-20-0043/sub/subtop_image02.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual03{ background:url('/images/mtl01r-20-0043/sub/subtop_image03.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual04{ background:url('/images/mtl01r-20-0043/sub/subtop_image04.jpg') no-repeat center center/cover;}
    .sub-visual.sub-visual05{ background:url('/images/mtl01r-20-0043/sub/subtop_image05.jpg') no-repeat center center/cover;}*/
	
	.sub_title {display: table; text-align: center; width: 100%; height: 290px; position: absolute; top: 0; left:0;}
	.sub_title.board_title {height:290px;}
	.sub_title > div {display: table-cell; vertical-align: middle;}
	.sub_title > div > h1 { color: #1d1d1d; font-size: 45px; font-weight: 300; line-height:2.5; margin-top:100px; background:url('/images/mtl01r-20-0043/sub/tit_icon.png') no-repeat center 0px;}
	/*.sub_title > div > h1:after {content:''; display:block; width:60px; height:2px; margin:0 auto; margin-top:40px; background:#fff;}*/
	/*.sub_title.board_title > div{padding-top: 80px;}	
	.sub_title.board_title > div > h1 {font-size: 48px; margin-bottom: 0px;}
	.sub_title.board_title > div > h1:after { margin-top: 30px;}
	.sub_title.board_title > div > a {display:none;}*/

	.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:400px;}
		.sub_title { height: 400px;}
		.sub_title > div  { padding-top: 65px;}
		.sub_title > div > h1 {font-size: 50px; margin-bottom: 40px;}
		.sub_title > div > h1:after { margin-top: 30px;}
		.sub_title.board_title > div {padding-top: 65px;}
		.sub_title.board_title > div > h1 {font-size: 50px; }
	}
	@media only screen and (max-width:980px) {
		#subContents{padding:80px 20px;}
	
	}
	@media only screen and (max-width:768px) {
		#subContents{padding:50px 20px;}
		/* .sub-contents p{font-size:14px; white-space:normal; word-break:break-word;} */
		.sub-visual {height:250px;}
		.sub-visual.board_visual {height:250px;} 
		.sub_title { height: 250px;}
		.sub_title.board_title {height:250px;}
		.sub_title > div > h1 { font-size: 30px; margin-top:50px;}
		/*.sub_title > div > h1:after { width: 40px; margin-top: 20px;}*/
		.sub_title > div > a {display:none;}
        .sub_title.board_title > div > h1 {font-size: 30px; }
        .sub_title.board_title > div > h1:after { margin-top: 20px;}
	}
	@media only screen and (max-width:500px) {
		.sub_title > div > h1 {margin-top:70px;}
	}


/*  연혁  */
.history{position:relative;display:inline-block;width:100%;margin:0;padding:0}
.history:before{position:absolute;left:50%;top:0;height:100%;border-left:1px solid #ddd;content:""}
.history dt{position:relative;width:150px;margin:0 auto;font-size:1.733em;color:#fff;font-weight:300;text-align:center;letter-spacing:-.02em}
.history dt span{position:absolute;left:0;top:90px;right:0;bottom:0}
.history dt img{width:100%}
.history dt + dd{margin-top:40px}
.history dd{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
.history dd + dd{margin-top:40px}
.history dd.afr{float:right;padding-left:50%;text-align:left}
.history dd.afl{float:left;padding-right:50%;text-align:right}
.history dd strong{position:relative;display:inline-block;margin-bottom:15px;padding:0;font-size:2em;color:#22a4bc;line-height:34px; letter-spacing:-1px;}
.history dd strong:before{position:absolute;top:50%;width:15px;height:15px;margin-top:-8px;background:#ccc;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}
.history dd.afr strong:before{left:-92px}
.history dd.afl strong:before{right:-93px}
.history dd.afr strong:after{position:absolute;left:-77px;top:16px;width:55px;height:1px;border-bottom:1px solid #e2e2e2;content:""}
.history dd.afl strong:after{position:absolute;top:16px;right:-78px;width:55px;height:1px;border-bottom:1px solid #e2e2e2;content:""}
.history dd.afr strong,
.history dd.afr ul{margin-left:85px}
.history dd.afl strong,
.history dd.afl ul{margin-right:85px}
.history dd ul li{min-height:auto;font-size:1em; line-height:1.4}
.history dd ul li + li{margin-top:12px}
.history dd.afr ul li{position:relative;padding:0 0 0 30px}
.history dd.afr ul span{display:inline-block;position:absolute;left:0;top:0;color:#444; font-weight:600;}
.history dd.afl ul li{position:relative;padding:0 30px 0 0;}
.history dd.afl ul span{display:inline-block;position:absolute;top:0;right:0;color:#444; font-weight:600;}

/*@media screen and (max-width: 768px) {
	.history {font-size:15px;}
	.history dd.afr strong:before{left:-62px}
	.history dd.afl strong:before{right:-63px}
	.history dd.afr strong:after{width:35px;left:-47px}
	.history dd.afl strong:after{width:35px;right:-48px}
	.history dd.afr strong,
	.history dd.afr ul{margin-left:55px}
	.history dd.afl strong,
	.history dd.afl ul{margin-right:55px}
	.history dd ul li{font-size:1em}
	.history dd.afr ul li{padding-left:25px}
	.history dd.afl ul li{padding-right:25px}
}*/
@media screen and (max-width: 768px) {
	.history:before{left:30px}
	.history dt{width:60px;margin:0;font-size:.8em;letter-spacing:0}
	.history dt span{top:35px}
	.history dt + dd{margin-top:30px}
	.history dd + dd{margin-top:30px}
	.history dd.afr,
	.history dd.afl{float:left;padding:0 0 0 40px;text-align:left}
	.history dd strong{font-size:1.8em}
	.history dd strong:before{width:11px;height:11px;margin-top:-5px}
	.history dd.afr strong:before,
	.history dd.afl strong:before{left:-25px}
	.history dd.afr strong:after,
	.history dd.afl strong:after{display:none}
	.history dd.afr strong,
	.history dd.afr ul,
	.history dd.afl strong,
	.history dd.afl ul{margin:0 0 12px 10px}
	.history dd.afr ul li,
	.history dd.afl ul li{padding:0 0 0 45px}
	.history dd.afl ul span{left:0}
}


/* 게시판 관련 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; float:left; border-bottom:1px solid #eee; color:#000000; font-size: 14px; }
	.whois-board-list .whois-board-row:first-child { border-top:3px solid #555; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 7px 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; font-size:14px; padding:0 10px;}
	.whois-board-list .whois-board-row .whois-board-row-info span:first-child.whois-board-row-author {padding-left:0;}

	/* 일반게시판 view */
	.whois-board-view { display:inline-block; border-top:3px solid #555; } /* 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: #555; -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: #232323; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #ce112d;  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 #ce112d; }
	.sub-border-t { border-top: 1px solid #ce112d; }
	.sub-border-r { border-right: 1px solid #ce112d; }
	.sub-border-b { border-bottom: 1px solid #ce112d; }
	.sub-border-l { border-left: 1px solid #ce112d; }

	.sub-bg { background-color: #ce112d; }
	.sub-bg-hover:hover { background-color: #e64600; }
	
	.sub-content {width:1200px; margin:0 auto;}
	.paginate_regular {margin-top:30px;}
	
    @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;}


/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*  회사개요  */
.sub-contents.sub1_1 .area01 { width: 1200px; margin:0 auto; margin-bottom:80px; display: table; text-align:center}
.sub-contents.sub1_1 .area01 > ul {display: inline-block; position: relative;}
.sub-contents.sub1_1 .area01 > ul:before {content:''; display:inline-block; width:100%; height:1px; background:#ddd; position: absolute; left: 0; top: 50%; z-index: -1;}
.sub-contents.sub1_1 .area01 > ul:after {content:''; display:block; clear:both;}
.sub-contents.sub1_1 .area01 > ul > li { float: left; display: table; width: 260px; height: 260px; border-radius: 50%; background: #5f5f5f; text-align:center; margin-top:35px; position: relative;}
.sub-contents.sub1_1 .area01 > ul > li p { display: table-cell; vertical-align: middle; color:#fff; font-size:22px; line-height:30px; }
.sub-contents.sub1_1 .area01 > ul > li:first-child:after {content:''; display:inline-block; width:14px; height:14px; border-radius:50%; border:3px solid #ce112d; position: absolute; top: 48%; right: -7px; background: #fff;}
.sub-contents.sub1_1 .area01 > ul > li:nth-child(2) {width:330px; height:330px; background:#ce112d; margin:0px 120px;}
.sub-contents.sub1_1 .area01 > ul > li:last-child:after {content:''; display:inline-block; width:14px; height:14px; border-radius:50%; border:3px solid #ce112d;  position: absolute; top: 48%; left: -7px; background: #fff;}
.sub-contents.sub1_1 .area01 .info_txt {font-size: 20px; line-height: 30px;}
.sub-contents.sub1_1 .area01 .info_txt:before {content:''; display:block; background:#ce112d; margin:30px 0px; }

.sub-contents.sub1_1 .area02 { width: calc(100% + 40px);  padding: 80px 0px; background: #f5f5f5; position: relative; left: -20px;}
.sub-contents.sub1_1 .area02 .area_inner {display: table; width:1200px; height: 300px; margin:0 auto;}
.area_inner .ssub_title {text-align: center; font-size: 36px; color: #ce112d; margin-bottom: 50px;}
.area_inner .ssub_title:after {content:''; display:block; width:30px; height:1px; background:#ce112d; margin:0 auto; margin-top:20px;}
.sub-contents.sub1_1 .area02 .area_inner:after {content:''; display:block; clear:both;}
.sub-contents.sub1_1 .area02 .area_inner .left_area {display: inline-block; float: left; width: 540px; padding: 40px 20px; background: #fff; text-align: center;}
.sub-contents.sub1_1 .area02 .area_inner .left_area h4 { font-size: 22px; line-height: 35px;}
.sub-contents.sub1_1 .area02 .area_inner .left_area h4:before {content:''; display:block; width:27px; height:19px; background:url('/images/mtl01r-20-0043/sub/greeting_icon01.png') no-repeat center center;  margin: 0 auto; margin-bottom: 35px;}
.sub-contents.sub1_1 .area02 .area_inner .left_area p {font-size: 16px; line-height: 24px;}
.sub-contents.sub1_1 .area02 .area_inner .left_area p:after {content:''; display:block; width:27px; height:19px; background:url('/images/mtl01r-20-0043/sub/greeting_icon02.png') no-repeat center center; margin: 0 auto; margin-top: 35px;}
.sub-contents.sub1_1 .area02 .area_inner .right_area {display: inline-block; float: right; }

.sub-contents.sub1_1 .area03 .area_inner {width: 1200px; margin:0 auto; margin-top:80px; }
.sub-contents.sub1_1 .area03 .area_inner:after {content:''; display:block; clear:both;}
.sub-contents.sub1_1 .area03 .left_area {display: inline-block; float: left;}
.sub-contents.sub1_1 .area03 .right_area {display: inline-block; float: right; width: 600px;}
.sub-contents.sub1_1 .area03 .right_area .right_txt {display: table; height: 320px;}
.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner {display: table-cell; vertical-align: middle;}
.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:first-child {font-size: 18px; margin-bottom: 45px;}
.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:first-child > span {font-size: 25px; color: #ce112d; font-weight: bold;}
.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:last-child { line-height: 24px;}
 
@media only screen and (max-width:1200px) {
	.sub-contents.sub1_1 .area01 {width:100%; height: auto; margin-bottom: 60px;}
	.sub-contents.sub1_1 .area01 > ul > li { width: 200px; height: 200px;}
	.sub-contents.sub1_1 .area01 > ul > li:nth-child(2) { width: 280px; height: 280px; margin:0px 60px;}
	.sub-contents.sub1_1 .area01 > ul > li p { font-size: 18px; line-height: 26px;}
	.sub-contents.sub1_1 .area01 > ul > li p > img {width:80%;}
	.sub-contents.sub1_1 .area01 .info_txt { font-size: 18px; line-height: 26px;}
	
	.sub-contents.sub1_1 .area02 {padding:60px 20px;}
	.sub-contents.sub1_1 .area02 .area_inner { width:100%;}
	.sub-contents.sub1_1 .area02 .area_inner .left_area { width: 100%; display: block; float: none;}
	.sub-contents.sub1_1 .area02 .area_inner .right_area {display: block; float: none; text-align: center; margin-top: 30px;}
	
	.sub-contents.sub1_1 .area03 .area_inner {width:100%; margin-top:60px;}
	.sub-contents.sub1_1 .area03 .left_area { display: block; float: none; text-align: center; }
	.sub-contents.sub1_1 .area03 .right_area { display: block; float: none; width:100%; margin-top:30px;}
	.sub-contents.sub1_1 .area03 .right_area .right_txt { display: block; height: auto;} 
	.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner {display: block; text-align: center;}
}

@media only screen and (max-width:980px) {
	.area_inner .ssub_title {font-size: 25px; margin-bottom: 30px;}
	.sub-contents.sub1_1 .area01 > ul > li { width: 180px; height: 180px; margin-top: 20px;}
	.sub-contents.sub1_1 .area01 > ul > li:nth-child(2) { width: 220px; height: 220px; margin:0px 50px;}
	.sub-contents.sub1_1 .area01 > ul > li p { font-size: 16px; line-height: 24px;}
	.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:first-child > span {font-size: 22px;}
}

@media only screen and (max-width:768px) {
	.sub-contents.sub1_1 .area01 > ul > li { float: none; margin-top: 0px; margin-left: 20px;}
	.sub-contents.sub1_1 .area01 > ul > li:nth-child(2) {margin: 50px 0px;}
	.sub-contents.sub1_1 .area01 > ul > li:first-child:after { right: 46%; top: auto; bottom: -7px;}
	.sub-contents.sub1_1 .area01 > ul > li:last-child:after { top: -7px; left: 46%;}
	.sub-contents.sub1_1 .area01 > ul:before { width: 1px; height: 100%; left: 50%; top:0;} 
	
	.sub-contents.sub1_1 .area02 .area_inner .left_area h4 { font-size: 18px; line-height: 30px;}
	
}

@media only screen and (max-width:480px) {
	.sub-contents.sub1_1 .area01 .info_txt { font-size: 16px;  line-height: 24px;}
}

/*  연혁  */
.sub-contents.sub1_2 {text-align:center;}
.sub-contents.sub1_2 .company_history {position: relative; display: table; width: 230px; height: 230px; margin:0 auto; background: #ce112d; border-radius: 50%; font-size: 33px; color: #fff; text-align: center;}
.sub-contents.sub1_2 .company_history:after {content:''; display: block; width:250px; height:250px; border:1px solid #ccc; border-radius: 50%; position: absolute; left: -10px; top: -10px;}
.sub-contents.sub1_2 .company_history > div {display: table-cell; vertical-align:middle;}
.sub-contents.sub1_2 .company_history > div span {display:block; margin-top: 15px; font-size: 25px;}
.history_wrap { position: relative; padding-top: 80px; padding-bottom: 50px;}
.history_wrap:before {content:''; display:block; width:1px; height:100%; background:#ccc; position: absolute; left: 50%; top: 10px;}
.history_wrap > li {display:block; position: relative;}
.history_wrap > li:before {content:''; display:inline-block; width:120px; height:1px; background:#ce112d; position:absolute; }
.history_wrap > li:after {content:''; display:inline-block; width:13px; height:13px; border-radius:50%; border:3px solid #ce112d; position: absolute;}
.history_wrap > li:nth-child(odd) {margin-left: 50%; padding-left: 155px; text-align: left;}
.history_wrap > li:nth-child(odd):before {left: 0; top: 22px;}
.history_wrap > li:nth-child(odd):after {left: -6px; top: 16px; background: #fff;}
.history_wrap > li:nth-child(even) {margin-right: 50%; padding-right: 155px; text-align: right;}
.history_wrap > li:nth-child(even):before {right: 0; top: 22px;}
.history_wrap > li:nth-child(even):after {right: -7px; top: 16px; background: #fff;}
.history_wrap > li h3 {font-size: 48px; font-weight: bold; font-style: italic; line-height: 1; margin-bottom: 25px; color: #1e1e1e;}
.year_txt > li {margin-bottom: 10px; position: relative; padding-left: 15px; display:inline-block; font-weight: 300; line-height: 24px;}
.year_txt > li:last-child {margin-bottom: 20px;}
.year_txt > li:before {content:''; display:inline-block; width:6px; height:1px; background:#333; position:absolute; left:0; top:10px;}
.history_wrap > li:nth-child(even) .year_txt > li:before {position:relative; top:-5px; margin-right:10px;}

@media only screen and (max-width:980px) {
	.sub-contents.sub1_2 .company_history { width: 200px; height: 200px;}
	.sub-contents.sub1_2 .company_history:after {width: 220px; height: 220px;}
	.sub-contents.sub1_2 .company_history {margin:initial;}
	.history_wrap:before {left: 100px;}
	.history_wrap {padding-bottom: 10px;}	
	.history_wrap > li:nth-child(odd) { margin-left: 100px; padding-left: 80px;}
	.history_wrap > li:nth-child(odd):before { width: 60px;}
	.history_wrap > li h3 {font-size: 40px;}
	.history_wrap > li:nth-child(even) {margin-right: 0; padding-right: 0px; text-align: left; margin-left: 100px; padding-left: 80px; margin-top: 50px; margin-bottom:50px;}
	.history_wrap > li:nth-child(even):before { width: 60px; right: 0; left: 0; }
	.history_wrap > li:nth-child(even):after {right: 0; left: -7px;}
	.year_txt > li {display:block; }
	.history_wrap > li:nth-child(even) .year_txt > li:before {position:absolute; left:0; top:9px; margin-right:0px;}
}

@media only screen and (max-width:480px) {
	.sub-contents.sub1_2 .company_history { width: 160px; height: 160px; margin:0 auto; font-size: 25px;}
	.sub-contents.sub1_2 .company_history:after { width: 180px; height: 180px;}
	.sub-contents.sub1_2 .company_history > div span { font-size: 20px;}
	.history_wrap > li h3 {font-size: 36px;}
	.history_wrap:before { display:none;}
	.history_wrap > li:nth-child(odd) {margin-left: 0px; padding-left: 0px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
	.history_wrap > li:nth-child(odd):before {display:none;}
	.history_wrap > li:nth-child(odd):after {display:none;}
	.history_wrap > li:nth-child(even) {margin-left: 0px; margin-top: 30px; margin-bottom: 30px; padding-left: 0px;}
	.history_wrap > li:nth-child(even):before {display:none;}
	.history_wrap > li:nth-child(even):after {display:none;}
}


/*  오시는 길 
.map_info {text-align: center; margin-bottom:50px;}
.map_info img {margin-right:13px; vertical-align: text-top;}
.map_info > h2 {font-size: 20px; font-weight: 400; margin-bottom: 30px;}
.map_txt {display: inline-block;}
.map_txt:after {content:''; display:inline-block; clear:both;}
.map_txt > li { font-size: 18px; float: left; padding-right: 40px; margin-right: 40px; border-right: 1px solid #ccc;}
.map_txt > li:last-child { padding-right: 0px; margin-right: 0px; border-right:none;}
.trans_info {margin-top: 40px;}
.trans_info:after {content:''; display:block; clear:both;}
.trans_info > li {float: left; margin-right: 30px; width: calc(100%/3 - 21px); text-align: center;}
.trans_info > li:last-child {margin-right: 0px;}
.trans_info > li h3 {font-size: 20px; color: #ce112d; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #ce112d;}

@media only screen and (max-width:1200px) {
	.root_daum_roughmap {width:100% !important;}
}

@media only screen and (max-width:768px) {
	.map_info > h2 {font-size: 18px; line-height: 26px;}
	.map_txt:after {display:none;}
	.map_txt > li {float: none; padding-right:0px; margin-right:0px; border-right: none; margin-bottom: 20px;}
	.map_txt > li:last-child {margin-bottom: 0px;}
	.trans_info > li {float: none; width: 100%; margin-right: 0px; margin-bottom: 30px;}
	.trans_info > li:last-child {margin-bottom: 0px;}
} */





/* ---------------- 오시는 길----------- */
.sub1-3 .cont_1 {
    max-width: 100%;
    margin: 0 auto 120px auto;
}

.sub1-3 .cont_1 .tit {
    margin-bottom: 60px;
}

.sub1-3 .root_daum_roughmap {
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sub1-3 .cont_1:after,
.sub1-3 .cont_2:after {
    content: "";
    display: block;
    clear: both;
}

.sub1-3 .cont_1 .map-info {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 130px;
}

.sub1-3 .cont_1 .map-info dl {
    display: block;
    padding: 40px 100px;
    border: 1px solid #d2d2d2;
    position: absolute;
    width: 100%;
    top: 50px;
    background: #fff;
    z-index: 9;
}

.sub1-3 .cont_1 .map-info dl dt,
.map-info dl dd {
    display: inline-block;
}

.sub1-3 .cont_1 .map-info dl dt {
    width: 42%;
    /*height: 60px;*/
    line-height: 60px;
    font-size: 25px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 500;
    vertical-align: middle;
    border-right: 2px solid #22a4bc;
}

.sub1-3 .cont_1 .map-info dl dd {
    /*height: 60px;*/
    line-height: 29px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.5px;
    padding-left: 74px;
}

.sub1-3 .cont_1 .map-info dl dd em {
    font-style: normal;
    color: #41af71;
    display: inline-block;
    font-weight: 400;
}

.sub1-3 .cont_2 .img-txt p {
    position: absolute;
    margin-left: -91px;
    left: 60%;
    top: -50px;
    width: 100px;
    height: 100px;
    background-color: #f4f4f4;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

.sub1-3 .cont_2 .img-txt:nth-child(1) p {
    background-image: url('/images/mtl01r-20-0043/sub/map_icn_1s.png');
}

.sub1-3 .cont_2 .img-txt:nth-child(2) p {
    background-image: url('/images/mtl01r-20-0043/sub/map_icn_2s.png');
}

.sub1-3 .cont_2 .img-txt:nth-child(3) p {
    background-image: url('/images/mtl01r-20-0043/sub/map_icn_3s.png');
}

.sub1-3 .cont_2 .img-txt h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1.5px;
}

.sub1-3 .cont_2 .img-txt li dl {
    padding-left: 10px;
    text-align: left;
}

.sub1-3 .cont_2 .img-txt li dl dt {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 30px;
    color: #22a4bc;
    padding-left: 10px;
    position: relative;
}

.sub1-3 .cont_2 .img-txt li dl dt:before {
    display: block;
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #41af71;
    border-radius: 5px;
    left: 0;
    top: 12px;
}

.sub1-3 .cont_2 .img-txt li dl dd {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 10px;
    letter-spacing: 0px;
    word-break: keep-all;
}

.sub1-3 .cont_2 .img-txt {
    text-align: center;
    position: relative;
    padding: 0;
    width: calc(33.33333333% - 15px);
    margin-right: 22px;
	float:left;
}

.sub1-3 .cont_2 .img-txt ul {
    border: 1px solid #d2d2d2;
    /*height: 466px;*/
    padding: 80px 20px 40px 20px;
    /* padding: 0; */
}

.sub1-3 .cont_2 .img-txt:last-child {
    margin-right: 0;
}

.sub1-3 .cont_2 .img-txt:nth-child(2) {
    margin-right: 23px;
}

.sub1-3 .cont_1 .img_frame {
    position: relative;
}

.sub1-3 .cont_1 .img_frame:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #1c9e75;
    left: -6px;
    top: -37px;
    opacity: 0.8;
}

.sub1-3 .cont_1 .text_frame span {
    font-size: 18px;
    color: #000;
    padding-top: 60px;
    line-height: 1.7;
    letter-spacing: -1px;
    max-width: 485px;
    display: block;
    position: relative;
}

.sub1-3 .cont_1 .text_frame span:after {
    display: block;
    position: absolute;
    content: "";
    width: 728px;
    height: 386px;
    border: 1px solid #d2d2d2;
    left: -144px;
    top: -67px;
    z-index: -1;
}

.sub1-3 .cont_2 {
    max-width: 100%;
   margin: 0px auto 100px auto;
}

.sub1-3 .cont_2 .tit {
    margin-bottom: 85px;
}

.sub1-3 .cont_2 .row {
    max-width: 1200px;
    margin: 0 auto;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

    .search-box{ max-width: 1200px; margin: 0 auto 40px;display:table; width:100%; height:80px; text-align:center;}
    .search-box div._in{padding:0; display:table-cell; vertical-align:middle; text-align:center;}
    .search-box ul{display:flex; margin:0 auto; max-width:100%; width:50%;}
    .search-box ul li{position:relative; float:left; padding:0;}
    .search-box ul li:nth-child(1){width:150px;}
    .search-box ul li:nth-child(2){width:calc(100% - 310px);}
    .search-box ul li:nth-child(3){width:90px;}
    .search-box .form-control.whois-search-keyword{width:100%; font-size:18px; color:#323c41; border:2px solid #ced2d4; border-left:none; border-right:none;}
    .search-box .btn.btn-search{width:100%; height:60px; background:#fff; color:#323c41; font-size:20px; border:2px solid #ced2d4; border-left:none;}
    .search-box select.form-control{padding:0 20px; width:100%; color:#323c41; font-size:16px; border:2px solid #ced2d4; border-right:none;}
    .search-box .form-control{height:60px; border-radius:0 !important; box-shadow:none !important; -webkit-appearance:none !important; -moz-appearance:none !important; appearance:none !important;}
    .search-box ul li i.fa-caret-down{position:absolute; top:47%; right:5px; margin-top:-10px; font-size:20px; color:#323c41;}
    .form-control:focus{border-color:#1b98df;}
    
    @media only screen and (max-width:980px) {
        .paginate_regular{margin:30px 0 0 !important;}
        .board_pagetab a{padding:0 10px !important;}
        .search-box{height:70px;}
        .search-box .btn.btn-search{min-width:inherit !important; min-height:inherit !important;}
        .search-box ul li:nth-child(1){width:180px;}
        .search-box ul li:nth-child(2){width:calc(100% - 260px);}
        .search-box ul li:nth-child(3){width:80px;}
        .search-box .form-control{height:70px;}
        .search-box .form-control.whois-search-keyword{font-size:16px;}
        .search-box select.form-control{font-size:16px;}
        .search-box .btn.btn-search{height:70px;}
    }

    @media only screen and (max-width:768px) {
        .paginate_regular{margin:20px 0 0 !important;}
        .board_pagetab a{padding:0 7px !important; font-size:11px !important;}
        a.page-next, a.page-last, a.page-prev, a.page-first{min-width:25px; min-height:28px; line-height:23px !important;}
        
        .search-box{margin-bottom:20px; height:50px;}
        .search-box ul li:nth-child(1){width:140px;}
        .search-box ul li:nth-child(2){width:calc(100% - 220px);}
        .search-box ul li:nth-child(3){width:80px;}
        .search-box .form-control{height:50px;}
        .search-box .btn.btn-search{height:50px;}
    }
    
    @media only screen and (max-width:480px) {
        .search-box{height:40px;}
        .search-box ul li:nth-child(1){width:90px;}
        .search-box ul li:nth-child(2){width:calc(100% - 130px);}
        .search-box ul li:nth-child(3){width:50px;}
        .search-box ul li i.fa-caret-down{margin-top:-7px; font-size:14px;}
        .search-box .form-control{height:40px; font-size:12px;}
        .search-box .form-control.whois-search-keyword{padding:5px 10px; font-size:12px;}
        .search-box select.form-control{padding:0 10px; font-size:12px;}
        .search-box .btn.btn-search{padding:0 10px; height:40px; line-height:37px; font-size:14px;}
    }


@media only screen and (max-width: 1024px) {
    .sub1-3 .cont_2 .img-txt h4 {
        font-size: 26px;
    }
    .sub1-3.cont_2 .img-txt li dl dd {
        font-size: 16px;
    }
    .sub1-3 .cont_2 {
        margin-top: 140px;
    }
    .sub1-3 .map-info dl {
        padding: 30px !important;
    }
    .sub1-3 .map-info dl dt,
    .sub1-3 .map-info dl dd {
        display: block !important;
    }
    .sub1-3 .map-info dl dt {
        width: 100% !important;
        border: none !important;
    }
    .sub1-3 .map-info dl dd {
        padding-left: 0 !important;
		font-size: 16px !important;
		line-height: 1.6 !important;
    }
}

@media only screen and (max-width:768px) {
    .sub1-3 .cont_1 {
        margin-bottom: 0;
    }
    .sub1-3 .cont_1 .tit {
        margin-bottom: 20px;
    }
    .sub1-3 .cont_1 .map-info dl {
        position: static;
        min-height: 187px;
    }
    .sub1-3 .cont_1 .map-info dl dt {
        font-size: 20px;
        height: auto;
        line-height: initial;
    }
    .sub1-3 .cont_1 .map-info dl dd {
        font-size: 14px;
        line-height: 1.5;
    }
    .sub1-3 .cont_2 {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .sub1-3 .cont_2 .img-txt {
		width:100%;
        margin-bottom: 20px;
    }
    .sub1-3 .cont_2 .img-txt p {
        margin-left: 0 !important;
        width: 60px !important;
        height: 60px !important;
        top: 24px !important;
        left: 24px !important;
        background-size: 35px 35px;
    }
    .sub1-3 .cont_2 .img-txt h4 {
        font-size: 20px;
        text-align: left;
        padding-left: 74px;
        line-height: 50px;
    }
    .sub1-3 .cont_2 .img-txt ul {
        padding: 30px 20px !important;
		height:auto !important;
    }
    .sub1-3 .cont_2 .img-txt li dl dd,
    .sub1-3 .cont_2 .img-txt li dl dt {
        font-size: 14px;
    }
    .sub1-3 .cont_2 .img-txt li dl dt {
        margin-top: 20px;
    }
    .sub1-3 .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
}