#sec_01 {
  width: 100%;
  height: 600px;
  padding-top: 100px;
  background: url(../img/main/sec_01_item_01.png) no-repeat center / cover;
  text-align: center;
}

#sec_01 h2 {
  font-family: 'PB_B';
  font-size: 24px;
  color: #0F64B3;
  margin-bottom: 10px;
}

#sec_01 h3 {
  font-family: 'PB_R';
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 30px;
}

#sec_01 p {
  font-family: 'PB_R';
  font-size: 18px;
}

#sec_01 p span {
  font-family: 'PB_B';
  color: #0F64B3;
}

#sec_02 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

#sec_02 h2 {
  font-family: 'PB_B';
  font-size: 30px;
  margin-bottom: 40px;
}

#sec_02 .slide_wrap {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#sec_02 .slide_wrap .slide {
  width: 100%;
  max-width: 1400px;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}

#sec_02 .slide_wrap .slide .box {
  width: auto;
  height: 300px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 5px 5px rgba(000,000,000,0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  padding: 0 10px;
}

#sec_02 .slide_wrap .slide .box img {
  width: 150px;
  height: auto;
  margin: 0 auto 20px;
} 

#sec_02 .slide_wrap .slide .box h3 {
  font-family: 'PB_B';
  font-size: 20px;
  color: #0F64B3;
  margin-bottom: 10px;
}

#sec_02 .slide_wrap .slide .box p {
  font-family: 'PB_R';
  font-size: 16px;
}

#sec_02 .slide_wrap .btn_wrap {
  width: 110%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec_02 .slide_wrap .btn_wrap img {
  width: auto;
  height: auto;
  cursor: pointer;
}

#sec_03 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

#sec_03 h2 {
  font-family: 'PB_B';
  font-size: 30px;
  margin-bottom: 50px;
}

#sec_03 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin:  0 auto 50px;
}

#sec_03 .wrap .box {
  width: calc((100% - 90px) / 4);
  height: auto;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}

#sec_03 .wrap .box p {
  font-family: 'PB_B';
  font-size: 16px;
  margin-bottom: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_03 .wrap .box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px dashed #0F64B3;
}

#sec_03 a {
  width: 150px;
  height: 40px;
  border-radius: 30px;
  background: #0F64B3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'PB_B';
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
}

#sec_04 {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#sec_04 h2 {
  font-family: 'PB_B';
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

#sec_04 h2 span {
  color: #0F64B3;
}

#sec_04 .wrap {
  width: fit-content;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 50px 100px;
  background: #0F64B3;
  border-radius: 20px;
}

#sec_04 .wrap img {
  width: auto;
  height: auto;
}

#sec_04 .wrap .box {
  padding: 30px;
  width: auto;
  height: auto;
  border-radius: 20px;
  color: #0F64B3;
  font-size: 18px;
  background: #fff;
}

#sec_04 .wrap .box h3 {
  font-family: 'PB_R';
  font-weight: normal;
  margin-bottom: 20px;
}

#sec_04 .wrap .box h3 span {
  font-family: 'PB_B';
}

#sec_04 .wrap .box p {
  font-family: 'PB_B';
}

#sec_04 .wrap .box ul {
  padding-left: 20px;
}

#sec_04 .wrap .box ul li {
  font-family: 'PB_R';
  list-style: inside;
  list-style-type: none;
}

#sec_05 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 100px 0;
}

#sec_05 .box {
  width: 100%;
  max-width: 600px;
  height: auto;
  overflow: hidden;
}

#sec_05 .box h2 {
  font-family: 'PB_B';
  font-size: 30px;
  margin-bottom: 20px;
}

#sec_05 .box p {
  font-family: 'PB_B';
  font-size: 20px;
  margin: 10px auto;
}

#sec_06 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

#sec_06 h2 {
  font-family: 'PB_B';
  font-size: 30px;
  margin-bottom: 30px;
}

#sec_06 h3 {
  font-family: 'PB_R';
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
}

#sec_06 p {
  font-family: 'PB_R';
  font-size: 18px;
  margin-bottom: 50px;
}

#sec_06 .root_daum_roughmap {
  width: 100%;
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
}

#sec_06 .root_daum_roughmap .cont {
  display: none;
}

#sec_06 .root_daum_roughmap .wrap_map {
  height: 100%;
}

@media (max-width: 1600px) {
  #sec_02 .slide_wrap {
    max-width: 80%;
  }
}

@media (max-width: 1400px) {
  #sec_03 .wrap {
    max-width: 90%;
  }

  #sec_03 .wrap .box {
    width: calc((100% - 60px) / 3);
  }
}

@media (max-width: 1200px) {
  #sec_02 .slide_wrap .slide .box img {
    width: 100px;
  }

  #sec_04 .wrap {
    flex-wrap: wrap;
    gap: 50px;
    max-width: 90%;
  }

  #sec_05 {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  #sec_03 .wrap .box p {
    height: 60px;
  }

  #sec_03 .wrap .box img {
    width: 150px;
    height: 150px;
  }

  #sec_03 .wrap .box {
    padding: 20px 0;
  }

  #sec_04 .wrap img {
    width: 250px;
  }

  #sec_04 .wrap {
    padding: 50px 30px;
  }
}

@media (max-width: 700px) {
  #sec_01 h2 {
    font-size: 20px;
  }

  #sec_01 h3 {
    font-size: 16px;
  }

  #sec_01 p {
    font-size: 16px;
  }

  #sec_01 {
    padding: 100px 5% 0;
  }

  #sec_02 .slide_wrap .slide .box img {
    width: 80px;
  }

  #sec_02 .slide_wrap .slide .box {
    height: 250px;
  }

  #sec_03 .wrap .box {
    width: calc((100% - 30px) / 2);
  }

  #pic_lt ul li {
    margin: 0 5px;
  }
}

@media (max-width: 500px) {
  #sec_01 p br {
    display: none;
  }

  #sec_01 {
    padding: 50px 5% 0;
    height: 450px;
  }

  #sec_02 .slide_wrap .btn_wrap img {
    height: 20px;
  }

  #sec_02 {
    padding: 50px 0;
  }

  #sec_02 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #sec_03 {
    padding: 50px 0;
  }

  #sec_03 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #sec_03 .wrap {
    gap: 10px;
  }

  #sec_03 .wrap .box p {
    font-size: 14px;
  }

  #sec_03 .wrap .box img {
    width: 100px;
    height: 100px;
  }

  #sec_03 .wrap .box p {
    max-width: 95%;
    margin: 0 auto 20px;
  }

  #sec_03 .wrap .box p br {
    display: none;
  }

  #sec_04 {
    padding: 50px 0;
  }

  #sec_04 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #sec_04 .wrap img {
    width: 200px;
  }

  #sec_04 .wrap {
    gap: 30px;
  }

  #sec_04 .wrap .box {
    font-size: 14px;
  }

  #sec_04 .wrap .box ul {
    padding-left: 10px;
  }

  #sec_04 .wrap .box h3 br {
    display: none;
  }

  #sec_04 .wrap .box ul li br {
    display: none;
  }

  #sec_05 {
    padding: 50px 0;
    flex-wrap: wrap;
  }

  #sec_05 .box h2 {
    font-size: 24px;
  }

  #sec_05 .box p {
    font-size: 18px;
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_06 h2 {
    font-size: 24px;
  }

  #sec_06 h3 {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  #sec_01 h2 {
    font-size: 18px;
  }

  #sec_01 h3 {
    font-size: 14px;
  }

  #sec_01 h3 br {
    display: none;
  }

  #sec_01 p {
    font-size: 14px;
  }

  #sec_01 {
    height: 420px;
  }

  #sec_02 h2 {
    font-size: 20px;
  }

  #sec_02 .slide_wrap .slide .box img {
    width: 60px;
  }

  #sec_02 .slide_wrap .slide .box p {
    font-size: 14px;
  }

  #sec_02 .slide_wrap .slide .box {
    height: 200px;
  }

  #sec_03 h2 {
    font-size: 20px;
  }

  #sec_03 .wrap .box {
    width: 100%;
  }

  #sec_03 .wrap .box p {
    height: 32px;
  }

  #sec_03 .wrap {
    flex-wrap: unset;
    overflow-x: scroll;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  #sec_03 .wrap .box {
    min-width: 220px;
  }

  #sec_03 a {
    width: 100px;
    height: 30px;
    font-size: 14px;
  }

  #sec_04 h2 {
    font-size: 18px;
  }

  #sec_04 .wrap {
    padding: 30px;
    border-radius: 10px;
  }

  #sec_04 .wrap img {
    width: 150px;
  }

  #sec_04 .wrap .box {
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
  }  

  #sec_05 .box h2 {
    font-size: 20px;
  }

  #sec_05 .box p {
    font-size: 16px;
  }

  #pic_lt ul li a img {
    height: 150px;
  }

  #pic_lt ul li a.text {
    font-size: 14px;
  }

  #sec_06 h2 {
    font-size: 20px;
  }

  #sec_06 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  #sec_06 p {
    font-size: 14px;
  }

  #sec_06 .root_daum_roughmap {
    height: 250px;
  }
}