@charset "UTF-8";
@font-face {
  font-family: "87MMILSANG";
  font-style: normal;
  font-weight: 400;
  src: url("/font/87MMILSANG-Regular.ttf") format("truetype");
}
.cont {
  margin-top: 30px;
}

#left_wrap {
  border-right: 1px #eaeaea solid;
  position: fixed;
  padding-top: 50px;
  padding-bottom: 80px;
}

#contents_wrap {
  margin: 0px;
  padding: 37px 0 0 0;
  position: relative;
  left: 157px;
}

.sub_body_flex_box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}

.sub_main_contents {
  width: 740px;
  padding: 0 35px 0;
  margin-bottom: 58px;
  flex-shrink: 0;
}
.sub_main_contents .cont_navi {
  text-align: left;
  font-family: "돋움";
  font-size: 11px;
  color: #666;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.sub_main_contents .cont_navi img {
  vertical-align: middle;
  margin-right: 3px;
}
.sub_main_contents .cont_navi .isOn {
  color: #666;
}
.sub_main_contents .cont_tit {
  padding-top: 17px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.sub_main_contents .cont_tit img {
  display: block;
}

.right_wrap {
  position: relative;
  left: 55px;
}

.sub_right_banner {
  position: fixed;
  border-left: 1px #eaeaea solid;
  border-right: 1px #eaeaea solid;
  height: 100vh;
  padding: 230px 0 0 0;
  margin: 0;
}
.sub_right_banner a.isRollOver {
  display: block;
  overflow: hidden;
}
.sub_right_banner a.isRollOver img {
  width: 100%;
  display: block;
}
.sub_right_banner a.isRollOver .img-hover {
  display: none;
}
.sub_right_banner a.isRollOver:hover {
  visibility: visible;
}
.sub_right_banner a.isRollOver:hover .img-default {
  display: none;
}
.sub_right_banner a.isRollOver:hover .img-hover {
  display: block;
}
.sub_right_banner .sub_right_top {
  margin-bottom: 40px;
}
.sub_right_banner img {
  width: 100px;
  height: auto;
  display: block;
}

.scroll_top_btn_box {
  width: 100%;
  text-align: center;
}

/* 버튼 기본 스타일 */
#scroll_top_btn {
  position: relative;
  top: 200px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  color: #666;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 50%; /* 둥근 버튼 */
  /* 숨김 처리 및 애니메이션 효과 */
}

/* 마우스를 올렸을 때 색상 변경 */
#scroll_top_btn:hover {
  color: #FFF;
  background-color: #0F6F42;
}

/* 자바스크립트로 클래스를 추가했을 때 보여지게 함 */
#scroll_top_btn.show {
  opacity: 1;
  visibility: visible;
}

.sub_top {
  position: absolute;
  top: 0;
  left: -2px;
  padding: 2px 2px 14px;
  background-color: #fff;
}

#footer_wrap {
  padding-left: 22px;
  padding-bottom: 42px;
}