<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&amp;display=swap');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
/* @charset "utf-8"; */
* {
  transition: all 0.3s;
}

/*************************/
/* 06. WORLD
/************************/
#world {
  overflow: hidden;
}
#world.sub_page{height:auto;}
.wrap_sub_intro .cont_2 {padding:0 20px;}
.cont_1.desc_top{margin-top: 30px;}
.box_world {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  max-width: 797px;
  height: 100%;
  /* max-height: 536px; */
  background: url('../images/cont_baro.png') no-repeat 0 center / 100% 100%;
  outline: 3px solid rgba(56, 42, 35, 0.3);
  outline-offset: -10px;
  margin-top:30px;
}

.box_world::before {
  content: '';
  position: absolute;
  bottom: -3%;
  right: -19%;
  width: 247px;
  height: 446px;
  background: url('../images/item_feather.png') no-repeat 0 center / contain;
  overflow: hidden;
}

.inner_world {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 85%;
  height: 100%;
  text-align: center;
  padding: 15px 0;
  padding-bottom: 30px;
  word-break: keep-all;
}
.inner_world .ttl_world{font-size:22px;}
.inner_desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.desc_baro {
  height: 100%;
  text-align: center;
  padding: 2px 0;
}

.benefits_baro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  max-height: 128px;
  background-color: rgb(104, 57, 8, 0.62);
  background-blend-mode: color-dodge;
}

.eq_baro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 475px;
}

.baro_bene {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 92px;
  height: 100%;
  max-height: 35px;
  background-color: rgb(55, 38, 17, 0.7);
  text-align: center;
  border-radius: 20px;
}

.detail_baro {
  position: relative;
  width: 100%;
  padding: 0 20px 5px 10px;
}

.detail_baro::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* í•˜ë‹¨ì— ë³´ë” í‘œì‹œ */
  width: 100%;
  height: 1px; /* ë³´ë” ë‘ê»˜ */
  background: linear-gradient(
    90deg,
    rgba(55, 38, 17, 1) 0%,
    rgba(55, 38, 17, 0.8) 70%,
    rgba(55, 38, 17, 0) 100%
  ); /* ê·¸ë¼ë””ì–¸íŠ¸ ì&nbsp;ìš© */
}

@media screen and (max-width: 1280px) {
  .cont_btn{width:70%;margin-bottom:3rem;}
}

@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .box_world::before{display:none;}
}

@media screen and (max-width: 520px) {
  .cont_1.desc_top{margin-top:0}
  #world {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 0;
  }

  .cont_2 {
    max-height: unset;
    margin-top:0;
  }

  .box_world {
    max-height: max-content;
    max-width: 80%;
  }

  .box_world::before {
    content: none;
    display: none;
  }
  .inner_world .ttl_world{font-size:16px}
}

@media screen and (max-width: 393px) {
  #world {
    height: unset;
  }
}

/* ëª¨ë°”ì¼ ê°€ë¡œ ëª¨ë“œ */
@media screen and (max-width: 950px) and (orientation: landscape) {
  #world {
    height: 800px;
  }

  .box_world::before {
    content: none;
    display: none;
  }

  /* .inner_world p{
        font-size: 0.5rem;
    } */
}
/* //ëª¨ë°”ì¼ ê°€ë¡œ ëª¨ë“œ */
</pre></body></html>