@charset "utf-8";

/* 서브콘텐츠 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-cont .sub-top{display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:60px;}
.sub-cont .sub-top .img-box{width:50%;}
.sub-cont .sub-top .txt-box{width:50%; padding:50px; background:#f8f8f8; align-content: center;}
.sub-cont .sub-top .txt-box h4{font-size:30px; font-weight:500; color:#333; margin-bottom:30px; word-break:keep-all; letter-spacing:-1px;}
.sub-cont .sub-top .txt-box p{font-size:19px; line-height:1.5; color:#454545; word-break:keep-all;}

.sub-cont .info{display: flex; flex-wrap: wrap;  padding-bottom:40px; margin-bottom:40px; border-bottom:1px solid #ddd;}
.sub-cont .info dt{width:250px; padding-left:20px;}
.sub-cont .info dt h5{font-size:22px; font-weight:500; color:#333; }
.sub-cont .info dt h5 span{display:inline-block; width:34px; line-height:22px; text-align:center; background:#fd8a19; color:fff; font-size:13px; margin-right:7px; border-radius:30px; position:relative; top:-4px; color:#fff;}
.sub-cont .info dd{width: calc(100% - 250px);  padding-right:20px; font-size:17px; color:#454545; line-height:1.4; word-break:keep-all; }
.sub-cont .align-c{align-content: center}

.sub-cont .txt-list > li{position:relative; padding-left:12px; margin-bottom:10px;}
.sub-cont .txt-list > li:before{position:absolute; content:""; left:0; top:9px; width:5px; height:5px; border-radius:30px; background:#777; }

.sub-cont .btn-down{margin:60px auto 0; display:block; width:340px; height:72px; align-content: center; text-align:center; font-size:22px; background:#04b135; color:#fff; border:1px solid #04b135; border-radius:10px; letter-spacing:-1px;}
.sub-cont .btn-down i{margin-left:5px; }
.sub-cont .btn-down:hover{color:#04b135; background:#fff;}

@media only screen and (max-width:1024px) {
	.sub-cont .info dt{width:220px; }
	.sub-cont .info dt h5 span{display:block; margin-right:0}
	.sub-cont .info dd{width: calc(100% - 220px);}
}

@media only screen and (max-width:980px) {
	.sub-cont .sub-top .txt-box{padding:40px 30px; }
	.sub-cont .info dt{width:100%; padding-left:10px; margin-bottom:15px;}
	.sub-cont .info dd{width:100%; padding:0 10px;}
}

@media only screen and (max-width:768px) {
	.sub-cont .sub-top{margin-bottom:40px;}	
	.sub-cont .sub-top .txt-box{padding:20px }
	.sub-cont .sub-top .txt-box h4{font-size:20px; margin-bottom:15px;}
	.sub-cont .sub-top .txt-box p{font-size:16px; line-height:1.4;}
	
	.sub-cont .info{padding-bottom:30px; margin-bottom:30px;}
	.sub-cont .info dt h5{font-size:19px;}
	.sub-cont .info dt h5 span{width:28px; line-height:19px; font-size:11px; margin-right:5px;}
	.sub-cont .info dt{width:100%;}
	.sub-cont .info dd{width:100%; padding:0 10px; font-size:15px;}
	.sub-cont .txt-list > li{padding-left:8px; margin-bottom:7px;}
	.sub-cont .txt-list > li:before{top:7px; width:4px; height:4px; }
	.sub-cont .btn-down{margin:40px auto 0; width:230px; height:50px; font-size:17px;}
}

@media only screen and (max-width:520px) {
	.sub-cont .sub-top .txt-box{width:100%; padding:25px}
	.sub-cont .sub-top .img-box{width:100%;}
}

.sub-cont .overview{display: flex; flex-wrap: wrap; border-top:2px solid #ff6600; border-bottom:1px solid #ddd;}
.sub-cont .overview dt{width:15%; padding:30px 5px; text-align:center; border-right:1px solid #ddd; font-size:22px; font-weight:500; color:#333;}
.sub-cont .overview dd{width:85%; padding:30px 20px 30px 30px;}

.sub-cont .overview dd li{font-size:17px; color:#454545; line-height:1.4; word-break:keep-all; }
.sub-cont .overview .info-list > li{position:relative; padding-left:110px; margin-bottom:40px; }
.sub-cont .overview .info-list > li:last-child{margin-bottom:0}
.sub-cont .overview .add > li{position:relative; padding-left:10px; margin-bottom:14px;}
.sub-cont .overview .add > li:before{position:absolute; content:""; left:0; top:10px; width:5px; height:5px; border-radius:30px; background:#777; }
.sub-cont .overview .add > li:last-child{margin-bottom:0}
.sub-cont .overview .round-tit{position:absolute; left:0; top:-5px; display:inline-block; width:90px; height:34px; line-height:32px; font-size:16px; color:#fd7a19; border-radius:50px; border:1px solid #fd8a19; text-align:center; }

@media only screen and (max-width:768px) {
	.sub-cont .overview dt{width:15%; padding:20px 5px; font-size:17.5px;}
	.sub-cont .overview dd{width:85%; padding:20px 15px 20px 20px;}
	
	.sub-cont .overview dd li{font-size:15px;}
	.sub-cont .overview .info-list > li{padding-left:86px; margin-bottom:20px; }
	.sub-cont .overview .add > li{padding-left:7px; margin-bottom:8px;}
	.sub-cont .overview .add > li:before{top:8px; width:4px; height:4px;}
	.sub-cont .overview .round-tit{top:-5px; width:72px; height:28px; line-height:26px; font-size:14px; letter-spacing:-1px;}
}
 @media only screen and (max-width:620px) {
	.sub-cont .overview dt{width:100%; border-right:0; text-align:left; padding:20px 10px 0 10px}
	.sub-cont .overview dd{width:100%; padding:10px 10px 15px 10px}
	.sub-cont .overview .info-list > li{padding-left:0;}
	.sub-cont .overview .round-tit{position:relative; display:block; left:0; top:0; margin-bottom:10px;}
 }



/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.sub-visual > div{position:relative; width:100%; height:230px; text-align:center; background:url('/images/kor06r-18-0404/sub/sub_visual.jpg') no-repeat right 30% center/cover;}
	.sub-visual h2{position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; height:35px; line-height:1; font-size:35px; color:#fff;}

	.sub-tab{height:54px; background:#716b69; }
	.sub-tab > ul{display: flex; flex-wrap: wrap;}
	.sub-tab > ul > li{align-content: center; height:54px; text-align:center;  border-left:1px solid #8d8987; padding:0 4px; word-break:keep-all;}
	.sub-tab > ul > li a{font-size:20px; color:#fff; width:100%; display:block; line-height:1.2;}
	.sub-tab > ul > li.active{background:#fff; border-color:#8d8987;}
	.sub-tab > ul > li.active a{font-weight:400; color:#3a3533; }

	.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%;}

	@media only screen and (min-width:1201px) {
		.sub-tab > ul{margin:0 auto; width:1200px;}
		.sub-tab > ul > li:last-child{border-right:1px solid #8d8987;}
	}
	@media only screen and (max-width:1200px) {
		.sub-tab li:first-child a{border-left:0;}
	}

	@media only screen and (max-width:980px) {
		.sub-visual > div{height:200px;}
		.sub-visual h2{font-size:30px;}
		.sub-tab > ul > li a{font-size:18px;}
	}
	
	@media only screen and (min-width:521px) {
		.sub-tab > ul > li a br{display:none}
	}
	
	@media only screen and (max-width:520px) {
		.sub-visual > div{height:150px;}
		.sub-visual h2{font-size:24px;}

		.sub-tab{height:45px;}
		.sub-tab > ul > li{height:45px;}
		.sub-tab > ul > li a{font-size:15px; letter-spacing:-1px;}
		
		.sub-tab.sub01{height:84px;}
		.sub-tab.sub01 > ul > li{height:42px;}
		.sub-tab.sub01 .col-6 > li{width:33.33%;}
		.sub-tab.sub01 .col-6 > li:nth-child(4), .sub-tab.sub01 .col-6 > li:nth-child(5), .sub-tab.sub01 .col-6 > li:nth-child(6){ border-top:1px solid #8d8987}
	}

/* 소메뉴 탭
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.depth03-tab{border:1px solid #cdcdcd; margin-bottom:50px}
.depth03-tab > ul{display: flex; flex-wrap: wrap;}
.depth03-tab > ul > li{align-content: center; height:56px; text-align:center;  border-left:1px solid #cdcdcd; padding:0 5px;}
.depth03-tab > ul > li:first-child{border-left:0}
.depth03-tab > ul > li a{font-size:17px; color:#666; word-break:keep-all; letter-spacing:-1px; line-height:1.2; width:100%; height:100%; align-content:center; display:block}
.depth03-tab > ul > li.active{background:#04b135; border:0;}
.depth03-tab > ul > li.active a{color:#fff; }

.depth03-tab .col-3 > li{width:33.33%;}
.depth03-tab .col-6 > li{width:16.66%;}
	
@media only screen and (max-width:980px) {
	.depth03-tab .col-6 > li{width:33.33%;}
	.depth03-tab .col-6 > li:nth-child(4){border-left:0}
	.depth03-tab .col-6 > li:nth-child(4),
	.depth03-tab .col-6 > li:nth-child(5){border-top:1px solid #cdcdcd}
	.depth03-tab .col-6 > li:nth-child(6){border-top:1px solid #cdcdcd}
}

@media only screen and (max-width:768px) {
	.depth03-tab{margin-bottom:25px}
	.depth03-tab > ul > li a{font-size:15px;}
}
@media only screen and (min-width:521px) {
		.depth03-tab > ul > li a br{display:none}
	}
@media only screen and (max-width:520px) {
	.depth03-tab > ul > li a{font-size:14px;}
	.depth03-tab > ul > li{height:45px;}
	.depth03-tab .col-6 > li:nth-child(6) a{font-size:12.5px;}
}



/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{padding:80px 0 120px 0; width:100%;}
	.sub-contents p{}
	.sub-contents p:last-child{}

	.sub-contents .big-txt{margin-bottom:40px; line-height:1.3; font-size:25px; color:#333;}
	.sub-contents .big-txt strong{font-weight:700; color:#ff4e00;}

	@media only screen and (min-width:1201px) {
		#subContents{margin:0 auto; width:1200px;}
	}
	@media only screen and (max-width:1200px) {
		#subContents{padding:80px 20px 120px 20px;}
	}
	@media only screen and (max-width:768px) {
		#subContents{padding:30px 10px 60px 10px;}
		
		.sub-contents p{}
		.sub-contents .big-txt{margin-bottom:20px; font-size:20px;}
	}


/* 신청폼 관련
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.inquiry-img{margin-bottom:30px;}
@media only screen and (max-width:768px) {
	.inquiry-img{margin-bottom:15px;}
}

.apply-info{background:#f8f8f8; padding:30px 40px; margin-bottom:40px;}
.apply-info li{position:relative; font-size:16px; margin-bottom:10px; padding-left:10px; color:#454545; line-height:1.3; word-break:keep-all;}
.apply-info li:last-child{margin-bottom:0}
.apply-info li:before{position:absolute; content:""; left:0; top:9px; width:5px; height:5px; border-radius:30px; background:#777;}
.apply-info h5{font-size:22px; color:#333; font-weight:500;}

@media only screen and (min-width:769px) {
	.apply-info h5{float:left; margin-right:80px;}
	.apply-info ul{float:left;}
	.apply-info:after{content:""; display:block; clear:both;}
}

@media only screen and (max-width:768px) {
	.apply-info{padding:30px; margin-bottom:20px;}
	.apply-info li{font-size:14px; margin-bottom:5px; padding-left:7px; }
	.apply-info li:before{top:7px; width:3px; height:3px;}
	.apply-info h5{font-size:18px; margin-bottom:10px;}
}
@media only screen and (max-width:620px) {
	.apply-info{padding:20px;}
}


/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.content-wrap .whois-board-view .board-content{font-size:16px}
.content-wrap .prev_data_area, .content-wrap .next_data_area{font-size:13px; color:#777}
.content-wrap .prev_data_area .b, .content-wrap .next_data_area .b{font-weight:500}

	/* 일반게시판 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 #ff4e00; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:17px; 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; }
	
	@media only screen and (max-width:768px) {
		.whois-board-list .whois-board-row .whois-board-row-subject {font-size:15px;}
	}

	/* 일반게시판 view */
	.whois-board-view { display:inline-block; border-top:1px solid #ff4e00; } /* 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: #ff4e00; -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: #e64600; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #ff4e00;  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 #ff4e00; }
	.sub-border-t { border-top: 1px solid #ff4e00; }
	.sub-border-r { border-right: 1px solid #ff4e00; }
	.sub-border-b { border-bottom: 1px solid #ff4e00; }
	.sub-border-l { border-left: 1px solid #ff4e00; }

	.sub-bg { background-color: #ff4e00; }
	.sub-bg-hover:hover { background-color: #e64600; }



/* 로그인/회원가입 관련 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;}


		