@charset "utf-8";
@import url(../fonts/fonts.css);
@import url("../S-Core-Dream-light/s-core-dream.css"); 

@font-face {
    font-family: 'Jalnan';
    src: url('../font/Jalnan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('../font/woff2/Pretendard-Black.woff2') format('woff2'), url('../font/woff/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('../font/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('../font/woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('.../font/woff2/Pretendard-Bold.woff2') format('woff2'), url('../font/woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('../font/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('../font/woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('../font/woff2/Pretendard-Medium.woff2') format('woff2'), url('../font/woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('../font/woff2/Pretendard-Regular.woff2') format('woff2'), url('../font/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('../font/woff2/Pretendard-Light.woff2') format('woff2'), url('../font/woff/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('../font/woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('../font/woff/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('../font/woff2/Pretendard-Thin.woff2') format('woff2'), url('../font/woff/Pretendard-Thin.woff') format('woff');
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.95em;font-family: "Pretendard", sans-serif !important; background:#fff;height:100%}
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; word-break: keep-all}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:0.9em}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:0.9em;-webkit-appearance:none}
textarea, select {font-size:1em;font-family: "Pretendard", sans-serif !important;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break: keep-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; word-break: keep-all}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 *:focus { outline:none; }



#wrap { position:relative; margin:0; padding:0; }

/* 팝업레이어 */ 
#hd_pop {z-index:10000;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 {position:relative;background:#333}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {padding:15px 10px 0;text-align:center}
#logo a { font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold; color: #000; line-height: 27px  }

.my a { display: block; width: auto; padding: 3px 10px; background: orange; color: #fff; text-align: center; position: absolute; left: 20px; top: 12px; border-radius: 10px}

.mlogin {width: 250px; position: absolute; top: 12px; left: 10px; z-index: 0}
.mlogin ul li { float: left; margin-left: 5px; background:#a4b219; border-radius: 10px; padding: 5px 10px  }
.mlogin ul li a {color: #fff; font-size: 12px}

#gnb_open {position:absolute;top:10px;left:10px;padding:0 10px;height:45px;width:45px;border:0;background-size:70%;color:#333;background:none; font-size: 18px;; z-index:11}
#gnb {display:none;background:#262626;position:fixed;top:0;left:0;z-index:99999;height:100%;overflow-y:auto;width:300px;
-webkit-box-shadow:0 0 5px  rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px  rgba(55,55,5,0.4);
box-shadow: 0 0 5px  rgba(55,55,5,0.4);}

#gnb a {display:block;}
.gnb_1dli{position:relative;line-height:40px;}
.gnb_1dli button{position:absolute;top:0;right:0;border:0;width:40px;height:40px;overflow:hidden;background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;text-indent:-9999px}
.gnb_1dli button.btn_gnb_cl{background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%}
.gnb_1da {padding:0 20px;border-bottom:1px solid #2d2d2d; text-decoration:none; color:#efefef}
.gnb_1da:focus { outline:none; text-decoration:none; color:#efefef}
.gnb_2dul {display:none; background:#a4b219; color:#efefef}
.gnb_2da {border-bottom:1px dotted #f3f3f3;background:url(../img/mobile/btn_next.png) no-repeat 25px 10px;padding-left:50px; color:#efefef}
#gnb_close {display:block;margin:0;height:50px;width:100%;border:0;background:url(../img/mobile/btn_close.png) no-repeat right 50%  
#222222;background-size:25px;color:#fff;text-indent:-999999999px;overflow:hidden}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#pc_sch { position: absolute; right: 120px; top: 5px;z-index: 9999; text-align:center;padding:0}
#pc_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#pc_sch form {position:relative;padding-right:40px;}
#pc_sch #sch_stx {width:120px;height:40px;background:#fff;padding-left:10px;border: #ece6e6 solid 1px; border-radius:3px 0 0 3px;color:#333}
#pc_sch #sch_submit {position:absolute;top:0;right:1px;width:40px;height:40px;border-radius:0 3px 3px 0;border: #ece6e6 solid 1px;cursor:pointer;color:#333;background:#fff;font-size:1.25em}

#hd_sch {text-align:center;padding:20px}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;padding-right:40px;}
#hd_sch #sch_stx {width:100%;height:45px;background:#464646;border:0;padding-left:10px;border-radius:3px 0 0 3px;color:#fff}
#hd_sch #sch_submit {position:absolute;top:0;right:0;width:40px;height:45px;;border:0;border-radius:0 3px 3px 0;cursor:pointer;color:#fff;background:#464646;font-size:1.25em}

#user_btn {position:absolute;top:10px;right:10px;padding:0 10px;height:30px;width:30px;border:0;;color:#fff;font-size:16px;background:none;letter-spacing:-0.1em}
#user_menu{display:none;position:fixed;top:0;right:0;height:100%;;overflow-y:auto;width:320px;z-index:9999;background:#fff;text-align:center;
-webkit-box-shadow:0 0 5px  rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px  rgba(55,55,5,0.4);
box-shadow: 0 0 5px  rgba(55,55,5,0.4);}
#user_close {display:block;margin:0;height:50px;width:100%;border:0;background:url(../img/mobile/btn_close.png) no-repeat right 50%  
#222;background-size:25px;color:#fff;text-indent:-999999999px;overflow:hidden}
#snb_cnt span{display:inline-block;padding: 0 7px;height:18px;line-height:18px;font-size:12px;background:#3ca1ff;border-radius:20px;color:#fff}

#hd_nb{margin:20px;}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li{width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a{display:block;color:#717171;padding:20px 0}
#hd_nb li i{font-size:20px;}
#hd_nb .hd_nb1{border-right:1px solid #e2e5e7;border-bottom:1px solid #e2e5e7}
#hd_nb .hd_nb2{border-bottom:1px solid #e2e5e7}
#hd_nb .hd_nb3{border-right:1px solid #e2e5e7}

.quick {display: none}
.quick_m {display: block; text-align: center}

.ntable { width:100%; margin-top:2px; border-collapse:collapse; text-align: center; }
.ntable td { padding:0; }
.ntable .t_head { background:#f5f5f5; font-weight:bold; font-family:'Nanum Gothic',sans-serif;font-size:13px; text-decoration: none; color:#141414; width:160px  }	




/* 텍스트 크기 조절 */
#text_size {margin:0 0 10px;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px;}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select{background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px  rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px  rgba(100,100,100,0.2);
box-shadow: 0 0 5px  rgba(100,100,100,0.2);}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

.m_topbg { width: 100%; height: 60px; position: fixed; top: 0; left: 0; background: rgba(255,255,255,1); z-index: 99; border-bottom: #d8d8d8  solid 1px}
.logo_m { position:absolute; width:200px; height:auto;  left: 50%; top: 7px; margin: 0 0 0 -100px; z-index:10; text-align: center; padding: 5px 0 0 0 }
.mainimage{width:100%; height:auto; position:relative; z-index:1; }
.m_maintext { width: 200px; height: auto; position: absolute; left: 50%; top: 180px; margin: 0 0 0 -100px; z-index: 999}

.maintext { width: 85%; height: auto; position: absolute; top: 160px; left: 50%; margin: 0 0 0 -43%; z-index: 98}
	.telcoun {width: 200px; height: 180px; position: absolute; right: 30px; bottom: -30px;  box-shadow: 1px 1px 5px 1px #999; background: #fff; padding: 15px; z-index: 199; word-break: keep-all; font-size: 14px; line-height: 22px}
	.telcoun .tel_countext_bg {background: #b31e7f; color: #fff; font-weight: 700; padding: 2px}
	.tel_countext { font-size: 25px; color: #b31e7f; font-weight: bold; vertical-align: middle;}	

	.maincounwrap {width: 100%; height: 100%; position: relative; background: url("../image/index/maincounwrap_bg.jpg") no-repeat center top / cover}
	.maincoun {width: 100%; height: inherit; margin: 0 auto; position: relative; padding: 5px}
	.maincoun01 { width: 100%; height: 60px; padding: 60px 0 70px}
	.maincoun01 h4 {font-size: 13px; font-weight: 300}
	.maincoun01 h1 {font-size: 20px; font-weight: 600; color: #381593; margin-bottom: 30px}
	.maincoun01wrap { width: 100%; height: 100%; position: relative}
	.maincoun_left {width: 100%; height: 280px; float: none; box-sizing: border-box; position: relative}
	.maincoun_right {width: 100%; height: 350px; float:none; padding: 0 10px; margin-top: 30px }
	.maincoun_left .counbox ul {position: relative}
	.maincoun_left .counbox li {width: 48%; height: 130px; border: solid 1px #d6d6d6; padding: 20px 10px 20px 10px; float: left; background: #fff; position: relative} 
	.maincoun_left .counbox li:nth-child(2) {margin-left: 2%}
	.maincoun_left .counbox li:nth-child(3) {margin-left: 0; margin-top: 10px}	
	.maincoun_left .counbox li:nth-child(4) {margin-left: 2%; margin-top: 10px}
	.maincoun_left .counbox li h1 {font-size: 15px; color: #000}
	.maincoun_left .counbox li p {font-size: 12px; color: #424242; margin-top: 10px; line-height: 18px}
	.maincoun_left .counbox .h1_coun {float: left}
	.maincoun_left .counbox .icon_coun {float: left; margin-left: 20px; }	
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.maincoun_left .counbox li:hover .overlay {
  opacity: 1;
}
.text a {
  color: #fff;
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

	.iconwrap { width: 100%; height: auto; position: relative; overflow: hidden}	
	.iconcontent { display: flex; width: 100%; height: inherit; position: relative; margin: 0 auto; justify-content: space-around; flex-wrap: wrap} 
	.iconflex { width: 100px; text-align: center; margin-top: 30px;  }
	.iconflex span a { display: block; margin-top: 20px; text-align: center}	

	.mainijwrap {width: 100%; height:100%; position: relative; background: url("../image/index/mainijwrap_bg.jpg") no-repeat center top / cover; clear: both}
	.mainij {width: 100%; height:600px; position: relative; margin: 0 auto; padding: 30px 10px 0}
	.mainij h4 {font-size: 13px; font-weight: 300}
	.mainij h1 {font-size: 20px; font-weight: 600; color: #381593; margin-bottom: 30px}
	.mainij h2 {font-size: 15px; font-weight: 300; line-height: 22px}
	.mainij ul {margin-top: 55px}
	.mainij li {width: 80px; height: 160px; float: left; line-height: 100%; text-align: center; margin-left: 15px }
	.mainij li a{display: block}
	.ij_circle {display: block; border-radius: 40px; background: #fff; padding: 0; width: 80px; height: 80px; line-height: 80px;  transition: .5s ease;} 
    .ij_circle img {width: 50px  }
	.ij_circle:hover {background: orange}	
	.ij_text {text-align: center; margin-top: 10px; color: #000; font-size: 16px}

	.main1366wrap {width: 100%; height: 100%; position: relative; background: url("../image/index/main1366_bg_m.png") no-repeat left top / contain; padding: 20px}
	.main1366 {width: 100%; height: 400px; position: relative; margin: 0 auto; padding-top: 50px}
	.main1366 h4 {font-size: 13px; font-weight: 300}
	.main1366 h1 {font-size: 20px; font-weight: 600; color: #381593; margin-bottom: 30px}
	.main1366 h2 {font-size: 15px; font-weight: 300; line-height: 22px}
	.main1366_left {width: 100%; height: inherit; float: none}
	.main1366_right { width: 100%; height: inherit; float: none; margin-left: 0}
	.main1366_right ul {}
	.main1366_right li {display: block; width: 48%; height: 130px; float:left; border: 1px solid #a595ce; padding: 20px 20px; text-align: center}
	.main1366_right li:nth-child(2) {margin-left: 2%}
	.main1366_right li:nth-child(3) {margin-top: 10px}
	.main1366_right li:nth-child(4) {margin-left: 2%; margin-top: 10px}
	.main1366_right .text_1366 {margin-top: 20px}
	.main1366_right li a {display: block; }
	.main1366_right li a:hover {opacity: 0.8}
	.btn_go a {display: block; width: 120px; height: 40px; position: absolute; left: 0; bottom: 0; border: 1px solid #e6b5d5; line-height: 40px; text-align: center; color: #b31e7f }
	.btn_go2 a {display: block; width: 120px; height: 40px; position: absolute; left: 140px; bottom: 0; border: 1px solid #e6b5d5; line-height: 40px; text-align: center; color: #b31e7f }
	
	.photo_title a { display: block; width: 100%; text-align: center; font-size: 45px; font-weight: 600; color: #b31e7f;  margin-bottom: 30px}
	.photo_title h4 {font-size: 16px; color: #000; width: 100%; text-align: center; margin-top: 50px}


.katok {display: none}


.subimgwrap { position:relative; width:100%; height:270px;  }
.s_text { width:85%; height:auto; position:absolute;   top: 100px; left: 50%; margin: 0 0 0 -43%;   z-index:1; text-align: center }
.s_text02 { position:absolute; width:250px; height:auto;   bottom: 20px;  right: 2px;   z-index:1; text-align: center }
.s_text03 { position:absolute; width:250px; height:auto;  bottom: 20px;  right: 2px;   z-index:1; text-align: center }
.s_text04 { position:absolute; width:250px; height:auto;  bottom: 20px;   right: 2px;   z-index:1; text-align: center }		
.s_text05 { position:absolute; width:250px; height:auto;  bottom: 20px;  right: 2px;   z-index:1; text-align: center }

.subimg01{width:100%; height:270px; position:relative; background:url(../image/sub/subimg01_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}
.subimg02{width:100%; height:270px; position:relative; background:url(../image/sub/subimg02_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg03{width:100%; height:270px; position:relative; background:url(../image/sub/subimg03_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg04{width:100%; height:270px; position:relative; background:url(../image/sub/subimg04_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg05{width:100%; height:270px; position:relative; background:url(../image/sub/subimg05_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}
.subimg06{width:100%; height:270px; position:relative; background:url(../image/sub/subimg06_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg07{width:100%; height:270px; position:relative; background:url(../image/sub/subimg07_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg08{width:100%; height:270px; position:relative; background:url(../image/sub/subimg08_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	


.subhead01 { width:100%; height:auto; padding:40px 0; }
.subhead01text { text-align:center; padding-bottom:15px; }
.subhead01text h1 { color:#000; font-weight:bold; font-size:28px;padding-top:15px; }

	.iconimg {display: inline-block; position: relative;  margin-left: 20px; line-height: 40px; top: -10px}

	.idxbbswrap { width: 100%; height: auto; position: relative; background: url("../image/index/mainbbswrap_bg.jpg") no-repeat center top;background-size: cover; padding: 20px; overflow: hidden; margin: 30px 0}	
	.idxbbs {width: 100%; height: inherit; position: relative; margin: 0 auto; }
	.idxbbs01 { width: 100%; height: inherit; float: none}
	.idxbbs01 span a { color: #000; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; text-indent: 10px; }	
	.idxbbs02 { width: 100%; height: inherit; float:none; margin-top: 30px}
	.idxbbs02 span a { color: #000; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; text-indent: 10px;  }	
	
	.onlinewrap { width: 100%; height: auto; position: relative; padding: 20px 0; }
	.online { width: 100%; height: inherit; position: relative; margin: 0 auto; overflow: hidden}
	.online01 { width: 100%; height: 250px; background: url("../image/index/ytb.jpg") no-repeat; background-size:cover; float: none; padding: 30px 0 0 40px; }
	.online01:hover { opacity: 0.8}	
	.online02 { width: 100%; height: 250px; background: url("../image/index/support.jpg") no-repeat; background-size: cover; float: none; padding: 30px 20px 0 30px; margin-left: 0}
	.online02:hover { opacity: 0.8}		
	.online01 h1 a { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; }
	.online02 h1 a { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; padding-left: 60px}
	.online02 p { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: normal; font-size:14px; line-height: 20px; padding-top: 30px; padding-left: 0 }
	.bathys_tel { width: 100%; height: 70px; border-radius: 15px; background: #fff; line-height: 70px; text-align: center; color: #ff4e00; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; position: relative; margin-top: 20px }
	.bathys_tel em {display: inline-block; margin-left: 15px}
	
	.bathys_bar { width: 100%; height: 300px; background: url("../image/index/tee_bg.jpg") no-repeat center top; background-size: cover; position: relative; overflow: hidden} 	
    .tee { width: 100%; height: inherit; margin: 70px auto 0; position: relative; word-break: keep-all; padding: 0 10px}
    .tee h1 { width: 100%; text-align: center; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; color: #39ab8f; margin-top: 0}
    .tee h2 { width: 100%; text-align: center; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:20px; color: #545454; margin-top: 20px}
    .tee h3 { width: 100%; text-align: center; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:16px; color: #545454; margin-top: 15px}

	.bannwrap {display: block; width: 100%; height: auto; position: relative; padding: 50px 0}	
	.bann {display: flex;  width: 100%; height: auto; position: relative; margin: 0 auto; justify-content: space-around; flex-wrap: wrap}
	.banner { width: 200px; height: auto; border:1px solid #eeeeee; margin-top: 20px }
	

	.bannwrap_sub {display: block; width: 100%; height: auto; position: relative; padding: 50px 0}	
	.bann_sub {display: flex;  width: 100%; height: auto; position: relative; margin: 0 auto; justify-content: space-around; flex-wrap: wrap}
	.banner_sub { width: 180px; height: auto; border:1px solid #eeeeee; margin-top: 20px }

    
.nsubmenuwrapall {width:100%; height:40px;  position:absolute; bottom: 0; border-top: rgba(255,255,255,0.9) solid 1px; z-index: 3  }
.nsubmenu { width:100%;  position:absolute; left: 0; bottom: 0; margin: 0 0 0 0;}
.nsubmenuwrap { position: relative; height:40px; }
.nsubmenuwrap ul { margin:0; padding:0  }
.ngnbmenu { display:block; width:45%; height:40px; float:left; line-height:40px; text-align:left; margin-right:-1px; position:relative;}
.ngnbmenu ul { padding:0;}

.gr_path { width:auto; height:40px; }
.bo_path { width:auto; height:40px }
.i_home { width:10%; float:left; height:40px; line-height:40px; text-align:center; font-size:16px;}
.i_home a { color:#fff; display:block; text-align:center;border-left:solid 1px rgba(255,255,255,0.9);   }


#gr_path {  width:100%; position:absolute; left:0; top:40px;  z-index:9; box-sizing:border-box;border-right:solid 1px rgba(255,255,255,0.9); border-left:solid 1px #fff;border-bottom:solid 1px rgba(255,255,255,0.9)}
#bo_path {  width:100%; position:absolute; left:0; top:40px; z-index:9;  box-sizing:border-box;border-right:solid 1px rgba(255,255,255,0.9); border-left:solid 1px #fff;border-bottom:solid 1px rgba(255,255,255,0.9)}

.nsubmenuwrap li.ngnbmenu {  }
.nsubmenuwrap li.ngnbmenu > a {display:block;  width:100%; padding-left:25px;  font-size:15px; color:#fff;  font-weight:700; position:relative; z-index:3;  box-sizing:border-box; text-decoration:none; cursor:pointer;border-left:solid 1px rgba(255,255,255,0.9); margin-left: -1px }
.i_icon { position:absolute; height:39px; width: auto; right:10px; top:0; line-height:39px;  text-align:center; padding-left:10px; padding-top:10px }
.nsubmenuwrap li.ngnbmenu:last-child > a  { display:block;  width:100%; top:1px; height:39px;  padding-left:25px; font-size:15px; font-weight:700; position:relative; z-index:3;  box-sizing:border-box; text-decoration:none; cursor:pointer; color:#FFF;  border-right:solid 0 #fff}

.de_menu { background: #fff; display:none; border:solid 1px #d7d7d7;z-index: 9; position: absolute}
.de_menu li { height:40px; line-height:40px; list-style: none; color:#333; border-left: solid 1px #d7d7d7; border-right: solid 1px #d7d7d7; border-bottom: solid 1px #d7d7d7;}
.de_menu li:last-child {border-bottom:solid 1px #d7d7d7;}
.de_menu li a { display:block; color:#333; font-size:14px; padding:0 ; text-indent:25px; box-sizing:border-box;text-decoration:none}
.de_menu li a:hover { color:#333 ;background:#d7d7d7; list-style-type:none; text-decoration:none}

    
    




.imgres { max-width: 100%; height: auto;  }
.icon_sns {width: auto; position: absolute; right: 5px; top: 20px; z-index: 8}
.gap {padding-left: 10px}
.gap2 {padding-left: 0}
.acc {display: block}

.tailwrap { width:100%; height:auto; padding:30px 40px; position:relative; background:#4a4a4a; color:#ababab; font-size:14px; overflow: hidden  }

	.tail_in { width:100%; height:auto; padding-top: 5px; margin: 0 auto}
	.taillogo {width: 150px; height: auto; float: none; margin: 0 auto}	
    .tail_copy { width:100%; height:auto; position:relative;  text-align: left; float: none; margin-left: 0; margin-top: 30px}
	.tail_copy h1 {margin-bottom: 12px}	
    .tail_copy  ul li  { line-height:20px; font-size: 14px; color: #fff  }    
    .tail_copy  ul li a { line-height:20px; font-size: 14px; color: #fff  }
	.tail_notice { width: 100%; height: auto; float: none; margin-top: 15px; margin-left: 0}	
	.tail_PARTNER { width: 100%; height: auto; float: none; margin-top: 15px; margin: 0}


.pc_tail { display:none}
.pc_menu { display:none }
.air_pc { display:none }
/*.katok {position:fixed; top: 52px; right: 1px; width: auto; z-index: 11}*/

.m_tel  {display: block; position: relative; left: 30px; font-size: 20px; font-weight: bold; color: #A4C50D; }
.m_tel a {display: block; font-size: 20px; font-weight: bold; color: #A4C50D; }


.br_clear { display: block}

.mobile_size {display: block}
.pc_size {display: none}

.sns_link_m {width: 40px; height: auto; position: fixed; bottom: 100px; right: 20px; z-index: 10 }

.pc_map {display: none}
.tablet_map {display: none}
.mobile_map {display: block; margin: 15px 0}
.quick {display: none}
.quick_m {display: block; text-align: center}

.ntable { width:100%; margin-top:2px; border-collapse:collapse; text-align: center; }
.ntable td { padding:0; }
.ntable .t_head { background:#f5f5f5; font-weight:bold; font-family:'Nanum Gothic',sans-serif;font-size:13px; text-decoration: none; color:#141414; width:160px  }	

.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

.pc {display: none}

 @media screen and (min-width: 1200px) and (max-width: 1599px){
	 
.katok {display: none}
	 
}

@media (min-width:768px) {
	.container { width:750px }
	.onlinewrap { width: 100%; height: 100%; position: relative; padding: 20px 0; overflow: hidden}
	.online { width: 100%; height: inherit; position: relative; margin: 0 auto; }
	.online01 { width: 100%; height: 350px; background: url("../image/index/ytb.jpg") no-repeat; background-size: cover; float: none; padding: 30px 0 0 40px; }
	.online01:hover { opacity: 0.8}	
	.online02 { width: 100%; height: 350px; background: url("../image/index/support.jpg") no-repeat; background-size: cover; float: none; padding: 30px 20px 0 30px; margin-left: 0}
	.online02:hover { opacity: 0.8}		
	.online01 h1 a { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; }
	.online02 h1 a { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; padding-left: 60px}
	.online02 p { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: normal; font-size:14px; line-height: 20px; padding-top: 30px; padding-left: 120px }	

}
@media (min-width:1199px) {
	.container {
		width:970px;
	}
	.onlinewrap { width: 100%; height: 100%; position: relative; padding: 20px 0; overflow: hidden}
	.online { width: 100%; height: inherit; position: relative; margin: 0 auto; }
	.online01 { width: 100%; height: 450px; background: url("../image/index/ytb.jpg") no-repeat; background-size: cover; float: none; padding: 30px 0 0 40px; }
	.online01:hover { opacity: 0.8}	
	.online02 { width: 100%; height: 450px; background: url("../image/index/support.jpg") no-repeat; background-size: cover; float: none; padding: 30px 20px 0 30px; margin-left: 0}
	.online02:hover { opacity: 0.8}		
	.online01 h1 a { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; }
	.online02 h1 a { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; line-height: 24px; padding-left: 60px}
	.online02 p { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: normal; font-size:14px; line-height: 20px; padding-top: 30px; padding-left: 190px }	

}
@media (min-width:1199px) {
	.container {
		width:1230px
	}
}


@media screen and (min-width: 960px) {
.pc_map {display: none}
.tablet_map {display: block; margin: 15px 0}
.mobile_map {display: none}
	.bn_time {width:100%; height: auto; position:relative; }
	.bn_tel {width:100%; height: auto; position: relative; }
	.bn_naver {display:none}
	.bn_kakao {display:none}
.quick {display: none}	
.quick_m {display: none}
.pc {display: none}
}
@media screen and (min-width: 1200px) {
.pc {display: block}
.mobile {display: none}
.mobile_menu { display:none }
.pc_menu { display:block }
.pc_tail { display:block }
.m_tail { display:none }
.air_mobile { display:none }
.air_pc { display:block } 
	
.mobile_size {display: none}
.pc_size {display: block}

.pc_map {display: block}
.tablet_map {display: none}
.mobile_map {display: none}	
.quick_m {display: none}

.gap {padding-left: 20px}    
.gap2 {padding-left: 90px}        
.acc {display: none}
    
.quick  {display: block; width: 160px; height: 336px; position: fixed; right: 0; top: 120px; z-index: 1000111}	
	
	.quick img:hover {opacity: 0.8}
	
.i_blank {width: 100%; height: 140px; position: relative}
#menuwrap { height:140px; position:fixed; z-index:1113;width:100%; text-align:center; background: #fff; border-bottom: #ccc solid 1px}
.menutop { width: 100%; height: 40px; position: relative; border-bottom: 1px solid #dbdfe4; }
	.menutop div {width: 1250px; position: relative; margin: 0 auto}	
	.menutop ul {width: auto; float: right}	
	.menutop ul li { width: 85px; height: 40px; float: left; text-align: center; line-height: 40px}
#menu_dr{padding:0 ; width:1280px;height: 100px; margin:0 auto; *zoom:1; position:relative; z-index:2; text-align:left;  }
#menu_dr:after{display:block; content:''; clear:both;}
#logo {float:left;padding:0; padding-top: 25px; width: 240px; height: 62px; }



.snb_wrap{float:left; padding:40px 0 0 0; height:100px;position:relative; z-index:2; display:block; width:1040px; margin-left: 0; text-align: left}
.snb_wrap .snb{position:relative; left:90px;}
.snb_wrap .snb li.hit_item {float:left; width:130px; height:24px; font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block}
.snb_wrap .snb li.hit_item01 {float:left; width:120px; height:24px;  font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block; text-align: center}
.snb_wrap .snb li.hit_item02 {float:left; width:100px; height:24px; font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block; text-align: center}
.snb_wrap .snb li.hit_item03 {float:left; width:130px; height:24px;  font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block;text-align: center}
.snb_wrap .snb li.hit_item04 {float:left; width:110px; height:24px;  font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block; text-align: center}
.snb_wrap .snb li.hit_item05 {float:left; width:140px; height:24px;  font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block; text-align: center}
.snb_wrap .snb li.hit_item06 {float:left; width:115px; height:24px; font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block; text-align: center}
.snb_wrap .snb li.hit_item07 {float:left; width:105px; height:24px;  font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block;text-align: center}
.snb_wrap .snb li.hit_item08 {float:left; width:105px; height:24px;  font-weight:bold; font-size:18px; line-height:24px; position:relative; padding:0; list-style:none; display:block; text-align: center}
	
.snb_wrap .snb li.hit_item01 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold; color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item01 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item01 .two_depth{position:absolute; top:35px; left:10px; display:none; width:120px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item01 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item01 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item01 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 10px; font-family: "Pretendard", sans-serif !important; font-size:16px;  color: #fff; font-weight:normal;text-align: left}
.snb_wrap .snb li.hit_item01 .two_depth li a:hover{ color:#3d3836; text-decoration:none}

.snb_wrap .snb li.hit_item02 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold;color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item02 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item02 .two_depth{position:absolute; top:35px; left:10px; display:none; width:100px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item02 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item02 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item02 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 22px; font-family: "Pretendard", sans-serif !important;font-size:16px;  color: #fff; font-weight:normal; text-align: left}
.snb_wrap .snb li.hit_item02 .two_depth li a:hover{ color:#3d3836; text-decoration:none}
	.snb_wrap .snb li.hit_item02 em {display: block; font-size: 12px; margin-top: -6px; }
	
.snb_wrap .snb li.hit_item03 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold;color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item03 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item03 .two_depth{position:absolute; top:35px; left:10px; display:none; width:130px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item03 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item03 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item03 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 22px; font-family: "Pretendard", sans-serif !important;font-size:16px;  color: #fff;  font-weight:normal;text-align: left}
.snb_wrap .snb li.hit_item03 .two_depth li a:hover{ color:#3d3836; text-decoration:none}

.snb_wrap .snb li.hit_item04 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold;color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item04 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item04 .two_depth{position:absolute; top:35px; left:8px; display:none; width:110px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item04 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item04 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item04 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 18px;font-family: "Pretendard", sans-serif !important; font-size:16px;  color: #fff; font-weight:normal; text-align: left}
.snb_wrap .snb li.hit_item04 .two_depth li a:hover{ color:#3d3836; text-decoration:none}

.snb_wrap .snb li.hit_item05 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold;color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item05 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item05 .two_depth{position:absolute; top:35px; left:12px; display:none; width:140px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item05 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item05 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item05 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 16px;font-family: "Pretendard", sans-serif !important; font-size:16px;  color: #fff; font-weight:normal; text-align: left}
.snb_wrap .snb li.hit_item05 .two_depth li a:hover{ color:#3d3836; text-decoration:none}

.snb_wrap .snb li.hit_item06 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold;color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item06 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item06 .two_depth{position:absolute; top:35px; left:10px; display:none; width:115px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item06 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item06 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item06 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 10px;font-family: "Pretendard", sans-serif !important; font-size:16px;  color: #fff; font-weight:normal; text-align: left}
.snb_wrap .snb li.hit_item06 .two_depth li a:hover{ color:#3d3836; text-decoration:none}	
	
.snb_wrap .snb li.hit_item07 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold;color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item07 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item07 .two_depth{position:absolute; top:35px; left:10px; display:none; width:105px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item07 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item07 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item07 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 10px;font-family: "Pretendard", sans-serif !important; font-size:16px;  color: #fff; font-weight:normal; text-align: left}
.snb_wrap .snb li.hit_item07 .two_depth li a:hover{ color:#3d3836; text-decoration:none}
	
.snb_wrap .snb li.hit_item08 a{font-family: "Pretendard", sans-serif !important; font-size: 20px; font-weight: bold;color:#201211; display:block; height:30px;}
.snb_wrap .snb li.hit_item08 a:hover{color:#159de7;display:block; text-decoration:none}
.snb_wrap .snb li.hit_item08 .two_depth{position:absolute; top:35px; left:12px; display:none; width:105px; height:260px; padding:0; border-right:0px solid #e3e3e3; z-index:10000 !important}
.snb_wrap .snb li.hit_item08 .two_depth ul{padding:45px 0 0 0;}
.snb_wrap .snb li.hit_item08 .two_depth li {display:block; margin:0; float:none;}
.snb_wrap .snb li.hit_item08 .two_depth li a{display:block; background:url("../images/common/gnt_bul.png") no-repeat 14px 11px; padding:0 0 0 18px;font-family: "Pretendard", sans-serif !important; font-size:16px;  color: #fff; font-weight:normal; text-align: left}
.snb_wrap .snb li.hit_item08 .two_depth li a:hover{ color:#3d3836; text-decoration:none}
	
	

.gtwo_w{position:absolute; top:140px; left:0px; width:100%; height:280px;  text-align:center; z-index:1; border-bottom:1px solid #e3e3e3; display:none; background:#a4b219;}
.gtwo_in{position:absolute; width:340px; height:117px; bottom: 0;  left:50%; margin:0 0 0 -650px;  }
	
.bannwrap_mobile {display: none}    

.mainimage{width:100%; height:auto; position:relative; z-index:1; }

	.iconwrap { width: 100%; height: 340px; position: relative; padding-top: 65px}	
	.iconcontent { display: flex; width: 1200px; height: inherit; position: relative; margin: 0 auto; justify-content: space-between}
	.iconflex { width: 135px; text-align: center; margin-top: 30px }
	.iconflex span a { display: block;  margin-top: 30px; text-align: center}	
	.iconflex:hover { opacity: 0.8}
	
	.iconimg {display: inline-block; position: relative;  margin-left: 30px; line-height: 40px; top: -10px}
	
	.idxbbswrap { width: 100%; height: 450px; position: relative; background: url("../image/index/mainbbswrap_bg.jpg") no-repeat center top; padding: 50px}	
	.idxbbs {width: 1100px; height: inherit; position: relative; margin: 0 auto; }
	.idxbbs01 { width: 670px; height: inherit; float: left}
	.idxbbs01 span a { color: #000; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:35px; line-height: 24px; text-indent: 10px; }	
	.idxbbs02 { width: 430px; height: inherit; float: left; padding-left: 50px; margin-top: 0}
	.idxbbs02 span a { color: #000; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:35px; line-height: 24px; text-indent: 10px; padding-left: 20px }	
	
	.onlinewrap { width: 100%; height: 540px; position: relative; padding: 100px 0}
	.online { width: 1200px; height: inherit; position: relative; margin: 0 auto}
	.online01 { width: 550px; height: 310px; background: url("../image/index/ytb.jpg") no-repeat; float: left; padding: 60px 0 0 80px}
	.online01:hover { opacity: 0.8}	
	.online02 { width: 550px; height: 310px; background: url("../image/index/support.jpg") no-repeat; float: left; padding: 50px 30px 0 50px; margin-left: 80px}
	.online02:hover { opacity: 0.8}		
	.online01 a { display: block; color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:35px; line-height: 24px; }
	.online02 h1 a { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:35px; line-height: 24px; padding-left: 60px}
	.online02 p { color: #fff; font-family: "Pretendard", sans-serif !important;  font-weight: normal; font-size:16px; line-height: 20px; padding-top: 30px; padding-left: 0  }
	.bathys_tel { width: 100%; height: 70px; border-radius: 15px; background: #fff; line-height: 70px; text-align: center; color: #ff4e00; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:35px; position: relative; margin-top: 30px }
	.bathys_tel em {display: inline-block; margin-left: 30px}
	
	.bathys_bar { width: 100%; height: 300px; background: url("../image/index/tee_bg.jpg") no-repeat center top;  position: relative}	
    .tee { width: 1200px; height: inherit; margin: 90px auto 0; position: relative}
    .tee h1 { width: 100%; text-align: center; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:35px; color: #39ab8f; margin-top: 0}
    .tee h2 { width: 100%; text-align: center; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:25px; color: #545454; margin-top: 25px}
    .tee h3 { width: 100%; text-align: center; font-family: "Pretendard", sans-serif !important;  font-weight: bold; font-size:18px; color: #545454; margin-top: 10px}

	.bannwrap {display: block; width: 100%; height: auto; position: relative; padding: 95px 0}	
	.bann {display: flex;  width: 1200px; height: auto; position: relative; margin: 0 auto; justify-content: space-around; flex-wrap: wrap}
	.banner { width: 256px; height: 82px; border:1px solid #eeeeee; margin-top: 30px }
	
	.bannwrap_sub {display: block; width: 100%; height: auto; position: relative; padding: 10px 0}	
	.bann_sub {display: flex;  width: 1200px; height: auto; position: relative; margin: 0 auto; justify-content: space-around; flex-wrap: wrap}
	.banner_sub { width: 180px; height: auto; border:0 solid #eeeeee; margin-top: 50px }    
    
    
.nsubmenuwrapall {width:100%; height:60px;  position:absolute; bottom: 0; border-top: rgba(255,255,255,0.2) solid 1px; z-index: 99  }
.nsubmenu { width:430px;  position:absolute; left: 50%; bottom: 0; margin: 0 0 0 -600px;}
.nsubmenuwrap { position: relative; height:60px; }
.nsubmenuwrap ul { margin:0; padding:0  }
.ngnbmenu { display:block; width:180px; height:60px; float:left; line-height:60px; text-align:left; margin-right:-1px; position:relative;}
.ngnbmenu ul { padding:0;}

.gr_path { width:auto; height:60px; }
.bo_path { width:auto; height:60px }
.i_home { width:70px; float:left; height:60px; line-height:60px; text-align:center; font-size:18px;}
.i_home a { color:#fff; display:block; text-align:center;border-left:solid 1px rgba(255,255,255,0.2);   }


#gr_path {  width:100%; position:absolute; left:0; top:60px;  z-index:999999; box-sizing:border-box;border-right:solid 1px rgba(255,255,255,0.2); border-left:solid 1px #fff;border-bottom:solid 1px rgba(255,255,255,0.2)}
#bo_path {  width:100%; position:absolute; left:0; top:60px; z-index:90;  box-sizing:border-box;border-right:solid 1px rgba(255,255,255,0.2); border-left:solid 1px #fff;border-bottom:solid 1px rgba(255,255,255,0.2)}

.nsubmenuwrap li.ngnbmenu {  }
.nsubmenuwrap li.ngnbmenu > a {display:block;  width:100%; padding-left:25px;  font-size:15px; color:#fff;  font-weight:700; position:relative; z-index:3;  box-sizing:border-box; text-decoration:none; cursor:pointer;border-left:solid 1px rgba(255,255,255,0.2); margin-left: -1px }
.i_icon { position:absolute; height:59px; width: auto; right:10px; top:0; line-height:59px;  text-align:center; padding-left:10px; padding-top:22px }
.nsubmenuwrap li.ngnbmenu:last-child > a  { display:block;  width:100%; top:1px; height:59px;  padding-left:25px; font-size:15px; font-weight:700; position:relative; z-index:3;  box-sizing:border-box; text-decoration:none; cursor:pointer; color:#FFF;  border-right:solid 0 #fff}

.de_menu { background: #fff; display:none; border:solid 1px #d7d7d7;z-index: 999999999; position: absolute}
.de_menu li { height:50px; line-height:50px; list-style: none; color:#333; border-left: solid 1px #d7d7d7; border-right: solid 1px #d7d7d7; border-bottom: solid 1px #d7d7d7;}
.de_menu li:last-child {border-bottom:solid 1px #d7d7d7;}
.de_menu li a { display:block; color:#333; font-size:14px; padding:0 ; text-indent:25px; box-sizing:border-box;text-decoration:none}
.de_menu li a:hover { color:#333 ;background:#d7d7d7; list-style-type:none; text-decoration:none}

    
    
    
    
	
	
	
	.maincounwrap {width: 100%; height: 600px; position: relative; background: url("../image/index/maincounwrap_bg.jpg") no-repeat center top}
	.maincoun {width: 1200px; height: inherit; margin: 0 auto; position: relative}
	.maincoun01 { width: 100%; height: 140px; padding-top: 60px}
	.maincoun01 h4 {font-size: 16px; font-weight: 300}
	.maincoun01 h1 {font-size: 30px; font-weight: 600; color: #381593; margin-bottom: 30px}
	.maincoun01wrap { width: 100%; height: 100%; position: relative}
	.maincoun_left {width: 700px; height: 450px; float: left; box-sizing: border-box; position: relative}
	.maincoun_right {width: 380px; height: 450px; float: left; padding: 80px 0 0 0; margin-top: 0; margin-left: 100px}
	.maincoun_left .counbox ul {position: relative}
	.maincoun_left .counbox li {width: 330px; height: 190px; border: solid 1px #d6d6d6;box-shadow: 1px 1px 5px 1px #ededed; padding: 40px 20px 40px 40px; float: left; background: #fff; position: relative} 
	.maincoun_left .counbox li:nth-child(2) {margin-left: 30px}
	.maincoun_left .counbox li:nth-child(3) {margin-left: 0; margin-top: 20px}	
	.maincoun_left .counbox li:nth-child(4) {margin-left: 30px; margin-top: 20px}
	.maincoun_left .counbox li h1 {font-size: 23px; color: #000}
	.maincoun_left .counbox li p {font-size: 16px; color: #424242; margin-top: 30px; line-height: 28px}
	.maincoun_left .counbox .h1_coun {float: left}
	.maincoun_left .counbox .icon_coun {float: left; margin-left: 35px; }	
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.maincoun_left .counbox li:hover .overlay {
  opacity: 1;
}
.text a {
  color: #fff;
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

	
	.mainijwrap {width: 100%; height: 600px; position: relative; background: url("../image/index/mainijwrap_bg.jpg") no-repeat center top}
	.mainij {width: 1200px; height: inherit; position: relative; margin: 0 auto; padding-top: 80px}
	.mainij h4 {font-size: 16px; font-weight: 300}
	.mainij h1 {font-size: 30px; font-weight: 600; color: #381593; margin-bottom: 30px}
	.mainij h2 {font-size: 18px; font-weight: 300; line-height: 30px}
	.mainij ul {margin-top: 55px}
	.mainij li {width: 160px; height: 250px; float: left; line-height: 100%; text-align: center; margin-left: 30px }
	.mainij li a{display: block}
	.ij_circle {display: block; border-radius: 80px; background: #fff; padding: 0; width: 160px; height: 160px; line-height: 160px;  transition: .5s ease;} 
	.ij_circle:hover {background: #f3ccaa}	
	.ij_text {text-align: center; margin-top: 30px; color: #000; font-size: 16px}

	.main1366wrap {width: 100%; height: 450px; position: relative; background: url("../image/index/main1366_bg.png") no-repeat left top}
	.main1366 {width: 1200px; height: inherit; position: relative; margin: 0 auto; padding-top: 130px}
	.main1366 h4 {font-size: 16px; font-weight: 300}
	.main1366 h1 {font-size: 30px; font-weight: 600; color: #381593; margin-bottom: 30px}
	.main1366 h2 {font-size: 18px; font-weight: 300; line-height: 30px}
	.main1366_left {width: 600px; height: inherit; float: left }
	.main1366_right { width: 400px; height: inherit; float: left; margin-left: 200px}
	.main1366_right ul {}
	.main1366_right li {display: block; width: 190px; height: 140px; float: left; border: 1px solid #a595ce; padding: 30px 40px; text-align: center}
	.main1366_right li:nth-child(2) {margin-left: 20px}
	.main1366_right li:nth-child(3) {margin-top: 20px}
	.main1366_right li:nth-child(4) {margin-left: 20px; margin-top: 20px}
	.main1366_right .text_1366 {margin-top: 20px}
	.main1366_right li a {display: block; }
	.main1366_right li a:hover {opacity: 0.8}
	.btn_go a {display: block; width: 200px; height: 50px; position: absolute; left: 0; top: 390px; border: 1px solid #e6b5d5; line-height: 50px; text-align: center; color: #b31e7f }
	.btn_go2 a {display: block; width: 200px; height: 50px; position: absolute; left: 220px; top: 390px; border: 1px solid #e6b5d5; line-height: 50px; text-align: center; color: #b31e7f }
	
	.btn_go a:hover {background: #b31e7f; color: #fff}
	.btn_go2 a:hover {background: #b31e7f; color: #fff}
.br_clear { display: none}	
    
	.photo_title a { display: block; width: 100%; text-align: center; font-size: 45px; font-weight: 600; color: #b31e7f;  margin-bottom: 30px}
	.photo_title h4 {font-size: 16px; color: #000; width: 100%; text-align: center;}
	

	
.subimgwrap { position:relative; width:100%; height:265px; margin-top:0  }
.s_text { position:absolute; width:551px; height:191px;   top: 40px;  left: 50%; margin:0 0 0 -275px;   z-index:5;  }
.s_text02 { position:absolute; width:544px; height:176px;   top: 180px;  left: 50%; margin:0 0 0 160px;   z-index:5;  }	
.s_text03 { position:absolute; width:421px; height:41px;   top: 300px;  left: 50%; margin:0 0 0 160px;   z-index:5;  }	
.s_text04 { position:absolute; width:354px; height:176px;   top: 180px;  left: 50%; margin:0 0 0 220px;   z-index:5;  }		
.s_text05 { position:absolute; width:471px; height:86px;   top: 280px;  left: 50%; margin:0 0 0 -580px;   z-index:5;  }			
.subimg01{width:100%; height:265px; position:relative; background:url(../image/sub/subimg01.jpg) no-repeat center center;  z-index:1;}
.subimg02{width:100%; height:265px; position:relative; background:url(../image/sub/subimg02.jpg) no-repeat center center;  z-index:1;}	
.subimg03{width:100%; height:265px; position:relative; background:url(../image/sub/subimg03.jpg) no-repeat center center;  z-index:1;}	
.subimg04{width:100%; height:265px; position:relative; background:url(../image/sub/subimg04.jpg) no-repeat center center;  z-index:1;}	
.subimg05{width:100%; height:265px; position:relative; background:url(../image/sub/subimg05.jpg) no-repeat center center;  z-index:1;}
.subimg06{width:100%; height:265px; position:relative; background:url(../image/sub/subimg06.jpg) no-repeat center center;  z-index:1;}	
.subimg07{width:100%; height:265px; position:relative; background:url(../image/sub/subimg07.jpg) no-repeat center center;  z-index:1;}	
.subimg08{width:100%; height:265px; position:relative; background:url(../image/sub/subimg08.jpg) no-repeat center center;  z-index:1;}	

.subhead01 { width:100%; height:auto; padding:40px 0;  }
.subhead01text { text-align:center;  padding-bottom:15px; }
.subhead01text h1 { color:#000; font-weight:bold; font-size:36px; padding-top: 15px; }
	.subheadtitle_bar {width: 100px; height: 4px; margin: 20px auto; background: #ccc; }
	
.sub01wrap { width:100%; height:760px; background:url(../image/sub/s0101_bg.jpg) center  top no-repeat; position:relative}
.sub01 { color:#000; width:1100px; text-align:center; line-height:60px; font-size:36px; padding-top: 222px; margin:0 auto}
.sub01 .sub_b  { color:#cba56b; }
.sub01_s {  color:#686868; width:1100px; text-align:center; line-height:25px; font-size:15px; padding-top: 75px; margin:0 auto}



.tailwrap { width:100%; height:auto; padding:30px 40px; position:relative; background:#4a4a4a; color:#ababab; font-size:14px; overflow: hidden  }

	.tail_in { width:1200px; height:auto; padding-top: 5px; margin: 0 auto}
	.taillogo {width: 150px; height: auto; float: left }	
    .tail_copy { width:450px; height:auto; position:relative;  text-align: left; float: left; margin-left: 140px; margin-top: 15px}
	.tail_copy h1 {margin-bottom: 20px}	
    .tail_copy  ul li a { line-height:25px; font-size: 16px; color: #fff  }
	.tail_notice { width: 200px; height: auto; float: left; margin-top: 15px; margin-left: 80px}	
	.tail_PARTNER { width: 150px; height: auto; float: left; margin-top: 15px; margin-left: 30px}


	

	
}
 @media screen and (min-width: 1600px)
{
	.katok { display: block; width: 160px; height: 573px; position: fixed; z-index: 11112; right: 10px; top: 40px}	
	
}
  
  .family {
    position: relative;
    vertical-align: middle;
    top: 18px;
    width: 150px;
    background-color: #0d1621;
    left: 0;
    display: block;
    z-index: 10;
    height: 29px;
    padding-left: 0;
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: 27px;
    transition: all .2s;
    text-decoration: none;	  
  }



  .family .icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 17px;
    overflow: hidden;
    vertical-align: middle;
  }

  .family .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: -4px;
    

    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .family .icon.rotate:before {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 2px;
  }

  .family ul {
    position: absolute;
    top: 0;
    width: 150px;
    padding: 3px 27px;
    margin-top: 29px;
    background: #283341;
    border-bottom: 0;
    opacity: 0;
  }

  .family ul li a {
    display: block;
    position: relative;
    padding: 3px 0;
    font-size: 12px;
    color: #dddfe2;
    text-decoration: none;
  }
  .family ul li a:hover{
    color:#2879fe
  }
  .family ul.opacity {
    opacity: 1;
  }


.go-top{
	display:block;
	width:56px;
	height:70px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	position:fixed;
	bottom:-80px;
	right:20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-family:'Nanum Gothic', sans-serif; z-index:99999  
	
	
}

.go-top.show{
	bottom:20px;
}

.go-top:hover{
	
	color:#FFFFFF;
	text-decoration:none;
}


/* 중간 레이아웃 */
#wrapper {}
#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 {font-size:1.2em;font-weight:bold;height:50px;padding:10px;line-height:30px;background:#fff;color:#333;
-webkit-box-shadow: 0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow: 0 0 5px rgba(55,55,5,0.4);
box-shadow: 0 0 5px rgba(55,55,5,0.4);
}



.top{position:relative}
.btn_top{position:absolute;top:0px;right:0px;z-index:999;padding:10px;}
.btn_top li{display:inline-block}
.btn_top a,.btn_top .btn_submit{line-height:30px;padding: 0 10px;border-radius:3px}
.btn_top .btn_cancel,.btn_top .btn_b01{border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed{position:fixed;top:0;right:0;z-index:999;}
#container_title.fixed{width:100%;}

/* 하단 레이아웃 */




#top_btn {position:fixed;bottom:10px;right:10px;width:40px;height:40px;line-height:36px;border:2px solid #333;background:rgba(255,255,255,0.6);color:#333;text-align:center;font-size:15px;z-index:99}
#device_change {display:block;line-height:40px;border:1px solid #3a3a3a;border-radius:2em;color:#777;font-size:1em;text-decoration:none;text-align:center}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:30px;line-height:30px;border-radius:3px}
a.btn01 {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {border:0;background:#48582e;color:#fff;cursor:pointer;border-radius:3px; padding: 6px}
fieldset .btn_submit {}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle; padding: 15px}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none; }
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02 ,.btn_b02{display:inline-block;background:#ff506a;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}

/* 기본테이블 */
.tbl_wrap {margin:0 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:0 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-bottom: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:20px 10px;}
.list_01 li{margin:0;padding:0}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;}
.form_01 textarea {width:100%;height:100px}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;background: #4162ff;color: #fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:10px}

.new_win .win_ul {margin:10px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;border-radius:3px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;border-radius:3px;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:bold;}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:10px 0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current {display:inline-block;padding:0 10px;height:30px;color:#000;line-height:28px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#fff;border:1px solid #d4d4d4;border-radius:3px}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:normal;border-radius:3px;line-height:30px;}








