@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.sub-tab{height:70px; background:#fff; text-align:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
	.sub-tab > ul:after{content:""; display:block; clear:both;}
	.sub-tab li a{position:relative;display:inline-block; width: 100%; height:70px; text-align:center; line-height:70px; font-size:18px; color:#000; font-weight:400; font-weight:300;}
	.sub-tab li a:before{content:'';position:absolute;right:0;top:25px;width:1px;height:20px;background:#ccc;}
	.sub-tab li:last-child a:before{display:none;}
	.sub-tab li.active a{font-size:20px;font-weight:500;color:#006cb8;}
	.sub-tab li.active a:after{content:'';position:absolute;bottom:-1px;display:block;height:5px;width:100%;background:#006cb8;border-radius:20px;}
	/*.sub-tab.fixed{z-index:555;position:fixed;top:80px;left:0;width:100%;background:#fff;}
	.sub-tab.fixed ul{width:1200px;margin:0 auto;}
	.sub-tab.fixed a{ border-bottom:0;border-top:0;}*/

	.sub-tab > ul{width:1200px;margin:0 auto;}
	.sub-tab > ul li {position: relative; display: inline-block; float: left; width: 20%; height: 50px;}
	.sub-tab > ul.col-1 li{width:100%;}
	.sub-tab > ul.col-2 li{width:50%;}
	.sub-tab > ul.col-3 li{width:33.33%;}
	.sub-tab > ul.col-4 li{width:25%;}
	.sub-tab > ul.col-5 li{width:20%;}
	.sub-tab > ul.col-6 li{width:16.6666%;}
	.sub-tab > ul.col-7 li{width:14.28%;}


	@media only screen and (min-width:1201px) {
		.sub-tab > ul{margin:0 auto; display: inline-block;}
	
	}

	@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) {
		.sub-tab li a.line-2-sub, .sub-tab li a.line-3-sub{line-height:18px;padding:10px 0;}
	}
	@media only screen and (max-width:768px) {
		.sub-tab{height:50px;}
		.sub-tab li a{height:50px; line-height:50px; font-size:13px;}
		.sub-tab li a:before{top:15px;}
		.sub-tab li.active a{font-size:14px;}
	
		.sub-tab.line-2-tab{height:85px;}
		.sub-tab > ul.col-6 li{width:33.333%;}

	}

	@media only screen and (max-width:500px) {
		.sub-tab li a{font-size:12px;}
		.sub-tab li.active a{font-size:13px;}
		.sub-tab li.active a.line-2-sub, .sub-tab li.active a.line-3-sub{}
		.sub-tab li.line-2 a{line-height:14px;height:33px;padding:5px 0;}
		.sub-tab li.line-2.active a{line-height:14px;height:40px;padding:5px 0;}
	}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{padding:60px 0px;width:100%;font-weight:400;}
	.product_top{padding:60px 0px;width:1200px;margin:0 auto;font-weight:400;}
	.sub-contents {width:1200px;margin:0 auto;}


	.sub-visual > div{position:relative; width:100%; height:350px; text-align:center; background:url('/images/mtl01r-20-0043/sub/sub_visual.jpg') no-repeat center center/cover;}
	.sub-visual{width:100%;height:auto;position:relative; text-align:center;}
	.sub-visual .subbg_01{width:100%;background:url('/images/mtl01r-20-0043/sub/sub_visual01.jpg') no-repeat center center/cover;}
	.sub-visual .subbg_02{width:100%;background:url('/images/mtl01r-20-0043/sub/sub_visual02.jpg') no-repeat center center/cover;}
	.sub-visual .subbg_03{width:100%;background:url('/images/mtl01r-20-0043/sub/sub_visual03.jpg') no-repeat center center/cover;}
	.sub-visual .subbg_04{width:100%;background:url('/images/mtl01r-20-0043/sub/sub_visual04.jpg') no-repeat center center/cover;}
	.sub-visual .subbg_05{width:100%;background:url('/images/mtl01r-20-0043/sub/sub_visual05.jpg') no-repeat center center/cover;}

	.sub-visual h2{position:absolute; top:60%; bottom:0; left:0; right:0; margin:auto; font-size:30px; color:#fff;text-shadow:1px 1px 1px #000;font-weight:600;}
	.sub-visual p.sub_title{position:absolute; top:66%; bottom:0; left:0; right:0; margin:auto; font-size:20px; color:#fff;font-weight:100;}

	#sub-navi{padding:0 0 20px 0;margin-bottom:50px;border-bottom:1px solid #d7d7d7;}
	#sub-navi:after{content:""; display:block; clear:both;}
	#sub-navi h3{font-size:30px;float:left;font-weight:500;}
	#sub-navi .navi_list{float:right;margin-top:15px;}
	#sub-navi .navi_list span{display:block-inline;float:left;}
	#sub-navi .bt_home{display:block;width:30px;height:30px;font-size:0;background:url('/images/mtl01r-20-0043/sub/icon_home.png') no-repeat 0 5px; padding:10px 10px 2px 10px;}
	#sub-navi span{color:#666;background:url('/images/mtl01r-20-0043/sub/icon_navi.png') no-repeat left 50%;padding:0 10px 0 20px;line-height:170%;font-weight:300;}
	#sub-navi span.last{padding-right:0;font-weight:400;}

	@media only screen and (max-width:1200px) {
		#subContents, .product_top{padding:50px 0px;width:95%;margin:0 auto;font-size:15px;}
		.sub-contents {width:100%;margin:0 auto;}

	
	}
	@media only screen and (max-width:980px) {
		#subContents, .product_top{padding:40px 0px;font-size:14px;}

		#sub-navi{padding:0 0 20px 0;margin-bottom:30px;}
		#sub-navi h3{font-size:30px;}
		.sub-visual > div{height:250px;}
		.sub-visual h2{font-size:25px;}
		.sub-visual p.sub_title{top:70%;font-size:17px;}
	
	}
	@media only screen and (max-width:768px) {
		#subContents, .product_top{padding:30px 0px;}
		/* .sub-contents p{font-size:14px; white-space:normal; word-break:break-word;} */
		#sub-navi{padding:0 0 10px 0;margin-bottom:20px;}
		#sub-navi h3{font-size:25px;}
		#sub-navi .bt_home{width:20px;padding:10px 0 2px 0px;}
		#sub-navi span{padding:0 7px 0 10px;line-height:170%;font-weight:300;font-size:13px;}
		.sub-visual > div{height:200px;}
		.sub-visual h2{ top:52%; font-size:20px;}
		.sub-visual p.sub_title{font-size:14px;font-weight:300;}

	}

	/* 게시판 카테고리
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.gallery_category { margin-bottom:10px; }
.gallery_category:after { content:""; display:block; clear:both; }
.gallery_category li { float:left; margin-bottom:10px; width:19.2%; margin-right:1%; height:40px; line-height:40px; border:1px solid #dadada; background:#f8f8f8; text-align:center; font-size:16px; font-weight:400; color:#666;}
.gallery_category li:nth-of-type(5n) { margin-right:0; }
.gallery_category li.active { background:#ffc011; color:#000; border:1px solid #ffc011;}

@media only screen and (min-width:1201px) {
	.gallery_category { margin-bottom:20px; }
}

@media only screen and (max-width: 980px) {
	.gallery_category li {font-size:14.5px;}
}

@media only screen and (max-width: 768px) {
	.gallery_category li { width:32%; margin-right:2%; font-size:14px;}	
	.gallery_category li:nth-of-type(3n) { margin-right:0; }
	.gallery_category li:nth-of-type(5n) { margin-right:2%; }
}


	
/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.bg_box{background:#f7f7f7;padding:20px;word-break:keep-all;} /* 색상 박스 */
.bg_box:after{content:""; display:block; clear:both;}
.border_box{border:1px solid #e1e1e1;padding:20px;word-break:keep-all;}/* 라인 박스 */
.border_box_img{border:1px solid #e1e1e1;padding:0px;word-break:keep-all;text-align:Center;}/* 이미지 라인 박스 */
.bdt_gray{border-top:1px solid #ccc;margin-top:25px;padding:20px;word-break:keep-all;} /* 라인 탑 박스 */
.icon_notice{background:url('/images/mtl01r-20-0043/sub/hint_img.gif') no-repeat 0 10px;padding:10px 0px 10px 25px;} /* 공지사항 박스 */
span.m_inline {display:block;} /* pc여러줄(mobile 한줄) */

a.btn_go{padding:5px 5px;font-size:14px;border:1px solid #ccc;background:#f3f3f3;margin-left:20px;}
a.btn_go:hover{background:#999;border:1px solid #999;color:#fff;}

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

@media only screen and (max-width:980px) {
	.bg_box{padding:15px;}
	.icon_notice{background-size:15px;padding:10px 0px 5px 30px;}
}

@media only screen and (max-width:768px) {
	.bg_box{padding:10px;}
	span.m_enter {display:block;}/* 모바일에서 block */
	span.m_inline {display:inline;}/* mobile 한줄(pc여러줄) */
	
	a.btn_go{padding:3px 5px;font-size:12px;}
}


/* SUB TITLE
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
h2.title_h2{position:relative;font-size:35px;line-height:1;color:#000;text-align:center;margin:0px 0 0px 0;font-weight:600;}/*font-family:'GmarketSans', sans-serif;}*/
h2.title_h2:after{content:'';display:block;width:1px;height:30px;background:#777;margin:25px auto;}
h3.title_h3{position:relative;font-size:28px;font-weight:400;padding:0 0 50px 0;color:#222; letter-spacing:-0.02rem;text-align:center;}
h3.title_h3:after{position:absolute;bottom:20px;left:50%;display:block;content:"";width:30px;height:1px;background:#000;margin-left:-15px;}
/*h3.title_h3:before{position:absolute;top:5px;left:3px;display:block;content:"";border:5px solid #d8423f;border-radius:50%;width:20px;height:20px;}
h3.title_h3{font-size:27px; color: #acacac; margin-bottom:30px;font-weight:600;text-align:center;}*/
h4.title_h4{position:relative;font-size:18px;padding:0 0 20px 30px;color:#000;font-weight:400;background:url('/images/mtl01r-20-0043/sub/icon_h3.png') no-repeat 0px 0px;}
h5.title_h5{position:relative;font-size:17px;font-weight:bold;padding:0 0 15px 25px;color:#000;}
h5.title_h5:before{position:absolute;top:2px;left:3px;display:inline;content:"●";color:#bd7b35;font-size:15px;}

/*h5.title_h5:before{position:absolute;left:0px;top:3px;content:'';font-weight:900;font-size:20px;color:#0f5ccc;border-radius:25px;background:#0f5ccc;width:4px;height:20px;}
h4.title_h4{font-size:20px;background:url('/images/kor06r-18-0404/sub/icon_h3.png') no-repeat 0 7px;font-weight:500;padding:5px 0 20px 30px;color:#000:}*/
h5.title_h5:before{position:absolute;top:3px;left:0;display:inline;content:"●";color:#2b7df0;font-size:10px;}
h6.title_h6{color:#1670d8;font-size:16px;font-weight:600;}

ul.bu01{}
ul.bu01 li{position:relative;padding:3px 0px 2px 20px;background:url('/images/mtl01r-20-0043/sub/icon_ul.png') no-repeat 0 9px;word-break:keep-all;} 
ul.bu01.inline-s li{padding:3px 15px 2px 10px;background:url('/images/mtl01r-20-0043/sub/icon_ul.png') no-repeat 0 6px;display:inline;cursor:pointer;} 

ul.bu02:after{content:""; display:block; clear:both;}
ul.bu02 li{position:relative;float:left;padding:0px 15px 5px 15px;cursor:pointer;} 
ul.bu02 li:before{position:absolute;top:-3px;left:0;content:'\f026';font-family:'FontAwesome';font-size:20px;margin:0 5px 0 0;}


ol.ol_s{}
ol.ol_s li {position:relative;padding:5px 0 5px 50px;word-break:keep-all;}
ol.ol_s li span{position:absolute;left:0;display:inline-block;width:40px;height:20px;background:#567cb3;border-radius:20px;font-size:14px;color:#fff;text-align:center;margin-right:10px;font-family: 'Titillium Web',sans-serif; font-weight:400;}
ol.ol_s li.long-2{padding:5px 0 5px 50px;}
ol.ol_s li.long-2 span{width:40px;}

@media only screen and (max-width:980px) {
	h2.title_h2{font-size:35px;}
	h2.title_h2:after{height:25px;}
	
	h3.title_h3{font-size:26px;}
	h3.title_h3:after{}

	h4.title_h4{font-size:17px;padding:0px 0 10px 35px;}
	h5.title_h5{font-size:16px;}
	ul.bu01 li{padding:3px 0px 2px 12px;background-size:5px;} 
	ul.bu01.inline-s li{padding:3px 10px 2px 10px;background-size:5px;} 
}

@media only screen and (max-width:780px) {
	h2.title_h2{font-size:30px;padding:10px 0 10px 0;font-weight:500;margin:30px 0 0px 0;}
	h2.title_h2:after{margin:20px  auto;}
	
	h3.title_h3{font-size:24px;padding:0 0 30px 0;}
	h3.title_h3:after{}

	h4.title_h4{font-size:16px;padding:0px 0 10px 30px;background-position:0 0;}
	h5.title_h5{font-size:15px;}
	h5.title_h5:before{position:absolute;top:2px;left:0;font-size:7px;}
	
	ul.bu02 li{padding:0px 13px 3px 10px;} 
	ul.bu02 li:before{font-size:15px;top:-2px;}
}

@media only screen and (max-width:500px) {
	h2.title_h2{font-size:25px;margin:30px 0 0px 0;}
	h2.title_h2:after{margin:15px  auto;height:20px;} 

	h3.title_h3{font-size:22px;}
	h3.title_h3:after{width:15px;}

	h5.title_h5{}
	h5.title_h5:before{position:absolute;top:2px;left:0;font-size:5px;}

}
/*탭(한페이지에서 보이는) 연혁
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
ul.tabs {width:100%;position:relative;text-align:center; }
ul.tabs:after {display:block; clear:both; content:"";}

ul.tabs li {position:relative;display:inline-block; text-align:center; cursor:pointer; min-width:180px;font-size:15px;color:#222;background:#eee;padding:10px 25px;border-radius:25px;margin:7px 3px 7px 3px;}
ul.tabs.tab2 li{min-width:auto;padding:10px 30px;}

ul.tabs li.active {background:#109ad6; color:#fff; font-weight:600;box-shadow:3px 10px 15px rgb(0 0 0 / 15%);}
.tab_container {width: 100%;}
.tab_content {position:relative;padding: 40px 0 0px 0;display:none;}

@media only screen and (max-width:980px) {
	.tab_content { padding: 30px 0 30px 0px ;}
	ul.tabs li { font-weight:500;  font-size:16px;}
}

@media only screen and (max-width:780px) {
	ul.tabs li { font-size:14px;}

}

/* Sub Tab (서브 게시판 탭, 3dpeth)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#sub_3depth{position:relative;margin-bottom:40px;}
#sub_3depth ul{position:relative;text-align:center;}
#sub_3depth ul:after{content:""; display:block; clear:both;}
#sub_3depth ul li{position:relative;display:inline-block;}
#sub_3depth ul li a{display:inline-block;min-width:180px;font-size:15px;color:#222;background:#eee;padding:10px 25px;border-radius:25px;margin:3px;}
#sub_3depth ul li a.on, #sub_3depth ul li a:hover, #sub_3depth ul li.active a{background:#109ad6;color:#fff;box-shadow:3px 10px 15px rgb(0 0 0 / 15%);}

#sub_3depth.fixed_menu{background:#fff;padding:20px 0;margin:10px 0;}
#sub_3depth.fixed_menu.fixed{z-index:555;position:fixed;top:91px;left:0;width:100%;background:rgba(255,255,255,1);box-shadow: 0px 2px 2px rgba(0,0,0,0.1);}

#sub_3depth.game_part{position:absolute;width:0;visibility: hidden;height:0;}
#sub_3depth.game_part.fixed{visibility:visible;background:#fff;padding:20px 0;margin:10px 0;z-index:555;position:fixed;top:91px;left:0;width:100%;background:rgba(255,255,255,1);box-shadow: 0px 2px 2px rgba(0,0,0,0.1);height:80px;}


@media only screen and (max-width:1200px) {
	#sub_3depth ul li a{min-width:150px;}
}
@media only screen and (max-width:980px) {
	#sub_3depth ul li a{font-size:14px;min-width:100px;padding:10px 20px;}
	#sub_3depth ul li a.on, #sub_3depth ul li.active a{}
	#sub_3depth.fixed_menu.fixed{z-index:555;position:fixed;top:50px;}
}


@media only screen and (max-width:768px) {
	#sub_3depth{margin-bottom:20px;}
	#sub_3depth ul li a{font-size:13px;min-width:100px;padding:7px 6px;}
	#sub_3depth ul li a.on, #sub_3depth ul li.active a{font-size:13px;}
}


/* 게시판 관련 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 #b82124; } /* 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 { display:inline-block; border-top:1px solid #b82124; } /* 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: #00589c;  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 #00589c; }
	.sub-border-t { border-top: 1px solid #00589c; }
	.sub-border-r { border-right: 1px solid #00589c; }
	.sub-border-b { border-bottom: 1px solid #00589c; }
	.sub-border-l { border-left: 1px solid #00589c; }

	.sub-bg { background-color: #00589c; }
	.sub-bg-hover:hover { background-color: #003b69; }
	
	.sub-content {width:1200px; margin:0 auto;}
	.paginate_regular {margin-top:30px;}
	
	.list-inline{position:relative;border:1px solid #eee;padding:20px 0;}/*border:1px solid #d9dee2;background:#f9f9f9;*/
	.list-inline:before{content:'';display:block;position:absolute;left:4px;top:0;height:100px;background:#eee;width:1px;}
	.no-data{background:#fff;line-height:120px;height:120px;}

	.paginate_regular .board_pagetab span a{padding:3px 7px;text-align:center;margin:0 5px 0;}
	.paginate_regular .board_pagetab span.on a{background:#222;color:#fff;}


    @media only screen and (max-width: 1200px) {
            .sub-content {width:100%;}
        }

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

		.list-inline{padding:10px 0;}
		.list-inline input, .list-inline select, .list-inline button{font-size:13px;}

		.paginate_regular .board_pagetab span a{padding:2px 5px;margin:0 3px 0;}

        }

/* 로그인/회원가입 관련 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-content.login_top{padding-top:180px;}

@media only screen and (max-width:1200px) {
	.sub-content.login_top{padding-top:130px;width:95%;}
}

@media only screen and (max-width:980px) {
	.sub-content.login_top{padding-top:100px;}
}

@media only screen and (max-width:768px) {
	.sub-content.login_top{padding-top:50px;}
}





/* 준비중입니다. */
.ing_box{width:100%;background:url('/images/mtl01r-20-0043/sub/img_inc_bg_1.gif') repeat center;padding:120px 0;margin:30px 0;text-align:center; }
.ing_box div{opacity:1;margin-bottom:30px;}
.ing_box div img{width:200px;}
.ing_box p{font-size:30px;font-weight:500;color:#444;margin:10px 0 5px 0 ;font-family:'S-CoreDream', sans-serif;}
.ing_box span{font-size:20px;font-weight:500;letter-spacing:5px;color:#cc3300;}

@media only screen and (max-width:980px) {
.ing_box div img{width:180px;}
	.ing_box{padding:80px 0;margin:0;}
	.ing_box p{font-size:23px;}
	.ing_box span{font-size:15px;letter-spacing:2px;}
}
/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*  준비위원  */
.sub01 .box_warp{margin-top:50px;}
.sub01 .box_warp .advice_list{display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-evenly;align-items: stretch;}
.sub01 .box_warp:nth-of-type(1) .advice_list, .sub01 .box_warp:nth-of-type(2) .advice_list{justify-content: left;}
.sub01 .box_warp.list_one .advice_list{display:flex;justify-content: space-evenly;}
.sub01 .box_warp .advice_list li{width:23%;margin:1%;text-align:center;box-shadow:4px 5px 20px rgb(0 0 0 / 10%);padding:10px 0;border-radius:10px;}
.sub01 .box_warp .advice_list li span.title{background:#eee;color:#000;width:90%;margin:0 auto;padding:10px 0;border-radius:10px;margin-bottom:10px;}
.sub01 .box_warp .advice_list li span{display:block;color:#aaa;}

.sub01 .box_warp .advice_list{}
 
@media only screen and (max-width:980px) {
	.sub01 .box_warp .advice_list li{width:31.333%;}
}

@media only screen and (max-width:780px) {
	.sub01 .box_warp .advice_list li{width:48%;}
}


/*  논문모집  */
.sub02 .box_warp{margin:0 0 50px 0;}

.sub02 .top_paper{position:relative;width:100%;margin:0 0 150px;background:#f0f0f0;}
.sub02 .top_paper:after{content:""; display:block; clear:both;}
.sub02 .top_paper dl.top_txt{padding:60px 0 60px 80px;}
.sub02 .top_paper dl.top_txt dt{font-size:30px;margin-bottom:15px;}
.sub02 .top_paper dl.top_txt dd{font-size:16px;width:60%;}

.sub02 .top_paper .top_in{position:absolute;right:50px;top:50px;width:200px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,0.2);background:#fff;border-radius:10px;}
.sub02 .top_paper .top_in p{position:absolute;top:200px;right:200px;width:100%;border-radius:5px;font-size:14px;}
.sub02 .top_paper .top_in p span{font-size:13px;}

/*팝업 버튼*/
a.btn_view{position:absolute;right:5px;top:5px;background:#222;border-radius:5px;padding:5px 10px;color:#fff;}
a.btn_view02{background:#525958;border-radius:5%;padding:5px 10px;color:#fff;}
a.btn_down{background:#bfa4ac;border-radius:5%;padding:5px 10px;color:#fff;}
a.btn_view02:hover, a.btn_view02:focus, a.btn_down:hover, a.btn_down:focus{ background:#73404e; color:#fff; }


@media only screen and (max-width:980px) {
	.sub02 .top_paper dl.top_txt{padding:40px 0 40px 60px;}
	.sub02 .top_paper dl.top_txt dt{font-size:25px;}
	.sub02 .top_paper dl.top_txt dd{font-size:15px;}
	.sub02 .top_paper .top_in{right:30px;top:30px;width:150px;}
	.sub02 .top_paper .top_in p{top:150px;right:130px;width:200px;}
}

@media only screen and (max-width:780px) {
	.sub02 .top_paper{padding-bottom:30px;margin-bottom:60px;}
	.sub02 .top_paper dl.top_txt{padding:30px 0 20px 60px;}
	.sub02 .top_paper .top_in{position:relative;right:0px;top:0px;left:50%;width:200px;margin-left:-100px;}
	.sub02 .top_paper .top_in p{position:relative;top:0px;right:auto;width:100%;border-radius:5px;font-size:14px;margin:10px auto 0 auto;}
	.sub02 .top_paper .top_in p a{width:100%;}
	.sub02 .top_paper .top_in p span{margin-left:0;}
}
@media only screen and (max-width:500px) {
	.sub02 .top_paper dl.top_txt{padding:20px 0 20px 20px;}
	.sub02 .top_paper dl.top_txt dt{font-size:20px;}
	.sub02 .top_paper dl.top_txt dd{font-size:14px;}
}


.sub02 .top_img{text-align:center;color:#fff;background:url('/images/mtl01r-20-0043/sub/01/img0102_01.jpg') no-repeat  center 60% / cover;padding:0px 0 100px;margin-bottom:50px;}
.sub02 .top_img h2{position:relative;padding:80px 0 80px 0;}
.sub02 .top_img h2:after{display:block;content:'';position:absolute;left:50%;top:140px;width:2px;height:20px;background:#fff;}
.sub02 .top_img > div{width:90%;margin:0 auto;font-size:18px;line-height:150%;}
.sub02 .top_img > div span{color:#ff0000;}


.sub02 .bt_box01{position:relative;padding:40px 0;background:#f0f0f0;text-align:center;}
.sub02 .bt_down{display:inline-block;border:1px solid rgba(8, 94,171, 0.4);background:#fff;padding:10px 20px;border-radius:5px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.07);font-weight:700;}
.sub02 .bt_down span{color:rgba(0,0,0,0.4);font-size:12px;margin-left:20px;}
.sub02 .bt_down i{margin-right:10px;}
.sub02 .bt_down:hover{border:1px solid #085eab;background:#085eab;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.3);}
.sub02 .bt_down:hover span{color:rgba(255,255,255,0.4);}

.sub02 .bt_poster{display:inline-block;border:1px solid rgba(8, 94,171, 0.4);background:#fff;padding:5px 20px;border-radius:5px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.07);font-weight:700;}
.sub02 .bt_poster span{color:rgba(0,0,0,0.4);font-size:12px;margin-left:20px;}
.sub02 .bt_poster i{margin-right:10px;}
.sub02 .bt_poster:hover{border:1px solid #085eab;background:#085eab;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.3);}
.sub02 .bt_poster:hover span{color:rgba(255,255,255,0.4);}


.sub02 .txt_box ul{display:flex;flex-wrap: wrap;align-items: stretch;justify-content: space-evenly;}
.sub02 .txt_box ul li{position:relative;width:31%;margin:1%;border:1px solid #eee;box-shadow:0 5px 15px rgba(0,0,0,0.2);padding:50px 0px 50px 0px;text-align:center;margin-top:50px;}
.sub02 .txt_box ul li > span{position:absolute;left:50%;top:-15px;display:inline-block;width:50px;height:50px;background:#0086bf;border-radius:50px;font-size:20px;color:#fff;text-align:center;margin-left:-25px;font-family: 'Titillium Web',sans-serif; font-weight:500;line-height:50px;}
.sub02 .txt_box ul li dl{width:85%;margin:0 auto;}
.sub02 .txt_box ul li dl dt{background:#f9f9f9;font-size:18px;margin-bottom:15px;padding:10px 0;border-radius:20px;word-break:keep-all;}
.sub02 .txt_box ul li dl dd{width:95%;margin:0 auto;word-break:keep-all;font-size:15px;}
.sub02 .txt_box ul li dl dd span{display:block;font-size:18px;}
.sub02 .txt_box ul li dl dd .date_s{font-weight:600;margin-bottom:15px;}



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


@media only screen and (max-width:980px) {
	.sub02 .top_img > div{font-size:16px;}
	.sub02 .txt_box ul li{width:98%;}
	.sub02 .txt_box ul li dl dt{font-size:15px;}
	.sub02 .txt_box ul li dl dd span{display:block;font-size:15px;}
}

@media only screen and (max-width:780px) {
	.sub02 .top_img{margin-bottom:30px;}
	.sub02 .txt_box ul li dl dt span{display:inline;}
	.sub02 .txt_box ul li dl dt, .sub02 .txt_box ul li:nth-child(1) dl dt{padding:10px;font-size:14px;}
}


@media only screen and (max-width:500px) {
	.sub02 .top_img{padding:0 0 130px 0;}
	.sub02 .top_img > div{font-size:15px;line-height:20px;}
	.sub02 .top_img > div br{display:none;}
	.sub02 .top_img h2{font-size:23px;padding:100px 0 80px 0;}
	.sub02 .top_img h2:after{top:140px;height:25px;}
	.sub02 .txt_box ul li{width:100%;}
	.sub02 .txt_box ul li dl dd{font-size:14px;}
	.sub02 .txt_box ul li dl dt span{display:block;}

}

/*  등록 정보 */
.sub03 .box_warp{margin:0 0 50px 0;}
.sub03 .form_list{border:1px solid #eee;padding:30px 0;}
.sub03 .form_list .line-1{margin:0 auto 10px auto;width:90%;display:flex;border-bottom:1px solid #ececec;padding:10px;}
.sub03 .form_list .line-1 .label_box{width:30%;word-break:keep-all;}
.sub03 .form_list .line-1 .input_box{width:70%;}
.sub03 .form_list .line-1 .input_box textarea.rule_box{width:100%;border:1px solid #ccc;color:#444;font-size:14px;}

.sub03 a.btn_file{border:1px solid #ccc;font-size:13px;background:#fff;padding:5px 15px;margin-bottom:10px;font-weight:500;}
.sub03 a.bt_save{display:block;position: relative;color: #fff; background-color: #0163c6;width:200px;margin:20px auto 0 auto;text-align:center;padding:10px 0;border-radius:5px;}
.sub03 a.bt_save:hover{background:#003f77;}
.sub03 a.bt_save.bt_none{background:#ccc;color:666;}

@media only screen and (max-width:768px) {
	.btn_file a{font-size:12px;padding:3px 10px;}
}


/*  숙박안네  */
.sub05 .box_warp{margin:0 0 50px 0;}

.sub05 .top_paper{position:relative;width:100%;margin:0 0 150px;background:#f0f0f0;}
.sub05 .top_paper:after{content:""; display:block; clear:both;}
.sub05 .top_paper dl.top_txt{padding:60px 0 60px 80px;}
.sub05 .top_paper dl.top_txt dt{font-size:30px;margin-bottom:15px;}
.sub05 .top_paper dl.top_txt dd{font-size:16px;width:60%;}

.sub05 .top_paper .top_in{position:absolute;right:50px;top:50px;width:200px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,0.2);background:#fff;border-radius:10px;}
.sub05 .top_paper .top_in p{position:absolute;top:200px;right:200px;width:100%;border-radius:5px;font-size:14px;}
.sub05 .top_paper .top_in p span{font-size:13px;}

/*팝업 버튼*/
a.btn_view{position:absolute;right:5px;top:5px;background:#222;border-radius:5px;padding:5px 10px;color:#fff;}
a.btn_view02{background:#525958;border-radius:5%;padding:5px 10px;color:#fff;}
a.btn_down{background:#bfa4ac;border-radius:5%;padding:5px 10px;color:#fff;}
a.btn_view02:hover, a.btn_view02:focus, a.btn_down:hover, a.btn_down:focus{ background:#73404e; color:#fff; }


@media only screen and (max-width:980px) {
	.sub05 .top_paper dl.top_txt{padding:40px 0 40px 60px;}
	.sub05 .top_paper dl.top_txt dt{font-size:25px;}
	.sub05 .top_paper dl.top_txt dd{font-size:15px;}
	.sub05 .top_paper .top_in{right:30px;top:30px;width:150px;}
	.sub05 .top_paper .top_in p{top:150px;right:130px;width:200px;}
}

@media only screen and (max-width:780px) {
	.sub05 .top_paper{padding-bottom:30px;margin-bottom:60px;}
	.sub05 .top_paper dl.top_txt{padding:30px 0 20px 60px;}
	.sub05 .top_paper .top_in{position:relative;right:0px;top:0px;left:50%;width:200px;margin-left:-100px;}
	.sub05 .top_paper .top_in p{position:relative;top:0px;right:auto;width:100%;border-radius:5px;font-size:14px;margin:10px auto 0 auto;}
	.sub05 .top_paper .top_in p a{width:100%;}
	.sub05 .top_paper .top_in p span{margin-left:0;}
}
@media only screen and (max-width:500px) {
	.sub05 .top_paper dl.top_txt{padding:20px 0 20px 20px;}
	.sub05 .top_paper dl.top_txt dt{font-size:20px;}
	.sub05 .top_paper dl.top_txt dd{font-size:14px;}
}


.sub05 .top_img{text-align:center;color:#fff;background:url('/images/mtl01r-20-0043/sub/01/img0102_01.jpg') no-repeat  center 60% / cover;padding:0px 0 100px;margin-bottom:50px;}
.sub05 .top_img h2{position:relative;padding:80px 0 80px 0;}
.sub05 .top_img h2:after{display:block;content:'';position:absolute;left:50%;top:140px;width:2px;height:20px;background:#fff;}
.sub05 .top_img > div{width:90%;margin:0 auto;font-size:18px;line-height:150%;}
.sub05 .top_img > div span{color:#ff0000;}


.sub05 .bt_box01{position:relative;padding:40px 0;background:#f0f0f0;text-align:center;}
.sub05 .bt_down{display:inline-block;border:1px solid rgba(8, 94,171, 0.4);background:#fff;padding:10px 20px;border-radius:5px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.07);font-weight:700;}
.sub05 .bt_down span{color:rgba(0,0,0,0.4);font-size:12px;margin-left:20px;}
.sub05 .bt_down i{margin-right:10px;}
.sub05 .bt_down:hover{border:1px solid #085eab;background:#085eab;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.3);}
.sub05 .bt_down:hover span{color:rgba(255,255,255,0.4);}


.sub05 .txt_box ul{display:flex;flex-wrap: wrap;align-items: stretch;justify-content: space-evenly;}
.sub05 .txt_box ul li{position:relative;width:31%;margin:1%;border:1px solid #eee;box-shadow:0 5px 15px rgba(0,0,0,0.2);padding:50px 0px 50px 0px;text-align:center;margin-top:50px;}
.sub05 .txt_box ul li > span{position:absolute;left:50%;top:-15px;display:inline-block;width:50px;height:50px;background:#0086bf;border-radius:50px;font-size:20px;color:#fff;text-align:center;margin-left:-25px;font-family: 'Titillium Web',sans-serif; font-weight:500;line-height:50px;}
.sub05 .txt_box ul li dl{width:85%;margin:0 auto;}
.sub05 .txt_box ul li dl dt{background:#f9f9f9;font-size:18px;margin-bottom:15px;padding:10px 0;border-radius:20px;word-break:keep-all;}
.sub05 .txt_box ul li dl dd{width:90%;margin:0 auto;word-break:keep-all;font-size:15px;}
.sub05 .txt_box ul li dl dd span{display:block;font-size:18px;}
.sub05 .txt_box ul li dl dd .date_s{font-weight:600;margin-bottom:15px;}



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


@media only screen and (max-width:980px) {
	.sub05 .top_img > div{font-size:16px;}
	.sub05 .txt_box ul li{width:48%;}
	.sub05 .txt_box ul li dl dt{font-size:15px;}
	.sub05 .txt_box ul li dl dd span{display:block;font-size:15px;}
}

@media only screen and (max-width:780px) {
	.sub05 .top_img{margin-bottom:30px;}
	.sub05 .txt_box ul li dl dt span{display:inline;}
	.sub05 .txt_box ul li dl dt, .sub02 .txt_box ul li:nth-child(1) dl dt{padding:10px;font-size:14px;}
}


@media only screen and (max-width:500px) {
	.sub05 .top_img{padding:0 0 130px 0;}
	.sub05 .top_img > div{font-size:15px;line-height:20px;}
	.sub05 .top_img > div br{display:none;}
	.sub05 .top_img h2{font-size:23px;padding:100px 0 80px 0;}
	.sub05 .top_img h2:after{top:140px;height:25px;}
	.sub05 .txt_box ul li{width:100%;}
	.sub05 .txt_box ul li dl dd{font-size:14px;}
	.sub05 .txt_box ul li dl dt span{display:block;}

}


/*  오시는 길  */
.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 {}
.trans_info:after {content:''; display:block; clear:both;}
.trans_info > li {float: left; margin-right: 30px; width: calc(100%/2 - 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;}
	.root_daum_roughmap {width:100% !important;}

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

@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;}
}


/* 잡스 */
.jobs_wrap{margin:0px 0 30px 0;padding:50px 0;border-top:1px solid #eee;}
.jobs_wrap .pre_style{white-space:pre-wrap;}
.jobs_wrap a{color:#0039b5;}
.jobs_wrap a:hover{background:#cecece;}



@media only screen and (max-width:768px) {
	.jobs_wrap{margin:0 0 20px 0;padding:30px 0;}
}


/* ceo */
.ceo dl {display: flex; margin-bottom: 120px; align-items: flex-start;}
.ceo dl:last-child {margin-bottom: 30px;}
.ceo dl dt {flex-shrink: 0; overflow: hidden;}
.ceo dl dt img {display: block; width: 100%; margin-bottom:15px; -webkit-border-radius: 0 0 0 0px; border-radius: 0 0 0 0px; }
.ceo dl dt {width: 20%; }
.ceo dl dt p {font-size: 16px; line-height: 1.6; font-weight: 300; margin-top: 20px; text-align:center; background: #eee; width:100%; margin:0 auto; padding: 10px 0; border-radius: 10px;}
.ceo dl dt p strong {font-size: 20px;}
.ceo dl dd {width: 80%; padding :0 5%;}
.ceo dl dd p {font-size: 18px; line-height: 1.8; font-weight: 300; margin-top: 20px; word-break: auto-phrase; text-indent: 20px;}
.ceo dl dd p:first-child {margin-top: 0;}
.ceo dl dd p strong {font-weight: 600;}
.ceo dl dd p.sign { color:#000; text-align:right; padding-right :20px; margin-bottom:50px; }
.ceo dl dd p.sign strong { font-size:24px; text-align:right; }

@media screen and (max-width: 1280px) {
	.ceo dl {margin-bottom: 100px;}
	.ceo dl dt {-webkit-border-radius: 0 0 0 60px; border-radius: 0 0 0 60px;}
	.ceo dl dd {padding-left: 6%;}
	.ceo dl dd p {font-size: 16px; margin-top: 10px;}
}

@media screen and (max-width: 980px) {
	.ceo dl {margin-bottom: 60px;}
	.ceo dl dt {-webkit-border-radius: 0 0 0 40px; border-radius: 0 0 0 40px;}
	.ceo dl dt img {display: block; width: 70%; margin: 0 auto 10px;}
	.ceo dl dt p {display: block; width: 70%; }
	.ceo dl dd {padding-left: 6%;}
	.ceo dl dd p {font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.ceo dl {display: block; margin-bottom: 40px;}
	.ceo dl dt {width: auto !important; margin: 0 -20px; -webkit-border-radius: 0 !important; border-radius: 0 !important;}
	.ceo dl dd {width: auto !important; margin-top: 20px; padding-left: 0 !important; padding-right: 0 !important;}
	.ceo dl dd p {font-size: 14px;}
}

