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

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

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

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

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

::selection {background:#0e426c; color:#fff;}

#appdiv {width:33%; max-width:390px; padding:0 40px; display:flex; align-items:center; background:#fff; border-right:1px solid #e5e5e5;}
#appdiv .app_area {}
#appdiv h4 {font-size:28px; color:#111; margin:15px 0 25px;}
#appdiv h4 span.cl_navy {color:#054f8c;}
#appdiv h4 span.cl_green {color:#a9b700;}
#appdiv p {font-size:16px; line-height:24px; color:#888; word-break:keep-all;}
#appdiv .app_btn_list {margin-top:50px;}
#appdiv .app_btn_list a {display:block; width:240px; height:60px; line-height:60px; border-radius:15px; border:1px solid #ddd; color:#888; font-size:14px; background:url('/images/app_and.png') 30px 50% no-repeat; padding-left:60px; margin-bottom:10px;
-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out;}
#appdiv .app_btn_list a.app_ios {background-image:url('/images/app_ios.png');}
#appdiv .app_btn_list a:hover {border-color:#999; color:#555;}

#frame {width:67%; max-width:800px; overflow:auto; margin:0 auto; background:#fff;}

@media (max-width:1180px) {
	#appdiv {display:none;}
	#frame {width:100%;}
}
@media (min-width:1180px) {
::-webkit-scrollbar {width:15px;}
::-webkit-scrollbar-thumb {background-color:#ccc; border-radius:10px;background-clip:padding-box; border:3px solid transparent;}
::-webkit-scrollbar-track {background-color:#ececec;}
}

 
/* 팝업레이어 */
#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 {background:#fff ;width:100%; z-index:999;}
#hd:after {display:block; visibility:hidden; clear:both; content:""}
#hd_h1 {position:absolute; font-size:0; text-indent:-9999em; line-height:0; overflow:hidden}
#hd_wrapper {width:100%; max-width:800px; padding:30px; display:flex; justify-content:space-between; align-items:center;}

#logo {}
#logo img {vertical-align:middle; max-height:100%; width:auto; height:40px;}

#tnb_member {display:flex; align-items:center;}
#tnb_member li {margin-left:20px; text-align:center;}
#tnb_member li:first-child {margin-left:0;}
#tnb_member li a {display:inline-block;}
#tnb_member li a img {}
#tnb_member li a p {font-size:14px; color:#999; margin-top:10px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#tnb_member li a:hover p {color:#222;}

 @media (max-width: 969px){
    #hd_wrapper {padding:20px;}
	#logo img {height:35px;}
	#tnb_member li a p {font-size:13px; margin-top:8px;}
 }
 
 @media (max-width:639px){
    #hd_wrapper {padding:15px 10px;}
	#logo img {height:30px;}
	#tnb_member li {margin-left:15px;}
	#tnb_member li a img {width:17px;}
	#tnb_member li a p {font-size:12px; margin-top:4px;}
 }
 
 @media (max-width:399px){
	#logo img {height:26px;}
	#tnb_member li {margin-left:10px;}
	#tnb_member li a img {width:15px;}
	#tnb_member li a p {font-size:11px; margin-top:-2px;}
 }
 
/* 메인 레이아웃 */
#section01 {position:relative; width:100%; padding:50px 40px; border-radius:30px; /*background:linear-gradient(160deg,#d1e206,#0061ad);*/} 
#section01 h3.mtit {font-size:32px; color:#fff; font-weight:700;} 
#section01 ul.svc_list {display:flex; flex-wrap:wrap; margin:30px auto 0;} 
#section01 ul.svc_list li {width:31.3333%; margin:1%; text-align:center; border-radius:25px; background:#fff; border:1px solid #f0efe4;}
#section01 ul.svc_list li a {display:inline-block; padding:50px 20px 30px;}
#section01 ul.svc_list li a img {transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 ul.svc_list li a p {margin:35px auto 0; font-size:20px; color:#333; word-break:keep-all; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 ul.svc_list li a p br {display:none;}
#section01 ul.svc_list li a:hover img {transform:rotate(20deg);}
#section01 ul.svc_list li:first-child a:hover p {color:#888;}
#section01 ul.svc_list li:nth-child(2) a:hover p {color:#f9b00e;}
#section01 ul.svc_list li:nth-child(3) a:hover p {color:#fb4d4d;}
#section01 ul.svc_list li:nth-child(4) a:hover p {color:#50acff;}
#section01 ul.svc_list li:nth-child(5) a:hover p {color:#888;}
#section01 ul.svc_list li:nth-child(6) a:hover p {color:#f9b00e;}
#section01 ul.svc_list li:nth-child(7) a:hover p {color:#f9b00e;}
#section01 ul.svc_list li:nth-child(8) a:hover p {color:#888;}
#section01 ul.svc_list li:nth-child(9) a:hover p {color:#fa6ca8;}
#section01 a.list_btn {position:absolute; right:40px; top:50px; display:inline-block; padding:10px 20px; font-size:15px; color:#fff; border-radius:5px; border:1px solid #fff; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 a.list_btn:hover {border-color:#0e426c; background:#0e426c;}

#section02 {width:100%; padding:80px 10px 60px;}

#section03 {width:100%; border-radius:20px; background:#0e426c; overflow:hidden;}
#section03 a {display:block; padding:30px; text-align:center;}
#section03 a p.tel {font-size:28px; color:#fff; font-weight:300;}
#section03 a p.tel i {font-size:24px;}
#section03 a p.tel b {font-size:30px; color:#d0e100; font-weight:900; margin-left:5px;}
#section03 a p.time {font-size:20px; color:#fff; font-weight:300; opacity:0.6; margin-top:10px;}

#section04 {width:100%; margin:10px auto 0; border-radius:15px; text-align:center; overflow:hidden;}
#section04 a {display:block; padding:20px; font-size:18px; font-weight:500; color:#381b1d; background:#ffe610; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section04 a:hover {background:#381b1d; color:#ffe910;}
 
 @media (max-width: 969px){
	#section01 {padding:40px 30px; border-radius:25px;} 
	#section01 h3.mtit {font-size:28px;}
	#section01 ul.svc_list {margin:25px auto 0;} 
	#section01 ul.svc_list li {border-radius:20px;}
	#section01 ul.svc_list li a {padding:45px 15px 30px;}
	#section01 ul.svc_list li a p {margin:30px auto 0; font-size:19px;}
	#section01 a.list_btn {right:30px; top:40px;}
	
	#section02 {padding:70px 10px 50px;}
	
	#section03 a p.tel {font-size:24px;}
	#section03 a p.tel i {font-size:22px;}
	#section03 a p.tel b {font-size:25px;}
	#section03 a p.time {font-size:18px;}
	
	#section04 a {font-size:17px;}
 }
 
 @media (max-width:639px){
	#section01 {padding:25px; border-radius:20px;} 
	#section01 h3.mtit {font-size:24px;}
	#section01 ul.svc_list {margin:20px auto 0;} 
	#section01 ul.svc_list li {border-radius:15px;}
	#section01 ul.svc_list li a {padding:20px 10px 18px;}
	#section01 ul.svc_list li a img {height:45px;}
	#section01 ul.svc_list li a p {margin:16px auto 0; font-size:16px; letter-spacing:-0.025em;}
	#section01 a.list_btn {top:30px; padding:8px 15px; font-size:14px;}
	
	#section02 {padding:50px 10px 40px;}
	
	#section03 {border-radius:15px;}
	#section03 a {padding:22px;}
	#section03 a p.tel {font-size:19px;}
	#section03 a p.tel i {font-size:18px;}
	#section03 a p.tel b {font-size:22px;}
	#section03 a p.time {font-size:15px;}
	
	#section04 {margin:5px auto 0; border-radius:12px;}
	#section04 a {font-size:15px; padding:17px;}
	 
 }
 @media (max-width:449px){
	#section01 ul.svc_list li a p {line-height:20px;}
	#section01 ul.svc_list li a p br {display:inline-block;}
	 
 }
 
 @media (max-width:399px){
	#section01 {padding:25px 20px;} 
	#section01 h3.mtit {font-size:20px; padding-top:5px;}
	#section01 ul.svc_list li a {padding:17px 10px 15px;}
	#section01 ul.svc_list li a img {height:40px;}
	#section01 ul.svc_list li a p { font-size:14px; line-height:18px;}
	#section01 a.list_btn {top:25px; right:20px; padding:6px 14px; font-size:12px;}
	
	#section02 {padding:40px 5px 30px;}
	
	#section03 {border-radius:12px;}
	#section03 a {padding:20px;}
	#section03 a p.tel {font-size:16px;}
	#section03 a p.tel i {font-size:15px;}
	#section03 a p.tel b {font-size:18px;}
	#section03 a p.time {font-size:14px; word-break:keep-all;}
	#section03 a p.time span {display:inline-block;}
	
	#section04 {border-radius:10px;}
	#section04 a {padding:14px;}
	 
 } 
 
 @media (max-width:339px){
	#section01 ul.svc_list li {width:48%;}
	
	 
 } 
 
 
/* 중간 레이아웃 */
#wrapper {padding:0 20px 40px;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {width:100%; padding:50px 40px; margin:0 auto 40px; font-size:32px; color:#fff; font-weight:700; border-radius:30px; background:linear-gradient(160deg,#d1e206,#0061ad);}

#complete {padding:30px 40px; text-align:center; background:#f8f8f8; border-radius:20px; border:1px solid #f1f1f1;}
#complete h3 {font-size:24px; font-weight:400; word-break:keep-all;}
#complete h3 b {color:#0e426c; font-weight:700;}
#complete h4 {font-size:19px; margin:20px 0 0; color:#777; font-weight:500; word-break:keep-all;}
#complete h4 span {color:#f17100;}
#complete p {font-size:16px; line-height:26px; margin:25px auto; color:#333; padding-top:25px; border-top:1px dashed #ccc; word-break:keep-all;}
#complete p br {}
#complete a.kakao_btn {display:inline-block; padding:12px 45px; font-size:16px; font-weight:500; color:#381b1d; border-radius:8px; background:#ffe910; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#complete a.kakao_btn:hover {background:#381b1d; color:#ffe910;}

 @media (max-width: 969px){
    #container_title {padding:40px 30px; margin:0 auto 30px; font-size:28px; border-radius:25px;}
	
 }
 @media (max-width:639px){
	#wrapper {padding:0 10px 30px;}
    #container_title {padding:30px 20px; margin:0 auto 20px; font-size:24px; border-radius:20px;}
	
	#complete {padding:25px; border-radius:15px; letter-spacing:-0.02em;}
	#complete h3 {font-size:19px;}
	#complete h4 {font-size:16px; margin:15px 0 0;}
	#complete p {font-size:15px; line-height:24px; padding-top:20px;}
	#complete a.kakao_btn {font-size:15px;}

 }
 @media (max-width:399px){
    #container_title {font-size:20px; border-radius:15px;}
	
	#complete {padding:20px;  border-radius:12px;}
	#complete h3 {font-size:17px;}
	#complete h4 {font-size:15px;}
	#complete p {font-size:14px; line-height:20px;}
	#complete a.kakao_btn {font-size:14px; padding:12px 30px;}

 }

/* 하단 레이아웃 */
#ft {font-weight:300; background:#292d31;}
#ft ul.ft_link {display:flex; border-bottom:1px solid #3b3f43;}
#ft ul.ft_link li {width:50%; line-height:70px; text-align:center;}
#ft ul.ft_link li:first-child {border-right:1px solid #3b3f43;}
#ft ul.ft_link li a {display:block; font-size:20px; color:#939393; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft ul.ft_link li a:hover {color:#bbb;}
#ft .ft_info {font-size:20px; line-height:35px; padding:40px 0; text-align:center; color:#fff; opacity:0.5;}
#ft .ft_info b {font-weight:500; display:block;}
#ft .ft_info span {display:inline-block; margin:0 20px; word-break:keep-all;}
#ft .ft_copy {text-align:center; background:#1f2428;}
#ft .ft_copy p {font-size:19px; line-height:70px; color:#fff; opacity:0.5;}

#adm_member {position:fixed; right:20px; bottom:20px; width:80px; height:80px; text-align:center; border-radius:8px; overflow:hidden; background:#0783e7; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#adm_member:hover {background:#0789f3;}
#adm_member a {color:#fff; display:block; padding-top:15px; height:100%;}
#adm_member a i {font-size:20px;}
#adm_member a p {font-size:14px; margin-top:5px; font-weight:500;}

 @media (max-width: 969px){
	#ft ul.ft_link li {line-height:60px;}
	#ft ul.ft_link li a {font-size:18px;}
	#ft .ft_info {font-size:18px; line-height:34px; padding:35px 0px;}
	#ft .ft_copy p {font-size:17px; line-height:60px;}
    
 }
 @media (max-width:639px){
	#ft ul.ft_link li {line-height:50px;}
	#ft ul.ft_link li a {font-size:15px;}
	#ft .ft_info {font-size:15px; line-height:26px; padding:30px 0px;}
	#ft .ft_info span {margin:0 10px; letter-spacing:-0.02em;}
	#ft .ft_copy p {font-size:14px; line-height:50px;}
	
 }
 @media (max-width:399px){
	#ft ul.ft_link li {line-height:45px;}
	#ft ul.ft_link li a {font-size:14px;}
	#ft .ft_info {font-size:14px; line-height:26px; padding:25px 0px;}
	#ft .ft_info span {margin:0 8px;}
	#ft .ft_copy p {font-size:13px; line-height:45px;}
	
	#adm_member {width:65px; height:65px; border-radius:8px; bottom:15px; right:15px;}
	#adm_member a {padding-top:10px;}
	#adm_member a i {font-size:18px;}
	#adm_member a p {font-size:12px;}	

 }
 
 

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

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


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

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

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

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

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

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

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

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

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

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

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px; border-radius:5px; 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 #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:#04508c;border:1px solid #04508c;color:#fff;cursor:pointer}
.btn_submit:hover{background:#0a61a6; border-color:#0a61a6;}
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;}

 }
/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#eaeaea;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#04508c;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#0a61a6}
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:50px;}
textarea {width:100%;height:200px;padding:10px; resize:none;}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #c0c67c}
.frm_input {height:50px; border-radius:5px;}
.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}
 @media (max-width:639px){
	.frm_input {height:45px;}	
	 textarea, .frm_input {padding:5px 10px;} 
 }
/* 자료 없는 목록 */
.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 {padding:15px;}
.new_win #win_title {font-size:1.2em; font-weight:500; color:#fff; padding:15px 10px; border-radius:10px 10px 0 0; background:linear-gradient(160deg,#d1e206,#0061ad);}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con {margin-top:10px auto 0; padding:20px; background:#fff; border-radius:0 0 10px 10px;}

.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:#aaa;color:#fff;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:#e27d0b;}

/* 사이드뷰 */
.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;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; border-radius:5px; border:1px solid #e3e3e3;}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#fff; }
.pg_page {background:#fff;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#0e426c; border-color:#0e426c;color:#fff;font-weight:normal;line-height:35px;}
 @media (max-width:639px){
	.pg_page, .pg_current {font-size:0.9em;} 
 }