@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 공지사항_보기 */
.notice_view {
  width: 100%;
  height: auto;
}

.notice_view_section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.notice_v_top {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #777;
  margin-top: 80px;
}

.notice_v_tit {
  width: 1230px;
  height: 38px;
  margin-top: 25px;
}

.notice_v_tit>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.notice_v_wdtsum {
  width: 100%;
  height: 40px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}

ul.notice_v_wdtsum_txt {
  width: 1230px;
  height: 23px;
  display: flex;
  align-items: center;
}

ul.notice_v_wdtsum_txt>li {
  margin-left: 25px;
}

ul.notice_v_wdtsum_txt>li:first-child {
  margin-left: 0;
}

.notice_v_w {
  display: flex;
  align-items: center;
}

.notice_v_w>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.165px;
}

.notice_v_w>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.165px;
  margin-left: 8px;
}

.notice_v_content {
  width: 1230px;
  height: auto;
  margin-top: 25px;
}

.notice_v_content>pre {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.165px;
}

.notice_v_bottom {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #777;
  margin-top: 25px;
}

.notice_v_btn_qa {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

ul.notice_v_btn {
  width: 1099px;
  height: 50px;
  display: flex;
  align-items: center;
}

ul.notice_v_btn>li {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #333;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

ul.notice_v_btn>li:first-child {
  margin-left: 0;
}

ul.notice_v_btn>li>a>i {
  font-size: 20px;
  color: #fff;
}

ul.notice_v_btn>li:first-child>a>i {
  font-size: 20px;
}

ul.notice_v_btn>li:hover {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
}

.nv_qa_btn {
  width: 151px;
  height: 50px;
  background: #333;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nv_qa_btn_tit_icon {
  width: 101px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nv_qa_btn_tit_icon>p {
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.nv_qa_btn_tit_icon>i {
  font-size: 15px;
  color: #fff;
}

.nv_qa_btn:hover {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

