/* 조합소개 - 인사말 */
#a1 img {width: 100%; margin-bottom: 60px;}
#a1 h4 {margin-bottom: 30px; padding: 0 60px; font-size: 42px; font-weight: 700; color: #133e87; letter-spacing: -3px; word-break: keep-all;}
#a1 p {margin-bottom: 14px; padding: 0 60px; font-size: 20px; font-weight: 400; color: #333; text-align: justify; letter-spacing: -1px; word-break: keep-all;}
#a1 span {display: block; margin-top: 50px; font-size: 22px; font-weight: 400; color: #333; text-align: right; line-height: 36px; letter-spacing: -1px; word-break: keep-all;}
#a1 span b {font-size: 30px; font-weight: 700; color: #133e87;}

@media screen and (max-width: 640px) {
	#a1 img {margin-bottom: 30px;}
	#a1 h4 {margin-bottom: 12px; padding: 0; font-size: 24px; letter-spacing: -1px;}
	#a1 p {margin-bottom: 8px; padding: 0; font-size: 18px; text-align: left; letter-spacing: -0.5px;}
	#a1 span {margin-top: 30px; font-size: 18px; line-height: 26px; letter-spacing: -0.5px;}
	#a1 span b {font-size: 26px;}
}
/* 조합소개 - 인사말 */

/*a3*/
#a3 {width: 100%; max-width: 1400px; margin: 0 auto;}
#a3 .root_daum_roughmap .wrap_controllers {display: none;}
#a3 .info ul {display: flex; justify-content: space-between; background-color: #133e87; padding: 30px;}
#a3 .info ul li {display: flex; align-items: center;}
#a3 .info ul li img {height: 25px; margin-right: 10px;}
#a3 .info ul li p {font-size: 22px; color: #fff; font-weight: 400; word-break: keep-all;}

@media screen and (max-width:960px) {
  #a3 .info ul li p{font-size: 16px;;}
}

@media screen and (max-width: 640px) {
  #a3 #daumRoughmapContainer1731569378971 .wrap_map {height: 260px!important;}
  #a3 .info ul li:nth-of-type(1){margin-bottom: 10px;;}
  #a3 ul {flex-direction: column; padding: 20px;;}
  #a3 ul li {width: 100%;}
  #a3 ul li .icon {width: 80px; height: 80px;}
  #a3 ul li .icon i {font-size: 32px; line-height: 80px;}
  #a3 ul li p {padding-right: 0; font-size: 18px;}
}
/*a3*/
