@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');

* {
  box-sizing: border-box;
}

html {
  color: -internal-root-color;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    width:360px;
}

img {
  max-width:100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.help-content img.eob-img-horizontal {
  max-width:100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: unset;
  vertical-align: middle;
}

#eobHelpFilter {
  background-image: url('/css/img/search-02.svg');
  background-position: 1px 1px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
}

#eobHelpMenu {
  list-style-type: none;
  padding: 0;
}

#eobHelpMenu li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  /* background-color: #f6f6f6; */
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  /* font-size: 18px; */
  font-size: 14px;
  color: black;
  display: block;
  position: relative;
}

#eobHelpMenu li a:hover:not(.header) {
  background-color: #eee;
}

.eob-helpMenu-li-col-2 {
  float: left;
  width: 50%;
  white-space: nowrap;
}

.eob-helpMenu-li-col-2-sm {
  float: left;
  width: 45%;
  white-space: nowrap;
}

.eob-helpMenu-li-col-2-md {
  float: left;
  width: 55%;
  white-space: nowrap;
}


#eobHelpMenu li.eob-helpMenu-categoryTitle {
  font-size: 20px;
  font-weight: bold;
}

#eobHelpMenu li.eob-helpMenu-categoryTitle a {
  background-color: #FFF2CC;
}

#eobHelpMenu li.eob-helpMenu-categoryTitle a:hover {
  background-color: #FFF2CC;
}

/* HelpMenu CSS End */

.eob-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.eob-my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.eob-my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.eob-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.eob-mx-1 {
  margin-left: 20px;
  margin-right: 20px;
}

.eob-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.eob-mt-1 {
  margin-top: 8px;
}

.eob-table-mt-1 {
  margin-top: 8px !important;
}

.eob-table-mt-2 {
  margin-top: 16px !important;
}

.eob-mt-2 {
  margin-top: 16px;
}

.eob-mb-0 {
  margin-bottom: 0px;
}

.eob-mb-1 {
  margin-bottom: 8px;
}

.eob-mb-2 {
  margin-bottom: 8px;
}

.eob-mt-0 {
  margin-top: 0px !important;
}

.eob-mt-2 {
  margin-top: 16px !important;
}

.eob-mt-3 {
  margin-top: 24px !important;
}

.eob-mb-2 {
  margin-bottom:16px !important;
}

.eob-my-0 {
  margin-top:0px !important;
  margin-bottom:0px !important;
}

.eob-my-2 {
  margin-top:16px !important;
  margin-bottom:16px !important;
}

.eob-ml-4 {
  margin-left: 24px;
}

.eob-mt-p {
  margin-top:15px !important;
}

.eob-pb-0 {
  padding-bottom: 0px !important;
}

.eob-hr {
  border: 1px solid;
  border-color: #cdcdcd;
  margin-top: 15px;
  margin-bottom: 15px;
}

.eob-h-100 {
  height: 100%;
}

.eob-d-none {
  display: none;
}

.eob-mr-number {
  width:15px;
  height: 22px;
  margin-right: 15px;
}

.eob-img-max-height-50 {
  max-height: 50%;
}

.eob-table-vertical-align-top {
  vertical-align: top;
}

.eob-table-vertical-align-middle {
  vertical-align: middle;
}

.eob-text-center {
  text-align: center;
}

.eob-text-left {
  text-align: left;
}

.eob-text-bold {
  font-weight: bold !important;
}

.highlight {
  color: red;
  background-color: yellow !important;
}

.help-content {
  display: none;
}

.eob-help-body {
  margin: 20px;
  padding: 0px;
}

.eob-help-list-title {
  font-size: 18px;
}

.eob-help-title {
  height: 20px;
  width:254px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.17;
  text-align: center;
  position: absolute;
  left: 53px;
  top: 31px;
  right:53px;
}

.eob-narsha-help .eob-help-title {
  height: 20px;
  width: auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.17;
  text-align: center;
  position: absolute;
  left: 53px;
  top: 31px;
  right:53px;
}

.eob-help-main-title {
  height: 80px;
  background-color: #ffffff;
  border-bottom: solid 1px;
  border-color: #d7dfe3;
}

.eob-btn-action-back {
  width:32px;
  height:32px;
  object-fit: contain;
  position: absolute;
  left: 11px;
  top: 25px;
}

.eob-btn-page-right {
  width:32px;
  height:32px;
  object-fit: contain;
  position: absolute;
  right: 11px;
  top: 7px;
}

.eob-btn_chevron_right {
  width:32px;
  height:32px;
  float:right;
  margin-right:3px;
  font-size:0.7em;
  /* object-fit: contain;
  position: absolute;
  left: 11px;
  top: 25px; */
}

.eob-help {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #3e3e3e;
}

.eob-help-chapter-head {
  /* width: 320px;
  height: 27px; */
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin:0px;
}

.eob-narsha-help .eob-help-chapter-head {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin:0px;
  margin-top: 16px;
  color: #00A0E9;
}

.eob-help-content {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.eob-narsha-help .eob-help-content {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.eob-narsha-help ul.eob-help-content {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.eob-help-content-bold {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.eob-narsha-help .eob-help-content-bold {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.eob-help-content-sm {
  font-size: 13px;
}

.eob-help-content-title {
  height: 22px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.53;
  margin-top:8px;
  margin-bottom: 8px;
}

.eob-narsha-help .eob-help-content-title {
  height: auto;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.53;
  margin-top:8px;
  margin-bottom: 8px;
}

.eob-narsha-help .eob-help-content-title-1 {
  height: auto;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.53;
  margin-top:8px;
  margin-bottom: 8px;
}

.eob-narsha-help .eob-help-content-title-2 {
  height: auto;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.53;
  margin-top:8px;
  margin-bottom: 8px;
}

.eob-help-sub-head {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin:0px;
}

.eob-help-content-blue {
  color: #0070C0;
  font-weight: bold;
}

.eob-vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eob-imgContainer {
  text-align:center;
}

.eob-narsha-help .eob-imgContainer {
  text-align:center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.eob-img-horizontal {
  display: inline-block !important;
}

.eob-img-horizontal-my {
  margin-top: 16px;
  margin-bottom: 16px;
}

.eob-img-horizontal-my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.eob-img-horizontal-mx {
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .eob-imgContainer > img {
    height: 100%;
    width: auto;
  }

  .eob-img-horizontal-mx {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .eob-imgContainer > img {
    height: 30%;
    width: 30%;
  }

  .eob-narsha-help .eob-imgContainer > img {
    height: 50%;
    width: auto;
  }
}

@media (min-width: 992px) {
  .eob-imgContainer > img {
    max-height: 20%;
    max-width: auto;
  }
}



/*******************************************************************************/
/** 회원가입 - 약관 본문  CSS Setting                                          **/
/*******************************************************************************/
.eob-terms-eomapp , .eob-terms-eobridge {
  padding-left:8px;
  padding-right:8px;
}

.eob-terms-eomapp .eob-terms-content p, .eob-terms-eobridge .eob-terms-content p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.eob-terms-main-title {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  line-height:1.12;
  /* margin-top: 25px !important;
  margin-bottom: 25px !important; */
}

.eob-terms-sub-title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height:1.12;
  /* margin-top: 25px !important;
  margin-bottom: 25px !important; */
}

.eob-terms-content-title {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  /* line-height:30px; */
  margin-top: 0px;
  margin-bottom: 0px;
}

.eob-terms-content-title-md {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  /* line-height:30px; */
  margin-top: 0px;
  margin-bottom: 0px;
}

.eob-terms-content {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  margin: 0px;
}

.eob-terms-content-md {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  margin: 0px;
}

.eob-terms-content-sm {
  font-size: 13px;
}

.eob-terms-content-between {
  display: flex;
  justify-content: space-between;
}

.eob-terms-contents-blue {
  font-size: 18px;
  color: #00aeef;
  font-weight: 400;
  /* line-height:24px; */
}

.eob-terms-contents-dark-blue {
  font-size: 18px;
  color: #0000FF;
  font-weight: 400;
  /* line-height:24px; */
}

.eob-terms-contents-text-blue {
  color: #00B0F0;
}

.eob-terms-contents-text-red {
  color: #FF0000;
}

.eob-terms-contents-strikethrough-line {
  color: #FF0000;
  text-decoration: line-through;
}


.eob-terms-contents-reference-mark {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  margin: 0px;
}

.eob-terms-contents-link {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  margin: 0px;
}

.eob-terms-contents-string-blue {
  color: #00aeef;
}

.eob-terms-contents-highlight-yellow {
  background-color: yellow !important;
}

.eob-terms-contents-indent-1 {
  text-indent : 20px;
}

.eob-terms-table-th {
  padding: 5px;
  font-weight:normal;
  background-color: #E5E5E5;
}

table.eob-term-table td {
  padding: 5px;
}


/*******************************************************************************/
/** 나르샤 - 도움말  CSS Setting                                          **/
/*******************************************************************************/

.eob-dot {
  margin-right: 8px;
}

img.eob-dot {
    /* content:"• "; */

    display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside;
}

.eob-img-max-height-1 {
  max-height:542px !important;
}

.eob-img-icon-max-height-1 {
  height: 50% !important;
  width: 50% !important;
}

.eob-img-icon-max-height-2 {
  /* width: 20% !important; */
  /* max-height: 20% !important;
  max-width: 20% !important; */
  height: 48px !important;
  width: 49px !important;
}

.eob-bg-color-yellow {
  background-color: #FFFF00;
}

.eob-color-blue {
  color: #0070C0;
  font-weight: bold;
}

.eob-narsha-help ul {
  padding-inline-start: 24px;
}

.eob-narsha-help ul.eob-inner-ul {
  padding-inline-start: 40px;
}

ul.eob-ul-dot
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

div ul.eob-ul-dot li
{
  /* margin: 5px; */
}

div ul.eob-ul-dot img
{
  vertical-align: middle;
}

div ul.eob-ul-dot li p
{
  display: inline-block;
  vertical-align: middle;
}

.eob-narsha-help .eob-ul-list-style-none {
  list-style-type: none;
}

.eob-narsha-help table {
  width: 100%
}

.eob-table-width-10 {
  width : 10%;
  text-align: center;
}

.eob-table-width-15 {
  width : 15%;
  text-align: center;
}

.eob-table-width-20 {
  width : 20%;
  text-align: center;
}

.eob-table-width-25 {
  width : 25%;
  text-align: center;
}

.eob-table-width-30 {
  width : 30%;
  text-align: center;
}

.eob-table-width-40 {
  width : 40%;
  text-align: center;
}

.eob-table-width-50 {
  width : 50%;
  text-align: center;
}

.eob-narsha-help table th {
  text-align: center;
  background-color: #F2F2F2;
}

.eob-narsha-help table td {
  padding-left: 8px;
  padding-right: 8px;
}

.eob-narsha-help table.eob-table-info {
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 16px;
  margin-bottom: 16px;
}

.eob-narsha-help table.eob-table-info th {
  border: 1px solid #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.eob-narsha-help table.eob-table-info {
  border-collapse: collapse;
}

.eob-narsha-help table.eob-table-info td {
  border: 1px solid #D9D9D9;
}

.eob-narsha-help table.eob-table-info tr:first-child td {
  border-top: 0;
}

.eob-narsha-help table.eob-table-info tr td:first-child {
  border-left: 0;
}

.eob-narsha-help table.eob-table-info tr:last-child td {
  border-bottom: 0;
}

.eob-narsha-help table.eob-table-info tr td:last-child {
  border-right: 0;
}

.eob-narsha-help .eob-table-border-left {
  border-left: 1px solid #D9D9D9 !important;
}

.eob-table-top-bottom {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.eob-table-box-gray {
  background-color: #F2F2F2;
}

.eob-narsha-help table th.eob-table-top-gray {
  background-color: #F2F2F2;
}

.eob-narsha-help p.eob-help-content .eob-narsha-help ul {
    padding-inline-start: 40px;
}

/** Narsha Help CSS Class End **/
