/* 공통스타일링 */
@font-face {
  font-family: "nanum";
  src: url("./font/NanumSquare_acR.ttf");
}
@font-face {
  font-family: "nanumThin";
  src: url("./font/NanumSquareL.ttf");
}
@font-face {
  font-family: "nanumThick";
  src: url("./font/NanumSquare_acEB.ttf");
}
@font-face {
  font-family: "gmarketBold";
  src: url("./font/GmarketSansTTFBold.ttf");
}
@font-face {
  font-family: "gmarketLight";
  src: url("./font/GmarketSansTTFLight.ttf");
}
@font-face {
  font-family: "gmarketMedium";
  src: url("./font/GmarketSansTTFMedium.ttf");
}

img {
  width: 100%
}
.mar {
  display: block;
  margin-bottom: 2rem;
}
/* index 영역 */
.indexBackgroundImage {
  background: url(../img/index.png);
  background-size: cover;
  position: relative;
  min-height: 100vh;
  }
  .indexText {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  top: 25%;
  }
.indexBackgroundImage a {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0 auto;
  text-align: center;
  color: #4B6FEA;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  bottom: 3rem;
  width: 90%;
  font-family: nanumThick;
  font-size: 1.6rem;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
  font-family: nanumThick;
}
h3 {
  font-size: 1.7rem;
  line-height: 1.3;
  font-family: gmarketMedium;
}
pre {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: nanum;

}
/* 홈영역 */
.homeinnerWrapper{
  padding: 0rem 1.5rem;
}
.backgroundcolorwrapper {
margin: 0;
padding: 0;
}
.homeHeader {
padding: 1.5rem;
}
.homeHeaderimg {
width: 30%;
}
.homeHeaderimg img {
width: 100%;
}
.homeinnerWrapper h2 {
  margin-bottom: 2rem;
}
.homeinnerWrapper h3 {
  margin-bottom: 2rem;
}
.homeMidBox {
  padding: 2rem 1rem;
  border-radius: 0.7rem;
  background-color: #4b6fea;
  margin-bottom: 2rem;
}
.homeMidBox h2 {
  font-family: gmarketMedium;
  color: #fff;
}
.homeMidBox pre {
  font-family: nanumThin;
  color: #fff;
}
.swiper-wrapper {
  padding-left: 1.5rem;
}
.swiper {
  margin-bottom: 2rem;
}
.homeMidBtn a img {
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 0.5rem rgb(223, 223, 223);
  border: 0.1rem solid rgb(241, 241, 241);
}
.homeMidBtn a:first-child img {
  margin-bottom: 1rem;
}
.homeMidBtn a:last-child img {
  margin-bottom: 2rem;
}


/* content */
.innerWrapper {
  padding: 2rem 1.5rem;
}

.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  position: relative;
}

.contentHeader button {
border: none;
background-color: transparent;
cursor: pointer;
margin-right: 10px;
display: flex;
align-items: center;
}
.contentHeader h1 {
text-align: center;
margin: 0;
font-size: 1.8rem;
font-weight: 500;
}

.contentHeader img {
width: 1rem;
position: absolute;
left: 3%;
}
.content {
  padding: 2rem 1rem;
  border: 0.2rem solid #f1f1f1;
  border-radius: 0.7rem;
  box-shadow: 0.1rem 0.1rem 0.5rem #e5e5e5;
  margin-bottom: 1.5rem;
}
.content h2 {
  font-family: gmarketMedium;
  font-weight: 600;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #e5e5e5;
  color: #4B6FEA;
}
.content .sub, .subContent .sub {
  margin: 1rem 0;
  color: #6F9CD1;
}
.subtitle {
  font-family: nanumThick;
  font-size: 1.7rem;
  color: #143668;
  line-height: 1.5;
}
.content pre {
  color: #40597C;
}

/* compare 영역 */
.compareTopMenu h1 {
  display: block;
  width: 50%;
  font-size: 3rem;
  font-weight: 500;
}
.compareTopMenu select {
  width: 30%;
  font-size: 1.2rem;
  border: 0.2rem solid #efefef;
  border-radius: 0.5rem;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50% ; 
  background-clip: padding-box;
  background-size: 10% 20%;
  outline: none;
  padding: 1rem;
  margin-bottom: 2rem;
}
.content_wrap {
  width: 100%;
}

.content_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_wrap ul li {
  width: 49%;
  height: 17rem;
  border: 0.1rem solid #e2e7ee;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 2rem 1rem;
}
.content_wrap ul li h2 {
  font-size: 1.6rem;
  color: #3e96c6;
  height: 15%;
  font-family: nanum;
  font-weight: 600;
  white-space: pre-line;
  word-wrap: break-word;
  margin-bottom: 0.5rem;
}
.content_wrap ul li h3 {
  white-space: pre-line;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: nanum;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  height: 44%;
  color: #143668;
}
.minicontent {
  display: flex;
  justify-content: space-between;
  height: 30%;
}
.minicontent span {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #143668;
}
.minicontent p {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #143668;
}
.minicontent .special {
  color: #4B6FEA;
}
.contentBox {
  border: 0.1rem solid #e2e7ee;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.contentBox h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contentBox p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #57a4ce;
}
.contentBox pre {
  font-size: 1.6rem;
  line-height: 1.2;
}
.contentBox img {
  width: 100%;
  margin-top: 1rem;
}
.whatContent {
  padding: 1rem 0 3rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
}
.marginbox {
  margin-top: 1.5rem;
}
.blueTitle {
  color: #307a9f;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1.5rem 0;
}
.subContent {
  padding-bottom: 2rem;
}
.subContent .title, .subContent .borderTop {
  display: block;
  font-family: gmarketMedium;
  color: #4B6FEA;
  line-height: 1.5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.borderTop {
  padding-top: 2rem;
  border-top: 0.1rem solid #e1e1e1;
  margin-bottom: 1rem;
}
.subContent pre {
  color: #40597C;
}
.specialFont {
  display: block;
  font-family: gmarketMedium;
  color: #6F9CD1;
  line-height: 1.5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
