@charset "UTF-8";

.sub_container {
  padding-top: 56px;
}

/* 페이지 상단 타이틀 */
.page_title {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 56px; 
  background-color:white;
}
.page_title.bg-blue {
  background-color: #41b5e7;
}
.page_title.bg-blue h1 {
  color: #fff;
}
.page_title h1 {
  padding: 18px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.page_title h1 .btn_select {
  display: inline-block;
  padding-right: 28px;
  background: url("/assets/images/ico_arrow_down.svg") no-repeat 100% 50%;
}
.page_title .btn_prev,
.page_title .utils {
  z-index: 1;
  position: absolute;
  top: 15px;
}
.page_title .btn_prev {
  left: 15px;
}
.page_title .utils {
  right: 15px;
}
.page_title .utils .btn_link {
  padding: 5px 0;
  font-size: 14px;
  border: 0;
  color: #666;
}
.page_title .utils .btn_ico {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  text-indent: -9999em;
}
.page_title .utils .btn_ico + .btn_ico {
  margin-left: 20px;
}
.page_title .utils .btn_search {
  background-image: url("/assets/images/ico_gnb_search_white.svg");
}
.page_title .utils .btn_map2 {
  background-image: url("/assets/images/ico_map_white.svg");
}
.page_title .utils .btn_setting {
  background-image: url("/assets/images/ico_setting.png");
}
.page_title .search_form {
  padding: 8px 16px 4px 48px;
}
.page_title .search_form .input_txt {
  width: 87%;
  height: 38px;
  padding: 0 50px 0 16px;
  background-color: #eff1f6;
  border: solid 1px #e9ebee;
  border-radius: 24px;
  font-size: 15px;
}
.page_title .search_form .input_txt::-webkit-input-placeholder {
  padding-left: 32px;
  background: url("/assets/images/ico_search_gray.svg") no-repeat 0 -2px;
}
.page_title .search_form .btn_delete {
  display: none;
  position: absolute;
  right: 32px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ico_keyword_delete.svg") no-repeat 0 0;
  border: 0;
  text-indent: -9999em;
}
.page_title .search_form .btn_delete.on {
  display: block;
}
.page_title.fixed {
  position: fixed;
  background-color: #fff;
}
.page_title.fixed .btn_prev {
  width: 24px;
  height: 24px;
  background: url("/assets/images/ico_back.svg") no-repeat 0 0;
}
.page_title.fixed .btn_prev img {
  display: none;
}

.page_utils {
  position: relative;
  margin-top: 10px;
  padding: 5px 16px;
}
.page_utils .btn_menu {
  margin-right: 10px;
  border: 0;
}
.page_utils .location {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.page_utils .location .num {
  color: #00a8d8;
}
.page_utils .location .num span {
  color: #000;
}
.page_utils .btns {
  position: absolute;
  right: 16px;
  top: 0;
}
.page_utils .btns .btn {
  width: 80px;
  font-weight: 700;
}

.page_menu {
  padding: 8px 16px 12px;
  overflow: auto;
}
.page_menu > ul {
  margin: 0 -5px;
  font-size: 0;
  white-space: nowrap;
}
.page_menu > ul > li {
  display: inline-block;
  padding: 0 5px;
}
.page_menu > ul > li .menu {
  display: inline-block;
  height: 36px;
  padding: 0 13px;
  border: 1px solid #ddd;
  border-radius: 18px;
  font-size: 14px;
  line-height: 34px;
}
.page_menu > ul > li .menu.on {
  background-color: #040248;
  color: #fff;
}

.page_title.fixed ~ .page_menu {
  z-index: 100;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 14px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.page_title.fixed ~ .page_menu + .division {
  margin-top: 71px;
}

/* 게시글 | 리스트 */
.page_tabs {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.page_tabs:after {
  content: "";
  display: block;
  clear: both;
}
.page_tabs > li {
  position: relative;
  top: 1px;
  float: left;
  width: 50%;
}
.page_tabs > li .tab {
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid transparent;
  color: #666;
  text-align: center;
}
.page_tabs > li .tab.on {
  border-color: #111;
  font-weight: 700;
  color: #111;
}

.board_wrap {
}
.board_list {
}
.board_list > li {
  padding: 0 16px;
}
.board_list > li.notice {
  background-color: #e8f6fc;
}
.board_list > li > a {
  display: block;
  padding: 6px 0;
}
.board_list > li + li > a {
  border-top: 1px solid #ececec;
}
.board_list > li .write_info {
  margin-bottom: 10px;
  font-size: 0;
}
.board_list > li .write_info .profile {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.board_list > li .write_info span {
  font-size: 14px;
  line-height: 32px;
  color: #777;
}
.board_list > li .write_info span + span {
  position: relative;
  margin-left: 6px;
  padding-left: 9px;
}
.board_list > li .write_info span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 50%;
}
.board_list > li .board_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:14px !important;
  font-family: 'Noto Sans CJK KR';
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* identical to box height, or 32px */
  display: flex;
  align-items: center;
  letter-spacing: -1px;

  color: rgba(0, 0, 0, 0.87);
}
.board_list > li .board_title.multiple {
  white-space: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board_list > li .board_title b {
  color: #333;
}
.board_list > li .board_title .keyword {
  color: #00a8d8;
}
.board_list > li .board_title .label {
  display: inline-block;
  margin-right: 10px;
  padding: 0 6px;
  background-color: #41b5e7;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.board_list > li .board_content {
  min-height: 47px;
  font-size: 14px;
  line-height: 1.71;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board_list > li .board_content.full {
  display: block;
}
.board_list > li .board_info {
  margin-top: 0px;
  font-size: 0;
  display: flex; /* flex로 설정하여 한 줄에 배치 */
  align-items: center;
}
.board_list > li .board_info > span {
    font-size: 12px;
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* identical to box height, or 29px */
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    color: #888888;
}
.board_list > li .board_info > span + span {
  margin-left: 6px;
  padding-left: 9px;
}
.board_list > li .board_info > span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 50%;
}
.board_list > li .board_info > .date {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 160%;
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    color: #888888;
}

.board_list > li .board_info .board_utils {
  float: right;
  margin-top: 0;
  font-size:12px !important;
}

.board_list.type-thumb .content_area {
  position: relative;
  padding-right: 92px;
}
.board_list.type-thumb .content_area .thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 16%);
  background-color: #d8d8d8;
  border-radius: 6px;
  overflow: hidden;
}
.board_list.type-thumb .content_area .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board_utils {
  position: relative;
  margin-top: 0px;
}
.board_utils .info {
  padding-left: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 1.71;
  color: #666;
}
.board_utils .info + .info {
  margin-left: 14px;
}
.board_utils .info-like {
  background-image: url("/images/icon/like.svg");
}
.board_utils .info-bookmark {
    background-image: url("/images/icon/scrap.svg");
}
.board_utils .info-comment {
  background-image: url("/images/icon/comments.svg");
}
.board_utils .info-share {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/assets/images/ico_utils_share.svg");
}
.board_utils a.info-share {
  color: #333;
}

/* 게시글 | 상세 */
.view_wrap {
  padding: 10px 0 30px;
}
.view_wrap .select_area {
  font-size: 0;
}
.view_wrap .select_area select {
  min-width: 56px;
  height: 34px;
  margin-right: 12px;
  padding: 0 29px 0 9px;
  background-color: #eeeff0;
  border-radius: 17px;
  font-size: 15px;
  color: #666;
}
.view_wrap .view_area {
  margin-top: 20px;
}
.view_wrap .view_area .content {
  font-size: 14px;
  line-height: 1.1;
  color: #000;
}
.view_wrap .view_area .utils {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.view_wrap .view_area .utils .btn {
  width: 26.83%;
}
.view_wrap .view_area .utils .btn.btn_prev::before,
.view_wrap .view_area .utils .btn.btn_setting::before,
.view_wrap .view_area .utils .btn.btn_next::after,
.view_wrap .view_area .utils .btn.btn_bookmark::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: top;
}
.view_wrap .view_area .utils .btn.btn_prev::before,
.view_wrap .view_area .utils .btn.btn_setting::before,
.view_wrap .view_area .utils .btn.btn_next::after {
  margin-top: 7px;
}
.view_wrap .view_area .utils .btn.btn_prev::before {
  margin-left: -14px;
  background-image: url("/assets/images/ico_arrow_left.svg");
}
.view_wrap .view_area .utils .btn.btn_next::after {
  margin-right: -14px;
  background-image: url("/assets/images/ico_arrow_right.svg");
}
.view_wrap .view_area .utils .btn.btn_bookmark {
  width: 31.1%;
}
.view_wrap .view_area .utils .btn.btn_bookmark::before {
  margin-right: 4px;
  background-image: url("/assets/images/ico_bookmark_start_on.svg");
}
.view_wrap .view_area .utils .btn.btn_bookmark.disabled::before {
  background-image: url("/assets/images/ico_bookmark_start_off.svg");
}

/* 앨범형 게시판 */
.album_content {
}
.album_content .img_area {
  padding: 10px 30px;
  text-align: center;
}
.album_content .img_area img {
  border-radius: 10px;
  box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.26);
}
.album_content .content_area {
  margin-top: 10px;
  padding: 20px 0;
}
.album_content .content_area .write_info {
  font-size: 0;
}
.album_content .content_area .write_info .profile {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.album_content .content_area .write_info span {
  font-size: 14px;
  line-height: 32px;
  color: #777;
}
.album_content .content_area .write_info span + span {
  position: relative;
  margin-left: 6px;
  padding-left: 9px;
}
.album_content .content_area .write_info span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 50%;
}
.album_content .content_area .title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}
.album_content .content_area .content {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.71;
  color: #333;
}
.album_content .content_area .board_utils {
  margin-top: 20px;
}

/* 댓글 */
.comment_wrap {
  padding: 30px 0;
}
.comment_wrap .section_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
}
.comment_wrap .input_form {
  position: relative;
  margin-top: 16px;
}
.comment_wrap .input_form .input_txt {
  width: 100%;
  height: 40px;
  padding: 0 74px 0 12px;
  background-color: #f7f8f9;
  border-radius: 6px;
  font-size: 14px;
}
.comment_wrap .input_form .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  font-size: 14px;
}
.comment_wrap .comment_list {
  margin-top: 30px;
}
.comment_wrap .comment_list > li + li {
  margin-top: 10px;
  //padding-top: 10px;
  //border-top: 1px solid #ececec;
}
.comment_wrap .comment_list > li .comment {
  position: relative;
  padding-left: 42px;
}
.comment_wrap .comment_list > li .comment .profile {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.comment_wrap .comment_list > li .comment .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment_wrap .comment_list > li .comment .info {
  padding: 9px 0;
  font-size: 0;
  line-height: 1;
}
.comment_wrap .comment_list > li .comment .info span {
  font-size: 14px;
  color: #777;
}
.comment_wrap .comment_list > li .comment .info span + span {
  position: relative;
  margin-left: 6px;
  padding-left: 9px;
}
.comment_wrap .comment_list > li .comment .info span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 50%;
}
.comment_wrap .comment_list > li .comment .content {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.71;
  color: #333;
}
.comment_wrap .comment_list > li .comment .content .btn_more {
  border: 0;
  color: #999;
}
.comment_wrap .comment_notice {
  min-height: 50px;
  margin-top: 20px;
  font-size: 14px;
  color: #111;
}

/* 출석/스크랩 */
.attendance {
  padding: 10px 0 30px;
}
.attendance .info {
  font-size: 18px;
  line-height: 1.56;
  color: #666;
}
.attendance .info .nickname {
  color: #111;
}
.attendance .info .count {
  color: #47bef2;
}
.attendance .notice {
  margin-top: 10px;
}
.attendance .notice li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.71;
  color: #666;
}
.attendance .notice li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 50%;
}
.attendance .notice li + li {
  margin-top: 4px;
}

.calender_wrap {
  padding: 30px 22px;
  text-align: center;
}
.calender_wrap .calender_head {
  position: relative;
  margin: 0 28px;
}
.calender_wrap .calender_head .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}
.calender_wrap .calender_head .btn {
  z-index: 1;
  position: absolute;
  top: 6px;
  border: 0;
}
.calender_wrap .calender_head .btn.btn_prev {
  left: 0;
}
.calender_wrap .calender_head .btn.btn_next {
  right: 0;
}
.calender_wrap .calender_body {
  margin-top: 20px;
}
.calender_wrap .calender_body th {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #666;
}
.calender_wrap .calender_body th.point {
  color: #ff0900;
}
.calender_wrap .calender_body td {
  padding: 15px 0;
}
.calender_wrap .calender_body td .day {
  display: inline-block;
  width: 34px;
  line-height: 34px;
}
.calender_wrap .calender_body td .day.on {
  background-color: #47bef2;
  border-radius: 50%;
  color: #fff;
}

.calender_wrap .calender_body td .day.done {
    background: #fff url("/images/ico_attendance2.png") no-repeat 50% 50%;
    color: #666;
}

/* 출석/성과/스크랩 */
.badge_container::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 321px;
    background: #fff url("/assets/images/bg_attendance.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.current_badge {
  padding: 10px 0 30px;
  text-align: center;
}
.current_badge .badge {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 700;
  color: #fff;
}
.current_badge .badge.badge-red {
  background-image: url("/assets/images/ico_badge_red.svg");
}
.current_badge .badge.badge-blue {
  background-image: url("/assets/images/ico_badge_blue.svg");
}
.current_badge .badge.badge-green {
  background-image: url("/assets/images/ico_badge_green.svg");
}
.current_badge .badge.badge-orange {
  background-image: url("/assets/images/ico_badge_orange.svg");
}
.current_badge .badge .badge_count {
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.92px;
}
.current_badge .badge .badge_unit {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.69;
}
.current_badge .desc {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  color: #000;
}
.badge_section {
  padding: 30px 0 30px;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -4px 30px 0 rgb(17 17 17 / 3%);
}
.badge_section .item_list {
  margin: 8px 0 -8px;
  overflow: hidden;
}
.badge_section .item_list > li {
  float: left;
  width: 33.333%;
  margin: 8px 0;
  text-align: center;
}
.badge_section .item_list > li .item {
  max-width: 80px;
  margin: 0 auto;
  color: #aaa;
}
.badge_section .item_list > li .item.item-combo {
  padding: 20px 0 36px;
  background: url("/assets/images/ico_badge_combo_off.svg") no-repeat 50% 50%;
}
.badge_section .item_list > li .item.item-combo.on {
  background-image: url("/assets/images/ico_badge_combo_on.svg");
}
.badge_section .item_list > li .item.item-combo .txt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.badge_section .item_list > li .item.item-badge {
  padding: 22px 0 21px;
  background: url("/assets/images/ico_badge_complete_off.svg") no-repeat 50% 50%;
}
.badge_section .item_list > li .item.item-badge.on {
  background-image: url("/assets/images/ico_badge_complete_on.svg");
}
.badge_section .item_list > li .item.item-badge .count {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.4px;
}
.badge_section .item_list > li .item.item-badge .unit {
  margin-top: 5px;
  font-size: 10px;
}
.badge_section .item_list + .section_title {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ececec;
}

.clip_section {
  padding: 30px 0;
}
.clip_section .clip_list {
  margin-top: 16px;
}
.clip_section .clip_list > li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.clip_section .clip_list > li .title {
  font-size: 14px;
  line-height: 1.71;
  color: #777;
}
.clip_section .clip_list > li .content {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.71;
  color: #333;
}

/* 카메라롤 */
.roll_container {
  padding: 56px 0 0 !important;
}
.album_list {
  margin: -1px;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.album_list > li {
  float: left;
  width: 33.333%;
  padding: 1px;
}
.album_list > li .btn_camera {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
  border: 0;
}
.album_list > li .btn_camera img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.album_list > li label {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
}
.album_list > li label input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999em;
}
.album_list > li label .num {
  z-index: 2;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  border: solid 2px #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
  text-align: center;
}
.album_list > li label input:checked ~ .num {
  background-color: #47bef2;
  border-color: #47bef2;
}

.album_list > li label .thumb {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.album_list > li label .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album_list > li label input:checked ~ .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #47bef2;
}
.album_list2 {
    margin: 10px;
    overflow: hidden;
}

.album_list2 > li {
    float: left;
    width: 50%;
    padding: 10px;
}
.album_list2 > li label .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:5%
}

/* 교회소식 게시판 */
    .news_container .top_section {
  padding: 10px 0 130px;
  background: url("/assets/images/bg_news_top@2x.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.news_container .top_section .content_title {
  position: relative;
  background: url("/assets/images/ico_church.svg") no-repeat 0 50%;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.64;
  color: #fff;
}
.news_container .top_section .content_title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url("/assets/images/ico_arrow_right_white.svg") no-repeat 0 50%;
}
.news_container .intro_section {
  margin-top: -130px;
  padding-bottom: 30px;
}
.news_container .intro_section .item_list {
  display: flex;
  margin: 0 -6px 0;
}
.news_container .intro_section .item_list > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 6px;
}
.news_container .intro_section .item_list > li + li {
  border-bottom: 1px solid #ececec;
}
.news_container .intro_section .item_list > li .section_title {
  color: #fff;
}
.news_container .intro_section .item_list > li .thumb {
  position: relative;
  height: 0;
  padding-top: 64.56%;
  margin-top: 8px;
  border-radius: 10px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.news_container .intro_section .item_list > li .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_container .intro_section .section_title {
  padding-top: 30px;
}
.news_container .intro_section .content {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.71;
  color: #666;
}
.news_container .section_board {
  padding: 30px 0;
}
.news_container .section_board .section_title {
  display: inline-block;
  padding: 0 24px 0 16px;
  background: url("/assets/images/ico_arrow_right.svg") no-repeat 100% 3px;
}
.news_container .section_board .board_list {
  margin-top: 6px;
}
.news_container .section_board .board_list > li > a {
  padding: 14px 0;
}
.news_container .section_board .board_list > li .board_title {
  font-size: 14px;
}
.news_container .section_board .board_list > li .board_title .label {
  background-color: #47bef2;
}
.news_container .section_board .board_list > li .board_info {
  margin-top: 0px;
}

/* 교회목록 */
.search_utils {
  padding: 5px 0 5px;
}
.search_utils .location_area {
  position: relative;
  line-height: 24px;
}
.search_utils .location_area .btn_location {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ico_location.svg") no-repeat 0 0;
  border: 0;
  text-indent: -9999em;
}
.search_utils .location_area .current {
  padding: 0 40px 0 0px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_utils .location_area .btn_link {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 14px;
  font-weight: 700;
  color: #00a8d8;
}
.search_utils .filter_area {
  margin-top: 12px;
}
.search_utils .filter_area .input_txt {
  height: 34px;
  font-size: 13px;
  color: #333;
}
    .search_utils .filter_area .input_txt:not(.sort) {
        width: 82px;
        text-overflow: ellipsis;
        padding: 0 17px 0 9px;
        background-position-x: calc(100% - 7px);
        border: 1px solid #ddd;
        border-radius: 18px;
    }
.search_utils .filter_area .input_txt.sort {
  float: right;
  width: 60px;
  background-position-x: 100%;
}
.search_result .search_title {
  padding: 10px 0 10px 42px;
  font-size: 14px;
  font-weight: 700;
  background: #ceecf9 url("/assets/images/ico_cross_blue.svg") no-repeat 16px 50%;
  color: #00abdd;
}
.search_result .item_list {
}
.search_result .item_list > li {
  padding: 0 16px;
}
.search_result .item_list > li + li .item {
  border-top: 1px solid #ececec;
}
.search_result .item_list > li .item {
  position: relative;
  padding: 5px 5px 5px 86px;
}
    .search_result .item_list > li .item .thumb_area {
        position: absolute;
        left: 0;
        text-align: center;
        vertical-align: middle;
        width: 78px;
        height: 78px;
        line-height: 78px;
        border-radius: 6px;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
        overflow: hidden;
    }
.search_result .item_list > li .item .thumb_area img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.search_result .item_list > li .item .content_area {
  min-height: 78px;
}
.search_result .item_list > li .item .content_area .title {
  line-height: 1.63;
}
.search_result .item_list > li .item .content_area .info {
  line-height: 1.71;
  font-size: 0;
}
.search_result .item_list > li .item .content_area .info .name {
  font-size: 14px;
  color: #777;
}
.search_result .item_list > li .item .content_area .info .distance {
  position: relative;
  margin-left: 6px;
  padding-left: 24px;
  background: url("/assets/images/ico_location_blue.svg") no-repeat 6px 50%;
  font-size: 14px;
  color: #2e69b1;
}
.search_result .item_list > li .item .content_area .info .info-like {
    position: relative;
    margin-left: 6px;
    padding-left: 24px;
    background: url("/assets/images/ico_utils_heart.svg") no-repeat 6px 50%;
    font-size: 14px;
    color: #2e69b1;
}
.search_result .item_list > li .item .content_area .info .distance::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 50%;
}
.search_result .item_list > li .item .content_area .address {
  position: relative;
  margin-top: 2px;
  padding-right: 34px;
  font-size: 14px;
  line-height: 1.71;
  color: #666;
}
.search_result .item_list > li .item .content_area .address .btn_copy {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 14px;
  color: #00a8d8;
  text-decoration: underline;
}
.search_result .item_list > li .item .content_area .address.btn_more {
  width: 100%;
  padding-right: 20px;
  background: url("/assets/images/ico_arrow_more.svg") no-repeat 100% 50%;
  border: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_result .item_list.recom > li {
  background-color: #e9f6fc;
}
.search_result .item_list.recom > li .content_area .title .tag {
  display: inline-block;
  width: 35px;
  height: 20px;
  margin: 3px 0 0 6px;
  border: 1px solid #41b5e7;
  border-radius: 13px;
  font-size: 11px;
  line-height: 18px;
  color: #00a8d8;
  text-align: center;
}
.page_utils + .search_result {
  margin-top: 15px;
  border-top: 8px solid #eff1f6;
}

/* 주변교회 지도 */
.map_container {
  position: relative;
  padding-top: 56px;
}
.map_container .page_title {
  background-color: #fff;
}
.map_container .map_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.map_container .info_area {
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 34px 16px 32px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index:9999;
}
.map_container .info_area .title_area .btn_bookmark {
  margin-right: 8px;
  width: 24px;
  height: 25px;
  background: url("/assets/images/ico_bookmark_star_off_gray.svg") no-repeat 0 0;
  text-indent: -9999em;
}
.map_container .info_area .title_area .btn_bookmark.on {
  background-image: url("/assets/images/ico_bookmark_blue_on.svg");
}
.map_container .info_area .title_area .title {
  display: inline-block;
  margin-right: 50px;
  padding-right: 26px;
  background: url("/assets/images/ico_arrow_right.svg") no-repeat 100% -1px;
  background-size: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}
.map_container .info_area .desc {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.71;
  color: #666;
}
.map_container .info_area .info {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.71;
}
.map_container .info_area .info + .info {
  margin-top: 8px;
}
.map_container .info_area .info dt {
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}
.map_container .info_area .info dd {
  padding-left: 48px;
  color: #333;
  overflow: hidden;
}
.map_container .info_area .info dd .distance {
  float: left;
  margin-right: 8px;
  color: #2e69b1;
}
.map_container .info_area .info dd::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 6px;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.map_container .info_area .info dd .address {
  float: left;
  width: calc(100% - 64px);
  padding-right: 20px;
}
.map_container .info_area .info dd .btn.address {
  padding-right: 20px;
  background: url("/assets/images/ico_arrow_more.svg") no-repeat 100% 50%;
  border: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map_container .info_area .info dd .address .btn_copy {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 14px;
  color: #00a8d8;
  text-decoration: underline;
}
.map_container .info_area .logo {
  position: absolute;
  right: 18px;
  top: 30px;
  width: 50px;
  height: 50px;
  background: url("/assets/images/logo_church_default.png") no-repeat 50% 50%;
  background-size: 30px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.map_container .info_area .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 교회미니홈 */
.home_container {
  position: relative;
  padding-top: 220px;
}

.home_container .page_title {
    background-color: transparent;
}

.home_container_before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: url("/assets/images/bg_minihome_top.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.home_container .section {
  padding: 30px 0;
}
.home_container .section .section_title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 14px;
}
.home_container .section .section_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 20px;
  background-color: #41b5e7;
}

.home_container .info_section {
  border-radius: 20px;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.home_container .info_section .title {
  padding-right: 74px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}
.home_container .info_section .desc {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.71;
  color: #00a8d8;
}
.home_container .info_section .info {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.71;
}
.home_container .info_section .info dt {
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}
.home_container .info_section .info dd {
  padding-left: 48px;
  color: #333;
  overflow: hidden;
}
.home_container .info_section .info dd::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 6px;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.home_container .info_section .info dd .btn_copy {
  border: 0;
  margin-left: 10px;
  padding-left: 20px;
  background: url("/assets/images/ico_copy.svg") no-repeat 0 2px;
  color: #00a8d8;
  text-decoration: underline;
}
.home_container .info_section .btn_wrap {
  margin: 22px -6px 0;
  overflow: hidden;
}
.home_container .info_section .btn_wrap > li {
  float: left;
  width: 50%;
  padding: 0 6px;
}
.home_container .info_section .btn_wrap > li .btn {
  width: 100%;
}
.home_container .info_section .utils {
  position: absolute;
  right: 16px;
  top: 3px;
}
.home_container .info_section .utils .btn {
  width: 24px;
  height: 25px;
  margin-left: 22px;
  text-indent: -9999em;
}
.home_container .info_section .utils .btn_map {
  background-image: url("/assets/images/ico_map.svg");
}
.home_container .info_section .utils .btn_bookmark {
  background-image: url("/assets/images/ico_bookmark_star_off_gray.svg");
}

.home_container .info_section .utils .btn_bookmark.on {
  background-image: url("/assets/images/ico_bookmark_blue_on.svg");
}

.home_container .section_intro {
}
.home_container .section_intro .profile {
  position: relative;
  padding-right: 80px;
}
.home_container .section_intro .profile .name {
  line-height: 1.63;
}
.home_container .section_intro .profile .profile_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}
.home_container .section_intro .profile .history {
  margin-top: 6px;
  font-size: 14px;
  color: #333;
}
.home_container .section_intro .profile .history > li {
  line-height: 1.71;
}
.home_container .section_intro .profile + .section_title {
  margin-top: 30px;
}
.home_container .section_intro .profile .content {
  font-size: 14px;
  line-height: 1.71;
  color: #333;
}

.home_container .section_schedule {
  font-size: 14px;
}
.home_container .section_schedule .board {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.home_container .section_schedule .board th,
.home_container .section_schedule .board td {
  padding: 7px 7px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.71;
}
.home_container .section_schedule .board th {
  background-color: #f3f5f9;
  text-align: left;
}
.home_container .section_schedule .board td {
}
.home_container .section_schedule .notice {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.71;
  color: #00a8d8;
}

.home_container .photo_slider {
}
.home_container .photo_slider .item {
  position: relative;
  height: 0;
  padding-top: 55%;
}
.home_container .photo_slider .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.home_container .photo_slider .paging_num {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
.home_container .photo_slider .paging_num li {
  display: none;
  width: 38px;
  height: 26px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 13px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.home_container .photo_slider .paging_num li.slick-active {
  display: block;
}

.home_container .section_link {
}
.home_container .section_link .link_title {
  position: relative;
  padding: 0 24px 0 28px;
  background: url("/assets/images/ico_church_black.svg") no-repeat 0 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.63;
}
.home_container .section_link .link_title > a {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  color: #00a8d8;
}
.home_container .section_link .item_list {
  margin-top: 10px;
}
.home_container .section_link .item_list > li + li {
  margin-top: 16px;
}
.home_container .section_link .item_list > li > a {
  display: flex;
  align-items: center;
}
.home_container .section_link .item_list > li .thumb {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}
.home_container .section_link .item_list > li .content {
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.71;
}
.home_container .section_link .item_list > li .content .link {
  margin-top: 2px;
  color: #666;
}

.home_container .section_explan {
}
.home_container .section_explan dl + dl {
  margin-top: 30px;
}
.home_container .section_explan dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.63;
}
.home_container .section_explan dl dd {
  margin-top: 10px;
}
.home_container .section_explan dl dd ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.71;
  color: #333;
}
.home_container .section_explan dl dd ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #111;
  border-radius: 50%;
}
.home_container .section_explan dl dd ul li + li {
  margin-top: 6px;
}

.home_container .section_qna .qna_list > li {
  font-size: 14px;
  line-height: 1.71;
  color: #333;
}
.home_container .section_qna .qna_list > li + li {
  margin-top: 16px;
}
.home_container .section_qna .qna_list > li .title,
.home_container .section_qna .qna_list > li .content {
  position: relative;
  padding-left: 18px;
}
.home_container .section_qna .qna_list > li .title {
  font-weight: 700;
}
.home_container .section_qna .qna_list > li .content {
  margin-top: 4px;
}
.home_container .section_qna .qna_list > li .tag {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #41b5e7;
}

.home_container .section_board .section_title {
  margin-bottom: 0;
}
.home_container .section_board .board_list > li .board_content {
  margin-top: 4px;
}
.home_container .section_board .board_list > li .photo_slider {
  margin-top: 10px;
}

/* star */
.starClick {
    text-align: center;
    width: 100%;
    padding: 0 15px;
    height: 26px;
    box-sizing: border-box;
    float: left;
}

    .starClick a {
        display: inline-block;
        width: calc(100% / 5);
        height: 26px;
        float: left;
        text-align: center;
        background: url("/images/star_color.png") no-repeat 50% 50%;
        background-size: 26px;
        box-sizing: border-box;
    }

        .starClick a.default {
            background: url("/images/star_color.png") no-repeat 50% 50%;
            background-size: 26px;
            box-sizing: border-box;
        }

        .starClick a:active {
            background: url("/images/star_color.png") no-repeat 50% 50%;
            background-size: 26px;
            box-sizing: border-box;
        }

.starSmall_0 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -107px 0px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmall_1 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -107px -14px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmall_2 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -107px -27px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmall_3 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -107px -41px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmall_4 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -107px -54px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmall_5 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -107px -68px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

/* 별점-작은별회색 */
.starSmallGray_0 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -178px 0px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmallGray_1 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -178px -14px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmallGray_2 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -178px -27px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmallGray_3 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -178px -41px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmallGray_4 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -178px -54px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starSmallGray_5 {
    width: 71px;
    height: 14px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: -178px -68px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}
/* 별점-큰별컬러 */
.starBig_0 {
    width: 107px;
    height: 20px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: 0px 0px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starBig_1 {
    width: 107px;
    height: 20px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: 0px -20px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starBig_2 {
    width: 107px;
    height: 20px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: 0px -40px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starBig_3 {
    width: 107px;
    height: 20px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: 0px -60px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starBig_4 {
    width: 107px;
    height: 20px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: 0px -81px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

.starBig_5 {
    width: 107px;
    height: 20px;
    background: url("/images/sprites_star.png") no-repeat;
    background-position: 0px -101px;
    background-size: 249px auto;
    border: none;
    outline: none;
    text-decoration: none;
}

/* 게시판 상단 버튼 모음*/

/* Flex 컨테이너 스타일 */
.flex_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* 왼쪽 정렬 영역 */
.left_section {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 오른쪽 정렬 영역 */
.right_section {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Flex 컨테이너 스타일 */
.flex_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

/* 셀렉트 박스를 감싸는 컨테이너 스타일 */
.input_form.half {
    margin-left: 10px;
    display: inline-flex;
    position: relative;
}

/* 셀렉트 박스 스타일 */
.input_form select {
    width: 60px;
    height: 35px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    border: 1px solid #ccc;
    font-family: 'Noto Sans CJK KR', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #303030;
    text-align: center;
    padding-right: 15px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 화살표 이미지 스타일 */
.select-arrow {
    position: absolute;
    right: 10px;
    top: 65%;
    transform: translateY(-50%);
    pointer-events: none;
}

.select-arrow2 {
    position: relative;
    right: 25px;
    top: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Default button style for login */
.btn_login {
    width: 60px;
    height: 35px;
    background-color: #FFFFFF;
    background-image: url('/images/login.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0px -1px 0px #B5B5B5, inset -1px 0px 0px #E3E3E3, inset 1px 0px 0px #E3E3E3, inset 0px 1px 0px #E3E3E3;
    border-radius: 30px;
}

.btn_write2 {
    width: 60px !important;
    height: 35px !important;
    background-color: #43B4E6;
    background-image: url('/images/write.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0px -1px 0px #B5B5B5, inset -1px 0px 0px #E3E3E3, inset 1px 0px 0px #E3E3E3, inset 0px 1px 0px #E3E3E3;
    border-radius: 30px;
}

.container_header .board_title_area {
    display: inline-block;
    margin: 0.3rem 0 0.25rem 0;
    font-size: 0.875rem;
}
.container_header .board_title_area .category_title > b {
    font-weight: 500;
}

/*로그인*/
/*로그인 저장*/
.login_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    /* identical to box height, or 20px */

    color: #000000;
    letter-spacing: 0%;
}

/* 공통 로그인 박스 스타일 */
.login-box {
    width: 100%;
    height: 45px;
    left: 13px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14.5px;
    color: #FFFFFF;
}

/* 아이콘 스타일 */
.login-box .icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

/* Kakao Login */
.kakao {
    top: 507px;
    background: #FEE500;
    color: #000000;
}

/* Naver Login */
.naver {
    top: 567px;
    background: #03C75A;
}

    .naver .icon {
        /* 네이버 아이콘 위치 조정 */
        width: 18px;
        height: 18px;
    }

/* Apple Login */
.apple {
    top: 627px;
    background: #050708;
}

.apple .icon {
    /* 애플 아이콘 위치 조정 */
    width: 18px;
    height: 22.5px;
}


/*약관*/
/* 전체 탭 박스 */
.terms_tab.terms_tab_size03 {
    width: 100%;
    height: 97px;
    background: #F0F0F0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
}

/* 선택된 탭 스타일 */
.terms_tab_menu.is-active {
    background: #FFFFFF;
    border-radius: 12px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* 구분선 위치 조정을 위한 상대 위치 */
}

.terms_tab_menu.is-active .terms_tab_link {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #1F2024;
    text-align: center;
}

/* 선택되지 않은 탭 스타일 */
.terms_tab_menu {
    background: none;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: relative; /* 구분선 위치 조정을 위한 상대 위치 */
}

.terms_tab_menu .terms_tab_link {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #007AFF;
    text-align: center;
}
/* Divider */
.terms_tab_menu:not(:last-child)::after {
    content: "|";
    color: #999999;
    position: absolute;
    right: -15px; /* 구분선을 각 메뉴 사이에 위치시키기 위해 오른쪽에 위치 조정 */
    top: 50%;
    transform: translateY(-50%);
}

.terms_content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}