@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: -66px;
  min-width: 320px;

  background: url(../../../img/alert_img/main_gall_img_alert.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}


.intro_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 400px;

  padding: 0 15px 0 15px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.intro_box {
  display: flex;
  align-items: center;
  height: 100%;
}

.intro_box > h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 70px;  
  margin: 50px 0 10px 0;
  color: #434343;
  word-break: keep-all;

  /*중간맞추기*/
  text-align: center;
  display: block;

  text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9);
}


@media only screen and (min-width: 0px) and (max-width: 650px) {

  .intro_box {
    justify-content: center;
  }

  .intro_box > h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 70px;  
    margin: 50px 0 10px 0;
    color: #434343;
    word-break: keep-all;
  
    /*중간맞추기*/
    text-align: center;
    display: block;
  }
  
}




/*분류 시작*/

.classification_bg {
  padding: 0px 0px 40px 0px;
  min-width: 320px;
}


.classification_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: auto;

  padding: 0 15px 0 15px;

  -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;
}