@charset "utf-8";
body {
    color: #222;
}
.noto {
    font-family: 'NotoSansCJKkr', sanserif;
}

.wwf-ft {
    font-family: 'wwf', 'NanumBarunGothic', sans-serif;
}

.fw-500 {
    font-weight: 500;
}
.sepCmntxt22 {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-align: center;
    word-break: keep-all;
}
.sepCmntxt22 > strong {
    color: #e98300;
    font-weight: 500;
}
.sepCmntxt28 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-align: center;
}
.sepCmntxt28 > strong {
    color: #e98300;
    font-weight: 500;
}
.sepCmntxt18 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.04em;
    text-align: center;
}
.orng_txt {
    color: #e98300;
}
.mg_t_30 {
    margin-top: 30px;
}
.fnc_sub_txt {
    margin-bottom: 60px;
}
.fff_txt {
    color: #fff;
}

/* ==== 메인 공통 START ====*/
.main_container {
    width: 100%;
    padding: 160px 0;
    background-size: cover;
}
.main_container > .main_title {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.main_container > .main_title > h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 28px;
    letter-spacing: 0.06em;
}
.main_container > .main_title > h1 {
    font-size: 68px;
    letter-spacing: -0.04px;
}
.main_container > .main_sub_list {
    margin-top: 58px;
}
.main_container > .main_sub_list > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_container > .main_sub_list > ul > li {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}
.main_container > .main_sub_list > ul > li > i {
    width: 17px;
    height: 14px;
    background-image: url('/img/newbird/intro/img_home.png');
    background-size: 17px auto;
    background-position: center;
    display: inline-block;
    margin-bottom: -2px;
}
.main_container > .main_sub_list > ul > li::after {
    content: "";
    background: url('/img/newbird/intro/img_home_sub_arr.png');
    width: 4px;
    height: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 4px auto;
    margin: 0 12px;
}
.main_container > .main_sub_list > ul > li:last-child::after {
    display: none;
}
.common_sub_menu {
    width: 100%;
    background-color: #1b1b1b;
    position: sticky;
    top: 79px;
    z-index: 50;
}
.common_sub_menu > dl {
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    justify-content: center;
    padding: 20px;
    /* max-width: 720px; */
    margin: 0 auto;
}
.common_sub_menu > dl > dt > a {
    color: #888888;
    font-size: 18px;
    line-height: 32px;
    padding: 0 40px;
}

.common_sub_menu > dl > dt > a.on {
    color: #e98300;
    font-weight: 700;
}



/* ==== 기관소개 START ==== */

/* 메인 배너 이미지 */
.intro_bg_01 {
    background: url('/img/newbird/intro/intro_bg_01.png') no-repeat;
    background-position: center;
    background-size: cover;
}

/* 기관소개 - section_01 */
.intro_txt_cont {
    padding: 113px 0;
}
.common_title {
    font-size: 50px;
    color: #111111;
    line-height: 61px;
    text-align: center;
    letter-spacing: -0.04em;
}
.common_title::after {
    content: "";
    width: 32px;
    height: 4px;
    display: block;
    background-color: #e98300;
    margin: 25px auto 45px;
}
.intro_txt_cont > div > p {
    font-size: 28px;
    line-height: 42px;
    color: #1b1b1b;
    margin-top: 80px;
    letter-spacing: -0.04em;
}
.intro_txt_cont > div > p > strong {
    color: #e98300;
    font-weight: 400;
}
.common_sub_tit {
    font-size: 28px;
    line-height: 42px;
    color: #1b1b1b;
    margin-top: 80px;
    letter-spacing: -0.04em;
}
.common_sub_tit > strong {
    color: #e98300;
    font-weight: 400;
}
.intro_txt_cont > dl {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.intro_txt_cont > dl > dd {
    width: 48%;
    font-size: 18px;
    line-height: 32px;
    color: #222222;
    letter-spacing: -0.04em;
    word-break: keep-all;
}
/* 기관소개 - section_02 */
.intro_txt_cont_02 {
    background-color: #eeeeee;
}
.intro_txt_cont_02 > div {
    display: flex;
}
.intro_txt_cont_02 > div > s {
    width: 100%;
    background: url('/img/newbird/intro/img_intro_wwf.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.intro_txt_cont_02 > div > div {
    width: 100%;
    padding: 110px 80px;
}
.intro_txt_cont_02 > div > div > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #222222;
    letter-spacing: -0.04em;
    word-break: keep-all;
}
.intro_txt_cont_02 > div > div > h2 {
    font-size: 21px;
    line-height: 36px;
    color: #e98300;
    margin: 20px 0 40px;
    font-weight: 500;
    letter-spacing: -0.04em;
    word-break: keep-all;
}
.intro_txt_cont_02 > div > div > span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    word-break: keep-all;
}
.mob_intro_txt {
    display: none;
}
.common_title_lft {
    text-align: left;
}
.common_title_lft::after {
    content: "";
    width: 32px;
    height: 4px;
    display: block;
    background-color: #e98300;
    margin: 30px 0 80px;
}
/* 기관소개 - section_03 */
.intro_cir_cont {
    padding: 120px 0;
}
.intro_cir_cont > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.intro_cir_cont > ul > li > div {
    position: relative;
    width: 300px;
    height: 300px;
    background-color: #222222;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.intro_cir_cont > ul > li > div > span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    color: #e98300;
    font-size: 21px;
    line-height: 46px;
    transform: translateX(-50%) translateY(-50%); 
}
.intro_cir_cont > ul > li > div > span > strong {
    line-height: 46px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.02em;
    font-weight: normal;
}
.intro_cir_cont > ul > li {
    width: calc(80% / 4);
}
.intro_cir_cont > ul > li > p {
    min-height: 190px;
    font-size: 18px;
    line-height: 32px;
    color: #222222;
    text-align: center;
    letter-spacing: -0.04em;
}
.intro_cir_cont > ul > li > h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #808080;
    text-align: center;
}
.mob_cir_cont {
    display: none;
}



/* ==== 연혁 START ==== */

/* 메인 배너 이미지 */
.intro_bg_02 {
    background: url('/img/newbird/intro/intro_bg_02.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 연혁 - section_01 */
.intro_history_cont {
    padding: 100px 0 80px;
}
.sec02_txt {
    text-align: center;
    color: #222222;
    margin-bottom: 90px;
}
.sec02_txt > p {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
.sec02_txt p > strong {
    color: #e98300;
    font-weight: 500;
}
.sec02_txt > span {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.04em;
}

/* 연혁 - section_02 */
.history_txt_box {
    text-align: center;
    position: sticky;
    top: 150px;
    z-index: 50;
    background-color: #fff;
    padding-top: 20px;
}
.history_txt_box > h1 {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -0.04em;
    color: #222222;
}
.history_txt_box > div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 20px; */
}
.history_txt_box > div > h1 {
    font-size: 66px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.06em;
    color: #00688b;
}
.history_txt_box > div > h1 > strong {
    display: inline-block;
    font-size: 85px;
    line-height: 80px;
    font-weight: 500;
    position: relative;
    top: 8px;
}
.history_txt_box > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0 0px;
    padding: 0 0 16px;
    border-bottom: 1px solid #e5e5e5 ;
}
.history_txt_box > ul > li > a {
    padding: 0 35px;
    color: #bbbbbb;
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 0.06em;
    font-family: 'WWF', sanserif;
}
.history_txt_box > ul > li > a.on {
    color: #00688b;
}



/* ==== 투명경영 START ==== */

/* 메인 배너 이미지 */
.intro_bg_03 {
    background: url('/img/newbird/intro/intro_bg_03.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 투명경영 - section_02 */
.audit_sys_wrap {
    background-color: #eeeeee;
}
.audit_system_cont {
    padding: 120px 0;
}
.audit_system_cir {
    position: relative;
    max-width: 530px;
    height: 530px;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    margin: 160px auto 40px;
}
.cir_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.cir_title > h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: #222222;
    letter-spacing: -0.06em;
}
.cir_title > h1 > span {
    display: block;
    font-size: 36px;
    letter-spacing: 0.06em;
}
.audit_system_cir > .cir_icon {
    width: 190px;
    height: 190px;
    position: absolute;
    border-radius: 100%;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
.audit_system_cir > .cir_icon_01 {
    background: url('/img/newbird/intro/img_audit_icon_01.png') no-repeat;
    background-size: 90px auto;
    background-position: center;
    background-color: #fff;
    left: 50%;
}
.audit_system_cir > .cir_icon_02 {
    background: url('/img/newbird/intro/img_audit_icon_02.png') no-repeat;
    background-size: 70px auto;
    background-position: center;
    background-color: #fff;
    top: 35%;
    right: -33%;
}
.audit_system_cir > .cir_icon_03 {
    background: url('/img/newbird/intro/img_audit_icon_03.png') no-repeat;
    background-size: 68px auto;
    background-position: center;
    background-color: #fff;
    bottom: -26%;
    right: -16%;
}
.audit_system_cir > .cir_icon_04 {
    background: url('/img/newbird/intro/img_audit_icon_04.png') no-repeat;
    background-size: 88px auto;
    background-position: center;
    background-color: #fff;
    bottom: -26%;
    left: 22%;
}
.audit_system_cir > .cir_icon_05 {
    background: url('/img/newbird/intro/img_audit_icon_05.png') no-repeat;
    background-size: 75px auto;
    background-position: center;
    background-color: #fff;
    top: 35%;
    left: 3%;
}
.icon_txt {
    position: absolute;
}
.icon_txt_01 {
    top: 20%;
    left: -120%;
}
.icon_txt_02 {
    top: 4%;
    right: -180%;
}
.icon_txt_03 {
    top: 36%;
    right: -175%;
}
.icon_txt_04 {
    top: 10%;
    left: -155%;
}
.icon_txt_05 {
    top: 27%;
    left: -136%;
}
.icon_txt > p {
    font-size: 20px;
    line-height: 31.2px;
    color: #e98300;
    letter-spacing: -0.04em;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.icon_txt > p > span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    letter-spacing: -0.04em;
    margin-top: 10px;
}
.icon_txt > ul {
    margin-top: 10px;
}
.icon_txt > ul > li {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #808080;
}
.icon_txt > ul > li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #e98300;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}
.icon_txt > ul > p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #df7e02;
    letter-spacing: -0.04em;
    margin-top: 10px;
    padding-left: 10px;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
    position: relative;
}
.icon_txt > ul > p .blet {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.mob_audit_system_cont {
    display: none;
}

/* ==== 함께하는 사람들 START ==== */

/* 메인 배너 이미지 */
.intro_bg_04 {
    background: url('/img/newbird/intro/intro_bg_04.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 함께하는 사람들 - section_01 */
.grt_cont_flex {
    display: flex;
    justify-content: space-between;
}
.grt_cont_flex > div > s.ceo_01 {
    background: url('/img/newbird/intro/img_ceo_01.png') no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 190px;
    height: 250px;
    display: block;
    margin-right: 50px;
    margin-top: 10px;
}
.grt_cont_flex > div > s.ceo_02 {
    background: url('/img/newbird/intro/img_ceo_02.png') no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 190px;
    height: 250px;
    display: block;
    margin-right: 50px;
    margin-top: 10px;
}
.grt_txt_box > dl {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.grt_txt_box > dl > dd {
    width: calc(50% - 30px);
    font-size: 18px;
    line-height: 32px;
    color: #222222;
    letter-spacing: -0.04em;
}
.grt_sub_tit {
    font-size: 26px;
    margin-top: 0;
}
.grt_ceo {
    margin-top: 30px;
}
.grt_ceo > p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.04em;
}
.grt_ceo > p > strong {
    font-size: 19px;
    line-height: 32px;
    color: #222222;
    letter-spacing: 0.06em;
    margin-right: 6px;
}
.grt_ceo > p > span {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-left: 15px;
    letter-spacing: 0.1em;
}
.cont_gry {
    background-color: #eeeeee;
}

/* 함께하는 사람들 - section_03 */
.wwf_people_cont > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.wwf_people_cont > ul:last-child {
    margin-bottom: 0;
}
.wwf_people_cont > ul > li {
    max-width: 280px;
    width: 100%;
    text-align: center;
    letter-spacing: -0.04em;
}
.wwf_people_cont > ul > li > div {
    margin-top: 20px;
}
.wwf_people_cont > ul > li > div > h1 {
    font-size: 18px;
    line-height: 36px;
    color: #e98300;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.wwf_people_cont > ul > li > div > span {
    font-size: 16px;
    line-height: 28px;
    color: #888888;
}
.wwf_people_cont > ul > li > s {
    display: block;
    width: 150px;
    height: 200px;
    background-position: center;
    margin: 0 auto;
}
.wwf_people_cont > ul > li.wwf_p_01 > s {
    background: url('/img/newbird//intro/wwf_people_01.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_02 > s {
    background: url('/img/newbird//intro/wwf_people_02.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_03 > s {
    background: url('/img/newbird//intro/wwf_people_03.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_04 > s {
    background: url('/img/newbird//intro/wwf_people_04.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_05 > s {
    background: url('/img/newbird//intro/wwf_people_05.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_06 > s {
    background: url('/img/newbird//intro/wwf_people_06.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_07 > s {
    background: url('/img/newbird//intro/wwf_people_07.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_08 > s {
    background: url('/img/newbird//intro/wwf_people_08.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_09 > s {
    background: url('/img/newbird//intro/wwf_people_09.png') no-repeat;
    background-size: 100% auto;
}
.wwf_people_cont > ul > li.wwf_p_010 > s {
    background: url('/img/newbird//intro/wwf_people_10.png') no-repeat;
    background-size: 100% auto;
}
.mob_wwf_people_cont {
    display: none;
}




/* 함께하는 사람들 - section_04 */
.intro_kr_ambssdrs {
    position: relative;
    margin-top: 100px;
}
.glb_tit {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.04em;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.wwf_ambssdrs_cont {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 0%;
}
.wwf_ambssdrs_cont > p {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #222222;
    letter-spacing: -0.04em;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.krAmbssdrsCnt {
    width: calc(100% - 240px);
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 80px 100px;
    margin-top: 40px;
    margin-bottom: -135px;
    position: relative;
}
.krAmbssdrsCnt .swiper-button-prev {
    width: 60px;
    height: 60px;
    /* background-image: url('/img/newbird/activity/partnership/pre_btn.png');
    background-size: 60px auto; */
    background: #e98300 url('/img/newbird/main/main_exer_prev.png') no-repeat 21px 17px;
    background-size: 14px auto;
    border-radius: 50%;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.krAmbssdrsCnt .swiper-button-next {
    width: 60px;
    height: 60px;
    /* background-image: url('/img/newbird/activity/partnership/next_btn.png');
    background-size: 60px auto; */
    background: #e98300 url('/img/newbird/main/main_exer_next.png') no-repeat 25px 17px;
    background-size: 14px auto;
    border-radius: 50%;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.krAmbssdrsCnt .swiper-button-next.swiper-button-disabled, 
.krAmbssdrsCnt .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.ambssdrs_top_slider {
    width: 100%;
    overflow: hidden;
}
.ambssdrs_top_slider > .swiper-wrapper > .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.kr_amb_txt_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    max-width: 685px;
    margin-top: 40px;
}
.kr_amb_txt_cont > .kr_amb_txt_inner > h1 {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: -0.04em;
}
.kr_amb_txt_cont > .kr_amb_txt_inner > h1 > span {
    font-size: 20px;
    color: #e98300;
    margin-left: 15px;
}
.kr_amb_txt_cont > .kr_amb_txt_inner > h2 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-top: 10px;
    word-break: keep-all;
}
.kr_amb_txt_cont > .kr_amb_txt_inner > p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #808080;
    margin: 24px 0;
    word-break: keep-all;
}

.kr_amb_img_cont {
    width: 50%;
    max-width: 720px;
    overflow: hidden;
}
.ambssdrs_img_slide  > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 74.305%;
    position: relative;
    overflow: hidden;
}
.ambssdrs_img_slide  > .swiper-wrapper > .swiper-slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ambssdrs_top_slider_bullet {
    margin-top: 60px;
}


/* ==== 썸네일 swiper ==== */
.ambssdrs_thum_slider {
    width: 100%;
    max-width: 650px;
    overflow: hidden;
}
.ambssdrs_thum_slider .swiper-slide {
    width: 100px;
    height: 80px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.ambssdrs_thum_slider .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%; 
    transform: translate(-50%, -50%);
    z-index: 1;
}
.ambssdrs_thum_slider .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 6px solid #e98300;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.3s;
}
.ambssdrs_thum_slider .swiper-slide img{
    width: 100px;
}
.ambssdrs_thum_slider .swiper-slide.on::after  {
    opacity: 1;
}











/* 함께하는 사람들 - section_05 */
.mob_amb_swiper {
    display: none;
}
.intro_glb_ambssdrs {
    background-color: #eeeeee;
    padding: 260px 0 120px;
}
.glb_ambssdrs_cont > ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 1px solid #dddddd;
}
.glb_ambssdrs_cont > ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.glb_ambssdrs_cont > ul > li > s {
    min-width: 240px;
    height: 240px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.glb_ambssdrs_cont > ul > li > div {
    width: 80%;
    margin-left: 30px;
}
.glb_ambssdrs_cont > ul > li > div > h1 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.04em; 
    margin-bottom: 20px;  
}
.glb_ambssdrs_cont > ul > li > div > span {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.04em;   
    color: #808080;   
}



/* ==== 자원봉사자 모집 START ==== */

/* 메인 배너 이미지 */
.intro_bg_05 {
    background: url('/img/newbird/intro/intro_bg_05.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 자원봉사자 모집 - section_01 */
.recruit_area {
    padding: 120px 0;
    height: auto;
}
.recruit_area > div {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.rc_box_01 {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    position: absolute;
    bottom: -10px;
    right: -10px;
}
.rc_txt_box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 10px;
    position: relative;
}
.rc_txt_box > .rc_sub_box {
    border: 1px solid #eeeeee;
    padding: 80px 60px 60px;
}
.rc_txt_box > .rc_sub_box > h1 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.06em;
    font-weight: 500;
}
.rc_txt_box > .rc_sub_box > h1 > strong {
    color: #e98300;
    font-weight: 500;
}
.rc_txt_box > .rc_sub_box > p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
    padding: 30px 0 20px;
}
.rc_txt_box > .rc_sub_box > h2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
    font-weight: 500;
}
.rc_txt_box > .rc_sub_box > p > span {
    color: #e98300;
}
.rc_txt_box > .rc_sub_box > .rc_btn_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.rc_txt_box > .rc_sub_box > .rc_btn_box > div {
    margin-top: 45px;
}
.rc_txt_box > .rc_sub_box > .rc_btn_box > div > p {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.04em;
    font-weight: 600;
}
.rc_txt_box > .rc_sub_box > .rc_btn_box > div > p > a > strong {
    font-size: 16px;
    color: #e98300;
    text-decoration: underline;
    letter-spacing: 0;
    margin-left: 10px;
}
.rc_txt_box > .rc_sub_box > .rc_btn_box > div > h3 {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    margin-top: 18px;
}
.rc_txt_box > .rc_sub_box > .rc_btn_box > a {
    padding: 0 30px;
    flex-shrink: 0;
}
.rc_process_tit {
    line-height: 53px;
}
.rc_process_cont {
    margin-bottom: 120px;
}
.rc_process_cont > ul {
    display: flex;
    align-items: center;
}
.rc_process_cont > ul > li {
    width: calc(100% / 2);
    display: flex;
    align-items: center;
}
.rc_process_cont > ul > li > s {
    max-width: 220px;
    width: 100%;
    height: 220px;
    display: block;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 100%;
    margin-right: 50px;
}
.rc_process_cont > ul > li.proc_icon_01 > s {
    background: url('/img/newbird//intro/img_apply_icon_01.png') no-repeat;
    background-size: 94px auto;
    background-position: center;
}
.rc_process_cont > ul > li.proc_icon_02 > s {
    background: url('/img/newbird//intro/img_apply_icon_02.png') no-repeat;
    background-size: 110px auto;
    background-position: center;
}
.rc_process_cont > ul > li > p {
    width: 50%;
    font-size: 18px;
    line-height: 34px;
    color: #808080;
    letter-spacing: -0.04em;
}
.rc_process_cont > ul > li > p > span {
    font-size: 28px;
    line-height: 60px;
    color: #e98300;
    display: block;
    letter-spacing: 0.06em;
}
.personal_info {
    padding: 56px 60px 70px;
    border: 1px solid #efefef;
    margin-top: 120px;
}
.personal_info > div > strong {
    display: block;
    font-size: 26px;
    line-height: 52px;
    letter-spacing: -0.06em;
    font-weight: 600;
}
.personal_info > div > p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #808080;
    padding: 30px 40px;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    margin: 20px 0 60px;
}
.personal_info > ul > li > h1::before {
    width: 28px;
    height: 28px;
    background-color: #e98300;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 32px;
}
.personal_info > ul > li:first-child > h1::before {
    content: "1";
}
.personal_info > ul > li:last-child > h1::before {
    content: "2";
}
.personal_info > ul > li {
    margin-top: 42px;
}
.personal_info > ul > li:first-child {
    margin-top: 0;
}
.personal_info > ul > li > h1 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}
/* ==== 개인정보 공통 텍스트 ==== */
.info_txt_f16 {
    font-size: 16px;
    line-height: 34px;
    color: #808080;
    letter-spacing: -0.04em;
}
.rc_info_list {
    padding: 30px 40px;
    margin-top: 24px;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
}
.rc_info_list > p::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e98300;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
}



/* ==== 활동 - 기후 에너지 START ==== */

/* 메인 배너 이미지 */
.activity_bg_01 {
    background: url('/img/newbird/activity/energy/activity_bg_01.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 기후 에너지 - section_01 */
.clim_energy_txt > div > p {
    margin-top: 0;
}

/* 기후 에너지 - section_02 */
.clim_energy_cont02 {
    background-color: #eeeeee;
    padding: 120px 0;
}
.clim_energy_cont02 > .climate_list_box {
    width: calc(100% - 240px);
    margin: 0 auto;
}
.clim_energy_cont02 > .climate_list_box > ul {
    display: flex;
    justify-content: center;
}
.clim_energy_cont02 > .climate_list_box > ul > li > s {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.clim_energy_cont02 > .climate_list_box > ul > li > s.list_icon_01 {
    background: url('/img/newbird/activity/energy/activity_icon_01.png') #fff no-repeat;
    background-position: center;
    background-size: 100px auto;
}
.clim_energy_cont02 > .climate_list_box > ul > li > s.list_icon_02 {
    background: url('/img/newbird/activity/energy/activity_icon_02.png') #fff no-repeat;
    background-position: center;
    background-size: 115px auto;
} 
.clim_energy_cont02 > .climate_list_box > ul > li > s.list_icon_03 {
    background: url('/img/newbird/activity/energy/activity_icon_03.png') #fff no-repeat;
    background-position: center;
    background-size: 90px auto;
} 
.clim_energy_cont02 > .climate_list_box > ul > li > s.list_icon_04 {
    background: url('/img/newbird/activity/energy/activity_icon_04.png') #fff no-repeat;
    background-position: center;
    background-size: 124px auto;
} 
.clim_energy_cont02 > .climate_list_box > ul > li > s.list_icon_05 {
    background: url('/img/newbird/activity/energy/activity_icon_05.png') #fff no-repeat;
    background-position: center;
    background-size: 115px auto;
}
.clim_energy_cont02 > .climate_list_box > ul > li {
    width: calc(100% / 5);
    padding: 0 10px;
}
.clim_energy_cont02 > .climate_list_box > ul > li:last-child {
    margin-right: 0;
}
.clim_energy_cont02 > .climate_list_box > ul > li > div {
    max-width: 300px;
    text-align: center;
    word-break: keep-all;
    margin: 0 auto;
}
.clim_energy_cont02 > .climate_list_box > ul > li > div > h2 {
    font-size: 22px;
    line-height: 46px;
    letter-spacing: -0.04em;
    color: #d60e47;
    margin: 28px 0 15px;
}
.clim_energy_cont02 > .climate_list_box > ul > li > div > span {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #808080;
}
.mob_clmListBx {
    display: none;
}
/* 기후 에너지 - section_03 */ 
.clim_energy_cont03 {
    background-color: #fff;
    padding: 120px 0 120px;
}
.cmtengy_container .swiper-slide {
    max-height: 440px;
    position: relative;
}
.sep_pc_slide .swiper-slide {
    max-width: 760px !important;
}
.active_txt_box {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 35px 70px;
    background-color: #222222;
    color: #fff;
    text-align: center;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.active_txt_box > div {
    opacity: 0;
    display: none;
}
.active_txt_box > div.show {
    opacity: 1;
    display: block;
    position: relative;
}
.active_txt_box > div > h1 {
    font-size: 26px;
    line-height: 46px;
}
.active_txt_box > div > h1::after {
    content: "";
    width: 26px;
    height: 3px;
    display: block;
    background-color: #808080;
    margin: 12px auto 18px;
}
.active_txt_box > div > p {
    font-size: 16px;
    line-height: 30px;
    color: #d3d3d3;
    word-break: keep-all;
}
.wwf_slide .prtnr_slide {
    top: 0;
    margin-top: 52px
}
.wwf_slide .swiper-pagination {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.wwf_slide .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 30px 0 0;
}
.wwf_slide .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.wwf_slide .swiper-pagination-bullet-active {
    background: #e98300;
    width: 12px;
    height: 12px;
}
/* .wwf_slide .swiper-pagination {
    opacity: 0;
} */
/* 기후 에너지 - section_04 */ 
.clim_energy_cont04 * {
    letter-spacing: -0.04em;
}
.clim_energy_cont04 {
    position: relative;
    background: url('/img/newbird/activity/energy/img_activity_sec03_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: auto;
    padding: 100px 0 70px;
}
/* .cont04_txt_box {
    position: absolute;
    display: block;
    bottom: 15%;
} */
/* .clmt_txt_box {
    padding-top: 160px;
} */
.cont04_txt_box > h1 {
    font-size: 50px;
    line-height: 54px;
    color: #fff;
}
.cont04_txt_box > p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding: 30px 0 45px;
}
.cont04_txt_box > div > h2 {
    font-size: 22px;
    line-height: 26px;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.cont04_txt_box > div > ul {
    margin-top: 15px;
}
.cont04_txt_box > div > ul > li {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.cont04_txt_box > div > ul > li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #e98300;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}


/* 기후 에너지 - section_05 */ 
.clim_energy_cont05 * {
    letter-spacing: -0.04em;
}
.clim_energy_cont05 {
    padding: 120px 0;
}
.clim_energy_cont05 > .energy_cont_list > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.clim_energy_cont05 > .energy_cont_list > ul:last-child {
    margin-bottom: 0;
}
.clim_energy_cont05 > .energy_cont_list > ul > li {
    width: calc(50% - 30px);
}
.clim_energy_cont05 > .energy_cont_list > ul > li > div {
    max-width: 710px;
}
.clim_energy_cont05 > .energy_cont_list > ul > li > div > h1 {
    font-size: 26px;
    line-height: 46px;
    padding: 30px 0 20px;
}
.clim_energy_cont05 > .energy_cont_list > ul > li > div > h1 > .num {
    width: 34px;
    height: 34px;
    background-color: #e98300;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 38px;
}
.clim_energy_cont05 > .energy_cont_list > ul > li > .img_rate_wrap {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.338%;
    position: relative;
    overflow: hidden;
}
.clim_energy_cont05 > .energy_cont_list > ul > li > .img_rate_wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.clim_energy_cont05 > .energy_cont_list > ul > li > img {
    width: 100%;
}
/* .clim_energy_cont05 > .energy_cont_list > ul > li.enr_img_01 > div > h1::before {
    content: "1";
}
.clim_energy_cont05 > .energy_cont_list > ul > li.enr_img_02 > div > h1::before {
    content: "2";
}
.clim_energy_cont05 > .energy_cont_list > ul > li.enr_img_03 > div > h1::before {
    content: "3";
}
.clim_energy_cont05 > .energy_cont_list > ul > li.enr_img_04 > div > h1::before {
    content: "4";
} */
.clim_energy_cont05 > .energy_cont_list > ul > li > div > p {
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    word-break: keep-all
}
.mob_cont05_list {
    display: none;
}
.sep_report_cont {
    padding: 120px 0 0 !important;
}

/* 기후 에너지 - section_06 */ 
.clim_energy_cont06 {
    /* padding-top: 120px; */
    border-top: 1px solid #e5e5e5;
}
.cmtengy_container {
    position: relative;
}

/* ==== 활동 - 해양 START ==== */

/* 메인 배너 이미지 */
.oceans_page_wrap * {
    letter-spacing: -0.04em;
}
.activity_bg_02 {
    background: url('/img/newbird/activity/oceans/img_ocean_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 해양 - section_02 */
.ocn_cont02 > .ocn_list_box {
    width: auto;
}
.ocn_cont02 > .ocn_list_box > ul > li > s.ocean_icon_01 {
    background: url('/img/newbird/activity/oceans/img_ocean_icon01.png') #fff no-repeat;
    background-position: center;
    background-size: 124px auto;
}
.ocn_cont02 > .ocn_list_box > ul > li > s.ocean_icon_02 {
    background: url('/img/newbird/activity/oceans/img_ocean_icon02.png') #fff no-repeat;
    background-position: center;
    background-size: 139px auto;
}
.ocn_cont02 > .ocn_list_box > ul > li > s.ocean_icon_03 {
    background: url('/img/newbird/activity/oceans/img_ocean_icon03.png') #fff no-repeat;
    background-position: center;
    background-size: 103px auto;
}
.ocn_cont02 > .ocn_list_box > ul > li > s.ocean_icon_04 {
    background: url('/img/newbird/activity/oceans/img_ocean_icon04.png') #fff no-repeat;
    background-position: center;
    background-size: 120px auto;
}
.onc_cont03 {
    padding: 120px 0 120px;
}
.ocn_grytxt {
    background-color: #eeeeee;
    padding: 45px 65px;
    width: 57%;
    margin: 50px auto 0;
}
.ocn_grytxt > p {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
}
.ocn_grytxt > p::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #e98300;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}
.ocn_cont04 {
    background: url('/img/newbird/activity/oceans/img_ocean_sec03_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 600px;
    /* margin-top: 120px; */
    position: relative;
}
.ocn_cont04_txt  {
    position: absolute;
    bottom: 15%;
    display: block;
}
.active_txt_box02 {
    bottom: -80%;
}
.fd_slide {
    margin-bottom: 0 !important;
}


/* ==== 활동 - 야생동물 START ==== */
.wildlife_page_wrap * {
    letter-spacing: -0.04em;
}
/* 메인 배너 이미지 */
.activity_bg_03 {
    background: url('/img/newbird/activity/wilelife/wildelife_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 야생동물 - section_02 */
.wildlife_cont02 > .wildlife_list_box > ul > li > s.wdlf_icon_01 {
    background: url('/img/newbird/activity/wilelife/wildelife_icon_01.png') #fff no-repeat;
    background-position: center;
    background-size: 120px auto;
}
.wildlife_cont02 > .wildlife_list_box > ul > li > s.wdlf_icon_02 {
    background: url('/img/newbird/activity/wilelife/wildelife_icon_02.png') #fff no-repeat;
    background-position: center;
    background-size: 106px auto;
}
.wildlife_cont02 > .wildlife_list_box > ul > li > s.wdlf_icon_03 {
    background: url('/img/newbird/activity/wilelife/wildelife_icon_03.png') #fff no-repeat;
    background-position: center;
    background-size: 116px auto;
}
.wildlife_cont02 > .wildlife_list_box > ul > li > s.wdlf_icon_04 {
    background: url('/img/newbird/activity/wilelife/wildelife_icon_04.png') #fff no-repeat;
    background-position: center;
    background-size: 111px auto;
}
.wildlife_cont02 > .wildlife_list_box > ul > li > s.wdlf_icon_05 {
    background: url('/img/newbird/activity/wilelife/wildelife_icon_05.png') #fff no-repeat;
    background-position: center;
    background-size: 135px auto;
}
/* .wildlife_cont02 .wildlife_list_box {
    width: calc(100% - 440px);
} */
.wildlife_cont02 .wildlife_list_box > ul {
    justify-content: space-evenly;
}
.wildlife_cont02 .wildlife_list_box > ul > li {
    width: auto;
}
.wildlife_cont02 .wildlife_list_box > ul > li > div {
    max-width: 420px;
    width: 100%;
}
.wildlife_cont02 .wildlife_list_box > ul:first-child {
    margin: 80px 0 80px;
}
/* .wildlife_cont02 .wildlife_list_box > ul:last-child {
    width: 70%;
    margin: 0 auto;
} */


/* ==== 활동 - 식량 START ==== */
.food_page_wrap * {
    letter-spacing: -0.04em;
}
/* 메인 배너 이미지 */
.activity_bg_04 {
    background: url('/img/newbird/activity/food/img_food_img.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.food_cont02 .food_list_box {
    width: auto;
}
.food_cont02 .food_list_box > ul > li > div {
    max-width: 360px;
    width: 100%;
}
.food_cont02 .food_list_box > ul > li > s.food_icon_01 {
    background: url('/img/newbird//activity/food/img_food_icon01.png') #fff no-repeat;
    background-position: center;
    background-size: 95px auto;
}
.food_cont02 .food_list_box > ul > li > s.food_icon_02 {
    background: url('/img/newbird//activity/food/img_food_icon02.png') #fff no-repeat;
    background-position: center;
    background-size: 85px auto;
}
.food_cont02 .food_list_box > ul > li > s.food_icon_03 {
    background: url('/img/newbird//activity/food/img_food_icon03.png') #fff no-repeat;
    background-position: center;
    background-size: 85px auto;
}
.food_cont02 .food_list_box > ul > li > s.food_icon_04 {
    background: url('/img/newbird//activity/food/img_food_icon04.png') #fff no-repeat;
    background-position: center;
    background-size: 86px auto;
}

/* ==== 슬라이드 영역 top 값 제거 ==== */
.sep_slide {
    top: 0 !important;
}

.food_cont03 {
    padding: 120px 0 0;
}



/* ==== 활동 - 담수 START ==== */
.freshwater_page_wrap * {
    letter-spacing: -0.04em;
}
/* 메인 배너 이미지 */
.activity_bg_05 {
    background: url('/img/newbird/activity/fresh_water/img_freshwater_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 담수 - section_02 */
.fwr_cont02 > .fwr_list_box > ul > li > s.fwr_icon_01 {
    background: url('/img/newbird/activity/fresh_water/img_fw_icon01.png') #fff no-repeat;
    background-position: center;
    background-size: 120px auto;
}
.fwr_cont02 > .fwr_list_box > ul > li > s.fwr_icon_02 {
    background: url('/img/newbird/activity/fresh_water/img_fw_icon02.png') #fff no-repeat;
    background-position: center;
    background-size: 90px auto;
}
.fwr_cont02 > .fwr_list_box > ul > li > s.fwr_icon_03 {
    background: url('/img/newbird/activity/fresh_water/img_fw_icon03.png') #fff no-repeat;
    background-position: center;
    background-size: 68px auto;
}
.fwr_cont02 > .fwr_list_box > ul > li > s.fwr_icon_04 {
    background: url('/img/newbird/activity/fresh_water/img_fw_icon04.png') #fff no-repeat;
    background-position: center;
    background-size: 53px auto;
}
.fwr_cont02 > .fwr_list_box > ul > li > s.fwr_icon_05 {
    background: url('/img/newbird/activity/fresh_water/img_fw_icon05.png') #fff no-repeat;
    background-position: center;
    background-size: 102px auto;
}
.fw_cont03 {
    padding: 120px 0 0;
}


/* ==== 활동 - 산림 START ==== */
.forests_page_wrap * {
    letter-spacing: -0.04em;
}
/* 메인 배너 이미지 */
.activity_bg_06 {
    background: url('/img/newbird//activity/forests/img_forest_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* 산림 - section_02 */
.frst_cont02 > .frst_list_box > ul {
    justify-content: space-evenly;
}
.frst_cont02 > .frst_list_box > ul > li {
    width: auto;
}
.frst_cont02 > .frst_list_box > ul > li > div {
    max-width: 435px;
    width: 100%;
}
.frst_cont02 > .frst_list_box > ul > li > s.frst_icon_01 {
    background: url('/img/newbird/activity/forests/img_for_icon01.png') #fff no-repeat;
    background-position: center;
    background-size: 148px auto;
}
.frst_cont02 > .frst_list_box > ul > li > s.frst_icon_02 {
    background: url('/img/newbird/activity/forests/img_for_icon02.png') #fff no-repeat;
    background-position: center;
    background-size: 90px auto;
}
.frst_cont02 > .frst_list_box > ul > li > s.frst_icon_03 {
    background: url('/img/newbird/activity/forests/img_for_icon03.png') #fff no-repeat;
    background-position: center;
    background-size: 118px auto;
}
.frst_cont03 {
    padding: 120px 0 0;
}
.frst_cont04 {
    background: url('/img/newbird//activity//forests//img_forest_sec03_bg.png') no-repeat !important;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative;
}
.act_last_cont {
    padding: 70px 0 0;
}


/* ==== 활동 - 금융 START ==== */
.forests_page_wrap * {
    letter-spacing: -0.04em;
}
/* 메인 배너 이미지 */
.activity_bg_07 {
    background: url('/img/newbird//activity/finance/img_finance_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.fnc_bn_cont > div > p {
    margin-top: 0;
}
.fnc_bn_cont_02 > div > s {
    background: url('/img/newbird/activity/finance/img_sec03_bg.png') no-repeat;
    background-size: cover;
}
.sec03_txt > h3 {
    text-align: left;
    margin-bottom: 48px;
}
.fnc_bttm_txt {
    margin-top: 60px;
}
.fnb_cont03 {
    padding: 120px 0;
}

.fnc_slide .prtnr_slide {
    margin-top: 0;
}



/* ==== 활동 - 비즈니스 START ==== */
.wwf_business_wrap * {
    letter-spacing: -0.04em;
}
/* 메인 배너 이미지 */
.activity_bg_08 {
    background: url('/img/newbird//activity/business/img_business_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.wwf_bsns_cont_02 > div > s {
    background: url('/img/newbird//activity//business/img_sec03_bg.png') no-repeat;
    background-size: cover;
}

.bsns_cont03 * {
    letter-spacing: -0.04em;
}
.bsns_cont03 {
    padding: 120px 0;
}

/* ==== 슬라이드 영역 ==== */
.bsns_slide_sec {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 60px;
}
.bsns_slide_sec img {
    width: 90%;
}
.bsns_slide_sec .swiper-button-next,
.bsns_slide_sec .swiper-button-prev {
    margin-top: 0;
    border-radius: 50%;
    top: 46%;
    transform: translateY(-50%);
}
.bsns_slide_sec .swiper-button-prev {
    left: 3.5%;
    width: 60px;
    height: 60px;
    background: #e98300 url(/img/newbird/main/main_exer_prev.png) no-repeat 21px 17px;
    background-size: 14px auto;
    
    /* background-size: 60px auto;
    background-image: url('/img/newbird/activity/partnership/pre_btn.png'); */
}
.bsns_slide_sec .swiper-button-next {
    right: 3.5%;
    width: 60px;
    height: 60px;
    background: #e98300 url(/img/newbird/main/main_exer_next.png) no-repeat 25px 17px;
    background-size: 14px auto;

    /* background-size: 60px auto;
    background-image: url('/img/newbird/activity/partnership/next_btn.png'); */
}
.bsns_slide_sec .swiper-slide > p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    font-weight: 400;
}
/* .bsns_slide_cont .swiper-pagination {
    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_cont04 {
    background: url('/img/newbird/activity/business/img_sec04_bg.png') no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
}
.bsns_txt_box {
    position: absolute;
    bottom: 15%;
    display: block;
}
.bsns_txt_box > p {
    font-size: 28px;
    padding: 48px 0 20px;
}
.bsns_txt_box > p > strong {
    color: #e98300;
    font-weight: 400;
}
.bsns_txt_box > p > b {
    font-weight: 400;
    color: #e98300;
}
.bsns_txt_box > span {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.bsns_cont05 {
    padding: 120px 0;
}
.bsns_cont05 > div {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 80px 0;
    border-bottom: 1px solid #eeeeee;
}
.bsns_cont05 > div:first-child {
    padding-top: 0;
}
.bsns_cont05 > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.bsns_cont05 > div > div {
    width: calc(100% / 2 - 30px);
}
.bsns_cont05 > div > div > img {
    width: 100%;
}
.bsns_cont05_img_rate {
    display: block;
    width: 100%;
    height: 100%;
    /* height: 0;
    padding-bottom: 74.647%; */
    position: relative;
    overflow: hidden;
}
.bsns_cont05_img_rate > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bsns_cont05 > div > div > h1 {
    font-size: 26px;
    line-height: 46px;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.bsns_cont05 > div > div > h1 > .num {
    width: 34px;
    height: 34px;
    background-color: #e98300;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 38px;
}
/* .bsns_cont05 > div > div.bsns_list_01 > h1::before {
    content: "1";
}
.bsns_cont05 > div > div.bsns_list_02 > h1::before {
    content: "2";
}
.bsns_cont05 > div > div.bsns_list_03 > h1::before {
    content: "3";
}
.bsns_cont05 > div > div.bsns_list_04 > h1::before {
    content: "4";
} */
.bsns_cont05 > div > div > p {
    text-align: left;
    margin-top: 20px;
}
.bsns_cont05 > div > div > ul {
    margin-top: 25px;
}
.bsns_cont05 > div > div > ul > li  {
    margin-bottom: 20px;
}
.bsns_cont05 > div > div > ul > h1 {
    font-size: 22px;
    line-height: 46px;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.bsns_cont05 > div > div > ul > li > h2 {
    font-size: 18px;
    line-height: 32px;
    transform: rotate(0.04deg); /* 폰트 깨짐 이슈 대응 */
}
.bsns_cont05 > div > div > ul > li > h2::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #e98300;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}
.bsns_cont05 > div > div > ul > li > p {
    padding-left: 17px;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
}

.history_video_cont {
    width: 100%;
}

.history_video_cont > div {
    width: 74%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 41.625%;
    overflow: hidden;
}

.history_video_cont > div > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* ===== 2022.04.21 스타일 수정 ===== */
.bo_gall_list .bo_gall_infos {
    min-height: 266px;
    height: 100%;
}
.fw_300 {
    font-weight: 300;
}
.briefing_txt > li {
    transform: rotate(0.04deg);
    font-weight: 400;
}
.pl_free_title_wrap .pl_free_title {
    display: block;
}
.pl_free_title_wrap > .color_pink {
    font-size: 60px;
    line-height: 77px;
    font-weight: 700;
    letter-spacing: -0.04em;
    word-break: keep-all;
}
.bo_gall_list .bo_gall_thum_wrap {
    border: 1px solid #eeeeee;
    border-bottom: 0;
}
/* .job_process_item:first-child i {
    margin-left: -25px;
} */
.video_sec_txt > strong {
    color: #e98300;
    font-weight: 300;
}
.clmt_txt_box > h1 > strong {
    color: #e98300;
}
.bsns_txt_box > h1 > strong {
    color: #e98300;
}
.frst_list_box > ul > li:nth-child(2) > s {
    background-size: 108px auto !important;
}
.sld_list > div > p > strong {
    display: block;
    font-size: 32px;
}




/* ==== 22.04.19 게시판 스타일 수정 ==== */
#bo_v_atc {
    width: 85%;
    margin: 0 auto;
}
#bo_v_con > ul > li {
    font-size: 12pt;
}



/* ==== 22.04.25 footer sns link 추가 ====*/
.footer_bttm_link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid #000000;
}
.footer_sns_area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer_sns_area > a {
    padding: 0 15px;
}
.footer_sns_area > a > img {
    max-width: 16px;
    width: 100%;
}
.footer_sns_area > a:nth-child(3) > img {
    max-width: 9px;
}
.footer_sns_area > a:nth-child(5) > img {
    max-width: 12px;
}
.footer_sns_area > span {
    font-size: 22px;
    margin-right: 15px;
}

/* 22.11.17 adm 스타일 추가 */
.bo_gall_thum_wrap .view_cate {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    font-size: 14px;
    color: #fff;
    width: 115px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bo_gall_thum_wrap .view_cate01 {
    background: #70AD47;
}
.bo_gall_thum_wrap .view_cate02 {
    background: #FFC000;
}
.bo_gall_thum_wrap .view_cate03 {
    background: #5B9BD5;
}
.bo_gall_thum_wrap .view_cate04 {
    background: #44546A;
}
.bo_gall_thum_wrap .view_cate05 {
    background: #ED7D31;
}
.write_new {
    display: flex;
    align-items: center;
}
.write_new .wr_cont {
    padding-left: 20px;
}
.write_new .wr_cont .wr_list input {
    height: 30px;
    margin-right: 5px;
    border: none !important;
    box-shadow: none;
}
.write_new .wr_ttl {
    background: #ccc;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.write_new .wr_ttl label {
    padding: 16px 28px !important;
}
#reserveDate {
    display: flex;
    align-items: center;
}
#reserveDate .wr_ttl {
    max-width: 149px;
    width: 100%;
    background: #ccc;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#reserveDate .reserve_cont {
    padding-left: 20px;
}
#reserveDate .reserve_cont .sub {
    margin: 10px 0;
}
#reserveDate .reserve_cont select {
    height: 50px;
    font-size: 16px;
}
#bo_w .write_new {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}


/* 230221 추가 */
.audit_sys_bnr .main_container {
    height: auto;
}
.audit_sys_bnr .fff_txt > a.mail_link {
    color: #fff;
    text-decoration: underline;
}

/* 230523 추가 */
.inner_1820 {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1820px;
}
.main_board_tab {
    justify-content: center;
}
.main_board_tab .main_board_tab_item:last-child {
    margin-right: 0;
}

/* .main_latest_wrap .main_board_cont {
    pointer-events: none;
}

.main_board_cont01.show {
    pointer-events: all;
}

.main_board_cont02.show {
    pointer-events: all;
}

.main_board_cont03.show {
    pointer-events: all;
}

.main_board_cont04.show {
    pointer-events: all;
} */

.main_latest_wrap .main_board_cont .more_btn {
    margin: 0 auto;
}

.main_latest_wrap .main_board_cont .more_btn > a {
    display: block;
    background-color: #e98300;
    border: 1px solid #e98300;
    max-width: 200px;
    width: 100%;
    margin: 70px auto 0 ;
    padding: 10px 0;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-in;
}

.main_latest_wrap .main_board_cont .more_btn > a:hover {
    transition: all 0.2s ease-in;
    background-color: #111111;
    border: 1px solid #f4c180;
}

.footer_letter .chk_box {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    user-select: none;
}
.footer_letter .chk_box:hover {
    text-decoration: underline;
}
.footer_letter .chk_box input[type="checkbox"] {
    display: none;
}
.footer_letter .on {
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: -1px;
    left: 0; 
}
.footer_letter .chk_box input[type="checkbox"]:checked + .on {
    background: #fff;
}
.footer_letter .on:after {
    content: "";
    position: absolute;
    display: none;
}
.footer_letter .chk_box input[type="checkbox"]:checked + .on:after {
    display: block;
}
.footer_letter .on:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fa7c07;
    width: 12px;
    height: 12px;
}
.footer_letter_form {
    position: relative;
    margin-top: 40px;
}
.footer_letter_form .essential_t {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: #888888;
}
.footer_letter_form .chk_wrap {
    padding: 20px 0 40px;
    border-top: 1px solid #ededed;
}
.footer_letter_form .agree_input {
    transform: rotate(0.04deg);
}
.footer_letter_form .agree_input:first-child {
    margin-bottom: 10px;
}
.footer_letter_form .btn_box button {
    width: 100%;
}




.mktWrp .yak_cont {font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;}
/* .mktWrp .yak_title {text-align: center;} */
.mktWrp .yak_cont h3 {color: rgb(0,94,123);font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;}
.mktWrp .yak_cont p {font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;}



/* 23.10.23 추가 */
.footer_link > a:nth-child(2) {font-size: 17px;color: #1b1b1b;}



/* 23.11.03 추가개발 */
/* pact_cafe */
.pact_cafe_hero .campaign_banner_txt .tit > strong > b {color: #db1864;}
.pact_cafe_hero .campaign_banner_txt .campaign_btn > a {background: #db1864;}
.pact_cafe_hero .pact_cafe_banner_bg {background-image: url('/img/newbird/support/pact_cafe/pact_cafe_hero.jpg'); background-repeat: no-repeat; background-position: center;}
.pact_cafe_hero .pact_cafe_banner_bg .campaign_banner_txt .tit {color: #fff;letter-spacing: -0.04em;}
.pact_cafe_hero .campaign_btn > a {letter-spacing: -0.04em;}

.pact_sct01 .intro_txt_cont > div > p > strong {color: #db1864;}
.pact_sct01 .intro_txt_cont .mob_intro_txt > dd {font-size: 16px;line-height: 28px;margin-top: 20px;letter-spacing: -0.04em;}
.pact_sct02 .board_search_wrap {max-width: 690px;width: 100%;margin-left: auto;margin-bottom: 20px;}
.pact_sct03 * {letter-spacing: -0.04em;}
.pact_sct03 {padding-top: 60px;}
.pact_sct03 .extinction_sec03 {margin-top: 0;}
.pact_sct03 .extinction_sec03 .left_txt_box > h2 {font-size: 45px;line-height: 60px;word-break: keep-all;}
.pact_sct03 .extinction_sec03 .left_txt_box > h3 {color: #db1864;word-break: keep-all;}
.pact_sct03 .extinction_sec03 .left_txt_box > p {word-break: keep-all;}
.pact_sct03 .extinction_sec03 .left_txt_box > a {display: block !important;font-size: 25px;font-weight:500;text-align: center;padding: 25px 0;background: #db1864;}
.pact_board {border-top: 1px solid #ededed;padding-top: 100px;}
.pact_board .pg_wrap {margin-top: 0;}
.pact_gall_list .bo_gall_list_othercamp {margin-bottom: 0;}
.pact_gall_list .bo_gall_list_othercamp .bo_gall_item:nth-child(3n) {margin: 0;}

.pact_sct04 .pact_together_banner .color_org {color: #db1864;}
.pact_sct04 .pact_together_banner .campaign_btn {width: 305px;background-color: #db1864;color: #fff;padding-top: 3px;}
#pact_cont_wrap .bo_gall_wrap {margin-bottom: 0;}
/* .pact_sct04 .pact_together_banner .color_org > span{-webkit-text-stroke: 0;position:absolute;top:0;left:0;font-size: 85px;font-weight: 700;line-height: 98px;letter-spacing: -0.06em;word-break: keep-all;} */
/* text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; text-shadow: 1px 1px 5px #fff; */
.pact_board .bo_gall_list_othercamp .bo_gall_thum_wrap:after {border: 8px solid #db1864 !important;}



/* 플라스틱 */
.pl_cafe_list {border-top: 1px solid #ededed;padding-top: 80px;}
/* .plastic_hero_bg {background: url('/img/newbird/activity/plastic/plastic_hero_bg.jpg') no-repeat;background-size: cover;background-position: center;}
.plastic_sct03 .pct_cont .pct_icon_list > ul > li > s.frst_icon_01 {background: url('/img/newbird/activity/plastic/sct03_icon01.svg') #fff no-repeat;background-position: center;background-size: 120px auto;}
.plastic_sct03 .pct_cont .pct_icon_list > ul > li > s.frst_icon_02 {background: url('/img/newbird/activity/plastic/sct03_icon02.svg') #fff no-repeat;background-position: center;background-size: 120px auto;}
.plastic_sct03 .pct_cont .pct_icon_list > ul > li > s.frst_icon_03 {background: url('/img/newbird/activity/plastic/sct03_icon03.svg') #fff no-repeat;background-position: center;background-size: 120px auto;} */


/* 야생동물 */
.wild_animals_wrap {border-top: 1px solid #ededed;}
.wild_animals_wrap .animals_list {padding-top: 120px;}
.wildlife_gall_wrap .bo_gall_list_othercamp .bo_gall_infos {padding: 0;}
.wildlife_gall_wrap {border-top: 1px solid #e5e5e5;padding: 100px 0;}
.wildlife_gall_wrap  .bo_gall_list_othercamp .bo_gall_item {margin-top: 30px;}


/* header */
.header_nav_pc .header_nav_activity .header_nav_depth02_right02 {background-color: #f5f5f5;border-left: 1px solid #e5e5e5;}
.header_nav_pc .header_nav_activity .header_nav_depth02_right02 > li > a {background-color: #f5f5f5;}
.header_nav_pc .header_nav_depth03_right {display: none; position: absolute;top: 0;right: -220px;max-width: 220px; height: 100%;background-color: #f5f5f5 !important;box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.05);}
.header_nav_pc .header_nav_activity .header_nav_depth03_right {border-left: 1px solid #e5e5e5;}
.header_nav_pc .header_nav_activity .header_nav_depth03_right > li > a {background-color: #f5f5f5;}
.header_nav_depth02_right .nav_activity_right .arr_ico {background: url('/img/newbird/main/icon_nav_arrow.png') no-repeat;width: 7px;height: 11px;background-size: contain;background-position: center;margin-left: auto;}
.header_nav_depth03_right.show {display: block;}
.header_nav_depth03_right > li {padding-top: 60px;}

.edit_cont {text-align: right;}
.adm_edit {display: none;}
.edit_cont::marker {font-size: 0;}


/* 야생동물 01 */
.wild_animals01 .anm01_sct02 .anm_banner {display: block;width: 100%;position: relative;}
.wild_animals01 .campaign_banner_txt .tit > span {display: block;margin-left: 5px;}
.wild_animals01 .campaign_banner_txt .tit > span.w_font {color: #fff;}
.bear_video_sct .bear_bg {padding: 150px 0;}
.bear_video_sct .pl_free_sec03_left_txt .pl_free_title_wrap .pl_free_title {font-size: 54px;line-height: 70px;font-weight: 500;}
.anm01_sct02 .wild_anm01 .cont04_txt_box p {padding: 0;font-size: 30px;line-height: 48px;}



/* 온라인 참여 */
.online_sct01 {margin-top: 60px;}
.online_sct01 .online_gall_list .bo_gall_item .bo_gall_tit {position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);width: calc(100% - 80px); height: auto;}
.online_sct01 .online_gall_list .bo_gall_item .bo_gall_cont {max-height: none;text-overflow: inherit;overflow: inherit;display: block;}
.online_sct02 {padding-top: 100px;}
.online_sct03 .pl_free_banner {background-size: cover;background-position: center;}


/* #wild_ani_wrap .active_txt_box > div.show {position: absolute;left: 0;padding: 0 20px;} */
.pl_way_slide .slide_cont .swiper-slide > div {width: 100%;height: 100%;}


.mob_nav_depth02_gray > li:nth-child(2) {position: relative;}
.mob_nav_depth02_gray > li:nth-child(2) > a {width: 87%;}
.mob_nav_depth02_gray > li:nth-child(2) > .arr_ico {display: inline-block;background: url('/img/newbird/main/icon_nav_arrow.png') no-repeat;transform: rotate(90deg);width: 20px;height: 11px;background-size: contain;background-position: center;position: absolute;top: 17px;right: 20px;cursor: pointer;}
.mob_nav_depth02_gray > li:nth-child(2) > .arr_ico.on {transform: rotate(-90deg);}
.mob_nav_depth02_gray .nav_depth03 {display: none;}
.mob_nav_depth02_gray .nav_depth03.show {display: block;}
.mob_nav_depth02_gray .nav_depth03 > li > a {display: block;height: 45px;padding: 0 30px;line-height: 45px;font-size: 13px;color: #222222;}
.mob_nav_depth02_gray .nav_depth03 > li > a.active {color: #e98300;font-weight: 700;}

.board_write_area form {margin-top: 60px;}

.wild_animals01 .campaign_banner_txt .tit {font-family: 'wwf',sans-serif;line-height: 88px;}

.main_banner_slide .swiper-slide .main_banner_txt_en > span.ko {font-size: 50px;line-height: 50px;font-weight: 600;}
.main_banner_slide .swiper-slide .main_banner_txt_ko > span.en {font-size: 30px;}
.main_banner_slide .swiper-slide .main_banner_txt_ko {font-family: 'wwf',sans-serif;}



/* 뉴스레터 구독신청 */
.lttrCntWrp .lttrBnr {background: url('/img/newbird/newsletter/letter_banner.png') no-repeat;background-size: cover;background-position: center;width: 100%;height: 260px;display: block;}
.lttrCntWrp .lttrBnr .lttrTtl {height: 100%;display: flex;align-items: center;justify-content: center; font-size: 48px;line-height: 60px;letter-spacing: -0.04em;color: #fff;text-align: center;}
.lttrCntWrp .subsInpCnt {background-color: #eeeeee;}
.lttrCntWrp .subsInpCnt .inner {max-width: 670px;width: 100%;margin: 0 auto;padding: 80px 0;}
.lttrCntWrp .subsInpCnt .subsInfo {width: 100%;margin: 0 auto;text-align: center;}
.lttrCntWrp .subsInpCnt .subsInfo .icon {display: flex;align-items: center;justify-content: center; background-color: #fff;width: 180px;height: 180px;border-radius: 100px;margin: 0 auto;}
.lttrCntWrp .subsInpCnt .subsInfo > p {margin: 22px 0 30px;font-size: 22px;line-height: 35px;letter-spacing: -0.04em;transform: rotate(0.04deg);}
.lttrCntWrp .em {color: #e98300;font-weight: 600;}
.lttrCntWrp .inputTbl {background-color: #fff;padding: 65px 95px;border: 1px solid #e5e5e5;}
.lttrCntWrp .inputTbl > div {display: flex;flex-direction: column;}
.lttrCntWrp .inputTbl > div > span {position: relative;display: flex;align-items: center; font-size: 18px;color: #222222;line-height: 30px;font-weight: 700;transform: rotate(0.04deg);}
.lttrCntWrp .inputTbl .sub {position: absolute;right: 0;color: #888888;font-size: 14px;line-height: 40px;font-weight: 500;transform: rotate(0.04deg);}
.lttrCntWrp .inputTbl > div > input {background-color: #f9f9f9;border: 1px solid #e5e5e5;height: 50px;padding: 0 10px;font-size: 16px;transform: rotate(0.04deg);}
.lttrCntWrp .inputTbl .check_area {padding-top: 15px;border-top: 1px solid #e5e5e5;}
.lttrCntWrp .inputTbl .check_area .em {color: #222222;font-weight: 600;    transform: rotate(0.04deg);}
.lttrCntWrp .inputTbl .check_area .chk_name {font-size: 18px;line-height: 40px;}
.lttrCntWrp .inputTbl .check_area .cmm_chk {margin-right: 10px;}
.lttrCntWrp .inputTbl .inpDiv {margin-bottom: 20px;}
.lttrCntWrp .cmm_btn {width: 100%;height: 60px;margin-top: 55px;background-color: #222222;color: #fff;text-align: center;font-size: 18px;line-height: 40px;transition: all 0.3s;transform: rotate(0.04deg);}
.lttrCntWrp .cmm_btn:hover {background-color: #e98300;transition: all 0.3s;}
.lttrCntWrp .chk_box {display: block;position: relative;padding-left: 30px;cursor: pointer;font-size: 16px;line-height: 26px;user-select: none;}
.lttrCntWrp .chk_box input[type="checkbox"] {display: none;}
.lttrCntWrp .chk_box .on {width: 22px;height: 22px;background: #ffffff;border: 1px solid #e5e5e5;position: absolute;top: 8px;left: 0;}
.lttrCntWrp .chk_box .on::after {position: absolute;content: ""; top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: #fa7c07;width: 12px;height: 12px;display: none;}
.lttrCntWrp .chk_box input[type="checkbox"]:checked + .on {background: #fff;}
.lttrCntWrp .chk_box input[type="checkbox"]:checked + .on:after {display: block;}

.header_right .news_btn {border: 1px solid #fff;color: #fff;margin-left: 20px;transition: all 0.3s;}
.header_right .news_btn:hover {background-color: #e98300;border: 1px solid #e98300;transition: all 0.3s;}