/* ---------- Custom 시작 ---------- */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans:400');
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans&display=swap&subset=korean');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css');
/* @font-face {
        font-family: 'ELAND_Nice_M';
        src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/ELAND_Nice_M.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    } */
@font-face {
  font-family: 'BRBA_B';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/BRBA_B.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TmonMonsori';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'yg-jalnan';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}
.main_slide_text_title1 {
  font-family: 'yg-jalnan';
  font-size: 65px !important;
}
.main_slide_text_title2 {
  font-family: 'TmonMonsori';
  letter-spacing: 2px !important;
  font-size: 65px !important;
}
/* .main_slide_text_title3 {font-family: 'Black Han Sans'}
    .main_slide_text_title4 {font-family: 'BRBA_B';} */
.main_slide_text_title3,
.main_slide_text_title4 {
  font-weight: 800;
}

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');

/* 기준css */
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
  height: 100vh;
}
div {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
strong,
ul,
li {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  word-wrap: break-word;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  line-height: 1.5;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table,
thead,
tbody,
tr,
td,
th {
  border-collapse: collapse;
  font-family: 'Noto Sans KR', sans-serif;
}
input,
label {
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.xe-widget-wrapper {
  width: 100%;
}
body.s_hide {
  overflow: hidden;
}
.main_section.s_hidden {
  overflow: hidden;
}

#find_account_question {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hidden_pc {
  display: block;
}

/* 메인 컨테이너 */
.max_container {
  max-width: 1654px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1230px) {
  .container {
    width: 1654px;
  }
}

/* 헤더 공간 높이 */
.blank_div {
  height: 117px;
}

@media (max-width: 991px) {
  .blank_div {
    height: 80px;
  }
}

/* 왼쪽 관리자 버튼 */
.admin_side {
  position: fixed;
  left: 0px;
  top: 250px;
  z-index: 99;
}
.admin_side a {
  padding: 10px 10px;
  font-size: 11px;
  font-family: arial;
  border-radius: 0 3px 3px 0;
}

/* 오른쪽 상단 버튼 */
#topcontrol {
  z-index: 41;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #1762a7;
  text-align: center;
  color: #fff;
}

/* XE 컨셉색상 */
.conceptBgColor {
  background: #1762a7 !important;
  color: #fff !important;
}
.conceptTextColor {
  color: #1762a7 !important;
}

/* login-alert none */
#login-alert {
  display: none;
}

/* loading */
.loading {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.loading img {
  transform: scale(1.25);
  transition: all 0.5s;
  animation: loading 1s;
  width: 130px;
}
@keyframes loading {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.25);
  }
}

/* ---------- Custom 종료 ---------- */

/* ---------- Layout 시작 ---------- */

/* 팝업 디자인 */
.popup_back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup_button {
  margin: 100px auto 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
}
.popup_button > button {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.2s;
  margin-right: 15px;
}
.popup_button > button:last-child {
  margin-right: 0;
}
.popup_button > button > i {
  color: #fff;
}
.popup_button > .hour_close > i {
  font-size: 20px;
}
.popup_button > .close_btn > i {
  font-size: 30px;
}
.popup_button > button:hover,
.popup_button > button:active {
  background-color: #fff;
}
.popup_button > button:hover > i,
.popup_button > button:active > i {
  color: #000;
}

.popup_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: calc(100vh - 420px); */
}
.popup_slide_wrap {
  position: relative;
  max-width: 1050px;
}
.popup_slide_wrap .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_slide_wrap .popup_slide_next {
  right: -40px;
}
.popup_slide_wrap .popup_slide_prev {
  left: -40px;
}
.popup_slide_wrap .popup_slide_next::after,
.popup_slide_wrap .popup_slide_prev::after {
  color: #fff;
  font-size: 70px;
}

.slide_style {
  display: block;
  border: 10px solid #fff;
  width: 440px;
  /* height: 640px; */
}
.slide_style img {
  width: 100%;
}

/* 방송선교 */
.cbs_online {
  position: fixed;
  width: 125px;
  height: 125px;
  background-color: #f12043;
  border-radius: 100%;
  top: 22%;
  right: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 9;
}
.cbs_online:hover,
.cbs_online:active,
.cbs_online:focus {
  text-decoration: none;
  color: #fff;
}

/* Header - 태진 */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  border-bottom: 1px solid #dadada;
  height: 77px;
  background-color: #fff;
}
.header_ad > a {
  display: block;
  width: 100%;
  text-align: center;
}
.header_ad img {
  max-width: 1624px;
}
.header_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1654px;
  height: 75px;
  margin: auto;
  background-color: #fff;
  padding: 0 15px;
}
.m_header_contents {
  display: none;
}
.m_header_sitemap {
  display: none;
}
.header_logo,
.header_bank {
  flex: 1 1 20%;
}
.header_menu {
  flex: 1 1 60%;
}

.header_logo img {
  height: 33px;
}
.header_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header_box,
.sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_box {
  cursor: pointer;
}
.search,
.sitemap {
  padding: 0 10px;
}
.search i,
.sitemap i {
  color: #ee137b;
}
.search {
  position: relative;
}
.search::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #dadada;
}
.sitemap > i {
  font-size: 20px;
  line-height: 0;
}
.sitemap > span {
  color: #ee137b;
  padding: 0 10px;
}

.header_bank {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header_item .dep1_menu {
  position: relative;
  height: 100%;
}
.header_item .dep1_menu > a {
  display: block;
  padding: 0 30px;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 1em;
  color: #111111;
}

.header_item .dep1_menu .dep2_menu {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #dbdbdb;
  background-color: #fff;
  border-radius: 10px;
  min-width: 190px;
}
.header_item .dep1_menu .dep2_menu .dep2_a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  text-align: center;
  transition: all 0.2s;
  position: relative;
}
.header_item .dep1_menu .dep2_menu .dep2_a:hover,
.header_item .dep1_menu .dep2_menu .dep2_a.active {
  background-color: #0c599e;
  color: #fff;
}

.header_item .dep1_menu .dep2_menu .dep2_a_wrap {
  position: relative;
}
.header_item .dep1_menu .dep2_menu .dep2_a_wrap .dep3_menu {
  background-color: #f1f1f1;
}
.header_item .dep1_menu .dep2_menu .dep2_a_wrap .dep3_menu > li > a {
  display: block;
  line-height: 1em;
  font-size: 14px;
  color: #333;
  padding: 13px 20px;
  transition: all 0.2s;
  font-weight: 500;
}
.header_item .dep1_menu .dep2_menu .dep2_a_wrap:first-child > a {
  border-radius: 10px 10px 0 0;
}
.header_item .dep1_menu .dep2_menu .dep2_a_wrap:last-child > a {
  border-radius: 0 0 10px 10px;
}
.header_item .dep1_menu .dep2_menu .dep2_a_wrap .dep3_menu > li > a:hover,
.header_item .dep1_menu .dep2_menu .dep2_a_wrap .dep3_menu > li > a.active {
  background-color: #c0ddf6;
}

.gnb_depth3 {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  display: none;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-50%);
  background-color: #0c599e;
}
.gnb_depth3.first {
  top: 0;
  transform: none;
}
.gnb_depth3 li {
  background-color: #0c599e;
}
.gnb_depth3 li > a {
  display: block;
  line-height: 1em;
  font-size: 14px;
  color: #333;
  padding: 15px 20px;
  transition: all 0.2s;
  font-weight: 500;
  background-color: #0c599e;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
/* .gnb_depth3 li:first-child > a{border-radius: 10px 10px 0 0;}
                .gnb_depth3 li:last-child > a{border-radius: 0 0 10px 10px;} */

.cbs_btn {
  border-radius: 15px;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.header_onair .onair_btn_1 {
  background-color: #e6367e;
  transition: all 0.3s;
}
.header_onair .onair_btn_1:hover {
  background-color: #fb66a3;
  color: #fff;
  transition: all 0.3s;
}
.header_onair .onair_btn_2 {
  background-color: #0051a3;
  transition: all 0.3s;
}
.header_onair .onair_btn_2:hover {
  background-color: #3192f3;
  color: #fff;
  transition: all 0.3s;
}
.header_onair .onair_btn_3 {
  border: 1px solid #0051a3;
  color: #0051a3;
  transition: all 0.3s;
}
.header_onair .onair_btn_3:hover {
  background-color: #deebf5;
  transition: all 0.3s;
}

.header_sitemap_bg {
  position: fixed;
  left: 0;
  top: 76px;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: none;
}
.header_sitemap {
  position: fixed;
  left: 0;
  top: 76px;
  width: 100%;
  background-color: #fff;
  height: 0px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 11;
}
.sitemap_close {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #8d8d8d;
  color: #8d8d8d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.sitemap_close > i {
  font-size: 32px;
}

.sitemap_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1564px;
  margin: auto;
  padding: 60px 0;
}
.sitemap_list {
  width: 100%;
}
.sitemap_list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.sitemap_list > ul > li {
  padding: 0 15px 20px 15px;
  border-right: 1px solid #e7e7e7;
  width: calc(100% / 6);
}
.sitemap_list > ul > li:last-child {
  border-right: 0;
}
.sitemap_list > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 7px 0;
}
.sitemap_list > ul > li > ul {
  padding: 10px 0;
}
.sitemap_list > ul > li > ul > li {
}
.sitemap_list > ul > li > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 8px 0;
  color: #777;
  margin: 3px 0;
}

.sitemap_list > ul > li > ul > li > ul > li {
  padding: 5px;
  background-color: #f6f6f6;
}
.sitemap_list > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  display: block;
  padding: 0 7px;
  color: #777;
}

.sitemap_search {
  width: 500px;
  border-bottom: 2px solid #000;
  padding: 10px 5px;
  margin: auto;
}
.sitemap_search input[type='text'] {
  border: none;
  width: 460px;
  font-size: 15px;
}
.sitemap_search input[type='text']:focus {
  outline: none;
}
.sitemap_search i {
  font-size: 20px;
}

/* Main Visual */
.mv_wrap {
  /* position: relative; */
  /* height: auto; */
  /* height: calc(100vh - 76px); */
  height: 767px;
  min-height: 767px;
}
.main_section {
  padding-top: 76px;
}
.main_visual_wrap {
  /* height: calc(100% - 196px); */
  height: 100%;
}
.main_visual_wrap .main_slide_back {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 50%; */
  /* height: calc(100vh - 196px); */
  height: 100%;
}

.main_visual_wrap .main_slide_back2 p,
.main_visual_wrap .main_slide_back2 .main_slide_text_title {
  font-family: 'ELAND_Nice_M';
  font-style: normal;
  color: #ed8284;
}
.main_visual_wrap .main_slide_back2 .main_slide_text_time,
.main_visual_wrap .main_slide_back2 .main_slide_more_btn {
  color: #333;
  word-break: keep-all;
  word-wrap: break-word;
}
.main_slide_back2 .main_slide_more_btn {
  border: 1px solid #333 !important;
}

.main_slide_back .main_slide_wrap {
  /* width: 1624px; */
  max-width: 2560px;
  max-height: 767px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main_slide_back .main_slide_wrap2 {
  justify-content: center;
}
.main_slide_back .main_slide_wrap0 {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.main_slide_back .main_slide_wrap_left {
  justify-content: flex-end;
}
.main_slide_text {
  padding-left: 120px;
  padding-bottom: 115px;
}
.main_slide_back .main_slide_wrap0 .main_slide_text {
  padding-left: 0;
}
.main_slide_back .main_slide_wrap2 .main_slide_text2 {
  padding-left: 0;
  padding-bottom: 130px;
}
.main_slide_wrap_left .main_slide_text {
  padding-left: 0;
  padding-right: 200px;
  padding-bottom: 90px;
}
.main_slide_text > p {
  font-size: 31px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 15px;
  font-weight: bold;
}
.main_slide_text > .main_slide_text_title {
  font-size: 76px;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 15px;
}
.main_slide_text > .main_slide_text_title0 {
  font-size: 16px;
  margin-top: 36px;
  margin-bottom: 0;
}
.main_slide_text > .main_slide_text_title span {
  color: #fff;
  font-size: 34px;
  line-height: 2;
}
.main_slide_text > .main_slide_text_title1 span {
  font-size: 26px;
  letter-spacing: -2px;
}
.main_slide_text > .main_slide_text_title0 span {
  font-size: 15px;
  letter-spacing: -1.5px;
  font-weight: 300;
  color: #ffffffb5;
}
.main_slide_text > .main_slide_text_time {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 45px;
  font-weight: 500;
}
.main_slide_text > .main_slide_text_title0 ~ .main_slide_text_time {
  color: #ffffffe3;
  line-height: 20px;
  font-size: 17px;
  margin-bottom: -20px;
}
.main_slide_back .main_slide_wrap2 .main_slide_text_time {
  text-align: center;
}
.main_slide_text > .main_slide_text_button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main_slide_back .main_slide_wrap2 .main_slide_text_button {
  padding-top: 150px;
  justify-content: center;
}
.main_slide_text .main_slide_more_btn {
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  width: 186px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.main_slide_text .main_slide_more_btn:not(:last-child) {
  margin-right: 10px;
}
.main_slide_text .main_slide_more_btn > i {
  margin-left: 25px;
}

.main_slide_more_btn:hover {
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #0051a3 !important;
}
.main_slide_more_btn::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.main_slide_more_btn:hover::after {
  background-color: #0051a3;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.main_slide_back .main_slide_wrap.main_slide_wrap1 {
  width: 1200px;
  padding-bottom: 250px;
}
.main_slide_back .main_slide_wrap.main_slide_wrap2 {
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_slide_back .main_slide_wrap.main_slide_wrap2 p {
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  margin-top: 10px;
  font-size: 18px;
}

/* 메인 퀵 메뉴 */
.quick_menu_wrap {
  background-color: #001149;
  overflow: hidden;
  /* position: absolute; */
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.quick_menu_wrap .quick_menu_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick_menu_flex .left_triangle {
  width: 0px;
  height: 0px;
  border-bottom: 120px solid #0051a3;
  border-left: 170px solid transparent;
}
.quick_menu_flex .right_triangle {
  width: 0px;
  height: 0px;
  border-top: 120px solid #0051a3;
  border-right: 170px solid transparent;
}
.quick_menu_flex .quick_menu {
  background-color: #0051a3;
  max-width: 1400px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quick_menu_flex .quick_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.quick_menu_flex .quick_menu a > i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 25px;
}
.quick_menu_flex .quick_menu a > .quick_menu_text {
  font-size: 18px;
  color: #5F92C5;
  line-height: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.quick_icon {
  width: 26px;
  height: 25px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick_icon.cloud_down_icon {
  width: 32px;
}

/* Main Contents */
/* 섹션1 */

/* .banner_section1_slide > .widgetGalleryA > li a {
            width: 100%;
            height: 100%;
            border: 2px solid #e0e0e0;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }
        .banner_section1_slide > .widgetGalleryA > li a > img {
            width: 100%;
            height: auto;
            max-height: 100%;
            border-radius: 0;
        } */




/* 섹션3 */
.section3_wrap {
  background-color: #e3f0ff;
  padding: 95px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.radio_tv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 55px;
}

.radio_tv_tab {
  margin-bottom: 20px;
}

.radio_tv .radio_tv_btn:last-child {
  margin: 0;
}
.radio_tv .radio_tv_btn > p {
  display: block;
  font-size: 36px;
  color: #181949 !important;
  line-height: 1em;
  font-weight: bold;
  font-family: 'Nanum Myeongjo';
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.radio_tv .radio_tv_btn > a {
  display: block;
  font-size: 36px;
  opacity: 0.5;
  color: #181949 !important;
  line-height: 1em;
  font-weight: bold;
  font-family: 'Nanum Myeongjo';
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  margin: 0 40px;
  transition: all 0.2s;
}
.radio_tv .radio_tv_btn > a::after {
  content: '';
  display: block;
  width: 1px;
  height: 33px;
  background-color: #9ec0e3;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.radio_tv .radio_tv_btn:first-child > a {
  margin-left: 0;
}
.radio_tv .radio_tv_btn:last-child > a {
  margin-right: 0;
}
.radio_tv .radio_tv_btn:last-child > a::after {
  display: none;
}
.radio_tv .radio_tv_btn.active > a {
  opacity: 1;
}

.radio_tv .radio_tv_more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio_tv .radio_tv_more_btn > a {
  width: 190px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #5d6a79;
  background-color: #fff;
  border: 1px solid #a6b5c6;
  font-weight: 500;
  line-height: 1em;
  transition: all 0.2s;
}
.radio_tv .radio_tv_more_btn > a:first-child {
  border-top-left-radius: 22.5px;
  border-bottom-left-radius: 22.5px;
}
.radio_tv .radio_tv_more_btn > a:last-child {
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
}
.radio_tv .radio_tv_more_btn > a:hover,
.radio_tv .radio_tv_more_btn > a:active {
  background-color: #181949;
  color: #fff;
}

.radio_tv .radio_tv_text {
  text-align: center;
  font-size: 14px;
  color: #7e859b;
  line-height: 22px;
  font-weight: 300;
}

.radio_swiper_wrap {
  position: relative;
}
.radio_swiper_wrap > .swiper-container {
  width: 1424px;
  height: 450px;
}

.radio_swiper_wrap .radio_tv_next,
.radio_swiper_wrap .radio_tv_prev {
  width: 97px;
  height: 97px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: -140px;
  z-index: 2;
}
.radio_swiper_wrap .radio_tv_next::after,
.radio_swiper_wrap .radio_tv_prev::after {
  color: #fff;
}
.radio_swiper_wrap .radio_tv_next {
  right: 70px;
}
.radio_swiper_wrap .radio_tv_prev {
  left: 70px;
}

.radio_tv_people_wrap {
  position: relative;
  height: 417px;
  transition: all 0.3s;
}
.radio_tv_people_wrap .radio_tv_people_text:hover {
  transition: all 0.3s;
  background-color: #0051a3;
}
.radio_tv_people_wrap .radio_tv_people_text:hover .radio_tv_people_name {
  color: #fff;
}
.radio_tv_people_wrap .radio_tv_people_text:hover .radio_tv_people_name > p {
  color: #fff;
}
.radio_tv_people_wrap .radio_tv_people_text:hover .listen_btn {
  background-color: #fff;
  color: #0051a3;
}
.radio_tv_people_wrap .radio_tv_people {
  border: 8px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.radio_tv_people_wrap .radio_tv_people img {
  transition: all 0.3s;
}
.radio_tv_people_wrap .radio_tv_people img:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}

.radio_tv_people_text {
  width: 290px;
  height: 118px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 0 25px;
  position: absolute;
  bottom: 0;
  left: 40px;
  transition: all 0.3s;
}
.radio_tv_people_text .radio_tv_people_name {
  font-size: 16px;
  color: #818181;
  line-height: 1em;
  font-weight: 300;
}
.radio_tv_people_text .radio_tv_people_name > p {
  font-size: 22px;
  color: #000;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.radio_tv_people_text .listen_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0051a3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
}

.radio_tv_people {
  display: block;
  width: 290px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.radio_tv_people img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/*섹션 티비*/
.section3_wrap_tv {
  background-color: #f1f1f1;
  margin-top: 10px;
}
.section_tv {
  padding: 80px 0;
  width: 100%;
  margin: auto;
  background-color: #f1f1f1;
}
.tv_tit {
  padding: 50px 0;
}
.tv_tit > h2 {
  font-size: 36px;
  color: #181949;
  font-weight: 600;
  text-transform: uppercase;
}

.tv_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1624px;
  margin: auto;
}

.tv_tab_tit {
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #001149;
  border-radius: 0 0 20px 20px;
  z-index: 1;
}
.tv_tab_tit > span {
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Nanum Myeongjo', serif;
}

/* video-buttoon */
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px; /* background: #fff; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video-play-button:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s;
}
.video-play-button:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
  transition: all 0.3s;
}
.video-play-button:hover:after {
  background-color: darken(#fff, 10%);
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #0c5a9c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

ul.widgetA.youtube_v2 li:hover .video-play-button:before,
ul.widgetA.youtube_v2 li:hover .video-play-button:after {
  background: #0051a3;
  opacity: 0.8;
  transition: all 0.3s;
}
ul.widgetA.youtube_v2 li:hover .video-play-button span {
  border-left: 14px solid rgba(255, 255, 255, 0.9);
}

/* 섹션4 */
.section4_slide_wrap {
  background-color: #f1f1f1;
}
.section4_slide_wrap_02 {
  background-color: #d2f0e4;
}
.section4_slide_wrap_03 {
  background: url('../img/main/s4_bg_01.jpg') no-repeat center;
  background-size: cover;
}
.section4_slide_wrap_04 {
  background-color: #f6f8ed;
}
.section4_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}
.s4_text_wrap .s4_title {
  font-size: 46px;
  color: #fff;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 25px;
}
.s4_text_wrap .s4_text {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 45px;
  word-break: keep-all;
  word-wrap: break-word;
}
.s4_text_wrap .s4_more_btn {
  width: 143px;
  height: 35px;
  font-size: 14px;
  color: #001149;
  line-height: 1em;
  background-color: #57c1f2;
  border-radius: 17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s4_text_wrap_02 .s4_title {
  color: #03559c;
}
.s4_text_wrap_02 .s4_title img {
  display: block;
}
.s4_text_wrap_02 .s4_text {
  color: #333;
  opacity: 1;
  font-weight: 500;
}
.s4_text_wrap_02 .s4_more_btn {
  width: 143px;
  height: 35px;
  font-size: 14px;
  color: #03559c;
  line-height: 1em;
  background-color: #95cbb5;
  border-radius: 17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.s4_text_wrap_02 .s4_more_btn.s4_more_btn2 {
  background-color: #723989;
  color: #fff;
}

.section4_slide .s4_img_wrap {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.section4_slide .s4_img_wrap img {
  height: 100%;
  width: 100%;
}
.s4_pagination {
  bottom: 60px !important;
}
.s4_pagination > .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.s4_pagination > .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 섹션5 */
.section5_wrap {
  background-color: #f1f1f1;
  height: max-content;
  padding: 35px 0;
}
.section5_wrap ul {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.section5_wrap li {
  width: 200px;
  height: 66px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
.section5_wrap a {
  height: 100%;
  width: 100%;
  display: block;
}
.section5_wrap img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.section5_wrap span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
}

/* sns 플로팅 */
.floating {
  position: fixed;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
}
.floating a {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.floating i {
  color: #fff;
  font-size: 25px;
}

.floating li:nth-child(1):hover a {
  background-color: #d0262a;
}
.floating li:nth-child(2):hover a {
  background-color: #445c97;
}
.floating li:nth-child(3):hover a {
  background-color: #29a7e0;
}
.floating li:nth-child(4):hover a {
  background-color: #fee600;
}
.floating li:nth-child(4):hover i {
  color: #38201f;
}

.floating.open {
  right: 0;
  transition: all 0.3s;
}

/* Footer */
.footer {
  background-color: #fff;
}

/* 푸터 배너 */
.footer_banner {
  background-color: #ececec;
}
.footer_banner .footer_banner_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 280px;
}
.footer_banner .footer_banner_flex > a {
  display: block;
}

.footer_info {
  background-color: #fff;
}
.footer_info .footer_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 65px 0;
}

/* 푸터 공지사항 */
.footer_notice {
  width: 33.3333%;
}
.footer_notice .footer_notice_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.footer_notice .footer_notice_title > .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 1em;
  margin-right: 10px;
}
.footer_notice .footer_notice_title > .more {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #000;
  font-size: 26px;
  border: 1px solid #dedede;
}
.footer_notice .footer_notice_title > .more > span {
  display: none;
}

.news_content_widget > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_content_widget > li:last-child {
  margin-bottom: 0 !important;
}
.news_content_widget > li > a.title {
  font-size: 17px;
  color: #777;
  font-weight: 400;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}
.news_content_widget > li > a.title::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #777;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* .news_content_widget > li > a.title > .news_widget_title_circle{width:3px; height:3px; background-color:#777; margin-right:12px;} */
.news_content_widget > li > .date {
  font-size: 15px;
  color: #777;
  line-height: 1em;
}

/* 푸터 문의 */
.inquiry_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 55px;
}
.inquiry_box {
  background-color: #efefef;
  width: 320px;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 245px;
  margin-right: 20px;
}
.inquiry_box:last-child {
  margin-right: 0;
}
.inquiry_box .inquiry_title_text > p {
  font-size: 22px;
  color: #000;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.inquiry_box .inquiry_title_text > span {
  font-size: 14px;
  color: #686868;
  line-height: 24px;
}
.inquiry_box .inquiry_title_text > .m_inquiry_icon {
  display: none;
}
.inquiry_box .inquiry_more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inquiry_box .inquiry_more .inquiry_more_text {
  font-size: 14px;
  color: #686868;
  line-height: 1em;
  margin-right: 10px;
}
.inquiry_box .inquiry_more .inquiry_more_right {
  background-color: #6d6f82;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiry_box .inquiry_more .inquiry_more_right > i {
  font-size: 12px;
  color: #fff;
}

/* 대전cbs 이사회 */
.council_box {
  width: 320px;
  height: 245px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.council_box ul {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.council_box .council_list {
  width: 100%;
  height: 25%;
  border-bottom: 1px solid #d9d9d9;
}
.council_box .council_list:first-child,
.council_box .council_list:first-child a {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.council_box .council_list:last-child,
.council_box .council_list:last-child a {
  border-bottom: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.council_box .council_list a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex block;
  justify-content: space-between;
  align-items: center;
}
.council_box .council_list a .cbs_text {
  color: #666;
  font-weight: 500;
}
.council_box .council_list a strong {
  color: #004da1;
  font-weight: 500;
}
.council_box .council_list a:hover {
  background-color: #004da2;
}
.council_box .council_list a:hover .cbs_text {
  color: #85a3c3;
}
.council_box .council_list a:hover strong {
  color: #fff;
  font-weight: 500;
}
.council_box .council_list a:hover .arrow_box div {
  background-color: #fff;
}
.arrow_box {
  position: relative;
}
.arrow_box div {
  background-color: #666;
  height: 6px;
  width: 4px;
  position: absolute;
  border-radius: 2px;
}
.arrow_box div:first-child {
  top: -1px;
  transform: skew(-45deg);
}
.arrow_box div:last-child {
  bottom: 0px;
  transform: skew(45deg);
}

/* 푸터 메인메뉴 */
.bottom_menu_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.bottom_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.bottom_menu .bottom_menu_dep1 {
  font-size: 16px;
  color: #000;
  line-height: 1em;
  font-weight: bold;
  flex: 1;
}
.bottom_menu .bottom_menu_dep2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex: 4;
}
.bottom_menu .bottom_menu_dep2 > li {
  margin: 5px 0;
  position: relative;
}
.bottom_menu .bottom_menu_dep2 > li::after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #777;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.bottom_menu .bottom_menu_dep2 > li:last-child::after {
  display: none;
}
.bottom_menu .bottom_menu_dep2 > li > a {
  font-size: 15px;
  color: #777;
  line-height: 1em;
  padding: 0 5px;
}

/* 푸터 섹션 */
.footer {
  border-top: 1px solid #ececec;
}
.footer_wrap {
  padding: 40px 0;
  border-top: 1px solid #d0d0d0;
  background-color: #fff;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer_menu .menu_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer_menu .menu_ul li {
  padding-right: 20px;
}
.footer .footer_menu .menu_ul li:last-child {
  padding-right: 0;
}
.footer .footer_menu .menu_ul li a {
  font-size: 15px;
  color: #888;
}
.footer .footer_menu .menu_ul li:nth-child(3) a,
.footer .footer_menu .menu_ul li:nth-child(4) a {
  color: #000;
  font-weight: 700;
}

.footer .footer_text {
  font-size: 15px;
  color: #888;
  line-height: 30px;
  margin-top: 10px;
}
.footer .footer_text span,
.footer .footer_text a {
  color: #888;
}
.footer .footer_text .slash {
  padding: 0 10px;
}

.footer_no_menu > span {
  font-size: 15px;
  color: #888;
  cursor: pointer;
}
.footer_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.footer_cover > img {
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer_banner_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_dropup_btn {
  border: 1px solid #7f7f7f;
  background-color: #fff;
  border-radius: 0;
  width: 210px;
  height: 40px;
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_dropup_btn > div {
  font-size: 15px;
  color: #777;
  line-height: 1em;
}
.footer_dropup_btn > i {
  font-size: 15px;
}

.footer_banner_wrap .dropdown-menu {
  background-color: #fff;
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: 1px solid #7f7f7f;
}
.footer_banner_wrap .dropdown-menu > a {
  display: block;
  font-size: 15px;
  color: #777;
  line-height: 1em;
  padding: 13px 20px;
  transition: all 0.2s;
}
.footer_banner_wrap .dropdown-menu > a:hover {
  background-color: #e5e5e5;
}

.footer_banner_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 45px;
}
.footer_banner_logo > a {
  display: block;
  margin-right: 7px;
}
.footer_banner_logo > a:last-child {
  margin-right: 0;
}

.m_footer_drop {
  display: none;
}

/* intro layer */
.intro_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  display: none;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.intro_logo {
  padding: 30px 0;
}
.intro_logo img {
  width: 125px;
}

.intro_close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100%;
  background: #161616c4;
}
.intro_close i {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.intro_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1600px;
  margin: 0 auto;
}
.intro_box {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin: 0 20px;
  height: 820px;
}
.intro_box ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15px 0;
}
.intro_box li {
  flex: 1 1 40%;
  margin: 10px;
}
.intro_box a > img {
  width: 100%;
  margin-bottom: 10px;
}
.intro_box p {
  font-size: 14px;
  letter-spacing: -1px;
}
.il_titie {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 10px;
}
.il_titie > h2 {
  font-size: 20px;
}
.il_s_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.il_s_wrap > span {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.il_s_wrap > span > img {
  margin-left: 10px;
}
.intro_close:hover {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.intro_close:hover i {
  color: #333;
}
.intro_content_m_wrap {
  display: none;
}
.intro_open {
  position: fixed;
  bottom: 70px;
  right: 70px;
  cursor: pointer;
  z-index: 1;
  background: url('../img/main/save.png') no-repeat center;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.intro_open > span {
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 5px;
  margin-right: 3px;
}

#check label {
  margin: 0;
  padding: 0px;
}
#chkday {
  display: none;
}

/* tv_layer */
.tvl_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tvl_close {
  position: absolute;
  top: 50px;
  right: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tvl_close i {
  color: #fff;
  font-size: 32px;
}

.bt_banner_m {
  display: none;
}

/* ---------- Layout 종료 ---------- */

/* ---------- Sub 시작 ---------- */
.root_daum_roughmap .wrap_btn_zoom {
  z-index: 1 !important;
}

.sub_section {
  padding-top: 77px;
}
.sub_visual_tab_wrap {
  position: relative;
}
.sub_visual {
  position: relative;
  line-height: 1;
}
.sub_visual_img {
  overflow: hidden;
}
.sub_visual_img > img {
  width: 100%;
  transform: scale(1.03);
  animation: zoomzoom 2s;
}
@keyframes zoomzoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.sub_visual_text {
  position: absolute;
  width: 100%;
  height: calc(100% - 66px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.sub_visual_text .order_text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.sub_visual_text p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

/* tabs*/
.sub_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 3;
}
.tab_wrap {
  width: 1625px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
}
.tab_wrap > div > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  z-index: 3;
}
.tab_wrap > div > ul > li {
  border-bottom: 1px solid #e5e5e5;
}
.tab_wrap > div > ul > li > a {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  color: #333;
  transition: all 0.2s;
}
.tab_wrap > div > ul > li > a:hover {
  background-color: #e5e5e5;
  color: #333;
}
.tab_wrap > div > ul > li.active > a {
  background-color: #0c5992;
  color: #fff;
}
.tab_wrap > div > ul > li .sub_tab_dep3 {
  background-color: #f1f1f1;
}
.tab_wrap > div > ul > li .sub_tab_dep3 > li > a {
  display: block;
  line-height: 1em;
  font-size: 14px;
  color: #333;
  padding: 13px 20px;
  transition: all 0.2s;
  font-weight: 500;
}
.tab_wrap > div > ul > li .sub_tab_dep3 > li > a:hover,
.tab_wrap > div > ul > li .sub_tab_dep3 > li > a.active {
  background-color: #c0ddf6;
}

.tab_wrap > .home_site {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 66px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.tab_wrap > a > i {
  color: #fff;
}
.depth {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.depth span {
  padding: 0 30px;
  min-width: 260px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.zoom_wrap {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zoom_btn {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
}
.zoom_btn:last-child {
  border-left: 0;
}
.zoom_btn i {
  color: #fff;
  font-size: 25px;
}
.sub_tab_m {
  display: none;
}
.m_depth_three_wrap {
  display: none;
}

.sub_wrap_tab {
  width: 100%;
  margin-bottom: 60px;
}
.sub_wrap_tab ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_wrap_tab ul li {
  flex: 1;
}
.sub_wrap_tab ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #333;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  transition: all 0.2s;
  border-right: 1px solid #fff;
  text-align: center;
}
.sub_wrap_tab ul li:last-child a {
  border-right: 0;
}
.sub_wrap_tab ul li.tab_on a,
.sub_wrap_tab ul li a:hover {
  color: #fff;
  background-color: #06459a;
}
/* #region 25.10.14 김성원 추가 */
.sub_wrap_tab.council_tab ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
.sub_wrap_tab.council_tab ul li a {
  border-right: none;
}
/* #endregion 25.10.14 김성원 추가 */
.sub_contents {
  max-width: 1654px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.sub_content_wrap {
  padding: 100px 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  min-height: calc(100vh - 356px);
}
.sub_content_section {
  width: 71%;
  padding-right: 75px;
}

/* notice */
.content_title_notice {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_title_notice p {
  padding: 70px 0;
  font-size: 30px;
  color: #07122a;
  font-weight: bold;
  text-align: center;
}
.list_btn {
  background-color: #414141;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.board_ad {
  width: 29%;
}
.board_ad .widgetGalleryA li {
  width: 100%;
  margin: 0 !important;
}
.board_ad .thumb_custom {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.board_ad .thumb_custom > img {
  width: 100%;
  height: auto;
}
.board_ad h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 10px 0;
}

.goodnews_width {
  width: 640px;
  margin: auto;
}

/* form */
.form_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.form_tab .form_tab_btn {
  width: 100%;
  float: none;
  margin: 0;
}
.form_tab .form_tab_btn > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #333;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  transition: all 0.2s;
  border-right: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
}
.form_tab .form_tab_btn:last-child a {
  border-right: 0;
}
.form_tab .form_tab_btn.active a,
.form_tab .form_tab_btn a:hover {
  color: #fff;
  background-color: #06459a !important;
}

.form_table {
  width: 100%;
  margin: auto;
}
.form_table * {
  font-size: 18px;
  color: #444;
}
.form_table > thead {
  background-color: #f5f7f9;
  border: 1px solid #dbdbdb;
}
.form_table > thead > tr > th {
  font-weight: normal;
  padding: 10px 5px;
  text-align: center;
  border-right: 1px solid #dbdbdb;
}
.form_table > thead > tr > th:last-child {
  border-right: 0;
}
.form_table > tbody {
  border: 1px solid #dbdbdb;
  border-bottom: 0;
}
.form_table > tbody > tr {
  border-bottom: 1px solid #dbdbdb;
}
.form_table > tbody > tr > .am_pm {
  background-color: #f5f7f9;
  text-align: center;
}
.form_table > tbody > tr > td {
  text-align: center;
  border-right: 1px solid #dbdbdb;
  padding: 20px 0;
}


/* table */
.table_tab_wrap {
  overflow-x: auto;
  touch-action: pan-x;
}
.table_tab_wrap::-webkit-scrollbar {
  height: 8px;
}
.table_tab_wrap::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #f1f1f1;
}

.table_tab {
  margin-bottom: 60px;
  display: flex;
  /* 251010 김성원 수정 */
  /* justify-content: flex-start; */
  justify-content: center;
  align-items: flex-start;
}
.table_tab .table_tab_btn {
  width: fit-content;
  float: none;
  margin: 0;
  margin: 0 20px;
}
.table_tab .table_tab_btn > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #06459a;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
  transition: all 0.2s;
  cursor: pointer;
  border-top: 1px solid #06459a;
  opacity: 0.4;
  border-radius: 0;
  padding: 15px 0;
  /* 251010 김성원 수정 */
  /* min-width: 150px; */
  text-align: center;
}
.table_tab .table_tab_btn.active a,
.table_tab .table_tab_btn a:hover {
  color: #06459a !important;
  border-top: 1px solid #06459a;
  background-color: #fff !important;
  opacity: 1;
}

.tab_content_area > table {
  margin: auto;
  width: 100%;
}
.tab_content_area > table * {
  font-size: 14px;
  color: #444;
}
.tab_content_area > table > thead {
  background-color: #f5f7f9;
  border: 1px solid #dbdbdb;
}
.tab_content_area > table > thead > tr > th {
  font-weight: normal;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #dbdbdb;
}
.tab_content_area > table > thead > tr > th:last-child {
  border-right: 0;
}
.tab_content_area > table > tbody {
  border: 1px solid #dbdbdb;
  border-bottom: 0;
}
.tab_content_area > table > tbody > tr {
  border-bottom: 1px solid #dbdbdb;
}
.tab_content_area > table > tbody > tr > .am_pm {
  background-color: #f5f7f9;
  text-align: center;
}
.tab_content_area > table > tbody > tr > td {
  text-align: center;
  border-right: 1px solid #dbdbdb;
  padding: 10px 0;
}

.rs_tab_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.rs_tab_tit div {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  border: 1px solid #dbdbdb;
  background-color: #f3f4f6;
}
.rs_tab_tit div:first-child {
  border-radius: 30px 0 0 30px;
}
.rs_tab_tit div:nth-child(2) {
  border-right: 0;
  border-left: 0;
}
.rs_tab_tit div:last-child {
  border-radius: 0 30px 30px 0;
}
.rs_tab_tit h2 {
  font-size: 18px;
  font-weight: 600;
}
.rs_tab_tit p {
  margin: 0 20px;
  font-size: 18px;
  font-weight: 300;
}

.rs_tab_list {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 3fr 5fr 1fr 2fr;
  border-bottom: 1px solid #dbdbdb;
}
.rs_tab_list > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rs_tab_list > div:nth-child(2) {
  justify-content: left;
}
.rs_tab_item {
  flex: 1 1 20%;
  text-align: center;
}
.rs_tab_item:nth-child(3) {
  flex: 1 1 5%;
}
.rs_tab_item:nth-child(4) {
  flex: 1 1 10%;
}
.rs_tab_item > p {
  font-size: 14px;
  margin-top: 10px;
}
.rl_img {
  border-radius: 100%;
  overflow: hidden;
  width: fit-content;
  margin: auto;
}
.rl_img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.rl_txt {
  text-align: left;
}
.rl_txt h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.rl_txt p {
  margin-bottom: 10px;
}
.rl_txt span {
  position: relative;
  padding-right: 15px;
}
.rl_txt span::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #d6d6d6;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}
.rs_sub_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.rs_sub_item .rl_btn {
  justify-content: flex-end;
}

.rl_day {
  background-color: #f4f4f4;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  font-size: 20px;
}

.rl_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rl_btn a {
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 50px;
  height: 50px;
  color: #06459a;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rl_btn i {
  line-height: 1;
  font-size: 20px;
}
.rl_btn a:hover {
  background-color: #06459a;
  transition: all 0.3s;
}
.rl_btn a:hover i {
  color: #fff;
  transition: all 0.3s;
}

.tab_content_area_last .rs_tab_list:first-child {
  border-top: 1px solid #3668ac;
}
.tab_content_area_last .rs_tab_list:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.staff_chart tr td:nth-child(1) {
  width: 120px;
  padding: 0;
}
.staff_chart tr td:nth-child(1) > img {
  width: 100%;
}
.staff_chart tr td:nth-child(2) {
  width: 570px;
  text-align: left;
  padding: 15px;
}
.staff_chart tr td:nth-child(3) {
  width: 60px;
}
.staff_chart td div {
  color: #555;
  font-size: 13px;
}
.staff_chart td span {
  color: #999;
}
.staff_chart td a {
  border: 1px solid #0051a3;
  border-radius: 3px;
  color: #fff;
  background-color: #0051a3;
  display: inline-block;
  padding: 2px 7px;
  margin-top: 10px;
  font-size: 12px;
  margin-right: 5px;
}

.tab_content_area {
  width: 100%;
  margin: auto;
}
.tab_content_area > ul {
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  display: flex;
}
.tab_content_area > ul:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.tab_content_area > ul > li {
  border-right: 1px solid #dbdbdb;
  padding: 0 20px;
}
.tab_content_area > ul > li:first-child {
  background-color: #f5f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_content_area > ul > li:first-child > span {
  text-align: center;
}
.tab_content_area > ul > li:last-child {
  border-right: 0;
}
.tab_content_area > ul > li > span {
  display: inline-block;
  font-size: 14px;
  color: #444;
  line-height: 24px;
  margin: 10px 0;
}

.tab_p_tit {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
}
.tab_p_tit p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  margin: 0 15px;
}

.tab_p_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.tab_p_wrap > div {
  flex: 1 1 30%;
  min-height: 250px;
  background-color: #f3f4f6;
  padding: 60px;
  position: relative;
}
.tab_p_wrap > div:not(:last-child) {
  border-right: 1px solid #fff;
}
.tab_p_wrap > div:first-child {
  border-radius: 40px 0 0 40px;
}
.tab_p_wrap > div:last-child {
  border-radius: 0 40px 40px 0;
}
.tab_p_wrap > div h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.tab_p_wrap > div p {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 22px;
}

.tab_p_wrap > div .p_img_wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  z-index: 1;
}

.tab_p_wrap > div:hover {
  background-color: #06459a;
  transition: all 0.3s;
}
.tab_p_wrap > div:hover * {
  color: #fff;
  transition: all 0.3s;
}

.tab_p_wrap > div:nth-child(1) .p_img_wrap {
  background: #06459a url('../img/sub/icon_w_01.png') no-repeat center;
}
.tab_p_wrap > div:nth-child(2) .p_img_wrap {
  background: #06459a url('../img/sub/icon_w_02.png') no-repeat center;
}
.tab_p_wrap > div:nth-child(3) .p_img_wrap {
  background: #06459a url('../img/sub/icon_w_03.png') no-repeat center;
}

.tab_p_wrap > div:nth-child(1):hover .p_img_wrap {
  background: #fff url('../img/sub/icon_b_01.png') no-repeat center;
}
.tab_p_wrap > div:nth-child(2):hover .p_img_wrap {
  background: #fff url('../img/sub/icon_b_02.png') no-repeat center;
}
.tab_p_wrap > div:nth-child(3):hover .p_img_wrap {
  background: #fff url('../img/sub/icon_b_03.png') no-repeat center;
}

.greeting_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.greeting_img {
  padding-right: 60px;
}
.greeting_img h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}
.greeting_img p {
  font-size: 18px;
  font-weight: 400;
}

.greeting_txt > h2 {
  font-size: 30px;
  font-weight: bold;
}
.greeting_txt > p {
  font-size: 18px;
  padding: 20px 0;
  line-height: 1.7;
}

.choir_content img {
  width: 100%;
  height: 100%;
}

.cc_txt {
  padding: 30px 0;
}
.cc_txt > h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0051a3;
  font-weight: bold;
}
.ladies_choir .cc_txt > h6 {
  font-size: 18px;
  margin-bottom: 35px;
  color: #0051a3;
  font-weight: 500;
}
.cc_txt p {
  color: #888;
  font-size: 18px;
  line-height: 32px;
}
.ladies_choir .cc_txt p {
  color: #888;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 35px;
}
.cc_txt table {
  width: 100%;
}
.cc_txt th {
  width: 150px;
}
.cc_txt td,
.cc_txt th {
  font-size: 16px;
  padding: 15px 0;
  vertical-align: top;
}

.choir_list {
  margin-top: 60px;
}
.choir_list table {
  width: 100%;
}
.choir_list table tr {
  border-top: 1px solid #d4d4d4;
}
.choir_list table th,
.choir_list table td {
  vertical-align: top;
  padding: 30px 0;
}
.choir_list table th h2,
.choir_list table td h2 {
  font-weight: bold;
  font-size: 24px;
}
.choir_list table td h2 {
  margin-bottom: 15px;
}
.choir_list table td h3 {
  margin: 15px 0;
  font-size: 20px;
}
.choir_list table td p {
  font-size: 16px;
  color: #888;
  line-height: 28px;
  padding-left: 15px;
  position: relative;
}
.choir_list table td span {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 28px;
  padding-left: 15px;
}
.choir_list table td p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #d4d4d4;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
}
.choir_list .executives_box {
  padding: 30px 0;
  border-top: 1px solid #d4d4d4;
  display: flex;
  justify-content: space-around;
}
.choir_list .executives_card {
  display: flex;
}
.choir_list .adult_choir_text_box h3 {
  font-weight: bold;
  font-size: 24px;
}
.choir_list .adult_choir_text_box h4 {
  color: #888;
  font-weight: bold;
  font-size: 20px;
}
.dj_orchestra_link {
  color: #888;
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
  display: block;
}

.advertising_wrap > p {
  font-size: 20px;
  font-weight: bold;
}
.advertising_wrap > p > span {
  color: #0051a3;
  font-size: 20px;
  font-weight: bold;
}
.advertising_wrap ul {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 30px;
}.advertising_wrap ul:last-child {
  border-bottom: 0;
}
.advertising_wrap ul > h3 {
  color: #004b93;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.advertising_wrap ul h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.advertising_wrap ul li {
  margin-bottom: 30px;
}
.advertising_wrap ul li > p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}
.advertising_box {
  margin: 30px 0;
  padding: 40px;
  border: 1px solid #0051a3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  width: fit-content;
}
.advertising_box > h2 {
  font-size: 24px;
  font-weight: bold;
}
.advertising_box > div {
  padding-left: 40px;
}
.advertising_box > div p,
.advertising_box > div p a {
  font-size: 18px;
  color: #555;
  line-height: 30px;
}
.ab_wrap {
  padding: 0 15px;
  margin: 15px 0;
}
.ab_wrap h6 {
  font-size: 18px;
  margin-top: 15px;
}
.ab_wrap p {
  color: #838383;
  line-height: 1.5;
}
.ab_wrap span {
  color: #ff6363;
}

.cbs_support_wrap > p,
.cbs_support_wrap02 h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.cbs_support_wrap > p > span {
  color: #0051a3;
  font-size: 20px;
  font-weight: bold;
}
.cbs_support_wrap ul {
  margin: 30px 0;
}
.cbs_support_wrap ul h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0051a3;
}
.cbs_support_wrap ul li {
  margin-bottom: 50px;
}
.cbs_support_wrap ul li > p {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
}
.cbs_support_box {
  margin: 30px 0;
  padding: 40px;
  border: 1px solid #0051a3;
  border-radius: 20px;
  width: fit-content;
}
.cbs_support_box p {
  line-height: 1.25;
}
.cbs_support_box > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0051a3;
}
.cbs_support_box > div {
  padding-left: 40px;
}
.cbs_support_box > div p {
  font-size: 18px;
  color: #555;
  line-height: 30px;
}

.cbs_support_box2 > p {
  color: #555;
  line-height: 1.2;
  margin-top: 7px;
}
.cs_wrap {
  padding: 0 15px;
  margin: 15px 0;
}
.cs_wrap p {
  color: #888;
  line-height: 1.5;
}
.cs_wrap span {
  color: #ff6363;
}
.cbs_support_box3 {
  margin-top: 16px;
}
.cbs_support_box3 > p {
  margin-top: 8px;
  color: #00e;
}
.cbs_support_box3 > p > a {
  color: #00e;
}

.cbs_support_wrap02 h4 {
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  margin: -60px 0 50px 0;
}
.cbs_support_wrap02 .cbs_support_box2 {
  width: fit-content;
  border: 2px solid #0051a3;
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0;
}
.cbs_support_wrap02 .cbs_support_box2 p:first-child {
  font-weight: 700;
  font-size: 17px;
}
.cbs_support_wrap02 p span {
  color: #0051a3;
  font-weight: 600;
}
.cbs_support_wrap02 video {
  margin-bottom: 30px;
}

.cbs_support_form {
  padding: 30px 0;
}
.csf_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
}
.csf_wrap label {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  position: relative;
}
.csf_wrap label::after {
  content: '\002A';
  color: #ff3848;
  position: absolute;
  right: -10px;
  top: 0;
}
.csf_wrap input {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 46px;
}

.csf_button button {
  background-color: #0051a3;
  border: 1px solid #0051a3;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 3px;
  width: 100%;
  transition: all 0.3s;
}
.csf_button button:hover {
  background-color: #093764;
  border: 1px solid #093764;
  color: #fff;
  transition: all 0.3s;
}

.sh_wrap > p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.25;
}
.sh_wrap > p > span {
  color: #0051a3;
  font-size: 20px;
  font-weight: bold;
}

.sh_box {
  margin: 30px 0;
  padding: 40px;
  border: 1px solid #0051a3;
  border-radius: 20px;
  width: 65%;
}
.sh_box > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0051a3;
}
.sh_box > div {
  padding-left: 40px;
}
.sh_box > div p {
  font-size: 18px;
  color: #555;
  line-height: 30px;
}

.sh_table_tit {
  border-bottom: 2px solid #333;
  margin-top: 60px;
}
.sh_table_tit h2 {
  font-size: 24px;
  padding-bottom: 15px;
}

.sub_wrap_area {
  padding: 0;
  padding-bottom: 30px;
}
.sub_wrap_area > .sub_wrap_area_title {
  padding: 20px 0;
}
.sub_wrap_area > .sub_wrap_area_title > h2 {
  color: #111;
  font-size: 18px;
}

.sub_wrap_area > ul > li {
  padding: 10px 0;
}
.sub_wrap_area > ul > li > h2 {
  color: #111;
  font-size: 14px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
}
.sub_wrap_area > ul > li > h3 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.sub_wrap_area > ul > li > ul > li {
  padding: 0 15px;
}
.sub_wrap_area > ul > li p {
  line-height: 24px;
  color: #838383;
}
.sub_wrap_area > ul > li a {
  color: #00e;
  font-weight: 300;
}
.addendum {
  margin-top: 40px;
}

.choir_box {
  margin-bottom: 50px;
}
.choir_box > h2 {
  font-size: 24px;
  color: #0051a3;
  font-weight: 500;
  letter-spacing: -1px;
}
.choir_box table {
  margin: 15px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.choir_box th,
.choir_box td {
  padding: 5px;
  font-size: 14px;
  color: #888;
}

.choir_box2 th {
  width: 90px;
}
.choir_box2 th span {
  background-color: #8fabc8;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  display: block;
  padding: 5px 10px;
  width: fit-content;
  min-width: 80px;
  margin: auto;
  font-size: 14px;
  font-weight: 400;
}

.choir_table p {
  font-size: 20px;
  font-weight: bold;
}
.choir_table table {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #8fabc8;
}
.choir_table th,
.choir_table td {
  padding: 10px;
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
.choir_table th {
  text-align: center;
  border: 1px solid #8fabc8;
}
.choir_table td {
  border: 1px solid #8fabc8;
}
.choir_table td:not(:last-child) {
  text-align: center;
}

.choir_list .award {
  display: flex;
  align-items: flex-start;
}
.choir_list .award p::before {
  transform: none;
  top: 12px;
}
.choir_list .award ul {
  padding: 5px 10px;
}
.choir_list .award li {
  color: #888;
}
.choir_list .award li:not(:last-child) {
  margin-bottom: 10px;
}
/* .choir_list table td p {font-size: 16px; color: #888; line-height: 28px; padding-left: 15px; position: relative;} */

.rs_title {
  margin-bottom: 50px;
}
.rs_title h2 {
  font-size: 30px;
  color: #0051a3;
  font-weight: bold;
  margin-bottom: 15px;
}
.rs_title p {
  margin-bottom: 5px;
  font-size: 18px;
}

.rs_table table {
  width: 100%;
}
.rs_table td {
  font-size: 16px;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  height: 72px;
  border-radius: 3px;
  letter-spacing: -1px;
}
.rs_table th {
  font-size: 17px;
  padding: 10px;
  font-weight: 600;
  color: #555;
  text-align: center;
  height: 64px;
  border-radius: 2px;
}
.rs_table th {
  background-color: #eaeff2;
}
/* .rs_table tbody tr {border-bottom: 1px dashed #8fabc8;} */
.rs_table td:first-child {
  text-align: left;
  padding-left: 40px;
}
.rs_btn a {
  display: inline-block;
  border-radius: 311px;
  color: #0152a3;
  width: 40px;
  height: 40px;
  font-weight: 900;
}
.rs_aod {
  background-color: #0051a3;
  color: #fff;
}
.rs_aod:hover {
  color: #fff;
}
.rs_modify {
  padding: 0;
  border: 1px solid #d2d2d2;
  color: #0051a3;
}
.rs_modify:hover {
  background-color: #0152a3;
  color: #fff;
}
.rs_btn i {
  font-size: 18px;
  height: 100%;
  display: inline-block;
  padding-top: 5px;
}
/* .tab-content {
  margin-top: 40px;
} */
.nocut_wrap .tab-content {
  margin-top: 0;
}

.rp_title {
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
  font-size: 1.5rem;
}
.rp_img {
  width: 290px;
  height: 290px;
  border-radius: 100%;
  overflow: hidden;
  margin: 30px auto;
}
.rp_img_today {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.rp_img img {
  display: block;
  margin: auto;
}
.rp_title,
.radio_day,
.radio_in_tit {
  font-family: 'Noto Sans', sans-serif;
}

.sw_content p.frequencies,
.sw_content p.frequencies a {
  color: #0051a3c7;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.frequencies p,
.frequencies p a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}
.frequencies strong {
  color: #06459a;
  font-size: 15px;
}
.frequencies .bi {
  margin-right: 5px;
  color: #06459a;
  font-size: 17px;
}
.frequencies .rainbow {
  background-image: url(../img/sub/icon_rainbow.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 28px;
  vertical-align: middle;
}

.backgray {
  background-color: #f6f6f6;
}

.organ_wrap {
  position: relative;
}
.organ_box1 {
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #004e9f;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.organ_box1::after {
  content: '';
  display: block;
  width: 1px;
  height: 55px;
  background-color: #004e9f;
  position: absolute;
  bottom: -55px;
  left: 50%;
}
.organ_box3 {
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #696a6c;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 15px;
  position: relative;
}
.organ_box3::after {
  content: '';
  display: block;
  width: 1px;
  height: 56px;
  background-color: #004e9f;
  position: absolute;
  top: -56px;
  left: 50%;
}
.organ_box3 a,
.organ_box3 a:hover {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}
.organ_line {
  padding: 55px 0;
}
.organ_line .organ_horizontal {
  width: 840px;
  height: 1px;
  background-color: #004e9f;
  margin: auto;
}
.organ_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* adult_choir */
.adult_choir_img_box {
  width: 182px;
  height: 228px;
  background-color: #9b9b9b;
  margin-right: 15px;
}
.choir_list table th h2 {
  width: 110px;
}

/* practice_council */
.practice_council {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}
.practice_council .council_card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #d8d8d8;
  display: flex;
}
.practice_council .council_card img {
  width: 120px;
  height: 150px;
  border-radius: 10px;
}
.practice_council .council_card .txt_box {
  padding: 20px 20px 0;
}
.practice_council .council_card h5 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.practice_council .council_card p {
  color: #888;
  font-size: 16px;
  margin-bottom: 12px;
}

/* operate_council & maintain_council & viewers */
.maintain_council_lead {
  color: #666;
  font-size: 20px;
  margin-bottom: 15px;
}
.operate_council,
.maintain_council,
.viewers {
  border: 1px solid #ececec;
}
.operate_council {
  border-right: none;
  border-bottom: none;
}
.operate_council .title_box,
.operate_council .table_box div,
.maintain_council .title_box,
.maintain_council .table_box div,
.viewers .title_box,
.viewers .table_box div {
  height: 50px;
}
.operate_council .title_box,
.maintain_council .title_box,
.viewers .title_box {
  color: #666;
  font-size: 17px;
  font-weight: 500;
  background-color: #f5f7f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.operate_council .title_box {
  border-bottom: 1px solid #ececec;
}
.operate_council .table_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.operate_council .table_box div,
.maintain_council .table_box div,
.viewers .table_box div {
  color: #666;
  font-size: 16px;
  display: flex;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  justify-content: center;
  align-items: center;
}
.operate_council .table_box div {
  border-top: none;
  border-left: none;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.maintain_council .title_box,
.maintain_council .table_box {
  display: grid;
  grid-template-columns: 3fr 5fr;
}
.viewers .title_box,
.viewers .table_box {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.maintain_council .title_box div,
.viewers .title_box div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maintain_council .title_box div:first-child,
.viewers .title_box div:first-child {
  border-right: 1px solid #ececec;
}
.maintain_council .table_box div,
.viewers .table_box div {
  padding-left: 28px;
  justify-content: left;
}
.maintain_council .table_box div:nth-child(2n + 1),
.viewers .table_box div:nth-child(2n + 1) {
  border-left: none;
}

.receiving_set .table_box div {
  font-size: 14px;
  word-break: keep-all;
  text-align: center;
}
/* viewers */
/* .viewers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}
.viewers_card {
    width: 240px;
    height: 270px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.viewers_card img {
    width: 120px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: block;
}
.viewers_card h5 {
    color: #333;
    font-size: 18px;
    margin-bottom: 3px;
}
.viewers_card p {
    color: #888;
    font-size: 16px;
} */

/* radio1_1_1 */
.radio1_1 .content_title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}
.radio1_1 .content_box,
.radio1_1 .content_box a {
  color: #666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
}
.radio1_1 .content_box a:hover {
  color: #06459a;
}
.radio1_1 .content_table {
  border: 1px solid #dddddd;
  border-top: 2px solid #0c599e;
  border-bottom: none;
  display: grid;
  grid-template-columns: 120px 1fr;
}
.radio1_1 .day_week {
  color: #666;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  background-color: #eef0f2;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio1_1 .content_table .content {
  padding: 40px;
  padding-right: 0;
  border-bottom: 1px solid #dddddd;
}
.radio1_1 .content_table .content h4 {
  color: #0c599e;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
}
.radio1_1 .content_table .content p {
  color: #666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

/* organization */
.organization img {
  width: 100%;
  margin-bottom: 110px;
}
.organization .common_table {
  grid-template-columns: repeat(3, 1fr);
}
.organization .common_th {
  color: #666;
  height: 50px;
}
.organization .common_td {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dddddd;
}

/* 오케스트라 ( dj_orchestrs ) */
.dj_orchestrs_top_img {
  width: 100%;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

/* ---------- Sub 종료 ---------- */

/* ---------- Modules, etc 시작 ---------- */

/* Board */
.extravarbox1 {
  margin-bottom: 30px;
}
.document_popup_menu {
  display: none;
}
.gallerytitle {
  font-family: 'Noto Sans', sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/*    #responBoard .nav.nav-pills {margin:0 0 20px;}*/
#responBoard .alert-default {
  margin-top: 0;
}
#responBoard .pagination {
  display: inline-block !important;
  margin: 15px 0;
}
#responBoard .nav.nav-pills .dropdown-toggle {
  width: 280px;
}
#responBoard .nav.nav-pills,
#responBoard .nav.nav-pills li {
  margin-bottom: 20px;
}
#responBoard .nav.nav-pills a.nav_top_title {
  padding: 14px 30px;
  border: 1px solid #c3c3c3;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
  line-height: 1;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#responBoard .nav.nav-pills a.nav_top_title > i {
  font-size: 12px;
}
#responBoard .nav-pills > li.active > a.nav_top_title,
#responBoard .nav-pills > li.active > a.nav_top_title:focus,
#responBoard .nav-pills > li.active > a.nav_top_title:hover {
  background-color: #0051a3;
  color: #fff;
}
#responBoard .nav.nav-pills a:active {
  background-color: #0051a3;
  color: #fff;
}
#responBoard .nav.nav-pills a:hover {
  background-color: #0051a3;
  color: #fff;
}
#responBoard th,
#responBoard td {
  color: #333;
  font-weight: 700;
}
.td_radio_btnset {
  width: 180px;
}
#responBoard .input-group-addon,
#fo_write .form-control,
#responBoard .searchfoot .form-control,
#responBoard .search-select .form-control {
  height: 26px;
}
/*    .boardListForm {margin-top: 20px;}*/
.nav-pills-cover {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
/*	.nav-pills-cover > div {margin-left: auto;}*/

#responBoard .nav.nav-pills .dropdown-menu {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  width: 100%;
  z-index: 3 !important;
}
#responBoard .nav.nav-pills .dropdown-menu li {
  margin-bottom: 0;
}
#responBoard .nav.nav-pills .dropdown-menu a {
  font-size: 16px;
  color: #333;
  padding: 10px 30px;
  border-bottom: 1px solid #e5e5e5;
}
#responBoard .nav.nav-pills .dropdown-menu li:last-child a {
  border-bottom: 0;
}
#responBoard .nav.nav-pills .dropdown-menu a:hover {
  background-color: #e5e5e5;
}
#responBoard .nav.nav-pills .dropdown-menu li.active a {
  background-color: #0051a3;
  color: #fff;
}

.sign_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}

.grade_btn {
  margin-top: 45px;
}
.grade_btn_sub {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 10px;
}
.grade_btn_sub:hover {
  text-decoration: none;
}

.grade_up {
  border: 1px solid #0051a3;
  color: #0051a3;
}
.grade_down {
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
}

.grade_up_round {
  background-color: #0051a3;
  border-radius: 20px;
  color: #fff;
  padding: 3px 15px;
}
.grade_up_round:hover {
  color: #fff;
  background-color: #083d73;
}
.grade_down_round {
  background-color: #737373;
  border-radius: 20px;
  color: #fff;
  padding: 3px 15px;
}
.grade_down_round:hover {
  color: #fff;
  background-color: #545454;
}

/* Main Login Modal - 태진 */
.modal-dialog {
  width: 380px;
}
.modal-content {
  height: 360px;
  border-radius: 50%;
}
.modal-header {
  margin: 0 50px;
  padding-top: 25px;
  text-align: center;
}
.modal-header h4 {
  font-size: 30px;
  color: #111;
}
.modal-body {
  margin: 10px 50px;
  padding-bottom: 10px;
}
.modal-footer {
  margin: 0 50px;
  text-align: center;
}
.modal-footer .doweb-btn {
  border: none;
  background-color: #fff;
  padding: 0 10px;
}
li.xs-register:after {
  clear: both;
  content: '';
}

/* 첨부파일 */
.view-footer ul {
  padding: 32px 0;
}
.upload_tit {
  font-weight: 600;
  display: block;
  margin-top: 32px;
}

.upload_file li:not(:last-child) {
  margin-bottom: 26px;
}
.upload_file li:last-child {
  margin-bottom: 16px;
}
.upload_file i {
  margin-right: 10px;
  color: #919191;
}
.upload_file a {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.upload_file li:hover span.upload_btn {
  background-color: #03559c;
  color: #fff;
}

.upload_size {
  font-size: 16px;
  color: #919191;
  font-weight: 300;
}

.upload_btn {
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #03559c;
  color: #0051a3;
  display: inline-block;
  padding: 5px 10px;
}

.m_login_btn {
  height: 71px;
  padding: 0 !important;
}
.m_login_btn a {
  color: #000;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: block flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.current-time {
  color: #fff;
  font-size: 16px;
  background-color: #0051a3;
  padding: 8px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.current-time span {
  color: #fff;
  font-size: 14px;
}
.header_logo_m {
  display: none;
}
/* 24.10.07 추가 */
/* ---------- Modules, etc 종료 ---------- */

/* ---------- Media Query 시작 ---------- */
@media (max-width: 1650px) {
  .section5_wrap ul {
    width: 100%;
  }
}

@media (max-width: 1580px) {
  .quick_menu_flex .quick_menu {
    max-width: 1100px;
  }

  .rss_wrap .rss_widgetThumb > a.thumb {
    width: 600px;
  }
  .rss_wrap .rss_widgetThumb {
    width: auto;
  }
  .nocut_wrap .nocut_tab {
    left: 37px;
  }
}
@media (max-width: 1500px) {
  .radio_swiper_wrap > .swiper-container {
    width: auto;
  }
}
@media (max-width: 1399px) {
  .header_item .dep1_menu > a {
    padding: 0 10px;
  }
  .cbs_btn {
    padding: 5px 15px;
    font-size: 14px;
  }

  .event_box_wrap {
    margin: 0 10px;
    padding: 20px;
  }
  .event_box_wrap .event_box_text {
    margin-bottom: 30px;
  }
}
@media (max-width: 1310px) {
  .rss_wrap .rss_right .rss_ThumbTitle {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .nocut_media_query1 {
    display: none;
  }
  .nocut_media_query2 {
    display: block;
  }
}

@media (max-width: 1279px) {
  .bottom_menu_wrap {
    display: none;
  }
  .inquiry_wrap {
    padding: 0 0 0 55px;
  }
  .header_item .dep1_menu > a {
    font-size: 14px;
  }
  .sitemap > span {
    font-size: 14px;
  }
  .cbs_btn {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 1230px) {
}

@media (max-width: 1199px) {
  .cbs_online {
    display: none;
  }
}

@media (max-width: 1130px) {
  .header_item .dep1_menu > a {
    padding: 0 5px;
  }
  .cbs_btn {
    font-size: 12px;
    padding: 5px;
  }
}

@media (max-width: 991px) {
  .header_logo_pc {
    display: none;
  }
  .header_logo_m {
    display: block;
  }
  .sub_visual_img {
    height: 300px;
  }
  .sub_visual_img img {
    height: 100%;
    object-fit: cover;
  }
  .rp_img img {
    width: 100%;
  }

  .m_container_padding {
    padding: 0;
  }

  /* 팝업 */
  .popup_back {
    padding: 0 20px;
  }
  .popup_button {
    margin: 25px 0;
    max-width: 100%;
  }
  .popup_wrap {
    height: auto;
  }
  .popup_slide_wrap {
    max-width: 100%;
    width: 100%;
  }

  .popup_button > button {
    width: 44px;
    height: 44px;
    margin-right: 8px;
  }
  .popup_button > .hour_close > i {
    font-size: 16px;
  }
  .popup_button > .close_btn > i {
    font-size: 24px;
  }

  .popup_slide_wrap .popup_slide_next,
  .popup_slide_wrap .popup_slide_prev {
    display: none;
  }

  .slide_style {
    width: 100%;
    height: auto;
  }

  .mv_wrap {
    position: relative;
    height: auto;
  }
  .quick_menu_wrap {
    background-color: #001149;
    overflow: hidden;
    position: static;
  }
  .intro_open {
    right: 10px;
    width: 70px;
    height: 70px;
  }
  .intro_open > span {
    font-size: 12px;
  }

  /* 헤더 */
  .header_contents {
    display: none;
  }
  .m_header_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .m_header_contents > .m_header_menu {
    flex: 1 1 25%;
    padding-left: 15px;
  }
  .m_header_contents > .m_header_menu > i {
    font-size: 30px;
    color: #000;
  }
  .m_header_contents > .m_header_logo {
    flex: 1 1 50%;
    text-align: center;
  }
  .m_header_contents > .m_header_logo img {
    width: 125px;
  }
  .m_header_contents > .m_header_btn {
    flex: 1 1 25%;
    padding-right: 15px;
  }
  .m_header_contents > .m_header_btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    line-height: 1em;
    font-weight: 500;
    background-color: #e6367e;
    border-radius: 15px;
    margin-left: auto;
  }

  .m_header_sitemap {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: calc(100vh - 76px);
    z-index: 9999;
    display: none;
    background-color: #fff;
  }
  .m_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
  }
  .m_header .menu-button {
    width: 50px;
    font-size: 28px;
    color: #565656;
    text-align: center;
  }
  .m_header .m_bnk {
    padding: 10px;
    width: 72px;
    border: 1px solid #c6c6c6;
    text-align: center;
    cursor: pointer;
  }
  .m_header .m_bnk > img {
    width: 100%;
  }

  .m_user > a {
    position: relative;
    color: #fff;
    padding-right: 15px;
  }
  .m_user > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .m_user > a:last-child::after {
    display: none;
  }

  .close-button {
    font-size: 34px;
    color: #fff;
  }
  .m_cbs_online {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: #f12043;
    padding: 10px 20px;
  }

  .m_menu_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
  }
  .m_list_selected span {
    position: relative;
    color: #004b93 !important;
    font-weight: bold;
  }
  .m_list_selected span::after {
    content: '';
    width: 70%;
    height: 2px;
    background-color: #004b93;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu_dep1 {
    background-color: #fff;
    width: 35%;
  }
  .menu_dep1 li {
    padding: 12px 0;
    cursor: pointer;
    background-color: #f0f0f0;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 1em;
    border-bottom: 1px solid #cfcfcf;
    transition: all 0.2s;
  }
  .menu_dep1 li.on {
    background-color: #004b93;
    color: #fff;
  }
  .menu_dep1 li:last-child {
    border-bottom: 0;
  }
  .menu_dep1 li > div {
    font-weight: 500;
  }
  .menu_dep1 li > i {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .menu_dep2 {
    background-color: #fff;
    width: 65%;
    padding: 10px 15px;
    height: calc(100vh - 160px);
    overflow-y: scroll;
  }
  .menu_dep2 .depth_area {
    display: none;
  }
  .menu_dep2 .depth_area.on {
    display: block;
  }
  .menu_dep2 .depth_area:last-child {
    padding-bottom: 0;
  }
  .menu_dep2 .depth_area > ul {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
  }
  .menu_dep2 .depth_area > ul > li > a,
  .menu_dep2 .depth_area > ul > li > span {
    display: block;
    padding: 20px 13px;
    font-size: 16px;
    color: #000;
    line-height: 1em;
    font-weight: bold;
  }
  .menu_dep2 .depth_area > ul > li > ul {
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .menu_dep2 .depth_area > ul > li > ul > li > a {
    padding: 15px;
    display: block;
  }

  .m_login {
    padding: 20px;
  }
  .m_login a {
    display: block;
    background-color: #004b93;
    color: #fff;
    padding: 10px;
    text-align: center;
  }

  .first_title {
    font-weight: bold;
    font-size: 14px;
  }
  .second_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #second_title_on {
    color: #004b93 !important;
  }

  .m_sitemap_search {
    width: 300px;
    border-bottom: 2px solid #000;
    padding: 10px 5px;
    margin: 25px auto 0;
  }
  .m_sitemap_search input[type='text'] {
    border: none;
    width: calc(100% - 24px);
    font-size: 15px;
  }
  .m_sitemap_search input[type='text']:focus {
    outline: none;
  }
  .m_sitemap_search i {
    font-size: 20px;
  }

  /*  메인 비쥬얼 */
  .main_visual_wrap .main_slide_back {
    height: 450px;
    min-height: auto;
    background-position: 65%;
  }

  .main_slide_back .main_slide_wrap {
    width: 100%;
  }
  .main_slide_wrap0 {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .main_slide_text {
    padding-left: 30px;
  }
  .main_slide_wrap0 .main_slide_text {
    padding-left: 20px !important;
    padding-top: 40px;
  }
  .main_slide_text > p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
  }
  .main_slide_text > .main_slide_text_title {
    font-size: 24px !important;
    margin-bottom: 15px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  .main_slide_text > .main_slide_text_title span {
    font-size: 20px !important;
    line-height: 1;
  }
  .main_slide_text > .main_slide_text_time {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .main_slide_text > .main_slide_text_long {
    font-size: 16px;
    line-height: 24px;
  }
  .main_slide_text > .main_slide_more_btn {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
  .main_slide_text_small {
    display: none;
  }

  .main_slide_text .main_slide_more_btn {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
  .main_slide_wrap_left .main_slide_text {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .main_slide_back .main_slide_wrap2 .main_slide_text2 {
    padding-bottom: 95px;
  }

  .section4_slide_wrap_04 .s4_title {
    font-size: 15px;
    color: #004d8f;
    line-height: 20px;
    font-weight: 500;
  }
  .section4_slide_wrap_04 .s4_more_btn {
    background-color: #ff656d;
    color: #fff;
    padding: 8px 24px;
    width: fit-content;
    margin-top: 12px;
  }

  /* 퀵메뉴 슬라이드 */
  .quick_menu_wrap {
    background-color: #0051a3;
  }
  .quick_menu_flex .left_triangle,
  .quick_menu_flex .right_triangle {
    display: none;
  }
  .quick_menu_flex .quick_menu {
    width: 100%;
    height: 95px;
  }
  .quick_menu_flex .quick_menu .swiper-slide > a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .quick_menu_flex .quick_menu .swiper-slide-next > a {
    border-right: 0;
  }
  .quick_menu_flex .quick_menu a > .quick_menu_text {
    font-size: 14px;
    font-weight: 500;
  }

  /* 노컷 */
  .section1_wrap {
    padding: 25px 0 0;
  }
  .nocut_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
    margin-top: 25px;
  }
  .nocut_wrap .nocut_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: unset;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .nocut_wrap .nocut_tab .nocut_btn {
    width: 25%;
  }
  .nocut_wrap .nocut_tab .nocut_btn > a {
    background-color: #f0f0f0;
    color: #333;
    border-radius: 10px;
    border: 0;
    width: auto;
    padding: 0 30px;
    height: 50px;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    line-height: 18px;
  }
  .nocut_wrap .nocut_tab .nocut_btn:last-child > a {
    border-right: 0;
    margin-right: 0;
  }
  .nocut_wrap .nocut_tab .nocut_btn.active > a {
    margin-top: 0;
    border-radius: 10px;
    font-weight: 500;
    background-color: #001149;
    width: auto;
    padding: 0 10px;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
  }

  .nocut_wrap > .tab-content {
    background-color: #e3f0ff;
    padding: 15px;
  }

  .rss_wrap {
    flex-direction: column;
    height: auto;
  }
  .rss_wrap .rss_widgetThumb {
    /* margin-bottom: 15px; */
    /* width: 100%; */
  }
  .rss_wrap .rss_right {
    margin-left: 0;
  }
  .rss_wrap .rss_right .rss_ThumbTitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .rss_wrap .rss_right .text_content {
    font-size: 14px;
  }
  .rss_wrap .rss_right li .rss_custom {
    font-size: 16px;
    font-weight: 500;
  }

  .rss_wrap .rss_right .rss_text_wrap {
    padding-bottom: 20px;
  }
  .rss_wrap .rss_widgetThumb > a.thumb {
    width: 100%;
  }

  .nocut_section > a {
    position: relative;
    bottom: none;
    right: none;
  }

  .banner_padding {
    padding: 0 15px;
  }
  .banner_section1_slide > .widgetGalleryA > li a {
    display: flex block;
    justify-content: center;
  }
  .banner_section1_slide li a img {
    width: 380px;
    height: 140px;
  }

  /* 섹션2 */
  .section2_wrap {
    padding: 45px 0;
    border-bottom: 0;
  }
  .section2_wrap .event_swiper_wrap {
    max-width: 1625px;
    width: 100%;
  }
  .section2_wrap .event_swiper_wrap .swiper-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: visible;
  }

  .event_title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .local_tv_next,
  .local_tv_prev {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
  .local_tv_next {
    right: 10px;
  }
  .local_tv_prev {
    left: 10px;
  }

  /* 섹션3 */
  .section3_wrap {
    padding: 45px 0;
  }
  .radio_swiper_wrap > .swiper-container {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .radio_swiper_wrap .radio_tv_next,
  .radio_swiper_wrap .radio_tv_prev {
    width: 50px;
    height: 50px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .radio_swiper_wrap .radio_tv_next {
    right: -10px;
  }
  .radio_swiper_wrap .radio_tv_prev {
    left: -10px;
  }
  .radio_swiper_wrap .radio_tv_next::after,
  .radio_swiper_wrap .radio_tv_prev::after {
    font-size: 30px;
  }

  .radio_tv {
    margin-bottom: 30px;
  }
  .radio_tv_tab {
    margin-bottom: 10px;
  }
  .radio_tv .radio_tv_btn > a {
    font-size: 24px;
  }
  .radio_tv .radio_tv_btn > p {
    font-size: 24px;
  }
  .radio_tv .radio_tv_more_btn > a {
    width: 150px;
  }
  .radio_tv .radio_tv_text {
    word-break: keep-all;
    word-wrap: break-word;
  }

  .radio_tv_people_wrap {
    height: 100%;
  }
  .radio_tv_people_wrap .radio_tv_people {
    width: 100%;
    height: 100%;
  }
  .radio_tv_people_wrap .radio_tv_people img {
    width: 100%;
    height: 100%;
  }
  .radio_tv_people_text {
    width: 100%;
    left: 0;
    box-shadow: none;
    padding: 15px;
    height: auto;
  }
  .radio_tv_people_text .radio_tv_people_name {
    font-size: 14px;
  }
  .radio_tv_people_text .radio_tv_people_name > p {
    font-size: 16px;
  }
  .radio_tv_people_text .listen_btn {
    width: 40px;
    height: 40px;
  }

  .section_tv {
    width: 100%;
    padding: 50px 15px;
  }
  .tv_wrap {
    flex-direction: column;
    width: 100%;
  }
  .tv_tab_tit {
    left: 10px;
    border-radius: 0 0 10px 10px;
  }
  .tv_tab_tit > span {
    padding: 15px;
    font-size: 16px;
  }
  .tv_tab_thumb {
    border-radius: 15px;
  }

  .tv_box:not(:last-child) {
    margin-bottom: 15px;
  }
  .tv_box img {
    width: 100%;
  }

  /* 섹션4 */
  .section4_slide {
    height: max-content;
  }
  .s4_text_wrap .s4_title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
  }
  .s4_text_wrap .s4_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .s4_text_wrap .s4_more_btn {
    margin: 0 auto;
  }
  .s4_text_wrap_02 .s4_title img {
    margin: auto;
    height: 24px;
  }
  .s4_pagination {
    bottom: 25px !important;
  }

  /* 섹션5 */
  .section5_wrap {
    padding: 15px;
  }
  .section5_wrap ul {
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    justify-content: flex-start;
  }
  .section5_wrap ul::-webkit-scrollbar {
    display: none;
  }
  .section5_wrap li {
    width: max-content;
    height: max-content;
  }
  .section5_wrap img {
    width: 150px;
    height: 49.5px;
  }

  .bt_banner_pc {
    display: none;
  }
  .bt_banner_m {
    display: inline;
  }
  .ss {
    padding-top: 5px !important;
  }
  .council_box {
    width: 100%;
    margin-bottom: 30px;
  }

  /* sns 플로팅 */
  .floating {
    display: none !important;
  }

  /*	푸터*/
  .footer_info .footer_info_wrap {
    flex-direction: column;
    padding: 40px 0 0;
  }

  .footer_notice {
    margin-bottom: 40px;
    width: 100%;
  }
  .footer_notice .footer_notice_title {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .footer_notice .footer_notice_title > .title {
    font-size: 20px;
  }
  .footer_notice .footer_notice_title > .more {
    width: auto;
    height: auto;
    border: 0;
  }
  .footer_notice .footer_notice_title > .more > span {
    display: block;
    font-size: 15px;
    color: #777;
  }
  .news_content_widget > li {
    margin-bottom: 15px !important;
  }
  .news_content_widget > li > a.title {
    font-size: 14px;
  }
  .news_content_widget > li > .date {
    font-size: 12px;
  }

  .inquiry_wrap {
    padding: 0;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .inquiry_box {
    width: 100%;
    height: auto;
    margin-right: 0;
    flex-direction: unset;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px;
  }
  .inquiry_box:last-child {
    margin-bottom: 0;
  }
  .inquiry_box .inquiry_title_text {
    display: flex;
    align-items: center;
  }
  .inquiry_box .inquiry_title_text > p {
    margin-bottom: 0;
    font-size: 18px;
  }
  .inquiry_box .inquiry_title_text > .m_inquiry_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #bcbcbc;
    color: #fff;
    margin-right: 10px;
  }
  .inquiry_box .inquiry_title_text > .m_inquiry_icon > .bi-person-fill {
    font-size: 20px;
  }
  .inquiry_title_text > span {
    display: none;
  }

  .footer_flex {
    flex-direction: column;
  }

  .footer_banner_wrap {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .footer_banner_wrap .footer_drop {
    display: none;
  }
  .footer_banner_logo {
    margin-left: 0;
  }

  .m_footer_drop {
    display: block;
    width: 100%;
  }
  .footer_dropup_btn {
    width: 100%;
    height: 50px;
    padding: 0 25px;
  }

  .footer_wrap {
    border-top: 0;
    padding: 15px;
  }
  .footer_wrap > .container {
    padding: 0;
  }

  .footer_banner .footer_banner_flex {
    height: auto;
    padding: 30px 0;
  }

  .footer .footer_menu .menu_ul {
    flex-wrap: wrap;
    background-color: #0051a3;
    justify-content: center;
    padding: 15px 0;
  }
  .footer .footer_menu .menu_ul li {
    margin: 0 10px;
    padding-right: 0;
  }
  .footer .footer_menu .menu_ul li a {
    font-size: 12px;
    color: #fff !important;
    line-height: 26px;
  }
  .footer_no_menu > span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  .footer .footer_text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer_text span,
  .footer .footer_text a {
    font-size: 14px;
  }
  .footer .footer_text .copyright {
    font-size: 12px;
    color: #cacaca;
    margin-top: 10px;
  }

  .m_footer_drop .dropdown-menu {
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 1px solid #7f7f7f;
  }
  .m_footer_drop .dropdown-menu > a {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 1em;
    padding: 13px 20px;
  }

  .footer_text_wrap {
    width: 100%;
  }

  /* Sub */
  .sub_section {
    overflow: hidden;
  }
  .sub_contents {
    width: 100%;
    padding: 0 10px;
  }
  .sub_content_wrap {
    flex-direction: column;
    padding: 30px 0;
  }
  .sub_content_section {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .board_ad {
    width: 100%;
  }

  .sub_tab {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sub_tab_m {
    display: block;
  }
  .sub_visual_text .order_text {
    font-size: 14px;
  }
  .sub_visual_text p {
    font-size: 20px;
    word-break: keep-all;
    word-wrap: break-word;
    padding: 0 15px;
  }
  .depth_three {
    display: none;
  }

  .tab_wrap {
    width: 100%;
    height: 60px;
  }
  .tab_wrap > .home_site {
    display: none;
  }
  .tab_wrap > div > ul {
    top: 60px;
  }
  .depth {
    width: 50% !important;
  }
  .depth span {
    padding: 0 15px;
    min-width: auto;
    width: 100%;
    font-size: 14px;
  }

  .zoom_wrap {
    display: none;
  }

  .custom_day {
    font-size: 18px;
  }

  .grade_btn_sub {
    display: none;
  }

  .custom_title > span:last-child {
    font-size: 14px;
    text-align: left;
  }

  .sub_wrap_tab {
    overflow-x: scroll;
    touch-action: pan-x;
    margin-bottom: 30px;
  }
  .sub_wrap_tab ul {
    justify-content: flex-start;
  }
  .sub_wrap_tab ul li a {
    min-width: 33.3333%;
    height: 40px;
    width: auto;
    font-size: 13px;
  }
  .sub_wrap_tab.message_table ul li a {
    min-width: 120px;
    height: 40px;
    width: auto;
    font-size: 13px;
  }

  .goodnews_width {
    width: 100%;
  }

  .form_tab {
    margin-bottom: 30px;
  }

  /* .table_tab{flex-wrap:wrap;} */
  .table_tab .table_tab_btn {
    width: 33.33%;
  }
  .table_tab .table_tab_btn > a {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    height: 40px;
  }

  .tab_content_area > table {
    width: 100%;
  }
  .staff_chart tr td:nth-child(1) {
    width: 280px;
  }

  .tab_content_area {
    width: 100%;
  }
  .tab_content_area > ul > li:first-child {
    border-bottom: 0px solid #dbdbdb;
    min-width: 100px;
  }

  .sub_wrap {
    margin-top: 0px;
  }
  .sub_wrap_area {
    padding: 0;
    padding-bottom: 30px;
  }
  .sub_wrap_area > ul > li > h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .sub_wrap_area > ul > li p {
    font-size: 14px;
    line-height: 1.5;
    color: #838383;
  }

  /* intro layer */
  .intro_content_pc_wrap {
    display: none;
  }
  .intro_content_m_wrap {
    display: block;
    width: 100%;
  }
  .intro_content {
    width: 100%;
    justify-content: flex-start;
  }
  .intro_logo {
    padding: 12px 0;
  }
  .intro_close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 3;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  .intro_close i {
    font-size: 25px;
    color: #333;
  }
  .intro_box_wrap {
    padding: 10px;
  }
  .intro_box {
    margin: 0;
    height: auto;
    padding: 10px;
    border-radius: 15px;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .intro_box p {
    font-size: 12px;
  }
  .intro_box li {
    margin: 5px;
  }

  .il_s_wrap > span {
    font-size: 12px;
  }
  .il_s_wrap > span > img {
    height: 20px;
  }

  /*			.swiper-button-next:after,*/
  /*			.swiper-button-prev:after {color: #333;}*/

  .sub_visual_text {
    height: 300px;
  }
  .sub_visual > img {
    height: 300px;
    object-fit: cover;
  }

  .nav-pills-cover {
    margin-top: 15px;
  }
  /*		.nav.nav-pills {display: flex; justify-content: flex-start; align-items: center;}*/
  #responBoard .nav-pills > li + li {
    margin-left: 0;
  }
  #responBoard .nav.nav-pills .dropdown-menu a {
    font-size: 13px;
    padding: 10px 15px;
  }
  #responBoard .nav.nav-pills a.nav_top_title {
    padding: 10px;
    border: 1px solid #c3c3c3;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
    line-height: 1em;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* radio sermon */
  .rs_title {
    margin-bottom: 30px;
  }
  .rs_title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rs_title p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .rs_table td,
  .rs_table th {
    font-size: 14px;
    padding: 5px 0;
    letter-spacing: -1.2px;
  }
  .rs_table td {
    letter-spacing: -1px;
    font-weight: 300;
    text-align: center;
  }
  .rs_table th {
    color: #555;
    font-weight: 600;
  }
  .rs_table td:first-child {
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    padding-left: 10px;
  }
  .rs_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rs_btn a {
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: center;
  }

  /* .tab-content {
    margin-top: 20px;
  } */
  .rs_tab_tit {
    display: none;
  }
  .rs_tab_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .rs_tab_list > div {
    display: block;
  }
  .rs_tab_item {
    flex: auto;
    text-align: left;
  }
  .rs_tab_item:nth-child(1) {
    margin-bottom: 10px;
  }
  .rs_tab_item:nth-of-type(odd) {
    width: 35%;
  }
  .rs_tab_item:nth-of-type(even) {
    width: 65%;
  }
  .rl_day {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
  }
  .rl_txt p,
  .rl_txt span {
    font-size: 14px;
  }
  .rl_txt p {
    margin-bottom: 5px;
  }
  .rl_txt {
    letter-spacing: -1px !important;
  }
  .rl_txt > p,
  .rl_txt span {
    color: #888888;
  }
  .rl_txt > p:first-child {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333333;
  }

  .rl_btn a {
    width: 40px;
    height: 40px;
    margin: 0px 2px;
  }
  .rl_btn i {
    font-size: 16px;
  }
  .rl_img img {
    width: 85px;
    height: 85px;
  }
  .rl_txt span::after {
    right: 5px;
  }
  .rs_sub_item {
    padding-right: 5px;
  }

  .table_tab .table_tab_btn {
    flex: 1 1 30%;
    margin: 0px 5px;
    width: fit-content;
  }
  .table_tab .table_tab_btn a {
    width: auto;
    text-align: center;
    word-break: keep-all;
    word-wrap: break-word;
    border-top: 0;
    border-bottom: 1px solid #06459a;
  }
  .table_tab .table_tab_btn.active a,
  .table_tab .table_tab_btn a:hover {
    border-top: 0;
  }

  .table_tab .table_tab_btn > a {
    padding: 15px 0 5px;
  }
  .tab_content_area {
    padding: 0;
  }

  .table_tab .table_tab_btn:first-child,
  .table_tab .table_tab_btn:nth-child(4) {
    margin-left: 0 !important;
  }
  .table_tab .table_tab_btn:nth-child(3),
  .table_tab .table_tab_btn:last-child {
    margin-right: 0 !important;
  }

  .rs_sub_item {
    padding-right: 0;
  }
  .rs_sub_item {
    margin-top: 18px;
  }
  .tab_wrap > div > ul > li > a {
    font-size: 14px;
  }

  /* 모바일 다시듣기 스킨 관련 */
  .custom_title > span.custom_pastor::before {
    display: none;
  }
  #responBoard a.title span:first-child {
    padding-left: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  .radio_select {
    width: 40px;
  }
  .radio_call {
    width: 30% !important;
  }
  .radio_program {
    width: 70% !important;
  }

  /* sub_page */
  .tab_wrap > *:not(.depth) {
    flex: 1 1 auto !important;
    width: auto !important;
  }
  .tab_wrap > div > ul > li > a {
    font-size: 13px;
    height: 50px;
    padding: 0 20px;
  }
  .tab_content_area > ul > li > span {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.25;
  }

  .sw_content {
    overflow-x: auto;
  }
  .form_table {
    width: 800px;
  }
  .form_table2 {
    width: 100%;
  }
  .weekly_tv .form_table2 * {
    word-break: break-all;
  }

  .form_tab {
    overflow-x: auto;
    justify-content: flex-start !important;
  }
  .form_tab .form_tab_btn {
    width: auto;
    min-width: 160px;
  }
  .sw_content p.frequencies,
  .sw_content p.frequencies a {
    font-size: 13px;
  }
  .sw_content span {
    color: #8f8f8f;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: -1px;
  }
  /* greetings */
  .greeting_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .greeting_img {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .greeting_img h2 {
    text-align: center;
    margin: 10px 0;
  }
  .greeting_img p {
    text-align: center;
  }
  .greeting_txt > h2 {
    font-size: 20px;
  }
  .greeting_txt > p {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
  }

  /* choir */
  .choir_content img {
    width: 100%;
  }
  .cc_txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  .choir_list table tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  .choir_list table th,
  .choir_list table td {
    padding: 10px 0;
  }
  /* .choir_list table img {display: inline-block; padding: 10px 0;} */
  .choir_list table th h2,
  .choir_list table td h2 {
    font-size: 20px;
  }
  .choir_list table td h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .choir_list table td p {
    font-size: 14px;
    line-height: 1.5;
  }
  .cc_txt {
    padding-bottom: 0;
  }
  .cc_txt > h2 {
    font-size: 24px;
  }
  .cc_txt td,
  .cc_txt th {
    padding: 10px 0;
    font-size: 14px;
  }
  .ladies_choir .cc_txt > h6 {
    margin-bottom: 15px;
  }
  .ladies_choir .cc_txt p {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0;
  }
  .choir_list {
    margin-top: 30px;
  }

  /* support */
  .cbs_support_wrap > p,
  .cbs_support_wrap > p > span {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
  }
  .cbs_support_box {
    margin: 30px 0;
    padding: 15px;
    border-radius: 10px;
  }
  .cbs_support_box > h2 {
    font-size: 18px;
  }
  .cbs_support_box p {
    font-size: 14px;
    line-height: 1.2;
  }
  .cbs_support_box2 > p {
    font-size: 14px;
  }

  .cbs_support_wrap ul h2 {
    font-size: 20px;
  }
  .cbs_support_wrap ul li {
    margin-bottom: 30px;
  }
  .cbs_support_wrap ul li > p {
    font-size: 14px;
  }
  .ab_wrap {
    margin: 10px 0 20px;
  }
  .ab_wrap h6 {
    font-size: 16px;
    margin-top: 10px;
  }
  .cs_wrap p,
  .ab_wrap p,
  .ab_wrap p a {
    font-size: 14px;
  }
  .ab_wrap span {
    font-size: 14px;
    margin-right: 5px;
  }

  .advertising_box {
    margin: 30px 0;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .advertising_box > h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .advertising_box > div {
    padding-left: 0;
  }
  .advertising_box > div p,
  .advertising_box > div p a {
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
  }
  .advertising_wrap ul > h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .advertising_wrap ul h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .advertising_wrap ul li {
    margin-bottom: 30px;
  }
  .advertising_wrap ul li > p {
    font-size: 14px;
  }

  .rs_btn i {
    font-size: 18px;
    height: 100%;
    display: inline-block;
    padding-top: 5px;
  }
  /* choir */
  .choir_box {
    margin: 30px 0;
  }
  .choir_box > h2 {
    font-size: 18px;
  }

  /* organization */
  .organ_table {
    margin-top: 30px;
  }

  .organ_box1,
  .organ_box2,
  .organ_box3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .organ_box1 {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .organ_box2 {
    margin-right: 0;
    width: 135px;
    height: 90px;
    margin-bottom: 40px;
  }
  .organ_box3 {
    width: auto;
    height: 80px;
    margin: 0 10px 10px 10px;
    flex: 1 1 40%;
  }
  .organ_box3 a {
    font-size: 13px;
  }

  .organ_box1 > div,
  .organ_box2 > div,
  .organ_box3 > div {
    font-size: 13px;
    font-weight: 400;
  }

  .organ_box1::after {
    display: none;
  }
  .organ_box2::after {
    width: 57px;
    left: -56px;
  }
  .organ_box3::after {
    display: none;
  }

  .organ_line {
    display: none;
  }

  .organ_flex {
    flex-wrap: wrap;
  }

  .organ_table th {
    font-size: 14px;
    padding: 18px 0;
  }
  .organ_table td {
    font-size: 14px;
    padding: 20px 0;
  }

  .cbs_support_form {
    padding: 15px 0;
  }
  .csf_button button {
    height: 40px;
    font-size: 14px;
  }
  .csf_wrap {
    padding: 0;
    margin-bottom: 15px;
  }
  .csf_wrap label {
    font-size: 14px;
  }
  .csf_wrap input {
    height: 40px;
  }

  .tvl_close {
    right: 5%;
  }

  .bread_clumb {
    margin-top: 20px;
  }
  .bread_clumb * {
    font-size: 12px;
    color: #fff;
  }

  .program_flex a {
    width: 100%;
  }
  .program_flex img {
    width: 100%;
  }

  .tab_content_area > table > thead > tr > th,
  .tab_content_area > table > tbody > tr > td {
    font-size: 12px;
    padding: 0;
    padding: 5px 0;
  }

  #youtube_tv {
    width: 100%;
    height: auto;
  }
  .s4_img_wrap img {
    width: 100%;
    height: 100%;
  }
  .s4_img_wrap2 {
    display: none;
  }
  .s4_text_wrap_03 .s4_title img {
    height: 80px;
  }

  .tab_p_wrap {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .tab_p_wrap > div {
    flex: auto;
    width: 100%;
    min-height: 150px;
    padding: 30px;
  }
  .tab_p_wrap > div:not(:last-child) {
    margin-bottom: 5px;
  }

  .tab_p_wrap > div:first-child {
    border-radius: 25px 25px 0 0;
  }
  .tab_p_wrap > div:last-child {
    border-radius: 0 0 25px 25px;
  }

  .tab_p_wrap > div h2 {
    font-size: 16px;
  }
  .tab_p_wrap > div p {
    font-size: 15px;
  }

  .tab_p_wrap > div .p_img_wrap {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab_p_wrap > div .p_img_wrap {
    background-size: 50% !important;
  }
  .tab_p_wrap > div:nth-child(3) .p_img_wrap {
    background-size: 30% !important;
  }

  .m_depth_three_wrap {
    display: block;
  }
  .m_depth_three_wrap {
    margin-bottom: 20px;
  }
  .m_depth_three {
    border: 2px solid #06459a;
  }
  .depth.m_depth_three {
    width: 100% !important;
  }
  .m_depth_three > span {
    color: #06459a;
  }

  /* practice_council */
  .practice_council {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .practice_council .council_card {
    padding: 15px;
  }
  .practice_council .council_card img {
    width: 96px;
    height: 120px;
  }
  .practice_council .council_card .txt_box {
    padding: 0 0 0 15px;
  }
  .practice_council .council_card h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .practice_council .council_card p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  /* operate_council */
  .maintain_council_lead {
    font-size: 15px;
  }
  .operate_council .title_box,
  .operate_council .table_box div {
    height: 40px;
  }
  .operate_council .title_box {
    font-size: 15px;
  }
  .operate_council .table_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .operate_council .table_box div {
    font-size: 14px;
  }
  .operate_council .table_box div:nth-child(2n + 1) {
    border-left: none;
  }
  .maintain_council .title_box,
  .maintain_council .table_box {
    grid-template-columns: 1fr 2fr;
  }
  .maintain_council .title_box,
  .viewers .title_box {
    font-size: 14px;
  }
  .maintain_council .table_box div,
  .viewers .table_box div {
    font-size: 12px;
    padding-left: 0;
    word-break: keep-all;
    justify-content: center;
  }
  .maintain_council .table_box div:nth-child(2n) {
    text-align: center;
  }

  /* viewers */
  .viewers {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }
  .viewers_card {
    width: 150px;
    height: 200px;
    padding: 10px;
    border-radius: 5px;
  }
  .viewers_card img {
    width: 96px;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .viewers_card h5 {
    font-size: 13px;
  }
  .viewers_card p {
    font-size: 12px;
    text-align: center;
    word-break: keep-all;
  }

  /* radio1_1_1 */
  .radio1_1 .content_title {
    font-size: 18px;
    margin: 60px 0 15px 0;
  }
  .radio1_1 .content_box,
  .radio1_1 .content_box a {
    font-size: 14px;
  }
  .radio1_1 .content_table {
    grid-template-columns: 50px 1fr;
  }
  .radio1_1 .day_week {
    font-size: 14px;
  }
  .radio1_1 .content_table .content {
    padding: 15px;
    padding-right: 0;
  }
  .radio1_1 .content_table .content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .radio1_1 .content_table .content p {
    font-size: 14px;
  }

  /* organization */
  .organization img {
    margin-bottom: 40px;
  }
  .organization .common_td p {
    text-align: center;
  }
  .choir_list .executives_box {
    display: block;
  }
  .choir_list .executives_card {
    margin-bottom: 15px;
  }
  .choir_list .executives_card:last-child {
    margin-bottom: 0px;
  }
  .choir_list .adult_choir_text_box h3 {
    font-size: 20px;
  }
  .choir_list .adult_choir_text_box h4 {
    font-weight: 500;
    font-size: 18px;
  }
  .section4_slide .s4_img_wrap img {
    height: 100%;
    width: 100%;
  }

  /* 뉴미디어 */
  .program_flex .card .minilogo {
    width: 58px;
    height: auto;
  }
  .program_flex > a {
    margin: 10px 0;
  }

  .dj_orchestra_link {
    font-size: 15px;
  }

  .receiving_set .table_box div {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .sub_contents {
    padding: 0 10px;
  }
}

@media (max-width: 680px) {
  /* #region 25.10.14 김성원 추가 */
  .sub_wrap_tab.council_tab ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /* #endregion 25.10.14 김성원 추가 */
}

@media (max-width: 661px) {
}

@media (max-width: 580px) {
}

@media (max-width: 500px) {
  .sub_contents {
    padding: 0 8px;
  }
  .rp_control {
    font-size: 20px;
  }
  .jp-download-btn {
    width: 100px;
    height: 50px;
  }
  .jp-current-time {
    font-size: 20px;
  }
  .jp-play .bi-play-fill,
  .jp-play .bi-pause-fill {
    font-size: 70px !important;
  }
  .jp-download-btn {
    margin-top: -20px;
    font-size: 16px;
  }
  .radio_popup {
    width: 100%;
  }
  .jp-type-single {
    width: 100%;
  }

  .rs_tab_tit {
    display: block;
    margin-bottom: 0;
  }
  .rs_tab_tit > div:first-child,
  .rs_tab_tit > div:last-child {
    display: none;
  }
  .rs_tab_tit div:nth-child(2) {
    height: 45px;
    border: 0;
    border-radius: 15px;
  }
  .rs_tab_tit h2,
  .rs_tab_tit p {
    font-size: 16px;
  }

  .hidden_pc {
    display: none;
  }
  .section1_wrap .banner_padding {
    height: 120px;
  }
  .section1_wrap .swiper-container {
    height: 100%;
  }
  .banner_section1_slide li a img {
    width: 340px;
    height: 120px;
  }

  /* 251010 김성원 수정 */
  .form_table2 {
    width: max-content;
  }
}

/* ---------- Media Query 종료 ---------- */
