@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:'Pretendard','AppleSDGothic', 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; background: #fff; }
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:'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:'Pretendard','AppleSDGothic', '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 right center;}
select::-ms-expand {  display:none;}
select:focus {outline:none;}

input[type=checkbox] {accent-color:#486ee8; appearance:checkbox;}
input[type=radio] {accent-color:#486ee8; appearance:radio;}

::selection {background:#555; color:#fff;}
:root {--main-color:#486ee8;--sub-color:#8d8d8d;}
 
/* 팝업레이어 */
#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:100px; z-index:999; border-bottom:1px solid rgba(255,255,255,0.3); position:fixed; 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;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto; max-width:1280px; width:96%; height:100px; 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 {filter:grayscale(100%);}
#hd #logo img {width:110px; filter: brightness(0) invert(1); transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#hd .gnb_1da {color:#fff;}

#hd:hover, #hd.scroll {background:#fff; border-bottom:1px solid #e7e7e7;}
#hd:hover #logo,#hd.scroll #logo{filter:none;}
#hd:hover #logo img,#hd.scroll #logo img{filter:brightness(0) saturate(100%);opacity:.8;}
#hd:hover .gnb_1da, #hd.scroll .gnb_1da {color:#000;}


@media (max-width: 1399px){
	
 }
 
@media (max-width: 969px){
   #hd {height:70px;} 
   #hd_wrapper {height:70px;}
   #hd #logo img {width:90px;}
 }

@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; padding:0 0 0 10px; width:100%;}
   #hd #logo img {max-width:180px;}
 }

@media (max-width:399px){ 
   #hd #logo img {width:60px;}
 }


/* 메인메뉴 */
#gnb {position:relative; width:80%; max-width:920px;}
#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; zoom:1; justify-content:flex-end;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {line-height:100px;padding:0 45px; width:auto; text-align:center;position:relative; height:100px;}
.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 #486ee8;
-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 #486ee8;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:last-child {display:none;}

.gnb_1da {display:inline-block;font-weight:400;color:#000;text-decoration:none;width:100%}
.gnb_2dli {}
.gnb_2dul {display:none;position:absolute;top:100px;min-width:150px;background:#fafafa;}
.gnb_2da {display:block;line-height:32px; font-size:18px; color:#111; font-weight:300; 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:#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:100px;height:0px; max-height:300px;background-color:rgba(255,255,255,1);display:none; border-bottom: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: 100px;left: 0;width: 100%;overflow: hidden;z-index: 9999; padding:10px 0; color:#fff;}


/* 메뉴2 */
#gnb_open {display:none; width:50px;border:0; height:50px; margin-left:15px; color:#fff; border:0px solid #fff; font-size:18px; background:#486ee8;} 

#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:7px;right:0;width:50px;height:50px;border:0;background:none;color:#fff; font-size:20px;}
#gnb2 .gnb_top {width:100%; height:70px; background:#486ee8;}
#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:17px; border-bottom:1px solid #e7e7e7; line-height:55px; cursor:pointer;}
#gnb2_1dul .gnb2_2dul {display:none; background:#fafafa; border-bottom:1px solid #e7e7e7; padding:5px 0;}
#gnb2_1dul .gnb2_2da {color:#555; font-size:16px;padding:0 20px;font-weight:normal;white-space: nowrap;line-height:35px; display:block;}
#gnb2_1dul .gnb2_1dli:last-child {display:none;}

.consult_wrap{position:relative;margin-left:30px;z-index:1000;}
.consult_btn{height:46px;padding:0 20px;border:0;border-radius:5px;background:#486ee8;color:#fff;font-size:16px;font-weight:600;cursor:pointer;white-space:nowrap;}
.consult_btn span{margin-left:8px;font-size:11px;}
.consult_drop{display:none;position:absolute;top:52px;right:0;width:180px;background:#fff;border:1px solid #ddd;}
.consult_wrap.active .consult_drop{display:block;}
.consult_drop a{display:block;padding:15px;color:#222;font-size:15px;text-align:center;text-decoration:none;border-bottom:1px solid #eee;}
.consult_drop a:hover{background:#f5f5f5;}



@media (max-width: 1399px){	
}

@media (max-width: 969px){
    #gnb {display:none;}
	#gnb_open {display:inline-block;}
 }

@media (max-width:639px){
	#gnb_open {width:60px;height:60px;}
	#gnb2 .btn_close {top:5px;}
	#gnb2 .gnb_top {height:60px;}
	#gnb2_1dul .gnb2_1da {font-size:16px; line-height:50px;}
	#gnb2_1dul .gnb2_2da {font-size:15px; line-height:32px;}
 }

/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {width:100%; padding:200px 0 100px; font-size:48px; text-align:center; font-weight:800; color:#fff; background:url('/images/sub_visual.jpg') center center no-repeat;}

#container {position:relative; min-height:300px; width:96%; max-width:1280px; margin:80px auto 0px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

@media (max-width: 969px){
	#container_title {padding:140px 0 70px; font-size:40px; background-size:auto 100%;}
	#container {margin:50px auto 80px;}
}
@media (max-width:639px){
	#container_title {padding:100px 0 40px; font-size:30px;}
	#container {width:100%; padding:0 15px; margin:30px auto 40px;}
}
@media (max-width:399px){
	#container_title {padding:95px 0 35px; font-size:29px;}
	#container {padding:0 12px; margin:25px auto 35px;}
}

 
/* 메인 레이아웃 */
h3.mtit {font-size:42px; color:#111; font-weight:800;}
h3.mtit a {color:#111;}
h3.mtit span {color:#486ee8;}
a.more_btn {font-size:18px; color:#111; padding:20px 0 10px 15px; background:url('/images/more_bg.png') left center no-repeat; background-size:40px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
a.more_btn:hover {color:#486ee8;}


#section01{padding:120px 0;background: #000;}
#section01 .inner{width:100%; max-width:1280px;margin:0 auto; }
#section01 .tit{text-align:center;margin-bottom:55px;}
#section01 .tit h2{margin:0 0 20px;font-size:48px;line-height:1.3;font-weight:700;color:#fff;}
#section01 .tit p{margin:0;font-size:20px;line-height:1.6;color:#ccc;}
#section01 .list{display:flex;gap:40px;margin:0;padding:0;}
#section01 .list li{width:calc((100% - 80px)/3);}
#section01 .list a{display:block;position:relative;height:400px;border-radius:10px;overflow:hidden;color:#fff;}
#section01 .list img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
#section01 .list a:hover img{transform:scale(1.05);}
#section01 .txt{position:absolute;right:30px;bottom:30px;text-align:right;}
#section01 .txt strong{display:block;font-size:30px;line-height:1.3;font-weight:700;}
#section01 .txt span{display:block;margin-top:5px;font-size:18px;line-height:1.4;}


#section02{padding:120px 0; margin:0 auto;background:#f5f5f5;}
#section02 .inner{ width:96%; max-width:1280px; margin:0 auto;  display:flex;align-items:center;justify-content:space-between;width:100%;}
#section02 .txt{width:38%;}
#section02 .txt span{display:block;margin-bottom:15px;font-size:17px;font-weight:600;color:#555;}
#section02 .txt h3{margin:0 0 25px;font-size:42px;line-height:1.2;font-weight:700;color:#222;}
#section02 .txt p{margin:0;font-size:18px;line-height:1.7;color:#666;}
#section02 .img{width:52%; height: auto; border-radius:12px;overflow:hidden;}
#section02 .img img{display:block;width:100%;height:100%;object-fit:cover;}


/* 주요파트너사 */
.partner ul{display: flex; align-items: center; flex-wrap: wrap; width: 96%; margin: 0 auto}
.partner ul li{margin: 1% 0;width: 18%; border:1px solid #e5e5e5; margin: 10px;}
.partner ul li img{width: 100%;}

#partner{padding: 30px; }
#partner .inner{max-width: 1400px; margin: 0 auto}

.partners_track li{flex:0 0 270px;width:270px;height:130px;margin-right:24px;padding:0;border:0;overflow:hidden;}
.partners_track li img{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover;filter:none!important;opacity:1!important;transition:transform .4s;}
.partners_track li:hover img{filter:none!important;opacity:1!important;transform:scale(1.06);}

#section04{position:relative;overflow:hidden;background:url('/images/section04_bg.jpg') center center/cover no-repeat;height:397px}
#section04:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,20,60,0.18)}
#section04 .inner{position:relative;z-index:1;max-width:1280px;width:calc(100% - 80px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:80px}
#section04 .phone{flex-shrink:0;display:flex;align-items:flex-end;justify-content:center;height:100%}
#section04 .phone img{display:block;height:350px;width:auto;object-fit:contain}
#section04 .txt{color:#fff}
#section04 .txt h2{font-size:42px;font-weight:800;line-height:1.1;letter-spacing:-2px;word-break:keep-all}
#section04 .txt h2 span{color: #bebebe ;}
#section04 .txt .line{display:block;width:230px;height:6px;background:#1db6a8;margin:18px 0 28px}
#section04 .txt p{font-size:18px;line-height:1.6;word-break:keep-all}
#section04 .txt p span{font-weight:800;}
#section04 .store_badges{display:flex;align-items:center;gap:12px;margin-top:28px}
#section04 .store_badges a{display:block}
#section04 .store_badges img{display:block;height:52px;width:auto}


 @media (max-width: 1399px){

	#section01{padding:100px 0;max-width:1280px;margin:0 auto;}
	#section01 .inner{padding:0 40px;box-sizing:border-box;}
	#section01 .list{gap:30px;}
	#section01 .list li{width:calc((100% - 60px)/3);}

	#section02{padding:100px 0;max-width:1280px;margin:0 auto;}
	#section02 .inner{padding:0 40px;box-sizing:border-box;}

	#section04 .inner{width:calc(100% - 60px);gap:60px}
	#section04 .phone img{height:400px}
	#section04 .txt h2{font-size:54px}
 }
 
 @media (max-width: 1199px){
	
	#section03 .qa .cbox {padding:0 50px;}
	#section03 .cs .cbox ul {display:block;}
	#section03 .cs .cbox ul li {margin:2px 0;}
	#section03 .cs .cbox ul li:first-child:after {display:none;}
	
	
 }
 
 @media (max-width: 969px){
	h3.mtit {font-size:32px;}
	a.more_btn {font-size:16px;}
	
	#section01{padding:90px 0;max-width:1280px;margin:0 auto;}
	#section01 .inner{padding:0 30px;}
	#section01 .tit{margin-bottom:45px;}
	#section01 .tit h2{font-size:40px;}
	#section01 .tit p{font-size:18px;}
	#section01 .list{gap:20px;}
	#section01 .list li{width:calc((100% - 40px)/3);}
	#section01 .list a{height:330px;}
	#section01 .txt{right:20px;bottom:20px;}
	#section01 .txt strong{font-size:24px;}
	#section01 .txt span{font-size:16px;}

	#section02{padding:90px 0;max-width:1280px;margin:0 auto;}
	#section02 .inner{padding:0 30px;}
	#section02 .txt{width:42%;}
	#section02 .txt h3{font-size:36px;}
	#section02 .txt p{font-size:17px;}
	#section02 .img{width:52%;height:280px;}

	.partner ul li{width: 24%; }

	#section04{height:auto;padding:70px 0}
	#section04 .inner{width:calc(100% - 40px);flex-direction:column;gap:30px;text-align:center}
	#section04 .phone{height:auto}
	#section04 .phone img{height:360px}
	#section04 .txt h2{font-size:44px}
	#section04 .txt .line{margin:16px auto 24px}
	#section04 .txt p{font-size:18px}
	#section04 .store_badges{justify-content:center}
	#section04 .store_badges img{height:46px}
 }

 @media (max-width:639px){
	h3.mtit {font-size:27px;}
	a.more_btn {font-size:15px;}
	a.more_btn:before {width:35px; height:35px;}
	
	 #section01{padding:60px 0;max-width:1280px;margin:0 auto;}
	#section01 .inner{padding:0 20px;}
	#section01 .tit{margin-bottom:35px;}
	#section01 .tit h2{font-size:32px;}
	#section01 .tit p{font-size:17px;}
	#section01 .list{display:block;}
	#section01 .list li{width:100%;margin-bottom:20px;}
	#section01 .list li:last-child{margin-bottom:0;}
	#section01 .list a{height:300px;}

	#section02{padding:60px 0;max-width:1280px;margin:0 auto;}
	#section02 .inner{display:block;padding:0 20px;}
	#section02 .txt{width:100%;margin-bottom:35px;text-align:center;}
	#section02 .txt h3{font-size:32px;}
	#section02 .img{width:100%;height:260px;}

		/* 주요거래처 */
    .partner ul li{width: 43%; }

	#section04{padding:60px 0}
	#section04 .inner{width:calc(100% - 30px)}
	#section04 .phone img{height:300px}
	#section04 .txt h2{font-size:34px;letter-spacing:-1px}
	#section04 .txt .line{width:180px;height:5px;margin:14px auto 20px}
	#section04 .txt p{font-size:16px}
	#section04 .store_badges{gap:8px;flex-wrap:wrap}
	#section04 .store_badges img{height:40px}


 }
 @media (max-width:399px){
	h3.mtit {font-size:25px;}
	a.more_btn {font-size:14px; background-size:32px;}
	
	#section01{padding:40px 0;max-width:1280px;margin:0 auto;}
	#section01 .inner{padding:0 15px;}
	#section01 .tit{margin-bottom:30px;}
	#section01 .tit h2{font-size:27px; word-break:keep-all;}
	#section01 .tit p{font-size:16px;}
	#section01 .list a{height:260px;}
	#section01 .txt{right:18px;bottom:18px;}
	#section01 .txt strong{font-size:22px;}
	#section01 .txt span{font-size:15px;}

	#section02{padding:40px 0;max-width:1280px;margin:0 auto;}
	#section02 .inner{padding:0 15px;}
	#section02 .txt{margin-bottom:30px;}
	#section02 .txt span{font-size:15px;}
	#section02 .txt h3{font-size:27px;}
	#section02 .txt p{font-size:16px;}
	#section02 .img{height:220px;}

	#section04 .phone img{height:260px}
	#section04 .txt h2{font-size:29px}
	#section04 .txt p{font-size:15px}
	#section04 .store_badges img{height:36px} 

 }
 

/* 서브 레이아웃 */
.cl_lblue {color:#486ee8 !important;} 

.ctt_provision, .ctt_privacy {padding:45px !important; font-size:17px; line-height:24px; background:#fafafa; border:1px solid #f1f1f1;}
.ctt_provision b, .ctt_privacy b {font-weight:600; display:inline-block; margin-bottom:4px;}

h4.line_tit {position:relative; padding-left:24px; font-size:30px; margin:80px 0 30px;}
h4.line_tit:before {position:absolute; left:0; content:'|'; color:#ccc;}
h4.stit {font-size:34px; line-height:50px; color:#111; font-weight:800; word-break:keep-all;} 

p.ttxt {font-size:20px; line-height:28px; color:#111; margin:30px 0 50px; word-break:keep-all;}
p.ttxt span {display:inline-block;}

/* #company {}
#company h5.cptit_s {font-size:24px; color:#777; font-weight:700;}
#company h4.stit {margin:20px 0 40px;}
#company ul.chk_ul {}
#company ul.chk_ul li {position:relative; padding-left:24px; font-size:20px; line-height:28px; color:#111; margin:12px 0; word-break:keep-all;}
#company ul.chk_ul li:before {position:absolute; left:0; content:'✓'; color:#000;}
#company ul.chk_ul li span {display:inline-block;}
#company table.cptb {}
#company table.cptb {width:100%; border-collapse:separate;*border-collapse:collapse;border-spacing:0;table-layout:fixed; border-top:2px solid #111;}
#company table.cptb th {width:15%; font-size:19px; font-weight:500; color:#111; padding:22px 0; text-align:center; background:#f8f8f8; border-bottom:1px solid #ddd; word-break:keep-all;}
#company table.cptb td {width:35%; font-size:19px; color:#333; border-bottom:1px solid #ddd; word-break:keep-all; padding:22px;}
#company table.cptb td.full_td {width:85%;}
#company table.cptb td span {display:inline-block;}
#company table.cptb td ul {}
#company table.cptb td ul li {position:relative; padding-left:20px; margin-top:10px;}
#company table.cptb td ul li:first-child {margin:0;}
#company table.cptb td ul li:before {position:absolute; left:0; content:'-'; color:#aaa;}
#company ul.img_wrap {display:flex; flex-wrap:wrap; margin:60px auto 0;}
#company ul.img_wrap li {width:32.3333%; margin:0 0.5% 40px;}
#company ul.img_wrap li img {}
#company ul.img_wrap li p {font-size:20px; margin-top:22px; font-weight:500;} */


#greeting{position:relative;width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden;background:#fff;color:#111;}
#greeting *{box-sizing:border-box;}
#greeting {}
#greeting .txt {margin-top:50px;}
#greeting .txt p {font-size:19px; line-height:30px; margin-top:30px; color:#333; word-break:keep-all;}
#greeting .txt p.thk_txt {margin-top:0px;}
#greeting .txt p.sign {margin-top:50px;}
#greeting .inner{position:relative;width:calc(100% - 80px);max-width:1280px;margin:0 auto;}
#greeting .section_title>p{margin-bottom:24px;font-size:16px;font-weight:700;letter-spacing:4px;color:#4569ed;}
#greeting .section_title h2{font-size:54px;line-height:1.35;font-weight:700;letter-spacing:-2px;color:#111;}
#greeting .greeting_section{position:relative;width:100%;padding:160px 0 0;background:#fff;overflow:hidden;}
#greeting .greeting_section:before{content:"THE BUNYANG";position:absolute;top:80px;right:-40px;font-size:180px;line-height:1;font-weight:800;letter-spacing:-8px;color:rgba(35,54,85,.035);white-space:nowrap;}
#greeting .greeting_section>.inner{display:grid;grid-template-columns:42% minmax(0,1fr);gap:80px;z-index:2;}
#greeting .greeting_title{position:sticky;top:150px;align-self:start;}
#greeting .greeting_content{position:relative;padding-top:10px;}
#greeting .greeting_message{font-size:24px;line-height:1.85;color:#555;}
#greeting .greeting_line{margin-bottom:42px;}
#greeting .greeting_line strong{font-weight:700;color:#4569ed;}
#greeting .greeting_point{font-size:34px;line-height:1.55;font-weight:700;letter-spacing:-1px;color:#111;}
#greeting .greeting_signature{margin-top:70px;padding-top:30px;border-top:1px solid #ddd;text-align:right;font-size:18px;color:#333;}
#greeting .greeting_keyword{position:relative;width:100%;margin-top:140px;padding:35px 0;border-top:1px solid #e3e5e9;border-bottom:1px solid #e3e5e9;background:#fff;overflow:hidden;}
#greeting .keyword_track{display:flex;width:max-content;animation:keywordFlow 35s linear infinite;}
#greeting .keyword_track span{position:relative;padding:0 55px;font-size:54px;line-height:1;font-weight:800;letter-spacing:-2px;color:#172845;white-space:nowrap;}
#greeting .keyword_track span:after{content:"";position:absolute;top:50%;right:-4px;width:8px;height:8px;border-radius:50%;background:#4569ed;transform:translateY(-50%);}
#greeting .greeting_keyword:hover .keyword_track{animation-play-state:paused;}
#greeting .type_section{position:relative;width:100%;background:#111;}
#greeting .type_intro{position:relative;width:100%;padding:120px 0;background:#f6f7f9;overflow:hidden;}
#greeting .type_intro>.inner{z-index:2;}
#greeting .type_title{text-align:center;}
#greeting .type_title h2{font-size:64px;}
#greeting .type_title>div{margin-top:30px;font-size:20px;line-height:1.8;color:#777;}


#greeting .type_sticky{position:sticky;top:0;width:100%;height:100vh;overflow:hidden;background:#111;}
#greeting .type_list{position:absolute;top:0;left:0;display:flex;width:max-content;height:100%;transition:transform .8s cubic-bezier(.22,.61,.36,1);will-change:transform;}
#greeting .type_panel{position:relative;display:flex;flex:0 0 100vw;align-items:center;justify-content:center;width:100vw;height:100%;padding:110px 40px;overflow:hidden;color:#fff;}
#greeting .type_image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.08);transition:transform 1.8s cubic-bezier(.2,.7,.2,1);z-index:1;}
#greeting .type_panel:hover .type_image{transform:scale(1);}
#greeting .type_dim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.35) 45%,rgba(0,0,0,.82) 100%);z-index:2;}
#greeting .type_content{position:relative;width:calc(100% - 80px);max-width:1280px;margin:0 auto;text-align:center;z-index:3;}
#greeting .type_num{display:block;margin-bottom:45px;font-size:18px;font-weight:700;letter-spacing:3px;color:rgba(255,255,255,.65);}
#greeting .type_content>p{margin-bottom:15px;font-size:17px;font-weight:700;letter-spacing:5px;color:#7e9aff;}
#greeting .type_content h3{font-size:84px;line-height:1.15;font-weight:700;letter-spacing:-4px;color:#fff;}
#greeting .type_content>div{max-width:580px;margin:32px auto 0;font-size:21px;line-height:1.8;color:rgba(255,255,255,.78);}
#greeting .type_zoom .type_image{transform:scale(1.16);}
#greeting .type_zoom:hover .type_image{transform:scale(1.04);}
#greeting .type_wipe:before{content:"";position:absolute;inset:0;background:#172845;transform:translateX(-102%);transition:transform .9s cubic-bezier(.75,0,.25,1);z-index:4;}
#greeting .type_wipe:hover:before{transform:translateX(102%);}
#greeting .type_parallax .type_image{transform:translateY(-2%) scale(1.08);}
#greeting .type_parallax:hover .type_image{transform:translateY(2%) scale(1.03);}
#greeting .type_progress{position:absolute;left:50%;bottom:35px;width:calc(100% - 160px);max-width:1280px;height:3px;background:rgba(255,255,255,.3);transform:translateX(-50%);z-index:10;}
#greeting .type_progress_bar{position:absolute;top:50%;left:0;width:8.3333%;height:9px;border-radius:10px;background:#fff;transform:translateY(-50%);}
@keyframes keywordFlow{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}



/* 파트너스 */
.partners_section{position:relative;width:100%;padding:160px 0;background:#f5f6f8;overflow:hidden;}
.partners_section:before{content:"PARTNERS";position:absolute;top:270px;left:74%;font-size:190px;line-height:1;font-weight:800;letter-spacing:-10px;color:rgba(23,40,69,.04);white-space:nowrap;transform:translateX(-50%);}
.partners_section .inner{position:relative;width:100%;max-width:1280px;margin:0 auto;z-index:2;}
.partners_title{margin-bottom:100px;text-align:center;}
.partners_title>p{margin-bottom:24px;font-size:16px;font-weight:700;letter-spacing:4px;color:#4569ed;}
.partners_title h2{font-size:54px;line-height:1.35;font-weight:700;letter-spacing:-2px;color:#111;}
.partners_flow{position:relative;width:100%;overflow:hidden;}
.partners_flow+.partners_flow{margin-top:24px;}
.partners_track{display:flex;width:max-content;margin:0;padding:0;list-style:none;animation:partnersLeft 32s linear infinite;will-change:transform;}
.partners_flow02 .partners_track{animation-name:partnersRight;animation-duration:36s;}
.partners_track li{display:flex;align-items:center;justify-content:center;flex:0 0 270px;width:270px;height:130px;margin-right:24px;border:1px solid #e1e3e8;background:#fff;}
.partners_track li span{font-size:17px;font-weight:700;letter-spacing:1px;color:#aaaeb7;}
.partners_track li img{display:block;width:70%;max-width:180px;max-height:70px;object-fit:contain;}
@keyframes partnersLeft{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
@keyframes partnersRight{0%{transform:translateX(-50%);}100%{transform:translateX(0);}}

/* 오시는길 */
#greeting .location_section{position:relative!important;left:auto!important;width:100%!important;max-width:none!important;min-height:900px;margin:0!important;background:#172845;overflow:hidden;}
#greeting .location_map{position:absolute;inset:0;width:100%;height:100%;background:#172845;}
#greeting .map_area{width:100%;height:100%;background:#172845;}
#greeting .map_area iframe{display:block;width:100%;height:100%;border:0;}
#greeting .map_area .root_daum_roughmap{width:100%!important;height:100%!important;}
#greeting .map_area .root_daum_roughmap .wrap_map{height:100%!important;}
#greeting .map_dim{position:absolute;inset:0;background:rgba(14,27,48,.42);pointer-events:none;transition:background .8s;}
#greeting .location_section:hover .map_dim{background:rgba(14,27,48,.2);}
#greeting .location_content{position:relative;display:flex;align-items:center;width:calc(100% - 80px);max-width:1280px;min-height:900px;margin:0 auto;z-index:3;pointer-events:none;}
#greeting .location_info{width:560px;padding:65px;background:rgba(255,255,255,.96);box-shadow:0 30px 80px rgba(0,0,0,.24);backdrop-filter:blur(12px);pointer-events:auto;}
#greeting .location_info>p{margin-bottom:20px;font-size:15px;font-weight:700;letter-spacing:4px;color:#4569ed;}
#greeting .location_info h2{padding-bottom:35px;border-bottom:1px solid #ddd;font-size:42px;line-height:1.3;font-weight:700;letter-spacing:-2px;color:#111;}
#greeting .location_text{margin-top:30px;}
#greeting .location_text dl{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:start;margin:0;padding:20px 0;border-bottom:1px solid #e3e3e3;}
#greeting .location_text dt{padding-top:3px;font-size:16px;font-weight:700;letter-spacing:1px;color:#4569ed;}
#greeting .location_text dd{margin:0;font-size:16px;line-height:1.7;color:#555;word-break:keep-all;}
#greeting .location_btns{display:flex;gap:10px;margin-top:40px;}
#greeting .location_btns a{display:flex;align-items:center;justify-content:center;width:50%;height:58px;border:1px solid #172845;font-size:15px;font-weight:700;color:#172845;text-decoration:none;transition:background .3s,border-color .3s,color .3s;}
#greeting .location_btns a:last-child{border-color:#4569ed;background:#4569ed;color:#fff;}
#greeting .location_btns a:hover{border-color:#172845;background:#172845;color:#fff;}
#greeting .location_btns a:last-child:hover{border-color:#172845;background:#172845;color:#fff;}



#about .top{display: flex; justify-content: space-between;align-items: stretch}
#about .top .img_box{width: 40%;border:1px solid #e5e5e5;border-radius: 50px;display: flex;justify-content: center;align-items: center; background: #f5f5f5;}
#about .top .img_box img{border-radius: 50px;width: 100%}
#about .top .txt_box{width: 53%}
#about .top .txt_box h4{font-size: 36px; font-weight: 600;padding-bottom: 30px;word-break: keep-all}
#about .top .txt_box h4 span{color: #1d3856}
#about .top .txt_box p{font-size: 20px; word-break: keep-all; line-height: 32px; width: 80%}

#about .box {padding-bottom: 80px}
#about .box:last-child{padding-bottom: 0}
#about .box ul li{width: 100%; display: flex; border:1px solid #e5e5e5; margin-bottom: 15px;padding: 50px; }
#about .box ul li .img_box{width: 10%;}
#about .box ul li img{width: 100px}
#about .box ul li .txt_box{padding: 0 30px;width: 90%}
#about .box ul li .txt_box h4{font-size: 28px;padding-bottom: 10px}
#about .box ul li .txt_box p{font-size: 20px; line-height: 30px; word-break: keep-all;width: 80%}

/* 회사개요 테이블 스타일 */
#about .box .stitle { font-size: 28px; font-weight: 600; padding-bottom: 25px; color: #222; }
#about .table_box { width: 100%; border-top: 2px solid #1d3856; /* 인사말 강조색과 매칭 */ }
#about .profile_table { width: 100%; border-collapse: collapse; }
#about .profile_table th { background-color: #fcfcfc; color: #222; font-size: 18px; font-weight: 600; text-align: left; padding: 22px 30px; border-bottom: 1px solid #e5e5e5; }
#about .profile_table td { color: #444; font-size: 18px; line-height: 28px; padding: 22px 30px; border-bottom: 1px solid #e5e5e5; }


#greeting {}
#greeting .txt {margin-top:50px;}
#greeting .txt p {font-size:19px; line-height:30px; margin-top:30px; color:#333; word-break:keep-all;}
#greeting .txt p.thk_txt {margin-top:0px;}
#greeting .txt p.sign {margin-top:50px;}


/* #location {max-width:1280px;margin:0 auto;width:100%;}
#location .add {display:flex;justify-content:space-between;gap:24px;margin-top:40px;padding:0;list-style:none;box-sizing:border-box;}
#location .add > li {flex:1;height:260px;background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:35px 20px;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;}
#location .add .icon_box {margin-bottom:15px;display:flex;align-items:center;justify-content:center;}
#location .add .icon_box img {max-height:45px;width:auto;}
#location .add h5 {color:#486ee8;font-size:22px;font-weight:700;margin:0 0 12px 0;letter-spacing:-0.5px;line-height:1.2;}
#location .add .txt_box {width:100%;}
#location .add .txt_box p {color:#787878;font-size:18px;font-weight:400;line-height:1.4;margin:0;word-break:keep-all;}
#location .add .txt_box p a {color:inherit;text-decoration:none;}
/* 다음 지도 말풍선/툴팁 콘텐츠 숨기기 */
.root_daum_roughmap .cont {
  display: none !important;
} */

@media (max-width: 1199px){
	#greeting .txt p br {display:none;}
	#rnd ul li {width:24%;}
}

@media (max-width: 969px){
	.ctt_provision, .ctt_privacy {padding:30px !important; font-size:16px; line-height:22px;}
	
	h4.line_tit {padding-left:22px; font-size:27px; margin:60px 0 25px;}
	h4.stit {font-size:30px; line-height:42px;}
	
	p.ttxt {font-size:18px; line-height:26px; margin:20px 0 40px;}
	
	/* #company h5.cptit_s {font-size:22px;}
	#company h4.stit {margin:15px 0 35px;}
	#company ul.chk_ul li {font-size:18px; line-height:25px; margin:10px 0;}
	#company table.cptb {width:100%; border-collapse:separate;*border-collapse:collapse;border-spacing:0;table-layout:fixed; border-top:2px solid #111;}
	#company table.cptb tr {width:100%; display:flex; flex-wrap:wrap;}
	#company table.cptb th {width:30%; font-size:18px; padding:20px 0;}
	#company table.cptb td {width:70%; font-size:18px; padding:20px;}
	#company table.cptb td.full_td {width:70%;}
	#company ul.img_wrap {margin:40px auto 0;}
	#company ul.img_wrap li {width:48%; margin:0 1% 30px;}
	#company ul.img_wrap li p {font-size:19px; margin-top:18px;} */

	#greeting .inner{width:calc(100% - 60px);}
	#greeting .section_title h2{font-size:44px;}
	#greeting .greeting_section{padding:90px 0 0;}
	#greeting .greeting_section:before{top:50px;right:-20px;font-size:110px;letter-spacing:-5px;}
	#greeting .greeting_section>.inner{display:block;}
	#greeting .greeting_title{position:relative;top:auto;margin-bottom:70px;}
	#greeting .greeting_content{padding-top:0;}
	#greeting .greeting_message{font-size:21px;line-height:1.8;}
	#greeting .greeting_line{margin-bottom:35px;}
	#greeting .greeting_point{font-size:30px;}
	#greeting .greeting_signature{margin-top:55px;}
	#greeting .greeting_keyword{margin-top:90px;padding:30px 0;}
	#greeting .keyword_track span{padding:0 38px;font-size:43px;}
	#greeting .type_intro{padding:90px 0;}
	#greeting .type_intro:before{font-size:130px;letter-spacing:-7px;}
	#greeting .type_title h2{font-size:46px;}
	#greeting .type_title>div{font-size:18px;}
	#greeting .type_name_flow{margin-top:45px;padding:28px 0;}
	#greeting .type_name_track span{padding:0 32px;font-size:19px;}
	#greeting .type_panel{min-height:80vh;padding:80px 30px;}
	#greeting .type_content{width:calc(100% - 60px);}
	#greeting .type_num{margin-bottom:35px;}
	#greeting .type_content h3{font-size:62px;letter-spacing:-3px;}
	#greeting .type_content>div{max-width:520px;font-size:18px;}
	#greeting .type_line{right:35px;bottom:55px;height:100px;}
	.partners_section{padding:90px 0;}
	.partners_section:before{top:35px;font-size:115px;letter-spacing:-6px;}
	.partners_section .inner{width:calc(100% - 60px);}
	.partners_title{margin-bottom:65px;}
	.partners_title h2{font-size:44px;}
	.partners_track li{flex-basis:220px;width:220px;height:106px;margin-right:18px;}
	.partners_flow+.partners_flow{margin-top:18px;}
	#greeting .location_section{min-height:auto;}
	#greeting .location_map{position:relative;height:520px;}
	#greeting .location_content{display:block;width:100%;max-width:none;min-height:auto;padding:0;pointer-events:auto;}
	#greeting .location_info{width:calc(100% - 40px);margin:-80px auto 0;padding:45px 35px;position:relative;}
	#greeting .location_info>p{font-size:14px;letter-spacing:3px;}
	#greeting .location_info h2{font-size:34px;}
	#greeting .location_text dl{grid-template-columns:90px minmax(0,1fr);}

	#about .top { flex-direction: column; gap: 30px; }
	#about .top .img_box { width: 100%; border-radius: 28px; }
	#about .top .img_box img { border-radius: 28px; }
	#about .top .txt_box { width: 100%; }
	#about .top .txt_box h4 { font-size: 28px; line-height: 1.35; padding-bottom: 20px; }
	#about .top .txt_box p { width: 100%; font-size: 18px; line-height: 29px; }
	#about .box { padding-bottom: 55px; }
	#about .box ul li { flex-direction: column; padding: 35px 28px; }
	#about .box ul li .img_box { width: 100%; margin-bottom: 20px; }
	#about .box ul li .img_box img { width: 58%;}
	#about .box ul li img { width: 80px; }	
	#about .box ul li .txt_box { width: 100%; padding: 0; }
	#about .box ul li .txt_box h4 { font-size: 24px; padding-bottom: 10px; }
	#about .box ul li .txt_box p { width: 100%; font-size: 18px; line-height: 28px; }
	#about .box .stitle { font-size: 24px; padding-bottom: 20px; }
	#about .profile_table, #about .profile_table tbody, #about .profile_table tr, #about .profile_table th, #about .profile_table td { display: block; width: 100%; box-sizing: border-box; }
	#about .profile_table tr { border-bottom: 1px solid #e5e5e5; }
	#about .profile_table th { padding: 18px 20px 8px; border-bottom: 0; background-color: #fcfcfc; font-size: 16px; }
	#about .profile_table td { padding: 0 20px 18px; border-bottom: 0; font-size: 16px; line-height: 26px; }

#greeting .type_scroll_wrap{height:auto!important}
#greeting .type_sticky{position:relative!important;top:auto!important;height:auto!important;overflow:visible!important}
#greeting .type_list{position:relative!important;top:auto!important;left:auto!important;display:block!important;width:100%!important;height:auto!important;transform:none!important;transition:none!important}
#greeting .type_panel{display:flex!important;flex:none!important;width:100%!important;height:80svh!important;min-height:600px!important}
#greeting .type_progress{display:none!important}
}

@media (max-width:639px){
	.ctt_provision, .ctt_privacy {padding:0 !important; font-size:15px; line-height:20px; background:none; border:none;}
	
	h4.line_tit {padding-left:16px; font-size:20px; margin:45px 0 18px;}
	h4.stit {font-size:21px; line-height:28px;}
	
	p.ttxt {font-size:16px; font-weight:500; color:#777; line-height:22px; margin:15px 0 20px;}
/* 	
	#company h5.cptit_s {font-size:17px;}
	#company h4.stit {font-size:21px; margin:12px 0 20px;}
	#company ul.chk_ul li {padding-left:22px; font-size:15px; line-height:22px; margin:8px 0;}
	#company table.cptb th {font-size:15px; padding:15px 5px;}
	#company table.cptb td {font-size:15px; padding:15px;}
	#company table.cptb td ul li {padding-left:14px; margin-top:6px;}
	#company ul.img_wrap {margin:30px auto 0;}
	#company ul.img_wrap li {margin:0 1% 20px;}
	#company ul.img_wrap li p {font-size:16px; margin-top:14px;} */
	
	#greeting .inner{width:calc(100% - 40px);}
	#greeting .section_title>p{margin-bottom:15px;font-size:13px;letter-spacing:3px;}
	#greeting .section_title h2{font-size:34px;letter-spacing:-1px;}
	#greeting .greeting_section{padding:60px 0 0;}
	#greeting .greeting_section:before{top:35px;right:-10px;font-size:70px;letter-spacing:-3px;}
	#greeting .greeting_title{margin-bottom:50px;}
	#greeting .greeting_message{font-size:18px;line-height:1.8;}
	#greeting .greeting_line{margin-bottom:30px;}
	#greeting .greeting_point{font-size:26px;line-height:1.5;}
	#greeting .greeting_signature{margin-top:45px;padding-top:22px;font-size:16px;}
	#greeting .greeting_keyword{margin-top:60px;padding:24px 0;}
	#greeting .keyword_track span{padding:0 28px;font-size:34px;letter-spacing:-1px;}
	#greeting .keyword_track span:after{right:-3px;width:6px;height:6px;}
	#greeting .type_intro{padding:60px 0;}
	#greeting .type_intro:before{bottom:-15px;font-size:78px;letter-spacing:-4px;}
	#greeting .type_title h2{font-size:34px;}
	#greeting .type_title>div{margin-top:22px;font-size:16px;line-height:1.7;}
	#greeting .type_name_flow{margin-top:40px;padding:22px 0;}
	#greeting .type_name_track span{padding:0 24px;font-size:16px;}
	#greeting .type_panel{min-height:72vh;padding:60px 20px;}
	#greeting .type_content{width:100%;}
	#greeting .type_num{margin-bottom:25px;font-size:14px;}
	#greeting .type_content>p{margin-bottom:10px;font-size:13px;letter-spacing:3px;}
	#greeting .type_content h3{font-size:46px;letter-spacing:-2px;}
	#greeting .type_content>div{max-width:420px;margin-top:22px;font-size:16px;line-height:1.7;}
	#greeting .type_line{display:none;}
	.partners_section{padding:60px 0;}
	.partners_section:before{top:25px;font-size:72px;letter-spacing:-4px;}
	.partners_section .inner{width:calc(100% - 40px);}
	.partners_title{margin-bottom:45px;}
	.partners_title>p{margin-bottom:15px;font-size:13px;letter-spacing:3px;}
	.partners_title h2{font-size:32px;letter-spacing:-1px;}
	.partners_flow+.partners_flow{margin-top:12px;}
	.partners_track li{flex-basis:180px;width:180px;height:87px;margin-right:12px;}
	.partners_track li:hover{transform:none;}
	#greeting .location_map{height:420px;}
	#greeting .map_dim{background:rgba(14,27,48,.28);}
	#greeting .location_info{width:calc(100% - 30px);margin:-55px auto 0;padding:35px 25px;}
	#greeting .location_info>p{margin-bottom:15px;font-size:13px;letter-spacing:2px;}
	#greeting .location_info h2{padding-bottom:25px;font-size:28px;letter-spacing:-1px;}
	#greeting .location_text{margin-top:20px;}
	#greeting .location_text dl{display:block;padding:16px 0;}
	#greeting .location_text dt{margin-bottom:6px;padding-top:0;font-size:14px;}
	#greeting .location_text dd{font-size:15px;line-height:1.6;}
	#greeting .location_btns{display:block;margin-top:30px;}
	#greeting .location_btns a{width:100%;height:52px;}
	#greeting .location_btns a+a{margin-top:8px;}


/* 
	#ci{padding:60px 0px;}
	.ci_title{margin-bottom:25px;}
	.ci_title h2{font-size:28px;}	
	#ci .ci_title p{font-size:16px;}
	#ci .ci_visual{min-height:220px;padding:35px 20px;}
	#ci .ci_visual img{width:100%;max-width:420px;max-height:none;}
	#ci .ci_section{margin-top:60px;}
	#ci .identity{flex-direction:column;align-items:flex-start;gap:35px;}
	#ci .identity .ci_txt,#ci .robot_identity{width:100%;flex:none;}
	#ci .stitle{margin-bottom:15px;font-size:23px;}
	#ci .section_head{margin-bottom:22px;}
	#ci .section_head p,#ci .ci_txt p{font-size:16px;line-height:1.8;}
	#ci .ci_txt p br{display:none;}
	#ci .robot_identity img{max-width:250px;}
	#ci .robot_identity p{margin-top:16px;font-size:15px;}
	#ci .signature_list{grid-template-columns:1fr;gap:30px;}
	#ci .signature_img{min-height:200px;padding:30px 20px;}
	#ci .signature_img img{max-width:85%;max-height:120px;}
	#ci .color_list{grid-template-columns:1fr;gap:15px;}
	#ci .color_item{min-height:170px;padding:25px;}
	
	#location{padding: 0px;box-sizing:border-box;}
	#location .add{flex-direction:column;gap:16px;margin-top:30px;}
	#location .add > li{width:100%;height:auto;min-height:210px;padding:32px 22px;border-radius:18px;}
	#location .add .icon_box{margin-bottom:14px;}
	#location .add .icon_box img{max-height:42px;}
	#location .add h5{font-size:20px;margin-bottom:10px;}
	#location .add .txt_box p{font-size:16px;line-height:1.5;} */
	
}
@media (max-width:399px){
	.ctt_provision, .ctt_privacy {font-size:14px; line-height:18px;} 
	
	h4.line_tit {padding-left:15px; font-size:19px; margin:40px 0 15px;}
	h4.stit {font-size:20px; line-height:26px;}
	
	p.ttxt {font-size:15px; line-height:20px;}
	
	/* #company h5.cptit_s {font-size:16px;}
	#company h4.stit {margin:10px 0 20px;}
	#company ul.chk_ul li {padding-left:20px;}
	#company table.cptb th {width:100%; padding:12px; text-align:left;}
	#company table.cptb td {width:100%; padding:12px;}
	#company table.cptb td.full_td {width:100%;}
	#company table.cptb td ul li {padding-left:12px; margin-top:5px;}
	#company ul.img_wrap {margin:25px auto 0;}
	#company ul.img_wrap li {width:100%; margin:0 0 20px;} */

	#greeting .inner{width:calc(100% - 30px);}
	#greeting .section_title h2{font-size:30px;}
	#greeting .greeting_section{padding:40px 0 0;}
	#greeting .greeting_section:before{font-size:58px;}
	#greeting .greeting_title{margin-bottom:40px;}
	#greeting .greeting_message{font-size:17px;}
	#greeting .greeting_line{margin-bottom:26px;}
	#greeting .greeting_point{font-size:23px;}
	#greeting .greeting_signature{font-size:15px;}
	#greeting .keyword_track span{padding:0 22px;font-size:29px;}
	#greeting .type_intro{min-height:510px;padding:40px 0 0;}
	#greeting .type_intro:before{font-size:65px;}
	#greeting .type_title h2{font-size:30px;}
	#greeting .type_title>div{font-size:15px;}
	#greeting .type_name_track span{padding:0 20px;font-size:15px;}
	#greeting .type_panel{min-height:68vh;padding:45px 15px;}
	#greeting .type_content h3{font-size:39px;}
	#greeting .type_content>div{font-size:15px;}
	.partners_section{padding:40px 0;}
	.partners_section .inner{width:calc(100% - 30px);}
	.partners_title{margin-bottom:35px;}
	.partners_title h2{font-size:28px;}
	.partners_track li{flex-basis:155px;width:155px;height:75px;margin-right:10px;}
	#greeting .location_map{height:360px;}
	#greeting .location_info{width:calc(100% - 24px);margin:-40px auto 0;padding:30px 20px;}
	#greeting .location_info h2{font-size:25px;}
	#greeting .location_text dd{font-size:14px;}	

}
  
 
/* 하단 레이아웃 */
#quick {position:fixed; top:50%; right:20px; margin-top:-124px; z-index:99;}
#quick li {border-radius:10px; overflow:hidden; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#quick li:nth-child(1) {background:#2a6bf2;}
#quick li:nth-child(2) { margin:4px 0; background:#ff0000;}
#quick li:nth-child(3) {background:#ffe400;}
#quick li:hover {filter:brightness(108%);}
#quick li a {display:block; width:80px; padding:14px 0; text-align:center;}
#quick li img  {}
#quick li p {font-size:14px; margin-top:10px; color:#fff;}
#quick li:nth-child(3) p {color:#231815;}

 @media (max-width: 969px){
	#quick {top:auto; bottom:75px; right:20px; margin-top:0;}
	#quick li {border-radius:50%;}
	#quick li a {width:50px; height:50px; padding:0; display:flex; align-items:center; justify-content:center;}
	#quick li img  {width:26px;}
	#quick li p {display:none;}
	 
 }
 
 @media (max-width: 639px){
	#quick {top:auto; bottom:59px; right:15px; margin-top:0;}
	#quick li a {width:40px; height:40px;}
	#quick li img  {width:20px;}
	 
 }
 
 @media (max-width: 399px){
	 
 }

#ft{width:100%;background:#333;color:#aaa;}
#ft .ft_inner{width:96%;max-width:1280px;margin:0 auto;}
#ft .ft_main{display:flex;align-items:flex-start;justify-content:space-between;padding:45px 0 30px;}
#ft .ft_left{width:62%;}
#ft .ft_company{display:flex;align-items:center;margin-bottom:22px;}
#ft .ft_logo{width:130px;flex-shrink:0;}
#ft .ft_logo img{display:block;width:100%;}
#ft .ft_info{margin-left:30px;}
#ft .ft_info p{margin:0;font-size:14px;line-height:1.7;color:#aaa;}
#ft .ft_tel span{display:block;font-size:14px;color:#888;}
#ft .ft_tel a{display:block;width:max-content;font-size:45px;line-height:1.1;font-weight:700;color:#ddd;}
#ft .ft_tel p{margin:4px 0 0;font-size:14px;color:#888;}
#ft .ft_notice{margin-top:10px;}
#ft .ft_notice p{margin:0;font-size:12px;line-height:1.6;color:#999;}
#ft .ft_btns{display:flex;gap:20px;width:40%;}
#ft .ft_btn{display:flex;align-items:center;justify-content:space-between;width:50%;height:80px;padding:0 20px;border-radius:10px;background:#fff;color:#333;box-sizing:border-box;}
#ft .ft_btn span{display:block;}
#ft .ft_btn strong{display:block;margin-bottom:5px;font-size:18px;font-weight:500;}
#ft .ft_btn small{display:block;font-size:13px;color:#999;}
#ft .ft_btn b{font-size:32px;font-weight:300;}
#ft .ft_bottom{display:flex;align-items:center;justify-content:space-between;height:55px;border-top:1px solid #444;}
#ft .ft_bottom p{margin:0;font-size:13px;color:#bbb;}
#ft .ft_link{display:flex;align-items:center;margin:0;}
#ft .ft_link li{position:relative;padding-left:18px;margin-left:18px;}
#ft .ft_link li:before{content:"";position:absolute;left:0;top:50%;width:1px;height:12px;background:#666;transform:translateY(-50%);}
#ft .ft_link li:first-child{padding-left:0;margin-left:0;}
#ft .ft_link li:first-child:before{display:none;}
#ft .ft_link li a{font-size:13px;color:#aaa;}
#ft .ft_link li a:hover{color:#fff;}


/* #ft {width:100%; background:#3e4751;}
#ft .ft_top {border-top:1px solid #e7e7e7; border-bottom:1px solid #ddd;}
#ft .ft_top .ft_link {width:96%; max-width:1280px; height:60px; margin:0 auto;display:flex; align-items:center;}
#ft .ft_top .ft_link li {margin-right:25px;}
#ft .ft_top .ft_link li:last-child {margin-right:0;}
#ft .ft_top .ft_link li a {font-size:16px; color:#ccc; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .ft_top .ft_link li a:hover {color:#111;}
#ft .ft_info {width:96%; max-width:1280px; margin:0 auto; padding:50px 0;  display:flex;}
#ft .ft_info .ft_logo {max-width:224px; filter: brightness(0) invert(1); }
#ft .ft_info .ft_logo img {width:100%; opacity:0.5;}
#ft .ft_info .ft_copy {width:100%;margin-left:6%;}
#ft .ft_info .ft_copy p {font-size:16px; line-height:30px; color:#ccc; word-break:keep-all;}
#ft .ft_info .ft_copy p span {display:inline-block; margin-right:50px;}
#ft .ft_info .ft_copy p span a {color:#ccc;}
#ft .ft_info .ft_copy p span:last-child {margin-right:0;}
#ft .ft_info .ft_copy p.copy {margin-top:30px;} */

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px; border-radius:50%;background:#111;border:0;z-index:999;color:#fff;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:#333;}
 
 @media (max-width: 969px){
#ft .ft_main{display:block;}
#ft .ft_left{width:100%;}
#ft .ft_btns{width:100%;margin-top:30px;}
#ft .ft_bottom{height:auto;padding:20px 0;display:block;text-align:center;}
#ft .ft_link{justify-content:center;margin-top:12px;}
	 
 }
 
 @media (max-width: 639px){
#ft .ft_main{padding:35px 0 25px;}
#ft .ft_company{display:block;}
#ft .ft_logo{width:115px;margin-bottom:20px;}
#ft .ft_info{margin-left:0;}
#ft .ft_tel{margin-top:25px;}
#ft .ft_tel a{font-size:38px;}
#ft .ft_btns{display:block;}
#ft .ft_btn{width:100%;margin-top:10px;}
#ft .ft_link{flex-wrap:wrap;gap:8px 0;}
	 
 }
 
 @media (max-width: 399px){
#ft .ft_inner{width:90%;}
#ft .ft_info p{font-size:13px;}
#ft .ft_tel a{font-size:34px;}
#ft .ft_notice p{font-size:11px;}
#ft .ft_link li{padding-left:10px;margin-left:10px;}
	 
 }

/* 체크박스 */
.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 #486ee8;border-color:#486ee8;
-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; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
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 #486ee8;background:#486ee8; 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:#486ee8;border:1px solid #486ee8;color:#fff;cursor:pointer}
.btn_submit:hover{background:#1d63f2; border-color:#1d63f2;}
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.85em; padding:0 12px;}
 }
 @media (max-width: 399px){	
 	.btn {font-size:0.8em; padding:0 11px;}
 }
/* 게시판용 버튼 */
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:#486ee8;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#1d63f2}
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:0px}
.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:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #a9c4fc;}
.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 {width:100%; padding:20px 0 !important;text-align:center; 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:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_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:#e7e7e7; }
.pg a {border-radius:5px;}
.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:#242c3b;color:#fff;font-weight:normal;line-height:35px;border-radius:5px;}

@media (max-width:639px){
	.pg_current, .pg a {font-size:0.9em;}
}