@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer{position:relative; padding:230px 0 100px;}
#subContainer > div{margin:0 auto; width:980px;}
#subContainer > div:after{content:""; display:block; clear:both;}

#leftMenu{float:left;}
#subContents{float:right; padding-top:45px; width:calc(100% - 245px); overflow:hidden;}
#commonContents{padding-top:45px; width:100%;}

@media only screen and (max-width:980px) {
	#subContainer{padding:0;}
	#subContainer > div{width:100%;}

	#leftMenu{float:none;}
	#subContents{float:none; padding:30px 20px 100px; width:100%; box-sizing:border-box;}
	#commonContents{padding:30px 20px 100px; box-sizing:border-box;}
}

@media only screen and (max-width:767px) {
	#subContents{padding:20px 10px 50px;}
	#commonContents{padding:20px 10px 50px;}
}


/* Left Menu (서브 좌측 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 서브비주얼 */
.sub_visual{z-index:88; position:absolute; top:0; left:0; width:100%; height:230px;}
.sub_visual01{background:url("/images/kor06r-17-0372/sub/sub_visual01.jpg") no-repeat center center/cover;}
.sub_visual02{background:url("/images/kor06r-17-0372/sub/sub_visual02.jpg") no-repeat center center/cover;}
.sub_visual03{background:url("/images/kor06r-17-0372/sub/sub_visual03.jpg") no-repeat center center/cover;}
.sub_visual04{background:url("/images/kor06r-17-0372/sub/sub_visual04.jpg") no-repeat center center/cover;}
.sub_visual05{background:url("/images/kor06r-17-0372/sub/sub_visual03.jpg") no-repeat center center/cover;}
.sub_visual06{background:url("/images/kor06r-17-0372/sub/sub_visual04.jpg") no-repeat center center/cover;}

.sub_visual > div{position:absolute; top:50%; left:0; right:0; margin:auto; width:980px; text-align:center; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%);}
.sub_visual p{font-size:18px; color:#fff;}
.sub_visual .slogan{font-family:'Nanum Myeongjo', serif; font-size:40px; letter-spacing:-1px; color:#fff;}

@media only screen and (max-width:980px) {
	.sub_visual{position:relative;}
	.sub_visual > div{width:100%;}
}

@media only screen and (max-width:767px) {
	.sub_visual{height:180px;}
	.sub_visual p{font-size:15px;}
	.sub_visual .slogan{font-size:32px;}
}


/* 좌측메뉴 */
.left-menu{z-index:99; position:absolute; top:150px; width:190px;}
.left-menu h2{padding:30px; text-align:center; font-weight:bold; font-size:24px; color:#fff; background:#aec213;}
.left-menu h2 img{display:block; margin:0 auto 10px;}
.left-menu li{width:100%; border:1px solid #e7e7e7; border-top:0;font-family:'Nanum Barun Gothic', sans-serif;}
.left-menu li:first-child{border-top:1px solid #e7e7e7;}
.left-menu li a{display:block; padding:0 15px; width:100%; box-sizing:border-box; height:50px; line-height:50px; font-weight:bold; font-size:15px; color:#666; background:#f9f9f9;}
.left-menu li i{float:right; line-height:50px; font-size:20px; color:#999;}

.left-menu li.active a{background:#fff; color:#aec213;}
.left-menu li.active i{color:#aec213;}

/* 좌측배너 */
.left-banner h3{margin-top:50px; padding:10px; text-align:center; font-weight:bold; line-height:1.2; font-size:15px; color:#fff; background:#fecc04;}

@media only screen and (max-width:980px) {
	.left-menu{display:none;}
	.left-banner{display:none;}
}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title{position:relative; padding-bottom:15px; margin-bottom:80px; border-bottom:1px solid #d8d8d8;}
.sub-title:after{position:absolute; bottom:-1px; content:""; display:inline-block; width:80px; height:4px; background:#9eb10d;}
.sub-title h3{margin-bottom:5px; font-size:36px; font-weight:normal; color:#9eb10d;}
.sub-title .page-navi{font-size:13px; color:#999;}
.sub-title .page-navi strong{font-weight:normal; color:#333;}

@media only screen and (max-width:767px) {
	.sub-title{margin-bottom:50px;}
	.sub-title h3{font-size:30px;}
	.sub-title .page-navi{font-size:12px;}
}



/* 게시판 관련 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 #aec213; } /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:14px; 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; font-size:13px; border-top:1px solid #aec213; } /* 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: #aec213; -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: #92a40a; }

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

.sub-bg { background-color: #aec213; }
.sub-bg-hover:hover { background-color: #92a40a; }



/* 로그인/회원가입 관련 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;}


/* 서브페이지
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.subtit-area {margin-bottom: 70px; width: 100%;}
.slogan {margin-bottom: 10px; font-family: 'Nanum Myeongjo',serif; line-height: 1.1; font-size: 45px; letter-spacing: 0px; color: #000;}
.slogan strong {color: #528129;}
h4 {font-family: 'Nanum Myeongjo',serif; font-weight:600; line-height: 1.1; font-size: 25px; letter-spacing: -1px; color: #d35901; margin:70px 0 35px 0;}
h4:first-child {margin-top:0;}
.stit::after {display:block; width:60px; height:31px; margin-top:-63px;  background:url('/images/kor06r-17-0372/sub/stit_bg.png') no-repeat top left; content:'';}
.eng h4 { position:relative; padding-top:31px; font-size:20px; }
.eng .stit:before { position:absolute; left:0; top:0px; width:60px; height:31px; background:url('/images/kor06r-17-0372/sub/stit_bg.png') no-repeat top left; content:'';}
.eng .stit::after { display:none; }
/*.stit span {font-size:18px; color:#4e4e4e;}*/

.basic_ul { margin-bottom:100px; }
.basic_ul > li { padding-left:29px; margin-bottom:10px; position:relative; background:url(/images/kor06r-17-0372/sub/sub04_01_arr01.jpg) left top no-repeat;  } 
.basic_ul > li > ul { margin-top:20px; margin-bottom:0; }
.dot_ul > li { position:relative; margin-bottom:10px; padding-left:10px; }
.dot_ul > li:before { content:""; position:absolute; left:0; top:7px; width:5px; height:5px; background:#dadada; border-radius:50%; }


/* 제품 테이블 */
.tab_content .t_box table.t_box01{width:100%; border-collapse:collapse;border:0;border-top:2px solid #ff9c00;border-bottom:1px solid #e8dcd3;border-right:1px solid #9d7452;border-left:1px solid #e8dcd3;background:#fff;font-size:14px;}
.tab_content .t_box table.t_box01 caption{padding:0;font-size:0;line-height:0;overflow:hidden}
.tab_content .t_box table.t_box01 tr{/* text-align:left; */ text-align:center}
.tab_content .t_box table.t_box01 th, table.t_box01 td{padding:10px 5px;color:#555;border:1px solid #e8dcd3;border-width:1px 1px 0 0;vertical-align:middle}
.tab_content .t_box table.t_box01 thead th{padding:10px 5px;color:#333;font-weight:600;text-align:center; border-width:0 1px 1px 0;vertical-align:middle;background:#f7f3f0}
.tab_content .t_box table.t_box01 tbody th{color:#333;font-weight:500;text-align:center;background:#f8faf9}
.tab_content .t_box table.t_box01 tbody td{text-align:left;padding:2% 10%;}
.tab_content .t_box table.t_box01 tfoot th, table.t_box01.tar tfoot td{font-weight:600;text-align:center;border-width:1px 1px 0 0;border-color:#ccc;background:#f7f3f0;vertical-align:middle}


@media screen and (max-width: 768px) {
	h4 { margin:70px 0 20px 0;}

	.t_box table.t_box01{width:100%;}

	.basic_ul { margin-bottom:40px; }
}
