@charset "utf-8";


div#bo_v_con * {font-family: NanumBarunGothic, sans-serif !important;}

/* common */
.kylCmnTxt28 {font-size: 28px; color: #222; letter-spacing: -0.04em; line-height: 42px; font-weight: 400;}
.kylCmnTxt28 > span {color:#e98300}
.kylCmnTxt18 {font-size: 18px; color: #222; letter-spacing: -0.04em; line-height: 32px;}
.kylTxtOrange {color: #e98300;}



/* 영문 wwf 폰트 */
.wwf_font {font-family: 'WWF', sanserif;}


/* 파트너십, 생활실천, 어스아워, 후원안내 */
.sub_common_wrap * {letter-spacing: -0.04em; word-break: keep-all;}



/* 공통 슬라이드 페이지네이션 */
.sub_common_wrap .swiper-pagination-bullets, .sub_common_wrap .swiper-pagination-custom, .sub_common_wrap .swiper-pagination-fraction {
    bottom: auto;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_common_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px 0 0;
}
.sub_common_wrap .swiper-pagination-bullets .swiper-pagination-bullet:last-child {margin-right: 0;}

.sub_common_wrap .swiper-pagination-bullet {
    background: #222;
    opacity: 1;
    width: 6px;
    height: 6px;
}
.sub_common_wrap .swiper-pagination-bullet-active {
    background: #e98300;
    width: 12px;
    height: 12px;
}

.sub_controller {margin-top: 20px; display: flex; align-items: center; justify-content: center;}
.sub_controller .swiper-pagination {margin-top: 0; width: auto; position: static;}

.sub_banner_controller > button {background: transparent; margin-left: 10px; padding: 1px 5px;}
.sub_banner_controller > button > img {width: 100%;}

.sub_banner_controller .sub_banner_pause > img {width: 6px; height: 8px;}
.sub_banner_controller .sub_banner_play > img {width: 6px; height: 8px;}




/* 활동 > 기업파트너십 */
.partnership_banner {background: url(/img/newbird/activity/partnership/partner_visual.png) no-repeat center;}
/* partner section01 */
.sub_common_sec01 {padding: 112px 0 114px;}
.sub_common_sec01 > div > p {margin-bottom: 23px;}
.sub_common_sec01 > div > div {display: flex; justify-content: space-between;}
.sub_common_sec01 > div > div > p {width: 48%;}
/* .sub_common_sec01 > div > div > p:last-child {margin-right: 0px;} */

/* partner section02 */
.prtnr_sec02 {background: #eeeeee; padding: 111px 0 0; margin-bottom: 176px;}
.prtnr_sec02 > div > p {text-align: center;}
.prtnr_sec02 .prtnr_txt01 {margin: 68px 0 24px;}
.prtnr_sec02 .prtnr_txt02 {margin-bottom: 63px;}
/* == cont list == */
.mob_actv_cont_box {display: none;}
.actv_cont_box {border-top: 2px solid #222;}
.actv_cont_box > li {display: flex; border-bottom: 1px solid #ddd;}
.actv_cont_box > li > dl {display: flex; padding: 32px 0; width: 50%;}
.actv_cont_box > li > dl > dt {min-width: 175px; min-height: 66px;}
.actv_cont_box > li > dl > dd {width: calc(100% - 175px);}
.actv_cont_box > li > dl > dd > b {font-size: 18px; color: #222; font-weight: 400; line-height: 32px; margin-bottom: 17px;}
.actv_cont_box > li > dl > dd > p {font-size: 16px; color: #808080; line-height: 30px;}
/* 아이콘 */
.actv_cont_box > li > dl > .actv_icon01 {background: url(/img/newbird/activity/partnership/parner_icon01.png) no-repeat center; background-size: auto 70px;}
.actv_cont_box > li > dl > .actv_icon02 {background: url(/img/newbird/activity/partnership/parner_icon02.png) no-repeat center; background-size: auto 86px;}
.actv_cont_box > li > dl > .actv_icon03 {background: url(/img/newbird/activity/partnership/parner_icon03.png) no-repeat center; background-size: auto 78px;}
.actv_cont_box > li > dl > .actv_icon04 {background: url(/img/newbird/activity/partnership/parner_icon04.png) no-repeat center; background-size: auto 91px;}
.actv_cont_box > li > dl > .actv_icon05 {background: url(/img/newbird/activity/partnership/parner_icon05.png) no-repeat center; background-size: auto 66px;}

/* 슬라이드 컨텐츠 */
.prtnr_slide {
    position: relative; 
    margin-top: 106px;
}
.prtnr_slide.prtnr_activity {margin-top: 0; top: 106px;}
/* swiper slide  */
.prtnr_slide .swiper {
    width: 100%;
    height: 100%;
}

.prtnr_slide .swiper-slide {
    max-width: 800px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.prtnr_slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide_cont .swiper-button-next,
.slide_cont .swiper-button-prev{
    margin-top: 0;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-size: 60px auto;
}
/* .slide_cont .swiper-button-prev, .slide_cont .swiper-container-rtl .swiper-button-next {left: 20px; background-image: url(/img/newbird/activity/partnership/pre_btn.png);} */
/* .slide_cont .swiper-button-next, .slide_cont .swiper-container-rtl .swiper-button-prev {right: 20px; background-image: url(/img/newbird/activity/partnership/next_btn.png);} */

.slide_cont .swiper-button-prev, .slide_cont .swiper-container-rtl .swiper-button-next {
    width: 60px;
    height: 60px;
    background: #e98300 url(/img/newbird/main/main_exer_prev.png) no-repeat 21px 17px;
    background-size: 14px auto;
    left: 20px;
}
.slide_cont .swiper-button-next, .slide_cont .swiper-container-rtl .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #e98300 url(/img/newbird/main/main_exer_next.png) no-repeat 25px 17px;
    background-size: 14px auto;
    right: 20px;
}

.prtnr_sec02 .swiper-pagination-bullets, .prtnr_sec02 .swiper-pagination-custom, .prtnr_sec02 .swiper-pagination-fraction {margin-top: 40px; width: 100%; display: flex; align-items: center; justify-content: center;}
.prtnr_sec02 .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 30px 0 0;}
.prtnr_sec02 .swiper-pagination-bullets .swiper-pagination-bullet:last-child {margin-right: 0;}
.prtnr_sec02 .swiper-pagination-bullet {background: #222; opacity: 1; width: 6px; height: 6px;}
.prtnr_sec02 .swiper-pagination-bullet-active {background: #e98300; width: 12px; height: 12px;}



/* partner section 03 */
.prtnr_sec03 {padding: 120px 0 150px; border-bottom: 1px solid #e5e5e5;}
.prtnr_sec03 .prtnr_tit_box {margin-bottom: 25px;}
.prtnr_tit_box {display: flex; align-items: center; justify-content: space-between;}
.prtnr_tit_box > strong {font-size: 31px;}
.prtnr_tit_box > span {font-size: 16px; color: #999999;}
.prtnr_tit_box > span > s {text-decoration: none;}
/* grid */
.prtnr_sec03 .prtnr_grid_box {grid-template-rows: repeat(2, 1fr);}
.prtnr_grid_box {display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 24px; row-gap: 60px;}
.prtnr_grid_box > li {}
.prtnr_grid_box > li > .brand_logo {padding: 10px; border: 1px solid #eeeeee; min-height: 180px; display: flex; align-items: center; justify-content: center;}
.prtnr_grid_box > li > p {text-align: center; font-size: 18px; color: #808080; margin-top: 25px;}
/* 브랜드 이미지 */
.prtnr_grid_box > li > .brand_img_box01 > img {max-width: 155px; width: 100%; height: auto;}
.prtnr_grid_box > li > .brand_img_box02 > img {max-width: 272px; width: 100%; height: auto;}
.prtnr_grid_box > li > .brand_img_box03 > img {max-width: 264px; width: 100%; height: auto;}
.prtnr_grid_box > li > .brand_img_box04 > img {max-width: 239px; width: 100%; height: auto;}
.prtnr_grid_box > li > .brand_img_box05 > img {max-width: 123px; width: 100%; height: auto;}
.prtnr_grid_box > li > .brand_img_box06 > img {max-width: 170px; width: 100%; height: auto;}
.prtnr_grid_box > li > .brand_img_box07 > img {max-width: 206px; width: 100%; height: auto;}
.prtnr_grid_box > li > .brand_img_box08 > img {max-width: 150px; width: 100%; height: auto;}

/* partner section 04 */
.prtnr_sec04 {padding: 120px 0 0;}
.prtnr_sec04 .prtnr_tit_box {margin-bottom: 20px;}
.prtnr_sec04 .prtnr_more_btn {width: 135px;}
.report_cont_box > li {border: 1px solid #eeeeee;}
.report_cont_box > li .report_img_box04 {border-bottom: 1px solid #e5e5e5;}
.report_cont_box > li .report_img_box > img {width: 100%;}
.report_cont_box > li .report_txt_box {padding: 43px 70px 45px 40px;}
.report_cont_box > li .report_txt_box .report_date {display: block; font-size: 14px; color: #999999; margin-bottom: 25px;}
.report_cont_box > li .report_txt_box > .report_tit {display:block; font-size: 21px; line-height: 32px; max-height: calc(32px * 2); text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; word-break: break-all;}

.mob_report_cont_box {display: none;}

/* 공동 하단 서브 배너 */
.common_sub_banner {padding: 120px 0 150px; display: flex; max-width: 1480px; width: 100%; margin: 0 auto;}
.common_sub_banner > a {position: relative; display: block; margin-right: 5px; color: #fff;}
.common_sub_banner > a:last-child {margin-right: 0;}
.common_sub_banner > a > img {display: block; width: 100%; height: 100%; object-fit: cover;}
.common_sub_banner > a > dl {z-index: 1; position: absolute; top: 51%; transform: translateY(-50%); left: 40px; width: calc(100% - 150px);}
.common_sub_banner > a > dl > dt {font-size: 24px; font-weight: 700; margin-bottom: 15px;}
.common_sub_banner > a > dl > dd {font-size: 18px; line-height: 32px; letter-spacing: normal; word-break: keep-all;}
.common_sub_banner > a > s {position: absolute; top: 50%; transform: translateY(-50%); right: 40px; display: inline-flex; align-items: center; justify-content: center; padding-left: 5px; width: 60px; height: 60px; border-radius: 50%; background: #fff;}
.common_sub_banner > a > s > img {width: 11px; height: 19px;}
.common_sub_banner > a > s > .mob_arr {display: none;}







/* 참여 > 생활실천 */
.liveGreen_banner {background: url(/img/newbird/participation/live_visual.png) no-repeat center; background-position-x: 68%;}

/* liveGreen section 01 */
.live_sec01 {padding: 120px 0 150px;}
.sec01_tit {font-size: 60px; font-weight: 400; letter-spacing: 0.04em; font-family: 'WWF', sanserif;}

.mob_know_cont_box {display: none;}
.pc_know_cont_box {display: flex;}
.know_cont_box dl {margin-right: 50px;}
.know_cont_box dl:last-child {margin-right: 0;}
.know_cont_box dl > dt {}
.know_cont_box dl > dt > img {display: block; width: 100%; height: 100%; object-fit: cover;}
.know_cont_box dl > dd {padding-top: 60px;}
.know_cont_box dl > dd > span {display: block; font-size: 20px; color: #e98300;}
.know_cont_box dl > dd > b {display: block; margin: 11px 0 25px;}
.know_cont_box dl > dd > p {color: #808080;}


/* liveGreen section 02 */
.greenTip_cont {padding-top: 133px; position: relative; width: 100%; background: url(/img/newbird/participation/green_tip_bg.png) no-repeat center;}
.greenTip_cont .greenTip_inner {position: relative; bottom: -45px; display: flex; justify-content: space-between; align-items: center;}
.greenTip_cont .tip_txt_box {min-width: 500px; color: #fff;}
.greenTip_cont .tip_txt_box > p {font-size: 40px;}
.greenTip_cont .tip_txt_box > b {font-size: 120px; font-weight: 400; line-height: 120px; letter-spacing: 0.04em; font-family: 'WWF', sanserif;}

/* video iframe */
.video_box {max-width: 740px; width: 100%; background: #fff; padding: 10px; border-radius: 10px;}
.video_box > div {position: relative; width: 100%; height: 0; padding-bottom: 55.14%;}
.video_box > div > iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.live_sec03 {padding: 112px 0 117px;}
.live_sec03 > div {display: flex; justify-content: space-between;}
.live_sec03 > div > p {width: 48%;}

.live_sec04 {padding-bottom: 170px;}
.live_sec04 > .sec04_inner {display: flex;}

.tip_ctgry_list {margin-right: 20px; position: relative;}
.tip_ctgry_list:nth-child(2),
.tip_ctgry_list:nth-child(4) {transform: translateY(50px);}
.tip_ctgry_list:last-child {margin-right: 0px;}
.tip_ctgry_list > img {width: 100%;}
.tip_ctgry_list > dl {position: absolute; bottom: 0; display: block; width: 100%; color: #fff; padding: 0 30px 45px;}
.tip_ctgry_list > dl > dt {font-size: 28px; letter-spacing: 0.02em; margin-bottom: 15px;}
.tip_ctgry_list > dl > dd {font-size: 16px; line-height: 26px; position: relative; margin-bottom: 8px; padding-left: 15px; word-break: keep-all;}
.tip_ctgry_list > dl > dd:last-child {margin-bottom: 0;}
.tip_ctgry_list > dl > dd::before {display: inline-block; content: ""; width: 6px; height: 6px; border-radius: 50%; background: #e98300; position: absolute; top: 9px; left: 0;}
.tip_ctgry_list > dl > dd > span {display: inline-block; font-size: 13px; line-height: 23px;}

.tip_ctgry_list .ly_gradient {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.mob_tip_ctgry_box {display: none;}
/* 세 번째 박스 */
.travel_box > dl {color: #343223;}

.live_sub_bnr {border-top: 1px solid #eeeeee;}



/* 참여 > 어스아워 */
.earth_banner {background: url(/img/newbird/participation/earth_visual.png) no-repeat center;}

/* 어스아워 section 01 */
.earth_sec01 {padding: 112px 0 190px;}

/* 어스아워 section 02 */
.earth_sec02 {display: flex; max-width: 1800px; height: 550px; margin-left: auto; background: #222222;}
.earth_sec02 .left_img {margin-top: -70px; margin-left: -103px;}

.earth_sec02 .right_txt_box {display: flex; flex-direction: column; justify-content: center; width: 100%; margin-left: 60px;}
.earth_sec02 .right_txt_box > h2 {text-align: left; color: #fff;}
.earth_sec02 .right_txt_box > h2::after {margin: 24px 0 56px;}
.earth_sec02 .right_txt_box > p {color: #fff;}


/* 어스아워 section 03 */
.earth_sec03 {padding: 120px 0;}
.earth_sec03 > div {display: flex; align-items: center; justify-content: space-between;}
.earth_sec03 .left_txt_box > h2 {text-align: left;}
.earth_sec03 .left_txt_box > h2::after {margin: 24px 0 56px;}

.earth_sec03 .right_img {max-width: 710px;}
.earth_sec03 .right_img > img {width: 100%;}

.only_mob {display: none;}

/* 어스아워 section04 */
.earth_sec04 {padding: 120px 0; background: #264252;}
.earth_sec04 h2 {color: #fff;}
.earth_sec04 h2::after {background: #fff;}
.participate_cont.mob_participate_cont {display: none;}
.participate_cont {display: flex;}
.participate_cont dl {margin-right: 50px; width: calc(100% / 3);}
.participate_cont dl:last-child {margin-right: 0;}
.participate_cont dl > dt {position: relative;}
.participate_cont dl > dt > img {width: 100%;}
.participate_cont dl > dt .tit_badge {z-index: 2; position: absolute; left: 20px; bottom: -20px; font-size: 20px; font-weight: 700; padding: 10px 34px 7px; color: #fff; background: #000; transform: rotate(0.03deg); /* 폰트 깨짐이슈 대응 */}
.participate_cont dl > dd {}
.participate_cont dl > dd > p {margin: 53px 0 32px; min-height: 120px; font-size: 16px; line-height: 30px; color: #fff;}
.participate_cont dl > dd > a {padding: 0 35px; font-size: 16px;}



/* 후원 > 후원안내 */
.support_banner {background: url(/img/newbird/support/support_visual01.png) no-repeat center;}

/* 후원 section 01 */
.sprt_sec01 {padding: 112px 0 83px;}

/* 후원  slide section 02  */
.sprt_slide_sec {margin-bottom: 150px; position: relative;}
.sld_list > div {display: flex; align-items: center; justify-content: center; width: 100%; height: 550px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.sld_list > div > p {text-align: center; color: #fff;}
.sld_list > div > p > span {font-size: 32px; font-weight: 700; color: #fff;}

.slide_list01 > div {background-image: url(/img/newbird/support/support_slide_img01.png);}
.slide_list02 > div {background-image: url(/img/newbird/support/support_slide_img02.png);}
.slide_list03 > div {background-image: url(/img/newbird/support/support_slide_img03.png);}
/* swiper */
.sprt_slide_sec .swiper {
    width: 100%;
    height: 100%;
}

.sprt_slide_sec .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    max-width: 1680px;
    width: 100%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sprt_slide_sec .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sprt_sec02_slide_btn {
    position: relative; 
    max-width: 1680px; 
    width: 100%; height: 100%; 
    z-index: 4; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sprt_slide_sec .swiper-button-prev, .sprt_slide_sec .swiper-container-rtl .swiper-button-next {left: -30px;}
.sprt_slide_sec .swiper-button-next, .sprt_slide_sec .swiper-container-rtl .swiper-button-prev {right: -30px;}




/* 후원 section 03 */
.sprt_sec03 {padding: 120px 0 318px; background: #264252;}
.sprt_sec03 h2 {color: #fff;}
.sprt_sec03 h2 > span {color: #e98300;}
.sprt_sec03 > div {padding: 0 160px;}
.if_sprtr {display: flex;}
.if_sprtr > li {display: flex; flex-direction: column; align-items: center; width: calc(100% / 3); margin-right: 160px;}
.if_sprtr > li:last-child {margin-right: 0;}
.if_sprtr > li > div {width: 280px; height: 280px; border-radius: 50%; background-color: #fff; background-position: center; background-repeat: no-repeat;}
.if_sprtr > li > dl {}
.if_sprtr > li > dl > dt {font-size: 24px; font-weight: 700; color: #fff; text-align: center; margin: 40px 0 13px;}
.if_sprtr > li > dl > dd {font-size: 18px; line-height: 32px; color: #fff; text-align: center;}
/* 아이콘 */
.if_sprtr .list01 > div {background-image: url(/img/newbird/support/support_sec03_icon01.png); background-size: 90px auto;}
.if_sprtr .list02 > div {background-image: url(/img/newbird/support/support_sec03_icon02.png); background-size: 82px auto;}
.if_sprtr .list03 > div {background-image: url(/img/newbird/support/support_sec03_icon03.png); background-size: 88px auto;}


/* 후원 section 04 */
.sprt_sec04 {padding-bottom: 120px;}
.sprt_sec04 .goods_cont_wrap {margin: -206px auto 0; max-width: 1680px; display: flex;}

.goods_txt_box {width: 100%; padding: 65px 90px 37px 100px; background: #009191;}
.goods_txt_box > h3 {text-align: left; color: #fff;}
.goods_txt_box > h3::after {margin: 30px 0 60px; background: #fff;}
.goods_txt_box > p {margin-bottom: 25px; color: #8cd4d4;}

.goods_txt_box > dl {padding: 35px 0 28px; border-bottom: 1px solid #259b9b;}
.goods_txt_box > dl:last-child {border-bottom: 0;}
.goods_txt_box > dl > dt {display: flex; align-items: center; margin-bottom: 14px;}
.goods_txt_box > dl > dt > strong {min-width: 192px; font-size: 26px; color: #fff;}
.goods_txt_box > dl > dt > span {font-size: 16px; color: #8cd4d4;}
.goods_txt_box > dl > dd {display: flex; align-items: center;}
.goods_txt_box > dl > dd .component_badge {display: inline-block; margin-right: 15px; padding: 6px 12px; font-size: 14px; color: #fff; background: #264252;}
.goods_txt_box > dl > dd > p {display: flex; align-items: center; font-size: 18px; font-weight: 700; color: #fff;}
.goods_txt_box > dl > dd > p > s {margin: 0 10px; display: inline-block; width: 21px; height: 21px; background: url(/img/newbird/support/sprt_goods_plus.png) no-repeat center; background-size: 100% auto;}
.goods_txt_box > dl > dd > p.only_mob {display: none;}
/* goods 슬라이드 */
.goods_slide_box {max-width: 890px; overflow: hidden;}

.goods_slide_box .swiper {
    width: 100%;
    height: 100%;
}

.goods_slide_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.goods_slide_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goods_slide_box .swiper-container-horizontal > .swiper-pagination-bullets,
.goods_slide_box .swiper-pagination-custom,
.goods_slide_box .swiper-pagination-fraction {
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods_slide_box .swiper-pagination-bullet {width: 6px; height: 6px; opacity: 1; background: #fff; }
.goods_slide_box .swiper-pagination-bullet-active {width: 12px; height: 12px; background: #fff;}
.goods_slide_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 34px 0 0;}
.goods_slide_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {margin-right: 0px;}



/* 후원 section 05 */
.sprt_sec05 {display: flex;}
.sprt_sec05 .left_img_box {max-width: 910px; width: 100%;}
.sprt_sec05 .left_img_box > img {width: 100%;}
.sprt_sec05 .right_txt_box {padding-left: 80px; display: flex; flex-direction: column; justify-content: center; width: 100%; border-bottom: 1px solid #eeeeee;}
.sprt_sec05 .right_txt_box > h3 {position: relative; text-align: left;}
/* .sprt_sec05 .right_txt_box > h3::before {position: absolute; top: 25px; left: 98px; content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #111;} */
.sprt_sec05 .right_txt_box > h3::after {margin: 30px 0 80px;}
 
.sprt_btn_box {margin-top: 52px;}
.sprt_btn_box > a {margin-right: 10px; width: 220px;}
.sprt_btn_box > a:last-child {margin-right: 0;}

/* 후원 하단 서브 배너 */
.sub_banner_h220 > a {width: 100%; height: 220px;}



/* 캠페인 북극곰 */
.en_sec_tit {font-size: 30px; line-height: 32px; font-weight: 400; letter-spacing: normal !important; font-family: 'WWF', sanserif;}
.ko_sec_tit {font-size: 60px; line-height: 75px;}

.num_bdg {padding: 0 0 4px 1px; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; font-size: 30px; color: #fff; border-radius: 50%; letter-spacing: normal !important; background: #e98300; font-family: 'WWF', sanserif;}

.polarbear_wrap * {letter-spacing: -0.04em;}
.polarbear_texture_bg { background: url(/img/newbird/support/campaign_bear_bg.png) no-repeat center; background-size: cover;}
/* banner */
.campaign_top_banner {height: 880px;}
.campaign_top_banner .inner_1480 {position: relative; height: 100%;}

.polarbear_banner_bg {background-image: url(/img/newbird/support/polar_bear_visual01.png); background-size: auto 100%; background-repeat: no-repeat; background-position: center;}


.campaign_banner_txt {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.campaign_banner_txt .tit {font-size: 48px; line-height: 102px; color: #35414c;}
.campaign_banner_txt .tit > strong {display: block; font-size: 85px; letter-spacing: -0.06em;}
.campaign_banner_txt .tit > strong > b {color: #e98300;}
/* .campaign_banner_txt .tit > strong > span {color: #e98300;} */
.campaign_banner_txt .txt {margin-top: 44px; font-size: 29px; color: #36424d;}
.campaign_banner_txt .campaign_btn {margin-top: 95px;}
.campaign_btn > a {padding-top: 3px; display: flex; align-items: center; justify-content: center; width: 305px; height: 75px; font-size: 25px; color: #fff; border-radius: 37.5px; background: #e98300;}
.campaign_banner_txt .campaign_btn > a { background: linear-gradient(to right, #e98300, #e9af14);}

/* 북극곰 section 01 */
.polarbear_sec01 {padding: 145px 0 238px;}

/* top box */
.information_top {display: flex; margin-bottom: 95px; }
.information_top > div {width: 50%;}
.information_top .en_sec_tit {color: #c9ccd1;}
.information_top .ko_sec_tit {display: flex; margin: 20px 0 52px; font-weight: 400; color: #213a57;}
/* .information_top .left_bx {margin-right: 57px;} */
.information_top .left_bx > dl {margin-bottom: 10px; display: flex; align-items: center; width: 100%; padding: 13px; border-radius: 35px; background: #11263e;}
.information_top .left_bx > dl:last-child {margin-bottom: 0;}
.information_top .left_bx > dl > dt {margin-right: 25px; width: 115px; height: 44px; line-height: 44px; font-size: 20px; color: #fff; text-align: center; border-radius: 22px; background: #244264;}
.information_top .left_bx > dl > dd {font-size: 21px; color: #fff; letter-spacing: normal;}

.information_top .right_bx {transform: rotate(0.03deg); padding-top: 30px; text-align: center; background:  url(/img/newbird/support/polarbear_img_shdw.png) no-repeat center; background-size: cover;}
.information_top .right_bx > img {max-width: 642px; width: 100%;}
/* bottom box */
.information_bottom {display: flex; position: relative;}
.information_bottom .txt_box_bg {padding: 80px 30px 50px; width: calc(100% / 2); margin-right: 40px; position: relative; background: url(/img/newbird/support/bear_sec02_txt_bg.png) no-repeat center; background-size: 100% 100%; box-shadow: 0px 0px 60px 0px rgba(79, 94, 129, 0.2);}
.information_bottom .txt_box_bg:last-child {margin-right: 0;}
.information_bottom .txt_box_bg .num_bdg {top: -40px; width: 80px; height: 80px; padding-bottom: 5px;}
.information_bottom .txt_box_bg .box_tit {display: block; font-size: 31px; color: #222; text-align: center;}
.information_bottom .txt_box_bg .box_tit > span {color: #e98300;}
.information_bottom .txt_box_bg .line {margin: 22px auto 25px; max-width: 400px; width: 100%; height: 2px; background: url(/img/newbird/support/bear_sec02_bg_line.png) no-repeat center; background-size: 100% 100%;}
.information_bottom .txt_box_bg > p {font-size: 18px; font-weight: 300; line-height: 30px; letter-spacing: normal; text-align: center; color: #222;}
.information_bottom .txt_box_bg .txt01 {margin-bottom: 15px;}

.mob_information_bottom {display: none;}
/* 북극곰 section 02 */
.polarbear_sec02 {position: relative; display: flex; justify-content: space-between;}
.polarbear_sec02 .bear_photo_box {position: absolute; top: -90px; left: 0; max-width: 1100px; margin-right: 800px;}
.polarbear_sec02 .bear_photo_box > img {width: 100%;}
/* 오른쪽 텍스트 박스 */
.polarbear_sec02 .danger_txt_box {max-width: 1030px; width: 100%; padding: 115px 220px 121px 290px; background: #11263e;}
.danger_txt_box .en_sec_tit {margin-bottom: 15px; color: #2b4a6e;}
.danger_txt_box .ko_sec_tit {font-weight: 400; color: #e4edf6;}
.danger_txt_box > p {color: #e4edf6;}
.danger_txt_box .report_txt01 {margin: 29px 0 44px; font-size: 24px; line-height: 38px; letter-spacing: -0.06em;}
.danger_txt_box .report_txt02 > span {color: #e98300;}
.copyright_bx {margin-top: 40px; display: flex; align-items: center; font-size: 18px; font-weight: 300; color: #e4edf6;}
.copyright_bx .copyright_bdg {font-weight: 400; margin-right: 20px; display: inline-block; width: 77px; height: 33px; text-align: center; line-height: 33px; font-size: 16px; color: #e4edf6; background: #244264;}
.copyright_bx .star {color: #e98300;}

/* 북극곰 section 03 */
.polarbear_sec03 {padding: 57px 0 211px;}
.wwf_work_sec .en_sec_tit {margin-bottom: 28px; color: #c9ccd1;}
.wwf_work_sec .ko_sec_tit {margin-bottom: 10px; color: #222222;}
.polarbear_sec03 .ko_sec_tit > span {font-weight: 300;}
.ko_sec_tit s {text-decoration: none; font-size: 67px; font-weight: 400; letter-spacing: normal; }
.wwf_work_tit {display: flex;}
.wwf_work_tit span {padding-top: 8px;}

.work_cont_box {display: flex;}
.work_cont_box dl {width: calc(100% / 3); padding: 20px 20px 54px; margin-right: 35px; border-radius: 10px; box-shadow: 0px 0px 60px 0px rgba(140, 140, 140, 0.2); background: #fff;}
.work_cont_box dl:first-child {transform: translateY(60px);}
.work_cont_box dl:last-child {transform: translateY(60px); margin-right: 0;}
.work_cont_box dl > dt {}
.work_cont_box dl > dt > img {width: 100%;}
.work_cont_box dl > dd {position: relative; padding-top: 64px; font-size: 24px; line-height: 35px; text-align: center;}

.mob_polarbear_work_cont {display: none;}
/* 북극곰 work 컨텐츠 bg */
.polarbear_work_cont dl {background: url(/img/newbird/support/wwf_work_bg.png) no-repeat center; background-size: 100% 100%;}

/* 북극곰 section 04 */
.polarbear_sec04 {padding: 138px 0 148px; background: url(/img/newbird/support/bear_sec04_bg.png) no-repeat center; background-size: cover ;}
.polarbear_sec04 h2 {margin-bottom: 68px; font-size: 60px; line-height: 80px; color: #fff; text-align: center;}
.polarbear_sec04 h2 > span {font-weight: 300;}
.polarbear_sec04 h2 > i {font-style: normal;}
.polarbear_sec04 .polarbear_video_box {padding: 10px; background: #fff;}
.polarbear_sec04 .polarbear_video_box > div {position: relative; width: 100%; height: 0; padding-bottom: 53.49%;}
.polarbear_sec04 .polarbear_video_box > div > iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.polarbear_sec04 .video_sec_txt {margin-top: 65px; text-align: center; font-size: 35px; color: #fff; line-height: 55px; font-weight: 300;}
.polarbear_sec04 .campaign_btn {margin-top: 49px; display: flex; justify-content: center;}

/* 북극곰 section 05 */
.about_wwf {position: relative; padding: 100px 20px 120px; color: #fff; background: linear-gradient(to right, #0178e8, #089477);}

.about_wwf .bg_txt {z-index: 0; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 100%; font-size: 280px; line-height: 1; color: #fff; text-align: center; letter-spacing: 0.02em; opacity: 0.08;}

.wwf_txt > h3 {display: flex; align-items: center; justify-content: center;}
.wwf_txt > h3 > span {font-size: 50px; font-weight: normal; letter-spacing: normal;}
.polarbear_sec05 .wwf_txt > h3 > s {font-size: 40px; padding-top: 9px; text-decoration: none;}
.wwf_txt > p {font-size: 26px; font-weight: 300; line-height: 40px; text-align: center;}
.wwf_txt > p > span {font-weight: normal; line-height: 50px;}

.polarbear_sec05 .wwf_txt > p {margin: 33px 0 143px;}

.wwf_team_img_box {position: relative; text-align: center;}
.wwf_team_img_box > img {position: relative; z-index: 1; max-width: 1271px; width: 100%;}

.support_briefing_tit {margin: 80px 0 45px; position: relative; display: flex; justify-content: center;}
.support_briefing_tit::before {max-width: 1480px; position: absolute; top: 50%; transform: translateY(-50%); content: ""; display: block; width: 100%; height: 2px; background: url(/img/newbird/support/campaign_bttm_line.png) no-repeat center; background-size: 100% 2px;}
.support_briefing_tit .briefing_tit {padding-top: 5px; z-index: 2; position: relative; display: inline-flex; align-items: center; justify-content: center; width: 200px; height: 54px; font-size: 26px; color: #0588aa; border-radius: 27px; background: #fff;}

.briefing_txt > li {position: relative; font-size: 18px; line-height: 36px; color: #ade0ec; text-align: center;}
.briefing_txt > li > s {margin-right: 10px; margin-bottom: 3px; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #6fc6f2;}




/* 캠페인 멸종위기동물들 */
.campaign_extinction_wrap * {letter-spacing: -0.04em;}

/* banner */
.extinction_banner_bg {background-image: url(/img/newbird/support/extinction_visual.png); background-repeat: no-repeat; background-position: center; background-size: cover;}
.extinction_banner_txt {color: #fff;}
.extinction_banner_txt > p {margin-bottom: 37px; font-size: 45px; font-weight: 300; letter-spacing: -0.06em;}
.extinction_banner_txt > p.txt {margin-bottom: 0 !important; color: inherit !important;}
/* .extinction_banner_txt > strong {font-size: 75px; line-height: 97px; letter-spacing: -0.06em;}
.extinction_banner_txt > strong > span {font-weight: 300;} */
.extinction_banner_txt > span {font-size: 75px; line-height: 97px; letter-spacing: -0.06em; font-weight: 300;}
.extinction_banner_txt > span > b {font-weight: 700;}

/* 멸종위기동물들 section 01 */
.extinction_sec01 {padding: 150px 0 399px; background: url(/img/newbird/support/extinction_sec01_bg.png) no-repeat center; background-size: cover;}
.extinction_sec01 .en_sec_tit {color: #d9cab7;}
.extinction_sec01 .ko_sec_tit {margin: 18px 0 50px; line-height: 80px;}
.extinction_sec01 .ko_sec_tit > span {font-weight: 300;}

/* .animals_cont {display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 40px; column-gap: 40px;} */
.mob_animals_cont {display: none;}
.pc_animals_cont {display: flex;}
.pc_animals_cont > div {margin-right: 38px; width: calc(100% / 2);}
.pc_animals_cont > div:first-child {margin-top: 57px;}
.pc_animals_cont > div:last-child {margin-right: 0;}
.animals_cont > div > dl {margin-bottom: 37px;}
.animals_cont > div > dl:last-child {margin-bottom: 0;}
.animals_cont dl {display: flex; align-items: center; border-radius: 15px; box-shadow: 0px 0px 60px 0px rgba(140, 140, 140, 0.2); background: #fff;}
.animals_cont dl > dt {position: relative; max-width: 382px; width: 100%; height: 382px; background-repeat: no-repeat; background-position: center; background-size: 100% auto;}
.animals_cont dl > dt > img {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 422px; height: 423px;}
.animals_cont dl > dd {margin-left: 15px;}
.animals_cont dl > dd > s {display: block; margin-bottom: 30px; width: 28px; height: 23px; background: url(/img/newbird/support/quotes_icon.png) no-repeat center; background-size: 100% auto;}
.animals_cont dl > dd > b {margin-bottom: 11px; display: block; font-size: 26px;}
.animals_cont dl > dd > p {font-size: 20px; line-height: 30px;}
.animals_cont dl > dd > a {margin-top: 34px; display: flex; align-items: center; justify-content: center; width: 200px; height: 60px; border-radius: 30px; font-size: 18px; font-weight: 700; color: #fff; background: #222;}

.extinction_sec01 .sec01_bttm_txt {margin: 102px 0 34px; font-size: 35px; line-height: 58px; font-weight: 300; text-align: center;}
.extinction_sec01 .campaign_btn {display: flex; justify-content: center;}
.extinction_sec01 .campaign_btn > a {background: linear-gradient(to right, #e98300, #e9af14);}


/* 멸종위기동물들 section 02 */
.extinction_sec02 {margin-top: -173px; padding: 150px 0 321px; background-image: url(/img/newbird/support/extinction_sec02_bg.png); background-repeat: no-repeat; background-position: left 11% top; background-size: cover;}
.extinction_sec02 .ko_sec_tit {margin-bottom: 30px;}
.extinction_sec02 .wrk_txt {margin-bottom: 40px; font-size: 24px; line-height: 37px; letter-spacing: normal;}

.extinction_sec02 .work_cont_box dl > dd > b {display: block; margin-bottom: 25px; font-size: 24px; font-weight: 700; letter-spacing: normal;}
.extinction_sec02 .work_cont_box dl > dd > p {font-size: 20px; font-weight: 300; line-height: 32px;}

.mob_extinction_work_cont {display: none;}

/* 멸종위기동물들 section 03 */
.extinction_sec03 {margin-top: -145px; padding: 97px 0 115px; background-image: url(/img/newbird/support/extinction_sec03_bg.png); background-repeat: no-repeat; background-size: cover;}
.extinction_sec03 .cont_box {display: flex; align-items: center; justify-content: space-between; margin: 0 auto; max-width: 1120px; width: 100%;}
.extinction_sec03 .left_txt_box {}
.extinction_sec03 .left_txt_box > h3 {font-size: 28px; color: #fff;}
.extinction_sec03 .left_txt_box > h2 {margin: 44px 0 10px; font-size: 50px; font-weight: 300; color: #fff; line-height: 70px;}
.extinction_sec03 .left_txt_box > h2 > span {font-weight: 700;}
.extinction_sec03 .left_txt_box > h2 > b { font-weight: 700; color:#e98300; }
.extinction_sec03 .left_txt_box > p {font-size: 20px; line-height: 35px; letter-spacing: normal; color: #c8bbb7;}
.extinction_sec03 .left_txt_box > a {margin-top: 52px; display: flex; align-items: center; justify-content: center; max-width: 320px; height: 75px; font-size: 22px; font-weight: 700; color: #fff; letter-spacing: normal; border-radius: 37.5px; background: #e98300;}

.wwf_book > ul {display: grid; grid-template-rows: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr); row-gap: 20px; column-gap: 20px;}
.wwf_book > ul > li {max-width: 200px;}
.wwf_book > ul > li:nth-child(2),
.wwf_book > ul > li:nth-child(4) {transform: translateY(20px);}
.wwf_book > ul > li > img {width: 100%;}

/* 멸종위기동물들 section 04 */
.extinction_sec04 {padding: 144px 20px 120px;}
.extinction_sec04 .wwf_txt > p {font-size: 35px; font-weight: 100; line-height: 52px; letter-spacing: -0.06em;}
.extinction_sec04 .wwf_txt > h3 {margin: 42px 0 95px; font-size: 60px; line-height: 80px; letter-spacing: -0.06em;}





/* 기후변화 */
.campaign_climate_wrap * {letter-spacing: -0.04em;}
/* banner */
.climate_banner_bg {background: url(/img/newbird/support/climate_visual.png) no-repeat center; background-size: auto 100%;}
.climate_banner_bg .campaign_banner_txt .tit {color: #4e342d;}
.climate_banner_bg .campaign_banner_txt .tit > strong > span {color: #823420;}
.climate_banner_bg .campaign_banner_txt .txt {font-size: 26px; color: #666666;}
.climate_banner_bg .campaign_btn > a {background: linear-gradient(to right, #552f25, #9a681c);}

/* 기후변화 section 01 */
.climate_sec01 {padding: 144px 0 150px ; background-image: url(/img/newbird/support/climate_sec01_bg.png); background-repeat: no-repeat; background-position: center; background-size: cover;}
.climate_sec01 > .climate_sec01_inner {margin: 0 auto; max-width: 1400px; width: calc(100% - 40px);}
.climate_sec01 .en_sec_tit {color: #825643; text-align: center;}
.climate_sec01 .ko_sec_tit {margin: 14px 0 68px; font-weight: 300; color: #b5a39e; text-align: center;}
.climate_sec01 .ko_sec_tit > span {color: #fff; font-weight: 700;}

/* .climate_danger_cont {display: grid; grid-template-rows: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr); row-gap: 40px; column-gap: 40px;} */
.mob_cont_flx {display: none;}
.pc_cont_flx {display: flex;}
.pc_cont_flx .climate_danger_cont {margin-right: 40px; width: calc(50% - 40px / 2);}
.cont_flx .climate_danger_cont:last-child {margin-top: 90px; margin-right: 0px;}
.cont_flx .climate_danger_cont > div {margin-bottom: 40px; padding: 20px; box-shadow: 21px 21px 40px 0px rgba(4, 0, 0, 0.2); background: url(/img/newbird/support/climate_sec01_cont_bg.png) no-repeat center; background-size: cover; }
.cont_flx .climate_danger_cont > div:last-child {margin-bottom: 0;} 
.cont_flx .climate_danger_cont > div > .img_bx {}
.cont_flx .climate_danger_cont > div > .img_bx > img {width: 100%;}
.cont_flx .climate_danger_cont > div > .txt_bx {padding: 43px 20px 50px;}
.cont_flx .climate_danger_cont > div > .txt_bx .img_tit {margin-bottom: 22px; font-size: 31px; line-height: 45px; letter-spacing: -0.06em; color: #4e342d;}
.cont_flx .climate_danger_cont > div > .txt_bx .img_tit > b > span {color: #9a681c;}
.cont_flx .climate_danger_cont > div > .txt_bx .cnt_txt {font-size: 18px; line-height: 30px; color: #666; letter-spacing: normal;}
.cont_flx .climate_danger_cont > div > .txt_bx > div {margin-top: 73px; font-weight: 300; color: #666666;}
.cont_flx .climate_danger_cont > div > .txt_bx > div .copyright_bdg {background: #552f25;}

.climate_sec01 .sec01_bttm_txt {text-align: center;}
.climate_sec01 .sec01_bttm_txt > p {margin: 90px 0 37px; font-size: 54px; font-weight: 300; line-height: 80px; color: #e6c6bc;}
.climate_sec01 .sec01_bttm_txt > p > b {font-size: 62px; color: #fff;}
.climate_sec01 .sec01_bttm_txt > span {font-size: 28px; color: #a49089;}


/* 기후변화 section 02 */
.climate_sec02 {padding: 142px 0 130px; background: url(/img/newbird/support/climate_sec02_bg.png) no-repeat center; background-size: cover;}
.climate_sec02 > div > h3 {margin-bottom: 19px; font-size: 28px; color: #a39d94;}
.climate_sec02 > div > h3 > span {font-weight: 400; letter-spacing: normal;}
.climate_sec02 > div > h3 > b {font-weight: 400; font-family: 'WWF', sanserif; letter-spacing: normal;}

.climate_sec02 .cont01 {margin-bottom: 65px; display: flex; justify-content: space-between; padding-right: 40px;}
.climate_sec02 .cont01 > h2 {width: 55%; min-width: 510px; font-size: 60px; line-height: 75px; letter-spacing: -0.06em; color: #4e342d;}
.climate_sec02 .cont01 > h2 > span {font-size: 55px; font-weight: 300; letter-spacing: -0.06em;}
.climate_sec02 .cont01 > h2 > s {text-decoration: none; letter-spacing: normal;}
.climate_sec02 .cont01 > p {width: 45%; font-size: 18px; font-weight: 300; line-height: 34px;}

.mob_climate_work_cont {display: none;}
.climate_sec02 .work_cont_box dl:first-child {transform: none;}
.climate_sec02 .work_cont_box dl:last-child {transform: none; margin-right: 0;}
.climate_sec02 .work_cont_box dl {margin-right: 32px; box-shadow: 21px 21px 40px 0px rgba(4, 0, 0, 0.1); border-radius: 0; background: #fff;}
.climate_sec02 .work_cont_box dl > dd {padding-top: 45px;}
.climate_sec02 .work_cont_box dl > dd > .num_bdg {top: -25px; width: 50px; height: 50px; font-size: 25px; background: #9a681c;}
.climate_sec02 .work_cont_box dl > dd > b {margin-bottom: 16px; display: block; font-size: 24px; letter-spacing: -0.08em; }
.climate_sec02 .work_cont_box dl > dd > b > span {color: #9a681c;}
.climate_sec02 .work_cont_box dl > dd > p {font-size: 16px; line-height: 26px; letter-spacing: normal; text-align: center;}
.climate_sec02 .campaign_btn {margin-top: 80px; display: flex; justify-content: center;}
.climate_sec02 .campaign_btn > a {background: linear-gradient(to right, #552f25, #9a681c);}

/* 기후변화 section 03 */
.climate_sec03 .about_wwf {padding: 136px 0 120px;}
.climate_sec03 .wwf_txt {color: #fff;}
.climate_sec03 .wwf_txt h2 {font-size: 72px; line-height: 90px; text-align: center;}
.climate_sec03 .wwf_txt h2 > span {font-size: 45px; font-weight: 300;}
.climate_sec03 .campaign_btn {z-index: 2; position: relative; margin: 34px 0 78px; display: flex; justify-content: center;}
.climate_sec03 .campaign_btn > a {font-weight: 700; color: #058aa2; background: #fff;}
.climate_sec03 .support_briefing_tit .briefing_tit {color: #fff; background: #3da9d9;}
.climate_sec03 .about_wwf .bg_txt {top: 208px;}


/* 기후위기 */
.cmtengy_container .swiper-button-next, .cmtengy_container .swiper-button-prev {top: 220px;}


/* 검색 영역 */
.wwf_main_dimmed {
    display: none;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

/* 썸네일 게시판 */
.no_image {
    display: flex;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    align-items: center;
    position: absolute;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

/* 소식 뷰 */
#bo_v_con > .videoBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#bo_v_con > .videoBox > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 판다메일 뷰 */
.mcnImage {max-width: 100% !important; width: 100% !important;}
/* .mcnTextContent li {background: url(/img/bullet-light-blue.png) no-repeat scroll 0.5em 0.5em transparent; list-style: none;} */
.mcnCaptionBlockInner {display: flex; justify-content: space-between;}
.mcnCaptionBottomContent {width: 100%;}
.templateContainer {max-width: 600px;}
/* td.mcnTextContent {transform: rotate(0.03deg);} */
/* .mcnTextContent > p {transform: rotate(0.03deg);} */
/* 버튼 */
/* .mcnButtonContentContainer {border-radius: 35px !important;} */

@media screen and (max-width: 1750px) {
    .sprt_slide_sec .swiper-button-prev, .sprt_slide_sec .swiper-container-rtl .swiper-button-next {left: 20px;}
    .sprt_slide_sec .swiper-button-next, .sprt_slide_sec .swiper-container-rtl .swiper-button-prev {right: 20px;}
}









