
/* 윤리경영 */
/*.tbl-accordion-nested > thead {
    cursor: pointer;
}
.tbl-accordion-nested .tbl-accordion_answer > tr > td { 
    padding : 40px 105px !important;
    color: #666;
}
.tbl-accordion-nested .tbl-accordion_answer td .cont_txt6 {
    margin-bottom : 35px;
}
.tbl-accordion-nested .tbl-accordion_answer td .cont_txt6:last-child {
    margin-bottom: 0;
}*/

.num_list {
    margin-left: 34px;
}
.num_list > li {
    list-style-type: decimal;
    color: #666;
}
.num_list.sty02 {
    margin-left: 0;
}
.num_list.sty02 > li {
    list-style-type: none;
    margin-bottom: 20px;
}
.num_list.sty02 > li > .tit {
    display: block;
    margin-bottom: 6px;
    font-weight: normal;
}
/* 윤리경영 */
.num_list.sty03 {
    margin-left: 0;
}
.num_list.sty03 > li {
    list-style-type: none;
    padding: 2px 0;
    color: #666;
    font-weight: 600;
    font-size: 24px;
}

.num_list.sty04 > li {
    padding-bottom: 16px;
    color: #444;
    font-size: 15px;
}
/* 인권경영 */
.num_list.sty05 > li {
    margin: 10px 0;
    color: #222;
    font-weight: 600;
    font-size: 26px;
}

.num_list.sty06 {
    margin-left: 0;
}
.num_list.sty06 li {
    list-style: none;
    font-size: 20px;
}

.tit_list dt {
    margin-bottom: 4px;
}
.tit_list dd + dt {
    margin-top: 10px;
}
/* 부패방지 외 목록 */
.tit_list.sty02 .title {
    color: #222;
    font-weight: 600;
    font-size: 30px;
}
.tit_list.sty02 .content {
    margin-bottom: 46px;
    color: #666;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
}
.tit_list.sty02 .content:last-child {
    margin-bottom: 0;
}
.tit_list.sty03 > .title{
    margin-bottom: 30px;
    color: #004A99;
    font-weight: 600;
    font-size: 30px;
}
.tit_list.sty03 > .title.type02 {
    color: #222;
}
.tit_list.sty03 > .content {
    color: #444;
    font-size: 20px;
    line-height: 44px;
}
.tit_list.sty03.full {
    flex: 1 0 100%;
}
.tit_list.sty03.full > .content img {
    width: 100%;
}

.tit_list.sty04 > .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
}
.tit_list.sty04 > .content {
    color: #444;
    font-size: 20px;
    line-height: 44px;
}
.tit_list.sty04 > .content::before {
    content: "-";
    margin-right: 10px;
}

.mark_list {
    margin-left: 30px;
}
.mark_list > li::before {
    content: "-";
    margin-left: -10px;
    margin-right: 4px;
}
.mark_list.sty02 {
    margin-left: 0;
}
.mark_list.sty02 > li:before {
    content: "·";
    margin-left: 0;
}
.mark_list.sty03 {
    margin-left: 0;
}
.mark_list.sty03 > li {
    padding: 5px 0;
    color: #666;
    font-size: 30px;
    line-height: 45px;
}
.mark_list.sty03 > li::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 0;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #899FE5;
    vertical-align: middle;
}
.mark_list.sty04 {
    margin-left: 0;
}
.mark_list.sty04 > li:before {
    content: "•";
    margin-left: 0;
    margin-right: 4px;
}
.mark_list.sty05 {
    margin-left: 10px;
}
.mark_list.sty05 > li {
    padding: 2px 0;
}
/*.arr_list {
    display: flex;
    justify-content: space-between;
}
.arr_list > li {
    position: relative;
}
.arr_list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    content: "";
    width: 23px;
    height: 41px;
    background-image: url("../../images/pc/csm/ico_arrow_right.png");
    background-repeat: no-repeat;
}
.arr_list > li:last-child::after {
    display: none;
}*/
.ico_list.sty01 {
    border-top: 1px solid #222;
}
.ico_list.sty01 > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    line-height: 38px;
}
.ico_list.sty01 > li .ico {
    flex: 1;
    text-align: center;
}
.ico_list.sty01 > li .title {
    flex: 2;
    text-align: center;
}
.ico_list.sty01 > li .mark_list {
    flex: 3;
}

.row .w100 {
    width: 100%;
}

/* 이미지 들어간 목록 */
.img_list {
    border-top: 1px solid #ccc;
}
.img_list > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
}
.img_list > li:nth-child(odd) {
    flex-direction: row-reverse;
}
.img_list > li:nth-child(odd) .tit_list {
    margin: 0 30px 0 60px;
}
.img_list > li img {
    width: 386px;
}
.img_list > li .tit_list {
    flex: 1;
    margin: 0 60px 0 30px;
}

.img_list.sty02 {
    border-top: 0;
}
.img_list.sty02 > li {
    flex-direction: row;
    padding: 30px 0;
    border-bottom: 0;
}
.img_list.sty02 > li .tit_list {
    margin-left: 36px;
}

.img_list.sty03 {
    display: flex;
    border-top: 0;
}
.img_list.sty03 > li {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex: 1 1 auto;
    padding: 40px 0;
    border-bottom: 0;
}
.img_list.sty03 > li:first-child {
    width: 560px;
    flex: 1 1 560px;
}
.img_list.sty03 > li img {
    width: 320px;
}
.img_list.sty03 > li .txt {
    margin-left: 20px;
    color: #666;
    font-size: 16px;
}
.img_list.sty04 > li {
    flex-wrap: wrap;
}
.img_list.sty04 > li:nth-child(odd) {
    flex-direction: row;
}
.img_list.sty04 > li:nth-child(even) {
    flex-direction: row-reverse;
}
.img_list.sty04 > li.reverse {
    flex-direction: row-reverse;
}
.img_list ul li {
    display: block;
}
.img_list.sty05 {
	display: flex;
	justify-content: space-between;
	border: 0;
}
.img_list.sty05 > li {
	padding: 0;
	border: 0;
}

/* table */
.tbl {
    width: 100%;
    border-top: 1px solid #222;
    font-size: 15px;
}
.tbl > thead > tr > th {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    color: #222;
    text-align: center;
}
.tbl > tbody > tr > th {
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
    text-align: center;
}
.tbl > tbody > tr > td {
    padding: 10px !important;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.tbl > tbody > tr > td + td {
    border-left: 1px solid #e5e5e5;
}
.tbl td .num_list {    
    margin-left: 16px;
}

li > .tbl {
    margin: 20px 0;
}

.tbl-center > tbody > tr > th,
.tbl-center > tbody > tr > td {
    text-align: center;
}

/* 사회공헌 */
.sc_cont {
    margin-bottom: 70px;
}
.sc_cont > .tit-sec-wrap,
.sc_cont > .tit-sec-wrap + .cont {
    padding: 0 10px;
}
.sc_cont.row > [class*='col-'] {
    text-align: center;
}
.sc_cont.row > [class*='col-'] img {
    width: 100%;
}
.sc_cont.row > [class*='col-'] .txt {
    margin-bottom: 40px;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}
.sc_cont .cont {
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .5px;
}
.sc_cont .cont .tit-sec-wrap h3 {
    line-height: 60px;
}
.sc_cont .cont .desc {
    font-size: 16px;
}
.sc_cont .cont [class*='_list'] {
    margin: 10px 0;
}
.sc_cont .img-view ul::after {
    display: block;
    content: "";
    clear: both;
}
.sc_cont .img-view li .tit-sec-wrap {
    padding: 0;
}
.sc_cont .mark_list.sty02 li::before {
    color: #004A99;
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
}

/* 사회공헌 슬라이드 */
.sc_slider p { font-size: 30px; color: #fff; position: absolute; margin-left: 20px; margin-top: -75px; font-weight: 600; }/* 200225 수정 */
.sc_slider p > span { font-size: 15px; display: inline-block; margin-left: 30px; font-weight: 300; letter-spacing: 0;}/* 200225 수정 */

/* 환경지속성 */
.ehs_cont {
    margin-bottom: 60px;
    font-size: 15px;
}
.ehs_cont .tit-sec-wrap > h2 {
    margin-bottom: 20px;
}
.ehs_cont .tit-sec-wrap > h3 {
    font-size: 30px;
    line-height: 80px;
}
.ehs_cont .cont + .row {
    margin-top: 20px;
}
.ehs_cont .cont .desc.type02 {
    display: block;
    margin-bottom: 30px;
    color: #444;
    font-size: 20px;
    line-height: 44px;
}
.ehs_cont .num_list {
    margin-left: 0;
}
.ehs_cont .num_list > li {
    padding: 5px 0;
    color: #666;
    font-size: 30px;
    list-style-position: inside;
}
.ehs_cont .tbl thead th {
    height: 60px;
    padding: 0;
    background-color: #F7F7F7;
}
.ehs_cont .tbl > tbody > tr >  td {
    padding: 22px 50px !important;
}

.ehs_cont .row {
    margin: 0 -14px;
}
.ehs_cont .row [class*='col-'] {
    padding: 0 14px;
    text-align: center;
}
.ehs_cont .row [class*='col-'] .title_box {
    padding: 30px 0;
    background-color: #C2CDF2;
    color: #333;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
}
.ehs_cont .row [class*='col-']:nth-child(even) .title_box {
    background-color: #ACD8C5;
}
.ehs_cont .row [class*='col-'] .txt {
    margin: 18px 0 30px;
    font-size: 17px;
}
.ehs_cont.row [class*='col-'] {
    text-align: center;
}
.ehs_cont.row [class*='col-'] .tit-sec-wrap > h2 {

}

.board table tbody tr th {
    line-height: inherit !important;
}

/* 인사제도 */
.personnel1 { height: 910px; text-align: center;
    background-image: url('../../images/pc/hire/bg_personnelSystem1.png'); background-repeat: no-repeat; background-position: top center;}
.personnel1 > h4 { font-size: 32px; color: #222; left: 540px; top: 250px; }
.personnel1 > h4, .personnel1 > ol > li { position: absolute; }
.personnel1 > ol > li:nth-child(1) { left: 47px; top: 30px;}
.personnel1 > ol > li:nth-child(2) { right: 97px; top: 30px; }
.personnel1 > ol > li:nth-child(3) { left: 527px; top: 655px; }
.personnel1 p.no { font-size: 28px; color: #fff; font-weight:500; }
.personnel1 p.tit { font-size: 20px; color: #222; margin-top:60px; font-weight: 500; }
.personnel1 .bul-list { font-size: 15px; color: #444; margin-top: 5px; }
.personnel2 > ul > li > p.tit { font-size: 20px; color: #222; }
.personnel2 > ul {margin-left: -10px; margin-right: -10px;}
.personnel2 > ul > li {width: calc(50% - 20px); margin: 0 10px 20px; padding: 20px 0; background-color: #fafafa; background-repeat: no-repeat; background-position: 16px center; padding-left: 100px;}
.personnel2 > ul > li:nth-child(1) { background-image: url('../../images/pc/csm/icon_personnel1.png'); }
.personnel2 > ul > li:nth-child(2) { background-image: url('../../images/pc/csm/icon_personnel2.png'); }
.personnel2 > ul > li:nth-child(3) { background-image: url('../../images/pc/csm/icon_personnel3.png'); }
.personnel2 > ul > li:nth-child(4) { background-image: url('../../images/pc/csm/icon_personnel4.png'); }

.personnel3 { margin-bottom: 30px; }
.personnel3::after { content: ''; display: block; clear: both; }
.personnel3 > li { margin: 0 20px 20px 0; float:left; width: 386px; height: 128px; padding: 40px 0 0 30px; box-sizing: border-box;
background-color: #fafafa; background-repeat: no-repeat; background-position: 297px center;
}
.personnel3 > li:nth-child(3n) { margin: 0 0 20px 0; }
.personnel3 > li > p.no { font-size: 18px; color: #222; font-weight: 600; }
.personnel3 > li:nth-child(1) { background-image: url('../../images/pc/hire/icon_personnel5.png'); background-position: 305px center; }
.personnel3 > li:nth-child(2) { background-image: url('../../images/pc/hire/icon_personnel6.png'); }
.personnel3 > li:nth-child(3) { background-image: url('../../images/pc/hire/icon_personnel7.png'); }
.personnel3 > li:nth-child(4) { background-image: url('../../images/pc/hire/icon_personnel8.png'); }
.personnel3 > li:nth-child(5) { background-image: url('../../images/pc/hire/icon_personnel9.png'); }
.personnel3 > li:nth-child(6) { background-image: url('../../images/pc/hire/icon_personnel10.png'); }
.personnel4 { margin-top: 20px; }
.personnel4 > li { font-size: 15px; color: #444; line-height: 36px; }

.tit-sec-wrap + .cont {
    margin-bottom: 20px;
    font-size: 15px;
}

.cont .desc + .desc,
.cont .desc + [class*='_list'] {
    margin-top: 20px;
}

/* 공정거래 */
.ww_box_cont {
    position: relative;
    margin-bottom: 30px;
}
.ww_box_cont:after {
    display: block;
    content: "";
    clear: both;
}
.ww_box_cont .title {
    z-index: 2;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 196px;
    height: 196px;
    padding-top: 52px;
    border-radius: 50%;
    background-color: #1759A0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
}
.ww_box_cont .box {
    z-index: 1;
    float: left;
    position: relative;
    width: 570px;
    height: 230px;
    padding: 54px 46px;
    border-radius: 30px;
    color: #F5F5F5;
    font-size: 20px;
    box-sizing: border-box;
}
.ww_box_cont .box:nth-of-type(even) {
    float: right;
}
.ww_box_cont .box.box01 {
    margin-bottom: 40px;
    background-color: #2F73BC;
}
.ww_box_cont .box.box02 {
    margin-bottom: 40px;
    background-color: #6685A3;
}
.ww_box_cont .box.box03 {
    background-color: #6EA2D9;
}
.ww_box_cont .box.box04 {
    background-color: #A2A2A2;
}
.ww_box_cont .box dt {
    margin-bottom: 18px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 23px;
}
.ww_box_cont .box.box03 dd {
    text-indent: -10px;
}

.btn_file_down {
    display: block;
    overflow: hidden;
    width: 280px;
    height: 340px;
    background: url('../../images/pc/csm/img_file_down.jpg') no-repeat 0 0;
}
.btn_file_down:hover {
    background-image: url('../../images/pc/csm/img_file_down_hover.jpg');
}
.btn_file_down .blind {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    font-size: 0;
}

/* 상생협력 */
ul.list_round { margin: 0 auto; display: table; margin-bottom: 50px; }
ul.list_round > li { width: 220px; height: 220px; border-radius: 50%; box-sizing: border-box; margin: 0 30px; text-align: center; float: left; border: 10px solid #e5e5e5;}
ul.list_round > li > h3 { font-size: 30px; display: inline-block; margin: 33px 0 14px 0; color: #666; border-bottom: 2px solid #666; }
ul.list_round.color > li:nth-child(odd) { border: 10px solid #004a98; }
ul.list_round.color > li:nth-child(even) { border: 10px solid #c0a353; }
ul.list_round.color > li:nth-child(odd) > h3 { color: #004a98; border-bottom: 2px solid #004a98; }
ul.list_round.color > li:nth-child(even) > h3 { color: #c0a353; border-bottom: 2px solid #c0a353; }
ul.list_round > li > p { font-size: 20px; color: #222; }
ul.list_round::after { content: ""; clear: both; display: block; }
ul.default_con_middleCon > li { padding-bottom: 60px; }
.default_con_middleCon { padding-bottom: 0; }

ul.list_round.sty04 > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 392px;
    height: 392px;
    margin: 0 50px;
    border-width: 20px !important;
}

ul.list_round.sty04 > li > p {
    color: #444;
    font-size: 34px;
    font-weight: 600;
}

.mm_img_area {
    display: flex;
    margin: 20px 0 80px;
    text-align: center;
}
.mm_img_area [class*='col-'] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mm_img_area [class*='col-'] img {
    width: 256px;
}
.mm_img_area [class*='col-'] .txt {
    font-size: 22px;
    text-align: center;
}

/* csm */
.tit-sec-wrap .type_b {
    font-size: 36px;
    line-height: 54px;
    letter-spacing: -0.5px;
}
.csm_section .tit-sec-wrap p.type02 {
    margin-bottom: 70px;
    color: #070707;
    font-weight: 600;
    font-size: 17px;
}
.csm_section .btn-down-blue {
    font-size: 15px;
}
.csm_section .box {
    width: 1200px;
    margin: 0 auto; 
    padding: 70px 30px;
    background-color: #F7F7F7;
    box-sizing: border-box;
}

.csm_section .box .tit-sub-wrap {
    position: relative;
    margin: 0;
    padding: 0;
}
.csm_section .box .tit-sub-wrap::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    width: 56px;
    height: 6px;
    background-color: #333;
}
.csm_section .box .tit-sub-wrap > h1 {
    margin-bottom: 80px;
}
.csm_section .box .container {
    width: 100%;
    padding: 0;
}

.csm_section .box .tit-sec-wrap > .type02 {
    position: relative;
    color: #666;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -1px;
}
.csm_section .box .tit-sec-wrap > .type03 {
    color: #222;
    font-size: 50px;
}
.csm_section .box .num_list li {
    padding: 2px 0;
    color: #666;
    font-size: 24px;
    font-weight: 600;
}

.tbl_csm.tbl > thead > tr > th {
    padding: 20px 10px;
    background-color: #F7F7F7;
    font-size: 24px;
    font-weight: 600;
    box-sizing: border-box;
}
.tbl_csm.tbl > tbody > tr > th {
    padding: 20px 10px;
    color: #222;
    font-size: 24px;
}
.tbl_csm.tbl > tbody > tr > td {
    height: 136px;
    padding: 20px 10px !important;
    color: #222;
    font-size: 24px;
    box-sizing: border-box;
}
.tbl_csm.tbl tbody td .mark_list {
    margin-left: 50px;
    color: #666;
}

/* jquery ui */
.list_acc  {
    border-top: 1px solid #222;
}
.list_acc .list_title {
    cursor: pointer;
    position: relative;
    height: 60px;
    margin: 0;
    padding: 0 60px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-family: "Noto Sans KR", "Noto Sans SC", sans-serif;
    font-size: 15px;
    line-height: 60px;
}
.list_acc .list_title .ui-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: url(../../../images/btn_arrow_down_g.png) no-repeat 50% 52%;
}
.list_acc .list_title.ui-state-active {
	color: inherit;
    font-weight: 600;
}
.list_acc .list_title.ui-state-active .ui-icon {
    background-image: url(../../../images/btn_arrow_up_g.png);
}
.list_acc .list_content {
    padding: 40px 105px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}
.list_acc .list_content .cont_txt6 {
    margin-bottom: 35px;
}
.list_acc .list_content .cont_txt6:last-child {
    margin-bottom: 0;
}

/* font size */
.font20 {
    font-size: 20px;
    line-height: 40px;
}
/* 230626 - 메인 */
.csm_main {
    margin: 100px auto;
}
.csm_main .tit-sec-wrap h2 {
    font-size: 50px;
}
.csm_main .container .content {
    margin-bottom: 80px;
}
/* 240724 추가 */
.esg-system-area .esg-system-top {
    margin-left: 100px;
    margin-bottom: 48px;
    padding: 36px 0;
    border-top: 1px solid #004A98;
    border-radius: 40px 40px 0 0;
    color: #004A99;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -1px;
    text-align: center;
}
.esg-system-area .esg-system-top .text {
    position: relative;
}
.esg-system-area .esg-system-top .text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-15px);
    width:0; 
    height:0;
    border-top: 15px solid #004A98;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
}
.esg-system-area .esg-list {
    display: flex;
    flex-wrap: wrap;
}
.esg-system-area .esg-list .title {
    width: 100px;
}
.esg-system-area .esg-list .title span {
    display: inline-block;
    padding-top: 8px;
    border-top: 1px solid #444;
    color: #444;
    font-size: 16px;
}
.esg-system-area .esg-list .cont {
    width: calc(100% - 100px);
    margin-bottom: 30px;
}
.esg-system-area .esg-list .cont [class*='-list'] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
} 
.esg-system-area .esg-list .cont [class*='-list'] li {
    width: 260px;
    text-align: center;
    box-sizing: border-box;
}
.esg-system-area .esg-list .cont .img-list {
    margin-bottom: 50px;
}
.esg-system-area .esg-list .cont .img-list li {
    padding: 14px;
    padding-top: 24px;
    border: 1px solid #004A99;
    border-radius: 10px;
}
.esg-system-area .esg-list .cont .img-list li .text {
    display: block;
    margin-top: 10px;
    color: #004A99;
    font-weight: 600;
    font-size: 18px;
}
.esg-system-area .esg-list .cont .btn-list li .btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #EAEDF7;
    color: #004A98;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
}

/* 230818 수정 */
.csm_main .report_area {
    display: flex;
    align-items: center;
    /* padding-top: 70px; */
}
/* 250616 수정 */
.csm_main .report_area .btn_area {
	flex: 1 1 340px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0;
}

.csm_main .report_area .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: auto;
	min-height: 50px;
	padding: 10px 0;
	line-height: 27px;
	/* margin-right: 30px; */
	/* margin-bottom: 30px; */
}

.csm_main .report_area .btn+.btn {
	margin-left: 0;
	margin-top: 30px;
}

.csm_main .container .text01 {
	font-weight: 600;
	font-size: 36px;
	letter-spacing: -1px;
}

.csm_main .container .con-box-g {
	margin-bottom: 60px;
	padding: 30px;
}

.csm_main .container .con-box-g .mark_list {
	margin-left: 0;
	margin-bottom: 14px;
}

.csm_main .container .con-box-g .mark_list>li {
	margin: 4px 0;
	color: #666;
}

.csm_main .container .btn_area {
	margin-top: 30px;
}

/* 230818 추가 */
.csm_main .btn_down_area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
}
.csm_main .btn_down_area .btn {
    flex: 1 1 calc(25% - 10px);
    max-width: 292px;
    margin-left: 0;
    box-sizing: border-box;
}

.bhr_section .tit-sec-wrap .type_b {
    letter-spacing: -1px;
}
.bhr_section .content {
    margin: 60px 0;
}
.bhr_section .content .tit-sec-wrap .type02 {
    margin-bottom: 30px;
}
.bhr_section .content .con-box-g {
    margin-bottom: 60px;
    padding: 30px;
}
.bhr_section .content .con-box-g .mark_list {
    margin-left: 0;
    margin-bottom: 14px;
}
.bhr_section .content .con-box-g .mark_list > li {
    margin: 4px 0;
    color: #666;
}
.bhr_section .content .btn_area {
    margin-top: 30px;
}
/* 240617 추가 250616 수정 */
.csm_main .report_area .img_area {
	flex: 1 0 860px;
}

.csm_main .report_area .img_area img {
	width: 100%;
}

.csm_main .report_area.before {
	flex: 1 1 auto;
	display: flex;
	height: 260px;
	padding: 0 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E4E4E4;
	background-color: #F2F2F2;
}

.csm_main .report_area.before .title {
	font-size: 24px;
	box-sizing: border-box;
}
.csm_main .report_area.before .btn_area {
	flex: 1 1 214px;
}

/* 250616 추가 */
.csm_main .report_before_area {
	display: flex;
	gap: 40px;
	margin-top: 50px;
}

.csm_main .btn.btn-down-w02 {
	display: flex;
	align-items: center;
	min-width: 214px;
	height: 50px;
	padding: 0 20px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
}

.csm_main .btn.btn-down-w02::after {
	display: block;
	content: "";
	width: 16px;
	height: 20px;
	margin-left: auto;
	background: url("../../images/icon_down_w.png") no-repeat 0 0;
}

/* 250926 추가 */
.cp_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 70px;
}
.cp_list .box {
	width: 380px;
	height: 200px;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
	background-color: #6685A3;
	box-sizing: border-box;
}
.cp_list .box:nth-child(-n + 3) {
	background-color: #6EA2D9;
}
.cp_list .box:nth-child(n + 4):nth-child(-n + 6) {
	background-color: #2F73BC;
}
.cp_list .box .num {
	display: block;
	margin-top: 0;
	color: inherit;
	font-size: 23px;
}
.cp_list .box .text {
	margin-top: 20px;
	font-size: 20px;
}
