@charset "utf-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'kdg_Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/kdg_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'establishRetrosansOTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/establishRetrosansOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.7em !important;font-family:'Pretendard-Regular' !important;background:#fff; line-height: normal !important;}
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:'Pretendard-Regular'}
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;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard-Regular';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,a:hover {color:#000;text-decoration:none}


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

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
/* #hd, #wrapper, #ft {min-width:1200px} */

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#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_con {}
.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}

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s 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}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

/* #container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;font-size:1em;width:930px;zoom:1} */
#container:after {display:block;visibility:hidden;clear:both;content:""}
/* #container_title {font-size:1.333em;margin:0 auto;font-weight:bold} */
/* #container_title span {margin:0 auto 10px;display:block;line-height:30px} */

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#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 {display:inline-block;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;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:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;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}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 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; font-size:16px;}
.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; word-break:keep-all; display:inline-block;}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:flex; width: 100%; justify-content:center; margin-top: 20px;}
.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}

/* 커스텀 시작 */

body{
	
}

#container_wr{
	width: 100%;
	position: relative;
}

.inner_1300{
	width: 1300px;
	margin: 0 auto;
}

.hd_wrap{
	background-color: #fff;
	border-bottom: 1px solid #eee;

}

header{
	width: 100%;
	height: 70px;
	background-color: #fff;
	display: flex;
	justify-content:center;
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	/* border-bottom: 1px solid #ddd; */
}

header.hd_bb{
	border-bottom: 1px solid #ddd;
}

header nav{
	width: 1300px;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content:space-between;
}

header nav.hd_menu_mb{
	display: none;
}

header nav .logo_wrap{
	display: flex;
}

header nav .logo_wrap .logo_img{
	background: url("../img/logo.png") center center no-repeat;
	background-size:contain;	
	width: 210px;
	display: block;
	aspect-ratio:1/1;
}

header nav .menu_container{
	width: 50%;
	display: flex;
	align-items:center;
	justify-content:space-between;
	margin-right: 5%;
}

header nav .menu_container > ul{
	display: flex;
	align-items:center;
	justify-content:space-between;
	width: 755px;
	height: 100%;
}

header nav .menu_container > ul > li{
	display: flex;
	justify-content:center;
	align-items: center;
	width: 150px;
	height: 100%;
	position: relative;
}

header nav .menu_container > ul > li a{
	font-size: 17px;
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: 100%;
}

header nav .menu_container ul li .sub_menu{
	display: none;
	opacity: 0;

}

header nav .menu_container ul li:hover .sub_menu{
	display: flex;
	flex-direction:column;
	opacity: 1;
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 100%;
	font-size: 15px;
	transition: all .3s;
	padding-top: 20px;

}

header nav .menu_container ul li .sub_menu ul{
	background-color: #2651a6;
}

header nav .menu_container ul li .sub_menu ul li{
	width: 100%;
}

header nav .menu_container ul li .sub_menu ul li a{
	color: #fff;
	padding: 15px 10px;
	display: block;
	font-size: 16px;
	text-align: center;
	transition: all .3s;
}


header nav .menu_container ul li .sub_menu ul li:hover a{
	background-color: #fff;
	color: #2651a6;

}


header nav .login_wrap .login_ico{
	display: flex;
	align-items: center;
}

header nav .login_wrap .login_ico:first-child{
	margin: 0 15px;
}

header nav .login_wrap .login_ico i{
	font-size: 18px;
	color: #000;
}

header nav .login_wrap .admin_ico{
	margin-right:10px;
}

header nav .login_wrap .admin_ico i{
	font-size: 18px;
	color: #000;
}

header nav .login_wrap .login_ico span,
header nav .login_wrap .admin_ico span{
	margin: 0 5px;
	font-size: 14px;
}

header nav .login_wrap .admin_ico span{

}


header nav .login_wrap{
	display: flex;
	align-items:center;
	justify-content:space-between;
/* 	width: 6%; */
}

/* 헤더끝 */

/* 반응형 헤더 시작 */

@media screen and (max-width: 1200px){
	.inner_1300{
		width: auto;
	}
	header{
		padding: 15px 20px;
		width: 100%;
	}

	header nav{
		width: 100%;
	}

	header nav .logo_wrap .logo_img{
		width: 200px;
	}

	header nav .menu_container{
		margin-right: 0;
	}

	header nav .menu_container ul li:hover .sub_menu{
		bottom: -45px;
	}
	

	.btm_container{
		padding: 25px;
	}

	.btm_container .btm_wrap{
		width: 100%;
	}
}

@media screen and (max-width: 1024px){
	header nav .menu_container{
		display: none;
	}

	header nav.hd_menu_mb{
		display: flex;
	}

	
}

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

}

/* 반응형 헤더 끝 */




.main_sw{
	height: 670px;
	overflow: hidden;
	position: relative;
	margin-top: 55px;
}

.main_sw .swiper_wrapper{
	height: 100%;
}
.main_sw .swiper-pagination-bullets{
	position: absolute;
	left: 50%;
	bottom: 5% !important;
	z-index: 100;
}

.main_sw .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}

.main_sw .swiper-pagination-bullet-active{
	background-color: #fff;
}

.main_sw .swiper-wrapper .swiper-slide{
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	width: 100%;
	height: 100%;
	position: relative;
}

.main_sw .swiper-wrapper .swiper-slide .sw_left{
	width:100%;
	height: 40%;
	padding: 65px 40px;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5270483193277311) 35%, rgba(0,0,0,1) 100%);
	z-index: 40;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform:translate(-50%, 0);
	display:flex;
	align-items:center;
}

.main_sw .swiper-wrapper .swiper-slide .sw_left .sw_desc{
	width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
}

.main_sw .swiper-wrapper .swiper-slide .sw_left .sw_photo_desc{
	width: 30%;
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 30px;

}

.main_sw .swiper-wrapper .swiper-slide .sw_left .sw_photo_desc p{
	font-size: 16px;
	color: #ff8400;
	font-family: 'establishRetrosansOTF';
}

.main_sw .swiper-wrapper .swiper-slide .sw_left *{
	color: #fff;
	word-break:keep-all;
}

.main_sw .swiper-wrapper .swiper-slide .sw_left p.sw_desc_tit{
	font-size: 27px;
	font-weight: bold;
}

.main_sw .swiper-wrapper .swiper-slide .sw_left p{
	font-size: 18px;
	margin-top: 10px;
}

.main_sw .swiper-wrapper .swiper-slide .sw_right{
	background-color: #ddd;
	width: 100vw;
	height:100vh;
	z-index: 30;
	
}

.main_sw .swiper-wrapper .swiper-slide .sw_right img{
	object-fit:cover;
	width:100%;
	height:100%;
	position: absolute;
	left:0;

	/* top: -230px; */
}

/* @media screen and (min-width:2000px){
	.main_sw .swiper-wrapper .swiper-slide .sw_right img{
		top: -385px;
	}
} */

/*.main_sw .swiper-wrapper .swiper-slide .sw01_right{*/
/*	background: url("../img/main_bg1.png") center center no-repeat;*/
/*	background-size:cover;*/
/*}*/

/*.main_sw .swiper-wrapper .swiper-slide .sw02_right{*/
/*	background: url("../img/main_bg2.png") center center no-repeat;*/
/*	background-size:cover;*/
/*	background-position-y:-300px;*/
/*}*/
/*.main_sw .swiper-wrapper .swiper-slide .sw03_right{*/
/*	background: url("../img/main_bg3.png") center center no-repeat;*/
/*	background-size:cover;*/
/*	background-position-y:-250px;*/
/*}*/
/*.main_sw .swiper-wrapper .swiper-slide .sw04_right{*/
/*	background: url("../img/main_bg4.jpg") center center no-repeat;*/
/*	background-size:cover;*/
/*	background-position-y:-200px;*/
/*}*/

.main_container .main_menu{
	display: flex;
	margin-top: 15px;
	margin-bottom: 10px;
	/*height: 100%;	*/
}

.main_container .m_menu{
	display: none;
}

.main_container .main_menu ul{
	display: flex;
	width: 100%;
	justify-content:space-between;
}

.main_container .main_menu ul li{
	width: 150px;
	height: 170px;
	border-radius:50%;
	display: flex;
	justify-content:center;
	align-items:center;
}

.main_container .main_menu ul li a{
	width: 70%;
	height: 70%;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content:center;
	border-radius:50%;
	position: relative;
}

.main_container .main_menu ul li a div{
	font-size: 35px;
}

.main_container .main_menu ul li a .main_btn{
	width: 50%;
	height: 50%;
	display: block;
	position: relative;
}

.main_container .main_menu ul li a::before{
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	background-color: #e3e7ed;
	border-radius:50%;
	width: 100%;
	height: 85%;
	transition: all .3s;
}

.main_container .main_menu ul li:hover a::before{
	background-color: #9fc2f5;
	transition: all .3s;
}

.main_container .main_menu ul li a .main_btn01{
	background: url("../img/main_btn01.png") center center no-repeat;
	background-size:contain;
}

.main_container .main_menu ul li a .main_btn02{
	background: url("../img/main_btn02.png") center center no-repeat;
	background-size:contain;	
}

.main_container .main_menu ul li a .main_btn03{
	background: url("../img/main_btn03.png") center center no-repeat;
	background-size:contain;	
}

.main_container .main_menu ul li a .main_btn04{
	background: url("../img/main_btn04.png") center center no-repeat;
	background-size:contain;	
}

.main_container .main_menu ul li a .main_btn05{
	background: url("../img/main_btn05.png") center center no-repeat;
	background-size:contain;	
}

.main_container .main_menu ul li a .main_btn06{
	background: url("../img/main_btn06.png") center center no-repeat;
	background-size:contain;	
}

.main_container .main_menu ul li a .main_btn07{
	background: url("../img/main_btn07.png") center center no-repeat;
	background-size:contain;	
}

.main_container .main_menu ul li a p{
	margin-top: 35%;
	font-size: 16px;
}

.btm_container{
	background-color: #f6f4f7;
	padding-top: 35px;
	padding-bottom: 35px;
}

.btm_container .btm_wrap{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.btm_container .btm_wrap .btm_notice_wrap{
	width: calc(100%/3 - 10px);
/* 	height: 100%; */
	height: 246px;
	display: flex;
	flex-direction:column;
	border: 1px solid #ddd;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}

.btm_container .btm_wrap .btm_notice_wrap:nth-child(2){
	border-right: none;
	border-left: none;
}

.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst{
	display: flex;
	width: 100%;
	height: auto;
	justify-content:space-between;
}

.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst li{
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	margin-right: 5px;
}

.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst li:last-child{
	margin-right: 0;
}

.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst li p{
	font-size: 16px;
	background-color:#ddd;
	display: block;
	color: #000;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst li p.selected{
	background-color:#2651a6;
	color: #fff;
}

.btm_container .btm_wrap .btm_notice_wrap .btm_notice_lst{
	background-color: #fff;	
	height: 100%;
}

.btm_container .btm_wrap .btm_notice_wrap .btm_notice_lst,
.btm_container .btm_wrap .btm_notice_wrap .btm_jubo_lst,
.btm_container .btm_wrap .btm_notice_wrap .btm_volen_lst,
.btm_container .btm_wrap .btm_notice_wrap .btm_move_lst{
	height: 100%;
}

.btm_container .btm_wrap .btm_notice_wrap .btm_notice_lst ul,
.btm_container .btm_wrap .btm_notice_wrap .btm_jubo_lst ul,
.btm_container .btm_wrap .btm_notice_wrap .btm_volen_lst ul,
.btm_container .btm_wrap .btm_notice_wrap .btm_move_lst ul{
	display: flex;
	/*justify-content:space-between;*/
	flex-direction: column;
	width: 100%;
	font-size: 18px;
	padding: 10px;
}

.btm_container .btm_wrap .btm_notice_wrap .btm_jubo_lst,
.btm_container .btm_wrap .btm_notice_wrap .btm_volen_lst,
.btm_container .btm_wrap .btm_notice_wrap .btm_move_lst{
	display: none;
}

/* .btm_container .btm_wrap .btm_notice_wrap .btm_notice_lst ul li:nth-child(2){
	font-size: 16px;
} */

.btm_container .btm_wrap .btm_notice_wrap:nth-child(n+2){
	padding: 0;
}

.btm_container .btm_wrap .btm_notice_wrap .main_misa_wrap{
	background: url('../img/main_misa_img.jpg') center center no-repeat;
	background-size: cover;
	height: 246px;
	padding: 20px;
	display: flex;
	flex-direction:column;
	border-radius: 10px;
	position: relative;
}
.btm_container .btm_wrap .btm_notice_wrap .main_misa_wrap::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .5;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btm_container .btm_wrap .btm_notice_wrap .main_misa_wrap span{
	color: #fff;
	z-index: 10;
	position: relative;
}

.btm_container .btm_wrap .btm_notice_wrap .main_misa_wrap .misa_tit{
	font-size: 20px;
	font-weight: bold;
}

.btm_container .btm_wrap .btm_notice_wrap .main_misa_wrap .misa_notice{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.btm_container .btm_wrap .btm_notice_wrap .main_misa_wrap .misa_time{
	font-size: 16px;
	line-height:22px;
}

.btm_container .btm_wrap .btm_notice_wrap .main_office_wrap{
	background: url('../img/main_office_img.jpg') center center no-repeat;
	background-size:cover;
	height: 246px;
	padding: 20px;
	display: flex;
	flex-direction:column;
	border-radius:10px;
	position: relative;
}


.btm_container .btm_wrap .btm_notice_wrap .main_office_wrap span{
	color: #fff;
	font-size: 15px;
	z-index: 10;
	position: relative;
}

.btm_container .btm_wrap .btm_notice_wrap .main_office_wrap .office_tit{
	font-size: 25px;
	font-weight: bold;
}

.btm_container .btm_wrap .btm_notice_wrap .main_office_wrap .office_tel{
	font-weight: bold;
	font-size: 29px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.btm_container .btm_wrap .btm_img_container{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap{
	width: calc(100% / 2 - 10px);
	height: auto;
	margin-top: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil{
	width: 100%;
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap .btm_img_top{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap .btm_img_top .btm_img_tit{
	font-size: 19px;
	font-weight: bold;
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap .btm_img_top .btm_img_more{
	font-size:28px;

}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap ul{
	display: flex;
	justify-content:space-between;
	margin-top: 5px;
	text-align:center;
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap > ul > li{
	width: 100%;
	height: 100%;
	flex-direction:column;
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap ul > li > ul li{
	width: calc(100%/5 - 10px);
}

/* .btm_container .btm_wrap .btm_img_wrap ul li a img{
	width: 100%;
	height: 100%;
	aspect-ratio:16/8;
} */



.btm_container .btm_wrap .btm_img_container .btm_img_wrap ul li a .btm_img_desc{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btm_container .btm_wrap .btm_info_container{
	width: 100%;
	display:flex;
	justify-content:space-between;
}

.btm_container .btm_wrap .religious{
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 83%;
	height: auto;
	padding: 20px;
	margin-top: 20px;
	background-color: #fff;
}

.btm_container .btm_wrap .religious h3{
	font-size: 18px;
}

.btm_container .btm_wrap .religious ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btm_container .btm_wrap .religious ul li{
		width: calc(100%/4 - 20px);
}

.btm_container .btm_wrap .religious ul li a{

	display: flex;
	padding: 15px 0;
}

.btm_container .btm_wrap .religious ul li .rel_lst{
	width: 60px;
	height: 60px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color: #ddd;
	border-radius: 50%;
}

.btm_container .btm_wrap .religious ul li .rel_lst i{
	font-size: 26px;
}

.btm_container .btm_wrap .religious ul li .rel_desc{
	margin-left: 15px;
}

.btm_container .btm_wrap .religious ul li .rel_desc p{
	font-size: 16px;
}

.btm_container .btm_wrap .religious ul li .rel_desc span{
	display: inline-block;
	padding-top: 5px;
	font-size: 14px;
	word-break:keep-all;
}


.btm_container .btm_wrap .count_container{
	border: 1px solid #ddd;
	border-radius: 10px;
	width: calc(17% - 20px);
	height: auto;
	padding: 20px;
	margin-top: 20px;
	background-color: #fff;
}

.cate{
	width: 20%;
}


/* 메인페이지 콘텐츠 끝 */

/* 메인 콘텐츠 반응형 시작 */

/*@media screen and (max-width:1024px){*/
/*	.main_container .main_menu ul{*/
/*		flex-wrap:wrap;*/
/*	}*/

/*	.btm_container .btm_wrap .btm_notice_wrap{*/
/*		width: 100%;*/
/*	}*/

/*	.btm_container .btm_wrap .btm_img_wrap ul{*/
/*		flex-direction: column;*/
/*	}*/
/*.main_container .main_menu ul{*/
/*	flex-direction: column;*/
/*}*/



	
}

/* 메인 콘텐츠 반응형 끝 */


footer{
	
}

footer .footer_container{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}

footer .footer_container .footer_wrap{
	display: flex;
	justify-content: space-between;
}

footer .footer_container .footer_wrap .footer_left{
	width: 220px;
	display: flex;
	align-items:center;
}

footer .footer_container .footer_wrap .footer_left .footer_logo{
	background: url('../img/ft_logo.png') center center no-repeat;
	background-size:contain;
	width: 100%;
	height: 70px;
	display: block;
}

footer .footer_container .footer_wrap .footer_center{
	width: 75%;
	margin-left: 5%;
}

footer .footer_container .footer_wrap .footer_center .footer_center_top{
}

footer .footer_container .footer_wrap .footer_center .footer_center_top ul{
	width: 45%;
	display: flex;
	justify-content:space-between;
}

footer .footer_container .footer_wrap .footer_center .footer_center_top ul li a,
footer .footer_container .footer_wrap .footer_center .footer_center_top ul li span{
	font-size: 16px;
}

footer .footer_container .footer_wrap .footer_center .footer_center_top ul li:nth-child(2n){
	margin-left: 10px;
	margin-right: 10px;
}

footer .footer_container .footer_wrap .footer_center .footer_center_btm{
	font-size: 16px;
	color: #7d7d7d;
	margin-top: 10px;
	padding-top:10px;
	border-top: 1px solid #ddd;
}

footer .floating_container{
	position: fixed;
	right: 30px;
	bottom: 40px;
	width: auto;
	z-index: 99;
	display: flex;
	flex-direction:column;
	align-items: flex-end;
}

footer .floating_container .floating_count{
	width: 50%;
	margin-bottom: 20px;
}

footer .floating_container .floating_top{
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	width: auto;
}

footer .floating_container .floating_top .floating_top_btn{
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius:10px;
	display: flex;
	justify-content:center;
	align-items:center;
}

footer .floating_container .floating_top .floating_top_btn i{
	font-size: 30px;
}

	.guide_bible br{
		display: none;
	}

/* 푸터 끝 */

/* 반응형 푸터 시작 */
/*@media screen and (max-width:1200px){*/
/*	footer .footer_container{*/
/*		padding: 20px;*/
/*	}*/

/*	footer .footer_container .footer_wrap .footer_center{*/
/*		margin-left: 0;*/
/*	}*/

/*	footer .footer_container .footer_wrap .footer_left{*/
/*		width: 210px;*/
/*	}*/
/*}*/

/*@media screen and (max-width:1024px){*/
/*	footer .footer_container .footer_wrap .footer_center .footer_center_top ul{*/
/*		width: 60%;*/
/*	}*/

/*	footer .footer_container .footer_wrap{*/
/*		flex-direction: column;*/
/*	}*/
/*}*/

/* 반응형 푸터 종료 */


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



/* 커스텀 페이지(서브) 공통 */

.hd_tit_wrap{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top:55px;
	position: relative;
	overflow:hidden;
	/*background-position-y:-55px;*/
}

.hd_tit_wrap > img{
	width:100%;
	height:200px;

}

.hd_tit_wrap::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .3;
	z-index: 1;
}

.hd_tit_wrap img{
	display:none;
}

.hd_tit_wrap.sub01 .hdtit4,
.hd_tit_wrap.sub02 .hdtit3,
.hd_tit_wrap.sub03 .hdtit5,
.hd_tit_wrap.sub04 .hdtit2,
.hd_tit_wrap.sub05 .hdtit0,
.hd_tit_wrap.slide .hdtit1,
.hd_tit_wrap.hd_ti .hdtit1,
.hd_tit_wrap.login .hdtit_login,
.hd_tit_wrap.hd_yh .hdtit1,
.hd_tit_wrap.fathe .hdtit1,
.hd_tit_wrap.siste .hdtit1,
.hd_tit_wrap.sori .hdtit0,
.hd_tit_wrap.hd_notice .hdtit1{
	display:block;
}

/*관리자 헤드타이틀*/
/*.hd_tit_wrap.slide,*/
/*.hd_tit_wrap.hd_tit{*/
/*	display:block;	*/
/*}*/

#container_title {
	font-size:2.2em;
	margin:0 auto;
	font-weight:bold;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index: 5;
}

#container_title span {
	margin:0 auto 10px;
	display:block;
	/* line-height:250px; */
	color: #fff;
	text-align: center;
}

#container{
	position: relative;
}


#container .login{
	background: url(../img/sub_tit05.png)center center no-repeat;
	background-size:cover;
	background-position-y:-95px;
}

.content_container{
	margin: 30px auto;
}

.content_container .content_wrap{
	display: flex;
}

.content_container .content_wrap .cate_container{
	width: 100%;
	height: auto;
}

.content_container .content_wrap .cate_container .cate_wrap{
	
}

.content_container .content_wrap .cate_container .cate_wrap .cate_big_wrap{
	width: 100%;
	height: auto;
	padding: 55px 30px;
	text-align: center;
	font-size: 1.5rem;
	background-color: #2651a6;
	color: #fff;
}

.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap{
}

.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap > ul{
	
}

.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap > ul li{
	font-size: 1.5em;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}

.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap > ul li.active > a{
	background-color: #526581;
	color: #fff;
}
.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap > ul li a{
	padding: 15px 20px;
	width: 100%;
	display: block;
}

.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap .sub_cate_wrap{
	background-color: #fff;
	border-top: 1px solid #ddd;
}

.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap .sub_cate_wrap a{
	font-size: 16px;
}

.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap .sub_cate_wrap a.active{
	font-weight: bold;
}

.content_container .content_wrap .main_container{
	width: 80%;
	height: auto;
	padding: 20px 35px;
}

.content_container .content_wrap .main_container .sub_tit_name{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.content_container .content_wrap .main_container .sub_tit_name p{
	font-size: 2.1em;
}

.content_container .content_wrap .main_container .guide_top_tit p{
	text-align: center;
	font-size: 1.4rem;
	color: dodgerblue;
	line-height: 3rem;
}

.content_container .content_wrap .main_container .sub_hello{
	padding: 0 0 30px 0;
	display: flex;
	flex-direction:column;
}

/* .content_container .content_wrap .main_container .sub_hello p > span{
	color: #2651a6;
	font-weight: bold;
} */

.content_container .content_wrap .main_container .sub_hello .sub_guide_top{
	width: 100%;
	height: 280px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_top > p{
	width: 80%;
	font-size: 2.1em;
	line-height:45px;
	text-align: center;
	background-color: #ddd;
	padding: 30px;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_top .guide_bg{
	background: url('../img/notice_bg.png')center center no-repeat;
	background-size:contain;
	position: relative;
    width: 100%;
    height: 100%;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_top .guide_tit{
	position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 100%;
/*     height: 100%; */
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_top span{
	font-size: 1em;
	font-family: 'kdg_Medium';
	font-weight: bold;
	margin: 0 10px;

}

.content_container .content_wrap .main_container .sub_hello .sub_vicar_img_wrap .sub_vicar_img{
	background: url('../img/sub0101_vicar.jpg') center center no-repeat;
	width: 194px;
	height: 235px;
	border-radius:10px;
	margin-right: 30px;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_btm{
	display: flex;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc{

}

.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc > p{
	font-size: 1.5em;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	word-break: keep-all;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc .sub_vicar_desc_btm{
	display: flex;
	flex-direction: column;
	align-items:flex-end;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc .sub_vicar_desc_btm > p{
	font-size: 1.6em;
	font-weight: bold;
}

.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc .sub_vicar_desc_btm > p span{
	color: #2651a6;

}

.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc .sub_vicar_desc_btm .sub_vicar_sign{
	background: url('../img/sub0101_sign.jpg') center center no-repeat;
	width: 215px;
	height: 50px;
	background-size:contain;
	margin-top: 20px;
}


.mobile_cate{
	display: none;
}

.mobile_cate .cate_container{
	width: 100%;
}

.mobile_cate .cate_container .cate_wrap{
	    display: flex;
        width: 100%;
        height: 60px;
        background-color: #2651a6;
        align-items: center;
        padding: 0 40px;
		font-size: 16px;
		color: #fff;
}

.mobile_cate .cate_container .cate_wrap i,
.mobile_cate .cate_container .cate_wrap span{
	margin-right: 4px;
}

.mobile_cate .cate_container .cate_wrap span.cate_down{
	margin-left: 4px;
}

.mobile_cate .cate_container .cate_wrap select{
	border:1px solid #fff;
	background: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:100%;
	color: #fff;
	padding:5px 10px;
	width: auto;
}

.mobile_cate .cate_container .cate_wrap option{
	 background-color: #2651a6;
}


/* sub0102*/
.guide_container{
	margin: 50px auto;
}

.guide_container .guide_year_lst{
	/*margin-bottom: 30px;*/
}

.guide_container .guide_year_lst #bo_cate{
	margin: 0;
}

.guide_container .guide_year_lst form{
	display: flex;
	justify-content: flex-end;
}

.guide_container .guide_year_lst form #bo_cate_select{
	width: 5vw;
    height: 4vh;
    padding: 0 10px;
    font-size: 15px;
	margin-right: 10px;
}

.guide_container .guide_year_lst form > input[type="submit"]{
	width:3vw;
	height: 4vh;
	font-size: 15px;
	font-family: 'Pretendard';
	border: 1px solid #ddd;
	
}

.guide_container .guide_year_lst #bo_cate #bo_cate_ul li:first-child{
	display:none;
}

.guide_container .guide_year_lst #bo_cate #bo_cate_ul li{
	padding:0;
}

.guide_container .guide_year_lst #bo_cate #bo_cate_ul li a{
	border-radius: 20px 20px 0 0;
	font-size:17px;
}

.guide_container .guide_content_wrap{
	
}

.guide_container .guide_content_wrap .guide_content_top .guide_txt{
	text-align: center;
	font-size: 1.4rem;
	color: dodgerblue;
	line-height: 3rem;
}

.guide_container .guide_content_wrap .guide_content_top .guide_tit{
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #3f3a3a;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.guide_container .guide_content_wrap .guide_bible_wrap{
	background-color: #2651a6;
	line-height: 5rem;
}

.guide_container .guide_content_wrap .guide_bible_wrap .guide_bible{
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
}

.guide_container .guide_content_wrap .guide_main_wrap{
	margin-top: 30px;
}

.guide_container .guide_content_wrap .guide_main_wrap .guide_main p{
	font-size: 1.1rem;
	word-break: keep-all;
	line-height: 1.6rem;
	margin-bottom: 25px;
}

.guide_container .guide_content_wrap .guide_main_wrap .guide_main .guide_last{
	margin-top: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 1.2rem;
}

/* sub0103 - 신부님 */
.fr_container .now_fr_wrap,
.sr_container .sr_wrap{
	margin: 30px auto;
}

.fr_container .now_fr_wrap .now_fr,
.sr_container .sr_wrap .sr{
	display: flex;
	justify-content:space-between;
	align-items: center;
	background-color: #2651a61f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 50px;
}

.fr_container .now_fr_wrap .now_fr .now_fr_img{
	background: url('../img/sub0103_img001.jpg') center center no-repeat;
	background-size: cover;
	width: 170px;
	aspect-ratio: 17/21;
	border-radius:20px;
}

.fr_container .now_fr_wrap .now_fr .now_fr_desc,
.sr_container .sr_wrap .sr .sr_desc{
	width: 75%;
}

.fr_container .now_fr_wrap .now_fr .now_fr_desc .now_fr_name,
.sr_container .sr_wrap .sr .sr_desc .sr_name{
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: bold;
}

.fr_container .now_fr_wrap .now_fr .now_fr_desc .now_fr_name .now_fr_sub_name,
.sr_container .sr_wrap .sr .sr_desc .sr_name .sr_sub_name{
	color: #001f79;
}

.fr_container .now_fr_wrap .now_fr .now_fr_desc .now_fr_position,
.sr_container .sr_wrap .sr .sr_desc .sr_position{
	font-size: 1.2rem;
	line-height: 2rem;
}

.fr_container .now_fr_wrap .now_fr .now_fr_desc .now_fr_date,
.sr_container .sr_wrap .sr .sr_desc .sr_date{
	font-size: 1rem;
	line-height: 2rem;
}


/*역대 신부님 css*/

.fr_container .history_fr_wrap{

}

.fr_container .history_fr_wrap .fr_lst_wrap,
.sr_container .history_sr_wrap .sr_lst_wrap,
.sub0105_container .fr_wrap .fr_lst_wrap,
.sub0105_container .srbr_wrap .srbr_lst_wrap{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.fr_container .history_fr_wrap .history_fr_tit,
.sr_container .history_sr_wrap .history_sr_tit,
.sub0105_container .fr_wrap .fr_tit,
.sub0105_container .srbr_wrap .srbr_tit{
	font-size: 1.3rem;
	line-height: 3.4rem;
}

.fr_container .history_fr_wrap .fr01_img{
	background: url('../img/sub0103_img02.jpg') center center no-repeat;
}

.fr_container .history_fr_wrap .fr02_img{
	background: url('../img/sub0103_img03.jpg') center center no-repeat;
}

.fr_container .history_fr_wrap .fr03_img{
	background: url('../img/sub0103_img04.jpg') center center no-repeat;	
}

.fr_container .history_fr_wrap .fr04_img{
	background: url('../img/sub0103_img05.jpg') center center no-repeat;	
}

.fr_container .history_fr_wrap .fr05_img{
	background: url('../img/sub0103_img06.jpg') center center no-repeat;
}

.fr_container .history_fr_wrap .fr06_img{
	background: url('../img/sub0103_img01.png') center center no-repeat;
}

/* 역대 보좌신부님 이미지 */
.fr_container .history_fr_wrap .fr0101_img{
	background: url('../img/sub0103_img07.jpg') center center no-repeat;
}

.fr_container .history_fr_wrap .fr0102_img{
	background: url('../img/sub0103_img08.jpg') center center no-repeat;
}

.fr_container .history_fr_wrap .fr0103_img{
	background: url('../img/sub0103_img09.jpg') center center no-repeat;	
}

.fr_container .history_fr_wrap .fr0104_img{
	background: url('../img/sub0103_img10.jpg') center center no-repeat;
}

.fr_container .history_fr_wrap .fr0105_img{
	background: url('../img/sub0103_img11.jpg') center center no-repeat;
}

.fr_container .history_fr_wrap .fr0106_img{
	background: url('../img/sub0103_img12.jpg') center center no-repeat;
}

/*sub0105 본당출신 신부님,수녀님*/
.sub0105_container .fr_wrap .fr_lst_wrap .fr01 .fr01_img{
	background: url('../img/sub0105_fr01.jpg') center center no-repeat;
}

.sub0105_container .fr_wrap .fr_lst_wrap .fr02 .fr02_img{
	background: url('../img/sub0105_fr02.jpg') center center no-repeat;
}

.sub0105_container .fr_wrap .fr_lst_wrap .fr03 .fr03_img{
	background: url('../img/sub0105_fr03.jpg') center center no-repeat;
}

/* 본당 출신 수녀님, 수사님*/

.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_img{
	background: url('../img/no_profile.png') center center no-repeat;
}


/* sub0104 - 수녀님 */

.sr_container .now_sr_wrap .now_sr .now_sr01_img{
	background-size: contain;
	width: 170px;
	aspect-ratio: 17/21;
}

.sr_container .now_sr_wrap .now_sr .now_sr02_img{
	background-size: contain;
	width: 170px;
	aspect-ratio: 17/21;
}
.sr_container img{
	width: 100%;
}

/*신부님, 수녀님, 수사님 공통*/
.fr_container .history_fr_wrap .history_fr_img,
.sr_container .history_sr_wrap .history_sr_img,
.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_img,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_img{
	-webkit-background-size: cover;
	background-size: cover;
	width: 140px;
	aspect-ratio: 17/21;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 20px;
}

.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst,
.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst,
.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 10px);
	border: 2px solid #ddd;
	margin-bottom: 30px;
	padding: 20px;

}

.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc,
.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc,
.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc
{
	width: 60%;
}

.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_name,
.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc .sr_name,
.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_name,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_name
{
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: 600;
}

/*신부님 수녀님 세례명*/
.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_name .fr_sub_name,
.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc .sr_name .sr_sub_name,
.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_sub,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_sub
{
	color: #001f79;
}

/*신부님 수녀님 소속, 이력*/
.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_position,
.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc .sr_position,
.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_position,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_position
{
	font-size: 1.1rem;
	line-height: 1.5rem;
	letter-spacing: -0.05em;
}

.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_date,
.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc .sr_date,
.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_date,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_asso,
.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_locale{
	font-size: 1rem;
	line-height: 1.6rem;
}

/*.lt_info .lt_info{
	display: flex;
	flex-wrap:wrap;
}

.history_sr_wrap,
.lt_info{
	width: 100%;
}*/

/* sub0105 - 주보성인 */

.saint_container{
	display: flex;
	margin: 30px auto;
	justify-content:space-between;
}

.saint_container .saint_img_wrap{
	
}

.saint_container .saint_img_wrap .saint_img{
	background: url('../img/sub0105_img01.jpg') center center no-repeat;
	background-size: contain;
	width: 420px;
	aspect-ratio: 235/349;
}

.saint_container .saint_desc_wrap{
	width: 55%;
	font-size: 20px;
	word-break:keep-all;
	line-height: 30px;
}

.saint_container .saint_desc_wrap .saint_desc_tit{
	display: block;
	width: auto;
	line-height: 100px;
	padding: 20px;
	text-align: center;
	letter-spacing: 0.03em;
	background-color: #2651a6;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}

.saint_container .saint_desc_wrap .saint_desc_txt{
	margin-top: 30px;
	display: block;
	font-size: 20px;
	background-color: #ddd;
	height: auto;
	padding: 65px 30px;
}



/* sub0107 - 구암로고 */

.sym_container{
	margin: 30px auto;
}

.sym_container .sym_tit{
	font-size: 22px;
	margin-bottom: 10px;
	margin-top:15px;
}

.sym_container .sym_top{
	display:flex;
	    align-items:center;
}

.sym_container .sym_top .sym_logo_wrap{
	width: 40%;
    display: flex;
    justify-content: center;

}

.sym_container .sym_top .sym_logo_wrap .sym_logo{
	background:url('../img/ci.png') center center no-repeat;
	width: 145px;
	height: auto;
	background-size:contain;
	aspect-ratio: 108/200;
	
}

.sym_container .sym_top .sym_desc{
	width:60%;
	font-size:18px;
	word-break:keep-all;
	line-height:25px;
}

.sym_container .sym_btm{
	padding: 50px 25px;
	border: 1px solid #ddd;
	margin-top:30px;
}

.sym_container .sym_btm ul{
	display: flex;
	justify-content: space-between;
}

.sym_container .sym_btm ul li{
	display:flex;
	flex-direction: column;
}

.sym_container .sym_btm ul li .palette{
	font-size:16px;
	margin-top: 15px;
}


.sym_container .sym_btm .color_wrap{
	width: 100px;
	height: 60px;
	border: 1px solid #ddd;
}

.sym_container .sym_btm .color_01{
	background-color: #14085a;
}
.sym_container .sym_btm .color_02{
	background-color: #5185be;
}
.sym_container .sym_btm .color_03{
	background-color: #525252;
}


/* sub0108 - 본당소개 */
.intro_container{
	margin: 30px auto;
}

.intro_container .intro_img_wrap{
	display: flex;
	justify-content:space-between;
}

.intro_container .intro_img_wrap .intro_img{
	aspect-ratio: 515/344;
}

.intro_container .intro_img_wrap .intro_img01{
	background: url('../img/sub0106_img01.jpg') center center no-repeat;
	background-size:contain;
	aspect-ratio: 515/344;
	width: 75%;
}

.intro_container .intro_img_wrap .intro_img02{
	background: url('../img/sub0106_img02.jpg') center center no-repeat;
	background-size:contain;
	width: 100%;
}

.intro_container .intro_img_wrap .intro_img03{
	background: url('../img/sub0106_img03.jpg') center center no-repeat;	
	background-size:contain;
	width: 100%;
}

.intro_container .intro_img_wrap .intro_img04{
	background: url('../img/sub0106_img04.jpg') center center no-repeat;
	background-size:contain;
	width: 100%;
}

.intro_container .intro_img_wrap .intro_img_small{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 23%;
}

.intro_container .intro_desc_wrap{
	margin: 30px 2%;
}

.intro_container .intro_desc_wrap span{
	font-size: 18px;
	letter-spacing: -0.02em;
}

.intro_container .intro_desc_wrap .intro_tit{
	width: 90px;
	display: inline-block;
	margin-left: 10px;
	line-height: 30px;
}

.intro_container .intro_year_wrap .intro_year_tit{
	font-size: 22px;
	margin-bottom: 10px;
	margin-top:15px;
}

.intro_container .intro_year_wrap .intro_year_content{
	font-size: 18px;
	padding: 20px 50px;
	position: relative;
	margin-left:5%;
}

.intro_container .intro_year_wrap .intro_year_content::before{
	content:'';
	position:absolute;
	left:0;
	top:35px;
	width:1px;
	height:calc(100% - 35px);
	background-color: #ddd;
}

.intro_container .intro_year_wrap .intro_year_content .year_wrap{
}

.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_tit{
	font-size: 35px;
	color:#2651a6;
	font-weight:bold;
	position: relative;
}
.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_tit::before{
	content:'';
	position:absolute;
	left:-6%;
	top:50%;
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#ddd;
	transform:translate(-50%, -50%);
}

.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_content{
	line-height:30px;
	letter-spacing: -0.02em;
	font-size: 19px;
}

.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_content .lat > ul{
	text-indent:15%;
}

/* sub0109 - 찾아오시는 길 */
.map_container{
	margin: 30px auto;
}

.map_container .map_wrap{
	
}

.map_container .map_wrap iframe{
	width: 100%;

}

.map_container .map_wrap .map_desc_wrap{
	width: 100%;
	background-color: #2651a6;
	padding: 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;

}

.map_container .map_wrap .map_desc_wrap .map_desc_lt{
	line-height: 30px;
}

.map_container .map_wrap .map_desc_wrap .map_desc_lt .map_desc{
	font-size: 25px;
}

.map_container .map_wrap .map_desc_wrap .map_desc_lt .map_txt{
	font-size: 18px;
}

.map_container .map_wrap .map_desc_wrap .map_desc_rt{
	font-size: 18px;

}

.map_container .map_wrap .map_desc_wrap .map_desc_rt a{
	color: #fff;
	font-size: 22px;
	line-height:55px;
	display: block;
	padding: 15px;
		font-weight: bold;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.map_container .map_wrap .map_guide_wrap{
	margin-top: 40px;
}

.map_container .map_wrap .map_guide_wrap .map_guide_tit{
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .map_choose{
	border: 4px solid #ddd;
	padding: 20px;
	margin: 30px auto;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .map_choose .map_choose_tit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .map_choose .map_choose_tit i{
	margin-right: 10px;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .map_choose span{
	font-size: 16px;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst{
	display: flex;
	justify-content: space-between;
	width: 330px;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst .map_kakao_ico,
.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst .map_naver_ico{
	
	display: block;
	width: 150px;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst .map_kakao_ico{
	background-color: #fae100;
	color: #000;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst .map_naver_ico{
	background-color: #00C13A;
	color: #fff;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst i{
	color: #3a1c1e;
	margin-right: 10px;
	font-size: 22px;
}

.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst .map_naver_ico i{
	color: #fff;
}

/* sub0204 - 사무실 안내 */
.sub0204_container{
	margin: 30px auto;
}

.sub0204_container .sub0204_wrap{
	
}

.sub0204_container .sub0204_wrap .samu_container{
	width: 100%;
	height: auto;
	padding: 20px;
	border: 2px solid #ddd;
}


/* sub0301 - 조직도 */
.sub0301_container{
	margin: 30px auto;
}

.sub0301_container .sub0301_wrap{
	
}

.sub0301_container .sub0301_wrap .sub0301_img{
	background: url('../img/sub0301_img.png') center center no-repeat;
	background-size:contain;
	width: 100%;
	aspect-ratio: 206/169;
}



/* 반응형 1024*/

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

	.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst{
		flex-wrap:wrap;
	}

	.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst li{
		width: calc(100%/4 - 5px);
		margin-right:0;
		margin-bottom:5px;
	}

	/* .btm_container .btm_wrap .btm_notice_wrap .btm_notice_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_jubo_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_volen_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_move_lst ul{
		font-size:16px;
	} */
	
}

.new_win{
	margin: 50px 20px;
}

/* 반응형 소스 */

@media screen and (max-width: 1440px){
	header nav{
		padding: 0 20px;
	}
	nav.hd_menu_mb{
		display: none;
	}

	.inner_1300{
		width: 100%;
	}

	.btm_container{
		padding: 35px 20px;
	}

	.content_container{
		margin: 30px 40px;
	}

	footer .footer_container{
		
		padding: 20px 40px;
	}

		.main_sw .swiper-wrapper .swiper-slide .sw_right img{
		object-fit:cover;
		width:100%;
		height:-webkit-fill-available;
		position: absolute;
		left:0;
		top:0;
		aspect-ratio:auto;
	}
		footer .footer_container .footer_wrap .footer_center .footer_center_top ul{
		width: fit-content;
	}

	.mbskin .mbskin_box{
		flex-direction:column;
	}
	.mbskin .mbskin_box .mbskin_lt{
		width: 100%;
		border-bottom-left-radius:0;
		border-top-right-radius:10px;
	}

	.mbskin .mbskin_box .mbskin_rt{
		width: 100%;
	}

	.mbskin_box .mbskin_lt .login_lt_call a{
		display: none;
	}

	.register{
		margin: 100px 20px !important;
		width: auto;
	}

	
}

@media screen and (max-width:1300px){
	.hd_tit_wrap{
		width: 100%;
	}
}

@media screen and (max-width: 1200px){
	header nav .menu_container > ul > li{
		width: auto;
	}

	.btm_container .btm_wrap .btm_info_container{
		flex-wrap:wrap;
	}
	.btm_container .btm_wrap .religious{
		width: 100%;
	}

	.btm_container .btm_wrap .count_container{
		width: 100%;
	}

	#visit dl{
	flex-wrap:nowrap;
	}

	.btm_container .btm_wrap .btm_notice_wrap .btm_notice_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_jubo_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_volen_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_move_lst ul{
		font-size: 16px;
	}

 	.lat li a{
		font-size: 16px;
	} 

	footer .footer_container{
		width: 100%;

	}

	.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_date,
	.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc .sr_date,
	.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_date,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_asso,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_locale{
		font-size: 15px;
	}

	.fr_container .history_fr_wrap .history_fr_img,
	.sr_container .history_sr_wrap .history_sr_img,
	.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_img,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_img{
		width: 110px;
	}

	.intro_container .intro_year_wrap .intro_year_content::before{
		display: none;
	}

	.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_tit::before{
		display: none;
	}
	.intro_container .intro_year_wrap .intro_year_content{
		margin-left: 0;
		padding-left: 10px;
	}

	.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_content{
		text-indent:0;
	}

	.gallery-list .gallery-list-content-etc{
		display: flex;
	}

	.gallery-list li .yt_container{
		height: 400px;
	}

	.mbskin{
		width: 80%;
	}

	p, a, span{
		word-break:keep-all;
	}

}

@media screen and (max-width:1024px){
	header nav{
		display: none;
		padding: 0;
	}
	nav.hd_menu_mb{
		display: flex;
		align-items: center;
	}

	header nav .login_wrap .login_ico:first-child{
		margin: 0;
	}

	.main_sw .swiper-wrapper .swiper-slide .sw_right{
		height: auto;
	}

	.main_sw{
		height: 55vh;
		margin-top: 0px;
	}
	
	header{
		height: 55px;
		position: absolute;
	}

	.hd_tit_wrap{
		margin-top: 41px;
		height: 170px;
	}
	
	.cate{
		display: none;
	}
	
	.mobile_cate{
		display: flex;
		margin-bottom: 15px;
	}

	.content_container .content_wrap{
		flex-direction:column;
	}

	.content_container .content_wrap .cate_container .cate_wrap{
		display: flex;
		justify-content:flex-start;
		width: 100%;
		background-color: dodgerblue;
	}

	.content_container .content_wrap .cate_container .cate_wrap .cate_big_wrap{
		padding: 0;
		background: none;
		width: auto;
		font-size: 15px;
		margin-right: 5px;
	}

	.content_container .content_wrap .cate_container .cate_wrap .cate_big_wrap select{
		padding: 5px;
	}

	.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap{
		font-size: 15px;
	}

	.content_container .content_wrap .cate_container .cate_wrap .cate_small_wrap select{
		padding: 5px;
	}

	.guide_container .guide_year_lst form #bo_cate_select{
		width: 110px;
	}

	.guide_container .guide_year_lst form > input[type="submit"]{
		width: 75px;
	}

	.content_container .content_wrap .main_container{
		width: 100%;
		padding: 0;
	}

	.hd_tit_wrap > img{
		height: 100%;
		object-fit:cover;
	}

	#container_title{
		font-size: 2em;
	}

	.gallery-list ul{
		margin:auto;
	}


/* 상단 모바일 메뉴 스타일 */
	header nav .hd_menu_wrap{
	width: auto;
	position:relative;
	}

	header nav .hd_menu_wrap .login_ico{
		position:relative;
		z-index:30;
	}
	header nav .hd_menu_wrap .login_close{
		position:relative;
		z-index:30;
		display:none;
	}

	header nav .hd_menu_wrap i{
		font-size: 28px;
		cursor:pointer;
	}

	header nav .hd_menu_wrap .hd_menu{
		width:30vw;
		height:100vh;
		background-color:#fff;
		position:absolute;
		left:-500px;
		top:-20px;
		font-size:17px;
		display:flex;
		flex-direction:column;
		transition: all .3s;
		/*padding:75px 20px;*/
	}

	header nav .hd_menu_wrap.active .hd_menu{
			left:-20px;
			border-right:1px solid #ddd;
			font-size:14px;
	}

	header nav .hd_menu_wrap .login_ico{
		display:flex;
		flex-direction:column;
		width:23px;
		height:20px;
		position:relative;
	}

	header nav .hd_menu_wrap .login_ico span{
		width: 100%;
		height:3px;
		background-color:black;
		display:inline-block;
		position:absolute;
		transition: all.3s;
	}

	header nav .hd_menu_wrap .login_ico span:first-child{
		left:0;
		top:0;
	}

	header nav .hd_menu_wrap .login_ico span:nth-child(2){
		left:0;
		top:8.5px;
	}

	header nav .hd_menu_wrap .login_ico span:last-child{
		left:0;
		bottom:0;
	}

	header nav .hd_menu_wrap.active .login_ico span:first-child{
		transform:translateY(0px) rotate(45deg);
		transform-origin: left;
	}
	header nav .hd_menu_wrap.active .login_ico span:nth-child(2){
		display:none;
	}

	header nav .hd_menu_wrap.active .login_ico span:last-child{
		transform:translateY(-1px) rotate(-45deg);
		transform-origin: left;
	}

	header nav .hd_menu_wrap .hd_menu .hd_top{
		margin-top:70px;
		font-size:14px;
	}

	header nav .hd_menu_wrap .hd_menu .hd_top > ul{
		padding:10px 20px;	
	}

	header nav .hd_menu_wrap .hd_menu .hd_top > ul li{
		width:100%;
		border-radius:10px;
		background-color: #2651a6;
		margin-bottom:10px;
	}

	header nav .hd_menu_wrap .hd_menu .hd_top > ul li:last-child{
		margin-bottom:0;
		background-color:#2b2b2b;
	}

	header nav .hd_menu_wrap .hd_menu .hd_top > ul li a{
			color:#fff;
			line-height:45px;
			text-align:center;
			display:block;
	}	

	header nav .hd_menu_wrap .hd_menu > ul > li{
		border-bottom: 1px solid #ddd;
	}

	header nav .hd_menu_wrap .hd_menu > ul > li a{
		padding:20px;
		display:block;
	}

	header nav .hd_menu_wrap .hd_menu .sub_menu{
		display:none;
	}

	header nav .logo_wrap{
		display: flex;
		height:100%;
	}

	header nav .logo_wrap .logo_img{
		background: url("../img/logo.png") center center no-repeat;
		background-size:contain;	
		width: 19vw;
		display: block;
		aspect-ratio:1/1;
	}

	.main_container .main_menu ul li a::before{
		content: '';
		position: absolute;
		background-color: #e3e7ed;
		border-radius:50%;
		width: 90px;
		height: 90px;
		transition: all .3s;
		left: 50%;
		top: 30%;
		transform: translate(-50%,-50%);
	}

	.btm_container .btm_wrap .btm_notice_wrap{
		width: 100%;
		margin-bottom: 20px;
	}

	.btm_container .btm_wrap .btm_notice_wrap:nth-child(n+2){
		margin-bottom: 0;
		width: calc(100%/2 - 10px);
	}

	.main_container .main_menu{
		display: none;
	}
	.main_container .m_menu{
		display: flex;
		margin-top: 40px;
	}

	.main_container .m_menu ul{
		padding: 15px;
		width: 100%;
		display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}

	.main_container .m_menu ul li{
		font-size: 15px;
		text-align: center;

	}

	.main_sw .swiper-wrapper .swiper-slide .sw_left p.sw_desc_tit{
		font-size: 23px;
	}

	.main_sw .swiper-wrapper .swiper-slide .sw_left p{
		font-size: 16px;
	}

	.sr_container .history_sr_wrap .sr_wrap:first-child .sr_small_wrap .sr_box,
	.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_small_wrap .sr_box{
		flex-direction:column;
	}
	.sr_container .history_sr_wrap .sr_wrap:first-child .sr_box .sr_desc,
	.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_box .sr_desc{
		text-align: center;
	}

	.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_small_wrap,
	.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_small_wrap .sr_box{
		flex-direction: column;
	}
	.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc{
		text-align: center;
	}

	.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc{
		margin-top: 10px;
	}

	.saint_container{
		height: 100%;
		flex-direction:column;
	}

	.saint_container .saint_img_wrap{
		width: 100%;
	}

	.saint_container .saint_img_wrap .saint_img{
		width: 100%;
	}

	.saint_container .saint_desc_wrap{
		width: 100%;
		height: 100%;
		margin-top:20px;
	}

	.saint_container .saint_desc_wrap .saint_desc_txt{
		padding: 25px 30px;
		margin-top: 0;
	}

	.sym_container .sym_top{
		flex-direction: column;
	}
	.sym_container .sym_top .sym_desc{
		width: 100%;
		text-align: center;
	}

	.sym_container .sym_btm ul{
		flex-direction:column;
	}

	.sym_container .sym_btm{
		height: 100%;
		padding: 30px 25px;
	}

	.sym_container .sym_btm ul li .palette{
		margin-left: 20px;
	}

	.sym_container .sym_btm ul li{
		flex-direction:row;
		margin-bottom: 20px;
	}

	.sym_container .sym_btm ul li:last-child{
		margin-bottom: 0;
	}

	.intro_container .intro_year_wrap .intro_year_content .year_wrap{
/* 		margin-bottom: 30px; */
	}

}

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

	.content_container .content_wrap .main_container .sub_hello .sub_guide_top{
		flex-direction: column;
		height: 360px;
		margin-bottom: 0;
	}
	
	.content_container .content_wrap .main_container .sub_hello .sub_vicar_img_wrap .sub_vicar_img{
		margin-right: 0;
	}

	.content_container .content_wrap .main_container .sub_hello .sub_guide_top .guide_bg{
		background:none;
	}

	.content_container .content_wrap .main_container .sub_hello .sub_guide_top > p{
		font-size: 1.8em;
		line-height: 30px;
	}

	.content_container .content_wrap .main_container .sub_hello .sub_guide_top .guide_tit{
		top: 50%;
	}

	.main_sw{
		height: 420px;
	}
	.btm_container .btm_wrap .btm_notice_wrap:nth-child(n+2){
		width: 100%;

	}

	.btm_container .btm_wrap .btm_notice_wrap:nth-child(3){
			margin-bottom: 20px;
	}

	.btm_container .btm_wrap .btm_img_container .btm_img_wrap{
		width: 100%;
	}

	.btm_container .btm_wrap .religious ul li{
		width: calc(100%/2 - 10px);
	}

	.btm_container .btm_wrap .religious ul li .rel_desc p{
		font-size: 15px;
	}

	.btm_container .btm_wrap .religious ul li .rel_desc span{
		font-size: 13px;
	}


	.guide_container .guide_content_wrap .guide_content_top .guide_tit{
		font-size: 1.4rem;
	}

	.fr_container .now_fr_wrap .now_fr, .sr_container .sr_wrap .sr{
		flex-direction:column;
		justify-content:space-between;
	}

	.fr_container .now_fr_wrap .now_fr .now_fr_desc, .sr_container .sr_wrap .sr .sr_desc{
		text-align: center;
	}

	.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst,
	.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst,
	.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst{
		flex-direction:column;
	}

	.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc,
	.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc,
	.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc{
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}


	footer .footer_container .footer_wrap{
		flex-wrap:wrap;
	}
	footer .footer_container .footer_wrap .footer_left .footer_logo{
		height: 35px;
		margin-bottom: 20px;
		margin-left: -20px;
	}
	footer .footer_container .footer_wrap .footer_center{
		width: 100%;
		margin-left: 0;
	}


	.samu_container .samu_work_info{
		flex-direction:column;

	}

	.samu_container .samu_info{
		width: 100%;
	}

	.samu_container .samu_work{
		margin-bottom: 30px;
		width: 100%;
	}

	
}

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

	header nav .logo_wrap .logo_img{
		margin-left: 15px;
		width: 22vw;
	}

	.main_container .m_menu ul{
		padding: 0;
	}
	.main_container .m_menu ul li{
		font-size: 15px;
		width: calc(100%/3);
		padding: 5px;
	}

	.main_sw .swiper-wrapper .swiper-slide .sw_left{
		padding: 100px 10px;
	}

	#visit dl{
		flex-wrap:wrap;
	}

	.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil .lat_gallery li{
		width: calc(100%/4 - 10px);
	}

	.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil .lat_gallery li:nth-child(n+5){
		display: none;
	}

	.content_container .content_wrap .cate_container .cate_wrap{
		margin-bottom: 30px;
	}

	.guide_container .guide_content_wrap .guide_bible_wrap .guide_bible{
		font-size: 1.1rem;
	}
	.guide_container .guide_year_lst{
		margin-bottom: 20px;
	}

	.content_container{
		margin: 50px 20px;
	}

	.guide_container{
		margin: 30px auto;
	}

	.guide_container .guide_content_wrap .guide_content_top .guide_txt{
		font-size: 20px;
	}

	.guide_container .guide_content_wrap .guide_content_top .guide_tit{
		font-size: 22px;
	}

	.guide_container .guide_content_wrap .guide_main_wrap .guide_main p{
		font-size: 16px;
	}
	
	.guide_bible br{
		display: block;
	}

	.guide_container .guide_content_wrap .guide_bible_wrap{
		padding: 20px 0;
		line-height: 1.7rem;
	}

	.guide_container .guide_content_wrap .guide_main_wrap .guide_main .guide_last{
		font-size: 17px;
	}

	.guide_container .guide_content_wrap .guide_main_wrap .guide_main p{
		margin-bottom: 15px;
	}

	.content_container .content_wrap .main_container .sub_tit_name p{
		font-size: 20px;
	}

	.content_container .content_wrap .main_container .guide_top_tit p{
		font-size: 20px;
	}

	.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc > p{
		font-size: 15px;
	}

	.content_container .content_wrap .main_container .sub_hello .sub_guide_btm .sub_vicar_desc .sub_vicar_desc_btm > p{
		font-size: 16px;
	}

	.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3){
		width: 100%;
	}

	.sym_container .sym_top .sym_desc{
		font-size: 16px;
	}

	.sym_container .sym_btm ul li .palette{
		font-size: 14px;
	}

	.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_content{
		font-size: 16px;
	}

	.intro_container .intro_year_wrap .intro_year_content .year_wrap .year_tit{
		font-size: 28px;
	}

	.tbl_head01 thead th:nth-child(5),
	#bo_list .td_num{
		display: none;
	}

	#bo_v_file li i{
		font-size: 25px;
	}

	.bo_v_nb li{
		font-size: 13px;
	}

	.bo_v_nb li a{
		width: 200px;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: keep-all;
		white-space: nowrap;
	}

	.samu_container .samu_work_info span{
		font-size: 15px;
	}

	.samu_container .samu_work_info ul li{
		line-height: 25px;
	}

	.mbskin .mbskin_box .mbskin_rt form{
		width: 100%;
	}

	.fc-daygrid table td{
		font-size: 15px;
	}

	.fr_container .history_fr_wrap .history_fr_tit,
	.sr_container .history_sr_wrap .history_sr_tit,
	.sub0105_container .fr_wrap .fr_tit,
	.sub0105_container .srbr_wrap .srbr_tit{
		font-size: 1.1rem;
	}

	.content_container .content_wrap .main_container .sub_tit_name p{
		font-size: 1.4rem;
	}

	.main_sw .swiper-wrapper .swiper-slide .sw_left .sw_photo_desc{
		display: none;
	}

	

}

@media screen and (max-width:480px){
	.btm_container .btm_wrap .religious ul li{
		width: 100%;
	}

	header nav .logo_wrap .logo_img{
		width: 40vw;
	}

	.lat li a{
		font-size: 14px;
        width: 60%;
        word-break: keep-all;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	}

	.btm_container .btm_wrap .btm_notice_wrap .btm_notice_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_jubo_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_volen_lst ul,
	.btm_container .btm_wrap .btm_notice_wrap .btm_move_lst ul{
		font-size: 14px;
	}

	.lat_gallery li a{
		font-size: 14px;
	}

	.btm_container .btm_wrap .btm_img_container .btm_img_wrap .btm_img_top .btm_img_tit{
		font-size: 17px;
	}
	

	.btm_container .btm_wrap .btm_notice_wrap .main_office_wrap .office_tel{
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 26px;
	}

	.btm_container .btm_wrap .btm_notice_wrap .main_office_wrap span{
		font-size: 15px;
		word-break:keep-all;	
	}

	.btm_container .btm_wrap .btm_notice_wrap .main_office_wrap .office_tit{
		font-size: 20px;
	}

	.btm_container .btm_wrap .btm_notice_wrap .main_misa_wrap .misa_time{
		font-size: 14px;
		line-height:normal;
	}

	.content_container{
		margin: 30px 20px;
	}

	.fr_container .now_fr_wrap .now_fr .now_fr_desc .now_fr_name,
	.sr_container .sr_wrap .sr .sr_desc .sr_name{
		font-size: 20px;
	}

	.fr_container .now_fr_wrap .now_fr .now_fr_desc .now_fr_position,
	.sr_container .sr_wrap .sr .sr_desc .sr_position{
		font-size: 17px;
	}

	.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_date,
	.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst .sr_lst_desc .sr_date,
	.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst .fr_lst_desc .fr_date,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_asso,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst .srbr_lst_desc .srbr_locale{
		word-break:keep-all;
	}

	.sr_container .history_sr_wrap .sr_wrap:first-child .sr_img,
	.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_img{
		width: auto;
	}

	.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_img{
		width: auto;
	}
	
	.sr_container img{
		width: 100px;
		height: auto;
	}
	.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc .sr_date{
		word-break:keep-all;
	}

	.saint_container .saint_desc_wrap .saint_desc_tit{
		font-size: 22px;
		line-height:60px;
	}
	.saint_container .saint_desc_wrap .saint_desc_txt{
		font-size: 16px;
	}

	.sym_container .sym_top .sym_logo_wrap .sym_logo{
		width: 115px;
	}

	.intro_container .intro_desc_wrap span{
		width: 100%;
		display: inline-block;
	}

	.intro_container .intro_desc_wrap ul li{
	margin-bottom: 10px;
	}

	.map_container .map_wrap .map_desc_wrap{
		flex-direction:column;
	}

	.map_container .map_wrap .map_desc_wrap .map_desc_rt{
		text-align: center;
		margin-top: 10px;
	}

	.map_container .map_wrap iframe{
		height: 230px;
	}

	.cate_down,
	.mobile_cate .cate_container .cate_wrap i{
		display: none;
	}
	.mobile_cate .cate_container .cate_wrap{
		display: flex;
		flex-direction:column;
		height: 100%;
		padding: 20px;
	}

	.mobile_cate .cate_container .cate_wrap select{
		width: 100%;
	}

	.mobile_cate .cate_container .cate_wrap select:focus{
		border: 1px solid #fff;
		outline:none;
	}

	.mobile_cate .cate_container .cate_wrap .cate_big_wrap{
		margin-bottom: 10px;
	}

	.mobile_cate .cate_container .cate_wrap .cate_big_wrap,
	.mobile_cate .cate_container .cate_wrap .cate_small_wrap{
		width: 100%;
	}

	.mobile_cate .cate_container .cate_wrap .cate_down{
		margin-left: 5px;
	}



}

@media screen and (max-width:468px){
	.main_sw .swiper-wrapper .swiper-slide .sw_left p.sw_desc_tit{
		font-size: 19px;
	}
	.main_sw .swiper-wrapper .swiper-slide .sw_left p{
		font-size: 14px;
	}

	.main_sw{
		height: 320px;
	}

	.fr_container .history_fr_wrap .fr_lst_wrap,
	.sr_container .history_sr_wrap .sr_lst_wrap,
	.sub0105_container .fr_wrap .fr_lst_wrap,
	.sub0105_container .srbr_wrap .srbr_lst_wrap{
		flex-direction:column;
	}

	.fr_container .history_fr_wrap .fr_lst_wrap .fr_lst,
	.sr_container .history_sr_wrap .sr_lst_wrap .sr_lst,
	.sub0105_container .fr_wrap .fr_lst_wrap .fr_lst,
	.sub0105_container .srbr_wrap .srbr_lst_wrap .srbr_lst{
		width: 100%;
	}


	footer .footer_container{
		padding: 20px;
	}

	footer .footer_container .footer_wrap .footer_center .footer_center_btm{
		font-size: 14px;
	}

	footer .footer_container .footer_wrap .footer_center .footer_center_top ul li a,
	footer .footer_container .footer_wrap .footer_center .footer_center_top ul li span{
		font-size: 13px;
	}

	footer .footer_container .footer_wrap .footer_center .footer_center_top ul{
		width: 100%;
	}
	footer .footer_container .footer_wrap .footer_center .footer_center_top ul li:nth-child(2n){
		display: none;
	}

	.saint_container .saint_desc_wrap .saint_desc_tit{
		font-size: 20px;
		line-height:40px;
	}

	.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst{
		width: 100%;
		display: flex;
		flex-direction:column;
	}

	.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst li{
		margin-bottom: 10px;
		width: 100%;
	}

	.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst .map_kakao_ico,
	.map_container .map_wrap .map_guide_wrap .map_guide_lst .guide_car_lst .map_naver_ico{
		width: 100%;
	}


}

@media screen and (max-width:460px){
	.btm_container .btm_wrap .btm_img_wrap ul li img{
		height: 95px;
	}
	.lat_gallery li .yt_container iframe,
	.lat_gallery li .yt_container lite-youtube{
		height: 95px;
	}

	.main_sw .swiper-wrapper .swiper-slide .sw_left .sw_photo_desc p{
		font-size: 12px;
	}

	#visit dl{
		flex-wrap:wrap;
	}

	.main_sw .swiper-wrapper .swiper-slide .sw_left .sw_desc{
		padding: 0;
	}
	.main_sw .swiper-wrapper .swiper-slide .sw_left{
		height: 50%;
	}
		.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil .lat_gallery li{
		width: calc(100%/3 - 10px);
	}
}

@media screen and (max-width:380px){
	.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst li p{
		font-size: 14px;
	}

	.btm_container .btm_wrap .btm_notice_wrap .notice_btn_lst li{
		width: calc(100%/2 - 5px);
	}



}

.login_auto{
	display: flex;
	margin: 10px auto;
	font-size: 16px;
}

.login_auto label{
	cursor: pointer;
}

.login_auto input{
	margin-right: 7px;
}

/* .chk_box input[type="checkbox"] + label{
	margin-left: 7px;
} */

