﻿@charset "UTF-8";
/* Layout */
html,
body {
  width: 100%;
  height: 100%;
}
#wrap {
  width: 100%;
  height: 100%;
}
/* Header */
.iframe__header {
  width: 100%;
  height: 88px;
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  z-index: 101;
  background-color: #fff;
  border-bottom: 1px solid #E5E5EC;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.header .logo {
  display: inline-block;
  width: 176px;
  height: 50px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__inner p {
  font-size: 18px;
  font-weight: 700;
  color: #0B227A;
  line-height: 1.4;
}
.header .btn_mo_menu {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(.//_img/manual/manual/manual/icon/icon_mo_menu.svg) no-repeat center center / contain;
  z-index: 100;
}
.main {
  width: 100%;
  height: calc(100% - 93px - 64px);
  display: flex;
  transform: translateY(-4px);
}
.iframe__aside {
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.aside {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #E5E5EC;
}
.aside__inner {
  width: 100%;
  height: 100%;
}
.aside__header {
  padding: 20px;
  border-bottom: 8px solid #fff;
  background-color: #F1F1F5;
}
.navbar-tab {
  padding: 4px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #E5E5EC;
}
.navbar-tab ul.tabs {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar-tab ul.tabs .tabs__link {
  flex: 1;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
}
.navbar-tab ul.tabs .tabs__link.on {
  background-color: #111111;
  color: #fff;
}
.form_search_manual {
  margin-top: 8px;
}
.form_search_manual .input_search {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #E5E5EC;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
}
.form_search_manual .input_search .btn_search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/_img/icon/icon_search.svg) no-repeat center center / contain;
}
.form_search_manual .input_search input {
  flex: 1;
  width: 100%;
  height: 100%;
  font-weight: 600;
  border: none;
}
.form_search_manual .input_search input::placeholder {
  color: #999;
}
.aside__content {
  width:100%;
  height: calc(100% - 144px);
  overflow-y: auto;
}
.navbar-tab__content {
  display: none;
}
.navbar-tab__content.on {
  display: block;
}
nav.manual_nav {
  width: 100%;
}
.nav_mainmenu>a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-left: 60px;
  padding-right: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  position: relative;
}
nav.manual_nav .nav_mainmenu>a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  background: url(/_img/icon/icon_aisde_plus.svg) no-repeat center center / contain;
}
nav.manual_nav .nav_mainmenu.open>a::before {
  background-image: url(/_img/icon/icon_aside_minus.svg);
}
.nav_submenu {
  display: none;
  width: 100%;
}
.nav_submenu.active {
  display: block;
}
.nav_submenu>li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-left: 48px;
  padding-right: 24px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.nav_submenu>li a:hover,
.nav_submenu>li a.active {
  background-color: #EBEDF3;
  color: #0A1D64;
}
.nav_submenu>li a::before {
  content: '·';
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #999;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}
.nav_submenu>li a.submenu--link {
  padding-left: 81px;
}
.nav_submenu>li a.submenu--link:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 49px;
  transform: translateY(-50%);
  background: url(/_img/icon/icon_aisde_plus.svg) no-repeat center center / contain;
}
.nav_submenu>li.open a.submenu--link:after {
  background-image: url(/_img/icon/icon_aside_minus.svg);
}
.nav_submenu.depth2>li a{
  padding-left: 74px;
}
.nav_submenu.depth2>li a::before {
  left: 58px;
}
.manual_index .nav_submenu {
  display: block;
}
nav.manual_index .nav_mainmenu>a {
  padding-left: 40px;
}
nav.manual_index .nav_mainmenu>a::before {
  content: '·';
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.manual_index .nav_submenu>li a.submenu--link {
  padding-left: 49px;
}
.manual_index .nav_submenu>li a.submenu--link:after {
  content: none;
}
.main>.content {
  flex: 1;
  width: calc(100% - 320px);
  height: 100%;
  
}
.main>.content iframe {
  width: 100%;
  height: calc(100% - 4px);
  overflow: auto;
}
.iframe__footer {
  width: 100%;
  height: 56px;
  overflow: hidden;
  transform: translateY(7px);
}
.footer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #111111;
  text-align: center;
}
.footer p {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
}
#manual_page {
  padding: 20px 40px;
}
.page__header {
  width: 100%;
  background-color: #F1F1F5;
  border-radius: 8px;
  padding: 13px 20px;
  min-height: 48px;
}
.page__header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}
.page__content {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.scroll_top {
  opacity: 1;
  transition: 0.35s;
  position: fixed;
  bottom: 80px;
  right: 64px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #E5E5EC;
  box-shadow: 0 4px 16px rgb(0, 0, 0, 0.08);
}
.scroll_top span {
  padding-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  position: relative;
}
.scroll_top span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/_img/icon/icon_scrolltop.svg) no-repeat center / contain;
}
/* Common ?�소 */
.c_red {
  color: #FF544E;
}
.c_blue {
  color: #0B3EB3;
}
h2.title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
}
h3.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #111;
}
h3.title img {
  margin-right: 4px;
}
h3.title.bottom--line {
  padding-bottom: 8px;
  border-bottom: 1px solid #F1F1F5;
  color: #0B3EB3;
}
h4.title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.page__content p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.page__content img {
  vertical-align: middle;
}
.text_area {
  margin-bottom: 20px;
}
.img_box {
  margin-top: 10px;
  margin-bottom: 10px;
}
a.link {
  text-decoration: underline;
  color: #666;
}
.tbl--typeA table {
  width: 100%;
  max-width: 1400px;
}
.tbl--typeA th, 
.tbl--typeA td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #F1F1F5;
  padding: 4px 12px;
}
.tbl--typeA thead th {
  height: 40px;
  background-color: #EBEDF3;
}
.tbl--typeA tbody td {
  height: 38px;
  background-color: #fff;
}
.tbl--typeA tbody th {
  background-color: #EBEDF3;
}
.explaination_info {
  padding: 24px 28px;
  background-color:#EBEDF3;
  max-width: 1400px;
  border-radius: 8px;
}
/* Pad */
@media screen and (min-width: 768px) and (max-width:1200px) {}
/* Mobile */
@media screen and (max-width:767px) {
  .iframe__header,
  .header {
    height: 56px;
  }
  .header .logo {
    width: 100px;
    height: 28px;
  }
  .header__inner p {
    display: none;
  }
  .header .btn_mo_menu {
    display: inline-block;
  }
  .main {
    height: calc(100% - 61px - 64px);
  }
  .iframe__aside {
    position: fixed;
    left: -100%;
    top: 0;
    transition: 0.35s;
    width: 100%;
  }
  .iframe__aside.open {
    left: 0;
  }
  .main>.content {
    width: 100%;
  }
  #manual_page {
    padding: 20px;
  }
  .tbl--typeA th,
  .tbl--typeA td {
    font-size: 12px;
  }
  .explaination_info {
    padding: 16px;
  }
  .explaination_info p {
    font-size: 12px;
  }
  .scroll_top {
    right: 30px;
  }
}
