@charset "utf-8";
/* CSS Document */



.toss_container{
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
}

@media(max-width:1230px){
	.toss_container{
	position: relative;
	width: 100%;
	line-height: 0;
}
}



.toss_container2{
	position: relative;
	width: 100%;
	line-height: 0;
	opacity: 0;
	z-index: -99;
}

@media(max-width:1230px){
	.toss_container2{
	position: relative;
	display: none;
		z-index: -99;
}

}


.toss_bg1{
	
	background: url(https://cdn.icoda.co.kr/asset/editor/202512/20251216095135_d60992a84662dbd180be1570c5e60de7_8l3b.jpg);
	background-repeat: repeat;
}

.toss_bg2{
	background: #edf6ff;
}

.toss_bg3{
	background: #ebebeb;
		padding: 5% 0 0 0;
}

.toss_bg1,
.toss_bg2,
.toss_bg3{
	text-align: center;
	width: 100%;
}

.toss_notice{
	max-width: 1230px;
	text-align: start;
	margin: 0 auto;
	padding-bottom: 4rem;

}


@media(max-width:1280px){
	
.toss_notice{
	max-width: 85%;
	text-align: start;
	padding-top: 3rem;
}
}

.toss_notice_text{
	font-family: Pretendard Std Variable;
    font-size: 1.3rem;
	color: #707070;
}






.notice_li{

  margin:0;
  padding:0;
  list-style: none
	
}



.notice_li li{
position: relative;
  margin: 8px 0 0 0;
  padding: 0 0 4px 1rem;
	font-size: 1.1rem;
	line-height: 1.5rem;
	
 


}



@media(max-width:400px){
	
.notice_li li{
position: relative;
  margin: 8px 0 0 0;
  padding: 0 0 4px 10px;
 


}

}


.notice_li li::before {
 content: "";
  position: absolute;
  top: 12px;
  left: 0px;  
  width: 3px;
  height: 3px;
  background: #707070;
  opacity: 0.6;


}


.top-position {
    margin-top: -8.5em;
}

@media (max-width: 992px) {
    .top-position {
        margin-top: 0;
    }
}