@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: 1400px; margin: 0 auto;}
.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%;}
.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 {text-align: center; transition:.3s; position: fixed; width: 100%; left: 0; top: 0; z-index: 99999; background: #fff;}

header .login_top {text-align: right; border-bottom: 1px solid #ddd;}
header .login_top ul {display: inline-block;}
header .login_top ul li {display: inline-block; text-align: center; transition:.3s; padding: 8px 15px;}
header .login_top ul li a {padding: 8px 15px; font-size: 14px; transition:.5s;}
header .login_top ul li a:hover {color: #4193da;opacity: .8;}
header .login_top ul li:nth-of-type(1) {position: relative;}
header .login_top ul li:nth-of-type(1):before {position: absolute; content: ''; height: 50%; width: 1px; background: #ddd; right: 0; top: 50%; transform: translateY(-50%);}

header .login_top ul li .login_name {display: inline-block; margin-right: 30px; font-size: 14px;}
header .login_top ul li .login_name b {color: #4193da;}

header .logo_top {text-align: center; height: 169px; transition:.5s; position: relative;}
header .logo_top:hover {opacity: .8;}
header .logo_top a {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
header .logo_top a img {width: 215px;}

header .menu {background: #4193da;}
header .menu .wrap div {display: inline-block; position: relative; margin-right: 150px;}
header .menu .wrap div:last-of-type {margin-right: 0;}
header .menu .wrap div > a {padding: 15px 0; color: #fff; font-size: 20px; display: block; height: 100%; font-weight: 500; transition:.3s; position: relative;}
header .menu .wrap div ul {position: absolute; left: 50%; transform: translateX(-50%); top: 58px; width: 200px; background: rgba(65, 147, 218, 0.6); display: none; }
header .menu .wrap div ul li a {display: block; color: #fff; font-size: 16px; padding: 6px 0; transition: .3s;}
header .menu .wrap div ul li a:hover {font-weight: 700;}

header.on {box-shadow: 0 1px 6px 6px rgba(0,0,0,0.05); background: #fff;}
header.on .logo_top {height: 0; overflow: hidden;}

header .header_consult {float: right; padding-top: 28px;}
header .header_consult a {transition:.3s; color: #fff;}
header .header_consult a span {font-size: 16px; font-weight: 700; border-radius: 30px; display: inline-block; padding: 10px 20px; background: #fff; transition:.3s; border: 1px solid  #4193da; color: #4193da;}
header .header_consult a h2 {display: inline-block; color: #4193da; padding-left: 20px; transition:.3s;}
header .header_consult:hover a span {background: #4193da; color: #fff;}
header .header_consult:hover a h2 {color: #333;}

header .header_login {float: right;}
header .header_login ul li {float: left; line-height: 100px;}
header .header_login ul li a {color: #4193da;}
header .header_login ul li:nth-of-type(1) a {padding-right: 35px; border-right: 1px solid #4193da;}
header .header_login ul li:nth-of-type(2) a {padding-left: 35px;}


/***************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 {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: 254px;}
.main_visual .main_visual_slide {overflow: hidden; position: relative; width: 66.6666%; float: left;} 
.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 {height: 466.5px; float: left; width: 33.333333%; padding: 100px 50px; background: dodgerblue; color: #fff;}
.main_visual .main_visual_notice h3 {font-size: 24px; margin-bottom: 10px;}
.main_visual .main_visual_notice p {margin-bottom: 30px; line-height: 2em;}

/************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 {float: left; width: 33.333333%; height: 420px; padding: 30px 30px 0 30px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.main_board li.main_board_cont:last-of-type {border-right: 1px solid #ddd;}
.main_board li.main_board_cont h3 {color: #4193da; font-size: 24px; padding-bottom: 20px;}
.main_board li.main_board_cont h3 a {float: right; font-size: 14px; color: #666; font-weight: 500; padding-top: 16px; position: relative;}
.main_board li.main_board_cont h3 a:before {position: absolute; content: ''; width: 0; height: 1px; bottom: -3px; left: 50%; transform: translateX(-50%); background: dodgerblue; transition:.3s;}
.main_board li.main_board_cont h3 a:hover:before {width: 100%;}

.main_board li.main_board_cont .lst li {line-height: 2em; padding-bottom: 5px; margin-bottom: 20px; margin-top: 10px; border-bottom: 1px solid #ddd;}
.main_board li.main_board_cont .lst li:hover a {color: dodgerblue;}
.main_board li.main_board_cont .lst li a {transition: .3s;}
.main_board li.main_board_cont .lst li span {float: right; font-size: 12px;}
.main_board li.main_board_cont .lst li:last-of-type {border-bottom: none;}

.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 { font-size: 14px;}
.main_board .main_account p span {padding-right: 30px;}
.main_board .main_account p.blue {color: dodgerblue; margin-top: 10px;}

.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 {background: url(../img/subbg.jpg) no-repeat center / cover;}
.sub > .wrap {padding-bottom: 100px; margin-top: 100px;}

.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 350px; padding-top: 120px; margin-top: 254px; text-align: center; color: #fff; position: relative; }
.subtop h1 {font-size: 42px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif;}
.subtop p {font-size: 16px; opacity: .7; letter-spacing: 0; 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); background-position: center bottom;}
.subtop05 {background-image: url(../img/subtop05.jpg);}
.subtop06 {background-image: url(../img/subtop06.jpg);}

.sub_cate {float: left; width: 25%;}
.sub_cate h2 {border: 1px solid #4193da; color: #4193da; padding: 20px; margin-bottom: 30px;}
.sub_cate li a {display: block; padding: 10px 20px; font-weight: 300; font-size: 18px; color: #666; transition: .3s; overflow: hidden; position: relative;}
.sub_cate li a:hover {background: rgba(65, 147, 218, 0.25); font-weight: 500;}
.sub_cate li.sub_cate_depth01 a {font-size: 13px; padding: 6px 0 6px 40px; position: relative;}
.sub_cate li.sub_cate_depth01 a:before {position: absolute; content: ''; background: #666; height: 1px; width: 5px; top: 50%; transform: translateY(-50%); left: 28px;}

.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 {float: left; width: 75%; padding-left: 100px;}

.subtitle {margin-bottom: 50px; padding-bottom: 25px; border-bottom: 1px solid #ddd; color: #333; position: relative;}
.subtitle h2 {font-size: 40px; line-height: 1em;}
.subtitle .sub_sitemap {position: absolute; right: 0; bottom: 25px;}
.subtitle .sub_sitemap span {font-size: 12px; color: #333;}
.subtitle .sub_sitemap span.sub_sitemap_arrow {padding: 0 5px; color: dodgerblue;}

.sub_member {padding-top: 150px;}

h3.txtbox_title {font-size: 32px; font-weight: 300; margin-bottom: 25px;}
h3.txtbox_title strong {color: dodgerblue;}
p.txtbox {padding: 30px;}
p.txtbox strong {font-size: 20px; margin-bottom: 15px;}

/**************sub ******************/

.sub_hello .sub_hello01 p {margin-top: 50px; color: #666; line-height: 2em; letter-spacing: -0.5px;}

.sub_reception .sub_reception01 {position: relative;}
.sub_reception .sub_reception01 img {position: absolute; right: 0; bottom: 50px; border-radius: 20px; width: 160px;}
.sub_reception .sub_reception01 p span {border-bottom: 1px solid #4193da; display: inline-block; padding-bottom: 2px;}

.sub_history .sub_history01 ul li {padding: 100px 0; border-bottom: 1px solid #ededed;}
.sub_history .sub_history01 ul li:last-of-type {border-bottom: none;}
.sub_history .sub_history01 ul li h2 {float: left; width: 50%; color: #333; font-size: 60px; line-height: 1em; margin-top: -33px; position: relative;}
.sub_history .sub_history01 ul li h2:before {position: absolute; content: ''; right: 120px; width: 150px; bottom:8px; transform: translateY(-50%); height: 0.5px; background: dodgerblue;}
.sub_history .sub_history01 ul li div {float: left; width: 50%; text-indent: -34px;}
.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; padding-right: 5px;}

.sub_current .sub_current01 h3 {font-size: 32px; font-weight: 300;}
.sub_current .sub_current01 h3 strong {color: dodgerblue;}
.sub_current .sub_current01 h3 small {color: #666; font-size: 16px; font-weight: 500;}
.sub_current .sub_current01 table {margin-top: 50px; 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: left; padding: 15px 5px;}

.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 b {color: dodgerblue;}

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

.sub_donehello p {padding: 30px; margin-top: 20px;}

.sub_donehello .sub_donehello02 p {float: left; width: 47%;}
.sub_donehello .sub_donehello02 p:nth-of-type(1) {margin-right: 6%; 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 div {border: 1px solid  #4193da; padding: 20px 40px; margin-bottom: 50px;}
.sub_donejoin .sub_donejoin01 div p {color: #666; font-size: 18px; line-height: 2em;}
.sub_donejoin .sub_donejoin01 div p strong {color: #4193da; display: inline-block; padding-right: 5px; font-size: 20px;}

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

.sub_donejoin02 {position: relative;}
.sub_donejoin02 .AWbbs_input_table {border: none !important;}
.sub_donejoin02 .AWbbs_input_table > tbody > tr:nth-of-type(2) div {text-align: center;}
.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(1),
.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(14),
.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(22) {padding-top: 100px;}

.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: 50px; color: #4193da; font-size: 24px; font-weight: 700;}

.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(19) {margin-top: 200px;}
.sub_donejoin02 .consult_cont .form_body_table > tbody > tr:nth-of-type(24) {margin-bottom: 150px;}
.sub_donejoin02 .sub_done_title {position: absolute; left: 50%; transform: translateX(-50%); width: 950px; bottom: 135px; text-align: center; z-index: -1;}
.sub_donejoin02 .sub_done_title h4 {margin-top: 560px; font-size: 20px; text-align: left;}
.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_donejoin02 .sub_done_title h2 {font-size: 34px; margin-bottom: 20px;}
.sub_donejoin02 .sub_done_title h3 {font-size: 20px; font-weight: 400;}


.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: 20%;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .img_box .thumb {height: 200px;}
.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: 80%; padding-left: 50px; 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:14px !important; font-family:'Montserrat', 'Noto Sans KR', sans-serif !important;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .bbs_cont .tit { font-size: 18px;}
.sub_priestlist .sub_priestlist01 ul.photo_bbs .bbs_cont .date {display: none;}

.sub_cont .sub_board .category_pd {display: block;}
.sub_cont .sub_board .category_pd i {display: none;}
.sub_cont .sub_board .category_pd a {float: left; width: 20%; font-size: 14px; text-align: center; height: 40px; line-height: 40px;}
.sub_cont .sub_board .category_pd a b {background: dodgerblue; color: #fff; display: block; height: 100%;}
.sub_cont .sub_board .category_pd a:hover {background: rgba(30, 144, 255, 0.21);}