#contents .sub_content_wrap .sub_content_main .sub_content_header h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

#contents .sub_content_wrap .sub_content_main .sub_content_body .content_detail dl dt {
  font-weight: 700 !important;  
}

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

.support_nav_cont {
  display: flex; 
  gap: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.support_nav_cont .support_btn_cont {
  background-color: #fff;
  color: #0046ff;
  border: 1px #0046ff solid;
  border-radius: 40px;
  padding: 0 40px;
  height: 60px;
  align-content: center;
}

.support_nav_cont .support_btn_cont.on {
  background-color: #0046ff;
  color: #fff;
  border-radius: 40px;
}

.d-flex {
  display: flex;
}

.d-flex .text-cont {
  width: 35%;
  position: relative;
}

/* .d-flex .text-cont:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;     
  border-bottom: 1px blue solid;
} */

.d-flex .img-cont {
  width: 65%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  padding: 5px;
}

/* .d-flex .img-cont:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;     
  border-bottom: 1px gray solid;
} */

.culture_sub_header {
  padding: 130px 0 50px 0;
  text-align: center;
}

#wrap > header nav .top_menu > ul > li > a span {
  color: #000;
}

.lang_nav a {
  color: #000;
}

.content_info ul li div img {
  width: 100%;
}

#contents .sub_content_wrap .sub_content_main .sub_content_body .bottom_button a {
  border-radius: 50px;
  font-weight: 500;
}

#contents .sub_content_wrap .sub_content_main .sub_content_body .content_detail dl {
  margin-top: 40px;
}

/* #contents .sub_content_wrap .sub_content_main .sub_content_body .content_info:nth-child((n+2)) {
  border-bottom: 1px #6496e1 solid;
} */

#contents .sub_content_wrap .sub_content_main .sub_content_body .content_detail {
  border-top: 1px #6496e1 solid;
}

#wrap > header .btn_nav_menu button:before, #wrap > header .btn_nav_menu button:after {
  background-color: #000;
}

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


.support_btn_cont::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0046ff;
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index: -1
}

.support_btn_cont:hover {
  color: #fff !important;
}

.support_btn_cont:hover::before{
  transform: translateX(0);
}

.support_btn_cont {
  position: relative;
  z-index: 1;
}

.support_btn_cont.on::before {
  display: none;
}

.support_btn_cont.on:hover {
  color: inherit;
}


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

.support_btn_cont {
  font-family: 'OneShinhan'; 
  font-style: normal; 
  font-weight: 700;
  /* font-size: 18px; */

  position: relative;
  overflow: hidden;
}

.only-mob {
  display: none;
}

#wrap > header .btn_nav_menu .lang_nav:after {
  background: #000;
}

#contents .sub_content_wrap .sub_content_main .sub_content_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contents .sub_content_wrap .sub_content_main .sub_content_header .text  {
  max-width: 900px;
  text-align: justify;
}

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

@media (max-width: 1180px) {

  .pc-only {
    display: none;
  }

  .only-mob {
    display: block;
  }

  #contents .sub_content_wrap .cont {
    margin: 0 30px !important;
  }

  #contents .count_module .circle_module.type_1 ul li .count_item {
    background-image: none !important;
    padding-top: 30px !important;
  }

  #contents .count_module .circle_module.type_1 ul li .count_item img {
    margin-bottom: 12px;
  }

  #contents .sub_content_wrap .sub_content_main .sub_content_body .content_info {
    padding-bottom: 20px !important;
  }
      
}


@media (max-width: 850px) {

  .support_nav_cont {
    flex-wrap: wrap;
  }

  .support_nav_cont .support_btn_cont {
    width: 32%;
  }

}
  

@media (max-width: 790px) {

  .support_nav_cont {
    gap: 20px;
  }

  .culture_sub_header {
    margin: 0 24px;
  }

  .support_nav_cont .support_btn_cont {
    padding: 0 20px;
    /* margin-bottom: 40px; */
    height: 50px;
    font-size: 12px;
  }

  #contents .count_module .circle_module.type_1 ul li .count_item .name {
    margin: 0 !important;
    padding-bottom: 10px !important;
  }

  #contents .count_module .circle_module.type_1 ul li .count_item .font-s-name {
    margin-left: 0 !important;
  }

  #contents .sub_content_wrap .sub_content_main .sub_content_body .bottom_button a {
    font-size: 12px;
  } 

  #contents .sub_content_wrap .sub_content_main .sub_content_body .bottom_button {
    padding-bottom: 60px !important;
  }


}


@media (max-width: 520px) {
    
  .support_nav_cont {
    gap: 10px;
  }

  .support_nav_cont .support_btn_cont {
    padding: 0 20px;
    /* margin-bottom: 40px; */
    width: 34%;
    font-size: 12px;
  }

  .culture_sub_header {
    padding: 130px 0 30px 0;
  }

  .culture_sub_header .title h1 {
    font-size: 26px;
  }

  #contents .sub_content_wrap .sub_content_main .sub_content_body .bottom_button a {
    font-size: 10px;
  }

}


#contents .sub_content_wrap .sub_content_main .sub_content_body .bottom_button {
  margin-bottom: 200px !important;
}


/* ----------------------------- */
.tab_wrap .tab_3 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  background: #f8f8f8;
}

.tab_wrap .tab_3 li {
  display: flex;
  width: 33.33333%;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50px 0 0 50px;
  border: 2px #fff solid;
  border-right: none;
}

.tab_wrap .tab_3 li a {
  text-align: center;
  padding: 0 40px;
  color: #000 !important;
  margin: 0 auto;
  height: 70px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_wrap .tab_3 li:last-child {
  /* border: 2px #fff solid; */
  border-radius: 50px;
}

.tab_wrap .tab_3 li.on {
  box-shadow: inset 0 0 0 2px #0046ff;
  border-radius: 50px;
}

.tab_wrap .tab_3 li.on a {
  color: #0046ff !important;
  font-weight: 700;
}

.tab_wrap .tab_3 li:hover {
  box-shadow: inset 0 0 0 2px #0046ff;
  border-radius: 50px;
}

.tab_3 li:hover > a {
  color: #0046ff !important;
  font-weight: 700;
}


/* .tab_3 li {
  position: relative;
  overflow: hidden;
  border-radius: 999px; 
}

.tab_3 li::before {
  content:"";
  position:absolute;
  inset:0;
  background:#0046ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  z-index: 0;
  border-radius: inherit;
}

.tab_3 li:hover::before {
  transform: scaleX(1);
  border-radius: 50px;
}

.tab_3 li:hover > a {
  color:#fff !important;
  font-weight: 700;
}

.tab_3 li > a {
  position: relative;
  z-index: 1;
}

.tab_3 li.on::before {
  display:none;
}

.tab_3 li.on:hover > a {
  color: inherit;
} */












@media (max-width: 790px) {
  
  .tab_wrap .tab_3 li a {
    font-size: 12px;
    height: 60px;
    padding: 4px 20px;
  }

}

