@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}



/*인트로 시작*/

.intro_bg {
  margin-top: -65px;
  min-width: 320px;

  background: url(../../../img/alert_img/main_gall_img_alert_new.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: 0px 0px 20px 20px;
}


.intro_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: 450px;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.intro_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 70px 0px 30px 0px;
}

.intro_text_bundle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.intro_text_bundle > h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;  

  color: #ffffff;
  word-break: keep-all;
  display: block;
}

.intro_text_bundle > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;  
  color: #ffffff;
  word-break: keep-all;
  display: block;
}

.intro_text_bundle > p {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;  
  color: #ffffff;
  word-break: keep-all;
  display: block;
  margin-top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 650px) {

  .intro_box {
    justify-content: center;
  }

  .intro_text_bundle > h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 60px;  

    /*중간맞추기*/
    text-align: center;
    display: block;
  }

  .intro_text_bundle > h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;  
    color: #ffffff;
    word-break: keep-all;

    /*중간맞추기*/
    text-align: center;
    display: block;
  }

  .intro_text_bundle > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;  
    color: #ffffff;
    word-break: keep-all;
    display: block;
    margin-top: 5px;

    /*중간맞추기*/
    text-align: center;
    display: block;
  }

}




/*분류 시작*/

.classification_bg {
  padding: 0px 0px 40px 0px;
  min-width: 320px;
  background: #ffffff;
}


.classification_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.classification_box {
  width: 100%;
  height: 100%;

}

.classification_item {
  background: url(../../../img/classification_img/main_gall_img_classification.png) no-repeat center center;
  background-size: cover;
  padding: 25px;
  border-radius: 8px;

  border: 1px solid #e6e6e6;
}

.classification_item > h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  color: #434343;
  text-align: center;
  word-break: keep-all;
}

@media only screen and (min-width: 0px) and (max-width: 540px) {
  .classification_item > h2 {
    font-size: 17px;
    line-height: 26px;
  }
}