/* 공통스타일링 */
.innerWrapper {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.homeinnerWrapper{
  padding: 1.5rem;
}
.contentHeader {
  padding: 1.5rem;
  background-color: #764bc3;
}


.contentHeader img {
width: 30%;
}

img {
  width: 100%;
}
.minimar {
  margin-bottom: 2rem;
}

@font-face {
  font-family: thin;
  src: url(./NANUMSQUARENEO-BRG.TTF);
}

@font-face {
  font-family: standard;
  src: url(./NANUMSQUARENEO-CBD.TTF);
}

@font-face {
  font-family: thick;
  src: url(./NANUMSQUARENEO-DEB.TTF);
}

h1 {
  color: #fff;
  font-family: thin;
  line-height: 1.4;
  font-size: 1.8rem;
}
h2 {
  font-family: thick;
  line-height: 1.3;
  font-size: 1.8rem;
}
h3 {
  font-family: standard;
  line-height: 1.3;
  font-size: 1.6rem;
}
/* index 영역 */
.indexBackgroundImage {
width: 100%;
min-height: 100vh;
overflow: hidden;
background-image: url(../img/splash-background.png);
background-size: 100% 100vh;
position: relative;
}

.indexImg {
width: 80%;
display: block;
position: absolute;
bottom: 15%;
left: 50%;
transform: translate(-50%, -50%);
}
.indexImg1 {
width: 50%;
display: block;
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
}




/* 홈영역 */
.homeInnerWrapper {
  padding: 2rem 1rem;
}
.homeHeader {
  background-color: #764bc3;
  padding: 2rem;
}
.bigLogo {
  width: 40%;
  margin-top: 1.5rem;
  display: block;
}
.chaImg {
  width: 25%;
  display: block;
  margin-left: 75%;
  margin-top: -2rem;
}
.fourBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.fourBtn a {
  width: 48%;
}
.fourBtn a:nth-child(1) {
  margin-bottom: 1.2rem;
}
.homeTitle {
  display: flex;
  border-bottom: 0.1rem solid #ededed;
  padding-bottom: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.homeTitle img {
  width: 2rem;
  margin-right: 0.5rem;
}
.homeContent {
  display: flex;
  padding-bottom: 0.5rem;
  align-items: center;
  margin-bottom: 0.2rem;
}
.homeContent img {
  width: 2rem;
  margin-right: 0.5rem;
}
.homeBanner {
  display: block;
  margin: 2rem 0;
}

.threeBtn {
  display: flex;
  justify-content: space-between;
  margin-top: -1.5rem;
}
.threeBtn a {
  width: 31%;
}


/* faq영역 */
.innerWrapper {
  padding: 0 1.5rem 5rem 2rem;
}
.qnaToggleBox {
  background-color: #f7f9f9;
  border-radius: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0.2rem 0.2rem 0.3rem #e5e5e5;
}
.qnaToggleBox:first-child {
  margin-top: 2rem;
}
.qnaToggleBox:last-child {
  margin-bottom: 3rem;
}


.qnaToggleBox h1 {
  font-size: 1.7rem;
  font-weight: 600;
}

.qnaToggleBox .content {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #f7f9f9;
}
.bold {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.toggleButton {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 2rem;
}
.toggleButton img {
  width: 1.5rem;
  margin-left: 1rem;
}
.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}
.toggleButton.active {
  background-color: #5e2bb8;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.backgroundImgWrapper {
  background: url(../img/sub-background.png);
  height: 100%;
  max-height: 50vh;
  padding-bottom: 3rem;
}


/* 공통영역 */
h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.blueFont {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3b71db;
}
h5 {
  font-size: 1.2rem;
  color: #bcbcbc;
}
.contentTop {
  padding: 2rem 1.5rem;
}
.purpleFont {
  font-size: 2rem;
  color: #764bc3;
  font-family: thick;
  line-height: 1.5;
}











.notice_wrap {
	margin: 2rem 2rem 3rem;
}
.notice_wrap h2 {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #5b5b5b;
	font-weight: 800;
	margin-bottom: 1rem;
	text-align: center;
}
.notice_wrap h2::after {
	position: absolute;
	content: "";
	left: 50%;bottom: -.3rem;
	width: 2rem;
	height: 1px;
	background-color: #764bc3;
	transform: translateX(-50%);
}
.notice_wrap pre {
	font-size: 1.2rem;
	line-height: 1.4;
	color: #787878;
	text-align: center;
}

