@charset "utf-8";
@import url('font.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:1em;height:100%;font-family:'Escoredream', 'Pretendard','AppleSDGothic', '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:'Escoredream','Pretendard','AppleSDGothic', '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:'Escoredream','Pretendard','AppleSDGothic', 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
/*input[type="checkbox"] {filter: invert(0%) hue-rotate(138deg) brightness(1.9);}*/
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;
}

::placeholder {color:#222;}
::selection {background:#333; color:#fff;}

:root {
  --main-color: #e99d2f;
  --sub-color: #222222;
}
 

input, textarea {appearance: none; -webkit-appearance: none;-webkit-border-radius:0; outline:none;}
select {-webkit-appearance: none; -moz-appearance: none;  appearance: none; color:#333; background-color:#fff; background-image:url('/img/gnb_bg.gif'); background-repeat:no-repeat; background-position:right 15px center ; outline:none;}
select::-ms-expand {display:none;}

input[type=checkbox] {accent-color:#000; appearance:checkbox;}
input[type=radio] {accent-color:#000; appearance:radio;}

/* 팝업레이어 */
#hd_pop {z-index:49;position:relative;margin:0 auto;width:100%; max-width:1680px;height:0;transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:0px solid #e9e9e9;background:#fff;transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
.hd_pops img{max-width:100% !important;height:auto;transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
.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:80px; z-index:999; border-bottom:1px solid rgba(255,255,255,0); 
	position:fixed; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;
border-bottom: 1px solid rgba(255,255,255,0.2);} /* 메인 */
#hd.scroll {position:fixed; top:0;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto;transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#hd_wrapper .hd_in{max-width:1280px; width:96%; height:80px;zoom:1; display:flex; justify-content:space-between; align-items:center;margin: 0 auto;}
#hd #logo {}
#hd #logo img {}
#hd #logo img.logo_cl{display: none;;}
#hd .gnb_1da {color:#fff;}

#hd:hover, #hd.scroll {background:#fff; border-bottom:1px solid #e7e7e7;}
#hd:hover .gnb_1da, #hd.scroll .gnb_1da {color:#000;}
#hd:hover #gnb #gnb_1dul li.icon_menu, #hd.scroll #gnb #gnb_1dul li.icon_menu {border-color:#000;}
#hd:hover #gnb #gnb_1dul li.icon_menu span, #hd.scroll #gnb #gnb_1dul li.icon_menu span {background:#000;}
#hd:hover #gnb_open, #hd.scroll #gnb_open {border-color:#000;}
#hd:hover #gnb_open span, #hd.scroll #gnb_open span {background:#000;}
#hd:hover #logo img.logo_cl, #hd.scroll #logo img.logo_cl{display: block;;}
#hd:hover #logo img.logo_wh, #hd.scroll #logo img.logo_wh{display: none;;}


@media (max-width: 1199px){
 }
 
@media (max-width: 969px){
   #hd {height:70px;} 
   #hd_wrapper {height:70px;}
   #hd_wrapper .hd_in{height: 70px;}
   
 }

@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:60px;} 
   #hd_wrapper {height:60px; max-width:100%;}
   #hd_wrapper .hd_in{height: 60px;}
   #hd #logo img {width:120px;}
 }

@media (max-width:399px){ 
   #hd #logo img {width:100px;}
 }


/* 메인메뉴 */
#gnb {position:relative; width:60%; 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:16px; display:flex; zoom:1;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {line-height:80px;padding:0;width:20%; text-align:center;position:relative; height:80px;}
.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 var(--main-color);
-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.gnb_1dli_on::before{content : ""; position:absolute; left:50%; transform: translateX(-50%); bottom:0px; height:1px; width:50%; border-bottom:3px solid var(--main-color);
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:last-child {}

.gnb_1da {display:inline-block;color:#fff;text-decoration:none;width:100%; font-weight: 600;}
/* .gnb_2dli {}
.gnb_2dul {display:none;position:absolute;top:100px;min-width:150px;background:#fafafa;}
.gnb_2da {display:block;line-height:37px; font-size:17px; color:#fff; text-align:center;text-decoration:none; -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:#ccc;}
.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:100px;height:0px;background-color:#151515;display:none; border-top:1px solid rgba(255,255,255,0.1);}
#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: 100px;left: 0;width: 100%;overflow: hidden; padding:10px 0;z-index:9999; color:#fff;} */

/* PC메뉴 2차 */
.gnb_2dli {} 
.gnb_2dul {display:none;position:absolute;}
.gnb_2da {display:block;font-size:16px;line-height:38px;font-weight:500;color:#222;text-align: left; padding-left: 5px;} /* 글자색 */
.gnb_2da:hover{color:var(--main-color); /* 마우스오버 글자색 */}
#all_cate{position:absolute;top:80px;left: 0;height:0px;width:100%;padding: 0 2%;background:rgba(255,255,255,0.9); display:none; z-index:50;overflow: hidden;}
#all_cate .submenus { position:relative; max-width:1280px; width:96%; margin:0 auto;  position:relative;} 
#all_cate .cate_2dul{ position:absolute; top:0; left:0; display:none;   height:auto; padding:12px 0; width:max-content;gap:40px;  flex-wrap:nowrap; }
/*.cate_2dul {width:100%;height:0px; padding:12px 0; overflow:hidden;z-index:9999;display:none;justify-content: flex-start;flex-wrap: wrap;transition: 0.3s height;}*/
.cate_2dul:hover {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.gnb_empty {padding:10px 0; width:100%;text-align:center;line-height:2em;color:#888}
.gnb_empty a {color:inherit;text-decoration:underline}

/* 메뉴2 */
#gnb_open {display:none; width:50px;border:0; height:50px; margin-left:15px; color:#fff; border:0px solid #fff; font-size:18px; background:var(--main-color);} 

#gnb2 {position:fixed;top:0;right:-300px;height:100%; background:#222; 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:7px;right:0;width:50px;height:50px;border:0;background:none;color:#fff; font-size:20px;}
#gnb2 .gnb_top {width:100%; height:70px; background:#222;}
#gnb2 .gnb_tnb {padding:0 10px;}
#gnb2 .gnb_tnb li {display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a {color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul {}
#gnb2_1dul .gnb2_1dli {position:relative;}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da {padding:0 20px;display:block;color:#fff; font-size:17px; line-height:55px; cursor:pointer;}
#gnb2_1dul .gnb2_2dul {display:none; background:#292929; padding:10px 0;}
#gnb2_1dul .gnb2_2da {color:#fff; font-size:16px;padding:0 20px;font-weight:normal;white-space: nowrap;line-height:35px; display:block;}
#gnb2_1dul .gnb2_1dli:last-child {}
#all_cate .gnb_2da{ position:relative;  display:inline-block;  padding:0px 4px 0;}
#all_cate .gnb_2da:after{ content:""; position:absolute; left:0; bottom:-2px; width:0%; height:2px; background:var(--main-color); transition:width .2s;}
#all_cate .gnb_2da:hover:after{ width:100%;}


@media (max-width: 1399px){	
}

@media (max-width: 969px){
    #gnb {display:none;}
	#gnb_open {display:inline-block;}
	#gnb .gnb_1dli {line-height:80px; height:80px;}
	#gnb #gnb_1dul {font-size:18px;}
 }

@media (max-width:639px){
	#gnb_open {width:45px;height:45px;}
	#gnb2 .btn_close {top:7px;}
	#gnb2 .gnb_top {height:60px;}
	#gnb2_1dul .gnb2_1da {font-size:16px; line-height:45px;}
	#gnb2_1dul .gnb2_2da {font-size:14px; line-height:32px;}
 }

 

/* 메인 레이아웃 */
.title {margin-bottom: 60px; text-align: center;}
.title a{font-family: "Montserrat"; color: #888888;margin-bottom: 10px; font-weight: 900; font-size: 32px; display: block;word-break: keep-all;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.title p{color: var(--main-color); font-size: 18px; font-weight: 300; word-break: keep-all;}
.title a:hover{color: #fff;}

#section01{  background: #000;  padding: 140px 0;  margin: 0 auto;  width: 100%;  overflow-x: hidden;  
  --size: 400px;  --overlap: -20px;}

/* 풀블리드 */
#section01 .bizSwiper{  position:relative;  padding:20px 0 60px;  width: 100%;  left: 50%;  right: 50%;  margin-left: -50vw;
  margin-right: -50vw;  overflow: hidden;padding-left: 0;}
#section01 .bizSwiper .swiper-wrapper{  align-items:center;  gap:0;   align-items:center; gap:0; margin-left: 0;   padding-left: 0; }
#section01 .bizSwiper .swiper-slide{  width:auto;  display:flex;  justify-content:center;  margin-right: var(--overlap) !important;}
#section01 .biz-circle{  width: var(--size);  height: var(--size);  border:2px solid var(--main-color);
  border-radius:50%;  display:flex;  align-items:center;  justify-content:center;  flex-direction:column;  text-align:center;
  color:#fff;  text-decoration:none;  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;}
#section01 .biz-circle strong{ font-size:28px; font-weight:800; line-height:1.15;}
#section01 .biz-circle span{  margin-top:10px;  font-size:16px;  color:rgba(255,255,255,.30);  max-width:80%;  line-height:1.3;}

#section01 .biz-circle:hover{  border-color:rgb(241, 200, 102);  box-shadow:0 0 0 1px rgba(220,180,90,.25), 0 20px 60px rgba(0,0,0,.6);}

#section02{padding: 140px 0;background: url('/images/section02_bg.jpg') no-repeat; background-size: cover;}

#section03{padding: 140px 0;background: url('/images/section03_bg.jpg') no-repeat; background-size: cover;}
#section03 .title p{color: #fff;}
#section03 .inquiry_form{  width: min(680px, 92vw);  margin: 0 auto;}
#section03 .main-inquiry__fields{  display: grid;  gap: 14px;}
#section03 .full_input,
#section03 textarea{  width: 100%;  box-sizing: border-box;  border: 1px solid #000;
  background: #222222;  color: #888888;  border-radius: 0;   outline: none;  padding: 18px 18px;  font-size: 14px;}
#section03 .full_input::placeholder, #section03 textarea::placeholder{  color: #888}
#section03 textarea{  min-height: 120px;  resize: vertical;}
#section03 .full_input:focus,
#section03 textarea:focus{ border-color: rgba(255,255,255,.18);  box-shadow: 0 0 0 2px rgba(255,255,255,.06);}
#section03 .required{background-image: none!important;}

#section03 .check{  display: inline-flex;  align-items: center;  margin: 14px 0 18px;  color: #888888;
  font-size: 14px;  cursor: pointer;}
#section03 .check input{  width: 14px;  height: 14px;  accent-color: var(--main-color); margin-right: 10px;}
#section03 .check a{color: #888; text-decoration: underline;}
#section03 .main-submit{  width: 100%;  height: 64px;  border: 0;  cursor: pointer;  font-size: 18px;
  font-weight: 700;  letter-spacing: -0.2px;  color: #fff;  background: #f0a12b; /* 이미지 같은 주황 */
  transition: filter .2s ease, transform .1s ease;}
#section03 .main-submit:hover{  filter: brightness(1.05);}
#section03 .main-submit:active{  transform: translateY(1px);}

/* 모바일 대응 */
@media (max-width: 480px){ 

}
@media (max-width: 1279px){
	#section01, #section02{   padding: 100px 0; }
  	#section01 .biz-circle strong{ font-size: 24px; }
  	#section01 .biz-circle span{ font-size: 14px; }
}

@media (max-width: 969px){
	.title {margin-bottom: 40px;}
	.title a{margin-bottom: 10px;font-size: 28px;}
	.title p{ font-size: 16px;  }

	#section01, #section02{   padding: 80px 0; }
	#section01 .bizSwiper{  padding:20px 0 40px; }
	#section01 .biz-circle strong{ font-size: 20px; }
	#section01 .biz-circle span{ font-size: 13px; }
}

@media (max-width: 639px){
	.title {margin-bottom: 30px;}
	.title a{margin-bottom: 10px;font-size: 24px;}
	.title p{ font-size: 14px;  }

	#section01, #section02{   padding: 40px 0; }
	#section01 .bizSwiper{  padding:00px 0 20px; }
	#section01 .biz-circle strong{ font-size: 18px; }
	#section01 .biz-circle span{ font-size: 12px; }

	#section03{padding: 40px 20px;}
	#section03 .inquiry_form{width: 100%;}
	#section03 .full_input, #section03 textarea{ padding: 10px 14px;   font-size: 12px; }
	#section03 .main-submit{   height: 45px;   font-size: 14px; }
	#section03 textarea{min-height: 80px; height: 80px;}
	#section03 .check{    font-size: 12px;}
}
@media (max-width:399px){
	#section01 .biz-circle strong{ font-size: 16px; }
	#section01 .biz-circle span{ font-size: 10px; }
	
 } 
 
 
/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:"";}
#container {position:relative;min-height:300px; margin:60px auto 120px; width:100%; max-width:1280px;}
#container:after {display:block;visibility:hidden;clear:both;content:"";}

#container_title {position:relative; padding:200px 0 120px; text-align:center; background-image:url('/images/svisual.jpg');
	 background-position:center center; background-size: cover; font-size: 32px; color: #fff; font-weight: 600;}

/*.ct_inner {width:92%; max-width:1200px; margin:0 auto;}*/

 @media (max-width: 1399px){
	#container {margin:80px auto 120px; width: 96%;}

 }
 @media (max-width: 969px){
	#container {margin:60px auto 100px;}
	#container_title {padding:120px 20px 80px; font-size: 28px;}
	
 }
 @media (max-width:639px){
	#container {margin:35px auto 60px;}
	
	#container_title {padding:100px 20px 60px; font-size: 24px;}

 }
 @media (max-width:399px){
	#container {margin:25px auto 40px;}
	
	#container_title {padding:80px 20px 40px; font-size: 22px;}

 }
 
/* 서브 레이아웃 */
	 
/* #process ul{display:grid;  grid-template-columns: repeat(3, minmax(0,1fr));  gap: 70px 90px; align-items: start;}
#process li::after{  content:"";  position:absolute;  top: 92px;   right: -55px;  width: 0; height: 0;  border-top: 12px solid transparent; 
	 border-bottom: 12px solid transparent;  border-left: 18px solid #e9e9e9; opacity: .9;}
#process li{  position: relative;  text-align: center;  opacity: 0;  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;  will-change: opacity, transform;}
#process li.is-in{  opacity: 1;  transform: translateY(0);}
#process li:nth-child(3n)::after{  display:none;}

#process li:nth-child(2) .circle{border-color:#cd851d}
#process li:nth-child(2) .circle h4{color:#cd851d}
#process li:nth-child(2) .circle::after{background-color: #cd851d;}
#process li:nth-child(2) .txt::before{background-color: #cd851d;}

#process li:nth-child(3) .circle{border-color:#8a5304}
#process li:nth-child(3) .circle h4{color:#8a5304}
#process li:nth-child(3) .circle::after{background-color: #8a5304;}
#process li:nth-child(3) .txt::before{background-color: #8a5304;}

#process li:nth-child(4) .circle{border-color:#999}
#process li:nth-child(4) .circle h4{color:#999}
#process li:nth-child(4) .circle::after{background-color: #999;}
#process li:nth-child(4) .txt::before{background-color: #999;}

#process li:nth-child(5) .circle{border-color:#666}
#process li:nth-child(5) .circle h4{color:#666}
#process li:nth-child(5) .circle::after{background-color: #666;}
#process li:nth-child(5) .txt::before{background-color: #666;}

#process li:nth-child(6) .circle{border-color:#111}
#process li:nth-child(6) .circle h4{color:#111}
#process li:nth-child(6) .circle::after{background-color: #111;}
#process li:nth-child(6) .txt::before{background-color: #111;}


#process .circle{ width: 220px; height: 220px; border-radius: 50%; padding: 40px;
  margin: 0 auto 30px;  border: 2px solid #f2a12b;   display:flex;  flex-direction: column;  align-items:center;
  justify-content:center;  box-sizing: border-box; position: relative;}
#process .circle h4{ word-break: keep-all; margin:0;  font-size: 22px;  font-weight: 500;  color: #f2a12b;}
#process .circle h5{word-break: keep-all;   margin: 10px 0 0;  font-size: 16px; line-height: 1.5;  font-weight: 300;  color: #bdbdbd;}
#process .circle::after{ content:""; position:absolute;  left:50%;  bottom:-6px;                 /

#process .txt{padding: 25px; background: #f5f5f5; position: relative;}
#process .txt p{font-size: 16px;line-height: 1.5; word-break: keep-all;}
#process .txt p span{font-size: 14px; font-weight: 300; line-height: 1.2;}
#process .txt::before{ content:""; position:absolute;  left:50%;  top:-30px;  transform:translateX(-50%); width:2px; height:30px; opacity: .9;background-color: var(--main-color);} */



/* 예슬 */
#process *{box-sizing:border-box;}
#process .process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 56px;margin-top:34px;}
#process .process-item{display:grid;grid-template-columns:92px minmax(0,1fr);column-gap:18px;align-items:start;}
#process .pnum{width:90px; height: 180px; display:block; object-fit:contain;object-position:center top;display:block;}
/* #process .pnum{width:410px;height:583px;object-fit:contain;object-position:center bottom;display:block;} */
#process .pbody{display:grid;grid-template-rows:auto 1fr;row-gap:10px;min-width:0;}
#process .ptitle{display:flex;align-items:center;gap:10px;}
#process .pico{width:50px;height:50px;display:block;flex:0 0 auto;}
#process .ptitle h3{margin:0;font-size:22px;font-weight:700;color:#333;line-height:1.2;}
#process .plist{margin:0;padding-left:18px;font-size:18px;line-height:1.75;color:#666;list-style:disc;}
#process .plist li{margin:0;}
#process img{max-width:100%;height:auto;}


#process .process-consider,#process .process-consider *{box-sizing:border-box;}
#process .process-consider{margin-top:140px;}
#process .process-consider-title{font-size:22px;font-weight:700;margin:0 0 50px;color:#111;}
#process .process-consider-wrap{position:relative;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:80px;}
#process .process-consider-line{position:absolute;left:50%;top:0;transform:translateX(-50%);width:2px;height:100%;background:repeating-linear-gradient(to bottom,#d6d6d6 0 6px,transparent 6px 14px);}
#process .process-consider-item{position:relative;display:flex;width:100%;}
#process .process-consider-item:nth-of-type(odd){justify-content:flex-end;padding-right:80px;padding-left:0;}
#process .process-consider-item:nth-of-type(even){justify-content:flex-start;padding-left:80px;padding-right:0;}
#process .process-consider-item.left,#process .process-consider-item.right{padding-left:0;padding-right:0;}
#process .process-consider-node{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%); width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid currentColor;z-index:3;}
#process .process-consider-box{width:100%;max-width:560px;display:flex;align-items:center;gap:22px;padding:22px 60px;border-radius:999px;border:10px solid currentColor; background:#fff; z-index:2;}
#process .process-consider-item:nth-of-type(odd) .process-consider-box{flex-direction:row;}
#process .process-consider-item:nth-of-type(even) .process-consider-box{flex-direction:row-reverse;}
#process .process-consider-ico{width:100px;height:100px;flex:0 0 auto;object-fit:contain;}
#process .process-consider-text h4{margin:0;font-size:22px;font-weight:800;color:#333;}
#process .process-consider-text p{margin-top:6px;font-size:18px;line-height:1.55;color:#555;word-break:keep-all;}
#process .process-consider-item.c1{color:#e4ca3f;}
#process .process-consider-item.c2{color:#e6b63e;}
#process .process-consider-item.c3{color:#e4a03b;}
#process .process-consider-item.c4{color:#e4843b;}
#process .process-consider-item.c5{color:#e3633b;}
#process .process-consider-item.c6{color:#d84038;}
#process .process-consider-item.c7{color:#c7332d;}
#process .process-consider-item:before{content:"";position:absolute;top:50%;transform:translateY(-50%);height:2px;background:repeating-linear-gradient(to right,#d6d6d6 0 6px,transparent 6px 14px);z-index:0;}
#process .process-consider-item:nth-of-type(odd):before{left:50%;width:calc(50% - 56px);}
#process .process-consider-item:nth-of-type(even):before{right:50%;width:calc(50% - 56px);}
#process .process-consider-box:before,#process .process-consider-box:after{content:none!important;display:none!important;}

.business .business_area {margin-bottom: 30px;  }
.business .business_title{font-size:17px;color:var(--main-color); margin-bottom:20px;}
.business .business_txt{font-size:22px; line-height:1.6;}
.business .business_txt span{font-weight:600;}

/* ===== BUSINESS: 3단 캡슐 ===== */
.biz-capsule{display:flex;gap:0;}
.biz-item{flex:1;padding:30px 20px;background:#fff;position:relative;text-align:center;border:10px solid;color:#555;}
.biz-item:not(:first-child){margin-left:-117px;}
.biz-item h3{font-size:1.5rem;font-weight:700;margin-bottom:14px;}
.biz-item p{font-size:1rem;line-height:1.5;}
.yellow{border-color:#e7c84b;border-radius:999px;z-index:3;}
.orange{border-color:#ea8b3a;z-index:2;}
.red{border-color:#d94b43;z-index:1;}
.biz-item.orange,.biz-item.red{border-radius:0 999px 999px 0;}
.yellow h3{color:#e7c84b;}
.orange h3{color:#ea8b3a;}
.red h3{color:#d94b43;}

/* 6개 박스 */
.business .biz-grid{max-width: 1100px; margin: auto;}
.business .biz-grid,.business .biz-grid *{box-sizing:border-box;}
.business .biz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 56px;margin-top:56px;}
.business .biz-box{--biz:#e4ca3f;}
.business .biz-card{width:100%;aspect-ratio:1/1;border-radius:32px;background:var(--biz);box-shadow:0 12px 22px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;}
.business .biz-circle{width:68%;aspect-ratio:1/1;border-radius:50%;background:#fff;background-repeat:no-repeat;background-position:center;background-size:62%;}
.business .biz-meta{display:flex;gap:12px;align-items:flex-start;margin-top:20px;}
.business .biz-bar{width:4px;height:90px;border-radius:2px;background:var(--biz);flex:0 0 auto;margin-top:2px;}
.business .biz-meta{display:flex;gap:12px;align-items:center;margin-top:18px;}
.business .biz-text{display:flex;flex-direction:column;justify-content:center;}
.business .biz-text h4{margin:0;font-size:22px;font-weight:500;line-height:1.2;color:var(--biz);}
.business .biz-text p{margin:8px 0 0;font-size:18px;line-height:1.2;color:#666;}
.business .c1{--biz:#e4ca3f;}
.business .c2{--biz:#e6b63e;}
.business .c3{--biz:#e4a03b;}
.business .c4{--biz:#e4843b;}
.business .c5{--biz:#e3633b;}
.business .c6{--biz:#d84038;}
.business .business_img01{background-image:url(/images/business_img01.png);}
.business .business_img02{background-image:url(/images/business_img02.png);}
.business .business_img03{background-image:url(/images/business_img03.png);}
.business .business_img04{background-image:url(/images/business_img04.png);}
.business .business_img05{background-image:url(/images/business_img05.png);}
.business .business_img06{background-image:url(/images/business_img06.png);}
/* @media (max-width:1024px){.business .biz-grid{grid-template-columns:repeat(2,1fr);gap:34px 34px;}}
@media (max-width:640px){.business .biz-grid{grid-template-columns:1fr;gap:28px;margin-top:40px;}.business .biz-card{border-radius:28px;}} */

/* 기존 css */
/* .business li::after{display: none;}
.business ul{ display: flex!important; flex-wrap: wrap; justify-content: center; gap:0 !important;  max-width: 1280px;  margin: 0 auto;}
.business li{ position: relative; display: flex; justify-content: center; margin: 0 -10px; }

.business li:nth-child(n+4){ margin-top:-50px;}
.business li:nth-child(1){z-index:6;}
.business li:nth-child(2){z-index:5;}
.business li:nth-child(3){z-index:4;}
.business li:nth-child(4){z-index:3;}
.business li:nth-child(5){z-index:2;}
.business li:nth-child(6){z-index:1;}
.business .circle{width: 400px!important; height: 400px!important; border:2px solid var(--main-color)!important; }
.business .circle h4{color: #000!important; font-size: 28px!important; font-weight: 800!important;}
.business .circle h5{color: #888!important;}
.business .circle::after{display: none;} */

#location{width:100%;}
#location .info-block{display:grid;grid-template-columns:40% 1fr;gap:70px;padding:70px 0;align-items:flex-start;}
#location .info-title{font-size:40px;font-weight:300;margin:0 0 18px;letter-spacing:-0.5px;}
#location .info-line{width:90px;height:1px;background:#d0d0d0;margin-bottom:28px;}
#location .info-icons{display:flex;gap:16px;}
#location .info-icon{width:58px;height:58px;border-radius:10px;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;transition:transform .15s ease;}
#location .info-icon:hover{transform:translateY(-2px);}
#location .info-icon img{width:100px;height:100px;object-fit:contain;}
#location .info-right{width:100%;}
#location .info-row{display:grid;grid-template-columns:140px 1fr;padding:26px 0;border-top:1px solid #e3e3e3;}
#location .info-row:last-child{border-bottom:1px solid #e3e3e3;}
#location .info-row:first-child{border-top:none;}
#location .info-row span{font-size:22px;letter-spacing:.08em;color:#444;}
#location .info-row p{margin:0;text-align:right;font-size:16px;color:#777;line-height:1.6;}
#location .info-row small{font-size:16px;color:#9a9a9a;}





#company{width: 100%;}
#company .inner{max-width: 1280px; margin: 0 auto;}
#company .top{padding: 220px 80px 80px; background: url('/images/company_top.jpg') no-repeat; background-size: cover; color: #fff; width: 100%;}
#company .top h4{font-size:32px; font-weight: 300; max-width: 1280px; margin: 0 auto; padding: 60px;}
#company .top h4 .cl_mc{font-size: 42px; font-weight: 600; color: var(--main-color);}
#company .txt{padding: 60px 60px; font-size: 18px; line-height: 38px; ;}
#company .txt p{word-break: keep-all;}
#company .txt .ceo{text-align: right; padding-top: 30px;}
#company .txt .ceo .sign{font-family: 'KccEunyeong'; font-size: 50px; margin-left: 10px;}

#company .overview{background: #f5f5f5; display: flex;align-items: stretch; margin-top: 30px;}
#company .overview .tbl{width: 60%;padding: 60px;}
#company .overview .tbl table{width: 100%; border-spacing: 0;}
#company .overview .tbl table th{text-align: left; color: var(--main-color);; padding: 10px; font-weight: 400; word-break: keep-all; }
#company .overview .tbl table td{padding: 10px;word-break: keep-all;}
#company .overview .img{background: url('/images/company_img.jpg') no-repeat; background-size: cover;width: 40%; display: block;}

#location .map .cont{display: none;}
#location ul{display: flex; justify-content: space-between; align-items: stretch; margin-top: 50px;}
#location ul li{width: 32%; padding: 40px; background-color: #f5f5f5; text-align: center;}
#location ul li i{font-size: 20px; color: #888;}
#location ul li h5{color: var(--main-color); padding-bottom: 10px; font-size: 20px;}
#location ul li p{word-break: keep-all;}
#location ul li p.small{font-size: 16px; color: #777;}

@media (max-width: 1199px){
	#company .top{padding: 200px 50px 100px; }
	#company .top h4{font-size:28px;  padding: 0px;}
	#company .top h4 .cl_mc{font-size: 36px; }
	#process .process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 34px;}
	#process .process-consider-node {display:none;}
}

@media (max-width: 969px){
	.ctt_privacy, .ctt_provision, .ctt_email {padding:30px !important; font-size:15px; line-height:22px;}	

	#process ul{display:grid;  grid-template-columns: repeat(2, minmax(0,1fr));  /*gap: 50px 50px;*/ }
	#process li::after{  top: 80px;   right: -35px;  }
	#process li:nth-child(3n)::after{  display:block;}
	#process li:nth-child(2n)::after{  display:none;}

	#process .circle{ width: 180px; height: 180px; padding: 20px;  margin: 0 auto 30px;}
	#process .circle h4{ font-size: 20px;  }
	#process .circle h5{  font-size: 14px; line-height: 1.2; }
	#process .circle::after{  width:8px;  height:8px; }

	#process .txt{padding: 20px; }
	#process .txt p{font-size: 14px;line-height: 1.2; }
	#process .txt p span{font-size: 12px; }

	.business .biz-grid{grid-template-columns:repeat(2,1fr);gap:34px 34px;}
	/* 기존 비즈니스 */
	/* .business li:nth-child(3n)::after{  display: none !important;;} */

	/* .business .circle{width: 260px!important; height: 260px!important;  }
	.business .circle h4{ font-size: 20px!important;} */

	/* 캡슐 */
	.business .biz-capsule{flex-direction:column;gap:14px;}
	.business .biz-item:not(:first-child){margin-left:0;}
	.business .biz-item,.business .biz-item.yellow,.business .biz-item.orange,.business .biz-item.red{border-radius:28px;}
	.business .biz-item{padding:22px 18px;border-width:7px;box-shadow:0 8px 14px rgba(0,0,0,.10);}
	.business .biz-item h3{font-size:1.25rem;margin-bottom:10px;}
	.business .biz-item p{font-size:.95rem;line-height:1.55;}
	.business .business_txt{font-size:20px; line-height:1.6;}
	
	#location .info-block{grid-template-columns:1fr;gap:32px;padding:50px 0;}
	#location .info-row{grid-template-columns:110px 1fr;}
	#location .info-row p{text-align:left; margin-left: 20px;}
	
	#company .top{padding: 160px 30px 80px; }
	#company .top h4{font-size:22px;  padding: 0px;}
	#company .top h4 .cl_mc{font-size: 32px; }
	#company .txt{padding: 40px 30px; font-size: 16px; line-height: 32px; ;}
	#company .txt .ceo{padding-top: 20px;}
	#company .txt .ceo .sign{font-size: 38px; margin-left: 5px;}

	#company .overview{ margin-top: 30px;}
	#company .overview .tbl{width: 60%;padding: 30px;}
	#company .overview .tbl table{width: 100%; border-spacing: 0;font-size: 16px;}
	#company .overview .tbl table th{ padding: 5px; font-weight: 400; }
	#company .overview .tbl table td{padding: 5px;}
	#company .overview .img{width: 40%; }

	#location .map .root_daum_roughmap {height: 360px;}
	#location ul{ margin-top: 30px;}
	#location ul li{width: 32%; padding: 30px; }
	#location ul li i{font-size: 18px; color: #888;}
	#location ul li h5{color: var(--main-color); padding-bottom: 10px; font-size: 18px;}
	#location ul li p{word-break: keep-all;font-size: 14px; }
	#location ul li p.small{font-size: 14px; color: #777;}


 }
 @media (max-width:639px){

	.ctt_privacy, .ctt_provision, .ctt_email {padding:20px !important; font-size:14px; line-height:20px; border-radius:15px;}

	#process ul{  grid-template-columns:1fr;  /*gap: 50px 20px;*/ }
	#process li::after{  top: auto; left: 50%;  right: auto; bottom: -28px;  transform: translateX(-50%);  border: none;
    width: 0;   height: 0;  border-left: 10px solid transparent;  border-right: 10px solid transparent;  border-top: 14px solid #e9e9e9; } 
	#process li:nth-child(3n)::after{  display:block;}
	#process li:nth-child(2n)::after{  display:block;}
	#process li:last-child::after{display: none;}

	#process .circle{ width: 160px; height: 160px; padding: 20px;  margin: 0 auto 20px;}
	#process .circle h4{ font-size: 18px;  }
	#process .circle h5{  font-size: 15px; line-height: 1.2; }
	#process .circle::after{  width:6px;  height:6px; bottom: -4px }
	
	#process .txt{padding: 15px; }
	#process .txt p{font-size: 14px;line-height: 1.2; }
	#process .txt p span{font-size: 12px; }
	#process .txt::before{   top:-20px;  height:20px; }
	
	#process .process-grid{grid-template-columns:1fr;gap:60px;}
	#process .process-item{grid-template-columns:78px minmax(0,1fr);}
	#process .pnum{width:78px;}
	#process .ptitle h3{font-size:18px;}
	#process .ptitle{margin-bottom: 20px;}
	#process .plist{font-size:18px;line-height:1.6;color:#666;list-style:disc;}

	.business .biz-grid{/*grid-template-columns:1fr;*/gap:28px;margin-top:40px;}
	.business .biz-card{border-radius:28px;}
	#process .process-consider-node {display: none;}

	#process .process-consider-box{display:block; border-radius:35px; text-align: center;}
	#process .process-consider-text h4{font-size:18px;font-weight:600; margin-bottom: 10px;}
	#process .process-consider-text p{font-size:14px;}
	#process .process-consider-ico{width:80px;height:80px; margin-bottom: 10px;}

	/* 캡슐 */	
	.business .biz-capsule{flex-direction:column;gap:14px;}
	.business .biz-item:not(:first-child){margin-left:0;}
	.business .biz-item,.business .biz-item.yellow,.business .biz-item.orange,.business .biz-item.red{border-radius:28px;}
	.business .biz-item{padding:22px 18px;border-width:7px;box-shadow:0 8px 14px rgba(0,0,0,.10);}
	.business .biz-item h3{font-size:1.25rem;margin-bottom:10px;}
	.business .biz-item p{font-size:.95rem;line-height:1.55;}
	.business .business_txt{font-size:20px; line-height:1.6;}
	.business .business_txt br{display: none;}
		
	#company .top{padding: 100px 20px 50px; background-position: center; }
	#company .top h4{font-size:18px;}
	#company .top h4 .cl_mc{font-size: 24px; }
	#company .txt{padding: 30px 20px; font-size: 14px; line-height: 28px; ;}
	#company .txt p br{display: none;}
	#company .txt .ceo{padding-top: 20px;}
	#company .txt .ceo .sign{font-size: 28px; margin-left: 5px;}

	#company .overview{ margin-top: 30px; flex-direction: column;}
	#company .overview .tbl{width: 100%;padding:30px 20px;}
	#company .overview .tbl table{font-size: 14px;}
	#company .overview .tbl table th{ padding: 5px; font-weight: 400; }
	#company .overview .tbl table td{padding: 5px;}
	#company .overview .img{width: 100%;height: 250px; }


	#location .info-block{grid-template-columns:1fr;gap:40px;padding:50px 0;}
	#location .info-title{font-size:28px;margin-bottom:14px;}
	#location .info-line{width:60px;margin-bottom:20px;}
	#location .info-icons{gap:12px;}
	#location .info-icon{width:48px;height:48px;border-radius:8px;}
	#location .info-icon img{width:32px;height:32px;}
	#location .info-row{grid-template-columns:90px 1fr;padding:18px 0;}
	#location .info-row span{font-size:16px;letter-spacing:.04em;}
	#location .info-row p,#location .info-row small{font-size:14px;text-align:left;}

}
 
 @media (max-width:399px){
	.business{ padding: 40px 0;}
	#company .top{padding: 80px 20px 40px; background-position: center; }
	#company .top h4{font-size:16px;}
	#company .top h4 .cl_mc{font-size: 22px; }
	#company .overview .tbl{padding:20px 15px;}
	#company .overview .tbl table{font-size: 13px;}

   .business{ padding: 52px 14px; }
   .biz-item{padding:18px 14px; border-width: 6px;}
   .biz-item h3{ font-size: 1.15rem; }
   .biz-item p{ font-size: .9rem; }	
 } 

/* 하단 레이아웃 */
#ft {position:relative; background:#222222;}
#ft .inner {width:100%; margin:0 auto; max-width: 1280px;}
#ft .link_wrap {width:100%; border-top: 1px solid rgba(255,255,255,0.1);}
#ft .link_wrap .inner {height:60px; display:flex; justify-content:space-between; align-items:center;}
#ft .link_wrap .inner p.copy{color: #888;}
#ft .link_wrap ul {display:flex; align-items:center;}
#ft .link_wrap ul li {font-size:14px; color:#888888;  transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .link_wrap ul li:after {content:"·"; margin:0 10px;}
#ft .link_wrap ul li:last-child:after {display:none;} 
#ft .link_wrap ul li a {color:#888888;}
#ft .link_wrap ul li:hover {opacity:0.7;}
	#ft .link_wrap ul.ft_link {}
	#ft .link_wrap ul.ft_adm {}
#ft .ft_copy {padding:40px 0;display: flex;   max-width: 1280px; margin: 0 auto;}
#ft .ft_copy .inner {display:flex; justify-content: space-between;} 
#ft .ft_copy a.ft_logo {display:inline-block; filter:brightness(0) invert(1); margin-right: 20px;}
#ft .ft_copy a.ft_logo img {max-width:135px; opacity:0.4;}
#ft .ft_copy .ft_info {width:70%; max-width:800px;}
#ft .ft_copy .ft_info p {font-size:14px; line-height:32px; color:#888;}
#ft .ft_copy .ft_info p.cpn {}
#ft .ft_copy .ft_info p.cpn span {display:inline-block; margin-right:40px;}
#ft .ft_copy .ft_info p.copy {margin-top:25px;}
#ft .ft_copy .ft_info p.copy span {}


#top_btn {position:fixed;bottom:20px;right:20px;width:110px;height:110px;;background:transparent;border:0; border-radius:50%; z-index:999; 
transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#top_btn .circle_txt{ position:absolute; inset:0; border-radius:50%; pointer-events:none;  animation: circleSpin 10s linear infinite;  transform-origin:center;}
#top_btn .circle_txt span{ position:absolute; left:50%; top:50%; transform-origin: 0 0;  font-size:6px; font-weight:600; letter-spacing:0.5px; color:var(--main-color);
  white-space:pre; line-height:1;}
#top_btn .circle_arr{ position:absolute; left:50%; top:50%; width:60px; height:60px; border-radius:50%; transform:translate(-50%,-50%); display:flex; align-items:center;
  justify-content:center; pointer-events:none; border:2px solid rgba(216,155,83,.9);}

@keyframes circleSpin{
  from { transform:rotate(0deg); }
  to   { transform:rotate(360deg); }
}

#top_btn:hover .circle_txt{ animation-duration: 7s; }
#top_btn .circle_arr img{ width:auto; height:auto; display:block;}

 @media (max-width: 1279px){
	#ft .inner {width:96%;}
	#ft .ft_copy {width:96%;}
	#ft .link_wrap .inner{width:96%;}
 }

 @media (max-width: 969px){
	#ft .link_wrap .inner {height:50px;}
	#ft .link_wrap ul li {font-size:13px; }
	#ft .link_wrap ul li:after { margin:0 5px;}
	#ft .ft_copy {padding:30px 0; }
	#ft .ft_copy .inner {;} 
	#ft .ft_copy a.ft_logo { margin-right: 0px;}
	#ft .ft_copy a.ft_logo img {max-width:115px;}
	#ft .ft_copy .ft_info {width:70%; max-width:800px;}
	#ft .ft_copy .ft_info p {font-size:13px; line-height:28px;}
	#ft .ft_copy .ft_info p.cpn {}
	#ft .ft_copy .ft_info p.cpn span {display:inline-block; margin-right:10px;}
	#ft p.copy {margin-top:10px;font-size: 13px;}
	#ft .ft_copy .ft_info p.copy span {}

 }

 @media (max-width: 639px){

	#ft .link_wrap .inner {height:auto; flex-direction: column-reverse;align-items: flex-start;padding: 10px 0;}
	#ft .link_wrap ul li {font-size:13px; }
	#ft .link_wrap ul li:after { margin:0 5px;}
	#ft .ft_copy {padding:30px 0; }
	#ft .ft_copy .inner {justify-content: space-between;        flex-direction: column-reverse;} 
	#ft .ft_copy a.ft_logo { margin-right: 0px; margin-bottom: 25px;}
	#ft .ft_copy a.ft_logo img {max-width:105px;}
	#ft .ft_copy .ft_info {width:100%;;}
	#ft .ft_copy .ft_info p {font-size:13px; line-height:28px;}
	#ft .ft_copy .ft_info p.cpn {}
	#ft .ft_copy .ft_info p.cpn span {display:inline-block; margin-right:10px;}
	#ft p.copy {margin-top:10px;font-size: 13px;}
	#ft .ft_copy .ft_info p.copy span {}

	#top_btn {position:fixed;bottom:20px;right:10px;width:90px;height:90px;}
	#top_btn .circle_txt{ }
	#top_btn .circle_txt span{ }
	#top_btn .circle_arr{  width:50px; height:50px; }
#top_btn .circle_arr img{width: 18px;}


	 
 }
 @media (max-width: 399px){

 }

/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;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 #555;border-color:#555;
-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}
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:#555;border:1px solid #555;color:#fff;cursor:pointer}
.btn_submit:hover{background:#222}
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;}     
 }
  @media (max-width: 399px){
     .btn {font-size:0.8em; padding:0 8px;}     
 }
/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#e7e7e7;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#555;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#222;}
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{}
.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-color:#fff;color:#000;vertical-align:middle;padding:10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #aad4eb}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.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:#f79a1f;}

/* 사이드뷰 */
.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;min-width:35px; height:35px;color:#959595;line-height:35px;vertical-align:middle; border-radius:5px;}
.pg a:focus, .pg a:hover {text-decoration:none;color:#777; }
.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 {background:#323846;background:var(--main-color);color:#fff;font-weight:normal;}

 @media (max-width: 639px){
	.pg_page, .pg_current {font-size:0.9em;}
 }