@charset "utf-8";
/*-------------------------------------------------
Main Style Sheet
Version : 1.0
Author : ksk
Create date : 2024. 05.
Last update : 2024. 05.
-------------------------------------------------*/


/* sticky */
#wrap{
  position: relative;	
}
#header{
  position: sticky;
  top: 0;
}
#header.sticky{
	box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
}



#main{
	font-size: 1.8rem;
	margin-bottom: 12rem;
}

.section-title{
	font-family: 'Montserrat', sans-serif;
}

.img-box{
	text-align: center;
}
.img-box .zoom-img-btn{
	display: none;
	margin: 1rem;
	padding: 1rem 3rem;
	background-color: #275EA5;
	border: 1px transparent solid;
	border-radius: 5px;
	line-height: 1.3;
	color: #fff;
	transition: all 0.2s;
}
.img-box .zoom-img-btn:hover,
.img-box .zoom-img-btn:focus{
	text-decoration: none;
	background-color: #F9F6FB;
	border-color: #275EA5;
	color: #275EA5;  
	transition: all 0.2s;
}


/* 블릿  style */
[class^="lstyle-"] {
	position: relative;
	overflow: hidden;
	}
[class^="lstyle-"] > li,
p[class^="lstyle-"]{
	position: relative;
	margin-top: 0.6rem;
	padding-left: 1.2rem;
    line-height: 1.5;
	overflow: hidden;
	}
[class^="lstyle-"] li:before,
p[class^="lstyle-"]::before {
	display: block;
	position: absolute;
	top: 1.2rem;
	left: 0;
	content: '';
	}
[class^="lstyle-"] > li:first-child {
	margin-top: 0;
	}
[class*="lstyle-dot"] > li:before,
p[class*="lstyle-dot"]::before {
	width: 0.4rem;
	height: 0.4rem;
	background-color: #8E8E8E;
	border-radius: 100%;
}

/* main-visual */
.main-visual{
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	min-height:48rem;
	padding-right: 44rem;
}
.main-visual:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	width: 172rem;
	height: 100%;
	background: url('/resources/images/ebbd/main/bg-visual.png') 50% 50% no-repeat;
	border-radius: 3.2rem;
	z-index: -1;
}
.main-visual .section-title{
	font-size: 6.4rem;
	font-weight: 400;
	color: #1d1d1d;
}
.main-visual .section-title .font-point{
	  
	color: #00754A;
	font-weight: 700;
}
.main-visual .img{
	position: absolute;
	right: 16rem;
	bottom: 0;
	width: 28rem;
	font-size: 0;
	display:none;   
}

[id^="section"] {
	padding-top: 12rem;
}
[id^="section"] .section-title{
	display: block;
	margin-bottom: 4rem;
	color: #1d1d1d;
	font-size: 4.8rem;
	font-weight: 500;
}
[id^="section"] .section-txt{
	display: block; 
	color: #275EA5; 
	font-weight: 700;
	font-size: 2.4rem;
}


#section01{
	padding-top: 10rem;
}
#section01 .container{
	display: flex;
}
#section01 .container > *{
	flex: 1;
}
#section01 .section-title{
	margin-bottom: 0;
}
#section01 .cont{
	position: relative;
	padding-left: 4rem;
	border-left: 5px #EEEEEE solid;
}
#section01 .cont .section-txt{
	display: block;
	margin-bottom: 2rem;
}


#section02 .section-title{
	margin-bottom: 1.6rem;
}
#section02 .section-title + .section-txt{
	margin-bottom: 4rem;
}



#section04 .expected-list{
	display: flex;
	gap: 4rem;
}
#section04 .expected-list > li{
	flex: 0 1 calc(100% / 3);
}
#section04 .expected-list .img{
	display: block;
	width: 100%;
	height: 28rem;
	margin-bottom: 2.4rem;
	border-radius: 3.2rem;
	overflow: hidden;
}
#section04 .expected-list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#section04 .expected-list .tit{
	display: block;
	margin-bottom: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
	font-weight: 600;
}

