@charset "utf-8";


/* buttons */
/* .n_btn {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
.btn_orange {
    color: #fff;
    background-color: #e98300;
    border: 1px solid #e98300;
    transition: all 0.3s;
}
.btn_black {
    color: #fff;
    background-color: #222222;
    border: 1px solid #222222;
    transition: all 0.3s;
}
.btn_orange:hover {
    background-color: #1b1b1b;
    border: 1px solid #fff;
} */
.btn_h60 {
    font-size: 16px;
    height: 45px;
    line-height: 43px;
}
.btn_h70 {
    font-size: 16px;
    height: 60px;
    line-height: 58px;
}
/* .btn_h50 {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
}
.btn_h52 {
    font-size: 18px;
    height: 52px;
    line-height: 40px;
} */



/* ==== layout ==== */
/* ==== main :: start ==== */
/* ==== header ==== */
.wwf_header {
    height: 60px;
}
.wwf_header .header_left .logo {
    width: 62px;
    height: 70px;
    margin-right: 0;
}
.wwf_header.jsSmallLogo .header_left .logo {
    width: 53px;
    height: 60px;
}

.header_nav_pc,
.wwf_header .header_right,
.header_search_pc {
    display: none;
}

.btn_open_menu_mob {
    display: block;
    width: 20px;
    height: 20px;
    display: block;
    background: url('/img/newbird/mobile/main/icon_hamber.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
}
.header_nav_mob {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #000000;

    position: fixed;
    left: 100%;
    top: 0;
    transition: left 0.5s;
}
.header_nav_mob.show {
    left: 0;
}
.header_nav_mob > header {
   position: relative;
   padding: 86px 20px 30px;
}
.btn_close_menu_mob {
    display: block;
    width: 20px;
    height: 20px;
    display: block;
    background: url('/img/newbird/mobile/main/icon_close_menu.png') no-repeat center;
    background-size: contain;

    position: absolute;
    top: 20px;
    right: 20px;
}
.nav_mob_search{
    margin-bottom: 20px;
}
.nav_mob_search_box {
    height: 47px;
    border-bottom: 3px solid #ffffff;
    position: relative;
}
.nav_mob_search_box > input {
    width: 100%;
    height: 100%;
    padding-right: 35px;
    font-size: 16px;
    line-height: 47px;
    color: #fff;
    background-color: transparent;
    border: 0;
}
.nav_mob_search_box > input::placeholder {
    color: #999999;
}
.nav_mob_search_box > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff url(/img/newbird/main/icon_search_search.png) no-repeat center;
    background-size: 18px 19px;

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.nav_mob_top_menu {
    display: flex;
}
.nav_mob_top_menu > a {
    flex-grow: 0;
    flex-shrink: 0;
     display: block;
     width: calc((100% - 2px) / 3 );
     height: 40px;
     line-height: 40px;
     background-color: #383838;
     color: #bbbbbb;
     text-align: center;
     margin-right: 1px;
}
.nav_mob_top_menu > a:last-child {
    margin-right: 0;
    background-color: #e98300;
    color: #fff;
    font-weight: 700;
}
.mob_nav_wrap  {   
    display: flex;
    color: #fff;
    background-color: #262626;
    min-height: calc(100vh - 223px);
}
.mob_nav_depth01 {
    width: 100px;
    padding: 14px 0;
}
.mob_nav_depth01 > li > a{
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    line-height: 52px;
    font-size: 16px;
    color: #999999;
    font-weight: 700;
    background-color: #262626;
}
.mob_nav_depth01 > li.active > a{
    color: #fff;
    background-color: #e98300;
}
.mob_nav_right {
    width: calc(100% - 100px);
    max-height: calc(100vh - 223px);
    overflow: auto;
    background-color: #fff;
}
.mob_nav_depth02 {
    display: none;
    padding: 14px 0;
}
.mob_nav_depth02 > li > a {
    display: block;
    height: 45px;
    padding:  0 30px;
    line-height: 45px;
    font-size: 14px;
    color: #222222;
}
.mob_nav_depth02 > li > a.active {
    color: #e98300;
    font-weight: 700;
}
.mob_nav_depth02_gray {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}


/* ==== footer ==== */
.wwf_footer {
   padding: 0;
}
.footer_nav {
    display: none;
}
.footer_letter {
    width: 100%;
    border: 0;
    padding: 90px 0;
    position: relative;
}
.footer_letter .footer_letter_title {
    margin-bottom: 37px;
}
.footer_letter .footer_letter_title > h2{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
}
.footer_letter .footer_letter_title > .footer_letter_sub {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}
.footer_letter .fotter_letter_inputs > label {
    font-size: 14px;
    line-height: 14px;
}
.footer_letter .fotter_letter_inputs > input {
    height: 42px;
    margin-bottom: 15px;
}

.footer_letter .fotter_letter_inputs > .n_btn {
    background-color: #e98300;
    border-color: #e98300;
    font-size: 16px;
}

.footer_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}
.footer_link > a {
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
.footer_link > a::after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_link > a:last-child:after {
    display: none;
}
.footer_bottom {
    flex-direction: column;
    align-items: center;
    padding: 40px 0 33px;
}
.footer_bottom .logo_footer {
    width: 47px;
    margin: 0 0 26px;
}
.footer_bottom .footer_infos .footer_company {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 14px;
}
.footer_bottom .footer_infos {
    text-align: center;
}
.footer_bottom .footer_infos .footer_inquire {
    font-size: 13px;
    line-height: 21px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_bottom .footer_infos .footer_inquire:first-of-type {
    margin-bottom: 10px;
}
.footer_bottom .footer_infos .footer_inquire > dl{
    margin: 0;
    justify-content: center;
    margin-bottom: 2px;
}
.footer_bottom .footer_infos .footer_inquire > dl > dt {
    min-width: 25px;
}
.footer_bottom .footer_copy {
    margin-top: 10px;
    line-height: 21px;
    font-size: 13px;
    word-break: keep-all;
}
.footer_bottom .footer_copy> em {
    display: block;
}


/* 22.05.17 수정 - pes */
/* ==== main - index ==== 1024 -> 768로 이동 */

/* .main_banner_slide .swiper-slide {
    height: 607px;
}
.main_banner_slide .swiper-slide .main_banner_img_pc {
    display: none;
}
.main_banner_slide .swiper-slide .main_banner_img_mob {
    display: block;
}
.main_banner_slide .swiper-slide .main_banner_txt_en {
    font-size: 40px;
    line-height: 40px;
}
.main_banner_slide .swiper-slide .main_banner_txt_ko {
    margin-top: 20px;
    font-size: 20px;
    line-height: 29px;
}

.main_banner_slide .swiper-slide .n_btn {
    width: 160px;
    margin-top: 40px;
    height: 45px;
    line-height: 39px;
    font-size: 20px;
}
.main_banner_bottom {
    bottom: 20px;
}
.main_banner_controller .main_banner_prev,
.main_banner_controller .main_banner_next {
    display: none;
}
.main_banner_controller > button {
    margin: 0 0 -15px;
}
.progress_bullet_wrap > .bullet {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.progress_bullet_wrap > .bullet:last-child {
    margin-right: 0;
}
.main_banner_bottom .scroll_down {
    width: 24px;
} */

.main_banner_slide .swiper-slide .main_banner_txt_en {
    font-size: 60px;
    line-height: 60px;
}
.main_banner_slide .swiper-slide .n_btn {
    width: 160px;
    margin-top: 40px;
    height: 45px;
    line-height: 39px;
    font-size: 20px;
}



/* 최신 소식 */
.main_latest_wrap {
    padding: 70px 0 75px;
}
.main_title_wrap h2 {
    font-size: 30px;
    line-height: 28px;
    padding-bottom: 30px;    
}
.main_title_wrap .sub {
    font-size: 16px;
    line-height: 26px;
    margin: 35px 0 0;
    padding: 0 30px;
    word-break: keep-all;
}
.main_board_tab {
    margin: 52px 0 20px;
}
.main_board_tab .main_board_tab_item {
    font-size: 14px;
    line-height: 21px;
    margin-right: 20px;
}
.main_latest_wrap .main_board_cont {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.main_latest_wrap .main_board_cont .swiper-slide {
    width: calc(100% - 40px);
    max-width: 400px;
}

.pic_block_item .pic_block_infos {
    padding: 35px 28px;
}
.pic_block_infos .pic_block_date {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 14px;
}

.pic_block_infos .pic_block_subject {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 28px;
    height: calc(28px * 2);
}
.pic_block_infos .pic_block_cont {
    font-size: 14px;
    line-height: 24px;
    height: calc(24px * 2);
}
.pic_block_link {
    width: 40px;
    height: 40px;
    background-size: 7px auto;
    margin-top: 20px;
    background-position: 18px 14px;
}
.main_board_cont .main_board_bullets {
    display: block;
}

.pic_block_item:hover .pic_block_link {
    background-size: 7px auto;
    
}


/* main_support_wrap */
.main_support_wrap {
    padding: 50px 0 40px;
    height: 230px;
}
.main_support_title_sub {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 14px;
}
.main_support_title {
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 25px;
}
.main_support_wrap .n_btn {
    background-color: #e98300;
    border-color: #e98300;
}



/* main_exer_wrap */
.main_exer_wrap {
    padding: 70px 0 90px;
}
.main_exer_slide {
    margin-top: 35px;
}
.main_exer_slide .swiper-slide {
    width: calc(100% - 40px);
    max-width: 400px;
    height: auto;
}
.main_exer_slide .swiper-slide .main_exer_item {
    width: 100%;
    height: 0;
    padding: 0 0 126.031%;
    position: relative;
}
.main_exer_list_title {
    position: absolute;
    left: 26px;
    bottom: 30px;
}

/* 폰트 사이즈 확대 요청으로 4px 확대 */
.main_exer_list_title > .en {
    font-size: 28px;
    line-height: 19px;
    margin-bottom: 14px;
}

.main_exer_list_title > .ko {
    font-size: 16px;
    line-height: 18px;
}
.main_exer_slide .main_exer_prev, .main_exer_slide .main_exer_next {
    display: none;
}
.main_exer_pagination {
    display: block;
}

.main_newdeal_wrap {
    border-left-width: 10px;
    border-right-width: 10px;
    padding-bottom: 37px;
}
.main_newdeal_top {
    flex-direction: column-reverse;
}
.main_newdeal_img {
    margin-top: -42px;
    width: calc(100% + 28px);
}
.main_newdeal_tit {
    width: 100%;
    padding-top: 41px;
   
}
.main_newdeal_tit .main_newdeal_tit_en{
    padding-bottom: 0;
    font-size: 50px;
    line-height: 50px;
}
.main_newdeal_tit .main_newdeal_tit_en:after {
    display: none;
}
.main_newdeal_tit .main_newdeal_tit_ko {
    margin-top: 25px;
    line-height: 26px;
    font-size: 20px;
}
.main_newdeal_tit .main_newdeal_sub {
    display: none;
}
.main_newdeal_slogans {
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    margin: 26px auto 0;
    padding: 0 10px;
}
.main_newdeal_slogans > .slogan_box {
    width: 80px;
    flex-direction: column;
}
.main_newdeal_slogans > .slogan_box > .slogan_txt {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.main_newdeal_slogans > .slogan_box > .slogan_txt > .slogan_tit {
    width: calc(100% + 20px);
    margin: 12px 0 0 -10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}
.main_newdeal_slogans > .slogan_box > .slogan_txt .slogan_sub {
    display: none;
}


.main_camp_wrap {
    padding: 70px 0;
}
.main_camp_slide {
    margin-top: 44px;
}
.main_camp_slide .swiper-slide {
    width: calc(100% - 40px);
    max-width: 400px;
}
.main_camp_item .main_camp_cont {
    padding: 0;
    margin-top: -46px;
}
.main_camp_item .main_camp_cont .main_camp_tit {
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 30px;
}
.main_camp_item .main_camp_cont .main_camp_summary {
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    max-height: calc(24px * 2);
}
.main_camp_pagination {
    display: block;
}
.btn_top {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-size: 14px auto;
}
/* ==== main :: end ==== */



/* ==== 소식 (갤러리 리스트) ==== */
.bo_gall_wrap {
    margin-bottom: 70px;
}
.bo_gall_wrap .main_container {
    margin-bottom: 70px;
}


.panda_double_wrap {
    flex-direction: column;
    /* margin-bottom: 45px; */
}
.double_box_wrap .double_box_top_inner {
    padding: 22px 20px 25px;
}
.panda_double_left,
.panda_double_right {
    width: 100%;
}
.panda_double_left {
    padding: 0;
}
.double_box_wrap .double_box_title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
}
.double_box_wrap .double_box_cont {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.double_box_wrap .double_box_cont > p {
    margin-bottom: 14px;
}
.double_box_wrap .double_box_cont > p:last-of-type {
    margin-bottom: 0;
}

.panda_double_right {
    border: 0;
    border-top: 1px dashed #e8e8e8;
    padding-top: 31px;
    padding: 30px 0 0;
    margin-top: 23px;
    
    align-items: flex-start;
}
.board_top_area .double_icons_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    min-height: 25px;
    height: auto;
    padding: 4px 15px;
    border-radius: 25px;
    letter-spacing: -0.04em;
}
.double_box_wrap .double_icons_list {
    margin-top: 20px;
}
.double_box_wrap .double_icons_list > li {
    padding-left: 48px;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
.double_box_wrap .double_icons_list > li:last-child {
    margin-bottom: 0;
}
.double_box_wrap .btn_double_toggle {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e98300;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.double_box_wrap .btn_double_toggle::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.double_box_wrap .btn_double_toggle::after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}


.double_box_wrap.fold .btn_double_toggle::after {
    display: block;
}
.double_box_wrap.fold .double_box_cont {
    max-height: calc(32px * 3);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.double_box_wrap.fold .panda_double_right {
    display: none;
}


/* 게시판 공통 검색 영역  - 1480 으로 이동
.board_top_area {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.board_total {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 19px;
}
.board_top_area > form {
    display: block;
    width: 100%;
} 
.board_search_area {
    flex-wrap: wrap;
}
.board_search_area .board_cal_wrap {
    width: 100%;
    margin: 0 0 5px;
}
.board_cal {
    width: 50%;
}
.board_cal > i {
    height: 50px;
    background-size: 20px auto;
}
.board_cal > input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.board_search_wrap {
    width: 100%;
}
.board_search_wrap select {
    height: 50px;
    line-height: 50px;
    width: 96px;
    padding: 0 15px;
    font-size: 14px;
    background: url(/img/newbird/board/arr_select.png) no-repeat right 15px center;
    background-size: 13px auto;
}
.board_search_wrap input[type="text"] {
    width: calc(100% - 96px - 50px);
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 0 0 15px;
}
.board_search_wrap button {
    width: 50px;
    height: 50px;
    background-size: 20px auto;
} */

/* .board_sorting_area {
    margin-top: 30px;
} */


#gall_allchk {
    margin: 10px 0 30px;
}
.bo_gall_list {
    /* margin-top: 30px; */
    margin-bottom: 40px;
}


/* 22.04.21 j_768.css로 이동.. */

/* .bo_gall_list .bo_gall_item {
    width: 100%;
    margin: 20px 0 0 0;
} */
/* .bo_gall_list .bo_gall_item:first-child {
    margin: 2px 0 0 0;
} */
.bo_gall_list .bo_gall_infos {
    padding: 35px 25px 30px;
}
.bo_gall_list .bo_gall_infos .bo_gall_date {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 12px;
}
.bo_gall_list .bo_gall_infos .bo_gall_tit {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
    max-height: calc(34px * 2);
}
.bo_gall_cont {
    font-size: 15px;
    line-height: 26px;    
    max-height: calc(26px * 2);
}
.bo_gall_list .bo_gall_infos .bo_gall_bo_name {
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}


.bo_gall_wrap .common_sub_banner {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 100px;
}



/* 판다토크 (게시판 뷰) */
/* 상단 영상영역 */
.bo_video_wrap {
    padding-right: 0;
}
.bo_video_wrap .bo_video_left {
    width: 100%;
}
.bo_video_wrap .bo_video_right {
    width: 100%;
    position: static;
}
.bo_video_wrap .bo_video_title {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
    font-size: 14px;
}
.bo_video_wrap .bo_video_list {
    position: static;
    max-height: 300px;
}
.bo_video_wrap .bo_video_list > li > a {
}
.bo_video_wrap .bo_video_list > li > a .td_bo_video_num {
    width: 45px;
}
.bo_video_wrap .bo_video_list > li > a .td_bo_video_thum {
    width: 78px;
}
.bo_video_wrap .bo_video_list > li > a .td_bo_video_txt {
    width: calc(100% - 45px - 78px);
}

.bo_view_wrap {
    margin-top: 40px;
}
.bo_view_title_wrap .bo_view_cate {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    padding: 5px 15px;
}
.bo_view_title_wrap .bo_view_title {
    margin-top: 20px;
    font-size: 22px;
    line-height: 34px;
}
.bo_view_title_wrap .bo_view_date {
    font-size: 13px;
    /* line-height: 12px; */
    line-height: 18px;
    margin-top: 14px;
}
/* .bo_view_wrap #bo_v_img {
    margin-top: 55px;
} */
/* .bo_view_wrap #bo_v_con {
    margin: 55px 0 50px;
} */
.bo_view_file {
    padding: 20px 30px;
    width: calc(100% + 40px);
    margin-left: -20px; 
}
.bo_view_file h2 {
    display: none;
}
.bo_view_file > ul {
    width: 100%;
}
.bo_view_file > ul > li {
    font-size: 14px;
}
.bo_view_file > ul > li .file_info {
    font-size: 13px;
    margin-left: 15px;
}

.bo_view_bottom_btns {
    margin: 40px 0 0;
    padding: 0;
}

.bo_view_bottom_btns.top_pager {
    padding-top: 75px;
}
.bo_view_bottom_btns > .bo_view_prev,
.bo_view_bottom_btns > .bo_view_next {
    width: 50px;
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    background-size: 9px auto;
    background-position: center;
    top: 0;
    transform: translateY(0);
}
.bo_view_bottom_btns > .n_btn {
    width: 100%;
}


/* 게시판 작성 */
.bo_write_bottom_btns {
    margin: 40px 0 0;
}



/* ==== 영상자료 ( 갤러리 게시판 2 )*/ 
.board_top_tabs {
    width: calc(100% + 40px);
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 35px;
    margin-left: -20px;
}
.board_top_tabs::-webkit-scrollbar {
    height: 0;
    opacity: 0;
}
.board_top_tab_list {
    width: auto;
    padding: 0 20px;
}
.board_top_tab_list > li {
    width: 50%;
    min-width: 130px;
    height: 60px;
    /* flex-shrink: 0; */
}
.board_top_tab_list > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
}

/* ====== N :: 22.04.21 j_res_768.css 로 이동.. pes ====== */

/* .bo_gall_list_video .bo_gall_item {
    width: 100%;
    margin: 20px 0 0;
}
.bo_gall_list_video .bo_gall_item:first-child {
    margin: 0;
}
.bo_gall_list_video .bo_gall_infos {
    padding: 45px 25px 30px;
}
.bo_gall_list_video .bo_gall_infos .bo_gall_cate {
    left: 25px;
    height: auto;
    min-height: 33px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 15px;
}
.bo_gall_list_video .bo_gall_infos .bo_gall_date {
    font-size: 13px;
    line-height: 11px;
    margin-bottom: 15px;
}
.bo_gall_list_video .bo_gall_infos .bo_gall_tit {
    font-size: 20px;
} */



/* ==== 기타후원 ( 갤러리 게시판 3 )*/
/* 
.bo_gall_list_othercamp .bo_gall_item {
    width: 100%;
    margin: 20px 0 0;
}
.bo_gall_list_othercamp .bo_gall_infos {
    padding: 45px 25px 30px;
}
.bo_gall_list_othercamp .bo_gall_infos .bo_gall_cate {
    left: 25px;
    height: auto;
    min-height: 33px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 15px;
}
.bo_gall_list_othercamp .bo_gall_infos .bo_gall_date {
    font-size: 13px;
    line-height: 11px;
    margin-bottom: 15px;
}
.bo_gall_list_othercamp .bo_gall_infos .bo_gall_tit {
    font-size: 20px;
}
.bo_gall_list_othercamp .bo_gall_infos .bo_gall_cont {
    font-size: 15px;
    line-height: 26px;
    max-height: calc(26px * 2);
} */




/* ==== 보고서 (일반게시판 유형 1) ==== */
.bo_normal_wrap {
    margin-bottom: 70px;
}
.bo_normal_wrap .main_container {
    margin-bottom: 70px;
}
.bo_normal_wrap .bo_table {
    margin: 20px 0 40px;
}
.bo_table .bo_table_tr {
    flex-wrap: wrap;
    padding: 20px 20px 10px;
}
.bo_table .bo_table_tr > .bo_td {
    width: auto;
    min-height: 12px;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
.bo_table .bo_table_tr > .bo_td:first-of-type {
    padding-left: 0;
}
.bo_table .bo_table_tr > .bo_td:after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bo_table .bo_table_tr > .bo_td_title::after,
.bo_table .bo_table_tr > .bo_td_date::after,
.bo_table .bo_table_tr > .bo_td_chk:after {
    display: none;
}
.bo_table .bo_table_tr > .bo_td_chk {
    padding-right: 0;
}
.bo_table .bo_table_tr > .bo_td_title {
    width: 100%;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 0;
    order: 10;
}
.bo_table .bo_table_tr > .bo_td_title .bo_icon_file {
    position: relative;
    top: 2px;
}


/* ==== 채용정보 (일반게시판 유형 2) ==== */
.job_notice_wrap {
    margin-bottom: 70px;
}
.job_notice_wrap .main_container {
    margin-bottom: 70px;
}
.job_notice_title_wrap {
    margin: 60px 0 33px;
}
.job_notice_title_wrap .job_notice_title {
    font-size: 50px;
    line-height: 50px;
}
.job_notice_title_wrap .job_notice_sub {
    font-size: 16px;
    line-height: 30px;
}
.job_notice_table_wrap .job_notice_table {
    margin: 20px 0 40px;
}
.job_notice_table .job_notice_tr {
    flex-wrap: wrap;
    padding: 20px;
}
.job_notice_table .job_notice_tr > .job_notice_td {
    width: auto;
}
.job_notice_table .job_notice_tr > .job_notice_td_num {
    width: auto;
    min-height: 12px;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding: 0 10px;
    display: none;
}
.job_notice_table .job_notice_tr > .job_notice_td_infos {
    width: 100%;
    order: 10;
    padding: 0 0 10px;
}
.job_notice_table .job_notice_tr > .job_notice_td_infos .job_notice_infos_top {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}
.job_notice_table .job_notice_tr > .job_notice_td_infos .job_notice_infos_bottom{
    width: 100%;
    justify-content: space-between;
}
.job_notice_table .job_notice_tr > .job_notice_td_infos .job_notice_infos_bottom .date {
    font-size: 14px;
    line-height: 23px;
}
.job_notice_table .job_notice_tr > .job_notice_td_infos .job_notice_infos_bottom .d_day {
    flex-shrink: 0;
}

.job_notice_table .job_notice_tr > .job_notice_td_status {
    order: 11;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.job_notice_table .job_notice_status {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

/* 공통 페이지네이션 */
.pg_wrap {
    margin-top: 40px;
}
.pg_end,
.pg_start,
.pg_prev,
.pg_next {
    margin: 0;
}


/* 공통 empty */
.empty_list {
    font-size: 16px;
    margin-top: 20px;
}




/* ==== 기타 페이지 ===== */
.faq_wrap,
.yak_wrap,
.contact_wrap,
.search_result_wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.faq_title_wrap,
.yak_title_wrap,
.contact_title_wrap,
.search_result_title_wrap {
    margin: 80px 0 40px;
}
.faq_title,
.yak_title,
.contact_title,
.search_result_title_wrap .search_result_title {
    font-size: 35px;
    line-height: 35px;
}

.faq_list .faq_list_item .faq_q > a {
    padding: 20px 50px 20px 60px;
}
.faq_list .faq_list_item .faq_q .tit_bg {
    font-size: 25px;
    top: 17px;
    left: 20px;
}
.faq_list .faq_list_item .faq_q > a {
    font-size: 16px;
    line-height: 24px;
}
.faq_list .faq_list_item .faq_q .icon_arr_faq {
    top: 28px;
    right: 20px;
}
.faq_list .faq_list_item .faq_a {
    padding: 25px 30px;
    font-size: 15px;
    line-height: 25px;
}

/* contact */
.contact_wrap .contact_cont {
    flex-wrap: wrap;
}
.contact_wrap .contact_cont > div {
    width: 100%;
    margin-top: 50px;
}
.contact_wrap .contact_cont > div:first-child {
    margin-top: 0;
}



/* ==== 검색결과 ==== */
.search_result_total {
    font-size: 18px;
    line-height: 30px;
}
.header_search_box > label {
    display: none;
}
.header_search_box > input {
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 15px;
}
.header_search_box > .btn_header_search {
    height: 60px;
    background-size: 22px auto;
    background-position: center center;
}

.search_result_item .search_result_item_total {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
.search_result_item .search_result_item_total h3 {
    font-size: 18px;
}
.search_result_wrap .bo_gall_list {
    margin-top: -20px;
}
.search_result_item .search_result_btn_wrap > .n_btn {
    width: 100%;
}




/* ==== common sub  ==== */
.common_sub_menu {
    top: 59px;
}
.common_sub_menu > dl {
    justify-content: flex-start;
}

.common_sub_menu > dl > dt > a {
    padding: 0 25px;
}
.common_sub_menu > dl > dt:first-child > a { 
    padding-left: 0;
}



/* ==== 기업 단체 후원 ====  */ 
.support_company_wrap {
    margin-bottom: 0;
}


.support_com_sec01  {
    padding: 63px 0 0;
}
.support_com_sec01_top {
    display: block;
    margin-bottom: 40px;
}
.support_com_sec01_top .support_com_sec01_top_left > .n_btn {
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin-top: 54px;    
}
.support_com_sec01_top .support_com_sec01_top_left,
.support_com_sec01_top .support_com_sec01_top_right {
    width: 100%;
    padding: 0;
}
.support_com_sec01_top .support_com_sec01_top_right{
    margin-top: 47px;
}
.support_com_sec01_top .support_com_sec01_top_right .gray_txt_box {
    padding: 22px 20px;
    font-size: 17px;
    line-height: 30px;
}
.support_com_sec01_top .support_com_sec01_top_right .gray_txt_box > p {
    margin-top: 15px;
}
.support_com_sec01_top .support_com_sec01_top_right .gray_txt_box > p:first-child {
    margin-top: 0;
}


.single_box_wrap .single_box_top {
    padding: 24px 20px 29px;
}
.support_com_single {
    display: block;
}
.support_com_single .support_com_single_left, 
.support_com_single .support_com_single_right {
    width: 100%;
    padding: 0;
}
.support_com_sec01_bottom {
    margin-bottom: 70px;
}
.support_com_single .support_com_single_tit {
    font-size: 18px;
}
.support_com_single .support_com_single_right {
    margin-top: 18px;
}
.support_com_single .support_com_single_cs {
    align-items: flex-start;
}
.support_com_single .support_com_single_cs i {
    width: 40px;
}
.support_com_single .support_com_single_cs > .txt{
    font-size: 14px;
    line-height: 26px;
}
.support_com_sec01 .inner_1680 {
    width: calc(100%);
}
.support_com_sec02 {
    padding: 57px 0 70px;
}
.support_com_title {
    font-size: 30px;
    line-height: 53px;
    padding-bottom: 18px;
    margin-bottom: 55px;
}
.support_com_sub {
    margin-top: 55px;
    font-size: 16px;
    line-height: 28px;
}
.support_form_list_wrap {
    margin-top: 33px;
    border-top: 0;
}
.support_form_list_tit {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    border: 0;
    background-color: #d60e47;
    color: #fff;
}
.support_form_list > li {
    padding: 23px 10px;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 28px;
}
.support_form_list > li > .tit{
    margin-bottom: 7px;
}
.support_com_sec03 {
    padding: 56px 0 64px;
}
.support_process_list {
    display: block;
    margin-top: 60px;
}
.support_process_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
}
.support_process_item:first-child {
    padding-top: 0;
}
.support_process_item i {
    flex-shrink: 0;
    align-items: flex-start;
    width: 86px;
    height: auto;
    margin: 0;
}
.support_process_item:nth-child(1) i img {
    width: 43px;
}
.support_process_item:nth-child(2) i img {
    width: 55px;    
}
.support_process_item:nth-child(3) i img {
    width: 60px;    
}
.support_process_item:nth-child(4) i img {
    width: 54px;    
}
.support_process_item:nth-child(5) i img {
    width: 44px;    
}
.support_process_text_wrap {
    width: calc(100% - 86px);
    text-align: left;
    padding-left: 16px;
    padding-bottom: 20px;
}
.support_process_item .support_process_step {
    font-size: 18px;
    margin-bottom: 8px;
}
.support_process_item .support_process_tit {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}
.support_process_item .support_process_txt {
    font-size: 15px;
    line-height: 26px;
}
.support_process_item .support_process_txt > .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
}
.support_process_item:after {
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(90deg);
}

.support_com_sec04 {
    padding: 58px 0 0;
}
.support_com_sec04_top_img {
    margin-top: 60px;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.support_com_sec04_top_box {
    width: 100%;
    margin: 0;
    padding: 54px 0 0;

}
.support_com_sec04_top_txts{
    display: block;
    margin: 0 0 62px;
}
.support_com_sec04_top_tit,
.support_com_sec04_top_txt{
    width: 100%;
    padding: 0;
}
.support_com_sec04_top_tit {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 27px;
}
.support_com_sec04_top_tit br {
    display: none;
}
.support_com_sec04_top_txt {
    font-size: 16px;
    line-height: 28px;
}
.support_company_wrap .sub_bottom_btns {
    display: block;
    margin-top: 70px;
    width: 100%;
}
.sub_bottom_btns .sub_bottom_btn_item {
    margin-right: 0;
    margin-bottom: 3px;
    height: 140px;
    padding: 0 20px;
}
.sub_bottom_btns .sub_bottom_btn_item:last-child {
    margin-bottom: 0;
}

.sub_bottom_btn_texts > .tit {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
}
.sub_bottom_btn_texts > .sub {
    font-size: 14px;
    line-height: 22px;
}
.sub_bottom_go_btn {
    width: 50px;
}


/* ==== 후원 -  플라스틱 프리 ==== */
.pl_free_banner {
    height: 607px;
}
.pl_free_banner > .inner_1480 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 82px 0 54px;
}
.pl_free_banner .pl_free_banner_tit {
    font-size: 45px;
    line-height: 52px;
}
.pl_free_banner .pl_free_banner_tit > .small {
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 21px;
}
.pl_free_banner .pl_free_banner_sub {
    margin-top: 23px;
    font-size: 20px;
    line-height: 32px;
}
.pl_free_banner .pl_free_banner_sub br {
    display: none;
}
.pl_free_banner .n_btn {
    margin-top: 50px;
    width: 220px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
}
.pl_free_sec01 {
    padding: 70px 0 0;
}
.pl_free_title_wrap .pl_free_top_title {
    font-size: 22px;
    line-height: 17px;
}
.pl_free_title_wrap {
    margin-bottom: 40px;
}
.pl_free_title_wrap .pl_free_title {
    font-size: 30px;
    line-height: 42px;
}

.pl_free_slide {
    padding: 0;
    background-color: #dd1f55;
}
.pl_free_slide:after {
    display: none;
}
.pl_free_slide > .inner_1480 {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
}
.pl_free_slide .pl_free_slide_left,
.pl_free_slide .pl_free_slide_right {
    width: 100%;
    min-width: 100%;
}
.pl_free_slide .pl_free_slide_left {
    padding: 60px 20px 70px;
}
.pl_free_slide .pl_free_slide_txt_wrap .pl_free_slide_tit_top {
    font-size: 20px;
}
.pl_free_slide .pl_free_slide_txt_wrap .pl_free_slide_tit {
    font-size: 75px;
    line-height: 75px;
}
.pl_free_slide .pl_free_slide_txt_wrap .pl_free_slide_txt {
    font-size: 16px;
    line-height: 30px;
}

.pl_free_slide .pl_free_slide_txt_wrap .pl_free_slide_source {
    font-size: 14px;
    line-height: 30px;
}
.pl_free_slide .pl_free_slide_txt_wrap .pl_free_slide_source .source_box {
    width: 58px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pl_free_slide .pl_free_slide_pic_wrap {
    border-radius: 0;
}
.pl_free_slide_controller {
    right: 50%;
    transform: translateX(50%);
}
.pl_free_slide_controller > button {
    margin-left: 20px;
}

.pl_free_sec02 {
    margin: 0;
    padding: 70px 0;
}
.pl_free_sec02 .pl_free_title_wrap {
    margin-bottom: 35px;
}
.pl_danger_slide_pc {
    display: none;
}
.pl_danger_slide_mob {
    display: block;
}
.pl_danger_list {
    flex-wrap: nowrap;
    margin-top: 0;
}
.pl_danger_slide .pl_danger_item {
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.pl_danger_slide .pl_danger_item.swiper-slide-active {
    opacity: 1;
}
.pl_danger_list .pl_danger_item[data-swiper-row="1"] {
    margin-top: 0!important;
}
.pl_danger_list .pl_danger_item .pl_danger_txt {
    padding: 33px 10px 34px;
}
.pl_danger_list .pl_danger_item .pl_danger_txt > .color_pink {
    font-size: 22px;
    line-height: 34px;
}
.common_black_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.common_black_pagination > .bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
    margin: 0 5px;
    transition: background 0.3s;
    cursor: pointer;
}
.common_black_pagination > .bullet.active {
    background-color: #e98300;
    width: 12px;
    height: 12px;
}





.pl_danger_warn {
    margin: 60px 0 0;
    padding: 30px 20px;
}
.pl_danger_warn .pl_danger_warn_txt {
    line-height: 38px;
    font-size: 26px;
    letter-spacing: -0.04em;
}
.pl_danger_warn .pl_danger_warn_txt .pl_danger_warn_txt_top {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
}
.pl_danger_warn .pl_dander_source {
    font-size: 14px;
    line-height: 30px;
}
.pl_danger_warn .pl_dander_source .source_blet {
    width: 58px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.pl_free_sec03 {
    padding: 70px 0;
}
.pl_free_sec03 .inner_1480 {
    display: block;
}
.pl_free_sec03_left,
.pl_free_sec03_right {
    width: 100%;
}
.pl_free_sec03_left_txt .pl_free_title_wrap {
    margin-bottom: 30px;
}
.pl_free_sec03_left_txt .pl_free_sec03_tit_sub {
    font-size: 18px;
    line-height: 30px;
}
.pl_free_sec03_left_txt .n_btn {
    margin-top: 40px;
    width: 220px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
}
.pl_free_sec03_right {
    margin-top: 60px;
}
.white_line_video {
    padding: 5px;
}

.pl_free_sec04 {
    padding: 70px 0;
    width: 100%;
    overflow: hidden;
}
.pl_free_sec04 .pl_free_title_wrap {
    margin-bottom: 40px;
}
.pl_free_action_list {
    flex-wrap: nowrap;
    margin-top: 0;
}
.pl_free_action_item {
    margin: 0;
}
.pl_free_action_item {
    width: 100% !important;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.pl_free_action_item.swiper-slide-active {
    opacity: 1;
}
.pl_free_action_item .pl_free_action_pic {
    padding-bottom: 70%;
}
.pl_free_action_item .pl_free_action_txt_wrap {
    padding: 33px 0 34px;
}
.pl_free_action_item .pl_free_action_txt_wrap .pl_free_action_tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.pl_free_action_item .pl_free_action_txt_wrap .pl_free_action_txt {
    font-size: 15px;
    line-height: 26px;
}
.pl_free_action_item .pl_free_action_txt_wrap .n_btn {
    margin: 30px auto 0;
    font-size: 16px;
}
.pl_free_sec04 .n_btn {
    margin-top: 60px;
    width: 100%;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
}


/* ==== 소개 - 채용정보 intro_job_info.php ==== */
.job_info_wrap {
    margin-bottom: 0;
}
.job_info_wrap .main_container {
    margin-bottom: 70px;
}
.job_info_sec01 {
    margin: 59px 0 0;
}
.job_info_sec01 .job_info_sec01_bg {
    top: 544px;
    font-size: 100px;
    line-height: 100px;
}

.job_info_sec01_top {
    flex-direction: column;
    align-items: flex-start;
}

.job_info_sec01_top .job_info_sec01_left, .job_info_sec01_top .job_info_sec01_right {
    width: 100%;
}
.job_info_sec01_top .job_info_slogan .job_info_slogan_top {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 0;
}
.job_info_sec01_top .job_info_slogan .job_info_slogan_bottom {
    font-size: 85px;
    line-height: 85px;
}
.job_info_sec01_right {
    margin: 0;
}
.job_info_sec01_right .tit {
    margin-top: 43px;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
}
.job_info_sec01_right .sub {
    font-size: 16px;
    line-height: 30px
}
.job_info_sec01_right .sub br {
    display: none;
}

.job_info_sec01_list {
    margin-top: 100px;   
}
.job_info_sec01_list_title {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.work_way_lists_pc {
    display: none;
}
.work_way_lists_mobile {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.work_way_slide {
    overflow: hidden;
    padding-bottom: 70px;
}
.work_way_lists {
    flex-wrap: nowrap;
    margin-top: 0;
}
.work_way_lists > .work_way_item {
    width: 100%;
}
.work_way_lists > .work_way_item:nth-child(1), 
.work_way_lists > .work_way_item:nth-child(2), 
.work_way_lists > .work_way_item:nth-child(3), 
.work_way_lists > .work_way_item:nth-child(4){
    margin: 0;
}

.work_way_item .work_way_pic_wrap {
    width: 100%;
    height: 364px;
    padding: 0;
} 
.work_way_item:nth-child(1) .work_way_pic_wrap,
.work_way_item:nth-child(2) .work_way_pic_wrap,
.work_way_item:nth-child(3) .work_way_pic_wrap,
.work_way_item:nth-child(4) .work_way_pic_wrap {
    padding: 0;
}
.work_way_item .word_way_txt_wrap {
    margin-top: -130px;
    padding: 0 20px;
}
.work_way_item .word_way_txt_wrap .work_way_tit_en {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.work_way_item .word_way_txt_wrap .work_way_tit_ko {
    width: 85px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-bottom: 22px;
}
.work_way_item .word_way_txt_wrap .work_way_txt_ko {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 27px;
}
.work_way_item .word_way_txt_wrap .work_way_txt_ko br {
    display: none;
}
.work_way_item .word_way_txt_wrap .work_way_txt_en {
    font-size: 14px;
    line-height: 26px;
}
.work_way_item .word_way_txt_wrap .work_way_txt_en br {
    display: none;
}
.work_way_pagination {
    margin-top: 40px;
}


.job_info_sec02  {
    padding: 60px 0 70px;
}
.job_info_title {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.job_process_list {
    flex-wrap: wrap;
}
.job_process_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.job_process_item:first-child {
    padding-top: 0;
}
.job_process_item:after {
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(90deg);
}
.job_process_item i {
    width: 80px;
    height: 60px;
    margin: 0;
}
.job_process_item:nth-child(1) i img {
    width: 54px;
    margin-left: -22px;
}
.job_process_item:nth-child(2) i img {
    width: 41px;
}
.job_process_item:nth-child(3) i img {
    width: 54px;
}
.job_process_item:nth-child(4) i img {
    width: 35px;
}

.job_process_item > .job_process_txt_wrap {
    width: calc(100% - 100px);
    padding-left: 60px;
    position: relative;
    text-align: left;
}
.job_process_item .job_process_step {
    font-size: 18px;
    width: 60px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.job_process_item .job_process_txt {
    font-size: 16px;
}

.job_info_sec03 {
    padding: 60px 0 0;
}

.job_info_sec03 .pic_coworkers {
    width: calc(100% + 40px);
    margin-left: -20px;
} 
.job_welfare_list {
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.job_welfare_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 33px;
}
.job_welfare_item:last-child {
    margin-bottom: 0;
}
.job_welfare_item > i {
    width: 100px;
    height: 100px;
}
.job_welfare_item i > img {
    width: 47px;
}
.job_welfare_item:nth-child(2) i > img {
    margin-right: -4px;
}
.job_welfare_item:nth-child(3) i > img {
    margin-right: -6px;
}
.job_welfare_item .job_welfare_txt_wrap {
    width: calc(100% - 100px);
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
}
.job_welfare_item .job_welfare_tit {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 6px;
}
.job_welfare_item .job_welfare_txt {
    font-size: 16px;
    line-height: 28px;
}
.job_welfare_item .job_welfare_txt br {
    display: none;
}



/* ==== 연혁 ===== */
.intro_history_cont {
    padding: 62px 0 40px;
}
.sec02_txt {
    margin-bottom: 65px;
}
.sec02_txt > p {
    font-size: 22px;
    line-height: 34px;
    word-break: keep-all;
    margin-bottom: 23px;
}
.sec02_txt > p br {
    display: none;
}
.sec02_txt p > span {
    word-break: keep-all;
    font-size: 16px;
    line-height: 28px;
}
.history_video_cont video {
    width: 100%;
}

.history_txt_box {
    top: 130px;
}
.history_txt_box > h1 {
    font-size: 22px;
    line-height: 21px;
    
}
.history_txt_box > div > h1 {
    margin-top: 15px;
    font-size: 50px;
    line-height: 39px;   
}
.history_txt_box > div > h1 > strong {
    font-size: 50px;
    line-height: 50px;
    top: 2px;
}
.history_txt_box > ul {
    margin: 52px 0 70px;
    padding: 0 20px 22px;
    position: relative;
    border-bottom: 1px solid #e5e5e5 ;
}
.history_txt_box > ul > li > a {
    font-size: 20px;
    line-height: 16px;
    padding: 0 10px;
}
.history_map_wrap {
    padding: 0 0 70px;
}
.history_widget {
    padding: 0 0 60px;
}
.history_widget:after {
    height: 60px;
    left: 4px;
    transform: translateX(0);
}
.history_year_wrap .history_year {
    margin-left: 0;
    padding-left: 20px;
    font-size: 32px;
    line-height: 24px;
    top: -5px;
}
.history_year_wrap::before {
    left: 4px;
    transform: translateX(0);
}
.history_year_wrap::after {
    width: 14px;
    height: 14px;
    left: -1px;
    transform: translateX(0);
}
.history_list_item {
    padding: 0 0 40px 20px;
}
.history_list_item:last-child {
    padding-bottom: 0;
}
.history_list_item:last-child {
    margin: 0;
}
.history_list_item:nth-child(3n) {
    margin-top: 0;
}

.history_list_item::before {
    left: 4px;
    transform: translateX(0);
}
.history_widget:last-child .history_list_item:last-child::before {
    height: 55px;
}
.history_list_item::after {
    width: 10px;
    height: 10px;
    left: 1px;
    top: 48px;
    transform: translateY(0);
}
.history_list_item .history_list_item_cont {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: row-reverse;  
    align-items: flex-start;
    background: transparent;
}
.history_list_item.right .history_list_item_cont {
    margin-left: 0;
}
.history_list_item .history_list_item_cont .history_list_pic {
    width: 96px;
    height: 96px;
}
.history_list_item .history_list_item_cont .history_list_txt {
    width: calc(100% - 96px);
    padding: 0 0 0 20px;
    word-break: break-all;
    margin-top: -6px;
}





/* ==== 공통 모달 - 후원 > 멸종위기동물 ==== */
.common_modal_wrap {
    padding: 50px 0;
}
.common_modal {
}
.common_modal_close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
}
.common_modal_close::before,
.common_modal_close::after {
    width: 25px;
}
.common_modal_cont {
    padding: 70px 20px 40px;
}
.common_modal_cont .animal_modal_wrap {
    flex-direction: column;
}
.common_modal_cont .animal_modal_img_wrap,
.common_modal_cont .animal_modal_txt_wrap {
    width: 100%;
}
.common_modal_cont .animal_modal_img_rate {
    padding-bottom: 100%;
}
.common_modal_cont .animal_modal_txt_wrap {
    padding: 30px 0 0;
}
.common_modal_cont .animal_modal_txt_tit {
    font-size: 28px;
    margin-bottom: 20px;
}
.common_modal_cont .animal_modal_txt > p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.common_modal_cont .animal_modal_txt > p:last-child {
    margin-bottom: 0;
}
.common_modal_cont .animal_apply_btn {
    margin-top: 30px;
}