@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* @font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
} */

/*-----------------------------------------------------------------------------------------------------
    File   : olim_general.css
    Author : Sunny, 2020-06
    Version: 1.0
    CSS 속성 선언순서 : display, position, float/clear, overflow, width/height, margin/padding,
    border, background, border-radius, box-shadow, font(font-family, font-size , font-weight, font-style, color, line-height,), opacity, cursor, box-sizing, etc
/*--------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------- */
/* reset */
/* ---------------------------------------- */
html {
  font-size: 16px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-break: break-all;
}

/* 기본폰트 지정 */
body,
button,
input,
select,
table,
textarea,
pre {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 150%;
  letter-spacing: -0.56px;
  /* letter-spacing: -2%; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
}
button,
fieldset,
img {
  border: 0 none;
}
fieldset,
img {
  border: 0;
}
img,
li {
  border: 0;
  vertical-align: top;
}
li,
ol,
ul {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
address,
em {
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer;
}
table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
input[type="text"],
textarea {
  resize: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
embed,
iframe,
img,
object,
video {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
i.guide-icon {
  display: inline-block;
}

@media screen and (max-width: 690px) {
  html {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-text-size-adjust: none;
  }
  body,
  button,
  input,
  select,
  table,
  textarea {
    font-size: 1.6rem;
  }
}

/* IE9+IE10 */
@media screen and (min-width: 0\0) {
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  svg:not(:root) {
    overflow: hidden;
  }
}

/* ---------------------------------------- */
/* olim general class */
/* ---------------------------------------- */
.display_flex_align_center {
  display: flex;
  align-items: center;
}
.justify-center {
  justify-content: center;
}
/* VR */
.content_box {
  width: 100%;
  height: 560px;
  border-radius: 16px;
  overflow: hidden;
}
.iframe-box {
  width: 100%;
  height: 100%;
  touch-action: auto;
  -ms-touch-action: auto;
  overscroll-behavior: contain;
}

.content_box .vr-iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}
/* skip */
.skip a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
}
.skip a:focus,
.skip a:active {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 10px;
}

.only_res,
.only_tablet,
.only_mobile {
  display: none;
}
.no_bold {
  font-weight: 400 !important;
}
.txt_bold {
  font-weight: 700 !important;
}
.txt_semibold {
  font-weight: 500 !important;
}
.txt_italic {
  font-style: italic;
}
.txt_point {
  font-weight: 700;
  color: #da291c; /* site color */
}
.ir_text,
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.word_keep {
  word-break: keep-all;
}
@media screen and (max-width: 999px) {
  .only_pc {
    display: none;
  }
  .only_res,
  .only_tablet {
    display: block;
  }
  .not_tablet {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .only_tablet {
    display: none;
  }
  .only_mobile,
  .not_tablet {
    display: block;
  }
  .not_mobile {
    display: none;
  }
}

/* breadcrumbs */
.breadcrumbs_list {
  font-size: 0;
}
.breadcrumbs.right .breadcrumbs_list {
  text-align: right;
}
.breadcrumbs_item {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  color: #474747;
  vertical-align: middle;
}
.breadcrumbs_item:before {
  display: inline-block;
  width: 6px;
  height: 11px;
  background: rgba(255, 0, 0, 0.5);
  vertical-align: middle;
  content: "";
}
.breadcrumbs_item:first-child:before {
  display: none;
}
.breadcrumbs_item a {
  display: inline-block;
  padding: 0 8px;
}
.breadcrumbs_item strong {
  padding-left: 8px;
  font-weight: 400;
}

/* quick menu */
.is_fixed {
  z-index: 10000;
}
.btn_quick_wrap {
  position: fixed;
  z-index: 999;
  top: 76px;
  right: 8px;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  transition: none;
}
.btn_quick_wrap.is_admin {
  top: 108px;
}
.btn_quick_wrap div {
  line-height: 1px;
  vertical-align: middle;
}
.btn_quick_wrap .btn {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 8px 0 0 !important;
  padding: 0;
  border-radius: 4px;
  background: #da291c; /* 기본 배경색 지정 */
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  cursor: pointer;
  transition: 0.4s;
}
.btn_quick_wrap .btn:first-child {
  margin-top: 0 !important;
}
.btn_quick_wrap .btn:hover,
.btn_quick_wrap .btn:focus {
  background: #aa1106; /* hover/focus 시 배경색 지정 */
}
.btn_quick_wrap .btn:hover,
.btn_quick_wrap .btn:focus,
.btn_quick_wrap .btn:active {
  opacity: 1 !important;
}
.btn_quick_wrap .btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -1.5px;
}
.btn_quick_wrap .btn:hover > span,
.btn_quick_wrap .btn:focus > span {
  color: #fff;
}

@media screen and (max-width: 999px) {
  .btn_quick_wrap {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    opacity: 1 !important;
  }
  .btn_quick_wrap.is_admin {
    top: 32px;
  }
  .btn_quick_wrap .btn {
    display: inline-block;
    width: 50%;
    height: 48px;
    margin: 0 !important;
    border-radius: 0;
    transition: none;
  }
  .btn_quick_wrap .btn > span {
    width: auto;
    line-height: 48px;
  }
}
@media screen and (max-width: 782px) {
  .btn_quick_wrap.is_admin {
    top: 46px;
  }
  .btn_quick_wrap.is_admin.is_scroll {
    top: 46px;
  }
}

/* top button */
.btn_top_wrap {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}
.btn_top_wrap:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #da291c /* 배경색 */;
  opacity: 0.8 /* 배경색 투명도 */;
  content: "";
}
.btn_top_wrap .btn_top {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/btn_top.gif) no-repeat 50% 50% /* 탑버튼 아이콘 */;
}

/* anker menu */
/* anker_wrap */
.anker_wrap {
  display: none;
  position: fixed;
  top: 100px;
  left: 20px;
  z-index: 1000;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #ccc;
}
.anker_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.anker_item > a {
  color: #888;
  font-weight: 400;
}
.anker_item.is_active > a,
.anker_item > a:hover,
.anker_item > a:focus {
  color: #da291c;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .anker_wrap {
    top: 48px;
    left: 0;
    width: 100%;
    height: 40px;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .anker_wrap.is_fixed.is_admin {
    top: 66px;
    margin: 0 !important;
  }
  .asset_anker {
    margin-left: 0;
  }
  .anker_item {
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 38px;
    list-style: none;
  }
  .anker_item > a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .anker_item > a span {
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
  }
  .anker_item.is_active span {
    border-bottom-color: #da291c;
  }
}

/* inner_anker_wrap */
.inner_anker_wrap {
  position: relative;
  z-index: 1000;
  width: 200px;
  height: 200px;
  margin-top: 96px;
  background: #fff;
  border: 1px solid #ccc;
}
.inner_anker_wrap.is_fixed {
  position: fixed;
  top: 0;
  margin-top: 116px;
}
.anker_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.anker_item > a {
  color: #888;
  font-weight: 400;
}
.anker_item.is_active > a,
.anker_item > a:hover,
.anker_item > a:focus {
  color: #da291c;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .inner_anker_wrap {
    position: static;
    width: 100%;
    height: 40px;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .inner_anker_wrap.is_fixed {
    top: 48px;
    left: 0;
    margin: 0 !important;
  }
  .inner_anker_wrap.is_fixed.is_admin {
    top: 66px;
    margin: 0 !important;
  }
  .asset_anker {
    margin-left: 0;
  }
  .anker_item {
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 38px;
    list-style: none;
  }
  .anker_item > a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .anker_item > a span {
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
  }
  .anker_item.is_active span {
    border-bottom-color: #da291c;
  }
}

/* content max width */
/* % */
.cont_w100 {
  max-width: 100%;
}
.cont_w80 {
  max-width: 80%;
  margin: 0 auto;
}
.cont_w60 {
  max-width: 60%;
  margin: 0 auto;
}
.cont_w50 {
  max-width: 50%;
  margin: 0 auto;
}
.cont_w33 {
  max-width: 33.3%;
  margin: 0 auto;
}
.cont_w25 {
  max-width: 25%;
  margin: 0 auto;
}
.cont_w20 {
  max-width: 20%;
  margin: 0 auto;
}
/* px */
.cont_wp1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.cont_wp1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.cont_wp800 {
  max-width: 800px;
  margin: 0 auto;
}
.cont_wp600 {
  max-width: 600px;
  margin: 0 auto;
}
.cont_wp400 {
  max-width: 400px;
  margin: 0 auto;
}
.cont_wp300 {
  max-width: 300px;
  margin: 0 auto;
}

/* divider */
.divider_top {
  margin-top: 60px;
}
.divider_top_s {
  margin-top: 30px;
}
.divider_top_l {
  margin-top: 100px;
}
.divider_top_xl {
  margin-top: 140px;
}
.divider_bottom {
  margin-bottom: 60px;
}
.divider_bottom_s {
  margin-bottom: 30px;
}
.divider_bottom_l {
  margin-bottom: 100px;
}
.divider_bottom_xl {
  margin-bottom: 140px;
}
.divider_bg_height .divider {
  height: 496px !important;
}
@media screen and (max-width: 999px) {
  .divider_top {
    margin-top: 40px;
  }
  .divider_top_s {
    margin-top: 20px;
  }
  .divider_top_l {
    margin-top: 60px;
  }
  .divider_top_xl {
    margin-top: 100px;
  }
  .divider_bottom {
    margin-bottom: 30px;
  }
  .divider_bottom_s {
    margin-bottom: 20px;
  }
  .divider_bottom_l {
    margin-bottom: 60px;
  }
  .divider_bottom_xl {
    margin-bottom: 100px;
  }
  .divider_bg_height .divider {
    height: 360px !important;
  }
}
@media screen and (max-width: 690px) {
  .divider_top {
    margin-top: 30px;
  }
  .divider_top_s {
    margin-top: 16px;
  }
  .divider_top_l {
    margin-top: 46px;
  }
  .divider_top_xl {
    margin-top: 60px;
  }
  .divider_bottom {
    margin-bottom: 30px;
  }
  .divider_bottom_s {
    margin-bottom: 16px;
  }
  .divider_bottom_l {
    margin-bottom: 46px;
  }
  .divider_bottom_xl {
    margin-bottom: 60px;
  }
  .divider_bg_height .divider {
    height: 200px !important;
  }
}

.ir_text,
.blind,
input[type="checkbox"] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
