@charset "UTF-8";

/*=======application list=======*/
/*filter area*/
.filter-area tr.detail-filter {
    display:none;
}
.filter-area .btn-box {
    margin-top:8px;
}
.filter-area .btn-box .btn {
    min-width:110px;
}
.filter-area .btn-box .btn.detail{
    width: 120px;
}
.filter-area .btn-box .btn.detail::after {
    content:'';
    display: inline-flex;
    width:5px;
    height:11px;
    margin-left:5px;
    background:url('../image/icon/icon_arrow.svg') no-repeat;
    background-size:contain;
    transform:rotate(90deg);
}
.filter-area .btn-box .btn.detail.open::after {
    transform:rotate(270deg);
}

/* .filter-area.type02 */
.filter-area.type02 .btn-box .btn.detail{
	padding:0 28px 0 14px !important;
	width:unset;
}
.filter-area.type02 .btn-box .btn.detail::after {
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    right:0;
    width: 22px;
    height: 35px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(../image/icon/icon__select.png) no-repeat 0 50%;
    background-size: 15px 10px;
    transform: rotate(360deg);  
    cursor: pointer;
}
.filter-area.type02 .btn-box .btn.detail.open::after {
    transform:rotate(0deg);
}

.filter-area.type02{padding:0}
.filter-area.type02 .btn-box{margin-top:0}
.filter-area.type02 .btn-box.right{margin:0}
.filter-area.type02 .detail-filter{display:none}
.filter-area.type02 .btn-box .btn.line {
    height: 35px;
    color: #1d1d1d;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 0 14px;
    background: #fff;
}
.filter-area.type02 .detail-filter{
 transition: all 0.3s ease-in-out;
}
.sub_sch_box.type02.complex .filter_group + .detail-filter{
	align-items: unset;
}

.filter-area.type03{
	margin-top:-24px; 
	padding:0;
	
}

.filter-area.type03 .notice-box {
    margin-top:0;
    padding: 48px 86px;
    background: #cdd7e4;
    border-top: 0;
    border-bottom: 0;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

.filter-area.type03 .applyStep.step-box{
	padding:48px 86px;
	margin-bottom:0;
	border-radius:8px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background:#edf1f5;	
}


.cont-area.type03 .top-wrap{
	margin-bottom:24px;
}
.cont-area.type03 .top-wrap{
	justify-content:flex-end
}
.cont-area.type03 .top-wrap .btn-box{
	display: flex;
	gap:8px;
}
.cont-area.type03 .top-wrap .btn-box .btn{
	display: flex;
    align-items: center;
    justify-content:center;
	width:84px;
	height:40px;
	font-size:15px;
	color:#1d1d1d;
	border:1px solid #c6c6c6;
	border-radius:4px;
}
.cont-area.type03 .top-wrap .btn-box .btn.secondary{
	color:#fff;
	border:1px solid #003675;
	background:#003675;
}

/*top wrap*/
.cont-area .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont-area.type02 .top-wrap{
	margin-bottom:24px;
}
.cont-area .top-wrap .btn-box .btn.line {
    padding:0 10px;
}
.cont-area.type02 .top-wrap .btn-box .btn.line {
    height: 35px;
    color: #1d1d1d;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 0 14px;
    background: #fff;
}

.cont-area.type02 .top-wrap .btn-box.flex{
	gap:8px	
}

.cont-area.type02 .top-wrap .btn-box.flex .btn.line:hover,
.cont-area.type02 .top-wrap .btn-box .btn.line:hover{
	background:#eee
}

.cont-area.type02 .top-wrap .txt-num {
    font-size:15px;
    color:#555
}
.cont-area .top-wrap .txt-num {
    font-size:14px;
}
.cont-area .top-wrap .select-box {
    width:100px;
}
.cont-area.type02 .top-wrap .select-box {
    width:90px;
}

.cont-area.type02 .top-wrap .select-box select {
	width: 100%;
    height: 35px;
    padding: 0 28px 0 14px;
    background:#fff url('../image/icon/icon__select.png') no-repeat calc(100% - 8px) 50%;
    color: #1d1d1d;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

.mr0{margin-right:0 !important}


/*apply wrap*/
.cont-area .apply-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cont-area.type02 .apply-wrap .list-box {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* 4개 컬럼 */
    gap: 24px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.cont-area.type02 .apply-wrap .btn.line{
	background: #fff;
    color: #1d1d1d;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

.cont-area .apply-wrap .list-box li {
    width:calc((100% - 60px) / 4);
    padding:16px;
    margin:16px 20px 4px 0;
    border:2px solid #ccc;
    border-radius:16px;
}
.cont-area.type02 .apply-wrap .list-box li {
    width:100%;
    border:1px solid #c6c6c6;
    border-radius:8px;
}
.cont-area.type02 .apply-wrap .list-box li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:0 !important; 
    padding:24px !important;
	width:302px;
	height:332px;
	border:2px solid #c6c6c6 ;
	transition: all 0.3s ease;
	box-sizing: border-box;	
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge{
	height: 24px;
    width: auto;
    padding: 0 8px;
    line-height: 24px;
    font-size: 15px;
    border-radius: 4px;
    white-space: nowrap;
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge.lg.deepBlue {
    background:#eef7f0;
	color:#006e18;
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge.lg.red{
	color:#6b0080;
	background:#f5eef7
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge.lg.green{
	color: #1d56bc;
	background:#eff5ff;
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge.lg.skyblue{
	color:#d53109;
	background:#fff4f0
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge.lg.yellow{
	background:#fff8e9;
	color:#98690a
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge:nth-child(2){
	background:#f0f0f0;
	border:0
}
.cont-area.type02 .apply-wrap .list-box li .info-box .badge.md.line.deadline{
	font-size:13px;
}
/* 2025-08-20 추가 */
.badge.radius-line {
	padding:0 8px;
	border-width: 1px;
	border-style: solid;
	border-radius: 999px !important;
	width:auto;
	line-height:24px;
	background: #fff !important;
}
.badge.radius-line.navy{
	border:1px solid #063A74 !important;
	color:#063A74;
}
.badge.radius-line.red{
	border:1px solid #D63D4A !important;
	color:#D63D4A !important;
}
.cont-area.type02 .apply-wrap .list-box li.checked {
	border: 2px solid #246beb; 
}
.cont-area .apply-wrap .list-box li:hover{
    border:2px solid #945CB3;
}
.cont-area.type02 .apply-wrap .list-box li:hover{
	border:2px solid #246beb;
	cursor: pointer;
}
.cont-area .apply-wrap .list-box li:nth-child(4n) {
    margin-right:0;
}
.cont-area .apply-wrap .list-box .info-box {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
	/* align-items: center; */
	height:58px;
}
.cont-area .apply-wrap .list-box .info-box .in-flexbox {
	display:flex;
	flex-wrap:wrap;
	gap:10px 4px;
}
.cont-area .apply-wrap .list-box .info-box .check-box label {
    margin-right:0;
}
.cont-area .apply-wrap .list-box .txt-title {
    display:-webkit-box;
    -webkit-line-clamp : 2;
    -webkit-box-orient: vertical;
    width:250px;
    height:65px;
    padding:16px 0 36px;
    line-height:24px;
    overflow:hidden;
    font-size: 18px;
}
.cont-area.type02 .apply-wrap .list-box .txt-title {
	flex:1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 250px;
    height: 50px;
    padding:0;
    margin-top:10px;
    font-weight:700;
    line-height: 24px;
    overflow: hidden;
    font-size: 19px;
    color: #1d1d1d;
}
.cont-area .apply-wrap .list-box .txt-title:hover {
    text-decoration: underline;
}
.cont-area.type02 .apply-wrap .list-box .bsns-obj {
	overflow:hidden;
	margin:8px 0 32px;
	height:42px;
	line-height:1.4;
	font-size:15px;
	color:#555;
}
.cont-area .apply-wrap .list-box .num-date {
    padding:36px 0 16px;
    font-size:14px;
    color:#666666;
}
.cont-area.type02 .apply-wrap .list-box .num-date {
    padding:0;
    margin-bottom: 20px;
    font-size: 15px;
    color: #555;
}
.cont-area .apply-wrap .list-box .btn-box {
    display:flex;
    justify-content: space-between;
    position: relative;
    z-index:3;
}
.cont-area.type02 .apply-wrap .list-box li .btn-box{
	gap:8px
}
.cont-area.type02  .apply-wrap .list-box .btn-box .btn.secondary{
	width:122px;
	height:41px;
	color:#fff; 
	font-size:15px;
	background:#246beb;  
}
.cont-area.type02  .apply-wrap .list-box .btn-box .btn.secondary:hover{
	background:#1d56bc
}


.cont-area .apply-wrap .list-box .btn-box .btn.secondary,
.cont-area .apply-wrap .list-box .btn-box .btn.disabled,
.cont-area .apply-wrap .list-box .btn-box .btn.third {
    width:calc(100% - 45px);
    height:40px;
}

.cont-area.type02 .apply-wrap .list-box .btn-box .btn.disabled{
	width:100%
}


.cont-area .apply-wrap .list-box .btn-box .btn.third {
	background-color : gray;
}

.cont-area .apply-wrap .list-box .btn-box .btn.icon {
    min-width:auto;
    width:40px;
    height:40px;
    background:url('../image/icon/icon_share.png') center center no-repeat;
}

.cont-area.type02 .apply-wrap .list-box .btn-box .btn.icon{
	display:none
}


/*=======application detail=======*/
td table {
   border-top:none;
}
td table td {
    padding:0 10px;
    text-align: center;
}
th.txt-center, td.txt-center {
    padding: 0!important;
    text-align: center;
}
.detail-box h3 {
    margin-bottom:16px;
}
.detail-box .step ul{
    align-items: stretch;
}
.detail-box .step ul li{
    width: 110px;
    min-height: 100px;
    border: 3px solid #945cb3;
    border-radius: 15px;
    padding: 5px;
    cursor: default;
}
.detail-box .step ul li:not(:first-of-type){
    margin-left: 10px;
}
.detail-box .step ul li mark{
    background: none;
    display: block;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    color: #945cb3;
}
.detail-box .step ul li mark::after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #945cb3;
    margin: 0 auto;
    border-radius: 100px;
}
.detail-box .step ul li span{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.detail-box .txt-addFile {
    width:auto;
    min-width:200px;
    color:#1970c5;
    text-decoration: underline;
}
/* 디자인변경 202504 */
table.type02 .step ul li{
	width:128px;
	min-height:130px;
	border:0;
	border-radius:16px;
	background:#f0f0f0;
}

.cont-area.type02 .detail__area li.item1{
	background:#f0f0f0 url(../image/sub/bg_item01.png) no-repeat 50% 16px;
	background-size:83px 28px;
}

.cont-area.type02 .detail__area li.item2{
	background:#f0f0f0 url(../image/sub/bg_item02.png) no-repeat 50% 16px;
	background-size:83px 28px;
}

.cont-area.type02 .detail__area li.item3{
	background:#f0f0f0 url(../image/sub/bg_item03.png) no-repeat 50% 16px;
	background-size:83px 28px;
}
.cont-area.type02 .detail__area li.item4{
	background:#f0f0f0 url(../image/sub/bg_item04.png) no-repeat 50% 16px;
	background-size:83px 28px;
}
.cont-area.type02 .detail__area li.item5{
	background:#f0f0f0 url(../image/sub/bg_item05.png) no-repeat 50% 16px;
	background-size:83px 28px;
}
.cont-area.type02 .detail__area li.item6{
	background:#f0f0f0 url(../image/sub/bg_item06.png) no-repeat 50% 16px;
	background-size:83px 28px;
}

.cont-area.type02 .detail__area li mark {
	margin-top:54px;
    background: none;
    display: block;
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
    color: #1d1d1d;
}
.cont-area.type02 .detail__area li mark:after{
	display:none
}



/*=======apply list=======*/
/*step box*/
.step-box {
    display: flex;
    margin:24px 0;
}
.step-box ul {
    display: flex;
    width:100%;
}
.step-box li {
    position: relative;
    width:calc(100% / 6);
    text-align: center;
    /*cursor:pointer;*/
}
.step-box li::after {
    content:'';
    position: absolute;
    right:-8px;
    bottom:68px;
    width: 16px;
    height: 24px;
    margin-left: 16px;
    background: url('../image/icon/icon_arrow.svg') no-repeat;
    background-size:contain;
    filter: invert(96%) sepia(1%) saturate(10%) hue-rotate(49deg) brightness(99%) contrast(120%);
}

.step-box li:last-of-type::after {
    display: none;
}
.step-box li strong {
    display: block;
    font-size:16px;
    font-weight:400;
}

/* 지원산업 신청현황 202504 */
.filter-area.type03 .applyStep.step-box ul{
	display:flex;
	gap:58px;	
}
.filter-area.type03 .applyStep.step-box li{
	position:relative;
	width: auto;
}
.filter-area.type03 .applyStep.step-box li::after{
	display:none
}

.filter-area.type03 .applyStep.step-box li p {
}
.filter-area.type03 .applyStep.step-box li .ico {
	display:block;
    position:relative;
    width:136px;
    height:136px;
   
}

.filter-area.type03 .applyStep.step-box li .ico::after{
	content:'';
	display:inline-block;
	position:absolute;
	width:10px;
	height:15px;
	right:-34px;
	top:50%;
	background:url(/portal2/image/icon/icon_arrow__gray.png) no-repeat 0 0;
	background-size:10px 15px;
}

.filter-area.type03 .applyStep.step-box li:last-child .ico::after{
	display:none
}

.filter-area.type03 .applyStep.step-box li:nth-child(1) .ico{
	background:url(/portal2/image/icon/icon_apply_1.png) no-repeat 0 0;
	background-size:136px 136px
}
.filter-area.type03 .applyStep.step-box li:nth-child(2) .ico{
	background:url(/portal2/image/icon/icon_apply_2.png) no-repeat 0 0;
	background-size:136px 136px
}
.filter-area.type03 .applyStep.step-box li:nth-child(3) .ico{
	background:url(/portal2/image/icon/icon_apply_3.png) no-repeat 0 0;
	background-size:136px 136px
}
.filter-area.type03 .applyStep.step-box li:nth-child(4) .ico{
	background:url(/portal2/image/icon/icon_apply_4.png) no-repeat 0 0;
	background-size:136px 136px
}
.filter-area.type03 .applyStep.step-box li:nth-child(5) .ico{
	background:url(/portal2/image/icon/icon_apply_5.png) no-repeat 0 0;
	background-size:136px 136px
}
.filter-area.type03 .applyStep.step-box li:nth-child(6) .ico{
	background:url(/portal2/image/icon/icon_apply_6.png) no-repeat 0 0;
	background-size:136px 136px
}

.filter-area.type03 .applyStep.step-box li .txt_group{
	display:flex;
	flex-direction: column;
    gap: 12px;
    align-items: center;
	margin-top:24px;
	color:#1d1d1d;
	font-size:15px;
	line-height: 1;
}
.filter-area.type03 .applyStep.step-box li .txt_group strong{
	font-weight:700;
	font-size:17px
}
.filter-area.type03 .applyStep.step-box li .txt_group p{
	line-height:1.5;
	width:100%;
}

.filter-area.type03 .notice-box  p{
	font-size:17px;
	line-height:1.6
}

.color_dark__red {color:#b70b0b}
.fw_700{font-weight:700}




.cont-area .table-wrap .table-box {
    width: 100%;
    margin-bottom:32px;
}

.popup.lg.register .pop-box .cont-area .title-area .btn-box.flex button:not(:first-of-type){
    margin-left: 5px;
}
.popup.link4 .btn-box button:first-child{
    margin-right: 15px;
}

.popup.lg .pop-box.applyR{
    height: auto;
}
.pop-box.applyR .notice-box{
    padding-top: 15px; padding-bottom: 15px;
}
.pop-box.applyR .cont-area{
    padding-bottom: 0;
}
.pop-box.applyR .cont-area .title-area{
    margin-bottom: 16px;
}

.popup .detail-box {
    height:390px;
    overflow-y:auto;
}
.popup.lg.register .table-wrap.tab{
    margin-bottom: 0;
}
.popup .detail-box .color-blue, .popup .detail-box .color-red {
    font-size:14px;
    line-height:30px;
}
.popup .tab-box ~ .table-wrap .detail-box {
    display:none;
}
.popup .tab-box ~ .table-wrap .detail-box .must > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    margin-bottom: 20px;
    color: red;
}
.popup .tab-box ~ .table-wrap .detail-box.select {
    display:block;
}
.popup .detail-box td .select-box.sm select {
    width:120px;
}
.popup .detail-box th {
    font-size:14px;
    padding-left:16px;
}
.popup .detail-box th label{
    font-size:14px;
}

.popup .detail-box th.must::before {
    left:7px;
}
.popup .detail-box th .txt-th {
    font-size:14px;
}
.popup .detail-box .help-box {
    display: flex;
    align-items: center;
}
.popup .detail-box .help-box .txt-tooltip {
    display: inline-block;
    width:18px;
    height:18px;
    margin-left:10px;
    background:url('../image/icon/icon_help.svg') no-repeat;
    vertical-align: middle;
}
.popup .detail-box .help-box .tooltip-box p {
    text-align: left;
}
.popup .detail-box thead th,
.popup .detail-box thead ~ tbody td {
    border-left:none;
}
.popup .detail-box td thead th,
.popup .detail-box td thead ~ tbody td {
    border-left:none!important;
}
.popup .top-wrap.table {
    padding:0!important;
    margin-top:16px;
    margin-bottom:8px;
}
.popup .table-wrap .table-box {
    margin-bottom:0;
}

.popup.reload .check-box {
    justify-content: center;
}
.popup.reload label,
.popup.reload input {
    margin-right:0;
}
.popup.lg.test .pop-box .cont-area .table-wrap .table-box{
    max-height: 623px;
    overflow-y: auto;
}



td .icon {
    width:14px;
    margin-right:5px;
    text-align: center;
    font-size:14px;
}
.file-box ~ .txt-notice {
    font-size:14px;
    margin-left:16px;
}


/*ESG main*/
.esg .step-box {
    margin:0 0 24px;
}
.esg .step-box li {
    width: calc(100% / 5);
    padding:16px 0;
    background:#f5f5f5;
    border-right:1px solid #ccc;
    cursor: default;
}
.esg .step-box li:first-of-type {
    border-radius:4px 0 0 4px;
}
.esg .step-box li:last-of-type {
    border-right:none;
    border-radius:0 4px 4px 0;
}
.esg .step-box li.active {
    background:#ddd;
}
.esg .step-box li:hover strong,
.esg .step-box li:hover p {
    color:#000;
}
.esg .step-box li::after {
    display: none;
}
.esg .step-box li img {
    margin:0 0 16px;
}
.esg .cont-area {
    height:calc(100% - 180px);
    overflow-y:auto;
}
.esg .section {
    padding:32px;
}
.esg .section:first-of-type {
    background:#e5e9fd;
}
.esg .section h3 {
    font-size:22px;
    font-weight:500;
}
.esg .section .sect-box {
    margin:24px 0;
}
.esg .section .sect-box .txt-desc {
    width:55%;
    padding:8px 0 24px;
    font-size:16px;
    line-height:26px;
}
.esg .section .sect-box .btn-box {
    width:300px;
    margin:32px auto 0;
}
.esg .section .sect-box .txt-list {
    margin:32px 0;
    font-size:14px;
    color:#333;
    line-height:22px;
}
.esg .section .sect-box .txt-list li {
    font-size:12px;
    color:#333;
    line-height:22px;
}
.esg .section .sect-box .img-wrap img {
    width:100%;
}
.esg .section .sect-box .info-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin:24px 0;
}
.esg .section .sect-box .info-area.right {
    flex-direction: row-reverse;
}
.esg .section .sect-box .info-area .box {
    width:58%;
}
.esg .section .sect-box .info-area .box h4 {
    font-weight:500;
}
.esg .section .sect-box .info-area .box .desc .txt-title {
    font-size:16px;
    font-weight:400;
}
.esg .section .sect-box .info-area .box .txt-list {
    margin:16px 0 32px;
}
.esg .section .sect-box .info-area .img-wrap {
    width:40%;
}


/*ESG test*/
.esg .test-box .txt-title {
    font-weight:400;
}
.esg .test-box .quest {
    margin:24px 0 32px;
}
.esg .test-box .quest .txt-quest {
    font-size:16px;
}
.esg .test-box .quest .txt-quest ~ span {
    display: block;
    margin-top:5px;
    color:#1970c5;
    font-size:14px;
}
.esg .test-box .quest table {
    margin-top:16px;
}
.esg .test-box .quest table thead th {
    height:30px;
    padding:0;
    text-align: center;
}
.esg .test-box .quest table tbody td {
    height:30px;
    text-align: center;
    padding:8px 10px;
}
.esg .test-box .quest table tbody td span {
    font-size:16px;
}
.esg .test-box .quest table tbody td a {
    display:inline;
    text-decoration: underline;
}
.esg .test-box .quest table tbody .check-box {
    justify-content: center;
}
.esg .test-box .quest table tbody .check-box label {
    margin-right:0;
}
.esg .test-box .quest table tbody .check-box input[type="checkbox"] {
    margin-right:0;
}
.esg .test-box .quest table tbody td:first-of-type {
    border-left:none;
}
.esg .test-box .quest table tbody td .input-box span {
    font-size:16px;
}
.esg .test-box .quest table tbody td .input-box input[type="text"] {
    width:100%;
}
.esg .test-box ~ .btn-box {
    display: flex;
    justify-content: center;
}
.esg .test-box ~ .btn-box .btn {
    display: inline-flex;
    margin:0 2px;
}


/*ESG result*/
.esg .nav-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:32px;
}
.esg .nav-area .icon-arrow {
    width:15px;
    height:26px;
    margin:0 24px;
    background:url('../image/icon/icon_arrow.svg') no-repeat;
    background-size:contain;
    text-indent:-9999px;
    overflow:hidden;
    filter: invert(96%) sepia(1%) saturate(10%) hue-rotate(49deg) brightness(50%) contrast(120%);
}
.esg .nav-area .icon-arrow:hover {
    filter: invert(96%) sepia(1%) saturate(10%) hue-rotate(49deg) brightness(70%) contrast(120%);
}
.esg .nav-area .icon-arrow:first-of-type {
    transform:rotate(180deg);
}
.esg .nav-area strong {
    font-size:26px;
}
.esg .result-box {
    display: flex;
    justify-content: space-between;
    padding:24px 0;
    border-top:1px dotted #ccc;
}
.esg .result-box .grade {
    width:30%;
    padding:16px;
    background:#eeeeee;
}
.esg .result-box .grade > .img-wrap {
    width:70%;
    margin:auto;
}
.esg .result-box .grade ul {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin:24px 0 8px;
}
.esg .result-box .grade ul li {
    width:calc((100% - 16px) / 3);
    background:#fff;
    border:1px solid #ccc;
}
.esg .result-box .grade ul li span {
    display:block;
    background:#ddd;
    padding:5px 0;
    text-align: center;
    font-size:14px;
}
.esg .result-box .grade ul li .img-wrap {
    width:60%;
    margin:auto;
    padding:8px 0;
}
.esg .result-box .box:nth-of-type(2) {
    width:70%;
    padding-left:24px;
}
.esg .result-box .box h4 {
    margin-bottom:16px;
    font-weight:500;
}
.esg .result-box .box .desc p {
    width:90%;
    font-size:14px;
    line-height:22px;
}


/*제 3자 제공 동의*/
#content .cont-area .agree-box .policy-wrap table{
    margin-bottom: 32px;
}
#content .cont-area .agree-box .policy-wrap table th,
#content .cont-area .agree-box .policy-wrap table td{
    text-align: center;
    height: 35px;
    padding: 0 10px;
}
#content .cont-area .agree-box .policy-wrap table td:first-of-type{
    border-left: none;
}
#content .cont-area .agree-box .policy-wrap ul li:not(:last-of-type){
    margin-bottom: 16px;
}
#content .cont-area .agree-box .policy-wrap ul li span{
    display: block;
    padding-left: 15px;
}