#sec_01 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#sec_01 .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
  pointer-events: none; 
  display: block;
  object-fit: cover;
  z-index: -1;
}

#sec_01 .background.mb {
  display: none;
}

#sec_02 {
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  background: #FAF8F4;
  text-align: center;
  position: relative;
}

#sec_02 .flower {
  width: 26.3%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -13%;
  z-index: 2;
}

#sec_02 .background {
  width: 70%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec_02 .wrap {
  width: auto;
  height: auto;
}

#sec_02 .wrap .title_box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

#sec_02 .wrap .title_box img {
  width: auto;
  height: auto;
}

#sec_02 .wrap h3 {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 50px;
  color: #4B3A2D;
  margin-bottom: 30px;
}

#sec_02 .wrap h3 span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_02 .wrap h4 {
  font-family: "MB_B";
  font-weight: bold;
  font-size: 30px;
  color: #8C735F;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

#sec_02 .wrap h4 span {
  position: relative;
}

#sec_02 .wrap h4 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(201,150,86,0.5);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_02 .wrap p {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #8C735F;
}

#sec_02 .wrap p span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_03 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#sec_03 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_03 .wrap .img_box {
  width: 100%;
  max-width: 39%;
  height: auto;
}

#sec_03 .wrap .img_box img {
  width: 100%;
  height: auto;
}

#sec_03 .wrap .text_box {
  width: 100%;
  max-width: 54%;
  height: auto;
  position: relative;
  text-align: right;
}

#sec_03 .wrap .text_box h2 {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 50px;
  color: #4B3A2D;
}

#sec_03 .wrap .text_box h2 span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_03 .wrap .text_box .line {
  width: 100%;
  height: 1px;
  background: #4B3A2D;
  margin: 30px auto;
}

#sec_03 .wrap .text_box h3 {
  font-family: "MB_B";
  font-weight: bold;
  font-size: 30px;
  color: #8C735F;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#sec_03 .wrap .text_box h3 span {
  position: relative;
}

#sec_03 .wrap .text_box h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(201,150,86,0.5);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_03 .wrap .text_box p {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 20px;
  color: #8C735F;
  margin-bottom: 60px;
}

#sec_03 .wrap .text_box p span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_03 .wrap .text_box .tit_box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#sec_03 .wrap .text_box .tit_box img {
  width: auto;
  height: auto;
}

#sec_04 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #FCF8F3;
}

#sec_04 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_04 .wrap .text_box {
  width: 100%;
  max-width: 54%;
  height: auto;
  position: relative;
  text-align: left;
}

#sec_04 .wrap .text_box h2 {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 50px;
  color: #4B3A2D;
}

#sec_04 .wrap .text_box h2 span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_04 .wrap .text_box .line {
  width: 100%;
  height: 1px;
  background: #4B3A2D;
  margin: 30px auto;
}

#sec_04 .wrap .text_box h3 {
  font-family: "MB_B";
  font-weight: bold;
  font-size: 30px;
  color: #8C735F;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#sec_04 .wrap .text_box h3 span {
  position: relative;
}

#sec_04 .wrap .text_box h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(201,150,86,0.5);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_04 .wrap .text_box p {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 20px;
  color: #8C735F;
  margin-bottom: 60px;
}

#sec_04 .wrap .text_box p span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_04 .wrap .text_box .tit_box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

#sec_04 .wrap .slide_sec_04 {
  width: 100%;
  max-width: 42%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

#sec_05 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#sec_05 .flower {
  width: 26.3%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -13%;
  z-index: 2;
}

#sec_05 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_05 .wrap .img_box {
  width: 100%;
  max-width: 39%;
  height: auto;
}

#sec_05 .wrap .img_box img {
  width: 100%;
  height: auto;
}

#sec_05 .wrap .text_box {
  width: 100%;
  max-width: 54%;
  height: auto;
  position: relative;
  text-align: right;
}

#sec_05 .wrap .text_box h2 {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 50px;
  color: #4B3A2D;
}

#sec_05 .wrap .text_box h2 span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_05 .wrap .text_box .line {
  width: 100%;
  height: 1px;
  background: #4B3A2D;
  margin: 30px auto;
}

#sec_05 .wrap .text_box h3 {
  font-family: "MB_B";
  font-weight: bold;
  font-size: 30px;
  color: #8C735F;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#sec_05 .wrap .text_box h3 span {
  position: relative;
}

#sec_05 .wrap .text_box h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(201,150,86,0.5);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_05 .wrap .text_box p {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 20px;
  color: #8C735F;
  margin-bottom: 60px;
}

#sec_05 .wrap .text_box p span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_05 .wrap .text_box .tit_box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#sec_05 .wrap .text_box .tit_box img {
  width: auto;
  height: auto;
}

#sec_06 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #FCF8F3;
}

#sec_06 .flower {
  width: 26.3%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -13%;
  z-index: 2;
}

#sec_06 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_06 .wrap .img_box {
  width: 100%;
  max-width: 39%;
  height: auto;
}

#sec_06 .wrap .img_box img {
  width: 100%;
  height: auto;
}

#sec_06 .wrap .text_box {
  width: 100%;
  max-width: 54%;
  height: auto;
  position: relative;
  text-align: left;
}

#sec_06 .wrap .text_box h2 {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 50px;
  color: #4B3A2D;
}

#sec_06 .wrap .text_box h2 span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_06 .wrap .text_box .line {
  width: 100%;
  height: 1px;
  background: #4B3A2D;
  margin: 30px auto;
}

#sec_06 .wrap .text_box h3 {
  font-family: "MB_B";
  font-weight: bold;
  font-size: 30px;
  color: #8C735F;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#sec_06 .wrap .text_box h3 span {
  position: relative;
}

#sec_06 .wrap .text_box h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(201,150,86,0.5);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_06 .wrap .text_box p {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 20px;
  color: #8C735F;
  margin-bottom: 60px;
}

#sec_06 .wrap .text_box p span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_06 .wrap .text_box .tit_box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#sec_06 .wrap .text_box .tit_box img {
  width: auto;
  height: auto;
}

#sec_07 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#sec_07 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_07 .wrap .img_box {
  width: 100%;
  max-width: 39%;
  height: auto;
}

#sec_07 .wrap .img_box img {
  width: 100%;
  height: auto;
}

#sec_07 .wrap .text_box {
  width: 100%;
  max-width: 54%;
  height: auto;
  position: relative;
  text-align: right;
}

#sec_07 .wrap .text_box h2 {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 50px;
  color: #4B3A2D;
}

#sec_07 .wrap .text_box h2 span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_07 .wrap .text_box .line {
  width: 100%;
  height: 1px;
  background: #4B3A2D;
  margin: 30px auto;
}

#sec_07 .wrap .text_box h3 {
  font-family: "MB_B";
  font-weight: bold;
  font-size: 30px;
  color: #8C735F;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#sec_07 .wrap .text_box h3 span {
  position: relative;
}

#sec_07 .wrap .text_box h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(201,150,86,0.5);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_07 .wrap .text_box p {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 20px;
  color: #8C735F;
  margin-bottom: 60px;
}

#sec_07 .wrap .text_box p span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_07 .wrap .text_box .tit_box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#sec_07 .wrap .text_box .tit_box img {
  width: auto;
  height: auto;
}

#sec_08 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCF8F3;
}

#sec_08 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#sec_08 .wrap h2 {
  font-family: "MB_R";
  font-weight: normal;
  font-size: 50px;
  color: #4B3A2D;
}

#sec_08 .wrap h2 span {
  font-family: "MB_B";
  font-weight: bold;
}

#sec_08 .wrap .line {
  width: 100%;
  height: 1px;
  background: #4B3A2D;
  margin: 30px auto;
}

#sec_08 .wrap h3 {
  font-family: "MB_B";
  font-weight: bold;
  color: #4B3A2D;
  font-size: 20px;
  margin-bottom: 10px;
}

#sec_08 .wrap p {
  font-family: "MB_B";
  font-weight: bold;
  color: #8C735F;
  font-size: 20px;
}

#sec_08 .wrap .container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

#sec_08 .wrap .container .root_daum_roughmap {
  width: 100%;
  max-width: 46.3%;
  height: auto;
}

#sec_08 .wrap .container .root_daum_roughmap .cont {
  display: none;
}

#sec_08 .wrap .container .info {
  width: 100%;
  max-width: 46.4%;
  height: auto;
}

#sec_09 {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCF8F3;
}

#sec_09 .wrap {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  border-top: 1px solid #4B3A2D;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_09 .wrap .box {
  width: 500px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4B3A2D;
  background: #fff;
}

#sec_09 .wrap .box span {
  font-family: "MB_B";
  font-weight: bold;
  font-size: 20px;
  color: #4B3A2D;
}

#sec_09 .wrap .box:first-of-type {
  margin-right: 30px;
  background: #4B3A2D;
}

#sec_09 .wrap .box:first-of-type span {
  color: #fff;
}

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

  #sec_04 .wrap {
    max-width: 90%;
  }

  #sec_04 .wrap .slide_sec_04 img {
    width: 70%;
  }

  #sec_05 .wrap {
    max-width: 90%;
  }

  #sec_06 .wrap {
    max-width: 90%;
  }

  #sec_07 .wrap {
    max-width: 90%;
  }

  #sec_08 .wrap {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #sec_01 .background {
    display: none;
  }

  #sec_01 .background.mb {
    display: block;
  }

  #sec_02 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sec_02 .flower {
    width: 35%;
  }

  #sec_03 .wrap .text_box h2 {
    font-size: 36px;
  }

  #sec_03 .wrap .text_box h3 {
    font-size: 24px;
  }

  #sec_03 .wrap .text_box p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sec_03 .wrap .text_box {
    max-width: 50%;
  }

  #sec_04 .wrap .text_box h2 {
    font-size: 36px;
  }

  #sec_04 .wrap .text_box h3 {
    font-size: 24px;
  }

  #sec_04 .wrap .text_box p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sec_04 .wrap .text_box {
    max-width: 50%;
  }

  #sec_05 .flower {
    width: 35%;
  }

  #sec_05 .wrap .text_box h2 {
    font-size: 36px;
  }

  #sec_05 .wrap .text_box h3 {
    font-size: 24px;
  }

  #sec_05 .wrap .text_box p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sec_05 .wrap .text_box {
    max-width: 50%;
  }

  #sec_06 .flower {
    width: 35%;
  }

  #sec_06 .wrap .text_box h2 {
    font-size: 36px;
  }

  #sec_06 .wrap .text_box h3 {
    font-size: 24px;
  }

  #sec_06 .wrap .text_box p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sec_06 .wrap .text_box {
    max-width: 50%;
  }

  #sec_07 .wrap .text_box h2 {
    font-size: 36px;
  }

  #sec_07 .wrap .text_box h3 {
    font-size: 24px;
  }

  #sec_07 .wrap .text_box p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sec_07 .wrap .text_box {
    max-width: 50%;
  }

  #sec_08 .wrap h2 {
    font-size: 36px;
  }

  #sec_08 .wrap .container .root_daum_roughmap .wrap_map {
    height: 300px !important;
  }

  #sec_08 .wrap h3 {
    font-size: 18px;
  }

  #sec_08 .wrap p {
    font-size: 16px;
  }

  #sec_03 .wrap .text_box .tit_box img,
  #sec_04 .wrap .text_box .tit_box img,
  #sec_05 .wrap .text_box .tit_box img,
  #sec_06 .wrap .text_box .tit_box img,
  #sec_07 .wrap .text_box .tit_box img {
    height: 100px;
  }

  #sec_09 .wrap {
    max-width: 90%;
    justify-content: space-between;
  }

  #sec_09 .wrap .box {
    width: 49%;
  }

  #sec_09 .wrap .box:first-of-type {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  #sec_02 .wrap h3 {
    font-size: 36px;
  }

  #sec_02 .wrap h4 {
    font-size: 24px;
  }

  #sec_02 .wrap p {
    font-size: 16px;
    line-height: 30px;
  }

  #sec_03 .wrap .text_box h2 {
    font-size: 28px;
  }

  #sec_03 .wrap .text_box h3 {
    font-size: 20px;
  }

  #sec_03 .wrap .text_box p {
    font-size: 16px;
  }

  #sec_03 .wrap .img_box {
    max-width: 47%;
  }

  #sec_03 .wrap .text_box {
    max-width: 46%;
  }

  #sec_04 .wrap .text_box h2 {
    font-size: 28px;
  }

  #sec_04 .wrap .text_box h3 {
    font-size: 20px;
  }

  #sec_04 .wrap .text_box p {
    font-size: 16px;
  }

  #sec_04 .wrap .img_box {
    max-width: 47%;
  }

  #sec_04 .wrap .text_box {
    max-width: 46%;
  }

  #sec_05 .wrap .text_box h2 {
    font-size: 28px;
  }

  #sec_05 .wrap .text_box h3 {
    font-size: 20px;
  }

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

  #sec_05 .wrap .img_box {
    max-width: 47%;
  }

  #sec_05 .wrap .text_box {
    max-width: 46%;
  }

  #sec_06 .wrap .text_box h2 {
    font-size: 28px;
  }

  #sec_06 .wrap .text_box h3 {
    font-size: 20px;
  }

  #sec_06 .wrap .text_box p {
    font-size: 16px;
  }

  #sec_06 .wrap .img_box {
    max-width: 47%;
  }

  #sec_06 .wrap .text_box {
    max-width: 46%;
  }
  
  #sec_07 .wrap .text_box h2 {
    font-size: 28px;
  }

  #sec_07 .wrap .text_box h3 {
    font-size: 20px;
  }

  #sec_07 .wrap .text_box p {
    font-size: 16px;
  }

  #sec_07 .wrap .img_box {
    max-width: 47%;
  }

  #sec_07 .wrap .text_box {
    max-width: 46%;
  }

  #sec_08 {
    height: auto;
    padding: 50px 0 30px;
  }

  #sec_08 .wrap {
    text-align: center;
  }

  #sec_08 .wrap .container {
    flex-wrap: wrap;
  }

  #sec_08 .wrap .container .root_daum_roughmap {
    max-width: 100%;
    margin-bottom: 30px;
  }

  #sec_08 .wrap .container .info {
    max-width: 100%;
  }

  #sec_02 .wrap .title_box img {
    width: 350px;
  }

  #sec_03 .wrap .text_box .tit_box img,
  #sec_04 .wrap .text_box .tit_box img,
  #sec_05 .wrap .text_box .tit_box img,
  #sec_06 .wrap .text_box .tit_box img,
  #sec_07 .wrap .text_box .tit_box img {
    height: 70px;
  }


}

@media (max-width: 700px) {
  #sec_02 .flower {
    width: 40%;
  }

  #sec_03 {
    height: auto;
    padding: 50px 0;
  }

  #sec_03 .wrap {
    flex-wrap: wrap;
  }

  #sec_03 .wrap .img_box {
    max-width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sec_03 .wrap .img_box img {
    max-width: 400px;
  }

  #sec_03 .wrap .text_box {
    max-width: 100%;
    text-align: center;
  }

  #sec_03 .wrap .text_box .tit_box {
    justify-content: center;
  }

  #sec_04 {
    height: auto;
    padding: 50px 0;
  }

  #sec_04 .wrap {
    flex-wrap: wrap;
  }

  #sec_04 .wrap .slide_sec_04 {
    max-width: 100%;
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
  }

  #sec_04 .wrap .text_box {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  #sec_04 .wrap .text_box .tit_box {
    justify-content: center;
  }

  #sec_04 .wrap .slide_sec_04 img {
    width: 40%;
  }

  #sec_05 .flower {
    width: 40%;
  }

  #sec_05 {
    height: auto;
    padding: 50px 0;
  }

  #sec_05 .wrap {
    flex-wrap: wrap;
  }

  #sec_05 .wrap .img_box {
    max-width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sec_05 .wrap .img_box img {
    max-width: 400px;
  }

  #sec_05 .wrap .text_box {
    max-width: 100%;
    text-align: center;
  }

  #sec_05 .wrap .text_box .tit_box {
    justify-content: center;
  }

  #sec_06 {
    height: auto;
    padding: 50px 0;
  }

  #sec_06 .flower {
    width: 40%;
  }

  #sec_06 .wrap {
    flex-wrap: wrap;
  }

  #sec_06 .wrap .img_box {
    max-width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sec_06 .wrap .img_box img {
    max-width: 400px;
  }

  #sec_06 .wrap .text_box {
    max-width: 100%;
    text-align: center;
    order: 1;
  }

  #sec_06 .wrap .text_box .tit_box {
    justify-content: center;
  }

  #sec_07 {
    height: auto;
    padding: 50px 0;
  }

  #sec_07 .wrap {
    flex-wrap: wrap;
  }

  #sec_07 .wrap .img_box {
    max-width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sec_07 .wrap .img_box img {
    max-width: 400px;
  }

  #sec_07 .wrap .text_box {
    max-width: 100%;
    text-align: center;
  }

  #sec_07 .wrap .text_box .tit_box {
    justify-content: center;
  }

  #sec_08 .wrap h2 {
    font-size: 28px;
  }

  #sec_09 .wrap .box span {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #sec_02 .flower {
    width: 45%;
    bottom: -10%;
  }

  #sec_02 .wrap h3 {
    font-size: 24px;
  }

  #sec_02 .wrap h4 {
    font-size: 20px;
  }

  #sec_02 .wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  #sec_02 {
    height: 600px;
  }

  #sec_02 .background {
    width: 90%;
  }

  #sec_03 .wrap .img_box img {
    max-width: 90%;
  }

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

  #sec_03 .wrap .text_box .line {
    margin: 15px auto;
  }

  #sec_03 .wrap .text_box h3 {
    font-size: 16px;
  }

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

  #sec_04 .wrap .text_box h2 {
    font-size: 20px;
  }

  #sec_04 .wrap .text_box .line {
    margin: 15px auto;
  }

  #sec_04 .wrap .text_box h3 {
    font-size: 16px;
  }

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

  #sec_04 .wrap .slide_sec_04 img {
    width: 90%;
  }

  #sec_05 .flower {
    width: 45%;
    bottom: -10%;
  }

  #sec_05 .wrap .img_box img {
    max-width: 90%;
  }

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

  #sec_05 .wrap .text_box .line {
    margin: 15px auto;
  }

  #sec_05 .wrap .text_box h3 {
    font-size: 16px;
  }

  #sec_05 .wrap .text_box p {
    font-size: 14px;
  }

  #sec_06 .flower {
    width: 45%;
    bottom: -10%;
  }

  #sec_06 .wrap .img_box img {
    max-width: 90%;
  }

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

  #sec_06 .wrap .text_box .line {
    margin: 15px auto;
  }

  #sec_06 .wrap .text_box h3 {
    font-size: 16px;
  }

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

  #sec_07 .wrap .img_box img {
    max-width: 90%;
  }

  #sec_07 .wrap .text_box h2 {
    font-size: 20px;
  }

  #sec_07 .wrap .text_box .line {
    margin: 15px auto;
  }

  #sec_07 .wrap .text_box h3 {
    font-size: 16px;
  }

  #sec_07 .wrap .text_box p {
    font-size: 14px;
  }

  #sec_08 .wrap h2 {
    font-size: 20px;
  }

  #sec_08 .wrap .line {
    margin: 15px auto;
  }

  #sec_08 .wrap h3 {
    font-size: 16px;
  }

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

  #sec_08 .wrap .container .root_daum_roughmap .wrap_map {
    height: 200px !important;
  }

  #sec_08 {
    padding: 50px 0 15px;
  }

  #sec_02 .wrap .title_box img {
    width: 250px;
  }

  #sec_03 .wrap .text_box .tit_box img,
  #sec_04 .wrap .text_box .tit_box img,
  #sec_05 .wrap .text_box .tit_box img,
  #sec_06 .wrap .text_box .tit_box img,
  #sec_07 .wrap .text_box .tit_box img {
    height: 50px;
  }

  #sec_09 .wrap .box span {
    font-size: 12px;
  }

  #sec_09 .wrap .box {
    height: 40px;
  }

  #sec_09 {
    height: 100px;
  }
}

@media (max-width: 400px) {
  #sec_02 .flower {
    width: 50%;
    bottom: -5%;
  }

  #sec_02 .wrap h3 {
    font-size: 20px;
  }

  #sec_02 .wrap h4 {
    font-size: 16px;
  }

  #sec_02 .wrap p {
    font-size: 12px;
  }

  #sec_03 .wrap .img_box {
    margin-bottom: 30px;
  }

  #sec_03 .wrap .text_box h2 {
    font-size: 18px;
  }

  #sec_03 .wrap .text_box h3 {
    font-size: 14px;
  }

  #sec_03 .wrap .text_box p {
    font-size: 12px;
  }

  #sec_04 .wrap .text_box {
    margin-bottom: 30px;
  }

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

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

  #sec_04 .wrap .text_box p {
    font-size: 12px;
  }

  #sec_05 .flower {
    width: 50%;
  }

  #sec_05 .wrap .img_box {
    margin-bottom: 30px;
  }

  #sec_05 .wrap .text_box h2 {
    font-size: 18px;
  }

  #sec_05 .wrap .text_box h3 {
    font-size: 14px;
  }

  #sec_05 .wrap .text_box p {
    font-size: 12px;
  }

  #sec_06 .flower {
    width: 50%;
  }

  #sec_06 .wrap .img_box {
    margin-bottom: 30px;
  }

  #sec_06 .wrap .text_box h2 {
    font-size: 18px;
  }

  #sec_06 .wrap .text_box h3 {
    font-size: 14px;
  }

  #sec_06 .wrap .text_box p {
    font-size: 12px;
  }

  #sec_07 .wrap .img_box {
    margin-bottom: 30px;
  }

  #sec_07 .wrap .text_box h2 {
    font-size: 18px;
  }

  #sec_07 .wrap .text_box h3 {
    font-size: 14px;
  }

  #sec_07 .wrap .text_box p {
    font-size: 12px;
  }

  #sec_08 .wrap h2 {
    font-size: 18px;
  }

  #sec_08 .wrap h3 {
    font-size: 14px;
  }

  #sec_08 .wrap p {
    font-size: 12px;
  }

  #sec_08 .wrap .container .root_daum_roughmap .wrap_map {
    height: 160px !important;
  }

  #sec_02 .wrap .title_box img {
    width: 200px;
  }

  #sec_03 .wrap .text_box .tit_box img,
  #sec_04 .wrap .text_box .tit_box img,
  #sec_05 .wrap .text_box .tit_box img,
  #sec_06 .wrap .text_box .tit_box img,
  #sec_07 .wrap .text_box .tit_box img {
    height: 45px;
  }

  #sec_09 .wrap .box span {
    font-size: 10px;
  }

  #sec_09 .wrap .box {
    height: 35px;
  }

  #sec_09 {
    height: 70px;
  }
}