@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
/* Noto Sans KR , Noto Serif KR */

@font-face {
	font-family: 'DINPro';
	src: url('/font/DINPro-Regular.eot');
	src:
		url('/font/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('/font/DINPro-Regular.woff2') format('woff2'),
		url('/font/DINPro-Regular.ttf') format('truetype')
        url('/font/DINPro-Regular.otf') format('opentype'),
}

@font-face {
    font-family: 'Eulyoo1945';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945Regular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945Regular.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Eulyoo1945';
    font-weight: 600;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945SemiBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945SemiBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945SemiBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945SemiBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/eulyoo/Eulyoo1945SemiBold.ttf') format("truetype");
    font-display: swap;
}

.ft_serif{ font-family: 'Noto Serif KR'; }
.ft_din{ font-family: 'DINPro'; }

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:1;font-family:'Noto Sans KR', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
select {margin:0}
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}

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

.clearfix::after { content: ""; display: block; clear: both; }
.blind { overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px; }
.inner_wrap { position: relative; width: 1200px; margin: 0 auto; }
.inner_wrap_02 { position: relative; width: 94.79vw; margin: 0 auto; }



/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}



/*! ───────────────────── A N I M A T I O N ───────────────────── */
@keyframes moveUp{
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; }
}
@keyframes moveRight{
    0% { transform: translateX(-50px); opacity: 0; }
    100% { transform: translateX(0px); opacity: 1; }
}
@keyframes bgScale{ 
    0% { transform: scale(1.08) translateZ(0); }
    100% { transform: scale(1) translateZ(0); }
}

.moveUp{ opacity: 0; animation: moveUp 1s ease-out 1 forwards; }
.m-up{ opacity: 0; transform: translate(0,50px); transition: all 0.8s ease-out; }
.m-left{ opacity: 0; transform: translate(50px,0); transition: all 0.8s ease-out; }
.m-right{ opacity: 0; transform: translate(-50px,0); transition: all 0.8s ease-out; }
.move.moveload{ opacity: 1; transform: translate(0,0); }
.del01{ transition-delay: 0.1s; }
.del02{ transition-delay: 0.2s; }
.del03{ transition-delay: 0.3s; }
.del04{ transition-delay: 0.4s; }
.del05{ transition-delay: 0.5s; }
.del06{ transition-delay: 0.6s; }
.del07{ transition-delay: 0.7s; }
.del08{ transition-delay: 0.8s; }
.del09{ transition-delay: 0.9s; }

/*! ───────────────────── A N I M A T I O N ───────────────────── */

#wrapper{ padding: 90px 0 0 0; }





/*! ───────────────────── H E A D E R ───────────────────── */
.hd_mobile { display: none; }
#hd { position: fixed; left: 0; top: 0; z-index: 990; width: 100%; height: 90px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); transition: all 0.2s ease-in-out; }
#hd .hd_wrappc > h1 { position: fixed; left: 50px; top: 21px; z-index: 1000; width: 230px; height: 45px; }
#hd .hd_wrappc > h1 > a { display: block; width: 100%; height: 100%; background: url("/img/ico_logo_w2.svg") no-repeat center center; background-size: cover; }

#hd nav { position: relative; width: 100%; }
#hd nav ul.gnb { display: flex; justify-content: center; }
#hd nav ul.gnb > li { padding: 0 30px; }
#hd nav ul.gnb > li > a{ position: relative; display: inline-block; color: #fff; font-size: 18px; line-height: 90px; text-align: center; padding: 0 5px; }
#hd nav ul.gnb > li > a::after{ position: absolute; left: 0; bottom: 35px; width: 0%; height: 5px; content: ''; display: block; z-index: -1; transition: all 0.2s ease-out; }
#hd nav ul.gnb > li:hover > a::after { width: 100%; }
#hd nav ul.gnb > .cate1 >a::after { background: #c4f6eb; }
#hd nav ul.gnb > .cate2 >a::after { background: #ffe4b8; }
#hd nav ul.gnb > .cate3 >a::after { background: #dedcff; }
#hd nav ul.gnb > .cate4 >a::after { background: #ffd2e4; }
#hd nav ul.gnb > .cate5 >a::after { background: #c1d5f3; }

#hd nav .hover_wrap { overflow: hidden; position: absolute; left: 0; top: 90px; width: 100%; height: 0px; background: #fff; line-height: 1em; }
#hd nav ul.gnb > li:hover .hover_wrap { height: 250px; transition: height 0.5s; }

#hd nav .left_box { float: left; height: 100%; padding: 60px 160px 0 18.75vw; background: #f8f8f8; }
#hd nav .info img { width: 27px; height: 25px; }
#hd nav .info p.title { margin: 15px 0; font-size: 20px; font-weight: bold; }
#hd nav .info p.desc { color: #999; font-size: 12px; }


#hd nav ul.sub { float: left; width: 210px; height: 100%; padding: 40px 0 0 30px; border: 1px solid #f2f2f2; }
#hd nav ul.sub > li { height: 35px; }
#hd nav ul.sub > li > a { display: block; width: 100%; height: 100%; color: #999999; text-align: left; line-height: 35px; transition: all 0.2s ease-in-out; }
#hd nav .cate1 .sub > li > a:hover { color:#00b188; }
#hd nav .cate2 .sub > li > a:hover { color: #f39800; }
#hd nav .cate3 .sub > li > a:hover { color: #8883d6; }
#hd nav .cate4 .sub > li > a:hover { color: #e54582; }
#hd nav .cate5 .sub > li > a:hover { color: #2c64ba; }


#hd nav .right_box { border-top: 1px solid #f2f2f2; }


#hd nav .quick_menus { float: right; padding: 45px 18.75vw 0 0; }
#hd nav .quick_menus ul li { position: relative; width: 260px; height: 60px; margin-bottom: 5px; border: 1px solid #ededed; background: #f8f8f8; transition: all 0.2s ease-in-out; }
#hd nav .quick_menus ul li:hover { border: 1px solid #8883d6; background: #f1f0fa; }
#hd nav .quick_menus ul li a { position: relative; display: block; width: 100%; height: 100%; color: #111; font-size: 16px; text-align: center; line-height: 60px; }
#hd nav .quick_menus ul li a::after { content: "→"; display: block; position: absolute; top: 0; right: 25px; color: #b2b2b2; font-size: 14px; }
#hd nav .quick_menus ul li:first-of-type a::before { content: ""; display: block; position: absolute; left: 25px; top: 18px; width: 27px; height: 25px; background: url("../img/ico_quick_01.svg") no-repeat; transition: all 0.2s ease-in-out; }
#hd nav .quick_menus ul li:last-of-type a::before { content: ""; display: block; position: absolute; left: 25px; top: 18px; width: 27px; height: 25px; background: url("../img/ico_quick_02.svg") no-repeat; transition: all 0.2s ease-in-out; }
#hd nav .quick_menus ul li:hover a::before { content: ""; filter: invert(55%) sepia(75%) saturate(631%) hue-rotate(205deg) brightness(89%) contrast(87%); }
#hd nav .quick_menus ul li:hover a::after { content: "→"; filter: invert(55%) sepia(75%) saturate(631%) hue-rotate(205deg) brightness(89%) contrast(87%); }
/*
#hd nav .quick_menus.cate1 ul li:hover { border: 1px solid #00b188; background: #c4f6eb; }
#hd nav .quick_menus.cate2 ul li:hover { border: 1px solid #f39800; background: #ffe4b8; }
#hd nav .quick_menus.cate3 ul li:hover { border: 1px solid #8883d6; background: #dedcff; }
#hd nav .quick_menus.cate4 ul li:hover { border: 1px solid #e54582; background: #ffd2e4; }
#hd nav .quick_menus.cate5 ul li:hover { border: 1px solid #2c64ba; background: #c1d5f3; }
*/


#hd .utility { position: absolute; right: 240px; top: 36px; font-size: 14px; }
#hd .utility > a { color: #fff; transition: all 0.2s ease-in-out; }
/*#hd .utility::after { content: ""; position: absolute; left: 45%; top: 30%; display: block; width: 1px; height: 11px; background: rgba(255, 255, 255, 0.3); }*/
#hd .utility a:last-of-type { margin-left: 20px; }
#hd .sns { position: absolute; right: 50px; top: 28px; }
#hd .sns > a { display: inline-block; width: 35px; height: 35px; margin-left: 5px; transition: all 0.2s ease-in-out; }
#hd .sns > a:nth-of-type(1) { background: url("../img/ico_fb.svg") no-repeat center center; background-size: cover; }
#hd .sns > a:nth-of-type(2) { background: url("../img/ico_insta.svg") no-repeat center center; background-size: cover; }
#hd .sns > a:nth-of-type(3) { background: url("../img/ico_yt.svg") no-repeat center center; background-size: cover; }
#hd .sns > a:nth-of-type(4) { background: url("../img/ico_blog.svg") no-repeat center center; background-size: cover; }


/* scroll or hover*/
#hd.bg { display: block; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
#hd.bg h1 a{ background: url("/img/ico_logo_b.svg") no-repeat center center; background-size: contain; }	



#hd.bg nav ul.gnb > li > a { color: #111; }
#hd.bg .utility > a { color: #aaa; }
#hd.bg .utility > a:hover { color: #111; }
/*#hd.bg .utility::after { content: ""; position: absolute; left: 45%; top: 30%; display: block; width: 1px; height: 11px; background: #f4f4f4; }*/  
#hd.bg .sns > a:nth-of-type(1) { background: url("../img/ico_fb_02.svg") no-repeat center center; background-size: cover; } 
#hd.bg .sns > a:nth-of-type(2) { background: url("../img/ico_insta_02.svg") no-repeat center center; background-size: cover; }
#hd.bg .sns > a:nth-of-type(3) { background: url("../img/ico_yt_02.svg") no-repeat center center; background-size: cover; }
#hd.bg .sns > a:nth-of-type(4) { background: url("../img/ico_blog_02.svg") no-repeat center center; background-size: cover; }

#hd:hover { display: block; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
#hd .hd_wrappc:hover h1 a{ background: url("/img/ico_logo_b.svg") no-repeat center center; background-size: cover; }	



#hd:hover nav ul.gnb > li > a { color: #111; }
#hd:hover .utility > a { color: #aaa; }
#hd:hover .utility > a:hover { color: #111; }
/*#hd:hover .utility::after { content: ""; position: absolute; left: 45%; top: 30%; display: block; width: 1px; height: 11px; background: #f4f4f4; }*/
#hd:hover .sns > a:nth-of-type(1) { background: url("../img/ico_fb_02.svg") no-repeat center center; background-size: cover; } 
#hd:hover .sns > a:nth-of-type(2) { background: url("../img/ico_insta_02.svg") no-repeat center center; background-size: cover; }
#hd:hover .sns > a:nth-of-type(3) { background: url("../img/ico_yt_02.svg") no-repeat center center; background-size: cover; }
#hd:hover .sns > a:nth-of-type(4) { background: url("../img/ico_blog_02.svg") no-repeat center center; background-size: cover; }
#hd:hover .sns > a:nth-of-type(1):hover { background: url("../img/ico_fb_h.svg") no-repeat center center; background-size: cover;}
#hd:hover .sns > a:nth-of-type(2):hover { background: url("../img/ico_insta_h.svg") no-repeat center center; background-size: cover;}
#hd:hover .sns > a:nth-of-type(3):hover { background: url("../img/ico_yt_h.svg") no-repeat center center; background-size: cover;}
#hd:hover .sns > a:nth-of-type(4):hover { background: url("../img/ico_blog_h.svg") no-repeat center center; background-size: cover;}










/*! ───────────────────── H E A D E R ───────────────────── */


/* @@@@@@@@@@@@@@@@@@@@ VISUAL @@@@@@@@@@@@@@@@@@@@*/
.visual { overflow: hidden; position: relative; width: 100%; height: 100vh; margin-top:-90px; }
.visual .bg_wrap{ overflow: hidden; position: relative; width: 100%; height: 100%; }
.visual .bg_wrap ul > li{ width: 100%; height: 100%; }
.visual .bg_wrap ul > li .bg{ width: 100%; height: 100%; }
.visual .bg_wrap ul > li.s01 .bg{ background: url(/img/img_visual_01.png) no-repeat center center; background-size: cover; }
.visual .bg_wrap ul > li.s02 .bg{ background: url(/img/img_visual_02.png) no-repeat center center; background-size: cover; }
.visual .bg_wrap ul > li.s03 .bg{ background: url(/img/img_visual_03.png) no-repeat center center; background-size: cover; }
.visual .bg_wrap ul > li.swiper-slide-active .bg{ animation: bgScale 5s ease-out forwards; }

.visual .info_01 { position: absolute; left: 9.375vw; top: 25.46vh; z-index: 1; color: #fff; }
.visual .info_01 p.title { margin-bottom: 5.55vh; font-size: 45px; line-height: 1.5em; }
.visual p.desc { font-size: 18px; line-height: 30px; opacity: 0.5; }

.visual .info_02 { position: absolute;  right: 180px; bottom: 0; padding: 0 40px 100px 0; z-index: 1; color: #fff; text-align: right; border-right: 1px solid #fff; }
.visual .info_02 h2 { display: block; width: 100%; height: 100%; margin-bottom: 20px; }
.visual .info_02 img { width: 233px; height: 40px; }
.visual .info_02 > p.desc { font-size: 16px; }
.visual .info_02 p.sub { margin-bottom: 4.629ch; font-size: 22px; }
.visual .info_02 p.sub > span { font-weight: bold; }



/* ----- Sub visual ----- */
.svisual { position: relative; width: 100%; height: 373px; overflow: hidden; margin-top: -90px; }
.svisual::before{ position: absolute; left: 0; top: 0; width: 100%; height: 373px; content: ''; display: block; transform: scale(1.1); animation: bgScale 3s ease-out 1 forwards;}

.svisual.sv01::before { background: url(/img/bg_subvisual01.png) no-repeat center center; background-size: cover; }
.svisual.sv02::before { background: url(/img/bg_subvisual02.png) no-repeat center center; background-size: cover; }
.svisual.sv03::before { background: url(/img/bg_subvisual03.png) no-repeat center center; background-size: cover; }
.svisual.sv04::before { background: url(/img/bg_subvisual04.png) no-repeat center center; background-size: cover; }
.svisual.sv05::before { background: url(/img/bg_subvisual05.png) no-repeat center center; background-size: cover; }

.svisual .inner { position: absolute; top: 60%; left: 50%; transform: translate(-50%, -60%); text-align: center; z-index: 10; }
.svisual .inner h2 { font-size: 40px; font-family: 'Eulyoo1945'; font-weight: 600; color: #fff; letter-spacing: -1px; }

.visnav { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.visnav li { padding-right: 8px; font-size: 13px; font-weight: 200; color: #fff; letter-spacing: -1px;  }
.visnav li:last-child { padding-right: 0px; }

/* ----- Snav ----- */
.snav { width: 100%; background-color: #f4f4f4; }
.snav ul { display: flex; justify-content: center; padding: 5px 0; }
.snav ul li { position: relative; padding: 0 35px; text-align: center; }
.snav ul li::after{ position: absolute; right: 0; top: 26px; width: 1px; height: 14px; background: #e4e4e4; content: ""; display: block; }
.snav ul li:last-of-type::after{ display: none; }
.snav ul li a { display: block; font-size: 16px; font-weight: 400; color: #999999; letter-spacing: -0.5px; line-height: 65px; transition: all 0.2s ease-in-out; }
.snav.cate1 ul li a:hover { color: #00b188; }
.snav.cate1 ul li.on a { color: #00b188; }
.snav.cate2 ul li a:hover { color: #f39700; }
.snav.cate2 ul li.on a { color: #f39700; }
.snav.cate3 ul li a:hover { color: #8883d6; }
.snav.cate3 ul li.on a { color: #8883d6; }
.snav.cate4 ul li a:hover { color: #e54582; }
.snav.cate4 ul li.on a { color: #e54582; }
.snav.cate5 ul li a:hover { color: #2c64ba; }
.snav.cate5 ul li.on a { color: #2c64ba; }


/* ----- Sub Page -----*/

.sub_page .inner { width:1200px; margin: 0 auto; padding: 80px 0 150px 0; }
.sub_page .inner > h2 { font-size: 50px; font-weight: 700; color: #111; letter-spacing: -1px; text-align: center; margin-bottom: 100px; }
.sub_board .inner{ max-width: 1200px; margin: 0 auto; padding-bottom: 100px; }
.sub_board h2{ font-size: 50px; font-weight: 700; color: #111; letter-spacing: -1px; text-align: center; margin: 100px 0 50px 0; }



/** ----- Sub1-1 인사말 백업 ----- */
/*.sub11 .inner { width: 100%; max-width: 1920px; margin: 0 auto; padding-bottom: 150px; }
.flexwrap { width: 100%; position: relative; }
.sub11 .bgBoxWide { width: 100vw; height: 1280px; background: url(/img/bg_sub11_1.png) no-repeat top left; background-size: contain; }
.sub11 .txtwrap { position: absolute; top: 24%; right: 0; width: 65vw; padding: 100px 0 0 70px; background-color: #fff; z-index: 10; text-align: left; }
.sub11 .txtBox { width: 800px; }
.sub11 .txtBox h3{ position: relative; display: block; font-size: 35px; font-weight: 500; font-family: 'Eulyoo1945'; line-height: 50px; letter-spacing: -1.5px; color: #111; word-break: keep-all; margin-bottom: 50px; }
.sub11 .txtBox h3 > span{ position: absolute; top: 30px; left: 0; width: 427px; height: 18px; background: #c4f6ea; display: block; z-index: -1; transform: all 0.3s ease; }
.sub11 .txtBox h3 > b{ font-weight: 800; }
.sub11 .txtBox p{ font-size: 18px; font-weight: 500; line-height: 35px; letter-spacing: -1px; color: #111; word-break: keep-all; padding-bottom: 50px; }
.sub11 .txtBox .sign { font-size: 23px; font-weight: 500; letter-spacing: 3px; color: #000; text-align: right; }
.sub11 .txtBox .sign > em{ font-size: 18px; font-weight: 500; font-style: normal; line-height: 35px; letter-spacing: -1px; }
.sub11 .txtBox .sign > span{ font-size: 18px; font-weight: 800; letter-spacing: 2px; }*/


/** ----- Sub1-1 인사말 ----- */
.sub11 h3{ position: relative; display: block; font-size: 35px; font-weight: 500; font-family: 'Eulyoo1945'; line-height: 54px; letter-spacing: -1.5px; color: #111; word-break: keep-all; margin-bottom: 70px; }
.sub11 h3 > span{ position: absolute; top: 30px; left: 0; width: 427px; height: 18px; background: #c4f6ea; display: block; z-index: -1; transform: all 0.3s ease; }
.sub11 h3 > b{ font-weight: 800; }

.sub11 .flexwrap { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.sub11 .imgbox { width: 33%; text-align: left; }
.sub11 .txtBox { width: 63%; text-align: left; }
.sub11 .txtBox p{ font-size: 18px; font-weight: 500; line-height: 35px; letter-spacing: -1px; color: #111; word-break: keep-all; padding-bottom: 50px; }
.sub11 .txtBox .sign { font-size: 23px; font-weight: 500; letter-spacing: 3px; color: #000; text-align: right; }
.sub11 .txtBox .sign > em{ font-size: 18px; font-weight: 500; font-style: normal; line-height: 35px; letter-spacing: -1px; }
.sub11 .txtBox .sign > span{ font-size: 18px; font-weight: 800; letter-spacing: 2px; }


/** ----- Sub1-2 연혁 ----- */
.sub12 ul > li{ width: 100%; display: flex; justify-content: flex-start; align-items: center; border-top: 1px #e5e5e5 solid; padding: 45px 0; }
.sub12 ul > li:last-child{ border-bottom: 1px #e5e5e5 solid; }
.sub12 .year { font-size: 45px; font-weight: 800; font-family: 'DINPro'; color: #00b188; letter-spacing: -0.5px; padding-left: 40px; }
.sub12 .month { font-size: 20px; font-weight: 600; font-family: 'DINPro'; color: #111111; letter-spacing: -0.5px; padding-left: 25px; }
.sub12 .infoco { font-size: 18px; font-weight: 400; color: #555555; letter-spacing: -1px; padding-left: 25px; }


/** ----- Sub1-3 소속교단 ----- */
.sub13 .allclub { width: 100%; }
.sub13 .allclub ul{ width: 100%; display: flex; justify-content: space-between; align-items: center; border-radius: 10px; margin-bottom: 20px; }
.sub13 .allclub ul:last-child{ margin-bottom: 0; }
.sub13 .club1 { background-color: #f3f5fa; }
.sub13 .club2 { background-color: #fbf9ec; }
.sub13 .club3 { background-color: #f9eff0; }
.sub13 .club4 { background-color: #fbf0f6; }
.sub13 .club5 { background-color: #ebf1f5; }
.sub13 .club6 { background-color: #f8f8f8; }
.sub13 .club7 { background-color: #eef4fa; }
.sub13 .club8 { background-color: #f8efef; }
.sub13 .club9 { background-color: #f5f1e3; }
.sub13 .club10 { background-color: #f4f4f4; }
.sub13 .club11 { background-color: #f2f0e6; }
.sub13 .club12 { background-color: #f4f4f4; }
.sub13 .allclub ul li:nth-of-type(1){ width: 20%; text-align: center; }
.sub13 .allclub ul li:nth-of-type(2){ width: 70%; text-align: left; padding: 30px 0; }
.sub13 .allclub ul li:nth-of-type(2) > p{ font-size: 16px; font-weight: 400; line-height: 25px; color: #555555; letter-spacing: -1px; border-left: 1px #e5e5e5 solid; padding-left: 30px; }
.sub13 .allclub ul li:nth-of-type(3){ width: 10%; text-align: right; padding-right: 40px; }
.sub13 .allclub ul li:nth-of-type(3) > p{ font-size: 16px; font-weight: 400; color: #555555; letter-spacing: -1px; }
.sub13 .allclub ul li:nth-of-type(3) > h5{ font-size: 19px; font-weight: 700; color: #111; letter-spacing: 3px; }


/** ----- Sub1-4 오시는 길 ----- */
.sub14 .mapbox { width: 100%; }
.sub14 .root_daum_roughmap { width: 100%; border-radius: 20px; }
.sub14 .root_daum_roughmap .border1,.sub14 .root_daum_roughmap .border2, .sub14 .root_daum_roughmap .border3, .sub14 .root_daum_roughmap .border4 { display: none; }
.sub14 .wrap_controllers { display: none; }
.sub14 .locbox { width: 100%; margin: 0 auto; margin-top: 60px; }
.sub14 .locbox ul{ width: 100%; display: flex; justify-content: center; }
.sub14 .locbox ul > li{ position: relative; width: 33%; border-right: 1px #e4e3e1 solid; padding-left: 90px; }
.sub14 .locbox ul > li:last-child{ border-right: 0; }
.sub14 .locbox .loc1 > span{ position: absolute; top: 4px; left: 62px; width: 18px; height: 23px; background: url(/img/ico_sub14_pin.png) no-repeat; }
.sub14 .locbox .loc2 > span{ position: absolute; top: 4px; left: 55px; width: 25px; height: 23px; background: url(/img/ico_sub14_mtr.png) no-repeat; }
.sub14 .locbox .loc3 > span{ position: absolute; top: 4px; left: 55px; width: 25px; height: 23px; background: url(/img/ico_sub14_mtr.png) no-repeat; }
.sub14 .locbox ul > li > h3 { font-size: 23px; font-weight: 600; line-height: 30px; color: #111; margin-bottom: 20px; }
.sub14 .locbox ul > li > p{ font-size: 16px; font-weight: 400; line-height: 30px; color: #444444; }
.sub14 .locbox .loc2 > p{ position: relative; padding-left: 22px; }
.sub14 .locbox .loc2 > p > span{ position: absolute; top: 8px; left: 0; width: 17px; height: 17px; }
.sub14 .locbox .loc2 > p > .line1{ background: url(/img/ico_sub14_line1.png) no-repeat; }
.sub14 .locbox .loc2 > p > .line2{ background: url(/img/ico_sub14_line2.png) no-repeat; }
.sub14 .locbox .loc2 > p > .line5{ background: url(/img/ico_sub14_line5.png) no-repeat; }
.sub14 .locbox .loc3 > p:nth-of-type(1) > b{ color: #1244c5; }
.sub14 .locbox .loc3 > p:nth-of-type(2) > b{ color: #00a139; }

/** ----- Sub1-5 창립회장 ----- */

.sub15 .flexwrap { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.sub15 .imgbox { width: 27%; text-align: left; }
.sub15 .txtBox { width: 69%; text-align: left; }
.sub15 .txtBox h3{ position: relative; display: block; font-size: 29px; font-weight: 500; font-family: 'Eulyoo1945'; line-height: 44px; letter-spacing: -1.5px; color: #111; word-break: keep-all; margin-bottom: 70px; margin-top: 35px; }
.sub15 .txtBox h3 > span{ position: absolute; bottom: 0; left: 0; width: 535px; height: 18px; background: #c4f6ea; display: block; z-index: -1; }
.sub15 .txtBox h3 > b{ font-weight: 800; }
.sub15 .txtBox p{ font-size: 25px; font-weight: 500; line-height: 35px; letter-spacing: -1px; color: #111; word-break: keep-all; padding-bottom: 50px; }
.sub15 .txtBox .sign { font-size: 23px; font-weight: 500; letter-spacing: 3px; color: #000; text-align: right; line-height: 25px; }
.sub15 .txtBox .sign > em{ font-size: 15px; font-weight: 400; font-style: normal;  letter-spacing: -0.5px; }
.sub15 .txtBox .sign > span{ font-size: 19px; font-weight: 800; letter-spacing: 2px; }

.sub15 .txtBox2 { width: 48%; text-align: left; }
.sub15 .txtBox2 h4 { font-size: 20px; font-weight: 500; line-height: 44px; letter-spacing: -1.5px; color: #111; padding-left: 10px; margin: 40px 0 15px; }
.sub15 .txtBox2 h4:before { content: ""; position: absolute; left: 0; top: 60px; display: block; width: 4px; height: 4px; background: #00b188; }
.sub15 .txtBox2 ul > li{ width: 100%; display: flex; justify-content: flex-start; align-items: center; border-top: 1px #e5e5e5 solid; padding: 12px 0 15px; }
.sub15 .txtBox2 ul > li:last-child{ border-bottom: 1px #e5e5e5 solid; }
.sub15 .txtBox2 .year { text-align: center; width: 80px; font-size: 20px; font-weight: 600; font-family: 'DINPro'; color: #111111; letter-spacing: -0.5px; padding-left: 15px; }
.sub15 .txtBox2 .infoco { font-size: 18px; font-weight: 400; color: #555555; letter-spacing: -1px; padding-left: 15px; }


/** ----- Sub3-1 민족종교 경전 ----- */
.sub31 .allclub { width: 100%; }
.sub31 .allclub ul{ width: 100%; display: flex; justify-content: space-between; align-items: center; border-radius: 10px; margin-bottom: 20px; }
.sub31 .allclub ul:last-child{ margin-bottom: 0; }
.sub31 .club1 { background-color: #f3f5fa; }
.sub31 .club2 { background-color: #fbf9ec; }
.sub31 .club3 { background-color: #f9eff0; }
.sub31 .club4 { background-color: #fbf0f6; }
.sub31 .club5 { background-color: #ebf1f5; }
.sub31 .club6 { background-color: #f8f8f8; }
.sub31 .club7 { background-color: #eef4fa; }
.sub31 .club8 { background-color: #f8efef; }
.sub31 .club9 { background-color: #f5f1e3; }
.sub31 .club10 { background-color: #f4f4f4; }
.sub31 .club11 { background-color: #f2f0e6; }
.sub31 .allclub ul li:nth-of-type(1){ width: 20%; text-align: center; }
.sub31 .allclub ul li:nth-of-type(2){ width: 80%; text-align: left; padding: 30px 0; }
.sub31 .allclub ul li:nth-of-type(2) > p{ font-size: 16px; font-weight: 400; line-height: 25px; color: #555555; letter-spacing: -1px; border-left: 1px #e5e5e5 solid; padding-left: 30px; }
.sub31 .btn_more { position: relative; display: inline-block; background-color: #fff; border: #8a84d6 1px solid; border-radius: 7px; margin-right: 10px; }
.sub31 .btn_more::before{ position: absolute; left: 0px; top: 0px; width: calc(100% - 2px); height: calc(100% - 2px); border-radius: 10px; background: #fff; content: ''; display: block; transition: all 0.3s ease-in-out; }
.sub31 .btn_more span{ position: relative; display: block; padding: 0 30px; z-index: 10; font-size: 16px; font-weight: 700; color: #111; letter-spacing: -0.5px; line-height: 54px; transition: all 0.2s ease-in-out; }
.sub31 .btn_more span > em{ font-size: 13px; font-weight: 500; color: #111; font-style: normal; }
.sub31 .btn_more:hover::before{ position: absolute; left: -1px; top: -1px; width: calc(100% + 2px); height: calc(100% + 2px); background: #8a84d6; border-radius: 7px; }
.sub31 .btn_more:hover span, .sub31 .btn_more:hover span > em{ color: #fff; }
.sub31 .btn_more:last-child{ margin-right: 0; }





/* @@@@@@@@@@@@@@@@@@@@ CONTENT @@@@@@@@@@@@@@@@@@@@ */
.content { position: relative; width: 100%; }
.content h2 { position: relative; margin-bottom: 20px; font-size: 28px; font-weight: 500; letter-spacing: -1px; }
.content ul { list-style: none; }
.content .inner_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; align-content: space-between; padding: 100px 0; }
.content .newsbtn { position: absolute; right: 0; top: 0; }
.content button { width: 24px; height: 24px; border: 1px solid #e8e8e8; }
.content button.next { margin-left: -4px; } 

/* 공지사항 */
.notice_box { float: left; width: 645px; margin-bottom: 100px; }
.notice_box h2::after { content: ""; position: absolute; left: 105px; top: 0; display: block; width: 7px; height: 7px; border-radius: 10000px; background: #00b188; }
.notice_box table { width: 100%; border-top: 1px solid #333; }
.notice_box table tr { border-bottom: 1px solid #e8e8e8; line-height: 50px; transition: all 0.2s ease-in-out; }
.notice_box table tr:hover { color: #00b188; background: #f5faf9; }
.notice_box table td { padding: 0 20px; }
.notice_box table td.file::after { content: ""; display: inline-block; width: 15px; height: 15px; line-height: 50px; margin-left: 5px; background: url("../img/ico_file.svg") no-repeat center center; }
.notice_box table td.title { font-size: 15px; width: 520px; }
.notice_box table td.date { font-size: 14px; color: #aaa; }

/* 보도자료 */
.bord_box { position: relative; width: 515px; margin-bottom: 100px; }
.bord_box > a { position: absolute; left: 120px; top: 12px; color: #aaa; font-size: 12px; }
.bord_box ul { width: 100%; }
.bord_box ul { display: flex; justify-content: space-between; }


/* 홍보영상 */
.video_box { position: relative; width: 360px; }
/*.video_box ul li { width: 360px; height: 380px; border: 1px solid #e8e8e8; }*/

/* 출판 도서 */
.content .booksbtn { position: absolute; right: 0; top: 0; }
.book_box { position: relative; width: 800px; }
.book_box > a { position: absolute; left: 125px; top: 14px; color: #aaa; font-size: 12px; }
/*.book_box ul li { float: left; width: 185px; height: 380px; margin-right: 20px; border: 1px solid #e8e8e8; }
.book_box ul li:last-of-type { margin-right: 0; }*/






/*! ───────────────────── F O O T E R ───────────────────── */

#ft h2 { width: 230px; height: 45px; margin-bottom: 35px; }
#ft h2 > a { display: block; width: 100%; height: 100%; background: url("/img/ico_logo_b.svg") no-repeat center center; background-size: cover; }

/* 배너 */
#ft .ft_banner { position: relative; width: 100%; height: 80px; background: #f4f4f4; border-bottom: 1px solid #e8e8e8; }
#ft .ft_banner .inner_wrap { overflow: hidden; padding: 10px 0; }
#ft .ft_banner ul li { background: #fff; }
#ft .ft_banner ul li > img { width: 100%; }

#ft .inner_wrap{ padding-bottom: 70px; }

#ft .left { float: left; display: block; width: 30%;  border-right: 1px solid #e8e8e8; padding-top: 60px; }
#ft .left p.title { margin-bottom: 10px; color: #111; font-size: 13px; font-weight: 700; }
#ft .left p.num { margin-bottom: 25px; color: #00b188; font-size: 28px; font-weight: 700; }
#ft .left ol { display: flex; flex-direction: row; position: relative; text-align: left; list-style: none; padding: 0; }
#ft .left ol li { color: #808080; font-size: 13px; text-align: left; }
#ft .left ol:after { content: ""; position: absolute; left: 114px; top: 3px; display: block; width: 1px; height: 14px; background: #e7e7e7; }
#ft .left ol li:first-of-type { margin-right: 25px; }

#ft .center { float: left; display: block; width: 60%; padding-left: 60px; padding-top: 60px; }
#ft .center > ul { margin-bottom: 35px; list-style: none; }
#ft .center > ul > li { color: #808080; font-size: 13px; font-weight: 500; line-height: 30px }
#ft .center > ul > li > span { display: inline-block; width: 75px; color: #111; font-weight: 700; }
#ft .center > ol { position: relative; list-style: none; padding: 0; }
#ft .center > ol > li { float: left; margin-right: 30px; }
#ft .center > ol > li > a {  font-size: 13px; color: #111; font-weight: 700; transition: all 0.2s ease-in-out; }
#ft .center > ol > li > a:hover { color: #00b188;  }
#ft .center > ol > li:nth-of-type(1):before { content: ""; position: absolute; left: 110px; top: 3px; display: block; width: 1px; height: 14px; background: #e7e7e7; }
#ft .center > ol > li:nth-of-type(2):before { content: ""; position: absolute; left: 224px; top: 3px; display: block; width: 1px; height: 14px; background: #e7e7e7; }
#ft .left ol li:last-of-type { margin-right: 0; }

#ft .right { position: absolute; right: 0; bottom: 70px; }
#ft .right > a{ display: inline-block; width: 35px; height: 35px; margin-left: 5px; transition: all 0.2s ease-in-out; }
#ft .right > a:nth-of-type(1) { background: url("../img/ico_fb_02.svg") no-repeat center center; background-size: cover; } 
#ft .right > a:nth-of-type(1):hover { background: url("../img/ico_fb_h.svg") no-repeat center center; background-size: cover;}
#ft .right > a:nth-of-type(2) { background: url("../img/ico_insta_02.svg") no-repeat center center; background-size: cover; }
#ft .right > a:nth-of-type(2):hover { background: url("../img/ico_insta_h.svg") no-repeat center center; background-size: cover;}
#ft .right > a:nth-of-type(3) { background: url("../img/ico_yt_02.svg") no-repeat center center; background-size: cover; }
#ft .right > a:nth-of-type(3):hover { background: url("../img/ico_yt_h.svg") no-repeat center center; background-size: cover;}
#ft .right > a:nth-of-type(4) { background: url("../img/ico_blog_02.svg") no-repeat center center; background-size: cover; }
#ft .right > a:nth-of-type(4):hover { background: url("../img/ico_blog_h.svg") no-repeat center center; background-size: cover;}

.mfooter { display: none; }

/*! ───────────────────── F O O T E R ───────────────────── */





/*! ----- PC Gnb ----- */

@media screen and (max-width: 1365px){

#hd .sns { display: none; }
#hd .utility { right: 40px; }

}





/*! ----- TABLET ----- */

@media screen and (max-width: 1279px){

.hd_wrappc { display: none; }
.hd_mobile { display: block; } 
#wrapper { width: 100%; margin: 0 auto; }
.sub_page .inner { width: 90%; margin: 0 auto; padding: 80px 0 150px 0; }
.sub_page .inner > h2 { font-size: 34px; margin-bottom: 60px; }
.sub_board .inner{ width: 90%; margin: 0 auto; padding: 0 0 150px 0; }
.sub_board h2{ font-size: 34px; margin: 60px 0; }


/*!  H E A D E R  */

.hd_mobile h1 a{ display: block; width: 178px; height: 35px; background: url("/img/ico_logo_w2.svg") no-repeat center center; background-size: contain; text-indent: -9999px; transition: all 0.2s ease-out; }
.hd_mobile { position: fixed; left: 0; top: 0; z-index: 990; width: 100%; height: 90px; padding: 15px 2.5%;  border-bottom: 1px solid rgba(255, 255, 255, 0.3); transition: all 0.2s ease-in-out; display: flex; align-items: center; justify-content: space-between; }

.hd_mobile > .mmenu{ display: block; }
.hd_mobile > .mmenu input[type="checkbox"]{ display: none; }
.hd_mobile > .mmenu input[type="checkbox"] + label{ display: block; width: 25px; height: 19px; position: relative; cursor: pointer; z-index: 999;}
.hd_mobile > .mmenu input[type="checkbox"] + label span{ display: block; position: absolute; right: 0; width: 100%; height: 3px; border-radius: 15px; background: #fff; transition: all 0.2s ease-in-out; }
.hd_mobile > .mmenu input[type="checkbox"] + label span:first-child{top: 0;}
.hd_mobile > .mmenu input[type="checkbox"] + label span:nth-child(2){ top: 50%; width: 70%; transform: translateY(-50%);}
.hd_mobile > .mmenu input[type="checkbox"] + label span:last-child{bottom: 0;}
.hd_mobile > .mmenu input[type="checkbox"]:checked + label span{ background: #111; }
.hd_mobile > .mmenu input[type="checkbox"]:checked + label span:first-child{ top: 50%; transform: translateY(-50%) rotate(45deg);}
.hd_mobile > .mmenu input[type="checkbox"]:checked + label span:nth-child(2){opacity: 0;}
.hd_mobile > .mmenu input[type="checkbox"]:checked + label span:last-child{ bottom: 50%; transform: translateY(50%) rotate(-45deg);}
#mgnb{ position: fixed; right: -100%; top: 90px; width: 100%; height: calc(100vh - 70px); background: #fff; z-index: 990; display: block; transition: right 0.3s ease-in-out; }
#mgnb.on{ right: 0;}
#mgnb > ul{ width: 90%; padding: 10px 0; margin: 0 auto; }
#mgnb > ul > li{ padding: 15px 10px; border-bottom: 1px solid #ebecee; }
#mgnb > ul > li > a,
#mgnb > ul > li > span{ position: relative; display: block; font-size: 20px; font-weight: 500; color: #9199a4; letter-spacing: -0.5px; }
#mgnb > ul > li > span::after{ position: absolute; right: 10px; top: 6px; width: 15px; height: 15px; background: url(/img/ico_mgnb_01.png) no-repeat center center; background-size: contain; content: ''; display: block; }
#mgnb > ul > li > a:hover,
#mgnb > ul > li > span.on{ color: #171d26; }
#mgnb > ul > li > span.on::after{ background: url(/img/ico_mgnb_02.png) no-repeat center center; background-size: contain; }
#mgnb > ul > li > ol{ display: none; list-style: none; width: 100%; padding: 12px 10px 0; }
#mgnb > ul > li > ol li a{ display: block; font-size: 15px; font-weight: 400; color: #7c8593; line-height: 30px; }
#mgnb > ul > li > ol li a:hover{ color: #00b188; }

/* ? on */
.hd_mobile.on > .mmenu input[type="checkbox"] + label span,
.hd_mobile.on > .mmenu input[type="checkbox"]:checked + label span,
.hd_mobile.on2 > .mmenu input[type="checkbox"] + label span,
.hd_mobile.on2 > .mmenu input[type="checkbox"]:checked + label span{ background: #111; }

/* ? on */
.hd_mobile.on{ background: #fff; }
.hd_mobile.on h1 > a{ background: url(/img/ico_logo_b.svg) no-repeat left center; background-size: contain; }

/* ? on2 */
.hd_mobile.on2{ background: #fff; }
.hd_mobile.on2 h1 > a{ background: url(/img/ico_logo_b.svg) no-repeat left center; background-size: contain; }

/* ? hover */
.hd_mobile:hover h1 > a{ background: url(/img/ico_logo_b.svg) no-repeat left center; background-size: contain; }
.hd_mobile:hover > .mmenu input[type="checkbox"] + label span{ background: #111; }



/*! ----- Index ----- */

.visual { overflow: hidden; position: relative; width: 100%; height: 80vh; margin-top:-90px; }
.visual .bg_wrap{ overflow: hidden; position: relative; width: 100%; height: 100%; }
.visual .bg_wrap ul > li{ width: 100%; height: 100%; }
.visual .bg_wrap ul > li .bg{ width: 100%; height: 100%; }

.visual .info_01 { position: absolute; top: 34%; left: 5%; width: 100%; height: 100%; color: #fff; }
.visual .info_01 p.title { margin-bottom: 30px; font-size: 30px; line-height: 47px; }
.visual p.desc { font-size: 18px; line-height: 30px; opacity: 0.7; }
.visual .info_02 { display: none; }


.content .inner_wrap { width: 90%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; padding-top: 50px; }


/* 공지사항 */
.notice_box { clear: both; width: 100%; margin-bottom: 30px; }
.notice_box table { width: 100%; border-top: 1px solid #333; }
.notice_box table tr { border-bottom: 1px solid #e8e8e8; line-height: 50px; transition: all 0.2s ease-in-out; }
.notice_box table tr:hover { color: #00b188; background: #f5faf9; }
.notice_box table td { padding: 0 20px; }
.notice_box table td.file::after { content: ""; display: inline-block; width: 15px; height: 15px; line-height: 50px; margin-left: 5px; background: url("../img/ico_file.svg") no-repeat center center; }
.notice_box table td.title { font-size: 15px; width: 520px; }
.notice_box table td.date { font-size: 14px; color: #aaa; }

/* 보도자료 */
.bord_box { position: relative; width: 49%; margin-bottom: 30px; }
.bord_box > a { position: absolute; left: 120px; top: 12px; color: #aaa; font-size: 12px; }
.bord_box ul { width: 100%; }
.bord_box ul { display: flex; justify-content: space-between; }

/* 홍보영상 */
.video_box { width: 49%; }

/* 출판 도서 */
.content .booksbtn { position: absolute; right: 0; top: 0; }
.book_box { width: 100%; }
.book_box > a { position: absolute; left: 125px; top: 14px; color: #aaa; font-size: 12px; }






/*! Svisual */
.svisual { height: 270px; }
.svisual::before{ height: 270px; }
.svisual .inner { position: absolute; top: 66%; left: 50%; transform: translate(-50%, -60%); text-align: center; z-index: 10; }
.svisual .inner h2 { font-size: 35px; }
.visnav { display: none }


/*! Snav */
.snav ul li { padding: 0 30px; }
.snav ul li::after{ top: 16px; }
.snav ul li a { font-size: 15px; line-height: 45px; }



/** ----- Sub1-1 인사말 ----- */
.sub11 h3{ font-size: 28px; line-height: 40px; margin-bottom: 50px; }
.sub11 h3 > span{ top: 20px; width: 340px; }
.sub11 .imgbox img{ width: 100%; }
.sub11 .txtBox p{ font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: -1px; padding-bottom: 50px; }



/** ----- Sub1-3 전국 소속교단 ----- */
.sub13 .allclub ul li:nth-of-type(1){ width: 25%; }
.sub13 .allclub ul li:nth-of-type(2){ width: 60%; }
.sub13 .allclub ul li:nth-of-type(2) > p{ font-size: 15px; padding-left: 20px; }
.sub13 .allclub ul li:nth-of-type(3){ width: 15%; padding-right: 25px; }
.sub13 .allclub ul li:nth-of-type(3) > p{ font-size: 15px; }
.sub13 .allclub ul li:nth-of-type(3) > h5{ font-size: 17px; }



/** ----- Sub1-4 오시는 길 ----- */
.sub14 .locbox ul > li{ padding-left: 50px; }
.sub14 .locbox .loc1 > span{ top: 4px; left: 24px; }
.sub14 .locbox .loc2 > span{ top: 4px; left: 17px; }
.sub14 .locbox .loc3 > span{ top: 4px; left: 17px; }
.sub14 .locbox ul > li > h3 { font-size: 18px; }
.sub14 .locbox ul > li > p{ font-size: 12px; line-height: 20px; }
.sub14 .locbox .loc2 > p > span{ top: 2px; width: 17px; height: 17px; }


/** ----- Sub1-5 창립회장 ----- */

.sub15 .imgbox img{ width: 100%; }
.sub15 .txtBox h3{ font-size: 23px; line-height: 39px; margin-bottom: 40px; margin-top: 15px; }
.sub15 .txtBox h3 > span{ bottom: 3px; width: 415px; }
.sub15 .txtBox p{ font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: -1px; padding-bottom: 50px; }



/** ----- Sub3-1 민족종교 경전 ----- */
.sub31 .allclub ul li:nth-of-type(2) > p{ font-size: 15px; padding-left: 20px; }
.sub31 .btn_more { margin-right: 7px; }
.sub31 .btn_more span{ padding: 0 20px; font-size: 15px; }









/*! ----- Footer ----- */


.mfooter { display: block; width: 100%; border-top: 1px solid #e8e8e8; text-align: center; padding: 20px 0; }
.mfooter img { width: 200px; height: 30px; margin-bottom: 10px; }

.mfooter > ul { margin-bottom: 35px; list-style: none; }
.mfooter > ul > li { color: #808080; font-size: 11px; font-weight: 300; line-height: 20px }
.mfooter > ul > li > span { color: #111; font-weight: 400; }
.ft_banner { display: none; }
.inner_wrap{ display: none; }





}







/*! ---------- MOBILE ---------- */

@media screen and (max-width: 849px){


/*! ----- GNB ----- */

#hd { height: 70px; }
.hd_mobile h1 a{ display: block; width: 178px; height: 35px; }
.hd_mobile { height: 70px; padding: 15px 3%; border: 0; }
#mgnb{ top: 69px; height: 100vh; }


/*! ----- Index ----- */

.visual { overflow: hidden; position: relative; width: 100%; height: 100vh; margin-top:-90px; }
.visual .bg_wrap{ overflow: hidden; position: relative; width: 100%; height: 100%; }
.visual .bg_wrap ul > li{ width: 100%; height: 100%; }
.visual .bg_wrap ul > li .bg{ width: 100%; height: 100%; }

.visual .info_01 { top: 30%; left: 3%; width: 100%; height: 100%; color: #fff; }
.visual .info_01 p.title { font-size: 20px; line-height: 30px; width: 80%; word-break: keep-all; }
.visual p.desc { font-size: 14px; line-height: 24px; width: 80%; word-break: keep-all; }

.content .inner_wrap { width: 94%; padding-top: 30px; }

/* 공지사항 */
.notice_box h2{ font-size: 20px; }
.notice_box h2::after { left: 72px; }

/* 보도자료 */
.bord_box { width: 100%; margin-bottom: 30px; }
.bord_box h2{ font-size: 20px; }

/* 홍보영상 */
.video_box h2{ font-size: 20px; }
.video_box { width: 100%; }

/* 출판 도서 */
.book_box { margin-top: 20px; }
.book_box h2{ font-size: 20px; }
.book_box > a { left: 90px; top: 7px; }


/*! Sub Layout */
#wrapper { width: 100%; margin: 0 auto; }
.sub_page .inner { width: 90%; margin: 0 auto; padding: 40px 0 150px 0; }
.sub_page .inner > h2 { font-size: 30px; margin-bottom: 40px; }
.sub_board .inner{ width: 90%; margin: 0 auto; padding: 0 0 150px 0; }
.sub_board h2{ font-size: 30px; margin: 40px 0; }


/*! Svisual */
.svisual { height: 193px; }
.svisual::before{ height: 193px; }
.svisual .inner { position: absolute; top: 66%; left: 50%; transform: translate(-50%, -60%); text-align: center; z-index: 10; }
.svisual .inner h2 { font-size: 26px; }

.visnav { display: none }



/*! Snav */
.snav ul li { padding: 0 15px; }
.snav ul li::after{ top: 16px; }
.snav ul li a { font-size: 14px; line-height: 45px; }




/** ----- Sub1-1 인사말 ----- */
.sub11 h3{ font-size: 20px; line-height: 34px; margin-bottom: 40px; }
.sub11 h3 > span{ top: 12px; width: 234px; }
.sub11 .flexwrap { width: 100%; display: flex; flex-wrap: wrap; }
.sub11 .imgbox { width: 100%; }
.sub11 .imgbox img { width: 100%; }
.sub11 .txtBox { width: 100%; margin-top: 30px; }
.sub11 .txtBox p{ font-size: 15px; line-height: 30px; padding-bottom: 40px; word-break: keep-all; }


/** ----- Sub1-2 연혁 ----- */
.sub12 ul > li{ width: 100%; display: flex; justify-content: flex-start; align-items: center; border-top: 1px #e5e5e5 solid; padding: 30px 0; }
.sub12 .year { font-size: 20px; padding-left: 10px; }
.sub12 .month { font-size: 15px; padding-left: 15px; }
.sub12 .infoco { font-size: 15px; padding-left: 20px; word-break: keep-all; }


/** ----- Sub1-3 전국 소속교단 ----- */
.sub13 .allclub { width: 100%; }
.sub13 .allclub ul{ flex-wrap: wrap; }
.sub13 .allclub ul li:nth-of-type(1){ width: 100%; padding-top: 30px; }
.sub13 .allclub ul li:nth-of-type(2){ width: 100%; }
.sub13 .allclub ul li:nth-of-type(2) > p{ font-size: 15px; line-height: 25px; border-left: 0; padding: 0 20px; word-break: keep-all; }
.sub13 .allclub ul li:nth-of-type(3){ width: 100%; text-align: right; padding-right: 20px; padding-bottom: 30px; }


/** ----- Sub1-4 오시는 길 ----- */
.sub14 .root_daum_roughmap { width: 100%; height: 350px; border-radius: 10px; }
.sub14 .locbox { width: 100%; margin: 0 auto; margin-top: 60px; }
.sub14 .locbox ul{ width: 100%; display: flex; flex-wrap: wrap; }
.sub14 .locbox ul > li{ width: 100%; border-right: 0; padding-left: 34px; margin-bottom: 30px; }
.sub14 .locbox ul > li:last-child{ border-right: 0; margin-bottom: 0; }
.sub14 .locbox .loc1 > span{ left: 0px; }
.sub14 .locbox .loc2 > span{ left: 0px; }
.sub14 .locbox .loc3 > span{ left: 0px; }
.sub14 .locbox ul > li > h3 { margin-bottom: 10px; }
.sub14 .locbox ul > li > p{ font-size: 16px; font-weight: 400; line-height: 30px; color: #444444; }
.sub14 .locbox .loc2 > p{ position: relative; padding-left: 22px; }
.sub14 .locbox .loc2 > p > span{ position: absolute; top: 8px; left: 0; width: 17px; height: 17px; }


/** ----- Sub1-5 창립회장 ----- */

.sub15 .flexwrap { width: 100%; display: flex; flex-wrap: wrap; }
.sub15 .imgbox { width: 100%; }
.sub15 .imgbox img { width: 100%; }
.sub15 .txtBox { width: 100%; margin-top: 15px; }
.sub15 .txtBox h3{ font-size: 16px; line-height: 28px; margin-bottom: 40px; }
.sub15 .txtBox h3 > span{ bottom: 0; width: 280px; }
.sub15 .txtBox .sign { font-size: 18px; line-height: 20px; }
.sub15 .txtBox .sign > em{ font-size: 13px; }
.sub15 .txtBox .sign > span{ font-size: 14px;  }

.sub15 .txtBox2 { width: 100%; }
.sub15 .txtBox2 h4 { font-size: 18px; margin-top: 20px 0 15px; }
.sub15 .txtBox2 .year { text-align: center; width: 60px; font-size: 15px; font-weight: 600; font-family: 'DINPro'; color: #111111; letter-spacing: -0.5px; padding-left: 15px; }
.sub15 .txtBox2 .infoco { font-size: 15px; font-weight: 400; color: #555555; letter-spacing: -1px; padding-left: 15px; }


/** ----- Sub3-1 민족종교 경전 ----- */
.sub31 .allclub ul{ flex-wrap: wrap; border-radius: 10px; margin-bottom: 20px; }
.sub31 .allclub ul li:nth-of-type(1){ width: 100%; text-align: center; padding-top: 30px; }
.sub31 .allclub ul li:nth-of-type(2){ width: 100%; text-align: center; padding: 30px 0; }
.sub31 .allclub ul li:nth-of-type(2) > p{ border-left: 0; padding-left: 0; }
.sub31 .btn_more { margin-right: 0; margin-bottom: 7px; }
.sub31 .btn_more:last-child{ margin-right: 0; }





/*! ----- Footer ----- */

.mft { width: 100%; }
.mfooter > ul > li { color: #808080; font-size: 9px; font-weight: 300; line-height: 15px }


}





























/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

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

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha{ position: relative; display: block; width: 100%; }
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img{ height: 60px; border:1px solid #eaeaea; border-radius: 5px; vertical-align: top; }
#captcha #captcha_mp3 { width: 60px; height: 60px; border: 0; background:url(/img/ico_sound.png) no-repeat center center,#f8f8f8; border-radius: 5px; text-indent:-9999px; vertical-align: top; margin-left: 10px; }
#captcha #captcha_reload { width: 60px; height: 60px; border: 0; background:url(/img/ico_repaly.png) no-repeat center center,#f8f8f8; border-radius: 5px; text-indent:-9999px; vertical-align: top; margin-left: 10px; }
#captcha #captcha_key{ display: inline-block; width: calc(100% - 315px); height: 60px; font-size: 16px; font-weight: 400; letter-spacing: -0.6px; line-height: 60px; padding: 0 20px; border-radius: 5px; background-color: #f8f8f8; border: 2px solid #f8f8f8; outline: none; vertical-align: top; margin-left: 10px; transition: all 0.2s ease-in-out; }
#captcha #captcha_info{ display: none; }

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio{ display: none; }
#captcha.m_captcha #captcha_img{ height: 55px; border:1px solid #eaeaea; border-radius: 5px; vertical-align: top; }
#captcha.m_captcha #captcha_reload{ width: 55px; height: 55px; background:url(/img/ico_repaly.png) no-repeat center center,#f8f8f8; background-size: 12px; border-radius: 5px; text-indent:-9999px; vertical-align: top; margin-left: 5px; }
#captcha.m_captcha #captcha_reload span{ display:none }
#captcha.m_captcha #captcha_key{ display: inline-block; width: calc(100% - 215px); height: 55px; font-size: 16px; font-weight: 400; letter-spacing: -0.6px; line-height: 55px; padding: 0 10px; border-radius: 5px; background-color: #f8f8f8; border: 2px solid #f8f8f8; outline: none; vertical-align: top; margin-left: 5px; transition: all 0.2s ease-in-out; }
#captcha.m_captcha #captcha_info{ display: none; }
#captcha.m_captcha #captcha_mp3{ width: 55px; height: 55px; background:url(/img/ico_sound.png) no-repeat center center,#f8f8f8; background-size: 12px; border-radius: 5px; text-indent:-9999px; vertical-align: top; margin-left: 5px; }

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.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:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 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}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;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;padding:7px;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:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.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, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;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:80px;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:110px;text-align:center}
.td_group {width:80px;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:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-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;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

