@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subTop {z-index:666;}
	.sub-visual {position:relative; width:100%; height:370px; text-align:center; background:url('/images/kor20r-21-0451/sub/sub_visual.jpg') no-repeat center center/cover;}
	.sub-visual.bg1 {background:url('/images/kor20r-21-0451/sub/sub_visual1.jpg') no-repeat center center/cover;}
	.sub-visual.bg2 {background:url('/images/kor20r-21-0451/sub/sub_visual2.jpg') no-repeat center center/cover;}
	.sub-visual.bg3 {background:url('/images/kor20r-21-0451/sub/sub_visual3.jpg') no-repeat center center/cover;}
	.sub-visual.bg4 {background:url('/images/kor20r-21-0451/sub/sub_visual4.jpg') no-repeat center center/cover;}
	.sub-visual.bg5 {background:url('/images/kor20r-21-0451/sub/sub_visual5.jpg') no-repeat center center/cover;}
	.sub-visual > div {position:absolute; top:170px;  left:0; right:0; margin:auto; height:84px;}
	.sub-visual h2 {margin-bottom:16px; letter-spacing:-1px; line-height:1; font-weight:400; font-size:40px; color:#fff;}
	.sub-visual p {color:#fff; text-align:center; font-size:16px; word-break:keep-all; padding:0 20px;}

	.sub-tab {width:100%; transition: .4s; border-bottom:1px solid #d9d9d9;}
	.sub-tab.fixed {z-index:666; position:fixed; top:0; left:0; width:100%; background:#fff; border-bottom:1px solid #ddd; box-shadow:0 2px 10px rgba(0,0,0,0.10); opacity:0.92;}
	.sub-tab > ul{margin:0 auto; max-width:1200px; height:62px; text-align:center; line-height:0; font-size:0;}
	.sub-tab.fixed ul{margin:0 auto; width:100%;}
	.sub-tab li {display:inline-block; height:62px; transition: .4s; border-bottom:2px solid #fff;}
	.sub-tab li a {display:block; width:100%; height:62px; padding:0 34px; text-align:center; line-height:60px; font-weight:400; font-size:18px; color:#666; word-break:keep-all;}
	.sub-tab li.active {border-bottom:2px solid #c59d65;}
	.sub-tab li.active a {color:#c59d65;}
	.sub-tab.fixed a {border-bottom:0; border-top:0;}

	@media only screen and (max-width:1200px) {
		.sub-tab > ul{max-width:100%; padding:0;}
	}
	@media only screen and (max-width:980px) {
	}
	@media only screen and (max-width:768px) {
		.sub-visual {height:260px;}
		.sub-visual > div {top:130px;}
		.sub-visual h2 {font-size:27px; margin:0 0 10px;}
		.sub-visual p {font-size:15px;}
		.sub-tab > ul {height:50px;}
		.sub-tab li {height:50px;}
		.sub-tab li a {height:50px; line-height:48px; font-size:16px; padding:0 20px; }
	}
	@media only screen and (max-width:480px) {
		.sub-tab li a{font-size:15px;  padding:0 10px;}
	}

	@media only screen and (max-width:340px) {
		.sub-tab {min-width:320px;}
		.sub-tab li a{padding:0 6px;}
	}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents {padding:80px 0; width:100%;}
	#subContents h4 {display:block; width:100%; text-align:center; font-size:36px; font-weight:500; color:#333333; letter-spacing:-1px; line-height:100%; transition: .4s;}
	#subContents h4:after {content:''; clear:both; display:block; width:1px; height:50px; background:#333333; margin:10px auto 20px;}
	#subContents .sub-contents .frame + h4 {margin-top:100px;}

	@media only screen and (min-width:1201px) {
		#subContents{margin:0 auto; width:1200px;}
	}
	@media only screen and (max-width:1200px) {
		#subContents{padding:60px 20px;}
	}
	@media only screen and (max-width:768px) {
		#subContents{padding:40px 10px;}
		#subContents h4 {font-size:24px;}
		#subContents h4:after { height:30px;}
		#subContents .sub-contents .frame + h4 {margin-top:80px;}
	}
	@media only screen and (max-width:480px) {
		#subContents .sub-contents .frame + h4 {margin-top:60px;}
	}

/* 게시판 관련 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 #6A6A82; } /* 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 #6A6A82;} /* 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: #6A6A82; -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: #59598a; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #6A6A82;  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 #6A6A82; }
	.sub-border-t { border-top: 1px solid #6A6A82; }
	.sub-border-r { border-right: 1px solid #6A6A82; }
	.sub-border-b { border-bottom: 1px solid #6A6A82; }
	.sub-border-l { border-left: 1px solid #6A6A82; }

	.sub-bg { background-color: #6A6A82; }
	.sub-bg-hover:hover { background-color: #59598a; }



/* 로그인/회원가입 관련 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;}


		