/****************** common으로 이동 *****************/
/** 600이상 웹사이즈일때는 숨김처리 **/
.m_flex_box_group2 {
  display: none;
}

.que:first-child {
  border-top: 1px solid #f6f6f6;
}

/* 아코디언 */
.que {
  width: 100%;
  height: 54px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.que_text_area {
  width: calc(100% - 18px);
}

.que.on > span {
  font-weight: bold;
  color: #006633;
}
.anw {
  display: none;
  overflow: hidden;
  font-size: 14px;
  background-color: #fff;
  padding: 10px 0 18px;
  border-bottom: 6px solid #f6f6f6;
}
.anw_item {
  width: 100%;
}
.arrow-wrap {
  width: 18px;
  height: 18px;
  position: relative;
}
.que .arrow-top {
  position: absolute;
  display: none;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.que .arrow-bottom {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.que.on .arrow-bottom {
  display: none;
}
.que.on .arrow-top {
  display: block;
}

.arrow-wrap .icon_area .ic {
  width: 18px;
  height: 18px;
  background-color: #ddd;
  display: block;
}

/************************ 반응형 시작!!! *************************/

/****************************************************/
/*********** 중간 화면 (max-width: 1440px) ************/
/****************************************************/

@media screen and (max-width: 1440px) {
  /****************** text ******************/
  .big_tit {
    font-size: 80px;
    line-height: 116px;
    font-weight: 900;
    color: #353636;
  }
}

/****************************************************/
/*************** (max-width: 1200px) ****************/
/****************************************************/

@media screen and (max-width: 1200px) {
  .section {
    padding: 0 90px;
  }
  .detail-tab__inner {
    padding: 0 90px;
  }

  .home_section {
    padding: 110px 90px 80px;
    max-width: 1100px;
  }
  .tab_item_inner {
    padding: 110px 90px 80px;
    max-width: 1100px;
  }
  .primary_r_m_full_btn {
    display: block;
    padding: 9px 25px;
    position: relative;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #9fa3a2;
  }

  /** img responsive **/
  .img_area_full {
    max-height: 400px;
    height: 38vw;
  }
  /* header */
  .header > .header_container {
    padding: 0 90px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .scroll_header .header_container {
    padding: 0 90px;
    height: 60px;
  }
  .home_header > .header_container {
    padding: 0 90px;
    height: 60px;
  }
  .header_nav {
    display: none;
  }
  .header_lan {
    display: none;
  }
  .header_cate {
    display: block;
  }
  .detail-tab__wrap.is-fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .home_slide .txt_area {
    padding: 0 90px;
  }
  .slick-prev,
  .slick-next {
    margin-left: 90px;
    width: 50px;
    height: 50px;
  }

  .slick-next {
    right: 20px;
  }

  .slick-prev svg,
  .slick-next svg {
    width: auto;
    height: auto;
  }
  .tit_img_box > .tit_img_txt_area > .txt_padding {
    padding: 0 90px;
  }
  .hamburger_section {
    padding: 80px 90px 0 90px;
  }
}

/****************************************************/
/**************** (max-width: 933px) ****************/
/****************************************************/

@media screen and (max-width: 933px) {
  .section {
    padding: 0 40px;
  }
  .detail-tab__inner {
    padding: 0 40px;
  }
  .primary_r_m_full_btn {
    display: block;
    padding: 9px 23px;
    position: relative;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #9fa3a2;
  }
  .home_section {
    padding: 110px 40px 80px;
    max-width: 700px;
  }
  .tab_item_inner {
    padding: 110px 40px 80px;
    max-width: 100%;
  }

  .flex_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex_box.responsive {
    gap: 0;
    width: 100%;
  }
  .flex_box.responsive > div {
    width: 42%;
    flex: inherit;
  }

  .web_flex_box_group {
    display: none;
  }
  .m_flex_box_group {
    display: block;
  }
  .m_flex_box_group .icon_area > .ic {
    height: 60px;
    width: 60px;
    background: #6e6e6e;
    margin: 0 auto;
  }
  .m_flex_box_group .sub_sub_sub_tit {
    margin-top: 20px;
  }

  .footer_qa {
    padding: 0 60px;
  }
  .inner_footer {
    padding: 0 60px;
  }

  /** img responsive **/
  .img_area_full {
    max-height: 400px;
    height: 42vw;
  }

  /** news notice **/
  .row_wrap {
    flex-direction: column;
    gap: 20px;
  }
  .row_wrap > .right > .img_area {
    height: 42vw;
  }

  .shadow_box {
    padding: 24px 30px;
    background: white;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border-radius: 24px;
    position: relative;
  }

  .btn_area {
    display: flex;
    justify-content: center;
  }

  /****************** text ******************/
  .main_tit {
    font-size: 38px;
    line-height: 48px;
    font-weight: 100;
  }
  .show_more .top > .sub_sub_sub_tit {
    font-size: 20px;
  }
  .sub_sub_sub_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 810px) {
  .primary_r_m_full_btn {
    display: block;
    padding: 9px 20px;
    position: relative;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #9fa3a2;
  }

  .detail-tab__inner {
    padding: 0 35px;
  }
}

@media screen and (max-width: 730px) {
  .primary_r_m_full_btn {
    display: block;
    padding: 10px 16px;
    position: relative;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #9fa3a2;
    white-space: nowrap;
  }
  .detail-tab__inner {
    padding: 0 26px;
  }
}
/*********************************************************/
/************ 작은 화면(모바일)(max-width: 599px) ************/
/*********************************************************/

@media screen and (max-width: 599px) {
  /* header */
  .hamburger_section {
    padding: 80px 20px 0 20px;
  }
  .header > .header_container {
    padding: 0 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .scroll_header .header_container {
    padding: 0 20px;
    height: 60px;
  }
  .home_header > .header_container {
    padding: 0 20px;
    height: 60px;
  }
  .header_nav {
    display: none;
  }
  .header_lan {
    display: none;
  }
  .header_cate {
    display: block;
  }
  .detail-tab__wrap.is-fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .home_slide .txt_area {
    padding: 0 20px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-prev,
  .slick-next {
    margin-left: 20px;
    bottom: 50px;
    transform: translateY(0);
  }
  .tit_img_box > .tit_img_txt_area > .txt_padding {
    padding: 0 20px;
  }
  .section {
    padding: 0 20px;
  }
  .detail-tab__inner {
    padding: 0 20px;
  }
  .tab_item_inner {
    padding: 50px 20px 40px;
  }
  .home_section {
    padding: 50px 20px 40px;
    max-width: 440px;
  }
  .tit_area {
    margin-bottom: 40px;
  }
  .center_swiper {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .primary_r_m_full_btn {
    display: block;
    padding: 10px 16px;
    position: relative;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #9fa3a2;
    white-space: nowrap;
  }
  .primary_l_full_btn {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.33em;
    background: #2af497;
    height: 55px;
    padding: 0 1.8em;
    border-radius: 8px;
    border: none;
    min-width: 160px;
  }
  .slider_item {
    height: 80vh;
  }
  .visual.slider_item {
    height: 70vh;
  }
  /** 600이하 모바일 사이즈부터 노출 **/
  .m_flex_box_group2 {
    display: block;
  }
  /** 600이하 모바일 사이즈부터 숨김처리 **/
  .web_flex_box_group2 {
    display: none;
  }

  .flex_box.responsive > div {
    width: 37%;
  }

  /** img responsive **/
  .img_area_full {
    max-height: 250px;
    height: 44vw;
  }

  .web_footer {
    display: none;
  }
  .m_footer {
    display: block;
  }
  .footer_qa {
    padding: 0 40px;
    flex-direction: column;
  }
  .footer_qa_left {
    margin-bottom: 30px;
  }
  .inner_footer {
    padding: 0 40px;
  }
  .footer_qa .gray_m_full_btn {
    min-width: 100px;
    padding: 0;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
  }
  .copyright span {
    display: block;
    padding-left: 0;
  }
  .copyright.detail_txt {
    letter-spacing: -0.3px;
  }

  .footer_nav ul {
    width: 300px;
    padding: 14px 0 0 0;
  }
  .footer_nav .body_txt {
    color: #666;
  }

  .flex_box.fourth {
    gap: 0;
  }

  /** news main **/
  .show_more > .button_bar > .gray_l_stroke_btn {
    margin-top: 20px;
    height: 40px;
    font-size: 14px;
  }
  .show_more li {
    width: 100%;
    margin-bottom: 0;
    padding: 14px 0;
  }
  .show_more li:nth-child(1n) {
    margin-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .show_more li > a {
    display: flex;
    flex-direction: row-reverse;
    gap: 14px;
    align-items: center;
  }
  .show_more li > a .top {
    width: calc(100% - 40%);
  }
  .show_more li .img_area {
    border-radius: 10px;
    width: 40%;
    height: 72px;
  }

  /** news notice **/
  .tab_item_inner .search_bar {
    width: 100%;
  }
  .tab_item_inner .search_bar .input_search {
    width: calc(100% - 70px);
  }
  .notice_cont {
    flex-direction: column;
    margin-top: 10px;
  }
  .notice_cont p {
    margin-top: 10px;
  }

  /****************** text ******************/
  /* 타이틀 */

  .main_tit {
    /* overflow: hidden; */
    font-size: 32px;
  }
  .big_tit {
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 900;
    margin: 54px 0 0 10px;
    color: #353636;
  }
  .sub_tit {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.12px;
    color: #353636;
  }
  .sub_sub_tit {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 700;
    color: #353636;
  }
  .sub_sub_sub_tit {
    height: auto;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.9px;
    color: #353636;
  }
  .show_more .top > .sub_sub_sub_tit {
    font-size: 14px;
    -webkit-line-clamp: 2;
    height: auto;
  }
  .news_detail > .top > .sub_sub_sub_tit {
    font-size: 20px;
    height: auto;
  }

  /* 텍스트 */
  .body_txt {
    font-size: 13px;
    line-height: 1.33em;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.7px;
  }
  .show_more .top > .body_txt {
    margin-bottom: 0 !important;
  }

  .body_txt_bold {
    font-size: 13px;
    line-height: 1.33em;
    font-weight: 600;
    color: #555;
    letter-spacing: -0.7px;
  }

  .sub_sub_sub_txt {
    font-size: 16px;
  }

  .main_inner-tit_list {
    font-size: 40px;
    line-height: 1.48em;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-top: 0;
    color: #353636;
  }
  .main_inner-sub_list {
    display: block;
    margin: 9px 0 17px;
    font-size: 14px;
    line-height: 1.29em;
    color: #353636;
    letter-spacing: -0.6px;
  }
  .main_inner-p_list {
    font-weight: 300;
    color: #353636;
    letter-spacing: -0.6px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 14px;
    line-height: 1.57em;
  }

  /* next 버튼 */
  .btn_next {
    color: #353636;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.33em;
    text-decoration: none;
  }

  .num {
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    top: 75px;
    left: 0;
  }
}

/*************************************************************/
/************ 가장 작은 화면(모바일)(max-width: 420px) ************/
/*************************************************************/

@media screen and (max-width: 420px) {
  .section {
    padding: 0 20px;
    min-width: 320px;
  }
  .detail-tab__inner {
    padding: 0 20px;
    min-width: 320px;
  }

  .home_section {
    padding: 50px 20px 40px;
    min-width: 320px;
  }

  .home_section .flex_box {
    flex-direction: column;
    align-items: center;
  }
  .flex_box.fourth > div {
    max-width: 280px;
  }
  .flex_box.responsive > div {
    width: 100%;
  }

  .tab_item_inner {
    padding: 50px 20px 40px;
    min-width: 320px;
  }

  .section_full {
    min-width: 327px;
  }

  /** img responsive **/
  .img_area_full {
    width: 100%;
    height: 170px;
  }
  .tit_area {
    margin-bottom: 40px;
  }

  #footer {
    min-width: 320px;
  }
  .footer_qa {
    padding: 0 20px;
  }
  .inner_footer {
    padding: 0 20px;
  }

  .row_wrap > .right > .img_area {
    min-height: 160px;
  }

  .primary_l_full_btn {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.33em;
    background: #2af497;
    height: 55px;
    padding: 0 1.8em;
    border-radius: 8px;
    border: none;
    min-width: 150px;
  }

  /****************** text ******************/
  /* 타이틀 */

  .sub_sub_sub_txt {
    /* color:#666; */
    margin: 0 auto;
    width: 290px;
  }

  /* 텍스트 */
  .body_txt {
    font-size: 14px;
    line-height: 1.33em;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.7px;
  }
}

/************************ 반응형 끝!!! *************************/
