@charset "utf-8";
@font-face {
  font-family: "icomoon";
  src: url("/img_up/shop_pds/aramskin/design/ursmart123/icomoon/icomoon.eot");
  src:
    url("/img_up/shop_pds/aramskin/design/ursmart123/icomoon/icomoon.eot")
      format("embedded-opentype"),
    url("/img_up/shop_pds/aramskin/design/ursmart123/icomoon/icomoon.ttf")
      format("truetype"),
    url("/img_up/shop_pds/aramskin/design/ursmart123/icomoon/icomoon.woff")
      format("woff"),
    url("/img_up/shop_pds/aramskin/design/ursmart123/icomoon/icomoon.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "voice_icomoon";
  src: url("/img_up/shop_pds/aramskin/design/skin/voice_guide/icomoon.eot");
  src:
    url("/img_up/shop_pds/aramskin/design/skin/voice_guide/icomoon.eot?#iefix")
      format("embedded-opentype"),
    url("/img_up/shop_pds/aramskin/design/skin/voice_guide/icomoon.woff")
      format("woff"),
    url("/img_up/shop_pds/aramskin/design/skin/voice_guide/icomoon.ttf")
      format("truetype"),
    url("/img_up/shop_pds/aramskin/design/skin/voice_guide/icomoon.svg#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes voice_animation {
  from {
    color: #168fff;
  }
  50% {
    color: #16b5ff;
  }
  to {
    color: #168fff;
  }
}

/* Layout */
#viewport {
  min-height: 100%;
  background: #ffffff;
}
#viewport > #main_view,
#viewport > #sub_view {
  max-width: 100%;
  width: 100%;
}

#header {
  position: relative;
  z-index: 200;
  background: #003378;
}
#header .logo h1 {
  width: 100%;
  margin: 0;
  padding: 0 60px;
  font-size: 0;
  box-sizing: border-box;
}
#header .logo h1 span {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#header .logo h1 a {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
#header .logo h1 img {
  width: auto;
  max-height: 40px;
}
#header .logo button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border: none;
  background: none;
  font-size: 0;
}
#header .logo button:before {
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
}
#header .logo #toggle_left {
  left: 0;
}
#header .logo #toggle_left:before {
  content: "\e902";
  width: 30px;
  height: 30px;
  font-size: 30px;
}
#header .logo #toggle_right {
  right: 0;
}
#header .logo #toggle_right:before {
  content: "\e905";
  width: 20px;
  height: 20px;
  font-size: 20px;
}

#container .contents_wrap {
  min-height: 350px;
}
#container .contents:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
#sub_view #container .contents_wrap {
  padding: 0 0 20px;
}
#sub_view #container .contents_wrap .contents {
  padding-top: 20px;
}

#footer {
  overflow: hidden;
  position: relative;
  padding: 10px 15px 20px;
  background: #ffffff;
}
#footer #btn_site_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #92aece;
  font-size: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#footer #btn_site_top:before {
  content: "\e917";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer #btn_site_top.on {
  opacity: 0.6;
  z-index: 1000;
}
#footer .fnb ul {
  display: block;
  margin: 0;
  padding: 0 4px;
  list-style: none;
  font-size: 0;
  text-align: center;
}
#footer .fnb li {
  display: inline-block;
}
#footer .fnb li a {
  display: inline-block;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  font-size: 12px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
#footer .fnb li a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10px;
  margin: auto;
  background: #333333;
  opacity: 0.3;
}
#footer .fnb li:first-child a:before {
  display: none;
}
.finfo {
  margin-top: 5px;
  font-size: 0;
  text-align: center;
}
.finfo .f_logo {
  display: none;
}
.finfo p {
  display: inline-block;
  position: relative;
  line-height: 16px;
  margin: 0;
  padding: 2px 6px 2px 8px;
  font-size: 12px;
  color: #333333;
}
.finfo p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 2px;
  margin: auto;
  opacity: 0.5;
}
.finfo p.mobile_hide {
  display: none;
}
.finfo p a {
  color: #333333;
}
.finfo .copyright {
  line-height: 16px;
  padding: 10px 0 0;
  font-size: 12px;
}
.finfo button {
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 white;
  background: #f6f6f6;
  font-size: 12px;
  color: #555;
  text-align: center;
}

/* sub page */
.shgroup {
  position: relative;
}
.shgroup > a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 40px;
  border: none;
  box-sizing: border-box;
  background: #92aece;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.shgroup > a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.shgroup > a i {
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.shgroup > a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 8px solid transparent;
  opacity: 0.5;
}
.shgroup > a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 8px solid transparent;
}
.shgroup > a i {
  left: 0;
}
.shgroup > a i:before {
  margin: -8px 0 0 -12px;
  border-right-color: #ffffff;
}
.shgroup > a i:after {
  margin: -8px 0 0 -10px;
  border-right-color: #92aece;
}

#sub_view #container .contents_wrap .snb_wrap {
  width: 100%;
}
#sub_view #container .contents_wrap .snb {
  position: relative;
}
#sub_view #container .contents_wrap .snb > div {
  overflow-x: scroll;
}
#sub_view #container .contents_wrap .snb ul {
  display: inline-block;
  min-width: 100%;
  margin: 0;
  padding: 0 40px;
  border-bottom: 3px solid #92aece;
  box-sizing: border-box;
  list-style: none;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
#sub_view #container .contents_wrap .snb ul li {
  display: inline-block;
}
#sub_view #container .contents_wrap .snb ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
}
#sub_view #container .contents_wrap .snb ul li.on a {
  color: #92aece;
}
#sub_view #container .contents_wrap .snb i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #ffffff;
}
#sub_view #container .contents_wrap .snb i.prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid transparent;
  border-right-color: #92aece;
}
#sub_view #container .contents_wrap .snb i.prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid transparent;
  border-right-color: #ffffff;
}
#sub_view #container .contents_wrap .snb i.next {
  right: 0;
  left: inherit;
}
#sub_view #container .contents_wrap .snb i.next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid transparent;
  border-left-color: #92aece;
}
#sub_view #container .contents_wrap .snb i.next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid transparent;
  border-left-color: #ffffff;
}

/* Mobile viewport - PC content display none */
.lnb_p,
.shgroup > .shgroup_pc {
  display: none;
}

/* PC CSS */
@media all and (min-width: 1024px) {
  /* 음성안내 */
  #voice_guide_wrap {
    display: inline-block;
    vertical-align: top;
  }
  #voice_guide_wrap a {
    display: none;
    width: 16px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    text-align: center;
  }
  #voice_guide_wrap a > span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
  }
  #voice_guide_wrap a:before {
    font-family: "voice_icomoon";
    font-size: 16px;
  }
  #voice_guide_wrap.off a.state_voice_on {
    display: inline-block;
  }
  #voice_guide_wrap.on a.state_voice_off {
    display: inline-block;
  }
  #voice_guide_wrap a.state_voice_on:before {
    content: "\e903";
    color: #168fff;
    transition: all 0.1s ease;
    animation-name: voice_animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: step-end;
  }
  #voice_guide_wrap a.state_voice_off:before {
    content: "\e902";
    color: #87909c;
  }

  /* PC viewport - Mobile content display none */
  .shgroup > a {
    display: none;
  }

  /* PC display:block */
  .lnb_p,
  .shgroup > .shgroup_pc {
    display: block;
  }

  /* PC 화면 넓이값을 가진 센터유지 */
  .row > .white-space {
    max-width: 1000px !important;
  }
  #header > .inner,
  #lnb_p,
  .sub_location,
  #footer .fnb,
  #footer .finfo,
  .shgroup,
  #sub_view #container .contents_wrap .snb_wrap {
    margin: 0 auto;
    max-width: 1000px;
  }

  /* mypage  서브 네비게이션 넓이값 */
  #container .contents_wrap {
    min-height: 500px;
  }
  #sub_view #container .contents_wrap .contents {
    padding-top: 0;
  }

  #header > .inner {
    position: relative;
    padding: 5px 0 15px;
  }
  #header .logo h1 {
    width: auto;
    padding: 0;
    display: flex;
  }
  #header .logo h1 span {
  }
  #header .logo h1 span a {
    box-sizing: border-box;
    height: 120px;
    padding: 20px 0;
    text-align: center;
  }
  #header .logo h1 span a img {
    max-height: 123px;
  }
  #header .logo button {
    position: fixed;
    top: 20px;
    bottom: auto;
    z-index: 9000;
    border-radius: 50%;
    background: #333333;
  }
  #header .logo button:before {
    color: #ffffff;
  }
  #header .logo #toggle_left {
    left: 20px;
  }
  #header .logo #toggle_right {
    right: 20px;
  }
  #header .logo h1 .copy {
    height: 120px;
    padding: 30px 0 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    text-align: right;
  }
  #header .logo h1 .copy b {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
  }
  #header .logo h1 .copy span {
    font-size: 14px;
    color: #eee;
    font-weight: 400;
  }

  #footer {
    padding: 15px 0 30px;
  }
  #footer .fnb li a {
    padding: 0 12px;
    font-size: 13px;
  }
  .finfo {
    margin-top: 8px !important;
  }
  .finfo p {
    font-size: 13px;
  }
  .finfo .copyright {
    font-size: 13px;
  }

  .lnb_p {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .lnb_p ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .lnb_p a {
    display: block;
  }
  .lnb_p .dep1 {
    font-size: 0;
    text-align: center;
  }
  .lnb_p .dep1 > li {
    display: inline-block;
    position: relative;
  }
  .lnb_p .dep1 > li > a {
    box-sizing: border-box;
    position: relative;
    min-width: 130px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
    transition: 0.1s all ease-in-out;
  }
  .lnb_p .dep1 > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #dddddd;
  }
  .lnb_p .dep1 > li:first-child > a:before {
    display: none;
  }
  .lnb_p .dep1 > li.on > a,
  .lnb_p .dep1 > li:hover > a {
    color: #92aece;
  }
  .lnb_p .dep1 > li > div {
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    min-width: 100%;
    padding-top: 15px;
    opacity: 0;
    transition: 0.2s all ease-in-out;
  }
  .lnb_p .dep1 > li:hover > div {
    visibility: visible;
    opacity: 1;
  }
  .lnb_p .dep2 {
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 12px 0;
    border-top: none;
    border-radius: 8px;
    border: 2px solid #92aece;
    background: #ffffff;
    font-size: 0;
  }
  .lnb_p .dep2:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #92aece transparent;
  }
  .lnb_p .dep2 > li > a {
    position: relative;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #5e5e5e;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: -0.03em;
    transition: 0.1s all ease-in-out;
  }
  .lnb_p .dep2 > li.on > a,
  .lnb_p .dep2 > li:hover > a {
    color: #92aece;
  }

  /* sub page */
  .shgroup > .shgroup_pc {
    padding: 40px 0 30px;
  }
  .shgroup > .shgroup_pc .sub_location {
    font-size: 0;
    text-align: center;
  }
  .shgroup > .shgroup_pc .sub_location > span {
    font-size: 13px;
  }
  .shgroup > .shgroup_pc .sub_location .loc_arrow {
    margin: 0 5px;
    font-family: "굴림", "Gulim";
    font-size: 12px;
    opacity: 0.5;
  }
  .shgroup > .shgroup_pc .sub_location .bold {
    color: #92aece;
  }
  .shgroup > .shgroup_pc .sub_top_title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #333333;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .shgroup > .shgroup_pc .sub_top_bg {
    margin-top: 10px;
    text-align: center;
  }
  .shgroup > .shgroup_pc .sub_top_bg img {
    vertical-align: top;
  }
  .shgroup > .shgroup_pc .sub_top_text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  #sub_view #container .contents_wrap {
    padding: 0 0 30px;
  }
  #sub_view #container .contents_wrap:after {
    clear: both;
    content: "";
    display: block;
  }
  #sub_view #container .contents_wrap .snb_wrap {
    margin-bottom: 40px;
  }
  #sub_view #container .contents_wrap .snb > i {
    display: none !important;
  }
  #sub_view #container .contents_wrap .snb > div {
    overflow: hidden;
  }
  #sub_view #container .contents_wrap .snb > div ul {
    display: block;
    margin: 0 -4px;
    padding: 0;
    white-space: normal;
    border: none;
    text-align: center;
  }
  #sub_view #container .contents_wrap .snb > div ul li {
    margin: 4px;
  }
  #sub_view #container .contents_wrap .snb > div ul li:last-child {
    border-bottom: none;
  }
  #sub_view #container .contents_wrap .snb > div ul li a {
    box-sizing: border-box;
    display: block;
    position: relative;
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    text-align: center;
    transition: 0.1s all ease-in-out;
  }
  #sub_view #container .contents_wrap .snb > div ul li.on a,
  #sub_view #container .contents_wrap .snb > div ul li:hover a {
    border-color: #92aece;
    background: #ffffff;
    color: #92aece;
  }
  #sub_view #container .contents_wrap.mypage .contents {
    overflow: hidden;
  }
}

/* MOBILE - 뷰포트 CSS */
@media all and (max-width: 1023px) {
  #viewport {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  #viewport #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 300ms ease;
  }
  #viewport #container {
    position: relative;
    z-index: 100;
    padding-top: 50px;
  }
  #viewport #main_view,
  #viewport #sub_view {
    position: relative;
    left: 0;
    top: 0;
    transition: all 300ms ease;
  }
  #viewport.app_view #container {
    padding-top: 0;
  }
  .viewport_side > h1 {
    margin: 0;
  }
  .viewport_side > h1 a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 30px;
    background: #92aece;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
  }

  .side_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .side_menu [role="toggle"] > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border: 6px solid transparent;
    border-top-color: #666;
  }
  .side_menu [role="toggle"].active > a:before {
    margin-top: -8px;
    border-top-color: transparent;
    border-bottom-color: #666;
  }
  .side_menu .dep1 > li > a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 35px 0 12px;
    border-bottom: 1px solid #e6e6e6;
    background: #fafafa;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .side_menu .dep1 > li > div {
    display: none;
  }
  .side_menu .dep2 > li > a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 12px 0 24px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*.side_menu .active .dep2 {display:block}*/
  .side_site_info {
    display: none;
  }

  .side_search {
    border-bottom: 1px solid #e6e6e6;
    background: #fafafa;
  }
  .side_search fieldset {
    position: relative;
    margin: 0;
    padding: 8px;
    border: none;
  }
  .side_search legend {
    display: none;
  }
  .side_search span {
    display: block;
    padding: 4px 8px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .side_search span input {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    border: none;
    background: transparent;
    color: #666;
  }
  .side_search button {
    position: absolute;
    border: none;
    padding: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
    padding: 5px;
    background: transparent;
    font-size: 0;
  }
  .side_search button:before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 24px;
    color: #666;
  }

  #viewport .viewport_side {
    visibility: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 270px;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    transition: all 300ms ease;
  }
  #viewport #left_side {
    left: -270px;
  }
  #viewport #right_side {
    right: -270px;
  }
  #viewport.left-open,
  #viewport.right-open {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #viewport.left-open #header,
  #viewport.left-open #main_view,
  #viewport.left-open #sub_view {
    left: 270px;
  }
  #viewport.right-open #header,
  #viewport.right-open #main_view,
  #viewport.right-open #sub_view {
    left: -270px;
  }
  #viewport.left-open #left_side {
    visibility: visible;
    left: 0;
  }
  #viewport.right-open #right_side {
    visibility: visible;
    right: 0;
  }
  #viewport #close_side {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background: none;
    text-align: left;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0.6);
  }
  #viewport.left-open #close_side,
  #viewport.right-open #close_side {
    display: block;
  }

  .side_board_list {
    display: none;
  }
}

/* PC - 뷰포트 CSS */
@media all and (min-width: 1024px) {
  #viewport {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  #viewport .viewport_side {
    box-sizing: border-box;
    visibility: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 250px;
    height: 100%;
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease-in-out;
  }
  #viewport #left_side {
    left: -250px;
  }
  #viewport #left_side.side-open {
    visibility: visible;
    left: 0;
  }
  #viewport #right_side {
    right: -250px;
  }
  #viewport #right_side.side-open {
    visibility: visible;
    right: 0;
  }
  #viewport #close_side {
    display: none;
  }
  /*#viewport #left_side {visibility:visible !important;left:0 !important}
	#viewport #right_side {visibility:visible !important;right:0 !important}*/
  #viewport .viewport_side > h1 {
    margin: 0 0 30px;
    font-size: 0;
  }
  #viewport .viewport_side > h1:before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    background: #333333;
    font-family: "icomoon";
    font-weight: normal;
    color: #ffffff;
    text-align: center;
  }
  #viewport #left_side > h1:before {
    content: "\e902";
    font-size: 40px;
  }
  #viewport #right_side > h1:before {
    content: "\e905";
    font-size: 26px;
  }

  .side_menu {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .side_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .side_menu [role="toggle"] > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #000;
    opacity: 0.3;
    transition: 0.1s all ease-in-out;
  }
  .side_menu [role="toggle"] > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background: #000;
    opacity: 0.3;
    transition: 0.1s all ease-in-out;
  }
  .side_menu [role="toggle"].active > a {
    color: #92aece;
  }
  .side_menu [role="toggle"].active > a:after {
    opacity: 0;
  }
  .side_menu .dep1 > li > a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 35px 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    letter-spacing: -0.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.1s all ease-in-out;
  }
  .side_menu .dep1 > li > a:hover {
    color: #92aece;
  }
  .side_menu .dep1 > li > div {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .side_menu .dep2 > li > a {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 12px 0 24px;
    font-size: 13px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: -0.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.1s all ease-in-out;
  }
  .side_menu .dep2 > li > a:hover {
    color: #92aece;
  }

  .side_search {
    background: rgba(0, 0, 0, 0.05);
  }
  .side_search fieldset {
    position: relative;
    margin: 0;
    padding: 8px;
    border: none;
  }
  .side_search legend {
    display: none;
  }
  .side_search span {
    display: block;
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  .side_search span input {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    border: none;
    background: transparent;
    color: #666;
  }
  .side_search button {
    position: absolute;
    border: none;
    padding: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
    padding: 5px;
    background: transparent;
    font-size: 0;
  }
  .side_search button:before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 24px;
    color: #666;
  }

  .side_site_info {
    margin-top: 30px;
  }
  .side_site_info > p {
    margin: 5px 0 0;
    padding: 0;
    font-size: 12px;
    color: #333333;
    line-height: 1.5em;
    letter-spacing: -0.03em;
  }
  .side_site_info > p.comp_name {
    font-weight: bold;
  }
  .side_site_info > p:first-child {
    margin-top: 0;
  }

  .side_board_list {
    margin-top: 30px;
  }
  .side_board_list .s_bd_title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    letter-spacing: -0.03em;
  }
  .side_board_list .s_bd_title .btn_more {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0;
  }
  .side_board_list .s_bd_title .btn_more:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    margin: -1px 0 0 -4px;
    background: #fff;
    transition: 0.1s all ease-in-out;
  }
  .side_board_list .s_bd_title .btn_more:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 8px;
    margin: -4px 0 0 -1px;
    background: #fff;
    transition: 0.1s all ease-in-out;
  }
  .side_board_list > ul {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .side_board_list > ul > li {
    margin: 12px 0 0;
    padding: 0;
    list-style-type: none;
  }
  .side_board_list > ul > li:first-child {
    margin-top: 0;
  }
  .side_board_list > ul > li > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 12px;
    font-size: 13px;
    color: #333333;
    line-height: 1.3em;
    letter-spacing: -0.03em;
  }
  .side_board_list > ul > li > a:hover {
    color: #92aece;
  }
  .side_board_list > ul > li.empty {
    padding: 30px 0;
    font-size: 13px;
    color: #333333;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: -0.03em;
  }
}
