/* ********** ********** ********** */
/*       o_style style sheet        */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* 공통 : start */

.o_section {
  position: relative;
  overflow-x: hidden;
}

/* 공통 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* Menu : start */
header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
}

/* logo */
header .logoContainer {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 5%;
}
header .logoContainer .inner {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logoContainer .logBox {
  display: flex;
  align-items: center;
}
header .logoContainer .logBox .logoItem {
  display: inline-block;
  width: 3.4rem;
  margin-right: 0.6rem;
  transition: 0.3s;
}

header .logoContainer .logBox .linkBtn a {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #3bb6b3;
  padding: 0.5em 1em;
  border-radius: 99px;
  transition: all 0.3s;
}

header .logoContainer .logBox .linkBtn a:hover {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 20%);
}

header .logoContainer .infoBox {
  width: 12rem;
}

/* menu */
header .menuContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
header .menuContainer nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
}
header .menuContainer nav ul li {
  margin: 0 4%;
}
header .menuContainer nav ul li a {
  font-weight: 600;
  position: relative;
  color: #000;
}
header .menuContainer nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bb6b3;
  transition: 0.3s;
}
header .menuContainer nav ul li a.active,
header .menuContainer nav ul li a:hover {
  color: #3bb6b3;
}
header .menuContainer nav ul li a.active::after,
header .menuContainer nav ul li a:hover:after {
  width: 100%;
}

header .menuContainer nav ul li a span {
  padding-left: 0.3rem;
}

header .menuContainer nav ul li a.active,
header .menuContainer nav ul li a:hover {
  color: #3bb6b3;
}
header .menuContainer nav ul li a::after {
  background-color: #3bb6b3;
}

@media all and (max-width: 991px) {
  header .logoContainer .logBox .logoItem {
    width: 3rem;
  }
  header .logoContainer .logBox .linkBtn a {
    font-size: 0.8rem;
    padding: 0.5em 0.75em;
  }
  header .logoContainer .infoBox {
    width: 15%;
  }

  header .menuContainer nav ul {
    font-size: 0.8rem;
  }
  header .menuContainer nav ul li {
    margin: 0 3%;
  }
}

@media all and (max-width: 767px) {
  header {
    padding: 0;
    position: relative;
  }
  header .headerContainer {
    padding: 0 5%;
  }

  /* logo */
  header .logoContainer {
    border-bottom: 1px solid #000;
  }
  header .logoContainer .inner {
    padding: 1vmin 0 1vmin;
  }
  header .logoContainer .logBox .logoItem {
    width: 7.5vmin;
  }
  header .logoContainer .logBox .linkBtn a {
    font-size: 3.6vmin;
    padding: 0.4em 0.75em;
  }

  header .logoContainer .infoBox {
    width: 30vmin;
  }

  /* menu */
  header .menuContainer {
    position: relative;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
  }
  header .menuContainer nav {
    padding: 2.5vmin 0;
    width: 100%;
  }
  header .menuContainer nav ul {
    justify-content: space-between;
    font-size: 2.8vmin;
  }
  header .menuContainer nav ul li {
    margin: 0;
    color: #000;
  }

  header .menuContainer.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
/* Menu : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_main : start */

/* 국립어린이청소년도서관 로고  */
.o_section_main .nlcyBox {
  width: 12rem;
}

/* .o_section_main */
.o_section_main {
  background-color: #f1afb3;
  padding: 8rem 0 4rem;
}

.o_section_main .o_container {
  display: flex;
  align-items: center;
}
.o_section_main .o_container .contentBox_1 {
  width: 50%;
  z-index: 3;
  position: relative;
}
.o_section_main .o_container .contentBox_1 .o_imgBox_1 {
  max-width: 30rem;
  width: 90%;
}
.o_section_main .o_container .contentBox_1 .o_imgBox_2 .o_img._1 {
  max-width: 25rem;
  width: 80%;
}
.o_section_main .o_container .contentBox_1 .o_imgBox_2 .o_img._2 {
  max-width: 26rem;
  width: 90%;
}
.o_section_main .o_container .contentBox_2 {
  width: 50%;
  z-index: 3;
  position: relative;
}
.o_section_main .o_container .contentBox_2 .imgBox {
  max-width: 28rem;
  width: 90%;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  /* 국립어린이청소년도서관 로고  */
  .o_section_main .nlcyBox {
    width: 12rem;
  }

  /* .o_section_main */
  .o_section_main {
    padding: 10.3vmin 0 10.3vmin;
  }

  .o_section_main .o_container {
    display: block;
  }
  .o_section_main .o_container .contentBox_1 {
    width: 100%;
  }
  .o_section_main .o_container .contentBox_1 .o_imgBox_1 {
    width: 80%;
  }
  .o_section_main .o_container .contentBox_1 .o_imgBox_2 .o_img._1 {
    width: 65%;
  }
  .o_section_main .o_container .contentBox_1 .o_imgBox_2 .o_img._2 {
    width: 80%;
  }
  .o_section_main .o_container .contentBox_2 {
    width: 100%;
    padding-top: 5.1vmin;
  }
  .o_section_main .o_container .contentBox_2 .imgBox {
    width: 60%;
    margin: 0 auto;
  }
}
/* o_section_main : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_1 행사 소개 : start */
.o_section_1 {
  background-color: #fbf16b;
}

.o_section_1 .o_textBox h3 {
  color: var(--t-color);
  font-weight: 500;
}

.o_section_1 .o_contentBox {
  z-index: 3;
  position: relative;
  max-width: 67.2rem;
  width: 100%;
  margin: 0 auto;
}

.o_section_1 .o_illustBox .o_illust {
  position: absolute;
}
.o_section_1 .o_illustBox .o_illust_1 {
  width: 12rem;
  top: 4rem;
  right: 20%;
}
.o_section_1 .o_illustBox .o_illust_2 {
  width: 32.6%;
  bottom: 0;
  left: 0;
}
.o_section_1 .o_illustBox .o_illust_3 {
  width: 33.4%;
  bottom: 0;
  right: 0;
}

/* o_section_1 행사 소개 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_2 행사장 안내  : start */
.o_section_2 {
  background: linear-gradient(
    to bottom,
    rgba(241, 175, 179, 0),
    rgba(59, 182, 179, 1)
  );
}

.o_section_2 .imgBox {
  line-height: 0;
  z-index: 3;
  position: relative;
  max-width: 67.2rem;
  width: 100%;
  margin: 0 auto;
}

/* o_section_2 행사장 안내 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_3 참여 작가 : start */
.o_section_3 {
  background-color: #3bb6b3;
}
.o_section_3 .o_container {
  display: flex;
  flex-wrap: wrap;
}
.o_section_3 .o_container .content {
  width: 31.3%;
  margin: 1%;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 25%);
}
.o_section_3 .o_container .content .imgItem {
  width: 100%;
  line-height: 0;
}
.o_section_3 .o_container .content .textItem {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.o_section_3 .o_container .content .textItem h4 {
  color: var(--w-color);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.o_section_3 .o_container .content .textItem h4 span {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 0.5em;
}
.o_section_3 .o_container .content .textItem ul {
  display: flex;
}
.o_section_3 .o_container .content .textItem ul li {
  color: var(--w-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.o_section_3 .o_container .content .textItem ul._1 {
  padding-top: 0.4rem;
}
.o_section_3 .o_container .content .textItem ul._2 {
  padding-top: 0.2rem;
}

.o_section_3 .o_container .content .textItem ul li:nth-child(2) {
  padding-left: 0.5em;
}
.o_section_3 .o_container .content .iconItem {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2.2rem;
}
.o_section_3 .o_container .content .iconItem a {
  display: inline-block;
  transition: all 0.3s;
}
.o_section_3 .o_container .content .iconItem a:hover {
  transform: scale(1.1);
}

@media all and (max-width: 991px) {
  .o_section_3 .o_container .content {
    width: 47%;
    margin: 1.5%;
  }
}

@media all and (max-width: 689px) {
  .o_section_3 .o_container .content {
    width: 100%;
    margin: 5.1vmin 0 0 0;
  }

  .o_section_3 .o_container .content .textItem {
    bottom: 5.1vmin;
    left: 5.1vmin;
  }
  .o_section_3 .o_container .content .textItem h4 {
    font-size: 5.1vmin;
  }
  .o_section_3 .o_container .content .textItem h4 span {
    font-size: 3.6vmin;
  }
  .o_section_3 .o_container .content .textItem ul li {
    font-size: 3.6vmin;
  }
  .o_section_3 .o_container .content .textItem ul._1 {
    padding-top: 1.8vmin;
  }
  .o_section_3 .o_container .content .textItem ul._2 {
    padding-top: 1vmin;
  }

  .o_section_3 .o_container .content .iconItem {
    bottom: 5.1vmin;
    right: 5.1vmin;
    width: 10.3vmin;
  }
}
/* o_section_3 참여 작가 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_4 출판사 접수 : start */
.o_section_4 {
  background-color: #fbf16b;
  overflow: visible;
}

.o_section_4 .contentBox {
  position: relative;
  z-index: 3;
}
.o_section_4 .contentBox h3 {
  color: var(--t-color);
  font-weight: 600;
}
.o_section_4 .contentBox h3 span {
  position: relative;
  z-index: 1;
  padding: 0 0.15em;
}
.o_section_4 .contentBox h3 span:after {
  content: "";
  width: 100%;
  height: 0.75em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 185, 181, 0.3);
  z-index: -1;
}

.o_section_4 .contentBox h5 {
  color: var(--t-color);
  font-weight: 600;
}

.o_section_4 .o_imgBox {
  max-width: 26rem;
  width: 35%;
  position: absolute;
  top: -5rem;
  right: 10%;
}

/* o_cloud */
.o_section_4 .o_cloudBox .o_cloud {
  position: absolute;
}
.o_section_4 .o_cloudBox .o_cloud._1 {
  width: 8%;
  top: 5%;
  right: 5%;
}
.o_section_4 .o_cloudBox .o_cloud._2 {
  width: 7%;
  top: 56%;
  right: 48%;
}
.o_section_4 .o_cloudBox .o_cloud._3 {
  width: 7%;
  bottom: 15%;
  right: 30%;
}

@media all and (max-width: 991px) {
  .o_section_4 .contentBox h3 br.mo_block {
    display: block;
  }
  .o_section_4 .o_imgBox {
    position: absolute;
    top: -3rem;
    right: 5%;
  }
}

@media all and (max-width: 767px) {
  .o_section_4 .o_imgBox {
    width: 33vmin;
    top: -5vmin;
    right: 5%;
  }

  /* o_cloud */
  .o_section_4 .o_cloudBox .o_cloud._1 {
    width: 10%;
    top: 5%;
    right: 5%;
  }
  .o_section_4 .o_cloudBox .o_cloud._2 {
    width: 9%;
    top: 53%;
    left: 40%;
  }
  .o_section_4 .o_cloudBox .o_cloud._3 {
    width: 9%;
    bottom: 10%;
    right: 30%;
  }
}
/* o_section_4 출판사 접수 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_5 사업 소개 : start  */
.o_section_5 {
  background-color: #f1afb3;
}

.o_section_5 h3 {
  color: var(--t-color);
  font-weight: 500;
}
.o_section_5 h3 strong {
  font-weight: 700;
}

.o_section_5 .o_textBox ul {
  display: flex;
}
.o_section_5 .o_textBox ul li {
  font-weight: 500;
}
.o_section_5 .o_textBox ul li:nth-child(1) {
  font-weight: 700;
}
.o_section_5 .o_textBox ul li:nth-child(2) {
  padding-left: 1em;
}

.o_section_5 .o_textBox ul li span {
  position: relative;
  z-index: 1;
  padding: 0 0.15em;
}
.o_section_5 .o_textBox ul li span:after {
  content: "";
  width: 100%;
  height: 0.75em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 185, 181, 0.3);
  z-index: -1;
}

.o_section_5 .o_contentBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.o_section_5 .o_contentBox .o_content {
  width: 19.5%;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 25%);
  padding: 1.6rem 1rem;
  text-align: center;
}
.o_section_5 .o_contentBox .o_content img {
  display: inline-block;
  width: 6rem;
}
.o_section_5 .o_contentBox .o_content h4 {
  color: var(--m-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.o_section_5 .o_contentBox .o_content h6 {
  color: var(--t-color);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0.6rem;
}

.o_section_5 .o_imgBox {
  width: 17.5%;
  position: absolute;
  top: 4rem;
  right: 10%;
}

@media all and (max-width: 991px) {
  .o_section_5 h3 br.mo_block {
    display: block;
  }
  .o_section_5 .o_contentBox {
    justify-content: center;
  }
  .o_section_5 .o_contentBox .o_content {
    width: 30.5%;
    margin: 1%;
  }
  .o_section_5 .o_imgBox {
    width: 30%;
    top: 5%;
    right: 2.5%;
  }
}

@media all and (max-width: 767px) {
  .o_section_5 .o_contentBox {
    justify-content: space-between;
  }
  .o_section_5 .o_contentBox .o_content {
    width: 49%;
    border-radius: 2.6vmin;
    padding: 3.8vmin 1vmin;
    margin: 2% 0 0 0;
  }
  .o_section_5 .o_contentBox .o_content img {
    width: 18.5vmin;
  }
  .o_section_5 .o_contentBox .o_content h4 {
    font-size: 4.1vmin;
  }
  .o_section_5 .o_contentBox .o_content h6 {
    font-size: 3.8vmin;
    padding-top: 1vmin;
  }

  .o_section_5 .o_imgBox {
    width: 32vmin;
    top: 2.5%;
    right: 2.5%;
  }
}
/* o_section_5 사업 소개 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_6 2024둘러보기 : start */
.o_section_6 {
  background: linear-gradient(
    to bottom,
    rgba(50, 185, 181, 0.25),
    rgba(0, 123, 105, 0.7)
  );
  overflow-x: visible;
}

.o_section_6 .o_titleTextBox h2 {
  color: var(--m-color);
}

.o_section_6 .o_container {
  display: flex;
  align-items: flex-start;
  /* padding-top: 4rem; */
}
.o_section_6 .o_container .o_textBox {
  width: 25%;
  position: sticky;
  top: 10rem;
  left: 0;
}
.o_section_6 .o_container .o_textBox h3 {
  color: var(--m-color);
  font-weight: 700;
}

.o_section_6 .o_container .o_contentBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
}

/* 작가 */
.o_section_6 .o_container._1 .o_contentBox .o_content {
  position: relative;
  width: 32.3%;
  margin-top: 2%;
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 25%);
}
.o_section_6 .o_container._1 .o_contentBox .o_content .textItem {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 10rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3bb6b3;
  border-radius: 999px;
}
.o_section_6 .o_container._1 .o_contentBox .o_content .textItem h6 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
.o_section_6 .o_container._1 .o_contentBox .o_content .textItem h6 span {
  font-size: 0.9rem;
  font-weight: 400;
  padding-left: 0.4rem;
}

/* 현장 스케치 */
.o_section_6 .o_container._2 .o_contentBox .o_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.o_section_6 .o_container._2 .o_contentBox .o_content {
  width: 32.3%;
  margin-top: 2%;
  border-radius: 0.6rem;
  overflow: hidden;
  line-height: 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 25%);
}

/* 비디오 */
.o_section_6 .o_container._2 .o_contentBox .o_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 25%);
  border-radius: 0.6rem;
  overflow: hidden;
}
.o_section_6 .o_container._2 .o_contentBox .o_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .o_section_6 {
    overflow-x: hidden;
  }

  .o_section_6 .o_container {
    display: block;
    /* padding-top: 10.3vmin; */
  }
  .o_section_6 .o_container .o_textBox {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .o_section_6 .o_container .o_contentBox {
    display: flex;
    width: 100%;
    margin-top: 5vmin;
  }

  /* 작가 */
  .o_section_6 .o_container._1 .o_contentBox .o_content {
    position: relative;
    width: 49%;
    margin-top: 2%;
    border-radius: 2.5vmin;
  }
  .o_section_6 .o_container._1 .o_contentBox .o_content .textItem {
    bottom: 5vmin;
    width: 30vmin;
    height: 8vmin;
  }
  .o_section_6 .o_container._1 .o_contentBox .o_content .textItem h6 {
    font-size: 3.8vmin;
  }
  .o_section_6 .o_container._1 .o_contentBox .o_content .textItem h6 span {
    font-size: 3.1vmin;
    padding-left: 1vmin;
  }

  /* 현장 스케치 */
  .o_section_6 .o_container._2 .o_contentBox .o_content {
    width: 49%;
    border-radius: 2.5vmin;
  }

  /* 비디오 */
  .o_section_6 .o_container._2 .o_contentBox .o_video {
    border-radius: 2.5vmin;
  }
}
/* o_section_6 2024둘러보기 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* o_section_7 오시는 길 : start */
.o_section_7 {
  background-color: #f1afb3;
}
.o_section_7 .o_titleTextBox h2 {
  color: var(--m-color);
}

/* 주소, 문의 */
.o_section_7 .o_container_1 .o_contentBox {
  display: flex;
  justify-content: flex-start;
}
.o_section_7 .o_container_1 .o_contentBox h3 span {
  display: inline-block;
  padding: 1rem 2.8rem;
  background-color: var(--w-color);
  color: var(--m-color);
  font-weight: 700;
  border-radius: 0.4rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 25%);
}

.o_section_7 .o_container_1 .o_contentBox .o_content {
  width: 100%;
  padding-left: 2rem;
}
.o_section_7 .o_container_1 .o_contentBox .o_content h4 {
  color: var(--t-color);
  font-weight: 600;
}
.o_section_7 .o_container_1 .o_contentBox .o_content ul li {
  color: var(--t-color);
  font-weight: 400;
  position: relative;
  padding-left: 0.5em;
}
.o_section_7 .o_container_1 .o_contentBox .o_content ul li + li {
  margin-top: 0.2em;
}
.o_section_7 .o_container_1 .o_contentBox .o_content ul li::before {
  content: "";
  width: 0.2em;
  height: 0.2em;
  background-color: var(--t-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

/* 지도 */
.o_section_7 .o_container_2 {
  border-radius: 0.6rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 25%);
  overflow: hidden;
}

.o_section_7 .o_mapBox {
  width: 100%;
}
.o_section_7 .o_mapBox .root_daum_roughmap {
  width: 100% !important;
}
.o_section_7 .o_mapBox .root_daum_roughmap .wrap_map {
  height: 28.8rem !important;
}
.o_section_7 .o_mapBox .cont {
  display: none;
}

/* 공간설명 */
.o_section_7 .o_container_2 .o_contentBox {
  display: flex;
  flex-direction: row-reverse;
}
.o_section_7 .o_container_2 .o_contentBox .o_imgItem {
  width: 35%;
  background-image: url("../image/07/img_1.png");
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: cover;
}
.o_section_7 .o_container_2 .o_contentBox .o_textItem {
  width: 65%;
  background-color: var(--w-color);
  padding: 5%;
}
.o_section_7 .o_container_2 .o_contentBox .o_textItem h3 {
  color: var(--m-color);
  font-weight: 700;
}
.o_section_7 .o_container_2 .o_contentBox .o_textItem p {
  color: var(--t-color);
  font-weight: 400;
}

/* 일러스트 */
.o_section_7 .o_illustBox {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 30%;
}

@media all and (max-width: 991px) {
  /* 공간설명 */
  .o_section_7 .o_container_2 .o_contentBox {
    display: block;
  }
  .o_section_7 .o_container_2 .o_contentBox .o_imgItem {
    width: 100%;
    height: 25rem;
  }
  .o_section_7 .o_container_2 .o_contentBox .o_textItem {
    width: 100%;
  }

  /* 일러스트 */
  .o_section_7 .o_illustBox {
    top: 2%;
  }
}

@media all and (max-width: 767px) {
  .o_section_7 .o_container_1 .o_contentBox {
    display: block;
  }
  .o_section_7 .o_container_1 .o_contentBox h3 span {
    padding: 2.6vmin 5.1vmin;
    border-radius: 1.5vmin;
  }

  .o_section_7 .o_container_1 .o_contentBox .o_content {
    padding-left: 0;
    padding-top: 3.8vmin;
  }

  /* 지도 */
  .o_section_7 .o_container_2 {
    border-radius: 1.5vmin;
  }

  .o_section_7 .o_mapBox .root_daum_roughmap .wrap_map {
    height: 80vmin !important;
  }
  /* 공간설명 */
  .o_section_7 .o_container_2 .o_contentBox .o_imgItem {
    width: 100%;
    height: 80vmin;
  }
}
/* o_section_7 오시는 길 : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* footer_section : start */
.footer_section {
  text-align: center;
  background-color: var(--g1-color);
  padding: 2rem;
}
.footer_section p {
  color: var(--w-color);
  font-weight: 400;
}

@media all and (max-width: 991px) {
  .footer_section {
    padding: 1rem;
  }
}

@media all and (max-width: 767px) {
  .footer_section {
    padding: 3.5vmin 0 20vmin;
    margin-bottom: 0;
  }
}
/* footer_section : end */
/* ********** ********** ********** */

/* ********** ********** ********** */
/* 구름 : start */

/* illustBox */
.o_cloudBox .o_cloud {
  position: absolute;
}
.o_cloudBox .o_cloud_1 {
  width: 5%;
}
.o_cloudBox .o_cloud_2 {
  width: 12.5%;
}
.o_cloudBox .o_cloud_3 {
  width: 7.5%;
}
.o_cloudBox .o_cloud_4 {
  width: 7.5%;
}
.o_cloudBox .o_cloud_5 {
  width: 5%;
}

@media all and (max-width: 767px) {
  .o_cloudBox .o_cloud_1 {
    width: 10vmin;
  }
  .o_cloudBox .o_cloud_2 {
    width: 25vmin;
  }
  .o_cloudBox .o_cloud_3 {
    width: 15vmin;
  }
  .o_cloudBox .o_cloud_4 {
    width: 12.5vmin;
  }
  .o_cloudBox .o_cloud_5 {
    width: 10vmin;
  }
}

/* 구름 : end */
/* ********** ********** ********** */
