@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

/* noto-sans-kr-300 - korean_latin */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-kr-v12-korean_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'),
       url('../fonts/noto-sans-kr-v12-korean_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-kr-v12-korean_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-kr-v12-korean_latin-300.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-regular - korean_latin */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-kr-v12-korean_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
       url('../fonts/noto-sans-kr-v12-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-kr-v12-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-kr-v12-korean_latin-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-500 - korean_latin */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-kr-v12-korean_latin-500.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'),
       url('../fonts/noto-sans-kr-v12-korean_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-kr-v12-korean_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-kr-v12-korean_latin-500.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-700 - korean_latin */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-kr-v12-korean_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
       url('../fonts/noto-sans-kr-v12-korean_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-kr-v12-korean_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-kr-v12-korean_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-kr-v12-korean_latin-700.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}


/* 초기화 */
html {overflow-y:scroll;height:100%;}
body {margin:0;padding:0;font-size:0.75em;background:#fff;height:100%;font-family: 'Noto Sans KR'; }
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}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer; font-family: 'Noto Sans KR';}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;font-family:dotum}
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;}

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



/* PC 사이즈 */
@media screen and (min-width:1025px){
	
/* 상단 레이아웃 */
#hd {width:100%; position:fixed; top:0; left:0; transition:top 0.2s ease-in-out; background:#fff; z-index:11; border-bottom:1px solid #ddd; }
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}


#hd_wrapper {position:relative;margin:0 auto;height:100px;zoom:1;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {position:absolute; top:30px; left:30px; z-index:10;}

/* 메인메뉴 */
#gnb{position:relative; text-align:center; height:100%;}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative}
#gnb #gnb_1dul {font-size:18px;padding: 0;zoom:1;display:inline-block; height:100%;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli{float:left;line-height:100px;width:160px;position:relative;}
.gnb_1da {display:inline-block;font-weight:400;color:#222;text-decoration:none;}


.gnb_2dli{}
.gnb_2dli:first-child{border:0}
.gnb_2dul {display:none;position:absolute;z-index:10;top:100px;min-width:100%;background:#fff;padding: 0;font-size:16px;border-radius:0 0 5px 5px; overflow:hidden;}
.gnb_2da {font-size:15px;display:block;line-height:45px;color:#555;text-align:center;text-decoration:none;}
a.gnb_2da:hover{background:#f1f1f1;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.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:#fff}
.gnb_wrap .gnb_empty a{color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#gnb_open{position:absolute;top:40px;right:30px;border: 0 ;background: 0;z-index:10;}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;}
#gnb2 .btn_close {position:absolute;top:30px;right:30px;border:0;background:none;}
#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{margin:100px 0 0;}
#gnb2_1dul .gnb2_1dli{position:relative}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:10px;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 30px;display:block;color:#fff;font-size:16px;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {font-size:14px; color:#a8a6b0; padding:0 40px;font-weight:normal;white-space: nowrap;line-height:40px}

/*메인 슬라이드*/
#main_slider{margin:100px 0 0;overflow:hidden; height:800px; width:100%; position:relative;}
.slider li{width:100%; height:800px; position:relative;}
.slider li.active-slide {margin-bottom:0;}
#slider01{ background:url(../images/main_slide1.jpg) no-repeat top center; background-size: cover;}
#slider02{ background:url(../images/main_slide2.jpg) no-repeat top center; background-size: cover;}
#slider03{ background:url(../images/main_slide3.jpg) no-repeat top center; background-size: cover;}
.prev-btn {position:absolute; top:480px; margin:0 0 0 -600px; left:50%; z-index:999; cursor:pointer;}
.next-btn {position:absolute; top:480px; margin:0 0 0 -530px; left:50%; z-index:999; cursor:pointer;}

.bn_txt{width:1200px; margin:0 auto;}
.bn_tit{opacity:0; transform:translateY(30px);
-webkit-transition: all 0.3s ease-in .3s;
-moz-transition:  all 0.3s ease-in .3s;
-ms-transition: all 0.3s ease-in .3s;
-o-transition: all 0.3s ease-in .3s;
transition: all 0.3s ease-in .3s;
font-size:50px; color:#fff; letter-spacing:-0.5px; font-weight:600; text-align:left; margin:270px 0 20px 0;}
.active-slide .bn_tit{opacity:1;
transform:translateY(0)}

.bn_detail{opacity:0;
-webkit-transition: all 1s ease-in .5s;
-moz-transition:  all 1s ease-in .5s ;
-ms-transition:  all 1s ease-in .5s;
-o-transition: all 1s ease-in .5s;
transition: all 1s ease-in .5s;
font-weight:400; letter-spacing:-0.5px; color:#fff;  font-size:28px; text-align:left; line-height:40px;}
.active-slide .bn_detail{opacity:1}




/* 중간 레이아웃 */
#wrapper:before {display:block; width:100%; height:100px; content:''; background:#fff;}
#wrapper{}

#container {position:relative;min-height:400px;height:auto !important;margin:80px auto;font-size:1em;width:1200px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
.contents {width:1200px; margin:0 auto;}


#content1 {width:100%; margin:100px 0; text-align:center;}
#content1:after {display:block;visibility:hidden;clear:both;content:""}
#content1 .con1_title {font-size:35px; font-weight:bold; font-family: 'Lato', sans-serif; color:#222;}
#content1 .con1_title span {color:#1ea8cf;}
#content1 .con1_s_text {font-size:20px; color:#555; line-height:20px; letter-spacing:-0.25px; margin:25px 0 50px;}
#content1 .con1_3_box .box {width:380px; height:280px; overflow:hidden; position:relative; margin-right:30px; float:left; border-radius:30px;}
#content1 .con1_3_box .box:nth-child(3) {margin:0;}
#content1 .con1_3_box .box.one {background:url(../images/con1_box1.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box .box.two {background:url(../images/con1_box2.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box .box.three {background:url(../images/con1_box3.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box a {position:absolute; bottom:0; left:0; height:45px; background:rgba(51,51,51,0.8); text-align:center; line-height:45px; color:#fff; width:100%; font-size:18px;}

#content2 {width:100%; height:500px; background:url(../images/con2_bg.jpg) center center no-repeat; background-attachment:fixed; padding:100px 0; letter-spacing:-0.25px;}
#content2:after {display:block;visibility:hidden;clear:both;content:""}
#content2 .con2_box {width:600px; height:300px; background:#fff; float:right; padding:50px}
#content2 .con2_box h1 {font-size:30px; font-weight:600; color:#222;}
#content2 .con2_box p {font-size:18px; color:#333; line-height:26px; margin:20px 0;}
#content2 .con2_box a {display:block; width:190px; height:40px; line-height:38px; border:1px solid #777; font-size:16px; color:#555; text-align:center;}
#content2 .con2_box a:hover {background:#777; color:#fff; transition:all 0.3s ease-in-out;}

#content3 {margin:100px 0;}
#content3:after {display:block;visibility:hidden;clear:both;content:""}
#content3 .con3_box {width:600px; float:left; padding:100px 0; text-align:center; color:#fff; letter-spacing:-0.25px;}
#content3 .con3_box.left {background:url(../images/con3_bg1.jpg) center center no-repeat;}
#content3 .con3_box.right {background:url(../images/con3_bg2.jpg) center center no-repeat;}
#content3 .con3_box h1 {font-size:25px; line-height:25px; font-weight:600;}
#content3 .con3_box p {font-size:18px; margin:20px 0;}
#content3 .con3_box a {display:inline-block; width:190px; height:40px; line-height:38px; border:1px solid #fff; font-size:16px; color:#fff; text-align:center;}
#content3 .con3_box a:hover {background:#fff; color:#333; transition:all 0.3s ease-in-out;}


/*서브페이지*/
#sub_img {width:100%; height:250px;}
#sub_img.sub1 {background:url(../images/sub_bg1.jpg) center center no-repeat;}
#sub_img.sub2 {background:url(../images/sub_bg2.jpg) center center no-repeat;}
#sub_img.sub3 {background:url(../images/sub_bg3.jpg) center center no-repeat;}
#sub_img.sub4 {background:url(../images/sub_bg4.jpg) center center no-repeat;}
#sub_img.sub5 {background:url(../images/sub_bg5.jpg) center center no-repeat;}
#sub_img.sub6 {background:url(../images/sub_bg6.jpg) center center no-repeat;}

#sub_img p {color:#fff; text-align:center; font-size:40px; font-weight:500; padding:80px 0 0;}
#sub_img p:before {display:block; content:''; margin:10px auto; width:60px; height:3px; background:#fff;}

.sub_con_title {font-size:30px; text-align:center; margin:0 0 50px 0 ; color:#004986;}


/*회사소개*/
#a .info_img {}
#a .info_text {margin:50px 0 0;}
#a .info_text:after {display:block;visibility:hidden;clear:both;content:""}
#a .info_text .left_area {width:300px; float:left; font-size:30px; letter-spacing:-0.5px;}
#a .info_text .right_area {width:800px; float:right; font-size:16px; color:#666; line-height:28px;}


/*연혁*/
#a .history {background:url(../images/line.jpg) 30px repeat-y; width:1000px; margin:0 auto;}
#a .history .year_box {margin:0 0 80px 0; padding:0 30px;}
#a .history .year_box:last-child {margin:0;}
#a .history .year_box h3 {font-size:40px; line-height:35px; font-weight:600; color:#222; float:left; position:relative; padding:0 0 0 50px;}
#a .history .year_box h3:before {content:''; display:inline-block; width:20px; height:20px; border-radius:20px; border:5px solid #758da9; position:absolute; top:10px; left:-10px; background:#fff;}
#a .history .year_box p { font-size:16px; line-height:30px; color:#555;}
#a .history .year_box span {display:inline-block; width:40px; font-weight:500; color:#3c608c;}
#a .history .year_box .box_bg {margin:0 0 0 200px; position:relative;}

/* 오시는길 */
.wrap_controllers {display:none;}
.map_title {font-size:28px; margin:0 0 10px 0 ; color:#222;}
.factory_map {margin:40px 0;}
.company_info {border-collapse:collapse; font-size:16px; width:100%; }
.company_info th {background:#004986; color:#fff; font-weight:400; padding:20px; max-width:50px; text-align:left; border-bottom:1px solid #0f5d9e;}
.company_info td {padding:0 0 0 20px; color:#555; border:1px solid #ddd;}

/*시스템개요*/
#c1{}
#c1 ul{width: 100%; display: inline-block; margin: 25px 0;}
#c1 ul li{float: left;}
#c1 ul .img_box{width: 30%;}
#c1 ul .img_box img{width: 100%;}
#c1 ul .text_box{width: 70%; padding-left: 4%;}
#c1 ul .text_box h3{font-size: 22px;}
#c1 ul .text_box h4{font-size: 20px; color: #217ac4; padding-bottom: 7px;}
#c1 ul .text_box p{color: #666;line-height: 28px; font-size: 16px; }
#c1 ul .text_box p.number{position: relative; padding-left: 20px;}
#c1 ul .text_box p.number span{position: absolute; left: 0;}


/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {width:100%; background:#004986; padding:30px 0;}
#ft.mobile {display:none;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_copy{width:1200px; margin:0 auto;}
#ft_copy:after {display:block;visibility:hidden;clear:both;content:""}

#ft_logo {float:left;}
#ft_company {float:left; margin:0 0 0 90px;}
.ft_link a{display:inline-block;padding:0 10px 0 0 ; font-size:14px; color:#fff; font-weight:500;}
.ft_text {margin:15px 0 0; color:#ddd; font-size:13px; line-height:24px;}
.ft_text span {display:inline-block; margin:0 8px 0 0;}

}



/* 태블릿 사이즈*/
@media screen and (min-width:481px) and (max-width:1024px){

/* 상단 레이아웃 */
#hd {position:relative;background:#fff; height:80px;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {position:absolute; top:20px; left:20px;}
#logo img{vertical-align:middle;max-height:100%;width:auto}

/* 메인메뉴 */
#gnb{position:relative; display:none;}

#gnb_open{position:absolute;top:30px;right:20px;border: 0 ;background: 0;z-index:10;}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;}
#gnb2 .btn_close {position:absolute;top:30px;right:20px;border:0;background:none;color:#555}
#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{margin:80px 0 0;}
#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:16px;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;font-size:14px;white-space: nowrap;line-height:40px}

/*메인 슬라이드*/
#main_slider{margin:0; overflow:hidden; height:650px; width:100%; position:relative;}
.slider li{width:100%; height:650px; position:relative;}
.slider li.active-slide {margin-bottom:0;}
#slider01{ background:url(../images/main_slide1.jpg) no-repeat top center; background-size: cover;}
#slider02{ background:url(../images/main_slide2.jpg) no-repeat top center; background-size: cover;}
#slider03{ background:url(../images/main_slide3.jpg) no-repeat top center; background-size: cover;}
.prev-btn {position:absolute; top:380px; left:50px; z-index:999; cursor:pointer;}
.next-btn {position:absolute; top:380px; left:120px; z-index:999; cursor:pointer;}

.bn_txt{ width:100%; margin:0 auto;}
.bn_tit{opacity:0; transform:translateY(30px);
-webkit-transition: all 0.3s ease-in .3s;
-moz-transition:  all 0.3s ease-in .3s;
-ms-transition: all 0.3s ease-in .3s;
-o-transition: all 0.3s ease-in .3s;
transition: all 0.3s ease-in .3s;
font-size:38px; color:#fff; letter-spacing:-0.5px; font-weight:600; text-align:left; margin:180px 0 20px 50px;}
.active-slide .bn_tit{opacity:1;
transform:translateY(0)}

.bn_detail{opacity:0;
-webkit-transition: all 1s ease-in .5s;
-moz-transition:  all 1s ease-in .5s ;
-ms-transition:  all 1s ease-in .5s;
-o-transition: all 1s ease-in .5s;
transition: all 1s ease-in .5s;
font-weight:400; letter-spacing:-0.5px; color:#fff;  font-size:24px; text-align:left; line-height:40px; margin:0 0 0 50px;}
.active-slide .bn_detail{opacity:1}


/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px; margin:50px 0;  padding:0 20px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
.contents {width:100%;}
.sub_con_title {font-size:30px; text-align:center; margin:0 0 50px 0 ; color:#004986;}


#content1 {width:100%; margin:70px 0; text-align:center;}
#content1:after {display:block;visibility:hidden;clear:both;content:""}
#content1 .con1_title {font-size:35px; font-weight:bold; font-family: 'Lato', sans-serif; color:#222;}
#content1 .con1_title span {color:#1ea8cf;}
#content1 .con1_s_text {font-size:20px; color:#555; line-height:20px; letter-spacing:-0.25px; margin:25px 0 50px;}
#content1 .con1_3_box .box {width:30%; height:280px; overflow:hidden; position:relative; margin:0 1%; display:inline-block; border-radius:30px;}
#content1 .con1_3_box .box.one {background:url(../images/con1_box1.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box .box.two {background:url(../images/con1_box2.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box .box.three {background:url(../images/con1_box3.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box a {position:absolute; bottom:0; left:0; height:45px; background:rgba(51,51,51,0.8); text-align:center; line-height:45px; color:#fff; width:100%; font-size:18px;}

#content2 {width:100%; background:url(../images/con2_bg.jpg) center center no-repeat; padding:70px 30px; letter-spacing:-0.25px; overflow:hidden;}
#content2:after  {display:block;visibility:hidden;clear:both;content:""}
#content2 .con2_box {width:50%; background:#fff; float:right; padding:50px}
#content2 .con2_box h1 {font-size:28px; font-weight:600; color:#222; line-height:28px;}
#content2 .con2_box p {font-size:15px; color:#333; line-height:24px; margin:30px 0; letter-spacing:-0.8px;}
#content2 .con2_box a {display:block; width:190px; height:40px; line-height:38px; border:1px solid #777; font-size:16px; color:#555; text-align:center;}
#content2 .con2_box a:hover {background:#777; color:#fff; transition:all 0.3s ease-in-out;}

#content3 {margin:70px 0; padding:0 30px;}
#content3:after {display:block;visibility:hidden;clear:both;content:""}
#content3 .con3_box {width:50%; float:left; padding:50px 0; text-align:center; color:#fff; letter-spacing:-0.25px;}
#content3 .con3_box.left {background:url(../images/con3_bg1.jpg) center center no-repeat; background-size:cover;}
#content3 .con3_box.right {background:url(../images/con3_bg2.jpg) center center no-repeat; background-size:cover;}
#content3 .con3_box h1 {font-size:25px; line-height:25px; font-weight:600;}
#content3 .con3_box p {font-size:16px; margin:20px 0;}
#content3 .con3_box a {display:inline-block; width:190px; height:40px; line-height:38px; border:1px solid #fff; font-size:16px; color:#fff; text-align:center;}
#content3 .con3_box a:hover {background:#fff; color:#333; transition:all 0.3s ease-in-out;}




.top{position:relative}
.btn_top{position:absolute;top:0px;right:0px;z-index:999;padding:10px;}
.btn_top li{display:inline-block}
.btn_top a,.btn_top .btn_submit{}
.btn_top .btn_cancel,.btn_top .btn_b01{border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed{position:fixed;top:0;right:0;z-index:999;}

/*서브페이지*/
#sub_img {width:100%; height:200px; margin:0;}
#sub_img.sub1 {background:url(../images/sub_bg1.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub2 {background:url(../images/sub_bg2.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub3 {background:url(../images/sub_bg3.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub4 {background:url(../images/sub_bg4.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub5 {background:url(../images/sub_bg5.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub6 {background:url(../images/sub_bg6.jpg) center center no-repeat; background-size:cover;}

#sub_img p {color:#fff; text-align:center; font-size:30px; font-weight:500; padding:60px 0 0;}
#sub_img p:before {display:block; content:''; margin:10px auto; width:50px; height:3px; background:#fff;}

/*회사소개*/
#a .info_img {}
#a .info_text {margin:20px 0 0;}
#a .info_text:after {display:block;visibility:hidden;clear:both;content:""}
#a .info_text .left_area {font-size:30px; letter-spacing:-0.5px;}
#a .info_text .right_area {margin:20px 0 0; font-size:16px; color:#666; line-height:28px;}

/*연혁*/
#a .history {background:url(../images/line.jpg) 30px repeat-y; width:900px; margin:0 auto;}
#a .history .year_box {margin:0 0 80px 0; padding:0 30px;}
#a .history .year_box:last-child {margin:0;}
#a .history .year_box h3 {font-size:30px; line-height:35px; font-weight:600; color:#222; float:left; position:relative; padding:0 0 0 50px;}
#a .history .year_box h3:before {content:''; display:inline-block; width:20px; height:20px; border-radius:20px; border:5px solid #758da9; position:absolute; top:10px; left:-10px; background:#fff;}
#a .history .year_box p { font-size:16px; line-height:30px; color:#555;}
#a .history .year_box span {display:inline-block; width:40px; font-weight:500; color:#3c608c;}
#a .history .year_box .box_bg {margin:0 0 0 180px; position:relative;}

/* 오시는길 */
.wrap_controllers {display:none;}
.map_title {font-size:28px; margin:0 0 10px 0 ; color:#222;}
.factory_map {margin:40px 0;}
.company_info {border-collapse:collapse; font-size:16px; width:100%; }
.company_info th {background:#004986; color:#fff; font-weight:400; padding:20px; max-width:50px; text-align:left; border-bottom:1px solid #0f5d9e;}
.company_info td {padding:0 0 0 20px; color:#555; border:1px solid #ddd;}

/*시스템개요*/
#c1{}
#c1 ul{width: 100%; display: inline-block; margin: 25px 0;}
#c1 ul li{float: left;}
#c1 ul .img_box{width: 30%;}
#c1 ul .img_box img{width: 100%;}
#c1 ul .text_box{width: 70%; padding-left: 4%;}
#c1 ul .text_box h3{font-size: 22px;}
#c1 ul .text_box h4{font-size: 20px; color: #217ac4; padding-bottom: 7px;}
#c1 ul .text_box p{color: #666;line-height: 28px; font-size: 16px; }
#c1 ul .text_box p.number{position: relative; padding-left: 20px;}
#c1 ul .text_box p.number span{position: absolute; left: 0;}

/* 하단 레이아웃 */
#ft {width:100%; background:#004986; padding:30px;}
#ft.mobile {display:none;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_copy{width:100%;}
#ft_copy:after {display:block;visibility:hidden;clear:both;content:""}

#ft_logo {}
#ft_company { margin:20px 0 0;}
.ft_link a{display:inline-block;padding:0 10px 0 0 ; font-size:14px; color:#fff; font-weight:500;}
.ft_text {margin:15px 0 0; color:#ddd; font-size:13px; line-height:24px;}
.ft_text span {display:inline-block; margin:0 8px 0 0;}
}


/* 모바일 사이즈 */
@media screen and (max-width:480px){
/* 상단 레이아웃 */
#hd {position:relative;background:#fff; height:70px;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {position:absolute; top:20px; left:10px;}
#logo img{vertical-align:middle;max-height:100%;width:80%;}

/* 메인메뉴 */
#gnb{position:relative; display:none;}

#gnb_open{position:absolute;top:25px;right:20px;border: 0 ;background: 0;z-index:10;}
#gnb_open img {width:25px;}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:300px}
#gnb2 .btn_close {position:absolute;top:25px;right:20px;border:0;background:none;color:#555}
#gnb2 .btn_close img {width:25px;}
#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{margin:80px 0 0;}
#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:15px;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;font-size:14px;white-space: nowrap;line-height:40px}

/*메인 슬라이드*/
#main_slider{margin:0; overflow:hidden; height:450px; width:100%; position:relative;}
.slider li{width:100%; height:450px; position:relative;}
.slider li.active-slide {margin-bottom:0;}
#slider01{ background:url(../images/main_slide1.jpg) no-repeat top center; background-size: cover;}
#slider02{ background:url(../images/main_slide2.jpg) no-repeat top center; background-size: cover;}
#slider03{ background:url(../images/main_slide3.jpg) no-repeat top center; background-size: cover;}
.prev-btn {position:absolute; top:280px; left:20px; z-index:999; cursor:pointer;}
.prev-btn img {width:50px;}
.next-btn {position:absolute; top:280px; left:80px; z-index:999; cursor:pointer;}
.next-btn img {width:50px;}

.bn_txt{width:100%; margin:0 auto;}
.bn_tit{opacity:0; transform:translateY(30px);
-webkit-transition: all 0.3s ease-in .3s;
-moz-transition:  all 0.3s ease-in .3s;
-ms-transition: all 0.3s ease-in .3s;
-o-transition: all 0.3s ease-in .3s;
transition: all 0.3s ease-in .3s;
font-size:26px; color:#fff; letter-spacing:-0.5px; font-weight:600; text-align:left;  margin:120px 0 20px 20px;}
.active-slide .bn_tit{opacity:1;
transform:translateY(0)}

.bn_detail{opacity:0;
-webkit-transition: all 1s ease-in .5s;
-moz-transition:  all 1s ease-in .5s ;
-ms-transition:  all 1s ease-in .5s;
-o-transition: all 1s ease-in .5s;
transition: all 1s ease-in .5s;
font-weight:400; letter-spacing:-0.5px; color:#fff;  font-size:18px; text-align:left; line-height:28px; margin:0 0 0 20px;}
.active-slide .bn_detail{opacity:1}


/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px; margin:40px 0; padding:0 10px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
.contents {width:100%;}

#content1 {width:100%; margin:50px 0; text-align:center; padding:0 10px;}
#content1:after {display:block;visibility:hidden;clear:both;content:""}
#content1 .con1_title {font-size:30px; font-weight:bold; font-family: 'Lato', sans-serif; color:#222;}
#content1 .con1_title span {color:#1ea8cf;}
#content1 .con1_s_text {font-size:21px; color:#555; line-height:28px; letter-spacing:-0.25px; margin:25px 0 40px;}
#content1 .con1_3_box {padding:10px;}
#content1 .con1_3_box .box {width:100%; height:250px; overflow:hidden; position:relative; margin:0 0 2%; display:inline-block; border-radius:30px;}
#content1 .con1_3_box .box:last-child {margin:0;}
#content1 .con1_3_box .box.one {background:url(../images/con1_box1.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box .box.two {background:url(../images/con1_box2.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box .box.three {background:url(../images/con1_box3.jpg) center center no-repeat; background-size:cover;}
#content1 .con1_3_box a {position:absolute; bottom:0; left:0; height:45px; background:rgba(51,51,51,0.8); text-align:center; line-height:45px; color:#fff; width:100%; font-size:16px;}

#content2 {width:100%; background:url(../images/con2_bg.jpg) center center no-repeat; background-size:cover; padding:50px 20px; letter-spacing:-0.25px; overflow:hidden;}
#content2:after  {display:block;visibility:hidden;clear:both;content:""}
#content2 .con2_box {width:100%; background:#fff; padding:30px}
#content2 .con2_box h1 {font-size:25px; font-weight:600; color:#222; line-height:25px;}
#content2 .con2_box p {font-size:15px; color:#333; line-height:24px; margin:30px 0; }
#content2 .con2_box a {display:block; width:190px; height:40px; line-height:38px; border:1px solid #777; font-size:16px; color:#555; text-align:center;}
#content2 .con2_box a:hover {background:#777; color:#fff; transition:all 0.3s ease-in-out;}

#content3 {margin:50px 0; padding:0 20px;}
#content3:after {display:block;visibility:hidden;clear:both;content:""}
#content3 .con3_box {width:100%; padding:50px 30px; text-align:center; color:#fff; letter-spacing:-0.25px;}
#content3 .con3_box.left {background:url(../images/con3_bg1.jpg) center center no-repeat; background-size:cover;}
#content3 .con3_box.right {background:url(../images/con3_bg2.jpg) center center no-repeat; background-size:cover; margin:20px 0 0;}
#content3 .con3_box h1 {font-size:25px; line-height:25px; font-weight:600;}
#content3 .con3_box p {font-size:16px; margin:20px 0;}
#content3 .con3_box a {display:inline-block; width:190px; height:40px; line-height:38px; border:1px solid #fff; font-size:16px; color:#fff; text-align:center;}
#content3 .con3_box a:hover {background:#fff; color:#333; transition:all 0.3s ease-in-out;}



.top{position:relative}
.btn_top{position:absolute;top:0px;right:0px;z-index:999;padding:10px;}
.btn_top li{display:inline-block}
.btn_top a,.btn_top .btn_submit{line-height:30px;padding: 0 10px;border-radius:3px}
.btn_top .btn_cancel,.btn_top .btn_b01{border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed{position:fixed;top:0;right:0;z-index:999;}


/*서브페이지*/
#sub_img {width:100%; height:150px; margin:0;}
#sub_img.sub1 {background:url(../images/sub_bg1.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub2 {background:url(../images/sub_bg2.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub3 {background:url(../images/sub_bg3.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub4 {background:url(../images/sub_bg4.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub5 {background:url(../images/sub_bg5.jpg) center center no-repeat; background-size:cover;}
#sub_img.sub6 {background:url(../images/sub_bg6.jpg) center center no-repeat; background-size:cover;}

#sub_img p {color:#fff; text-align:center; font-size:25px; font-weight:500; padding:40px 0 0;}
#sub_img p:before {display:block; content:''; margin:10px auto; width:40px; height:3px; background:#fff;}

.sub_con_title {font-size:30px; text-align:center; margin:0 0 50px 0 ; color:#004986;}



/*회사소개*/
#a .info_img {}
#a .info_text {margin:20px 0 0;}
#a .info_text:after {display:block;visibility:hidden;clear:both;content:""}
#a .info_text .left_area {font-size:26px; letter-spacing:-0.5px;}
#a .info_text .right_area {margin:20px 0 0; font-size:16px; color:#666; line-height:28px;}


/*연혁*/
#a .history {background:url(../images/line.jpg) 30px repeat-y; }
#a .history .year_box {margin:0 0 80px 0; padding:0 30px;}
#a .history .year_box:last-child {margin:0;}
#a .history .year_box h3 {font-size:25px; line-height:35px; font-weight:600; color:#222; position:relative; padding:0 0 0 30px;}
#a .history .year_box h3:before {content:''; display:inline-block; width:20px; height:20px; border-radius:20px; border:5px solid #758da9; position:absolute; top:10px; left:-10px; background:#fff;}
#a .history .year_box p { font-size:16px; line-height:30px; color:#555;}
#a .history .year_box span {display:inline-block; width:40px; font-weight:500; color:#3c608c;}
#a .history .year_box .box_bg {margin:20px; position:relative;}


/* 오시는길 */
.wrap_controllers {display:none;}
.map_title {font-size:28px; margin:0 0 10px 0 ; color:#222;}
.factory_map {margin:40px 0;}
.company_info {border-collapse:collapse; font-size:16px; width:100%; }
.company_info th {background:#004986; color:#fff; font-weight:400; padding:15px; text-align:left; border-bottom:1px solid #0f5d9e;}
.company_info td {padding:0 0 0 20px; color:#555; border:1px solid #ddd;}

/*시스템개요*/
#c1{}
#c1 ul{width: 100%; display: inline-block; margin: 25px 0;}
#c1 ul li{}
#c1 ul .img_box{width: 98%; margin: 0 1%;}
#c1 ul .img_box img{width: 100%;}
#c1 ul .text_box{width: 98%; margin: 0 1%;}
#c1 ul .text_box h3{font-size: 22px;}
#c1 ul .text_box h4{font-size: 20px; color: #217ac4; padding-bottom: 7px;}
#c1 ul .text_box p{color: #666;line-height: 28px; font-size: 16px; }
#c1 ul .text_box p.number{position: relative; padding-left: 20px;}
#c1 ul .text_box p.number span{position: absolute; left: 0;}

/* 하단 레이아웃 */
#ft {width:100%; background:#004986; padding:30px;}
#ft.pc {display:none;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_copy{width:100%; margin:0 auto;}
#ft_copy:after {display:block;visibility:hidden;clear:both;content:""}

#ft_logo {}
#ft_company {margin:20px 0 0;}
.ft_link a{display:inline-block;padding:0 10px 0 0 ; font-size:14px; color:#fff; font-weight:500;}
.ft_text {margin:15px 0 0; color:#ddd; font-size:13px; line-height:24px;}
.ft_text span {display:inline-block; margin:0 8px 0 0;}
}


/* 공통 css */

/* 팝업레이어 */
#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:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 게시물 선택복사 선택이동 */
#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:10px 15px; border-radius:2px; border:none; background:#333; color:#fff;}
a.btn01 {display:inline-block;background:#ddd;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;color:#fff;cursor:pointer;}
fieldset .btn_submit {}
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:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02 ,.btn_b02{display:inline-block;background:#333;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {}
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:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}

/* 기본테이블 */
.tbl_wrap {margin:0 0 10px 0;}
.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:10px 0; font-size:14px; border-top:2px solid #333; border-bottom:1px solid #ddd; background:#fff;color:#333;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#333}
.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:15px 0;border-bottom:1px solid #e3e3e5;line-height:1.5em;word-break:break-all;font-size:14px;}

.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;margin:10px 0;padding:10px 15px;border-bottom:1px solid #ccc;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;}
.form_01 textarea {width:100%;height:100px}
.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;font-size:15px;}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.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;background: #4162ff;color: #fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:10px}

.new_win .win_ul {margin:10px}
.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;border-radius:3px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;border-radius:3px;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.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_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

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