@charset "utf-8";

    .intro_txt_cont .hide {
        display: none;
    }
     /* 메인 공통 */
    .main_container {
        height: 400px;
        padding: 100px 0;
    }
    .main_container > .main_title > h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .main_container > .main_title > h1 {
        font-size: 40px;
        line-height: 50px;
        word-break: keep-all;
    }
    .main_container > .main_sub_list > ul {
        display: none;
    }
    .common_sub_menu > dl > dt > a {
        font-size: 16px;
    }

    /* 소개글 공통 */
    .common_title  {
        font-size: 30px;
        line-height: 52px;
        text-align: center;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .common_title::after {
        margin: 10px auto 30px;
    }
    .intro_txt_cont > div > p {
        font-size: 22px;
        line-height: 34px;
        margin-top: 40px;
        word-break: keep-all;
    }
    .intro_txt_cont {
        width: 100%;
        padding: 70px 0;
    }
    .intro_txt_cont > dl {
        flex-direction: column;
        margin-top: 28px;
    }
    .intro_txt_cont > dl > dd {
        width: 100%;
        font-size: 22px;
        line-height: 34px;
    }



    /* 소개 - 기관소개 */
    .intro_agency_wrap {
        letter-spacing: -0.04em;
    }
    .intro_txt_cont_02 > div {
        flex-direction: column;
    }
    .intro_txt_cont_02 > div > s {
        display: block;
        width: 100%;
        height: 800px;
    }
    .intro_txt_cont_02 > div > div {
        margin-left: 0;
        padding: 70px 18px;
    }
    .intro_txt_cont_02 > div > div > p {
        font-size: 16px;
        line-height: 28px;
    }
    .intro_txt_cont_02 > div > div > h2 {
        font-size: 18px;
        margin: 18px 0 28px;
        line-height: 30px;
    }
    .intro_txt_cont_02 > div > div > span {
        font-size: 14px;
    }
    .mob_intro_txt > p::after {
        content: "";
        width: 100%;
        height: 165px;
        position:absolute;
        bottom: 35px;
        left: 0;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
    .open > p::after {
        display: none;
    }
    .more_view_box {
        display: none;
    }
    /* .more_view_box > p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
        letter-spacing: -0.04em;
    } */
    .mob_intro_txt > div.toc {
        text-align: center;
        margin: 40px 0 10px;
    }
    .mob_intro_txt > div > .moreBtn {
        border: 1px solid #dddddd;
        padding: 10px 30px;
        border-radius: 20px;
        font-size: 14px;
        color: #999999;
        cursor: pointer;
    }
    .mob_intro_txt > div > span.moreBtn > s {
        background: url('/img/mobile/gnb_bg2.png') no-repeat center;
        background-size: contain;
        width: 12px;
        height: 6px;
        display: inline-flex;
        margin-left: 4px;
    }
    .intro_cir_cont {
        display: none;
    }

    /* toogle event */
    .mob_intro_txt.open .more_view_box {
        display: block;
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
        letter-spacing: -0.04em;
    }
    .mob_intro_txt.open > div > span.moreBtn > s {
        background: url('/img/mobile/gnb_bg3.png') no-repeat center;
        background-size: contain;
    }

    /* Mobile swiper */
    .mob_cir_cont {
        display: block;
    }
    .mob_intro_cir_cont {
        width: 100%;
        overflow: hidden;
        padding: 70px 0;
    }
    .mob_intro_cir_cont .cir_list {
        text-align: center;
        padding: 0 20px;
    }
    .mob_intro_cir_cont .cir_list > div {
        position: relative;
        background-color: #222222;
        border-radius: 100%;
        margin: 0 auto 40px;
        width: 220px;
        height: 220px;
    }
    .mob_intro_cir_cont .cir_list > div > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 18px;
        color: #e98300;
        line-height: 46px;
        text-align: center;
    }
    .mob_intro_cir_cont .cir_list > div > span > strong {
        color: #fff;
        font-size: 32px;
        line-height: 30px;
        font-weight: 400;
    }
    .mob_intro_cir_cont .cir_list > p {
        font-size: 16px;
        line-height: 28px;
        word-break: keep-all;
    }
    .mob_intro_cir_cont .cir_list > h3 {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
        font-weight: 500;
        margin-top: 20px;
        word-break: keep-all;
    }
    .cirCntSwiper {
        position: relative;
    }
    .cirCntSwiper .swiper-pagination {
        width: 100%;
        bottom: -30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cirCntSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #222222;
        opacity: 1;
        margin: 0 15px 0 0;
    }
    .cirCntSwiper .swiper-pagination-clickable .swiper-pagination-bullet:last-child {
        margin: 0;
    }
    .cirCntSwiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
        cursor: pointer;
        width: 12px;
        height: 12px;
        background-color: #e98300;
    }
    .intro_txt_cont .mob_intro_txt {
        position: relative;
        display: block;
    }
    .intro_txt_cont .mob_intro_txt > p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }



    /* 소개 - 투명경영 */
    .intro_financials_wrap * {
        letter-spacing: -0.04em;
    }
    .mob_audit_system_cont {
        padding: 70px 0;
    }



    /* 소개 - 함께하는 사람들 */
    .grt_cont_flex {
        flex-direction: column;
        align-items: center;
    }
    .grt_txt_box > dl {
        flex-direction: column;
        align-items: center;
        word-break: keep-all;
    }
    .grt_txt_box > dl > dd {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .grt_ceo {
        text-align: center;
    }
    .grt_ceo > p {
        font-size: 16px;
    }
    .grt_cont_flex > div > s.ceo_01 {
        width: 136px;
        height: 180px;
        margin: 0;
    }
    .grt_cont_flex > div > s.ceo_02 {
        width: 136px;
        height: 180px;
        margin: 0;
    }
    .grt_ceo > p > strong  {
        font-weight: 400;
    }
    .grt_txt_box {
        text-align: center;
        word-break: keep-all;
    }
    .grt_sub_tit {
        font-size: 22px;
        line-height: 34px;
        margin-top: 25px;
        word-break: keep-all;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .wwf_people_cont {
        display: none;
    }
    .mob_wwf_people_cont {
        position: relative;
        overflow: hidden;
        display: block;
        padding: 70px 0;
    }
    .pp_slide_cont > ul {
        display: flex;
        justify-content: center;
    }
    .pp_slide_cont > ul > li {
        width: calc(96% / 2);
        text-align: center;
        margin-bottom: 40px;
    }
    .pp_slide_cont > ul > li > s {
        width: 100px;
        height: 130px;
        margin: 0 auto;
        display: block;
    }
    .pp_slide_cont > ul > li > s.pp_01 {
        background: url('/img//newbird/intro/wwf_people_01.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_02 {
        background: url('/img//newbird/intro/wwf_people_02.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_03 {
        background: url('/img//newbird/intro/wwf_people_03.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_04 {
        background: url('/img//newbird/intro/wwf_people_04.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_05 {
        background: url('/img//newbird/intro/wwf_people_05.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_06 {
        background: url('/img//newbird/intro/wwf_people_06.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_07 {
        background: url('/img//newbird/intro/wwf_people_07.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_08 {
        background: url('/img//newbird/intro/wwf_people_08.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_09 {
        background: url('/img//newbird/intro/wwf_people_09.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > s.pp_10 {
        background: url('/img//newbird/intro/wwf_people_10.png') no-repeat;
        background-position: center;
        background-size: 100px auto;
    }
    .pp_slide_cont > ul > li > h3 {
        font-size: 16px;
        line-height: 32px;
        color: #e98300;
        margin-top: 10px;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .pp_slide_cont > ul > li > p {
        font-size: 14px;
        line-height: 21px;
        color: #888888;
        word-break: keep-all;
    }
    .mob_pp_swiper .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 68px;
    }
    .mob_pp_swiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #222222;
        opacity: 1;
    }
    .mob_pp_swiper .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #e98300;
    }
    .mob_pp_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 15px 0 0;
    }
    .mob_pp_swiper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin: 0;
    }
    .wwf_ambssdrs_cont {
        padding: 50px 0;
    }
    .wwf_ambssdrs_cont > p {
        font-size: 18px;
        line-height: 30px;
        width: 90%;
        margin: 0 auto;
        word-break: keep-all;
    }
    .wwf_ambssdrs_cont > p > strong {
        font-weight: normal;
    }
    .intro_kr_ambssdrs {
        margin-top: 50px;
    }
    .glb_tit {
        font-size: 24px;
        line-height: 28px;
    }
    .krAmbssdrsCnt {
        width: calc(100% - 40px);
        margin-top: 10px;
        padding: 40px 30px;
        margin-bottom: -70px;
        position: relative;
        z-index: 1;
    }
    .ambssdrs_thum_slider {
        margin-bottom: 40px;
    }
    .ambssdrs_top_slider_bullet {
        margin-top: 15px;
    }
    .kr_amb_txt_cont {
        flex-direction: column-reverse;
        margin-top: 15px;
    }
    .kr_amb_txt_cont > .kr_amb_txt_inner > h1 {
        font-size: 26px;
        line-height: 60px;
    }
    .kr_amb_txt_cont > .kr_amb_txt_inner > h1 > span {
        font-size: 16px;
        margin-left: 10px;
    }
    .kr_amb_txt_cont > .kr_amb_txt_inner > h2 {
        font-size: 18px;
        line-height: 28px;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .kr_amb_txt_cont > .kr_amb_txt_inner > p {
        font-size: 16px;
        line-height: 28px;
        margin: 20px 0 0;
    }
    .kr_amb_img_cont {
        width: 100%;
        max-width: 100%;
    }
    .krAmbssdrsCnt .swiper-button-prev, .krAmbssdrsCnt .swiper-button-next {
        display: none;
    }
    .intro_glb_ambssdrs {
        position: relative;
        padding: 148px 0 70px;
        margin-top: -60px;
    }
    .glb_ambssdrs_cont{
        display: none;
    }
    .mob_amb_swiper {
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .mob_amb_swiper div > s {
        width: 240px;
        height: 240px;
        display: block;
        margin: 20px auto 0;
        border-radius: 50%;
        overflow: hidden;
    }
    .mob_amb_swiper div > h2 {
        font-size: 22px;
        line-height: 32px;
        margin: 30px 0 10px;
        font-weight: 600;
    }
    .mob_amb_swiper div > span {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.04em;
        color: #808080;
        word-break: keep-all;
    }
    .mob_amb_swiper .swiper-slide > div {
        padding-bottom: 20px;
    }
    .mob_amb_swiper .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 70px;
    }
    .mob_amb_swiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #222222;
        opacity: 1;
    }
    .mob_amb_swiper .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #e98300;
    }
    .mob_amb_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 15px 0 0;
    }
    .mob_amb_swiper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin: 0;
    }

    /* 자원봉사자 모집 */
    .recruit_area {
        padding: 70px 0;
    }
    .recruit_area > div {
        width: 100%;
        margin: 0 auto;
    }
    .rc_process_cont {
        margin-bottom: 0;
    }
    .rc_txt_box > .rc_sub_box > h1 {
        font-size: 22px;
        line-height: 34px;
        word-break: keep-all;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .rc_txt_box > .rc_sub_box > p {
        padding: 20px 0;
        font-size: 16px;
        line-height: 28px;
        word-break: keep-all;
    }
    .rc_txt_box > .rc_sub_box > h2 {
        font-size: 16px;
        line-height: 28px;
        word-break: keep-all;
    }
    .rc_txt_box > .rc_sub_box {
        padding: 36px 20px 30px;
    }
    .rc_txt_box > .rc_sub_box > .rc_btn_box {
        display: block;
    }
    .rc_txt_box > .rc_sub_box > .rc_btn_box > div {
        margin: 45px 0 25px;
    }
    .rc_txt_box > .rc_sub_box > .rc_btn_box > div > p {
        font-size: 18px;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .rc_txt_box > .rc_sub_box > .rc_btn_box > div > p > a > strong {
        display: block;
        margin-left: 0;
    }
    .rc_txt_box > .rc_sub_box > .rc_btn_box > div > h3 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
    }
    /* .rc_process_cont > ul > li:last-child {
        margin-bottom: 0;
    } */
    .rc_process_cont > ul {
        padding-bottom: 64px;
        position: relative;
    }
    .rc_process_cont > ul:after {
        content: "";
        display: block;
        width: calc(100% + 40px);
        height: 1px;
        background-color: #e5e5e5;
        position: absolute;
        left: -20px;
        bottom: 0;
    }
    .rc_process_cont > ul > li > s {
        max-width: 220px;
        width: 100%;
        height: 220px;
    }
    .personal_info {
        margin-top: 0;
        padding: 70px 0;
        border: 0;
    }
    .personal_info > div > strong {
        font-size: 22px;
        line-height: 21px;
        font-weight: 600;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .personal_info > div > p {
        font-size: 15px;
        line-height: 26px;
        padding: 25px 20px;
        margin: 26px 0 40px;
        letter-spacing: 0;
    }
    .personal_info > ul > li > h1 {
        position: relative;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 30px;
        padding-left: 35px;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .personal_info > ul > li {
        margin-top: 55px;
    }
    .personal_info > ul > li:first-child {
        margin-top: 0;
    }
    .info_txt_f16 {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .rc_info_list > p {
        position: relative;
        padding-left: 15px;
    }
    .rc_info_list > p::before {
        position: absolute;
        margin-right: 0;
        left: 0;
        top: 10px;
    }
    .rc_info_list {
        padding: 20px 30px;
    }
    .rc_process_cont > ul > li > p > span {
        font-size: 20px;
        line-height: 46px;
    }
    .rc_process_cont > ul > li > p {
        width: auto;
        font-size: 16px;
        line-height: 28px;
    }
    .rc_process_cont > ul > li > s {
        max-width: 100px;
        width: 100%;
        height: 100px;
        margin-right: 20px;
    }
    .rc_process_cont > ul > li.proc_icon_01 > s {
        background-size: 50px auto;
    }
    .rc_process_cont > ul > li.proc_icon_02 > s {
        background-size: 58px auto;
    }
    .personal_info > ul > li > h1::before {
        margin-right: 6px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* 활동 - 기후 에너지 */
    .clim_energy_cont02 {
        padding: 70px 0;
    }
    .clim_energy_txt > div > p {
        margin: 0;
    }
    .sep_mob_slide {
        top: 60px;
    }
    .energy_txt_box {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    
    .clim_energy_cont03 {
        padding: 70px 0;
        position: relative;
    }
    .wwf_slide {
        
    } 
    .wwf_slide .prtnr_slide {
        margin-top: 64px;
    }
    .wwf_slide .swiper-pagination {
        display: flex;
        position: static;
    }
    .wwf_slide .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 15px;
        opacity: 1;
        width: 6px;
        height: 6px;
    }
    .wwf_slide .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
    .wwf_slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }
    .sep_mob_slide .swiper-slide {
        width: 90%;
        margin: 0 auto;
    }
    .active_txt_box {
        width: 80%;
        padding: 35px 30px;
        margin-top: -25px;
    }
    .active_txt_box > div > h1 {
        font-size: 20px;
        font-weight: 700;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .clim_energy_cont04 {
        height: auto;
        background-position: center;
        padding: 80px 0 70px;
    }
    .clmt_txt_box {
        padding: 0;
    }
    .cont04_txt_box > h1 {
        font-size: 30px;
        line-height: 54px;
        word-break: keep-all;
        font-weight: 700;
    }
    .cont04_txt_box > p {
        font-size: 16px;
        line-height: 28px;
        word-break: keep-all;
    }
    .cont04_txt_box br {
        display: none;
    }
    .cont04_txt_box > div > h2 {
        font-size: 20px;
        font-weight: 400;
    }
    .cont04_txt_box > div > ul > li {
        position: relative;
        padding-left: 15px;
        font-size: 15px;
        word-break: keep-all;
    }
    .cont04_txt_box > div > ul > li::before {
        position: absolute;
        margin-right: 0;
        left: 0;
        top: 10px;
    }
    .clim_energy_cont05 {
        position: relative;
        padding: 70px 0;
    }
    .energy_cont_list {
        display: none;
    }

     /* Mobile swiper 02 */
    .mob_cont05_list {
        display: block;
        overflow: hidden;
    }
    .mobListSwiper img {
        width: 100%;
    }
    .mobListSwiper > div > h1 {
        font-size: 18px;
        line-height: 46px;
        font-weight: 500;
        margin: 15px 0 5px;
    }
    .mobListSwiper > div > p {
        font-size: 15px;
        line-height: 26px;
        color: #808080;
        word-break: keep-all;
    }
    .mobListSwiper > div > h1 > .num {
        width: 30px;
        height: 30px;
        background-color: #e98300;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-right: 10px;
        line-height: 34px;
    }
    /* .mobListSwiper > div.c05_list_01 > h1::before {
        content: "1";
    }
    .mobListSwiper > div.c05_list_02 > h1::before {
        content: "2";
    }
    .mobListSwiper > div.c05_list_03 > h1::before {
        content: "3";
    }
    .mobListSwiper > div.c05_list_04 > h1::before {
        content: "4";
    } */
    .mob_cont05_list .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        position: inherit;
        margin-top: 20px;
    }
    .mob_cont05_list .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #222222;
        opacity: 1;
        margin: 0 6px;
    }
    .mob_cont05_list .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 15px 0 0;
    }
    .mob_cont05_list .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin: 0;
    }
    .mob_cont05_list .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #e98300;
    }
    .clim_energy_cont06 {
        padding: 70px 0 0;
    }
    .clim_energy_cont06 .prtnr_sec04 {
        display: none;
    }
    .sep_report_tit {
        margin-bottom: 25px;
    }

    /* 활동 - 해양 */
    .onc_cont03 {
        position: relative;
        padding: 70px 0 70px;
    }
    .ocn_tit {
        font-size: 18px;
        line-height: 30px;
    }
    .ocn_grytxt {
        width: 100%;
        padding: 35px 30px;
        margin: 25px auto 0;
    }
    .ocn_grytxt > p {
        position: relative;
        padding-left: 16px;
        font-size: 14px;
        line-height: 28px;
    }
    .ocn_grytxt > p::before {
        position: absolute;
        margin-right: 0;
        left: 0;
        top: 10px;
    }
    .ocn_cont04 {
        background-size: cover;
        background-position: center;
        margin-top: 0;
    }
    /* .listCnt_sub_txt {
        display: none;
    } */
    .ocn_cont05 {
        padding: 0;
    }
    .mob_ocn_list {
        padding: 70px 0;
    }

    /* 활동 - 담수 */
    .activity_bg_05 {
        background-position: right;
        background-position-x: 93%;
    }

     /* 활동 - 금융 */
     .fnb_cont03 {
        padding: 70px 0;
    }

    
    /* 활동 - 비즈니스 */
    .fnc_bn_cont > div > p {
        margin-top: 0;
        word-break: keep-all;
    }
    .bsns_cont03 {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 70px 0;
    }
    .bsns_slide_sec {
        margin-top: 30px;
    }
    .bsns_slide_sec .swiper-slide > p {
        width: 100%;
        font-size: 22px;
        line-height: 40px;
        word-break: keep-all;
        padding: 0 10px;
    }
    .c05_mob_list > ul {
        margin-top: 20px;
    }
    .c05_mob_list > ul > h1 {
        font-size: 18px;
        font-weight: 500;
        line-height: 34px;
        transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    }
    .c05_mob_list > ul > li.mgb-10 {
        margin-bottom: 10px;
    }
    .c05_mob_list > ul > li > h2 {
        font-size: 16px;
        line-height: 34px;
    }
    .c05_mob_list > ul > li > h2::before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #e98300;
        border-radius: 10px;
        display: inline-block;
        margin-right: 10px;
    }
    .c05_mob_list > ul > li > p {
        font-size: 15px;
        line-height: 26px;
        word-break: keep-all;
        color: #808080;
    }
    .bsns_slide_sec img {
        width: fit-content;
    }
    .bsns_txt_box  {
        left: 0;
        padding: 0 15px;
    }
    .bsns_txt_box > span {
        font-size: 16px;
        line-height: 28px;
        word-break: keep-all;
    }
    .bsns_slide_sec .swiper-button-next, .bsns_slide_sec .swiper-button-prev {
        display: none;
    }
    .bsns_slide_cont .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-bottom: 20px; */
    }
    .bsns_slide_cont .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #222;
        opacity: 1;
        margin: 0 15px 0 0;
    }
    .bsns_slide_cont .swiper-pagination-clickable .swiper-pagination-bullet:last-child {
        margin: 0;
    }
    .bsns_slide_cont .swiper-pagination-clickable .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #e98300;
    }
    .bsns_cont05 {
        display: none;
    }
    .mob_list_wrap {
        padding: 70px 0 0;
    }
    .act_last_cont {
        padding: 70px 0 0;
    }

    .bo_gall_wrap .banner_pandatalk {
        height: auto;
    }
    .bo_normal_wrap .banner_annual_report {
        height: auto;
    }



    /* ==== 22.04.25 추가 ==== */
    .footer_bttm_link {
        display: block;
    }
    .footer_sns_area {
        justify-content: center;
    }



/* 230221 추가 */
.audit_sys_bnr {
    background-position: center;
    margin: 0;
}


/* 23.05.24 추가 */
.pic_block_link .more_view {
    right: -210%;
}

.footer_letter .chk_box {
    font-size: 14px;
    line-height: 24px;
}

.footer_letter_form {
    margin-top: 3px;
}



/* 23.06.12 추가 */
.main_latest_wrap .main_board_cont .pic_block_wrap {
    padding: 0 10px;
}

.main_exer_slide {
    padding: 0 10px;
}
.main_camp_slide {
    padding: 0 10px;
}



/* 23.11.09 추가 */
/* 온라인 참여 */
.online_sct01 .online_gall_list .bo_gall_item .bo_gall_tit {
    width: calc(100% - 50px);
    font-size: 18px;
    line-height: 30px;
}


/* 야생동물 - 북극곰 */
.mb_bear_sct {padding-bottom: 80px;}
.anm01_sct02 .cont04_txt_box > p > br {display: block;}

.main_banner_slide .swiper-slide .main_banner_txt_en > span.ko {font-size: 50px;}
.main_banner_slide .swiper-slide .main_banner_txt_ko {font-size: 26px;}

.wild_animals01 .anm01_sct02 .panda_cont .anm_banner {background-position: 74% !important;}
.wild_animals01 .anm01_sct02 .leopard_cont .anm_banner {background-position: 74% !important;}
.wild_animals01 .anm01_sct02 .bear_cont .anm_banner {background-position: 74% !important;}



/* 뉴스레터 구독신청 */
.lttrCntWrp .lttrBnr {height: 140px;}
.lttrCntWrp .lttrBnr .lttrTtl {font-size: 40px;}