@charset "utf-8";
@import url('font.css');

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.95em;height:100%;font-family:'Open Sans','Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button, input[type=submit] {cursor:pointer}
input[type=text], input[type=password], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 아이폰 기본스타일 제거 */
input, textarea {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none;  appearance: none;   color:#333; background: #fff url('/img/gnb_bg.gif') no-repeat 98% center;}
select::-ms-expand {  display:none;}

input[type=checkbox] {accent-color:red; appearance:checkbox;}
input[type=radio] {accent-color:red; appearance:radio;}

::selection {background:#555; color:#fff;}

 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:0px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {padding:5px 10px;border:0;background:#393939;color:#aaa; font-size:13px;}

@media (max-width:639px){
	.hd_pops_con {width:100% !important; height:auto !important;}
	.hd_pops {position:absolute; left:0 !important; top:110px !important; margin:5px;}	
 }
 
/* 상단 레이아웃 */
#hd {width:100%; background:#fff; z-index:999;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#tnb {width:100%; background:#bf1923;}
#tnb ul {width:100%; max-width:1400px; margin:0 auto; display:flex; align-items:center; justify-content:flex-end;}
#tnb ul li {line-height:40px; border-left:1px solid rgba(255,255,255,0.2); transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#tnb ul li:last-child {border-right:1px solid rgba(255,255,255,0.2);}
#tnb ul li a {display:block; padding:0 20px; font-size:15px; color:#fff; font-weight:300;}
#tnb ul li a b {font-weight:400;}
#tnb ul li:hover {background:rgba(0,0,0,0.1);}

#hd_wrapper {margin:0 auto; max-width:1400px; height:120px; display:flex; justify-content:space-between; align-items:center;}
#hd_wrapper .mark {display:flex; align-items:center;}
#hd_wrapper .mark li {margin-right:10px;}
#hd_wrapper .mark li img {width:auto;}

#logo {text-align:center;}
#logo img {width:auto;}

 @media (max-width:1399px){
	 #hd_wrapper {padding-left:20px;}
 }
 
 @media (max-width:969px){
	#tnb ul li {line-height:35px;}
	#tnb ul li a {font-size:13px;}
	
	#hd_wrapper {height:100px;}
	#hd_wrapper .mark li img {height:40px;}
	#logo img {height:52px;}
 }
 
  @media (max-width:639px){	  
	#hd.scroll {position:fixed; top:0; border-bottom:1px solid #e7e7e7;}
	#tnb ul li {width:50%; line-height:32px; text-align:center;}
	#tnb ul li:last-child {border-right:none;}
	#tnb ul li a {font-size:12px; padding:0;}
	#tnb ul li a  b {display:none;}
	
	#hd_wrapper {height:75px; padding-left:10px;}
	#hd_wrapper .mark li {margin-right:5px;} 
	#hd_wrapper .mark li img {height:26px;}
	#logo img {height:40px;}
 }
 
/* 메인메뉴 */
#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#gnb {position:relative; width:100%; border-top:2px solid #111; border-bottom:1px solid #e5e5e5; background:#fff;}
#gnb.scroll {position:fixed; top:0; z-index:999;}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative; max-width:1200px;}
#gnb #gnb_1dul {font-size:19px; display:flex; zoom:1;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {line-height:60px;padding:0;width:16.6666%; text-align:center;position:relative; height:60px;}
.gnb_1dli .bg {display:inline-block;height:10px;overflow:hidden;text-indent:-999px}
.gnb_1dli{border-bottom-style:solid; border-bottom-color:#fff; border-bottom-width:0px;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid #bf1923;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:hover::before{content : ""; position:absolute; left:50%; transform: translateX(-50%); bottom:0px; height:1px; width:50%; border-bottom:3px solid #bf1923;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:last-child {display:none;}

.gnb_1da {display:inline-block;font-weight:400;color:#000;text-decoration:none;width:100%}
.gnb_2dli {}
.gnb_2dul {display:none;position:absolute;top:100px;min-width:150px;background:#fafafa;}
.gnb_2da {display:block;line-height:35px; font-size:17px; color:#222;text-align:center;text-decoration:none; letter-spacing:-1px; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#888;}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#444}
.gnb_wrap .gnb_empty a{color:#444;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#all_cate {position:absolute; width:100%;z-index:50;top:61px;height:0px; max-height:300px;background-color:#fff; border-bottom:1px solid #e5e5e5; display:none;}
#all_cate div {position:relative;}
.cate_1dli {display: inline-block;margin: 0 20px;width:85px}
.cate_2dli:last-child{ padding-bottom: 0px;}
.cate_2dli {line-height: 28px;font-size: 13px;padding-left: 15px;}
.cate_2dul{display:none;position: absolute;top:60px; left:0; width:100%;overflow: hidden;z-index: 9999; padding:10px 0; color:#fff;}

/* 메뉴2 */
#gnb_open {width:45px; border:0; height:45px;color:#222; background:none; font-size:20px;}

#gnb2 {position:fixed;top:0;right:-300px;height:100%; background:rgba(0,0,0,0.9); z-index:99999; width:300px;/* box-shadow:2px 2px 7px rgba(0,0,0,0.3);*/ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
#gnb2 .btn_close {position:absolute;top:5px;right:0;width:50px;height:50px;border:0;background:none;color:#fff; font-size:18px;}
#gnb2 .gnb_top {width:100%; height:65px;}
#gnb2 .gnb_tnb {padding:0 10px;}
#gnb2 .gnb_tnb li {display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a {color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul {}
#gnb2_1dul .gnb2_1dli {position:relative;}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da {padding:0 20px;display:block;color:#fff; font-size:18px; line-height:60px; cursor:pointer;}
#gnb2_1dul .gnb2_2dul {display:none; padding:5px 0;}
#gnb2_1dul .gnb2_2da {color:#999; font-size:16px;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:35px; display:block; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#gnb2_1dul .gnb2_2da:hover {color:#ccc;}
#gnb2_1dul .gnb2_1dli:last-child {display:none;}


@media (max-width: 1199px){	
	#gnb #gnb_1dul {font-size:18px}
	.gnb_2da {font-size:16px;}
	#gnb2_1dul .gnb2_1da {font-size:17px; line-height:55px;}
	#gnb2_1dul .gnb2_2da {font-size:15px;}
}

@media (max-width: 969px){
	#gnb #gnb_1dul {font-size:16px; letter-spacing:-0.04em;}
	#gnb .gnb_1dli {height:50px; line-height:50px;}
	.cate_2dul {top:50px; max-height:150px !important;}
	.gnb_2da {font-size:15px;line-height:32px;}
	#all_cate {top:51px; max-height:155px !important;}
 }

@media (max-width:639px){
	#gnb {display:none;}
	#gnb2_1dul .gnb2_1da {font-size:16px; line-height:50px;}
	#gnb2_1dul .gnb2_2da {font-size:14px;}
 }
 
/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {width:100%; padding:80px 0; text-align:center; font-size:48px; font-weight:600; color:#222; background:url('/images/sub_visual.jpg') center center no-repeat;}
#container {position:relative;min-height:300px; max-width:1400px; margin:80px auto 120px;}

@media (max-width: 1399px){
	 #container {padding:0 10px; margin:70px auto 120px;}
 }
 @media (max-width: 1199px){
	 #container_title {padding:60px 0; font-size:40px; background-size:200%;}
	 #container { margin:50px auto 100px;}
 }
 @media (max-width: 969px){
	 #container_title {padding:50px 0; font-size:35px; background-size:260%;}
	 #container {margin:40px auto 60px;}
 }
 @media (max-width:639px){
	 #container_title {padding:30px 0; font-size:25px; background-size:300%;}
	 #container {margin:25px auto 40px;}
	 
 }
 
/* 메인 레이아웃 */ 
#section01 {width:100%; max-width:1400px; margin:100px auto; display:flex; justify-content:space-between;}
#section01 .box {width:32%; max-width:450px; text-align:center; border:1px solid #e7e7e7; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 .box:hover {border-color:#f5bdc0;}
#section01 .box a {display:block; padding:70px;}
#section01 .box img {}
#section01 .box h4 {font-size:24px; color:#111; font-weight:400; margin:30px 0; }
#section01 .box p {font-size:18px; line-height:27px; color:#888; font-weight:300; word-break:keep-all;}
#section01 .box span.view_btn {display:inline-block; font-size:16px; color:#fff; padding:8px 40px; margin-top:40px; background:#d2d2d2; border-radius:30px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 .box:hover span.view_btn {background:#da0411;}

#section02 {width:100%; padding:120px 0; background:url('/images/section02_bg.jpg') center center no-repeat;}
#section02 .inner {width:100%; max-width:1400px; margin:0 auto;}
#section02 .inner h3 {font-size:50px; color:#f26831;}
#section02 .inner h4 {font-size:22px; color:#555; margin-top:30px; font-weight:500;}
#section02 .btn_wrap {display:flex; justify-content:flex-end; margin:10px 0 20px;}
#section02 .btn_wrap div {display:inline-block; width:50px; height:50px; text-align:center; line-height:50px; cursor:pointer; border:1px solid #7f776b; opacity:0.5; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section02 .btn_wrap div:hover {opacity:1;}
#section02 .btn_wrap div i {color:#7f776b; font-size:20px;}
#section02 .btn_wrap div.button-prev {margin-right:2px;}
#section02 .btn_wrap div.button-next {}
#section02 .pd_box {display:flex; align-items:center; background:#fff;}
#section02 .pd_box .img {width:50%;}
#section02 .pd_box .txt {width:50%; padding:0 80px;}
#section02 .pd_box .txt h5 {font-size:32px; color:#111; font-weight:500;}
#section02 .pd_box .txt p {font-size:20px; color:#777; margin:40px 0 60px; font-weight:300; word-break:keep-all;}
#section02 .pd_box .txt a.view_btn {display:inline-block; padding:8px 40px; font-size:16px; color:#222; border:1px solid #555; border-radius:30px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section02 .pd_box .txt a.view_btn:hover {background:#f26831; border-color:#f26831; color:#fff;}

#section03 {width:100%; max-width:1400px; margin:120px auto;}
#section03 h3.title {font-size:50px; color:#111; text-align:center;}
#section03 p.ttxt {font-size:22px; color:#555; margin:40px 0 60px; text-align:center; word-break:keep-all;}

#section04 {width:100%; padding:100px 0; background:url('/images/section04_bg.jpg') center center no-repeat;}
#section04 .inner {max-width:1400px; margin:0 auto;}
#section04 h3.title {font-size:50px; color:#ffea00;}
#section04 p.time {font-size:20px; color:#fff; margin:14px 0; word-break:keep-all;}
#section04 p.time b {font-weight:500;}
#section04 h4 {display:inline-block; width:150px; height:35px; line-height:35px; margin:30px 0 10px; font-size:18px; color:#fff; text-align:center; font-weight:400; border-radius:30px; background:#f26831;}
#section04 p.tel {}
#section04 p.tel a {font-size:35px; color:#fff; font-weight:700;}

 @media (max-width: 1399px){
	#section01 {padding:0 20px;}
	#section01 .box a {padding:70px 40px;}
	#section02 {padding:120px 20px;}
	#section02 .pd_box .txt p {font-size:19px; margin:30px 0 50px;}
	#section03 {padding:0 20px;}
	#section04 {padding:100px 20px;}
 }
 @media (max-width: 1199px){
	#section01 {margin:80px auto;}
	#section01 .box a {padding:50px 20px;}
	
	#section02 {padding:90px 20px;}
	#section02 .inner h3 {font-size:48px;}
	#section02 .inner h4 {font-size:21px; margin-top:20px;}
	#section02 .btn_wrap {margin:0 0 10px;}
	#section02 .btn_wrap div {width:45px; height:45px; line-height:45px;}
	#section02 .pd_box .txt {padding:0 50px;}
	#section02 .pd_box .txt h5 {font-size:29px;}
	#section02 .pd_box .txt p {font-size:17px; line-height:24px; margin:20px 0 30px;}
	#section02 .pd_box .txt a.view_btn {font-size:14px;}
	
	#section03 {margin:100px auto;}
	#section03 h3.title  {font-size:48px;}
	#section03 p.ttxt {font-size:20px; margin:30px 0 50px;}
	
	#section04 {padding:80px 40px;}
	#section04 h3.title  {font-size:48px;}
	#section04 p.time {font-size:19px;}
	
	 
 }
 @media (max-width: 969px){
	#section01 {margin:60px auto;}
	#section01 .box img {height:50px;} 
	#section01 .box a {padding:40px 15px;}
	#section01 .box h4 {font-size:20px; margin:25px 0; }
	#section01 .box p {font-size:16px; line-height:24px;}
	#section01 .box span.view_btn {font-size:14px; padding:8px 30px; margin-top:20px;}
	
	#section02 {padding:60px 20px;}
	#section02 .inner h3 {font-size:40px;}
	#section02 .inner h4 {font-size:20px; margin-top:15px;}
	#section02 .btn_wrap div {width:40px; height:40px; line-height:40px;}
	#section02 .pd_box .img {width:58%;}
	#section02 .pd_box .txt {width:42%; padding:30px;}
	#section02 .pd_box .txt h5 {font-size:24px;}
	#section02 .pd_box .txt p {font-size:15px; line-height:20px; margin:10px 0 20px;}
	#section02 .pd_box .txt p span {display:none;}
	#section02 .pd_box .txt a.view_btn {font-size:14px; padding:8px 30px;}
	
	#section03 {margin:60px auto;}
	#section03 h3.title  {font-size:40px;}
	#section03 p.ttxt {font-size:17px; margin:15px 0 30px;}
	
	#section04 {padding:60px 20px; background-position:53% center; background-size:auto 150%;}
	#section04 h3.title  {font-size:40px;}
	#section04 p.time {font-size:17px;}
	#section04 h4 {width:140px; height:30px; line-height:30px; margin:20px 0 10px; font-size:16px;}
	#section04 p.tel a {font-size:32px;}

	 
 }
 @media (max-width:639px){
	#section01 {margin:20px auto; padding:0 10px; display:block;}
	#section01 .box {width:100%; max-width:100%; margin:10px 0;}
	#section01 .box img {height:40px;} 
	#section01 .box a {padding:25px 15px;}
	#section01 .box h4 {font-size:18px; margin:20px 0 15px; }
	#section01 .box p {font-size:14px; line-height:20px;}
	#section01 .box span.view_btn {font-size:13px; padding:6px 25px;}
	
	#section02 {padding:40px 20px;}
	#section02 .inner h3 {font-size:30px;}
	#section02 .inner h4 {font-size:16px; margin-top:10px;}
	#section02 .btn_wrap div {width:35px; height:35px; line-height:35px;}
	#section02 .pd_box {display:block;}
	#section02 .pd_box .img {width:100%;}
	#section02 .pd_box .txt {width:100%; padding:30px 25px;}
	#section02 .pd_box .txt h5 {font-size:20px;}
	#section02 .pd_box .txt p {font-size:14px; line-height:18px; max-width:280px;}
	#section02 .pd_box .txt a.view_btn {font-size:13px; padding:6px 25px;}
	
	#section03 {margin:40px auto; padding:0 15px;}
	#section03 h3.title  {font-size:30px; text-align:left; margin-bottom:10px;}
	#section03 p.ttxt {font-size:15px; margin:15px 0 25px; display:none;}
	
	#section04 {padding:0; background-position:54% center; background-size:auto 100%;}
	#section04 .inner {padding:40px 20px; background:rgba(0,0,0,0.1);}
	#section04 h3.title  {font-size:30px;}
	#section04 p.time {font-size:15px; margin:14px 0 10px;}
	#section04 p.time b {display:block;}
	#section04 h4 {width:120px; font-size:15px;}
	#section04 p.tel a {font-size:26px;}
	 
	 
 }
 
/* 서브 레이아웃 */
.cl_orange {color:#f26831 !important;}
.cl_blue {color:#0a58a7 !important;}
.cl_green {color:#78b722 !important;}
.cl_brown {color:#927a53 !important;}
.cl_yellow {color:#f3ad08 !important;}

#greeting {text-align:center;}
#greeting h4 {font-size:34px; line-height:60px; color:#222; font-weight:400;}
#greeting p.cpinfo {font-size:19px; line-height:34px; color:#555; margin-top:50px; word-break:keep-all;}
#greeting img {margin:60px auto 70px;}
#greeting .txt {}
#greeting .txt p {font-size:19px; line-height:34px; word-break:keep-all; color:#333; margin-bottom:30px; word-break:keep-all;}
#greeting .txt p.ceo {margin:50px 0 0; color:#111;}
#greeting .txt p.ceo b {font-size:24px; letter-spacing:7px; margin-left:10px;}

#organization {text-align:center;}
#organization img.pc {}
#organization img.mb {display:none;}

#location {text-align:center;}
#location h4 {font-size:28px; color:#111;}
#location p.add {font-size:19px; color:#777; margin:30px auto 40px;}
#location p.add span {display:inline-block;}
#location iframe {width:100%;}
#location ul.box {display:flex; justify-content:space-between; margin:30px auto 0; flex-wrap:wrap;}
#location ul.box li {width:32%; max-width:450px; padding:40px; text-align:center; border:1px solid #e6e6e6;}
#location ul.box li i {width:45px; height:45px; line-height:45px; font-size:18px; color:#fff; border-radius:50%; background:#bf1923;}
#location ul.box li h5 {font-size:19px; font-weight:500; margin:25px 0 20px;}
#location ul.box li p {font-size:17px; color:#777; word-break:keep-all;}
#location ul.box li p span {display:inline-block;}
#location ul.box li p a {font-size:25px; color:#777; font-weight:500;}

#business {display:flex; justify-content:space-between;}
#business .bsbox {width:32%; max-width:450px; text-align:center; border-radius:7px; border:1px solid #e7e7e7; overflow:hidden;}
#business .bsbox h4 {width:100%; padding:20px 0; font-weight:500; font-size:23px; color:#fff;}
#business .bsbox h4.yellow {background:#f3ad07;}
#business .bsbox h4.brown {background:#927a52;}
#business .bsbox h4.green {background:#78b722;}
#business .bsbox img {margin:50px auto;}
#business .bsbox ul {padding:0 20px 20px; border-bottom:1px solid #e7e7e7; }
#business .bsbox ul li {width:100%; margin:0 auto 10px; border-radius:7px; border:1px solid #e7e7e7;}
#business .bsbox ul li:last-child {margin-bottom:0;}
#business .bsbox ul li h5 {width:100%; padding:10px; font-weight:400; font-size:21px; color:#111; background:#f5f5f5;}
#business .bsbox ul li p {font-size:18px; line-height:27px; padding:20px; font-weight:300; color:#777; word-break:keep-all;}
#business .bsbox a.more_btn {display:block; padding:17px 0; font-size:17px; color:#999; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#business .bsbox:first-child a.more_btn {color:#f3ad07;}
#business .bsbox:nth-child(2) a.more_btn {color:#927a52;}
#business .bsbox:nth-child(3) a.more_btn {color:#78b722;}
#business .bsbox:first-child a.more_btn:hover {background:#f3ad07; color:#fff;}
#business .bsbox:nth-child(2) a.more_btn:hover {background:#927a52; color:#fff;}
#business .bsbox:nth-child(3) a.more_btn:hover {background:#78b722; color:#fff;}

#facility {}
#facility .title {width:100%; padding:50px 70px; margin-bottom:50px;}
#facility .bg_pu {background:url('/images/facility_tbg_01.jpg') right center no-repeat;}
#facility .bg_of {background:url('/images/facility_tbg_02.jpg') right center no-repeat; margin-top:100px;}
#facility .title h4 {font-size:40px; color:#fff; font-weight:500;}
#facility .title p {font-size:20px; color:#fff; margin-top:10px;}
#facility ul.list {display:flex; flex-wrap:wrap;}
#facility ul.list li {width:31.3333%; margin:0 1% 40px; text-align:center;}
#facility ul.list li img {}
#facility ul.list li p {font-size:21px; color:#111; margin-top:25px;}

#fnvc {}
#omd {}
#organic {}
.pdinfo {text-align:center;}
.pdinfo .title {}
.pdinfo .title h3 {font-size:34px; color:#222; font-weight:400;}
.pdinfo .title img {margin:50px auto;}
.pdinfo .title p {font-size:19px; line-height:34px; color:#555; word-break:keep-all;}
.pdinfo .title p br {}
.pdinfo .info {}
.pdinfo .info img {margin:60px auto 70px;}
.pdinfo .info p {font-size:19px; line-height:34px; color:#555; word-break:keep-all;}
.pdinfo .info p.mg {margin:30px auto;}
.pdinfo .info p br {}
.pdinfo h4.st {font-size:30px; color:#222; font-weight:400; margin:120px auto 60px; position:relative; padding-top:40px;}
.pdinfo h4.st:before {content:""; display:inline-block; width:60px; height:5px; position:absolute; top:0; left:50%; margin-left:-30px;}
#fnvc h4.st:before {background:#f3ad08;}
#omd h4.st:before {background:#927a53;}
#organic h4.st:before {background:#78b722;}
.pdinfo ul {display:flex; flex-wrap:wrap;}
.pdinfo ul li {width:48%; margin:1%; padding:50px; border:1px solid #e7e7e7;}
.pdinfo ul li img {}
.pdinfo ul li h5 {font-size:21px; font-weight:400; color:#111; margin:30px 0;}
.pdinfo ul li p {font-size:17px; line-height:27px; color:#555; font-weight:300; word-break:keep-all;}

#rnd {}
#rnd ul.lab {display:flex; justify-content:space-between; flex-wrap:wrap;}
#rnd ul.lab li {width:24%; text-align:center;}
#rnd ul.lab li img {}
#rnd ul.lab li p {font-size:20px; color:#111; margin-top:20px;}
#rnd .title {width:100%; padding:50px 70px; margin:120px auto 50px; background:url('/images/rnd_tbg.jpg') right center no-repeat;}
#rnd .title h4 {font-size:40px; color:#fff; font-weight:500;}
#rnd .title p {font-size:20px; color:#fff; margin-top:10px;}
#rnd ul.step {display:flex; flex-wrap:wrap;}
#rnd ul.step li {width:32.3333%; margin:0.5%; padding:50px; text-align:center; border:1px solid #e7e7e7; border-radius:20px;}
#rnd ul.step li h5 {font-size:20px; opacity:0.6;}
#rnd ul.step li h4 {font-size:21px; color:#111; font-weight:400; margin:30px 0;}
#rnd ul.step li p {font-size:18px; line-height:27px; color:#777; word-break:keep-all;}

#qna {display:flex; justify-content:space-between; flex-wrap:wrap;}
#qna .box {width:32.5%; padding:50px; text-align:center; border-radius:20px; border:1px solid #e7e7e7; background:#f7f7f7;}
#qna .box h4 {font-size:21px; color:#111; font-weight:400;}
#qna .box i {width:45px; height:45px; line-height:47px; font-size:18px; margin:30px auto; color:#fff; border-radius:50%; background:#aaa;}
#qna .box h5 {margin-bottom:15px;}
#qna .box h5 a {font-size:28px; color:#bf1923; font-weight:700;}
#qna .box h5.time {font-size:24px; color:#222; font-weight:700;}
#qna .box p.desc {font-size:17px; margin:5px 0; color:#777; font-weight:300;}
#qna .box p.desc span {color:#d9474f;}

.cont_txt {padding:30px; border:1px solid #e7e7e7; font-size:15px; font-weight:300; color:#222; line-height:22px;}
.cont_txt b {font-weight:500;}

 @media (max-width: 1199px){
	#greeting h4 {font-size:32px; line-height:54px;}
	#greeting p.cpinfo {font-size:18px; line-height:30px; margin-top:40px;}
	#greeting img {margin:50px auto 60px;}
	#greeting .txt p {font-size:18px; line-height:30px;}
	#greeting .txt p.ceo {margin:50px 0 0;}
	#greeting .txt p.ceo b {font-size:22px;}
	
	#business .bsbox h4 {padding:15px 0; font-size:21px;}
	#business .bsbox ul {padding:0 15px 15px;}
	#business .bsbox ul li h5 {font-size:19px;}
	#business .bsbox ul li p {font-size:17px; line-height:24px; padding:20px;}
	#business .bsbox ul li p br {display:none;}
	#business .bsbox a.more_btn {padding:15px 0; font-size:16px;}
	
	#facility .title {padding:50px 60px; margin-bottom:40px;}
	#facility .title h4 {font-size:36px;}
	#facility .title p {font-size:19px;}
	#facility ul.list li p {font-size:20px; margin-top:20px;}
	
	.pdinfo .title h3 {font-size:32px;}
	.pdinfo .title p {font-size:18px; line-height:30px;}
	.pdinfo .info img {margin:50px auto 60px;}
	.pdinfo .info p {font-size:18px; line-height:30px; max-width:1000px; margin:0 auto;}
	.pdinfo .info p br {display:none;}
	.pdinfo .info p.mg {margin:25px auto;}
	.pdinfo h4.st {font-size:29px; margin:100px auto 40px; padding-top:35px;}
	.pdinfo h4.st:before {width:50px; height:4px; margin-left:-25px;}
	.pdinfo ul li h5 {font-size:20px;}
	.pdinfo ul li p {font-size:16px; line-height:25px;}
	
	#rnd ul.lab li {width:24.5%;}
	#rnd ul.lab li p {font-size:19px; margin-top:17px;}
	#rnd .title {padding:50px 60px; margin:100px auto 40px;}
	#rnd .title h4 {font-size:36px;}
	#rnd .title p {font-size:19px;}
	#rnd ul.step li {padding:50px 20px;}
	
	#qna .box {padding:40px 20px;}
	#qna .box h4 {font-size:20px;}
	#qna .box h5 a {font-size:26px;}
	#qna .box h5.time {font-size:22px;}
	#qna .box p.desc {font-size:16px;}
	
 }
 
 @media (max-width: 969px){
	#greeting h4 {font-size:28px; line-height:45px;}
	#greeting p.cpinfo {font-size:16px; line-height:27px; margin-top:30px;}
	#greeting img {margin:40px auto 50px;}
	#greeting .txt p {font-size:16px; line-height:27px; margin-bottom:20px;}
	#greeting .txt p br {display:none;}
	#greeting .txt p.ceo {margin:40px 0 0;}
	#greeting .txt p.ceo b {font-size:21px; letter-spacing:5px;}	
	
	#location h4 {font-size:25px;}
	#location p.add {font-size:17px; margin:20px auto 30px;}
	#location iframe {height:400px;}
	#location ul.box {margin:0 auto; display:block;}
	#location ul.box li {width:100%; max-width:100%; margin-top:10px; padding:30px;}
	#location ul.box li h5 {font-size:18px; margin:20px 0 10px;}
	#location ul.box li p {font-size:16px;}
	#location ul.box li p a {font-size:22px;}
	
	#business {display:block;}
	#business .bsbox {width:100%; max-width:500px; margin:0 auto 20px;}
	#business .bsbox:last-child {margin-bottom:0;}
	#business .bsbox h4 {padding:15px 0; font-size:20px;}
	#business .bsbox ul li h5 {font-size:18px;}
	#business .bsbox ul li p {font-size:16px; }
	#business .bsbox ul li p br {display:none;}
	#business .bsbox a.more_btn {padding:15px 0; font-size:16px;}
	
	#facility .title {padding:50px 40px; margin-bottom:30px;}
	#facility .bg_of {margin-top:60px;}
	#facility .title h4 {font-size:30px;}
	#facility .title p {font-size:18px;}
	#facility ul.list li {width:48%; margin:0 1% 30px;} 
	#facility ul.list li p {font-size:18px; margin-top:15px;}
	
	.pdinfo .title h3 {font-size:28px;}
	.pdinfo .title img {height:50px; margin:40px auto;}
	.pdinfo .title p {font-size:16px; line-height:27px; max-width:800px; margin:0 auto;}
	.pdinfo .title p br {display:none;}
	.pdinfo .info img {margin:30px auto 40px;}
	.pdinfo .info p {font-size:16px; line-height:27px;}
	.pdinfo .info p.mg {margin:20px auto;}
	.pdinfo h4.st {font-size:25px; margin:70px auto 30px; padding-top:30px;}
	.pdinfo h4.st:before {width:40px; margin-left:-20px;}
	.pdinfo ul li {width:49%; margin:0.5%; padding:40px 20px;}
	.pdinfo ul li img {height:40px;}
	.pdinfo ul li h5 {font-size:18px; margin:25px;}
	.pdinfo ul li p {font-size:15px; line-height:22px;}
	
	#rnd ul.lab li p {font-size:16px; margin-top:15px;}
	#rnd .title {padding:40px 40px; margin:60px auto 20px;}
	#rnd .title h4 {font-size:30px;}
	#rnd .title p {font-size:18px;}
	#rnd ul.step li {padding:40px 25px; width:49%;}
	#rnd ul.step li h5 {font-size:18px;}
	#rnd ul.step li h4 {font-size:19px; margin:25px 0;}
	#rnd ul.step li p {font-size:16px; line-height:24px;}
	
	#qna .box {width:49%; margin:0.5%; padding:30px 10px;}
	#qna .box:nth-child(3) {width:100%;}
	#qna .box h4 {font-size:19px;}
	#qna .box p.desc {font-size:15px;}
	
	.cont_txt {padding:20px; font-size:14px;}
 }
 
  @media (max-width: 639px){	
	#greeting h4 {font-size:19px; line-height:28px;}
	#greeting p.cpinfo {font-size:14px; line-height:20px; max-width:550px; margin:20px auto 0;}
	#greeting img {margin:30px auto 40px;}
	#greeting .txt {margin:0 auto; max-width:550px;}
	#greeting .txt p {font-size:14px; line-height:20px; margin-bottom:15px;}
	#greeting .txt p.ceo {margin:30px 0 0;}
	#greeting .txt p.ceo b {font-size:17px; margin-left:5px;}	

	#organization img.pc {display:none;}
	#organization img.mb {display:inline-block; max-width:170px; width:50%;}
	
	#location h4 {font-size:20px;}
	#location p.add {font-size:15px; margin:15px auto 20px;}
	#location iframe {height:300px;}
	#location ul.box li {margin-top:5px; padding:25px 20px;}
	#location ul.box li h5 {font-size:16px; margin:15px 0 10px;}
	#location ul.box li i {width:40px; height:40px; line-height:40px; font-size:16px;}
	#location ul.box li p {font-size:14px;}
	#location ul.box li p a {font-size:20px;}
	
	#business .bsbox {max-width:100%;}
	#business .bsbox h4 {padding:12px 0; font-size:16px;}
	#business .bsbox img {margin:35px; height:45px;}
	#business .bsbox ul li {margin:0 auto 7px;}
	#business .bsbox ul li h5 {font-size:15px;}
	#business .bsbox ul li p {font-size:14px; line-height:22px; padding:20px 15px;}
	#business .bsbox a.more_btn {padding:14px 0; font-size:14px;}
	
	#facility {}
	#facility .title {padding:25px 20px; text-align:center; margin-bottom:20px; background-size:auto 150%;}
	#facility .bg_of {margin-top:40px;}
	#facility .title h4 {font-size:20px;}
	#facility .title p {font-size:14px; margin-top:7px;}
	#facility ul.list li {margin:0 1% 20px;} 
	#facility ul.list li p {font-size:15px; margin-top:10px;}
	
	.pdinfo .title h3 {font-size:19px;}
	.pdinfo .title img {height:45px; margin:30px auto;}
	.pdinfo .title p {font-size:14px; line-height:20px;}
	.pdinfo .info img {margin:20px auto 30px;}
	.pdinfo .info p {font-size:14px; line-height:20px;}
	.pdinfo .info p.mg {margin:15px auto;}
	.pdinfo h4.st {font-size:18px; margin:50px auto 20px; padding-top:20px;}
	.pdinfo h4.st:before {height:2px;}
	.pdinfo ul li {width:100%; margin:1% 0; padding:30px 20px;}
	.pdinfo ul li img {height:35px;}
	.pdinfo ul li h5 {font-size:16px; margin:20px;}
	.pdinfo ul li p {font-size:14px; line-height:20px;}
	
	#rnd ul.lab li {width:49%; margin-bottom:20px;}
	#rnd ul.lab li p {font-size:14px; margin-top:12px;}
	#rnd .title {padding:25px 20px; margin:30px auto 20px; background-size:auto 150%; background-position:70% center;}
	#rnd .title h4 {font-size:20px;}
	#rnd .title p {font-size:14px; margin-top:7px;}
	#rnd ul.step {display:block;}
	#rnd ul.step li {padding:20px 15px; width:100%; margin:1% 0;}
	#rnd ul.step li h5 {font-size:15px;}
	#rnd ul.step li h4 {font-size:16px; margin:16px 0;}
	#rnd ul.step li p {font-size:14px; line-height:20px;}
	
	#qna {display:block;}
	#qna .box {width:100%; margin:1% 0; padding:20px 10px; border-radius:7px;}
	#qna .box h4 {font-size:16px;}
	#qna .box i {margin:15px auto; width:40px; height:40px; line-height:42px; font-size:15px;}
	#qna .box h5 {margin-bottom:10px;}
	#qna .box h5 a {font-size:22px;}
	#qna .box h5.time {font-size:19px;}
	#qna .box p.desc {font-size:14px; margin:3px 0;}

	.cont_txt {padding:15px; font-size:13px; line-height:20px;}
	
 }
 

/* 하단 레이아웃 */
#ft {background:#48413a;}
#ft .ft_link {display:flex; justify-content:center; align-items:center; height:60px; border-bottom:1px solid rgba(255,255,255,0.1);}
#ft .ft_link li a {font-size:16px; color:#fff; opacity:0.4; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .ft_link li a:hover {opacity:0.7;}
#ft .ft_link li:after {content:"·"; color:#aaa; margin:0 8px;}
#ft .ft_link li:last-child:after {display:none;}
#ft .ft_copy {width:100%; max-width:1000px; margin:0 auto; padding:45px 0; text-align:center;}
#ft .ft_copy .ft_logo { opacity:0.6;}
#ft .ft_copy p {font-size:16px; line-height:30px; color:#999; margin-top:30px; word-break:keep-all;}
#ft .ft_copy p.info span {margin:0 20px; display:inline-block;}
#ft .ft_copy p.info a {color:#999;}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px; border-radius:10px; background:rgba(0,0,0,0.8);border:0;z-index:999;color:#fff;transition: opacity 0.2s ease-out;opacity:0;}
#top_btn.show {opacity: 1;}

 @media (max-width: 969px){
	#ft .ft_link {height:50px;}
	#ft .ft_link li a {font-size:15px;}
	#ft .ft_copy {padding:30px 0;}
	#ft .ft_copy .ft_logo img {width:150px;}
	#ft .ft_copy p {font-size:15px; line-height:27px; margin:20px 10px 0;}
	#ft .ft_copy p.info span {margin:0 10px }

 }
 
  @media (max-width: 639px){	
	#ft .ft_link {height:40px;}
	#ft .ft_link li a {font-size:12px;}
	#ft .ft_link li {margin:0 4px;}
	#ft .ft_link li:after {display:none;}
	#ft .ft_link li:first-child {display:none;}
	#ft .ft_copy {padding:25px 0;}
	#ft .ft_copy .ft_logo img {width:120px;}
	#ft .ft_copy p {font-size:13px; line-height:20px;}
	#ft .ft_copy p.info span {margin:0 5px }
	#ft .ft_copy p.copy span {display:none;}
	
	#top_btn {bottom:0px; right:0px; width:45px;height:45px; font-size:15px; border-radius:10px 0 0;}

 }
/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:5px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #999;border-color:#999;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn {display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px}
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {border:0;background:#f26831;border:1px solid #f26831;color:#fff;cursor:pointer}
.btn_submit:hover{background:#f65e22}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#e7e7e7;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#da0411;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#d11420}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}

 @media (max-width:639px){
    .btn {font-size:0.9em; padding:0 12px;}
 }
 
/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d7d7d7;background:#fff;color:#000;vertical-align:middle;padding:5px 10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #f29e7c}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center; list-style:none; width:100% !important; color:#777;}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#78b722}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:300;margin-right:10px}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}
