@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:'Poppins','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:'Poppins','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:'Poppins','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:#1a3b6d; appearance:checkbox;}
input[type=radio] {accent-color:#1a3b6d; 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: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}

/* 메인 상단 레이아웃 */
#hd {width:100%; height:110px; border-bottom:1px solid #fff; background:#fff; z-index:999; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#hd.scroll {position:fixed; top:0; border-bottom:1px solid #e7e7e7;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto;max-width:1400px; width:96%; height:110px;zoom:1; display:flex; justify-content:space-between; align-items:center;transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}

#hd #logo {}
#hd #logo img {width:230px;}



@media (max-width: 1199px){
 }
 
@media (max-width: 969px){
   #hd {height:80px;} 
   #hd_wrapper {height:80px;}
   #hd #logo img {width:200px;}
   #hd:hover {border-bottom:1px solid #fff;}
   
 }

@media (max-width:639px){ 
   #hd_pop {width:100% !important;}
   .hd_pops, .hd_pops img, .hd_pops_con {width:100% !important; max-width:320px !important; height:auto !important;}
   .hd_pops {top:60px !important; left:0 !important; padding:5px; background:none;}
   .hd_pops_footer button {font-size:12px;}
   
   #hd {height:70px;} 
   #hd_wrapper {height:70px; max-width:100%;}
   #hd #logo img {width:160px;}
 }

@media (max-width:399px){ 
   #hd {height:65px;} 
   #hd_wrapper {height:65px;}
   #hd #logo img {width:150px;}
 }


/* 메인메뉴 */
#gnb {position:relative; width:80%; max-width:700px;}
#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:19px; display:flex; justify-content:flex-end; align-items:center; zoom:1;}
#gnb .gnb_1dli {line-height:110px;padding:0;width:25%; text-align:center;position:relative; height:110px;}
.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 #1c4fa3;
-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 #1c4fa3;
-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:nth-child(5) {display:none;}

#gnb #gnb_1dul li.icon_menu {cursor:pointer; width:20px; height:14px; margin-left:50px; display:flex; align-items:center; justify-content:flex-end; border-top:2px solid #000; border-bottom:2px solid #000;}
#gnb #gnb_1dul li.icon_menu span {display:inline-block; width:20px; height:2px; background:#000;}

.gnb_1da {display:inline-block;font-weight:400;font-size:19px; color:#000;text-decoration:none;width:100%}
.gnb_2dli {}
.gnb_2dul {display:none;position:absolute;top:110px;min-width:150px;background:#fafafa;}
.gnb_2da {display:block;font-size:17px; line-height:26px; word-break:keep-all; margin:10px 0; color:#111;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:#777;}
.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:109px;height:0px; max-height:300px;background-color:rgba(255,255,255,1);display:none; border-bottom:1px solid #e7e7e7;border-top:1px solid #e7e7e7;}
#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: 110px;left: 0;width: 100%;overflow: hidden;z-index: 9999; padding:10px 0; color:#fff;}


/* 메뉴2 */
#gnb_open {display:none; position:relative; width:20px; height:14px; border:0; background:none; border-top:2px solid #000; border-bottom:2px solid #000;}
#gnb_open span {position:absolute; top:4px; right:0; display:inline-block; width:20px; height:2px; background:#000;}

#gnb2 {position:fixed;top:0;right:-300px;height:100%; background:#fff; 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:#aaa; font-size:18px;}
#gnb2 .gnb_top {width:100%; height:65px; background:#fff;}
#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:#222; font-size:18px; border-bottom:0px solid #e7e7e7; line-height:50px; cursor:pointer;}
#gnb2_1dul .gnb2_2dul {display:none; background:#fff; border-bottom:0px solid #e7e7e7; padding:5px 0;}
#gnb2_1dul .gnb2_2da {color:#555; font-size:16px;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:32px; display:block;}
#gnb2_1dul .gnb2_1dli:last-child {display:none;}


@media (max-width: 1199px){	
	#gnb #gnb_1dul li.icon_menu {margin-left:20px;}
	.gnb_2da {line-height:24px;}
}

@media (max-width: 969px){
    #gnb {display:none;}
	#gnb_open {display:block;}
 }

@media (max-width:639px){
	#gnb2 .btn_close {top:5px;}
	#gnb2_1dul .gnb2_1da {font-size:17px; line-height:45px;}
	#gnb2_1dul .gnb2_2da {font-size:15px; line-height:30px;}
 }
 
/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative; width:96%; margin:0 auto 120px; max-width:1400px; min-height:340px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {width:96%; margin:0 auto; font-weight:700; color:#fff; text-align:center; padding:85px 0; font-size:46px; border-radius:35px; background:url('/images/sub_visual.jpg') center center no-repeat;}

 @media (max-width: 1399px){
	 #container {margin:0 auto 100px;}
	 #container_title {padding:60px 0; font-size:40px; border-radius:25px; background-size:auto 100%;}
 }
  @media (max-width: 969px){
	 #container {margin:0 auto 60px;}
	 #container_title {padding:60px 0; font-size:40px; border-radius:25px; background-size:auto 100%;}
 }
 @media (max-width:639px){
	 #container {margin:0 auto 40px;}
	 #container_title  {padding:40px 0; font-size:28px; border-radius:20px; background-size:auto 100%;}
 }
 @media (max-width:399px){
	 #container {margin:0 auto 30px;}
	 #container_title {padding:30px 0; font-size:24px;}
 }

 
/* 메인 레이아웃 */
#section01 {width:96%; max-width:1400px; margin:130px auto; display:flex; flex-direction:row-reverse; align-items:center;}
#section01 .imgbox {width:50%; border-radius:40px; overflow:hidden;}
#section01 .imgbox img {}
#section01 .txtbox {width:50%; padding-left:7%;}
#section01 .txtbox h3 {font-size:45px; color:#111;}
#section01 .txtbox h4 {font-size:22px; color:#1c4fa3; margin:35px 0 40px; font-weight:500; word-break:keep-all;}
#section01 .txtbox p {font-size:18px; line-height:30px; color:#555; word-break:keep-all;}
#section01 .txtbox a.go_btn {display:inline-block; font-size:17px; color:#fff; width:180px; line-height:50px; margin-top:50px; text-align:center; border-radius:30px; background:#192838; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 .txtbox a.go_btn:hover {background:#1c4fa3;}

#section02 {width:96%; margin:0 auto; padding:140px 50px; border-radius:50px; background:url('/images/section02_bg.jpg') center center no-repeat;}
#section02 .inner {width:100%; max-width:1400px; margin:0 auto;}
#section02 h3.mtit {font-size:45px; color:#fff;}
#section02 p.ttxt {margin:25px auto 65px; font-size:20px; word-break:keep-all; color:#fff; font-weight:300; opacity:0.7;}
#section02 .bnwrap {display:flex; justify-content:space-between;}
#section02 .bnwrap .bn {width:31.3333%; max-width:430px; border-radius:20px; overflow:hidden; background:#fff;}
#section02 .bnwrap .bn a {display:block;}
#section02 .bnwrap .bn .img {overflow:hidden;}
#section02 .bnwrap .bn .img img {-webkit-transform: scale(1);transform: scale(1); transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
#section02 .bnwrap .bn:hover .img img {-webkit-transform: scale(1.2);transform: scale(1.2);}
#section02 .bnwrap .bn .txt {padding:30px 40px; position:relative;}
#section02 .bnwrap .bn .txt p {font-size:20px; color:#777; font-weight:300; margin-bottom:10px;}
#section02 .bnwrap .bn .txt h4 {font-size:28px; color:#111;}
#section02 .bnwrap .bn .txt span.icon_plus {display:inline-block; width:60px; height:60px; line-height:60px; text-align:center; font-size:24px; color:#fff; border-radius:50%; position:absolute; right:40px; top:50%; margin-top:-30px; background:#1c4fa3; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
#section02 .bnwrap .bn:hover .txt span.icon_plus {background:#192838; transform:rotate(90deg);}

#section03 {width:96%; margin:0 auto; position:relative; overflow:hidden;}
#section03 .inner {width:100%; max-width:1400px; margin:140px auto; display:flex; align-items:center;}
#section03 .txtbox {width:50%; padding-right:7%;}
#section03 .txtbox p.ttxt {font-size:22px; color:#777;}
#section03 .txtbox h3 {font-size:45px; color:#111; margin:15px 0 25px;}
#section03 .txtbox ul {}
#section03 .txtbox ul li:nth-child(2) {margin-top:20px;}
#section03 .txtbox ul li h4 {font-size:22px; color:#1c4fa3; font-weight:500; word-break:keep-all;}
#section03 .txtbox ul li p {font-size:18px; line-height:30px; color:#555; margin-top:7px; word-break:keep-all;}
#section03 .txtbox a.go_btn {display:inline-block; font-size:17px; color:#fff; width:180px; line-height:50px; margin-top:40px; text-align:center; border-radius:30px; background:#192838; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section03 .txtbox a.go_btn:hover {background:#1c4fa3;}
#section03 .imgbox {width:50%; border-radius:40px; overflow:hidden;}
#section03 .imgbox img {}
#section03 svg.circle {position:absolute; right:5%; bottom:10%; width:260px; height:260px; transform-origin:center; -webkit-animation:fa-spin 30s infinite linear; animation:fa-spin 30s infinite linear;}
#section03 svg.circle .circle_txt {font-size:0.35em; fill:#ccc; letter-spacing:0.3em; font-weight:300;}
#section03 svg.circle .circle_txt tspan {font-weight:400;}

#section04 {width:96%; margin:0 auto; padding:140px 50px; border-radius:50px; background:url('/images/section04_bg.jpg') center center no-repeat;}
#section04 .inner {width:100%; max-width:1400px; margin:0 auto; position:relative;}
#section04 h3.mtit {font-size:45px; color:#111;}
#section04 a.noti_btn {font-size:22px; color:#111; position:absolute; right:0; top:40px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section04 a.noti_btn:hover {color:#1c4fa3;}
#section04 ul.cs_info {width:100%; margin:50px 0 0; display:flex; flex-wrap:wrap; border-radius:35px; overflow:hidden; background:#fff; border:1px solid #e7e7e7;}
#section04 ul.cs_info li {width:25%; padding:70px 20px 60px; text-align:center; border-right:1px solid #e7e7e7;}
#section04 ul.cs_info li i {font-size:22px; color:#757e88;}
#section04 ul.cs_info li h4 {font-size:22px; font-weight:500; margin:40px 0 20px;}
#section04 ul.cs_info li p {font-size:18px; line-height:28px; letter-spacing:-0.02em; font-weight:300; color:#555; word-break:keep-all;}
#section04 ul.cs_info li p b {display:inline-block; font-weight:300;}
#section04 ul.cs_info li p a {color:#555;}
#section04 ul.cs_info li p a:hover {color:#192838;}
#section04 ul.cs_info li span {font-size:16px;}
#section04 ul.cs_info li.qa {background:#1c4fa3; border-right:none;}
#section04 ul.cs_info li.qa i {color:#a4b9da;}
#section04 ul.cs_info li.qa h4 {color:#fff;}
#section04 ul.cs_info li.qa a.qa_btn {display:inline-block; font-size:16px; color:#fff; padding:10px 30px; margin-top:5px; border-radius:30px; background:#1a3b6d; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section04 ul.cs_info li.qa a.qa_btn:hover {background:#0e3165;}


 @media (max-width: 1619px){
    #section03 svg.circle {right:1%;}
 }
 @media (max-width: 1399px){
    #section01 {align-items:flex-start;}
    #section01 {margin:100px auto;}
	#section02 {padding:120px 50px;}
    #section03 .inner {align-items:flex-start;}
	#section04 {background-size:auto 100%;}
	#section04 ul.cs_info li {width:50%;}
	#section04 ul.cs_info li:nth-child(3) {border-top:1px solid #e7e7e7;}
 }
 
 @media (max-width: 1199px){
	 #section02 {border-radius:40px;}
	 #section02 .bnwrap .bn .txt {padding:25px 30px;}
	 #section02 .bnwrap .bn .txt span.icon_plus {right:30px;}
	 #section03 svg.circle {display:none;}
	 #section04 {border-radius:40px;}
 }
 
 @media (max-width: 969px){
    #section01 {margin:60px auto; display:block;}
	#section01 .imgbox {width:100%; border-radius:30px;}
	#section01 .txtbox {width:100%; padding:0 10px 40px;}
	#section01 .txtbox h3 {font-size:35px;}
	#section01 .txtbox h4 {font-size:19px; margin:20px 0 25px;}
	#section01 .txtbox p {font-size:16px; line-height:26px;}
	#section01 .txtbox a.go_btn {font-size:15px; width:160px; line-height:45px; margin-top:30px;}
	
	#section02 {padding:80px 40px; border-radius:30px; background-size:auto 100%;}
	#section02 h3.mtit {font-size:35px;}
	#section02 p.ttxt {margin:20px auto 40px; font-size:18px;}
	#section02 .bnwrap {display:block;}
	#section02 .bnwrap .bn {width:100%; max-width:100%; margin:10px 0;}
	#section02 .bnwrap .bn a {display:flex; align-items:center;}
	#section02 .bnwrap .bn .img {width:50%;}
	#section02 .bnwrap .bn .txt {width:50%; padding:0 5%;}
	#section02 .bnwrap .bn .txt p {font-size:18px;}
	#section02 .bnwrap .bn .txt h4 {font-size:25px;}
	#section02 .bnwrap .bn .txt span.icon_plus {width:40px; height:40px; line-height:40px; font-size:20px; position:initial; margin-top:15px;}
	
    #section03 .inner {margin:60px auto; display:block;}
	#section03 .txtbox {width:100%; padding:0 10px 40px;}
	#section03 .txtbox p.ttxt {font-size:18px;}
	#section03 .txtbox h3 {font-size:35px; margin:10px 0 20px;}
	#section03 .txtbox ul li h4 {font-size:19px; line-height:26px;}
	#section03 .txtbox ul li p {font-size:16px; line-height:22px;}
	#section03 .txtbox a.go_btn {font-size:15px; width:160px; line-height:45px; margin-top:30px;}
	#section03 .imgbox {width:100%; border-radius:30px;}
	
	#section04 {padding:80px 40px; border-radius:30px;}
	#section04 h3.mtit {font-size:35px;}
	#section04 a.noti_btn {font-size:20px; top:25px;}
	#section04 ul.cs_info {margin:30px 0 0; border-radius:30px;}
	#section04 ul.cs_info li {padding:50px 20px 40px;}
	#section04 ul.cs_info li h4 {font-size:20px; margin:20px 0 10px;}
	#section04 ul.cs_info li p {font-size:16px; line-height:24px;}
	#section04 ul.cs_info li span {font-size:14px;}
	#section04 ul.cs_info li.qa a.qa_btn {font-size:15px; padding:10px 25px; margin-top:2px}
 }
 
 @media (max-width:639px){
    #section01 {margin:40px auto;}
	#section01 .imgbox {border-radius:20px;}
	#section01 .txtbox {padding:0 10px 30px;}
	#section01 .txtbox h3 {font-size:25px;}
	#section01 .txtbox h4 {font-size:16px; margin:5px 0 10px;}
	#section01 .txtbox p {font-size:15px; line-height:20px;}
	#section01 .txtbox a.go_btn {font-size:14px; width:120px; line-height:42px; margin-top:20px;}
	
	#section02 {padding:40px 30px; border-radius:20px;}
	#section02 h3.mtit {font-size:25px;}
	#section02 p.ttxt {margin:10px auto 25px; font-size:15px;}
	#section02 .bnwrap .bn {border-radius:15px;}
	#section02 .bnwrap .bn a {display:block;}
	#section02 .bnwrap .bn .img {width:100%;}
	#section02 .bnwrap .bn .txt {width:100%; padding:20px 25px;}
	#section02 .bnwrap .bn .txt p {font-size:16px; margin-bottom:4px;}
	#section02 .bnwrap .bn .txt h4 {font-size:20px;}
	#section02 .bnwrap .bn .txt span.icon_plus {position:absolute; right:25px; margin-top:-20px;}
	
    #section03 .inner {margin:40px auto;}
	#section03 .txtbox {padding:0 10px 30px;}
	#section03 .txtbox p.ttxt {font-size:16px;}
	#section03 .txtbox h3 {font-size:25px; margin:5px 0 15px;}
	#section03 .txtbox ul li:nth-child(2) {margin-top:15px;}
	#section03 .txtbox ul li h4 {font-size:16px; line-height:22px;}
	#section03 .txtbox ul li p {font-size:15px; line-height:20px;}
	#section03 .txtbox a.go_btn {font-size:14px; width:120px; line-height:42px; margin-top:20px;}
	#section03 .imgbox {border-radius:20px;}
	
	#section04 {padding:40px 30px; border-radius:20px;}
	#section04 h3.mtit {font-size:25px;}
	#section04 a.noti_btn {font-size:17px; top:8px;}
	#section04 ul.cs_info {display:block; margin:20px 0 0; border-radius:20px;}
	#section04 ul.cs_info li {width:100%; border-right:0; border-bottom:1px solid #e7e7e7; padding:30px 20px 20px;}
	#section04 ul.cs_info li:nth-child(3) {border-top:none;}
	#section04 ul.cs_info li i {font-size:20px;}
	#section04 ul.cs_info li h4 {font-size:18px; margin:15px 0 10px;}
	#section04 ul.cs_info li p {font-size:15px;}
	#section04 ul.cs_info li span {font-size:14px;}
	#section04 ul.cs_info li.qa a.qa_btn {font-size:13px;}

 }
 
 @media (max-width:399px){
    #section01 {margin:30px auto;}
	#section01 .txtbox {padding:0 10px 25px;}
	#section01 .txtbox h3 {font-size:22px;}
	#section01 .txtbox h4 {font-size:15px; line-height:22px;}
	#section01 .txtbox p {font-size:14px; line-height:18px;}
	#section01 .txtbox a.go_btn {font-size:13px; width:100px; line-height:38px;}
	
	#section02 {padding:40px 20px;}
	
    #section03 .inner {margin:30px auto;}
	#section03 .txtbox {padding:0 10px 25px;}
	#section03 .txtbox p.ttxt {font-size:15px;}
	#section03 .txtbox h3 {font-size:22px;}
	#section03 .txtbox ul li h4 {font-size:15px;}
	#section03 .txtbox ul li p {font-size:14px; line-height:18px; margin-top:5px;}
	#section03 .txtbox a.go_btn {font-size:13px; width:100px; line-height:38px;}
	
	#section04 {padding:40px 20px;}

 }

/* 서브 레이아웃 */
.mt120 {margin-top:120px;}

.ctt_privacy, .ctt_provision {font-size:16px; padding:40px !important; border-radius:20px; border:1px solid #f1f1f1; background:#f8f8f8;}
.ctt_privacy b, .ctt_provision b {font-weight:500;}

h4.stit {position:relative; font-size:28px; color:#111; font-weight:600; padding-left:20px; margin-bottom:35px;}
h4.stit:before {position:absolute; left:0; top:8px; content:""; width:5px; height:26px; background:#1c4fa3; border-radius:30px;}

#greeting {}
#greeting .flwrap {display:flex; flex-direction:row-reverse; align-items:center;}
#greeting .flwrap .txt {width:65%; padding-left:5%;}
#greeting .flwrap .txt h4 {font-size:28px; font-weight:600; font-family:'Noto Sans KR'; word-break:keep-all;}
#greeting .flwrap .txt h4 br {display:none;}
#greeting .flwrap .txt div {margin-top:30px;}
#greeting .flwrap .txt div p {font-size:18px; line-height:30px; color:#333; word-break:keep-all;}
#greeting .flwrap .txt p.ceo {font-size:18px; color:#111; font-weight:500; margin-top:50px;}
#greeting .flwrap .txt p.ceo b {font-size:25px; margin-left:10px;}
#greeting .flwrap .img {width:35%; position:relative; border-radius:30px; overflow:hidden;}
#greeting .flwrap .img ul li:first-child {margin-bottom:2px;}
#greeting .flwrap .img p {position:absolute; bottom:0; width:100%; padding:10px; text-align:center; font-size:15px; color:#fff; background:rgba(20,40,56,0.8);}
#greeting .iconbox {display:flex; justify-content:space-between; flex-wrap:wrap; margin:100px auto 0;}
#greeting .iconbox .box {width:49%; display:flex; align-items:center; margin:1% 0; padding:40px 60px; background:#f8f8f8; border:1px solid #e6e6e6; border-radius:25px;}
#greeting .iconbox .box .cont {margin-left:50px;}
#greeting .iconbox .box .cont h4  {font-size:18px; font-weight:400; color:#1c4fa3;}
#greeting .iconbox .box .cont p {font-size:18px; color:#333; margin-top:10px; word-break:keep-all;}

#organization {width:100%; max-width:740px; margin:0 auto; padding:0 20px;}
#organization .mbt {width:27%; padding:20px 5px; font-size:21px; color:#fff; text-align:center; border-radius:15px;}
#organization .line1 {}
#organization .line1:after {display:block; content:""; width:1px; height:70px; margin:0 auto; background:#ddd;}
#organization .line1 .ceo {margin:0 auto; background:#1c4fa3;}
#organization .line2 {display:flex; flex-wrap:wrap;}
#organization .line2:after {display:block; content:""; width:1px; height:70px; margin:0 auto; background:#ddd;}
#organization .line2 .lab {background:#3574dd;}
#organization .line2 .director {position:relative; margin:0 9.5%;background:#1a3b6d;}
#organization .line2 .director:before {position:absolute; left:-35%; top:50%; display:block; content:""; width:35%; height:1px; background:#ddd;}
#organization .line2 .blank {}
#organization .line3 {position:relative; display:flex; justify-content:space-between; padding-top:70px;}
#organization .line3:before {position:absolute; top:0; left:50%; margin-left:-36.5%; content:""; width:73%; height:1px; background:#ddd;}
#organization .line3 .mbt {position:relative; font-size:20px; color:#555; font-weight:300; background:#f8f8f8; border:1px solid #e6e6e6;}
#organization .line3 .mbt:before {position:absolute; top:-70px; left:50%; margin-left:-0.5px; display:block; content:""; width:1px; height:70px; background:#ddd;}
#organization .line3 .sales {}
#organization .line3 .mng {}

#location {}
#location .addbox {}
#location .addbox .mapwrap {display:flex; justify-content:space-between;}
#location .addbox .mapwrap .mapbox {width:49.5%; max-width:690px; max-height:400px; border-radius:20px; overflow:hidden; border:1px solid #e7e7e7;}
#location .addbox .mapwrap .mapbox iframe {width:100%;}
#location .addbox .mapwrap .img {width:49.5%; max-width:690px; border-radius:20px; overflow:hidden;}
#location .addbox .mapwrap .img img {display:none;}
#location .addbox:first-child .mapwrap .img {background:url('/images/location_img01.jpg') center center no-repeat;}
#location .addbox:nth-child(2) .mapwrap .img {background:url('/images/location_img02.jpg') center center no-repeat;}
#location .addbox ul.contact {}
#location .addbox ul.contact li {padding:40px 10px; border-bottom:1px solid #ddd;}
#location .addbox ul.contact li h5 {font-size:19px; color:#999; margin-bottom:10px; font-weight:400;}
#location .addbox ul.contact li p, #location .addbox ul.contact li a {font-size:20px; color:#111; word-break:keep-all;}
#location .addbox ul.contact li p span {display:inline-block;}

#process {}
#process .titbox {}
#process .titbox h3 {font-size:30px; color:#1a3b6d; font-weight:700; word-break:keep-all;}
#process .titbox h3 br {display:none;}
#process .titbox p {font-size:20px; color:#777; margin-top:15px; word-break:keep-all;}
#process .stepwrap {margin:30px auto 0; display:flex; flex-wrap:wrap;}
#process .stepwrap .step {width:21%; margin:2% 0; border-radius:20px; background:#f8f8f8; border:1px solid #f1f1f1; overflow:hidden;}
#process .stepwrap .step img {}
#process .stepwrap .step .txt {padding:30px;}
#process .stepwrap .step .txt h5 {font-size:22px; color:#111; font-weight:500;}
#process .stepwrap .step .txt p {font-size:18px; line-height:25px; font-weight:300; color:#555; margin-top:10px; word-break:keep-all;;}
#process .stepwrap .step .txt p br {}
#process .stepwrap .step .txt span {display:block;}
#process .stepwrap span.nexti {width:4%; display:flex; justify-content:center; align-items:center;}
#process .stepwrap span.nexti i {font-size:22px; color:#ccc;}

#siliconwafer {}
#siliconwafer h3.rptit {font-size:32px; color:#111; font-weight:700;}
#siliconwafer p.ttxt {font-size:19px; color:#777; margin:10px 0 45px;}
#siliconwafer .infobox {display:flex; flex-direction:row-reverse; align-items:flex-start;}
#siliconwafer .infobox .txt {width:50%; padding-left:6%;}
#siliconwafer .infobox .txt > h3 {font-size:40px; color:#1a3b6d;}
#siliconwafer .infobox .txt > h4 {font-size:20px; font-weight:400; color:#777; margin-top:10px;}
#siliconwafer .infobox .txt p.pdtxt {font-size:20px; color:#111; margin:40px 0; font-weight:500;}
#siliconwafer .infobox .txt ul li {font-size:18px; line-height:30px;}
#siliconwafer .infobox .txt ul li h4 {color:#1c4fa3; font-weight:500; word-break:keep-all;}
#siliconwafer .infobox .txt ul li p {color:#555; margin-top:5px; word-break:keep-all;}
#siliconwafer .infobox .txt ul li:nth-child(2) {margin-top:20px;}
#siliconwafer .infobox .txt a.tel_btn {display:inline-block; margin-top:50px; padding:14px 60px; font-size:18px; color:#fff; border-radius:10px; background:#1a3b6d; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#siliconwafer .infobox .txt a.tel_btn:hover {background:#192838;}
#siliconwafer .infobox .txt a.tel_btn b {font-weight:600; margin-left:5px;}
#siliconwafer .infobox .thumb {width:50%; border-radius:35px; overflow:hidden;}
#siliconwafer .spec table {width:100%; border-collapse:separate;*border-collapse:collapse;border-spacing:0;table-layout:fixed;}
#siliconwafer .spec table th {font-size:19px; font-weight:500; color:#fff; padding:18px 10px; text-align:center; background:#192838; border-right:1px dashed rgba(255,255,255,0.3); word-break:keep-all;}
#siliconwafer .spec table td {font-size:18px; color:#333; text-align:center; border-bottom:1px solid #e7e7e7; border-right:1px dashed #e7e7e7; word-break:break-all; padding:18px 10px; word-break:keep-all;}
#siliconwafer .spec table td:first-child {background:#f5f5f5; border-right:0;}
#siliconwafer .spec table th:last-child, #siliconwafer .spec table td:last-child {border-right:0;}
#siliconwafer .prcs ul.step {display:flex; flex-wrap:wrap; margin-top:-1%;}
#siliconwafer .prcs ul.step li {width:18%; margin:1%;}
#siliconwafer .prcs ul.step li .img {border-radius:20px; overflow:hidden;}
#siliconwafer .prcs ul.step li:last-child .img {border:1px solid #e7e7e7;}
#siliconwafer .prcs ul.step li .txt {margin-top:15px; display:flex; justify-content:space-between; align-items:center;}
#siliconwafer .prcs ul.step li .txt p {font-size:20px;}
#siliconwafer .prcs ul.step li .txt p b {color:#1c4fa3; font-weight:500;}
#siliconwafer .prcs ul.step li .txt i {color:#ccc; font-size:18px;}
#siliconwafer .clroom ul.room {display:flex; flex-wrap:wrap;}
#siliconwafer .clroom ul.room li {position:relative; width:24%; margin:0 0.5%; border-radius:20px; overflow:hidden;}
#siliconwafer .clroom ul.room li p {position:absolute; bottom:0; font-size:16px; color:#fff; width:100%; padding:10px 20px; background:rgba(20,40,56,0.8);}

#reclaim {}
#reclaim .titbox {}
#reclaim .titbox h3 {font-size:30px; color:#1a3b6d; font-weight:700; word-break:keep-all;}
#reclaim .titbox p {font-size:20px; color:#777; margin-top:15px; word-break:keep-all;}
#reclaim .stepwrap {margin:40px auto 0; display:flex; flex-wrap:wrap;}
#reclaim .stepwrap .step {width:24%; margin:0.5%; padding:25px; border-radius:20px; background:#f8f8f8; border:1px solid #f1f1f1;}
#reclaim .stepwrap .step h5 {font-size:21px; color:#111; font-weight:500;}
#reclaim .stepwrap .step h5 span {color:#1a3b6d; font-weight:700; display:block;}
#reclaim .stepwrap .step p {font-size:18px; line-height:25px; font-weight:300; color:#555; margin-top:10px; word-break:keep-all;}


@media (max-width:1399px){
	#greeting .flwrap {align-items:flex-start;}
}

@media (max-width:1199px){
	#greeting .flwrap {display:block;}
	#greeting .flwrap .txt {width:100%; padding-left:0;}
	#greeting .flwrap .img {width:100%; margin:50px 0;}
	#greeting .flwrap .img ul {display:flex; justify-content:space-between;}
	#greeting .flwrap .img ul li:first-child {margin-bottom:0; margin-right:2px;}
	#greeting .iconbox {display:block; margin:0 auto;}
	#greeting .iconbox .box {width:100%; margin:5px 0;}
	
	#process .stepwrap .step .txt {padding:25px;}
	
	#reclaim .stepwrap .step h5 {font-size:20px; letter-spacing:-0.03em;}
	
}

@media (max-width:969px){
	.mt120 {margin-top:80px;}	
	h4.stit {font-size:25px; padding-left:18px; margin-bottom:20px;}
	h4.stit:before {height:22px;}

	.ctt_privacy, .ctt_provision {padding:30px !important; font-size:15px; line-height:22px;}	
	
	#greeting .flwrap .txt h4 {font-size:24px;}
	#greeting .flwrap .txt div {margin-top:24px;}
	#greeting .flwrap .txt div p {font-size:16px; line-height:24px;}
	#greeting .flwrap .txt p.ceo {font-size:16px; margin-top:40px;}
	#greeting .flwrap .txt p.ceo b {font-size:20px;}
	#greeting .flwrap .img {border-radius:25px;}
	#greeting .iconbox .box {padding:30px 40px; border-radius:20px;}
	#greeting .iconbox .box .cont {margin-left:40px;}
	#greeting .iconbox .box .cont h4 {font-size:17px;}
	#greeting .iconbox .box .cont p {font-size:17px;}
	
	#organization .mbt {padding:16px 5px; font-size:19px; border-radius:12px;}
	#organization .line3 .mbt {font-size:18px;}
	
	#location .addbox ul.contact li {padding:30px 10px;}
	#location .addbox ul.contact li h5 {font-size:17px;}
	#location .addbox ul.contact li p, #location .addbox ul.contact li a {font-size:18px;}
	
	#process .titbox h3 {font-size:25px;}
	#process .titbox p {font-size:17px; margin-top:10px;}
	#process .stepwrap {margin:20px auto 0;}
	#process .stepwrap .step {width:29.3333%; margin:1% 0; border-radius:20px;}
	#process .stepwrap .step .txt {padding:20px;}
	#process .stepwrap .step .txt h5 {font-size:18px;}
	#process .stepwrap .step .txt p {font-size:16px; line-height:22px;}
	#process .stepwrap .step .txt p br {display:none;}
	#process .stepwrap span.nexti i {font-size:20px;}
	
	#siliconwafer h3.rptit {font-size:28px;}
	#siliconwafer p.ttxt {font-size:18px; margin:10px 0 30px;}
	#siliconwafer .infobox {display:block;}
	#siliconwafer .infobox .txt {width:100%; padding-left:0;}
	#siliconwafer .infobox .txt > h3 {font-size:32px;}
	#siliconwafer .infobox .txt > h4 {font-size:17px; margin-top:5px;}
	#siliconwafer .infobox .txt p.pdtxt {font-size:18px; margin:30px 0;}
	#siliconwafer .infobox .txt ul li {font-size:16px; line-height:22px;}
	#siliconwafer .infobox .txt ul li:nth-child(2) {margin-top:15px;}
	#siliconwafer .infobox .txt a.tel_btn {margin:30px 0; padding:14px 40px; font-size:16px;}
	#siliconwafer .infobox .txt a.tel_btn:hover {background:#192838;}
	#siliconwafer .infobox .txt a.tel_btn b {font-weight:600; margin-left:5px;}
	#siliconwafer .infobox .thumb {width:100%; border-radius:30px;}
	#siliconwafer .spec table th {font-size:17px; padding:15px 5px;}
	#siliconwafer .spec table td {font-size:16px; line-height:22px; padding:15px 5px;}
	#siliconwafer .prcs ul.step li {width:31.333%;}
	#siliconwafer .prcs ul.step li .img {border-radius:15px;}
	#siliconwafer .prcs ul.step li .txt {margin-top:10px;}
	#siliconwafer .prcs ul.step li .txt p {font-size:17px;}
	#siliconwafer .prcs ul.step li .txt i {font-size:16px;}
	#siliconwafer .clroom ul.room {margin-top:-1%;}
	#siliconwafer .clroom ul.room li {width:48%; margin:1%;}
	#siliconwafer .clroom ul.room li p {font-size:15px;}
	
	#reclaim {}
	#reclaim .titbox {}
	#reclaim .titbox h3 {font-size:25px;}
	#reclaim .titbox p {font-size:17px; margin-top:10px; margin-top:5px;}
	#reclaim .stepwrap {margin:20px auto 0;}
	#reclaim .stepwrap .step {width:49%; margin:0.5%; padding:20px; border-radius:20px;}
	#reclaim .stepwrap .step h5 {font-size:18px;}
	#reclaim .stepwrap .step p {font-size:16px; line-height:22px;}
	
}

@media (max-width:639px){
	.mt120 {margin-top:40px;}	
	h4.stit {font-size:20px; padding-left:15px; margin-bottom:15px;}
	h4.stit:before {height:18px; width:4px; top:6px;}
	
	.ctt_privacy, .ctt_provision {padding:20px !important; font-size:14px; line-height:20px; border-radius:15px;}	
	
	#greeting .flwrap .txt {padding:0 5px;}
	#greeting .flwrap .txt h4 {font-size:20px;}
	#greeting .flwrap .txt h4 br {display:block;}
	#greeting .flwrap .txt div {margin-top:20px;}
	#greeting .flwrap .txt div p {font-size:15px; line-height:22px;}
	#greeting .flwrap .txt p.ceo {font-size:15px; margin-top:30px;}
	#greeting .flwrap .txt p.ceo b {font-size:18px; margin-left:5px;}
	#greeting .flwrap .img {border-radius:20px; margin:40px 0;}
	#greeting .flwrap .img ul {display:block;}
	#greeting .flwrap .img ul li:first-child {margin-bottom:2px; margin-right:0;}
	#greeting .iconbox .box {padding:20px 30px; border-radius:15px;}
	#greeting .iconbox .box img {width:45px;}
	#greeting .iconbox .box .cont {margin-left:30px;}
	#greeting .iconbox .box .cont h4 {font-size:15px;}
	#greeting .iconbox .box .cont p {font-size:15px;}
	
	#organization .mbt {padding:12px 2px; font-size:16px; border-radius:10px;}
	#organization .line1:after {height:35px;}
	#organization .line2:after {height:35px;}
	#organization .line3 {padding-top:35px;}
	#organization .line3:before {margin-left:-34%; width:68%;}
	#organization .line3 .mbt {font-size:15px; width:32%;}
	#organization .line3 .mbt:before {top:-35px; height:35px;}
	
	#location .addbox .mapwrap {display:block;}
	#location .addbox .mapwrap .mapbox {width:100%; max-width:100%; border-radius:15px; margin-bottom:5px;}
	#location .addbox .mapwrap .mapbox iframe {height:300px;}
	#location .addbox .mapwrap .img {width:100%; max-width:100%; border-radius:15px;}
	#location .addbox .mapwrap .img img {display:block;}
	#location .addbox:first-child .mapwrap .img, #location .addbox:nth-child(2) .mapwrap .img {background:none;}
	#location .addbox ul.contact li {padding:25px 5px;}
	#location .addbox ul.contact li h5 {font-size:15px; margin-bottom:5px;}
	#location .addbox ul.contact li p, #location .addbox ul.contact li a {font-size:16px;}
	
	#process .titbox h3 {font-size:20px; line-height:28px;}
	#process .titbox p {font-size:15px;}
	#process .stepwrap .step {width:48%; margin:1%; border-radius:15px;}
	#process .stepwrap .step .txt {padding:15px 17px;}
	#process .stepwrap .step .txt h5 {font-size:17px;}
	#process .stepwrap .step .txt p {font-size:15px; line-height:20px;}
	#process .stepwrap span.nexti {display:none;}
	
	#siliconwafer h3.rptit {font-size:24px;}
	#siliconwafer p.ttxt {font-size:15px; margin:5px 0 20px;}
	#siliconwafer .infobox .txt {padding:0 5px;}
	#siliconwafer .infobox .txt > h3 {font-size:22px;}
	#siliconwafer .infobox .txt > h4 {font-size:15px;}
	#siliconwafer .infobox .txt p.pdtxt {font-size:16px; margin:20px 0;}
	#siliconwafer .infobox .txt ul li {font-size:15px; line-height:20px;}
	#siliconwafer .infobox .txt a.tel_btn {margin:25px 0; padding:12px 25px; font-size:15px;}
	#siliconwafer .infobox .txt a.tel_btn:hover {background:#192838;}
	#siliconwafer .infobox .txt a.tel_btn b {font-weight:600; margin-left:5px;}
	#siliconwafer .infobox .thumb {width:100%; border-radius:30px;}
	#siliconwafer .spec table th {font-size:14px; padding:10px 5px;}
	#siliconwafer .spec table td {font-size:14px; line-height:20px; padding:10px 10px;}
	#siliconwafer .prcs ul.step li {width:48%;}
	#siliconwafer .prcs ul.step li .img {border-radius:12px;}
	#siliconwafer .prcs ul.step li .txt {margin-top:7px;}
	#siliconwafer .prcs ul.step li .txt p {font-size:15px;}
	#siliconwafer .prcs ul.step li .txt i {font-size:14px;}
	#siliconwafer .clroom ul.room li {border-radius:15px;}
	#siliconwafer .clroom ul.room li p {font-size:13px; padding:8px 15px;}
	
	#reclaim .titbox h3 {font-size:20px;}
	#reclaim .titbox p {font-size:15px;}
	#reclaim .stepwrap {margin:15px auto 0;}
	#reclaim .stepwrap .step {width:100%; margin:0.5% 0; border-radius:15px;}
	#reclaim .stepwrap .step h5 {font-size:17px;}
	#reclaim .stepwrap .step p {font-size:15px; line-height:20px;}
}

@media (max-width:399px){
	.mt120 {margin-top:30px;}	
	h4.stit {margin-bottom:10px; paddibg-left:12px;}
	
	#greeting .flwrap .txt h4 {font-size:18px;}
	#greeting .flwrap .img p {font-size:14px;}
	#greeting .iconbox .box {display:block; padding:20px; text-align:center;}
	#greeting .iconbox .box img {width:40px;}
	#greeting .iconbox .box .cont {margin:20px 0 0;}
	#greeting .iconbox .box .cont h4 {font-size:15px;}
	#greeting .iconbox .box .cont p {font-size:14px; margin-top:5px;}
	
	#organization {padding:0 10px;}
	#organization .mbt {padding:10px 2px; font-size:14px; letter-spacing:-0.03em; border-radius:8px;}
	#organization .line3 .mbt {font-size:13px;}
	
	#location .addbox .mapwrap .mapbox iframe {height:240px;}
	#location .addbox ul.contact li {padding:20px 5px;}
	#location .addbox ul.contact li h5 {font-size:14px;}
	#location .addbox ul.contact li p, #location .addbox ul.contact li a {font-size:15px;}
	
	#process .titbox h3 {font-size:18px; line-height:26px;}
	#process .titbox h3 br {display:block;}
	#process .stepwrap .step {border-radius:12px;}
	#process .stepwrap .step .txt {padding:12px 15px;}
	#process .stepwrap .step .txt h5 {font-size:16px;}
	#process .stepwrap .step .txt p {font-size:14px; line-height:18px;}
	
	#reclaim .titbox h3 {font-size:18px;}
	#reclaim .stepwrap .step {padding:18px 16px; border-radius:12px;}
	#reclaim .stepwrap .step h5 {font-size:16px;}
	#reclaim .stepwrap .step p {font-size:14px; line-height:18px;}
	
}



/* 하단 레이아웃 */
.ft_line {width:100%; max-width:1400px; margin:0 auto; height:1px; background:#e7e7e7;}
#ft {width:96%; max-width:1400px; margin:0 auto; padding:35px 0; display:flex; align-items:center;}
#ft .ft_link {width:32%;}
#ft .ft_link a.cpname {font-size:19px; font-family:'Noto Sans KR'; color:#111; font-weight:500;}
#ft .ft_link ul {display:flex; margin-top:15px;}
#ft .ft_link ul li {margin-right:20px;}
#ft .ft_link ul li:last-child {margin-right:none;}
#ft .ft_link ul li a {font-size:15px; color:#555; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .ft_link ul li a:hover {color:#111;}
#ft .ft_info {width:68%; text-align:right;}
#ft .ft_info p {display:inline-block; font-size:15px; line-height:36px; font-weight:300; color:#555; word-break:keep-all;}
#ft .ft_info p:after {content:"|"; font-size:10px; color:#ccc; margin:0 10px; position:relative; top:-1px;}
#ft .ft_info p.bsn:after, #ft .ft_info p:last-child:after {display:none;}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#192838;border:0;z-index:999;color:#fff; border-radius:8px; transition: opacity 0.2s ease-out;opacity:0;
transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#top_btn.show {opacity: 1;}
#top_btn:hover { background:#173759;}

 @media (max-width: 1399px){
     #ft {display:block;}
	 #ft .ft_link {width:100%;}
	 #ft .ft_info {width:100%; text-align:left; margin-top:20px;}
	 #ft .ft_info p:after {display:none;}
	 #ft .ft_info p {margin-right:20px; line-height:25px;}
	 #ft .ft_info p.add {margin-right:0;}
	 #ft .ft_info p.copy {display:block; margin-top:20px;}
 }
 
 @media (max-width: 969px){
     #ft .ft_link a.cpname {font-size:18px;}
 }
 
 @media (max-width: 639px){
	 #ft {padding:30px 10px;}
     #ft .ft_link a.cpname {font-size:17px;}
     #ft .ft_link ul li {margin-right:15px;}
	 #ft .ft_link ul li a {font-size:14px;}
	 #ft .ft_info {margin-top:15px;}
	 #ft .ft_info p {margin-right:15px; font-size:14px; line-height:22px;}
	 #ft .ft_info p.copy span {display:none;}
	 #top_btn {bottom:10px; right:10px;}
 }
 
 @media (max-width: 399px){
	 #ft {padding:25px 5px;}
     #ft .ft_link a.cpname {font-size:16px;}
     #ft .ft_link ul li {margin-right:10px;}
	 #ft .ft_link ul li a {font-size:13px;}
	 #ft .ft_info p {font-size:13px; line-height:20px;}
     
 }

/* 체크박스 */
.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 #1a3b6d;border-color:#1a3b6d;
-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; font-size:12px;}
.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; border-radius:7px;}
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:#1c4fa3;border:1px solid #1c4fa3;color:#fff;cursor:pointer}
.btn_submit:hover{background:#1954b5}
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}

 @media (max-width: 639px){
     .btn {font-size:0.9em; padding:0 10px; border-radius:5px;}     
 }
/* 게시판용 버튼 */
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:#eaeaea;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#1c4fa3;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#1954b5}
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;}

/* 기본테이블 */
.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:10px;height:45px; border-radius:5px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #76c7fa}
.frm_input {height:45px;}
.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 {width:100%; padding:40px 0 !important;text-align:center; list-style:none; 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:#3278eb}

/* 사이드뷰 */
.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;}
