 @charset "utf-8";
 
 .main-inner {
    position: relative;
    max-width: 1250px;
	width:100%;
    margin: 0 auto 80px;
}

@media (max-width:991px){
	 .main-inner {
		padding:0 15px;
		margin: 0 auto 40px;
	}
}

 /* =========================
   MAIN VISUAL (#mainVisual)
========================= */
.main-visual {
    position: relative;
    min-height: 650px;
    background: url('../img/main/main_visual.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.main-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.main-visual__inner {
    position: relative;
    z-index: 1;
    width: 1200px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.main-visual__eyebrow {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2em;
    opacity: 0.9;
}

.main-visual__title {
    margin: 0;
    font-size: 62px;
    line-height: 1.2;
    font-weight: 900;
    word-break: keep-all;
}

.main-visual__desc {
    max-width: 760px;
    margin: 24px auto 0;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 400;
    word-break: keep-all;
}

@media (max-width:991px){
	.main-visual__desc {
		font-size: 18px;
		line-height: 1.5;
	}
}

 /* =========================
   ÃÖ±Ù°Ô½Ã¹°
========================= */

.latest-grid-wrap{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:20px;
	padding:80px 0 20px;
}

.latest-grid-item{
	min-width:0;
}

/* ÅÂºí¸´ */
@media (max-width: 991px){
	.latest-grid-wrap{
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:20px;
	}
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 767px){
	.latest-grid-wrap{
		grid-template-columns:1fr;
		gap:10px;
		padding:40px 0 10px;
	}
}



.latest-gallery-row{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:20px;
}

.latest-gallery-item{
    min-width:0;
}

/* ³»ºÎ ½ºÅ²ÀÌ Ä«µåÃ³·³ º¸ÀÌ°Ô */
.latest-gallery-item .lat,
.latest-gallery-item .lt_gallery,
.latest-gallery-item .gallery_latest{
    height:100%;
}


/* ¸ð¹ÙÀÏ */
@media (max-width: 767px){
    .latest-gallery-row{
        grid-template-columns:1fr;
        gap:10px;
    }
}

 /* =========================
   °í°´¼¾ÅÍ
========================= */

.main-cs-wide{
    width:100%;
    display:flex;
    align-items:stretch;
    background:#fff;
    border:1px solid #e5e5e5;
    overflow:hidden;
	margin-top:50px;
}

/* °øÅë ¿µ¿ª */
.main-cs-wide > div{
    padding:28px 34px;
    box-sizing:border-box;
}

/* ÁÂÃø */
.cs-wide-left{
    width:38%;
    background:linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    border-right:1px solid #e8eef7;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.cs-wide-head{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:20px;
}

.cs-wide-icon{
    width:74px;
    height:74px;
    border-radius:20px;
    background:linear-gradient(135deg, #4f7df3, #7aa7ff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    flex:0 0 74px;
    box-shadow:0 8px 18px rgba(79,125,243,.25);
}

.cs-wide-title strong{
    display:block;
    font-size:25px;
    line-height:1.2;
    color:#222;
    font-weight:800;
    letter-spacing:-0.04em;
}

.cs-wide-title span{
    display:block;
    margin-top:7px;
    font-size:15px;
    color:#6a7480;
    letter-spacing:-0.02em;
}

.cs-wide-tel a{
    display:block;
    text-decoration:none;
    font-weight:800;
    letter-spacing:0.01em;
    line-height:1.2;
}

.cs-wide-tel .tel-main{
    font-size:32px;
    color:#000;
}

.cs-wide-tel .tel-sub{
    margin-top:4px;
    font-size:32px;
    color:#000;
}

/* Áß¾Ó */
.cs-wide-center{
    width:30%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-right:1px solid #f0f0f0;
    background:#fff;
}

.cs-wide-time{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}

.cs-wide-time li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#555;
    font-size:17px;
    line-height:1.7;
}

.cs-wide-time li + li{
    margin-top:14px;
}

.cs-wide-time i{
    font-size:20px;
    color:#ff7a3d;
    margin-top:3px;
    flex:0 0 20px;
}

.cs-wide-time b{
    color:#222;
    font-weight:800;
}

/* ¿ìÃø */
.cs-wide-right{
    width:32%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fcfcfc;
}

.bank-box{
    width:100%;
    border:1px solid #e6edf2;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.bank-top{
    display:flex;
    align-items:center;
    gap:10px;
    background:#5aa33b;
    color:#fff;
    padding:14px 18px;
    font-size:18px;
    font-weight:700;
}

.bank-top i{
    font-size:22px;
}

.bank-bottom{
    padding:22px 20px;
}

.bank-bottom strong{
    display:block;
    font-size:28px;
    font-weight:700;
    color:#4b8f22;
    line-height:1.2;
}

.bank-bottom strong i{
    margin-right:4px;
    font-size:24px;
    vertical-align:middle;
}

.bank-bottom p{
    margin:10px 0 6px;
    font-size:28px;
    line-height:1.2;
    color:#333;
    font-weight:800;
    letter-spacing:0.01em;
}

.bank-bottom em{
    display:block;
    font-style:normal;
    font-size:16px;
    color:#666;
}

/* ¹ÝÀÀÇü */
@media (max-width:1280px){
    .main-cs-wide{
        max-width:100%;
    }

    .main-cs-wide > div{
        padding:24px 24px;
    }

    .cs-wide-title strong{
        font-size:28px;
    }

    .cs-wide-tel .tel-main{
        font-size:34px;
    }

    .cs-wide-tel .tel-sub{
        font-size:28px;
    }

    .bank-bottom p{
        font-size:28px;
    }
}

@media (max-width:991px){

    .main-cs-wide{
        flex-direction:column;
		margin-top:30px;
    }

    .cs-wide-left,
    .cs-wide-center,
    .cs-wide-right{
        width:100%;
        border-right:0;
    }

    .cs-wide-left,
    .cs-wide-center{
        border-bottom:1px solid #eee;
    }

	.cs-wide-icon{
		width:45px;
		height:45px;
		border-radius:10px;
		font-size:24px;
		flex:0 0 45px;
	}

    .cs-wide-title strong{
        font-size:22px;
    }

    .cs-wide-tel .tel-main{
        font-size:25px;
    }

    .cs-wide-tel .tel-sub{
        font-size:25px;
    }

    .cs-wide-time li{
        font-size:15px;
    }

    .bank-bottom strong{
        font-size:26px;
    }

    .bank-bottom p{
        font-size:24px;
    }
}