
  @charset "UTF-8";
  /*-------------------------------------------------
  title       : 초기화
  Author      : 플랜아이 광주
  Amender     : 플랜아이 SM사업부
  Create date : 2021-01-05
  -------------------------------------------------*/
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  html {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
  }
  
  body {
    color: #333;
    font-family: "Pretendard", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
    word-break: keep-all;
  }
  
  header,
  footer,
  main,
  section,
  article,
  nav,
  aside {
    display: block;
  }
  
  ul,
  ol,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  form,
  figure,
  figcaption {
    margin: 0;
    padding: 0;
  }
  
  fieldset,
  hr {
    display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
  }
  
  input,
  select {
    max-width: 100%;
    vertical-align: middle;
  }
  
  input,
  select,
  button,
  textarea,
  optgroup {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: none !important
  }
  
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  address,
  em,
  i {
    font-style: normal;
  }
  
  strong {
    font-weight: 600;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  button {
    padding: 0;
    border: 0 none;
    background: none;
    cursor: pointer;
  }
  
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  img {
    max-width: 100%;
    border: 0 none;
    font-size: 0;
    vertical-align: middle;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  th {
    font-weight: 600;
  }
  
  caption,
  legend,
  .sr-only,
  .blind,
  .IR {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0 none;
    clip: rect(0, 0, 0, 0);
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #929292;
    font-style: normal !important;
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #929292;
    font-style: normal !important;
  }
  
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #929292;
    font-style: normal !important;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: #929292;
    font-style: normal !important;
  }
  
  input {;
  }
  
  .bx-wrapper .bx-loading {
    display: none;
  }
  
  .bx-wrapper .bx-viewport {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  
  #skip_nav {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 0px;
    z-index: 1000;
    line-height: 0px;
    font-size: 0px;
  }
  
  #skip_nav a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
  }
  
  #skip_nav a:focus,
  #skip_nav a:hover,
  #skip_nav a:active {
    position: absolute;
    left: 0px;
    top: 1000px;
    padding: 0.8rem 0;
    display: block;
    height: 4.5rem;
    background: #20262c;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #fff;
  }
  
  .txt_left {
    text-align: left !important;
  }
  
  .txt_center {
    text-align: center !important;
  }
  
  .txt_right {
    text-align: right !important;
  }
  
  .float_clear::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .checks {
      display: flex;
      flex-wrap: wrap;
  }
  
  .checks-column {
      flex-direction: column;
  }
  
  .checks .checkbox,
  .checks .radio {
      margin-right: 2.4rem;
      margin-top: 0 !important;
      padding: .5rem 0;
  } 
  
  .checkbox {
    display: inline-flex;
    position: relative;
    align-items: center;
    text-align: left;
  }
  
  .checkbox.relative {
      display: block;
  }
  
  .checkbox.relative label {
      padding-left: 0;
  }
  
  .checkbox.relative label::before{
          position: relative;
          top: auto;
          left: auto;
          transform: none;
          margin: 0 auto;
  }
  
  .checkbox.relative label::after {
      left: 50%;
      top: 0;
      transform: translateX(-50%);
  }
  
  * + .checkbox {
      margin-top: 4rem;
  }
  
  .checkbox input[type='checkbox'] {
    position: absolute;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
    opacity: 0;
    outline: none;
    visibility: hidden;
  }
  
  .checkbox input:checked + label::after {
    opacity: 1;
    visibility: visible;
  }
  
  .checkbox label::before, .checkbox label::after {
    position: absolute;
    top: .2rem;
    left: 0;
    display: block;
    content: "";
    outline: none;
    border-radius: .3rem;
    width: 2rem;
    height: 2rem;
  }
  
  .checkbox label {
    position: relative;
    display: block;
    padding-left: 2.6rem;
    cursor: pointer;
  }
  
  .checkbox label::before {
    border: 1px solid #ddd;
    background: #fff;
    z-index: 0;
  }
  
  .checkbox label::after {
    z-index: 1;
    background: #3E3E3E;
    opacity: 0;
    visibility: hidden;
    font-family: 'remixicon';
    color: #fff;
    font-size: 1.6rem;
    content: "\eb7b";
    text-align: center;
    line-height:2.1rem;
  }
  
  .checkbox label span {
    display: block;
    font-size: 1.6rem;
  }
  
  .checkbox .input {
      margin-left: 2.4rem;
      max-width: 20rem;
  } 
  
  * + .radio {
      margin-top: 2.5rem;
  }
  
  .radio {
      display: inline-flex;
      position: relative;
      align-items: center;
      text-align: left;
    }
    
  .radio input[type='radio'] {
      position: absolute;
      width: auto !important;
      height: auto !important;
      left: 0;
      top: 0;
      opacity: 0;
      outline: none;
      visibility: hidden;
  }
    
  .radio input:checked + label::after {
      opacity: 1;
      visibility: visible;
    }
    
  .radio label::before, .radio label::after {
      position: absolute;
      top: .2rem;
      left: 0;
      display: block;
      content: "";
      outline: none;
      border-radius: 50%;
    }
    
  .radio label {
      position: relative;
      display: block;
      padding-left: 2.6rem;
      cursor: pointer;
  }
    
  .radio label::before {
      width: 2rem;
      height: 2rem;
      border: 1px solid #DDD;
      z-index: 0;
      background: #fff;
    }
    
  .radio label::after {
      width: .8rem;
      height: .8rem;
      position: absolute;
      top: .8rem;
      left: .6rem;
      z-index: 1;
      background: #3E3E3E;
      opacity: 0;
      visibility: hidden;
    }
    
  .radio label span {
      display: block;
      font-size: 1.8rem;
  }
    
  .radio .input {
      margin-left: 2.4rem;
      max-width: 19.5rem !important;
  } 
  
  .select {
    position: relative;
    width: 26.8rem;
  }
  
  .select select {
    background-color: transparent;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-weight: 300;
    border: 1px solid #ddd;
    padding: 0 1rem;
    width: 100%;
    height: 4.6rem;
    color: #2A2A2A;
  }
  
  .select::after {
    content: '\ea4e';
    color: #2A2A2A;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "remixicon";
    font-size: 1.8rem;
  }
  
  .filebox {
    display: flex;
    align-items: center;
    height: 3.8rem;
  }
  
  .filebox > * + * {
      margin-left: .4rem;
  }
  
  .filebox .input {
    height: 100% !important;
    margin-right: 0 !important;
  }
  
  .filebox .upload-name {
    height: 100%;
    color: #999;
  }
  
  .filebox label {
    height: 100% !important;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    line-height: calc(3.8rem - 2px);
    color: #fff;
    cursor: pointer;
    height: 100%;
    background: #6E7385;
    flex-shrink: 0;
    border-radius: .3rem;
    display: flex;
    align-items: center;
  }
  
  .filebox label i  {
      margin-left: .5rem;   
  }
  
  .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    border: 0;
    opacity: 0;
  }
  
  html .ui-widget {
      font-size: inherit;
  }
  /* 
  html .ui-datepicker .ui-datepicker-prev,
  html .ui-datepicker .ui-datepicker-next {
      width: 2.2em;
      height: 2.2em;
      top: 0;
  }
  
  html .ui-datepicker .ui-datepicker-prev::after, 
  html .ui-datepicker .ui-datepicker-next::after {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-family: 'remixicon';
  }
  
  html .ui-datepicker .ui-datepicker-prev::after {
      content: "\ea64";
  }
  
  html .ui-datepicker .ui-datepicker-next::after {
      content: "\ea6e";
  } */
  
  
  .plani-modal {
      border: 5.6rem solid #fff;
      position: fixed !important;
      top: 50% !important;
      transform: translateY(-50%);
    }
    .plani-modal .modal-title {
      color: #333;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      height: auto;
      border-bottom: none;
      padding: 0;
    }
    .plani-modal .modal-title::before {
      display: block;
      font-family: "remixicon";
      content: "\ec7f";
      color: #333;
      font-size: 2.4rem;
      font-weight: 400;
      display: inline-block;
      margin-right: 0.8rem;
    }
    .plani-modal .modal-layer {
      padding-left: 0;
      padding-right: 0;
    }
    .plani-modal .modal-panel-close {
      top: -5.6rem;
      right: -5.6rem;
  }
  .plani-modal .modal-panel-close .close-button {
        border-top-right-radius: 5px;
      width: 5.6rem;
      height: 5.6rem;
      background: #262A37;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .plani-modal .modal-panel-close .close-button i.bg-radius {
      border-radius: 0;
      background: transparent;
      width: auto;
      height: auto;
    }
  
    .plani-modal .modal-panel-close .close-button i.bg-radius::before {
      display: none;
    }
  
    .plani-modal .modal-panel-close .close-button i.bg-radius::after {
      display: block;
      content: "\eb98";
      font-family: 'remixicon';
      color: #fff;
      font-size: 2.4rem;
    }
    
    .modal-layer {
      padding-left: 0;
      padding-right: 0;
      overflow: visible;
    }
    .modal-layer .textarea {
      padding-bottom: 3.2rem;
      height: 20rem;
      position: relative;
      border: 1px solid #ddd;
    }
    .modal-layer .textarea textarea {
      width: 100%;
      height: 100%;
      border: none;
      resize: none;
      padding: 15px;
      font-size: 16px;
    }
    .modal-layer .textarea-count {
      position: absolute;
      right: 2rem;
      bottom: 1.1rem;
      color: #aaa;
      letter-spacing: -0.03em;
      font-weight: 300;
    }
    .modal-layer .textarea-count strong {
      color: #555;
      font-weight: 400;
    }
    .modal-layer .label-button button {
      height: 5.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.25;
      border-radius: .5rem;
      margin-left: auto;
    }
    .modal-layer .label-button button span {
      padding-left: 0;
      font-size: 1.6rem;
      font-weight: 500;
      color: #fff;
    }
    .modal-layer .label-button button span::after {
      display: none;
    }
    .modal-layer .label-button button.blue {
      background: #203A91;
      border: none;
      min-width: 7.6rem;
    }
  
  @media print {
      .scroll-area {
          max-height: none !important;
      }
  } 
  
  .scroll-area {
    max-height: 38.4rem;
    overflow: auto;
    padding: 6rem;
    background: #F4F4F4;
    border-radius: 0.5rem;
    margin-top: 2rem;
  }

  .scroll-area + .checkbox  { margin-top:2rem }

  .checkbox +  .scroll-area { margin-top:4rem }




  .scroll-area h5 {
    color:#1A1A1A;
    font-size:2rem;
    font-weight:500;
  }
  .scroll-area > strong {
    display: block;
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
  }
  
  .scroll-area p { 
    font-size: 1.6rem;
  }
  .scroll-area p + p { 
    margin-top: 0.6rem;
  }
  .scroll-area--type2 {
    max-height: 59rem;
    background: transparent;
    padding: 0;
    margin-top: -4rem;
  }
  .scroll-area .table-container table th,
  .scroll-area .table-container table td {
    padding: 1.5rem 1rem;
  }
  
  @media (max-width: 768px) {
    .scroll-area {
      padding: 4rem;
    }
    .scroll-area--type2 {
      padding: 0;
    }
    .scroll-area--type2 .table-container {
      overflow: auto;
    }
    .scroll-area--type2 .table-container table {
      table-layout: initial;
      width: 768px;
    }
  }
  /* NO CSS*/
  /*font */
  /* color */
  ::-webkit-scrollbar-track {
    background-color: #E6E6E6;
  }
  
  ::-webkit-scrollbar {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.125rem;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #B7B7B7;
  }
  
  html.active {
    overflow: hidden;
  }
  
  .blue {
    color: #203A91;
  }
  
  .red {
    color: #A41B1B;
  }
  
  .purple1 {
    color: #42387B;
  }
  
  .purple2 {
    color: #8469B2;
  }
  
  #wrap {
    overflow: hidden;
  }
  
  .layout {
    width: 140rem;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
  }
  
  @media (max-width: 1640px) {
    html {
      font-size: 9px;
    }
    .layout {
      padding: 0 6rem;
    }
  }
  @media (max-width: 1280px) {
    html {
      font-size: 8px;
    }
    .layout {
      padding: 0 4rem;
    }
  }
  @media (max-width: 768px) {
    html {
      font-size: 7px;
    }
    .layout {
      padding: 0 2rem;
    }
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: transform 0.35s;
  }
  .header.active::before {
    display: block;
    content: "";
    width: 100%;
    height: calc(100vh - 12rem);
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 12rem;
    left: 0;
    z-index: -1;
  }
  .header.active.active2::before {
    height: calc(100vh - 8rem);
  }
  .header.active2 {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
    transform: translateY(-4rem);
  }
  .header.active, .header.active2 {
    background: #fff;
  }
  .header.active .header-other::before, .header.active2 .header-other::before {
    background: rgba(0, 0, 0, 0.15);
  }
  .header.active .header-other div:first-of-type::after, .header.active2 .header-other div:first-of-type::after {
    background: rgba(0, 0, 0, 0.2);
  }
  .header.active .header-other div a, .header.active2 .header-other div a {
    color: #333;
  }
  .header.active .header-other div a[target=_blank]::after, .header.active2 .header-other div a[target=_blank]::after {
    content: url("/doksa/_html/images/layout/link-hover.svg");
  }
  .header.active .header-main, .header.active2 .header-main {
    background: #fff;
  }
  .header.active #logo img, .header.active2 #logo img {
    transform: translateY(-50%);
  }
  .header.active .gnb > li > a, .header.active2 .gnb > li > a {
    color: #1A1A1A;
  }
  .header.active .gnb > li.on > a::after, .header.active2 .gnb > li.on > a::after {
    background: #203A91;
  }
  .header.active .util > div > a, .header.active2 .util > div > a {
    color: #1a1a1a;
  }
  .header.active .util > div > a > span, .header.active2 .util > div > a > span {
    background: #1a1a1a;
  }
  .header.active .util-user-state i,
  .header.active .util-user-state strong, .header.active2 .util-user-state i,
  .header.active2 .util-user-state strong {
    color: #1a1a1a;
  }
  .header.active3 {
    transform: none !important;
    transition: none !important;
  }
  .header.active3 .header-other {
    opacity: 0;
    visibility: hidden;
  }
  .header.active3 .util > div > a {
    display: none;
  }
  .header.active3 .util-user {
    margin-right: 4rem;
  }
  .header.active3 .hidden {
    display: flex;
  }
  .header.active3 .sitemap-area {
    opacity: 1;
    visibility: visible;
  }
  .header-layout {
    width: 172.8rem;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }
  .header-other {
    display: flex;
    height: 4rem;
    align-items: center;
    justify-content: space-between;
    margin: 0 -3rem;
    position: relative;
  }
  .header-other::before {
    display: block;
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    z-index: 1;
  }
  .header-other div {
    position: relative;
    padding: 0 3rem;
  }
  .header-other div:first-of-type::after {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -1.5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .header-other div a {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
  }
  .header-other div a[target=_blank]::after {
    display: block;
    content: url("/doksa/_html/images/layout/blank.svg");
    margin-left: 0.8rem;
    transform: translateY(-0.15rem);
  }
  .header-other div a span {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .header-other div a i {
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(-0.15rem);
  }
  .header-other div a * + * {
    margin-left: 0.8rem;
  }
  .header-other-popup {
    margin-left: auto;
  }
  .header-other-popup a span {
    font-family: "Montserrat" !important;
    font-weight: 600 !important;
  }
  .header-other-popup a::after {
    display: none !important;
  }
  .header-other-popup-count {
    width: 1.8rem;
    height: 1.8rem;
    background: #E0670E;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: "Montserrat";
    font-weight: 700;
  }
  .header-other-isLogin {
    display: flex;
    align-items: center;
  }
  .header-other-isLogin a + a {
    margin-left: 4rem;
  }
  .header-other-isLogin a:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
  }
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8rem;
  }
  .header #logo {
    width: 24.1rem;
    height: 3.7rem;
    overflow: hidden;
    flex-shrink: 0;
    transform: translateY(-0.5rem);
  }
  .header #logo a {
    display: block;
  }
  .header #logo img {
    transform: translateY(0);
    width: 100%;
    transition: 0.25s;
  }
  .header #gnb {
    height: 100%;
  }
  .header .gnb {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header .gnb > li {
    height: 100%;
  }
  .header .gnb > li > a {
    display: flex;
    height: 100%;
    padding: 0 4.75rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .header .gnb > li > a::after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
  }
  .header .gnb > li.active .depth {
    opacity: 1;
    visibility: visible;
  }
  .header .gnb > li.active .depth-title strong,
  .header .gnb > li.active .depth-title span {
    transform: translateY(0);
  }
  .header .gnb > li.active .depth-title strong {
    opacity: 1;
  }
  .header .gnb > li.active .depth-title span {
    opacity: 0.1;
  }
  .header .gnb > li.on > a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .gnb .depth {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 140rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    display: flex;
    z-index: -1;
  }
  .header .gnb .depth::after {
    display: block;
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    background: #F0F0F0;
    height: 100%;
    border-bottom-right-radius: 15rem;
  }
  .header .gnb .depth-title {
    width: 28rem;
    padding: 4rem 4.5rem 4rem 0;
    position: relative;
  }
  .header .gnb .depth-title::before {
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: #203A91;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .header .gnb .depth-title-topic {
    display: block;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  .header .gnb .depth-title-desc {
    display: block;
    line-height: 1.3888888889;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 2rem 0;
    z-index: 1;
    position: relative;
    opacity: 0.5;
  }
  .header .gnb .depth-list {
    width: calc(100% - 28rem);
    position: relative;
  }
  .header .gnb .depth-list::after {
    display: block;
    content: "";
    width: 34.6rem;
    height: 17.8rem;
    background: url(/doksa/_html/images/layout/depth-bg.svg) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(45%);
    opacity: 0.1;
  }
  .header .gnb .depth-list > ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 4rem 0;
    height: calc(100% + 2rem);
    margin: -2rem 0;
  }
  .header .gnb .depth-list > ul > li {
    width: 28.2rem;
    padding: 2rem 4rem;
    position: relative;
  }
  .header .gnb .depth-list > ul > li::after {
    display: block;
    content: "";
    width: 1px;
    height: 200%;
    position: absolute;
    top: -2rem;
    right: -0.5px;
    background: #dedede;
  }
  .header .gnb .depth-list > ul > li:hover > a {
    color: #203A91;
    border-color: #203A91;
  }
  .header .gnb .depth-list > ul > li:hover > a::after {
    color: #203A91;
  }
  .header .gnb .depth-list > ul > li > a {
    display: flex;
    align-items: center;
    padding-bottom: 1.2rem;
    white-space: nowrap;
    position: relative;
    justify-content: space-between;
    border-bottom: 2px solid #262F3E;
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .header .gnb .depth-list > ul > li > a::after {
    display: block;
    font-family: "remixicon";
    content: "\ea6c";
    color: #3A3A3A;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .header .gnb .depth-list2 > ul {
    padding-top: 2rem;
  }
  .header .gnb .depth-list2 > ul > li {
    padding: 0 0.4rem;
  }
  .header .gnb .depth-list2 > ul > li + li {
    margin-top: 1.2rem;
  }
  .header .gnb .depth-list2 > ul > li > a {
    display: inline-block;
    position: relative;
    color: #444;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .header .gnb .depth-list2 > ul > li > a:hover {
    color: #203A91;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .header .util {
    display: flex;
    align-items: center;
  }
  .header .util > div {
    margin-left: 2.4rem;
    display: flex;
    align-items: center;
  }
  .header .util > div > a {
    display: flex;
    font-size: 2.4rem;
    color: #fff;
    align-items: center;
  }
  .header .util > div > a + a {
    margin-left: 2.4rem;
  }
  .header .util > div > a strong {
    font-size: 1.7rem;
    margin-right: 1rem;
    font-weight: 400;
  }
  .header .util > div > a i {
    line-height: 1;
  }
  .header .util-user {
    position: relative;
  }
  .header .util-user-state {
    display: flex;
    align-items: center;
  }
  .header .util-user-state i {
    line-height: 1;
    font-size: 2.4rem;
    color: #fff;
  }
  .header .util-user-state i + strong {
    margin-left: 0.4rem;
  }
  .header .util-user-state strong {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
  }
  .header .util-menu > a {
    width: 2.5rem;
    margin: -0.3rem 0;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header .util-menu > a > span {
    width: 100%;
    height: 0.3rem;
    margin: 0.3rem 0;
    background: #fff;
  }
  .header .util-menu > a > span:nth-child(2) {
    width: calc(100% - 0.8rem);
  }
  .header .hidden {
    display: none;
    z-index: 3;
  }
  .header .hidden.active {
    display: flex;
  }
  .header .hidden a {
    display: flex;
    height: 4.5rem;
    align-items: center;
    padding: 0 2rem;
    margin-left: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    justify-content: center;
    color: #fff;
  }
  .header .hidden a > * + * {
    margin-left: 0.8rem;
  }
  .header .search-area {
    display: none;
    position: fixed;
    top: 12rem;
    left: 0;
    width: 100vw;
    background: #fff;
    padding: 3rem 0 5.8rem;
    border-bottom-right-radius: 15rem;
  }
  .header .search-info {
    width: 90rem;
    margin: auto;
    position: relative;
  }
  .header .search-close {
    position: absolute;
    top: 4.5rem;
    right: 0;
    transform: translate(calc(100% + 4.5rem), -50%);
    width: 4.4rem;
  }
  .header .search-input {
    height: 9rem;
    border-bottom: 3px solid #000;
    position: relative;
  }
  .header .search-input input {
    width: 100%;
    display: block;
    height: 100%;
    padding-right: 6rem;
    border: none;
    font-size: 2.5rem;
    outline: none;
  }
  .header .search-input button {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
  }
  .header .search-input button i {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1;
  }
  .header .search-keyword {
    display: flex;
    margin: 5rem -3rem 0;
  }
  .header .search-keyword-item {
    flex: 1;
    border-right: 1px solid #E5E5E5;
    padding: 0 3rem;
    padding-bottom: 1.7rem;
  }
  .header .search-keyword-item:last-of-type {
    border-right: none;
  }
  .header .search-keyword-title {
    display: flex;
    width: 14rem;
    height: 4.5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background: #3481F5;
    border-radius: 5rem;
    margin-bottom: 2.2rem;
  }
  .header .search-keyword-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-bottom: -1rem;
  }
  .header .search-keyword-list li {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .header .search-keyword-list li a {
    white-space: nowrap;
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 2.2rem;
    color: #555;
    font-size: 1.6rem;
    font-weight: 400;
    border: 1px solid #E2E4E6;
    border-radius: 5rem;
  }
  .header .sitemap-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #203A91;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 22rem 0;
    display: flex;
  }
  .header .sitemap-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 33%;
  }
  .header .sitemap-close {
    width: 9rem;
    height: 9rem;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .sitemap-menu {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 4rem;
    margin: auto;
  }
  .header .sitemap-menu::before {
    display: block;
    content: "";
    width: 1px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .sitemap-menu ul li.active > a {
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under;
  }
  .header .sitemap-menu ul li a {
    color: #fff;
  }
  .header .sitemap-menu > ul > li {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 3.2rem 0;
    border-bottom: 1px solid #374E9C;
  }
  .header .sitemap-menu > ul > li.active {
    border-bottom: 1px solid #9AA7D1;
  }
  .header .sitemap-menu > ul > li.active > a {
    position: relative;
    text-decoration: none;
  }
  .header .sitemap-menu > ul > li.active > a::before {
    content: "\f1ae";
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth {
    color: #222;
    opacity: 1;
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a {
    font-weight: 700;
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active .sitemap-depth2 {
    display: block;
  }
  .header .sitemap-menu > ul > li > a {
    width: 24.5rem;
    font-size: 3.2rem;
    font-weight: 700;
    opacity: 0.6;
    padding-left: 4rem;
    position: relative;
    flex-shrink: 0;
  }
  .header .sitemap-menu > ul > li > a::before {
    display: block;
    font-family: "remixicon";
    content: "\ea12";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
  }
  .header .sitemap-depth {
    width: calc(100% - 24.5rem);
    padding-top: 0.5rem;
    opacity: 0.6;
    flex-grow: 1;
  }
  .header .sitemap-depth > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header .sitemap-depth > ul > li {
    margin-right: 4rem;
    position: relative;
  }
  .header .sitemap-depth > ul > li > a {
    font-size: 2.2rem;
    font-weight: 500;
    display: block;
    position: relative;
    padding-bottom: 0.5rem;
  }
  .header .sitemap-depth2 {
    margin-top: 1.5rem;
    display: none;
    width: 0;
  }
  .header .sitemap-depth2 ul {
    display: flex;
  }
  .header .sitemap-depth2 ul li {
    margin-right: 1.6rem;
    position: relative;
  }
  .header .sitemap-depth2 ul li::after {
    display: block;
    content: "";
    width: 1px;
    height: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: -0.5px;
    top: calc(50% - 0.75rem);
  }
  .header .sitemap-depth2 ul li:last-of-type::after {
    display: none;
  }
  .header .sitemap-depth2 ul li a {
    white-space: nowrap;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .header .sitemap-cover {
    width: 33%;
    background: url(/doksa/_html/images/layout/sitemap-cover.jpg) no-repeat center center/cover;
    display: flex;
    align-items: flex-end;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 12rem 4rem;
    justify-content: center;
    z-index: -1;
  }
  .header .sitemap-cover-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
  .header .sitemap-cover-title span {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
  }
  .header .sitemap-cover-title strong {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
    margin-top: 0.5rem;
  }
  
  @media (max-width: 1960px) {
    .header .sitemap-close {
      right: 100%;
      transform: translateX(100%);
    }
    .header .gnb .depth-list::after {
      transform: none;
    }
  }
  @media (max-width: 1860px) {
    .header-layout {
      padding: 0 4rem;
    }
  }
  @media (max-width: 768px) {
    .header-layout {
      padding: 0 2rem;
    }
  }
  @media (max-width: 1400px) {
    .header .sitemap-cover {
      width: 35%;
    }
  }
  @media (max-width: 1400px) {
    .header .gnb > li > a {
      padding: 0 3.5rem;
    }
  }
  @media (max-width: 1340px) {
    .header .gnb .depth {
      padding: 0 4rem;
    }
  }
  @media (max-width: 1280px) {
    .header.active3::before {
      top: 8rem;
      height: calc(100vh - 8rem);
    }
    .header.active3 .header-other {
      display: none;
    }
    .header .hidden {
      position: absolute;
      top: calc(100% + 4rem);
      right: 0;
      max-width: 50rem;
      width: 100%;
      padding: 0 32px;
    }
    .header .hidden a {
      flex: auto;
    }
    .header .hidden a:first-of-type {
      margin-left: 0;
    }
    .header .sitemap-close {
      width: 8rem;
      top: auto;
      position: absolute;
      bottom: 100%;
      height: 8rem;
      right: 0;
      margin-right: 0;
      transform: none;
    }
    .header .sitemap-close img {
      width: 3.4rem;
    }
    .header .sitemap-area {
      width: 100%;
      max-width: 50rem;
      left: auto;
      right: 0;
      top: 8rem;
      height: calc(100vh - 8rem);
      padding: 0;
      overflow: visible;
      background: #fff;
    }
    .header .sitemap-layout {
      position: relative;
      padding: 25rem 0 0;
      height: 100%;
      padding-left: 0 !important;
      width: 100%;
    }
    .header .sitemap-menu {
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      align-items: flex-start;
      padding: 0;
    }
    .header .sitemap-menu::before {
      display: none;
    }
    .header .sitemap-menu ul li a {
      color: #222;
    }
    .header .sitemap-menu a.arrow {
      position: relative;
      padding-right: 80px;
    }
    .header .sitemap-menu a.arrow::after {
      display: block;
      font-family: "xeicon";
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translateY(-50%);
      color: #121212;
      font-size: 22px;
      font-weight: 400;
    }
    .header .sitemap-menu > ul {
      width: 100%;
    }
    .header .sitemap-menu > ul > li {
      flex-direction: column;
      padding: 0;
      border-bottom: none !important;
    }
    .header .sitemap-menu > ul > li.active .sitemap-depth {
      display: block;
    }
    .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a {
      background: #323841;
      color: #fff;
    }
    .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a::before {
      display: none;
    }
    .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a.arrow::after {
      content: "\e9c1";
      color: #fff;
    }
    .header .sitemap-menu > ul > li.active .sitemap-depth2 {
      width: 100%;
    }
    .header .sitemap-menu > ul > li.active > a {
      background: #203A91;
      color: #fff;
      border-bottom: none;
    }
    .header .sitemap-menu > ul > li.active > a::before {
      display: none;
    }
    .header .sitemap-menu > ul > li.active > a.arrow::after {
      transform: translateY(-50%) rotate(180deg);
      color: #fff;
    }
    .header .sitemap-menu > ul > li + li {
      margin: 0;
    }
    .header .sitemap-menu > ul > li > a {
      display: flex;
      height: 64px;
      align-items: center;
      width: 100%;
      padding: 0 32px;
      font-size: 20px;
      border-bottom: 1px solid #E6E6E6;
    }
    .header .sitemap-menu > ul > li > a.arrow::after {
      content: "\e943";
    }
    .header .sitemap-depth {
      width: 100%;
      opacity: 1;
      padding-top: 0;
      display: none;
    }
    .header .sitemap-depth > ul {
      flex-direction: column;
      margin-bottom: 0;
    }
    .header .sitemap-depth > ul > li {
      margin: 0;
      border-bottom: 1px solid #E6E6E6;
    }
    .header .sitemap-depth > ul > li > a {
      display: flex;
      align-items: center;
      height: 57px;
      background: #ECECEC;
      padding: 0 32px;
      font-size: 18px;
      position: relative;
    }
    .header .sitemap-depth > ul > li > a.arrow::after {
      content: "\e9c5";
    }
    .header .sitemap-depth2 {
      position: relative;
      top: auto;
      left: auto;
      padding: 24px 32px;
      margin-top: 0;
    }
    .header .sitemap-depth2 ul {
      flex-direction: column;
      margin: 0;
    }
    .header .sitemap-depth2 ul li {
      padding: 0;
    }
    .header .sitemap-depth2 ul li::after {
      display: none;
    }
    .header .sitemap-depth2 ul li + li {
      margin-top: 8px;
    }
    .header .sitemap-depth2 ul li.active > a {
      text-decoration: underline;
      text-underline-position: under;
    }
    .header .sitemap-depth2 ul li a {
      display: block;
      padding-left: 12px;
      position: relative;
      font-size: 16px;
      white-space: normal;
    }
    .header .sitemap-depth2 ul li a::before {
      display: block;
      content: "";
      width: 4px;
      height: 4px;
      background: #C9C9C9;
      position: absolute;
      top: 8px;
      left: 0;
      border-radius: 1px;
    }
    .header .sitemap-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 25rem;
      padding: 4rem 32px;
      align-items: flex-end;
      justify-content: flex-end;
    }
    .header .sitemap-cover::before {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0.2;
    }
    .header .sitemap-cover-title {
      position: relative;
      z-index: 1;
    }
    .header .sitemap-cover-title span {
      font-size: 2rem;
    }
    .header .sitemap-cover-title strong {
      font-size: 3.6rem;
      margin-top: 0;
    }
  }
  @media (max-width: 1140px) {
    .header .gnb > li > a {
      padding: 0 3rem;
    }
  }
  @media (max-width: 1024px) {
    .header #gnb {
      display: none !important;
    }
    .header .search-area {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .header .search-info {
      width: 100%;
      padding-right: 10rem;
    }
    .header .search-close {
      right: 2rem;
      transform: translateY(-50%);
    }
    .header .search-keyword {
      margin-top: 3rem;
      flex-direction: column;
    }
    .header .search-keyword-item {
      border-right: none;
    }
    .header .search-keyword-item + div {
      margin-top: 2rem;
    }
  }
  @media (max-width: 768px) {
    .header-other {
      margin: 0 -1rem;
    }
    .header-other div {
      padding: 0 1rem;
    }
    .header-other-isLogin a + a {
      margin-left: 2rem;
    }
  }
  @media (max-width: 420px) {
    .header .util > div {
      margin-left: 1.8rem;
    }
    .header .util > div > a + a {
      margin-left: 1.8rem;
    }
    .header .sitemap-area {
      max-width: 100%;
    }
    .header .sitemap-cover {
      padding: 4rem 20px;
    }
    .header .sitemap-menu a.arrow {
      padding-right: 55px;
    }
    .header .sitemap-menu a.arrow::after {
      right: 15px;
    }
    .header .sitemap-menu > ul > li > a {
      padding: 0 20px;
    }
    .header .sitemap-depth > ul > li > a {
      padding: 0 20px;
    }
    .header .sitemap-depth2 {
      padding: 20px;
    }
    .header .hidden {
      max-width: 100%;
      padding: 0 2rem;
    }
  }
  .footer {
    background: #323841;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .footer-layout {
    width: 172.8rem;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-logo {
    width: 23.5rem;
    flex-shrink: 0;
  }
  .footer-link {
    display: flex;
  }
  .footer-link li {
    margin-left: 4rem;
  }
  .footer-link li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .footer-link li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under;
  }
  .footer-bottom {
    padding: 3.8rem 0 6.2rem;
  }
  .footer-agency {
    display: flex;
  }
  .footer-agency li {
    flex: 1;
    line-height: 2.5rem;
    padding-right: 2rem;
  }
  .footer-agency li > strong {
    font-size: 1.8rem;
  }
  .footer-agency div span {
    margin-right: 2.4rem;
  }
  .footer-copy {
    margin-top: 4.5rem;
  }
  
  @media (max-width: 1860px) {
    .footer-layout {
      padding: 0 4rem;
    }
  }
  @media (max-width: 768px) {
    .footer-layout {
      padding: 0 2rem;
    }
    .footer-top {
      height: auto;
      padding: 3rem 0;
      flex-direction: column;
      align-items: flex-start;
    }
    .footer-link {
      width: 100%;
      margin-top: 3rem;
      flex-wrap: wrap;
      margin-bottom: -2rem;
    }
    .footer-link li {
      margin-left: 0;
      margin-right: 3rem;
      margin-bottom: 3rem;
    }
    .footer-link li:first-of-type {
      margin-left: 0;
    }
  }
  @media (max-width: 587px) {
    .footer-agency {
      flex-direction: column;
    }
    .footer-agency li + li {
      margin-top: 2rem;
    }
  }
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem;
    overflow: auto;
    z-index: 20;
    text-align: left;
  }
  .popup.active {
    display: flex;
  }
  .popup-box {
    margin: auto;
    background: #fff;
    width: 100%;
    max-width: 140rem;
    border-radius: 1rem;
    padding: 6.4rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.6rem;
    height: 5.6rem;
    background: #262A37;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-close i {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
  }
  .popup-info {
    width: 120rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .popup-info-title {
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
  }
  .popup-info-notice {
    padding: 3.4rem 4rem;
    border-radius: 1rem;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4.8rem;
  }
  .popup-info-notice > span {
    padding-left: 3.2rem;
    margin-right: 1.2rem;
    position: relative;
  }
  .popup-info-notice > span::before {
    display: block;
    font-family: "remixicon";
    content: "\eca0";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 1;
    font-size: 2.4rem;
    color: #8AA6D4;
  }
  .popup-info-notice-personal {
    display: flex;
  }
  .popup-info-notice-personal li {
    margin-right: 1.2rem;
  }
  
  /* popupzone */
  .layer {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 21;
    display: none;
  }
  .layer.active {
    display: block;
  }
  .layer-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 6rem 0;
  }
  .layer .layout {
    margin: auto;
  }
  .layer-info-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .layer-info-title strong {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }
  .layer-info-wrapper {
    position: relative;
    padding: 0 10rem;
  }
  .layer-info-slider {
    /* width: 42rem; */
    margin: 0 auto;
    max-width: 100%;
  }
  .layer-info-slider-img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 95.4545%;
    position: relative;
    overflow: hidden;
  }
  .layer-info-slider-img img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .layer-info-slider-count {
    color: #FF0000 !important;
  }
  .layer .btn-wrapper {
    flex-wrap: wrap;
  }
  .layer .swiper-button-prev, .layer .swiper-button-next {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: none;
    border: 1px solid #fff;
    margin: auto 0;
    z-index: 1;
  }
  .layer .swiper-button-prev img, .layer .swiper-button-next img {
    max-width: 100%;
    max-height: 100%;
  }
  .layer .swiper-button-prev::after, .layer .swiper-button-next::after {
    display: none;
  }
  .layer .swiper-button-prev i, .layer .swiper-button-next i {
    color: #fff;
    font-size: 3rem;
  }
  .layer .swiper-button-prev {
    left: 0;
  }
  .layer .swiper-button-next {
    right: 0;
  }
  .layer .swiper-button-disabled {
    opacity: 0.5;
  }
  
  @media (max-width: 587px) {
    .layer__info-title {
      flex-direction: column;
    }
    .layer .swiper-button-wrapper {
      margin-top: 1.5rem;
    }
    .layer .swiper-button-next {
      margin-left: 1rem;
    }
  }
  .btn-wrapper {
    display: flex;
    margin: 6rem -0.8rem -0.8rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-wrapper .btn,
  .btn-wrapper .pi-btn {
    border: 1px solid #CCCCCC;
    line-height: 4.6rem;
    height: 4.8rem;
    min-width: 9.6rem;
    text-align: center;
    padding: 0 2rem;
    font-size : 1.6rem;
    color:#333;
    transition:  border-color 0.35s;
  }
  
  .btn-wrapper .btn:hover,
  .btn-wrapper .pi-btn:hover {
    background:none;
    border-color:#555;
  }
  .btn-wrapper .btn + .btn,
  .btn-wrapper .btn + .pi-btn,
  .btn-wrapper .pi-btn + .btn,
  .btn-wrapper .pi-btn + .pi-btn {
    margin-left:1.2rem
  }
  .btn-wrapper .pi-btn > span {
    padding-left :0;
    font-size : 1.6rem
  }
  .btn-wrapper .pi-btn {
    margin-top: 0;
  }
  .empty-comment {
    padding: 4rem 0;
    color: #999;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: -2.5rem;
  }
  .empty-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    height: 32rem;
  }
  .empty-data span {
    margin-top: 1.6rem;
  }
  .empty-data img {
    width: 6rem;
  }
  
.graybox {
	background-color:#F4F4F4;
  padding:2rem 3rem;
}
