@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header.sub-header{position:relative; background:#fff; border-bottom:1px solid #ccc;}

#subContainer{position:relative; padding:40px 20px 100px; margin:0 auto; width:1170px; box-sizing:border-box;}
#subContainer:after{content:""; display:block; clear:both;}

#leftMenu{float:left; width:250px;}
#subContents{float:right; width:calc(100% - 300px);}

@media only screen and (max-width:1170px) {
	#subContainer{width:100%;}
}

@media only screen and (max-width:980px) {
	#leftMenu{float:none; width:100%;}
	#subContents{float:none; width:100%;}
}

@media only screen and (max-width:767px) {
	#leftMenu{margin-bottom:20px;}
	#subContainer{padding:20px 10px 50px; width:100%;}
}



/* Sub Visual (서브이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-visual{z-index:888; width:100%; height:400px; text-align:center; background:url('/images/kor12r-17-0378/sub/sub_visual.jpg') no-repeat center bottom/cover;}

.sub-visual .slogan{position:relative; top:46%; margin:0 auto; width:1170px; text-align:center;}
.sub-visual .slogan h2 span{position:relative; font-family: 'S-CoreDream'; font-size:50px; font-weight:500; color:#fff;  text-shadow:0 0 10px rgba(0,0,0,0.7)}
.sub-visual .slogan h2 span:after{content:""; position:absolute; left:0; right:0; margin:25px auto 0; display:block; width:100%; height:1px; background:#fff; }
.sub-visual .slogan .sub-txt{margin-top:50px; font-size:18px; font-family: 'S-CoreDream'; font-weight:100; letter-spacing:19px; color:#fff;  text-shadow:0 0 10px rgba(0,0,0,0.7)}
.sub-visual .slogan .sub-txt span{padding-left:20px;}


@media only screen and (max-width: 1170px) {
	.sub-visual .slogan{width:100%;}
}

@media only screen and (max-width: 980px) {
	.sub-visual{height:360px;}
	.sub-visual .slogan{top:40%; }
}

@media only screen and (max-width: 768px) {
	.sub-visual{height:280px;}
	.sub-visual .slogan h2 span{font-size:34px;}
	.sub-visual .slogan h2 span:after{margin:15px auto 0;}
	.sub-visual .slogan .sub-txt{margin-top:30px; font-size:13px; letter-spacing:11px;}
	.sub-visual .slogan .sub-txt span{padding-left:10px;}
}

@media only screen and (max-width: 500px) {
	.sub-visual{height:230px;}
	.sub-visual .slogan{top:43%; }
	.sub-visual .slogan h2 span{font-size:26px;}
	.sub-visual .slogan h2 span:after{margin:10px auto 0;}
	.sub-visual .slogan .sub-txt{margin-top:20px; font-size:11px; letter-spacing:9px;}
	.sub-visual .slogan .sub-txt span{padding-left:5px;}
}




/* Left Menu (서브 좌측 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 좌측메뉴 */
.left-menu h2{padding:35px 0; text-align:center; font-family: 'S-CoreDream'; font-weight:600; font-size:30px; color:#d73f25; background:#f7f7f7; border:1px solid #e8e8e8; border-bottom:2px solid #e65b43;}
.left-menu h2 span{display:block; margin-top:5px; text-transform:uppercase; font-weight:normal; font-size:13px;}

.left-menu li{width:100%;}
.left-menu li a{display:block; padding:0 20px; width:100%; box-sizing:border-box; height:50px; line-height:50px; font-size:15px; color:#000; background:#fff url('/images/kor12r-17-0378/sub/left_icon.gif') no-repeat right 20px center; border:1px solid #e8e8e8; border-top:0;}
.left-menu li.active a{color:#fff; background:#b4252d url('/images/kor12r-17-0378/sub/left_icon_on.gif') no-repeat right 20px center; border-color:#b4252d;}

.left-menu .sub-menu-depth03 li span{padding-right:5px;}
.left-menu .sub-menu-depth03 li a{display:block; padding:0 25px; width:100%; box-sizing:border-box; height:42px; line-height:42px; font-size:15px; color:#777; 
	background:#f8f8f8; border:1px solid #e8e8e8; border-top:0;}
.left-menu .sub-menu-depth03 li.active a{color:#fff; background:#8ec880; border-color:#8ec880;}



/* 좌측배너 */
.left-banner{
	margin-top:40px; padding:25px 20px; box-sizing:border-box; 
	background-color:#f7f7f7; 
	background-image:url('/images/kor12r-17-0378/sub/sub_ban_img.png');
	background-repeat:no-repeat;
	background-position:center top 25px;
	border:1px solid #e8e8e8; 
	color:#333;
}
.left-banner .btn-area{padding-top:140px;}
.left-banner .btn-area a{display:block; width:160px; height:42px; line-height:42px; font-family: 'S-CoreDream'; font-weight:500; font-size:18px; color:#fff; text-align:center; background:#62a551; border:1px solid #62a551; text-align:center; margin:0 auto; border-radius:50px;}
.left-banner .btn-area a:hover{border:1px solid #62a551; background:#fff; color:#62a551;}

.left-banner h3{margin-bottom:10px; padding-bottom:10px; font-weight:bold; line-height:1.4; font-size:20px; color:#111; border-bottom:1px solid #ddd;}
.left-banner h3 span{display:block; text-transform:uppercase; letter-spacing:0; font-weight:normal; font-size:13px; color:#666;}

.left-banner dl:after{content:""; display:block; clear:both;}
.left-banner dl:first-of-type{margin-bottom:10px;}

.left-banner dt, .left-banner dd{float:left; line-height:20px; font-size:14px;}
.left-banner dt{margin-right:5px; font-weight:bold;}
.left-banner dt:before{position:relative; top:-1px; display:inline-block; content:"\276F"; margin-right:5px; font-size:10px; color:#ccc;}
.left-banner dl:first-of-type dt{height:40px;}

.left-banner dd{letter-spacing:0;}
.left-banner dd span{font-size:12px; color:#666;}


@media only screen and (max-width: 980px) {
	.left-banner{display:none;}

	.left-menu h2{display:none;}
	.left-menu ul{margin-bottom:40px;}
	.left-menu ul:after{content:""; display:block; clear:both;}
	.left-menu li{float:left;}

	.left-menu01 li{width:50%;}	
	.left-menu01 ul{margin-bottom:20px}
	.left-menu li a{border:1px solid #e8e8e8; border-left:0;}
	.left-menu li:first-child a{border-left:1px solid #e8e8e8;}
	
	.left-menu .sub-menu-depth03 li{width:25%;}
	.left-menu .sub-menu-depth03 li span{padding-right:0; display:none;}
	.left-menu .sub-menu-depth03 li a{text-align:center; padding:15px 5px; height:auto; line-height:1.2; border-right:0; border-top:1px solid #ddd;}
	.left-menu .sub-menu-depth03 li:last-child a{border-right:1px solid #ddd;}
	.left-menu .sub-menu-depth03 li.active a{color:#fff; background:#8ec880; border-color:#8ec880;}

	.left-menu02 li, .left-menu03 li, .left-menu06 li{width:33.33%;}	
	.left-menu04, .left-menu05{width:100%;}


}
@media only screen and (max-width: 768px) {
	.left-menu li a{height:40px; line-height:40px; font-size:13px;}
	.left-menu .sub-menu-depth03 li a{font-size:13px;}
}

@media only screen and (min-width: 501px) {
	.left-menu .sub-menu-depth03 li a br{display:none;}
}

@media only screen and (max-width: 500px) {
	.left-menu01 ul{margin-bottom:10px}
	.left-menu .sub-menu-depth03 li a{padding:10px 5px;}

	.left-menu.left-menu02 li a, 
	.left-menu.left-menu03 li a{padding:0 10px; letter-spacing:-1px; background-size:10px; background-position:right 10px center}
	
	.left-menu.left-menu02 li.active a, 
	.left-menu.left-menu03 li.active a{background-size:10px; background-position:right 10px center}

}



/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title{margin-bottom:40px; padding-bottom:25px; border-bottom:1px solid #cacaca;}
.sub-title h3{font-family: 'S-CoreDream'; letter-spacing:-1px; font-size:28px; font-weight:600; color:#000;}
.page-navi{margin-bottom:40px; font-size:13px; color:#898989;}
.page-navi strong{color:#b4252d;}
.page-navi img{margin-top:-5px;}

@media only screen and (max-width:980px) {
	.sub-title{margin-bottom:25px; padding-bottom:15px; }
	.page-navi{margin-bottom:20px; font-size:12px;}
}
@media only screen and (max-width:767px) {
	.sub-title h3{font-size:23px;}
}


/*서브 콘텐츠 공통 
--------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents h4{position:relative; font-family: 'S-CoreDream'; font-weight:500; font-size:26px; color:#222; margin-bottom:40px; }
.sub-contents h4:before{position:absolute; display:block; content:""; width:40px; height:4px; top:-17px; left:0; background:#79b16b}

@media only screen and (max-width:768px) {
	.sub-contents h4{font-size:20px; color:#222; margin-bottom:20px; }
	.sub-contents h4:before{width:32px; height:3px; top:-13px;}
}

.history_area {position:relative; padding-top:30px;}
.history_area:after{content:''; position:absolute;top:-30px;left:49%; width:20px; height:20px; background:#79b16b; border:3px solid #caebc2; border-radius:30px;}
.history_area:before {content:'';position:absolute;top:-30px;left:50%;bottom:0;width:2px;background-color:#79b16b}
.history_area .round_txt {position:relative;width:220px;height:220px;padding-top:55px;margin:40px auto 60px auto;font-weight:700;font-size:32px;text-align:center;color:#fff; line-height:1.2; background-color:#4fb2da;border-radius:50%;}
.history > li {position:relative}
.history > li:before {content:'';position:absolute;top:10px;left:50%;display:block;width:12px;height:12px;margin-left:-5px;background-color:#fff; border:2px solid #79b16b; border-radius:50%}
.history > li + li {margin-top:40px}
.history > li.type1 {padding-right:52%;text-align:right}
.history > li.type2 {padding-left:52%;text-align:left}
.history .year {color:#79b16b; font-family: 'S-CoreDream'; font-size:22px; font-weight:600; padding-bottom:15px;}
.history > li > ul > li {position:relative;font-size:16px;line-height:1.4; color:#454545; word-break:keep-all; letter-spacing:0.01em; margin-bottom:10px;}
.txt_li_type1{padding-right:20px !important;}
.txt_li_type2{padding-bottom:70px !important;}	

.history > li.type1 > .month > li{padding-right:45px;}
.history > li.type2 > .month > li{padding-left:45px;}
/*.history > li.type1 > ul > li:after{content:''; position:absolute; top:9px; right:0; width:3px; height:3px; background:#777;}
.history > li.type2 > ul > li:before{content:''; position:absolute; top:9px; left:0; width:3px; height:3px; background:#777;}*/
.history > li > ul > li span {position:absolute; left:0; top:0; padding:0; padding-left:7px; color:#222; font-weight:700;}
.history > li.type1 > ul > li span {position:absolute;right:0;top:0;padding:0;}


@media only screen and (min-width:769px) {
	.history > li.type1 > ul > li span.mo{display:none;}
}

@media only screen and (max-width:768px) {
	.history_area{margin-left:15px; padding-top:15px; margin-top:40px;}
    .history_area:before {left:3px; top:-15px;}
	.history_area:after{top:-15px;left:-3px; width:16px; height:16px;  border:2px solid #caebc2;}
    .history > li.type1,
    .history > li.type2 {text-align:left;padding:0}
    .history > li:before {left:-1px;top:10px;margin:0;width:10px;height:10px}
    .history > li + li {margin-top:25px}
    .history .year {padding-left:20px;font-size:20px; padding-bottom:10px; margin-bottom:0;}
    .history > li > ul {padding-left:20px}
    .history > li > ul > li {font-size:14px;line-height:22px;}
	.history > li.type1 > ul > li {}
	.history > li.type1 > .month > li {padding-left:35px;}
	.history > li.type2 > .month > li {padding-left:35px;}
	.history > li.type1 > ul > li span {position: absolute; padding-left:0;}
	.history > li > ul > li span {position: absolute;  padding-left:0;}
}



.sub-contents .tbl-frame{margin-bottom:100px;}
.sub-contents .tbl-frame table{width:100%; border-top:2px solid #79b16b;}
.sub-contents .tbl-frame table th{text-align:center; font-size:17px; font-weight:bold; color:#6ba75c; background:#f7fbf2; padding:15px 0; border-bottom:1px solid #ddd; border-left:1px solid #ddd; }
.sub-contents .tbl-frame table td{text-align:center; font-size:16px; padding:15px 5px;border-bottom:1px solid #ddd; border-left:1px solid #ddd; }
.sub-contents .tbl-frame table th:first-child,
.sub-contents .tbl-frame table td:first-child{border-left:0;}

@media only screen and (max-width:768px) {
	.sub-contents .tbl-frame{margin-bottom:60px;}
	.sub-contents .tbl-frame table th{font-size:15px; padding:10px 0;}
	.sub-contents .tbl-frame table td{font-size:15px; padding:10px 2px;}
}

@media only screen and (max-width:500px) {
	.sub-contents .tbl-frame table th{font-size:14px; padding:7px 0;}
	.sub-contents .tbl-frame table td{font-size:14px; padding:7px 2px;}
}


/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.content-wrap .webzine-content-right p{font-size:15px;}

.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 .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; }

@media only screen and (max-width:500px) {
	.whois-board-list .whois-board-row .whois-board-row-subject {font-size:14px;}
}

/* 일반게시판 view */
.whois-board-view .board-title h3{font-weight:bold;}
.whois-board-view .board-content{font-size:15px;}

.whois-board-view { display:inline-block; font-size:13px; } /* 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: #e65b43; -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: #d65741; }

/* 게시판 공통 */
.sub-box { margin-right:5px; background-color: #e65b43;  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 #e65b43; }
.sub-border-t { border-top: 1px solid #e65b43; }
.sub-border-r { border-right: 1px solid #e65b43; }
.sub-border-b { border-bottom: 1px solid #e65b43; }
.sub-border-l { border-left: 1px solid #e65b43; }

.sub-bg { background-color: #e65b43; }
.sub-bg-hover:hover { background-color: #d65741; }



/* 로그인/회원가입 관련 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;}


		