/* 공통 */
html {
  font-size: 62.5%;
}
button {
  background: inherit;
  border: 0;
}


/* title */
h3.sec_title1 {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}


/* long img */

.fixedbtn {
  position: fixed;
  right: 60px;
  bottom: 50px;
  width: 150px;
  z-index: 99;
  height: 160px;

}

/* 모바일 헤더 */
.header_m {padding: 26px 0px 26px 15px; background-color: #FFF;}
.pop.password_pop input, .pop.password_pop2 input { margin-bottom: 0; }

.pw_in_box input { width: 100%;}
.mb_h_top {padding: 12px 10px; margin-bottom: 30px;}

.mb_login_box {padding: 0 15px; margin-bottom: 30px;}

.mb_login_box > p.login_name_txt > span {color: #00A6BB;}
.mb_login_box > p {font-size: 14px; font-weight: 500; text-align: center; margin-bottom: 30px;}
.mb_login_box > button {width: 100%; height: 40px; font-size: 12px; font-weight: 500;}
.mb_login_box > button.mb_login_btn {background-color: #00A6BB; color: #fff; margin-bottom: 10px;}
.mb_login_box > button.mb_sign_btn {border: 1px solid #00A6BB; color: #00A6BB; margin-bottom: 20px;}
.mb_login_box .m_find_sign_wrap > a {width: 50%; text-align: center; position: relative; font-size: 10px;}
.mb_login_box .m_find_sign_wrap > a:first-child::after {content: "|"; display: inline-block; position: absolute; right: 0; top: 0; color: #707070;}
.mo_sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    display: none; }

.m_side_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;}
.ml_close_btn {
    position: relative; }

.sidebar.m_sidebar {
    width: 75%;
    position: absolute;
    height: 100%;
    z-index: 999;
    overflow: auto;
    background-color: #fff; }

.lnb_top {    border-bottom: 1px solid #e0e0e0; }

.lnb_top > .lnb_top_li {
    font-weight: 500;
    padding: 14px 15px;
  }
  .lnb_menu_wrap > .lnb_menu > li:first-child {border-top: 1px solid #707070;}
  .lnb_menu_wrap > .lnb_menu > li {padding: 15px; border-bottom: 1px solid #B7B7B7; cursor: pointer; position: relative;}
  .lnb_menu_wrap > .lnb_menu > li > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
  }
  .mo_sidebar .m_lnb_close_btn {
    width: auto;
    float: right;
  }
  .mo_sidebar .sidebar .logo {
    padding: 3px 40px 24px;
  }
  .m_sidebar .m_lnb_btn_wrap {
    padding: 12px 20px;
  }
  .m_sidebar .m_lnb_p_btn {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    position: relative;
  }
  .m_sidebar .m_lnb_p_btn:first-child {
    margin-bottom: 8px;
  }
  .m_sidebar .m_lnb_p_btn:first-child::after {
    content: "";
    display: inline-block;
    background: url(../img/m_lnb_icon1.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    margin-left: 5px;
  }

  /* 모바일 서브메뉴 */

  .lnb_menu_wrap > .lnb_menu > li button {
    background: url(../img/m_sub_menu_arrow.png) no-repeat;
    background-size: 10px;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    right: 15px;
    transition: transform 0.3s ease-in-out;
    transform:  translateY(-50%);
  }
  .lnb_menu_wrap > .lnb_menu > li .rotate {
    transform: rotate(180deg);
  }
  .lnb_menu_wrap > .lnb_menu > .inb_sub_menu {
    box-sizing: border-box;
    padding: 10px;
    display: none;
    background-color: #707070;
  }

.inb_sub_menu > ul > li > a.on {background-color: #FFF; color: #00A6BB; font-weight: 500; 
    background-image: url(../img/m_sub_arrow.png);
    background-repeat: no-repeat; background-position: 97% 50%;}


  .inb_sub_menu > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #FFF;
    padding: 10px;
    border-radius: 4px;
  }
  
  .inb_sub_menu > ul > li:first-of-type > a {
    margin-top: 0;
  }
  .inb_sub_menu > ul > li > .inb_sub_sub_menu {
    margin-top: 5px !important;
    color: #888888;
    display: block;}

.fixedbtn li {border: 2px solid #00545E;   border-radius: 24px; background-color: #FFF; position: relative; height: 160px;}
.fixedbtn li > a {display: block; padding-bottom: 10px;}
.fixedbtn li > a > img {width: 100%; height: 100%;}
.fixedbtn .fix_btn_txt {position: absolute; left: 10px; bottom: 10px; display: block; width: calc(100% - 20px); background-color: #00A6BB; color: #FFF; font-size: 18px; font-weight: 500; text-align: center; border-radius: 20px; padding: 10px;}
.main_video {
  width: 100%;
  position: relative;
  height: 620px;
  overflow: hidden;
  background: #00545E;
}

.main_visudal_wrap {
  width: 1440px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.since_text {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 8;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 106px 30px 12%;
}

.since_title {
  font-size: 18px;
  color: #00545e;
  font-weight: 600;
}

.since_sub_text {
  font-weight: 300;
  font-size: 18px;
}

.since {
  margin-bottom: 15px;
}

.since3 {
  margin-bottom: 0;
}

.main_visudal_wrap > div {
  width: 50%;
}

.main_left {
  position: relative;
  display: flex;
  justify-content: end;
}

.main_right {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main_right > div {
  height: 50%;
}

.video_area2 {
  position: relative;
}

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

.picture_area > img {
  width: calc(100% / 3);
  height: 100%;
}

.video_blank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.video_text_bg {
  position: absolute;
  color: #fff;
  top: 10%;
  left: 0;
  z-index: 1;
}

.sub_text {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
}

.main_text {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 20px;
}

.sub_text2 {
  font-weight: 300;
  font-size: 24px;
}

.main_video_btn {
  background: #fff;
  color: #202020;
  text-align: center;
  display: block;
  margin-top: 90px;
  border-radius: 50px;
  padding: 15px 74px;
}


.long_img {
  width: 1920px;
  margin-bottom: 10%;
  position: relative;
}

.long_img > img {
  display: block;
  width: 100%;
}

.long_btn {
  position: absolute;
  top: 52%;
  right: 19%;
  width: 5%;
  height: 43%;
}

.long_btn.two {
  right: 33%;
  width: 34%;
  height: 39%;
}
/* long img 끝 */

/* main */
.main_banner {
  width: 100%;
  height: 622px;
  position: relative;
}


.main_banner_left_bg{background-color: #758A74;  width: 40%; height: 100%; position: relative;}
.main_banner_txt_wrap {color: #FFF;  padding: 50px 0px 0px 240px;}
.main_banner_img_wrap {width: 60%; height: 100%; position: relative; overflow: hidden;}
.main_sl_inner  {height: 100%; position: relative;}
.main_b_b_bg {width: 100%; height: 100%; background-color: #000; opacity: 0.4; position: absolute; top: 0; left: 0;}
.main_banner_txt_wrap .ms_txt1 {font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.main_banner_txt_wrap .ms_txt2 {font-weight: 600; font-size: 48px; margin-bottom: 20px;}
.main_banner_txt_wrap .ms_txt3 {font-size: 24px; font-weight: 300; margin-bottom: 20px;}
.main_banner_txt_wrap .ms_txt4 {font-weight: 300; font-size: 18px; margin-bottom: 10px;}
.main_banner_txt_wrap .ms_txt4 > span {font-weight: 500;}
.main_banner_txt_wrap .ms_txt4_wrap {margin-bottom: 56px;}
.main_sl_btn_wrap > button {width: 200px; height: 60px; font-size: 18px; font-weight: 500;}
.main_sl_btn_wrap > button.m_sl_btn1 {background-color: #FFF; color: #476D46;}
.main_sl_btn_wrap > button.m_sl_btn2 {background-color: #476D46; color: #FFF;}
.main_sl_btn_wrap {gap:0 10px;}
.main_banner_img_top > div > img {width: 100%;}
.main_banner_img_top > div:first-child {width: 32%;}
.main_banner_img_top > div:last-child {width: 68%;}
.main_banner_img_top > a {width: 68%; display: block; overflow: hidden;z-index: -2; height: 100%;}
.main_banner_img_top {height: 30%;}
.main_banner_img_top.main_banner_img_bt {height: 70%;}
.main_banner_img_top > a > video {width: 100%;}
.main_banner_img_top > div.main_img1_box {background-size: cover; width: 32%; background: url(../img/main_s1.png) no-repeat center; height: 100%; background-size: cover;}
.main_banner_img_top > div.main_img2_box {background-size: cover; width: 68%; background: url(../img/main_s2.png) no-repeat center; height: 100%; background-size: cover;}
.main_banner_img_top > div.main_img3_box {background-size: cover; width: 32%; background: url(../img/main_s3.png) no-repeat center; height: 100%; background-size: cover;}
.main_banner_img_top > div.main_img4_box {background-size: cover; width: 68%; height: 100%; }

.main_banner_img_wrap.main_banner_img_wrap3 .main_banner_img3{background: url(../img/main_b3.png) no-repeat 100% 30%; width: 100%; height: 100%; background-size: cover;}
.main_banner_li3 .main_banner_left_bg {background-color: #6B8B99;}
.main_banner_li3 .main_sl_btn_wrap > button.m_sl_btn2 {background-color: #3F5F6D;}
.main_banner_img_wrap.main_banner_img_wrap3 .main_banner_img4 {height: 100%;}
.main_banner_img_wrap.main_banner_img_wrap3 .main_banner_img4 > video {width: 100%; height: 100%; object-fit: cover;}

.mid_banner ul.swiper-wrapper {height: auto;}
.main_bottom_wrap li a:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/icon1.png) no-repeat center / contain;
    margin-right: 10px;
    vertical-align: bottom;
}

.main_bottom_wrap li:nth-child(2) a::before {
    background-image: url(../img/icon2.png);
    position: relative;
}

.main_bottom_wrap li:nth-child(3) a::before {
  background-image: url(../img/icon3.png);
}

.main_bottom_wrap  {background-color: #f5f5f5;}

.main_bottom_wrap li {
    width: calc(100% / 3);
    text-align: center;
    position: relative;

}
.main_bottom_wrap li > a {font-size: 2.4rem; font-weight: 600; display: block; width: 100%; height: 100%;   padding: 30px 0;}
.main_bottom_wrap li::after {
    content: "";
    display: inline-block;
    background-color: #cbcccc;
    width: 2px;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.main_bottom_wrap li:last-child:after {
    content: "";
    display: none;
}
.main_banner .swiper-button-prev:after {
    content: "";
    background: url(../img/banner_left_arrow.png) no-repeat;
    width: 26px;
    height: 50px;
}
.main_banner .swiper-button-next:after {
    content: "";
    background: url(../img/banner_right_arrow.png) no-repeat;
    width: 26px;
    height: 50px;
}
.main_banner .swiper-button-next {
    right: 30px;
}
.main_banner .swiper-button-prev {
  left: 30px;
}

section.main_section {
  width: 1440px;
  margin: 0 auto;
}
section.sub_sec {
    width: 1200px;
    margin: 0 auto;
  }

.main section {padding: 100px 0;}
.main section .title_wrap {margin-bottom: 60px;}
.main section .title_wrap .sec_title {font-size: 3.2rem; margin-bottom: 10px; font-weight: 600; text-align: center;}

.main section .title_wrap .sub_title {font-size: 1.8rem; text-align: center; font-weight: 300;}
.main section .title_wrap .sub_title.sub_title1_2 br {display: none;}

.main_story_wrap {position: relative;}

.m_story_tab_btn {text-align: center; gap: 0 17px; justify-content: center; align-items: center; margin-bottom: 50px;}
.m_story_tab_btn::before {content: ""; display: inline-block; background: url(../img/m_line.png) no-repeat; width: 114px; height: 4px;}
.m_story_tab_btn::after {content: ""; display: inline-block; background: url(../img/m_line2.png) no-repeat; width: 114px; height: 4px;}
.m_story_tab_btn > li {display: block; width: 180px; height: 50px; border-radius: 50px; border: 1px solid #D2D2D2; color: #D2D2D2; font-size: 2.4rem; font-weight: 300; line-height: 50px; cursor: pointer;}
.m_story_tab_btn > li > a {display: block;}
.m_story_tab_btn > li.on {background-color: #00545E; color: #FFF;}
.main section.story_sec .title_wrap {margin-bottom: 40px;}
.story_det_wrap {width: 100%; position: relative;}
.story_det_content {display: none;}
.story_det_content.on {display: block;}
.main_story_wrap > button.plus_btn {position: absolute; right: 0;}
.main .story_det_wrap .story_det_left {width: 47%;}
.main .story_det_wrap .story_det_right {width: 49%; flex-wrap: wrap; gap: 40px;}
.main .story_det_wrap .story_det_right .story_det_right_item {width: 47%;}
.story_det_content .story_det_box {display: block; border-radius: 12px; overflow: hidden; box-shadow: 0px 0px 10px rgba(0,0,0,.2); position: relative;}
.story_det_content .story_det_box img {width: 100%;}
.ambs_mb_bt_txt {position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 90%; color: #FFF; background-color: rgba(0, 0, 0, 0.5); height: 60px; border-radius: 12px; text-align: center; font-weight: 500; font-size: 12px; line-height: 60px; display: none;}

.story_det_content .story_det_box .story_det_txt {padding: 30px;}
.story_det_content .story_det_box .story_det_txt .story_det_top_txt {margin-bottom: 20px;}
.s_mark_txt {display: inline-block; background-color: #00BB8E; color: #FFF; font-size: 14px; font-weight: 300; padding: 7px 16px; border-radius: 50px;}


.s_date_txt {font-size: 14px; font-weight: 300;}
.main .story_det_txt > p {font-size: 1.8rem; width: 100%; text-overflow: ellipsis; overflow: hidden;  word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical}

.mid_banner_sec_bg {background: url(../img/mid_banner.png) no-repeat; height: 760px; background-size: cover;}
.mid_banner_sec .mid_b_det > span {font-weight: 500; font-size: 2.4rem; margin-bottom: 20px; color: #fff; display: block;}
.mad_banner_li2 .mid_banner_sec_bg {background: url(../img/mid2.png) no-repeat; background-size: cover;}
.mad_banner_li3 .mid_banner_sec_bg {background: url(../img/mid3.png) no-repeat; background-size: cover;}
.mad_banner_li4 .mid_banner_sec_bg {background: url(../img/mid4.png) no-repeat; background-size: cover;}
.mid_banner_sec .mid_b_det > h6 {color: #fff; font-size: 3.6rem; font-weight: 600; margin-bottom: 20px;}
.mid_banner_sec .mid_b_det > p {font-size: 2.4rem; font-weight: 300; margin-bottom: 60px; color: #FFF;}
.mid_banner_sec .mid_b_det .mid_bn_btn_wrap {gap: 0 20px;}
.mid_banner_sec .mid_b_det .mid_bn_btn_wrap > button {width: 200px; height: 60px; border-radius: 50px; border: 1px solid #FFF; color: #FFF; font-weight: 500; font-size: 2.4rem;}
.mid_banner_sec .mid_b_det .mid_bn_btn_wrap > button.m_b_more_btn2 {background-color: #FFF; color: #312828;}






.main_envent_wrap {background-color: #F8F8F8;}
.notice_top_wrap {overflow: hidden;}
.notice_top_li > li {width: 31%;}
.main_notice_t_det {font-size: 1.8rem; font-weight: 500;}
.con_in_txt_wrap {margin-bottom: 20px;}


.popular > .set_tltle_box {
    max-width: 1200px;
    margin: 0 auto;
}
.popular > .popular_gallary_box {
    max-width: 1200px;
    margin: 0 auto;
}
.recommendation_box {
    max-width: 1200px;
    margin: 0 auto;
}
.pop_li_txt {
  padding: 30px;
}

.pop_li_txt > p {margin-bottom: 55px; font-weight: 500; font-size: 1.8rem;}
.pop_li_txt > span {display: block; text-align: right; font-weight: 500; font-size: 14px;}

.popular_slide_wrap {
  position: relative;
  overflow: hidden;
  height: 560px;
}
.popular_li > li {
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  height: 540px;
  overflow: hidden;
  max-width: 330px;
}
.popular_li > li > a {
  width: 100%;
}
.event_slide_sec .popular_li {padding-left: 10px; }

.popular_li > li .pop_li_img {
    height: 385px;
    overflow: hidden;
    display: grid;
    align-content: center;
    border-radius: 2px 2px 0 0;
}

.popular_li > li .pop_li_img > img {
  width: 100%;
  height: auto;
}


.popular_slide1 .swiper-button-next {
  right: -200px;
  color: #505050;
}
.popular_slide1 .swiper-button-prev {
  left: -200px;
  color: #505050;
}
.popular_gallary {
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 32px;
}
.popular_gallary > a {
  position: relative;
  border-radius: 4px;
  width: 49%;
}
.popular_gallary > a img {
  width: 100%;
  border-radius: 4px;
}
.popular_gallary .pop_gal_txt {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.popular_gallary .pop_gal_txt > p {
  font-size: 2.4rem;
  margin-bottom: 2px;
}
.popular_gallary .pop_gal_txt > h4 {
  font-size: 3.6rem;
  font-weight: 700;
}
.recommendation {
  margin-bottom: 65px;
}
.sec_title > img {
  display: inline-block;
  vertical-align: -5px;
}

.popular .swiper-container,
.recommendation .swiper-container {
    overflow: visible;
}

.notice_sec .notice_title_wrap {margin-bottom: 36px;}
.notice_sec .notice_title_wrap > h4 {font-size: 2.4rem; font-weight: 600;}
.notice_sec .notice_title_wrap > button {font-size: 14px; font-weight: 600; color: #B7B7B7;}
.notice_sec .notice_top_li {margin-bottom: 70px; height: auto;}
.notice_top_li .main_notice_img {margin-bottom: 30px; border-radius: 12px; overflow: hidden; max-height: 274px;}
.n_mark_txt {display: block; padding: 7px 16px; background-color: #006ABB; border-radius: 50px; color: #FFF; font-size: 14px; font-weight: 300; width: fit-content;}
.notice_board {width: 48%;}
.notice_board_tb {border-top: 1px solid #707070;}
.notice_board_tb ul > li {padding: 30px; border-bottom: 1px solid #B7B7B7;}
.notice_board_tb ul > li p {font-size: 1.8rem; font-weight: 500; margin-bottom: 30px; min-height: 50px;}
.notice_board_tb ul > li .notice_tb_date > span {font-size: 1.4rem; color:#505050 ;}
.notice_board_tb ul > li .notice_tb_date > span:first-child {font-weight: 500;}
.support_sec {position: relative;}
.support_sec .swiper-wrapper{height: auto;}
.support_sec .sp_bg1 {width: 100%; height: 350px; background-color: #815720; position: absolute; bottom: 0; z-index: -1;}
.main_support {background: url(../img/spout_bg2.png) center 100% no-repeat; height: 500px; position: relative; border-radius: 24px 24px 0 0; background-size: cover;}
.main_support2 {background: url(../img/spout_bg.png) center 100% no-repeat; height: 500px; }
.main_support3 {background: url(../img/spout_bg2_3.png) center 100% no-repeat; height: 500px; }
.main_support4 {background: url(../img/spout_bg2_4.png) center 100% no-repeat; height: 500px; }
.main_support .sp_right_txt_wrap {position: absolute; right: 80px; top: 50%; transform: translateY(-50%); text-align: center; color: #FFF;}
.main_support .sp_right_txt_wrap > span {display: block; margin-bottom: 10px; font-size: 1.8rem; font-weight: 300;}
.main_support .sp_right_txt_wrap > span br {display: none;}
.sp_mb_btn {width: 100px; height: 30px; color: #815720; background-color: #FFF; border-radius: 30px; font-size: 12px; font-weight: 500; display: none; margin: 0 auto;}
.main_support .sp_right_txt_wrap > h5 {font-size: 4.8rem; font-weight: 600; margin-bottom: 20px;}
.main_support .sp_right_txt_wrap > p {font-size: 2.4rem; font-weight: 300; margin-bottom: 30px;}
.main_support .sp_btn_wrap {justify-content: center; gap: 0 10px;}
.main_support .sp_btn_wrap > button {width: 190px; height: 50px; border-radius: 50px; font-size: 1.8rem; font-weight: 600;}
.main_support .sp_btn_wrap > button.sp_btn1 {background-color: #FFF; color: #815720;}
.main_support .sp_btn_wrap > button.sp_btn2 {background-color: #815720;}
.campaign_li > li {margin-bottom: 60px;}
.campaign_li > li:last-child {margin-bottom: 0;}
.campaign_li .campaign_right_txt {width: 50%; padding-right: 70px;}
.campaign_li .campaign_left_move {width: 45%; margin-right: 5%;}
.campaign_li .campaign_right_txt > span {font-size: 2.4rem; font-weight: 300; margin-bottom: 10px; display: block;}
.campaign_li .campaign_right_txt > h4 {font-size: 3.6rem; font-weight: 600; margin-bottom: 30px;}
.campaign_li .campaign_right_txt > p {font-size: 1.8rem; font-weight: 300;}

/* 메인페이지 모바일 스토리 */
.story_menu_mb1 { position: relative; display: none;}
.story_menu_mb3 {position: relative; display: none;}


footer .customer_wrap .swiper-wrapper {height: auto;}


/* 서브페이지 탑 배너 */

.sub_top_bg { height: 400px; position: relative; background-size: cover;}
.introduction_bg {background: url(../img/sub_banner1.png) no-repeat center  100%; background-size: cover;}
.sponsorship_bg {background: url(../img/sponsor_bg.png) no-repeat center  100%; background-size: cover;}
.news_bg {background: url(../img/news_bg.png) no-repeat center  100%; background-size: cover;}



.sub_banner_txt_con { height: 100%;}
.sub_banner_txt {color: #FFF; width: 100%; margin: 0 auto; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.sub_banner_txt > h3 {font-size: 4.8rem; font-weight: 600; margin-bottom: 20px; text-shadow:0px 0px 6px rgba(0, 0, 0, 0.2)}
.sub_banner_txt > p {font-size: 2.4rem; text-shadow:0px 0px 6px rgba(0, 0, 0, 0.2)}

/* 서브페이지 */
.sub_sec {padding-top: 160px;}
.sub_sec_title_wrap {margin-bottom: 100px;}
.sub_sec_title_wrap h3.title {margin-bottom: 60px; font-size: 4.8rem; font-weight: 700; text-align: center;}

.sub_sec_title_wrap p {text-align: center; color: #505050; font-size: 2.4rem; font-weight: 300; }
.section_wrap {margin-bottom: 160px;}
.introduction_sec .in_sub_img1 {margin-bottom: 120px;}
.introduction_sec .in_sub_img1 > img {width: 100%;}


.introduce_sec2 .sub_sec_title_wrap h3.title {text-align: left;}
.in_sec2_con_img {width: 50%;}
.introduce_sec2 .sub_sec_title_wrap p {text-align: left; font-size: 2.4rem; color: #202020; margin-bottom: 100px;}

.in_sec2_con_txt {width: 50%; position: relative;}
.introduce_sec2 {margin-bottom: 160px;}
.in_sec2_img_content_wrap::after {content: ""; display: block; clear: both;}
.in_sec2_con  {width: 1551.5px; position: relative; background-color: #f8f8f8; z-index: 0;}
.in_sec2_con.in_sec2_con_left {float: right ;}

.in_sec2_con_txt {padding-top: 60px;}
.in_sec2_con_left_in .in_sec2_con_txt {padding-left: 60px; padding-right: 30px;}
.in_sec2_con_in {width: 1200px;}
.in_sec2_con_txt .in_sec2in_title {font-size: 3.6rem; font-weight: 600; margin-bottom: 30px; color: #00545E;}
.in_sec2_con_txt .in_sec2in_subtitle {font-size: 2.4rem; font-weight: 300;}
.in_sec2_con_txt > img {position: absolute; right: 30px; bottom: 30px; z-index: -1;}
.in_sec2_img_content_wrap_in::after {content: ""; display: block; clear: both;}
.in_sec2_con.in_sec2_con_right {float: left ;}
.in_sec2_con_in.in_sec2_con_right_in {justify-content: flex-end;}
.in_sec2_con_right_wrap {justify-content: flex-end;}

.in_sec2_con_right_wrap .in_sec2_con_txt {padding-left: 0px;}
.introduce_sec3 { background: url(../img/sec3_bg.png) no-repeat center 100% ; height: 960px; position: relative; background-size: cover;}
.int_sec3_inner {position: absolute; width: 50%; height: 90%; background-color: rgba(255,255,255,0.3); backdrop-filter: blur(10px); bottom: 0; right: 0; padding: 60px 40px 60px 60px; color: #FFF;}
.int_sec3_box_title > h3 {font-size: 3.6rem; font-weight: 600; }
.int_sec3_box_title {margin-bottom: 30px;}
.int_sec3_box_title > .int_title_line {content: ""; display: inline-block; width: 80%; background-color: #FFF; height: 2px;}
.sec3_box_step_txt_wrap {gap: 0 50px; position: relative; min-height: 70px; }
.sec3_box_step_txt_wrap > span {display: inline-block; background-color: #FFF; color: #00545E; font-size: 3rem; font-weight: 500; text-align: center; border-radius: 12px; width: 180px; height: 50px; line-height: 50px; position: relative; font-weight: 400;}
.sec3_box_step_txt > p {font-size: 2.4rem; font-weight: 300; padding: 7px 0 20px;}
.sec3_box_step_txt::before {content: "";
  display: block;
  width: 4px;
  height: 100%;
  min-height: 70px;
  position: absolute;
  top: 0;
  left: 90px;
  background-color: #FFF; z-index: -1;}
.sec3_box_step_txt_wrap:last-child .sec3_box_step_txt::before {content: ""; display: none;}
.introduce_sec4 {padding: 200px 0 0;}

.introduce_sec4 .in_sec2_con_txt > h3 {font-size: 4.8rem; margin-bottom: 60px; font-weight: 600;}
.introduce_sec4 .in_sec2_con_txt .in_sec2in_subtitle {margin-bottom: 40px;}
.insec4_icon_box {padding-top: 60px; text-align: center;}
.insec4_icon_box .insec4_icon_img {margin: 0 auto 30px;}
.insec4_icon_box .insec4_icon_img > img {margin: 0 auto;}
.introduce_sec4 .in_sec2_con_left_in .in_sec2_con_txt {padding-bottom: 125px;}
.insec4_icon_box .insec4_icon_txt1 {margin-bottom: 30px; font-weight: 600; font-size: 2.4rem;}
.insec4_icon_box .insec4_icon_txt2 {font-size: 2.4rem; font-weight: 300;}

.mvc_wrap  {width: 100%;}
.mvc_left_wrap {width: 50%; position: relative;}
.mvc_right_wrap {width: 50%; background-color: #f8f8f8; padding: 60px 381.5px 120px 60px;}

.mvc_box_txt_wrap > h3 {font-size: 4.8rem; font-weight: 600; margin-bottom: 60px;}
.mvc_box_txt_wrap > h5 {font-size: 3.6rem; color: #00545E; font-weight: 500; margin-bottom: 30px;}
.mvc_box_txt_wrap > p {font-size: 2.4rem; font-weight: 300; margin-bottom: 40px;}
.mvc_icon_wrap .mvc_icon_img {margin-bottom: 30px;}
.mvc_icon_wrap .mvc_icon_img > img {margin: 0 auto;}
.mvc_icon_wrap {text-align: center; padding-top: 60px;}
.mvc_icon_wrap > h6 {font-size: 2.4rem; font-weight: 500; margin-bottom: 30px;}
.mvc_icon_wrap > p {font-size: 2.4rem; font-weight: 300;}
.mvc_left_wrap {flex-direction: column; justify-content: space-between; padding-left: 351.5px;}
.mvc_left_wrap .mvc_icon_wrap {padding: 0 50px 100px;}

.mvc_wrap2 .mvc_left_wrap {padding-right: 351.5px; padding-left: 0;}
.mvc_wrap2 .mvc_right_wrap {padding: 60px 60px 120px 351.5px;}

.int_sec5_bt_box {background-color: #F8F8F8; padding: 100px 0 160px;}
.int_sec5_bt_box > h3 {text-align: center; font-size: 4.8rem; font-weight: 600; margin-bottom: 100px;}
.insec5_value_li {flex-wrap: wrap; gap: 96px 0;}
.insec5_value_li > li {width: 50%; text-align: center;}
.insec5_value_li > li > img {margin: 0 auto 30px;}
.insec5_value_li > li > h4 {font-size: 2.4rem; font-weight: 500; margin-bottom: 30px;}
.insec5_value_li > li > p {font-size: 2.4rem; font-weight: 300;}
.insec5_value_li > li:last-child {width: 100%;}
.insec5_value_li.insec5_value_li2 > li:last-child {width: 50%;}








/* 인사말 */
.about_sec .in_sub_img1 {margin-bottom: 100px;}
.about_sec .sub_sec_title_wrap p {font-size: 2.4rem;}
.about_txt_item {margin-bottom: 60px;}
.about_txt_item:last-child {margin-bottom: 100px;}
.about_txt_item > h4 {width: 50%; font-size: 3.6rem; font-weight: 600;}
.about_txt_item > p {width: 50%; font-size: 2.4rem; font-weight: 300;}
.about_txt_wrap > h3 {font-size: 3.6rem; text-align: center; font-weight: 600;}


/* 조직도 */
/* .group_chart_wrap {font-size: 2.4rem; font-weight: 600; text-align: center;}
.group_chart_wrap .circle_txt {width: 150px; height: 150px; border-radius: 50%; color: #FFF; display: inline-block; text-align: center; line-height: 150px; }
.group_chart_wrap .g_txt1 {background-color: #00A6BB; margin: 0 auto 60px; display: block;}
.group_chart_wrap .g_txt1::after {content: ""; display: block; }
.group_chart_mid_wrap {justify-content: center;}
.group_chart_wrap .sq_txt1 {background-color: #FFF; display: inline-block; border: 2px solid #00A6BB; width: 200px; height: 60px; color: #00A6BB; border-radius: 24px; line-height: 60px;}
.group_chart_wrap .length_line {width: 2px; background-color: #D2D2D2; margin: 0 auto; z-index: -1;}
.group_chart_wrap .length_line1 {height: 100%; position: absolute; top: 150px; left: 50%; transform: translateX(-50%);}
.group_chart_wrap .wid_line {height: 2px; background-color: #d2d2d2;}
.group_chart_wrap .wid_line1 {width: 100px;}
.group_chart_wrap .g_txt2 {background-color: #00545E;}
.circle_txt_wrap {position: relative;} */
.group_ct_wrap > img {width: 100%;}

/* 홍보대사 */
.ambassadors_warp {box-shadow: 0px 10px 20px rgba(0,0,0,.1); width: 996px; margin: 0 auto;}
.amb_img_wrap {position: relative;}
.amb_img_wrap > img {position: absolute; top: 0; left: 0;}
.amb_img_top > img {padding: 40px; margin: 0 auto;}
.amb_text_wrap {padding: 100px 60px; text-align: center;}
.amb_text_wrap > h5 {font-size: 3.6rem; font-weight: 500; margin-bottom: 60px;}
.amb_text_wrap > p {font-size: 2.4rem; font-weight: 300; color: #505050; margin-bottom: 88px;}
.amb_sign_txt_wrap {text-align: right;}
.amb_sign_txt_wrap > h6 {margin-bottom: 20px; color: #505050; font-weight: 500; font-size: 1.8rem;}
.amb_sign_txt_wrap > p {font-size: 3.6rem; font-weight: 600;}
.amb_sign_txt_wrap > p > span {display: inline-block; margin-left: 20px; color: #00545E; font-weight: 700;}

/* 오시는 길 */
.wrap_controllers {display: none; }
.map_wrap{margin-bottom: 60px;}
.map_sec table {width: 100%; border-top: 2px solid #00545E;}
.map_sec table th {height: 80px; width: 20%; background-color: #F8F8F8; font-size: 1.8rem; font-weight: 500; border-bottom: 1px solid #D2D2D2;}
.map_sec table td {height: 80px; padding: 0 60px; border-bottom: 1px solid #D2D2D2; font-size: 1.8rem;}
.map_sec table tr:first-child td {font-weight: 500;}
.map_sec table tr:last-child td {font-weight: 300;}


/* 지회 안내 */
.branch_info_notice > h5, .branch_board_notice > h5 {font-size: 3.6rem; font-weight: 600; margin-bottom: 60px; text-align: center;}
.br_notice_sc {margin-bottom: 60px;}
.branch_info_notice > form { width: 720px; margin: 0 auto 100px;}
.branch_info_notice table tbody tr {cursor: pointer;}
.branch_info_notice > form input {width: 500px; border: 1px solid #202020; height: 58px; padding: 20px; border-radius: 0; font-size: 1.4rem;}
.branch_info_notice > form .br_notice_sc > button {width: 210px; background-color: #202020; color: #FFF; height: 58px; font-weight: 600; font-size: 2.4rem;}
.branch_info_notice > form > select {width: 720px; border: 1px solid #202020; height: 58px; padding: 10px 20px;}
.branch_info_notice table {width: 100%; border-top: 2px solid #00545E; margin-bottom: 60px;}
.branch_info_notice table th {font-weight: 500; font-size: 1.8rem; padding: 30px 0px; border-bottom: 1px solid #D2D2D2;}
.branch_info_notice table td {font-weight: 500; font-size: 1.8rem; padding: 30px 0px; border-bottom: 1px solid #D2D2D2; text-align: center;}
.branch_info_notice table tr th:first-child {width: 5%;}
.branch_info_notice table tr td:first-child {width: 5%;}
.branch_info_notice table tr td:nth-child(2) {width: 5%;}
.branch_info_notice table tr td:nth-child(4) {width: 15%;}
.branch_info_notice table tr td:last-child {padding-right: 15px;}
.branch_info_notice table tr th:last-child {padding-right: 15px;}
.branch_info_notice.branch_info_notice2 table tr th:first-child {width: 20%;}
.branch_info_notice.branch_info_notice2 table tr td:first-child {width: 20%;}
.branch_info_notice table.infotb3 tr th:nth-child(4) {width: 47%;}
.branch_info_notice table td.t_home_btn {cursor: pointer;}
.branch_info_notice table td.t_date_t {font-weight: 200;}
.branch_info_notice table td > img {margin: 0 auto;}
.page_li { justify-content: center; font-size: 1.8rem; font-weight: 300;}
.page_li li { cursor: pointer; padding: 8px 15px;}
.page_li li.on {font-weight: 700; color: #00545e;}
.page_li li > img {margin: 0 auto;}
.branch_info_notice .chk_box_wrap input[type="checkbox"] {margin-right: 0;}

.branch_info_notice table td.sum_td {padding: 0;}
.branch_info_notice table td.t_title_det {text-overflow: ellipsis; overflow:hidden; white-space:nowrap; padding: 30px 0;}
.branch_info2_sec .branch_info_notice table tbody tr {cursor: pointer;}
.branch_info2_sec .branch_info_notice table {margin-bottom: 30px;}
.tb_b_btn_wrap > button {width: 130px; height: 50px; font-size: 1.8rem; font-weight: 600;}
.tb_b_btn_wrap > button.tb_del_btn {border: 1px solid #202020;}
.tb_b_btn_wrap > button.tb_up_btn {background-color: #00545E; color: #FFF;}
.branch_info2_sec .tb_b_btn_wrap {justify-content: flex-end; gap: 10px; margin-bottom: 46px;}
.branch_info3_sec .branch_info_notice > form {width: 100%;}
.branch_info_notice > form > .b_regis_inbox {margin-bottom: 60px;}
.branch_info_notice > form > .b_regis_inbox input {width: 100%;}
.branch_info_notice > form > .b_regis_inbox p {margin-bottom: 30px; font-size: 1.8rem; font-weight: 500;}
.branch_info_notice > form > .b_regis_inbox textarea {width: 100%; border: 1px solid #202020; padding: 20px; height: 600px;}
.branch_info3_sec .tb_b_btn_wrap {justify-content: center; gap: 10px; }
.branch_info_notice > form > .b_regis_inbox:last-child {margin-bottom: 0;}
.b_regi_img_wrap {gap: 0 20px;}
.b_regi_img_wrap label {cursor: pointer; width: 120px; height: 120px;}
.b_regi_img_wrap .w_img {position: relative; width: 120px; height: 120px;}
.b_regi_img_wrap .w_img > button {position: absolute; top: 0; right: 0;}

.b_board_top{border-top: 2px solid #00545E; border-bottom: 1px solid #D2D2D2; padding: 30px 33px; margin-bottom: 53px;}
.b_board_top .b_b_title {width: 60%;}
.branch_posting_wrap {margin-bottom: 100px;}
.branch_posting_wrap > .b_post_img {margin-bottom: 60px;}
.b_post_img > img {margin: 0 auto 60px;}
.b_post_img > video {margin: 0 auto 60px;}
.b_post_img > iframe {margin: 0 auto 60px;}
.branch_posting_wrap > .b_post_txt {margin-bottom: 100px; font-size: 1.8rem;}
.branch_posting_wrap .tb_b_btn_wrap {gap: 0 10px; justify-content: center;}
.b_comment_wrap {margin-bottom: 60px;}
.b_comment_wrap > .cm_title {font-size: 2.4rem; font-weight: 600; margin-bottom: 13px;}
.b_comment_wrap > .cm_title > span {font-size: 1.8rem; font-weight: 300; display: inline-block; margin-left: 10px;}
.b_comment_in_wrap {background-color: #F8F8F8; padding: 30px; border-radius: 24px;}
.b_comment_in_box {height: 58px; width: 100%; border: 1px solid #202020; padding:16px 30px; background-color: #fff;}
.b_comment_in_box input {width: 90%; border: none; font-size: 1.4rem;}
.b_cm_li_item {position: relative; margin-bottom: 30px;}
.b_cm_li {padding-top: 30px;}
.b_cm_li_item .b_cm_dete {display: inline-block; margin-left: 20px;}
.b_cm_li_item .b_cm_li_name {margin-bottom: 10px;}
.b_cm_li_item h6 {font-size: 1.8rem; font-weight: 600;}
.b_cm_li_item > p {font-size: 1.8rem; font-weight: 300; margin-bottom: 20px;}
.b_cm_li_item > .b_cm_li_btn {gap: 0 30px; margin-bottom: 20px;}
.b_cm_li_item > .b_cm_li_btn > button {font-size: 1.8rem; color: #606060; font-weight: 300;}
.ripple_wrap_btn > p > img {display: inline-block;}
.ripple_wrap_btn {cursor: pointer; margin-bottom: 30px;}
.ripple_wrap_btn > p {margin-left: 10px; font-size: 1.8rem; font-weight: 300;}
.ripple_wrap_btn > p > span {display: inline-block; margin: 0 10px 0 8px; font-size: 2rem; font-weight: 500;}
.ripple_li_inner {padding-left: 30px; display: none;}

.ripple_wrap_btn > .rotate { transform: rotate(180deg); }

/* 공지사항 */
.branch_info_notice.announcement_bord table td.t_title_det {width: 50%; text-align: left; padding: 30px;}
.branch_info_notice.announcement_bord table td.t_man {font-weight: 300;}
.branch_info_notice.announcement_bord table tr td:first-child {width: 15%; padding: 30px; font-weight: 300;}
.branch_info_notice.announcement_bord table tr td:last-child {padding: 30px;}
/* .branch_board_notice .an_li_view_btn {width: 200px; height: 60px; background-color: #00545E; font-weight: 600; font-size: 2.4rem; margin: 0 auto; color: #FFF;} */


/* 후원 안내 */
.sp_img1_wrap.at-container {margin-bottom: 160px;}
.sp_info_mid_wrap > h3 {font-size: 4.8rem; text-align: center; font-weight: 700; margin-bottom: 100px;}
.sp_info_mid_li {justify-content: space-between; margin-bottom: 160px;}
.sp_info_mid_li > li {width: 32%; text-align: center;}
.sp_info_mid_li > li > img {margin: 0 auto 60px;}
.sp_info_mid_li > li > h4 {color: #00545E; font-weight: 500; font-size: 3.6rem; margin-bottom: 30px;}
.sp_info_mid_li > li > p {font-size: 2.4rem; font-weight: 300;}

.sp_info_bn_item { height: 700px; position: relative;}
.sp_info_bn_item1 {background: url(../img/sp_bg1.png) no-repeat center center;}
.sp_info_bn_item2 {background: url(../img/sp_bg2.png) no-repeat center center;}
.sp_info_bn_item3 {background: url(../img/sp_bg3.png) no-repeat center center;}
.sp_info_bn_item .sp_info_bg_in_txt {position: absolute; top: 50%; left: 100px; transform: translateY(-50%);}
.sp_info_bn_item1 .sp_info_bg_in_txt > h4 {color: #FFF;}
.sp_info_bg_in_txt > h4 { font-size: 3.6rem; margin-bottom: 30px; font-weight: 600;}
.sp_info_bg_in_txt > p {font-size: 2.4rem; font-weight: 300; margin-bottom: 100px; color: #FFF;}
.sp_info_bg_in_txt > p.sp_intxt_la {color: #202020;}
.sp_info_bn_item .sp_info_bg_in_txt > button {width: 200px; height: 60px; border-radius: 50px; font-size: 2.4rem; font-weight: 600;}
.sp_info_bn_li {margin: 0 auto 160px; width: 1200px;}
.sp_info_bn_item1 .sp_info_bg_in_txt > button {color: #6F665D; background-color: #FFF;}
.sp_info_bn_item2 .sp_info_bg_in_txt > h4 {color: #FFF;}
.sp_info_bn_item2 .sp_info_bg_in_txt > p {color: #FFF;}
.sp_info_bn_item2 .sp_info_bg_in_txt > button {background-color: #FFF; color: #202020;}
.sp_info_bn_item3 .sp_info_bg_in_txt > button{background-color: #FFF; color: #AB636A;}
.at-container.sp_bt_info_wrap {margin-bottom: 160px;}
.sp_bt_info_wrap .sp_bt_info_item {width: 48%; height: 362px; padding: 60px 50px; border-radius: 24px;}
.sp_bt_info_item_g {background-color: #F1FEFF;}
.sp_bt_info_item_p {background-color: #F8F8F8;}
.sp_bt_info_item > h6 {font-size: 2.4rem; font-weight: 700; margin-bottom: 30px; color: #00545E;}
.sp_bt_info_item > h6::before {content: ""; display: inline-block; width: 6px; height: 18px; background-color: #00545E; margin-right: 10px; vertical-align: middle;}
.sp_bt_info_item .sp_bt_inp_txt {font-size: 2.4rem; font-weight: 700; margin-bottom: 30px;}
.sp_bt_info_item .sp_bt_inp_txt > span {font-size: 3.6rem; display: inline-block; margin-left: 20px;}
.sp_bt_info_item p.sp_phone_num_txt {font-size: 3.6rem; font-weight: 700; margin-bottom: 30px;}
.sp_bt_info_item .sp_bt_inp_txt2 {margin-bottom: 40px; font-size: 2.4rem; font-weight: 300;}
.sp_bt_info_item > span {font-size: 1.8rem; font-weight: 300; color: #505050;}

.sp_bt_bg_9 {background: url(../img/if_bg.png) no-repeat center center; color: #FFF; padding: 112px 0 105px;}
.sp_bt_bg_9 > p {text-align: center;}
.sp_bt_bg_9_txt1 {font-size: 2.4rem; font-weight: 600; margin-bottom: 60px;}

.sp_bt_bg_9_txt2 {font-size: 2.4rem; font-weight: 300;}
.sp_bt_bg_9_txt2_1.sp_bt_bg_9_txt2 {margin-bottom: 20px;}
.sp_info_tab_btn {border-bottom: 2px solid #00A6BB; width: 1200px; margin: 0 auto 100px;}
.sp_info_tab_btn li {width: 50%; overflow: hidden;  }
.sp_info_tab_btn li:first-child {border-radius: 24px 0 0  0;}
.sp_info_tab_btn li:last-child {border-radius: 0 24px 0 0;}
.sp_info_tab_btn li {display: block; text-align: center; font-size: 36px; font-weight: 300; padding: 29px 0; color: #D2D2D2; background-color: #F8F8F8; cursor: pointer;}
.sp_info_tab_btn li.on {background-color: #00A6BB; font-weight: 600; color: #FFF;}

.sp_if_con {display: none;}
.sp_if_con.on {display: block;}
.sp_if_con .sp_if_top_txt {margin-bottom: 100px;}
#sp_if_menu2.sp_if_con .sp_if_top_txt {margin-bottom: 0;}
.sp_if_con .sp_if_top_txt > h4 {font-size: 48px; font-weight: 600; margin-bottom: 60px;}
.sp_if_con .sp_if_top_txt > p {font-size: 24px; font-weight: 300;}
.sponsorship_info .sp_if_con  {margin-bottom: 160px;}
.sp_bt_bl_bg { background-color: #00A6BB; padding: 55px 0;}
.sp_bt_bl_con {width: 1460px; margin: 0 auto;}
.sp_bt_bl_bg .sp_bt_bl_txt {color: #FFF;}
.sp_bt_bl_txt > h5 {font-size: 36px; font-weight: 600; margin-bottom: 20px;}
.sp_bt_bl_txt > p {font-size: 24px; font-weight: 300;}
.sp_bt_bl_con .sp_bt_bl_btn {gap: 0 20px;}
.sp_bt_bl_con .sp_bt_bl_btn > button {width: 250px; height: 80px; background-color: #FFF; color: #00545E; font-size: 24px; font-weight: 500; border-radius: 50px;}

.sp_sec5_img {position: relative;}
.sp_sec5_img > h5 {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; font-size: 48px; font-weight: 600; color: #FFF; text-align: center;}

.dues_in_wrap {margin: 120px 15px; background-color: #F8F8F8; padding: 100px 15px 60px;}
.dues_in_con {margin-bottom: 30px;}
.dues_in_con > h4 {font-size: 4.8rem; font-weight: 600; margin-bottom: 30px;}
.dues_in_con > p {font-size: 24px; font-weight: 300; margin-bottom: 60px;}
.sp_bt_info_wrap .sp_bt_info_item.sp_bt_info_item_w {background-color: #FFF; height: 216px; padding: 30px;}
.sp_bt_info_item.sp_bt_info_item_w .sp_bt_inp_txt {margin-bottom: 20px;}
.dues_in_wrap .sp_bt_info_wrap {margin-bottom: 30px;}
.dues_mem_wrpa > span {display: inline-block; color: #808080; font-size: 18px; font-weight: 300;}
.dues_mem_wrpa > button {width: 250px; height: 80px; border: 2px solid #00545E; color: #00545E; font-size: 24px; font-weight: 500; border-radius: 50px; background-color: #FFF;}
.member_box3_li > li > div {width: 50%;}
.member_box3_li > li > .m_box3_txt_bg {background-color: #F8F8F8; position: relative; padding: 60px 0 0 60px;}
.member_box3_li > li > .m_box3_txt_bg .m_box3_txt {position: absolute; top: 50%; left: 60px; transform: translateY(-50%);}
.member_box3_li > li {margin-bottom: 60px;}
.m_box3_txt_bg .m_box3_txt > h4 {font-size: 36px; font-weight: 600; color: #00545E; margin-bottom: 30px;}
.m_box3_txt_bg .m_box3_txt > p {font-size: 24px; font-weight: 300;}
.m_box3_txt_bg .m_box3_txt > p.m_box3_txt1 {margin-bottom: 60px;}
.sp_if_con .in_sec2_con_txt .in_sec2in_subtitle {font-size: 18px;}

/* 업무협약 */
.gallery_wrap .b_g_li_in {flex-wrap: wrap; gap: 60px 0;}



/* 걸어온 길 */
.walked_wrap {background-color: #f5f5f5; padding: 100px 0 160px;}
.walked_wrap > h3 {text-align: center; font-size: 3.6rem; font-weight: 600; margin-bottom: 60px;}


/* 정기 후원 */
.regular_sponsor_bg_wrap .regular_sponsor_bg1_1 {background: url(../img/r_s_bg.png) no-repeat center center; }
.regular_sponsor_bg_wrap .regular_sponsor_bg {width: 100%; padding: 140px 0; height: 720px;}
.regular_sponsor_bg_wrap .regular_sponsor_bg1_2 {background: url(../img/r_s_bg2.png) no-repeat center center; }
.regular_sponsor_bg_wrap .regular_sponsor_bg_txt > h4 {font-size: 36px; margin-bottom: 30px; color: #FFF; font-weight: 600;}
.regular_sponsor_bg_wrap {margin-bottom: 160px;}
.regular_sponsor_bg_wrap .regular_sponsor_bg_txt > p {font-size: 24px; font-weight: 300; margin-bottom: 47px; color: #FFF;}
.regular_sponsor_bg_txt .r_s_bg1_txt_box {padding: 18px 34px; background-color: rgba(255, 255, 255, 0.8); width: fit-content; border: 1px solid #707070; border-radius: 24px; color: #6F665D; margin-bottom: 60px; font-size: 24px;}
.regular_sponsor_bg_txt button {width: 250px; height: 80px; border-radius: 50px; background-color: #FFF; color: #635D57; font-size: 24px; font-weight: 600;}
.regular_sponsor_bg_wrap .rs_fr_txt_wrap::after {content: ""; display: block; clear: both;}
.regular_sponsor_bg_wrap .regular_sponsor_bg1_2 .regular_sponsor_bg_txt {float: right  ;}
.regular_sponsor .sp_info_mid_li {flex-wrap: wrap; gap: 100px 0;}
.rs_tw_info_wrap {background-color: #F8F8F8; padding: 100px 0; margin-bottom: 100px;}
.rs_tw_li {margin-bottom: 60px;}
.rs_tw_li > li {width:24%}
.rs_tw_li .rs_tw_img {margin-bottom: 30px;}
.rs_tw_li > li > p {font-size: 24px; font-weight: 500; text-align: center;}
.rs_tw_li.at-container {margin: 0 auto 60px;}
.rs_img1_wrap > h3 {font-size: 48px; font-weight: 700; text-align: center; margin-bottom: 60px;}
.rs_tw_info_wrap .sub_sec_title_wrap  {margin-bottom: 60px;}
.rs_tw_info_wrap .sub_sec_title_wrap h3.title {margin-bottom: 0;}

/* 일시후원 */
.regular_sponsor_bg_wrap.ontime_bg_wrap .regular_sponsor_bg {padding: 130px 0;}
.regular_sponsor_bg_wrap.ontime_bg_wrap .regular_sponsor_bg1_1 {background: url(../img/one_bg1.png) no-repeat center center;}
.regular_sponsor_bg_wrap.ontime_bg_wrap .regular_sponsor_bg1_2 {background: url(../img/one_bg2.png) no-repeat center center;}
.onetime_don_s_wrap .in_sec2_con_txt .in_sec2in_subtitle {font-size: 18px;}
.onetime_don_s_wrap .in_sec2_con_left_in .in_sec2_con_txt {padding: 180px 60px 0;}
.onetime_don_s_wrap .in_sec2_con_right_wrap .in_sec2_con_txt {padding-top: 180px;}

/* 물품후원 */
.article_sponsor .sub_sec_title_wrap > span {display: block; text-align: center; color: #00A6BB; font-size: 18px; margin-top: 30px;}
.regular_sponsor_bg_wrap.article_sponsor_bg_wrap .regular_sponsor_bg {background: url(../img/a_s_bg.png) no-repeat center center;}
.regular_sponsor_bg_wrap.article_sponsor_bg_wrap .regular_sponsor_bg button {color: #7A364B;}
.sp_info_mid_li.a_s_info_li > li > h4 {color: #7A364B;}
.art_s_wrap {margin-bottom: 100px;}
.as_step_wrap.at-container {margin-bottom: 160px;}
.as_step_img {width: 17%; margin-right: 60px; position: relative;}
.as_step_txt {width: 77%;}
.as_step_txt > h4 {font-size: 3.6rem; font-weight: 600; margin-bottom: 30px; color: #00545E;}
.as_step_txt > p {font-size: 18px; font-weight: 300; }
.as_step_txt.as_step_txt1 > p {margin-bottom: 30px;}
.as_step_txt .as_step_item1_txt {padding: 10px 20px; background-color: #E2E2E2; border-radius: 12px; width: fit-content;}
.as_item1_txt_in > img {margin-right: 10px;}
.as_step_item1_txt {gap: 0 30px;}
.as_item1_txt_in > span {font-size: 18px; font-weight: 300; color: #00A6BB; display: inline-block;}
.as_step_item {margin-bottom: 60px;}
.as_step_item:last-child {margin-bottom: 0;}
.as_step_img::after {content: ""; display: block; position: absolute; left: 50%; transform: translateX(-50%); width: 2px; height: 100%; background-color: #00A6BB;}
.as_step_img.as_step_img_last::after {content: ""; display: none;}