@charset "utf-8";
@import url("../S-Core-Dream-light/s-core-dream.css"); 
@import url("http://webb.co.kr/font/pretendard/pretendard.css"); 
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tenada';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:1em;font-family: 'Pretendard-Regular', sans-serif; font-weight: 400; 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; color: #343434; }

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:1em}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;font-family:dotum}
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;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 *:focus { outline:none; }

@font-face {
    font-family: 'Jalnan';
    src: url('../../../font/Jalnan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../../../font/NotoSansKR-Thin.woff2') format('woff2'),
       url('../../../font/NotoSansKR-Thin.woff') format('woff'),
       url('../../../font/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../../../font/NotoSansKR-Light.woff2') format('woff2'),
       url('../../../font/NotoSansKR-Light.woff') format('woff'),
       url('../../../font/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url('../../../font/NotoSansKR-Regular.woff2') format('woff2'),
        url('../../../font/NotoSansKR-Regular.woff') format('woff'),
        url('../../../font/NotoSansKR-Regular.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('../../../font/NotoSansKR-Medium.woff2') format('woff2'),
        url('../../../font/NotoSansKR-Medium.woff') format('woff'),
        url('../../../font/NotoSansKR-Medium.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url('../../../font/NotoSansKR-Bold.woff2') format('woff2'),
        url('../../../font/NotoSansKR-Bold.woff') format('woff'),
        url('../../../font/NotoSansKR-Bold.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url('../../../font/NotoSansKR-Black.woff2') format('woff2'),
        url('../../../font/NotoSansKR-Black.woff') format('woff'),
        url('../../../font/NotoSansKR-Black.otf') format('opentype');
 } 
 




#wrap { position:relative; margin:0; padding:0; }

/* 팝업레이어 */ 
#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:0;color:#fff;text-align:right; background:#393939; }
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff; font-size: 12px}

/* 상단 레이아웃 */
#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:10px 10px;height:50px;text-align:center}
#logo img{vertical-align:middle;max-height:100%;width:auto}

#gnb_open {position:absolute;top:10px;left:10px;padding:0 10px;height:45px;width:45px;border:0;background-size:70%;color:#fff;background:none; font-size: 18px;; z-index:1000000}
#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;color:#efefef}
.gnb_1dli{position:relative;line-height:40px;}
.gnb_1dli button{position:absolute;top:0;right:0;background:url;border:0;width:40px;height:40px;overflow:hidden;border:0;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}
.gnb_1da:focus { outline:none; text-decoration:none}
.gnb_2dul {display:none; background:#87cac6}
.gnb_2da {border-bottom:1px dotted #f3f3f3;background:url(../img/mobile/btn_next.png) no-repeat 25px 10px;padding-left:50px}
#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}

#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}

/* 텍스트 크기 조절 */
#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}

.logo_m { position:absolute; width:150px; height:auto; left:50%; top:15px; margin:0 0 0 -80px; z-index:1000}
.mainimage{width:100%; height:auto; position:relative; z-index:1;}


.idx_text { width:80%; height:auto; position:absolute; top: 130px;  z-index:9; font-size: 22px }
.idxtop { position:absolute; width:50px; height:50px; right:2px; top:2px; z-index:15    }
.idxlogin { width:90px; height:30px; line-height:30px; text-align:center; background:rgba(0,0,0,0.5); padding:1px; border:0px solid #ddd; border-radius:25px; margin-bottom:10px; font-size:11px; color:#FFF }
.idxlogin a { color:#FFF }
.facwrap { position:relative; width:100%; height: auto; background: url(../image/index/idx_fac.jpg) repeat-x center top }
.fac { width:100%; height:auto; margin:0 auto; position:relative }
.f_text  a { display:block;  width:160px; position:absolute; left:50%; top:110px;  margin: 0 0 0 -40px;  font-size:20px; font-weight:bold; color:#FFF  }

.ntable { width:100%; margin-top:2px; border-collapse:collapse; text-align: center; }
.ntable td { padding:3px; }
.ntable .t_head { background:#f5f5f5; font-weight:bold; font-family:'Nanum Gothic',sans-serif;font-size:13px; text-decoration: none; color:#141414; width:160px  }	

.mobile_live {display: block}
.pc_live {display: none}
	.live a {width: 80px; height: 80px; position: fixed; right: 2px; top: 100px;z-index: 6}	
	.live a:hover {opacity: 0.8}

.dropbtn_lang { display:block; position:absolute; right:5px; top:8px;
    background-color: #000;
    border: none; width:30px; height:30px;
    cursor: pointer; background:url(../image/index/btn_m01.png); background-size:30px 30px}

	.sermonwrap { width: 100%;  margin: 30px auto; position: relative; overflow: hidden}
	.sermon_left  { display: block;  width: 100%; padding-top: calc(100% * 0.6); float:none; position: relative; background: url("../image/index/sermon_bg.jpg") no-repeat center top; background-size: contain }
	.sermon_left a:before { content: url("../image/index/play.png"); position: absolute; width: 100px; height: 100px; top: 50%; left: 50%; transform: translate(-50%, -50%)}
	.sermon_left a:hover:before { opacity: 0.5 }
	.sermon_right { width: 100%;  padding-top: calc(100% * 0.3); float:none; position: relative; }
	.sermon_right h1 { width: auto; font-family: 'Pretendard-Regular', sans-serif; font-size:16px; position: absolute; right: 0 }
	.sermon_right h1 a { display: block; background: #fff; color: #000; width: 100px; position: absolute; text-align: center}
	.sermon_right h1:before { content: ''; position: absolute; width: auto; height: 1px; background: #7f7f7f; right: 0; top: 10px}

	.cellwrap { width: 100%; height: auto; position: relative; background:url("../image/index/4w_bg.jpg") no-repeat center top; background-size: cover}
	.cell { width: 100%; height: auto; padding: 35px 10px 30px; margin: 0 auto}
	.cell_text {  font-size: 13px; color: #000; line-height: 1.5; word-break: keep-all }
	.cell_title { display: block; font-size: 16px; font-weight: bold;  font-family: 'Tenada';}
	.cell_title2 { display: block; font-size: 22px; font-weight: bold; color: #7d6c52;  font-family: 'Tenada';}
	.cell_title3 { font-size: 20px; font-weight: bold; color: #50524f;  font-family: 'Tenada'; word-break: keep-all}
	.cell_title4 { font-size: 14px; font-weight: bold; color: #000;  font-family: 'Tenada';}


	.mainiconwrap { width: 100%; height: 100%; position: relative; }
	.mainicon {width: 100%; height: auto; position: relative; margin: 35px auto; padding: 0 15px }	
	.mainicon ul { display: flex; justify-content: space-between;  flex-wrap: wrap}
	.mainicon ul li { width: 30%; height: auto; text-align: center; margin-top: 20px   }	
    .mainicon ul li a { display: block; position: relative}
	.mainicon ul li a img { max-width: 100%; height: auto; text-align: center; color: #333}
	.mainicon ul li a:hover { opacity: 0.8}
	.mainicon ul li:first-child a:before {content: '목회선언'; display: block; width: 100%; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; bottom: 15px; z-index: 9 }
	.mainicon ul li:nth-child(2) a:before {content: '새가족소개'; display: block; width: 100%; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; bottom: 15px;  z-index: 9 }	
	.mainicon ul li:nth-child(3) a:before {content: '주보보기'; display: block; width: 100%; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; bottom: 15px; z-index: 9 }
	.mainicon ul li:nth-child(4) a:before {content: '다음세대'; display: block; width: 100%; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; bottom: 15px; z-index: 9 }
	.mainicon ul li:nth-child(5) a:before {content: '온라인헌금'; display: block; width: 100%; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; bottom: 15px; z-index: 9 }	
	.mainicon ul li:first-child a:hover:before { color:#E81060 ; }
	.mainicon ul li:nth-child(2) a:hover:before { color:#E81060 ;  }
	.mainicon ul li:nth-child(3) a:hover:before { color:#E81060 ;  }
	.mainicon ul li:nth-child(4) a:hover:before { color:#E81060 ;  }
	.mainicon ul li:nth-child(5) a:hover:before { color:#E81060 ;  }	

	.maininfo { width: 100%; height: auto; margin: 30px auto; position: relative; overflow: hidden}	
	.mainnotice { width: 100%; height: 280px; float: none; background: url("../image/index/bbs_bg.jpg") no-repeat center top; padding: 20px 0 0 30px; position: relative}
	.mainbanner { width: 100%; height: 280px; float: none;  margin-left: 0; background: url("../image/index/wit_bg.jpg") no-repeat center top; padding: 20px 0 0 30px; position: relative }
	.mainnotice h1 a { font-size: 25px; font-weight: bold;  font-family: 'Tenada'; color: #816b4f }
	.mainnotice h6 { font-size: 18px; font-weight: bold;  font-family: 'Tenada'; color: #000}	
	.mainbanner  h1 a { font-size: 25px; font-weight: bold;  font-family: 'Tenada'; color: #816b4f }
	.mainbanner  h6 { font-size: 18px; font-weight: bold;  font-family: 'Tenada'; color: #000}	
	
	
 .title_notice { position: absolute; top: 32px; left: 30px; width: auto  }
 .title_notice h1 a  { display: block;  font-family: 'Pretendard-Regular', sans-serif; font-size:20px; color: #1c55b4; font-weight: bold}
 .title_notice h6   { display: block;  font-family: 'Pretendard-Regular', sans-serif; font-size:10px; color: #1c55b4; font-weight: 200}

	.main_historywrap { width: 100%; height: 482px; background: #eeeeee url("../image/index/his_m.jpg") no-repeat center center; position: relative; background-size: contain}
	.his { width: 100%; height: 142px; position: absolute; bottom: 80px; left: 0}
	
	.maintimewrap { width: 100%;  position: relative; background: url("../image/index/maintime_bg.jpg") no-repeat center bottom; background-size: cover; margin: 30px 0}
	.maintime { width: 100%; aspect-ratio: auto 1 / 1;  position: relative; margin: 0 auto}
	.maintime_time {display: none; width: 100%;  position: absolute; left: 0; top: 0; background: url("../image/index/maintime.jpg"); padding: 60px}
	.maintime_info { width: 100%;  position: relative; padding: 40px 15px}
	.maintime_info p {font-size:16px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: 400; line-height: 28px}
	.maintime_info p span {display: block; font-weight:bold; font-size: 20px; color: #3d5a8e; margin-bottom: 5px}	
	.maintime_time table { border-collapse: collapse; width: 100%; color: #fff }
	.maintime_time th, td {  padding: 8px;  text-align: left; border-bottom: 1px dotted #ddd; }
	.maintime_icon {display: none; width: 175px; height: 152px; position: absolute; left: 520px; top: 350px; z-index: 9; background: url("../image/index/maintime_icon.png")}
	.maintime_time table .a1 { width: 20%; font-weight: bold}
	.maintime_time table .a2 { width: 10%; font-size: 12px;}
    .maintime_time table .a3 { width: 20%}
	.maintime_time table .a4 { width: 25%; padding-left: 5%; font-weight: bold}
	.maintime_time table .a5 { width: 20%}
	.maintime_info .go {  width: 40px; height: 40px; position: absolute; bottom: 10px; right: 30px; background: #000; border-radius: 50%; }
	.maintime_info .go a {display: block; color: #fff; font-size: 15px; text-align: center; line-height: 2.2}
	.maintime_info .go a:hover { color: #F4EE0D}
.m_time { width: 100%; height: auto; position: relative}	

	.photo_h1 a {display: block; font-size:30px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; width: 100%; text-align: center; margin: 50px 0}
    .imgres { max-width: 100%; height: auto}


	.customerwrap{width: 100%; height: auto; position: relative; margin-top: 30px}
	.customer {width: 100%; height:auto; position: relative}
	.c_01 {width: 100%; height: auto; position: relative; margin: 5px auto; padding: 0 10px}
	.c_02 {width: 100%; height: auto; position: relative; margin: 5px auto; padding: 0 10px}
	.c_03 {width: 100%; height: auto; position: relative; margin: 5px auto; padding: 0 10px}
	.c_04 {width: 100%; height: auto; position: relative; margin: 5px auto; padding: 0 10px}
	.c_05 {width: 100%; height: auto; position: relative; margin: 5px auto; padding: 0 10px}
	
	.goodwrap {width: 100%; height: auto; position: relative; background: url("../image/index/goodbg.jpg") no-repeat center top}	
	.good {width: 100%; height: auto; margin: 0 auto; position: relative; padding: 20px}
	.good h1 {font-family: 'Jalnan', sans-serif; font-size: 20px; font-weight: bold; color: #333; padding-top: 20px } 	
	.good p { color: #333}
    
.nsubmenuwrapall {width:100%; height:40px;  position:absolute; bottom: 0; background: #899c09; 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}

    



.dropdown_lang{
    position:absolute; right:6px; width:46px; height:30px; z-index:10; text-align:center; top:6px
}

.dropdown-content {
    display: none;
    position: absolute; right:0px; top:40px;
    background: rgba(0,0,0,0.7); border-radius: 8px;
    z-index: 10;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.custom-shape-divider-bottom-1725437333 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: 9999;
}

.custom-shape-divider-bottom-1725437333 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 91px;
}

.custom-shape-divider-bottom-1725437333 .shape-fill {
    fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1725437333 svg {
        width: calc(100% + 1.3px);
        height: 58px;
    }
}

.m_topbg { width: 100%; height: 80px; position: absolute; top: 0; left: 0; border-bottom: 1px solid #3d322b;  z-index: 10000}

.show0 {display: block;}

.idxroom { width:100%; height:auto; text-align: center  position:relative;  margin: 80px 0 10px  }
.idxroom h1 {  font-size:25px; color: #333;  font-weight:700; text-align: center; font-family: 'Noto Sans KR', sans-serif;}
	.idxroom p { width: 100%;  font-size:14px; text-align: center }

.biz_title { width:100%; height:auto; text-align: center  position:relative;  padding: 100px 0 10px  }
.biz_title h1 {  font-size:25px; color: #333;  font-weight:700; text-align: center; font-family: 'Noto Sans KR', sans-serif;}
.biz_title h3 {  font-size:16px; color: #333; text-align: center; font-family: 'Noto Sans KR', sans-serif; line-height: 20px}	
.biz_title p { width: 100%;  font-size:14px; text-align: center }	

.subimgwrap { position:relative; width:100%; height:300px;  }
.s_text { width:65%; 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:300px; position:relative; background:url(../image/sub/subimg01_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}
.subimg02{width:100%; height:300px; position:relative; background:url(../image/sub/subimg02_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg03{width:100%; height:300px; position:relative; background:url(../image/sub/subimg03_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg04{width:100%; height:300px; position:relative; background:url(../image/sub/subimg04_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}	
.subimg05{width:100%; height:300px; position:relative; background:url(../image/sub/subimg05_m.jpg) no-repeat center center; background-size: cover;  z-index:1;}
.subimg06{width:100%; height:300px; 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;}	



.subtitle {display: block; width: auto; height: auto; position: absolute; top: 50%;  left: 50%;  transform: translate(-50%, -50%); color: #fff; font-size: 30px; z-index: 99; text-align: center}		

	.c_btn01 a {width: 50%; height: 35px; background: url("../image/index/c_btn01.jpg"); position: relative; float: left}
    .c_btn02 a {width: 50%; height: 35px; background: url("../image/index/c_btn02.jpg"); position: relative; float: left}



.bbswrap { width:100%; height:auto; position:relative;   }
.bbs { width:100%; height:inherit; margin:0 auto; padding-top:20px; position:relative }
.idxevent { width:100%; height:auto; float: none  }
.idxevent .eventtext {display:block; width:80px; position: relative; left:50%; margin:0 0 0 -40px;   font-size:18px; color:#000; font-weight:bold; padding:15px 0}
.idxtel { max-width:100%; height:auto; float:none;  }

.subhead01 { width:100%; height:auto; padding:40px 0; background:#f4eee2; position: relative}
.subhead01text { text-align:center; padding-bottom:15px; border-bottom: 1px solid #EDEBEB }
.subhead01text h1 { color:#666; font-weight:bold; font-size:24px }

.sub01wrap { width:100%; height:auto; background:url(../image/sub/s0101_bg.jpg) center  top no-repeat; position:relative; word-break:keep-all}
.sub01 { color:#666; width:100%; text-align:center; line-height:20px; font-size:18px; padding: 20px  5px 5px; margin:0 auto; }
.sub01 .sub_b  { color:#cba56b; font-weight:bold;}
.sub01_s {  color:#686868; width:100%; text-align:center; line-height:20px; font-size:13px; padding:25px 5px 0; margin:0 auto; }


        .daumbbswrap { width: 200px; height: 40px; position: relative; margin: 30px 0}
        .daumcont { width: 100px; height: inherit; position: relative; float: left; border: solid 1px #000c4c}
        .daumbbs { width: 100px; height: inherit; position: relative; float: left; border: solid 1px #000c4c; margin-left: -1px; background: #000c4c}        
        .daumcont a {display: block; color: #000c4c; font-weight: bold; line-height: 40px; text-align: center}
        .daumbbs a { display: block; color: #fff; font-weight: bold; line-height: 40px; text-align: center}    

.c01 {width: 100%; height: 100px; position: absolute; left: 50%; top: 50%; margin: 50px 0 0 -50%; z-index: 999 }		
.c01 ul {width:330px;  margin: 0 auto}	
.c01 ul li {width: 75px; height: 75px; border: 3px solid #fff; border-radius: 50%;  text-align: center; line-height: 75px;  float: left; margin-left: 5px; font-size: 14px}
.c01 ul li a { color: #fff;}
.c01 ul li a:hover {color: #E08508; text-decoration: none}

.tailwrap { width:100%; height:auto; padding:30px 15px; position:relative; background:#4c4c4c; color:#fff; clear:both; font-size:14px; margin-top:0  }
.tail_inner	 { width: 100%; height: auto; margin: 0 auto; position: relative}
.tail_left { width:132px; height:auto; float:none; position:relative; margin: 20px auto}
.tail_in { width: 100%; height:auto; float: none; margin-left: 0 ; text-align: center }
.tail_in ul li { padding: 3px 0}	



.pc_tail { display:none}
.pc_menu { display:none }
.pc_bizplan { display:none }



	
@media screen and (min-width: 1200px) {
.mobile_menu { display:none }
.pc_menu { display:block }
.pc_tail { display:block }
.m_tail { display:none }
.idxtop { position:absolute; width:150px; right:0; top:150px; z-index:-1; border: solid 0 #cfcfcf; border-radius: 12px  }
	.idxtop ul li { width: 100%; height: auto;  }
	.idxtop ul li:first-child a { display: block;  width: 100%; height: 50px; line-height: 50px; text-align: center; background: #fff; border-radius: 10px 10px 0 0}
	.idxtop ul li:nth-child(2) a {display: block; width: 100%; height: 50px; border-top: #cfcfcf solid 1px; border-bottom: #cfcfcf solid 1px; text-align: center; line-height: 50px; background: #fae9d5; font-size: 14px}	
	.idxtop ul li:nth-child(3) a {display: block; width: 100%; height: 50px; text-align: center; line-height: 50px; background: #d2dcfc; border-radius: 0 0 10px 10px; font-size: 14px}	
	.idxtop ul li .key_s {color: #8e8e8e; margin-right: 12px}
	
	
.idx_text { position:absolute; width:100%; height:auto; text-align: center; top: 260px; z-index:1000; font-size: 80px; font-weight: bold;  font-family: 'Tenada'; color: #fff; -webkit-text-stroke: 2px black; /* 테두리 두께와 색상 */}
.facwrap { position:relative; width:100%; height: 620px; background: url(../image/index/idx_fac.jpg) repeat  center top }
.fac { width:1320px; height:auto; margin:0 auto; position:relative }
.f_text a { display:block;  width:160px; position:absolute; left:50%; top:100px;  margin: 0 0 0 -40px;  font-size:20px; font-weight:bold; color:#FFF  }
	
.mobile_live {display: none}
.pc_live {display: block}
	.live a {width: 181px; height: 181px; position: fixed; right: 10px; top: 100px;z-index: 8}	
	.live a:hover {opacity: 0.8}
	.subpagewrap { width: 100%; height: 800px;  background: url("../image/sub/s_bg.png") repeat-x center top}
		
.subimgwrap { position:relative; width:100%; height:400px;  }
.s_text { position:absolute; max-width:558px; height:161;   top: 150px;  left: 50%; margin:0 0 0 -550px;   z-index:5 }
.subimg{width:100%; height:300px; position:relative; background:url(../image/sub/subimg.jpg) no-repeat center center;  z-index:1;}
.subimg01{width:100%; height:400px; position:relative; background:url(../image/sub/subimg01.jpg) no-repeat center center;  z-index:1; background-size: cover}	
.subimg02{width:100%; height:400px; position:relative; background:url(../image/sub/subimg02.jpg) no-repeat center center;  z-index:1;background-size: cover}		
.subimg03{width:100%; height:400px; position:relative; background:url(../image/sub/subimg03.jpg) no-repeat center center;  z-index:1;background-size: cover}	
.subimg04{width:100%; height:400px; position:relative; background:url(../image/sub/subimg04.jpg) no-repeat center center;  z-index:1;background-size: cover}		
.subimg05{width:100%; height:400px; position:relative; background:url(../image/sub/subimg05.jpg) no-repeat center center;  z-index:1;background-size: cover}		
.subimg06{width:100%; height:400px; position:relative; background:url(../image/sub/subimg06.jpg) no-repeat center center;  z-index:1;background-size: cover}	
	
.subtitle {display: block; position: absolute; top: 50%;  left: 50%;  transform: translate(-50%, -50%); color: #fff; font-size: 50px; z-index: 99; text-align: center; }		
	
	
.header { /*2015-11-11 header속성 수정*/
	position:relative; 
	z-index:999;
	width:100%;
	height:100px; background: #fff ;
		
	
}
.header .logo   {  width:130px; height:40px; position:absolute; left:100px; top:30px; z-index:10; background: url("../image/index/logo.png") no-repeat 0 0}
.header .logo  a { display:block;  }

.head_inner {
	position:relative;
	width:100%; height:100px;
	/* height:285px;*/

}
	.head_inner .logo {
		position:absolute;
		left:0;top:25px;
		font-size:0;
	}
		.head_inner .logo img {width:100%;}

	


.header.down {
	position:fixed; top:0px; left:0;
	min-width:1200px; 
	background:rgba(0,0,0,0.4);  z-index:999
}

.down {  height:100px; color:#FFF }
.header.down .logo {width:130px;height: 40px; background: url("../image/index/logo.png") no-repeat 0 -40px  }


/* GNB */
.gnb {
	width:auto;
	position:absolute;
    right: 0

}
.gnb-list {
	overflow:hidden; width:100%;
	position:relative;
    list-style:none
}


.gnb-item {
	float:left; 	
}
	.gnb-item .title {
		display:block;
		height:100px;
		padding:0 50px ;
		color:#000 ;
		font-size:18px;
		font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold;
		line-height:100px; text-align:left;   
	}
	
    	.header.down .gnb-item .title {color: #fff}
    	.header.down02 .gnb-item .title {color: #fff}		
	
	
	.gnb-item:hover .title span {
		display:block; 		height:100px;
		border-bottom:3px solid #fff;
	}
	.gnb-item .gnb-depth2 {
		display:none; 
		padding:20px 10px 20px 0px; list-style:none

	}
		.gnb-item .gnb-depth2 li {}
		.gnb-item .gnb-depth2 li a {
			display:block;
			height:auto; padding:5px 0;
			color:#000; font-family: 'Pretendard-Regular', sans-serif; font-size:14px; text-decoration:none; left:60px;  top:0; position: relative ; 
		}
		.gnb-item .gnb-depth2 li a:hover, .gnb-item .gnb-depth2 li a.active {
			color:orange;
			text-decoration:none;
		}

.gnb-add {
	display:none;
	position:absolute;
	left:0; top:100px;
	height:300px; width:100%;
	border-bottom:1px solid #cfcfcf ; 
	background:rgba(232,232,232,1) ; z-index:-1
}
.gnb_img { width:228px; height:229px; position:absolute; left: 50%;  margin:  0 0 0 -600px; bottom:0;  }	


.custom-shape-divider-bottom-1725436168 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 99;	
}

.custom-shape-divider-bottom-1725436168 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 92px;
}

.custom-shape-divider-bottom-1725436168 .shape-fill {
    fill: #FFFFFF;
}	
	.sermonwrap { width: 100%; height: auto; position: relative; background-color: #9a8972; background-image: linear-gradient(white, white); background-size: 55% 100%; background-repeat: no-repeat; background-position: right;}
	.sermon { width: 1200px; height: 412px; margin: 50px auto; position: relative}
	.sermon_left  { width: 540px; height: 360px ;padding: 0; float: left; position: relative; background: url("../image/index/sermon_bg.jpg") no-repeat }
	.sermon_left a:before { content: url("../image/index/play.png"); position: absolute; width: 100px; height: 100px; top: 50%; left: 50%; transform: translate(-50%, -50%)}
	.sermon_left a:hover:before { opacity: 0.5 }
	.sermon_right { width: 600px;  height: 412px; float: left; position: relative; padding: 0; margin-left: 50px}
	.sermon_right h1 { width: 400px; font-family: 'Pretendard-Regular', sans-serif; font-size:16px; position: absolute; right: 0 }
	.sermon_right h1 a { display: block; background: #fff; color: #000; width: 100px; position: absolute; text-align: center}
	.sermon_right h1:before { content: ''; position: absolute; width: 430px; height: 1px; background: #7f7f7f; right: 0; top: 10px}
	
	.mainiconwrap { width: 100%; height: 250px; position: relative; margin: 50px 0  }
	.mainicon {width: 1200px; height: 250px; position: relative; margin: 10px auto; padding: 0  }	
	.mainicon ul { display: flex; justify-content: space-between; flex-wrap: nowrap; position: relative  }
	.mainicon ul li { width: 280px; height: auto; text-align: center;    }	
	.mainicon ul li a { display: block; position: relative}
	.mainicon ul li a img { max-width: 280px; height: auto}
	.mainicon ul li a:hover { opacity: 0.8}
	.mainicon ul li:first-child a:before {content: '제자훈련'; display: block; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; left: 50%; bottom: 70px; transform: translateX(-50%); z-index: 9 }
	.mainicon ul li:nth-child(2) a:before {content: '찬양팀'; display: block; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; left: 50%; bottom: 70px; transform: translateX(-50%); z-index: 9 }	
	.mainicon ul li:nth-child(3) a:before {content: '예배시간'; display: block; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; left: 50%; bottom: 70px; transform: translateX(-50%); z-index: 9 }
	.mainicon ul li:nth-child(4) a:before {content: '차량운행시간'; display: block; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; left: 50%; bottom: 70px; transform: translateX(-50%); z-index: 9 }
	.mainicon ul li:nth-child(5) a:before {content: '온라인헌금'; display: block; color:#fff ; font-size:20px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; position: absolute; left: 50%; bottom: 70px; transform: translateX(-50%); z-index: 9 }	
	.mainicon ul li:first-child a:hover:before { color:#E81060 ; }
	.mainicon ul li:nth-child(2) a:hover:before { color:#E81060 ;  }
	.mainicon ul li:nth-child(3) a:hover:before { color:#E81060 ;  }
	.mainicon ul li:nth-child(4) a:hover:before { color:#E81060 ;  }
	.mainicon ul li:nth-child(5) a:hover:before { color:#E81060 ;  }	
	
	.maininfo { width: 1200px; height: 280px; margin: 100px auto; position: relative; overflow: hidden}	
	.mainnotice { width: 560px; height: 280px; float: left; background: url("../image/index/bbs_bg.jpg") no-repeat center top; padding: 50px 0 0 60px; position: relative}
	.mainbanner { width: 560px; height: 280px; float: left;  margin-left: 80px; background: url("../image/index/wit_bg.jpg") no-repeat center top; padding: 50px 0 0 60px; position: relative }
	.mainnotice h1 a { font-size: 40px; font-weight: bold;  font-family: 'Tenada'; color: #816b4f }
	.mainnotice h6 { font-size: 20px; font-weight: bold;  font-family: 'Tenada'; color: #000}	
	.mainbanner  h1 a { font-size: 40px; font-weight: bold;  font-family: 'Tenada'; color: #816b4f }
	.mainbanner  h6 { font-size: 20px; font-weight: bold;  font-family: 'Tenada'; color: #000}	
	
	
 .title_notice { position: absolute; top: 32px; left: 230px; width: auto  }
 .title_notice h1 a  { display: block;  font-family: 'Pretendard-Regular', sans-serif; font-size:40px; color: #1c55b4; font-weight: bold}
 .title_notice h6   { display: block;  font-family: 'Pretendard-Regular', sans-serif; font-size:10px; color: #1c55b4; font-weight: 200}
	
	.main_historywrap { width: 100%; height: 482px; background: #eeeeee url("../image/index/main_history.jpg") no-repeat center center; position: relative}
	.his { width: 100%; height: 142px; position: absolute; bottom: 80px; left: 0}
	
	.maintimewrap { width: 100%; height: 515px; position: relative; background: url("../image/index/maintime_bg.jpg") no-repeat center bottom; margin: 100px 0}
	.maintime { width: 1200px; height: 515px; position: relative; margin: 0 auto}
	.maintime_time { display: block; width: 620px; height: 430px; position: absolute; left: 0; top: 0; background: url("../image/index/maintime.jpg"); padding: 60px}
	.maintime_info { width: 440px; height: 240px; position: absolute; left: 670px; top: 230px}
	.maintime_info p {font-size:18px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: 400; line-height: 28px}
	.maintime_info p span {display: block; font-weight:bold; font-size: 25px; color: #3d5a8e; margin-bottom: 5px}	
	.maintime_time table { border-collapse: collapse; width: 100%; color: #fff }
	.maintime_time th, td {  padding: 8px;  text-align: left; border-bottom: 1px dotted #ddd; }
	.maintime_icon { width: 175px; height: 152px; position: absolute; left: 520px; top: 350px; z-index: 9; background: url("../image/index/maintime_icon.png")}
	.maintime_time table .a1 { width: 20%; font-weight: bold}
	.maintime_time table .a2 { width: 10%; font-size: 12px;}
    .maintime_time table .a3 { width: 20%}
	.maintime_time table .a4 { width: 25%; padding-left: 5%; font-weight: bold}
	.maintime_time table .a5 { width: 20%}
	.maintime_info .go {  width: 40px; height: 40px; position: absolute; bottom: 0; right: 0; background: #000; border-radius: 50%; }
	.maintime_info .go a {display: block; color: #fff; font-size: 15px; text-align: center; line-height: 2.2}
	.maintime_info .go a:hover { color: #F4EE0D}
	
	.photo_h1 a {display: block; font-size:30px; font-family: 'Pretendard-Regular', sans-serif;  text-decoration:none; font-weight: bold; width: 100%; text-align: center; margin: 50px 0}
	
.subhead01 { width:100%; height:auto; padding:40px 0 25px; background:#f4eee2; position: relative }
.subhead01text { text-align:center; margin: 50px 0 }
.subhead01text span { font-size:16px; font-family: 'Pretendard-Regular', sans-serif; text-align: center }	
.subhead01text h1 { color:#000; font-weight:bold; font-size:36px; font-family: 'Pretendard-Regular', sans-serif; margin-top: 15px; margin-bottom: 30px }

	.cellwrap { width: 100%; height: auto; position: relative; background:url("../image/index/4w_bg.jpg") no-repeat center top}
	.cell { width: 1200px; height: auto; padding: 85px 0 80px; margin: 0 auto}
	.cell_text {  font-size: 14px; color: #000; line-height: 1.5 }
	.cell_title { display: block; font-size: 16px; font-weight: bold;  font-family: 'Tenada';}
	.cell_title2 { display: block; font-size: 35px; font-weight: bold; color: #7d6c52;  font-family: 'Tenada';}
	.cell_title3 { font-size: 25px; font-weight: bold; color: #50524f;  font-family: 'Tenada';}
	.cell_title4 { font-size: 16px; font-weight: bold; color: #000;  font-family: 'Tenada';}
	
.sub01wrap { width:100%; height:760px; background:url(../image/sub/s0101_bg.jpg) center  top no-repeat; position:relative}
.sub01 { color:#666; width:1100px; text-align:center; line-height:60px; font-size:36px; padding-top: 70px; 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}


.bbswrap { width:100%; height:800px; position:relative;   }
.bbs { width:1200px; height:inherit; margin:0 auto; padding-top:120px; position:relative }
.bbs01 {width: 600px; height: inherit; float: left}	
.bbs02 {width: 600px; height: inherit; float: left}	
	
.idxevent { display: block; width:400px; height:auto; float:left; position:relative   }
.idxevent .eventtext {display:block; width:80px; position:absolute; left:40px; top:-70px; font-size:34px; color:#000; font-weight:bold}
.idxtel { max-width:622px; height:auto; float:left; margin-left:478px }

   
.nsubmenuwrapall {width:1200px; height:60px;  position:absolute; left: 50%; transform: translateX(-50%); bottom: -30px; z-index: 99; background: #899c09  }
.nsubmenu { width:430px;  position:absolute; left: 50%; bottom: 0; margin: 0 0 0 170px;}
.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}

    
        .daumbbswrap { width: 300px; height: 50px; position: relative; margin: 30px 0}
        .daumcont { width: 150px; height: inherit; position: relative; float: left; border: solid 2px #000c4c}
        .daumbbs { width: 150px; height: inherit; position: relative; float: left; border: solid 2px #000c4c; margin-left: -2px; background: #000c4c}        
        .daumcont a {display: block; color: #000c4c; font-weight: bold; line-height: 50px; text-align: center}
        .daumbbs a { display: block; color: #fff; font-weight: bold; line-height: 50px; text-align: center}        

	
.c01 {width: 1150px; height: 250px; position: absolute; left: 50%; top: 50%; margin: 50px 0 0 -575px; z-index: 999 }		
.c01 ul {width:1150px;  margin: 0 auto}		
.c01 ul li {width: 220px; height: 220px; border: 5px solid #fff; border-radius: 50%; background: rgba(0,0,0,0.4); color: #fff; text-align: center; line-height: 220px;  float: left; margin-left: 50px; font-size: 30px}
	



.tailwrap { width:100%; height:280px; padding:30px 0; position:relative; background:#4c4c4c; color:#fff; clear:both; font-size:14px; margin-top:0  }
.tail_inner	 { width: 1200px; height: 280px; margin: 0 auto; position: relative}
.tail_left { width:200px; height:auto; float:left; position:relative; margin: 0 auto}
.tail_in { width: 970px; height:auto; float: left; margin-left: 0; text-align: left  }
.tail_in ul li { padding: 3px 0}	


.mobile_bizplan{ display:none }	
.pc_bizplan{ display:block }	

	
.container_w {max-width: 1920px; height: auto; position: relative; margin: 0 auto; padding: 15px 0}
.container_w:after {display:block;visibility:hidden;clear:both;content:""}	
	
}

	
.go-top{
	display:block;
	width:55px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	position:fixed;
	bottom:-40px;
	right:20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-color:#737373;
	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{
	background-color:#000;
	color:#FFFFFF;
	text-decoration:none;
}


/* 중간 레이아웃 */
#wrapper {position: relative}
#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%;}


.container {max-width: 1200px; height: auto; position: relative; margin: 0 auto; padding: 15px}
.container:after {display:block;visibility:hidden;clear:both;content:""}


/* 하단 레이아웃 */




#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:#eeb00a;color:#fff;cursor:pointer;border-radius:3px; padding: 15px}
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}
.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{margin-top: 30px; padding:30px 10px;}
.list_01 li{margin:0;padding:5px 15px;border-bottom:1px solid #ccc;}

/* 기본폼 */
.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 {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;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;}


