@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Alternate Bold"),
    url("../font/DINAlternate-Bold.woff") format("woff");
}

/* @font-face {
  font-family: "SDSwaggerTTF";
  font-style: normal;
  font-weight: normal;
  src: local("SDSwaggerTTF"), url("../font/SDSwaggerTTF.woff") format("woff");
} */

html {
  font-family: "Noto Sans KR", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.4px;
  position: relative;
}

.font_serif {
  font-family: "Noto Serif KR", serif;
  font-style: normal;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

header {
  position: relative;
}

.header_wrap {
  position: relative;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
}

.main_logo {
  position: absolute;
  max-width: 360px;
  width: 30%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.header_logo {
  max-width: 120px;
  width: 100%;
}

.header_vol_item {
  display: flex;
  position: relative;
}

.header_vol_item p {
  text-align: right;
  font-size: clamp(11px, 2vw, 13px);
}

.header_bottom {
  padding: 20px;
  text-align: center;
}

.header_bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_bottom li {
  position: relative;
  background: #e3ddda;
  width: calc(100% / 4);
  max-width: 240px;
  margin: 0 7px;
}

.header_bottom li::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 2px;
  width: 1px;
  height: 20px;
  background: #000;
}

.header_bottom li:last-child::before {
  width: 0;
}

.header_bottom li a {
  font-weight: bold;
  font-size: 12px;
  padding: 3px 0;
  width: 100%;
  display: inline-block;
}

.header_bottom li.on {
  background: #034525;
  font-weight: bold;
  counter-reset: #fff;
}

.header_bottom li.on a {
  color: #fff;
}

.hamburger_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 10;
  padding: 0 3% 3%;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.hamburger_menu .inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.hamburger_menu p,
.hamburger_menu a {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.hamburger_menu .menu_sub_title {
  margin-top: 30px;
  text-decoration: underline;
}

.menu_title {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  margin: 3% 0 0 0;
}

#nav-icon4 {
  width: 28px;
  height: 38px;
  position: relative;
  margin: 0 auto 0 20px;
  cursor: pointer;
}

#nav-icon4-close {
  width: 28px;
  height: 28px;
  position: absolute;
  margin: 0 auto 0 20px;
  cursor: pointer;
  right: 40px;
}

#nav-icon4::before {
  content: "MENU";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.325px;
  background: #fff;
}

#nav-icon4 span,
#nav-icon4-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  background: #000;
  opacity: 1;
  right: 0;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 5px;
}

#nav-icon4 span:nth-child(2) {
  top: 13px;
}

#nav-icon4 span:nth-child(3) {
  top: 21px;
}

#nav-icon4-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 0px;
}

#nav-icon4-close span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 0px;
}

#nav-icon4-close::before {
  content: "CLOSE";
  position: absolute;
  bottom: -11px;
  right: -1px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.325px;
}

.swiper {
  width: 100%;
}
.swiper-slide {
  position: relative;
  width: 100%;
  text-align: center;
  height: auto;
  min-height: 300px;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 1200px;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #034525;
}

.swiper_txt {
  position: absolute;
  top: 15%;
  left: 7%;
  font-size: clamp(25px, 3vw, 30px);
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.swiper_txt span {
  font-size: clamp(10px, 2vw, 22px);
  display: inline-block;
  margin-top: 5%;
}

.swiper_txt.slide4 {
  font-size: clamp(20px, 4vw, 40px);
}

.content_section_v1 {
  max-width: 90%;
  width: 650px;
  margin: 0 auto;
  padding: 50px 0;
}

.content_section_v2 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 80px 0;
}

.content_section_v3 {
  max-width: 90%;
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

.main_title {
  font-weight: bold;
  font-size: 18px;
  min-height: 24px;
}

.main_content_wrap {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  align-items: flex-end;
}

.main_content_wrap.item_3 .main_content_item {
  width: calc(100% / 3 - 10px);
  font-size: 14px;
}

.main_content_wrap .main_content_item img {
  width: 100%;
}

.main_content_wrap.item_2 .main_content_item {
  width: calc(100% / 2 - 10px);
}

.main_title {
  margin-bottom: 5px;
}

.main_green_item {
  border-top: 1px solid #976d33;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #976d33;
}

.main_green_item .arow_item {
  background: #976d33;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arow_item img {
  width: 10px !important;
}

.main_pink_item {
  border-top: 1px solid #7a7d5b;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #7a7d5b;
}

.main_pink_item .arow_item {
  background: #7a7d5b;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_yellow_item {
  border-top: 1px solid #84706e;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #84706e;
}

.main_yellow_item .arow_item {
  background: #84706e;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_common_item {
  border-top: 1px solid #034525;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main_common_item .arow_item {
  background: #034525;
  width: 17px;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_common_item.main_item1{
  border-top: 1px solid #976D33;
  color: #976D33;
}

.main_item1 .arow_item{
  background: #976D33;
}

.main_common_item.main_item2{
  border-top: 1px solid #7A7D5B;
  color: #7A7D5B;
}

.main_item2 .arow_item{
  background: #7A7D5B;
}

.main_common_item.main_item3{
  border-top: 1px solid #84706E;
  color: #84706E;
}

.main_item3 .arow_item{
  background: #84706E;
}


.item_2_title {
  font-size: 15px;
  font-weight: bold;
}

.main_content_NEWS .txt_wrap {
  position: relative;
}

.main_news_item1 {
  width: 100%;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.main_news_item1.item1 {
  background: #5aa1c6;
}
.main_news_item1.item2 {
  background: #b98571;
}
.main_news_item1.item3 {
  background: #bc676d;
}

.main_content_list .main_content_item {
  position: relative;
}

.main_content_list .main_content_item div {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: clamp(15px, 6vw, 16px);
  width: 95%;
  height: 80%;
  border: 3px solid #fff;
  font-weight: bold;
  text-align: center;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  border-top: 1px solid #000;
  padding: 40px;
}

.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 11px;
  font-weight: bold;
}

.footer_logo {
  width: 100%;
  max-width: 120px;
}

.footer_btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_btn_item span {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px;
  width: 70px;
  text-align: center;
  font-weight: bold;
  margin-right: 4px;
  font-weight: bold;
}

.footer_sns_wrap {
  display: flex;
}

.footer_sns_wrap img {
  min-width: 30px;
  width: 30px;
}

.footer_sns_wrap a {
  display: block;
  margin-left: 15px;
}

.footer_sns_wrap a:first-child {
  margin-left: 0;
}

.page_wrap {
  margin: 80px 0;
}

.title_20 {
  font-size: 20px;
  margin: 25px 0 15px 0;
}

.btn_wrap {
  text-align: center;
  margin: 10% auto;
}
.btn_wrap .btn {
  border-radius: 25px;
  border: 1px solid #000;
  padding: 5px;
  width: 95px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px;
}

.su2_menu_title {
  line-height: 1.4;
  margin: 0 0 50px 0;
}

.su2_menu_title_img {
  max-width: 340px;
  margin: 90px auto 30px auto;
}

.su2_menu_title_img2 {
  max-width: 460px;
  margin: 90px auto 30px auto;
}

/* section_news page8~9 */
.num_title {
  font-family: "DIN Alternate Bold";
  font-weight: bold;
  font-size: 50px;
  letter-spacing: -2.4px;
  line-height: 1;
  padding-top: 30px;
}

.green_border_img {
  border-top: 5px solid #024425;
}

.section_news .title_17 {
  margin: 25px 0 15px 0;
  font-size: 17px;
}

.section_news .txt {
  margin-bottom: 10px;
}

.title_30 {
  font-size: clamp(25px, 3vw, 30px);
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

/* page10 */
.page10_title {
  margin: 80px 0 20px 0;
  display: flex;
  align-items: center;
  max-width: 465px;
}

.page10_title .page10_num {
  border: 2px solid #d68f00;
  border-radius: 15px;
  font-size: 53px;
  padding: 0 13px;
  margin-right: 15px;
  font-weight: bold;
}

.page10_title_txt .green_txt {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: bold;
}

.yellow_txt {
  color: #d68f00;
}

.page10_title_txt .yellow_txt {
  line-height: 1.3;
  font-size: clamp(12px, 3vw, 14px);
  word-break: auto-phrase;
}

/* page11 */
.page11_title {
  font-family: "SDSwaggerTTF";
  font-size: clamp(18px, 2vw, 24px);
  margin: 50px 0 20px 0;
  line-height: 1.3;
}

.page11_content {
  background: #034525;
  padding: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.page11_content > div {
  width: calc(100% / 2 - 15px);
  margin-bottom: 30px;
}

.page11_content > div img {
  max-width: 200px;
  width: 100%;
}

.page11_content > div p {
  text-align: center;
  color: #fff;
  font-size: clamp(12px, 2vw, 14px);
  margin-top: 15px;
}

.page11_sub_title {
  font-family: "SDSwaggerTTF";
  font-size: clamp(25px, 2vw, 30px);
  color: #034525;
  border-bottom: 1px solid #034525;
  margin: 20px 0 10px 0;
}

.page15_wrap {
  background: rgb(241, 190, 64);
  background: linear-gradient(
    0deg,
    rgba(241, 190, 64, 1) 0%,
    rgba(8, 0, 56, 1) 100%
  );
  padding: 7% 0;
}

.page15_wrap .yellow_txt {
  max-width: 525px;
  margin: 0 auto;
  text-align: justify;
}

/* page18~19 */
.page18_wrap .border_box {
  border-top: 5px solid #034525;
  background: #fff;
  padding: 0 10px 10px 10px;
  font-size: clamp(8px, 2vw, 14px);
  margin-top: 50px;
}

.page18_wrap .border_box.item1 {
  padding: 0 5% 5% 5%;
}

.page18_h1 {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 15px 0;
  letter-spacing: 5px;
}

.page18_title {
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
}

.page18_content_title {
  /* font-size: 10px; */
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin: 24px 0 5px 0;
}

.page18_wrap .green_txt.font_serif {
  /* font-size: 10px; */
  margin-bottom: 15px;
}

.tb_v1 {
  width: 100%;
}

.tb_v1 th {
  font-weight: 500;
  width: 90px;
  text-align: left;
  padding: 1px 0;
  font-weight: 600;
}

.tb_v2 {
  border-top: 1px solid #000;
  border-spacing: revert;
  margin: 5px 0;
  border-bottom: 1px solid #000;
}
.tb_v2 td {
  border-bottom: 1px solid #000;
  padding-right: 10px;
}

.tb_v2 tr:last-child td {
  border-bottom: 0;
}

.tb_v3 {
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #d9dfd8;
}

.tb_v3 th {
  background: #F8F7EC;
  font-weight: bold;
  vertical-align: middle;
  font-size: clamp(9px, 2vw, 12px);
  padding: 2px;
  border-bottom: 1px solid #d9dfd8;
  border-right: 1px solid #d9dfd8;
}

.tb_v3 th:last-child,
.tb_v3 td:last-child {
  border-right: 0;
}

.tb_v3 td {
  font-size: clamp(9px, 2vw, 12px);
  text-align: center;
  vertical-align: middle;
  padding: 2px 0;
  border-bottom: 1px solid #d9dfd8;
  border-right: 1px solid #d9dfd8;
  word-break: break-all;
}

.tb_v3 th.gray_th {
  background: #efefee;
}

.list_style_disc {
  text-align: left;
}
table .list_style_disc {
  margin-left: 3%;
}

.list_style_disc li {
  position: relative;
  padding-left: 7px;
}

.list_style_disc li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 25px;
  background: #000;
  top: 8px;
  left: 0;
}

.page18_title_30 {
  font-size: 30px;
  margin-bottom: 10px;
}

.page18_contet_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.page18_contet_list img {
  width: calc(100% / 2 - 20px);
}

.writer {
  color: #034525;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}

.page9_tb_Wrap {
  font-size: clamp(11px, 3vw, 13px);
  display: flex;
  text-align: center;
  align-items: stretch;
  justify-content: space-between;
  margin: 30px;
}

.page9_tb_Wrap table {
  width: calc(100% / 3 - 5px);
}

.page9_tb_Wrap table th {
  color: #fff;
  background: #034525;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  padding: 3px 1px;
}

.page9_tb_Wrap table th:last-child {
  border-right: 0;
}

.page9_tb_Wrap table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.page9_tb_Wrap table td:last-child {
  border-right: 0;
}

/* 164 작업 */
.num_txt {
  display: flex;
  gap: 3px;
  font-size: 14px;
}

.content_gray_bg {
  background: #f2f2f2;
  padding: 10% 3% 10px 3%;
}

.content_gray_inner {
  background: #fff;
  padding: 6%;
  max-width: 600px;
  margin: 0 auto;
}

.numbered_item {
  margin-top: 30px;
}

.numbered_item > span {
  float: left;
  font-size: 50px;
  font-weight: bold;
  vertical-align: top;
  line-height: normal;
  padding-right: 15px;
}

.section_page3 .content_title{
  color: #9C816A;
  text-align: center;
  margin: 50px 0 10px 0;
  font-weight: bold;
  font-size: 25px;
}

.section_page3 .border_itme{
  border: 1px solid #9C816A;
  padding: 10px;
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
  color: #034525;
}

.section_page3 .border_itme .top_txt{
  border-bottom: 1px solid #9C816A;
  max-width: 120px;
  margin: 0 auto;
}

.title_color1{
  color: #9A6F32;
}

.title_color2{
  color: #3B5737;
}

.title_color3{
  color: #85716F;
}

.section_page13 .content_table{
  width: 100%;
  text-align: left;
}

.section_page13 .content_table th{
  background: #9C816A;
  color: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  padding: 8px 25px;
  font-weight: bold;
}

.section_page13 .content_table th:first-child{
  border-left: 0;
}

.section_page13 .content_table td{
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 5px 15px;
  font-size: 14px;
}

.section_page13 .content_table td.td_title{
  border-left: none;
  font-weight: 600;
}

.section_page13 .content_table td.td_bg{
  background: #F6F3F0;
}

.section_news .num_1{
  color: #BEA79B;
}

.section_news .num_2{
  color: #034525;
}

.section_news .num_3{
  color: #E2B9B4;
}

.dot_title{
  margin-top: 30px;
}

.dot_title::before {
  content: "°";
  padding-right: 10px;
  vertical-align: middle;
}

.sub_name1 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 10px;
}

.sub_name2 {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}

.item_color_txt_1{
  color: #7D999C;
  padding: 20px 0; 
  border-top: 1px solid #7D999C;
  border-bottom: 1px solid #7D999C;
  line-height: 1.7;
}

.item_color_txt_2{
  color: #9C816A;
  padding: 50px 0; 
  border-top: 1px solid #9C816A;
  border-bottom: 1px solid #9C816A;
  line-height: 1.7;
}




/* 164작업 끝 */

/* 반응형 */
@media (max-width: 768px) {
  header {
    position: relative;
  }
  .header_wrap {
    padding: 30px 30px 10px 30px;
    height: 140px;
    width: 100%;
    position: absolute;
    padding: 20px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    align-items: flex-start;
  }

  .main_logo {
    position: relative;
    max-width: max-content;
    width: 100%;
    height: 140px;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    padding: 45px 0 0% 0;
  }

  .header_vol_moblie {
    position: absolute;
    bottom: 7px;
    font-size: 12px;
  }
  .header_logo {
    max-width: 80px;
    width: 100%;
    margin-top: 6px;
  }

  .header_vol_item {
    display: block;
    position: initial;
  }

  .main_logo_item {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    width: 80%;
  }

  #nav-icon4 {
    width: 38px;
    height: 40px;
    position: relative;
    top: 0;
    right: 0px;
    z-index: 5;
    background: #fff;
    padding: 0 5px;
    margin: 0 auto 0 10px;
  }

  #nav-icon4 span {
    right: 5px;
  }

  #nav-icon4::before {
    right: 5px;
  }

  .header_bottom ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header_bottom li {
    position: relative;
    background: #e3ddda;
    width: calc(100% / 2 - 14px);
    max-width: 100%;
    margin: 0 7px 7px 7px;
  }

  .header_bottom li:nth-child(2)::before {
    width: 0;
  }

  .header_bottom {
    padding: 20px 10px;
  }

  .hamburger_menu {
    padding: 7% 0%;
  }

  #nav-icon4-close {
    right: 25px;
    top: -25px;
  }
  .main_content_wrap {
    flex-direction: column;
  }

  .main_content_wrap.item_3 .main_content_item {
    width: 100%;
    margin-top: 20px;
  }
  .main_content_wrap.item_2 .main_content_item {
    width: 100%;
    margin-top: 20px;
  }

  .main_news_item1 {
    padding: 3%;
    font-size: clamp(14px, 2vw, 20px);
  }

  .main_content_list .main_content_item div {
    font-size: clamp(14px, 3vw, 26px);
  }

  .main_content_wrap {
    margin-top: 0;
  }
  .main_title {
    font-size: 18px;
  }
  footer {
    padding: 20px;
  }

  .footer_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    flex-direction: column;
  }

  .footer_wrap div {
    margin: 10px 0;
  }

  .page18_contet_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  .page18_contet_list img {
    width: 100%;
  }
  .page18_title_30 {
    font-size: 25px;
  }

  .page9_tb_Wrap {
    display: block;
  }
  .page9_tb_Wrap table {
    width: 100%;
    margin-bottom: 20px;
  }
}
