@charset "utf-8";

html,
body {
  width: 100vw;
  max-width: 100%;
  min-width: 360px;
}

.wrap {
  overflow-x: hidden;
}

.mobile_body {
  width: 100vw;
  /* height: 100vh; */
  max-width: 100%;
  min-width: 360px;
}

/* container ------------------------------- */
.container {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1360px) {
  .container {
    max-width: calc(100% - 80px);
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: calc(100% - 40px);
    min-width: 360px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: none;
    padding: 20px;
    min-width: 360px;
  }
}

.flex_box {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

/* header ------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.head {
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 100px; */
  height: 80px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.gnb_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.mobile_menu-close {
  display: none;
}

/* gnb */
.gnb_wrap > nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.gnb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.gnb > li {
  display: flex;
  align-items: center;
}

.gnb > li > a {
  font-family: "MinSans";
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0 40px;
}

.lnb ul {
  position: relative;
  width: 159px;
  text-align: center;
  border-left: 1px solid #dcdcca;
}

.lnb ul:first-child {
  width: 209px;
}

.shortcut_btn p {
  font-family: "MinSans";
  font-weight: 600;
  font-size: 1.1rem;
}

.gnb_wrap > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0 28px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  background-color: #146e7a;
}

.gnb_wrap > a:hover {
  transition: 0.3s;
  background-color: #018da0;
}

.gnb_wrap-m {
  display: none;
}

/* lnb */
.lnb {
  display: none;
  position: absolute;
  top: 80px;
  z-index: 99;
  width: 100%;
  background: url(../img/common/menu_back.png) no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #fff;
  box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.lnb > nav {
  display: flex;
  justify-content: center;
  height: 340px;
  /* height: 320px; */
  margin: 0 auto;
}

.lnb ul:hover {
  background-color: #f5f6f6;
}

.lnb ul:hover:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 30px;
  background-color: #002d56;
}

.lnb ul:last-child {
  border-right: 1px solid #dcdcca;
}

.lnb li:first-child {
  margin-top: 20px;
}

.lnb li {
  width: 100%;
  height: 52px;
}

.lnb a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #545454;
  font-size: 1.2rem;
  font-weight: 600;
}

.lnb a:hover {
  color: #8d7150;
  font-weight: 700;
}

.lnb_on {
  background-color: #f5f6f6;
}

.lnb_on:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6px;
  border-radius: 30px;
  background-color: #002d56;
}

/* header 반응형 */

@media screen and (max-width: 1279px) {
  .gnb > li > a {
    padding: 0 25px;
    font-size: 1.2rem;
  }

  .gnb_wrap > a {
    padding: 0 20px;
  }

  /* .header_box .logo img {
        width: 180px;
    } */

  .lnb ul {
    width: 118px;
  }

  .lnb ul:first-child {
    width: 161px;
  }

  .lnb a {
    font-size: 1rem;
  }

  .shortcut_btn p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .head {
    height: 60px;
  }

  .header_box {
    width: 100vw;
  }

  .header_box .logo img {
    width: 180px;
  }

  /* gnb */
  .gnb_wrap {
    display: none;
  }

  .gnb_wrap-m {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .gnb_wrap-m .header_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .gnb_wrap-m nav {
    position: absolute;
    top: 60px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }

  .gnb_wrap-m nav .shortcut_btn {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    color: #fff;
    background-color: #146e7a;
  }

  .gnb_wrap-m nav .shortcut_btn p {
    margin-right: 10px;
  }

  .gnb_zone {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .gnb_zone .gnb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    height: 100%;
    padding: 0 15px;
    padding-bottom: 126px;
    background-color: #f5f6f6;
  }

  .gnb_zone .gnb li:nth-child(1) {
    height: 110px;
  }

  .gnb_zone .gnb li:nth-child(2),
  .gnb_zone .gnb li:nth-child(3),
  .gnb_zone .gnb li:nth-child(4) {
    height: 153px;
  }

  .gnb_wrap > nav {
    display: flex;
    align-items: center;
    height: 100%;
  }

  /* lnb */
  .lnb-m {
    height: 100%;
    background: url(../img/common/menu_back.png) no-repeat;
    background-position: bottom right;
    background-size: a;
    background-color: #fff;
  }

  .lnb-m {
    width: 100%;
  }

  .lnb-m ul {
    width: 100%;
    padding: 22px 42px;
    border-bottom: 1px solid #dadad3;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .lnb-m li {
    width: 100%;
    margin-bottom: 10px;
  }

  .lnb-m li:last-child {
    margin: 0;
  }

  .lnb-m li a {
    color: #545454;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 480px) {
  .gnb > li > a {
    font-size: 1.1rem;
  }
  .lnb-m li a {
    font-size: 1rem;
  }

  .gnb_zone .gnb li:nth-child(1) {
    height: 97px;
  }

  .gnb_zone .gnb li:nth-child(2),
  .gnb_zone .gnb li:nth-child(3),
  .gnb_zone .gnb li:nth-child(4) {
    height: 128px;
  }

  .shortcut_btn p {
    font-size: 1.1rem;
  }
}

/* main */

/* title img ------------------------------- */
.header_title {
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 420px; */
  height: 340px;
  color: #fff;
}

.title_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header_title p {
  width: 40%;
  max-width: 560px;
  padding-bottom: 26px;
  font-size: 2.4rem;
  border-bottom: 2px solid #fff;
}

.header_title h2 {
  margin-top: 16px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
}

/* quick menu ------------------------------- */
.quick_menu {
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 9;
}

.quick_menu ul {
  text-align: center;
}

.quick_menu ul li {
  width: 120px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}

.quick_menu ul li img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.quick_menu ul li:first-child {
  width: 100px;
}

.quick_menu ul li:last-child {
  width: 65px;
}

.quick_top > a {
  display: inline-block;
  width: 50px;
  height: 100%;
}

.quick_top > a > img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .quick_menu {
    bottom: 20px;
    right: 10px;
  }

  .quick_menu ul li:first-child {
    width: 80px;
  }

  .quick_menu ul li:last-child {
    width: 50px;
  }

  .quick_menu ul li {
    width: 80px;
  }
}

/* footer ------------------------------- */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/common/foot_back.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
footer .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .foot_logo {
  min-width: 200px;
  max-width: 250px;
}
footer .foot .foot_logo img {
  width: 100%;
}
footer .foot a {
  color: #fff;
}

.foot_menu {
  display: flex;
  width: fit-content;
  font-size: 1.2rem;
}
.foot_menu a {
  display: flex;
  padding: 0 40px;
  position: relative;
}
.foot_menu a:first-child {
  padding-left: 10px;
}
.foot_menu a::before {
  content: "";
}
.foot_menu a + a::before {
  background: #fff;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}

.foot_info {
  width: 100%;
  color: #f2f2f2;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 50px;
}
.foot_info .addr span {
  padding: 4px 7px;
}
.copyright {
  color: #bababa;
  margin-top: 50px;
  text-align: center;
}

.sns_link {
  display: flex;
  width: fit-content;
}
.sns_link > a {
  display: flex;
  align-items: center;
  padding: 7px;
  margin: 0 3px;
  text-indent: -9999px;
}
.sns_link > a > span {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.sns_link > a.sns_nblog > span {
  background-image: url(../img/common/sns_nblog.png);
  width: 30px;
  height: 26px;
}
.sns_link > a.sns_youtube > span {
  background-image: url(../img/common/sns_youtube.png);
  width: 30px;
  height: 22px;
}
.sns_link > a.sns_ktalk > span {
  background-image: url(../img/common/sns_kakaotalk.png);
  width: 30px;
  height: 28px;
}
.sns_link > a.sns_insta > span {
  background-image: url(../img/common/sns_instagram.png);
  width: 30px;
  height: 30px;
}

.go_top {
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 0;
  position: fixed;
  bottom: 30px;
  right: 76px;
}
.go_top > span {
  display: inline-block;
  background: url(../images/common/Icon_arrow_up.png) 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 40px;
  text-indent: -9999px;
}

.pc_sns {
  display: flex;
}

.mobile_sns {
  display: none;
}

/* 버튼 기본 스타일 ------------------------------- */
.btns {
  display: inline-block;
  padding: 0 15px;
  width: 85px;
  height: 34px;
  line-height: 34px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
}
.btns:hover,
.btns:focus {
  opacity: 0.95;
}
span.button {
  cursor: default;
}
span.button:hover {
  text-decoration: none;
}

/* 스타일 */
.btn_st {
  background: #002b49;
  color: #fff;
}
.btn_st1 {
  background: #122b45;
  color: #fff;
}
.btn_st2 {
  background: #555;
  color: #fff;
} /* gray */
.btn_st3 {
  background: #4496b3;
  color: #fff;
}
.btn_mid {
  font-size: 24px;
  width: 200px;
  height: 60px;
}

.btn_set {
  margin: 60px -8px 0;
  text-align: center;
}
.btn_set button {
  margin: 0 8px;
}

/* page_box ------------------------------- */
.skip_info {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
}

.page_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  height: 50px;
  margin: 0 auto;
  margin-top: 88px;
}

.page_num,
.page_prev,
.page_next {
  display: flex;
}

.page_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #888888;
}

.page_box img {
  width: fit-content;
  height: 20px;
}

.page_box .on {
  color: #fff;
  background-color: #002d56;
}

.page_box .next_btn {
  margin-right: 20px;
}

.page_box .prev_btn {
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .page_box {
    max-width: none;
  }

  .page_box a {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .page_box img {
    height: 15px;
  }

  .page_box .next_btn {
    margin-right: 10px;
  }

  .page_box .prev_btn {
    margin-left: 10px;
  }
}

/* board_아인작업본 (내부수정 포함) ------------------------------- */
.bbs_wrap {
  padding: 140px 0;
}
.bbs {
  width: 100%;
  margin-top: 34px;
  border-top: 2px solid #232323;
  font-size: 20px;
}
/* list ----- */
.bbs_list > li {
  border-bottom: 1px solid #d2d2d2;
  padding: 2% 5px;
  position: relative;
}
.bbs_list > li:last-child {
  border-bottom: 3px solid #dadad3;
}
.bbs_list > li.th_head {
  font-weight: 700;
  padding: 2.5% 5px;
  color: #232323;
}
.bbs_list > li.th_head > ul .b_tit {
  text-align: center;
}
.bbs_list > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bbs_list > li > ul {
  display: flex;
  align-items: center;
}
.bbs_list > li > ul li {
  width: 10%;
  text-align: center;
}
.bbs_list > li > ul .b_date,
.bbs_list > li > ul .b_hit {
  color: #666666;
}
.bbs_list > li.th_head ul > .b_date,
.bbs_list > li.th_head ul > .b_hit {
  color: #232323;
}
.bbs_list > li > ul .b_tit {
  flex: 1;
  text-align: left;
}
.bbs_list > li > ul .b_tit .title {
  overflow: hidden;
  color: #232323;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bbs_list > li:not(.th_head) > ul .b_date,
.bbs_list > li:not(.th_head) > ul .b_hit {
  font-size: 16px;
}
.bbs_list .cate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #8b6f4e;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  width: 58px;
  height: 32px;
  margin-right: 15px;
}
.bbs_list .cate.tp1 {
  background: #146e7a;
}
.no_data_msg_box {
  width: 100% !important;
}
/* bbs_gallery type */
.bbs_gall > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.bbs_gall > ul > li {
  width: 31.13%;
  margin: 1.1%;
}
.bbs_gall a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.bbs_gall a::after {
  content: "";
  transition: all 0.3s;
}
.bbs_gall a:hover::after {
  background: rgba(35, 35, 35, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bbs_gall .title {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
}
/* bbs_event type */
.bbs_gall.event > ul > li {
  margin-top: 3.125rem;
}
.bbs_gall.event a::after {
  display: none;
}

/* view ----- */
.bbs_view {
  border-top: 0;
}
.bbs_view li {
  padding: 30px 0;
}
.bbs_view li.b_tit {
  padding: 0 0 20px;
}
.bbs_view li .subject {
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 24px;
}
.bbs_view li dl {
  overflow: hidden;
  position: relative;
}
.bbs_view li dt {
  color: #333;
  position: absolute;
  top: 0px;
  left: 10px;
}
.bbs_view li dd {
  padding-left: 90px;
  min-height: 22px;
}
.bbs_view .view_con {
  min-height: 250px;
  width: 100%;
  padding: 3% 0;
  word-break: break-all;
  color: #3f3f3f;
  font-size: 20px;
}
.bbs_view .view_con p {
  width: 85%;
  margin: 0 auto;
}
.bbs_view .view_con img {
  max-width: 60%;
  height: auto !important;
}

/* 게시글정보 */
.add_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
  padding: 0 20px;
  font-size: 14px; /*margin-left:-17px;*/
  border-top: 1px solid #dadad3;
  background-color: #f4f4f1;
}
.add_info > span {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.add_info > span > i {
  font-weight: 800;
  margin-right: 10px;
}
.add_info > .b_date {
  color: #3f3f3f;
}
.add_info > .b_hit {
  color: #19848c;
}

/* 이전글다음글 */
.prevnext {
  border-top: 3px solid #dadad3;
  border-bottom: 3px solid #dadad3;
  margin-top: 8%;
}
.prevnext li {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 30px 0 70px;
  overflow: hidden;
  position: relative;
}
.prevnext li:first-child {
  border-bottom: 1px solid #d2d2d2;
}
.prevnext li::after {
  content: "";
  background: url(../img/common/page/btn_bbs_prevnext.svg) 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 8px;
  position: absolute;
  left: 30px;
}
.prevnext li:last-child::after {
  transform: rotate(180deg);
}
.prevnext li span {
  display: block;
  font-size: 20px;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prevnext li a[href="#none"] {
  pointer-events: none;
}

/* 이미지 높이값 조정 */
.thumb_wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb_wrap::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.thumb_wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 유튜브를 소스로 하는 iframe이 있다면 youtubeWrap을 클래스 값을 가지는 div로 */
.youtubeWrap {
  position: relative;
  max-width: 800px;
  padding-bottom: 38.15%;
}
.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* 상단검색영역 */
.bbs_head {
  position: relative;
}
.sel_search {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-width: 580px;
  margin-top: 8px;
}
.select_custom {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 14px;
  width: 180px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.select_custom > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 0;
  color: #000;
  font-size: 20px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  position: relative;
}
.select_custom > button::after {
  content: "";
  background: url(../img/sub_page/community/icon/select_icon.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
}
.select_custom > button.active::after {
  transform: rotate(180deg);
}
.ul_select_style {
  display: none;
}
.ul_select_style.active {
  display: block;
}
.ul_select_style li button {
  background: #fff;
  border: 0;
  font-size: 16px;
  width: 100%;
  height: 50px;
  text-align: center;
}
.ul_select_style li button:hover {
  background: #8b6f4e;
  color: #fff;
}

/* search ------------------------------- */
.search_bar {
  margin: 0 0 0 auto;
}
.search_bar input[type="text"] {
  border-radius: 14px;
}
.search_bar input[type="text"],
.search_bar select,
.search_bar button {
  height: 50px;
}
.search_bar input[type="text"],
.search_bar select {
  font-size: 18px;
}
.search_bar .schword {
  display: flex;
  align-items: center;
  position: relative;
}
.search_bar .schword input {
  max-width: 300px;
  width: 100%;
  margin-right: 20px;
  padding: 0 20px;
}
.search_bar .schword button {
  border: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #fff;
  text-indent: -9999px;
  background: url(../img/sub_page/community/icon/search_btn.svg) 0 0 no-repeat;
  background-position: center;
  background-size: contain;
}
.search_bar input::-webkit-input-placeholder {
  color: #888;
} /* Webkit */
.search_bar input:-moz-input-placeholder {
  color: #888;
} /* moz */

/* radio */
.radios {
  position: relative;
  display: inline-block;
}
.radios input[type="radio"] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.radios label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 23px;
  line-height: 25px;
  z-index: 1;
  cursor: pointer; /* -webkit-transition: all 0.25s linear;/ */
}
.radios .check {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.radios .check::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: auto;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.radios input[type="radio"]:checked ~ .check::before {
  background: #122b45;
}
.radios input[type="radio"]:checked ~ label {
  color: #333;
}
.radios.readonly {
  background: none;
}
.radios.readonly input[type="radio"]:checked ~ .check {
  border-color: #ccc;
}
.radios.readonly input[type="radio"]:checked ~ .check::before {
  background: #ccc;
}

@media screen and (max-width: 1280px) {
  .search_bar .schword input {
    margin-right: 16px;
  }
}

@media screen and (max-width: 1024px) {
  /* board ------------------------------- */
  .bbs {
    font-size: 1.125rem;
  }
  .bbs_wrap {
    padding: 100px 0;
  }

  .sel_search {
    display: flex;
    justify-content: right;
    align-items: baseline;
    /* min-width: auto; */
    margin-top: 40px;
  }

  .select_custom {
    left: 0;
  }
  .select_custom > button {
    font-size: 18px;
  }

  .search_bar .schword input {
    margin-right: 10px;
    width: 100%;
  }

  .bbs_view li .subject {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* board ------------------------------- */
  .bbs_wrap {
    padding: 80px 0;
  }

  /* list ----- */
  .bbs_list > li {
    padding: 1rem 5px;
  }
  .bbs_list > li.th_head {
    display: none;
  }
  .bbs_list > li > ul {
    flex-wrap: wrap;
    margin: 0 -0.75rem;
  }
  .bbs_list > li > ul li {
    width: auto;
    padding: 0 0.75rem;
  }
  .bbs_list > li > ul li:not(.b_tit) {
    color: #777;
  }
  .bbs_list > li > ul .b_num {
    display: none;
  }
  .bbs_list > li > ul .b_tit {
    width: 100%;
    flex: none;
    margin-bottom: 0.625rem;
  }
  .bbs_list > li > ul .b_tit .title {
    line-height: 2rem;
  }
  .bbs_list > li > ul .b_date::before {
    content: "[등록일자]";
    margin-right: 5px;
  }
  .bbs_list > li > ul .b_hit::before {
    content: "[조회]";
    margin-left: 40px;
    margin-right: 5px;
  }

  /* bbs_event type */
  .ev_tab button {
    font-size: 1.125rem;
    height: 3.375rem;
  }
  .ev_tab button > span::before {
    margin-right: 0.625rem;
  }
  .ev_tab button.type1 > span::before {
    width: 2.375rem;
    height: 1.875rem;
  }
  .ev_tab button.type2 > span::before {
    width: 2.875rem;
    height: 1.875rem;
  }

  /* 상단검색영역 */
  .bbs_head {
    display: flex;
  }
  .bbs_head .search_box {
    width: calc(100% - 125px);
    margin: 0 0 0 auto;
  }

  .input_con dl dt br {
    display: none;
  }

  .bbs_view li .subject {
    font-size: 26px;
  }

  .bbs_gall > ul {
    margin-top: 34px;
  }
  .bbs_gall > ul > li {
    width: 47.8%;
  }
  .bbs_gall.event > ul > li {
    margin-top: 1.1%;
  }

  .sel_search {
    min-width: auto;
  }
}

@media screen and (max-width: 600px) {
  .select_custom {
    border-radius: 14px;
    width: 140px;
  }

  .search_bar .schword input {
    width: 100%;
    margin-left: 180px;
  }

  .bbs_view .view_con img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .bbs {
    font-size: 16px;
  }
  .bbs_wrap {
    padding: 60px 0;
  }
  .bbs_list .cate {
    border-radius: 30px;
    font-size: 14px;
    width: 44px;
    height: 22px;
    margin-right: 10px;
  }
  .sel_search {
    margin-top: 30px;
  }

  .search_bar .schword input {
    /* max-width: 180px; */
    height: 40px;
    font-size: 14px;
    border-radius: 6px;
    margin-left: 120px;
    padding: 0 10px;
  }

  .select_custom {
    transform: translateY(10%);
    border-radius: 6px;
    width: 110px;
  }

  .select_custom > button {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }

  .bbs_list > li:not(.th_head) > ul .b_date,
  .bbs_list > li:not(.th_head) > ul .b_hit {
    font-size: 14px;
  }
  .bbs_view li .subject {
    font-size: 20px;
    padding: 0 0 15px;
  }
  .add_info {
    min-height: 30px;
    padding: 0 12px;
  }
  .add_info > span {
    font-size: 14px;
  }

  .prevnext li {
    padding: 0 20px 0 50px;
    height: 62px;
  }
  .prevnext li::after {
    left: 18px;
  }
  .prevnext li span {
    font-size: 16px;
  }

  .btn_mid {
    width: 162px;
    height: 48px;
    font-size: 16px;
    border-radius: 6px;
  }

  .bbs_gall > ul {
    margin-top: 30px;
  }
}

/* header title, quick menu, footer 반응형 ------------------------------- */

@media screen and (max-width: 1280px) {
  .header_title {
    height: 260px;
  }

  .header_title p {
    width: 40%;
    max-width: 500px;
    min-width: 320px;
    font-size: 1.4rem;
    padding-bottom: 12px;
  }

  .header_title h2 {
    font-size: 2.2rem;
    margin-top: 10px;
  }

  footer .foot_menu {
    font-size: 1rem;
    margin: 0 auto;
  }

  .foot_info {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  footer {
    text-align: center;
    height: fit-content;
    padding: 50px 0;
  }

  footer .foot .foot_logo {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  footer .foot_menu a {
    padding: 0 20px;
  }

  footer .foot {
    display: inline-block;
  }

  footer .sns_link {
    margin: 0 auto;
    margin-top: 40px;
  }

  .pc_sns {
    display: none;
  }

  .mobile_sns {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    height: fit-content;
  }

  footer .foot .foot_logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  footer .foot_menu {
    flex-wrap: wrap;
    font-size: 1rem;
    margin: 0 auto;
  }

  footer .foot_menu a {
    padding: 0 10px;
  }

  .foot_menu a + a::before {
    height: 10px;
  }

  .foot_info {
    margin-top: 30px;
    font-size: 0.8rem;
  }

  footer .foot {
    display: inline-block;
  }

  footer .sns_link {
    margin: 0 auto;
    margin-top: 40px;
  }

  footer .foot .foot_logo {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .copyright {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .title_flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-top: 16px;
  }

  .header_title {
    height: 180px;
  }

  .header_title p {
    width: 70%;
    min-width: 200px;
    font-size: 14px;
    padding-bottom: 8px;
  }

  .header_title h2 {
    font-size: 20px;
    margin-top: 8px;
  }

  .header_box .logo img {
    width: 140px;
  }

  footer .foot .foot_logo {
    min-width: auto;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 28px;
  }

  .foot_info {
    margin-top: 36px;
  }

  .foot_info .addr {
    text-align: left;
  }

  .foot_menu a + a::before {
    top: 5px;
  }

  footer .foot_menu {
    font-size: 0.8rem;
  }

  .copyright {
    margin: 20px;
    font-size: 0.7rem;
  }
}

/* 개인정보취급방침, 이용약관 모달 */
.f-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 60vw;
  height: 70vh;
  background-color: #fff;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.f-modal .fm-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10%;
  max-height: 56px;
  padding: 0 20px;
  background-color: #002b49;
}

.f-modal .fm-title h3 {
  color: #fff;
  font-size: 1.2rem;
}

.f-modal .modal_close {
  display: inline-block;
  text-align: right;
}

.f-modal .modal_close img {
  width: 20px;
  height: 20px;
}

.f-modal .fm_con {
  height: 90%;
  overflow-y: scroll;
}

.f-modal .fm_con > ul {
  padding: 40px 30px;
  overflow: auto;
}

.f-modal .fm_con::-webkit-scrollbar {
  width: 8px;
}
.f-modal .fm_con::-webkit-scrollbar-thumb {
  background: #002b49;
  border-radius: 12px 12px 12px 12px;
}

.f-modal .fm_con::-webkit-scrollbar-track {
  background: #dfdfdf;
}

.f-modal .fm_con > ul > li {
  margin-bottom: 30px;
  text-align: left;
}

.f-modal .fm_con > ul > li:last-child {
  margin-bottom: 0px;
}

.f-modal .fm_list {
  margin: 0 5px;
}

.f-modal .fm_list li {
  margin-bottom: 10px;
  color: #656565;
}

.f-modal .mix_list .fm_list {
  margin: 20px 0;
}

.f-modal h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.f-modal p {
  margin-left: 5px;
  margin-bottom: 30px;
}

/* 이용약관 */
.tos_modal p {
  margin-bottom: 16px;
  color: #232323;
  font-weight: 600;
}

.tos_modal .fm_list {
  margin: 35px 0;
}

.tos_modal .fm_con > ul > li {
  margin-bottom: 60px;
}

/* 부칙 */
.eff_date {
  color: #737373;
  font-size: 13px;
  font-weight: 600;
  padding: 20px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 1280px) {
  .f-modal .fm_con::-webkit-scrollbar {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .f-modal {
    width: 80vw;
  }
}

@media screen and (max-width: 480px) {
  .f-modal .fm_con::-webkit-scrollbar {
    width: 5px;
  }

  .f-modal .fm_con > ul {
    /* height: 58vh; */
    padding: 24px 20px;
  }

  .f-modal .fm-title h3 {
    font-size: 1rem;
  }

  .f-modal .modal_close img {
    width: 16px;
    height: 16px;
  }

  .f-modal h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .f-modal p {
    margin-left: 0px;
    font-size: 13px;
  }

  .f-modal .fm_list li {
    font-size: 13px;
  }

  .tos_modal .fm_con {
  }

  .tos_modal .fm_con > ul {
    padding: 20px 16px;
  }

  .tos_modal .fm_list {
    margin: 20px 0;
  }

  .tos_modal .fm_con > ul > li {
    margin-bottom: 40px;
  }

  .eff_date {
    padding: 10px;
    font-size: 20px 10px;
  }
}
