/* 공통스타일링 */
@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");
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

img {
  width: 100%;
}
body {padding-top: 5rem;}

/* 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;
  right: 5%;
  top: 45%;
  }


/* 홈영역 */
nav .menu_page { 
  display: none;
  min-height: 100vh;
  width: 80%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #02828c;
  z-index: 1001;
}

.menu_page ul li {
  padding: 2rem;
  border-bottom: 0.1rem solid #fff;
}
.close_btn img {
  width: 2rem;
  margin-bottom: 3rem;
}
.navBarlogo img {
  width: 40%;
}
.top {
  padding: 2rem;
}
.homeinnerWrapper{
  padding: 3rem 1.5rem;
}
.homeText {
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  font-family: gmarketMedium;
}
.backgroundcolorwrapper {
margin: 0;
padding: 0;
}
.homeHeader {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 1.5rem;
position: fixed;
left: 0;
top: 0;
height: 5.5rem;
width: 100%;
z-index: 1000;
background-color: transparent;
}
.homeHeader.color {
  background-color: #fff;
}

.homeHeaderimg {
width: 8rem;
height: fit-content;
}
.homeHeaderimg img {
width: 100%;
}
.menu_btn {
  position: absolute;
  right: 1.5rem;
  width: 2rem;
}
.backgroundImg {
  background: url(../img/bg.png);
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.homeSixBtn {
  margin-top: 3rem;
}
.homeSixBtn a {
  padding: 1.5rem;
  display: flex;
  justify-content: end;
  background-color: #37b5bea4;
  align-items: center;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  z-index: 2;
  position: relative;

  box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, .3);
}
.abImg {
  /* position: absolute; */
  bottom: 0;
  z-index: 1;
}
.homeSixBtn a span {
  font-size: 1.8rem;
  color: #fff;
  font-family: nanum;
  margin-right: 1rem;
}
.homeSixBtn a img {
  width: 1rem;
  display: block;
}
.menu_page ul li a {
  display: flex;
  justify-content: start;
  position: relative;
}
.menu_page ul li a span {
  font-size: 1.8rem;
  color: #fff;
  font-family: nanum;
  margin-right: 1rem;
}
.menu_page ul li a img {
  width: 1rem;
  position: absolute;
  left: 45%;
}

/* content */
.innerWrapper {
  padding: 2rem 1.5rem;
}
h2 {
  font-family: nanum;
  font-size: 1.8rem;
  color: #3d9f9f;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 2rem;
}
h3 {
  font-family: nanum;
  font-size: 1.8rem;
  color: #3E3A39;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 600;
}
pre {
  font-family: nanum;
  font-size: 1.6rem;
  color: #706f6f;
  line-height: 1.3;
  margin-bottom: 2rem;
}
h4 {
  font-family: nanum;
  font-size: 1.6rem;
  color: #56babc;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.contentTitle {
  margin-left: 1.5rem;
  margin-top: 2rem;
}
.navMenuBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navMenuBtn a {
  width: 24.8%;
  font-family: nanum;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  text-align: center;
  background-color: #02828c;
  color: #fff;
  margin-bottom: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navMenuBtnC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navMenuBtnC a {
  width: 33.2%;
  font-family: nanum;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  text-align: center;
  background-color: #02828c;
  color: #fff;
  margin-bottom: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*toggleContent영역 */

.contentBToggle {
  border-bottom: 0.1rem solid #c9dbe0;
}
.toggleToggle .contentBToggle:first-child {
  margin-top: 2rem;
  border-top: 0.1rem solid #c9dbe0;
}
.contentBToggle:last-child {
  margin-bottom: 3rem;
}


.contentBToggle h1 {
  font-size: 1.7rem;
  font-weight: 600;
}

.contentBToggle .content {
  border-top: 0.1rem solid #c9dbe0;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #daf0f1;
  color: #626161;
}
.contentBToggle pre {
  margin: 0;
}
.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;
}
.active {
  background-color: #daf0f1;
}

.contentB3 {
  background-color: #daf0f1;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}
.numBox {
  display: bolck;
  font-family: gmarketMedium;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1.2rem;
  background-color: #389d9d;
  border-radius: 50rem;
  margin-right: 0.5rem;
}
.contentB3 h2 {
  color: #000000;
  margin-bottom: 1rem;
}
.contentB3 pre {
  padding-left: 5.5rem;
}
.navMenuBtn .on {
  color: #007b86;
  font-weight: 700;
  background-color: #fff;
}
.navMenuBtnC .on {
  color: #007b86;
  font-weight: 600;
  background-color: #fff;
}
.innerWrapper .nomargin {
  margin: 0;
}
.contentBTop {
  font-family: nanum;
  font-size: 1.8rem;
  color: #61bec0;
  padding: 2rem 1.5rem 0 1.5rem;
}
.contentBTop .black {
  font-size: 1.9rem;
  font-weight: 600;
  color: #01828c;
}
.contentBTop .point {
  font-family: nanum;
  font-size: 1.9rem;
  font-weight: 600;
  color: #01828c;
  background-color: #daf0f1;
}
.botPad {
  padding: 2rem 1.5rem;
}

main { padding:0 1.5rem;}
main h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem;}
main .content_wrap .box .con { line-height: 1.5; color: #919fb1; font-size: 1.6rem; margin-bottom: 2.5rem;}
main .content_wrap .box .con .green { display: block;line-height: 1.5; font-size: 1.6rem;color: #008ba2; font-weight: 700;}
main .content_wrap .box .con a { line-height: 1.5; color: #919fb1; font-size: 1.6rem; margin-bottom: 2.5rem; font-weight: 700; }
main .content_wrap .box > img { width: 100%; margin-bottom: 2rem;}

main .content_wrap .box .con a { display: block; text-align: center; padding: 1.2rem; color: #fff; font-size: 1.6rem;  background: #008ba2; border-radius: .5rem;}
main .content_wrap .img_list .box { display: none;}
main .content_wrap .img_list .box.on {display: block;}
main .content_wrap .img_list .box .con { color: #008aa1; font-weight: 600;}

.tab_btn { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.5rem;}
.tab_btn li { padding: 1rem 1.3rem; border-radius: .5rem; background: #f7f7f7; color: #9eaab7; font-size: 1.6rem;}
.tab_btn li.on { background: #008ba2; color: #fff; }
.calMargin {
  margin-top: 3rem;
}
.mar2 {
  display: block;
  margin-bottom: 5rem;
}