@charset "utf-8"; 

/* 
 * sub CSS Document
 */

/***********************************************************************************
sub common
************************************************************************************/

.text-bold{font-weight: 800;}
.text-align-left{text-align: left;}
.text-align-center{text-align: center;}
.text-align-right{text-align: right;}
.width100per{width:100%;}

/*===내용관리=====*/
.flex-box {
  display: flex;
  /* background-color: #FAF7EA; */
  padding: 20px;
}

.flex-box  .img-wrap {
  border: 6px solid #ffffff;
  border-radius: 10px;
  width: 384px;
  min-width: 384px;
  margin: auto 0;
}

.flex-box  .img-wrap img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.flex-box  .text {
  padding: 80px 50px;
  width: 100%;
}

.flex-box .title {
  font-size: 2.125rem;
  font-weight: 400;
  color: #000000;
}

.flex-box p {
  margin-top: 25px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 35px;
}

.page-title {font-size: 2rem;font-weight: 400;color: #000000;font-family: 'RIDIBatang';margin-bottom: 30px;-webkit-text-stroke: 0.3px #3BB3C2;}
.page-title.ico-dia{
    display: flex;
    align-items: center;
}
.page-title.ico-dia:before{content:'';width: 19px;height: 31px;margin-right: 17px;background-image: url(/img/ico-dia-black.svg);background-repeat: no-repeat;background-size: contain;background-position: center;}

/*===신부님=====*/
.father {}

.father > ul {
    margin-top: 65px;
}
.father > ul > li {
    display: flex;
    position: relative;
    padding: 65px 50px 40px 80px;
    min-height: 305px;
    margin-bottom: 65px;
}
.box-blue {
    background-color: #EEF8F9;
}
.box-yellow {
    background-color: #FAF7EA;
}

.father-pic {
    width: 180px;
    min-width: 180px;
    margin-right: 50px;
}
.father-pic img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.father > ul > li .tag{
    position: absolute;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0 24px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    left: 0;
    top: -25px;
}
.tag.tag-blue {
    background-color: #3BB3C2;
}
.tag.tag-yellow {
    background-color: #C28E35;
}

.father-info {
    width: 100%;
}
.father-name {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'RIDIBatang';
    line-height: 1;
}
.father-info p{
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
    margin-top: 5px;
}
ul.father-history {
    margin-top: 50px;
    border-top: 1px solid #0000001a;
}
ul.father-history > span {
    position: relative;
    top: -15px;
    display: flex;
    width: 44px;
    background-color: #ddd;
    font-size: 1.1235rem;
    color: #848484;
}
li.box-blue ul.father-history > span{
    background-color: #EEF8F9;
}
li.box-yellow ul.father-history > span{
    background-color: #FAF7EA;
}

ul.father-history li {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
}
ul.father-history li:before{content:'';position: absolute;width: 5px;height: 5px;background-color: #000000;border-radius: 100%;top: 12px;left: 12px;}


/*===수녀님=====*/
.sister {}
.sister  > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.sister  > ul > li {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.sister-pic {
    width: 180px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.sister-pic img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.sister  > ul > li .tag{
    margin-top: 20px;
    height: 50px;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
}
.sister-name {
    margin-top: 15px;
    font-family: 'RIDIBatang';
    font-size: 1.5rem;
    font-weight: 900;
}
.sister  > ul > li > p {
    font-size: 1.125rem;
    font-family: 'RIDIBatang';
    font-weight: 400;
    color: #000000;
}
.box-title{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
}
ul.col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 70px;
}
ul.col-2 > li {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 450px;
}
ul.col-2 .pic {
    width: 180px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
ul.col-2 .pic img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
ul.col-2 > li .tag{
    margin-top: 20px;
    height: 50px;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
}
ul.col-2 .name {
    margin-top: 15px;
    font-family: 'RIDIBatang';
    font-size: 1.5rem;
    font-weight: 900;
}
ul.col-2 > li > p {
    font-size: 1.125rem;
    font-family: 'RIDIBatang';
    font-weight: 400;
    color: #000000;
}


/*===MAP=====*/
.map-wrap {
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
.map-cont {
  width: 50%;
}
.map-cont #map {
  height: 400px !important;
}
.map-txt {
  width: 50%;
  padding: 80px 0px 60px 60px;
}
.map-subj {
  font-size: 1.5rem;
  font-family: 'RIDIBatang';
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
}
.color-blue{
    font-weight: inherit;
    color: #51B9C7;
}
.map-txt ul {
  padding-left: 28px;
}
.map-txt li {
  font-size: 1.125rem;
  line-height: 1.4;
}
.map-txt li:not(:last-child) {
  margin-bottom: 20px;
}
.map-txt li strong {
  position: relative;
}
.map-txt li strong:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.map-txt li p {
}
.main-map .map-wrap {
}
.main-map .map-cont {
  width: calc(100% - 630px);
}
.main-map .map-txt {
  width: 630px;
}


/*===천주교소개=====*/
.catholic {}
.catholic .img-box {
}
.catholic .img-box .img-wrap {
    max-width: 200px;
    margin-bottom: 10px;
}
.catholic .img-box .img-wrap:nth-child(2):last-child{margin-top: 50px;}
.catholic .img-box .img-wrap img {}
.catholic p.common-text {}
.catholic p.common-text strong {
    font-weight: 700;
}
.catholic p.common-text img {
    width: 1rem;
    line-height: 1;
    vertical-align: middle;
}

/*===특수기도=====*/
.flex-tier-wrap{
    overflow: hidden;
}
.flex-tier {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.flex-tier > *{
  padding: 0 50px;
  border-right: 1px solid #EBEBEB;
  width: 50%;
}

.flex-tier.prayerbook {
  max-height: 6100px;
}
.flex-tier.specialprayer {
  max-height: 17400px;
}
.flex-tier.etc-specialprayer {
    max-height: 9900px;
}

/*===작은교회조직표=====*/
.text-container-space-between {
    display: flex;
    justify-content: space-between;
    width: 100%; /* 원하는 너비로 조정 */
}

p.common-text img.right-arrow-blue {
    width: 1rem;
    line-height: 1;
    vertical-align: middle;
}
/*===주일학교조직도=====*/
.school-chart {margin-top: 15px;}
.school-chart ul {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-right: auto;
    margin-left: 0;
}
.school-chart li {
    width: 160px;
    height: 30px;
    display: flex;
    background-color: #51B9C7;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-bottom: 20px;
    position: relative;
}
.school-chart li span{font-weight: 500;color: #7D7D7D;white-space: nowrap;position: absolute;left: 100%;padding-left: 60px;}
.school-chart li:not(:first-child):before {content:'';position: absolute;width: 10px;height: 10px;background-image: url(/img/ico-arr-down.svg);background-position: center;background-repeat: no-repeat;background-size: contain;left: 50%;top: -15px;transform: translateX(-50%);}
.school-chart li span:after {content: '';position: absolute;width: 60px;border-top: 1px solid #7D7D7D;left: 0;top: 50%;transform: translateY(-50%);}

/***********************************************************************************
mediaquery 1280px
************************************************************************************/
@media screen and ( max-width : 1280px ) {


/*===내용관리=====*/
.flex-box{
  flex-direction: column;
}
.flex-box .img-wrap{
  width: 100%;
}
.flex-box .text{
  padding: 20px 14px;
}

.page-title {font-size: 1.5rem;margin-bottom: 30px;}
.page-title.ico-dia{}
.page-title.ico-dia:before{
    width: 15px;
    height: 24px;
}

/*===신부님=====*/
.father {}

.father > ul {}
.father > ul > li {
    padding: 65px 20px 40px 20px;
    min-height: auto;
}
li.box-blue {}
li.box-yellow {}

.father-pic {
    margin-right: 20px;
}
.father-pic img {}
.tag{}
.tag.tag-blue {}
.tag.tag-yellow {}

.father-info {}
.father-name {}
.father-info p{
    font-size: 1rem;
}
ul.father-history {}
ul.father-history > span {}
ul.father-history li {}
    

/*===수녀님=====*/
.sister {}
.sister  > ul {}
.sister  > ul > li {}
.sister-pic {}
.sister-pic img {}
.sister  > ul > li .tag{}
.sister-name {}
.sister  > ul > li > p {}
ul.col-2 {}
ul.col-2 > li {}
ul.col-2 .pic {}
ul.col-2 .pic img {}
ul.col-2 > li .tag{}
ul.col-2 .name {}
ul.col-2 > li > p {}



/*===MAP=====*/
.map-wrap {
flex-direction: column;
}
.map-cont {
  width: 100%;
}
.map-cont #map {
  height: 300px !important;
}
.map-txt {
  width: 100%;
  padding: 40px;
  padding: 25px 17px;
}
.map-subj {
  font-size: 1.375rem;
  margin-bottom: 26px;
}
.map-txt ul {
}
.map-txt li {
  font-size: 1rem;
}
.map-txt li strong {
}
.map-txt li p {
}
.main-map .map-wrap {
  flex-direction: column;
}
.main-map .map-cont {
  width: 100%;
}
.main-map .map-txt {
  width: 100%;
}


/*===특수기도=====*/
.flex-tier-wrap{}
.flex-tier {
}
.flex-tier > *{
}

.flex-tier.specialprayer {
}

/*===주일학교조직도=====*/
.school-chart {}
.school-chart ul {}
.school-chart li {}
.school-chart li:not(:first-child):before {}
.school-chart li:after {}

}
/***********************************************************************************
mediaquery 600px
************************************************************************************/
@media screen and ( max-width : 600px ) {


/*===내용관리=====*/
.page-title {font-size: 1.25rem;margin-bottom: 18px;text-align: center;}
.page-title.ico-dia{
    justify-content: center;
}
.page-title.ico-dia:before{
    width: 13px;
    height: 21px;
}
/*===신부님=====*/
.father {}

.father > ul {
    margin-top: 35px;
}
.father > ul > li {
    padding: 50px 14px 30px 14px;
}
li.box-blue {}
li.box-yellow {}

.father-pic {
    width: 90px;
    min-width: 90px;
    margin-right: 14px;
}
.father-pic img {}
.tag{
    height: 40px;
    top: -20px;
}
.tag.tag-blue {
}
.tag.tag-yellow {}

.father-info {}
.father-name {
    font-size: 1.25rem;
}
ul.father-history {
    margin-top: 30px;
}
ul.father-history > span {}
ul.father-history li {
    font-size: 1rem;
}



/*===수녀님=====*/
.sister {}
.sister  > ul {
    gap: 20px;
}
.sister  > ul > li {
    width: 100%;
    height: 300px;
}
.sister-pic {
    width: 90px;
    height: 100px;
}
.sister-pic img {}
.sister  > ul > li .tag{
    height: 40px;
    margin-top: 10px;
    font-size: 1rem;
}
.sister-name {
    margin-top: 10px;
    font-size: 1.25rem;
}
.sister  > ul > li > p {
    font-size: 1rem;
}
.box-title{
    margin-bottom: 20px;
}
ul.col-2 {gap: 20px;margin-bottom: 20px;}
ul.col-2 > li {
  width: 100%;
  height: 300px;
}
ul.col-2 .pic {
  width: 90px;
  height: 100px;
}
ul.col-2 .pic img {}
ul.col-2 > li .tag{
  height: 40px;
  margin-top: 10px;
  font-size: 1rem;
}
ul.col-2 .name {
  margin-top: 10px;
  font-size: 1.25rem;
}
ul.col-2 > li > p {font-size: 1rem;}



/*===MAP=====*/
.map-wrap {
}
.map-cont {
}
.map-cont #map {
}
.map-txt {
}
.map-subj {
}
.map-txt ul {
}
.map-txt li {
}
.map-txt li strong {
}
.map-txt li p {
}
.main-map .map-wrap {
}
.main-map .map-cont {
}
.main-map .map-txt {
}


/*===특수기도=====*/
.flex-tier-wrap{}
.flex-tier {margin: 0;}
.flex-tier > *{width: 100%;padding: 0;margin: 0;}

.flex-tier.specialprayer {max-height: none;}
.flex-tier.prayerbook {max-height: none;}


/*===주일학교조직도=====*/
.school-chart {}
.school-chart ul {}
.school-chart li {}
.school-chart li:not(:first-child):before {}
.school-chart li:after {}







}
