.astobe-box{
display:flex;
justify-content: center;
}

.astobe-box .asis {
display:flex;
align-items: center;
justify-content: center;
font-size:3em;
width:200px;
line-height: 1em;
text-align:center;
color:#fff;
background:#9fbbec;
padding: 40px 0;
}
.astobe-box .arrow {
width:200px;
display:flex;
align-items: center;
justify-content: center;
}

.astobe-box .arrow svg {
width:100px;
fill:#777;
}

.astobe-box .tobe {
display:flex;
align-items: center;
justify-content: center;
font-size:3em;
line-height: 1em;
text-align:center;
width:200px;
padding: 40px 0;
color:#fff;
background:#80bb60;
}


.astobe-tbox{
padding:50px 0;
text-align: center;
}

.astobe-text {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;

margin-bottom:30px;
padding:20px;
border:1px solid #eee;
border-radius:50px;
 font-size: 20px;
 color: #000000;
     align-items: center;
	 box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}

.astobe-text .astobe-circle-as {
display:flex;
align-items: center;
justify-content: center;
color:#9fbbec;
border:1px solid #9fbbec;
padding: 4px 10px;
border-radius: 80px;
font-size:16px;
}

.astobe-text .astobe-circle-to {
display:flex;
align-items: center;
justify-content: center;
color:#80bb60;
border:1px solid #80bb60;
padding: 4px 10px;
border-radius: 80px;
font-size:16px;
}

.astobe-text .astobe-arrow svg {
fill:#9d9d9d;
width:24px;
display:flex;
align-items: center;
justify-content: center;
}



@media (max-width:768px) {
	.astobe-text {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	width:100%;
	flex-direction: column;
	margin-bottom:30px;
	padding:20px;
	border:1px solid #eee;
	border-radius:30px;
	 font-size: 18px;
	 color: #000000;
		 align-items: center;
		 box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
	}
.astobe-text .astobe-arrow svg {
	transform: rotate(90deg);
}

.astobe-text .astobe-circle-as {
width:100%;
}

.astobe-text .astobe-circle-to {
width:100%;
}



}

@media (max-width:480px) {
.astobe-box{
padding:0 10px;
}
.astobe-box .arrow {
width:100px;
}
	.astobe-box .asis {
		font-size:3em;
		width:200px;
		padding: 20px 0;
	}
	.astobe-box .arrow svg {
	width:50px;
	fill:#777;
	}
	.astobe-box .tobe {
		font-size:3em;
		width:200px;
		padding: 20px 0;
	}
}


.esco-box {
text-align:center;
}

.esco-box .pc {
display:block;
}

.esco-box .mobile {
display:none;
}

.esco-box .diabox img {
max-width:740px;
margin: 0 auto;
}

.esco-box .esco-textbox {
margin:20px 0 30px;
padding:10px 20px;
border-radius:30px;
border:1px solid #ccc;
display:inline-block;
}

.esco-box .esco-explain {
margin-top:30px;
padding:20px 30px;
border-radius:20px;
border:1px solid #eee;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
display:block;
font-size: 20px;
line-height:1.4em;
}

.esco-box .esco-button a {
margin-top:30px;
padding:20px 30px;
border-radius:50px;
border:1px solid #eee;
background:#425869;
display:block;
color:#fff;
font-size: 20px;
line-height:1.4em;
}


@media(max-width:600px) {

.esco-box .esco-explain {
margin-top:30px;
font-size: 18px;
line-height:1.3em;
}

.esco-box .pc {
display:none;
}

.esco-box .mobile {
display:block;
}

}



.esgbox .esgtitle {

padding:20px 30px;
border-radius:50px;
border:1px solid #d7d7d7;
display:block;
color:#000;
font-size: 20px;
line-height:1.4em;
}

.esgbox .esgtxt {
padding:20px 30px;
font-size:20px;
line-height:2em;
}

.esgbox a {
margin-top:30px;
padding:20px 30px;
border-radius:50px;
border:1px solid #eee;
background:#425869;
display:block;
color:#fff;
font-size: 20px;
line-height:1.4em;
}

.esgbox_sq {
margin-top:30px;
padding:20px 30px;
border-radius:100px;
border:1px solid #ceeda9;
background:#efffdc;
display:block;
color:#30c00e;
font-size: 20px;
line-height:1.4em;
}

.esgbox .subject {
	margin:30px 0;
    padding: 20px 30px;
    border-radius: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
	border:1px solid #eee;
    background: #fff;
	line-height:1.4em;
    flex-wrap: wrap;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}

.esgtxt .linetxt {
margin:0;
padding:0;
line-height:2.2em;
}

.esgbox .subject .icon {
	color:#fff;
	font-size:2.4em;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esgbox .subject .icon1 {
	background: #2eaf46;
}
.esgbox .subject .icon2 {
	background: #ed7133;
}
.esgbox .subject .icon3 {
	background: #2d9cdf;
}

@media (max-width: 768px) {
.esgbox .subject {
justify-content: center;
	margin:20px 0;
    padding: 20px 10px;
	border-radius: 20px;
	text-align:center;
	line-height:1.4em;
	flex-direction: column;
}
.esgbox .subject .icon {
	color:#fff;
	font-size:2.4em;
    width: 80px;
    height: 80px;
    margin-right: 0px;
}
}

    /* Ãß°¡ ¼½¼Ç ½ºÅ¸ÀÏ¸µ ¹× ÆùÆ® Å©±â Á¶Á¤ */
    .energy-summary { text-align: center; padding: 30px 0 50px; }
    .summary-title { line-height: 1.5; margin-bottom: 70px; word-break: keep-all; font-size:34px;}
	    @media (max-width: 768px) {
	    .summary-title { line-height: 1.4; margin-bottom: 60px; font-size:24px;}
		}
    /* 3´ë ÇÙ½É °¡Ä¡ */
    .core-pillars { display: flex; justify-content: space-around; gap: 20px; margin-bottom: 100px; }
    .pillar-item { flex: 1; text-align: center; position: relative; }
    .pillar-icon { 
        width: 120px; 
        height: 120px; 
        margin: 0 auto 25px; 
        border-radius: 50%; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        /* ±×¶óµð¾ðÆ® Å×µÎ¸® ±¸Çö */
        background: linear-gradient(#fff, #fff) padding-box, 
                    linear-gradient(135deg, #bdf594 0%, #5dbf51 100%) border-box;
        border: 10px solid transparent; /* Å×µÎ¸® µÎ²² Áõ°¡ */
        position: relative;
        z-index: 2; /* ¼±º¸´Ù ¾ÕÀ¸·Î ¹èÄ¡ */
    }
    .pillar-icon svg { width: 45px; height: 45px; fill: #2e6916; }
    .pillar-name { margin-bottom: 15px; color: #263c4d; }
    .pillar-desc { color: #666; line-height: 1.4; word-break: keep-all; }
    
    /* ¿¬°á ¶óÀÎ ¼öÁ¤: ¾ÆÀÌÄÜ µÚÂÊ Áß¾ÓÀ¸·Î ¹èÄ¡ */
    .pillar-line { 
        position: absolute; 
        top: 60px; /* ¾ÆÀÌÄÜ ³ôÀÌ 90pxÀÇ Á¤Áß¾Ó */
        left: -40%; 
        width: 100%; 
        height: 2px; 
        background: #e1e1e1; 
        z-index: 1; /* ¾ÆÀÌÄÜ(z-index: 2)º¸´Ù µÚ·Î ¹èÄ¡ */
    }
    .pillar-item:first-child .pillar-line { display: none; }

    /* ¼­ºñ½º ±×¸®µå */
    .service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 100px; }
    .service-card { background: #f9f9f9; border-radius: 15px; overflow: hidden; text-align: center; transition: 0.3s; border: 1px solid #eee; }
/*    .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }*/
	.service-tag { color: #fff; padding: 12px; }
    .service-tag.bg1{ background: #2f2f2f;}
    .service-tag.bg2{ background: #ad5311;}
    .service-tag.bg3{ background: #2372ac;}
    .service-tag.bg4{ background: #4bb932;}
    .service-img { width: 100%; height: 180px; object-fit: cover; }
    .service-info { padding: 25px; }
    .service-percent { color: #263c4d; margin-bottom: 8px; }
    .service-label { color: #888; }

    /* ÇÁ·Î¼¼½º ½ºÅÜ */
    .process-steps { display: flex; gap: 15px; margin-top: 30px; }
    .step-item { flex: 1; background: #fff; border: 0px solid #ddd; border-radius: 20px 0; position: relative; padding: 50px 20px 40px; box-shadow: 0 2px 14px rgba(0,0,0,0.07);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
    .step-badge { position: absolute; top: -30px; left: -7px;  color: #fff; padding: 31px 16px; border-radius: 50px; font-style: italic; }
	.step-badge.bg1 { background: #6fbdcb; }
	.step-badge.bg2 { background: #529fad; }
	.step-badge.bg3 { background: #3b8795; }
	.step-badge.bg4 { background: #1f6d7b; }
    .step-title { margin-bottom: 0px; line-height: 1.4; color: #333; display: flex; align-items: center; justify-content: center; }
    .step-desc { color: #777; line-height: 1.5; border-top: 0px solid #eee; padding-top: 0px; }

    /* Á¤ºÎÁö¿ø »ç¾÷ */
    .gov-support-box { background: #fff; border: 1px solid #263c4d; border-radius: 10px; overflow: hidden; }
    .gov-header { background: #263c4d; color: #fff; padding: 20px 30px; display: flex; align-items: center; }
    .gov-header svg { margin-right: 12px; }
    .gov-list { padding: 0; margin: 0; }
    .gov-item { display: flex; border-bottom: 1px solid #eee; align-items: center; padding: 20px 30px; }
    .gov-item:last-child { border-bottom: 0; }
    .gov-num { width: 35px; height: 35px; background: #51aebf; color: #fff; border-radius: 5px; display: flex; align-items: center; justify-content: center; margin-right: 25px; flex-shrink: 0; }
    .gov-name { width: 260px; color: #333; }
    .gov-detail { flex: 1; color: #666; }

    @media (max-width: 1024px) {
        .core-pillars { flex-direction: column; gap: 40px; }
        .pillar-line { display: none; }
        .service-grid { grid-template-columns: repeat(2, 1fr); }
        .process-steps { flex-direction: column; gap: 40px; }
        .step-item { padding-top: 40px; }
        .gov-item { flex-direction: column; align-items: flex-start; gap: 10px; }
        .gov-name { width: 100%; }
    }