@charset "utf-8";

.page-header,
.article-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background-color: #fff;
  z-index: 100;
}

.footer {
  overflow: hidden;
  padding: 18px;
  /* background-color: #fafbff; */
}

.address-list {
  position: relative;
  font-size: 0;
}
/* 20240423 삭제 */
/* .address-list {
    background-image: url(../../images/common/footer-logo.png);
    background-size: 76px auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
} */

.address-list .item .label-txt {
  color: #8f95b2;
  line-height: 13px;
  letter-spacing: -0.5px;
}

.content {
  padding-top: 56px;
}

.content,
.page-basic .content {
  padding-top: 56px;
}

.page-bel .content {
  padding-top: 56px;
}

.page-header .header-wrap,
.article-header .header-wrap {
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 56px;
  z-index: 10;
}

.page-header .header-affiliate {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f6fa;
}

.page-header .header-affiliate .logo-affiliate {
  height: 22px;
  font-size: 0;
}

.page-header .header-affiliate .logo-affiliate .logo {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 22px;
  text-indent: -9999px;
}

.page-header .header-affiliate .logo-affiliate .logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 76px;
  height: 22px;
  background-image: url(../../images/common/header-logo.png);
  background-size: auto 22px;
  background-position: left top;
  background-repeat: no-repeat;
}

.page-header .header-affiliate .insure-name {
  color: #101840;
}

.page-header.ui-bel .header-affiliate {
  background-color: #2e6758;
  border-bottom: 0;
}

.page-header.ui-bel .header-affiliate .logo-affiliate {
  position: relative;
}

.page-header.ui-bel .header-affiliate .logo-affiliate .logo {
  padding-left: 66px;
  width: auto;
  height: auto;
  color: #fff;
  line-height: 20px;
  text-indent: unset;
  font-weight: normal;
  white-space: nowrap;
}

.page-header.ui-bel .header-affiliate .logo-affiliate .logo::before {
  width: 62px;
  height: 20px;
  background-image: url(../../images/common/bel/header-logo.png);
  background-size: auto 20px;
}

.page-header.ui-bel .header-affiliate .insure-name {
  color: #fff;
}

.page-header .header-wrap .page-headcopy.nav-insure-button,
.article-header .header-wrap .page-headcopy.nav-insure-button {
  display: flex;
  padding: 0 12px;
  align-items: center;
  line-height: 56px;
  transform: translateX(-6px);
  cursor: pointer;
}

.page-header .header-wrap .page-headcopy.nav-insure-button::after,
.article-header .header-wrap .page-headcopy.nav-insure-button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 4px;
  margin-left: 8px;
  border-left: 4px solid transparent;
  border-top: 5px solid rgba(29, 29, 31, 0.7);
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: all 0.2s;
  transform-origin: 50% 25%;
  transform: rotate(180deg);
}

.page-header .header-wrap .page-headcopy.nav-insure-button.active::after,
.article-header .header-wrap .page-headcopy.nav-insure-button.active::after {
  transform: rotate(0);
}

.page-header .button-snb,
.article-header .button-snb {
  position: absolute;
  top: 50%;
  left: 4px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  transform: translateY(-50%);
}

.page-header .button-snb .bar:nth-of-type(1),
.article-header .button-snb .bar:nth-of-type(1) {
  margin-top: 0;
}

.page-header .button-snb .bar:nth-of-type(3),
.article-header .button-snb .bar:nth-of-type(3) {
  margin-bottom: 0;
}

.page-header .button-snb .bar,
.article-header .button-snb .bar {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background-color: #1d1d1f;
  border-radius: 10px;
  transition: 0.3s;
}

.page-header .button-snb:hover .bar:nth-of-type(1),
.article-header .button-snb:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  background-color: #121c72;
}

.page-header .button-snb:hover .bar:nth-of-type(2),
.article-header .button-snb:hover .bar:nth-of-type(2) {
  opacity: 0;
}

.page-header .button-snb:hover .bar:nth-of-type(3),
.article-header .button-snb:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  background-color: #121c72;
}

.page-header .header-wrap .button-item.button-call::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/icon-headset.png);
  background-position: 50% 50%;
  background-size: 20px 20px;
  transform: translate(-50%, -80%);
}

.page-header .header-wrap .button-item.button-call .label-txt {
  position: absolute;
  display: block;
  width: 100%;
  left: 50%;
  top: 50%;
  font-size: 10px;
  white-space: nowrap;
  font-weight: bold;
  transform: translate(-50%, 60%);
}

.section-decisive {
  background-color: #fff7f5;
}

.os-desktop .page {
  position: relative;
  width: 750px;
  margin: auto;
}

.os-desktop .floating-bottom-button {
  width: 750px;
  margin: auto;
}

.os-desktop .modal-item.full {
  display: table;
}

.os-desktop .modal-item.full .middler {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  pointer-events: none;
}

.os-desktop .modal-item .modal-pannel {
  width: 750px;
  height: auto;
  min-height: auto;
  border-radius: 8px;
}

.os-desktop .modal-item.drawer {
  display: block;
}

.os-desktop .modal-item.drawer .middler {
  width: 750px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.ie-check {
  overflow: hidden;
  height: 100vh;
}

.ie-check::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9990;
}

.ie-check::after {
  content: "오래된 브라우저를 사용하는 것은 \A컴퓨터를 안전하지 않게 만듭니다. \A\A더 좋은 인터넷 경험을 위해 \AMicrosoft Edga 또는 \AGoogle Chrome을 사용해보세요. \A해당 사이트는 IE(Internet Explorer)를 \A\A더이상 지원하지 않습니다.  ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 252px;
  padding: 28px;
  border: 1px solid #101840;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  line-height: 144%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  white-space: pre;
}

.is-wrktype {
  display: none;
}

.page-brs .is-wrktype.ui-brs,
.page-bel .is-wrktype.ui-bel,
.page-basic .is-wrktype.ui-basic {
  display: block;
}

.page-basic .page-header.ui-basic,
.page-basic .page-header.ui-basic .header-wrap {
  height: 56px;
}
