@charset "euc-kr";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/*font-family: 'Nanum Myeongjo', serif;*/
/*font-family: 'Cookie', cursive;*/
/*font-family: 'GmarketSansLight';*/
/*font-family: 'GmarketSansMedium';*/
/*font-family: 'GmarketSansBold';*/
/*font-family: 'Lobster', cursive;*/
/* font-family: 'Noto Serif KR', serif; */
/* font-family: 'Montserrat', sans-serif; */
/*font-family: 'Libre Baskerville', serif;*/
*{margin:0; padding:0; box-sizing:border-box; font-family:'Montserrat', 'Noto Sans KR', sans-serif; letter-spacing: -0.5px;}
select {

   -webkit-appearance:none; /* for chrome */

   -moz-appearance:none; /*for firefox*/

   appearance:none;

}
::-moz-selection {
   background: #4c7a93;
   color: #fff;
}
::selection {
   background: #4c7a93;
   color: #fff;
} 
select::-ms-expand{

   display:none;/*for IE10,11*/

}

/*********common***********/
p {line-height: 2em;}
a {color: #000;}
a{text-decoration:none;}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
.clearfix:before,
.clearfix:after{display:table; content:"";}
.clearfix:after{clear:both;}
ul,li{list-style:none;}
body{position: relative; color: #333;}
table {border-collapse: collapse;}
img {vertical-align: top;}
.wrap {width: 100%;}
.w25p {float: left; width: 25%;}
.w50p {float: left; width: 50%;}
.posc {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.serif {font-family: 'Noto Serif KR', serif;}
.mont {font-family: 'Montserrat', sans-serif;}
.bas {font-family: 'Libre Baskerville', serif;}
.tac {text-align: center;}
.tar {text-align: right;}
.serif {font-family: 'Nanum Myeongjo', serif;}
.container { background: url(../../img/bgimg.jpg) repeat center / cover;}
.red {color: red; font-size: 20px; font-weight: 500; padding: 15px 0; text-align: center;}
/*********common end***********/

.topbtn {position: fixed; bottom: 25px; right: 25px; display: block; width: 50px; height:50px; background: #4193da; z-index: 999999999; text-align: center; display: none; border-radius: 50%; border: 3px solid  #fff;}
.topbtn:before {position: absolute; content: ''; width:12px; height: 12px; border-top: 3px solid #fff; border-right: 3px solid #fff; display: inline-block; transform: translate(-50%,-50%) rotate(-45deg); position: absolute; top: 50%; left: 50%; transition: .3s;}
.topbtn:hover:before {top: 50%;}
.topbtn a {display: block; height: 100%; position: relative;}

/*********header***********/
header {height: 60px; background: rgba(255,255,255,0.9); position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition:.3s; overflow: hidden;}
header .logo_top {float: left; transition: .2s; margin-top: 4px; margin-left: 10px;}
header .logo_top:hover {opacity: .8;}
header .logo_top img {width: 85px; }
header .menu_btn {position: absolute; right: 10px; top: 17px; width: 30px; height: 25px;}
header .menu_btn div {position: absolute; width: 100%; height: 3px; background: #4193da; transition: .3s;}
header .menu_btn div:nth-child(1) {top: 0;}
header .menu_btn div:nth-child(2) {top: 50%; transform: translateY(-50%); left: 0;}
header .menu_btn div:nth-child(3) {bottom: 0;}


header .menu {position: fixed; right: -100%; top: 0; height: 100%; width: 65%; background: #fff; padding: 90px 20px 0 20px; border-left: 1px solid #333; transition:.3s;}
header .menu.on {right: -1%;}
header .menu div.sidemenu {position: relative; margin-bottom: 15px; border-bottom: 1px solid  #333;}
header .menu div.sidemenu p {color: #333; font-size: 16px; color: #333; padding-bottom: 10px; position: relative;}
header .menu div.sidemenu > a {display: block; font-size: 16px; color: #333; padding-bottom: 10px; position: relative;}
header .menu div.sidemenu p:before {position: absolute; content: ''; top: 30%; right: 10px; transform: translateY(-50%) rotate(-45deg); border-left: 2px solid #333; border-bottom: 2px solid #333; width: 7px; height: 7px; transition:.3s;}
header .menu div.sidemenu p.on:before {transform: rotate(135deg);}
header .menu div.sidemenu ul {padding-bottom: 10px; display: none;}
header .menu div.sidemenu ul li {position: relative;}
header .menu div.sidemenu ul li:before {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 5px; height: 1px; border-radius: 50%; background: #333; left: 5px;}
header .menu div.sidemenu ul li a {display: block; color: #333; font-size: 12px; padding: 5px 0; transition: .3s; padding-left: 15px;}

header .close_btn {position: absolute; right: 0px; top:10px; width: 30px; height: 30px;}
header .close_btn div {position: absolute; width: 3px; height: 100%; background: #333; transition: .3s; transform-origin: center;}
header .close_btn div:nth-child(1) {transform: rotate(45deg); width: 3px; height: 100%;}
header .close_btn div:nth-child(2) {right: -30px;}
header .close_btn div:nth-child(3) {transform: rotate(-45deg); width: 3px; height: 100%;}

header .sns_box {text-align: center; margin-top: 30px;}
header .sns_box a {display: inline-block; margin-right: 3px;}
header .sns_box a:nth-child(4){margin-right: 0;}
header .sns_box a img {width: 40px;}

header .header_login {text-align: center; border-bottom: 1px solid #333; padding-bottom: 15px; margin-bottom: 15px; position: relative;}
header .header_login div {float: left; width: 50%; text-align: center; padding-top: 20px;}
header .header_login div a {font-size: 14px; transition:.5s;}
header .header_login div a:hover {opacity: .7;}
header .header_login .login_name {position: absolute; width: 100%; top: -20px; font-size: 12px;}
header .header_login .login_name b {color: #4193da;}
header.on { border-bottom: none;}
header.on .menu .sidemenu > a {line-height: 80px; color: #333;}
header.on .header_login div a {color: #333;}
header.on .header_login {color: #333;}
header.on .menu .sidemenu ul {top: 80px;}
/*********header end***********/

/***************footer***************/
footer {text-align: center;}
footer .footer_btns {background: rgb(41, 43, 47);}
footer .footer_btns ul li {display: inline-block; margin: 0 10px; color: #fff;}
footer .footer_btns ul li a {padding: 10px 0; color: #a1a1a1; display: block; font-size: 14px;}
footer .footer_content a {display: block; text-align: center; color: #fff;}
footer .footer_content {background: rgb(54, 58, 64); padding: 20px 0;}
footer .footer_content p {font-size: 14px; line-height: 2em; color: #a1a1a1; letter-spacing: 0;}
footer .footer_content p span {}


/************swiper*******************/
.swiper {overflow: hidden; position: relative;}

.main_visual { position: relative; overflow: hidden; padding-top: 60px;}
.main_visual .main_visual_slide {overflow: hidden; position: relative;} 
.main_visual .main_visual_slide .swiper-slide {overflow: hidden; position: relative;}
.main_visual .main_visual_slide .swiper-slide > img {width: 100%; transform: scale(1.05); transition:5s; object-fit: cover; vertical-align: top;}
.main_visual .main_visual_slide .swiper-slide-active img {transform: scale(1); overflow: hidden;}

.main_visual .main_visual_notice {padding: 25px; background: dodgerblue; color: #fff;}
.main_visual .main_visual_notice h3 {font-size: 20px; margin-bottom: 10px;}
.main_visual .main_visual_notice p {margin-bottom: 20px; line-height: 2em; font-size: 14px;}
.main_visual .main_visual_notice p:last-of-type {margin-bottom: 0;}

/************swiper end*******************/

/**********main section***********/

section {overflow: hidden;}
.more {display: inline-block; padding: 10px 25px; color: #333; border: 1px solid  #333; text-align: center; transition:.5s; border-radius: 30px; margin-top: 30px;}
.more:hover {background: #fff; color: #333; border-color: #fff;}
.maintitle {text-align: center; margin: 70px 0;}
.maintitle h2 {font-size: 50px; font-weight: 700; color: #4193da; font-family: 'Montserrat', sans-serif;}
.maintitle p {font-size: 18px; color: #666; margin-top: 30px; line-height: 2em;}
.maintitle i {color: #4193da; font-size: 50px;}

.main_board li.main_board_cont { padding: 30px 15px; text-align: center;}
.main_board li.main_board_cont h3 {color: #4193da; font-size: 24px; padding-bottom: 20px; margin-bottom: 20px; text-align: center; position: relative;}
.main_board li.main_board_cont h3 a {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-size: 12px; color: #666; font-weight: 500; padding-top: 16px;}

.main_board li.main_board_cont .lst li {line-height: 2em; border-bottom: 1px solid #ddd; margin-bottom: 5px; padding-bottom: 5px;}
.main_board li.main_board_cont .lst li a {font-size: 12px;}
.main_board li.main_board_cont .lst li span {float: right; font-size: 10px;}

.main_board .main_photo_gall {}
.main_board .main_photo_gall li {text-align: center; float: left; width: 48%; margin-right: 4%; margin-bottom: 20px; transition:.5s;}
.main_board .main_photo_gall li:hover {opacity: .8;}
.main_board .main_photo_gall li:nth-of-type(even) {margin-right: 0;}
.main_board .main_photo_gall li a {display: block;}
.main_board .main_photo_gall li a img {width: 100%; height: 110px;}
.main_board .main_photo_gall li a p {font-size: 14px; margin: 6px 0; font-weight: 500; line-height: 1em;}
.main_board .main_photo_gall li a span {font-size: 10px; margin-top: 5px; display: block;}

.main_board .main_account p {margin-bottom: 5px; font-size: 18px;}
.main_board .main_account p span {padding-right: 20px;}
.main_board .main_account p.blue {color: dodgerblue; margin-top: 20px; font-size: 20px;}

.main_board .main_time p b {font-weight: 500; margin-right: 20px;}
.main_board .main_time p b i {padding-right: 5px;}
.main_board .main_time p {margin-bottom: 20px;}

/**************sub common******************/
.sub > .wrap {}

.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 250px; margin-top: 60px; padding-top: 80px; text-align: center; color: #fff; position: relative; }
.subtop h1 {font-size: 28px; margin-bottom: 10px;}
.subtop p {font-size: 12px; opacity: .7;; font-weight: 300;}
.subtop01 {background-image: url(../../img/subtop01.jpg);}
.subtop02 {background-image: url(../../img/subtop02.jpg);}
.subtop03 {background-image: url(../../img/subtop03.jpg);}
.subtop04 {background-image: url(../img/subtop04.jpg);}
.subtop05 {background-image: url(../../img/subtop05.jpg);}
.subtop06 {background-image: url(../../img/subtop06.jpg);}

.sub_cate {margin-bottom: 30px;}
.sub_cate li {float: left; width: 33.33333%; text-align: center; border-right: 1px solid #4193da; border-bottom: 1px solid #4193da;}
.sub_cate li:nth-of-type(3n) {border-right: none;}
.sub_cate li a {display: block; padding: 10px 0; font-weight: 300; font-size: 10px; color: #4193da; transition: .3s; overflow: hidden; position: relative; font-family: 'Noto Sans KR', sans-serif;}
.sub_cate li a:hover {background: rgba(65, 147, 218, 0.25); font-weight: 500;}

.sub04 .sub_cate li {width: 50%;}
.sub04 .sub_cate li:nth-of-type(2n) {border-right: none;}
.sub04 .sub_cate li:nth-of-type(3n) {border-right: 1px solid #4193da;}
.sub05 .sub_cate li {width: 50%;}
.sub05 .sub_cate li:nth-of-type(2n) {border-right: none;}
.sub05 .sub_cate li:nth-of-type(3n) {border-right: 1px solid #4193da;}

.sub1 .sub_cate li:nth-of-type(1) a {background: #4193da; color:#fff; font-weight: 500;}
.sub2 .sub_cate li:nth-of-type(2) a {background: #4193da; color:#fff; font-weight: 500;}
.sub3 .sub_cate li:nth-of-type(3) a {background: #4193da; color:#fff; font-weight: 500;}
.sub4 .sub_cate li:nth-of-type(4) a {background: #4193da; color:#fff; font-weight: 500;}
.sub5 .sub_cate li:nth-of-type(5) a {background: #4193da; color:#fff; font-weight: 500;}
.sub9 .sub_cate li:nth-of-type(9) a {background: #4193da; color:#fff; font-weight: 500;}



.sub_cont {padding: 0 15px; margin-bottom: 50px;}

.subtitle {margin-bottom: 20px; padding-bottom: 40px; color: #333; position: relative; margin-top: 50px;}
.subtitle h2 { text-align: center; font-size: 24px; line-height: 1em; margin-bottom: 15px;}
.subtitle .sub_sitemap {text-align: center;}
.subtitle .sub_sitemap span {font-size: 11px; color: #333;}
.subtitle .sub_sitemap span.sub_sitemap_arrow {padding: 0 5px; color: dodgerblue;}

.sub_member {padding-top: 150px;}

h3.txtbox_title {font-size: 18px; font-weight: 300; margin-bottom: 25px; text-align: center;}
h3.txtbox_title strong {color: dodgerblue;}
p.txtbox {padding: 15px; font-size: 13px;}
p.txtbox strong {font-size: 20px; margin-bottom: 15px;}

/**************sub ******************/
.sub_hello .sub_hello01 img {width: 100%;}
.sub_hello .sub_hello01 p {margin-top: 30px; color: #666; line-height: 2em; letter-spacing: -0.5px; font-size: 14px;}

.sub_reception .sub_reception01 {position: relative; text-align: center;}
.sub_reception .sub_reception01 p {font-size: 13px; color: #666;}
.sub_reception .sub_reception01 img {border-radius: 10px; width: 160px; margin-bottom: 10px;}
.sub_reception .sub_reception01 p span {border-bottom: 1px solid #4193da; display: inline-block; padding-bottom: 2px;}

.sub_history .sub_history01 ul li {padding: 50px 0; border-bottom: 1px solid #ededed; text-align: center;}
.sub_history .sub_history01 ul li:last-of-type {border-bottom: none;}
.sub_history .sub_history01 ul li h2 {color: #333; font-size: 60px; line-height: 1em; position: relative; margin-bottom: 25px; padding-bottom: 25px;}
.sub_history .sub_history01 ul li h2:before {position: absolute; content: ''; left: 50%; transform: translateX(-50%); width: 1px; height: 40px; bottom:-18px; background: dodgerblue;}
.sub_history .sub_history01 ul li div {}
.sub_history .sub_history01 ul li div p {font-size: 14px; color: #666; padding-bottom: 15px;}
.sub_history .sub_history01 ul li div p:last-of-type {padding-bottom: 0;}
.sub_history .sub_history01 ul li div p strong {color: dodgerblue; font-size: 20px; display: block;}

.sub_current .sub_current01 h3 {font-size: 18px; font-weight: 300; text-align: center;}
.sub_current .sub_current01 h3 strong {color: dodgerblue;}
.sub_current .sub_current01 h3 small {color: #666; font-size: 13px; font-weight: 500;}
.sub_current .sub_current01 table {margin-top: 30px; width: 100%;}
.sub_current .sub_current01 table tr {border-bottom: 1px solid #ddd;}
.sub_current .sub_current01 table th,
.sub_current .sub_current01 table td {vertical-align: top; text-align: center; padding: 15px 5px; font-size: 13px;}
.sub_current .sub_current01 table th {width: 25%;}

.sub_location .sub_location01 {text-align: center;}
.sub_location .sub_location01 h3.txtbox_title{font-size: 32px; margin-top: 25px; color: dodgerblue; display: inline-block; border-bottom: 2px solid dodgerblue; padding-bottom: 5px;}
.sub_location .sub_location01 div p {text-align: left; font-size: 13px;}
.sub_location .sub_location01 div p b {color: dodgerblue; font-size: 18px;}

.sub_donehello .sub_donehello01 {margin-top: 25px;}
.sub_donehello .sub_donehello01 p {background: rgba(199, 222, 199, 0.5);}

.sub_donehello p {padding: 15px; margin-top: 20px; font-size: 13px;}

.sub_donehello .sub_donehello02 p { margin-bottom: 25px;}
.sub_donehello .sub_donehello02 p:nth-of-type(1) { background: rgba(199, 208, 222, 0.5);}
.sub_donehello .sub_donehello02 p:nth-of-type(2) {background: rgba(222, 210, 199, 0.5);}

.sub_donejoin .sub_donejoin01 img {width: 100%;}

.sub_priesthello .sub_priesthello01 p {background: rgba(219, 230, 240, 0.59);}

.sub_priestlist .sub_priestlist01 .category_pd i {display: none;}
.sub_priestlist .sub_priestlist01 .category_pd a { padding: 10px 15px; font-size: 14px;}
.sub_priestlist .sub_priestlist01 .category_pd a b {display: block; background: dodgerblue; color: #fff; padding: 10px 15px;}

.sub_priestlist .sub_priestlist01 ul.photo_bbs {}
.sub_priestlist .sub_priestlist01 ul.photo_bbs li.clearfix {padding: 25px 0; border-bottom: 1px solid #ddd; position: relative;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs li.clearfix:before {position: absolute; content: ''; width: 100%; height: 100%; background: #000; left: 0; top: 0; z-index: 999999; background: transparent;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs li.clearfix:last-of-type {border-bottom: none;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .img_box {float: left; width: 35%;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .img_box .thumb img {left: 50%; top: 50%; transform: translate(-50%,-50%);}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .bbs_cont {float: left; width: 65%; padding-left: 15px; padding-top: 20px; }
.sub_priestlist .sub_priestlist01 ul.photo_bbs .bbs_cont p,
.sub_priestlist .sub_priestlist01 ul.photo_bbs .bbs_cont span {font-size:11px !important; font-family:'Montserrat', 'Noto Sans KR', sans-serif !important;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .bbs_cont .tit { font-size: 16px;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .bbs_cont .date {display: none;}

.sub_donejoin .sub_board .AWbbs_input_table {font-size: 12px; border: none !important;} 
.sub_donejoin .sub_board .AWbbs_input_table .top10 {text-align: center;}
.sub_donejoin .sub_board .AWbbs_input_table .top10 .only_chk label {font-size: 13px;}

.sub_donejoin .sub_donejoin01 div {border: 1px solid  #4193da; padding: 20px; margin-bottom: 30px;}
.sub_donejoin .sub_donejoin01 div p {color: #666; font-size: 14px; line-height: 2em;}
.sub_donejoin .sub_donejoin01 div p strong {color: #4193da; display: inline-block; padding-right: 5px; font-size: 16px;}

.sub_donejoin02 {position: relative;}
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr {display: block; position: relative;}

.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(22),
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(19),
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(14),
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(7),
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(1) {padding-top: 50px;}

.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(22) th span,
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(19) th span,
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(14) th span,
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(7) th span,
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(1) th span:nth-of-type(1) {position: absolute; left: 0; top: 20px; color: #4193da; font-size: 16px; font-weight: 700;}

.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(19) {margin-top: 150px;}
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(24) {margin-bottom: 80px;}

.sub_donejoin02 .sub_done_title {position: absolute; left: 50%; transform: translateX(-50%); width: 100%; bottom: 90px; text-align: center; z-index: -1;}
.sub_donejoin02 .sub_done_title h2 {font-size: 20px; margin-bottom: 10px;}
.sub_donejoin02 .sub_done_title h3 {font-size: 14px; font-weight: 400;}
.sub_donejoin02 .sub_done_title h4 {margin-top: 420px; font-size: 14px; text-align: center;}
.sub_donejoin02 .sub_done_title h4 small {display: block; font-weight: 500;}
.sub_donejoin02 .sub_done_title h4 small:nth-of-type(1) {margin-top: 10px;}



.sub_donebill .sub_donebill01 {text-align: center; font-size: 12px; color: #666; margin-bottom: 30px; border: 1px solid #ddd; padding: 30px 10px; text-align: left;}

.sub_donejoin .sub_board .consult_cont {}
.sub_donejoin .sub_board .consult_cont th,
.sub_donejoin .sub_board .consult_cont td {font-size: 13px;}
.sub_donejoin .sub_board .consult_cont th { padding-left: 0;}
.sub_donejoin .sub_board .consult_cont td {width: 70% !important; }
.sub_donejoin .sub_board .consult_cont td .phone_0,
.sub_donejoin .sub_board .consult_cont td .phone_1,
.sub_donejoin .sub_board .consult_cont td .phone_2 {width: 26%;}



.sub_board .mCategory {}
.sub_board .mCategory a {display: block; float: left; width: 33.3333%; text-align: center; color: #666; height: 35px; line-height: 35px; font-size: 10px; border: 1px solid  #ddd;}
.sub_board .mCategory a b {background: dodgerblue; color: #fff;display: block; height: 100%;}