@charset "UTF-8";

/* 레이아웃 */
#container {
  padding-bottom: 71px;
}

.page_inner {
  position: relative;
  padding: 8px 12px;
}
.page_inner:after {
  content: "";
  display: block;
  clear: both;
}

.section .section_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
}

.division {
  margin: 0;
  border: 0;
  border-top: 8px solid #eff1f6;
}

/* point color */
.color-red {
  color: #ff7d6d !important;
}
.color-blue {
  color: #47bef2 !important;
}
.color-green {
  color: #26cc85 !important;
}
.color-sand {
  color: #e3b163 !important;
}

/* form */
select.input_txt {
    background: url("/assets/images/ico_select_arrow.svg") no-repeat calc(100% - 15px) 50%;
}

/* button */
.btn {
    display: inline-block;
    /*background-color: transparent;*/
    border: 1px solid transparent;
    text-align: center;
}
.btn[class*="-"] {
  border-radius: 8px;
}

.btn-carrot {
    background-color: #fa8118;
    color: #fff;
}

.btn-blue {
  background-color: #47bef2;
  color: #fff;
}
.btn-blue.disabled,
.btn-blue:disabled {
  background-color: #c3cdd4;
}
.btn-night-blue {
  background-color: #040248;
  color: #fff;
}
.btn-default-brd {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.btn-lg {
  height: 46px;
  line-height: 44px;
}
.btn-md {
  height: 40px;
  line-height: 38px;
  font-size: 15px;
}
.btn-sm {
  height: 34px;
  line-height: 32px;
  font-size: 13px;
}

.btn-ico {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 하단 고정 메뉴 */
#navigation {
    z-index: 600;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border-top: solid 2px #EEEFF1;
}

#navigation ul {
    overflow: hidden;
}

#navigation ul li {
    float: left;
    width: 20%;
}

#navigation ul li .side{
    margin-top: 12px;
}

#navigation li .menu {
    display: block;
    padding-top: 26px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-align: center;
}

/* 공통 : 하단 메뉴 아이콘 start */
#navigation li .menu.menu-home {
    background-image: url("/assets/images/nav_home_off.png");
}

#navigation li .menu.menu-space {
    background-image: url("/assets/images/nav_pen_off.png");
}

#navigation li .menu.menu-search {
    background-image: url("/assets/images/nav_finder_off_36.png");
}

#navigation li .menu.menu-workplace {
    background-image: url("/assets/images/nav_tree_off.png");
}

#navigation li .menu.menu-myinfo {
    background-image: url("/assets/images/nav_myinfo_off.png");
}

#navigation li .menu.menu-home.on {
    background-image: url("/assets/images/nav_home_on.png");
}

#navigation li .menu.menu-space.on {
    background-image: url("/assets/images/nav_pen_on.png");
}

    #navigation li .menu.menu-search.on {
        background-image: url("/assets/images/nav_finder_off_36.png");
    }

#navigation li .menu.menu-workplace.on {
    background-image: url("/assets/images/nav_tree_on.png");
}

#navigation li .menu.menu-myinfo.on {
    background-image: url("/assets/images/nav_myinfo_on.png");
}
/* 공통 : 하단 메뉴 아이콘 end */

#navigation li .menu .title {
    display: block;
    font-size: 11px;
    line-height: 1.64;
    color: #666;
}

#navigation li .menu.on .title {
    font-weight: 700;
    color: #42b4e6;
}

/* 교회찾기 스퀘어 배경 적용 */
#navigation li .menu.menu-search {
    position: relative;
    width: 100%; /* 너비 조정 */
    height: auto; /* 높이 자동으로 조정 */
    background-color: #47BEF2; /* 파란색 배경 */
    text-align: center;
    padding: 10px 0px 10px 0px; /* 내부 여백 추가 */
    background-repeat: no-repeat;
    background-position: center 12px; /* 아이콘 위치 조정 */
    background-size: 24px 24px; /* 이미지가 요소 크기에 딱 맞게 조정 (비율 무시) */
}

/* 교회찾기 텍스트 스타일 */
#navigation li .menu.menu-search .title {
    font-family: 'Noto Sans CJK KR', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.64;
    color: #FFFFFF;
    padding-top: 29px; /* 텍스트 위치 조정 */
    text-align: center;
}


/* modal */
.modal {
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(17 17 17 / 60%);
}
.modal .modal_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 200px;
  width: calc(100% - 40px);
  max-width: 328px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 10px;
}
.modal .modal_container .btn_close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
}

/* modal | badge */
.modal .modal_container .badge {
  position: relative;
  padding: 26px 0;
  max-width: 128px;
  height: 124px;
  margin: -62px auto 0;
  background: url("/assets/images/ico_badge_complete.svg") no-repeat 50% 0;
  text-align: center;
}
.modal .modal_container .badge::before {
  content: "";
  position: absolute;
  left: -64px;
  top: -22px;
  width: 256px;
  height: 130px;
  background: url("/assets/images/ico_firecracker.svg") no-repeat 50% 0;
  background-size: contain;
}
.modal .modal_container .badge .badge_count {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.8px;
}
.modal .modal_container .badge .badge_unit {
  margin-top: 8px;
  font-size: 12px;
}
.modal .modal_container .badge_desc {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.nicknamePopLayer{
    position:absolute;
    width:160px;
    height:140px;
    padding:10px;
    border:solid 1px #c3cdd4;
    font-size:15px;
    text-align:center;
    background-color:white;
    z-index:9999
}

.newImage {
    padding: 0px 3px 0px 3px;
    border: 1px solid orange;
    color: #fe6331;
    border-radius: 2px;
    font-size: 10px;
    font-weight:500;
}


/*paging start*/
.PageMain {
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 35px;
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
}

.PageNav {
    display: flex;
    text-align:center;
}

.PagePre {
    width: 36px;
    height: 36px;
    background-image: url('/images/icon/page_pre_on.png');
    background-size: cover;
    border: none;
    margin-right: 3px;
    cursor: pointer;
}

.PageNext {
    width: 36px;
    height: 36px;
    background-image: url('/images/icon/page_next_on.png');
    background-size: cover;
    border: none;
    cursor: pointer;
}

/* 활성화된 상태 이미지 */
.PagePre.active {
    background-image: url('/images/icon/page_pre_on.png');
}

.PageNext.active {
    background-image: url('/images/icon/page_next_on.png');
}

.PageItem {
    width: 36px;
    height: 36px;
    text-align: center;
    padding-top: 7px;
    /* typography/body2 */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    letter-spacing: 0.17px;
}

.PageNav .active {
    background: #2196F3;
    border-radius: 100px;
    /* typography/body2 */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    text-align: center;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    padding-top:7px;
/*paging end*/